2025-06-05T23:14:31.4238137Z Current runner version: '2.325.0' 2025-06-05T23:14:31.4245039Z Runner name: 'i-04d2e58800e56bd79' 2025-06-05T23:14:31.4246228Z Machine name: 'ip-10-0-38-7' 2025-06-05T23:14:31.4248888Z ##[group]GITHUB_TOKEN Permissions 2025-06-05T23:14:31.4251245Z Contents: read 2025-06-05T23:14:31.4251810Z Metadata: read 2025-06-05T23:14:31.4252339Z ##[endgroup] 2025-06-05T23:14:31.4254842Z Secret source: Actions 2025-06-05T23:14:31.4255572Z Prepare workflow directory 2025-06-05T23:14:31.4817554Z Prepare all required actions 2025-06-05T23:14:31.4858607Z Getting action download info 2025-06-05T23:14:31.7207685Z Download action repository 'actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683' (SHA:11bd71901bbe5b1630ceea73d27597364c9af683) 2025-06-05T23:14:31.9185032Z Download action repository 'pytorch/pytorch@9c1bc9ce4684de96db025292610c0664d3d55345' (SHA:9c1bc9ce4684de96db025292610c0664d3d55345) 2025-06-05T23:14:44.4342862Z Download action repository 'actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093' (SHA:d3f86a106a0bac45b974a628896c90dbdf5c8093) 2025-06-05T23:14:44.7786795Z Download action repository 'pmeier/pytest-results-action@a2c1430e2bddadbad9f49a6f9b879f062c6b19b1' (SHA:a2c1430e2bddadbad9f49a6f9b879f062c6b19b1) 2025-06-05T23:14:44.8663983Z Download action repository 'actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02' (SHA:ea165f8d65b6e75b540449e92b4886f43607fa02) 2025-06-05T23:14:45.2914044Z Download action repository 'seemethere/upload-artifact-s3@baba72d0712b404f646cebe0730933554ebce96a' (SHA:baba72d0712b404f646cebe0730933554ebce96a) 2025-06-05T23:14:45.5140888Z Getting action download info 2025-06-05T23:14:45.6102267Z Download action repository 'pytorch/pytorch@main' (SHA:fa705f791249c5eee912096f1d7ac7b2d5b60e8c) 2025-06-05T23:14:50.3229099Z Complete job name: test-static-llama-qnn-linux / linux-job 2025-06-05T23:14:50.3700826Z A job started hook has been configured by the self-hosted runner administrator 2025-06-05T23:14:50.3812266Z ##[group]Run '/home/ec2-user/runner-scripts/before_job.sh' 2025-06-05T23:14:50.3822139Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:14:50.3822988Z ##[endgroup] 2025-06-05T23:14:51.7431086Z Runner Type: linux.2xlarge 2025-06-05T23:14:51.7431490Z Instance Type: c5.2xlarge 2025-06-05T23:14:51.7431859Z AMI Name: unknown 2025-06-05T23:14:51.7457052Z AMI ID: ami-071226ecf16aa7d96 2025-06-05T23:14:57.2183597Z ##[group]Run set -euxo pipefail 2025-06-05T23:14:57.2184006Z set -euxo pipefail 2025-06-05T23:14:57.2184308Z if [[ "${NO_SUDO}" == "false" ]]; then 2025-06-05T23:14:57.2184677Z  echo "::group::Cleanup with-sudo debug output" 2025-06-05T23:14:57.2185059Z  sudo rm -rfv "${GITHUB_WORKSPACE}" 2025-06-05T23:14:57.2185365Z else 2025-06-05T23:14:57.2185620Z  echo "::group::Cleanup no-sudo debug output" 2025-06-05T23:14:57.2185979Z  rm -rfv "${GITHUB_WORKSPACE}" 2025-06-05T23:14:57.2186258Z fi 2025-06-05T23:14:57.2186459Z  2025-06-05T23:14:57.2186693Z mkdir -p "${GITHUB_WORKSPACE}" 2025-06-05T23:14:57.2187015Z echo "::endgroup::" 2025-06-05T23:14:57.2196995Z shell: /usr/bin/bash -e {0} 2025-06-05T23:14:57.2197295Z env: 2025-06-05T23:14:57.2197565Z DOCKER_IMAGE: executorch-ubuntu-22.04-qnn-sdk 2025-06-05T23:14:57.2197965Z REPOSITORY: pytorch/executorch 2025-06-05T23:14:57.2198291Z PR_NUMBER: 2025-06-05T23:14:57.2200838Z 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}" BUILD_TOOL="cmake" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-qnn-deps.sh PYTHON_EXECUTABLE=python bash .ci/scripts/build-qnn-sdk.sh # Setup executorch PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Setup install_requirements for llama PYTHON_EXECUTABLE=python bash examples/models/llama/install_requirements.sh # Test static llama weight sharing and accuracy PYTHON_EXECUTABLE=python bash .ci/scripts/test_qnn_static_llama.sh 2025-06-05T23:14:57.2203678Z NO_SUDO: false 2025-06-05T23:14:57.2203898Z ##[endgroup] 2025-06-05T23:14:57.2230528Z + [[ false == \f\a\l\s\e ]] 2025-06-05T23:14:57.2241796Z + echo '::group::Cleanup with-sudo debug output' 2025-06-05T23:14:57.2242339Z + sudo rm -rfv /home/ec2-user/actions-runner/_work/executorch/executorch 2025-06-05T23:14:57.2248918Z ##[group]Cleanup with-sudo debug output 2025-06-05T23:14:57.3312493Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch' 2025-06-05T23:14:57.3327627Z + mkdir -p /home/ec2-user/actions-runner/_work/executorch/executorch 2025-06-05T23:14:57.3338480Z + echo ::endgroup:: 2025-06-05T23:14:57.3339668Z ##[endgroup] 2025-06-05T23:14:57.3444779Z ##[group]Run actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 2025-06-05T23:14:57.3445235Z with: 2025-06-05T23:14:57.3445475Z repository: pytorch/test-infra 2025-06-05T23:14:57.3445763Z path: test-infra 2025-06-05T23:14:57.3446005Z submodules: recursive 2025-06-05T23:14:57.3446593Z token: *** 2025-06-05T23:14:57.3446798Z ssh-strict: true 2025-06-05T23:14:57.3447022Z ssh-user: git 2025-06-05T23:14:57.3447243Z persist-credentials: true 2025-06-05T23:14:57.3447503Z clean: true 2025-06-05T23:14:57.3447727Z sparse-checkout-cone-mode: true 2025-06-05T23:14:57.3448014Z fetch-depth: 1 2025-06-05T23:14:57.3448223Z fetch-tags: false 2025-06-05T23:14:57.3448452Z show-progress: true 2025-06-05T23:14:57.3448671Z lfs: false 2025-06-05T23:14:57.3448893Z set-safe-directory: true 2025-06-05T23:14:57.3449146Z env: 2025-06-05T23:14:57.3449476Z DOCKER_IMAGE: executorch-ubuntu-22.04-qnn-sdk 2025-06-05T23:14:57.3449834Z REPOSITORY: pytorch/executorch 2025-06-05T23:14:57.3450149Z PR_NUMBER: 2025-06-05T23:14:57.3452694Z 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}" BUILD_TOOL="cmake" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-qnn-deps.sh PYTHON_EXECUTABLE=python bash .ci/scripts/build-qnn-sdk.sh # Setup executorch PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Setup install_requirements for llama PYTHON_EXECUTABLE=python bash examples/models/llama/install_requirements.sh # Test static llama weight sharing and accuracy PYTHON_EXECUTABLE=python bash .ci/scripts/test_qnn_static_llama.sh 2025-06-05T23:14:57.3455302Z ##[endgroup] 2025-06-05T23:14:57.4585487Z Syncing repository: pytorch/test-infra 2025-06-05T23:14:57.4586355Z ##[group]Getting Git version info 2025-06-05T23:14:57.4586882Z Working directory is '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra' 2025-06-05T23:14:57.4587828Z [command]/usr/bin/git version 2025-06-05T23:14:57.4588129Z git version 2.47.1 2025-06-05T23:14:57.4590738Z ##[endgroup] 2025-06-05T23:14:57.4605602Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/2209e819-d7b3-411a-866d-005471449968' before making global git config changes 2025-06-05T23:14:57.4606588Z Adding repository directory to the temporary git global config as a safe directory 2025-06-05T23:14:57.4611226Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/executorch/executorch/test-infra 2025-06-05T23:14:57.4640364Z ##[group]Initializing the repository 2025-06-05T23:14:57.4645033Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/executorch/executorch/test-infra 2025-06-05T23:14:57.4674237Z hint: Using 'master' as the name for the initial branch. This default branch name 2025-06-05T23:14:57.4674868Z hint: is subject to change. To configure the initial branch name to use in all 2025-06-05T23:14:57.4675439Z hint: of your new repositories, which will suppress this warning, call: 2025-06-05T23:14:57.4675845Z hint: 2025-06-05T23:14:57.4676127Z hint: git config --global init.defaultBranch 2025-06-05T23:14:57.4676474Z hint: 2025-06-05T23:14:57.4676785Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2025-06-05T23:14:57.4677548Z hint: 'development'. The just-created branch can be renamed via this command: 2025-06-05T23:14:57.4677982Z hint: 2025-06-05T23:14:57.4678199Z hint: git branch -m 2025-06-05T23:14:57.4678777Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/ 2025-06-05T23:14:57.4684936Z [command]/usr/bin/git remote add origin https://github.com/pytorch/test-infra 2025-06-05T23:14:57.4709146Z ##[endgroup] 2025-06-05T23:14:57.4709895Z ##[group]Disabling automatic garbage collection 2025-06-05T23:14:57.4714301Z [command]/usr/bin/git config --local gc.auto 0 2025-06-05T23:14:57.4738210Z ##[endgroup] 2025-06-05T23:14:57.4739194Z ##[group]Setting up auth 2025-06-05T23:14:57.4744830Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-06-05T23:14:57.4769827Z [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-06-05T23:14:57.5036396Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-06-05T23:14:57.5061001Z [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-06-05T23:14:57.5312450Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-06-05T23:14:57.5348760Z ##[endgroup] 2025-06-05T23:14:57.5349196Z ##[group]Determining the default branch 2025-06-05T23:14:57.5351993Z Retrieving the default branch name 2025-06-05T23:14:57.7228601Z Default branch 'main' 2025-06-05T23:14:57.7229353Z ##[endgroup] 2025-06-05T23:14:57.7229783Z ##[group]Fetching the repository 2025-06-05T23:14:57.7234428Z [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-06-05T23:14:58.0895052Z From https://github.com/pytorch/test-infra 2025-06-05T23:14:58.0895522Z * [new branch] main -> origin/main 2025-06-05T23:14:58.0916313Z ##[endgroup] 2025-06-05T23:14:58.0916798Z ##[group]Determining the checkout info 2025-06-05T23:14:58.0917541Z ##[endgroup] 2025-06-05T23:14:58.0921792Z [command]/usr/bin/git sparse-checkout disable 2025-06-05T23:14:58.0952822Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig 2025-06-05T23:14:58.0975967Z ##[group]Checking out the ref 2025-06-05T23:14:58.0979231Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main 2025-06-05T23:14:58.1803149Z Switched to a new branch 'main' 2025-06-05T23:14:58.1803973Z branch 'main' set up to track 'origin/main'. 2025-06-05T23:14:58.1810572Z ##[endgroup] 2025-06-05T23:14:58.1810990Z ##[group]Setting up auth for fetching submodules 2025-06-05T23:14:58.1816051Z [command]/usr/bin/git config --global http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-06-05T23:14:58.1855454Z [command]/usr/bin/git config --global --unset-all url.https://github.com/.insteadOf 2025-06-05T23:14:58.1882880Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf git@github.com: 2025-06-05T23:14:58.1909766Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2025-06-05T23:14:58.1934557Z ##[endgroup] 2025-06-05T23:14:58.1934943Z ##[group]Fetching submodules 2025-06-05T23:14:58.1940174Z [command]/usr/bin/git submodule sync --recursive 2025-06-05T23:14:58.2190871Z [command]/usr/bin/git -c protocol.version=2 submodule update --init --force --depth=1 --recursive 2025-06-05T23:14:58.2445414Z [command]/usr/bin/git submodule foreach --recursive git config --local gc.auto 0 2025-06-05T23:14:58.2690126Z ##[endgroup] 2025-06-05T23:14:58.2690600Z ##[group]Persisting credentials for submodules 2025-06-05T23:14:58.2695293Z [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-06-05T23:14:58.2944686Z [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-06-05T23:14:58.3197161Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:' 2025-06-05T23:14:58.3447854Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'org-21003710@github.com:' 2025-06-05T23:14:58.3694882Z ##[endgroup] 2025-06-05T23:14:58.3731342Z [command]/usr/bin/git log -1 --format=%H 2025-06-05T23:14:58.3752779Z 714db9db22f90727b389d5ecb5a2dc16cd27d00c 2025-06-05T23:14:58.3928079Z Prepare all required actions 2025-06-05T23:14:58.3928611Z Getting action download info 2025-06-05T23:14:58.4987757Z Download action repository 'pytorch/test-infra@main' (SHA:714db9db22f90727b389d5ecb5a2dc16cd27d00c) 2025-06-05T23:14:59.7314446Z Getting action download info 2025-06-05T23:14:59.8238117Z Download action repository 'nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482' (SHA:3e91a01664abd3c5cd539100d10d33b9c5b68482) 2025-06-05T23:14:59.9829327Z ##[group]Run ./test-infra/.github/actions/setup-linux 2025-06-05T23:14:59.9829686Z env: 2025-06-05T23:14:59.9829929Z DOCKER_IMAGE: executorch-ubuntu-22.04-qnn-sdk 2025-06-05T23:14:59.9830270Z REPOSITORY: pytorch/executorch 2025-06-05T23:14:59.9830524Z PR_NUMBER: 2025-06-05T23:14:59.9833041Z 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}" BUILD_TOOL="cmake" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-qnn-deps.sh PYTHON_EXECUTABLE=python bash .ci/scripts/build-qnn-sdk.sh # Setup executorch PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Setup install_requirements for llama PYTHON_EXECUTABLE=python bash examples/models/llama/install_requirements.sh # Test static llama weight sharing and accuracy PYTHON_EXECUTABLE=python bash .ci/scripts/test_qnn_static_llama.sh 2025-06-05T23:14:59.9835582Z ##[endgroup] 2025-06-05T23:14:59.9918260Z ##[group]Run set -euo pipefail 2025-06-05T23:14:59.9918590Z set -euo pipefail 2025-06-05T23:14:59.9918870Z function get_ec2_metadata() { 2025-06-05T23:14:59.9919222Z  # Pulled from instance metadata endpoint for EC2 2025-06-05T23:14:59.9919850Z  # see https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-data-retrieval.html 2025-06-05T23:14:59.9920392Z  category=$1 2025-06-05T23:14:59.9921281Z  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-06-05T23:14:59.9922185Z } 2025-06-05T23:14:59.9922428Z echo "ami-id: $(get_ec2_metadata ami-id)" 2025-06-05T23:14:59.9922843Z echo "instance-id: $(get_ec2_metadata instance-id)" 2025-06-05T23:14:59.9923294Z echo "instance-type: $(get_ec2_metadata instance-type)" 2025-06-05T23:14:59.9923696Z echo "system info $(uname -a)" 2025-06-05T23:14:59.9929496Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:14:59.9929858Z env: 2025-06-05T23:14:59.9930098Z DOCKER_IMAGE: executorch-ubuntu-22.04-qnn-sdk 2025-06-05T23:14:59.9930446Z REPOSITORY: pytorch/executorch 2025-06-05T23:14:59.9930709Z PR_NUMBER: 2025-06-05T23:14:59.9933186Z 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}" BUILD_TOOL="cmake" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-qnn-deps.sh PYTHON_EXECUTABLE=python bash .ci/scripts/build-qnn-sdk.sh # Setup executorch PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Setup install_requirements for llama PYTHON_EXECUTABLE=python bash examples/models/llama/install_requirements.sh # Test static llama weight sharing and accuracy PYTHON_EXECUTABLE=python bash .ci/scripts/test_qnn_static_llama.sh 2025-06-05T23:14:59.9935886Z ##[endgroup] 2025-06-05T23:15:00.0070165Z ami-id: ami-071226ecf16aa7d96 2025-06-05T23:15:00.0162619Z instance-id: i-04d2e58800e56bd79 2025-06-05T23:15:00.0257632Z instance-type: c5.2xlarge 2025-06-05T23:15:00.0267215Z system info Linux ip-10-0-38-7.ec2.internal 6.1.130-139.222.amzn2023.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Mar 11 01:10:58 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux 2025-06-05T23:15:00.0304535Z ##[group]Run echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-06-05T23:15:00.0305485Z echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-06-05T23:15:00.0311487Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:15:00.0311856Z env: 2025-06-05T23:15:00.0312099Z DOCKER_IMAGE: executorch-ubuntu-22.04-qnn-sdk 2025-06-05T23:15:00.0312450Z REPOSITORY: pytorch/executorch 2025-06-05T23:15:00.0312725Z PR_NUMBER: 2025-06-05T23:15:00.0315230Z 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}" BUILD_TOOL="cmake" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-qnn-deps.sh PYTHON_EXECUTABLE=python bash .ci/scripts/build-qnn-sdk.sh # Setup executorch PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Setup install_requirements for llama PYTHON_EXECUTABLE=python bash examples/models/llama/install_requirements.sh # Test static llama weight sharing and accuracy PYTHON_EXECUTABLE=python bash .ci/scripts/test_qnn_static_llama.sh 2025-06-05T23:15:00.0317779Z ##[endgroup] 2025-06-05T23:15:00.0390423Z ##[group]Run if systemctl is-active --quiet docker; then 2025-06-05T23:15:00.0390865Z if systemctl is-active --quiet docker; then 2025-06-05T23:15:00.0391229Z  echo "Docker daemon is running..."; 2025-06-05T23:15:00.0391546Z else 2025-06-05T23:15:00.0391874Z  echo "Starting docker deamon..." && sudo systemctl start docker; 2025-06-05T23:15:00.0392283Z fi 2025-06-05T23:15:00.0397447Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:15:00.0397812Z env: 2025-06-05T23:15:00.0398067Z DOCKER_IMAGE: executorch-ubuntu-22.04-qnn-sdk 2025-06-05T23:15:00.0398443Z REPOSITORY: pytorch/executorch 2025-06-05T23:15:00.0398726Z PR_NUMBER: 2025-06-05T23:15:00.0401209Z 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}" BUILD_TOOL="cmake" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-qnn-deps.sh PYTHON_EXECUTABLE=python bash .ci/scripts/build-qnn-sdk.sh # Setup executorch PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Setup install_requirements for llama PYTHON_EXECUTABLE=python bash examples/models/llama/install_requirements.sh # Test static llama weight sharing and accuracy PYTHON_EXECUTABLE=python bash .ci/scripts/test_qnn_static_llama.sh 2025-06-05T23:15:00.0403757Z ##[endgroup] 2025-06-05T23:15:00.0474137Z Docker daemon is running... 2025-06-05T23:15:00.0566171Z ##[group]Run AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2025-06-05T23:15:00.0566803Z AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2025-06-05T23:15:00.0567323Z retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2025-06-05T23:15:00.0568120Z retry aws ecr get-login-password --region "$AWS_DEFAULT_REGION" | docker login --username AWS \ 2025-06-05T23:15:00.0568827Z  --password-stdin "$AWS_ACCOUNT_ID.dkr.ecr.$AWS_DEFAULT_REGION.amazonaws.com" 2025-06-05T23:15:00.0574547Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:15:00.0574907Z env: 2025-06-05T23:15:00.0575148Z DOCKER_IMAGE: executorch-ubuntu-22.04-qnn-sdk 2025-06-05T23:15:00.0575500Z REPOSITORY: pytorch/executorch 2025-06-05T23:15:00.0575761Z PR_NUMBER: 2025-06-05T23:15:00.0578361Z 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}" BUILD_TOOL="cmake" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-qnn-deps.sh PYTHON_EXECUTABLE=python bash .ci/scripts/build-qnn-sdk.sh # Setup executorch PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Setup install_requirements for llama PYTHON_EXECUTABLE=python bash examples/models/llama/install_requirements.sh # Test static llama weight sharing and accuracy PYTHON_EXECUTABLE=python bash .ci/scripts/test_qnn_static_llama.sh 2025-06-05T23:15:00.0580927Z AWS_RETRY_MODE: standard 2025-06-05T23:15:00.0581224Z AWS_MAX_ATTEMPTS: 5 2025-06-05T23:15:00.0581540Z AWS_DEFAULT_REGION: us-east-1 2025-06-05T23:15:00.0581807Z ##[endgroup] 2025-06-05T23:15:01.0946098Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2025-06-05T23:15:01.0946709Z Configure a credential helper to remove this warning. See 2025-06-05T23:15:01.0947340Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2025-06-05T23:15:01.0948021Z 2025-06-05T23:15:01.0948121Z Login Succeeded 2025-06-05T23:15:01.0989393Z ##[group]Run env | grep '^GITHUB' >> "${RUNNER_TEMP}/github_env_${GITHUB_RUN_ID}" 2025-06-05T23:15:01.0989996Z env | grep '^GITHUB' >> "${RUNNER_TEMP}/github_env_${GITHUB_RUN_ID}" 2025-06-05T23:15:01.0990489Z env | grep '^CI' >> "${RUNNER_TEMP}/github_env_${GITHUB_RUN_ID}" 2025-06-05T23:15:01.0996465Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:15:01.0996814Z env: 2025-06-05T23:15:01.0997068Z DOCKER_IMAGE: executorch-ubuntu-22.04-qnn-sdk 2025-06-05T23:15:01.0997406Z REPOSITORY: pytorch/executorch 2025-06-05T23:15:01.0997683Z PR_NUMBER: 2025-06-05T23:15:01.1000164Z 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}" BUILD_TOOL="cmake" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-qnn-deps.sh PYTHON_EXECUTABLE=python bash .ci/scripts/build-qnn-sdk.sh # Setup executorch PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Setup install_requirements for llama PYTHON_EXECUTABLE=python bash examples/models/llama/install_requirements.sh # Test static llama weight sharing and accuracy PYTHON_EXECUTABLE=python bash .ci/scripts/test_qnn_static_llama.sh 2025-06-05T23:15:01.1002749Z ##[endgroup] 2025-06-05T23:15:01.1087293Z ##[group]Run RUNNER_ARTIFACT_DIR="${RUNNER_TEMP}/artifacts" 2025-06-05T23:15:01.1087783Z RUNNER_ARTIFACT_DIR="${RUNNER_TEMP}/artifacts" 2025-06-05T23:15:01.1088169Z sudo rm -rf "${RUNNER_ARTIFACT_DIR}" 2025-06-05T23:15:01.1088500Z mkdir -p "${RUNNER_ARTIFACT_DIR}" 2025-06-05T23:15:01.1088929Z echo "RUNNER_ARTIFACT_DIR=${RUNNER_ARTIFACT_DIR}" >> "${GITHUB_ENV}" 2025-06-05T23:15:01.1089419Z  2025-06-05T23:15:01.1089709Z RUNNER_TEST_RESULTS_DIR="${RUNNER_TEMP}/test-results" 2025-06-05T23:15:01.1090108Z sudo rm -rf "${RUNNER_TEST_RESULTS_DIR}" 2025-06-05T23:15:01.1090465Z mkdir -p "${RUNNER_TEST_RESULTS_DIR}" 2025-06-05T23:15:01.1090947Z echo "RUNNER_TEST_RESULTS_DIR=${RUNNER_TEST_RESULTS_DIR}" >> "${GITHUB_ENV}" 2025-06-05T23:15:01.1091375Z  2025-06-05T23:15:01.1091842Z RUNNER_DOCS_DIR="${RUNNER_TEMP}/docs" 2025-06-05T23:15:01.1092163Z sudo rm -rf "${RUNNER_DOCS_DIR}" 2025-06-05T23:15:01.1092478Z mkdir -p "${RUNNER_DOCS_DIR}" 2025-06-05T23:15:01.1092853Z echo "RUNNER_DOCS_DIR=${RUNNER_DOCS_DIR}" >> "${GITHUB_ENV}" 2025-06-05T23:15:01.1098512Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:15:01.1098867Z env: 2025-06-05T23:15:01.1099129Z DOCKER_IMAGE: executorch-ubuntu-22.04-qnn-sdk 2025-06-05T23:15:01.1099484Z REPOSITORY: pytorch/executorch 2025-06-05T23:15:01.1099745Z PR_NUMBER: 2025-06-05T23:15:01.1102335Z 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}" BUILD_TOOL="cmake" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-qnn-deps.sh PYTHON_EXECUTABLE=python bash .ci/scripts/build-qnn-sdk.sh # Setup executorch PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Setup install_requirements for llama PYTHON_EXECUTABLE=python bash examples/models/llama/install_requirements.sh # Test static llama weight sharing and accuracy PYTHON_EXECUTABLE=python bash .ci/scripts/test_qnn_static_llama.sh 2025-06-05T23:15:01.1104911Z ##[endgroup] 2025-06-05T23:15:01.6066841Z ##[group]Run needs=0 2025-06-05T23:15:01.6067118Z needs=0 2025-06-05T23:15:01.6067470Z if lspci -v | grep -e 'controller.*NVIDIA' >/dev/null 2>/dev/null; then 2025-06-05T23:15:01.6067912Z  needs=1 2025-06-05T23:15:01.6068122Z fi 2025-06-05T23:15:01.6068365Z echo "does=${needs}" >> $GITHUB_OUTPUT 2025-06-05T23:15:01.6074127Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:15:01.6074504Z env: 2025-06-05T23:15:01.6074762Z DOCKER_IMAGE: executorch-ubuntu-22.04-qnn-sdk 2025-06-05T23:15:01.6075132Z REPOSITORY: pytorch/executorch 2025-06-05T23:15:01.6075409Z PR_NUMBER: 2025-06-05T23:15:01.6077882Z 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}" BUILD_TOOL="cmake" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-qnn-deps.sh PYTHON_EXECUTABLE=python bash .ci/scripts/build-qnn-sdk.sh # Setup executorch PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Setup install_requirements for llama PYTHON_EXECUTABLE=python bash examples/models/llama/install_requirements.sh # Test static llama weight sharing and accuracy PYTHON_EXECUTABLE=python bash .ci/scripts/test_qnn_static_llama.sh 2025-06-05T23:15:01.6080570Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:15:01.6081144Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:15:01.6081672Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:15:01.6082050Z ##[endgroup] 2025-06-05T23:15:01.6352803Z ##[group]Run # ignore expansion of "docker ps -q" since it could be empty 2025-06-05T23:15:01.6353373Z # ignore expansion of "docker ps -q" since it could be empty 2025-06-05T23:15:01.6353769Z # shellcheck disable=SC2046 2025-06-05T23:15:01.6354096Z docker stop $(docker ps -q) || true 2025-06-05T23:15:01.6354430Z # Prune all of the docker images 2025-06-05T23:15:01.6354734Z docker system prune -af 2025-06-05T23:15:01.6360607Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:15:01.6360963Z env: 2025-06-05T23:15:01.6361221Z DOCKER_IMAGE: executorch-ubuntu-22.04-qnn-sdk 2025-06-05T23:15:01.6361559Z REPOSITORY: pytorch/executorch 2025-06-05T23:15:01.6361832Z PR_NUMBER: 2025-06-05T23:15:01.6364311Z 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}" BUILD_TOOL="cmake" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-qnn-deps.sh PYTHON_EXECUTABLE=python bash .ci/scripts/build-qnn-sdk.sh # Setup executorch PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Setup install_requirements for llama PYTHON_EXECUTABLE=python bash examples/models/llama/install_requirements.sh # Test static llama weight sharing and accuracy PYTHON_EXECUTABLE=python bash .ci/scripts/test_qnn_static_llama.sh 2025-06-05T23:15:01.6367120Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:15:01.6367693Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:15:01.6368228Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:15:01.6368592Z ##[endgroup] 2025-06-05T23:15:01.6580111Z "docker stop" requires at least 1 argument. 2025-06-05T23:15:01.6580559Z See 'docker stop --help'. 2025-06-05T23:15:01.6580739Z 2025-06-05T23:15:01.6581180Z Usage: docker stop [OPTIONS] CONTAINER [CONTAINER...] 2025-06-05T23:15:01.6581466Z 2025-06-05T23:15:01.6581573Z Stop one or more running containers 2025-06-05T23:15:01.6745562Z Total reclaimed space: 0B 2025-06-05T23:15:01.6819945Z ##[group]Run ./test-infra/.github/actions/setup-ssh 2025-06-05T23:15:01.6820306Z with: 2025-06-05T23:15:01.6820984Z github-secret: *** 2025-06-05T23:15:01.6821652Z instructions: All testing is done inside the container, to start an interactive session run: docker exec -it $(docker container ps --format '{{.ID}}') bash 2025-06-05T23:15:01.6822398Z activate-with-label: false 2025-06-05T23:15:01.6822656Z label: with-ssh 2025-06-05T23:15:01.6822895Z remove-existing-keys: true 2025-06-05T23:15:01.6823150Z fail-silently: true 2025-06-05T23:15:01.6823379Z env: 2025-06-05T23:15:01.6823610Z DOCKER_IMAGE: executorch-ubuntu-22.04-qnn-sdk 2025-06-05T23:15:01.6823956Z REPOSITORY: pytorch/executorch 2025-06-05T23:15:01.6824223Z PR_NUMBER: 2025-06-05T23:15:01.6826729Z 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}" BUILD_TOOL="cmake" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-qnn-deps.sh PYTHON_EXECUTABLE=python bash .ci/scripts/build-qnn-sdk.sh # Setup executorch PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Setup install_requirements for llama PYTHON_EXECUTABLE=python bash examples/models/llama/install_requirements.sh # Test static llama weight sharing and accuracy PYTHON_EXECUTABLE=python bash .ci/scripts/test_qnn_static_llama.sh 2025-06-05T23:15:01.6829427Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:15:01.6829987Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:15:01.6830521Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:15:01.6830884Z ##[endgroup] 2025-06-05T23:15:01.7899006Z Please see https://github.com/pytorch/pytorch/wiki/Debugging-using-with-ssh-for-Github-Actions for more info. 2025-06-05T23:15:01.7900964Z Not on pull request and ciflow reference could not be extracted, skipping adding ssh keys 2025-06-05T23:15:01.8021368Z ##[group]Run actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 2025-06-05T23:15:01.8021780Z with: 2025-06-05T23:15:01.8022003Z repository: pytorch/executorch 2025-06-05T23:15:01.8022306Z ref: bd572346e4f196b36aaa03a1645d12b1618fe88b 2025-06-05T23:15:01.8022685Z path: pytorch/executorch 2025-06-05T23:15:01.8022946Z fetch-depth: 1 2025-06-05T23:15:01.8023156Z submodules: recursive 2025-06-05T23:15:01.8023544Z token: *** 2025-06-05T23:15:01.8023739Z ssh-strict: true 2025-06-05T23:15:01.8023961Z ssh-user: git 2025-06-05T23:15:01.8024178Z persist-credentials: true 2025-06-05T23:15:01.8024433Z clean: true 2025-06-05T23:15:01.8024667Z sparse-checkout-cone-mode: true 2025-06-05T23:15:01.8024939Z fetch-tags: false 2025-06-05T23:15:01.8025327Z show-progress: true 2025-06-05T23:15:01.8025544Z lfs: false 2025-06-05T23:15:01.8025763Z set-safe-directory: true 2025-06-05T23:15:01.8025994Z env: 2025-06-05T23:15:01.8026281Z DOCKER_IMAGE: executorch-ubuntu-22.04-qnn-sdk 2025-06-05T23:15:01.8026614Z REPOSITORY: pytorch/executorch 2025-06-05T23:15:01.8026883Z PR_NUMBER: 2025-06-05T23:15:01.8029335Z 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}" BUILD_TOOL="cmake" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-qnn-deps.sh PYTHON_EXECUTABLE=python bash .ci/scripts/build-qnn-sdk.sh # Setup executorch PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Setup install_requirements for llama PYTHON_EXECUTABLE=python bash examples/models/llama/install_requirements.sh # Test static llama weight sharing and accuracy PYTHON_EXECUTABLE=python bash .ci/scripts/test_qnn_static_llama.sh 2025-06-05T23:15:01.8032037Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:15:01.8032610Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:15:01.8033150Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:15:01.8033512Z ##[endgroup] 2025-06-05T23:15:01.8998945Z Syncing repository: pytorch/executorch 2025-06-05T23:15:01.9007149Z ##[group]Getting Git version info 2025-06-05T23:15:01.9007774Z Working directory is '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch' 2025-06-05T23:15:01.9032817Z [command]/usr/bin/git version 2025-06-05T23:15:01.9066306Z git version 2.47.1 2025-06-05T23:15:01.9090064Z ##[endgroup] 2025-06-05T23:15:01.9100948Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/f0c5664f-23ec-429d-beb0-f04290d31e89' before making global git config changes 2025-06-05T23:15:01.9101873Z Adding repository directory to the temporary git global config as a safe directory 2025-06-05T23:15:01.9114672Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch 2025-06-05T23:15:01.9140762Z ##[group]Initializing the repository 2025-06-05T23:15:01.9145242Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch 2025-06-05T23:15:01.9173045Z hint: Using 'master' as the name for the initial branch. This default branch name 2025-06-05T23:15:01.9173644Z hint: is subject to change. To configure the initial branch name to use in all 2025-06-05T23:15:01.9174208Z hint: of your new repositories, which will suppress this warning, call: 2025-06-05T23:15:01.9174614Z hint: 2025-06-05T23:15:01.9174881Z hint: git config --global init.defaultBranch 2025-06-05T23:15:01.9175222Z hint: 2025-06-05T23:15:01.9175529Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2025-06-05T23:15:01.9176079Z hint: 'development'. The just-created branch can be renamed via this command: 2025-06-05T23:15:01.9176510Z hint: 2025-06-05T23:15:01.9176722Z hint: git branch -m 2025-06-05T23:15:01.9177510Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/ 2025-06-05T23:15:01.9184489Z [command]/usr/bin/git remote add origin https://github.com/pytorch/executorch 2025-06-05T23:15:01.9208324Z ##[endgroup] 2025-06-05T23:15:01.9209054Z ##[group]Disabling automatic garbage collection 2025-06-05T23:15:01.9213595Z [command]/usr/bin/git config --local gc.auto 0 2025-06-05T23:15:01.9237785Z ##[endgroup] 2025-06-05T23:15:01.9238430Z ##[group]Setting up auth 2025-06-05T23:15:01.9244256Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-06-05T23:15:01.9269038Z [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-06-05T23:15:01.9516085Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-06-05T23:15:01.9540233Z [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-06-05T23:15:01.9785417Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-06-05T23:15:01.9825007Z ##[endgroup] 2025-06-05T23:15:01.9825422Z ##[group]Fetching the repository 2025-06-05T23:15:01.9832646Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin bd572346e4f196b36aaa03a1645d12b1618fe88b 2025-06-05T23:15:04.0619073Z From https://github.com/pytorch/executorch 2025-06-05T23:15:04.0619584Z * branch bd572346e4f196b36aaa03a1645d12b1618fe88b -> FETCH_HEAD 2025-06-05T23:15:04.0638152Z ##[endgroup] 2025-06-05T23:15:04.0638991Z ##[group]Determining the checkout info 2025-06-05T23:15:04.0641266Z ##[endgroup] 2025-06-05T23:15:04.0646313Z [command]/usr/bin/git sparse-checkout disable 2025-06-05T23:15:04.0677357Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig 2025-06-05T23:15:04.0700336Z ##[group]Checking out the ref 2025-06-05T23:15:04.0704450Z [command]/usr/bin/git checkout --progress --force bd572346e4f196b36aaa03a1645d12b1618fe88b 2025-06-05T23:15:04.5738286Z Note: switching to 'bd572346e4f196b36aaa03a1645d12b1618fe88b'. 2025-06-05T23:15:04.5738619Z 2025-06-05T23:15:04.5738853Z You are in 'detached HEAD' state. You can look around, make experimental 2025-06-05T23:15:04.5739379Z changes and commit them, and you can discard any commits you make in this 2025-06-05T23:15:04.5739915Z state without impacting any branches by switching back to a branch. 2025-06-05T23:15:04.5740227Z 2025-06-05T23:15:04.5740438Z If you want to create a new branch to retain commits you create, you may 2025-06-05T23:15:04.5740949Z do so (now or later) by using -c with the switch command. Example: 2025-06-05T23:15:04.5741226Z 2025-06-05T23:15:04.5741348Z git switch -c 2025-06-05T23:15:04.5741538Z 2025-06-05T23:15:04.5741657Z Or undo this operation with: 2025-06-05T23:15:04.5741839Z 2025-06-05T23:15:04.5741926Z git switch - 2025-06-05T23:15:04.5742057Z 2025-06-05T23:15:04.5742295Z Turn off this advice by setting config variable advice.detachedHead to false 2025-06-05T23:15:04.5742631Z 2025-06-05T23:15:04.5742884Z HEAD is now at bd57234 Qualcomm AI Engine Direct - QAIRT Visualizer Engagement (#10873) 2025-06-05T23:15:04.5764822Z ##[endgroup] 2025-06-05T23:15:04.5765228Z ##[group]Setting up auth for fetching submodules 2025-06-05T23:15:04.5770351Z [command]/usr/bin/git config --global http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-06-05T23:15:04.5807157Z [command]/usr/bin/git config --global --unset-all url.https://github.com/.insteadOf 2025-06-05T23:15:04.5831602Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf git@github.com: 2025-06-05T23:15:04.5855822Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2025-06-05T23:15:04.5875549Z ##[endgroup] 2025-06-05T23:15:04.5875949Z ##[group]Fetching submodules 2025-06-05T23:15:04.5878396Z [command]/usr/bin/git submodule sync --recursive 2025-06-05T23:15:04.6133930Z [command]/usr/bin/git -c protocol.version=2 submodule update --init --force --depth=1 --recursive 2025-06-05T23:15:04.6381267Z Submodule 'backends/arm/third-party/ethos-u-core-driver' (https://git.gitlab.arm.com/artificial-intelligence/ethos-u/ethos-u-core-driver.git) registered for path 'backends/arm/third-party/ethos-u-core-driver' 2025-06-05T23:15:04.6383375Z Submodule 'backends/arm/third-party/serialization_lib' (https://git.gitlab.arm.com/tosa/tosa-serialization.git) registered for path 'backends/arm/third-party/serialization_lib' 2025-06-05T23:15:04.6385597Z Submodule 'backends/cadence/utils/FACTO' (https://github.com/pytorch-labs/FACTO.git) registered for path 'backends/cadence/utils/FACTO' 2025-06-05T23:15:04.6389584Z Submodule 'backends/vulkan/third-party/Vulkan-Headers' (https://github.com/KhronosGroup/Vulkan-Headers) registered for path 'backends/vulkan/third-party/Vulkan-Headers' 2025-06-05T23:15:04.6393722Z Submodule 'backends/vulkan/third-party/VulkanMemoryAllocator' (https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git) registered for path 'backends/vulkan/third-party/VulkanMemoryAllocator' 2025-06-05T23:15:04.6397315Z Submodule 'backends/vulkan/third-party/volk' (https://github.com/zeux/volk) registered for path 'backends/vulkan/third-party/volk' 2025-06-05T23:15:04.6400993Z Submodule 'backends/xnnpack/third-party/FP16' (https://github.com/Maratyszcza/FP16.git) registered for path 'backends/xnnpack/third-party/FP16' 2025-06-05T23:15:04.6404003Z Submodule 'backends/xnnpack/third-party/FXdiv' (https://github.com/Maratyszcza/FXdiv.git) registered for path 'backends/xnnpack/third-party/FXdiv' 2025-06-05T23:15:04.6407006Z Submodule 'backends/xnnpack/third-party/XNNPACK' (https://github.com/google/XNNPACK.git) registered for path 'backends/xnnpack/third-party/XNNPACK' 2025-06-05T23:15:04.6410030Z Submodule 'backends/xnnpack/third-party/cpuinfo' (https://github.com/pytorch/cpuinfo.git) registered for path 'backends/xnnpack/third-party/cpuinfo' 2025-06-05T23:15:04.6413291Z Submodule 'backends/xnnpack/third-party/pthreadpool' (https://github.com/Maratyszcza/pthreadpool.git) registered for path 'backends/xnnpack/third-party/pthreadpool' 2025-06-05T23:15:04.6416267Z Submodule 'extension/llm/tokenizers' (https://github.com/pytorch-labs/tokenizers.git) registered for path 'extension/llm/tokenizers' 2025-06-05T23:15:04.6419544Z Submodule 'kernels/optimized/third-party/eigen' (https://gitlab.com/libeigen/eigen.git) registered for path 'kernels/optimized/third-party/eigen' 2025-06-05T23:15:04.6422603Z Submodule 'shim' (https://github.com/facebook/buck2-shims-meta) registered for path 'shim' 2025-06-05T23:15:04.6425953Z Submodule 'third-party/ao' (https://github.com/pytorch/ao.git) registered for path 'third-party/ao' 2025-06-05T23:15:04.6430321Z Submodule 'third-party/flatbuffers' (https://github.com/google/flatbuffers.git) registered for path 'third-party/flatbuffers' 2025-06-05T23:15:04.6435467Z Submodule 'third-party/flatcc' (https://github.com/dvidelabs/flatcc.git) registered for path 'third-party/flatcc' 2025-06-05T23:15:04.6439277Z Submodule 'third-party/gflags' (https://github.com/gflags/gflags.git) registered for path 'third-party/gflags' 2025-06-05T23:15:04.6443033Z Submodule 'third-party/googletest' (https://github.com/google/googletest.git) registered for path 'third-party/googletest' 2025-06-05T23:15:04.6447664Z Submodule 'third-party/ios-cmake' (https://github.com/leetal/ios-cmake) registered for path 'third-party/ios-cmake' 2025-06-05T23:15:04.6451090Z Submodule 'third-party/json' (https://github.com/nlohmann/json.git) registered for path 'third-party/json' 2025-06-05T23:15:04.6455239Z Submodule 'third-party/pocketfft' (https://github.com/mreineck/pocketfft) registered for path 'third-party/pocketfft' 2025-06-05T23:15:04.6459756Z Submodule 'third-party/prelude' (https://github.com/facebook/buck2-prelude.git) registered for path 'third-party/prelude' 2025-06-05T23:15:04.6463853Z Submodule 'third-party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third-party/pybind11' 2025-06-05T23:15:04.6491069Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/ethos-u-core-driver'... 2025-06-05T23:15:05.5199568Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/serialization_lib'... 2025-06-05T23:15:06.1970176Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/FACTO'... 2025-06-05T23:15:06.4664543Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/Vulkan-Headers'... 2025-06-05T23:15:06.9237963Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator'... 2025-06-05T23:15:07.2720690Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/volk'... 2025-06-05T23:15:07.4905694Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FP16'... 2025-06-05T23:15:07.7132403Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FXdiv'... 2025-06-05T23:15:07.9571250Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK'... 2025-06-05T23:15:08.6712473Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo'... 2025-06-05T23:15:09.0969662Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/pthreadpool'... 2025-06-05T23:15:09.4128144Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers'... 2025-06-05T23:15:09.6710459Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen'... 2025-06-05T23:15:10.3630441Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim'... 2025-06-05T23:15:10.6505488Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao'... 2025-06-05T23:15:11.0387461Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers'... 2025-06-05T23:15:11.4225732Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc'... 2025-06-05T23:15:11.7510978Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gflags'... 2025-06-05T23:15:12.0137870Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest'... 2025-06-05T23:15:12.3189561Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ios-cmake'... 2025-06-05T23:15:12.6065511Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/json'... 2025-06-05T23:15:13.0100291Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pocketfft'... 2025-06-05T23:15:13.2844595Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude'... 2025-06-05T23:15:13.7509092Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11'... 2025-06-05T23:15:15.3200719Z From https://git.gitlab.arm.com/artificial-intelligence/ethos-u/ethos-u-core-driver 2025-06-05T23:15:15.3201359Z * branch 7bf44c54527e718b99d588ce520cf2f96343adb1 -> FETCH_HEAD 2025-06-05T23:15:15.3319946Z Submodule path 'backends/arm/third-party/ethos-u-core-driver': checked out '7bf44c54527e718b99d588ce520cf2f96343adb1' 2025-06-05T23:15:16.6587568Z From https://git.gitlab.arm.com/tosa/tosa-serialization 2025-06-05T23:15:16.6588387Z * branch 187af0d41fe75d08d2a7ec84c1b4d24b9b641ed2 -> FETCH_HEAD 2025-06-05T23:15:16.6691204Z Submodule path 'backends/arm/third-party/serialization_lib': checked out '187af0d41fe75d08d2a7ec84c1b4d24b9b641ed2' 2025-06-05T23:15:16.6705734Z Submodule 'third_party/flatbuffers' (https://github.com/google/flatbuffers.git) registered for path 'backends/arm/third-party/serialization_lib/third_party/flatbuffers' 2025-06-05T23:15:16.6729443Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers'... 2025-06-05T23:15:17.8159514Z From https://github.com/google/flatbuffers 2025-06-05T23:15:17.8160060Z * branch 0100f6a5779831fa7a651e4b67ef389a8752bd9b -> FETCH_HEAD 2025-06-05T23:15:17.9168122Z Submodule path 'backends/arm/third-party/serialization_lib/third_party/flatbuffers': checked out '0100f6a5779831fa7a651e4b67ef389a8752bd9b' 2025-06-05T23:15:18.4790120Z From https://github.com/pytorch-labs/FACTO 2025-06-05T23:15:18.4790647Z * branch 1db37fc79d0d59638cbb794fa49d878aafc24461 -> FETCH_HEAD 2025-06-05T23:15:18.4914556Z Submodule path 'backends/cadence/utils/FACTO': checked out '1db37fc79d0d59638cbb794fa49d878aafc24461' 2025-06-05T23:15:19.2754922Z From https://github.com/KhronosGroup/Vulkan-Headers 2025-06-05T23:15:19.2755453Z * branch 0c5928795a66e93f65e5e68a36d8daa79a209dc2 -> FETCH_HEAD 2025-06-05T23:15:19.3245357Z Submodule path 'backends/vulkan/third-party/Vulkan-Headers': checked out '0c5928795a66e93f65e5e68a36d8daa79a209dc2' 2025-06-05T23:15:20.0186689Z From https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator 2025-06-05T23:15:20.0187289Z * branch a6bfc237255a6bac1513f7c1ebde6d8aed6b5191 -> FETCH_HEAD 2025-06-05T23:15:20.0495736Z Submodule path 'backends/vulkan/third-party/VulkanMemoryAllocator': checked out 'a6bfc237255a6bac1513f7c1ebde6d8aed6b5191' 2025-06-05T23:15:20.6163707Z From https://github.com/zeux/volk 2025-06-05T23:15:20.6164174Z * branch b3bc21e584f97400b6884cb2a541a56c6a5ddba3 -> FETCH_HEAD 2025-06-05T23:15:20.6231608Z Submodule path 'backends/vulkan/third-party/volk': checked out 'b3bc21e584f97400b6884cb2a541a56c6a5ddba3' 2025-06-05T23:15:21.1128032Z From https://github.com/Maratyszcza/FP16 2025-06-05T23:15:21.1128536Z * branch 4dfe081cf6bcd15db339cf2680b9281b8451eeb3 -> FETCH_HEAD 2025-06-05T23:15:21.1210903Z Submodule path 'backends/xnnpack/third-party/FP16': checked out '4dfe081cf6bcd15db339cf2680b9281b8451eeb3' 2025-06-05T23:15:21.5081221Z From https://github.com/Maratyszcza/FXdiv 2025-06-05T23:15:21.5082010Z * branch b408327ac2a15ec3e43352421954f5b1967701d1 -> FETCH_HEAD 2025-06-05T23:15:21.5134984Z Submodule path 'backends/xnnpack/third-party/FXdiv': checked out 'b408327ac2a15ec3e43352421954f5b1967701d1' 2025-06-05T23:15:23.0880032Z From https://github.com/google/XNNPACK 2025-06-05T23:15:23.0880935Z * branch 4ea82e595b36106653175dcb04b2aa532660d0d8 -> FETCH_HEAD 2025-06-05T23:15:23.6685415Z Submodule path 'backends/xnnpack/third-party/XNNPACK': checked out '4ea82e595b36106653175dcb04b2aa532660d0d8' 2025-06-05T23:15:24.1760459Z From https://github.com/pytorch/cpuinfo 2025-06-05T23:15:24.1760971Z * branch c61fe919607bbc534d7a5a5707bdd7041e72c5ff -> FETCH_HEAD 2025-06-05T23:15:24.2575721Z Submodule path 'backends/xnnpack/third-party/cpuinfo': checked out 'c61fe919607bbc534d7a5a5707bdd7041e72c5ff' 2025-06-05T23:15:24.7421868Z From https://github.com/Maratyszcza/pthreadpool 2025-06-05T23:15:24.7422378Z * branch 4fe0e1e183925bf8cfa6aae24237e724a96479b8 -> FETCH_HEAD 2025-06-05T23:15:24.7502228Z Submodule path 'backends/xnnpack/third-party/pthreadpool': checked out '4fe0e1e183925bf8cfa6aae24237e724a96479b8' 2025-06-05T23:15:25.2018108Z From https://github.com/pytorch-labs/tokenizers 2025-06-05T23:15:25.2018638Z * branch fc5962cd9e08019c5df6667eba3377e7d76441f7 -> FETCH_HEAD 2025-06-05T23:15:25.2258217Z Submodule path 'extension/llm/tokenizers': checked out 'fc5962cd9e08019c5df6667eba3377e7d76441f7' 2025-06-05T23:15:25.2273221Z Submodule 'third-party/abseil-cpp' (https://github.com/abseil/abseil-cpp.git) registered for path 'extension/llm/tokenizers/third-party/abseil-cpp' 2025-06-05T23:15:25.2275413Z Submodule 'third-party/json' (https://github.com/nlohmann/json.git) registered for path 'extension/llm/tokenizers/third-party/json' 2025-06-05T23:15:25.2278442Z Submodule 'third-party/pcre2' (https://github.com/PCRE2Project/pcre2.git) registered for path 'extension/llm/tokenizers/third-party/pcre2' 2025-06-05T23:15:25.2281462Z Submodule 'third-party/re2' (https://github.com/google/re2.git) registered for path 'extension/llm/tokenizers/third-party/re2' 2025-06-05T23:15:25.2283770Z Submodule 'third-party/sentencepiece' (https://github.com/google/sentencepiece.git) registered for path 'extension/llm/tokenizers/third-party/sentencepiece' 2025-06-05T23:15:25.2309379Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/third-party/abseil-cpp'... 2025-06-05T23:15:25.6258531Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/third-party/json'... 2025-06-05T23:15:26.0517897Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/third-party/pcre2'... 2025-06-05T23:15:26.4084695Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/third-party/re2'... 2025-06-05T23:15:26.7300797Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/third-party/sentencepiece'... 2025-06-05T23:15:28.0948833Z From https://github.com/abseil/abseil-cpp 2025-06-05T23:15:28.0949346Z * branch 7d96b2e93d9a84530748b68abd2f97595c51ecf4 -> FETCH_HEAD 2025-06-05T23:15:28.1902997Z Submodule path 'extension/llm/tokenizers/third-party/abseil-cpp': checked out '7d96b2e93d9a84530748b68abd2f97595c51ecf4' 2025-06-05T23:15:28.8871238Z From https://github.com/nlohmann/json 2025-06-05T23:15:28.8871726Z * branch e6cafa573aac6ed9227f752a5371c0b3f436307d -> FETCH_HEAD 2025-06-05T23:15:28.9780310Z Submodule path 'extension/llm/tokenizers/third-party/json': checked out 'e6cafa573aac6ed9227f752a5371c0b3f436307d' 2025-06-05T23:15:29.5897490Z From https://github.com/PCRE2Project/pcre2 2025-06-05T23:15:29.5898018Z * branch 2e03e323339ab692640626f02f8d8d6f95bff9c6 -> FETCH_HEAD 2025-06-05T23:15:29.6611489Z Submodule path 'extension/llm/tokenizers/third-party/pcre2': checked out '2e03e323339ab692640626f02f8d8d6f95bff9c6' 2025-06-05T23:15:29.6627116Z Submodule 'deps/sljit' (https://github.com/zherczeg/sljit.git) registered for path 'extension/llm/tokenizers/third-party/pcre2/deps/sljit' 2025-06-05T23:15:29.6652192Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/third-party/pcre2/deps/sljit'... 2025-06-05T23:15:30.9020242Z From https://github.com/zherczeg/sljit 2025-06-05T23:15:30.9020758Z * branch 98802d939be3f0ccc2c538d611ec4c728564e8cf -> FETCH_HEAD 2025-06-05T23:15:30.9205025Z Submodule path 'extension/llm/tokenizers/third-party/pcre2/deps/sljit': checked out '98802d939be3f0ccc2c538d611ec4c728564e8cf' 2025-06-05T23:15:31.4321409Z From https://github.com/google/re2 2025-06-05T23:15:31.4321955Z * branch 6dcd83d60f7944926bfd308cc13979fc53dd69ca -> FETCH_HEAD 2025-06-05T23:15:31.4483620Z Submodule path 'extension/llm/tokenizers/third-party/re2': checked out '6dcd83d60f7944926bfd308cc13979fc53dd69ca' 2025-06-05T23:15:32.0167389Z From https://github.com/google/sentencepiece 2025-06-05T23:15:32.0168106Z * branch d8f741853847553169444afc12c00f4bbff3e9ce -> FETCH_HEAD 2025-06-05T23:15:32.1459546Z Submodule path 'extension/llm/tokenizers/third-party/sentencepiece': checked out 'd8f741853847553169444afc12c00f4bbff3e9ce' 2025-06-05T23:15:33.8407846Z From https://gitlab.com/libeigen/eigen 2025-06-05T23:15:33.8408348Z * branch a39ade4ccf99df845ec85c580fbbb324f71952fa -> FETCH_HEAD 2025-06-05T23:15:33.9631367Z Submodule path 'kernels/optimized/third-party/eigen': checked out 'a39ade4ccf99df845ec85c580fbbb324f71952fa' 2025-06-05T23:15:34.5398282Z From https://github.com/facebook/buck2-shims-meta 2025-06-05T23:15:34.5398807Z * branch cf6a954aae4bee7b4515e13475878460115027d1 -> FETCH_HEAD 2025-06-05T23:15:34.5591144Z Submodule path 'shim': checked out 'cf6a954aae4bee7b4515e13475878460115027d1' 2025-06-05T23:15:35.1185298Z From https://github.com/pytorch/ao 2025-06-05T23:15:35.1185864Z * branch bc68b11f1bf77be38721ca7dd2c477aeb5e6626e -> FETCH_HEAD 2025-06-05T23:15:35.2105529Z Submodule path 'third-party/ao': checked out 'bc68b11f1bf77be38721ca7dd2c477aeb5e6626e' 2025-06-05T23:15:35.2122615Z Submodule 'third_party/cutlass' (https://github.com/NVIDIA/cutlass) registered for path 'third-party/ao/third_party/cutlass' 2025-06-05T23:15:35.2147784Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/third_party/cutlass'... 2025-06-05T23:15:38.2264689Z From https://github.com/NVIDIA/cutlass 2025-06-05T23:15:38.2265197Z * branch ad7b2f5e84fcfa124cb02b91d5bd26d238c0459e -> FETCH_HEAD 2025-06-05T23:15:38.7729795Z Submodule path 'third-party/ao/third_party/cutlass': checked out 'ad7b2f5e84fcfa124cb02b91d5bd26d238c0459e' 2025-06-05T23:15:39.5021670Z From https://github.com/google/flatbuffers 2025-06-05T23:15:39.5022182Z * branch 595bf0007ab1929570c7671f091313c8fc20644e -> FETCH_HEAD 2025-06-05T23:15:39.6040834Z Submodule path 'third-party/flatbuffers': checked out '595bf0007ab1929570c7671f091313c8fc20644e' 2025-06-05T23:15:40.1111118Z From https://github.com/dvidelabs/flatcc 2025-06-05T23:15:40.1111616Z * branch 896db54787e8b730a6be482c69324751f3f5f117 -> FETCH_HEAD 2025-06-05T23:15:40.1346456Z Submodule path 'third-party/flatcc': checked out '896db54787e8b730a6be482c69324751f3f5f117' 2025-06-05T23:15:40.5717813Z From https://github.com/gflags/gflags 2025-06-05T23:15:40.5718358Z * branch a738fdf9338412f83ab3f26f31ac11ed3f3ec4bd -> FETCH_HEAD 2025-06-05T23:15:40.5801646Z Submodule path 'third-party/gflags': checked out 'a738fdf9338412f83ab3f26f31ac11ed3f3ec4bd' 2025-06-05T23:15:41.2449020Z From https://github.com/google/googletest 2025-06-05T23:15:41.2449888Z * branch e2239ee6043f73722e7aa812a459f54a28552929 -> FETCH_HEAD 2025-06-05T23:15:41.2791611Z Submodule path 'third-party/googletest': checked out 'e2239ee6043f73722e7aa812a459f54a28552929' 2025-06-05T23:15:41.8664755Z From https://github.com/leetal/ios-cmake 2025-06-05T23:15:41.8665246Z * branch 06465b27698424cf4a04a5ca4904d50a3c966c45 -> FETCH_HEAD 2025-06-05T23:15:41.8734088Z Submodule path 'third-party/ios-cmake': checked out '06465b27698424cf4a04a5ca4904d50a3c966c45' 2025-06-05T23:15:42.4012786Z From https://github.com/nlohmann/json 2025-06-05T23:15:42.4013275Z * branch ac0133ea89a8fd730a9cc9649c5226a9995dc3e1 -> FETCH_HEAD 2025-06-05T23:15:42.4913296Z Submodule path 'third-party/json': checked out 'ac0133ea89a8fd730a9cc9649c5226a9995dc3e1' 2025-06-05T23:15:42.5000677Z Submodule path 'third-party/pocketfft': checked out '0fa0ef591e38c2758e3184c6c23e497b9f732ffa' 2025-06-05T23:15:43.1296702Z From https://github.com/facebook/buck2-prelude 2025-06-05T23:15:43.1297212Z * branch 48c249f8c7b99ff501d6e857754760315072b306 -> FETCH_HEAD 2025-06-05T23:15:43.2647487Z Submodule path 'third-party/prelude': checked out '48c249f8c7b99ff501d6e857754760315072b306' 2025-06-05T23:15:43.8263522Z From https://github.com/pybind/pybind11 2025-06-05T23:15:43.8264028Z * branch a2e59f0e7065404b44dfe92a28aca47ba1378dc4 -> FETCH_HEAD 2025-06-05T23:15:43.8539214Z Submodule path 'third-party/pybind11': checked out 'a2e59f0e7065404b44dfe92a28aca47ba1378dc4' 2025-06-05T23:15:43.8571022Z [command]/usr/bin/git submodule foreach --recursive git config --local gc.auto 0 2025-06-05T23:15:43.8818961Z Entering 'backends/arm/third-party/ethos-u-core-driver' 2025-06-05T23:15:43.8856597Z Entering 'backends/arm/third-party/serialization_lib' 2025-06-05T23:15:43.8893034Z Entering 'backends/arm/third-party/serialization_lib/third_party/flatbuffers' 2025-06-05T23:15:43.8934590Z Entering 'backends/cadence/utils/FACTO' 2025-06-05T23:15:43.8973535Z Entering 'backends/vulkan/third-party/Vulkan-Headers' 2025-06-05T23:15:43.9010883Z Entering 'backends/vulkan/third-party/VulkanMemoryAllocator' 2025-06-05T23:15:43.9047516Z Entering 'backends/vulkan/third-party/volk' 2025-06-05T23:15:43.9084908Z Entering 'backends/xnnpack/third-party/FP16' 2025-06-05T23:15:43.9122174Z Entering 'backends/xnnpack/third-party/FXdiv' 2025-06-05T23:15:43.9160057Z Entering 'backends/xnnpack/third-party/XNNPACK' 2025-06-05T23:15:43.9212896Z Entering 'backends/xnnpack/third-party/cpuinfo' 2025-06-05T23:15:43.9250966Z Entering 'backends/xnnpack/third-party/pthreadpool' 2025-06-05T23:15:43.9288230Z Entering 'extension/llm/tokenizers' 2025-06-05T23:15:43.9324862Z Entering 'extension/llm/tokenizers/third-party/abseil-cpp' 2025-06-05T23:15:43.9364457Z Entering 'extension/llm/tokenizers/third-party/json' 2025-06-05T23:15:43.9402602Z Entering 'extension/llm/tokenizers/third-party/pcre2' 2025-06-05T23:15:43.9439170Z Entering 'extension/llm/tokenizers/third-party/pcre2/deps/sljit' 2025-06-05T23:15:43.9478432Z Entering 'extension/llm/tokenizers/third-party/re2' 2025-06-05T23:15:43.9514706Z Entering 'extension/llm/tokenizers/third-party/sentencepiece' 2025-06-05T23:15:43.9552912Z Entering 'kernels/optimized/third-party/eigen' 2025-06-05T23:15:43.9594986Z Entering 'shim' 2025-06-05T23:15:43.9632468Z Entering 'third-party/ao' 2025-06-05T23:15:43.9669777Z Entering 'third-party/ao/third_party/cutlass' 2025-06-05T23:15:43.9717063Z Entering 'third-party/flatbuffers' 2025-06-05T23:15:43.9756429Z Entering 'third-party/flatcc' 2025-06-05T23:15:43.9794887Z Entering 'third-party/gflags' 2025-06-05T23:15:43.9831523Z Entering 'third-party/googletest' 2025-06-05T23:15:43.9868772Z Entering 'third-party/ios-cmake' 2025-06-05T23:15:43.9905569Z Entering 'third-party/json' 2025-06-05T23:15:43.9943450Z Entering 'third-party/pocketfft' 2025-06-05T23:15:43.9980192Z Entering 'third-party/prelude' 2025-06-05T23:15:44.0020346Z Entering 'third-party/pybind11' 2025-06-05T23:15:44.0065866Z ##[endgroup] 2025-06-05T23:15:44.0067534Z ##[group]Persisting credentials for submodules 2025-06-05T23:15:44.0073144Z [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-06-05T23:15:44.0321581Z Entering 'backends/arm/third-party/ethos-u-core-driver' 2025-06-05T23:15:44.0369891Z Entering 'backends/arm/third-party/serialization_lib' 2025-06-05T23:15:44.0417267Z Entering 'backends/arm/third-party/serialization_lib/third_party/flatbuffers' 2025-06-05T23:15:44.0471776Z Entering 'backends/cadence/utils/FACTO' 2025-06-05T23:15:44.0520312Z Entering 'backends/vulkan/third-party/Vulkan-Headers' 2025-06-05T23:15:44.0568105Z Entering 'backends/vulkan/third-party/VulkanMemoryAllocator' 2025-06-05T23:15:44.0617507Z Entering 'backends/vulkan/third-party/volk' 2025-06-05T23:15:44.0666510Z Entering 'backends/xnnpack/third-party/FP16' 2025-06-05T23:15:44.0714578Z Entering 'backends/xnnpack/third-party/FXdiv' 2025-06-05T23:15:44.0762539Z Entering 'backends/xnnpack/third-party/XNNPACK' 2025-06-05T23:15:44.0825369Z Entering 'backends/xnnpack/third-party/cpuinfo' 2025-06-05T23:15:44.0874009Z Entering 'backends/xnnpack/third-party/pthreadpool' 2025-06-05T23:15:44.0921924Z Entering 'extension/llm/tokenizers' 2025-06-05T23:15:44.0970164Z Entering 'extension/llm/tokenizers/third-party/abseil-cpp' 2025-06-05T23:15:44.1020812Z Entering 'extension/llm/tokenizers/third-party/json' 2025-06-05T23:15:44.1070736Z Entering 'extension/llm/tokenizers/third-party/pcre2' 2025-06-05T23:15:44.1118387Z Entering 'extension/llm/tokenizers/third-party/pcre2/deps/sljit' 2025-06-05T23:15:44.1170218Z Entering 'extension/llm/tokenizers/third-party/re2' 2025-06-05T23:15:44.1218962Z Entering 'extension/llm/tokenizers/third-party/sentencepiece' 2025-06-05T23:15:44.1269780Z Entering 'kernels/optimized/third-party/eigen' 2025-06-05T23:15:44.1320174Z Entering 'shim' 2025-06-05T23:15:44.1367790Z Entering 'third-party/ao' 2025-06-05T23:15:44.1415864Z Entering 'third-party/ao/third_party/cutlass' 2025-06-05T23:15:44.1475585Z Entering 'third-party/flatbuffers' 2025-06-05T23:15:44.1526702Z Entering 'third-party/flatcc' 2025-06-05T23:15:44.1577636Z Entering 'third-party/gflags' 2025-06-05T23:15:44.1625471Z Entering 'third-party/googletest' 2025-06-05T23:15:44.1674716Z Entering 'third-party/ios-cmake' 2025-06-05T23:15:44.1722477Z Entering 'third-party/json' 2025-06-05T23:15:44.1774676Z Entering 'third-party/pocketfft' 2025-06-05T23:15:44.1823001Z Entering 'third-party/prelude' 2025-06-05T23:15:44.1874583Z Entering 'third-party/pybind11' 2025-06-05T23:15:44.1935578Z [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-06-05T23:15:44.2185521Z Entering 'backends/arm/third-party/ethos-u-core-driver' 2025-06-05T23:15:44.2232503Z 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-06-05T23:15:44.2246362Z Entering 'backends/arm/third-party/serialization_lib' 2025-06-05T23:15:44.2292504Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/serialization_lib/config remote.origin.url 2025-06-05T23:15:44.2305781Z Entering 'backends/arm/third-party/serialization_lib/third_party/flatbuffers' 2025-06-05T23:15:44.2352686Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/serialization_lib/modules/third_party/flatbuffers/config remote.origin.url 2025-06-05T23:15:44.2370860Z Entering 'backends/cadence/utils/FACTO' 2025-06-05T23:15:44.2416788Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/cadence/utils/FACTO/config remote.origin.url 2025-06-05T23:15:44.2431070Z Entering 'backends/vulkan/third-party/Vulkan-Headers' 2025-06-05T23:15:44.2478289Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/Vulkan-Headers/config remote.origin.url 2025-06-05T23:15:44.2492100Z Entering 'backends/vulkan/third-party/VulkanMemoryAllocator' 2025-06-05T23:15:44.2537866Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/VulkanMemoryAllocator/config remote.origin.url 2025-06-05T23:15:44.2551323Z Entering 'backends/vulkan/third-party/volk' 2025-06-05T23:15:44.2597292Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/volk/config remote.origin.url 2025-06-05T23:15:44.2611676Z Entering 'backends/xnnpack/third-party/FP16' 2025-06-05T23:15:44.2657643Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FP16/config remote.origin.url 2025-06-05T23:15:44.2671658Z Entering 'backends/xnnpack/third-party/FXdiv' 2025-06-05T23:15:44.2718030Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FXdiv/config remote.origin.url 2025-06-05T23:15:44.2732115Z Entering 'backends/xnnpack/third-party/XNNPACK' 2025-06-05T23:15:44.2778539Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/XNNPACK/config remote.origin.url 2025-06-05T23:15:44.2807528Z Entering 'backends/xnnpack/third-party/cpuinfo' 2025-06-05T23:15:44.2853522Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/cpuinfo/config remote.origin.url 2025-06-05T23:15:44.2868446Z Entering 'backends/xnnpack/third-party/pthreadpool' 2025-06-05T23:15:44.2914109Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/pthreadpool/config remote.origin.url 2025-06-05T23:15:44.2927893Z Entering 'extension/llm/tokenizers' 2025-06-05T23:15:44.2975277Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/config remote.origin.url 2025-06-05T23:15:44.2988699Z Entering 'extension/llm/tokenizers/third-party/abseil-cpp' 2025-06-05T23:15:44.3035708Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/modules/third-party/abseil-cpp/config remote.origin.url 2025-06-05T23:15:44.3050800Z Entering 'extension/llm/tokenizers/third-party/json' 2025-06-05T23:15:44.3096464Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/modules/third-party/json/config remote.origin.url 2025-06-05T23:15:44.3111465Z Entering 'extension/llm/tokenizers/third-party/pcre2' 2025-06-05T23:15:44.3157875Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/modules/third-party/pcre2/config remote.origin.url 2025-06-05T23:15:44.3171317Z Entering 'extension/llm/tokenizers/third-party/pcre2/deps/sljit' 2025-06-05T23:15:44.3218135Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/modules/third-party/pcre2/modules/deps/sljit/config remote.origin.url 2025-06-05T23:15:44.3233859Z Entering 'extension/llm/tokenizers/third-party/re2' 2025-06-05T23:15:44.3280780Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/modules/third-party/re2/config remote.origin.url 2025-06-05T23:15:44.3294557Z Entering 'extension/llm/tokenizers/third-party/sentencepiece' 2025-06-05T23:15:44.3340144Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/modules/third-party/sentencepiece/config remote.origin.url 2025-06-05T23:15:44.3355043Z Entering 'kernels/optimized/third-party/eigen' 2025-06-05T23:15:44.3401143Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/kernels/optimized/third-party/eigen/config remote.origin.url 2025-06-05T23:15:44.3416630Z Entering 'shim' 2025-06-05T23:15:44.3463118Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/shim/config remote.origin.url 2025-06-05T23:15:44.3477784Z Entering 'third-party/ao' 2025-06-05T23:15:44.3523815Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/config remote.origin.url 2025-06-05T23:15:44.3537895Z Entering 'third-party/ao/third_party/cutlass' 2025-06-05T23:15:44.3584913Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/modules/third_party/cutlass/config remote.origin.url 2025-06-05T23:15:44.3608898Z Entering 'third-party/flatbuffers' 2025-06-05T23:15:44.3654563Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatbuffers/config remote.origin.url 2025-06-05T23:15:44.3671153Z Entering 'third-party/flatcc' 2025-06-05T23:15:44.3716228Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/config remote.origin.url 2025-06-05T23:15:44.3730211Z Entering 'third-party/gflags' 2025-06-05T23:15:44.3776132Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/config remote.origin.url 2025-06-05T23:15:44.3789512Z Entering 'third-party/googletest' 2025-06-05T23:15:44.3834896Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/googletest/config remote.origin.url 2025-06-05T23:15:44.3848689Z Entering 'third-party/ios-cmake' 2025-06-05T23:15:44.3894503Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ios-cmake/config remote.origin.url 2025-06-05T23:15:44.3907976Z Entering 'third-party/json' 2025-06-05T23:15:44.3953387Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/json/config remote.origin.url 2025-06-05T23:15:44.3971607Z Entering 'third-party/pocketfft' 2025-06-05T23:15:44.4016891Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pocketfft/config remote.origin.url 2025-06-05T23:15:44.4029988Z Entering 'third-party/prelude' 2025-06-05T23:15:44.4075328Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/prelude/config remote.origin.url 2025-06-05T23:15:44.4094072Z Entering 'third-party/pybind11' 2025-06-05T23:15:44.4139890Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pybind11/config remote.origin.url 2025-06-05T23:15:44.4576580Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:' 2025-06-05T23:15:44.4829177Z Entering 'backends/arm/third-party/ethos-u-core-driver' 2025-06-05T23:15:44.4866683Z Entering 'backends/arm/third-party/serialization_lib' 2025-06-05T23:15:44.4903761Z Entering 'backends/arm/third-party/serialization_lib/third_party/flatbuffers' 2025-06-05T23:15:44.4945492Z Entering 'backends/cadence/utils/FACTO' 2025-06-05T23:15:44.4983473Z Entering 'backends/vulkan/third-party/Vulkan-Headers' 2025-06-05T23:15:44.5020461Z Entering 'backends/vulkan/third-party/VulkanMemoryAllocator' 2025-06-05T23:15:44.5057606Z Entering 'backends/vulkan/third-party/volk' 2025-06-05T23:15:44.5095147Z Entering 'backends/xnnpack/third-party/FP16' 2025-06-05T23:15:44.5132404Z Entering 'backends/xnnpack/third-party/FXdiv' 2025-06-05T23:15:44.5169873Z Entering 'backends/xnnpack/third-party/XNNPACK' 2025-06-05T23:15:44.5222319Z Entering 'backends/xnnpack/third-party/cpuinfo' 2025-06-05T23:15:44.5260192Z Entering 'backends/xnnpack/third-party/pthreadpool' 2025-06-05T23:15:44.5296788Z Entering 'extension/llm/tokenizers' 2025-06-05T23:15:44.5332716Z Entering 'extension/llm/tokenizers/third-party/abseil-cpp' 2025-06-05T23:15:44.5371707Z Entering 'extension/llm/tokenizers/third-party/json' 2025-06-05T23:15:44.5410133Z Entering 'extension/llm/tokenizers/third-party/pcre2' 2025-06-05T23:15:44.5445789Z Entering 'extension/llm/tokenizers/third-party/pcre2/deps/sljit' 2025-06-05T23:15:44.5486353Z Entering 'extension/llm/tokenizers/third-party/re2' 2025-06-05T23:15:44.5523686Z Entering 'extension/llm/tokenizers/third-party/sentencepiece' 2025-06-05T23:15:44.5562326Z Entering 'kernels/optimized/third-party/eigen' 2025-06-05T23:15:44.5601773Z Entering 'shim' 2025-06-05T23:15:44.5638717Z Entering 'third-party/ao' 2025-06-05T23:15:44.5675743Z Entering 'third-party/ao/third_party/cutlass' 2025-06-05T23:15:44.5721488Z Entering 'third-party/flatbuffers' 2025-06-05T23:15:44.5760181Z Entering 'third-party/flatcc' 2025-06-05T23:15:44.5796662Z Entering 'third-party/gflags' 2025-06-05T23:15:44.5833039Z Entering 'third-party/googletest' 2025-06-05T23:15:44.5870085Z Entering 'third-party/ios-cmake' 2025-06-05T23:15:44.5906742Z Entering 'third-party/json' 2025-06-05T23:15:44.5944387Z Entering 'third-party/pocketfft' 2025-06-05T23:15:44.5981940Z Entering 'third-party/prelude' 2025-06-05T23:15:44.6021120Z Entering 'third-party/pybind11' 2025-06-05T23:15:44.6069798Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'org-21003710@github.com:' 2025-06-05T23:15:44.6318091Z Entering 'backends/arm/third-party/ethos-u-core-driver' 2025-06-05T23:15:44.6355039Z Entering 'backends/arm/third-party/serialization_lib' 2025-06-05T23:15:44.6391253Z Entering 'backends/arm/third-party/serialization_lib/third_party/flatbuffers' 2025-06-05T23:15:44.6433610Z Entering 'backends/cadence/utils/FACTO' 2025-06-05T23:15:44.6472779Z Entering 'backends/vulkan/third-party/Vulkan-Headers' 2025-06-05T23:15:44.6511120Z Entering 'backends/vulkan/third-party/VulkanMemoryAllocator' 2025-06-05T23:15:44.6548491Z Entering 'backends/vulkan/third-party/volk' 2025-06-05T23:15:44.6585704Z Entering 'backends/xnnpack/third-party/FP16' 2025-06-05T23:15:44.6622226Z Entering 'backends/xnnpack/third-party/FXdiv' 2025-06-05T23:15:44.6659045Z Entering 'backends/xnnpack/third-party/XNNPACK' 2025-06-05T23:15:44.6711381Z Entering 'backends/xnnpack/third-party/cpuinfo' 2025-06-05T23:15:44.6749608Z Entering 'backends/xnnpack/third-party/pthreadpool' 2025-06-05T23:15:44.6786724Z Entering 'extension/llm/tokenizers' 2025-06-05T23:15:44.6823355Z Entering 'extension/llm/tokenizers/third-party/abseil-cpp' 2025-06-05T23:15:44.6863416Z Entering 'extension/llm/tokenizers/third-party/json' 2025-06-05T23:15:44.6902518Z Entering 'extension/llm/tokenizers/third-party/pcre2' 2025-06-05T23:15:44.6938291Z Entering 'extension/llm/tokenizers/third-party/pcre2/deps/sljit' 2025-06-05T23:15:44.6978467Z Entering 'extension/llm/tokenizers/third-party/re2' 2025-06-05T23:15:44.7014746Z Entering 'extension/llm/tokenizers/third-party/sentencepiece' 2025-06-05T23:15:44.7052139Z Entering 'kernels/optimized/third-party/eigen' 2025-06-05T23:15:44.7091053Z Entering 'shim' 2025-06-05T23:15:44.7127694Z Entering 'third-party/ao' 2025-06-05T23:15:44.7165996Z Entering 'third-party/ao/third_party/cutlass' 2025-06-05T23:15:44.7213068Z Entering 'third-party/flatbuffers' 2025-06-05T23:15:44.7252777Z Entering 'third-party/flatcc' 2025-06-05T23:15:44.7290042Z Entering 'third-party/gflags' 2025-06-05T23:15:44.7326026Z Entering 'third-party/googletest' 2025-06-05T23:15:44.7362917Z Entering 'third-party/ios-cmake' 2025-06-05T23:15:44.7399355Z Entering 'third-party/json' 2025-06-05T23:15:44.7437367Z Entering 'third-party/pocketfft' 2025-06-05T23:15:44.7474522Z Entering 'third-party/prelude' 2025-06-05T23:15:44.7514585Z Entering 'third-party/pybind11' 2025-06-05T23:15:44.7560568Z ##[endgroup] 2025-06-05T23:15:44.7591160Z [command]/usr/bin/git log -1 --format=%H 2025-06-05T23:15:44.7610316Z bd572346e4f196b36aaa03a1645d12b1618fe88b 2025-06-05T23:15:44.7802020Z Prepare all required actions 2025-06-05T23:15:44.7802560Z Getting action download info 2025-06-05T23:15:44.8927312Z Download action repository 'nick-fields/retry@v3.0.0' (SHA:7152eba30c6575329ac0576536151aca5a72780e) 2025-06-05T23:15:45.0396702Z ##[group]Run ./test-infra/.github/actions/calculate-docker-image 2025-06-05T23:15:45.0397100Z with: 2025-06-05T23:15:45.0397364Z docker-image-name: executorch-ubuntu-22.04-qnn-sdk 2025-06-05T23:15:45.0397736Z docker-build-dir: .ci/docker 2025-06-05T23:15:45.0398019Z working-directory: pytorch/executorch 2025-06-05T23:15:45.0398337Z docker-build-script: ./build.sh 2025-06-05T23:15:45.0398711Z docker-registry: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-06-05T23:15:45.0399086Z force-push: false 2025-06-05T23:15:45.0399298Z env: 2025-06-05T23:15:45.0399525Z DOCKER_IMAGE: executorch-ubuntu-22.04-qnn-sdk 2025-06-05T23:15:45.0399868Z REPOSITORY: pytorch/executorch 2025-06-05T23:15:45.0400125Z PR_NUMBER: 2025-06-05T23:15:45.0402638Z 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}" BUILD_TOOL="cmake" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-qnn-deps.sh PYTHON_EXECUTABLE=python bash .ci/scripts/build-qnn-sdk.sh # Setup executorch PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Setup install_requirements for llama PYTHON_EXECUTABLE=python bash examples/models/llama/install_requirements.sh # Test static llama weight sharing and accuracy PYTHON_EXECUTABLE=python bash .ci/scripts/test_qnn_static_llama.sh 2025-06-05T23:15:45.0405327Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:15:45.0405890Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:15:45.0406424Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:15:45.0406788Z ##[endgroup] 2025-06-05T23:15:45.0435455Z ##[group]Run set -ex 2025-06-05T23:15:45.0435762Z set -ex 2025-06-05T23:15:45.0435965Z  2025-06-05T23:15:45.0436350Z # If the docker build directory or the build script doesn't exist, the action will 2025-06-05T23:15:45.0437127Z # gracefully return the docker image name as it is. Pulling docker image in Linux 2025-06-05T23:15:45.0437665Z # job could then download the pre-built image as usual 2025-06-05T23:15:45.0438204Z if [[ ! -d "${DOCKER_BUILD_DIR}" ]] || [[ ! -f "${DOCKER_BUILD_DIR}/${DOCKER_BUILD_SCRIPT}" ]]; then 2025-06-05T23:15:45.0438686Z  echo "skip=true" >> "${GITHUB_OUTPUT}" 2025-06-05T23:15:45.0439119Z  echo "docker-image=${DOCKER_IMAGE_NAME}" >> "${GITHUB_OUTPUT}" 2025-06-05T23:15:45.0439508Z  2025-06-05T23:15:45.0439831Z  echo "There is no Docker build script in ${REPO_NAME} repo, skipping..." 2025-06-05T23:15:45.0440253Z  exit 0 2025-06-05T23:15:45.0440545Z else 2025-06-05T23:15:45.0440850Z  echo "skip=false" >> "${GITHUB_OUTPUT}" 2025-06-05T23:15:45.0441149Z fi 2025-06-05T23:15:45.0441344Z  2025-06-05T23:15:45.0441658Z if [[ "${DOCKER_IMAGE_NAME}" == *"${DOCKER_REGISTRY}/${REPO_NAME}"* ]]; then 2025-06-05T23:15:45.0442233Z  # The docker image name already includes the ECR prefix and tag, so we can just 2025-06-05T23:15:45.0442749Z  # use it as it is, but first let's extract the tag 2025-06-05T23:15:45.0443201Z  DOCKER_TAG=$(echo "${DOCKER_IMAGE_NAME}" | awk -F '[:,]' '{print $2}') 2025-06-05T23:15:45.0443690Z  echo "docker-tag=${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2025-06-05T23:15:45.0444147Z  echo "docker-image=${DOCKER_IMAGE_NAME}" >> "${GITHUB_OUTPUT}" 2025-06-05T23:15:45.0444546Z else 2025-06-05T23:15:45.0444794Z  if [[ "${DOCKER_IMAGE_NAME}" == *:* ]]; then 2025-06-05T23:15:45.0445292Z  CUSTOM_TAG_PREFIX=${DOCKER_IMAGE_NAME#*:} 2025-06-05T23:15:45.0445672Z  DOCKER_IMAGE_NAME=${DOCKER_IMAGE_NAME%%:*} 2025-06-05T23:15:45.0445980Z  fi 2025-06-05T23:15:45.0446414Z  DOCKER_TAG=${CUSTOM_TAG_PREFIX:+${CUSTOM_TAG_PREFIX}-}$(git rev-parse HEAD:"${DOCKER_BUILD_DIR}") 2025-06-05T23:15:45.0447009Z  echo "docker-tag=${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2025-06-05T23:15:45.0447615Z  echo "docker-image=${DOCKER_REGISTRY}/${REPO_NAME}/${DOCKER_IMAGE_NAME}:${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2025-06-05T23:15:45.0448293Z  echo "custom-tag-prefix=${CUSTOM_TAG_PREFIX}" >> "${GITHUB_OUTPUT}" 2025-06-05T23:15:45.0448692Z fi 2025-06-05T23:15:45.0454685Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:15:45.0455033Z env: 2025-06-05T23:15:45.0455287Z DOCKER_IMAGE: executorch-ubuntu-22.04-qnn-sdk 2025-06-05T23:15:45.0455622Z REPOSITORY: pytorch/executorch 2025-06-05T23:15:45.0455898Z PR_NUMBER: 2025-06-05T23:15:45.0458375Z 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}" BUILD_TOOL="cmake" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-qnn-deps.sh PYTHON_EXECUTABLE=python bash .ci/scripts/build-qnn-sdk.sh # Setup executorch PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Setup install_requirements for llama PYTHON_EXECUTABLE=python bash examples/models/llama/install_requirements.sh # Test static llama weight sharing and accuracy PYTHON_EXECUTABLE=python bash .ci/scripts/test_qnn_static_llama.sh 2025-06-05T23:15:45.0461250Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:15:45.0461810Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:15:45.0462343Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:15:45.0462720Z REPO_NAME: executorch 2025-06-05T23:15:45.0463019Z DOCKER_IMAGE_NAME: executorch-ubuntu-22.04-qnn-sdk 2025-06-05T23:15:45.0463371Z DOCKER_BUILD_DIR: .ci/docker 2025-06-05T23:15:45.0463640Z DOCKER_BUILD_SCRIPT: ./build.sh 2025-06-05T23:15:45.0464139Z DOCKER_REGISTRY: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-06-05T23:15:45.0464509Z CUSTOM_TAG_PREFIX: 2025-06-05T23:15:45.0464749Z ##[endgroup] 2025-06-05T23:15:45.0491160Z + [[ ! -d .ci/docker ]] 2025-06-05T23:15:45.0491438Z + [[ ! -f .ci/docker/./build.sh ]] 2025-06-05T23:15:45.0491708Z + echo skip=false 2025-06-05T23:15:45.0492373Z + [[ 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-06-05T23:15:45.0492959Z + [[ executorch-ubuntu-22.04-qnn-sdk == *:* ]] 2025-06-05T23:15:45.0495269Z ++ git rev-parse HEAD:.ci/docker 2025-06-05T23:15:45.0509537Z + DOCKER_TAG=6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:15:45.0509975Z + echo docker-tag=6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:15:45.0510799Z + echo docker-image=308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-qnn-sdk:6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:15:45.0511562Z + echo custom-tag-prefix= 2025-06-05T23:15:45.0547996Z ##[group]Run set +e 2025-06-05T23:15:45.0548323Z set +e 2025-06-05T23:15:45.0548548Z set -x 2025-06-05T23:15:45.0548751Z  2025-06-05T23:15:45.0548955Z login() { 2025-06-05T23:15:45.0549414Z  aws ecr get-login-password --region us-east-1 | docker login -u AWS --password-stdin "$1" 2025-06-05T23:15:45.0549932Z } 2025-06-05T23:15:45.0550121Z  2025-06-05T23:15:45.0550316Z retry () { 2025-06-05T23:15:45.0550562Z  $* || (sleep 1 && $*) || (sleep 2 && $*) 2025-06-05T23:15:45.0550872Z } 2025-06-05T23:15:45.0551056Z  2025-06-05T23:15:45.0551276Z retry login "${DOCKER_REGISTRY}" 2025-06-05T23:15:45.0551717Z  2025-06-05T23:15:45.0551921Z START_TIME=$(date +%s) 2025-06-05T23:15:45.0552209Z # Wait up to 120 minutes 2025-06-05T23:15:45.0552547Z while [[ $(( $(date +%s) - 7200 )) -lt $START_TIME ]]; do 2025-06-05T23:15:45.0553031Z  # Check if image already exists, if it does then skip building it 2025-06-05T23:15:45.0553494Z  if docker manifest inspect "${DOCKER_IMAGE}"; then 2025-06-05T23:15:45.0553844Z  exit 0 2025-06-05T23:15:45.0554066Z  fi 2025-06-05T23:15:45.0554258Z  2025-06-05T23:15:45.0554627Z  # NB: This flag is used by Docker build workflow to push the image to ECR, so we can 2025-06-05T23:15:45.0555259Z  # use this to differentiate between the Docker build and regular build jobs. For the 2025-06-05T23:15:45.0555898Z  # latter, it will wait for the Docker images to become available before continuing 2025-06-05T23:15:45.0556395Z  if [ "${DOCKER_PUSH:-false}" == "true" ]; then 2025-06-05T23:15:45.0556785Z  # It's a Docker build job, let's build the image 2025-06-05T23:15:45.0557121Z  break 2025-06-05T23:15:45.0557335Z  else 2025-06-05T23:15:45.0557665Z  # It's a regular build job, wait for the image to become available 2025-06-05T23:15:45.0558058Z  sleep 300 2025-06-05T23:15:45.0558300Z  fi 2025-06-05T23:15:45.0558496Z done 2025-06-05T23:15:45.0558699Z  2025-06-05T23:15:45.0559030Z # NB: This part requires a full checkout. Otherwise, the merge base will 2025-06-05T23:15:45.0559869Z # be empty. The default action would be to continue rebuild the image 2025-06-05T23:15:45.0560367Z if [[ "$BASE_REVISION" = "$(git rev-parse HEAD)" ]]; then 2025-06-05T23:15:45.0560792Z  # if we're on the base branch then use the parent commit 2025-06-05T23:15:45.0561180Z  MERGE_BASE=$(git rev-parse HEAD~) 2025-06-05T23:15:45.0561475Z else 2025-06-05T23:15:45.0561789Z  # otherwise we're on a PR, so use the most recent base commit 2025-06-05T23:15:45.0562249Z  MERGE_BASE=$(git merge-base HEAD "$BASE_REVISION") 2025-06-05T23:15:45.0562706Z fi 2025-06-05T23:15:45.0562915Z  2025-06-05T23:15:45.0563126Z if [[ -z "${MERGE_BASE}" ]]; then 2025-06-05T23:15:45.0563469Z  echo "rebuild=true" >> "${GITHUB_OUTPUT}" 2025-06-05T23:15:45.0563778Z  2025-06-05T23:15:45.0564235Z  echo "Finding merge base only works with full checkout, please set fetch-depth to 0, continuing ..." 2025-06-05T23:15:45.0564770Z  exit 0 2025-06-05T23:15:45.0564974Z fi 2025-06-05T23:15:45.0565172Z  2025-06-05T23:15:45.0565454Z if ! git rev-parse "${MERGE_BASE}:${DOCKER_BUILD_DIR}"; then 2025-06-05T23:15:45.0566119Z  echo "Directory '${DOCKER_BUILD_DIR}' not found in commit $MERGE_BASE, you should rebase onto a more recent commit" 2025-06-05T23:15:45.0566678Z  exit 1 2025-06-05T23:15:45.0566919Z fi 2025-06-05T23:15:45.0567127Z  2025-06-05T23:15:45.0567472Z PREVIOUS_DOCKER_TAG=$(git rev-parse "${MERGE_BASE}:${DOCKER_BUILD_DIR}") 2025-06-05T23:15:45.0568104Z # If no image exists but the hash is the same as the previous hash then we should error out here 2025-06-05T23:15:45.0568689Z if [[ "${PREVIOUS_DOCKER_TAG}" == "${DOCKER_TAG}" ]]; then 2025-06-05T23:15:45.0569441Z  echo "WARNING: Something has gone wrong and the previous image isn't available for the merge-base of your branch" 2025-06-05T23:15:45.0570190Z  echo " Will re-build docker image to store in local cache, TTS may be longer" 2025-06-05T23:15:45.0570635Z fi 2025-06-05T23:15:45.0570827Z  2025-06-05T23:15:45.0571078Z echo "rebuild=true" >> "${GITHUB_OUTPUT}" 2025-06-05T23:15:45.0576756Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:15:45.0577128Z env: 2025-06-05T23:15:45.0577771Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-qnn-sdk:6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:15:45.0578520Z REPOSITORY: pytorch/executorch 2025-06-05T23:15:45.0578785Z PR_NUMBER: 2025-06-05T23:15:45.0581274Z 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}" BUILD_TOOL="cmake" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-qnn-deps.sh PYTHON_EXECUTABLE=python bash .ci/scripts/build-qnn-sdk.sh # Setup executorch PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Setup install_requirements for llama PYTHON_EXECUTABLE=python bash examples/models/llama/install_requirements.sh # Test static llama weight sharing and accuracy PYTHON_EXECUTABLE=python bash .ci/scripts/test_qnn_static_llama.sh 2025-06-05T23:15:45.0583956Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:15:45.0584530Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:15:45.0585058Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:15:45.0585451Z DOCKER_BUILD_DIR: .ci/docker 2025-06-05T23:15:45.0585783Z BASE_REVISION: bd572346e4f196b36aaa03a1645d12b1618fe88b 2025-06-05T23:15:45.0586178Z DOCKER_TAG: 6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:15:45.0586615Z DOCKER_REGISTRY: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-06-05T23:15:45.0586980Z DOCKER_PUSH: 2025-06-05T23:15:45.0587197Z ##[endgroup] 2025-06-05T23:15:45.0609721Z + retry login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-06-05T23:15:45.0610161Z + login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-06-05T23:15:45.0612321Z + aws ecr get-login-password --region us-east-1 2025-06-05T23:15:45.0613585Z + docker login -u AWS --password-stdin 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-06-05T23:15:45.5965813Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2025-06-05T23:15:45.5966681Z Configure a credential helper to remove this warning. See 2025-06-05T23:15:45.5967427Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2025-06-05T23:15:45.5967830Z 2025-06-05T23:15:45.5967919Z Login Succeeded 2025-06-05T23:15:45.5979403Z ++ date +%s 2025-06-05T23:15:45.5987596Z + START_TIME=1749165345 2025-06-05T23:15:45.5990776Z ++ date +%s 2025-06-05T23:15:45.5998701Z + [[ 1749158145 -lt 1749165345 ]] 2025-06-05T23:15:45.5999502Z + docker manifest inspect 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-qnn-sdk:6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:15:45.8433428Z { 2025-06-05T23:15:45.8433837Z "schemaVersion": 2, 2025-06-05T23:15:45.8434461Z "mediaType": "application/vnd.docker.distribution.manifest.v2+json", 2025-06-05T23:15:45.8435150Z "config": { 2025-06-05T23:15:45.8435522Z "mediaType": "application/vnd.docker.container.image.v1+json", 2025-06-05T23:15:45.8435922Z "size": 15106, 2025-06-05T23:15:45.8436320Z "digest": "sha256:1db6031c5a19f41579dd393b449a8fa85c2e949e96f78b1202be29e201459087" 2025-06-05T23:15:45.8436797Z }, 2025-06-05T23:15:45.8436976Z "layers": [ 2025-06-05T23:15:45.8437177Z { 2025-06-05T23:15:45.8437481Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:15:45.8437889Z "size": 30438509, 2025-06-05T23:15:45.8438307Z "digest": "sha256:f557aa5ee22480ee9e1af0a094ce5174a8c3d83e1aa20dc8482e4e387546e0c3" 2025-06-05T23:15:45.8438762Z }, 2025-06-05T23:15:45.8438946Z { 2025-06-05T23:15:45.8439248Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:15:45.8439649Z "size": 631, 2025-06-05T23:15:45.8440032Z "digest": "sha256:53b460f20fa277f78e0346f07eca1d411d0d3c597c8d64ff88be2593c3ff02da" 2025-06-05T23:15:45.8440490Z }, 2025-06-05T23:15:45.8440903Z { 2025-06-05T23:15:45.8441228Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:15:45.8441622Z "size": 150105280, 2025-06-05T23:15:45.8442056Z "digest": "sha256:9c0222e3bd9666bcd88da1fb2ab316f87a0a11beaa90b59c544d59d3a014615c" 2025-06-05T23:15:45.8442527Z }, 2025-06-05T23:15:45.8442699Z { 2025-06-05T23:15:45.8443012Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:15:45.8443401Z "size": 622, 2025-06-05T23:15:45.8443809Z "digest": "sha256:c30fec91d711e8b49a9c20c8e2ceaa27c327f6ea17b7a368fe6b70d8ac33f22f" 2025-06-05T23:15:45.8444263Z }, 2025-06-05T23:15:45.8444448Z { 2025-06-05T23:15:45.8444748Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:15:45.8445151Z "size": 19308683, 2025-06-05T23:15:45.8445550Z "digest": "sha256:2137fe3d6c8b4024aad31b4bc17ed8d7998a4e5df7c7c884344470aa90700b9d" 2025-06-05T23:15:45.8446009Z }, 2025-06-05T23:15:45.8446189Z { 2025-06-05T23:15:45.8446561Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:15:45.8447313Z "size": 736, 2025-06-05T23:15:45.8447783Z + exit 0 2025-06-05T23:15:45.8448317Z "digest": "sha256:3993b97cc01a6f053cfd9d8f4c6ae714adabe8fbe6066dd8518c452b2111936b" 2025-06-05T23:15:45.8448783Z }, 2025-06-05T23:15:45.8448954Z { 2025-06-05T23:15:45.8449346Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:15:45.8449755Z "size": 131417865, 2025-06-05T23:15:45.8450157Z "digest": "sha256:6e964dcfe8cdf44f0104592827d0804bb072ef3327b339db4d8dabb977d6bd30" 2025-06-05T23:15:45.8450621Z }, 2025-06-05T23:15:45.8450793Z { 2025-06-05T23:15:45.8451108Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:15:45.8451497Z "size": 445, 2025-06-05T23:15:45.8451880Z "digest": "sha256:59140483a9d7aa85510c5b35c11d2284b1f668b153292897d0c727494a8efef4" 2025-06-05T23:15:45.8452314Z }, 2025-06-05T23:15:45.8452494Z { 2025-06-05T23:15:45.8452802Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:15:45.8453205Z "size": 102, 2025-06-05T23:15:45.8453601Z "digest": "sha256:442b52cf2c6506d12e947b1deb0874bf5bf0c3b7081a36e8bd9cc74658fcf2f6" 2025-06-05T23:15:45.8454181Z }, 2025-06-05T23:15:45.8454371Z { 2025-06-05T23:15:45.8454676Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:15:45.8455082Z "size": 636, 2025-06-05T23:15:45.8455465Z "digest": "sha256:81817e7913a3169b88d5c5e91281e9ba34d57ddfeffca3b7235d0f6aff0a4ddd" 2025-06-05T23:15:45.8455927Z }, 2025-06-05T23:15:45.8456102Z { 2025-06-05T23:15:45.8456418Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:15:45.8456805Z "size": 35165349, 2025-06-05T23:15:45.8457223Z "digest": "sha256:fa3705fea3261d40f40cfcccedafae73e277181f3037f56ebba76a89551821b6" 2025-06-05T23:15:45.8457691Z }, 2025-06-05T23:15:45.8457862Z { 2025-06-05T23:15:45.8458180Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:15:45.8458566Z "size": 318, 2025-06-05T23:15:45.8458957Z "digest": "sha256:8a647cebb32f33ee6d82d200e5c9666e1c367150807c09031204cd678424d1f9" 2025-06-05T23:15:45.8459588Z }, 2025-06-05T23:15:45.8459777Z { 2025-06-05T23:15:45.8460084Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:15:45.8460503Z "size": 252129619, 2025-06-05T23:15:45.8460924Z "digest": "sha256:7b2f37adad324a6b7d4b30770f9beb5c4f57b17ffa493d7d22be5a836b0f72df" 2025-06-05T23:15:45.8461381Z }, 2025-06-05T23:15:45.8461569Z { 2025-06-05T23:15:45.8461873Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:15:45.8462277Z "size": 472, 2025-06-05T23:15:45.8462669Z "digest": "sha256:5c08f897efe59b47621cf93f55f0ee0114c16a0daaff32a6e5646cbcb2726a43" 2025-06-05T23:15:45.8463139Z }, 2025-06-05T23:15:45.8463327Z { 2025-06-05T23:15:45.8463747Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:15:45.8464160Z "size": 1041, 2025-06-05T23:15:45.8464543Z "digest": "sha256:c906c3b73c9a07577673cc305885ff3cb88a96410f3536d3cc37d1ab95ea8105" 2025-06-05T23:15:45.8465000Z }, 2025-06-05T23:15:45.8465180Z { 2025-06-05T23:15:45.8465496Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:15:45.8466030Z "size": 612, 2025-06-05T23:15:45.8466469Z "digest": "sha256:fb297e4a7f96923109096212b0029b1b5b21510539f2c63e24dff4e6b1aa678f" 2025-06-05T23:15:45.8466911Z }, 2025-06-05T23:15:45.8467096Z { 2025-06-05T23:15:45.8467409Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:15:45.8467800Z "size": 77568761, 2025-06-05T23:15:45.8468208Z "digest": "sha256:ef88320afe39d721649c724f38d0a3d34ba3b6c4b8d97d8574fe5902964a3f92" 2025-06-05T23:15:45.8468653Z }, 2025-06-05T23:15:45.8468837Z { 2025-06-05T23:15:45.8469135Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:15:45.8469539Z "size": 574, 2025-06-05T23:15:45.8469925Z "digest": "sha256:c81ceab1dc2961c8831104ca42f43350bf1eba62a2fa0538f805dbf4b42e033d" 2025-06-05T23:15:45.8470386Z }, 2025-06-05T23:15:45.8470552Z { 2025-06-05T23:15:45.8470867Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:15:45.8471266Z "size": 208, 2025-06-05T23:15:45.8471665Z "digest": "sha256:b7a0ba8fe68b602dcebdcba8ba28d5a778fdbfcbcd73e3903910e943ed616076" 2025-06-05T23:15:45.8472143Z }, 2025-06-05T23:15:45.8472316Z { 2025-06-05T23:15:45.8472627Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:15:45.8473015Z "size": 1190, 2025-06-05T23:15:45.8473418Z "digest": "sha256:c71f810ba4d6aa45f4208fdf22d786c14f968922d5e50bac9df9efd112fb2911" 2025-06-05T23:15:45.8473870Z }, 2025-06-05T23:15:45.8474058Z { 2025-06-05T23:15:45.8474375Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:15:45.8474768Z "size": 678, 2025-06-05T23:15:45.8475171Z "digest": "sha256:a4b29879ad48e43a1ba9315cfca5649401bc845f4f9f128befef1ac5acad5c61" 2025-06-05T23:15:45.8475620Z }, 2025-06-05T23:15:45.8475801Z { 2025-06-05T23:15:45.8476099Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:15:45.8476627Z "size": 6857041337, 2025-06-05T23:15:45.8477030Z "digest": "sha256:0f670d2c149df699b89ee7c94cd0a93c4fa56165c0dde73dc405f519497b7975" 2025-06-05T23:15:45.8477491Z }, 2025-06-05T23:15:45.8477663Z { 2025-06-05T23:15:45.8477980Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:15:45.8478387Z "size": 1382, 2025-06-05T23:15:45.8478770Z "digest": "sha256:315188b3b5fdbf68eb7a3c0a5c26255856cd545c0739fa42b5064eba69f2a61a" 2025-06-05T23:15:45.8479228Z }, 2025-06-05T23:15:45.8479399Z { 2025-06-05T23:15:45.8479710Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:15:45.8480103Z "size": 678, 2025-06-05T23:15:45.8480507Z "digest": "sha256:a4b29879ad48e43a1ba9315cfca5649401bc845f4f9f128befef1ac5acad5c61" 2025-06-05T23:15:45.8480956Z }, 2025-06-05T23:15:45.8481140Z { 2025-06-05T23:15:45.8481437Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:15:45.8481846Z "size": 232889912, 2025-06-05T23:15:45.8482249Z "digest": "sha256:5f6470ba979094a0d47178761a0fd51de00bc516f8676377ea33cc8760e5e95d" 2025-06-05T23:15:45.8482688Z }, 2025-06-05T23:15:45.8482871Z { 2025-06-05T23:15:45.8483171Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:15:45.8483571Z "size": 827, 2025-06-05T23:15:45.8483963Z "digest": "sha256:a2057a0a9541ca36d33ba50dc8aabcefaa67670b6ff4ee4fae8e17199bef903e" 2025-06-05T23:15:45.8484437Z }, 2025-06-05T23:15:45.8484612Z { 2025-06-05T23:15:45.8484922Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:15:45.8485323Z "size": 678, 2025-06-05T23:15:45.8485781Z "digest": "sha256:a4b29879ad48e43a1ba9315cfca5649401bc845f4f9f128befef1ac5acad5c61" 2025-06-05T23:15:45.8486247Z }, 2025-06-05T23:15:45.8486416Z { 2025-06-05T23:15:45.8486729Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:15:45.8487120Z "size": 185012473, 2025-06-05T23:15:45.8487544Z "digest": "sha256:9b45fc6abe7abe2131a5a707ccc3d8a0335a7a8c4e9fd504fefa92f07634ff21" 2025-06-05T23:15:45.8488000Z }, 2025-06-05T23:15:45.8488233Z { 2025-06-05T23:15:45.8488530Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:15:45.8488929Z "size": 529, 2025-06-05T23:15:45.8489407Z "digest": "sha256:dc71e2d5671ebf9dc7dc253323aa010a23b518e229c2e09df61e762ed863f373" 2025-06-05T23:15:45.8489859Z }, 2025-06-05T23:15:45.8490044Z { 2025-06-05T23:15:45.8490344Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:15:45.8490744Z "size": 678, 2025-06-05T23:15:45.8491135Z "digest": "sha256:a4b29879ad48e43a1ba9315cfca5649401bc845f4f9f128befef1ac5acad5c61" 2025-06-05T23:15:45.8491600Z }, 2025-06-05T23:15:45.8491777Z { 2025-06-05T23:15:45.8492094Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:15:45.8492481Z "size": 355, 2025-06-05T23:15:45.8492877Z "digest": "sha256:1767d7f283e866fe6f8bd739f8f6d0035d36c25143c3a23d865e07d4c2afb075" 2025-06-05T23:15:45.8493332Z }, 2025-06-05T23:15:45.8493501Z { 2025-06-05T23:15:45.8493814Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:15:45.8494202Z "size": 32, 2025-06-05T23:15:45.8494598Z "digest": "sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1" 2025-06-05T23:15:45.8495051Z }, 2025-06-05T23:15:45.8495237Z { 2025-06-05T23:15:45.8495537Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:15:45.8495943Z "size": 166, 2025-06-05T23:15:45.8496346Z "digest": "sha256:a6c04087a6b913389cd29ba0cbd0ed052bd8320a048da620c4db5de43deff3c0" 2025-06-05T23:15:45.8496799Z }, 2025-06-05T23:15:45.8496987Z { 2025-06-05T23:15:45.8497299Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:15:45.8497709Z "size": 1110, 2025-06-05T23:15:45.8498102Z "digest": "sha256:31d099d02998d06abc17e3b88ab0cd293dc8e67f30e8185e1e3eee59cd746bfd" 2025-06-05T23:15:45.8498644Z }, 2025-06-05T23:15:45.8498825Z { 2025-06-05T23:15:45.8499144Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:15:45.8499536Z "size": 32, 2025-06-05T23:15:45.8499939Z "digest": "sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1" 2025-06-05T23:15:45.8500412Z }, 2025-06-05T23:15:45.8500585Z { 2025-06-05T23:15:45.8500907Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:15:45.8501298Z "size": 108, 2025-06-05T23:15:45.8501702Z "digest": "sha256:e269d1739d753c3be22ebc4dc91645e7481b4466e9671d84fe85f222e0af9f8b" 2025-06-05T23:15:45.8502148Z } 2025-06-05T23:15:45.8502332Z ] 2025-06-05T23:15:45.8502501Z } 2025-06-05T23:15:45.8537710Z ##[group]Run set -eux 2025-06-05T23:15:45.8538015Z set -eux 2025-06-05T23:15:45.8538892Z 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-06-05T23:15:45.8545337Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:15:45.8545700Z env: 2025-06-05T23:15:45.8545947Z DOCKER_IMAGE: executorch-ubuntu-22.04-qnn-sdk 2025-06-05T23:15:45.8546299Z REPOSITORY: pytorch/executorch 2025-06-05T23:15:45.8546563Z PR_NUMBER: 2025-06-05T23:15:45.8549118Z 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}" BUILD_TOOL="cmake" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-qnn-deps.sh PYTHON_EXECUTABLE=python bash .ci/scripts/build-qnn-sdk.sh # Setup executorch PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Setup install_requirements for llama PYTHON_EXECUTABLE=python bash examples/models/llama/install_requirements.sh # Test static llama weight sharing and accuracy PYTHON_EXECUTABLE=python bash .ci/scripts/test_qnn_static_llama.sh 2025-06-05T23:15:45.8551823Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:15:45.8552397Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:15:45.8552917Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:15:45.8553297Z ##[endgroup] 2025-06-05T23:15:45.8579853Z + aws secretsmanager get-secret-value --secret-id docker_hub_readonly_token 2025-06-05T23:15:45.8580650Z + jq --raw-output .SecretString 2025-06-05T23:15:45.8581437Z + jq -r .docker_hub_readonly_token 2025-06-05T23:15:45.8583339Z + docker login --username pytorchbot --password-stdin 2025-06-05T23:15:46.4263792Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2025-06-05T23:15:46.4264454Z Configure a credential helper to remove this warning. See 2025-06-05T23:15:46.4265426Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2025-06-05T23:15:46.4265830Z 2025-06-05T23:15:46.4265925Z Login Succeeded 2025-06-05T23:15:46.4344798Z Prepare all required actions 2025-06-05T23:15:46.4387105Z ##[group]Run ./test-infra/.github/actions/pull-docker-image 2025-06-05T23:15:46.4387475Z with: 2025-06-05T23:15:46.4388109Z docker-image: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-qnn-sdk:6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:15:46.4388935Z docker-registry: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-06-05T23:15:46.4389312Z env: 2025-06-05T23:15:46.4389549Z DOCKER_IMAGE: executorch-ubuntu-22.04-qnn-sdk 2025-06-05T23:15:46.4389895Z REPOSITORY: pytorch/executorch 2025-06-05T23:15:46.4390158Z PR_NUMBER: 2025-06-05T23:15:46.4392675Z 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}" BUILD_TOOL="cmake" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-qnn-deps.sh PYTHON_EXECUTABLE=python bash .ci/scripts/build-qnn-sdk.sh # Setup executorch PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Setup install_requirements for llama PYTHON_EXECUTABLE=python bash examples/models/llama/install_requirements.sh # Test static llama weight sharing and accuracy PYTHON_EXECUTABLE=python bash .ci/scripts/test_qnn_static_llama.sh 2025-06-05T23:15:46.4395486Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:15:46.4396047Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:15:46.4396614Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:15:46.4396979Z ##[endgroup] 2025-06-05T23:15:46.4422671Z ##[group]Run set -x 2025-06-05T23:15:46.4422936Z set -x 2025-06-05T23:15:46.4423161Z set +e 2025-06-05T23:15:46.4423376Z  2025-06-05T23:15:46.4423564Z login() { 2025-06-05T23:15:46.4424052Z  aws ecr get-login-password --region us-east-1 | docker login -u AWS --password-stdin "$1" 2025-06-05T23:15:46.4424565Z } 2025-06-05T23:15:46.4424751Z  2025-06-05T23:15:46.4424952Z retry () { 2025-06-05T23:15:46.4425200Z  $* || (sleep 1 && $*) || (sleep 2 && $*) 2025-06-05T23:15:46.4425508Z } 2025-06-05T23:15:46.4425693Z  2025-06-05T23:15:46.4425917Z retry login "${DOCKER_REGISTRY}" 2025-06-05T23:15:46.4426200Z  2025-06-05T23:15:46.4426676Z IMAGE_SIZE=$(docker manifest inspect "${DOCKER_IMAGE}" | jq '[.layers[].size, .config.size] | add / 1024 / 1024') 2025-06-05T23:15:46.4427327Z echo "Compressed size of image in MB: ${IMAGE_SIZE}" 2025-06-05T23:15:46.4427677Z  2025-06-05T23:15:46.4427882Z set -e 2025-06-05T23:15:46.4428193Z # ignore output since only exit code is used for conditional 2025-06-05T23:15:46.4428668Z # only pull docker image if it's not available locally 2025-06-05T23:15:46.4429205Z if ! docker inspect --type=image "${DOCKER_IMAGE}" >/dev/null 2>/dev/null; then 2025-06-05T23:15:46.4429678Z  retry docker pull "${DOCKER_IMAGE}" 2025-06-05T23:15:46.4429984Z fi 2025-06-05T23:15:46.4435523Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:15:46.4435896Z env: 2025-06-05T23:15:46.4436521Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-qnn-sdk:6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:15:46.4437263Z REPOSITORY: pytorch/executorch 2025-06-05T23:15:46.4437526Z PR_NUMBER: 2025-06-05T23:15:46.4440145Z 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}" BUILD_TOOL="cmake" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-qnn-deps.sh PYTHON_EXECUTABLE=python bash .ci/scripts/build-qnn-sdk.sh # Setup executorch PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Setup install_requirements for llama PYTHON_EXECUTABLE=python bash examples/models/llama/install_requirements.sh # Test static llama weight sharing and accuracy PYTHON_EXECUTABLE=python bash .ci/scripts/test_qnn_static_llama.sh 2025-06-05T23:15:46.4442848Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:15:46.4443421Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:15:46.4443945Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:15:46.4444414Z DOCKER_REGISTRY: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-06-05T23:15:46.4444777Z ##[endgroup] 2025-06-05T23:15:46.4467769Z + set +e 2025-06-05T23:15:46.4468273Z + retry login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-06-05T23:15:46.4468921Z + login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-06-05T23:15:46.4471161Z + aws ecr get-login-password --region us-east-1 2025-06-05T23:15:46.4472439Z + docker login -u AWS --password-stdin 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-06-05T23:15:46.9588600Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2025-06-05T23:15:46.9589208Z Configure a credential helper to remove this warning. See 2025-06-05T23:15:46.9589775Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2025-06-05T23:15:46.9590283Z 2025-06-05T23:15:46.9595726Z Login Succeeded 2025-06-05T23:15:46.9610368Z ++ docker manifest inspect 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-qnn-sdk:6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:15:46.9611242Z ++ jq '[.layers[].size, .config.size] | add / 1024 / 1024' 2025-06-05T23:15:47.1692961Z + IMAGE_SIZE=7601.8407192230225 2025-06-05T23:15:47.1693373Z + echo 'Compressed size of image in MB: 7601.8407192230225' 2025-06-05T23:15:47.1693726Z + set -e 2025-06-05T23:15:47.1694542Z + docker inspect --type=image 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-qnn-sdk:6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:15:47.1695559Z Compressed size of image in MB: 7601.8407192230225 2025-06-05T23:15:47.1808325Z + retry docker pull 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-qnn-sdk:6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:15:47.1809616Z + docker pull 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-qnn-sdk:6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:15:47.4347994Z 6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa: Pulling from executorch/executorch-ubuntu-22.04-qnn-sdk 2025-06-05T23:15:47.4349005Z f557aa5ee224: Pulling fs layer 2025-06-05T23:15:47.4349519Z 53b460f20fa2: Pulling fs layer 2025-06-05T23:15:47.4360212Z 9c0222e3bd96: Pulling fs layer 2025-06-05T23:15:47.4360905Z c30fec91d711: Pulling fs layer 2025-06-05T23:15:47.4361245Z 2137fe3d6c8b: Pulling fs layer 2025-06-05T23:15:47.4361529Z 3993b97cc01a: Pulling fs layer 2025-06-05T23:15:47.4361813Z 6e964dcfe8cd: Pulling fs layer 2025-06-05T23:15:47.4362073Z 59140483a9d7: Pulling fs layer 2025-06-05T23:15:47.4362341Z 442b52cf2c65: Pulling fs layer 2025-06-05T23:15:47.4362596Z 81817e7913a3: Pulling fs layer 2025-06-05T23:15:47.4362863Z fa3705fea326: Pulling fs layer 2025-06-05T23:15:47.4363122Z 8a647cebb32f: Pulling fs layer 2025-06-05T23:15:47.4363395Z 7b2f37adad32: Pulling fs layer 2025-06-05T23:15:47.4363651Z 5c08f897efe5: Pulling fs layer 2025-06-05T23:15:47.4363919Z 3993b97cc01a: Waiting 2025-06-05T23:15:47.4364161Z c906c3b73c9a: Pulling fs layer 2025-06-05T23:15:47.4364418Z fb297e4a7f96: Pulling fs layer 2025-06-05T23:15:47.4364682Z 6e964dcfe8cd: Waiting 2025-06-05T23:15:47.4364910Z ef88320afe39: Pulling fs layer 2025-06-05T23:15:47.4365180Z c30fec91d711: Waiting 2025-06-05T23:15:47.4365498Z c81ceab1dc29: Pulling fs layer 2025-06-05T23:15:47.4365757Z 442b52cf2c65: Waiting 2025-06-05T23:15:47.4365982Z 2137fe3d6c8b: Waiting 2025-06-05T23:15:47.4366226Z b7a0ba8fe68b: Pulling fs layer 2025-06-05T23:15:47.4366705Z fa3705fea326: Waiting 2025-06-05T23:15:47.4366924Z 81817e7913a3: Waiting 2025-06-05T23:15:47.4367216Z 8a647cebb32f: Waiting 2025-06-05T23:15:47.4367441Z c71f810ba4d6: Pulling fs layer 2025-06-05T23:15:47.4367710Z a4b29879ad48: Pulling fs layer 2025-06-05T23:15:47.4367964Z 0f670d2c149d: Pulling fs layer 2025-06-05T23:15:47.4368232Z 315188b3b5fd: Pulling fs layer 2025-06-05T23:15:47.4368512Z ef88320afe39: Waiting 2025-06-05T23:15:47.4368878Z 5f6470ba9790: Pulling fs layer 2025-06-05T23:15:47.4369378Z a2057a0a9541: Pulling fs layer 2025-06-05T23:15:47.4369844Z 7b2f37adad32: Waiting 2025-06-05T23:15:47.4370225Z 5c08f897efe5: Waiting 2025-06-05T23:15:47.4370571Z 9b45fc6abe7a: Pulling fs layer 2025-06-05T23:15:47.4370838Z c81ceab1dc29: Waiting 2025-06-05T23:15:47.4371055Z b7a0ba8fe68b: Waiting 2025-06-05T23:15:47.4371297Z dc71e2d5671e: Pulling fs layer 2025-06-05T23:15:47.4371538Z 59140483a9d7: Waiting 2025-06-05T23:15:47.4371913Z fb297e4a7f96: Waiting 2025-06-05T23:15:47.4372150Z 1767d7f283e8: Pulling fs layer 2025-06-05T23:15:47.4372409Z c906c3b73c9a: Waiting 2025-06-05T23:15:47.4372624Z c71f810ba4d6: Waiting 2025-06-05T23:15:47.4372864Z 4f4fb700ef54: Pulling fs layer 2025-06-05T23:15:47.4373122Z a6c04087a6b9: Pulling fs layer 2025-06-05T23:15:47.4373376Z 5f6470ba9790: Waiting 2025-06-05T23:15:47.4373611Z 31d099d02998: Pulling fs layer 2025-06-05T23:15:47.4373860Z a4b29879ad48: Waiting 2025-06-05T23:15:47.4374084Z e269d1739d75: Pulling fs layer 2025-06-05T23:15:47.4374359Z 315188b3b5fd: Waiting 2025-06-05T23:15:47.4374569Z 1767d7f283e8: Waiting 2025-06-05T23:15:47.4374795Z 4f4fb700ef54: Waiting 2025-06-05T23:15:47.4375007Z 9b45fc6abe7a: Waiting 2025-06-05T23:15:47.4375235Z a6c04087a6b9: Waiting 2025-06-05T23:15:47.4375459Z dc71e2d5671e: Waiting 2025-06-05T23:15:47.4375670Z 31d099d02998: Waiting 2025-06-05T23:15:47.4375892Z e269d1739d75: Waiting 2025-06-05T23:15:47.5206537Z 53b460f20fa2: Verifying Checksum 2025-06-05T23:15:47.5206975Z 53b460f20fa2: Download complete 2025-06-05T23:15:47.6075019Z c30fec91d711: Verifying Checksum 2025-06-05T23:15:47.6075599Z c30fec91d711: Download complete 2025-06-05T23:15:47.8644460Z 2137fe3d6c8b: Verifying Checksum 2025-06-05T23:15:47.8644832Z 2137fe3d6c8b: Download complete 2025-06-05T23:15:47.8688497Z f557aa5ee224: Verifying Checksum 2025-06-05T23:15:47.8688841Z f557aa5ee224: Download complete 2025-06-05T23:15:47.9429674Z 3993b97cc01a: Verifying Checksum 2025-06-05T23:15:47.9430023Z 3993b97cc01a: Download complete 2025-06-05T23:15:48.0639354Z 59140483a9d7: Download complete 2025-06-05T23:15:48.1881677Z 442b52cf2c65: Verifying Checksum 2025-06-05T23:15:48.1882241Z 442b52cf2c65: Download complete 2025-06-05T23:15:48.2626168Z 81817e7913a3: Verifying Checksum 2025-06-05T23:15:48.2627171Z 81817e7913a3: Download complete 2025-06-05T23:15:48.7110270Z fa3705fea326: Verifying Checksum 2025-06-05T23:15:48.7110728Z fa3705fea326: Download complete 2025-06-05T23:15:48.7947759Z f557aa5ee224: Pull complete 2025-06-05T23:15:48.8157339Z 53b460f20fa2: Pull complete 2025-06-05T23:15:48.8323571Z 8a647cebb32f: Verifying Checksum 2025-06-05T23:15:48.8324102Z 8a647cebb32f: Download complete 2025-06-05T23:15:49.0280996Z 9c0222e3bd96: Verifying Checksum 2025-06-05T23:15:49.0281431Z 9c0222e3bd96: Download complete 2025-06-05T23:15:49.1362834Z 5c08f897efe5: Verifying Checksum 2025-06-05T23:15:49.1363342Z 5c08f897efe5: Download complete 2025-06-05T23:15:49.2166662Z c906c3b73c9a: Verifying Checksum 2025-06-05T23:15:49.2167262Z c906c3b73c9a: Download complete 2025-06-05T23:15:49.2864491Z 6e964dcfe8cd: Verifying Checksum 2025-06-05T23:15:49.2865045Z 6e964dcfe8cd: Download complete 2025-06-05T23:15:49.2930404Z fb297e4a7f96: Verifying Checksum 2025-06-05T23:15:49.2930971Z fb297e4a7f96: Download complete 2025-06-05T23:15:49.3726361Z c81ceab1dc29: Verifying Checksum 2025-06-05T23:15:49.3726930Z c81ceab1dc29: Download complete 2025-06-05T23:15:49.4670328Z b7a0ba8fe68b: Verifying Checksum 2025-06-05T23:15:49.5725334Z c71f810ba4d6: Verifying Checksum 2025-06-05T23:15:49.5725825Z c71f810ba4d6: Download complete 2025-06-05T23:15:49.6506639Z a4b29879ad48: Download complete 2025-06-05T23:15:50.1105141Z ef88320afe39: Verifying Checksum 2025-06-05T23:15:50.1105719Z ef88320afe39: Download complete 2025-06-05T23:15:50.1961157Z 315188b3b5fd: Verifying Checksum 2025-06-05T23:15:50.1961729Z 315188b3b5fd: Download complete 2025-06-05T23:15:51.4896644Z 7b2f37adad32: Verifying Checksum 2025-06-05T23:15:51.4897212Z 7b2f37adad32: Download complete 2025-06-05T23:15:51.5790208Z a2057a0a9541: Download complete 2025-06-05T23:15:52.6863039Z 5f6470ba9790: Verifying Checksum 2025-06-05T23:15:52.6863517Z 5f6470ba9790: Download complete 2025-06-05T23:15:52.7804278Z dc71e2d5671e: Download complete 2025-06-05T23:15:52.8648459Z 1767d7f283e8: Verifying Checksum 2025-06-05T23:15:52.8648833Z 1767d7f283e8: Download complete 2025-06-05T23:15:52.8709787Z 4f4fb700ef54: Verifying Checksum 2025-06-05T23:15:52.8710144Z 4f4fb700ef54: Download complete 2025-06-05T23:15:52.9682972Z a6c04087a6b9: Verifying Checksum 2025-06-05T23:15:52.9683350Z a6c04087a6b9: Download complete 2025-06-05T23:15:53.0530004Z 31d099d02998: Verifying Checksum 2025-06-05T23:15:53.0530347Z 31d099d02998: Download complete 2025-06-05T23:15:53.1437614Z e269d1739d75: Verifying Checksum 2025-06-05T23:15:53.1438020Z e269d1739d75: Download complete 2025-06-05T23:15:53.2018099Z 9c0222e3bd96: Pull complete 2025-06-05T23:15:53.3754484Z c30fec91d711: Pull complete 2025-06-05T23:15:53.5708598Z 9b45fc6abe7a: Verifying Checksum 2025-06-05T23:15:53.5708982Z 9b45fc6abe7a: Download complete 2025-06-05T23:15:53.8783568Z 2137fe3d6c8b: Pull complete 2025-06-05T23:15:54.0933054Z 3993b97cc01a: Pull complete 2025-06-05T23:15:56.8177273Z 6e964dcfe8cd: Pull complete 2025-06-05T23:15:56.9378637Z 59140483a9d7: Pull complete 2025-06-05T23:15:57.1119412Z 442b52cf2c65: Pull complete 2025-06-05T23:15:57.2893131Z 81817e7913a3: Pull complete 2025-06-05T23:15:58.0181365Z fa3705fea326: Pull complete 2025-06-05T23:15:58.2423099Z 8a647cebb32f: Pull complete 2025-06-05T23:16:07.9304499Z 7b2f37adad32: Pull complete 2025-06-05T23:16:08.0911486Z 5c08f897efe5: Pull complete 2025-06-05T23:16:08.3079489Z c906c3b73c9a: Pull complete 2025-06-05T23:16:08.5054561Z fb297e4a7f96: Pull complete 2025-06-05T23:16:11.0471827Z ef88320afe39: Pull complete 2025-06-05T23:16:11.2521351Z c81ceab1dc29: Pull complete 2025-06-05T23:16:11.4621241Z b7a0ba8fe68b: Pull complete 2025-06-05T23:16:11.6809846Z c71f810ba4d6: Pull complete 2025-06-05T23:16:11.8845323Z a4b29879ad48: Pull complete 2025-06-05T23:16:58.3611175Z 0f670d2c149d: Verifying Checksum 2025-06-05T23:16:58.3611537Z 0f670d2c149d: Download complete 2025-06-05T23:18:12.2363864Z 0f670d2c149d: Pull complete 2025-06-05T23:18:12.3791718Z 315188b3b5fd: Pull complete 2025-06-05T23:18:19.3729931Z 5f6470ba9790: Pull complete 2025-06-05T23:18:19.4007107Z a2057a0a9541: Pull complete 2025-06-05T23:18:27.5843454Z 9b45fc6abe7a: Pull complete 2025-06-05T23:18:27.7426126Z dc71e2d5671e: Pull complete 2025-06-05T23:18:28.0886074Z 1767d7f283e8: Pull complete 2025-06-05T23:18:28.2658992Z 4f4fb700ef54: Pull complete 2025-06-05T23:18:28.3613327Z a6c04087a6b9: Pull complete 2025-06-05T23:18:28.4175769Z 31d099d02998: Pull complete 2025-06-05T23:18:28.4765153Z e269d1739d75: Pull complete 2025-06-05T23:18:28.4960685Z Digest: sha256:a598771deb521efdcb258eacf60b9a9115e34a47e0ec6e3b41bd6a49ffb3adce 2025-06-05T23:18:28.5005654Z Status: Downloaded newer image for 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-qnn-sdk:6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:18:28.5057393Z 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-qnn-sdk:6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:18:28.5099953Z ##[group]Run echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-06-05T23:18:28.5100898Z echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-06-05T23:18:28.5106959Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:18:28.5107325Z env: 2025-06-05T23:18:28.5107568Z DOCKER_IMAGE: executorch-ubuntu-22.04-qnn-sdk 2025-06-05T23:18:28.5107923Z REPOSITORY: pytorch/executorch 2025-06-05T23:18:28.5108184Z PR_NUMBER: 2025-06-05T23:18:28.5110701Z 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}" BUILD_TOOL="cmake" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-qnn-deps.sh PYTHON_EXECUTABLE=python bash .ci/scripts/build-qnn-sdk.sh # Setup executorch PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Setup install_requirements for llama PYTHON_EXECUTABLE=python bash examples/models/llama/install_requirements.sh # Test static llama weight sharing and accuracy PYTHON_EXECUTABLE=python bash .ci/scripts/test_qnn_static_llama.sh 2025-06-05T23:18:28.5113543Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:18:28.5114101Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:18:28.5114643Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:18:28.5115025Z ##[endgroup] 2025-06-05T23:18:28.5236398Z ##[group]Run set -ex 2025-06-05T23:18:28.5236738Z set -ex 2025-06-05T23:18:28.5237099Z { 2025-06-05T23:18:28.5237375Z  echo "#!/usr/bin/env bash"; 2025-06-05T23:18:28.5237789Z  echo "set -eou pipefail"; 2025-06-05T23:18:28.5238224Z  # shellcheck disable=SC2016 2025-06-05T23:18:28.5238612Z  echo 'eval "$(conda shell.bash hook)"'; 2025-06-05T23:18:28.5239079Z  echo "set -x"; 2025-06-05T23:18:28.5239407Z  echo "${SCRIPT}"; 2025-06-05T23:18:28.5239812Z } > "${RUNNER_TEMP}/exec_script" 2025-06-05T23:18:28.5240327Z chmod +x "${RUNNER_TEMP}/exec_script" 2025-06-05T23:18:28.5241187Z python3 "/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/run_with_env_secrets.py" "" 2025-06-05T23:18:28.5247311Z shell: /usr/bin/bash -e {0} 2025-06-05T23:18:28.5247730Z env: 2025-06-05T23:18:28.5248547Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-qnn-sdk:6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:18:28.5249376Z REPOSITORY: pytorch/executorch 2025-06-05T23:18:28.5249882Z PR_NUMBER: 2025-06-05T23:18:28.5252697Z 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}" BUILD_TOOL="cmake" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-qnn-deps.sh PYTHON_EXECUTABLE=python bash .ci/scripts/build-qnn-sdk.sh # Setup executorch PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Setup install_requirements for llama PYTHON_EXECUTABLE=python bash examples/models/llama/install_requirements.sh # Test static llama weight sharing and accuracy PYTHON_EXECUTABLE=python bash .ci/scripts/test_qnn_static_llama.sh 2025-06-05T23:18:28.5255504Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:18:28.5256276Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:18:28.5256926Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:18:28.5257709Z ALL_SECRETS: { "github_token": "***" } 2025-06-05T23:18:28.5258005Z ##[endgroup] 2025-06-05T23:18:28.5280654Z + echo '#!/usr/bin/env bash' 2025-06-05T23:18:28.5280981Z + echo 'set -eou pipefail' 2025-06-05T23:18:28.5281315Z + echo 'eval "$(conda shell.bash hook)"' 2025-06-05T23:18:28.5281604Z + echo 'set -x' 2025-06-05T23:18:28.5281984Z + echo '# The generic Linux job chooses to use base env, not the one setup by the image 2025-06-05T23:18:28.5282524Z CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") 2025-06-05T23:18:28.5282880Z conda activate "${CONDA_ENV}" 2025-06-05T23:18:28.5283052Z 2025-06-05T23:18:28.5283149Z BUILD_TOOL="cmake" 2025-06-05T23:18:28.5283281Z 2025-06-05T23:18:28.5283463Z PYTHON_EXECUTABLE=python bash .ci/scripts/setup-qnn-deps.sh 2025-06-05T23:18:28.5283941Z PYTHON_EXECUTABLE=python bash .ci/scripts/build-qnn-sdk.sh 2025-06-05T23:18:28.5284215Z 2025-06-05T23:18:28.5284314Z # Setup executorch 2025-06-05T23:18:28.5284711Z PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" 2025-06-05T23:18:28.5285095Z 2025-06-05T23:18:28.5285215Z # Setup install_requirements for llama 2025-06-05T23:18:28.5285649Z PYTHON_EXECUTABLE=python bash examples/models/llama/install_requirements.sh 2025-06-05T23:18:28.5286009Z 2025-06-05T23:18:28.5286134Z # Test static llama weight sharing and accuracy 2025-06-05T23:18:28.5286558Z PYTHON_EXECUTABLE=python bash .ci/scripts/test_qnn_static_llama.sh 2025-06-05T23:18:28.5287092Z ' 2025-06-05T23:18:28.5287380Z + chmod +x /home/ec2-user/actions-runner/_work/_temp/exec_script 2025-06-05T23:18:28.5291375Z + python3 /home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/run_with_env_secrets.py '' 2025-06-05T23:18:49.7269711Z Running command: 2025-06-05T23:18:49.7280880Z 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_15475023378" `# 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_aa45c7f7-2321-4ddf-b6e2-588449c74f94":"/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/step_summary_aa45c7f7-2321-4ddf-b6e2-588449c74f94" -w /pytorch/executorch "308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-qnn-sdk:6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa" 2025-06-05T23:18:49.7291911Z 2025-06-05T23:18:49.7292495Z 6722da7414909bc6935e78abc9601a8dba5802e529236c9384ebd90bcc322361 2025-06-05T23:18:49.7293765Z Running command: docker exec -t 6722da7414909bc6935e78abc9601a8dba5802e529236c9384ebd90bcc322361 /exec 2025-06-05T23:18:49.7294808Z ++ conda env list --json 2025-06-05T23:18:49.7295331Z ++ local cmd=env 2025-06-05T23:18:49.7295703Z ++ case "$cmd" in 2025-06-05T23:18:49.7296125Z ++ __conda_exe env list --json 2025-06-05T23:18:49.7296609Z ++ jq -r '.envs | .[-1]' 2025-06-05T23:18:49.7297070Z ++ /opt/conda/bin/conda env list --json 2025-06-05T23:18:49.7297647Z + CONDA_ENV=/opt/conda/envs/py_3.10 2025-06-05T23:18:49.7298190Z + conda activate /opt/conda/envs/py_3.10 2025-06-05T23:18:49.7298728Z + local cmd=activate 2025-06-05T23:18:49.7299119Z + case "$cmd" in 2025-06-05T23:18:49.7299589Z + __conda_activate activate /opt/conda/envs/py_3.10 2025-06-05T23:18:49.7300174Z + '[' -n '' ']' 2025-06-05T23:18:49.7300549Z + local ask_conda 2025-06-05T23:18:49.7300913Z ++ PS1='(base) ' 2025-06-05T23:18:49.7301431Z ++ __conda_exe shell.posix activate /opt/conda/envs/py_3.10 2025-06-05T23:18:49.7302316Z ++ /opt/conda/bin/conda shell.posix activate /opt/conda/envs/py_3.10 2025-06-05T23:18:49.7303063Z + ask_conda='PS1='\''(py_3.10) '\'' 2025-06-05T23:18:49.7304667Z 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-06-05T23:18:49.7306376Z export CONDA_PREFIX='\''/opt/conda/envs/py_3.10'\'' 2025-06-05T23:18:49.7307007Z export CONDA_SHLVL='\''2'\'' 2025-06-05T23:18:49.7307505Z export CONDA_DEFAULT_ENV='\''py_3.10'\'' 2025-06-05T23:18:49.7308129Z export CONDA_PROMPT_MODIFIER='\''(py_3.10) '\'' 2025-06-05T23:18:49.7308763Z export CONDA_PREFIX_1='\''/opt/conda'\'' 2025-06-05T23:18:49.7309344Z export CONDA_EXE='\''/opt/conda/bin/conda'\'' 2025-06-05T23:18:49.7309912Z export _CE_M='\'''\'' 2025-06-05T23:18:49.7310327Z export _CE_CONDA='\'''\'' 2025-06-05T23:18:49.7310878Z export CONDA_PYTHON_EXE='\''/opt/conda/bin/python'\''' 2025-06-05T23:18:49.7311792Z + eval 'PS1='\''(py_3.10) '\'' 2025-06-05T23:18:49.7313362Z 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-06-05T23:18:49.7315058Z export CONDA_PREFIX='\''/opt/conda/envs/py_3.10'\'' 2025-06-05T23:18:49.7315809Z export CONDA_SHLVL='\''2'\'' 2025-06-05T23:18:49.7316328Z export CONDA_DEFAULT_ENV='\''py_3.10'\'' 2025-06-05T23:18:49.7316923Z export CONDA_PROMPT_MODIFIER='\''(py_3.10) '\'' 2025-06-05T23:18:49.7317560Z export CONDA_PREFIX_1='\''/opt/conda'\'' 2025-06-05T23:18:49.7318150Z export CONDA_EXE='\''/opt/conda/bin/conda'\'' 2025-06-05T23:18:49.7318718Z export _CE_M='\'''\'' 2025-06-05T23:18:49.7319134Z export _CE_CONDA='\'''\'' 2025-06-05T23:18:49.7319696Z export CONDA_PYTHON_EXE='\''/opt/conda/bin/python'\''' 2025-06-05T23:18:49.7320304Z ++ PS1='(py_3.10) ' 2025-06-05T23:18:49.7321765Z ++ 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-06-05T23:18:49.7324370Z ++ 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-06-05T23:18:49.7325964Z ++ export CONDA_PREFIX=/opt/conda/envs/py_3.10 2025-06-05T23:18:49.7326592Z ++ CONDA_PREFIX=/opt/conda/envs/py_3.10 2025-06-05T23:18:49.7327135Z ++ export CONDA_SHLVL=2 2025-06-05T23:18:49.7327557Z ++ CONDA_SHLVL=2 2025-06-05T23:18:49.7327964Z ++ export CONDA_DEFAULT_ENV=py_3.10 2025-06-05T23:18:49.7328497Z ++ CONDA_DEFAULT_ENV=py_3.10 2025-06-05T23:18:49.7329021Z ++ export 'CONDA_PROMPT_MODIFIER=(py_3.10) ' 2025-06-05T23:18:49.7329687Z ++ CONDA_PROMPT_MODIFIER='(py_3.10) ' 2025-06-05T23:18:49.7330250Z ++ export CONDA_PREFIX_1=/opt/conda 2025-06-05T23:18:49.7330769Z ++ CONDA_PREFIX_1=/opt/conda 2025-06-05T23:18:49.7331272Z ++ export CONDA_EXE=/opt/conda/bin/conda 2025-06-05T23:18:49.7331818Z ++ CONDA_EXE=/opt/conda/bin/conda 2025-06-05T23:18:49.7332300Z ++ export _CE_M= 2025-06-05T23:18:49.7332656Z ++ _CE_M= 2025-06-05T23:18:49.7333008Z ++ export _CE_CONDA= 2025-06-05T23:18:49.7333389Z ++ _CE_CONDA= 2025-06-05T23:18:49.7333836Z ++ export CONDA_PYTHON_EXE=/opt/conda/bin/python 2025-06-05T23:18:49.7334479Z ++ CONDA_PYTHON_EXE=/opt/conda/bin/python 2025-06-05T23:18:49.7334993Z + __conda_hashr 2025-06-05T23:18:49.7335355Z + '[' -n '' ']' 2025-06-05T23:18:49.7335709Z + '[' -n '' ']' 2025-06-05T23:18:49.7336066Z + hash -r 2025-06-05T23:18:49.7336397Z + BUILD_TOOL=cmake 2025-06-05T23:18:49.7336814Z + PYTHON_EXECUTABLE=python 2025-06-05T23:18:49.7337312Z + bash .ci/scripts/setup-qnn-deps.sh 2025-06-05T23:18:49.7337830Z + setup_libc++ 12 2025-06-05T23:18:49.7338207Z + clang_version=12 2025-06-05T23:18:49.7338603Z + sudo apt-get update 2025-06-05T23:18:49.7338866Z 2025-06-05T23:18:49.7339002Z 0% [Working] 2025-06-05T23:18:49.7339343Z 2025-06-05T23:18:49.7339840Z Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2025-06-05T23:18:49.7340315Z 2025-06-05T23:18:49.7340722Z 0% [Waiting for headers] [Connected to deb.nodesource.com (104.22.5.26)] [Conne 2025-06-05T23:18:49.7341566Z 2025-06-05T23:18:49.7342411Z Get:2 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB] 2025-06-05T23:18:49.7343061Z 2025-06-05T23:18:49.7343460Z 0% [Waiting for headers] [2 InRelease 2588 B/129 kB 2%] [Waiting for headers] [ 2025-06-05T23:18:49.7344268Z 2025-06-05T23:18:49.7345073Z Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [128 kB] 2025-06-05T23:18:49.7345691Z 2025-06-05T23:18:49.7346064Z 0% [3 InRelease 5484 B/128 kB 4%] [2 InRelease 14.2 kB/129 kB 11%] [Waiting for 2025-06-05T23:18:49.7346811Z 2025-06-05T23:18:49.7347633Z Hit:4 https://dl.yarnpkg.com/debian stable InRelease 2025-06-05T23:18:49.7348107Z 2025-06-05T23:18:49.7348454Z 0% [3 InRelease 60.5 kB/128 kB 47%] [2 InRelease 86.6 kB/129 kB 67%] [Waiting f 2025-06-05T23:18:49.7349140Z 2025-06-05T23:18:49.7349817Z 0% [3 InRelease 102 kB/128 kB 80%] [Waiting for headers] 2025-06-05T23:18:49.7350404Z 2025-06-05T23:18:49.7350911Z 0% [Waiting for headers] 2025-06-05T23:18:49.7351308Z 2025-06-05T23:18:49.7351947Z Get:5 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [127 kB] 2025-06-05T23:18:49.7352555Z 2025-06-05T23:18:49.7352789Z 0% [5 InRelease 4096 B/127 kB 3%] [Waiting for headers] 2025-06-05T23:18:49.7353389Z 2025-06-05T23:18:49.7353926Z 0% [Waiting for headers] 2025-06-05T23:18:49.7354340Z 2025-06-05T23:18:49.7354940Z Hit:6 https://deb.nodesource.com/node_16.x nodistro InRelease 2025-06-05T23:18:49.7355468Z 2025-06-05T23:18:49.7355607Z 2025-06-05T23:18:49.7356010Z 0% [Working] 2025-06-05T23:18:49.7356330Z 0% [Working] 2025-06-05T23:18:49.7356644Z 0% [Working] 2025-06-05T23:18:49.7356957Z 0% [Working] 2025-06-05T23:18:49.7357290Z 2025-06-05T23:18:49.7358007Z Get:7 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [1246 kB] 2025-06-05T23:18:49.7358745Z 2025-06-05T23:18:49.7358898Z 0% [7 Packages 11.3 kB/1246 kB 1%] 2025-06-05T23:18:49.7359640Z 0% [7 Packages 1213 kB/1246 kB 97%] 2025-06-05T23:18:49.7360105Z 2025-06-05T23:18:49.7360586Z 0% [Waiting for headers] 2025-06-05T23:18:49.7361189Z 0% [7 Packages store 0 B] [Waiting for headers] [Waiting for headers] 2025-06-05T23:18:49.7361938Z 2025-06-05T23:18:49.7362834Z Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1553 kB] 2025-06-05T23:18:49.7363545Z 2025-06-05T23:18:49.7363902Z 0% [7 Packages store 0 B] [8 Packages 17.1 kB/1553 kB 1%] [Waiting for headers] 2025-06-05T23:18:49.7364668Z 2025-06-05T23:18:49.7365527Z Get:9 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [2984 kB] 2025-06-05T23:18:49.7366219Z 2025-06-05T23:18:49.7366578Z 0% [7 Packages store 0 B] [8 Packages 185 kB/1553 kB 12%] [9 Packages 17.1 kB/2 2025-06-05T23:18:49.7367296Z 2025-06-05T23:18:49.7367934Z 0% [7 Packages store 0 B] [8 Packages 1008 kB/1553 kB 65%] 2025-06-05T23:18:49.7368551Z 2025-06-05T23:18:49.7369054Z 0% [7 Packages store 0 B] 2025-06-05T23:18:49.7369534Z 0% [7 Packages store 0 B] [Waiting for headers] 2025-06-05T23:18:49.7370196Z 2025-06-05T23:18:49.7371014Z Get:10 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [3295 kB] 2025-06-05T23:18:49.7371679Z 2025-06-05T23:18:49.7371952Z 0% [7 Packages store 2052 kB] [10 Packages 6999 B/3295 kB 0%] 2025-06-05T23:18:49.7372607Z 2025-06-05T23:18:49.7373152Z 0% [10 Packages 70.7 kB/3295 kB 2%] 2025-06-05T23:18:49.7373705Z 0% [9 Packages store 0 B] [10 Packages 70.7 kB/3295 kB 2%] 2025-06-05T23:18:49.7374286Z 2025-06-05T23:18:49.7374769Z 0% [9 Packages store 0 B] 2025-06-05T23:18:49.7375186Z 99% [9 Packages store 0 B] 2025-06-05T23:18:49.7375571Z 2025-06-05T23:18:49.7375952Z 99% [Working] 2025-06-05T23:18:49.7376277Z 99% [8 Packages store 0 B] 2025-06-05T23:18:49.7376667Z 2025-06-05T23:18:49.7377050Z 100% [Working] 2025-06-05T23:18:49.7377381Z 100% [10 Packages store 0 B] 2025-06-05T23:18:49.7377992Z 2025-06-05T23:18:49.7378363Z 100% [Working] 2025-06-05T23:18:49.7378686Z 2025-06-05T23:18:49.7379015Z Fetched 9462 kB in 1s (12.1 MB/s) 2025-06-05T23:18:49.7379340Z 2025-06-05T23:18:49.7379493Z Reading package lists... 0% 2025-06-05T23:18:49.7379781Z 2025-06-05T23:18:49.7380059Z Reading package lists... 0% 2025-06-05T23:18:49.7380350Z 2025-06-05T23:18:49.7380502Z Reading package lists... 0% 2025-06-05T23:18:49.7380783Z 2025-06-05T23:18:49.7380946Z Reading package lists... 4% 2025-06-05T23:18:49.7381224Z 2025-06-05T23:18:49.7381384Z Reading package lists... 4% 2025-06-05T23:18:49.7381658Z 2025-06-05T23:18:49.7381824Z Reading package lists... 4% 2025-06-05T23:18:49.7382088Z 2025-06-05T23:18:49.7382248Z Reading package lists... 4% 2025-06-05T23:18:49.7382536Z 2025-06-05T23:18:49.7382689Z Reading package lists... 45% 2025-06-05T23:18:49.7382974Z 2025-06-05T23:18:49.7383126Z Reading package lists... 45% 2025-06-05T23:18:49.7383423Z 2025-06-05T23:18:49.7383587Z Reading package lists... 46% 2025-06-05T23:18:49.7383873Z 2025-06-05T23:18:49.7384043Z Reading package lists... 46% 2025-06-05T23:18:49.7384323Z 2025-06-05T23:19:27.9348839Z Reading package lists... 55% 2025-06-05T23:19:27.9349151Z 2025-06-05T23:19:27.9349310Z Reading package lists... 55% 2025-06-05T23:19:27.9349589Z 2025-06-05T23:19:27.9349760Z Reading package lists... 69% 2025-06-05T23:19:27.9350026Z 2025-06-05T23:19:27.9350170Z Reading package lists... 69% 2025-06-05T23:19:27.9350406Z 2025-06-05T23:19:27.9350504Z Reading package lists... 70% 2025-06-05T23:19:27.9350671Z 2025-06-05T23:19:27.9350778Z Reading package lists... 73% 2025-06-05T23:19:27.9351037Z 2025-06-05T23:19:27.9351178Z Reading package lists... 73% 2025-06-05T23:19:27.9351440Z 2025-06-05T23:19:27.9351601Z Reading package lists... 73% 2025-06-05T23:19:27.9351918Z 2025-06-05T23:19:27.9352102Z Reading package lists... 73% 2025-06-05T23:19:27.9352366Z 2025-06-05T23:19:27.9352513Z Reading package lists... 73% 2025-06-05T23:19:27.9352803Z 2025-06-05T23:19:27.9352959Z Reading package lists... 73% 2025-06-05T23:19:27.9353192Z 2025-06-05T23:19:27.9353317Z Reading package lists... 74% 2025-06-05T23:19:27.9353567Z 2025-06-05T23:19:27.9353710Z Reading package lists... 74% 2025-06-05T23:19:27.9353937Z 2025-06-05T23:19:27.9354050Z Reading package lists... 82% 2025-06-05T23:19:27.9354310Z 2025-06-05T23:19:27.9354457Z Reading package lists... 82% 2025-06-05T23:19:27.9354732Z 2025-06-05T23:19:27.9354847Z Reading package lists... 95% 2025-06-05T23:19:27.9355059Z 2025-06-05T23:19:27.9355168Z Reading package lists... 95% 2025-06-05T23:19:27.9355334Z 2025-06-05T23:19:27.9355429Z Reading package lists... 99% 2025-06-05T23:19:27.9355679Z 2025-06-05T23:19:27.9355832Z Reading package lists... 99% 2025-06-05T23:19:27.9355999Z 2025-06-05T23:19:27.9356094Z Reading package lists... 99% 2025-06-05T23:19:27.9356270Z 2025-06-05T23:19:27.9356363Z Reading package lists... 99% 2025-06-05T23:19:27.9356528Z 2025-06-05T23:19:27.9356644Z Reading package lists... 99% 2025-06-05T23:19:27.9356810Z 2025-06-05T23:19:27.9356904Z Reading package lists... 99% 2025-06-05T23:19:27.9357169Z 2025-06-05T23:19:27.9357279Z Reading package lists... 99% 2025-06-05T23:19:27.9357446Z 2025-06-05T23:19:27.9357540Z Reading package lists... 99% 2025-06-05T23:19:27.9357769Z 2025-06-05T23:19:27.9357942Z Reading package lists... 99% 2025-06-05T23:19:27.9358113Z 2025-06-05T23:19:27.9358209Z Reading package lists... 99% 2025-06-05T23:19:27.9358389Z 2025-06-05T23:19:27.9358490Z Reading package lists... Done 2025-06-05T23:19:27.9358689Z 2025-06-05T23:19:27.9359658Z 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-06-05T23:19:27.9360639Z + pkgs_to_check=("libc++-${clang_version}-dev") 2025-06-05T23:19:27.9360957Z + j=0 2025-06-05T23:19:27.9361154Z + '[' 0 -lt 1 ']' 2025-06-05T23:19:27.9361511Z ++ verify_pkg_installed libc++-12-dev 2025-06-05T23:19:27.9362176Z +++ dpkg-query -W '--showformat=${Status}\n' libc++-12-dev 2025-06-05T23:19:27.9362712Z +++ grep 'install ok installed' 2025-06-05T23:19:27.9362992Z ++ echo install ok installed 2025-06-05T23:19:27.9363259Z + install_status='install ok installed' 2025-06-05T23:19:27.9363569Z + '[' 'install ok installed' == '' ']' 2025-06-05T23:19:27.9364106Z + j=1 2025-06-05T23:19:27.9364320Z + '[' 1 -lt 1 ']' 2025-06-05T23:19:27.9364526Z + install_qnn 2025-06-05T23:19:27.9364755Z + echo 'Start installing qnn.' 2025-06-05T23:19:27.9365027Z Start installing qnn. 2025-06-05T23:19:27.9365401Z + QNN_INSTALLATION_DIR=/tmp/qnn 2025-06-05T23:19:27.9365671Z + mkdir -p /tmp/qnn 2025-06-05T23:19:27.9366487Z + 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-06-05T23:19:27.9367430Z % Total % Received % Xferd Average Speed Time Time Time Current 2025-06-05T23:19:27.9367989Z Dload Upload Total Spent Left Speed 2025-06-05T23:19:27.9368311Z 2025-06-05T23:19:27.9368445Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 2025-06-05T23:19:27.9368843Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 2025-06-05T23:19:27.9369286Z 100 134 100 134 0 0 446 0 --:--:-- --:--:-- --:--:-- 446 2025-06-05T23:19:27.9369548Z 2025-06-05T23:19:27.9369780Z 6 954M 6 58.3M 0 0 45.7M 0 0:00:20 0:00:01 0:00:19 45.7M 2025-06-05T23:19:27.9370277Z 14 954M 14 136M 0 0 59.6M 0 0:00:15 0:00:02 0:00:13 77.2M 2025-06-05T23:19:27.9370728Z 22 954M 22 211M 0 0 64.9M 0 0:00:14 0:00:03 0:00:11 77.3M 2025-06-05T23:19:27.9371258Z 30 954M 30 289M 0 0 67.9M 0 0:00:14 0:00:04 0:00:10 77.4M 2025-06-05T23:19:27.9371727Z 38 954M 38 366M 0 0 69.7M 0 0:00:13 0:00:05 0:00:08 77.4M 2025-06-05T23:19:27.9372292Z 46 954M 46 445M 0 0 71.1M 0 0:00:13 0:00:06 0:00:07 77.5M 2025-06-05T23:19:27.9372808Z 54 954M 54 523M 0 0 72.0M 0 0:00:13 0:00:07 0:00:06 77.7M 2025-06-05T23:19:27.9373265Z 56 954M 56 541M 0 0 65.6M 0 0:00:14 0:00:08 0:00:06 65.9M 2025-06-05T23:19:27.9373661Z 61 954M 61 586M 0 0 63.3M 0 0:00:15 0:00:09 0:00:06 59.4M 2025-06-05T23:19:27.9374063Z 66 954M 66 636M 0 0 62.0M 0 0:00:15 0:00:10 0:00:05 53.8M 2025-06-05T23:19:27.9374453Z 73 954M 73 706M 0 0 62.7M 0 0:00:15 0:00:11 0:00:04 52.2M 2025-06-05T23:19:27.9374859Z 81 954M 81 781M 0 0 63.7M 0 0:00:14 0:00:12 0:00:02 51.7M 2025-06-05T23:19:27.9375263Z 89 954M 89 856M 0 0 64.5M 0 0:00:14 0:00:13 0:00:01 62.8M 2025-06-05T23:19:27.9375660Z 97 954M 97 933M 0 0 65.4M 0 0:00:14 0:00:14 --:--:-- 69.4M 2025-06-05T23:19:27.9376079Z 100 954M 100 954M 0 0 65.6M 0 0:00:14 0:00:14 --:--:-- 74.4M 2025-06-05T23:19:27.9376455Z + echo 'Finishing downloading qnn sdk.' 2025-06-05T23:19:27.9376774Z Finishing downloading qnn sdk. 2025-06-05T23:19:27.9377064Z + unzip -qo /tmp/v2.28.0.24.10.29.zip -d /tmp 2025-06-05T23:19:27.9377388Z + echo 'Finishing unzip qnn sdk.' 2025-06-05T23:19:27.9377660Z Finishing unzip qnn sdk. 2025-06-05T23:19:27.9377913Z + ls -lah /tmp/qairt 2025-06-05T23:19:27.9378139Z total 16K 2025-06-05T23:19:27.9378373Z drwxrwxrwx. 3 ci-user ci-user 27 Oct 30 2024 . 2025-06-05T23:19:27.9378735Z drwxrwxrwt. 1 root root 58 Jun 5 23:19 .. 2025-06-05T23:19:27.9379122Z drwxrwxrwx. 9 ci-user ci-user 16K Oct 30 2024 2.28.0.241029 2025-06-05T23:19:27.9379497Z + mv /tmp/qairt/2.28.0.241029 /tmp/qnn 2025-06-05T23:19:27.9379826Z + echo 'Finishing installing qnn '\''/tmp/qnn'\'' .' 2025-06-05T23:19:27.9380188Z Finishing installing qnn '/tmp/qnn' . 2025-06-05T23:19:27.9380468Z + ls -lah /tmp/qnn 2025-06-05T23:19:27.9380688Z total 16K 2025-06-05T23:19:27.9380938Z drwxr-xr-x. 3 ci-user ci-user 27 Jun 5 23:19 . 2025-06-05T23:19:27.9381411Z drwxrwxrwt. 1 root root 58 Jun 5 23:19 .. 2025-06-05T23:19:27.9381811Z drwxrwxrwx. 9 ci-user ci-user 16K Oct 30 2024 2.28.0.241029 2025-06-05T23:19:27.9382174Z + PYTHON_EXECUTABLE=python 2025-06-05T23:19:27.9382454Z + bash .ci/scripts/build-qnn-sdk.sh 2025-06-05T23:19:27.9382731Z + set -o xtrace 2025-06-05T23:19:27.9383022Z + build_qnn_backend 2025-06-05T23:19:27.9383253Z + echo 'Start building qnn backend.' 2025-06-05T23:19:27.9383548Z Start building qnn backend. 2025-06-05T23:19:27.9383811Z + export ANDROID_NDK_ROOT=/opt/ndk 2025-06-05T23:19:27.9384100Z + ANDROID_NDK_ROOT=/opt/ndk 2025-06-05T23:19:27.9384384Z + export QNN_SDK_ROOT=/tmp/qnn/2.28.0.241029 2025-06-05T23:19:27.9384688Z + QNN_SDK_ROOT=/tmp/qnn/2.28.0.241029 2025-06-05T23:19:27.9385002Z +++ dirname -- .ci/scripts/build-qnn-sdk.sh 2025-06-05T23:19:27.9385310Z ++ cd -- .ci/scripts/../.. 2025-06-05T23:19:27.9385554Z ++ pwd 2025-06-05T23:19:27.9385778Z + export EXECUTORCH_ROOT=/pytorch/executorch 2025-06-05T23:19:27.9386115Z + EXECUTORCH_ROOT=/pytorch/executorch 2025-06-05T23:19:27.9386463Z ++ nproc 2025-06-05T23:19:27.9386800Z + parallelism=7 2025-06-05T23:19:27.9387191Z + bash backends/qualcomm/scripts/build.sh --skip_aarch64 --job_number 7 --release 2025-06-05T23:19:27.9387671Z + [[ -z /tmp/qnn/2.28.0.241029 ]] 2025-06-05T23:19:27.9387964Z + '[' --skip_aarch64 = -h ']' 2025-06-05T23:19:27.9388214Z + BUILD_X86_64=true 2025-06-05T23:19:27.9388441Z + CMAKE_X86_64=build-x86 2025-06-05T23:19:27.9388670Z + BUILD_AARCH64=true 2025-06-05T23:19:27.9388911Z + CMAKE_AARCH64=build-android 2025-06-05T23:19:27.9389154Z + CLEAN=true 2025-06-05T23:19:27.9389373Z + BUILD_TYPE=RelWithDebInfo 2025-06-05T23:19:27.9389619Z + BUILD_JOB_NUMBER=16 2025-06-05T23:19:27.9389865Z + '[' -z PYTHON_EXECUTABLE ']' 2025-06-05T23:19:27.9390115Z + '[' -z BUCK2 ']' 2025-06-05T23:19:27.9390442Z + long_options=skip_x86_64,skip_aarch64,no_clean,release,job_number: 2025-06-05T23:19:27.9391360Z ++ getopt -a --options '' --longoptions skip_x86_64,skip_aarch64,no_clean,release,job_number: --name backends/qualcomm/scripts/build.sh -- --skip_aarch64 --job_number 7 --release 2025-06-05T23:19:27.9392247Z + parsed_args=' --skip_aarch64 --job_number '\''7'\'' --release --' 2025-06-05T23:19:27.9392708Z + eval set -- ' --skip_aarch64 --job_number '\''7'\'' --release --' 2025-06-05T23:19:27.9393113Z ++ set -- --skip_aarch64 --job_number 7 --release -- 2025-06-05T23:19:27.9393434Z + true 2025-06-05T23:19:27.9393617Z + case "$1" in 2025-06-05T23:19:27.9393832Z + BUILD_AARCH64=false 2025-06-05T23:19:27.9394045Z + shift 2025-06-05T23:19:27.9394231Z + true 2025-06-05T23:19:27.9394420Z + case "$1" in 2025-06-05T23:19:27.9394619Z + BUILD_JOB_NUMBER=7 2025-06-05T23:19:27.9394840Z + shift 2 2025-06-05T23:19:27.9395016Z + true 2025-06-05T23:19:27.9395204Z + case "$1" in 2025-06-05T23:19:27.9395404Z + BUILD_TYPE=Release 2025-06-05T23:19:27.9395624Z + shift 2025-06-05T23:19:27.9395798Z + true 2025-06-05T23:19:27.9395989Z + case "$1" in 2025-06-05T23:19:27.9396187Z + shift 2025-06-05T23:19:27.9396377Z + break 2025-06-05T23:19:27.9396596Z +++ dirname backends/qualcomm/scripts/build.sh 2025-06-05T23:19:27.9396937Z ++ cd backends/qualcomm/scripts/../../.. 2025-06-05T23:19:27.9397223Z ++ pwd -P 2025-06-05T23:19:27.9397440Z + PRJ_ROOT=/pytorch/executorch 2025-06-05T23:19:27.9397705Z + '[' false = true ']' 2025-06-05T23:19:27.9397930Z + '[' true = true ']' 2025-06-05T23:19:27.9398203Z + BUILD_ROOT=/pytorch/executorch/build-x86 2025-06-05T23:19:27.9398507Z + '[' true = true ']' 2025-06-05T23:19:27.9398747Z + rm -rf /pytorch/executorch/build-x86 2025-06-05T23:19:27.9399065Z + mkdir /pytorch/executorch/build-x86 2025-06-05T23:19:27.9399364Z + cd /pytorch/executorch/build-x86 2025-06-05T23:19:27.9401121Z + 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-06-05T23:19:27.9403039Z -- The C compiler identification is Clang 12.0.1 2025-06-05T23:19:27.9403406Z -- The CXX compiler identification is Clang 12.0.1 2025-06-05T23:19:27.9403834Z -- Detecting C compiler ABI info 2025-06-05T23:19:27.9404128Z -- Detecting C compiler ABI info - done 2025-06-05T23:19:27.9404511Z -- Check for working C compiler: /opt/cache/bin/cc - skipped 2025-06-05T23:19:27.9404879Z -- Detecting C compile features 2025-06-05T23:19:27.9405180Z -- Detecting C compile features - done 2025-06-05T23:19:27.9405498Z -- Detecting CXX compiler ABI info 2025-06-05T23:19:27.9405799Z -- Detecting CXX compiler ABI info - done 2025-06-05T23:19:27.9406193Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2025-06-05T23:19:27.9406573Z -- Detecting CXX compile features 2025-06-05T23:19:27.9406877Z -- Detecting CXX compile features - done 2025-06-05T23:19:27.9407184Z -- --- Configured Options --- 2025-06-05T23:19:27.9407375Z 2025-06-05T23:19:27.9407489Z -- CMAKE_CXX_STANDARD : 17 2025-06-05T23:19:27.9407824Z -- CMAKE_SYSTEM_PROCESSOR : x86_64 2025-06-05T23:19:27.9408187Z -- CMAKE_BUILD_TYPE : Release 2025-06-05T23:19:27.9408548Z -- PYTHON_EXECUTABLE : python 2025-06-05T23:19:27.9408891Z -- CMAKE_CXX_COMPILER_ID : Clang 2025-06-05T23:19:27.9409247Z -- CMAKE_TOOLCHAIN_FILE x (unset) 2025-06-05T23:19:27.9409653Z -- BUCK2 x (unset) 2025-06-05T23:19:27.9410013Z -- EXECUTORCH_ENABLE_LOGGING : OFF 2025-06-05T23:19:27.9410348Z -- EXECUTORCH_BUILD_COREML : OFF 2025-06-05T23:19:27.9410707Z -- EXECUTORCH_FLATBUFFERS_MAX_ALIGNMENT : 1024 2025-06-05T23:19:27.9411076Z -- EXECUTORCH_PAL_DEFAULT : posix 2025-06-05T23:19:27.9411602Z -- EXECUTORCH_PAL_DEFAULT_FILE_PATH : /pytorch/executorch/runtime/platform/default/posix.cpp 2025-06-05T23:19:27.9412147Z -- EXECUTORCH_LOG_LEVEL : Info 2025-06-05T23:19:27.9412518Z -- EXECUTORCH_ENABLE_PROGRAM_VERIFICATION : OFF 2025-06-05T23:19:27.9412930Z -- EXECUTORCH_ENABLE_EVENT_TRACER : ON 2025-06-05T23:19:27.9413275Z -- EXECUTORCH_OPTIMIZE_SIZE : OFF 2025-06-05T23:19:27.9413628Z -- EXECUTORCH_BUILD_ARM_BAREMETAL : OFF 2025-06-05T23:19:27.9413970Z -- EXECUTORCH_BUILD_KERNELS_CUSTOM : OFF 2025-06-05T23:19:27.9414329Z -- EXECUTORCH_BUILD_KERNELS_CUSTOM_AOT : OFF 2025-06-05T23:19:27.9414695Z -- EXECUTORCH_BUILD_KERNELS_QUANTIZED_AOT : OFF 2025-06-05T23:19:27.9415045Z -- EXECUTORCH_BUILD_EXTENSION_DATA_LOADER : OFF 2025-06-05T23:19:27.9415406Z -- EXECUTORCH_BUILD_EXTENSION_FLAT_TENSOR : OFF 2025-06-05T23:19:27.9415749Z -- EXECUTORCH_BUILD_EXTENSION_LLM : OFF 2025-06-05T23:19:27.9416097Z -- EXECUTORCH_BUILD_EXTENSION_MODULE : ON 2025-06-05T23:19:27.9416445Z -- EXECUTORCH_BUILD_EXTENSION_RUNNER_UTIL : OFF 2025-06-05T23:19:27.9416802Z -- EXECUTORCH_BUILD_EXTENSION_TENSOR : ON 2025-06-05T23:19:27.9417144Z -- EXECUTORCH_BUILD_EXTENSION_TRAINING : OFF 2025-06-05T23:19:27.9417501Z -- EXECUTORCH_BUILD_EXTENSION_APPLE : OFF 2025-06-05T23:19:27.9417854Z -- EXECUTORCH_BUILD_MPS : OFF 2025-06-05T23:19:37.2186048Z -- EXECUTORCH_BUILD_NEURON : OFF 2025-06-05T23:19:37.2186704Z -- EXECUTORCH_BUILD_OPENVINO : OFF 2025-06-05T23:19:37.2187096Z -- EXECUTORCH_BUILD_PYBIND : OFF 2025-06-05T23:19:37.2187451Z -- EXECUTORCH_BUILD_QNN : ON 2025-06-05T23:19:37.2187977Z -- EXECUTORCH_BUILD_KERNELS_OPTIMIZED : OFF 2025-06-05T23:19:37.2188552Z -- EXECUTORCH_BUILD_KERNELS_QUANTIZED : ON 2025-06-05T23:19:37.2189373Z -- EXECUTORCH_BUILD_DEVTOOLS : ON 2025-06-05T23:19:37.2189918Z -- EXECUTORCH_BUILD_TESTS : OFF 2025-06-05T23:19:37.2190505Z -- EXECUTORCH_NNLIB_OPT : OFF 2025-06-05T23:19:37.2191433Z -- EXECUTORCH_CADENCE_CPU_RUNNER : OFF 2025-06-05T23:19:37.2192050Z -- EXECUTORCH_BUILD_SIZE_TEST : OFF 2025-06-05T23:19:37.2192644Z -- EXECUTORCH_BUILD_XNNPACK : OFF 2025-06-05T23:19:37.2193259Z -- EXECUTORCH_BUILD_VULKAN : OFF 2025-06-05T23:19:37.2194082Z -- EXECUTORCH_BUILD_PORTABLE_OPS : ON 2025-06-05T23:19:37.2194674Z -- EXECUTORCH_USE_DL : ON 2025-06-05T23:19:37.2195280Z -- EXECUTORCH_BUILD_CADENCE : OFF 2025-06-05T23:19:37.2195839Z -- EXECUTORCH_BUILD_CORTEX_M : OFF 2025-06-05T23:19:37.2196418Z -- EXECUTORCH_BUILD_GFLAGS : ON 2025-06-05T23:19:37.2196989Z -- EXECUTORCH_COREML_BUILD_EXECUTOR_RUNNER : OFF 2025-06-05T23:19:37.2197604Z -- EXECUTORCH_BUILD_PTHREADPOOL : ON 2025-06-05T23:19:37.2198209Z -- EXECUTORCH_BUILD_CPUINFO : ON 2025-06-05T23:19:37.2198794Z -- EXECUTORCH_BUILD_EXECUTOR_RUNNER : ON 2025-06-05T23:19:37.2199459Z -- EXECUTORCH_XNNPACK_SHARED_WORKSPACE : ON 2025-06-05T23:19:37.2200074Z -- EXECUTORCH_XNNPACK_ENABLE_KLEIDI : OFF 2025-06-05T23:19:37.2200711Z -- EXECUTORCH_XNNPACK_ENABLE_WEIGHT_CACHE : OFF 2025-06-05T23:19:37.2201284Z -- -------------------------- 2025-06-05T23:19:37.2202035Z -- Using the multi-header code from /pytorch/executorch/third-party/json/include/ 2025-06-05T23:19:37.2202897Z -- dist install dir /pytorch/executorch/third-party/flatcc 2025-06-05T23:19:37.2203680Z -- lib install dir /pytorch/executorch/third-party/flatcc/lib 2025-06-05T23:19:37.2204322Z -- Setting Clang compiler options 2025-06-05T23:19:37.2205538Z -- Configured C_FLAGS: -DFLATCC_REFLECTION=0 -Wstrict-prototypes -Wsign-conversion -Wconversion -std=c11 -pedantic -Wall -Wextra -Werror 2025-06-05T23:19:37.2206855Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD 2025-06-05T23:19:37.2207514Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success 2025-06-05T23:19:37.2208146Z -- Found Threads: TRUE 2025-06-05T23:19:37.2208556Z -- Resolved buck2 as buck2. 2025-06-05T23:19:37.2208993Z -- Killing buck2 daemon 2025-06-05T23:19:37.2209371Z 'buck2 killall' 2025-06-05T23:19:37.2225702Z -- executorch: Generating source lists 2025-06-05T23:19:37.2226667Z -- executorch: Generating source file list /pytorch/executorch/build-x86/executorch_srcs.cmake 2025-06-05T23:19:37.2227928Z -- executorch: Using sources file /pytorch/executorch/build-x86/executorch_srcs.cmake 2025-06-05T23:19:37.2228811Z -- Generating operator lib: 2025-06-05T23:19:37.2229290Z -- LIB_NAME: portable_ops_lib 2025-06-05T23:19:37.2230000Z -- OPS_SCHEMA_YAML: /pytorch/executorch/kernels/portable/functions.yaml 2025-06-05T23:19:37.2230768Z -- ROOT_OPS: 2025-06-05T23:19:37.2231153Z -- INCLUDE_ALL_OPS: 2025-06-05T23:19:37.2233765Z 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-06-05T23:19:37.2235939Z -- Generating kernel bindings: 2025-06-05T23:19:37.2236444Z -- LIB_NAME: portable_ops_lib 2025-06-05T23:19:37.2237164Z -- FUNCTIONS_YAML: /pytorch/executorch/kernels/portable/functions.yaml 2025-06-05T23:19:37.2237898Z -- CUSTOM_OPS_YAML: 2025-06-05T23:19:37.2238329Z -- ADD_EXCEPTION_BOUNDARY: FALSE 2025-06-05T23:19:37.2241315Z 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-06-05T23:19:37.2243991Z -- Generating operator lib: 2025-06-05T23:19:37.2244450Z -- LIB_NAME: portable_ops_lib 2025-06-05T23:19:37.2244934Z -- KERNEL_LIBS: portable_kernels 2025-06-05T23:19:37.2245428Z -- DEPS: executorch_core 2025-06-05T23:19:37.2245907Z -- Looking for C++ include unistd.h 2025-06-05T23:19:37.2246612Z -- Looking for C++ include unistd.h - found 2025-06-05T23:19:37.2247188Z -- Looking for C++ include stdint.h 2025-06-05T23:19:37.2247713Z -- Looking for C++ include stdint.h - found 2025-06-05T23:19:37.2248259Z -- Looking for C++ include inttypes.h 2025-06-05T23:19:37.2248822Z -- Looking for C++ include inttypes.h - found 2025-06-05T23:19:37.2249567Z -- Looking for C++ include sys/types.h 2025-06-05T23:19:37.2250199Z -- Looking for C++ include sys/types.h - found 2025-06-05T23:19:37.2250650Z -- Looking for C++ include sys/stat.h 2025-06-05T23:19:37.2251180Z -- Looking for C++ include sys/stat.h - found 2025-06-05T23:19:37.2251707Z -- Looking for C++ include fnmatch.h 2025-06-05T23:19:37.2252246Z -- Looking for C++ include fnmatch.h - found 2025-06-05T23:19:37.2252801Z -- Looking for C++ include stddef.h 2025-06-05T23:19:37.2253343Z -- Looking for C++ include stddef.h - found 2025-06-05T23:19:37.2253875Z -- Check size of uint32_t 2025-06-05T23:19:37.2254323Z -- Check size of uint32_t - done 2025-06-05T23:19:37.2254818Z -- Looking for strtoll 2025-06-05T23:19:37.2255243Z -- Looking for strtoll - found 2025-06-05T23:19:37.2255750Z -- Using qnn sdk root /tmp/qnn/2.28.0.241029 2025-06-05T23:19:37.2256338Z -- Using EXECUTORCH_SOURCE_DIR /pytorch/executorch 2025-06-05T23:19:37.2256902Z -- pybind11 v2.13.6 2025-06-05T23:19:37.2257637Z -- Found PythonInterp: python (found suitable version "3.10.16", minimum required is "3.7") 2025-06-05T23:19:37.2258626Z -- Found PythonLibs: /opt/conda/envs/py_3.10/lib/libpython3.10.so 2025-06-05T23:19:37.2260019Z -- Performing Test HAS_FLTO_THIN 2025-06-05T23:19:37.2260518Z -- Performing Test HAS_FLTO_THIN - Success 2025-06-05T23:19:37.2261063Z -- Generating operator lib: 2025-06-05T23:19:37.2261461Z -- LIB_NAME: quantized_ops_lib 2025-06-05T23:19:37.2262139Z -- OPS_SCHEMA_YAML: /pytorch/executorch/kernels/quantized/quantized.yaml 2025-06-05T23:19:37.2262858Z -- ROOT_OPS: 2025-06-05T23:19:37.2263235Z -- INCLUDE_ALL_OPS: 2025-06-05T23:19:37.2265575Z 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-06-05T23:19:37.2267534Z -- Generating kernel bindings: 2025-06-05T23:19:37.2268001Z -- LIB_NAME: quantized_ops_lib 2025-06-05T23:19:37.2268468Z -- FUNCTIONS_YAML: 2025-06-05T23:19:37.2269093Z -- CUSTOM_OPS_YAML: /pytorch/executorch/kernels/quantized/quantized.yaml 2025-06-05T23:19:37.2269787Z -- ADD_EXCEPTION_BOUNDARY: FALSE 2025-06-05T23:19:37.2275086Z 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-06-05T23:19:37.2278058Z -- Generating operator lib: 2025-06-05T23:19:37.2278492Z -- LIB_NAME: quantized_ops_lib 2025-06-05T23:19:37.2278994Z -- KERNEL_LIBS: quantized_kernels 2025-06-05T23:19:37.2279502Z -- DEPS: executorch_core 2025-06-05T23:19:37.2279964Z -- Configuring done (14.4s) 2025-06-05T23:19:37.2280391Z -- Generating done (0.1s) 2025-06-05T23:19:37.2281030Z -- Build files have been written to: /pytorch/executorch/build-x86 2025-06-05T23:19:37.2281857Z + cmake --build /pytorch/executorch/build-x86 -j7 --target install 2025-06-05T23:19:37.2282940Z [ 0%] Creating directories for 'flatbuffers_external_project' 2025-06-05T23:19:37.2284336Z [ 0%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/legacy-api.c.o 2025-06-05T23:19:37.2285527Z [ 1%] Creating directories for 'flatcc_external_project' 2025-06-05T23:19:37.2287051Z [ 1%] Building CXX object third-party/gflags/CMakeFiles/gflags_nothreads_static.dir/src/gflags.cc.o 2025-06-05T23:19:37.2288788Z [ 2%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/portable-api.c.o 2025-06-05T23:19:37.2290087Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/api.c.o 2025-06-05T23:19:37.2291042Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/api.c.o 2025-06-05T23:19:37.2291788Z [ 2%] No download step for 'flatbuffers_external_project' 2025-06-05T23:19:37.2292318Z [ 2%] No download step for 'flatcc_external_project' 2025-06-05T23:19:37.2292818Z [ 2%] No update step for 'flatbuffers_external_project' 2025-06-05T23:19:37.2293319Z [ 2%] No update step for 'flatcc_external_project' 2025-06-05T23:19:37.2293796Z [ 2%] No patch step for 'flatcc_external_project' 2025-06-05T23:19:37.2294282Z [ 2%] No patch step for 'flatbuffers_external_project' 2025-06-05T23:19:37.2294833Z [ 2%] Performing configure step for 'flatcc_external_project' 2025-06-05T23:19:37.2295432Z [ 2%] Performing configure step for 'flatbuffers_external_project' 2025-06-05T23:19:37.2296247Z CMake Warning: 2025-06-05T23:19:37.2296640Z Ignoring empty string ("") provided on the command line. 2025-06-05T23:19:37.2296922Z 2025-06-05T23:19:37.2297022Z  2025-06-05T23:19:37.2297249Z CMake Warning: 2025-06-05T23:19:37.2297534Z Ignoring empty string ("") provided on the command line. 2025-06-05T23:19:37.2297798Z 2025-06-05T23:19:37.2297903Z  2025-06-05T23:19:37.2298131Z fatal: No names found, cannot describe anything. 2025-06-05T23:19:37.2298581Z CMake Warning at CMake/Version.cmake:32 (message): 2025-06-05T23:19:37.2298938Z git describe failed with exit code: 128 2025-06-05T23:19:37.2299158Z 2025-06-05T23:19:37.2299323Z Make sure you cloned with tags or run 'git fetch --tags'. 2025-06-05T23:19:37.2299696Z Call Stack (most recent call first): 2025-06-05T23:19:37.2299983Z CMakeLists.txt:5 (include) 2025-06-05T23:19:37.2300154Z 2025-06-05T23:19:37.2300262Z  2025-06-05T23:19:37.2300467Z -- Proceeding with version: 24.3.25.0 2025-06-05T23:19:37.2301191Z [ 2%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/memory.c.o 2025-06-05T23:19:37.2302146Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/cache.c.o 2025-06-05T23:19:37.2303051Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/init.c.o 2025-06-05T23:19:37.2304002Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/cache.c.o 2025-06-05T23:19:37.2304635Z -- The C compiler identification is Clang 12.0.1 2025-06-05T23:19:37.2305386Z [ 2%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/pthreads.c.o 2025-06-05T23:19:37.2306007Z -- Detecting C compiler ABI info 2025-06-05T23:19:37.2306625Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/log.c.o 2025-06-05T23:19:38.1126865Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/init.c.o 2025-06-05T23:19:38.1128104Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/init.c.o 2025-06-05T23:19:38.1129599Z [ 3%] Building CXX object third-party/gflags/CMakeFiles/gflags_nothreads_static.dir/src/gflags_reporting.cc.o 2025-06-05T23:19:38.1131193Z [ 3%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/fastpath.c.o 2025-06-05T23:19:38.1132662Z [ 4%] Building CXX object third-party/gflags/CMakeFiles/gflags_nothreads_static.dir/src/gflags_completions.cc.o 2025-06-05T23:19:38.1134148Z [ 5%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/log.c.o 2025-06-05T23:19:38.1135518Z [ 5%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/info.c.o 2025-06-05T23:19:38.1136219Z -- Detecting C compiler ABI info - done 2025-06-05T23:19:38.1137053Z -- Check for working C compiler: /opt/cache/bin/cc - skipped 2025-06-05T23:19:38.1137714Z -- Detecting C compile features 2025-06-05T23:19:38.1138216Z -- Detecting C compile features - done 2025-06-05T23:19:38.1138871Z -- dist install dir /pytorch/executorch/third-party/flatcc 2025-06-05T23:19:38.1139658Z -- lib install dir /pytorch/executorch/third-party/flatcc/lib 2025-06-05T23:19:38.1140355Z -- Setting Clang compiler options 2025-06-05T23:19:38.1141588Z -- Configured C_FLAGS: -DFLATCC_REFLECTION=0 -Wstrict-prototypes -Wsign-conversion -Wconversion -std=c11 -pedantic -Wall -Wextra -Werror 2025-06-05T23:19:38.1142784Z -- Configuring done (0.3s) 2025-06-05T23:19:38.1143680Z [ 5%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/vendor.c.o 2025-06-05T23:19:38.1144467Z [ 6%] Linking C static library libpthreadpool.a 2025-06-05T23:19:38.1144972Z -- Generating done (0.0s) 2025-06-05T23:19:38.1146103Z -- Build files have been written to: /pytorch/executorch/build-x86/third-party/flatcc_external_project/src/flatcc_external_project-build 2025-06-05T23:19:38.1147438Z [ 6%] Performing build step for 'flatcc_external_project' 2025-06-05T23:19:38.1148723Z [ 7%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/uarch.c.o 2025-06-05T23:19:38.1149729Z [ 7%] Built target pthreadpool 2025-06-05T23:19:38.1150486Z [ 7%] Linking CXX static library libgflags_nothreads.a 2025-06-05T23:19:38.1151551Z [ 3%] Building C object src/runtime/CMakeFiles/flatccrt.dir/builder.c.o 2025-06-05T23:19:38.1153155Z [ 7%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/init.c.o 2025-06-05T23:19:38.1154942Z [ 6%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/__/external/hash/str_set.c.o 2025-06-05T23:19:38.1156517Z [ 9%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/__/external/hash/ptr_set.c.o 2025-06-05T23:19:38.1157479Z [ 7%] Built target gflags_nothreads_static 2025-06-05T23:19:38.1158603Z [ 12%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/symbol_table.c.o 2025-06-05T23:19:38.1159804Z -- The CXX compiler identification is Clang 12.0.1 2025-06-05T23:19:38.1161110Z [ 7%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/name.c.o 2025-06-05T23:19:38.1162154Z -- Detecting CXX compiler ABI info 2025-06-05T23:19:38.1163416Z [ 7%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/info.c.o 2025-06-05T23:19:38.1164878Z [ 15%] Building C object src/runtime/CMakeFiles/flatccrt.dir/emitter.c.o 2025-06-05T23:19:38.1166416Z [ 7%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/vendor.c.o 2025-06-05T23:19:38.1168333Z [ 8%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/uarch.c.o 2025-06-05T23:19:38.1170253Z [ 8%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/topology.c.o 2025-06-05T23:19:38.1171745Z [ 18%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/scope_table.c.o 2025-06-05T23:19:38.1173124Z [ 21%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/name_table.c.o 2025-06-05T23:19:38.1174548Z [ 24%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/schema_table.c.o 2025-06-05T23:19:38.1175845Z [ 27%] Building C object src/runtime/CMakeFiles/flatccrt.dir/refmap.c.o 2025-06-05T23:19:38.1177745Z [ 8%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/name.c.o 2025-06-05T23:19:38.1179513Z [ 8%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/isa.c.o 2025-06-05T23:19:38.1181278Z [ 30%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/value_set.c.o 2025-06-05T23:19:38.1182615Z [ 33%] Building C object src/runtime/CMakeFiles/flatccrt.dir/verifier.c.o 2025-06-05T23:19:38.1184234Z [ 8%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/topology.c.o 2025-06-05T23:19:38.1186136Z [ 8%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/isa.c.o 2025-06-05T23:19:38.1187594Z [ 36%] Building C object src/compiler/CMakeFiles/flatcc.dir/fileio.c.o 2025-06-05T23:19:38.1188450Z -- Detecting CXX compiler ABI info - done 2025-06-05T23:19:38.1189761Z [ 8%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/init.c.o 2025-06-05T23:19:38.1191005Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2025-06-05T23:19:38.1191720Z -- Detecting CXX compile features 2025-06-05T23:19:38.1192275Z -- Detecting CXX compile features - done 2025-06-05T23:19:38.1192877Z -- Looking for strtof_l 2025-06-05T23:19:38.1193714Z [ 39%] Building C object src/compiler/CMakeFiles/flatcc.dir/parser.c.o 2025-06-05T23:19:38.1194948Z [ 42%] Building C object src/runtime/CMakeFiles/flatccrt.dir/json_parser.c.o 2025-06-05T23:19:38.1196206Z [ 45%] Building C object src/runtime/CMakeFiles/flatccrt.dir/json_printer.c.o 2025-06-05T23:19:38.1197917Z [ 8%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/cache/init.c.o 2025-06-05T23:19:38.1200010Z [ 9%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/cache/descriptor.c.o 2025-06-05T23:19:38.1202064Z [ 10%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/descriptor.c.o 2025-06-05T23:19:38.1203655Z [ 48%] Building C object src/compiler/CMakeFiles/flatcc.dir/semantics.c.o 2025-06-05T23:19:38.1204857Z [ 51%] Building C object src/compiler/CMakeFiles/flatcc.dir/coerce.c.o 2025-06-05T23:19:38.1206213Z [ 54%] Linking C static library /pytorch/executorch/third-party/flatcc/lib/libflatccrt.a 2025-06-05T23:19:38.1207987Z [ 10%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/deterministic.c.o 2025-06-05T23:19:38.1209188Z [ 54%] Built target flatccrt 2025-06-05T23:19:38.1210752Z [ 10%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/cache/deterministic.c.o 2025-06-05T23:19:38.1212780Z [ 10%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/linux/cpuinfo.c.o 2025-06-05T23:19:38.1214662Z [ 10%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/linux/init.c.o 2025-06-05T23:19:38.1215790Z -- Looking for strtof_l - found 2025-06-05T23:19:38.1216280Z -- Looking for strtoull_l 2025-06-05T23:19:38.1217169Z [ 57%] Building C object src/compiler/CMakeFiles/flatcc.dir/flatcc.c.o 2025-06-05T23:19:38.1218770Z [ 10%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/linux/init.c.o 2025-06-05T23:19:38.1220791Z [ 10%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/linux/cpuinfo.c.o 2025-06-05T23:19:38.1222864Z [ 11%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/smallfile.c.o 2025-06-05T23:19:38.1224897Z [ 11%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/multiline.c.o 2025-06-05T23:19:38.1226987Z [ 12%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/smallfile.c.o 2025-06-05T23:19:38.1228493Z [ 60%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c.c.o 2025-06-05T23:19:38.1229975Z [ 63%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_reader.c.o 2025-06-05T23:19:38.1231700Z [ 12%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/cpulist.c.o 2025-06-05T23:19:38.1233595Z [ 12%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/multiline.c.o 2025-06-05T23:19:38.1235374Z [ 12%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/cpulist.c.o 2025-06-05T23:19:38.1236822Z [ 66%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_sort.c.o 2025-06-05T23:19:38.1238378Z [ 12%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/processors.c.o 2025-06-05T23:19:38.1239862Z [ 69%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_builder.c.o 2025-06-05T23:19:38.1241488Z [ 12%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/processors.c.o 2025-06-05T23:19:38.1243230Z [ 72%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_verifier.c.o 2025-06-05T23:19:38.1244467Z [ 75%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_sorter.c.o 2025-06-05T23:19:38.1245284Z -- Looking for strtoull_l - found 2025-06-05T23:19:38.1245749Z -- Looking for realpath 2025-06-05T23:19:38.1246656Z [ 81%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_json_printer.c.o 2025-06-05T23:19:38.5312440Z [ 13%] Linking C static library libcpuinfo.a 2025-06-05T23:19:38.5313703Z [ 81%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_json_parser.c.o 2025-06-05T23:19:38.5314927Z [ 14%] Linking C static library libcpuinfo_internals.a 2025-06-05T23:19:38.5315574Z [ 14%] Built target cpuinfo 2025-06-05T23:19:38.5316500Z [ 84%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/runtime/builder.c.o 2025-06-05T23:19:38.5317354Z [ 14%] Built target cpuinfo_internals 2025-06-05T23:19:38.5318082Z [ 87%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/runtime/emitter.c.o 2025-06-05T23:19:38.5319229Z [ 90%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/runtime/refmap.c.o 2025-06-05T23:19:38.5320575Z [ 93%] Linking C static library /pytorch/executorch/third-party/flatcc/lib/libflatcc.a 2025-06-05T23:19:38.5321436Z [ 93%] Built target flatcc 2025-06-05T23:19:38.5322112Z [ 96%] Building C object src/cli/CMakeFiles/flatcc_cli.dir/flatcc_cli.c.o 2025-06-05T23:19:38.5322798Z -- Looking for realpath - found 2025-06-05T23:19:38.5323367Z -- CMAKE_CXX_FLAGS: "-DFLATBUFFERS_MAX_ALIGNMENT=1024" 2025-06-05T23:19:38.5323922Z -- Configuring done (1.2s) 2025-06-05T23:19:38.5324379Z -- Generating done (0.0s) 2025-06-05T23:19:38.5325319Z -- Build files have been written to: /pytorch/executorch/build-x86/third-party/flatbuffers_external_project/src/flatbuffers_external_project-build 2025-06-05T23:19:38.5326789Z [ 14%] Performing build step for 'flatbuffers_external_project' 2025-06-05T23:19:38.5327704Z [100%] Linking C executable /pytorch/executorch/third-party/flatcc/bin/flatcc 2025-06-05T23:19:38.5328786Z [ 2%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_text.cpp.o 2025-06-05T23:19:38.5329872Z [ 5%] Building CXX object CMakeFiles/flatc.dir/src/idl_parser.cpp.o 2025-06-05T23:19:38.5330708Z [ 7%] Building CXX object CMakeFiles/flatc.dir/src/reflection.cpp.o 2025-06-05T23:19:38.5331714Z [ 10%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_binary.cpp.o 2025-06-05T23:19:38.5332746Z [ 13%] Building CXX object CMakeFiles/flatc.dir/src/util.cpp.o 2025-06-05T23:19:38.5334568Z [ 15%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_cpp.cpp.o 2025-06-05T23:19:38.5335176Z [100%] Built target flatcc_cli 2025-06-05T23:19:38.5335820Z [ 14%] Performing install step for 'flatcc_external_project' 2025-06-05T23:19:38.5336563Z [ 21%] Built target flatccrt 2025-06-05T23:19:38.5336964Z [ 93%] Built target flatcc 2025-06-05T23:19:38.5337241Z [100%] Built target flatcc_cli 2025-06-05T23:19:38.5337703Z Install the project... 2025-06-05T23:19:38.5338102Z -- Install configuration: "" 2025-06-05T23:19:38.5338731Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc 2025-06-05T23:19:38.5339541Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/flatcc.h 2025-06-05T23:19:38.5340424Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/flatcc_accessors.h 2025-06-05T23:19:38.5341599Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/flatcc_alloc.h 2025-06-05T23:19:38.5342560Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/flatcc_assert.h 2025-06-05T23:19:38.5343461Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/flatcc_builder.h 2025-06-05T23:19:38.5344527Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/flatcc_emitter.h 2025-06-05T23:19:38.5345534Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/flatcc_endian.h 2025-06-05T23:19:38.5346479Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/flatcc_epilogue.h 2025-06-05T23:19:38.5347516Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/flatcc_flatbuffers.h 2025-06-05T23:19:38.5348631Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/flatcc_identifier.h 2025-06-05T23:19:38.5349776Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/flatcc_iov.h 2025-06-05T23:19:38.5351272Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/flatcc_json_parser.h 2025-06-05T23:19:38.5352581Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/flatcc_json_printer.h 2025-06-05T23:19:38.5353854Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/flatcc_portable.h 2025-06-05T23:19:38.5355218Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/flatcc_prologue.h 2025-06-05T23:19:38.5356460Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/flatcc_refmap.h 2025-06-05T23:19:38.5357750Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/flatcc_rtconfig.h 2025-06-05T23:19:38.5358978Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/flatcc_types.h 2025-06-05T23:19:38.5360512Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/flatcc_unaligned.h 2025-06-05T23:19:38.5361779Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/flatcc_verifier.h 2025-06-05T23:19:38.5363053Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/flatcc_version.h 2025-06-05T23:19:38.5364282Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/portable 2025-06-05T23:19:38.5365653Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/portable/LICENSE 2025-06-05T23:19:38.5367111Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/portable/README.md 2025-06-05T23:19:38.5368922Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/portable/grisu3_math.h 2025-06-05T23:19:38.5370950Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/portable/grisu3_parse.h 2025-06-05T23:19:38.5372468Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/portable/grisu3_print.h 2025-06-05T23:19:38.5373833Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/portable/include 2025-06-05T23:19:38.5375301Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/portable/include/README 2025-06-05T23:19:38.5376753Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/portable/include/linux 2025-06-05T23:19:38.5377746Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/portable/include/linux/endian.h 2025-06-05T23:19:38.5379261Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/portable/include/std 2025-06-05T23:19:38.5381120Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/portable/include/std/inttypes.h 2025-06-05T23:19:38.5382936Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/portable/include/std/stdalign.h 2025-06-05T23:19:38.5384800Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/portable/include/std/stdbool.h 2025-06-05T23:19:38.5386594Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/portable/include/std/stdint.h 2025-06-05T23:19:38.5388418Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/portable/paligned_alloc.h 2025-06-05T23:19:38.5390329Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/portable/pattributes.h 2025-06-05T23:19:38.5392119Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/portable/pbase64.h 2025-06-05T23:19:38.5393865Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/portable/pcrt.h 2025-06-05T23:19:38.5395635Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/portable/pdiagnostic.h 2025-06-05T23:19:38.5397544Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/portable/pdiagnostic_pop.h 2025-06-05T23:19:38.5399350Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/portable/pdiagnostic_push.h 2025-06-05T23:19:38.5401119Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/portable/pendian.h 2025-06-05T23:19:38.5402875Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/portable/pendian_detect.h 2025-06-05T23:19:38.5404562Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/portable/pinline.h 2025-06-05T23:19:38.5406207Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/portable/pinttypes.h 2025-06-05T23:19:38.5407949Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/portable/pmemaccess.h 2025-06-05T23:19:38.5409724Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/portable/portable.h 2025-06-05T23:19:38.5411486Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/portable/portable_basic.h 2025-06-05T23:19:38.5413247Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/portable/pparsefp.h 2025-06-05T23:19:38.5415152Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/portable/pparseint.h 2025-06-05T23:19:40.2450169Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/portable/pprintfp.h 2025-06-05T23:19:40.2452382Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/portable/pprintint.h 2025-06-05T23:19:40.2454188Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/portable/prestrict.h 2025-06-05T23:19:40.2456054Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/portable/pstatic_assert.h 2025-06-05T23:19:40.2457968Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/portable/pstatic_assert_scope.h 2025-06-05T23:19:40.2460137Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/portable/pstdalign.h 2025-06-05T23:19:40.2461933Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/portable/pstdbool.h 2025-06-05T23:19:40.2463736Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/portable/pstdint.h 2025-06-05T23:19:40.2465556Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/portable/punaligned.h 2025-06-05T23:19:40.2467349Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/portable/pversion.h 2025-06-05T23:19:40.2469217Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/portable/pwarnings.h 2025-06-05T23:19:40.2470976Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/reflection 2025-06-05T23:19:40.2472691Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/reflection/README 2025-06-05T23:19:40.2474645Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/reflection/flatbuffers_common_builder.h 2025-06-05T23:19:40.2476310Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/reflection/flatbuffers_common_reader.h 2025-06-05T23:19:40.2477398Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/reflection/reflection_builder.h 2025-06-05T23:19:40.2478431Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/reflection/reflection_reader.h 2025-06-05T23:19:40.2479464Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/reflection/reflection_verifier.h 2025-06-05T23:19:40.2480376Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/support 2025-06-05T23:19:40.2481230Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/support/README 2025-06-05T23:19:40.2482109Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/support/cdump.h 2025-06-05T23:19:40.2483014Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/support/elapsed.h 2025-06-05T23:19:40.2483929Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/support/hexdump.h 2025-06-05T23:19:40.2484835Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/include/flatcc/support/readfile.h 2025-06-05T23:19:40.2485689Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/lib/libflatccrt.a 2025-06-05T23:19:40.2486448Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/lib/libflatcc.a 2025-06-05T23:19:40.2487187Z -- Installing: /pytorch/executorch/build-x86/third-party/flatcc_external_project/bin/flatcc 2025-06-05T23:19:40.2488097Z [ 18%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_csharp.cpp.o 2025-06-05T23:19:40.2488904Z [ 21%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_dart.cpp.o 2025-06-05T23:19:40.2489438Z [ 15%] Completed 'flatcc_external_project' 2025-06-05T23:19:40.2489870Z [ 15%] Built target flatcc_external_project 2025-06-05T23:19:40.2490644Z [ 23%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_kotlin.cpp.o 2025-06-05T23:19:40.2491307Z [ 26%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_kotlin_kmp.cpp.o 2025-06-05T23:19:40.2491957Z [ 28%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_go.cpp.o 2025-06-05T23:19:40.2492580Z [ 31%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_java.cpp.o 2025-06-05T23:19:40.2493191Z [ 34%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_ts.cpp.o 2025-06-05T23:19:40.2493804Z [ 36%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_php.cpp.o 2025-06-05T23:19:40.2494544Z [ 15%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/builder.c.o 2025-06-05T23:19:40.2495388Z [ 16%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/emitter.c.o 2025-06-05T23:19:40.2496137Z [ 39%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_python.cpp.o 2025-06-05T23:19:40.2496785Z [ 42%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_lobster.cpp.o 2025-06-05T23:19:40.2497425Z [ 44%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_rust.cpp.o 2025-06-05T23:19:40.2498151Z [ 16%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/refmap.c.o 2025-06-05T23:19:40.2498988Z [ 47%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_fbs.cpp.o 2025-06-05T23:19:40.2500225Z [ 16%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/verifier.c.o 2025-06-05T23:19:40.2501605Z [ 50%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_grpc.cpp.o 2025-06-05T23:19:40.2503098Z [ 16%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/json_parser.c.o 2025-06-05T23:19:40.2504738Z [ 17%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/json_printer.c.o 2025-06-05T23:19:40.2506251Z [ 52%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_json_schema.cpp.o 2025-06-05T23:19:40.2507440Z [ 55%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_swift.cpp.o 2025-06-05T23:19:40.2508755Z [ 57%] Building CXX object CMakeFiles/flatc.dir/src/file_name_saving_file_manager.cpp.o 2025-06-05T23:19:40.2510126Z [ 60%] Building CXX object CMakeFiles/flatc.dir/src/file_binary_writer.cpp.o 2025-06-05T23:19:40.2511338Z [ 63%] Building CXX object CMakeFiles/flatc.dir/src/file_writer.cpp.o 2025-06-05T23:19:40.2512695Z [ 17%] Linking C static library /pytorch/executorch/third-party/flatcc/lib/libflatccrt.a 2025-06-05T23:19:40.2513936Z [ 65%] Building CXX object CMakeFiles/flatc.dir/src/flatc.cpp.o 2025-06-05T23:19:40.2514529Z [ 17%] Built target flatccrt 2025-06-05T23:19:40.2514983Z [ 68%] Building CXX object CMakeFiles/flatc.dir/src/flatc_main.cpp.o 2025-06-05T23:19:40.2515628Z [ 71%] Building CXX object CMakeFiles/flatc.dir/src/binary_annotator.cpp.o 2025-06-05T23:19:40.2516344Z [ 73%] Building CXX object CMakeFiles/flatc.dir/src/annotated_binary_text_gen.cpp.o 2025-06-05T23:19:40.2517010Z [ 76%] Building CXX object CMakeFiles/flatc.dir/src/bfbs_gen_lua.cpp.o 2025-06-05T23:19:40.2517635Z [ 78%] Building CXX object CMakeFiles/flatc.dir/src/bfbs_gen_nim.cpp.o 2025-06-05T23:19:40.2518265Z [ 81%] Building CXX object CMakeFiles/flatc.dir/src/code_generators.cpp.o 2025-06-05T23:19:40.2518975Z [ 84%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/cpp_generator.cc.o 2025-06-05T23:19:40.2519724Z [ 86%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/go_generator.cc.o 2025-06-05T23:19:40.2520608Z [ 89%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/java_generator.cc.o 2025-06-05T23:19:40.2521386Z [ 92%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/python_generator.cc.o 2025-06-05T23:19:40.2522219Z [ 94%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/swift_generator.cc.o 2025-06-05T23:19:40.2522980Z [ 97%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/ts_generator.cc.o 2025-06-05T23:19:40.2523547Z [100%] Linking CXX executable flatc 2025-06-05T23:19:40.2523857Z [100%] Built target flatc 2025-06-05T23:19:40.2524307Z [ 18%] Performing install step for 'flatbuffers_external_project' 2025-06-05T23:19:40.2524718Z [100%] Built target flatc 2025-06-05T23:19:40.2525021Z Install the project... 2025-06-05T23:19:40.2525294Z -- Install configuration: "" 2025-06-05T23:19:40.2525853Z -- Installing: /pytorch/executorch/build-x86/third-party/flatbuffers_external_project/include/flatbuffers 2025-06-05T23:19:40.2526756Z -- Installing: /pytorch/executorch/build-x86/third-party/flatbuffers_external_project/include/flatbuffers/allocator.h 2025-06-05T23:19:40.2527695Z -- Installing: /pytorch/executorch/build-x86/third-party/flatbuffers_external_project/include/flatbuffers/array.h 2025-06-05T23:19:40.2528616Z -- Installing: /pytorch/executorch/build-x86/third-party/flatbuffers_external_project/include/flatbuffers/base.h 2025-06-05T23:19:40.2529593Z -- Installing: /pytorch/executorch/build-x86/third-party/flatbuffers_external_project/include/flatbuffers/buffer.h 2025-06-05T23:19:40.2530544Z -- Installing: /pytorch/executorch/build-x86/third-party/flatbuffers_external_project/include/flatbuffers/buffer_ref.h 2025-06-05T23:19:40.2531516Z -- Installing: /pytorch/executorch/build-x86/third-party/flatbuffers_external_project/include/flatbuffers/code_generator.h 2025-06-05T23:19:40.2532519Z -- Installing: /pytorch/executorch/build-x86/third-party/flatbuffers_external_project/include/flatbuffers/code_generators.h 2025-06-05T23:19:40.2533539Z -- Installing: /pytorch/executorch/build-x86/third-party/flatbuffers_external_project/include/flatbuffers/default_allocator.h 2025-06-05T23:19:40.2534542Z -- Installing: /pytorch/executorch/build-x86/third-party/flatbuffers_external_project/include/flatbuffers/detached_buffer.h 2025-06-05T23:19:40.2535534Z -- Installing: /pytorch/executorch/build-x86/third-party/flatbuffers_external_project/include/flatbuffers/file_manager.h 2025-06-05T23:19:41.0082888Z -- Installing: /pytorch/executorch/build-x86/third-party/flatbuffers_external_project/include/flatbuffers/flatbuffer_builder.h 2025-06-05T23:19:41.0084746Z -- Installing: /pytorch/executorch/build-x86/third-party/flatbuffers_external_project/include/flatbuffers/flatbuffers.h 2025-06-05T23:19:41.0086552Z -- Installing: /pytorch/executorch/build-x86/third-party/flatbuffers_external_project/include/flatbuffers/flatc.h 2025-06-05T23:19:41.0088325Z -- Installing: /pytorch/executorch/build-x86/third-party/flatbuffers_external_project/include/flatbuffers/flex_flat_util.h 2025-06-05T23:19:41.0090410Z -- Installing: /pytorch/executorch/build-x86/third-party/flatbuffers_external_project/include/flatbuffers/flexbuffers.h 2025-06-05T23:19:41.0092228Z -- Installing: /pytorch/executorch/build-x86/third-party/flatbuffers_external_project/include/flatbuffers/grpc.h 2025-06-05T23:19:41.0094117Z -- Installing: /pytorch/executorch/build-x86/third-party/flatbuffers_external_project/include/flatbuffers/hash.h 2025-06-05T23:19:41.0095724Z -- Installing: /pytorch/executorch/build-x86/third-party/flatbuffers_external_project/include/flatbuffers/idl.h 2025-06-05T23:19:41.0097441Z -- Installing: /pytorch/executorch/build-x86/third-party/flatbuffers_external_project/include/flatbuffers/minireflect.h 2025-06-05T23:19:41.0099231Z -- Installing: /pytorch/executorch/build-x86/third-party/flatbuffers_external_project/include/flatbuffers/pch 2025-06-05T23:19:41.0100977Z -- Installing: /pytorch/executorch/build-x86/third-party/flatbuffers_external_project/include/flatbuffers/pch/flatc_pch.h 2025-06-05T23:19:41.0103639Z -- Installing: /pytorch/executorch/build-x86/third-party/flatbuffers_external_project/include/flatbuffers/pch/pch.h 2025-06-05T23:19:41.0105618Z -- Installing: /pytorch/executorch/build-x86/third-party/flatbuffers_external_project/include/flatbuffers/reflection.h 2025-06-05T23:19:41.0107511Z -- Installing: /pytorch/executorch/build-x86/third-party/flatbuffers_external_project/include/flatbuffers/reflection_generated.h 2025-06-05T23:19:41.0109372Z -- Installing: /pytorch/executorch/build-x86/third-party/flatbuffers_external_project/include/flatbuffers/registry.h 2025-06-05T23:19:41.0111161Z -- Installing: /pytorch/executorch/build-x86/third-party/flatbuffers_external_project/include/flatbuffers/stl_emulation.h 2025-06-05T23:19:41.0112936Z -- Installing: /pytorch/executorch/build-x86/third-party/flatbuffers_external_project/include/flatbuffers/string.h 2025-06-05T23:19:41.0114723Z -- Installing: /pytorch/executorch/build-x86/third-party/flatbuffers_external_project/include/flatbuffers/struct.h 2025-06-05T23:19:41.0116486Z -- Installing: /pytorch/executorch/build-x86/third-party/flatbuffers_external_project/include/flatbuffers/table.h 2025-06-05T23:19:41.0118224Z -- Installing: /pytorch/executorch/build-x86/third-party/flatbuffers_external_project/include/flatbuffers/util.h 2025-06-05T23:19:41.0119927Z -- Installing: /pytorch/executorch/build-x86/third-party/flatbuffers_external_project/include/flatbuffers/vector.h 2025-06-05T23:19:41.0121670Z -- Installing: /pytorch/executorch/build-x86/third-party/flatbuffers_external_project/include/flatbuffers/vector_downward.h 2025-06-05T23:19:41.0123369Z -- Installing: /pytorch/executorch/build-x86/third-party/flatbuffers_external_project/include/flatbuffers/verifier.h 2025-06-05T23:19:41.0125106Z -- Installing: /pytorch/executorch/build-x86/third-party/flatbuffers_external_project/lib/cmake/flatbuffers/flatbuffers-config.cmake 2025-06-05T23:19:41.0127080Z -- Installing: /pytorch/executorch/build-x86/third-party/flatbuffers_external_project/lib/cmake/flatbuffers/BuildFlatBuffers.cmake 2025-06-05T23:19:41.0129280Z -- Installing: /pytorch/executorch/build-x86/third-party/flatbuffers_external_project/lib/cmake/flatbuffers/flatbuffers-config-version.cmake 2025-06-05T23:19:41.0131220Z -- Installing: /pytorch/executorch/build-x86/third-party/flatbuffers_external_project/bin/flatc 2025-06-05T23:19:41.0132923Z -- Installing: /pytorch/executorch/build-x86/third-party/flatbuffers_external_project/lib/cmake/flatbuffers/FlatcTargets.cmake 2025-06-05T23:19:41.0135027Z -- Installing: /pytorch/executorch/build-x86/third-party/flatbuffers_external_project/lib/cmake/flatbuffers/FlatcTargets-noconfig.cmake 2025-06-05T23:19:41.0136781Z [ 19%] Completed 'flatbuffers_external_project' 2025-06-05T23:19:41.0137467Z [ 19%] Built target flatbuffers_external_project 2025-06-05T23:19:41.0138180Z [ 20%] Generating common_schema headers 2025-06-05T23:19:41.0138911Z [ 20%] Generating qnn_schema headers 2025-06-05T23:19:41.0139671Z [ 20%] Generating qualcomm ir schema headers 2025-06-05T23:19:41.0140417Z [ 21%] Generating scalar_type_schema headers 2025-06-05T23:19:41.0141026Z [ 21%] Built target common_schema 2025-06-05T23:19:41.0141516Z [ 21%] Built target scalar_type_schema 2025-06-05T23:19:41.0142031Z [ 21%] Built target qcir 2025-06-05T23:19:41.0142453Z [ 21%] Built target qnn_schema 2025-06-05T23:19:41.0143520Z [ 21%] Generating program_schema headers 2025-06-05T23:19:41.0144328Z [ 21%] Generating flat_tensor_schema headers 2025-06-05T23:19:41.0145771Z [ 21%] Building CXX object backends/qualcomm/CMakeFiles/qcir_utils.dir/aot/ir/qcir_utils.cpp.o 2025-06-05T23:19:41.0147400Z [ 22%] Building CXX object backends/qualcomm/CMakeFiles/qnn_executorch_logging.dir/runtime/Logging.cpp.o 2025-06-05T23:19:41.0148341Z [ 22%] Built target flat_tensor_schema 2025-06-05T23:19:41.0148837Z [ 22%] Built target program_schema 2025-06-05T23:19:41.0150075Z [ 22%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/evalue.cpp.o 2025-06-05T23:19:41.0151453Z [ 22%] Building CXX object CMakeFiles/executorch_core.dir/runtime/backend/interface.cpp.o 2025-06-05T23:19:41.0153281Z [ 22%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/exec_aten/util/tensor_shape_to_c_string.cpp.o 2025-06-05T23:19:41.0155016Z [ 22%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/portable_type/tensor_impl.cpp.o 2025-06-05T23:19:41.0156772Z [ 23%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/exec_aten/util/tensor_util_portable.cpp.o 2025-06-05T23:19:41.0158235Z [ 23%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/tag.cpp.o 2025-06-05T23:19:41.0160184Z [ 23%] Linking CXX static library libqnn_executorch_logging.a 2025-06-05T23:19:41.0160885Z [ 23%] Built target qnn_executorch_logging 2025-06-05T23:19:41.0161981Z [ 23%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/tensor_layout.cpp.o 2025-06-05T23:19:41.0163022Z [ 23%] Linking CXX static library libqcir_utils.a 2025-06-05T23:19:41.0164398Z [ 24%] Building CXX object backends/qualcomm/CMakeFiles/qnn_implementation.dir/runtime/backends/QnnImplementation.cpp.o 2025-06-05T23:19:41.0165581Z [ 24%] Built target qcir_utils 2025-06-05T23:19:41.0166891Z [ 25%] Building CXX object backends/qualcomm/CMakeFiles/qnn_sys_implementation.dir/runtime/backends/QnnSysImplementation.cpp.o 2025-06-05T23:19:41.0168760Z [ 25%] Building CXX object backends/qualcomm/CMakeFiles/qnn_profiler.dir/runtime/backends/QnnProfiler.cpp.o 2025-06-05T23:19:41.0170379Z [ 26%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method.cpp.o 2025-06-05T23:19:41.0171760Z [ 26%] Building CXX object backends/qualcomm/CMakeFiles/utils.dir/runtime/Utils.cpp.o 2025-06-05T23:19:41.0173223Z [ 26%] Building CXX object backends/qualcomm/CMakeFiles/shared_buffer.dir/runtime/SharedBuffer.cpp.o 2025-06-05T23:19:41.0174736Z [ 26%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method_meta.cpp.o 2025-06-05T23:19:41.0175761Z [ 26%] Linking CXX static library libqnn_implementation.a 2025-06-05T23:19:41.0176604Z [ 26%] Linking CXX static library libqnn_sys_implementation.a 2025-06-05T23:19:41.0177176Z [ 26%] Built target qnn_implementation 2025-06-05T23:19:41.0177710Z [ 27%] Linking CXX static library libutils.a 2025-06-05T23:19:41.0178703Z [ 27%] Building CXX object backends/qualcomm/CMakeFiles/wrappers.dir/aot/wrappers/TensorWrapper.cpp.o 2025-06-05T23:19:41.0179534Z [ 27%] Built target qnn_sys_implementation 2025-06-05T23:19:41.0179922Z [ 27%] Built target utils 2025-06-05T23:19:41.0180831Z [ 27%] Building CXX object backends/qualcomm/CMakeFiles/wrappers.dir/aot/wrappers/QuantizeParamsWrapper.cpp.o 2025-06-05T23:19:41.0182240Z [ 27%] Building CXX object backends/qualcomm/CMakeFiles/wrappers.dir/aot/wrappers/OpWrapper.cpp.o 2025-06-05T23:19:41.0183242Z [ 27%] Linking CXX static library libshared_buffer.a 2025-06-05T23:19:41.0183985Z [ 27%] Linking CXX static library libqnn_profiler.a 2025-06-05T23:19:41.0184582Z [ 27%] Built target qnn_profiler 2025-06-05T23:19:41.0185059Z [ 27%] Built target shared_buffer 2025-06-05T23:19:41.0185966Z [ 27%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/program.cpp.o 2025-06-05T23:19:41.0187468Z [ 27%] Building CXX object backends/qualcomm/CMakeFiles/qnn_logger.dir/runtime/backends/QnnLogger.cpp.o 2025-06-05T23:19:41.0189284Z [ 27%] Building CXX object backends/qualcomm/CMakeFiles/qnn_backend_cache.dir/runtime/backends/QnnBackendCache.cpp.o 2025-06-05T23:19:41.0190944Z [ 27%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/pte_data_map.cpp.o 2025-06-05T23:19:41.0192894Z [ 27%] Building CXX object backends/qualcomm/CMakeFiles/qnn_backend_cache.dir/runtime/backends/htpbackend/HtpBackendCache.cpp.o 2025-06-05T23:19:41.0195129Z [ 28%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_exec_aten.cpp.o 2025-06-05T23:19:41.0196434Z [ 28%] Linking CXX static library libqnn_logger.a 2025-06-05T23:19:41.0197421Z [ 29%] Linking CXX static library libwrappers.a 2025-06-05T23:19:41.0198043Z [ 29%] Built target qnn_logger 2025-06-05T23:19:41.0199191Z [ 29%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_portable.cpp.o 2025-06-05T23:19:41.0200279Z [ 29%] Built target wrappers 2025-06-05T23:19:41.0201508Z [ 30%] Building CXX object backends/qualcomm/CMakeFiles/qnn_backend.dir/runtime/backends/QnnBackendCommon.cpp.o 2025-06-05T23:19:41.0203230Z [ 30%] Building CXX object CMakeFiles/executorch_core.dir/runtime/kernel/operator_registry.cpp.o 2025-06-05T23:19:42.9336164Z [ 30%] Building CXX object backends/qualcomm/CMakeFiles/qnn_device.dir/runtime/backends/QnnDeviceCommon.cpp.o 2025-06-05T23:19:42.9338051Z [ 31%] Building CXX object backends/qualcomm/CMakeFiles/qnn_device.dir/runtime/backends/htpbackend/HtpDevice.cpp.o 2025-06-05T23:19:42.9339252Z [ 32%] Linking CXX static library libqnn_backend_cache.a 2025-06-05T23:19:42.9339807Z [ 32%] Linking CXX static library libqnn_backend.a 2025-06-05T23:19:42.9341135Z [ 32%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/abort.cpp.o 2025-06-05T23:19:42.9342034Z [ 32%] Built target qnn_backend_cache 2025-06-05T23:19:42.9343451Z [ 32%] Building CXX object backends/qualcomm/CMakeFiles/qnn_custom_protocol.dir/runtime/backends/QnnCustomProtocol.cpp.o 2025-06-05T23:19:42.9344687Z [ 32%] Built target qnn_backend 2025-06-05T23:19:42.9346089Z [ 32%] Building CXX object backends/qualcomm/CMakeFiles/PyQnnWrapperAdaptor.dir/aot/python/PyQnnWrapperAdaptor.cpp.o 2025-06-05T23:19:42.9347657Z [ 32%] Building CXX object backends/qualcomm/CMakeFiles/qnn_device.dir/runtime/backends/htpbackend/x86_64/HtpDevicePlatformInfoConfig.cpp.o 2025-06-05T23:19:42.9349996Z [ 32%] Building CXX object backends/qualcomm/CMakeFiles/PyQnnWrapperAdaptor.dir/aot/wrappers/TensorWrapper.cpp.o 2025-06-05T23:19:42.9351747Z [ 32%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/log.cpp.o 2025-06-05T23:19:42.9353213Z [ 33%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/platform.cpp.o 2025-06-05T23:19:42.9354574Z [ 33%] Building CXX object backends/qualcomm/CMakeFiles/qnn_device.dir/runtime/backends/htpbackend/x86_64/HtpDeviceCustomConfig.cpp.o 2025-06-05T23:19:42.9355727Z [ 33%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/profiler.cpp.o 2025-06-05T23:19:42.9356772Z [ 33%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/runtime.cpp.o 2025-06-05T23:19:42.9357854Z [ 33%] Building CXX object CMakeFiles/executorch_core.dir/schema/extended_header.cpp.o 2025-06-05T23:19:42.9359486Z [ 34%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/default/posix.cpp.o 2025-06-05T23:19:42.9360337Z [ 34%] Linking CXX static library libqnn_custom_protocol.a 2025-06-05T23:19:42.9360762Z [ 34%] Built target qnn_custom_protocol 2025-06-05T23:19:42.9361172Z [ 34%] Linking CXX static library libqnn_device.a 2025-06-05T23:19:42.9361735Z [ 34%] Linking CXX static library libexecutorch_core.a 2025-06-05T23:19:42.9362148Z [ 34%] Built target qnn_device 2025-06-05T23:19:42.9362471Z [ 34%] Built target executorch_core 2025-06-05T23:19:42.9363768Z [ 34%] Building CXX object backends/qualcomm/CMakeFiles/qnn_context.dir/runtime/backends/htpbackend/x86_64/HtpContextCustomConfig.cpp.o 2025-06-05T23:19:42.9365728Z [ 34%] Building CXX object backends/qualcomm/CMakeFiles/qnn_context.dir/runtime/backends/QnnContextCommon.cpp.o 2025-06-05T23:19:42.9367744Z [ 34%] Building CXX object backends/qualcomm/CMakeFiles/qnn_context.dir/runtime/backends/htpbackend/HtpContext.cpp.o 2025-06-05T23:19:42.9369283Z [ 34%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_copy_index.cpp.o 2025-06-05T23:19:42.9370974Z [ 34%] Building CXX object extension/tensor/CMakeFiles/extension_tensor.dir/tensor_ptr.cpp.o 2025-06-05T23:19:42.9372101Z [ 34%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/activation_ops_util.cpp.o 2025-06-05T23:19:42.9373989Z [ 35%] Linking CXX shared module PyQnnWrapperAdaptor.cpython-310-x86_64-linux-gnu.so 2025-06-05T23:19:42.9375533Z [ 36%] Building CXX object extension/tensor/CMakeFiles/extension_tensor.dir/tensor_ptr_maker.cpp.o 2025-06-05T23:19:42.9377469Z [ 36%] Building CXX object backends/qualcomm/CMakeFiles/qnn_context.dir/runtime/backends/irbackend/x86_64/IrContext.cpp.o 2025-06-05T23:19:42.9379247Z [ 36%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_view.cpp.o 2025-06-05T23:19:42.9380627Z [ 36%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/advanced_index_util.cpp.o 2025-06-05T23:19:42.9381706Z [ 36%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/register_prim_ops.cpp.o 2025-06-05T23:19:42.9382750Z [ 36%] Building CXX object extension/data_loader/CMakeFiles/extension_data_loader.dir/file_data_loader.cpp.o 2025-06-05T23:19:42.9383550Z [ 36%] Linking CXX static library libextension_tensor.a 2025-06-05T23:19:42.9383948Z [ 36%] Built target extension_tensor 2025-06-05T23:19:42.9384726Z [ 37%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/broadcast_util.cpp.o 2025-06-05T23:19:42.9385526Z [ 38%] Linking CXX static library libqnn_context.a 2025-06-05T23:19:42.9386713Z [ 38%] Building CXX object extension/data_loader/CMakeFiles/extension_data_loader.dir/mmap_data_loader.cpp.o 2025-06-05T23:19:42.9388417Z [ 38%] Building CXX object extension/flat_tensor/CMakeFiles/extension_flat_tensor.dir/flat_tensor_data_map.cpp.o 2025-06-05T23:19:42.9389386Z [ 38%] Built target qnn_context 2025-06-05T23:19:42.9390600Z [ 38%] Building CXX object extension/flat_tensor/CMakeFiles/extension_flat_tensor.dir/serialize/flat_tensor_header.cpp.o 2025-06-05T23:19:42.9392295Z [ 38%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/copy_ops_util.cpp.o 2025-06-05T23:19:42.9393460Z [ 39%] Linking CXX static library libexecutorch.a 2025-06-05T23:19:42.9393999Z [ 39%] Built target executorch 2025-06-05T23:19:42.9395326Z [ 39%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/delinearize_index.cpp.o 2025-06-05T23:19:42.9396633Z [ 40%] Linking CXX static library libextension_data_loader.a 2025-06-05T23:19:42.9397965Z [ 40%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/distance_util.cpp.o 2025-06-05T23:19:42.9398954Z [ 40%] Built target extension_data_loader 2025-06-05T23:19:42.9400053Z [ 40%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/threadpool.cpp.o 2025-06-05T23:19:42.9401651Z [ 40%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/dtype_util.cpp.o 2025-06-05T23:19:42.9402969Z [ 40%] Linking CXX static library libextension_flat_tensor.a 2025-06-05T23:19:42.9404352Z [ 41%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/index_util.cpp.o 2025-06-05T23:19:42.9405401Z [ 41%] Built target extension_flat_tensor 2025-06-05T23:19:42.9406573Z [ 41%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/threadpool_guard.cpp.o 2025-06-05T23:19:42.9408343Z [ 42%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/thread_parallel.cpp.o 2025-06-05T23:19:42.9410249Z [ 42%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/kernel_ops_util.cpp.o 2025-06-05T23:19:42.9411700Z [ 42%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/cpuinfo_utils.cpp.o 2025-06-05T23:19:42.9413357Z [ 42%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/matmul_ops_util.cpp.o 2025-06-05T23:19:42.9415257Z [ 42%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/normalization_ops_util.cpp.o 2025-06-05T23:19:42.9417255Z [ 43%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/padding_util.cpp.o 2025-06-05T23:19:42.9418969Z [ 43%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/reduce_util.cpp.o 2025-06-05T23:19:42.9420270Z [ 43%] Linking CXX static library libextension_threadpool.a 2025-06-05T23:19:42.9420747Z [ 43%] Built target extension_threadpool 2025-06-05T23:19:42.9421125Z [ 43%] Generating etdump headers 2025-06-05T23:19:42.9421871Z [ 44%] Building CXX object backends/qualcomm/CMakeFiles/qnn_graph.dir/runtime/backends/QnnGraphCommon.cpp.o 2025-06-05T23:19:42.9423675Z [ 44%] Building CXX object backends/qualcomm/CMakeFiles/qnn_mem_manager.dir/runtime/backends/QnnMemManager.cpp.o 2025-06-05T23:19:42.9425245Z [ 44%] Building CXX object devtools/etdump/CMakeFiles/etdump.dir/etdump_flatcc.cpp.o 2025-06-05T23:19:42.9426522Z [ 44%] Building CXX object devtools/etdump/CMakeFiles/etdump.dir/emitter.cpp.o 2025-06-05T23:19:42.9428001Z [ 45%] Building CXX object devtools/etdump/CMakeFiles/etdump.dir/data_sinks/buffer_data_sink.cpp.o 2025-06-05T23:19:42.9429844Z [ 45%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/repeat_util.cpp.o 2025-06-05T23:19:42.9431735Z [ 45%] Building CXX object backends/qualcomm/CMakeFiles/qnn_graph.dir/runtime/backends/htpbackend/HtpGraph.cpp.o 2025-06-05T23:19:42.9433106Z [ 46%] Linking CXX static library libqnn_mem_manager.a 2025-06-05T23:19:42.9434710Z [ 46%] Building CXX object backends/qualcomm/CMakeFiles/qnn_graph.dir/runtime/backends/htpbackend/HtpGraphCustomConfig.cpp.o 2025-06-05T23:19:42.9435992Z [ 46%] Built target qnn_mem_manager 2025-06-05T23:19:42.9437496Z [ 46%] Building CXX object backends/qualcomm/CMakeFiles/qnn_graph.dir/runtime/backends/htpbackend/x86_64/HtpGraphCustomConfig.cpp.o 2025-06-05T23:19:42.9439321Z [ 46%] Building CXX object devtools/etdump/CMakeFiles/etdump.dir/data_sinks/file_data_sink.cpp.o 2025-06-05T23:19:42.9441087Z [ 46%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/select_copy_util.cpp.o 2025-06-05T23:19:42.9442932Z [ 47%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/slice_util.cpp.o 2025-06-05T23:19:42.9444754Z [ 47%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/upsample_util.cpp.o 2025-06-05T23:19:42.9446066Z [ 47%] Linking CXX static library libetdump.a 2025-06-05T23:19:42.9446776Z [ 47%] Generating bundled_program headers 2025-06-05T23:19:42.9447345Z [ 47%] Built target etdump 2025-06-05T23:19:45.6499922Z [ 47%] Building CXX object devtools/bundled_program/CMakeFiles/bundled_program.dir/bundled_program.cpp.o 2025-06-05T23:19:45.6501735Z [ 48%] Building CXX object extension/module/CMakeFiles/extension_module.dir/module.cpp.o 2025-06-05T23:19:45.6503403Z [ 48%] Building CXX object extension/module/CMakeFiles/extension_module_static.dir/module.cpp.o 2025-06-05T23:19:45.6504677Z [ 48%] Linking CXX static library libqnn_graph.a 2025-06-05T23:19:45.6505302Z [ 48%] Built target qnn_graph 2025-06-05T23:19:45.6506454Z [ 48%] Building CXX object backends/qualcomm/CMakeFiles/qnn_factory.dir/runtime/backends/QnnBackendFactory.cpp.o 2025-06-05T23:19:45.6508152Z [ 48%] Linking CXX shared library libextension_module.so 2025-06-05T23:19:45.6509027Z [ 48%] Linking CXX static library libbundled_program.a 2025-06-05T23:19:45.6510037Z [ 48%] Linking CXX static library libkernels_util_all_deps.a 2025-06-05T23:19:45.6510793Z [ 48%] Built target bundled_program 2025-06-05T23:19:45.6511658Z [ 48%] Linking CXX static library libextension_module_static.a 2025-06-05T23:19:45.6512451Z [ 48%] Built target kernels_util_all_deps 2025-06-05T23:19:45.6512944Z [ 48%] Built target extension_module_static 2025-06-05T23:19:45.6513993Z [ 48%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/embeddingxb.cpp.o 2025-06-05T23:19:45.6515587Z [ 48%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_add.cpp.o 2025-06-05T23:19:45.6517250Z [ 49%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_choose_qparams.cpp.o 2025-06-05T23:19:45.6518824Z [ 49%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op__empty_dim_order.cpp.o 2025-06-05T23:19:45.6519881Z [ 49%] Built target extension_module 2025-06-05T23:19:45.6521383Z [ 49%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_dequantize.cpp.o 2025-06-05T23:19:45.6522626Z [ 49%] Linking CXX static library libqnn_factory.a 2025-06-05T23:19:45.6523263Z [ 49%] Built target qnn_factory 2025-06-05T23:19:45.6524396Z [ 49%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_embedding.cpp.o 2025-06-05T23:19:45.6526441Z [ 50%] Building CXX object backends/qualcomm/CMakeFiles/qnn_dlc_manager.dir/runtime/backends/irbackend/x86_64/QnnDlcManager.cpp.o 2025-06-05T23:19:45.6528496Z [ 51%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op__to_dim_order_copy.cpp.o 2025-06-05T23:19:45.6530418Z [ 51%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_embedding2b.cpp.o 2025-06-05T23:19:45.6532203Z [ 51%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_embedding4b.cpp.o 2025-06-05T23:19:45.6534039Z [ 52%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_mixed_linear.cpp.o 2025-06-05T23:19:45.6535805Z [ 52%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_mixed_mm.cpp.o 2025-06-05T23:19:45.6537422Z [ 52%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_abs.cpp.o 2025-06-05T23:19:45.6539113Z [ 52%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_quantize.cpp.o 2025-06-05T23:19:45.6540773Z [ 52%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_acos.cpp.o 2025-06-05T23:19:45.6542409Z [ 52%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_acosh.cpp.o 2025-06-05T23:19:45.6543717Z [ 52%] Linking CXX static library libqnn_dlc_manager.a 2025-06-05T23:19:45.6544898Z [ 53%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_add.cpp.o 2025-06-05T23:19:45.6545746Z [ 53%] Built target qnn_dlc_manager 2025-06-05T23:19:45.6546803Z [ 53%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_addmm.cpp.o 2025-06-05T23:19:45.6548454Z [ 53%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_alias_copy.cpp.o 2025-06-05T23:19:45.6550151Z [ 53%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_allclose.cpp.o 2025-06-05T23:19:45.6551467Z [ 53%] Linking CXX static library libquantized_kernels.a 2025-06-05T23:19:45.6552749Z [ 53%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_amax.cpp.o 2025-06-05T23:19:45.6554012Z [ 53%] Built target quantized_kernels 2025-06-05T23:19:45.6555200Z [ 54%] Building CXX object backends/qualcomm/CMakeFiles/qnn_manager.dir/runtime/QnnManager.cpp.o 2025-06-05T23:19:45.6556820Z [ 54%] Building CXX object backends/qualcomm/CMakeFiles/qnn_manager.dir/aot/wrappers/TensorWrapper.cpp.o 2025-06-05T23:19:45.6558576Z [ 55%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_amin.cpp.o 2025-06-05T23:19:45.6560376Z [ 55%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_any.cpp.o 2025-06-05T23:19:45.6561889Z [ 55%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_arange.cpp.o 2025-06-05T23:19:45.6563507Z [ 55%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_argmax.cpp.o 2025-06-05T23:19:45.6565048Z [ 56%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_argmin.cpp.o 2025-06-05T23:19:45.6566824Z [ 56%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_as_strided_copy.cpp.o 2025-06-05T23:19:45.6568088Z [ 56%] Linking CXX static library libqnn_manager.a 2025-06-05T23:19:45.6568686Z [ 56%] Built target qnn_manager 2025-06-05T23:19:45.6569774Z [ 56%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_asin.cpp.o 2025-06-05T23:19:45.6571282Z [ 56%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_asinh.cpp.o 2025-06-05T23:19:45.6572843Z [ 57%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_atan.cpp.o 2025-06-05T23:19:45.6574282Z [ 57%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_atan2.cpp.o 2025-06-05T23:19:45.6575766Z [ 57%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_atanh.cpp.o 2025-06-05T23:19:45.6577328Z [ 57%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_avg_pool2d.cpp.o 2025-06-05T23:19:45.6578853Z [ 58%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_and.cpp.o 2025-06-05T23:19:45.6580158Z [ 58%] Generating selected_operators.yaml for quantized_ops_lib 2025-06-05T23:19:45.6581554Z [ 58%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_not.cpp.o 2025-06-05T23:19:45.6583252Z [ 58%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_or.cpp.o 2025-06-05T23:19:45.6584995Z [ 58%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_xor.cpp.o 2025-06-05T23:19:45.6586656Z [ 58%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bmm.cpp.o 2025-06-05T23:19:45.6588491Z [ 58%] Building CXX object backends/qualcomm/CMakeFiles/qnn_executorch_backend.dir/runtime/QnnExecuTorchBackend.cpp.o 2025-06-05T23:19:45.6590581Z [ 58%] Building CXX object backends/qualcomm/CMakeFiles/PyQnnManagerAdaptor.dir/aot/python/PyQnnManagerAdaptor.cpp.o 2025-06-05T23:19:45.6592013Z [ 59%] Generating code for kernel registration 2025-06-05T23:19:45.6593247Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cat.cpp.o 2025-06-05T23:19:45.6594946Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cdist_forward.cpp.o 2025-06-05T23:19:45.6596664Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ceil.cpp.o 2025-06-05T23:19:45.6597985Z [ 60%] Linking CXX shared library libqnn_executorch_backend.so 2025-06-05T23:19:45.6599244Z [ 60%] Linking CXX shared module PyQnnManagerAdaptor.cpython-310-x86_64-linux-gnu.so 2025-06-05T23:19:45.6600199Z [ 60%] Built target qnn_executorch_backend 2025-06-05T23:19:45.6601384Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_clamp.cpp.o 2025-06-05T23:19:45.6603379Z [ 61%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_clone.cpp.o 2025-06-05T23:19:45.6605101Z [ 61%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_constant_pad_nd.cpp.o 2025-06-05T23:19:45.6607085Z [ 61%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_convolution.cpp.o 2025-06-05T23:19:45.6608936Z [ 61%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_convolution_backward.cpp.o 2025-06-05T23:19:45.6610827Z [ 62%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_copy.cpp.o 2025-06-05T23:19:45.6612430Z [ 62%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cos.cpp.o 2025-06-05T23:19:45.6614032Z [ 62%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cosh.cpp.o 2025-06-05T23:19:45.6615657Z [ 62%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cumsum.cpp.o 2025-06-05T23:19:45.6617320Z [ 63%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_detach_copy.cpp.o 2025-06-05T23:19:45.6619008Z [ 63%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_diagonal_copy.cpp.o 2025-06-05T23:19:45.6620598Z [ 63%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_div.cpp.o 2025-06-05T23:19:45.6622159Z [ 63%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_elu.cpp.o 2025-06-05T23:19:45.6623845Z [ 64%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_embedding.cpp.o 2025-06-05T23:19:48.7422940Z [ 64%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_empty.cpp.o 2025-06-05T23:19:48.7424761Z [ 64%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_eq.cpp.o 2025-06-05T23:19:48.7426554Z [ 64%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_erf.cpp.o 2025-06-05T23:19:48.7428561Z [ 64%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_exp.cpp.o 2025-06-05T23:19:48.7432225Z [ 65%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_expand_copy.cpp.o 2025-06-05T23:19:48.7434156Z [ 65%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_expm1.cpp.o 2025-06-05T23:19:48.7435892Z [ 65%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_flip.cpp.o 2025-06-05T23:19:48.7437365Z [ 65%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_fill.cpp.o 2025-06-05T23:19:48.7438393Z [ 66%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_floor.cpp.o 2025-06-05T23:19:48.7439453Z [ 66%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_floor_divide.cpp.o 2025-06-05T23:19:48.7440497Z [ 66%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_fmod.cpp.o 2025-06-05T23:19:48.7441494Z [ 66%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_full.cpp.o 2025-06-05T23:19:48.7442538Z [ 67%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_full_like.cpp.o 2025-06-05T23:19:48.7443442Z [ 67%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_gather.cpp.o 2025-06-05T23:19:48.7444600Z [ 67%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_lib.dir/quantized_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp.o 2025-06-05T23:19:48.7445685Z [ 67%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ge.cpp.o 2025-06-05T23:19:48.7446538Z [ 67%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_gelu.cpp.o 2025-06-05T23:19:48.7447433Z [ 67%] Linking CXX static library libquantized_ops_lib.a 2025-06-05T23:19:48.7448142Z [ 68%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_glu.cpp.o 2025-06-05T23:19:48.7448692Z [ 68%] Built target quantized_ops_lib 2025-06-05T23:19:48.7449393Z [ 68%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_gt.cpp.o 2025-06-05T23:19:48.7450366Z [ 68%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_hardtanh.cpp.o 2025-06-05T23:19:48.7451250Z [ 68%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_index.cpp.o 2025-06-05T23:19:48.7452248Z [ 69%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_index_put.cpp.o 2025-06-05T23:19:48.7453177Z [ 69%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_index_select.cpp.o 2025-06-05T23:19:48.7454077Z [ 69%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_isinf.cpp.o 2025-06-05T23:19:48.7454949Z [ 69%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_isnan.cpp.o 2025-06-05T23:19:48.7455793Z [ 69%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_le.cpp.o 2025-06-05T23:19:48.7456684Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_leaky_relu.cpp.o 2025-06-05T23:19:48.7457631Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_lift_fresh_copy.cpp.o 2025-06-05T23:19:48.7458629Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_linear_scratch_example.cpp.o 2025-06-05T23:19:48.7459995Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log.cpp.o 2025-06-05T23:19:48.7461327Z [ 71%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log10.cpp.o 2025-06-05T23:19:48.7462303Z [ 71%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log1p.cpp.o 2025-06-05T23:19:48.7463171Z [ 71%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log2.cpp.o 2025-06-05T23:19:48.7464072Z [ 71%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log_softmax.cpp.o 2025-06-05T23:19:48.7465005Z [ 72%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_and.cpp.o 2025-06-05T23:19:48.7465923Z [ 72%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_not.cpp.o 2025-06-05T23:19:48.7466852Z [ 72%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_or.cpp.o 2025-06-05T23:19:48.7467776Z [ 72%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_xor.cpp.o 2025-06-05T23:19:48.7468663Z [ 73%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logit.cpp.o 2025-06-05T23:19:48.7469520Z [ 73%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_lt.cpp.o 2025-06-05T23:19:48.7470398Z [ 73%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_masked_fill.cpp.o 2025-06-05T23:19:48.7471345Z [ 73%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_masked_scatter.cpp.o 2025-06-05T23:19:48.7472340Z [ 74%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_masked_select.cpp.o 2025-06-05T23:19:48.7473710Z [ 74%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_max.cpp.o 2025-06-05T23:19:48.7474665Z [ 74%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_max_pool2d_with_indices.cpp.o 2025-06-05T23:19:48.7475754Z [ 74%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_max_pool2d_with_indices_backward.cpp.o 2025-06-05T23:19:48.7476925Z [ 74%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_maximum.cpp.o 2025-06-05T23:19:48.7477802Z [ 75%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_mean.cpp.o 2025-06-05T23:19:48.7478734Z [ 75%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_min.cpp.o 2025-06-05T23:19:48.7479610Z [ 75%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_minimum.cpp.o 2025-06-05T23:19:48.7480462Z [ 75%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_mm.cpp.o 2025-06-05T23:19:48.7481302Z [ 76%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_mul.cpp.o 2025-06-05T23:19:48.7481857Z [ 76%] Built target PyQnnManagerAdaptor 2025-06-05T23:19:48.7482514Z [ 76%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_narrow_copy.cpp.o 2025-06-05T23:19:48.7483480Z [ 76%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_batch_norm.cpp.o 2025-06-05T23:19:48.7484434Z [ 76%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_dropout.cpp.o 2025-06-05T23:19:48.7485409Z [ 77%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_group_norm.cpp.o 2025-06-05T23:19:48.7486470Z [ 77%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_layer_norm.cpp.o 2025-06-05T23:19:48.7487370Z [ 77%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ne.cpp.o 2025-06-05T23:19:48.7487919Z [ 77%] Built target PyQnnWrapperAdaptor 2025-06-05T23:19:48.7488535Z [ 77%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_neg.cpp.o 2025-06-05T23:19:48.7489412Z [ 78%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_nonzero.cpp.o 2025-06-05T23:19:48.7490403Z [ 78%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ones.cpp.o 2025-06-05T23:19:48.7491300Z [ 78%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pdist_forward.cpp.o 2025-06-05T23:19:48.7492253Z [ 78%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pixel_shuffle.cpp.o 2025-06-05T23:19:48.7493185Z [ 78%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_permute_copy.cpp.o 2025-06-05T23:19:48.7494151Z [ 79%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pixel_unshuffle.cpp.o 2025-06-05T23:19:48.7495058Z [ 79%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pow.cpp.o 2025-06-05T23:19:48.7495904Z [ 79%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_prod.cpp.o 2025-06-05T23:19:48.7497024Z [ 79%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_rand.cpp.o 2025-06-05T23:19:48.7498390Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_randn.cpp.o 2025-06-05T23:19:48.7499530Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reciprocal.cpp.o 2025-06-05T23:19:48.7500499Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reflection_pad1d.cpp.o 2025-06-05T23:19:48.7501467Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reflection_pad2d.cpp.o 2025-06-05T23:19:48.7502475Z [ 81%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reflection_pad3d.cpp.o 2025-06-05T23:19:48.7503379Z [ 81%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_relu.cpp.o 2025-06-05T23:19:52.9536391Z [ 81%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_remainder.cpp.o 2025-06-05T23:19:52.9538570Z [ 82%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_repeat_interleave.cpp.o 2025-06-05T23:19:52.9540521Z [ 82%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_repeat.cpp.o 2025-06-05T23:19:52.9542303Z [ 82%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_replication_pad1d.cpp.o 2025-06-05T23:19:52.9544093Z [ 82%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_replication_pad2d.cpp.o 2025-06-05T23:19:52.9545888Z [ 82%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_replication_pad3d.cpp.o 2025-06-05T23:19:52.9547555Z [ 83%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_roll.cpp.o 2025-06-05T23:19:52.9549163Z [ 83%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_round.cpp.o 2025-06-05T23:19:52.9550803Z [ 83%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_rsqrt.cpp.o 2025-06-05T23:19:52.9552393Z [ 83%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_rsub.cpp.o 2025-06-05T23:19:52.9554077Z [ 83%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_scalar_tensor.cpp.o 2025-06-05T23:19:52.9555645Z [ 84%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_scatter.cpp.o 2025-06-05T23:19:52.9556671Z [ 84%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_scatter_add.cpp.o 2025-06-05T23:19:52.9558312Z [ 84%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_select_copy.cpp.o 2025-06-05T23:19:52.9560211Z [ 84%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_select_scatter.cpp.o 2025-06-05T23:19:52.9561960Z [ 85%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sigmoid.cpp.o 2025-06-05T23:19:52.9563545Z [ 85%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sign.cpp.o 2025-06-05T23:19:52.9565170Z [ 85%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sin.cpp.o 2025-06-05T23:19:52.9566706Z [ 85%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sinh.cpp.o 2025-06-05T23:19:52.9568328Z [ 86%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_slice_copy.cpp.o 2025-06-05T23:19:52.9570262Z [ 86%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_slice_scatter.cpp.o 2025-06-05T23:19:52.9572112Z [ 86%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_softmax.cpp.o 2025-06-05T23:19:52.9573822Z [ 86%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_split_copy.cpp.o 2025-06-05T23:19:52.9575696Z [ 87%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_split_with_sizes_copy.cpp.o 2025-06-05T23:19:52.9577366Z [ 87%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sqrt.cpp.o 2025-06-05T23:19:52.9579103Z [ 87%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_squeeze_copy.cpp.o 2025-06-05T23:19:52.9580867Z [ 87%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_stack.cpp.o 2025-06-05T23:19:52.9582568Z [ 88%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sub.cpp.o 2025-06-05T23:19:52.9584222Z [ 88%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sum.cpp.o 2025-06-05T23:19:52.9585880Z [ 88%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_t_copy.cpp.o 2025-06-05T23:19:52.9587618Z [ 88%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_tan.cpp.o 2025-06-05T23:19:52.9588502Z [ 88%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_tanh.cpp.o 2025-06-05T23:19:52.9589474Z [ 89%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_to_copy.cpp.o 2025-06-05T23:19:52.9590362Z [ 89%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_topk.cpp.o 2025-06-05T23:19:52.9591277Z [ 89%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_transpose_copy.cpp.o 2025-06-05T23:19:52.9592176Z [ 89%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_tril.cpp.o 2025-06-05T23:19:52.9593040Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_trunc.cpp.o 2025-06-05T23:19:52.9594040Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_unbind_copy.cpp.o 2025-06-05T23:19:52.9594978Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_unfold_copy.cpp.o 2025-06-05T23:19:52.9596304Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_unsqueeze_copy.cpp.o 2025-06-05T23:19:52.9598154Z [ 91%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_upsample_bilinear2d.cpp.o 2025-06-05T23:19:52.9600008Z [ 91%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_upsample_nearest2d.cpp.o 2025-06-05T23:19:52.9601826Z [ 91%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_var.cpp.o 2025-06-05T23:19:52.9603623Z [ 91%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_view_as_real_copy.cpp.o 2025-06-05T23:19:52.9605439Z [ 92%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_view_copy.cpp.o 2025-06-05T23:19:52.9607114Z [ 92%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_where.cpp.o 2025-06-05T23:19:52.9608707Z [ 92%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_zeros.cpp.o 2025-06-05T23:19:52.9610688Z [ 92%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/unary_ufunc_realhb_to_bool.cpp.o 2025-06-05T23:19:52.9612899Z [ 93%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/unary_ufunc_realhbbf16_to_floathbf16.cpp.o 2025-06-05T23:19:52.9615078Z [ 93%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/unary_ufunc_realhbf16.cpp.o 2025-06-05T23:19:52.9616989Z [ 93%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/activation_ops_util.cpp.o 2025-06-05T23:19:52.9618828Z [ 93%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/advanced_index_util.cpp.o 2025-06-05T23:19:52.9620531Z [ 93%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/broadcast_util.cpp.o 2025-06-05T23:19:52.9622219Z [ 94%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/copy_ops_util.cpp.o 2025-06-05T23:19:52.9623235Z [ 94%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/delinearize_index.cpp.o 2025-06-05T23:19:52.9624233Z [ 94%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/distance_util.cpp.o 2025-06-05T23:19:52.9625554Z [ 94%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/dtype_util.cpp.o 2025-06-05T23:19:52.9627055Z [ 95%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/index_util.cpp.o 2025-06-05T23:19:52.9628695Z [ 95%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/kernel_ops_util.cpp.o 2025-06-05T23:19:52.9630027Z [ 95%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/matmul_ops_util.cpp.o 2025-06-05T23:19:52.9631058Z [ 95%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/normalization_ops_util.cpp.o 2025-06-05T23:19:52.9632139Z [ 96%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/padding_util.cpp.o 2025-06-05T23:19:52.9633078Z [ 96%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/reduce_util.cpp.o 2025-06-05T23:19:52.9634020Z [ 96%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/repeat_util.cpp.o 2025-06-05T23:19:52.9634981Z [ 96%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/select_copy_util.cpp.o 2025-06-05T23:19:52.9635945Z [ 97%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/slice_util.cpp.o 2025-06-05T23:19:52.9636906Z [ 97%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/upsample_util.cpp.o 2025-06-05T23:19:52.9637633Z [ 97%] Linking CXX static library libportable_kernels.a 2025-06-05T23:19:52.9638030Z [ 97%] Built target portable_kernels 2025-06-05T23:19:52.9638501Z [ 97%] Generating selected_operators.yaml for portable_ops_lib 2025-06-05T23:19:52.9639067Z [ 97%] Generating code for kernel registration 2025-06-05T23:19:52.9640518Z [ 98%] Building CXX object kernels/portable/CMakeFiles/portable_ops_lib.dir/portable_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp.o 2025-06-05T23:19:52.9642004Z [ 98%] Linking CXX static library libportable_ops_lib.a 2025-06-05T23:19:52.9642605Z [ 98%] Built target portable_ops_lib 2025-06-05T23:19:52.9643604Z [ 98%] Building CXX object CMakeFiles/executor_runner.dir/extension/evalue_util/print_evalue.cpp.o 2025-06-05T23:19:52.9645117Z [ 99%] Building CXX object CMakeFiles/executor_runner.dir/extension/data_loader/file_data_loader.cpp.o 2025-06-05T23:19:53.4047428Z [ 99%] Building CXX object CMakeFiles/executor_runner.dir/examples/portable/executor_runner/executor_runner.cpp.o 2025-06-05T23:19:53.4048746Z [ 99%] Building CXX object CMakeFiles/executor_runner.dir/extension/runner_util/inputs.cpp.o 2025-06-05T23:19:53.4050005Z [ 99%] Building CXX object CMakeFiles/executor_runner.dir/extension/runner_util/inputs_portable.cpp.o 2025-06-05T23:19:53.4051185Z [ 99%] Building CXX object CMakeFiles/executor_runner.dir/runtime/executor/test/test_backend_compiler_lib.cpp.o 2025-06-05T23:19:53.4052127Z [100%] Linking CXX executable executor_runner 2025-06-05T23:19:53.4052589Z [100%] Built target executor_runner 2025-06-05T23:19:53.4052993Z Install the project... 2025-06-05T23:19:53.4053422Z -- Install configuration: "Release" 2025-06-05T23:19:53.4053810Z -- Installing: /pytorch/executorch/build-x86/lib/libflatccrt.a 2025-06-05T23:19:53.4054408Z -- Installing: /pytorch/executorch/build-x86/include/fxdiv.h 2025-06-05T23:19:53.4055063Z -- Installing: /pytorch/executorch/build-x86/share/cpuinfo/cpuinfo-config.cmake 2025-06-05T23:19:53.4055815Z -- Installing: /pytorch/executorch/build-x86/lib/libcpuinfo.a 2025-06-05T23:19:53.4056295Z -- Installing: /pytorch/executorch/build-x86/include/cpuinfo.h 2025-06-05T23:19:53.4056837Z -- Installing: /pytorch/executorch/build-x86/share/cpuinfo/cpuinfo-targets.cmake 2025-06-05T23:19:53.4057655Z -- Installing: /pytorch/executorch/build-x86/share/cpuinfo/cpuinfo-targets-release.cmake 2025-06-05T23:19:53.4058435Z -- Installing: /pytorch/executorch/build-x86/lib/pkgconfig/libcpuinfo.pc 2025-06-05T23:19:53.4059001Z -- Installing: /pytorch/executorch/build-x86/include/pthreadpool.h 2025-06-05T23:19:53.4059774Z -- Installing: /pytorch/executorch/build-x86/lib/libpthreadpool.a 2025-06-05T23:19:53.4060329Z -- Installing: /pytorch/executorch/build-x86/lib/libportable_kernels.a 2025-06-05T23:19:53.4060973Z -- Installing: /pytorch/executorch/build-x86/lib/libportable_ops_lib.a 2025-06-05T23:19:53.4062419Z -- Installing: /pytorch/executorch/build-x86/include/executorch/kernels/portable/Functions.h 2025-06-05T23:19:53.4063351Z -- Installing: /pytorch/executorch/build-x86/include/executorch/kernels/portable/NativeFunctions.h 2025-06-05T23:19:53.4064307Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core 2025-06-05T23:19:53.4065091Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/array_ref.h 2025-06-05T23:19:53.4065841Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/data_loader.h 2025-06-05T23:19:53.4066626Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/defines.h 2025-06-05T23:19:53.4067436Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/error.h 2025-06-05T23:19:53.4068219Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/evalue.h 2025-06-05T23:19:53.4069204Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/event_tracer.h 2025-06-05T23:19:53.4070198Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/event_tracer_hooks.h 2025-06-05T23:19:53.4071195Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/event_tracer_hooks_delegate.h 2025-06-05T23:19:53.4072174Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/exec_aten 2025-06-05T23:19:53.4073084Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/exec_aten/exec_aten.h 2025-06-05T23:19:53.4074014Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/exec_aten/testing_util 2025-06-05T23:19:53.4075122Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/exec_aten/testing_util/tensor_factory.h 2025-06-05T23:19:53.4076375Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/exec_aten/testing_util/tensor_util.h 2025-06-05T23:19:53.4077381Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/exec_aten/testing_util/test 2025-06-05T23:19:53.4078263Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/exec_aten/util 2025-06-05T23:19:53.4079201Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/exec_aten/util/dim_order_util.h 2025-06-05T23:19:53.4080318Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/exec_aten/util/scalar_type_util.h 2025-06-05T23:19:53.4081369Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/exec_aten/util/tensor_dimension_limit.h 2025-06-05T23:19:53.4082579Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/exec_aten/util/tensor_shape_to_c_string.h 2025-06-05T23:19:53.4083663Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/exec_aten/util/tensor_util.h 2025-06-05T23:19:53.4084667Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/exec_aten/util/test 2025-06-05T23:19:53.4085613Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/freeable_buffer.h 2025-06-05T23:19:53.4086528Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/function_ref.h 2025-06-05T23:19:53.4087405Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/hierarchical_allocator.h 2025-06-05T23:19:53.4098001Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/memory_allocator.h 2025-06-05T23:19:53.4098875Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/named_data_map.h 2025-06-05T23:19:53.4099615Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type 2025-06-05T23:19:53.4100379Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/bfloat16.h 2025-06-05T23:19:53.4101237Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/bfloat16_math.h 2025-06-05T23:19:53.4102234Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/bits_types.h 2025-06-05T23:19:53.4103193Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/c10 2025-06-05T23:19:53.4104060Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/c10/c10 2025-06-05T23:19:53.4104881Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/c10/c10/macros 2025-06-05T23:19:53.4105784Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/c10/c10/macros/Export.h 2025-06-05T23:19:53.4106713Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/c10/c10/macros/Macros.h 2025-06-05T23:19:53.4107603Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-05T23:19:53.4108522Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16-inl.h 2025-06-05T23:19:53.4109503Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16-math.h 2025-06-05T23:19:53.4110472Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16.h 2025-06-05T23:19:53.4111405Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/c10/c10/util/Half-inl.h 2025-06-05T23:19:53.4112329Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/c10/c10/util/Half.h 2025-06-05T23:19:53.4113295Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/c10/c10/util/TypeSafeSignMath.h 2025-06-05T23:19:53.4114264Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/c10/c10/util/bit_cast.h 2025-06-05T23:19:53.4115201Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/c10/c10/util/complex.h 2025-06-05T23:19:53.4116152Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/c10/c10/util/complex_math.h 2025-06-05T23:19:53.4117151Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/c10/c10/util/complex_utils.h 2025-06-05T23:19:53.4118175Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/c10/c10/util/floating_point_utils.h 2025-06-05T23:19:53.4119157Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/c10/c10/util/irange.h 2025-06-05T23:19:53.4120029Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/complex.h 2025-06-05T23:19:53.4120831Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/device.h 2025-06-05T23:19:53.4121626Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/half.h 2025-06-05T23:19:53.4122437Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/optional.h 2025-06-05T23:19:53.4123249Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/qint_types.h 2025-06-05T23:19:53.4124077Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/scalar.h 2025-06-05T23:19:53.4124888Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/scalar_type.h 2025-06-05T23:19:53.4125735Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/string_view.h 2025-06-05T23:19:53.4126560Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/tensor.h 2025-06-05T23:19:53.4127369Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/tensor_impl.h 2025-06-05T23:19:53.4128227Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/tensor_options.h 2025-06-05T23:19:53.4129134Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/test 2025-06-05T23:19:53.4129920Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/result.h 2025-06-05T23:19:53.4130642Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/span.h 2025-06-05T23:19:54.0588786Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/tag.h 2025-06-05T23:19:54.0589748Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/tensor_layout.h 2025-06-05T23:19:54.0590517Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/tensor_shape_dynamism.h 2025-06-05T23:19:54.0591242Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/test 2025-06-05T23:19:54.0591847Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/kernel 2025-06-05T23:19:54.0592567Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/kernel/kernel_includes.h 2025-06-05T23:19:54.0593370Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/kernel/kernel_runtime_context.h 2025-06-05T23:19:54.0594407Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/kernel/operator_registry.h 2025-06-05T23:19:54.0595184Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/kernel/test 2025-06-05T23:19:54.0595877Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/kernel/test/test_util.h 2025-06-05T23:19:54.0596697Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/kernel/thread_parallel_interface.h 2025-06-05T23:19:54.0597477Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/platform 2025-06-05T23:19:54.0598121Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/platform/abort.h 2025-06-05T23:19:54.0598826Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/platform/assert.h 2025-06-05T23:19:54.0599514Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/platform/clock.h 2025-06-05T23:19:54.0600236Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/platform/compat_unistd.h 2025-06-05T23:19:54.0601200Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/platform/compiler.h 2025-06-05T23:19:54.0601896Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/platform/default 2025-06-05T23:19:54.0602576Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/platform/log.h 2025-06-05T23:19:54.0603259Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/platform/platform.h 2025-06-05T23:19:54.0603975Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/platform/profiler.h 2025-06-05T23:19:54.0604814Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/platform/runtime.h 2025-06-05T23:19:54.0605532Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/platform/system.h 2025-06-05T23:19:54.0606215Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/platform/test 2025-06-05T23:19:54.0606916Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/platform/test/pal_spy.h 2025-06-05T23:19:54.0607769Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/platform/test/stub_platform.h 2025-06-05T23:19:54.0608711Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/platform/types.h 2025-06-05T23:19:54.0609383Z -- Installing: /pytorch/executorch/build-x86/include/executorch/extension/kernel_util 2025-06-05T23:19:54.0610284Z -- Installing: /pytorch/executorch/build-x86/include/executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h 2025-06-05T23:19:54.0611212Z -- Installing: /pytorch/executorch/build-x86/include/executorch/extension/kernel_util/meta_programming.h 2025-06-05T23:19:54.0612360Z -- Installing: /pytorch/executorch/build-x86/include/executorch/extension/kernel_util/test 2025-06-05T23:19:54.0613113Z -- Installing: /pytorch/executorch/build-x86/include/executorch/extension/kernel_util/type_list.h 2025-06-05T23:19:54.0613913Z -- Installing: /pytorch/executorch/build-x86/include/executorch/extension/tensor 2025-06-05T23:19:54.0614585Z -- Installing: /pytorch/executorch/build-x86/include/executorch/extension/tensor/tensor.h 2025-06-05T23:19:54.0615466Z -- Installing: /pytorch/executorch/build-x86/include/executorch/extension/tensor/tensor_accessor.h 2025-06-05T23:19:54.0616291Z -- Installing: /pytorch/executorch/build-x86/include/executorch/extension/tensor/tensor_ptr.h 2025-06-05T23:19:54.0617055Z -- Installing: /pytorch/executorch/build-x86/include/executorch/extension/tensor/tensor_ptr_maker.h 2025-06-05T23:19:54.0617775Z -- Installing: /pytorch/executorch/build-x86/include/executorch/extension/tensor/test 2025-06-05T23:19:54.0618430Z -- Installing: /pytorch/executorch/build-x86/include/executorch/extension/threadpool 2025-06-05T23:19:54.0619157Z -- Installing: /pytorch/executorch/build-x86/include/executorch/extension/threadpool/cpuinfo_utils.h 2025-06-05T23:19:54.0619918Z -- Installing: /pytorch/executorch/build-x86/include/executorch/extension/threadpool/test 2025-06-05T23:19:54.0620665Z -- Installing: /pytorch/executorch/build-x86/include/executorch/extension/threadpool/threadpool.h 2025-06-05T23:19:54.0621466Z -- Installing: /pytorch/executorch/build-x86/include/executorch/extension/threadpool/threadpool_guard.h 2025-06-05T23:19:54.0622134Z -- Installing: /pytorch/executorch/build-x86/lib/libexecutorch.a 2025-06-05T23:19:54.0622696Z -- Installing: /pytorch/executorch/build-x86/lib/libexecutorch_core.a 2025-06-05T23:19:54.0623381Z -- Installing: /pytorch/executorch/build-x86/lib/cmake/ExecuTorch/executorch-config.cmake 2025-06-05T23:19:54.0624031Z -- Installing: /pytorch/executorch/build-x86/lib/libqnn_executorch_backend.so 2025-06-05T23:19:54.0624548Z -- Installing: /pytorch/executorch/build-x86/lib/libetdump.a 2025-06-05T23:19:54.0625033Z -- Installing: /pytorch/executorch/build-x86/lib/libbundled_program.a 2025-06-05T23:19:54.0625567Z -- Installing: /pytorch/executorch/build-x86/lib/libextension_data_loader.a 2025-06-05T23:19:54.0626189Z -- Installing: /pytorch/executorch/build-x86/lib/libextension_flat_tensor.a 2025-06-05T23:19:54.0626902Z -- Installing: /pytorch/executorch/build-x86/lib/libextension_module.so 2025-06-05T23:19:54.0627466Z -- Installing: /pytorch/executorch/build-x86/lib/libextension_module_static.a 2025-06-05T23:19:54.0628028Z -- Installing: /pytorch/executorch/build-x86/lib/libextension_tensor.a 2025-06-05T23:19:54.0628564Z -- Installing: /pytorch/executorch/build-x86/lib/libextension_threadpool.a 2025-06-05T23:19:54.0629117Z -- Installing: /pytorch/executorch/build-x86/lib/libquantized_kernels.a 2025-06-05T23:19:54.0629660Z -- Installing: /pytorch/executorch/build-x86/lib/libquantized_ops_lib.a 2025-06-05T23:19:54.0630435Z -- Installing: /pytorch/executorch/build-x86/include/executorch/kernels/quantized/Functions.h 2025-06-05T23:19:54.0631205Z -- Installing: /pytorch/executorch/build-x86/include/executorch/kernels/quantized/NativeFunctions.h 2025-06-05T23:19:54.0631834Z + rm -f '/pytorch/executorch/backends/qualcomm/python/*' 2025-06-05T23:19:54.0633194Z + 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-06-05T23:19:54.0635588Z '/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-06-05T23:19:54.0637614Z '/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-06-05T23:19:54.0639020Z + cp -fv /pytorch/executorch/schema/program.fbs /pytorch/executorch/exir/_serialize/program.fbs 2025-06-05T23:19:54.0639764Z '/pytorch/executorch/schema/program.fbs' -> '/pytorch/executorch/exir/_serialize/program.fbs' 2025-06-05T23:19:54.0640619Z + cp -fv /pytorch/executorch/schema/scalar_type.fbs /pytorch/executorch/exir/_serialize/scalar_type.fbs 2025-06-05T23:19:54.0641540Z '/pytorch/executorch/schema/scalar_type.fbs' -> '/pytorch/executorch/exir/_serialize/scalar_type.fbs' 2025-06-05T23:19:54.0642090Z + EXAMPLE_ROOT=examples/qualcomm 2025-06-05T23:19:54.0642723Z + CMAKE_PREFIX_PATH='/pytorch/executorch/build-x86/lib/cmake/ExecuTorch;/pytorch/executorch/build-x86/third-party/gflags;' 2025-06-05T23:19:54.0643377Z + echo 'Update tokenizers submodule...' 2025-06-05T23:19:54.0643697Z Update tokenizers submodule... 2025-06-05T23:19:54.0644025Z + pushd /pytorch/executorch/extension/llm/tokenizers 2025-06-05T23:19:54.0644708Z /pytorch/executorch/extension/llm/tokenizers /pytorch/executorch/build-x86 2025-06-05T23:19:54.0645193Z + git submodule update --init 2025-06-05T23:19:54.0645443Z + popd 2025-06-05T23:19:54.0645659Z /pytorch/executorch/build-x86 2025-06-05T23:19:54.0646967Z + 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-06-05T23:19:54.0648359Z -- The C compiler identification is Clang 12.0.1 2025-06-05T23:19:54.0648736Z -- The CXX compiler identification is Clang 12.0.1 2025-06-05T23:19:54.0649072Z -- Detecting C compiler ABI info 2025-06-05T23:19:54.0649373Z -- Detecting C compiler ABI info - done 2025-06-05T23:19:54.0649814Z -- Check for working C compiler: /opt/cache/bin/cc - skipped 2025-06-05T23:19:54.0650195Z -- Detecting C compile features 2025-06-05T23:19:54.0650479Z -- Detecting C compile features - done 2025-06-05T23:19:54.0650831Z -- Detecting CXX compiler ABI info 2025-06-05T23:19:54.0651209Z -- Detecting CXX compiler ABI info - done 2025-06-05T23:19:54.0651633Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2025-06-05T23:19:54.0652022Z -- Detecting CXX compile features 2025-06-05T23:19:54.0652317Z -- Detecting CXX compile features - done 2025-06-05T23:19:54.0652850Z coreml_util library is not found. 2025-06-05T23:19:54.0653314Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-05T23:19:54.0653800Z coreml_inmemoryfs library is not found. 2025-06-05T23:19:54.0654267Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-05T23:19:54.0654733Z coremldelegate library is not found. 2025-06-05T23:19:54.0655192Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-05T23:19:54.0655645Z mpsdelegate library is not found. 2025-06-05T23:19:54.0656106Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-05T23:19:54.0656551Z neuron_backend library is not found. 2025-06-05T23:19:54.0657017Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-05T23:19:54.0657452Z custom_ops library is not found. 2025-06-05T23:19:55.6712586Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-05T23:19:55.6713623Z extension_runner_util library is not found. 2025-06-05T23:19:55.6714458Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-05T23:19:55.6715275Z extension_training library is not found. 2025-06-05T23:19:55.6715835Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-05T23:19:55.6716539Z xnnpack_backend library is not found. 2025-06-05T23:19:55.6717387Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-05T23:19:55.6718212Z XNNPACK library is not found. 2025-06-05T23:19:55.6719166Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-05T23:19:55.6720371Z microkernels-prod library is not found. 2025-06-05T23:19:55.6721275Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-05T23:19:55.6722010Z kleidiai library is not found. 2025-06-05T23:19:55.6722691Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-05T23:19:55.6723162Z vulkan_backend library is not found. 2025-06-05T23:19:55.6723626Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-05T23:19:55.6724096Z optimized_kernels library is not found. 2025-06-05T23:19:55.6724662Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-05T23:19:55.6725170Z optimized_portable_kernels library is not found. 2025-06-05T23:19:55.6725674Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-05T23:19:55.6726126Z cpublas library is not found. 2025-06-05T23:19:55.6726573Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-05T23:19:55.6727419Z eigen_blas library is not found. 2025-06-05T23:19:55.6728271Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-05T23:19:55.6729126Z optimized_ops_lib library is not found. 2025-06-05T23:19:55.6730131Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-05T23:19:55.6731196Z optimized_native_cpu_ops_lib library is not found. 2025-06-05T23:19:55.6732151Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-05T23:19:55.6733056Z quantized_ops_aot_lib library is not found. 2025-06-05T23:19:55.6733948Z If needed rebuild with the proper options in CMakeLists.txt 2025-06-05T23:19:55.6735213Z -- executorch: Using source file list /pytorch/executorch/build-x86/examples/qualcomm/../../executorch_srcs.cmake 2025-06-05T23:19:55.6736462Z -- Generating operator lib: 2025-06-05T23:19:55.6736999Z -- LIB_NAME: full_portable_ops_lib 2025-06-05T23:19:55.6737517Z -- OPS_SCHEMA_YAML: 2025-06-05T23:19:55.6737897Z -- ROOT_OPS: 2025-06-05T23:19:55.6738289Z -- INCLUDE_ALL_OPS: ON 2025-06-05T23:19:55.6740377Z 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-06-05T23:19:55.6742105Z -- Generating kernel bindings: 2025-06-05T23:19:55.6742625Z -- LIB_NAME: full_portable_ops_lib 2025-06-05T23:19:55.6743621Z -- FUNCTIONS_YAML: /pytorch/executorch/examples/qualcomm/../../kernels/portable/functions.yaml 2025-06-05T23:19:55.6744613Z -- CUSTOM_OPS_YAML: 2025-06-05T23:19:55.6745181Z -- ADD_EXCEPTION_BOUNDARY: FALSE 2025-06-05T23:19:55.6745709Z -- Generating operator lib: 2025-06-05T23:19:55.6746159Z -- LIB_NAME: full_portable_ops_lib 2025-06-05T23:19:55.6746712Z -- KERNEL_LIBS: portable_kernels 2025-06-05T23:19:55.6747214Z -- DEPS: executorch 2025-06-05T23:19:55.6747711Z -- Performing Test ABSL_INTERNAL_AT_LEAST_CXX17 2025-06-05T23:19:55.6748394Z -- Performing Test ABSL_INTERNAL_AT_LEAST_CXX17 - Success 2025-06-05T23:19:55.6749118Z -- Performing Test ABSL_INTERNAL_AT_LEAST_CXX20 2025-06-05T23:19:55.6749828Z -- Performing Test ABSL_INTERNAL_AT_LEAST_CXX20 - Failed 2025-06-05T23:19:55.6750638Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD 2025-06-05T23:19:55.6751168Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success 2025-06-05T23:19:55.6751758Z -- Found Threads: TRUE 2025-06-05T23:19:55.6753275Z CMake Warning at /pytorch/executorch/extension/llm/tokenizers/third-party/abseil-cpp/CMakeLists.txt:177 (message): 2025-06-05T23:19:55.6755721Z 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-06-05T23:19:55.6757288Z 2025-06-05T23:19:55.6757466Z  2025-06-05T23:19:55.6757821Z -- Configuring done (1.2s) 2025-06-05T23:19:55.6758446Z -- Generating done (0.2s) 2025-06-05T23:19:55.6759872Z -- Build files have been written to: /pytorch/executorch/build-x86/examples/qualcomm 2025-06-05T23:19:55.6760755Z + cmake --build examples/qualcomm -j7 2025-06-05T23:19:55.6761741Z [ 0%] Generating selected_operators.yaml for full_portable_ops_lib 2025-06-05T23:19:55.6763490Z [ 1%] Building CXX object abseil-cpp/absl/base/CMakeFiles/log_severity.dir/log_severity.cc.o 2025-06-05T23:19:55.6765232Z [ 2%] Building CXX object abseil-cpp/absl/base/CMakeFiles/spinlock_wait.dir/internal/spinlock_wait.cc.o 2025-06-05T23:19:55.6766976Z [ 3%] Building CXX object abseil-cpp/absl/base/CMakeFiles/strerror.dir/internal/strerror.cc.o 2025-06-05T23:19:55.6768928Z [ 4%] Building CXX object abseil-cpp/absl/debugging/CMakeFiles/utf8_for_code_point.dir/internal/utf8_for_code_point.cc.o 2025-06-05T23:19:55.6770983Z [ 4%] Building CXX object abseil-cpp/absl/time/CMakeFiles/time_zone.dir/internal/cctz/src/time_zone_fixed.cc.o 2025-06-05T23:19:55.6772674Z [ 4%] Building CXX object abseil-cpp/absl/numeric/CMakeFiles/int128.dir/int128.cc.o 2025-06-05T23:19:55.6773946Z [ 4%] Linking CXX static library libabsl_utf8_for_code_point.a 2025-06-05T23:19:55.6774710Z [ 4%] Built target utf8_for_code_point 2025-06-05T23:19:55.6775572Z [ 4%] Linking CXX static library libabsl_spinlock_wait.a 2025-06-05T23:19:55.6777369Z [ 4%] Building CXX object abseil-cpp/absl/profiling/CMakeFiles/exponential_biased.dir/internal/exponential_biased.cc.o 2025-06-05T23:19:55.6778958Z [ 4%] Linking CXX static library libabsl_log_severity.a 2025-06-05T23:19:55.6779690Z [ 4%] Built target spinlock_wait 2025-06-05T23:19:55.6781048Z [ 4%] Building CXX object abseil-cpp/absl/time/CMakeFiles/civil_time.dir/internal/cctz/src/civil_time_detail.cc.o 2025-06-05T23:19:55.6782602Z [ 4%] Linking CXX static library libabsl_strerror.a 2025-06-05T23:19:55.6783306Z [ 4%] Built target log_severity 2025-06-05T23:19:55.6784477Z [ 4%] Building CXX object abseil-cpp/absl/debugging/CMakeFiles/leak_check.dir/leak_check.cc.o 2025-06-05T23:19:55.6785505Z [ 4%] Built target strerror 2025-06-05T23:19:55.6786890Z [ 4%] Building CXX object abseil-cpp/absl/time/CMakeFiles/time_zone.dir/internal/cctz/src/time_zone_format.cc.o 2025-06-05T23:19:55.6789078Z [ 4%] Building CXX object abseil-cpp/absl/flags/CMakeFiles/flags_commandlineflag_internal.dir/internal/commandlineflag.cc.o 2025-06-05T23:19:55.6790596Z [ 4%] Generating code for kernel registration 2025-06-05T23:19:55.6791454Z [ 4%] Linking CXX static library libabsl_int128.a 2025-06-05T23:19:55.6792368Z [ 5%] Linking CXX static library libabsl_leak_check.a 2025-06-05T23:19:55.6793033Z [ 5%] Built target int128 2025-06-05T23:19:55.6793849Z [ 6%] Linking CXX static library libabsl_exponential_biased.a 2025-06-05T23:19:55.6794619Z [ 6%] Built target leak_check 2025-06-05T23:19:55.6795916Z [ 6%] Building CXX object abseil-cpp/absl/log/CMakeFiles/log_internal_nullguard.dir/internal/nullguard.cc.o 2025-06-05T23:19:55.6797510Z [ 6%] Linking CXX static library libabsl_flags_commandlineflag_internal.a 2025-06-05T23:19:55.6798587Z [ 6%] Linking CXX static library libabsl_civil_time.a 2025-06-05T23:19:55.6800246Z [ 6%] Building CXX object abseil-cpp/absl/random/CMakeFiles/random_seed_gen_exception.dir/seed_gen_exception.cc.o 2025-06-05T23:19:55.6801323Z [ 6%] Built target exponential_biased 2025-06-05T23:19:55.6802747Z [ 6%] Building CXX object abseil-cpp/absl/random/CMakeFiles/random_internal_platform.dir/internal/randen_round_keys.cc.o 2025-06-05T23:19:55.6803832Z [ 6%] Built target civil_time 2025-06-05T23:19:55.6804325Z [ 6%] Built target flags_commandlineflag_internal 2025-06-05T23:19:55.6805808Z [ 7%] Building CXX object abseil-cpp/absl/base/CMakeFiles/raw_logging_internal.dir/internal/raw_logging.cc.o 2025-06-05T23:19:55.6807862Z [ 7%] Building CXX object abseil-cpp/absl/debugging/CMakeFiles/decode_rust_punycode.dir/internal/decode_rust_punycode.cc.o 2025-06-05T23:19:55.6809919Z [ 8%] Building CXX object abseil-cpp/absl/time/CMakeFiles/time_zone.dir/internal/cctz/src/time_zone_if.cc.o 2025-06-05T23:19:55.6811535Z [ 9%] Linking CXX static library libabsl_log_internal_nullguard.a 2025-06-05T23:19:55.6812841Z [ 9%] Linking CXX static library libabsl_random_internal_platform.a 2025-06-05T23:19:55.6813662Z [ 9%] Built target log_internal_nullguard 2025-06-05T23:19:55.6814623Z [ 9%] Linking CXX static library libabsl_random_seed_gen_exception.a 2025-06-05T23:19:55.6815461Z [ 9%] Built target random_internal_platform 2025-06-05T23:19:55.6816937Z [ 9%] Building CXX object abseil-cpp/absl/profiling/CMakeFiles/periodic_sampler.dir/internal/periodic_sampler.cc.o 2025-06-05T23:19:55.6819166Z [ 9%] Building CXX object abseil-cpp/absl/random/CMakeFiles/random_internal_randen_hwaes_impl.dir/internal/randen_hwaes.cc.o 2025-06-05T23:19:55.6820521Z [ 9%] Built target random_seed_gen_exception 2025-06-05T23:19:55.6822011Z [ 10%] Building CXX object abseil-cpp/absl/random/CMakeFiles/random_internal_randen_slow.dir/internal/randen_slow.cc.o 2025-06-05T23:19:55.6823524Z [ 10%] Linking CXX static library libabsl_raw_logging_internal.a 2025-06-05T23:19:55.6824342Z [ 10%] Built target raw_logging_internal 2025-06-05T23:19:55.6825712Z [ 10%] Building CXX object abseil-cpp/absl/time/CMakeFiles/time_zone.dir/internal/cctz/src/time_zone_info.cc.o 2025-06-05T23:19:55.6827598Z [ 10%] Building CXX object abseil-cpp/absl/time/CMakeFiles/time_zone.dir/internal/cctz/src/time_zone_impl.cc.o 2025-06-05T23:19:55.6829253Z [ 11%] Linking CXX static library libabsl_decode_rust_punycode.a 2025-06-05T23:19:55.6830358Z [ 11%] Linking CXX static library libabsl_periodic_sampler.a 2025-06-05T23:19:55.6831155Z [ 11%] Built target decode_rust_punycode 2025-06-05T23:19:55.6831721Z [ 11%] Built target periodic_sampler 2025-06-05T23:19:55.6832911Z [ 12%] Building CXX object abseil-cpp/absl/base/CMakeFiles/base.dir/internal/cycleclock.cc.o 2025-06-05T23:19:55.6834726Z [ 13%] Building CXX object abseil-cpp/absl/base/CMakeFiles/throw_delegate.dir/internal/throw_delegate.cc.o 2025-06-05T23:19:55.6836472Z [ 13%] Building CXX object abseil-cpp/absl/base/CMakeFiles/base.dir/internal/spinlock.cc.o 2025-06-05T23:19:56.8726202Z [ 13%] Linking CXX static library libabsl_random_internal_randen_slow.a 2025-06-05T23:19:56.8727560Z [ 13%] Building CXX object abseil-cpp/absl/base/CMakeFiles/base.dir/internal/sysinfo.cc.o 2025-06-05T23:19:56.8729122Z [ 14%] Building CXX object abseil-cpp/absl/time/CMakeFiles/time_zone.dir/internal/cctz/src/time_zone_libc.cc.o 2025-06-05T23:19:56.8730336Z [ 14%] Built target random_internal_randen_slow 2025-06-05T23:19:56.8731674Z [ 14%] Building CXX object abseil-cpp/absl/base/CMakeFiles/scoped_set_env.dir/internal/scoped_set_env.cc.o 2025-06-05T23:19:56.8733128Z [ 14%] Linking CXX static library libabsl_throw_delegate.a 2025-06-05T23:19:56.8734314Z [ 14%] Linking CXX static library libabsl_random_internal_randen_hwaes_impl.a 2025-06-05T23:19:56.8735203Z [ 14%] Built target throw_delegate 2025-06-05T23:19:56.8735818Z [ 14%] Built target random_internal_randen_hwaes_impl 2025-06-05T23:19:56.8737326Z [ 14%] Building CXX object abseil-cpp/absl/debugging/CMakeFiles/debugging_internal.dir/internal/address_is_readable.cc.o 2025-06-05T23:19:56.8739444Z [ 14%] Building CXX object abseil-cpp/absl/debugging/CMakeFiles/debugging_internal.dir/internal/elf_mem_image.cc.o 2025-06-05T23:19:56.8741572Z [ 15%] Building CXX object abseil-cpp/absl/debugging/CMakeFiles/debugging_internal.dir/internal/vdso_support.cc.o 2025-06-05T23:19:56.8743609Z [ 15%] Building CXX object abseil-cpp/absl/time/CMakeFiles/time_zone.dir/internal/cctz/src/time_zone_lookup.cc.o 2025-06-05T23:19:56.8745467Z [ 15%] Linking CXX static library libabsl_scoped_set_env.a 2025-06-05T23:19:56.8746896Z [ 15%] Building CXX object abseil-cpp/absl/base/CMakeFiles/base.dir/internal/thread_identity.cc.o 2025-06-05T23:19:56.8748153Z [ 15%] Built target scoped_set_env 2025-06-05T23:19:56.8749434Z [ 16%] Building CXX object abseil-cpp/absl/base/CMakeFiles/base.dir/internal/unscaledcycleclock.cc.o 2025-06-05T23:19:56.8751303Z [ 17%] Building CXX object abseil-cpp/absl/debugging/CMakeFiles/demangle_rust.dir/internal/demangle_rust.cc.o 2025-06-05T23:19:56.8753231Z [ 17%] Building CXX object abseil-cpp/absl/types/CMakeFiles/bad_variant_access.dir/bad_variant_access.cc.o 2025-06-05T23:19:56.8755111Z [ 17%] Building CXX object abseil-cpp/absl/types/CMakeFiles/bad_optional_access.dir/bad_optional_access.cc.o 2025-06-05T23:19:56.8756617Z [ 17%] Linking CXX static library libabsl_debugging_internal.a 2025-06-05T23:19:56.8757441Z [ 17%] Built target debugging_internal 2025-06-05T23:19:56.8758776Z [ 17%] Building CXX object abseil-cpp/absl/time/CMakeFiles/time_zone.dir/internal/cctz/src/time_zone_posix.cc.o 2025-06-05T23:19:56.8761048Z [ 18%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/cordz_functions.dir/internal/cordz_functions.cc.o 2025-06-05T23:19:56.8762595Z [ 18%] Linking CXX static library libabsl_bad_variant_access.a 2025-06-05T23:19:56.8763598Z [ 18%] Linking CXX static library libabsl_base.a 2025-06-05T23:19:56.8764279Z [ 18%] Built target bad_variant_access 2025-06-05T23:19:56.8764807Z [ 18%] Built target base 2025-06-05T23:19:56.8766097Z [ 18%] Building CXX object abseil-cpp/absl/time/CMakeFiles/time_zone.dir/internal/cctz/src/zone_info_source.cc.o 2025-06-05T23:19:56.8768209Z [ 19%] Building CXX object abseil-cpp/absl/random/CMakeFiles/random_internal_randen_hwaes.dir/internal/randen_detect.cc.o 2025-06-05T23:19:56.8769853Z [ 19%] Linking CXX static library libabsl_demangle_rust.a 2025-06-05T23:19:56.8770929Z [ 20%] Linking CXX static library libabsl_bad_optional_access.a 2025-06-05T23:19:56.8771720Z [ 20%] Built target demangle_rust 2025-06-05T23:19:56.8772953Z [ 20%] Building CXX object abseil-cpp/absl/types/CMakeFiles/bad_any_cast_impl.dir/bad_any_cast.cc.o 2025-06-05T23:19:56.8774051Z [ 20%] Built target bad_optional_access 2025-06-05T23:19:56.8775413Z [ 20%] Building CXX object abseil-cpp/absl/base/CMakeFiles/malloc_internal.dir/internal/low_level_alloc.cc.o 2025-06-05T23:19:56.8776962Z [ 20%] Linking CXX static library libabsl_random_internal_randen_hwaes.a 2025-06-05T23:19:56.8778529Z [ 20%] Building CXX object abseil-cpp/absl/base/CMakeFiles/tracing_internal.dir/internal/tracing.cc.o 2025-06-05T23:19:56.8779700Z [ 20%] Built target random_internal_randen_hwaes 2025-06-05T23:19:56.8780977Z [ 20%] Building CXX object abseil-cpp/absl/debugging/CMakeFiles/stacktrace.dir/stacktrace.cc.o 2025-06-05T23:19:56.8782378Z [ 20%] Linking CXX static library libabsl_bad_any_cast_impl.a 2025-06-05T23:19:56.8783448Z [ 20%] Linking CXX static library libabsl_cordz_functions.a 2025-06-05T23:19:56.8784231Z [ 20%] Built target bad_any_cast_impl 2025-06-05T23:19:56.8784762Z [ 20%] Built target cordz_functions 2025-06-05T23:19:56.8786112Z [ 20%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/strings_internal.dir/internal/ostringstream.cc.o 2025-06-05T23:19:56.8787966Z [ 20%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/strings_internal.dir/internal/utf8.cc.o 2025-06-05T23:19:56.8789319Z [ 21%] Linking CXX static library libabsl_time_zone.a 2025-06-05T23:19:56.8790336Z [ 21%] Linking CXX static library libabsl_tracing_internal.a 2025-06-05T23:19:56.8791079Z [ 21%] Built target tracing_internal 2025-06-05T23:19:56.8791842Z [ 21%] Built target time_zone 2025-06-05T23:19:56.8793161Z [ 21%] Building CXX object abseil-cpp/absl/debugging/CMakeFiles/demangle_internal.dir/internal/demangle.cc.o 2025-06-05T23:19:56.8795029Z [ 21%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/string_view.dir/string_view.cc.o 2025-06-05T23:19:56.8796520Z [ 22%] Linking CXX static library libabsl_malloc_internal.a 2025-06-05T23:19:56.8797962Z [ 23%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/strings_internal.dir/internal/escaping.cc.o 2025-06-05T23:19:56.8799108Z [ 23%] Built target malloc_internal 2025-06-05T23:19:56.8799888Z [ 24%] Linking CXX static library libabsl_stacktrace.a 2025-06-05T23:19:56.8801291Z [ 24%] Building CXX object abseil-cpp/absl/crc/CMakeFiles/crc_cpu_detect.dir/internal/cpu_detect.cc.o 2025-06-05T23:19:56.8802905Z [ 24%] Building CXX object abseil-cpp/absl/hash/CMakeFiles/city.dir/internal/city.cc.o 2025-06-05T23:19:56.8803838Z [ 24%] Built target stacktrace 2025-06-05T23:19:56.8805107Z [ 25%] Building CXX object abseil-cpp/absl/hash/CMakeFiles/low_level_hash.dir/internal/low_level_hash.cc.o 2025-06-05T23:19:56.8806571Z [ 25%] Linking CXX static library libabsl_demangle_internal.a 2025-06-05T23:19:56.8807636Z [ 25%] Linking CXX static library libabsl_string_view.a 2025-06-05T23:19:56.8808357Z [ 25%] Built target demangle_internal 2025-06-05T23:19:56.8809791Z [ 25%] Building CXX object abseil-cpp/absl/log/CMakeFiles/log_internal_conditions.dir/internal/conditions.cc.o 2025-06-05T23:19:56.8810979Z [ 25%] Built target string_view 2025-06-05T23:19:56.8811784Z [ 25%] Linking CXX static library libabsl_crc_cpu_detect.a 2025-06-05T23:19:56.8813334Z [ 25%] Building CXX object abseil-cpp/absl/random/CMakeFiles/random_internal_randen.dir/internal/randen.cc.o 2025-06-05T23:19:56.8814736Z [ 26%] Linking CXX static library libabsl_city.a 2025-06-05T23:19:56.8815422Z [ 26%] Built target crc_cpu_detect 2025-06-05T23:19:56.8816572Z [ 26%] Building CXX object abseil-cpp/absl/base/CMakeFiles/poison.dir/internal/poison.cc.o 2025-06-05T23:19:56.8817530Z [ 26%] Built target city 2025-06-05T23:19:56.8818159Z [ 26%] Linking CXX static library libabsl_strings_internal.a 2025-06-05T23:19:56.8819622Z [ 26%] Building CXX object abseil-cpp/absl/synchronization/CMakeFiles/graphcycles_internal.dir/internal/graphcycles.cc.o 2025-06-05T23:19:56.8820780Z [ 26%] Built target strings_internal 2025-06-05T23:19:56.8821769Z [ 27%] Building CXX object abseil-cpp/absl/crc/CMakeFiles/crc_internal.dir/internal/crc.cc.o 2025-06-05T23:19:56.8823069Z [ 27%] Linking CXX static library libabsl_log_internal_conditions.a 2025-06-05T23:19:56.8824114Z [ 27%] Linking CXX static library libabsl_low_level_hash.a 2025-06-05T23:19:56.8824811Z [ 27%] Built target log_internal_conditions 2025-06-05T23:19:56.8826141Z [ 27%] Building CXX object abseil-cpp/absl/crc/CMakeFiles/crc_internal.dir/internal/crc_x86_arm_combined.cc.o 2025-06-05T23:19:56.8827687Z [ 27%] Linking CXX static library libabsl_random_internal_randen.a 2025-06-05T23:19:56.8828743Z [ 28%] Linking CXX static library libabsl_poison.a 2025-06-05T23:19:56.8829425Z [ 28%] Built target low_level_hash 2025-06-05T23:19:56.8830494Z [ 29%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/strings.dir/ascii.cc.o 2025-06-05T23:19:56.8831460Z [ 29%] Built target random_internal_randen 2025-06-05T23:19:56.8832606Z [ 29%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/strings.dir/charconv.cc.o 2025-06-05T23:19:56.8833594Z [ 29%] Built target poison 2025-06-05T23:19:56.8834632Z [ 29%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/strings.dir/escaping.cc.o 2025-06-05T23:19:56.8835986Z [ 29%] Linking CXX static library libabsl_graphcycles_internal.a 2025-06-05T23:19:56.8836788Z [ 29%] Built target graphcycles_internal 2025-06-05T23:19:56.8838291Z [ 30%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/strings.dir/internal/charconv_bigint.cc.o 2025-06-05T23:19:56.8840177Z [ 30%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/strings.dir/internal/charconv_parse.cc.o 2025-06-05T23:19:56.8842277Z [ 30%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/strings.dir/internal/damerau_levenshtein_distance.cc.o 2025-06-05T23:19:56.8843787Z [ 30%] Linking CXX static library libabsl_crc_internal.a 2025-06-05T23:19:56.8844503Z [ 30%] Built target crc_internal 2025-06-05T23:19:56.8845669Z [ 31%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/strings.dir/internal/memutil.cc.o 2025-06-05T23:19:56.8847467Z [ 31%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/strings.dir/internal/stringify_sink.cc.o 2025-06-05T23:19:56.8849020Z [ 31%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/strings.dir/match.cc.o 2025-06-05T23:19:56.8850572Z [ 31%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/strings.dir/numbers.cc.o 2025-06-05T23:19:56.8852042Z [ 32%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/strings.dir/str_cat.cc.o 2025-06-05T23:19:56.8853556Z [ 32%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/strings.dir/str_replace.cc.o 2025-06-05T23:19:58.1726226Z [ 32%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/strings.dir/str_split.cc.o 2025-06-05T23:19:58.1727777Z [ 33%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/strings.dir/substitute.cc.o 2025-06-05T23:19:58.1728827Z [ 33%] Linking CXX static library libabsl_strings.a 2025-06-05T23:19:58.1729391Z [ 33%] Built target strings 2025-06-05T23:19:58.1730547Z [ 33%] Building CXX object abseil-cpp/absl/flags/CMakeFiles/flags_commandlineflag.dir/commandlineflag.cc.o 2025-06-05T23:19:58.1731936Z [ 33%] Building CXX object abseil-cpp/absl/debugging/CMakeFiles/symbolize.dir/symbolize.cc.o 2025-06-05T23:19:58.1733358Z [ 33%] Building CXX object abseil-cpp/absl/time/CMakeFiles/time.dir/civil_time.cc.o 2025-06-05T23:19:58.1734784Z [ 34%] Building CXX object abseil-cpp/absl/hash/CMakeFiles/hash.dir/internal/hash.cc.o 2025-06-05T23:19:58.1736577Z [ 35%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/str_format_internal.dir/internal/str_format/arg.cc.o 2025-06-05T23:19:58.1738521Z [ 35%] Building CXX object abseil-cpp/absl/log/CMakeFiles/log_internal_proto.dir/internal/proto.cc.o 2025-06-05T23:19:58.1740602Z [ 35%] Building CXX object CMakeFiles/full_portable_ops_lib.dir/full_portable_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp.o 2025-06-05T23:19:58.1742264Z [ 36%] Linking CXX static library libabsl_flags_commandlineflag.a 2025-06-05T23:19:58.1743410Z [ 36%] Linking CXX static library libabsl_log_internal_proto.a 2025-06-05T23:19:58.1744192Z [ 36%] Built target flags_commandlineflag 2025-06-05T23:19:58.1744806Z [ 36%] Built target log_internal_proto 2025-06-05T23:19:58.1745675Z [ 37%] Linking CXX static library libfull_portable_ops_lib.a 2025-06-05T23:19:58.1746694Z [ 38%] Linking CXX static library libabsl_symbolize.a 2025-06-05T23:19:58.1748128Z [ 38%] Building CXX object abseil-cpp/absl/log/CMakeFiles/log_internal_fnmatch.dir/internal/fnmatch.cc.o 2025-06-05T23:19:58.1750088Z [ 38%] Building CXX object abseil-cpp/absl/random/CMakeFiles/random_distributions.dir/discrete_distribution.cc.o 2025-06-05T23:19:58.1751337Z [ 38%] Built target full_portable_ops_lib 2025-06-05T23:19:58.1752144Z [ 38%] Linking CXX static library libabsl_hash.a 2025-06-05T23:19:58.1753639Z [ 38%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/str_format_internal.dir/internal/str_format/bind.cc.o 2025-06-05T23:19:58.1754814Z [ 38%] Built target symbolize 2025-06-05T23:19:58.1756217Z [ 38%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/str_format_internal.dir/internal/str_format/extension.cc.o 2025-06-05T23:19:58.1758715Z [ 38%] Building CXX object abseil-cpp/absl/random/CMakeFiles/random_internal_seed_material.dir/internal/seed_material.cc.o 2025-06-05T23:19:58.1760724Z [ 39%] Building CXX object abseil-cpp/absl/time/CMakeFiles/time.dir/clock.cc.o 2025-06-05T23:19:58.1761772Z [ 39%] Built target hash 2025-06-05T23:19:58.1763152Z [ 39%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/str_format_internal.dir/internal/str_format/float_conversion.cc.o 2025-06-05T23:19:58.1764815Z [ 40%] Linking CXX static library libabsl_log_internal_fnmatch.a 2025-06-05T23:19:58.1765611Z [ 40%] Built target log_internal_fnmatch 2025-06-05T23:19:58.1766682Z [ 40%] Building CXX object abseil-cpp/absl/time/CMakeFiles/time.dir/duration.cc.o 2025-06-05T23:19:58.1768468Z [ 41%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/str_format_internal.dir/internal/str_format/output.cc.o 2025-06-05T23:19:58.1770683Z [ 41%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/str_format_internal.dir/internal/str_format/parser.cc.o 2025-06-05T23:19:58.1772766Z [ 41%] Building CXX object abseil-cpp/absl/random/CMakeFiles/random_distributions.dir/gaussian_distribution.cc.o 2025-06-05T23:19:58.1774479Z [ 41%] Building CXX object abseil-cpp/absl/time/CMakeFiles/time.dir/format.cc.o 2025-06-05T23:19:58.1775824Z [ 42%] Building CXX object abseil-cpp/absl/time/CMakeFiles/time.dir/time.cc.o 2025-06-05T23:19:58.1777111Z [ 43%] Linking CXX static library libabsl_random_internal_seed_material.a 2025-06-05T23:19:58.1778022Z [ 43%] Built target random_internal_seed_material 2025-06-05T23:19:58.1779345Z [ 43%] Building CXX object executor_runner/CMakeFiles/qnn_executor_runner.dir/qnn_executor_runner.cpp.o 2025-06-05T23:19:58.1781568Z [ 43%] Building CXX object executor_runner/CMakeFiles/qnn_executor_runner.dir/pytorch/executorch/extension/data_loader/file_data_loader.cpp.o 2025-06-05T23:19:58.1784061Z [ 43%] Building CXX object executor_runner/CMakeFiles/qnn_executor_runner.dir/pytorch/executorch/extension/evalue_util/print_evalue.cpp.o 2025-06-05T23:19:58.1785822Z [ 44%] Linking CXX static library libabsl_random_distributions.a 2025-06-05T23:19:58.1786955Z [ 44%] Linking CXX static library libabsl_str_format_internal.a 2025-06-05T23:19:58.1787754Z [ 44%] Built target random_distributions 2025-06-05T23:19:58.1789301Z [ 45%] Building CXX object executor_runner/CMakeFiles/qnn_executor_runner.dir/pytorch/executorch/extension/runner_util/inputs.cpp.o 2025-06-05T23:19:58.1791720Z [ 46%] Building CXX object oss_scripts/llama/CMakeFiles/custom_ops.dir/pytorch/executorch/extension/llm/custom_ops/op_fallback.cpp.o 2025-06-05T23:19:58.1793121Z [ 46%] Built target str_format_internal 2025-06-05T23:19:58.1793911Z [ 46%] Linking CXX static library libabsl_time.a 2025-06-05T23:19:58.1795305Z [ 47%] Building CXX object abseil-cpp/absl/debugging/CMakeFiles/examine_stack.dir/internal/examine_stack.cc.o 2025-06-05T23:19:58.1796470Z [ 47%] Built target time 2025-06-05T23:19:58.1797645Z [ 48%] Building CXX object abseil-cpp/absl/flags/CMakeFiles/flags_marshalling.dir/marshalling.cc.o 2025-06-05T23:19:58.1799737Z [ 48%] Building CXX object abseil-cpp/absl/flags/CMakeFiles/flags_private_handle_accessor.dir/internal/private_handle_accessor.cc.o 2025-06-05T23:19:58.1801789Z [ 49%] Building CXX object abseil-cpp/absl/log/CMakeFiles/log_internal_globals.dir/internal/globals.cc.o 2025-06-05T23:19:58.1804004Z [ 49%] Building CXX object executor_runner/CMakeFiles/qnn_executor_runner.dir/pytorch/executorch/extension/runner_util/inputs_portable.cpp.o 2025-06-05T23:19:58.1805697Z [ 49%] Linking CXX static library libcustom_ops.a 2025-06-05T23:19:58.1807618Z [ 49%] Building CXX object executor_runner/CMakeFiles/qnn_executor_runner.dir/pytorch/executorch/runtime/executor/test/test_backend_compiler_lib.cpp.o 2025-06-05T23:19:58.1809883Z [ 49%] Linking CXX static library libabsl_examine_stack.a 2025-06-05T23:19:58.1810618Z [ 49%] Built target custom_ops 2025-06-05T23:19:58.1811650Z [ 49%] Building CXX object abseil-cpp/absl/log/CMakeFiles/log_entry.dir/log_entry.cc.o 2025-06-05T23:19:58.1813146Z [ 49%] Linking CXX static library libabsl_flags_private_handle_accessor.a 2025-06-05T23:19:58.1813994Z [ 49%] Built target examine_stack 2025-06-05T23:19:58.1815378Z [ 49%] Building CXX object abseil-cpp/absl/random/CMakeFiles/random_internal_pool_urbg.dir/internal/pool_urbg.cc.o 2025-06-05T23:19:58.1817042Z [ 49%] Built target flags_private_handle_accessor 2025-06-05T23:19:58.1818609Z [ 49%] Building CXX object abseil-cpp/absl/random/CMakeFiles/random_internal_distribution_test_util.dir/internal/chi_square.cc.o 2025-06-05T23:19:58.1820311Z [ 49%] Linking CXX static library libabsl_log_internal_globals.a 2025-06-05T23:19:58.1821428Z [ 49%] Linking CXX static library libabsl_flags_marshalling.a 2025-06-05T23:19:58.1822214Z [ 49%] Built target flags_marshalling 2025-06-05T23:19:58.1822753Z [ 49%] Built target log_internal_globals 2025-06-05T23:19:58.1824397Z [ 49%] Building CXX object abseil-cpp/absl/random/CMakeFiles/random_internal_distribution_test_util.dir/internal/distribution_test_util.cc.o 2025-06-05T23:19:58.1827297Z [ 50%] Building CXX object abseil-cpp/absl/synchronization/CMakeFiles/kernel_timeout_internal.dir/internal/kernel_timeout.cc.o 2025-06-05T23:19:58.1829153Z [ 50%] Building CXX object abseil-cpp/absl/crc/CMakeFiles/crc32c.dir/crc32c.cc.o 2025-06-05T23:19:58.1830441Z In file included from /pytorch/executorch/runtime/executor/test/test_backend_compiler_lib.cpp:9: 2025-06-05T23:19:58.1831987Z In file included from /pytorch/executorch/examples/qualcomm/../../../executorch/runtime/backend/interface.h:14: 2025-06-05T23:19:58.1834613Z /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-06-05T23:19:58.1836809Z const NamedDataMap* named_data_map = nullptr) 2025-06-05T23:19:58.1837385Z ^ 2025-06-05T23:19:58.1838734Z /pytorch/executorch/examples/qualcomm/../../../executorch/runtime/core/named_data_map.h:30:7: note: 'NamedDataMap' has been explicitly marked deprecated here 2025-06-05T23:19:58.1840265Z class ET_EXPERIMENTAL NamedDataMap { 2025-06-05T23:19:58.1840776Z ^ 2025-06-05T23:19:58.1841957Z /pytorch/executorch/examples/qualcomm/../../../executorch/runtime/platform/compiler.h:80:5: note: expanded from macro 'ET_EXPERIMENTAL' 2025-06-05T23:19:58.1843536Z [[deprecated("This API is experimental and may change without notice.")]] 2025-06-05T23:19:58.1844257Z ^ 2025-06-05T23:19:58.1845056Z In file included from /pytorch/executorch/runtime/executor/test/test_backend_compiler_lib.cpp:9: 2025-06-05T23:19:58.1846683Z In file included from /pytorch/executorch/examples/qualcomm/../../../executorch/runtime/backend/interface.h:14: 2025-06-05T23:19:58.1849361Z /pytorch/executorch/examples/qualcomm/../../../executorch/runtime/backend/backend_init_context.h:68:9: warning: 'NamedDataMap' is deprecated: This API is experimental and may change without notice. [-Wdeprecated-declarations] 2025-06-05T23:19:58.1851616Z const NamedDataMap* get_named_data_map() const { 2025-06-05T23:19:58.1852221Z ^ 2025-06-05T23:19:58.1853535Z /pytorch/executorch/examples/qualcomm/../../../executorch/runtime/core/named_data_map.h:30:7: note: 'NamedDataMap' has been explicitly marked deprecated here 2025-06-05T23:19:58.1855081Z class ET_EXPERIMENTAL NamedDataMap { 2025-06-05T23:19:58.1855594Z ^ 2025-06-05T23:19:59.5195088Z /pytorch/executorch/examples/qualcomm/../../../executorch/runtime/platform/compiler.h:80:5: note: expanded from macro 'ET_EXPERIMENTAL' 2025-06-05T23:19:59.5196755Z [[deprecated("This API is experimental and may change without notice.")]] 2025-06-05T23:19:59.5197809Z ^ 2025-06-05T23:19:59.5198628Z In file included from /pytorch/executorch/runtime/executor/test/test_backend_compiler_lib.cpp:9: 2025-06-05T23:19:59.5200235Z In file included from /pytorch/executorch/examples/qualcomm/../../../executorch/runtime/backend/interface.h:14: 2025-06-05T23:19:59.5202979Z /pytorch/executorch/examples/qualcomm/../../../executorch/runtime/backend/backend_init_context.h:76:9: warning: 'NamedDataMap' is deprecated: This API is experimental and may change without notice. [-Wdeprecated-declarations] 2025-06-05T23:19:59.5205297Z const NamedDataMap* named_data_map_ = nullptr; 2025-06-05T23:19:59.5205873Z ^ 2025-06-05T23:19:59.5207195Z /pytorch/executorch/examples/qualcomm/../../../executorch/runtime/core/named_data_map.h:30:7: note: 'NamedDataMap' has been explicitly marked deprecated here 2025-06-05T23:19:59.5208697Z class ET_EXPERIMENTAL NamedDataMap { 2025-06-05T23:19:59.5209199Z ^ 2025-06-05T23:19:59.5210502Z /pytorch/executorch/examples/qualcomm/../../../executorch/runtime/platform/compiler.h:80:5: note: expanded from macro 'ET_EXPERIMENTAL' 2025-06-05T23:19:59.5212113Z [[deprecated("This API is experimental and may change without notice.")]] 2025-06-05T23:19:59.5212879Z ^ 2025-06-05T23:19:59.5213216Z 3 warnings generated. 2025-06-05T23:19:59.5214104Z [ 51%] Linking CXX executable qnn_executor_runner 2025-06-05T23:19:59.5215039Z [ 51%] Linking CXX static library libabsl_log_entry.a 2025-06-05T23:19:59.5216453Z [ 51%] Building CXX object abseil-cpp/absl/crc/CMakeFiles/crc32c.dir/internal/crc_memcpy_fallback.cc.o 2025-06-05T23:19:59.5217566Z [ 51%] Built target log_entry 2025-06-05T23:19:59.5218867Z [ 52%] Building CXX object abseil-cpp/absl/crc/CMakeFiles/crc32c.dir/internal/crc_memcpy_x86_arm_combined.cc.o 2025-06-05T23:19:59.5220445Z [ 53%] Linking CXX static library libabsl_random_internal_pool_urbg.a 2025-06-05T23:19:59.5221314Z [ 53%] Built target random_internal_pool_urbg 2025-06-05T23:19:59.5222818Z [ 53%] Building CXX object abseil-cpp/absl/debugging/CMakeFiles/failure_signal_handler.dir/failure_signal_handler.cc.o 2025-06-05T23:19:59.5224605Z [ 54%] Linking CXX static library libabsl_random_internal_distribution_test_util.a 2025-06-05T23:19:59.5225894Z [ 54%] Linking CXX static library libabsl_kernel_timeout_internal.a 2025-06-05T23:19:59.5226808Z [ 54%] Built target random_internal_distribution_test_util 2025-06-05T23:19:59.5228235Z [ 54%] Building CXX object abseil-cpp/absl/crc/CMakeFiles/crc32c.dir/internal/crc_non_temporal_memcpy.cc.o 2025-06-05T23:19:59.5230146Z [ 54%] Building CXX object abseil-cpp/absl/log/CMakeFiles/log_internal_format.dir/internal/log_format.cc.o 2025-06-05T23:19:59.5231323Z [ 54%] Built target kernel_timeout_internal 2025-06-05T23:19:59.5232403Z [ 54%] Building CXX object abseil-cpp/absl/log/CMakeFiles/log_sink.dir/log_sink.cc.o 2025-06-05T23:19:59.5233724Z [ 54%] Linking CXX static library libabsl_failure_signal_handler.a 2025-06-05T23:19:59.5234533Z [ 54%] Built target failure_signal_handler 2025-06-05T23:19:59.5235778Z [ 55%] Building CXX object abseil-cpp/absl/random/CMakeFiles/random_seed_sequences.dir/seed_sequences.cc.o 2025-06-05T23:19:59.5237691Z [ 55%] Building CXX object abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/barrier.cc.o 2025-06-05T23:19:59.5239711Z [ 55%] Building CXX object abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/blocking_counter.cc.o 2025-06-05T23:19:59.5241211Z [ 55%] Linking CXX static library libabsl_log_sink.a 2025-06-05T23:19:59.5242250Z [ 55%] Linking CXX static library libabsl_log_internal_format.a 2025-06-05T23:19:59.5243032Z [ 55%] Built target log_sink 2025-06-05T23:19:59.5244565Z [ 56%] Building CXX object abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/internal/create_thread_identity.cc.o 2025-06-05T23:19:59.5246156Z [ 56%] Built target log_internal_format 2025-06-05T23:19:59.5247645Z [ 56%] Building CXX object abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/internal/futex_waiter.cc.o 2025-06-05T23:19:59.5248934Z [ 56%] Built target qnn_executor_runner 2025-06-05T23:19:59.5251249Z [ 56%] Building CXX object abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/internal/per_thread_sem.cc.o 2025-06-05T23:19:59.5252728Z [ 56%] Linking CXX static library libabsl_crc32c.a 2025-06-05T23:19:59.5253390Z [ 56%] Built target crc32c 2025-06-05T23:19:59.5254540Z [ 57%] Building CXX object abseil-cpp/absl/crc/CMakeFiles/crc_cord_state.dir/internal/crc_cord_state.cc.o 2025-06-05T23:19:59.5256001Z [ 57%] Linking CXX static library libabsl_random_seed_sequences.a 2025-06-05T23:19:59.5256819Z [ 57%] Built target random_seed_sequences 2025-06-05T23:19:59.5258328Z [ 57%] Building CXX object abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/internal/pthread_waiter.cc.o 2025-06-05T23:19:59.5262201Z [ 58%] Building CXX object abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/internal/sem_waiter.cc.o 2025-06-05T23:19:59.5264394Z [ 58%] Building CXX object abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/internal/stdcpp_waiter.cc.o 2025-06-05T23:19:59.5266518Z [ 58%] Building CXX object abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/internal/waiter_base.cc.o 2025-06-05T23:19:59.5268586Z [ 59%] Building CXX object abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/internal/win32_waiter.cc.o 2025-06-05T23:19:59.5270644Z [ 59%] Building CXX object abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/notification.cc.o 2025-06-05T23:19:59.5272593Z [ 59%] Building CXX object abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/mutex.cc.o 2025-06-05T23:19:59.5274017Z [ 59%] Linking CXX static library libabsl_crc_cord_state.a 2025-06-05T23:19:59.5274781Z [ 59%] Built target crc_cord_state 2025-06-05T23:19:59.5276103Z [ 60%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/cord_internal.dir/internal/cord_internal.cc.o 2025-06-05T23:19:59.5277739Z [ 60%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/cord_internal.dir/internal/cord_rep_btree.cc.o 2025-06-05T23:19:59.5279804Z [ 60%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/cord_internal.dir/internal/cord_rep_btree_navigator.cc.o 2025-06-05T23:19:59.5281906Z [ 61%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/cord_internal.dir/internal/cord_rep_btree_reader.cc.o 2025-06-05T23:19:59.5283790Z [ 61%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/cord_internal.dir/internal/cord_rep_crc.cc.o 2025-06-05T23:19:59.5285736Z [ 61%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/cord_internal.dir/internal/cord_rep_consume.cc.o 2025-06-05T23:19:59.5287253Z [ 61%] Linking CXX static library libabsl_synchronization.a 2025-06-05T23:19:59.5288031Z [ 61%] Built target synchronization 2025-06-05T23:19:59.5289574Z [ 61%] Building CXX object abseil-cpp/absl/container/CMakeFiles/hashtablez_sampler.dir/internal/hashtablez_sampler.cc.o 2025-06-05T23:19:59.5291659Z [ 61%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/cordz_handle.dir/internal/cordz_handle.cc.o 2025-06-05T23:19:59.5293611Z [ 62%] Building CXX object abseil-cpp/absl/flags/CMakeFiles/flags_program_name.dir/internal/program_name.cc.o 2025-06-05T23:19:59.5295573Z [ 62%] Building CXX object abseil-cpp/absl/log/CMakeFiles/vlog_config_internal.dir/internal/vlog_config.cc.o 2025-06-05T23:19:59.5297861Z [ 63%] Building CXX object abseil-cpp/absl/container/CMakeFiles/hashtablez_sampler.dir/internal/hashtablez_sampler_force_weak_definition.cc.o 2025-06-05T23:19:59.5299682Z [ 63%] Linking CXX static library libabsl_cord_internal.a 2025-06-05T23:19:59.5300650Z [ 63%] Built target cord_internal 2025-06-05T23:19:59.5301523Z [ 63%] Linking CXX static library libabsl_flags_program_name.a 2025-06-05T23:19:59.5302298Z [ 63%] Built target flags_program_name 2025-06-05T23:19:59.5303207Z [ 64%] Linking CXX static library libabsl_vlog_config_internal.a 2025-06-05T23:19:59.5304748Z [ 65%] Building CXX object abseil-cpp/absl/flags/CMakeFiles/flags_config.dir/usage_config.cc.o 2025-06-05T23:19:59.5305822Z [ 65%] Built target vlog_config_internal 2025-06-05T23:19:59.5306923Z [ 65%] Building CXX object abseil-cpp/absl/log/CMakeFiles/log_globals.dir/globals.cc.o 2025-06-05T23:19:59.5308169Z [ 66%] Linking CXX static library libabsl_cordz_handle.a 2025-06-05T23:19:59.5309229Z [ 66%] Linking CXX static library libabsl_hashtablez_sampler.a 2025-06-05T23:19:59.5309986Z [ 66%] Built target cordz_handle 2025-06-05T23:19:59.5310683Z [ 66%] Built target hashtablez_sampler 2025-06-05T23:19:59.5311931Z [ 66%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/cordz_info.dir/internal/cordz_info.cc.o 2025-06-05T23:19:59.5313330Z [ 66%] Linking CXX static library libabsl_flags_config.a 2025-06-05T23:19:59.5314042Z [ 66%] Built target flags_config 2025-06-05T23:19:59.5315257Z [ 66%] Building CXX object abseil-cpp/absl/flags/CMakeFiles/flags_internal.dir/internal/flag.cc.o 2025-06-05T23:19:59.5316610Z [ 66%] Linking CXX static library libabsl_log_globals.a 2025-06-05T23:19:59.5317320Z [ 66%] Built target log_globals 2025-06-05T23:19:59.5318663Z [ 66%] Building CXX object abseil-cpp/absl/log/CMakeFiles/log_internal_log_sink_set.dir/internal/log_sink_set.cc.o 2025-06-05T23:19:59.5320343Z [ 67%] Building CXX object abseil-cpp/absl/log/CMakeFiles/log_initialize.dir/initialize.cc.o 2025-06-05T23:19:59.5321626Z [ 67%] Linking CXX static library libabsl_cordz_info.a 2025-06-05T23:19:59.5322319Z [ 67%] Built target cordz_info 2025-06-05T23:19:59.5323286Z [ 67%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/cord.dir/cord.cc.o 2025-06-05T23:19:59.5324724Z [ 68%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/cord.dir/cord_analysis.cc.o 2025-06-05T23:19:59.5326238Z [ 68%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/cord.dir/cord_buffer.cc.o 2025-06-05T23:20:01.8080590Z [ 68%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/cordz_sample_token.dir/internal/cordz_sample_token.cc.o 2025-06-05T23:20:01.8081856Z [ 68%] Linking CXX static library libabsl_flags_internal.a 2025-06-05T23:20:01.8082690Z [ 68%] Linking CXX static library libabsl_log_initialize.a 2025-06-05T23:20:01.8083287Z [ 68%] Built target flags_internal 2025-06-05T23:20:01.8083746Z [ 68%] Built target log_initialize 2025-06-05T23:20:01.8084585Z [ 68%] Linking CXX static library libabsl_log_internal_log_sink_set.a 2025-06-05T23:20:01.8085532Z [ 69%] Linking CXX static library libabsl_cordz_sample_token.a 2025-06-05T23:20:01.8086242Z [ 69%] Built target log_internal_log_sink_set 2025-06-05T23:20:01.8086771Z [ 69%] Built target cordz_sample_token 2025-06-05T23:20:01.8087905Z [ 70%] Building CXX object abseil-cpp/absl/log/CMakeFiles/log_internal_message.dir/internal/log_message.cc.o 2025-06-05T23:20:01.8089147Z [ 70%] Linking CXX static library libabsl_cord.a 2025-06-05T23:20:01.8089769Z [ 70%] Built target cord 2025-06-05T23:20:01.8090942Z [ 70%] Building CXX object abseil-cpp/absl/container/CMakeFiles/raw_hash_set.dir/internal/raw_hash_set.cc.o 2025-06-05T23:20:01.8092707Z [ 70%] Building CXX object abseil-cpp/absl/status/CMakeFiles/status.dir/internal/status_internal.cc.o 2025-06-05T23:20:01.8094297Z [ 70%] Building CXX object abseil-cpp/absl/status/CMakeFiles/status.dir/status.cc.o 2025-06-05T23:20:01.8095923Z [ 70%] Building CXX object abseil-cpp/absl/status/CMakeFiles/status.dir/status_payload_printer.cc.o 2025-06-05T23:20:01.8097642Z [ 70%] Linking CXX static library libabsl_log_internal_message.a 2025-06-05T23:20:01.8098430Z [ 70%] Built target log_internal_message 2025-06-05T23:20:01.8099550Z [ 70%] Building CXX object abseil-cpp/absl/log/CMakeFiles/die_if_null.dir/die_if_null.cc.o 2025-06-05T23:20:01.8101447Z [ 70%] Building CXX object abseil-cpp/absl/log/CMakeFiles/log_internal_check_op.dir/internal/check_op.cc.o 2025-06-05T23:20:01.8102789Z [ 70%] Linking CXX static library libabsl_raw_hash_set.a 2025-06-05T23:20:01.8103691Z [ 71%] Linking CXX static library libabsl_status.a 2025-06-05T23:20:01.8104281Z [ 71%] Built target raw_hash_set 2025-06-05T23:20:01.8105324Z [ 71%] Building CXX object abseil-cpp/absl/flags/CMakeFiles/flags_reflection.dir/reflection.cc.o 2025-06-05T23:20:01.8106225Z [ 71%] Built target status 2025-06-05T23:20:01.8107183Z [ 71%] Building CXX object abseil-cpp/absl/status/CMakeFiles/statusor.dir/statusor.cc.o 2025-06-05T23:20:01.8108307Z [ 71%] Linking CXX static library libabsl_die_if_null.a 2025-06-05T23:20:01.8108949Z [ 71%] Built target die_if_null 2025-06-05T23:20:01.8109730Z [ 72%] Linking CXX static library libabsl_log_internal_check_op.a 2025-06-05T23:20:01.8110474Z [ 72%] Built target log_internal_check_op 2025-06-05T23:20:01.8111227Z [ 72%] Linking CXX static library libabsl_statusor.a 2025-06-05T23:20:01.8112099Z [ 72%] Linking CXX static library libabsl_flags_reflection.a 2025-06-05T23:20:01.8112767Z [ 72%] Built target statusor 2025-06-05T23:20:01.8113211Z [ 72%] Built target flags_reflection 2025-06-05T23:20:01.8114369Z [ 72%] Building CXX object abseil-cpp/absl/flags/CMakeFiles/flags_usage_internal.dir/internal/usage.cc.o 2025-06-05T23:20:01.8115901Z [ 72%] Building CXX object abseil-cpp/absl/log/CMakeFiles/log_flags.dir/flags.cc.o 2025-06-05T23:20:01.8117128Z [ 72%] Building CXX object re2/CMakeFiles/re2.dir/re2/bitmap256.cc.o 2025-06-05T23:20:01.8118252Z [ 73%] Building CXX object re2/CMakeFiles/re2.dir/re2/bitstate.cc.o 2025-06-05T23:20:01.8119320Z [ 73%] Building CXX object re2/CMakeFiles/re2.dir/re2/compile.cc.o 2025-06-05T23:20:01.8120386Z [ 73%] Building CXX object re2/CMakeFiles/re2.dir/re2/dfa.cc.o 2025-06-05T23:20:01.8121497Z [ 73%] Building CXX object re2/CMakeFiles/re2.dir/re2/filtered_re2.cc.o 2025-06-05T23:20:01.8122607Z [ 74%] Linking CXX static library libabsl_flags_usage_internal.a 2025-06-05T23:20:01.8123382Z [ 74%] Built target flags_usage_internal 2025-06-05T23:20:01.8124300Z [ 75%] Building CXX object re2/CMakeFiles/re2.dir/re2/mimics_pcre.cc.o 2025-06-05T23:20:01.8125389Z [ 75%] Building CXX object re2/CMakeFiles/re2.dir/re2/nfa.cc.o 2025-06-05T23:20:01.8126340Z [ 76%] Linking CXX static library libabsl_log_flags.a 2025-06-05T23:20:01.8127362Z [ 76%] Building CXX object re2/CMakeFiles/re2.dir/re2/onepass.cc.o 2025-06-05T23:20:01.8128132Z [ 76%] Built target log_flags 2025-06-05T23:20:01.8129134Z [ 77%] Building CXX object abseil-cpp/absl/flags/CMakeFiles/flags_usage.dir/usage.cc.o 2025-06-05T23:20:01.8130472Z [ 78%] Building CXX object re2/CMakeFiles/re2.dir/re2/parse.cc.o 2025-06-05T23:20:01.8131564Z [ 78%] Building CXX object re2/CMakeFiles/re2.dir/re2/perl_groups.cc.o 2025-06-05T23:20:01.8132703Z [ 78%] Building CXX object re2/CMakeFiles/re2.dir/re2/prefilter.cc.o 2025-06-05T23:20:01.8133840Z [ 79%] Building CXX object re2/CMakeFiles/re2.dir/re2/prefilter_tree.cc.o 2025-06-05T23:20:01.8134964Z [ 79%] Building CXX object re2/CMakeFiles/re2.dir/re2/prog.cc.o 2025-06-05T23:20:01.8135991Z [ 79%] Building CXX object re2/CMakeFiles/re2.dir/re2/re2.cc.o 2025-06-05T23:20:01.8137500Z [ 79%] Building CXX object re2/CMakeFiles/re2.dir/re2/regexp.cc.o 2025-06-05T23:20:01.8138444Z [ 79%] Linking CXX static library libabsl_flags_usage.a 2025-06-05T23:20:01.8139594Z [ 80%] Building CXX object re2/CMakeFiles/re2.dir/re2/set.cc.o 2025-06-05T23:20:01.8140338Z [ 80%] Built target flags_usage 2025-06-05T23:20:01.8141342Z [ 80%] Building CXX object abseil-cpp/absl/flags/CMakeFiles/flags_parse.dir/parse.cc.o 2025-06-05T23:20:01.8142773Z [ 80%] Building CXX object re2/CMakeFiles/re2.dir/re2/simplify.cc.o 2025-06-05T23:20:01.8143891Z [ 80%] Building CXX object re2/CMakeFiles/re2.dir/re2/tostring.cc.o 2025-06-05T23:20:01.8145044Z [ 81%] Building CXX object re2/CMakeFiles/re2.dir/re2/unicode_casefold.cc.o 2025-06-05T23:20:01.8146210Z [ 81%] Building CXX object re2/CMakeFiles/re2.dir/re2/unicode_groups.cc.o 2025-06-05T23:20:01.8148807Z [ 81%] Building CXX object re2/CMakeFiles/re2.dir/util/rune.cc.o 2025-06-05T23:20:01.8149932Z [ 81%] Building CXX object re2/CMakeFiles/re2.dir/util/strutil.cc.o 2025-06-05T23:20:01.8150964Z [ 82%] Linking CXX static library libabsl_flags_parse.a 2025-06-05T23:20:01.8151676Z [ 82%] Built target flags_parse 2025-06-05T23:20:01.8152374Z [ 83%] Linking CXX static library libre2.a 2025-06-05T23:20:01.8152943Z [ 83%] Built target re2 2025-06-05T23:20:01.8154017Z [ 83%] Building CXX object oss_scripts/llama/CMakeFiles/qnn_llama_runner.dir/qnn_llama_runner.cpp.o 2025-06-05T23:20:01.8156050Z [ 83%] Building CXX object qaihub_scripts/stable_diffusion/CMakeFiles/qaihub_stable_diffusion_runner.dir/qaihub_stable_diffusion_runner.cpp.o 2025-06-05T23:20:01.8158301Z [ 83%] Building CXX object qaihub_scripts/stable_diffusion/CMakeFiles/qaihub_stable_diffusion_runner.dir/runner/runner.cpp.o 2025-06-05T23:20:01.8162639Z [ 83%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama2_7b_runner.dir/llama2/qaihub_llama2_7b_runner.cpp.o 2025-06-05T23:20:01.8164470Z [ 83%] Building CXX object oss_scripts/llama/CMakeFiles/qnn_llama_runner.dir/runner/runner.cpp.o 2025-06-05T23:20:01.8166180Z [ 83%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama2_7b_runner.dir/runner/runner.cpp.o 2025-06-05T23:20:01.8168103Z [ 83%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama3_8b_runner.dir/llama3/qaihub_llama3_8b_runner.cpp.o 2025-06-05T23:20:01.8170068Z [ 83%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama3_8b_runner.dir/runner/runner.cpp.o 2025-06-05T23:20:01.8171771Z [ 84%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama3_8b_runner.dir/runner/io_memory.cpp.o 2025-06-05T23:20:01.8173486Z [ 85%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama2_7b_runner.dir/runner/io_memory.cpp.o 2025-06-05T23:20:01.8175123Z [ 86%] Building CXX object oss_scripts/llama/CMakeFiles/qnn_llama_runner.dir/runner/decoder_runner.cpp.o 2025-06-05T23:20:01.8177233Z [ 86%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama3_8b_runner.dir/pytorch/executorch/examples/models/llama/tokenizer/llama_tiktoken.cpp.o 2025-06-05T23:20:01.8178956Z [ 87%] Linking CXX executable qaihub_stable_diffusion_runner 2025-06-05T23:20:01.8180761Z [ 87%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama2_7b_runner.dir/pytorch/executorch/examples/models/llama/tokenizer/llama_tiktoken.cpp.o 2025-06-05T23:20:01.8183220Z [ 87%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama2_7b_runner.dir/pytorch/executorch/extension/evalue_util/print_evalue.cpp.o 2025-06-05T23:20:01.8184610Z [ 87%] Built target qaihub_stable_diffusion_runner 2025-06-05T23:20:01.8186142Z [ 87%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama2_7b_runner.dir/pytorch/executorch/extension/llm/sampler/sampler.cpp.o 2025-06-05T23:20:01.8188571Z [ 88%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama2_7b_runner.dir/pytorch/executorch/extension/llm/tokenizers/src/bpe_tokenizer_base.cpp.o 2025-06-05T23:20:01.8190658Z [ 88%] Building CXX object oss_scripts/llama/CMakeFiles/qnn_llama_runner.dir/runner/prompt_processor.cpp.o 2025-06-05T23:20:01.8192989Z [ 88%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama2_7b_runner.dir/pytorch/executorch/extension/llm/tokenizers/src/hf_tokenizer.cpp.o 2025-06-05T23:20:01.8195525Z [ 88%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama3_8b_runner.dir/pytorch/executorch/extension/evalue_util/print_evalue.cpp.o 2025-06-05T23:20:01.8197982Z [ 88%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama2_7b_runner.dir/pytorch/executorch/extension/llm/tokenizers/src/llama2c_tokenizer.cpp.o 2025-06-05T23:20:01.8200490Z [ 89%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama2_7b_runner.dir/pytorch/executorch/extension/llm/tokenizers/src/pre_tokenizer.cpp.o 2025-06-05T23:20:01.8203102Z [ 89%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama2_7b_runner.dir/pytorch/executorch/extension/llm/tokenizers/src/re2_regex.cpp.o 2025-06-05T23:20:03.6622950Z [ 89%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama3_8b_runner.dir/pytorch/executorch/extension/llm/sampler/sampler.cpp.o 2025-06-05T23:20:03.6624650Z [ 89%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama2_7b_runner.dir/pytorch/executorch/extension/llm/tokenizers/src/regex.cpp.o 2025-06-05T23:20:03.6626005Z [ 89%] Building CXX object oss_scripts/llama/CMakeFiles/qnn_llama_runner.dir/runner/token_generator.cpp.o 2025-06-05T23:20:03.6627331Z [ 90%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama2_7b_runner.dir/pytorch/executorch/extension/llm/tokenizers/src/tiktoken.cpp.o 2025-06-05T23:20:03.6628672Z [ 90%] Building CXX object oss_scripts/llama/CMakeFiles/qnn_llama_runner.dir/runner/rpc_mem.cpp.o 2025-06-05T23:20:03.6630041Z [ 90%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama2_7b_runner.dir/pytorch/executorch/extension/llm/tokenizers/src/token_decoder.cpp.o 2025-06-05T23:20:03.6631873Z [ 91%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama3_8b_runner.dir/pytorch/executorch/extension/llm/tokenizers/src/bpe_tokenizer_base.cpp.o 2025-06-05T23:20:03.6633586Z [ 91%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama3_8b_runner.dir/pytorch/executorch/extension/llm/tokenizers/src/hf_tokenizer.cpp.o 2025-06-05T23:20:03.6635570Z [ 91%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama2_7b_runner.dir/pytorch/executorch/extension/llm/tokenizers/third-party/llama.cpp-unicode/src/unicode-data.cpp.o 2025-06-05T23:20:03.6637667Z [ 91%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama2_7b_runner.dir/pytorch/executorch/extension/llm/tokenizers/third-party/llama.cpp-unicode/src/unicode.cpp.o 2025-06-05T23:20:03.6639130Z [ 92%] Building CXX object oss_scripts/llama/CMakeFiles/qnn_llama_runner.dir/runner/kv_manager.cpp.o 2025-06-05T23:20:03.6640284Z [ 92%] Building CXX object oss_scripts/llama/CMakeFiles/qnn_llama_runner.dir/pytorch/executorch/examples/models/llama/tokenizer/llama_tiktoken.cpp.o 2025-06-05T23:20:03.6641612Z [ 92%] Building CXX object oss_scripts/llama/CMakeFiles/qnn_llama_runner.dir/pytorch/executorch/extension/evalue_util/print_evalue.cpp.o 2025-06-05T23:20:03.6642853Z [ 93%] Building CXX object oss_scripts/llama/CMakeFiles/qnn_llama_runner.dir/pytorch/executorch/extension/llm/sampler/sampler.cpp.o 2025-06-05T23:20:03.6644149Z [ 93%] Building CXX object oss_scripts/llama/CMakeFiles/qnn_llama_runner.dir/pytorch/executorch/extension/llm/tokenizers/src/bpe_tokenizer_base.cpp.o 2025-06-05T23:20:03.6645604Z [ 93%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama3_8b_runner.dir/pytorch/executorch/extension/llm/tokenizers/src/llama2c_tokenizer.cpp.o 2025-06-05T23:20:03.6646563Z [ 94%] Linking CXX executable qaihub_llama2_7b_runner 2025-06-05T23:20:03.6647580Z [ 95%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama3_8b_runner.dir/pytorch/executorch/extension/llm/tokenizers/src/pre_tokenizer.cpp.o 2025-06-05T23:20:03.6649197Z [ 95%] Building CXX object oss_scripts/llama/CMakeFiles/qnn_llama_runner.dir/pytorch/executorch/extension/llm/tokenizers/src/hf_tokenizer.cpp.o 2025-06-05T23:20:03.6650734Z [ 95%] Building CXX object oss_scripts/llama/CMakeFiles/qnn_llama_runner.dir/pytorch/executorch/extension/llm/tokenizers/src/llama2c_tokenizer.cpp.o 2025-06-05T23:20:03.6652142Z [ 95%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama3_8b_runner.dir/pytorch/executorch/extension/llm/tokenizers/src/re2_regex.cpp.o 2025-06-05T23:20:03.6653518Z [ 95%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama3_8b_runner.dir/pytorch/executorch/extension/llm/tokenizers/src/regex.cpp.o 2025-06-05T23:20:03.6654868Z [ 96%] Building CXX object oss_scripts/llama/CMakeFiles/qnn_llama_runner.dir/pytorch/executorch/extension/llm/tokenizers/src/pre_tokenizer.cpp.o 2025-06-05T23:20:03.6656196Z [ 96%] Building CXX object oss_scripts/llama/CMakeFiles/qnn_llama_runner.dir/pytorch/executorch/extension/llm/tokenizers/src/re2_regex.cpp.o 2025-06-05T23:20:03.6656949Z [ 96%] Built target qaihub_llama2_7b_runner 2025-06-05T23:20:03.6657814Z [ 96%] Building CXX object oss_scripts/llama/CMakeFiles/qnn_llama_runner.dir/pytorch/executorch/extension/llm/tokenizers/src/regex.cpp.o 2025-06-05T23:20:03.6659309Z [ 97%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama3_8b_runner.dir/pytorch/executorch/extension/llm/tokenizers/src/tiktoken.cpp.o 2025-06-05T23:20:03.6660672Z [ 98%] Building CXX object oss_scripts/llama/CMakeFiles/qnn_llama_runner.dir/pytorch/executorch/extension/llm/tokenizers/src/tiktoken.cpp.o 2025-06-05T23:20:03.6661996Z [ 98%] Building CXX object oss_scripts/llama/CMakeFiles/qnn_llama_runner.dir/pytorch/executorch/extension/llm/tokenizers/src/token_decoder.cpp.o 2025-06-05T23:20:03.6663530Z [ 98%] Building CXX object oss_scripts/llama/CMakeFiles/qnn_llama_runner.dir/pytorch/executorch/extension/llm/tokenizers/third-party/llama.cpp-unicode/src/unicode-data.cpp.o 2025-06-05T23:20:03.6665173Z [ 98%] Building CXX object oss_scripts/llama/CMakeFiles/qnn_llama_runner.dir/pytorch/executorch/extension/llm/tokenizers/third-party/llama.cpp-unicode/src/unicode.cpp.o 2025-06-05T23:20:03.6666700Z [ 98%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama3_8b_runner.dir/pytorch/executorch/extension/llm/tokenizers/src/token_decoder.cpp.o 2025-06-05T23:20:03.6668305Z [ 98%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama3_8b_runner.dir/pytorch/executorch/extension/llm/tokenizers/third-party/llama.cpp-unicode/src/unicode-data.cpp.o 2025-06-05T23:20:03.6670035Z [ 98%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama3_8b_runner.dir/pytorch/executorch/extension/llm/tokenizers/third-party/llama.cpp-unicode/src/unicode.cpp.o 2025-06-05T23:20:03.6671084Z [ 99%] Linking CXX executable qnn_llama_runner 2025-06-05T23:20:03.6671565Z [100%] Linking CXX executable qaihub_llama3_8b_runner 2025-06-05T23:20:03.6671961Z [100%] Built target qaihub_llama3_8b_runner 2025-06-05T23:20:03.6672266Z [100%] Built target qnn_llama_runner 2025-06-05T23:20:03.6672548Z + set_up_aot 2025-06-05T23:20:03.6672768Z + cd /pytorch/executorch 2025-06-05T23:20:03.6673011Z + '[' '!' -d cmake-out ']' 2025-06-05T23:20:03.6673257Z + mkdir cmake-out 2025-06-05T23:20:03.6673469Z + pushd cmake-out 2025-06-05T23:20:03.6673743Z /pytorch/executorch/cmake-out /pytorch/executorch 2025-06-05T23:20:03.6675227Z + cmake .. -DCMAKE_INSTALL_PREFIX=/pytorch/executorch/cmake-out -DEXECUTORCH_BUILD_QNN=ON -DANDROID_NATIVE_API_LEVEL=30 -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 2025-06-05T23:20:03.6676805Z -- The C compiler identification is Clang 12.0.1 2025-06-05T23:20:03.6677183Z -- The CXX compiler identification is Clang 12.0.1 2025-06-05T23:20:03.6677520Z -- Detecting C compiler ABI info 2025-06-05T23:20:03.6677822Z -- Detecting C compiler ABI info - done 2025-06-05T23:20:03.6678266Z -- Check for working C compiler: /opt/cache/bin/cc - skipped 2025-06-05T23:20:03.6678649Z -- Detecting C compile features 2025-06-05T23:20:03.6678934Z -- Detecting C compile features - done 2025-06-05T23:20:03.6679249Z -- Detecting CXX compiler ABI info 2025-06-05T23:20:03.6679561Z -- Detecting CXX compiler ABI info - done 2025-06-05T23:20:03.6679938Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2025-06-05T23:20:03.6680329Z -- Detecting CXX compile features 2025-06-05T23:20:03.6680621Z -- Detecting CXX compile features - done 2025-06-05T23:20:03.6680934Z -- --- Configured Options --- 2025-06-05T23:20:03.6681113Z 2025-06-05T23:20:03.6681226Z -- CMAKE_CXX_STANDARD : 17 2025-06-05T23:20:03.6681577Z -- CMAKE_SYSTEM_PROCESSOR : x86_64 2025-06-05T23:20:03.6681935Z -- CMAKE_BUILD_TYPE : Debug 2025-06-05T23:20:03.6682282Z -- PYTHON_EXECUTABLE : python3 2025-06-05T23:20:03.6682680Z -- CMAKE_CXX_COMPILER_ID : Clang 2025-06-05T23:20:03.6683039Z -- CMAKE_TOOLCHAIN_FILE x (unset) 2025-06-05T23:20:03.6683388Z -- BUCK2 x (unset) 2025-06-05T23:20:03.6683737Z -- EXECUTORCH_ENABLE_LOGGING : ON 2025-06-05T23:20:03.6684089Z -- EXECUTORCH_BUILD_COREML : OFF 2025-06-05T23:20:03.6684438Z -- EXECUTORCH_FLATBUFFERS_MAX_ALIGNMENT : 1024 2025-06-05T23:20:03.6684802Z -- EXECUTORCH_PAL_DEFAULT : posix 2025-06-05T23:20:03.6685339Z -- EXECUTORCH_PAL_DEFAULT_FILE_PATH : /pytorch/executorch/runtime/platform/default/posix.cpp 2025-06-05T23:20:03.6685867Z -- EXECUTORCH_LOG_LEVEL : Info 2025-06-05T23:20:03.6686233Z -- EXECUTORCH_ENABLE_PROGRAM_VERIFICATION : ON 2025-06-05T23:20:03.6686577Z -- EXECUTORCH_ENABLE_EVENT_TRACER : ON 2025-06-05T23:20:03.6686927Z -- EXECUTORCH_OPTIMIZE_SIZE : OFF 2025-06-05T23:20:03.6687267Z -- EXECUTORCH_BUILD_ARM_BAREMETAL : OFF 2025-06-05T23:20:03.6687623Z -- EXECUTORCH_BUILD_KERNELS_CUSTOM : OFF 2025-06-05T23:20:03.6687963Z -- EXECUTORCH_BUILD_KERNELS_CUSTOM_AOT : OFF 2025-06-05T23:20:03.6688315Z -- EXECUTORCH_BUILD_KERNELS_QUANTIZED_AOT : OFF 2025-06-05T23:20:03.6688674Z -- EXECUTORCH_BUILD_EXTENSION_DATA_LOADER : OFF 2025-06-05T23:20:03.6689045Z -- EXECUTORCH_BUILD_EXTENSION_FLAT_TENSOR : OFF 2025-06-05T23:20:03.6689465Z -- EXECUTORCH_BUILD_EXTENSION_LLM : OFF 2025-06-05T23:20:03.6689813Z -- EXECUTORCH_BUILD_EXTENSION_MODULE : ON 2025-06-05T23:20:03.6690172Z -- EXECUTORCH_BUILD_EXTENSION_RUNNER_UTIL : OFF 2025-06-05T23:20:03.6690517Z -- EXECUTORCH_BUILD_EXTENSION_TENSOR : ON 2025-06-05T23:20:03.6690882Z -- EXECUTORCH_BUILD_EXTENSION_TRAINING : OFF 2025-06-05T23:20:03.6691292Z -- EXECUTORCH_BUILD_EXTENSION_APPLE : OFF 2025-06-05T23:20:03.6691640Z -- EXECUTORCH_BUILD_MPS : OFF 2025-06-05T23:20:03.6691978Z -- EXECUTORCH_BUILD_NEURON : OFF 2025-06-05T23:20:03.6692318Z -- EXECUTORCH_BUILD_OPENVINO : OFF 2025-06-05T23:20:03.6692662Z -- EXECUTORCH_BUILD_PYBIND : OFF 2025-06-05T23:20:03.6692988Z -- EXECUTORCH_BUILD_QNN : ON 2025-06-05T23:20:03.6693333Z -- EXECUTORCH_BUILD_KERNELS_OPTIMIZED : OFF 2025-06-05T23:20:03.6693676Z -- EXECUTORCH_BUILD_KERNELS_QUANTIZED : OFF 2025-06-05T23:20:10.2749588Z -- EXECUTORCH_BUILD_DEVTOOLS : ON 2025-06-05T23:20:10.2750260Z -- EXECUTORCH_BUILD_TESTS : OFF 2025-06-05T23:20:10.2750866Z -- EXECUTORCH_NNLIB_OPT : OFF 2025-06-05T23:20:10.2751464Z -- EXECUTORCH_CADENCE_CPU_RUNNER : OFF 2025-06-05T23:20:10.2752389Z -- EXECUTORCH_BUILD_SIZE_TEST : OFF 2025-06-05T23:20:10.2752960Z -- EXECUTORCH_BUILD_XNNPACK : OFF 2025-06-05T23:20:10.2753469Z -- EXECUTORCH_BUILD_VULKAN : OFF 2025-06-05T23:20:10.2754050Z -- EXECUTORCH_BUILD_PORTABLE_OPS : ON 2025-06-05T23:20:10.2754786Z -- EXECUTORCH_USE_DL : ON 2025-06-05T23:20:10.2755343Z -- EXECUTORCH_BUILD_CADENCE : OFF 2025-06-05T23:20:10.2755892Z -- EXECUTORCH_BUILD_CORTEX_M : OFF 2025-06-05T23:20:10.2756410Z -- EXECUTORCH_BUILD_GFLAGS : ON 2025-06-05T23:20:10.2757055Z -- EXECUTORCH_COREML_BUILD_EXECUTOR_RUNNER : OFF 2025-06-05T23:20:10.2757648Z -- EXECUTORCH_BUILD_PTHREADPOOL : ON 2025-06-05T23:20:10.2758282Z -- EXECUTORCH_BUILD_CPUINFO : ON 2025-06-05T23:20:10.2758845Z -- EXECUTORCH_BUILD_EXECUTOR_RUNNER : ON 2025-06-05T23:20:10.2759574Z -- EXECUTORCH_XNNPACK_SHARED_WORKSPACE : ON 2025-06-05T23:20:10.2760182Z -- EXECUTORCH_XNNPACK_ENABLE_KLEIDI : OFF 2025-06-05T23:20:10.2760769Z -- EXECUTORCH_XNNPACK_ENABLE_WEIGHT_CACHE : OFF 2025-06-05T23:20:10.2761318Z -- -------------------------- 2025-06-05T23:20:10.2761971Z -- Using the multi-header code from /pytorch/executorch/third-party/json/include/ 2025-06-05T23:20:10.2762904Z -- dist install dir /pytorch/executorch/third-party/flatcc 2025-06-05T23:20:10.2763657Z -- lib install dir /pytorch/executorch/third-party/flatcc/lib 2025-06-05T23:20:10.2764330Z -- Setting Clang compiler options 2025-06-05T23:20:10.2765490Z -- Configured C_FLAGS: -DFLATCC_REFLECTION=0 -Wstrict-prototypes -Wsign-conversion -Wconversion -std=c11 -pedantic -Wall -Wextra -Werror 2025-06-05T23:20:10.2766806Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD 2025-06-05T23:20:10.2767538Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success 2025-06-05T23:20:10.2768167Z -- Found Threads: TRUE 2025-06-05T23:20:10.2768626Z -- Resolved buck2 as buck2. 2025-06-05T23:20:10.2769081Z -- Killing buck2 daemon 2025-06-05T23:20:10.2769642Z 'buck2 killall' 2025-06-05T23:20:10.2770066Z -- executorch: Generating source lists 2025-06-05T23:20:10.2771066Z -- executorch: Generating source file list /pytorch/executorch/cmake-out/executorch_srcs.cmake 2025-06-05T23:20:10.2772299Z -- executorch: Using sources file /pytorch/executorch/cmake-out/executorch_srcs.cmake 2025-06-05T23:20:10.2773193Z -- Generating operator lib: 2025-06-05T23:20:10.2773693Z -- LIB_NAME: portable_ops_lib 2025-06-05T23:20:10.2774382Z -- OPS_SCHEMA_YAML: /pytorch/executorch/kernels/portable/functions.yaml 2025-06-05T23:20:10.2775159Z -- ROOT_OPS: 2025-06-05T23:20:10.2775528Z -- INCLUDE_ALL_OPS: 2025-06-05T23:20:10.2778078Z 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-06-05T23:20:10.2780249Z -- Generating kernel bindings: 2025-06-05T23:20:10.2780769Z -- LIB_NAME: portable_ops_lib 2025-06-05T23:20:10.2781498Z -- FUNCTIONS_YAML: /pytorch/executorch/kernels/portable/functions.yaml 2025-06-05T23:20:10.2782257Z -- CUSTOM_OPS_YAML: 2025-06-05T23:20:10.2782706Z -- ADD_EXCEPTION_BOUNDARY: FALSE 2025-06-05T23:20:10.2785989Z 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-06-05T23:20:10.2788923Z -- Generating operator lib: 2025-06-05T23:20:10.2789405Z -- LIB_NAME: portable_ops_lib 2025-06-05T23:20:10.2789902Z -- KERNEL_LIBS: portable_kernels 2025-06-05T23:20:10.2790424Z -- DEPS: executorch_core 2025-06-05T23:20:10.2790895Z -- Looking for C++ include unistd.h 2025-06-05T23:20:10.2791444Z -- Looking for C++ include unistd.h - found 2025-06-05T23:20:10.2792011Z -- Looking for C++ include stdint.h 2025-06-05T23:20:10.2792839Z -- Looking for C++ include stdint.h - found 2025-06-05T23:20:10.2793412Z -- Looking for C++ include inttypes.h 2025-06-05T23:20:10.2793995Z -- Looking for C++ include inttypes.h - found 2025-06-05T23:20:10.2794596Z -- Looking for C++ include sys/types.h 2025-06-05T23:20:10.2795155Z -- Looking for C++ include sys/types.h - found 2025-06-05T23:20:10.2795925Z -- Looking for C++ include sys/stat.h 2025-06-05T23:20:10.2796497Z -- Looking for C++ include sys/stat.h - found 2025-06-05T23:20:10.2797095Z -- Looking for C++ include fnmatch.h 2025-06-05T23:20:10.2797632Z -- Looking for C++ include fnmatch.h - found 2025-06-05T23:20:10.2798189Z -- Looking for C++ include stddef.h 2025-06-05T23:20:10.2798728Z -- Looking for C++ include stddef.h - found 2025-06-05T23:20:10.2799293Z -- Check size of uint32_t 2025-06-05T23:20:10.2799737Z -- Check size of uint32_t - done 2025-06-05T23:20:10.2800212Z -- Looking for strtoll 2025-06-05T23:20:10.2800661Z -- Looking for strtoll - found 2025-06-05T23:20:10.2801183Z -- Using qnn sdk root /tmp/qnn/2.28.0.241029 2025-06-05T23:20:10.2801857Z -- Using EXECUTORCH_SOURCE_DIR /pytorch/executorch 2025-06-05T23:20:10.2802465Z -- pybind11 v2.13.6 2025-06-05T23:20:10.2803290Z -- Found PythonInterp: python3 (found suitable version "3.10.16", minimum required is "3.7") 2025-06-05T23:20:10.2804385Z -- Found PythonLibs: /opt/conda/envs/py_3.10/lib/libpython3.10.so 2025-06-05T23:20:10.2805152Z -- Performing Test HAS_FLTO_THIN 2025-06-05T23:20:10.2805709Z -- Performing Test HAS_FLTO_THIN - Success 2025-06-05T23:20:10.2806289Z -- Configuring done (5.1s) 2025-06-05T23:20:10.2806749Z -- Generating done (0.1s) 2025-06-05T23:20:10.2807357Z CMake Warning: 2025-06-05T23:20:10.2807924Z Manually-specified variables were not used by the project: 2025-06-05T23:20:10.2808472Z 2025-06-05T23:20:10.2808648Z ANDROID_NATIVE_API_LEVEL 2025-06-05T23:20:10.2808979Z 2025-06-05T23:20:10.2809151Z  2025-06-05T23:20:10.2809750Z -- Build files have been written to: /pytorch/executorch/cmake-out 2025-06-05T23:20:10.2810440Z ++ nproc 2025-06-05T23:20:10.2811235Z + cmake --build /pytorch/executorch/cmake-out --target PyQnnManagerAdaptor PyQnnWrapperAdaptor -j8 2025-06-05T23:20:10.2812658Z [ 0%] Creating directories for 'flatbuffers_external_project' 2025-06-05T23:20:10.2813720Z [ 0%] No download step for 'flatbuffers_external_project' 2025-06-05T23:20:10.2814741Z [ 0%] No update step for 'flatbuffers_external_project' 2025-06-05T23:20:10.2815724Z [ 0%] No patch step for 'flatbuffers_external_project' 2025-06-05T23:20:10.2816796Z [ 0%] Performing configure step for 'flatbuffers_external_project' 2025-06-05T23:20:10.2817660Z CMake Warning: 2025-06-05T23:20:10.2818204Z Ignoring empty string ("") provided on the command line. 2025-06-05T23:20:10.2818730Z 2025-06-05T23:20:10.2818902Z  2025-06-05T23:20:10.2819330Z fatal: No names found, cannot describe anything. 2025-06-05T23:20:10.2820152Z CMake Warning at CMake/Version.cmake:32 (message): 2025-06-05T23:20:10.2820844Z git describe failed with exit code: 128 2025-06-05T23:20:10.2821246Z 2025-06-05T23:20:10.2821534Z Make sure you cloned with tags or run 'git fetch --tags'. 2025-06-05T23:20:10.2822291Z Call Stack (most recent call first): 2025-06-05T23:20:10.2822821Z CMakeLists.txt:5 (include) 2025-06-05T23:20:10.2823152Z 2025-06-05T23:20:10.2823327Z  2025-06-05T23:20:10.2823694Z -- Proceeding with version: 24.3.25.0 2025-06-05T23:20:10.2824303Z -- The CXX compiler identification is Clang 12.0.1 2025-06-05T23:20:10.2824955Z -- Detecting CXX compiler ABI info 2025-06-05T23:20:10.2825486Z -- Detecting CXX compiler ABI info - done 2025-06-05T23:20:10.2826221Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2025-06-05T23:20:10.2826833Z -- Detecting CXX compile features 2025-06-05T23:20:10.2827245Z -- Detecting CXX compile features - done 2025-06-05T23:20:10.2827788Z -- Looking for strtof_l 2025-06-05T23:20:10.2828196Z -- Looking for strtof_l - found 2025-06-05T23:20:10.2828797Z -- Looking for strtoull_l 2025-06-05T23:20:10.2829259Z -- Looking for strtoull_l - found 2025-06-05T23:20:10.2829688Z -- Looking for realpath 2025-06-05T23:20:10.2841289Z -- Looking for realpath - found 2025-06-05T23:20:10.2841943Z -- CMAKE_CXX_FLAGS: "-DFLATBUFFERS_MAX_ALIGNMENT=1024" 2025-06-05T23:20:10.2842600Z -- Configuring done (1.0s) 2025-06-05T23:20:10.2843244Z -- Generating done (0.0s) 2025-06-05T23:20:10.2844564Z -- Build files have been written to: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/src/flatbuffers_external_project-build 2025-06-05T23:20:10.2846343Z [ 0%] Performing build step for 'flatbuffers_external_project' 2025-06-05T23:20:10.2847320Z [ 2%] Building CXX object CMakeFiles/flatc.dir/src/idl_parser.cpp.o 2025-06-05T23:20:10.2848368Z [ 5%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_text.cpp.o 2025-06-05T23:20:10.2849373Z [ 7%] Building CXX object CMakeFiles/flatc.dir/src/reflection.cpp.o 2025-06-05T23:20:10.2850379Z [ 10%] Building CXX object CMakeFiles/flatc.dir/src/util.cpp.o 2025-06-05T23:20:10.2851276Z [ 13%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_cpp.cpp.o 2025-06-05T23:20:10.2852183Z [ 15%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_binary.cpp.o 2025-06-05T23:20:10.2853134Z [ 18%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_csharp.cpp.o 2025-06-05T23:20:10.2854073Z [ 21%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_dart.cpp.o 2025-06-05T23:20:10.2855005Z [ 23%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_kotlin.cpp.o 2025-06-05T23:20:10.2855918Z [ 26%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_kotlin_kmp.cpp.o 2025-06-05T23:20:10.2856816Z [ 28%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_go.cpp.o 2025-06-05T23:20:10.2857740Z [ 31%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_java.cpp.o 2025-06-05T23:20:10.2858605Z [ 34%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_ts.cpp.o 2025-06-05T23:20:10.2859767Z [ 36%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_php.cpp.o 2025-06-05T23:20:10.2860713Z [ 39%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_python.cpp.o 2025-06-05T23:20:10.2861743Z [ 42%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_lobster.cpp.o 2025-06-05T23:20:10.2862795Z [ 44%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_rust.cpp.o 2025-06-05T23:20:10.2863841Z [ 47%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_fbs.cpp.o 2025-06-05T23:20:10.2864934Z [ 50%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_grpc.cpp.o 2025-06-05T23:20:10.2866040Z [ 52%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_swift.cpp.o 2025-06-05T23:20:10.2867303Z [ 55%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_json_schema.cpp.o 2025-06-05T23:20:10.2868653Z [ 57%] Building CXX object CMakeFiles/flatc.dir/src/file_name_saving_file_manager.cpp.o 2025-06-05T23:20:10.2870064Z [ 60%] Building CXX object CMakeFiles/flatc.dir/src/file_binary_writer.cpp.o 2025-06-05T23:20:10.2871247Z [ 63%] Building CXX object CMakeFiles/flatc.dir/src/file_writer.cpp.o 2025-06-05T23:20:10.2872355Z [ 65%] Building CXX object CMakeFiles/flatc.dir/src/flatc.cpp.o 2025-06-05T23:20:10.2873455Z [ 68%] Building CXX object CMakeFiles/flatc.dir/src/flatc_main.cpp.o 2025-06-05T23:20:10.2874522Z [ 71%] Building CXX object CMakeFiles/flatc.dir/src/binary_annotator.cpp.o 2025-06-05T23:20:10.2875593Z [ 73%] Building CXX object CMakeFiles/flatc.dir/src/bfbs_gen_nim.cpp.o 2025-06-05T23:20:10.2876823Z [ 76%] Building CXX object CMakeFiles/flatc.dir/src/annotated_binary_text_gen.cpp.o 2025-06-05T23:20:10.2878044Z [ 78%] Building CXX object CMakeFiles/flatc.dir/src/bfbs_gen_lua.cpp.o 2025-06-05T23:20:11.8645618Z [ 81%] Building CXX object CMakeFiles/flatc.dir/src/code_generators.cpp.o 2025-06-05T23:20:11.8647452Z [ 84%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/cpp_generator.cc.o 2025-06-05T23:20:11.8648875Z [ 86%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/go_generator.cc.o 2025-06-05T23:20:11.8650619Z [ 89%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/java_generator.cc.o 2025-06-05T23:20:11.8652043Z [ 92%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/python_generator.cc.o 2025-06-05T23:20:11.8653464Z [ 94%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/swift_generator.cc.o 2025-06-05T23:20:11.8654810Z [ 97%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/ts_generator.cc.o 2025-06-05T23:20:11.8655824Z [100%] Linking CXX executable flatc 2025-06-05T23:20:11.8656427Z [100%] Built target flatc 2025-06-05T23:20:11.8657216Z [ 4%] Performing install step for 'flatbuffers_external_project' 2025-06-05T23:20:11.8658033Z [100%] Built target flatc 2025-06-05T23:20:11.8658581Z Install the project... 2025-06-05T23:20:11.8658978Z -- Install configuration: "" 2025-06-05T23:20:11.8660199Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers 2025-06-05T23:20:11.8661870Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/allocator.h 2025-06-05T23:20:11.8663631Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/array.h 2025-06-05T23:20:11.8665309Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/base.h 2025-06-05T23:20:11.8667009Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/buffer.h 2025-06-05T23:20:11.8668749Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/buffer_ref.h 2025-06-05T23:20:11.8670580Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/code_generator.h 2025-06-05T23:20:11.8672378Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/code_generators.h 2025-06-05T23:20:11.8674121Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/default_allocator.h 2025-06-05T23:20:11.8675853Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/detached_buffer.h 2025-06-05T23:20:11.8677544Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/file_manager.h 2025-06-05T23:20:11.8679264Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/flatbuffer_builder.h 2025-06-05T23:20:11.8680985Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/flatbuffers.h 2025-06-05T23:20:11.8682611Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/flatc.h 2025-06-05T23:20:11.8684282Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/flex_flat_util.h 2025-06-05T23:20:11.8685986Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/flexbuffers.h 2025-06-05T23:20:11.8687594Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/grpc.h 2025-06-05T23:20:11.8689158Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/hash.h 2025-06-05T23:20:11.8690770Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/idl.h 2025-06-05T23:20:11.8692350Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/minireflect.h 2025-06-05T23:20:11.8694195Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/pch 2025-06-05T23:20:11.8695780Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/pch/flatc_pch.h 2025-06-05T23:20:11.8697561Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/pch/pch.h 2025-06-05T23:20:11.8699211Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/reflection.h 2025-06-05T23:20:11.8700918Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/reflection_generated.h 2025-06-05T23:20:11.8702799Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/registry.h 2025-06-05T23:20:11.8704584Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/stl_emulation.h 2025-06-05T23:20:11.8706385Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/string.h 2025-06-05T23:20:11.8708112Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/struct.h 2025-06-05T23:20:11.8709811Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/table.h 2025-06-05T23:20:11.8711484Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/util.h 2025-06-05T23:20:11.8713154Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/vector.h 2025-06-05T23:20:11.8714942Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/vector_downward.h 2025-06-05T23:20:11.8716755Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/verifier.h 2025-06-05T23:20:11.8718664Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/lib/cmake/flatbuffers/flatbuffers-config.cmake 2025-06-05T23:20:11.8720674Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/lib/cmake/flatbuffers/BuildFlatBuffers.cmake 2025-06-05T23:20:11.8722785Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/lib/cmake/flatbuffers/flatbuffers-config-version.cmake 2025-06-05T23:20:11.8724498Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/bin/flatc 2025-06-05T23:20:11.8726090Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/lib/cmake/flatbuffers/FlatcTargets.cmake 2025-06-05T23:20:11.8728008Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/lib/cmake/flatbuffers/FlatcTargets-noconfig.cmake 2025-06-05T23:20:11.8729705Z [ 8%] Completed 'flatbuffers_external_project' 2025-06-05T23:20:11.8730354Z [ 8%] Built target flatbuffers_external_project 2025-06-05T23:20:11.8731056Z [ 13%] Generating common_schema headers 2025-06-05T23:20:11.8731740Z [ 13%] Generating qnn_schema headers 2025-06-05T23:20:11.8732275Z [ 13%] Built target common_schema 2025-06-05T23:20:11.8732749Z [ 13%] Built target qnn_schema 2025-06-05T23:20:11.8733336Z [ 13%] Generating program_schema headers 2025-06-05T23:20:11.8734556Z [ 13%] Building CXX object backends/qualcomm/CMakeFiles/qnn_executorch_logging.dir/runtime/Logging.cpp.o 2025-06-05T23:20:11.8735569Z [ 13%] Built target program_schema 2025-06-05T23:20:11.8736572Z [ 13%] Building CXX object CMakeFiles/executorch_core.dir/runtime/backend/interface.cpp.o 2025-06-05T23:20:11.8738225Z [ 17%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/exec_aten/util/tensor_shape_to_c_string.cpp.o 2025-06-05T23:20:11.8739770Z [ 17%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/evalue.cpp.o 2025-06-05T23:20:11.8741484Z [ 17%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/exec_aten/util/tensor_util_portable.cpp.o 2025-06-05T23:20:11.8743174Z [ 17%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/portable_type/tensor_impl.cpp.o 2025-06-05T23:20:11.8744772Z [ 21%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/tag.cpp.o 2025-06-05T23:20:11.8746182Z [ 21%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/tensor_layout.cpp.o 2025-06-05T23:20:11.8747589Z [ 21%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method.cpp.o 2025-06-05T23:20:11.8749062Z [ 21%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method_meta.cpp.o 2025-06-05T23:20:11.8750316Z [ 21%] Linking CXX static library libqnn_executorch_logging.a 2025-06-05T23:20:11.8751061Z [ 21%] Built target qnn_executorch_logging 2025-06-05T23:20:11.8752132Z [ 26%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/program.cpp.o 2025-06-05T23:20:11.8753592Z [ 26%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/pte_data_map.cpp.o 2025-06-05T23:20:11.8755207Z [ 26%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_exec_aten.cpp.o 2025-06-05T23:20:11.8756901Z [ 26%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_portable.cpp.o 2025-06-05T23:20:11.8758484Z [ 30%] Building CXX object CMakeFiles/executorch_core.dir/runtime/kernel/operator_registry.cpp.o 2025-06-05T23:20:11.8760089Z [ 30%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/abort.cpp.o 2025-06-05T23:20:11.8761360Z [ 30%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/log.cpp.o 2025-06-05T23:20:11.8762997Z [ 30%] Building CXX object backends/qualcomm/CMakeFiles/qnn_implementation.dir/runtime/backends/QnnImplementation.cpp.o 2025-06-05T23:20:11.8764676Z [ 30%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/platform.cpp.o 2025-06-05T23:20:15.8686130Z [ 30%] Building CXX object backends/qualcomm/CMakeFiles/qnn_sys_implementation.dir/runtime/backends/QnnSysImplementation.cpp.o 2025-06-05T23:20:15.8687265Z [ 34%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/profiler.cpp.o 2025-06-05T23:20:15.8688076Z [ 34%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/runtime.cpp.o 2025-06-05T23:20:15.8688972Z [ 34%] Building CXX object backends/qualcomm/CMakeFiles/qnn_profiler.dir/runtime/backends/QnnProfiler.cpp.o 2025-06-05T23:20:15.8689929Z [ 34%] Building CXX object CMakeFiles/executorch_core.dir/schema/extended_header.cpp.o 2025-06-05T23:20:15.8690704Z [ 34%] Building CXX object backends/qualcomm/CMakeFiles/utils.dir/runtime/Utils.cpp.o 2025-06-05T23:20:15.8691545Z [ 34%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/default/posix.cpp.o 2025-06-05T23:20:15.8692448Z [ 34%] Building CXX object backends/qualcomm/CMakeFiles/shared_buffer.dir/runtime/SharedBuffer.cpp.o 2025-06-05T23:20:15.8693391Z [ 34%] Building CXX object backends/qualcomm/CMakeFiles/wrappers.dir/aot/wrappers/TensorWrapper.cpp.o 2025-06-05T23:20:15.8694402Z [ 34%] Building CXX object backends/qualcomm/CMakeFiles/wrappers.dir/aot/wrappers/QuantizeParamsWrapper.cpp.o 2025-06-05T23:20:15.8695195Z [ 34%] Linking CXX static library libqnn_sys_implementation.a 2025-06-05T23:20:15.8695743Z [ 39%] Linking CXX static library libexecutorch_core.a 2025-06-05T23:20:15.8696142Z [ 39%] Built target qnn_sys_implementation 2025-06-05T23:20:15.8696596Z [ 39%] Linking CXX static library libqnn_implementation.a 2025-06-05T23:20:15.8697426Z [ 39%] Building CXX object backends/qualcomm/CMakeFiles/qnn_backend_cache.dir/runtime/backends/QnnBackendCache.cpp.o 2025-06-05T23:20:15.8698453Z [ 39%] Built target qnn_implementation 2025-06-05T23:20:15.8698934Z [ 43%] Linking CXX static library libutils.a 2025-06-05T23:20:15.8699698Z [ 47%] Building CXX object backends/qualcomm/CMakeFiles/qnn_logger.dir/runtime/backends/QnnLogger.cpp.o 2025-06-05T23:20:15.8700397Z [ 47%] Built target utils 2025-06-05T23:20:15.8701172Z [ 47%] Building CXX object backends/qualcomm/CMakeFiles/qnn_backend_cache.dir/runtime/backends/htpbackend/HtpBackendCache.cpp.o 2025-06-05T23:20:15.8701907Z [ 47%] Built target executorch_core 2025-06-05T23:20:15.8702732Z [ 47%] Building CXX object backends/qualcomm/CMakeFiles/wrappers.dir/aot/wrappers/OpWrapper.cpp.o 2025-06-05T23:20:15.8703475Z [ 52%] Linking CXX static library libqnn_profiler.a 2025-06-05T23:20:15.8703853Z [ 52%] Built target qnn_profiler 2025-06-05T23:20:15.8704448Z [ 52%] Building CXX object extension/tensor/CMakeFiles/extension_tensor.dir/tensor_ptr.cpp.o 2025-06-05T23:20:15.8705347Z [ 56%] Building CXX object extension/tensor/CMakeFiles/extension_tensor.dir/tensor_ptr_maker.cpp.o 2025-06-05T23:20:15.8706210Z [ 60%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_copy_index.cpp.o 2025-06-05T23:20:15.8706841Z [ 60%] Linking CXX static library libqnn_logger.a 2025-06-05T23:20:15.8707468Z [ 60%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_view.cpp.o 2025-06-05T23:20:15.8707952Z [ 60%] Built target qnn_logger 2025-06-05T23:20:15.8708338Z [ 65%] Linking CXX static library libwrappers.a 2025-06-05T23:20:15.8709048Z [ 65%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/register_prim_ops.cpp.o 2025-06-05T23:20:15.8709709Z [ 65%] Linking CXX static library libshared_buffer.a 2025-06-05T23:20:15.8710089Z [ 65%] Built target wrappers 2025-06-05T23:20:15.8710493Z [ 69%] Linking CXX static library libqnn_backend_cache.a 2025-06-05T23:20:15.8710888Z [ 69%] Built target shared_buffer 2025-06-05T23:20:15.8711594Z [ 73%] Building CXX object backends/qualcomm/CMakeFiles/qnn_backend.dir/runtime/backends/QnnBackendCommon.cpp.o 2025-06-05T23:20:15.8712608Z [ 78%] Building CXX object backends/qualcomm/CMakeFiles/qnn_device.dir/runtime/backends/QnnDeviceCommon.cpp.o 2025-06-05T23:20:15.8713225Z [ 78%] Built target qnn_backend_cache 2025-06-05T23:20:15.8713978Z [ 78%] Building CXX object backends/qualcomm/CMakeFiles/qnn_custom_protocol.dir/runtime/backends/QnnCustomProtocol.cpp.o 2025-06-05T23:20:15.8715069Z [ 78%] Building CXX object backends/qualcomm/CMakeFiles/qnn_device.dir/runtime/backends/htpbackend/HtpDevice.cpp.o 2025-06-05T23:20:15.8716283Z [ 78%] Building CXX object backends/qualcomm/CMakeFiles/qnn_device.dir/runtime/backends/htpbackend/x86_64/HtpDevicePlatformInfoConfig.cpp.o 2025-06-05T23:20:15.8717181Z [ 78%] Linking CXX static library libextension_tensor.a 2025-06-05T23:20:15.8718113Z [ 78%] Building CXX object backends/qualcomm/CMakeFiles/qnn_device.dir/runtime/backends/htpbackend/x86_64/HtpDeviceCustomConfig.cpp.o 2025-06-05T23:20:15.8718839Z [ 78%] Built target extension_tensor 2025-06-05T23:20:15.8719253Z [ 78%] Linking CXX static library libqnn_backend.a 2025-06-05T23:20:15.8719623Z [ 78%] Built target qnn_backend 2025-06-05T23:20:15.8720004Z [ 78%] Linking CXX static library libexecutorch.a 2025-06-05T23:20:15.8720369Z [ 78%] Built target executorch 2025-06-05T23:20:15.8720784Z [ 78%] Linking CXX static library libqnn_custom_protocol.a 2025-06-05T23:20:15.8721185Z [ 78%] Built target qnn_custom_protocol 2025-06-05T23:20:15.8721587Z [ 82%] Linking CXX static library libqnn_device.a 2025-06-05T23:20:15.8721943Z [ 82%] Built target qnn_device 2025-06-05T23:20:15.8722616Z [ 82%] Building CXX object backends/qualcomm/CMakeFiles/qnn_context.dir/runtime/backends/QnnContextCommon.cpp.o 2025-06-05T23:20:15.8723786Z [ 82%] Building CXX object backends/qualcomm/CMakeFiles/qnn_context.dir/runtime/backends/htpbackend/HtpContext.cpp.o 2025-06-05T23:20:15.8724984Z [ 82%] Building CXX object backends/qualcomm/CMakeFiles/qnn_context.dir/runtime/backends/htpbackend/x86_64/HtpContextCustomConfig.cpp.o 2025-06-05T23:20:15.8726252Z [ 86%] Building CXX object backends/qualcomm/CMakeFiles/qnn_context.dir/runtime/backends/irbackend/x86_64/IrContext.cpp.o 2025-06-05T23:20:15.8727041Z [ 86%] Linking CXX static library libqnn_context.a 2025-06-05T23:20:15.8727389Z [ 86%] Built target qnn_context 2025-06-05T23:20:15.8728050Z [ 86%] Building CXX object backends/qualcomm/CMakeFiles/qnn_graph.dir/runtime/backends/QnnGraphCommon.cpp.o 2025-06-05T23:20:15.8729058Z [ 86%] Building CXX object backends/qualcomm/CMakeFiles/qnn_mem_manager.dir/runtime/backends/QnnMemManager.cpp.o 2025-06-05T23:20:15.8730251Z [ 86%] Building CXX object backends/qualcomm/CMakeFiles/qnn_graph.dir/runtime/backends/htpbackend/HtpGraphCustomConfig.cpp.o 2025-06-05T23:20:15.8731361Z [ 86%] Building CXX object backends/qualcomm/CMakeFiles/qnn_graph.dir/runtime/backends/htpbackend/HtpGraph.cpp.o 2025-06-05T23:20:15.8732526Z [ 91%] Building CXX object backends/qualcomm/CMakeFiles/qnn_graph.dir/runtime/backends/htpbackend/x86_64/HtpGraphCustomConfig.cpp.o 2025-06-05T23:20:15.8733372Z [ 91%] Linking CXX static library libqnn_mem_manager.a 2025-06-05T23:20:15.8733756Z [ 91%] Built target qnn_mem_manager 2025-06-05T23:20:15.8734149Z [ 91%] Linking CXX static library libqnn_graph.a 2025-06-05T23:20:15.8734506Z [ 91%] Built target qnn_graph 2025-06-05T23:20:15.8735194Z [ 91%] Building CXX object backends/qualcomm/CMakeFiles/qnn_factory.dir/runtime/backends/QnnBackendFactory.cpp.o 2025-06-05T23:20:15.8735944Z [ 95%] Linking CXX static library libqnn_factory.a 2025-06-05T23:20:15.8736312Z [ 95%] Built target qnn_factory 2025-06-05T23:20:15.8737095Z [ 95%] Building CXX object backends/qualcomm/CMakeFiles/qnn_dlc_manager.dir/runtime/backends/irbackend/x86_64/QnnDlcManager.cpp.o 2025-06-05T23:20:15.8737934Z [ 95%] Linking CXX static library libqnn_dlc_manager.a 2025-06-05T23:20:15.8738305Z [ 95%] Built target qnn_dlc_manager 2025-06-05T23:20:15.8738979Z [ 95%] Building CXX object backends/qualcomm/CMakeFiles/qnn_manager.dir/aot/wrappers/TensorWrapper.cpp.o 2025-06-05T23:20:15.8739898Z [ 95%] Building CXX object backends/qualcomm/CMakeFiles/qnn_manager.dir/runtime/QnnManager.cpp.o 2025-06-05T23:20:15.8740576Z [100%] Linking CXX static library libqnn_manager.a 2025-06-05T23:20:15.8740945Z [100%] Built target qnn_manager 2025-06-05T23:20:15.8741695Z [100%] Building CXX object backends/qualcomm/CMakeFiles/PyQnnManagerAdaptor.dir/aot/python/PyQnnManagerAdaptor.cpp.o 2025-06-05T23:20:15.8742673Z [100%] Linking CXX shared module PyQnnManagerAdaptor.cpython-310-x86_64-linux-gnu.so 2025-06-05T23:20:15.8743199Z [100%] Built target PyQnnManagerAdaptor 2025-06-05T23:20:15.8743541Z [ 50%] Built target flatbuffers_external_project 2025-06-05T23:20:15.8743861Z [ 50%] Built target qnn_schema 2025-06-05T23:20:15.8744154Z [ 50%] Built target qnn_executorch_logging 2025-06-05T23:20:15.8744464Z [ 75%] Built target wrappers 2025-06-05T23:20:15.8745197Z [ 75%] Building CXX object backends/qualcomm/CMakeFiles/PyQnnWrapperAdaptor.dir/aot/python/PyQnnWrapperAdaptor.cpp.o 2025-06-05T23:20:15.8746315Z [ 75%] Building CXX object backends/qualcomm/CMakeFiles/PyQnnWrapperAdaptor.dir/aot/wrappers/TensorWrapper.cpp.o 2025-06-05T23:20:15.8747256Z [100%] Linking CXX shared module PyQnnWrapperAdaptor.cpython-310-x86_64-linux-gnu.so 2025-06-05T23:20:15.8747790Z [100%] Built target PyQnnWrapperAdaptor 2025-06-05T23:20:15.8748449Z + cp -f backends/qualcomm/PyQnnManagerAdaptor.cpython-310-x86_64-linux-gnu.so /pytorch/executorch/backends/qualcomm/python 2025-06-05T23:20:15.8749557Z + cp -f backends/qualcomm/PyQnnWrapperAdaptor.cpython-310-x86_64-linux-gnu.so /pytorch/executorch/backends/qualcomm/python 2025-06-05T23:20:15.8750203Z + popd 2025-06-05T23:20:15.8750399Z /pytorch/executorch 2025-06-05T23:20:15.8750688Z + cp schema/program.fbs exir/_serialize/program.fbs 2025-06-05T23:20:15.8751154Z + cp schema/scalar_type.fbs exir/_serialize/scalar_type.fbs 2025-06-05T23:20:15.8751537Z + PYTHON_EXECUTABLE=python 2025-06-05T23:20:15.8751843Z + bash .ci/scripts/setup-linux.sh --build-tool cmake 2025-06-05T23:20:15.8752207Z ++ dirname .ci/scripts/setup-linux.sh 2025-06-05T23:20:15.8752513Z + source .ci/scripts/utils.sh 2025-06-05T23:20:15.8752790Z + read -r BUILD_TOOL BUILD_MODE EDITABLE 2025-06-05T23:20:15.8753105Z ++ parse_args --build-tool cmake 2025-06-05T23:20:15.8753378Z ++ args=('--build-tool' 'cmake') 2025-06-05T23:20:15.8753641Z ++ local args 2025-06-05T23:20:15.8753834Z ++ local i 2025-06-05T23:20:15.8754039Z ++ local BUILD_TOOL= 2025-06-05T23:20:15.8754256Z ++ local BUILD_MODE= 2025-06-05T23:20:15.8754489Z ++ local EDITABLE= 2025-06-05T23:20:15.8754691Z ++ (( i=0 )) 2025-06-05T23:20:15.8754920Z ++ (( i<2 )) 2025-06-05T23:20:15.8755114Z ++ case "${args[$i]}" in 2025-06-05T23:20:15.8755354Z ++ BUILD_TOOL=cmake 2025-06-05T23:20:15.8755565Z ++ i=1 2025-06-05T23:20:15.8755741Z ++ (( i++ )) 2025-06-05T23:20:15.8755944Z ++ (( i<2 )) 2025-06-05T23:20:15.8756136Z ++ '[' -z cmake ']' 2025-06-05T23:20:15.8756372Z ++ [[ cmake =~ ^(cmake|buck2)$ ]] 2025-06-05T23:20:17.9059962Z ++ BUILD_MODE=Release 2025-06-05T23:20:17.9060344Z ++ [[ Release =~ ^(Debug|Release)$ ]] 2025-06-05T23:20:17.9060643Z ++ EDITABLE=false 2025-06-05T23:20:17.9060883Z ++ [[ false =~ ^(true|false)$ ]] 2025-06-05T23:20:17.9061150Z ++ echo 'cmake Release false' 2025-06-05T23:20:17.9061416Z + [[ false == \t\r\u\e ]] 2025-06-05T23:20:17.9061699Z + install_executorch --use-pt-pinned-commit 2025-06-05T23:20:17.9062010Z + which pip 2025-06-05T23:20:17.9062218Z /opt/conda/envs/py_3.10/bin/pip 2025-06-05T23:20:17.9062564Z + ./install_executorch.sh --use-pt-pinned-commit 2025-06-05T23:20:17.9063009Z 2025-06-05 23:20:15,925 [ExecuTorch] INFO: All required submodules are present. 2025-06-05T23:20:17.9063650Z Looking in indexes: https://pypi.org/simple, https://download.pytorch.org/whl/nightly/cpu 2025-06-05T23:20:17.9064477Z Requirement already satisfied: torch in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (2.8.0a0+git5616fa4) 2025-06-05T23:20:17.9065359Z Requirement already satisfied: torchvision in /var/lib/ci-user/.local/lib/python3.10/site-packages (0.22.0a0+966da7e) 2025-06-05T23:20:17.9066254Z Requirement already satisfied: torchaudio in /var/lib/ci-user/.local/lib/python3.10/site-packages (2.6.0a0+1a8f621) 2025-06-05T23:20:17.9066963Z Collecting timm==1.0.7 (from -r requirements-examples.txt (line 3)) 2025-06-05T23:20:17.9067444Z Downloading timm-1.0.7-py3-none-any.whl.metadata (47 kB) 2025-06-05T23:20:17.9068271Z 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-06-05T23:20:17.9069182Z Collecting torchtune>=0.6.1 (from -r requirements-examples.txt (line 5)) 2025-06-05T23:20:17.9069730Z Downloading torchtune-0.6.1-py3-none-any.whl.metadata (24 kB) 2025-06-05T23:20:17.9070602Z 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 6)) (4.47.1) 2025-06-05T23:20:17.9071488Z Collecting cmake<4.0.0,>=3.19 (from -r requirements-dev.txt (line 1)) 2025-06-05T23:20:17.9072119Z Downloading cmake-3.31.6-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (6.3 kB) 2025-06-05T23:20:17.9073029Z 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.1) 2025-06-05T23:20:17.9074126Z 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-06-05T23:20:17.9076372Z Requirement already satisfied: setuptools>=63 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-dev.txt (line 4)) (78.1.1) 2025-06-05T23:20:17.9077489Z 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-06-05T23:20:17.9078701Z 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-06-05T23:20:17.9079801Z 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-06-05T23:20:17.9081040Z 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.32.4) 2025-06-05T23:20:17.9082336Z 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-06-05T23:20:17.9083638Z 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 6)) (3.18.0) 2025-06-05T23:20:17.9084975Z 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 6)) (2.2.6) 2025-06-05T23:20:17.9086334Z 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 6)) (25.0) 2025-06-05T23:20:17.9087700Z 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 6)) (2024.11.6) 2025-06-05T23:20:17.9089164Z 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 6)) (2.32.3) 2025-06-05T23:20:17.9090604Z 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 6)) (0.21.1) 2025-06-05T23:20:17.9091938Z 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 6)) (4.67.1) 2025-06-05T23:20:17.9093313Z Requirement already satisfied: fsspec>=2023.5.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from huggingface_hub->timm==1.0.7->-r requirements-examples.txt (line 3)) (2025.5.1) 2025-06-05T23:20:17.9094785Z Requirement already satisfied: typing-extensions>=3.7.4.3 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from huggingface_hub->timm==1.0.7->-r requirements-examples.txt (line 3)) (4.14.0) 2025-06-05T23:20:17.9096232Z Requirement already satisfied: hf-xet<2.0.0,>=1.1.2 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from huggingface_hub->timm==1.0.7->-r requirements-examples.txt (line 3)) (1.1.3) 2025-06-05T23:20:17.9097387Z Requirement already satisfied: sympy>=1.13.3 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch) (1.14.0) 2025-06-05T23:20:17.9098287Z Requirement already satisfied: networkx in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch) (3.4.2) 2025-06-05T23:20:17.9099177Z Requirement already satisfied: jinja2 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch) (3.1.6) 2025-06-05T23:20:17.9100106Z Requirement already satisfied: pillow!=8.3.*,>=5.3.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torchvision) (11.2.1) 2025-06-05T23:20:17.9100923Z Collecting torchdata==0.11.0 (from torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:20:17.9101537Z Downloading torchdata-0.11.0-py3-none-any.whl.metadata (6.3 kB) 2025-06-05T23:20:17.9102107Z Collecting datasets (from torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:20:17.9102774Z Downloading datasets-3.6.0-py3-none-any.whl.metadata (19 kB) 2025-06-05T23:20:17.9103351Z Collecting kagglehub (from torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:20:17.9103925Z Downloading kagglehub-0.3.12-py3-none-any.whl.metadata (38 kB) 2025-06-05T23:20:17.9104589Z Collecting sentencepiece (from torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:20:17.9105536Z Downloading https://download.pytorch.org/whl/nightly/sentencepiece-0.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.3 MB) 2025-06-05T23:20:17.9108490Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.3 MB ? eta -:--:-- 2025-06-05T23:20:17.9109249Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.3/1.3 MB 108.2 MB/s eta 0:00:00 2025-06-05T23:20:17.9109936Z [?25hCollecting tiktoken (from torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:20:17.9110715Z Downloading tiktoken-0.9.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (6.7 kB) 2025-06-05T23:20:17.9111436Z Collecting blobfile>=2 (from torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:20:17.9112163Z Downloading https://download.pytorch.org/whl/nightly/blobfile-3.0.0-py3-none-any.whl (75 kB) 2025-06-05T23:20:17.9112874Z Collecting omegaconf (from torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:20:17.9113576Z Downloading https://download.pytorch.org/whl/nightly/omegaconf-2.3.0-py3-none-any.whl (79 kB) 2025-06-05T23:20:17.9114276Z Collecting psutil (from torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:20:17.9115112Z Downloading psutil-7.0.0-cp36-abi3-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (22 kB) 2025-06-05T23:20:17.9116360Z Requirement already satisfied: urllib3>=1.25 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torchdata==0.11.0->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) (2.4.0) 2025-06-05T23:20:17.9117481Z Collecting pycryptodomex>=3.8 (from blobfile>=2->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:20:17.9118296Z Downloading pycryptodomex-3.23.0-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (3.4 kB) 2025-06-05T23:20:17.9119405Z Requirement already satisfied: lxml>=4.9 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from blobfile>=2->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) (5.4.0) 2025-06-05T23:20:17.9120580Z 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-06-05T23:20:17.9121467Z Collecting pyarrow>=15.0.0 (from datasets->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:20:17.9122158Z Downloading pyarrow-20.0.0-cp310-cp310-manylinux_2_28_x86_64.whl.metadata (3.3 kB) 2025-06-05T23:20:17.9122829Z Collecting dill<0.3.9,>=0.3.0 (from datasets->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:20:17.9123565Z Downloading https://download.pytorch.org/whl/nightly/dill-0.3.8-py3-none-any.whl (116 kB) 2025-06-05T23:20:20.4257629Z Requirement already satisfied: pandas in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from datasets->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) (2.2.3) 2025-06-05T23:20:20.4258715Z Collecting xxhash (from datasets->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:20:20.4259997Z Downloading https://download.pytorch.org/whl/nightly/xxhash-3.5.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (194 kB) 2025-06-05T23:20:20.4260967Z Collecting multiprocess<0.70.17 (from datasets->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:20:20.4261791Z Downloading https://download.pytorch.org/whl/nightly/multiprocess-0.70.16-py310-none-any.whl (134 kB) 2025-06-05T23:20:20.4262607Z Collecting fsspec>=2023.5.0 (from huggingface_hub->timm==1.0.7->-r requirements-examples.txt (line 3)) 2025-06-05T23:20:20.4263491Z Downloading fsspec-2025.3.0-py3-none-any.whl.metadata (11 kB) 2025-06-05T23:20:20.4264228Z Collecting aiohttp!=4.0.0a0,!=4.0.0a1 (from fsspec[http]<=2025.3.0,>=2023.1.0->datasets->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:20:20.4265218Z Downloading aiohttp-3.12.9-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (7.6 kB) 2025-06-05T23:20:20.4266196Z Collecting aiohappyeyeballs>=2.5.0 (from aiohttp!=4.0.0a0,!=4.0.0a1->fsspec[http]<=2025.3.0,>=2023.1.0->datasets->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:20:20.4267089Z Downloading aiohappyeyeballs-2.6.1-py3-none-any.whl.metadata (5.9 kB) 2025-06-05T23:20:20.4267939Z Collecting aiosignal>=1.1.2 (from aiohttp!=4.0.0a0,!=4.0.0a1->fsspec[http]<=2025.3.0,>=2023.1.0->datasets->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:20:20.4268757Z Downloading aiosignal-1.3.2-py2.py3-none-any.whl.metadata (3.8 kB) 2025-06-05T23:20:20.4269604Z Collecting async-timeout<6.0,>=4.0 (from aiohttp!=4.0.0a0,!=4.0.0a1->fsspec[http]<=2025.3.0,>=2023.1.0->datasets->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:20:20.4270428Z Downloading async_timeout-5.0.1-py3-none-any.whl.metadata (5.1 kB) 2025-06-05T23:20:20.4271563Z Requirement already satisfied: attrs>=17.3.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from aiohttp!=4.0.0a0,!=4.0.0a1->fsspec[http]<=2025.3.0,>=2023.1.0->datasets->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) (25.3.0) 2025-06-05T23:20:20.4273119Z Collecting frozenlist>=1.1.1 (from aiohttp!=4.0.0a0,!=4.0.0a1->fsspec[http]<=2025.3.0,>=2023.1.0->datasets->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:20:20.4274231Z Downloading frozenlist-1.6.2-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (17 kB) 2025-06-05T23:20:20.4275313Z Collecting multidict<7.0,>=4.5 (from aiohttp!=4.0.0a0,!=4.0.0a1->fsspec[http]<=2025.3.0,>=2023.1.0->datasets->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:20:20.4276268Z Downloading multidict-6.4.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (5.3 kB) 2025-06-05T23:20:20.4277215Z Collecting propcache>=0.2.0 (from aiohttp!=4.0.0a0,!=4.0.0a1->fsspec[http]<=2025.3.0,>=2023.1.0->datasets->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:20:20.4278168Z Downloading propcache-0.3.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (10 kB) 2025-06-05T23:20:20.4279093Z Collecting yarl<2.0,>=1.17.0 (from aiohttp!=4.0.0a0,!=4.0.0a1->fsspec[http]<=2025.3.0,>=2023.1.0->datasets->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:20:20.4279981Z Downloading yarl-1.20.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (72 kB) 2025-06-05T23:20:20.4281268Z Requirement already satisfied: idna>=2.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from yarl<2.0,>=1.17.0->aiohttp!=4.0.0a0,!=4.0.0a1->fsspec[http]<=2025.3.0,>=2023.1.0->datasets->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) (3.10) 2025-06-05T23:20:20.4282927Z 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 6)) (3.4.2) 2025-06-05T23:20:20.4284434Z 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 6)) (2025.4.26) 2025-06-05T23:20:20.4285638Z Collecting hf-transfer>=0.1.4 (from huggingface_hub[hf_transfer]->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:20:20.4286491Z Downloading hf_transfer-0.1.9-cp38-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (1.7 kB) 2025-06-05T23:20:20.4287377Z 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-06-05T23:20:20.4288392Z Collecting antlr4-python3-runtime==4.9.* (from omegaconf->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:20:20.4289354Z Downloading https://download.pytorch.org/whl/nightly/antlr4_python3_runtime-4.9.3.tar.gz (117 kB) 2025-06-05T23:20:20.4290270Z Preparing metadata (setup.py) ... [?25l- done 2025-06-05T23:20:20.4291461Z [?25hRequirement already satisfied: python-dateutil>=2.8.2 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from pandas->datasets->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) (2.9.0.post0) 2025-06-05T23:20:20.4292972Z Requirement already satisfied: pytz>=2020.1 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from pandas->datasets->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) (2025.2) 2025-06-05T23:20:20.4294429Z Requirement already satisfied: tzdata>=2022.7 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from pandas->datasets->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) (2025.2) 2025-06-05T23:20:20.4295956Z Requirement already satisfied: six>=1.5 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from python-dateutil>=2.8.2->pandas->datasets->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) (1.17.0) 2025-06-05T23:20:20.4296931Z Downloading timm-1.0.7-py3-none-any.whl (2.3 MB) 2025-06-05T23:20:20.4297549Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/2.3 MB ? eta -:--:-- 2025-06-05T23:20:20.4298215Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.3/2.3 MB 78.9 MB/s eta 0:00:00 2025-06-05T23:20:20.4299046Z [?25hDownloading cmake-3.31.6-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (27.8 MB) 2025-06-05T23:20:20.4299797Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/27.8 MB ? eta -:--:-- 2025-06-05T23:20:20.4300462Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 27.8/27.8 MB 178.2 MB/s eta 0:00:00 2025-06-05T23:20:20.4301052Z [?25hDownloading torchtune-0.6.1-py3-none-any.whl (910 kB) 2025-06-05T23:20:20.4301671Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/910.7 kB ? eta -:--:-- 2025-06-05T23:20:20.4302357Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 910.7/910.7 kB 60.6 MB/s eta 0:00:00 2025-06-05T23:20:20.4302938Z [?25hDownloading torchdata-0.11.0-py3-none-any.whl (61 kB) 2025-06-05T23:20:20.4303546Z Downloading pycryptodomex-3.23.0-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.3 MB) 2025-06-05T23:20:20.4304323Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/2.3 MB ? eta -:--:-- 2025-06-05T23:20:20.4304981Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.3/2.3 MB 184.2 MB/s eta 0:00:00 2025-06-05T23:20:20.4305525Z [?25hDownloading datasets-3.6.0-py3-none-any.whl (491 kB) 2025-06-05T23:20:20.4305976Z Downloading fsspec-2025.3.0-py3-none-any.whl (193 kB) 2025-06-05T23:20:20.4306540Z Downloading aiohttp-3.12.9-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.6 MB) 2025-06-05T23:20:20.4307302Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.6 MB ? eta -:--:-- 2025-06-05T23:20:20.4307946Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.6/1.6 MB 176.3 MB/s eta 0:00:00 2025-06-05T23:20:20.4308525Z [?25hDownloading async_timeout-5.0.1-py3-none-any.whl (6.2 kB) 2025-06-05T23:20:20.4309135Z Downloading multidict-6.4.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (219 kB) 2025-06-05T23:20:20.4309840Z Downloading yarl-1.20.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (333 kB) 2025-06-05T23:20:20.4310447Z Downloading aiohappyeyeballs-2.6.1-py3-none-any.whl (15 kB) 2025-06-05T23:20:20.4310930Z Downloading aiosignal-1.3.2-py2.py3-none-any.whl (7.6 kB) 2025-06-05T23:20:24.8054627Z Downloading frozenlist-1.6.2-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (224 kB) 2025-06-05T23:20:24.8056290Z Downloading propcache-0.3.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (206 kB) 2025-06-05T23:20:24.8057814Z Downloading pyarrow-20.0.0-cp310-cp310-manylinux_2_28_x86_64.whl (42.3 MB) 2025-06-05T23:20:24.8059480Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/42.3 MB ? eta -:--:-- 2025-06-05T23:20:24.8060709Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 42.3/42.3 MB 267.1 MB/s eta 0:00:00 2025-06-05T23:20:24.8062152Z [?25hDownloading hf_transfer-0.1.9-cp38-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.6 MB) 2025-06-05T23:20:24.8063615Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/3.6 MB ? eta -:--:-- 2025-06-05T23:20:24.8064856Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.6/3.6 MB 142.6 MB/s eta 0:00:00 2025-06-05T23:20:24.8065968Z [?25hDownloading kagglehub-0.3.12-py3-none-any.whl (67 kB) 2025-06-05T23:20:24.8067388Z Downloading psutil-7.0.0-cp36-abi3-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (277 kB) 2025-06-05T23:20:24.8069087Z Downloading tiktoken-0.9.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB) 2025-06-05T23:20:24.8070538Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.2 MB ? eta -:--:-- 2025-06-05T23:20:24.8073567Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 83.2 MB/s eta 0:00:00 2025-06-05T23:20:24.8074720Z [?25hBuilding wheels for collected packages: antlr4-python3-runtime 2025-06-05T23:20:24.8079106Z  DEPRECATION: Building 'antlr4-python3-runtime' using the legacy setup.py bdist_wheel mechanism, which will be removed in a future version. pip 25.3 will enforce this behaviour change. A possible replacement is to use the standardized build interface by setting the `--use-pep517` option, (possibly combined with `--no-build-isolation`), or adding a `pyproject.toml` file to the source tree of 'antlr4-python3-runtime'. Discussion can be found at https://github.com/pypa/pip/issues/6334 2025-06-05T23:20:24.8083251Z  Building wheel for antlr4-python3-runtime (setup.py) ... [?25l- done 2025-06-05T23:20:24.8085526Z [?25h Created wheel for antlr4-python3-runtime: filename=antlr4_python3_runtime-4.9.3-py3-none-any.whl size=144590 sha256=73a2353cc5d6df7b40c40df48010369b80a98b4389999f071b5ef0ead0026e7c 2025-06-05T23:20:24.8087890Z Stored in directory: /var/lib/ci-user/.cache/pip/wheels/8e/0c/ef/6e1004d7898c3e61c08b70be9a80232ee72e7c55c9a9bffa33 2025-06-05T23:20:24.8089131Z Successfully built antlr4-python3-runtime 2025-06-05T23:20:24.8092166Z Installing collected packages: sentencepiece, antlr4-python3-runtime, xxhash, pycryptodomex, pyarrow, psutil, propcache, omegaconf, multidict, hf-transfer, fsspec, frozenlist, dill, cmake, async-timeout, aiohappyeyeballs, yarl, tiktoken, multiprocess, kagglehub, blobfile, aiosignal, torchdata, aiohttp, timm, datasets, torchtune 2025-06-05T23:20:24.8095345Z [?25l 2025-06-05T23:20:24.8096358Z  ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  3/27 [pycryptodomex] 2025-06-05T23:20:24.8097583Z  ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  3/27 [pycryptodomex] 2025-06-05T23:20:24.8098744Z  ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  4/27 [pyarrow] 2025-06-05T23:20:24.8100010Z  ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  4/27 [pyarrow] 2025-06-05T23:20:24.8101097Z  ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  4/27 [pyarrow] 2025-06-05T23:20:24.8102201Z  ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  4/27 [pyarrow] 2025-06-05T23:20:24.8103278Z  ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  4/27 [pyarrow] 2025-06-05T23:20:24.8104228Z  ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  4/27 [pyarrow] 2025-06-05T23:20:24.8105325Z  ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  5/27 [psutil] 2025-06-05T23:20:24.8106475Z  ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━  9/27 [hf-transfer] 2025-06-05T23:20:24.8107311Z  Attempting uninstall: fsspec 2025-06-05T23:20:24.8108198Z ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━  9/27 [hf-transfer] 2025-06-05T23:20:24.8109082Z  Found existing installation: fsspec 2025.5.1 2025-06-05T23:20:24.8110094Z ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━  9/27 [hf-transfer] 2025-06-05T23:20:24.8110948Z  Uninstalling fsspec-2025.5.1: 2025-06-05T23:20:24.8111952Z ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━  9/27 [hf-transfer] 2025-06-05T23:20:24.8112776Z  Successfully uninstalled fsspec-2025.5.1 2025-06-05T23:20:24.8113657Z ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━  9/27 [hf-transfer] 2025-06-05T23:20:24.8114675Z  ━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 10/27 [fsspec] 2025-06-05T23:20:24.8115645Z  ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 13/27 [cmake] 2025-06-05T23:20:24.8116682Z  ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 13/27 [cmake] 2025-06-05T23:20:24.8117767Z  ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 13/27 [cmake] 2025-06-05T23:20:24.8118845Z  ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 13/27 [cmake] 2025-06-05T23:20:24.8120009Z  ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 13/27 [cmake] 2025-06-05T23:20:24.8120981Z  ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 13/27 [cmake] 2025-06-05T23:20:24.8122035Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 18/27 [multiprocess] 2025-06-05T23:20:24.8123268Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 23/27 [aiohttp] 2025-06-05T23:20:24.8124065Z  Attempting uninstall: timm 2025-06-05T23:20:24.8124924Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 23/27 [aiohttp] 2025-06-05T23:20:24.8125743Z  Found existing installation: timm 0.6.13 2025-06-05T23:20:24.8126629Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 23/27 [aiohttp] 2025-06-05T23:20:24.8127374Z  Uninstalling timm-0.6.13: 2025-06-05T23:20:24.8128206Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 23/27 [aiohttp] 2025-06-05T23:20:37.1689075Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 24/27 [timm] 2025-06-05T23:20:37.1689893Z  Successfully uninstalled timm-0.6.13 2025-06-05T23:20:37.1690530Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 24/27 [timm] 2025-06-05T23:20:37.1691136Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 24/27 [timm] 2025-06-05T23:20:37.1691756Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 24/27 [timm] 2025-06-05T23:20:37.1692337Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 24/27 [timm] 2025-06-05T23:20:37.1692967Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 25/27 [datasets] 2025-06-05T23:20:37.1693623Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 26/27 [torchtune] 2025-06-05T23:20:37.1694285Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 26/27 [torchtune] 2025-06-05T23:20:37.1694898Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 27/27 [torchtune] 2025-06-05T23:20:37.1695261Z [?25h 2025-06-05T23:20:37.1698380Z Successfully installed aiohappyeyeballs-2.6.1 aiohttp-3.12.9 aiosignal-1.3.2 antlr4-python3-runtime-4.9.3 async-timeout-5.0.1 blobfile-3.0.0 cmake-3.31.6 datasets-3.6.0 dill-0.3.8 frozenlist-1.6.2 fsspec-2025.3.0 hf-transfer-0.1.9 kagglehub-0.3.12 multidict-6.4.4 multiprocess-0.70.16 omegaconf-2.3.0 propcache-0.3.1 psutil-7.0.0 pyarrow-20.0.0 pycryptodomex-3.23.0 sentencepiece-0.2.0 tiktoken-0.9.0 timm-1.0.7 torchdata-0.11.0 torchtune-0.6.1 xxhash-3.5.0 yarl-1.20.0 2025-06-05T23:20:37.1700754Z Processing ./third-party/ao 2025-06-05T23:20:37.1701203Z Preparing metadata (setup.py) ... [?25l- done 2025-06-05T23:20:37.1701629Z [?25hProcessing ./extension/llm/tokenizers 2025-06-05T23:20:37.1702143Z Preparing metadata (pyproject.toml) ... [?25l- \ done 2025-06-05T23:20:37.1703275Z [?25hRequirement already satisfied: tiktoken in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from pytorch_tokenizers==0.1.0) (0.9.0) 2025-06-05T23:20:37.1704459Z Requirement already satisfied: tokenizers in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from pytorch_tokenizers==0.1.0) (0.21.1) 2025-06-05T23:20:37.1705662Z Requirement already satisfied: sentencepiece in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from pytorch_tokenizers==0.1.0) (0.2.0) 2025-06-05T23:20:37.1706861Z Requirement already satisfied: regex>=2022.1.18 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from tiktoken->pytorch_tokenizers==0.1.0) (2024.11.6) 2025-06-05T23:20:37.1708147Z Requirement already satisfied: requests>=2.26.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from tiktoken->pytorch_tokenizers==0.1.0) (2.32.3) 2025-06-05T23:20:37.1709538Z Requirement already satisfied: charset-normalizer<4,>=2 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from requests>=2.26.0->tiktoken->pytorch_tokenizers==0.1.0) (3.4.2) 2025-06-05T23:20:37.1710968Z Requirement already satisfied: idna<4,>=2.5 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from requests>=2.26.0->tiktoken->pytorch_tokenizers==0.1.0) (3.10) 2025-06-05T23:20:37.1712272Z Requirement already satisfied: urllib3<3,>=1.21.1 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from requests>=2.26.0->tiktoken->pytorch_tokenizers==0.1.0) (2.4.0) 2025-06-05T23:20:37.1713698Z Requirement already satisfied: certifi>=2017.4.17 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from requests>=2.26.0->tiktoken->pytorch_tokenizers==0.1.0) (2025.4.26) 2025-06-05T23:20:37.1715114Z Requirement already satisfied: huggingface-hub<1.0,>=0.16.4 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from tokenizers->pytorch_tokenizers==0.1.0) (0.32.4) 2025-06-05T23:20:37.1716538Z Requirement already satisfied: filelock in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from huggingface-hub<1.0,>=0.16.4->tokenizers->pytorch_tokenizers==0.1.0) (3.18.0) 2025-06-05T23:20:37.1718045Z Requirement already satisfied: fsspec>=2023.5.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from huggingface-hub<1.0,>=0.16.4->tokenizers->pytorch_tokenizers==0.1.0) (2025.3.0) 2025-06-05T23:20:37.1719665Z Requirement already satisfied: packaging>=20.9 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from huggingface-hub<1.0,>=0.16.4->tokenizers->pytorch_tokenizers==0.1.0) (25.0) 2025-06-05T23:20:37.1721150Z Requirement already satisfied: pyyaml>=5.1 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from huggingface-hub<1.0,>=0.16.4->tokenizers->pytorch_tokenizers==0.1.0) (6.0.1) 2025-06-05T23:20:37.1722575Z Requirement already satisfied: tqdm>=4.42.1 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from huggingface-hub<1.0,>=0.16.4->tokenizers->pytorch_tokenizers==0.1.0) (4.67.1) 2025-06-05T23:20:37.1724013Z Requirement already satisfied: typing-extensions>=3.7.4.3 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from huggingface-hub<1.0,>=0.16.4->tokenizers->pytorch_tokenizers==0.1.0) (4.14.0) 2025-06-05T23:20:37.1725638Z Requirement already satisfied: hf-xet<2.0.0,>=1.1.2 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from huggingface-hub<1.0,>=0.16.4->tokenizers->pytorch_tokenizers==0.1.0) (1.1.3) 2025-06-05T23:20:37.1726590Z Building wheels for collected packages: torchao, pytorch_tokenizers 2025-06-05T23:20:37.1729050Z  DEPRECATION: Building 'torchao' using the legacy setup.py bdist_wheel mechanism, which will be removed in a future version. pip 25.3 will enforce this behaviour change. A possible replacement is to use the standardized build interface by setting the `--use-pep517` option, (possibly combined with `--no-build-isolation`), or adding a `pyproject.toml` file to the source tree of 'torchao'. Discussion can be found at https://github.com/pypa/pip/issues/6334 2025-06-05T23:20:37.1731156Z  Building wheel for torchao (setup.py) ... [?25l- \ | / done 2025-06-05T23:20:37.1732285Z [?25h Created wheel for torchao: filename=torchao-0.12.0+gitbc68b11-cp39-abi3-linux_x86_64.whl size=955946 sha256=d77084c70922fb824b746cac31e5572845846973e82ce4d38f7607525cd9b5a7 2025-06-05T23:20:37.1733500Z Stored in directory: /tmp/pip-ephem-wheel-cache-0ltkriuy/wheels/0b/23/ff/2261dc1c4a27252503fe159d9fc88676b133e0e8d621abf36f 2025-06-05T23:20:37.1734381Z Building wheel for pytorch_tokenizers (pyproject.toml) ... [?25l- \ done 2025-06-05T23:20:37.1735601Z [?25h Created wheel for pytorch_tokenizers: filename=pytorch_tokenizers-0.1.0-py3-none-any.whl size=10999 sha256=8a9e0332d98a2933072ab0d3d0da67571df41e52faa3c8b426cdbaec433c4861 2025-06-05T23:20:37.1736797Z Stored in directory: /tmp/pip-ephem-wheel-cache-0ltkriuy/wheels/27/7b/a1/358699b32a468639d6f9ef263f9676280bc5ee318b0bd9a0b2 2025-06-05T23:20:37.1737504Z Successfully built torchao pytorch_tokenizers 2025-06-05T23:20:37.1737927Z Installing collected packages: torchao, pytorch_tokenizers 2025-06-05T23:20:37.1738314Z [?25l 2025-06-05T23:20:37.1738693Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 [torchao] 2025-06-05T23:20:37.1739193Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 [torchao] 2025-06-05T23:20:37.1739709Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 [torchao] 2025-06-05T23:20:37.1740294Z  ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 1/2 [pytorch_tokenizers] 2025-06-05T23:20:37.1740888Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2/2 [pytorch_tokenizers] 2025-06-05T23:20:37.1741277Z [?25h 2025-06-05T23:20:37.1741708Z Successfully installed pytorch_tokenizers-0.1.0 torchao-0.12.0+gitbc68b11 2025-06-05T23:20:37.1742353Z Using pip 25.1 from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/pip (python 3.10) 2025-06-05T23:20:37.1743028Z Looking in indexes: https://pypi.org/simple, https://download.pytorch.org/whl/nightly/cpu 2025-06-05T23:20:37.1743561Z Processing /pytorch/executorch 2025-06-05T23:20:37.1743885Z Running command Preparing metadata (pyproject.toml) 2025-06-05T23:20:37.1744845Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/setuptools/config/_apply_pyprojecttoml.py:82: SetuptoolsDeprecationWarning: `project.license` as a TOML table is deprecated 2025-06-05T23:20:37.1745731Z !! 2025-06-05T23:20:37.1745838Z 2025-06-05T23:20:37.1745954Z ******************************************************************************** 2025-06-05T23:20:38.8584011Z Please use a simple string containing a SPDX expression for `project.license`. You can also use `project.license-files`. (Both options available on setuptools>=77.0.0). 2025-06-05T23:20:38.8584780Z 2025-06-05T23:20:38.8585120Z By 2026-Feb-18, you need to update your project and remove deprecated calls 2025-06-05T23:20:38.8585822Z or your builds will no longer be supported. 2025-06-05T23:20:38.8586634Z 2025-06-05T23:20:38.8587136Z See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. 2025-06-05T23:20:38.8587715Z ******************************************************************************** 2025-06-05T23:20:38.8587947Z 2025-06-05T23:20:38.8588025Z !! 2025-06-05T23:20:38.8588397Z corresp(dist, value, root_dir) 2025-06-05T23:20:38.8589245Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/setuptools/config/_apply_pyprojecttoml.py:61: SetuptoolsDeprecationWarning: License classifiers are deprecated. 2025-06-05T23:20:38.8590061Z !! 2025-06-05T23:20:38.8590177Z 2025-06-05T23:20:38.8590297Z ******************************************************************************** 2025-06-05T23:20:38.8590819Z Please consider removing the following classifiers in favor of a SPDX license expression: 2025-06-05T23:20:38.8591244Z 2025-06-05T23:20:38.8591393Z License :: OSI Approved :: BSD License 2025-06-05T23:20:38.8591617Z 2025-06-05T23:20:38.8591978Z See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. 2025-06-05T23:20:38.8592535Z ******************************************************************************** 2025-06-05T23:20:38.8592777Z 2025-06-05T23:20:38.8592853Z !! 2025-06-05T23:20:38.8593060Z dist._finalize_license_expression() 2025-06-05T23:20:38.8593817Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated. 2025-06-05T23:20:38.8594542Z !! 2025-06-05T23:20:38.8594643Z 2025-06-05T23:20:38.8594758Z ******************************************************************************** 2025-06-05T23:20:38.8595288Z Please consider removing the following classifiers in favor of a SPDX license expression: 2025-06-05T23:20:38.8595697Z 2025-06-05T23:20:38.8595812Z License :: OSI Approved :: BSD License 2025-06-05T23:20:38.8596039Z 2025-06-05T23:20:38.8596383Z See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. 2025-06-05T23:20:38.8596947Z ******************************************************************************** 2025-06-05T23:20:38.8597177Z 2025-06-05T23:20:38.8597253Z !! 2025-06-05T23:20:38.8597472Z self._finalize_license_expression() 2025-06-05T23:20:38.8597758Z running dist_info 2025-06-05T23:20:38.8598102Z creating /tmp/pip-modern-metadata-397trvaj/executorch.egg-info 2025-06-05T23:20:38.8598704Z writing /tmp/pip-modern-metadata-397trvaj/executorch.egg-info/PKG-INFO 2025-06-05T23:20:38.8599441Z writing dependency_links to /tmp/pip-modern-metadata-397trvaj/executorch.egg-info/dependency_links.txt 2025-06-05T23:20:38.8600230Z writing entry points to /tmp/pip-modern-metadata-397trvaj/executorch.egg-info/entry_points.txt 2025-06-05T23:20:38.8600958Z writing requirements to /tmp/pip-modern-metadata-397trvaj/executorch.egg-info/requires.txt 2025-06-05T23:20:38.8601704Z writing top-level names to /tmp/pip-modern-metadata-397trvaj/executorch.egg-info/top_level.txt 2025-06-05T23:20:38.8602424Z writing manifest file '/tmp/pip-modern-metadata-397trvaj/executorch.egg-info/SOURCES.txt' 2025-06-05T23:20:38.8603142Z reading manifest file '/tmp/pip-modern-metadata-397trvaj/executorch.egg-info/SOURCES.txt' 2025-06-05T23:20:38.8603664Z adding license file 'LICENSE' 2025-06-05T23:20:38.8604130Z writing manifest file '/tmp/pip-modern-metadata-397trvaj/executorch.egg-info/SOURCES.txt' 2025-06-05T23:20:38.8604818Z creating '/tmp/pip-modern-metadata-397trvaj/executorch-0.7.0a0+bd57234.dist-info' 2025-06-05T23:20:38.8605586Z Preparing metadata (pyproject.toml) ... [?25l[?25hdone 2025-06-05T23:20:38.8606355Z Requirement already satisfied: expecttest in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.7.0a0+bd57234) (0.1.6) 2025-06-05T23:20:38.8607125Z Collecting flatbuffers (from executorch==0.7.0a0+bd57234) 2025-06-05T23:20:38.8608316Z 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-06-05T23:20:38.8609790Z Downloading flatbuffers-25.2.10-py2.py3-none-any.whl.metadata (875 bytes) 2025-06-05T23:20:38.8610720Z Requirement already satisfied: hypothesis in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.7.0a0+bd57234) (6.84.2) 2025-06-05T23:20:38.8611806Z Requirement already satisfied: mpmath==1.3.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.7.0a0+bd57234) (1.3.0) 2025-06-05T23:20:38.8612864Z Requirement already satisfied: numpy>=2.0.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.7.0a0+bd57234) (2.2.6) 2025-06-05T23:20:38.8613911Z Requirement already satisfied: packaging in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.7.0a0+bd57234) (25.0) 2025-06-05T23:20:38.8614974Z Requirement already satisfied: pandas>=2.2.2 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.7.0a0+bd57234) (2.2.3) 2025-06-05T23:20:38.8616053Z Requirement already satisfied: parameterized in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.7.0a0+bd57234) (0.9.0) 2025-06-05T23:20:38.8617113Z Requirement already satisfied: pytest in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.7.0a0+bd57234) (7.2.0) 2025-06-05T23:20:38.8617867Z Collecting pytest-xdist (from executorch==0.7.0a0+bd57234) 2025-06-05T23:20:38.8619047Z Obtaining dependency information for pytest-xdist from https://files.pythonhosted.org/packages/0d/b2/0e802fde6f1c5b2f7ae7e9ad42b83fd4ecebac18a8a8c2f2f14e39dce6e1/pytest_xdist-3.7.0-py3-none-any.whl.metadata 2025-06-05T23:20:38.8620369Z Downloading pytest_xdist-3.7.0-py3-none-any.whl.metadata (3.0 kB) 2025-06-05T23:20:38.8620942Z Collecting pytest-rerunfailures (from executorch==0.7.0a0+bd57234) 2025-06-05T23:20:38.8622217Z Obtaining dependency information for pytest-rerunfailures from https://files.pythonhosted.org/packages/f3/30/11d836ff01c938969efa319b4ebe2374ed79d28043a12bfc908577aab9f3/pytest_rerunfailures-15.1-py3-none-any.whl.metadata 2025-06-05T23:20:38.8623525Z Downloading pytest_rerunfailures-15.1-py3-none-any.whl.metadata (20 kB) 2025-06-05T23:20:38.8624421Z Requirement already satisfied: pyyaml in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.7.0a0+bd57234) (6.0.1) 2025-06-05T23:20:38.8625495Z Requirement already satisfied: ruamel.yaml in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.7.0a0+bd57234) (0.17.32) 2025-06-05T23:20:38.8626554Z Requirement already satisfied: sympy in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.7.0a0+bd57234) (1.14.0) 2025-06-05T23:20:38.8627272Z Collecting tabulate (from executorch==0.7.0a0+bd57234) 2025-06-05T23:20:38.8628385Z Obtaining dependency information for tabulate from https://files.pythonhosted.org/packages/40/44/4a5f08c96eb108af5cb50b41f76142f0afa346dfa99d5296fe7202a11854/tabulate-0.9.0-py3-none-any.whl.metadata 2025-06-05T23:20:38.8629557Z Downloading tabulate-0.9.0-py3-none-any.whl.metadata (34 kB) 2025-06-05T23:20:38.8630403Z Requirement already satisfied: typing-extensions>=4.10.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.7.0a0+bd57234) (4.14.0) 2025-06-05T23:20:38.8631245Z Collecting coremltools==8.3 (from executorch==0.7.0a0+bd57234) 2025-06-05T23:20:38.8632486Z Obtaining dependency information for coremltools==8.3 from https://files.pythonhosted.org/packages/c4/c9/f602c2a7861a9e8a2555a083d9558d37d8811515bacd597eb3b40ba7757d/coremltools-8.3.0-cp310-none-manylinux1_x86_64.whl.metadata 2025-06-05T23:20:38.8633837Z Downloading coremltools-8.3.0-cp310-none-manylinux1_x86_64.whl.metadata (2.6 kB) 2025-06-05T23:20:38.8634462Z Collecting protobuf>=3.1.0 (from coremltools==8.3->executorch==0.7.0a0+bd57234) 2025-06-05T23:20:38.8635730Z Obtaining dependency information for protobuf>=3.1.0 from https://files.pythonhosted.org/packages/fa/b1/b59d405d64d31999244643d88c45c8241c58f17cc887e73bcb90602327f8/protobuf-6.31.1-cp39-abi3-manylinux2014_x86_64.whl.metadata 2025-06-05T23:20:38.8637111Z Downloading protobuf-6.31.1-cp39-abi3-manylinux2014_x86_64.whl.metadata (593 bytes) 2025-06-05T23:20:38.8638081Z Requirement already satisfied: tqdm in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from coremltools==8.3->executorch==0.7.0a0+bd57234) (4.67.1) 2025-06-05T23:20:38.8639280Z Requirement already satisfied: attrs>=21.3.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from coremltools==8.3->executorch==0.7.0a0+bd57234) (25.3.0) 2025-06-05T23:20:38.8640155Z Collecting cattrs (from coremltools==8.3->executorch==0.7.0a0+bd57234) 2025-06-05T23:20:38.8641287Z Obtaining dependency information for cattrs from https://files.pythonhosted.org/packages/18/b0/215274ef0d835bbc1056392a367646648b6084e39d489099959aefcca2af/cattrs-25.1.1-py3-none-any.whl.metadata 2025-06-05T23:20:38.8642417Z Downloading cattrs-25.1.1-py3-none-any.whl.metadata (8.4 kB) 2025-06-05T23:20:38.8642917Z Collecting pyaml (from coremltools==8.3->executorch==0.7.0a0+bd57234) 2025-06-05T23:20:38.8644051Z Obtaining dependency information for pyaml from https://files.pythonhosted.org/packages/aa/7d/1b5061beff826f902285827261485a058b943332eba8a5532a0164735205/pyaml-25.5.0-py3-none-any.whl.metadata 2025-06-05T23:20:38.8645162Z Downloading pyaml-25.5.0-py3-none-any.whl.metadata (12 kB) 2025-06-05T23:20:38.8646058Z 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.7.0a0+bd57234) (2.9.0.post0) 2025-06-05T23:20:38.8647316Z 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.7.0a0+bd57234) (2025.2) 2025-06-05T23:20:38.8648504Z 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.7.0a0+bd57234) (2025.2) 2025-06-05T23:20:40.1921079Z 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.7.0a0+bd57234) (1.17.0) 2025-06-05T23:20:40.1922959Z Requirement already satisfied: exceptiongroup>=1.1.1 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from cattrs->coremltools==8.3->executorch==0.7.0a0+bd57234) (1.3.0) 2025-06-05T23:20:40.1924495Z 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.7.0a0+bd57234) (2.4.0) 2025-06-05T23:20:40.1925819Z Requirement already satisfied: iniconfig in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from pytest->executorch==0.7.0a0+bd57234) (2.1.0) 2025-06-05T23:20:40.1927135Z Requirement already satisfied: pluggy<2.0,>=0.12 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from pytest->executorch==0.7.0a0+bd57234) (1.6.0) 2025-06-05T23:20:40.1928486Z Requirement already satisfied: tomli>=1.0.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from pytest->executorch==0.7.0a0+bd57234) (2.0.1) 2025-06-05T23:20:40.1929351Z Collecting pytest (from executorch==0.7.0a0+bd57234) 2025-06-05T23:20:40.1930729Z Obtaining dependency information for pytest from https://files.pythonhosted.org/packages/2f/de/afa024cbe022b1b318a3d224125aa24939e99b4ff6f22e0ba639a2eaee47/pytest-8.4.0-py3-none-any.whl.metadata 2025-06-05T23:20:40.1932031Z Downloading pytest-8.4.0-py3-none-any.whl.metadata (7.7 kB) 2025-06-05T23:20:40.1932870Z Requirement already satisfied: pygments>=2.7.2 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from pytest->executorch==0.7.0a0+bd57234) (2.19.1) 2025-06-05T23:20:40.1933867Z Collecting execnet>=2.1 (from pytest-xdist->executorch==0.7.0a0+bd57234) 2025-06-05T23:20:40.1935212Z 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-06-05T23:20:40.1936797Z Downloading execnet-2.1.1-py3-none-any.whl.metadata (2.9 kB) 2025-06-05T23:20:40.1938007Z 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.7.0a0+bd57234) (0.2.12) 2025-06-05T23:20:40.1939114Z Downloading coremltools-8.3.0-cp310-none-manylinux1_x86_64.whl (2.3 MB) 2025-06-05T23:20:40.1939987Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/2.3 MB ? eta -:--:-- 2025-06-05T23:20:40.1940823Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.3/2.3 MB 106.6 MB/s eta 0:00:00 2025-06-05T23:20:40.1941554Z [?25hDownloading protobuf-6.31.1-cp39-abi3-manylinux2014_x86_64.whl (321 kB) 2025-06-05T23:20:40.1942287Z Downloading cattrs-25.1.1-py3-none-any.whl (69 kB) 2025-06-05T23:20:40.1942845Z Downloading flatbuffers-25.2.10-py2.py3-none-any.whl (30 kB) 2025-06-05T23:20:40.1943376Z Downloading pyaml-25.5.0-py3-none-any.whl (26 kB) 2025-06-05T23:20:40.1943893Z Downloading pytest_rerunfailures-15.1-py3-none-any.whl (13 kB) 2025-06-05T23:20:40.1944535Z Downloading pytest-8.4.0-py3-none-any.whl (363 kB) 2025-06-05T23:20:40.1945060Z Downloading pytest_xdist-3.7.0-py3-none-any.whl (46 kB) 2025-06-05T23:20:40.1945533Z Downloading execnet-2.1.1-py3-none-any.whl (40 kB) 2025-06-05T23:20:40.1946076Z Downloading tabulate-0.9.0-py3-none-any.whl (35 kB) 2025-06-05T23:20:40.1946475Z Building wheels for collected packages: executorch 2025-06-05T23:20:40.1947012Z Running command Building wheel for executorch (pyproject.toml) 2025-06-05T23:20:40.1948271Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/setuptools/config/_apply_pyprojecttoml.py:82: SetuptoolsDeprecationWarning: `project.license` as a TOML table is deprecated 2025-06-05T23:20:40.1949397Z !! 2025-06-05T23:20:40.1949538Z 2025-06-05T23:20:40.1949696Z ******************************************************************************** 2025-06-05T23:20:40.1950648Z Please use a simple string containing a SPDX expression for `project.license`. You can also use `project.license-files`. (Both options available on setuptools>=77.0.0). 2025-06-05T23:20:40.1951485Z 2025-06-05T23:20:40.1951709Z By 2026-Feb-18, you need to update your project and remove deprecated calls 2025-06-05T23:20:40.1952287Z or your builds will no longer be supported. 2025-06-05T23:20:40.1952577Z 2025-06-05T23:20:40.1952987Z See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. 2025-06-05T23:20:40.1953628Z ******************************************************************************** 2025-06-05T23:20:40.1953910Z 2025-06-05T23:20:40.1954005Z !! 2025-06-05T23:20:40.1954262Z corresp(dist, value, root_dir) 2025-06-05T23:20:40.1955185Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/setuptools/config/_apply_pyprojecttoml.py:61: SetuptoolsDeprecationWarning: License classifiers are deprecated. 2025-06-05T23:20:40.1956144Z !! 2025-06-05T23:20:40.1956267Z 2025-06-05T23:20:40.1956428Z ******************************************************************************** 2025-06-05T23:20:40.1957056Z Please consider removing the following classifiers in favor of a SPDX license expression: 2025-06-05T23:20:40.1957512Z 2025-06-05T23:20:40.1957657Z License :: OSI Approved :: BSD License 2025-06-05T23:20:40.1957937Z 2025-06-05T23:20:40.1958339Z See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. 2025-06-05T23:20:40.1958973Z ******************************************************************************** 2025-06-05T23:20:40.1959585Z 2025-06-05T23:20:40.1959663Z !! 2025-06-05T23:20:40.1959866Z dist._finalize_license_expression() 2025-06-05T23:20:40.1960624Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated. 2025-06-05T23:20:40.1961515Z !! 2025-06-05T23:20:40.1961619Z 2025-06-05T23:20:40.1961732Z ******************************************************************************** 2025-06-05T23:20:40.1962346Z Please consider removing the following classifiers in favor of a SPDX license expression: 2025-06-05T23:20:40.1962753Z 2025-06-05T23:20:40.1962872Z License :: OSI Approved :: BSD License 2025-06-05T23:20:40.1963104Z 2025-06-05T23:20:40.1963442Z See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. 2025-06-05T23:20:40.1964018Z ******************************************************************************** 2025-06-05T23:20:40.1964247Z 2025-06-05T23:20:40.1964321Z !! 2025-06-05T23:20:40.1964533Z self._finalize_license_expression() 2025-06-05T23:20:40.1964821Z running bdist_wheel 2025-06-05T23:20:40.1965052Z running build 2025-06-05T23:20:40.1965280Z command options for 'CustomBuild': 2025-06-05T23:20:40.1965575Z build_base = pip-out 2025-06-05T23:20:40.1965834Z build_purelib = pip-out/lib 2025-06-05T23:20:40.1966151Z build_platlib = pip-out/lib.linux-x86_64-cpython-310 2025-06-05T23:20:40.1966545Z build_lib = pip-out/lib.linux-x86_64-cpython-310 2025-06-05T23:20:40.1966892Z build_scripts = pip-out/scripts-3.10 2025-06-05T23:20:40.1967265Z build_temp = pip-out/temp.linux-x86_64-cpython-310 2025-06-05T23:20:40.1967598Z plat_name = linux-x86_64 2025-06-05T23:20:40.1967918Z compiler = None 2025-06-05T23:20:40.1968135Z parallel = None 2025-06-05T23:20:40.1968359Z debug = None 2025-06-05T23:20:40.1968564Z force = None 2025-06-05T23:20:40.1968823Z executable = /opt/conda/envs/py_3.10/bin/python 2025-06-05T23:20:40.1969316Z creating /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out 2025-06-05T23:20:40.1969986Z clearing /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out 2025-06-05T23:20:40.1970448Z Preset CMake variables: 2025-06-05T23:20:40.1970607Z 2025-06-05T23:20:40.1970714Z CMAKE_OSX_DEPLOYMENT_TARGET="12.0" 2025-06-05T23:20:40.1971191Z EXECUTORCH_BUILD_PRESET_FILE="/pytorch/executorch/tools/cmake/preset/pybind.cmake" 2025-06-05T23:20:40.1971570Z 2025-06-05T23:20:40.1971709Z -- The C compiler identification is Clang 12.0.1 2025-06-05T23:20:40.1972097Z -- The CXX compiler identification is Clang 12.0.1 2025-06-05T23:20:40.1972450Z -- Detecting C compiler ABI info 2025-06-05T23:20:40.1972746Z -- Detecting C compiler ABI info - done 2025-06-05T23:20:40.1973133Z -- Check for working C compiler: /opt/cache/bin/cc - skipped 2025-06-05T23:20:40.1973503Z -- Detecting C compile features 2025-06-05T23:20:40.1973808Z -- Detecting C compile features - done 2025-06-05T23:20:40.1974116Z -- Detecting CXX compiler ABI info 2025-06-05T23:20:40.1974433Z -- Detecting CXX compiler ABI info - done 2025-06-05T23:20:40.1974816Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2025-06-05T23:20:40.1975213Z -- Detecting CXX compile features 2025-06-05T23:20:40.1975525Z -- Detecting CXX compile features - done 2025-06-05T23:20:40.1975962Z -- Loading build preset: /pytorch/executorch/tools/cmake/preset/pybind.cmake 2025-06-05T23:20:40.1976416Z -- --- Configured Options --- 2025-06-05T23:20:40.1976598Z 2025-06-05T23:20:40.1976715Z -- CMAKE_CXX_STANDARD : 17 2025-06-05T23:20:40.1977073Z -- CMAKE_SYSTEM_PROCESSOR : x86_64 2025-06-05T23:20:40.1977421Z -- CMAKE_BUILD_TYPE : Release 2025-06-05T23:20:40.1977851Z -- PYTHON_EXECUTABLE : /opt/conda/envs/py_3.10/bin/python 2025-06-05T23:20:40.1978284Z -- CMAKE_CXX_COMPILER_ID : Clang 2025-06-05T23:20:40.1978633Z -- CMAKE_TOOLCHAIN_FILE x (unset) 2025-06-05T23:20:40.1978969Z -- BUCK2 : 2025-06-05T23:20:40.1979437Z -- EXECUTORCH_BUILD_PRESET_FILE : /pytorch/executorch/tools/cmake/preset/pybind.cmake 2025-06-05T23:20:40.1980034Z -- EXECUTORCH_ENABLE_LOGGING : ON 2025-06-05T23:20:40.1980373Z -- EXECUTORCH_BUILD_COREML : ON 2025-06-05T23:20:40.1980736Z -- EXECUTORCH_FLATBUFFERS_MAX_ALIGNMENT : 1024 2025-06-05T23:20:40.1981165Z -- EXECUTORCH_PAL_DEFAULT : posix 2025-06-05T23:20:40.1981692Z -- EXECUTORCH_PAL_DEFAULT_FILE_PATH : /pytorch/executorch/runtime/platform/default/posix.cpp 2025-06-05T23:20:40.1982235Z -- EXECUTORCH_LOG_LEVEL : Info 2025-06-05T23:20:40.1982588Z -- EXECUTORCH_ENABLE_PROGRAM_VERIFICATION : OFF 2025-06-05T23:20:40.1982960Z -- EXECUTORCH_ENABLE_EVENT_TRACER : OFF 2025-06-05T23:20:40.1983301Z -- EXECUTORCH_OPTIMIZE_SIZE : OFF 2025-06-05T23:20:40.1983653Z -- EXECUTORCH_BUILD_ARM_BAREMETAL : OFF 2025-06-05T23:20:40.1984008Z -- EXECUTORCH_BUILD_KERNELS_CUSTOM : ON 2025-06-05T23:20:40.1984357Z -- EXECUTORCH_BUILD_KERNELS_CUSTOM_AOT : ON 2025-06-05T23:20:40.1984715Z -- EXECUTORCH_BUILD_KERNELS_QUANTIZED_AOT : ON 2025-06-05T23:20:40.1985065Z -- EXECUTORCH_BUILD_EXTENSION_DATA_LOADER : OFF 2025-06-05T23:20:40.1985427Z -- EXECUTORCH_BUILD_EXTENSION_FLAT_TENSOR : ON 2025-06-05T23:20:40.1985778Z -- EXECUTORCH_BUILD_EXTENSION_LLM : OFF 2025-06-05T23:20:40.1986140Z -- EXECUTORCH_BUILD_EXTENSION_MODULE : OFF 2025-06-05T23:20:40.1986491Z -- EXECUTORCH_BUILD_EXTENSION_RUNNER_UTIL : ON 2025-06-05T23:20:40.1986854Z -- EXECUTORCH_BUILD_EXTENSION_TENSOR : ON 2025-06-05T23:20:43.2260640Z -- EXECUTORCH_BUILD_EXTENSION_TRAINING : OFF 2025-06-05T23:20:43.2261539Z -- EXECUTORCH_BUILD_EXTENSION_APPLE : OFF 2025-06-05T23:20:43.2262253Z -- EXECUTORCH_BUILD_MPS : OFF 2025-06-05T23:20:43.2262853Z -- EXECUTORCH_BUILD_NEURON : OFF 2025-06-05T23:20:43.2263542Z -- EXECUTORCH_BUILD_OPENVINO : OFF 2025-06-05T23:20:43.2264217Z -- EXECUTORCH_BUILD_PYBIND : ON 2025-06-05T23:20:43.2264848Z -- EXECUTORCH_BUILD_QNN : OFF 2025-06-05T23:20:43.2265501Z -- EXECUTORCH_BUILD_KERNELS_OPTIMIZED : OFF 2025-06-05T23:20:43.2266162Z -- EXECUTORCH_BUILD_KERNELS_QUANTIZED : ON 2025-06-05T23:20:43.2266840Z -- EXECUTORCH_BUILD_DEVTOOLS : OFF 2025-06-05T23:20:43.2267479Z -- EXECUTORCH_BUILD_TESTS : OFF 2025-06-05T23:20:43.2268133Z -- EXECUTORCH_NNLIB_OPT : OFF 2025-06-05T23:20:43.2268769Z -- EXECUTORCH_CADENCE_CPU_RUNNER : OFF 2025-06-05T23:20:43.2269423Z -- EXECUTORCH_BUILD_SIZE_TEST : OFF 2025-06-05T23:20:43.2270078Z -- EXECUTORCH_BUILD_XNNPACK : ON 2025-06-05T23:20:43.2270714Z -- EXECUTORCH_BUILD_VULKAN : OFF 2025-06-05T23:20:43.2271367Z -- EXECUTORCH_BUILD_PORTABLE_OPS : ON 2025-06-05T23:20:43.2271990Z -- EXECUTORCH_USE_DL : ON 2025-06-05T23:20:43.2272654Z -- EXECUTORCH_BUILD_CADENCE : OFF 2025-06-05T23:20:43.2273284Z -- EXECUTORCH_BUILD_CORTEX_M : OFF 2025-06-05T23:20:43.2273914Z -- EXECUTORCH_BUILD_GFLAGS : ON 2025-06-05T23:20:43.2274542Z -- EXECUTORCH_COREML_BUILD_EXECUTOR_RUNNER : OFF 2025-06-05T23:20:43.2275219Z -- EXECUTORCH_BUILD_PTHREADPOOL : ON 2025-06-05T23:20:43.2275857Z -- EXECUTORCH_BUILD_CPUINFO : ON 2025-06-05T23:20:43.2276476Z -- EXECUTORCH_BUILD_EXECUTOR_RUNNER : OFF 2025-06-05T23:20:43.2277135Z -- EXECUTORCH_XNNPACK_SHARED_WORKSPACE : ON 2025-06-05T23:20:43.2277790Z -- EXECUTORCH_XNNPACK_ENABLE_KLEIDI : OFF 2025-06-05T23:20:43.2278463Z -- EXECUTORCH_XNNPACK_ENABLE_WEIGHT_CACHE : OFF 2025-06-05T23:20:43.2279048Z -- -------------------------- 2025-06-05T23:20:43.2279810Z -- Using the multi-header code from /pytorch/executorch/third-party/json/include/ 2025-06-05T23:20:43.2281086Z CMake Deprecation Warning at third-party/pybind11/CMakeLists.txt:13 (cmake_minimum_required): 2025-06-05T23:20:43.2282604Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:20:43.2283326Z CMake. 2025-06-05T23:20:43.2283533Z 2025-06-05T23:20:43.2284090Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:20:43.2285103Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:20:43.2285968Z to work with policies introduced by or earlier. 2025-06-05T23:20:43.2286452Z 2025-06-05T23:20:43.2286460Z 2025-06-05T23:20:43.2286617Z -- pybind11 v2.13.6 2025-06-05T23:20:43.2287646Z -- Found PythonInterp: /opt/conda/envs/py_3.10/bin/python (found suitable version "3.10.16", minimum required is "3.7") 2025-06-05T23:20:43.2288927Z -- Found PythonLibs: /opt/conda/envs/py_3.10/lib/libpython3.10.so 2025-06-05T23:20:43.2289793Z -- Performing Test HAS_FLTO_THIN 2025-06-05T23:20:43.2290347Z -- Performing Test HAS_FLTO_THIN - Success 2025-06-05T23:20:43.2291348Z CMake Deprecation Warning at third-party/flatcc/CMakeLists.txt:2 (cmake_minimum_required): 2025-06-05T23:20:43.2292520Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:20:43.2293266Z CMake. 2025-06-05T23:20:43.2293470Z 2025-06-05T23:20:43.2293894Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:20:43.2294897Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:20:43.2295763Z to work with policies introduced by or earlier. 2025-06-05T23:20:43.2296232Z 2025-06-05T23:20:43.2296240Z 2025-06-05T23:20:43.2296543Z -- dist install dir /pytorch/executorch/third-party/flatcc 2025-06-05T23:20:43.2297369Z -- lib install dir /pytorch/executorch/third-party/flatcc/lib 2025-06-05T23:20:43.2298066Z -- Setting Clang compiler options 2025-06-05T23:20:43.2299345Z -- Configured C_FLAGS: -DFLATCC_REFLECTION=0 -Wstrict-prototypes -Wsign-conversion -Wconversion -std=c11 -pedantic -Wall -Wextra -Werror 2025-06-05T23:20:43.2301132Z CMake Deprecation Warning at backends/xnnpack/third-party/FXdiv/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-06-05T23:20:43.2302419Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:20:43.2303207Z CMake. 2025-06-05T23:20:43.2303413Z 2025-06-05T23:20:43.2303841Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:20:43.2304857Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:20:43.2305700Z to work with policies introduced by or earlier. 2025-06-05T23:20:43.2306164Z 2025-06-05T23:20:43.2306172Z 2025-06-05T23:20:43.2306895Z CMake Deprecation Warning at backends/xnnpack/third-party/cpuinfo/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-06-05T23:20:43.2308245Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:20:43.2309011Z CMake. 2025-06-05T23:20:43.2309213Z 2025-06-05T23:20:43.2309611Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:20:43.2310613Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:20:43.2311489Z to work with policies introduced by or earlier. 2025-06-05T23:20:43.2311975Z 2025-06-05T23:20:43.2311984Z 2025-06-05T23:20:43.2312217Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD 2025-06-05T23:20:43.2312875Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success 2025-06-05T23:20:43.2313484Z -- Found Threads: TRUE 2025-06-05T23:20:43.2314520Z CMake Deprecation Warning at backends/xnnpack/third-party/pthreadpool/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-06-05T23:20:43.2315901Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:20:43.2316637Z CMake. 2025-06-05T23:20:43.2316857Z 2025-06-05T23:20:43.2317251Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:20:43.2318556Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:20:43.2319404Z to work with policies introduced by or earlier. 2025-06-05T23:20:43.2319861Z 2025-06-05T23:20:43.2319871Z 2025-06-05T23:20:43.2320050Z -- Resolved buck2 as buck2. 2025-06-05T23:20:43.2320639Z -- Killing buck2 daemon 2025-06-05T23:20:43.2321078Z 'buck2 killall' 2025-06-05T23:20:43.2321476Z -- executorch: Generating source lists 2025-06-05T23:20:43.2322830Z -- executorch: Generating source file list /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/executorch_srcs.cmake 2025-06-05T23:20:43.2324709Z -- executorch: Using sources file /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/executorch_srcs.cmake 2025-06-05T23:20:43.2326589Z '/opt/conda/envs/py_3.10/bin/python' '-c' 'import importlib.util; print(importlib.util.find_spec('torch').submodule_search_locations[0])' 2025-06-05T23:20:43.2327864Z -- Generating operator lib: 2025-06-05T23:20:43.2328366Z -- LIB_NAME: portable_ops_lib 2025-06-05T23:20:43.2329084Z -- OPS_SCHEMA_YAML: /pytorch/executorch/kernels/portable/functions.yaml 2025-06-05T23:20:43.2329904Z -- ROOT_OPS: 2025-06-05T23:20:43.2330290Z -- INCLUDE_ALL_OPS: 2025-06-05T23:20:43.2332688Z Command - /opt/conda/envs/py_3.10/bin/python;-m;codegen.tools.gen_oplist;--output_path=/pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/kernels/portable/portable_ops_lib/selected_operators.yaml;--ops_schema_yaml_path="/pytorch/executorch/kernels/portable/functions.yaml" 2025-06-05T23:20:43.2335413Z -- Generating kernel bindings: 2025-06-05T23:20:43.2335946Z -- LIB_NAME: portable_ops_lib 2025-06-05T23:20:43.2336674Z -- FUNCTIONS_YAML: /pytorch/executorch/kernels/portable/functions.yaml 2025-06-05T23:20:43.2337409Z -- CUSTOM_OPS_YAML: 2025-06-05T23:20:43.2337836Z -- ADD_EXCEPTION_BOUNDARY: FALSE 2025-06-05T23:20:43.2341445Z Generated files /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/kernels/portable/portable_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp;/pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/kernels/portable/portable_ops_lib/Functions.h;/pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/kernels/portable/portable_ops_lib/NativeFunctions.h 2025-06-05T23:20:43.2345189Z -- Generating operator lib: 2025-06-05T23:20:43.2345711Z -- LIB_NAME: portable_ops_lib 2025-06-05T23:20:43.2346233Z -- KERNEL_LIBS: portable_kernels 2025-06-05T23:20:43.2346773Z -- DEPS: executorch_core 2025-06-05T23:20:43.2347253Z -- Generating operator lib: 2025-06-05T23:20:43.2347756Z -- LIB_NAME: optimized_ops_lib 2025-06-05T23:20:43.2348500Z -- OPS_SCHEMA_YAML: /pytorch/executorch/kernels/optimized/optimized.yaml 2025-06-05T23:20:43.2349267Z -- ROOT_OPS: 2025-06-05T23:20:43.2349645Z -- INCLUDE_ALL_OPS: 2025-06-05T23:20:43.2352170Z Command - /opt/conda/envs/py_3.10/bin/python;-m;codegen.tools.gen_oplist;--output_path=/pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/kernels/optimized/optimized_ops_lib/selected_operators.yaml;--ops_schema_yaml_path="/pytorch/executorch/kernels/optimized/optimized.yaml" 2025-06-05T23:20:43.2354754Z -- Generating kernel bindings: 2025-06-05T23:20:43.2355283Z -- LIB_NAME: optimized_ops_lib 2025-06-05T23:20:43.2356032Z -- FUNCTIONS_YAML: /pytorch/executorch/kernels/optimized/optimized.yaml 2025-06-05T23:20:43.2356800Z -- CUSTOM_OPS_YAML: 2025-06-05T23:20:43.2357246Z -- ADD_EXCEPTION_BOUNDARY: TRUE 2025-06-05T23:20:43.2361164Z Generated files /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/kernels/optimized/optimized_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp;/pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/kernels/optimized/optimized_ops_lib/Functions.h;/pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/kernels/optimized/optimized_ops_lib/NativeFunctions.h 2025-06-05T23:20:43.2365104Z -- Generating operator lib: 2025-06-05T23:20:43.2365592Z -- LIB_NAME: optimized_ops_lib 2025-06-05T23:20:43.2366080Z -- KERNEL_LIBS: optimized_kernels 2025-06-05T23:20:43.2366624Z -- DEPS: executorch_core 2025-06-05T23:20:43.2367150Z -- Merging kernel yaml files: 2025-06-05T23:20:43.2368154Z -- FUNCTIONS_YAML: /pytorch/executorch/configurations/../kernels/optimized/optimized.yaml 2025-06-05T23:20:43.2369430Z -- FALLBACK_YAML: /pytorch/executorch/configurations/../kernels/portable/functions.yaml 2025-06-05T23:20:43.2370880Z -- OUTPUT_DIR: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/configurations 2025-06-05T23:20:43.2371859Z -- Generating operator lib: 2025-06-05T23:20:43.2372325Z -- LIB_NAME: optimized_native_cpu_ops_lib 2025-06-05T23:20:43.2373478Z -- OPS_SCHEMA_YAML: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/configurations/merged.yaml 2025-06-05T23:20:43.2374521Z -- ROOT_OPS: 2025-06-05T23:20:43.2374914Z -- INCLUDE_ALL_OPS: 2025-06-05T23:20:43.2377759Z Command - /opt/conda/envs/py_3.10/bin/python;-m;codegen.tools.gen_oplist;--output_path=/pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/configurations/optimized_native_cpu_ops_lib/selected_operators.yaml;--ops_schema_yaml_path="/pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/configurations/merged.yaml" 2025-06-05T23:20:43.2380699Z -- Generating kernel bindings: 2025-06-05T23:20:53.2524267Z -- LIB_NAME: optimized_native_cpu_ops_lib 2025-06-05T23:20:53.2525749Z -- FUNCTIONS_YAML: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/configurations/merged.yaml 2025-06-05T23:20:53.2526872Z -- CUSTOM_OPS_YAML: 2025-06-05T23:20:53.2527311Z -- ADD_EXCEPTION_BOUNDARY: TRUE 2025-06-05T23:20:53.2530954Z Generated files /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/configurations/optimized_native_cpu_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp;/pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/configurations/optimized_native_cpu_ops_lib/Functions.h;/pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/configurations/optimized_native_cpu_ops_lib/NativeFunctions.h 2025-06-05T23:20:53.2534737Z -- Generating operator lib: 2025-06-05T23:20:53.2535298Z -- LIB_NAME: optimized_native_cpu_ops_lib 2025-06-05T23:20:53.2536045Z -- KERNEL_LIBS: optimized_kernels;optimized_portable_kernels 2025-06-05T23:20:53.2536724Z -- DEPS: executorch_core 2025-06-05T23:20:53.2537613Z CMake Deprecation Warning at third-party/gflags/CMakeLists.txt:73 (cmake_minimum_required): 2025-06-05T23:20:53.2538792Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:20:53.2539560Z CMake. 2025-06-05T23:20:53.2539765Z 2025-06-05T23:20:53.2540175Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:20:53.2541193Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:20:53.2542096Z to work with policies introduced by or earlier. 2025-06-05T23:20:53.2542573Z 2025-06-05T23:20:53.2542582Z 2025-06-05T23:20:53.2542767Z -- Looking for C++ include unistd.h 2025-06-05T23:20:53.2543353Z -- Looking for C++ include unistd.h - found 2025-06-05T23:20:53.2543939Z -- Looking for C++ include stdint.h 2025-06-05T23:20:53.2555342Z -- Looking for C++ include stdint.h - found 2025-06-05T23:20:53.2556100Z -- Looking for C++ include inttypes.h 2025-06-05T23:20:53.2556716Z -- Looking for C++ include inttypes.h - found 2025-06-05T23:20:53.2557308Z -- Looking for C++ include sys/types.h 2025-06-05T23:20:53.2557917Z -- Looking for C++ include sys/types.h - found 2025-06-05T23:20:53.2558492Z -- Looking for C++ include sys/stat.h 2025-06-05T23:20:53.2559077Z -- Looking for C++ include sys/stat.h - found 2025-06-05T23:20:53.2559795Z -- Looking for C++ include fnmatch.h 2025-06-05T23:20:53.2560267Z -- Looking for C++ include fnmatch.h - found 2025-06-05T23:20:53.2561184Z -- Looking for C++ include stddef.h 2025-06-05T23:20:53.2561711Z -- Looking for C++ include stddef.h - found 2025-06-05T23:20:53.2562281Z -- Check size of uint32_t 2025-06-05T23:20:53.2562762Z -- Check size of uint32_t - done 2025-06-05T23:20:53.2563274Z -- Looking for strtoll 2025-06-05T23:20:53.2563900Z -- Looking for strtoll - found 2025-06-05T23:20:53.2564614Z -- The ASM compiler identification is Clang with GNU-like command-line 2025-06-05T23:20:53.2565392Z -- Found assembler: /opt/cache/bin/cc 2025-06-05T23:20:53.2566004Z -- Building for XNNPACK_TARGET_PROCESSOR: x86_64 2025-06-05T23:20:53.2567064Z -- Found Python: /opt/conda/envs/py_3.10/bin/python3.10 (found version "3.10.16") found components: Interpreter 2025-06-05T23:20:53.2568137Z -- Generating microkernels.cmake 2025-06-05T23:20:53.2568844Z No microkernel found in src/reference/binary-elementwise.cc 2025-06-05T23:20:53.2569664Z No microkernel found in src/reference/packing.cc 2025-06-05T23:20:53.2570437Z No microkernel found in src/reference/unary-elementwise.cc 2025-06-05T23:20:53.2571755Z '/opt/conda/envs/py_3.10/bin/python' '-c' 'import importlib.util; print(importlib.util.find_spec('torch').submodule_search_locations[0])' 2025-06-05T23:20:53.2573014Z -- MKL_ARCH: None, set to ` intel64` by default 2025-06-05T23:20:53.2573629Z -- MKL_ROOT /opt/conda/envs/py_3.10 2025-06-05T23:20:53.2574189Z -- MKL_LINK: None, set to ` dynamic` by default 2025-06-05T23:20:53.2574881Z -- MKL_INTERFACE_FULL: None, set to ` intel_ilp64` by default 2025-06-05T23:20:53.2575655Z -- MKL_THREADING: None, set to ` intel_thread` by default 2025-06-05T23:20:53.2576346Z -- MKL_MPI: None, set to ` intelmpi` by default 2025-06-05T23:20:53.2577575Z CMake Warning at /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/share/cmake/Torch/TorchConfig.cmake:22 (message): 2025-06-05T23:20:53.2578851Z static library kineto_LIBRARY-NOTFOUND not found. 2025-06-05T23:20:53.2579490Z Call Stack (most recent call first): 2025-06-05T23:20:53.2580719Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/share/cmake/Torch/TorchConfig.cmake:125 (append_torchlib_if_found) 2025-06-05T23:20:53.2582016Z tools/cmake/Utils.cmake:267 (find_package) 2025-06-05T23:20:53.2582617Z CMakeLists.txt:610 (find_package_torch) 2025-06-05T23:20:53.2583023Z 2025-06-05T23:20:53.2583031Z 2025-06-05T23:20:53.2583541Z -- Found Torch: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/lib/libtorch.so 2025-06-05T23:20:53.2585392Z -- executorch: Using source file list /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/extension/llm/custom_ops/../../../executorch_srcs.cmake 2025-06-05T23:20:53.2586889Z -- Generating operator lib: 2025-06-05T23:20:53.2587393Z -- LIB_NAME: quantized_ops_lib 2025-06-05T23:20:53.2588107Z -- OPS_SCHEMA_YAML: /pytorch/executorch/kernels/quantized/quantized.yaml 2025-06-05T23:20:53.2588841Z -- ROOT_OPS: 2025-06-05T23:20:53.2589236Z -- INCLUDE_ALL_OPS: 2025-06-05T23:20:53.2591683Z Command - /opt/conda/envs/py_3.10/bin/python;-m;codegen.tools.gen_oplist;--output_path=/pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/kernels/quantized/quantized_ops_lib/selected_operators.yaml;--ops_schema_yaml_path="/pytorch/executorch/kernels/quantized/quantized.yaml" 2025-06-05T23:20:53.2594302Z -- Generating kernel bindings: 2025-06-05T23:20:53.2594912Z -- LIB_NAME: quantized_ops_lib 2025-06-05T23:20:53.2595411Z -- FUNCTIONS_YAML: 2025-06-05T23:20:53.2596062Z -- CUSTOM_OPS_YAML: /pytorch/executorch/kernels/quantized/quantized.yaml 2025-06-05T23:20:53.2596862Z -- ADD_EXCEPTION_BOUNDARY: FALSE 2025-06-05T23:20:53.2604061Z Generated files /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/kernels/quantized/quantized_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp;/pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/kernels/quantized/quantized_ops_lib/Functions.h;/pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/kernels/quantized/quantized_ops_lib/NativeFunctions.h;/pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/kernels/quantized/quantized_ops_lib/RegisterCPUCustomOps.cpp;/pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/kernels/quantized/quantized_ops_lib/RegisterSchema.cpp;/pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/kernels/quantized/quantized_ops_lib/CustomOpsNativeFunctions.h 2025-06-05T23:20:53.2611224Z -- Generating operator lib: 2025-06-05T23:20:53.2611725Z -- LIB_NAME: quantized_ops_aot_lib 2025-06-05T23:20:53.2612258Z -- OPS_SCHEMA_YAML: 2025-06-05T23:20:53.2617141Z -- ROOT_OPS: 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-06-05T23:20:53.2622190Z -- INCLUDE_ALL_OPS: 2025-06-05T23:20:53.2628877Z Command - /opt/conda/envs/py_3.10/bin/python;-m;codegen.tools.gen_oplist;--output_path=/pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/kernels/quantized/quantized_ops_aot_lib/selected_operators.yaml;--root_ops="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-06-05T23:20:53.2635681Z -- Generating kernel bindings: 2025-06-05T23:20:53.2636211Z -- LIB_NAME: quantized_ops_aot_lib 2025-06-05T23:20:53.2636727Z -- FUNCTIONS_YAML: 2025-06-05T23:20:53.2637363Z -- CUSTOM_OPS_YAML: /pytorch/executorch/kernels/quantized/quantized.yaml 2025-06-05T23:20:53.2638112Z -- ADD_EXCEPTION_BOUNDARY: FALSE 2025-06-05T23:20:53.2638644Z -- Generating custom ops aot lib: 2025-06-05T23:20:53.2639195Z -- LIB_NAME: quantized_ops_aot_lib 2025-06-05T23:20:53.2640133Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/../../kernels/quantized/cpu/embeddingxb.cpp 2025-06-05T23:20:53.2641482Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/../../kernels/quantized/cpu/op_add.cpp 2025-06-05T23:20:53.2642970Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/../../kernels/quantized/cpu/op_choose_qparams.cpp 2025-06-05T23:20:53.2644467Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/../../kernels/quantized/cpu/op_dequantize.cpp 2025-06-05T23:20:53.2645969Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/../../kernels/quantized/cpu/op_embedding.cpp 2025-06-05T23:20:53.2647429Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/../../kernels/quantized/cpu/op_embedding2b.cpp 2025-06-05T23:20:53.2648953Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/../../kernels/quantized/cpu/op_embedding4b.cpp 2025-06-05T23:20:53.2650518Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/../../kernels/quantized/cpu/op_mixed_linear.cpp 2025-06-05T23:20:53.2651986Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/../../kernels/quantized/cpu/op_mixed_mm.cpp 2025-06-05T23:20:53.2653465Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/../../kernels/quantized/cpu/op_quantize.cpp 2025-06-05T23:20:53.2655107Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/../../kernels/portable/cpu/util/reduce_util.cpp 2025-06-05T23:20:54.4753808Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/../../runtime/core/exec_aten/util/tensor_util_aten.cpp 2025-06-05T23:20:54.4755209Z -- Generating operator lib: 2025-06-05T23:20:54.4756474Z -- LIB_NAME: quantized_ops_pybind_lib 2025-06-05T23:20:54.4757335Z -- OPS_SCHEMA_YAML: /pytorch/executorch/kernels/quantized/quantized.yaml 2025-06-05T23:20:54.4758111Z -- ROOT_OPS: 2025-06-05T23:20:54.4758489Z -- INCLUDE_ALL_OPS: 2025-06-05T23:20:54.4761137Z Command - /opt/conda/envs/py_3.10/bin/python;-m;codegen.tools.gen_oplist;--output_path=/pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/kernels/quantized/quantized_ops_pybind_lib/selected_operators.yaml;--ops_schema_yaml_path="/pytorch/executorch/kernels/quantized/quantized.yaml" 2025-06-05T23:20:54.4763897Z -- Generating kernel bindings: 2025-06-05T23:20:54.4764431Z -- LIB_NAME: quantized_ops_pybind_lib 2025-06-05T23:20:54.4764997Z -- FUNCTIONS_YAML: 2025-06-05T23:20:54.4765667Z -- CUSTOM_OPS_YAML: /pytorch/executorch/kernels/quantized/quantized.yaml 2025-06-05T23:20:54.4766472Z -- ADD_EXCEPTION_BOUNDARY: FALSE 2025-06-05T23:20:54.4767052Z -- Generating operator lib: 2025-06-05T23:20:54.4767567Z -- LIB_NAME: quantized_ops_pybind_lib 2025-06-05T23:20:54.4768176Z -- KERNEL_LIBS: quantized_pybind_kernels_lib 2025-06-05T23:20:54.4768754Z -- DEPS: portable_lib 2025-06-05T23:20:54.4769217Z -- Generating operator lib: 2025-06-05T23:20:54.4769795Z -- LIB_NAME: quantized_ops_lib 2025-06-05T23:20:54.4770328Z -- KERNEL_LIBS: quantized_kernels 2025-06-05T23:20:54.4770843Z -- DEPS: executorch_core 2025-06-05T23:20:54.4771337Z -- Configuring done (13.7s) 2025-06-05T23:20:54.4771776Z -- Generating done (0.4s) 2025-06-05T23:20:54.4772732Z -- Build files have been written to: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out 2025-06-05T23:20:54.4775184Z cmake --build /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out -j7 --config=Release --target portable_lib --target executorchcoreml --target custom_ops_aot_lib --target quantized_ops_aot_lib 2025-06-05T23:20:54.4777230Z [ 0%] Creating directories for 'flatcc_external_project' 2025-06-05T23:20:54.4778063Z [ 0%] Creating directories for 'flatbuffers_external_project' 2025-06-05T23:20:54.4779188Z [ 0%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/api.c.o 2025-06-05T23:20:54.4780776Z [ 0%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/legacy-api.c.o 2025-06-05T23:20:54.4782420Z [ 0%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/single.cpp.o 2025-06-05T23:20:54.4784057Z [ 0%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/portable-api.c.o 2025-06-05T23:20:54.4785628Z [ 0%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/cache.c.o 2025-06-05T23:20:54.4786713Z [ 0%] No download step for 'flatcc_external_project' 2025-06-05T23:20:54.4787417Z [ 0%] No download step for 'flatbuffers_external_project' 2025-06-05T23:20:54.4788145Z [ 0%] No update step for 'flatcc_external_project' 2025-06-05T23:20:54.4788852Z [ 0%] No update step for 'flatbuffers_external_project' 2025-06-05T23:20:54.4789584Z [ 0%] No patch step for 'flatbuffers_external_project' 2025-06-05T23:20:54.4790299Z [ 0%] No patch step for 'flatcc_external_project' 2025-06-05T23:20:54.4791062Z [ 0%] Performing configure step for 'flatcc_external_project' 2025-06-05T23:20:54.4791967Z [ 1%] Performing configure step for 'flatbuffers_external_project' 2025-06-05T23:20:54.4792648Z CMake Warning: 2025-06-05T23:20:54.4793142Z Ignoring empty string ("") provided on the command line. 2025-06-05T23:20:54.4793662Z 2025-06-05T23:20:54.4793670Z 2025-06-05T23:20:54.4794119Z CMake Warning: 2025-06-05T23:20:54.4794648Z Ignoring empty string ("") provided on the command line. 2025-06-05T23:20:54.4795159Z 2025-06-05T23:20:54.4795167Z 2025-06-05T23:20:54.4795602Z CMake Deprecation Warning at CMakeLists.txt:2 (cmake_minimum_required): 2025-06-05T23:20:54.4796768Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:20:54.4797566Z CMake. 2025-06-05T23:20:54.4797781Z 2025-06-05T23:20:54.4798198Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:20:54.4799278Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:20:54.4800199Z to work with policies introduced by or earlier. 2025-06-05T23:20:54.4800688Z 2025-06-05T23:20:54.4800696Z 2025-06-05T23:20:54.4800935Z fatal: No names found, cannot describe anything. 2025-06-05T23:20:54.4801640Z CMake Warning at CMake/Version.cmake:32 (message): 2025-06-05T23:20:54.4802286Z git describe failed with exit code: 128 2025-06-05T23:20:54.4802715Z 2025-06-05T23:20:54.4803020Z Make sure you cloned with tags or run 'git fetch --tags'. 2025-06-05T23:20:54.4803714Z Call Stack (most recent call first): 2025-06-05T23:20:54.4804281Z CMakeLists.txt:5 (include) 2025-06-05T23:20:54.4804610Z 2025-06-05T23:20:54.4804617Z 2025-06-05T23:20:54.4804834Z -- Proceeding with version: 24.3.25.0 2025-06-05T23:20:54.4805964Z [ 2%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/pthreads.c.o 2025-06-05T23:20:54.4807656Z [ 2%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/memory.c.o 2025-06-05T23:20:54.4809203Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/init.c.o 2025-06-05T23:20:54.4810720Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/log.c.o 2025-06-05T23:20:54.4811791Z -- The C compiler identification is Clang 12.0.1 2025-06-05T23:20:54.4812430Z -- Detecting C compiler ABI info 2025-06-05T23:20:54.4813325Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/init.c.o 2025-06-05T23:20:54.4814887Z [ 2%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/fastpath.c.o 2025-06-05T23:20:54.4816436Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/info.c.o 2025-06-05T23:20:54.4817963Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/vendor.c.o 2025-06-05T23:20:54.4819108Z -- The CXX compiler identification is Clang 12.0.1 2025-06-05T23:20:54.4819769Z -- Detecting CXX compiler ABI info 2025-06-05T23:20:54.4820831Z [ 2%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/double.cpp.o 2025-06-05T23:20:54.4822426Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/uarch.c.o 2025-06-05T23:20:54.4823944Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/name.c.o 2025-06-05T23:20:54.4825500Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/topology.c.o 2025-06-05T23:20:54.4826573Z -- Detecting C compiler ABI info - done 2025-06-05T23:20:54.4827291Z -- Check for working C compiler: /opt/cache/bin/cc - skipped 2025-06-05T23:20:54.4828014Z -- Detecting C compile features 2025-06-05T23:20:54.4828555Z -- Detecting C compile features - done 2025-06-05T23:20:54.4829208Z [ 2%] Linking C static library libpthreadpool.a 2025-06-05T23:20:54.4830301Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/isa.c.o 2025-06-05T23:20:54.4831362Z [ 2%] Built target pthreadpool 2025-06-05T23:20:54.4832432Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/init.c.o 2025-06-05T23:20:54.4833676Z -- dist install dir /pytorch/executorch/third-party/flatcc 2025-06-05T23:20:54.4834695Z -- lib install dir /pytorch/executorch/third-party/flatcc/lib 2025-06-05T23:20:54.4835411Z -- Setting Clang compiler options 2025-06-05T23:20:54.4836832Z -- Configured C_FLAGS: -DFLATCC_REFLECTION=0 -Wstrict-prototypes -Wsign-conversion -Wconversion -std=c11 -pedantic -Wall -Wextra -Werror 2025-06-05T23:20:54.4838198Z -- Configuring done (0.3s) 2025-06-05T23:20:54.4838708Z -- Generating done (0.0s) 2025-06-05T23:20:54.4840299Z -- Build files have been written to: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/src/flatcc_external_project-build 2025-06-05T23:20:54.4842548Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/descriptor.c.o 2025-06-05T23:20:54.4843824Z [ 2%] Performing build step for 'flatcc_external_project' 2025-06-05T23:20:54.4844705Z [ 3%] Building C object src/runtime/CMakeFiles/flatccrt.dir/builder.c.o 2025-06-05T23:20:54.4846366Z [ 2%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-avgpool/f16-avgpool-9p8x-minmax-f16c-c8.c.o 2025-06-05T23:20:54.4848420Z [ 2%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/allocation-type.c.o 2025-06-05T23:20:54.4850250Z [ 2%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/datatype-strings.c.o 2025-06-05T23:20:54.4851507Z -- Detecting CXX compiler ABI info - done 2025-06-05T23:20:54.4852723Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/deterministic.c.o 2025-06-05T23:20:54.4854031Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2025-06-05T23:20:54.4854745Z -- Detecting CXX compile features 2025-06-05T23:20:54.4855300Z -- Detecting CXX compile features - done 2025-06-05T23:20:54.4856068Z [ 6%] Building C object src/runtime/CMakeFiles/flatccrt.dir/emitter.c.o 2025-06-05T23:20:54.4856838Z -- Looking for strtof_l 2025-06-05T23:20:54.4857913Z [ 2%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/complex_single.cpp.o 2025-06-05T23:20:54.4859712Z [ 3%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/microkernel-type.c.o 2025-06-05T23:20:54.4861064Z [ 3%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/node-type.c.o 2025-06-05T23:20:54.4862604Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/linux/init.c.o 2025-06-05T23:20:54.4864571Z [ 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-06-05T23:20:54.4866150Z [ 9%] Building C object src/runtime/CMakeFiles/flatccrt.dir/refmap.c.o 2025-06-05T23:20:54.4867428Z [ 3%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/operator-type.c.o 2025-06-05T23:20:54.4868804Z [ 12%] Building C object src/runtime/CMakeFiles/flatccrt.dir/verifier.c.o 2025-06-05T23:20:54.4870115Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/linux/cpuinfo.c.o 2025-06-05T23:20:54.4872139Z [ 4%] 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-06-05T23:20:55.5204603Z [ 4%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/log.c.o 2025-06-05T23:20:55.5205845Z [ 15%] Building C object src/runtime/CMakeFiles/flatccrt.dir/json_parser.c.o 2025-06-05T23:20:55.5206841Z [ 18%] Building C object src/runtime/CMakeFiles/flatccrt.dir/json_printer.c.o 2025-06-05T23:20:55.5208050Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/smallfile.c.o 2025-06-05T23:20:55.5209049Z -- Looking for strtof_l - found 2025-06-05T23:20:55.5210010Z -- Looking for strtoull_l 2025-06-05T23:20:55.5210456Z [ 4%] Built target logging 2025-06-05T23:20:55.5211386Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/multiline.c.o 2025-06-05T23:20:55.5213055Z [ 4%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/complex_double.cpp.o 2025-06-05T23:20:55.5214519Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/cpulist.c.o 2025-06-05T23:20:55.5216234Z [ 4%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-dwconv/gen/f16-dwconv-3p16c-minmax-fma3.c.o 2025-06-05T23:20:55.5217818Z [ 21%] Linking C static library /pytorch/executorch/third-party/flatcc/lib/libflatccrt.a 2025-06-05T23:20:55.5219059Z [ 4%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/indirection.dir/src/indirection.c.o 2025-06-05T23:20:55.5220060Z [ 21%] Built target flatccrt 2025-06-05T23:20:55.5220857Z [ 24%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/__/external/hash/str_set.c.o 2025-06-05T23:20:55.5222269Z [ 4%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microparams-init.dir/src/microparams-init.c.o 2025-06-05T23:20:55.5223864Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/processors.c.o 2025-06-05T23:20:55.5224827Z [ 4%] Built target indirection 2025-06-05T23:20:55.5225716Z [ 4%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/xerbla.cpp.o 2025-06-05T23:20:55.5226940Z [ 27%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/__/external/hash/ptr_set.c.o 2025-06-05T23:20:55.5227671Z -- Looking for strtoull_l - found 2025-06-05T23:20:55.5228099Z -- Looking for realpath 2025-06-05T23:20:55.5228495Z [ 4%] Built target microparams-init 2025-06-05T23:20:55.5229209Z [ 30%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/symbol_table.c.o 2025-06-05T23:20:55.5229927Z [ 4%] Linking C static library libcpuinfo.a 2025-06-05T23:20:55.5231050Z [ 4%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-dwconv/gen/f16-dwconv-4p16c-minmax-fma3.c.o 2025-06-05T23:20:55.5232427Z [ 33%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/scope_table.c.o 2025-06-05T23:20:55.5233102Z [ 4%] Built target cpuinfo 2025-06-05T23:20:55.5234175Z [ 4%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-dwconv/gen/f16-dwconv-9p16c-minmax-fma3.c.o 2025-06-05T23:20:55.5235726Z [ 4%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/normalization.dir/src/normalization.c.o 2025-06-05T23:20:55.5237048Z [ 4%] Building CXX object backends/xnnpack/third-party/XNNPACK/CMakeFiles/packing.dir/src/reference/packing.cc.o 2025-06-05T23:20:55.5238471Z [ 4%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/srotm.c.o 2025-06-05T23:20:55.5239646Z [ 36%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/name_table.c.o 2025-06-05T23:20:55.5240407Z [ 4%] Built target normalization 2025-06-05T23:20:55.5241149Z [ 39%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/schema_table.c.o 2025-06-05T23:20:55.5242212Z [ 42%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/value_set.c.o 2025-06-05T23:20:55.5243491Z [ 4%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/srotmg.c.o 2025-06-05T23:20:55.5244441Z -- Looking for realpath - found 2025-06-05T23:20:55.5245006Z -- CMAKE_CXX_FLAGS: "-DFLATBUFFERS_MAX_ALIGNMENT=1024" 2025-06-05T23:20:55.5246320Z [ 4%] 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-06-05T23:20:55.5247571Z -- Configuring done (1.1s) 2025-06-05T23:20:55.5248030Z [ 4%] Built target packing 2025-06-05T23:20:55.5248892Z [ 45%] Building C object src/compiler/CMakeFiles/flatcc.dir/fileio.c.o 2025-06-05T23:20:55.5249671Z -- Generating done (0.0s) 2025-06-05T23:20:55.5250571Z [ 4%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/allocator.dir/src/allocator.c.o 2025-06-05T23:20:55.5253432Z -- Build files have been written to: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/src/flatbuffers_external_project-build 2025-06-05T23:20:55.5255275Z [ 4%] Performing build step for 'flatbuffers_external_project' 2025-06-05T23:20:55.5256421Z [ 4%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/drotm.c.o 2025-06-05T23:20:55.5257475Z [ 2%] Building CXX object CMakeFiles/flatc.dir/src/idl_parser.cpp.o 2025-06-05T23:20:55.5258274Z [ 5%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_text.cpp.o 2025-06-05T23:20:55.5259060Z [ 7%] Building CXX object CMakeFiles/flatc.dir/src/reflection.cpp.o 2025-06-05T23:20:55.5261360Z [ 48%] Building C object src/compiler/CMakeFiles/flatcc.dir/parser.c.o 2025-06-05T23:20:55.5262060Z [ 4%] Built target allocator 2025-06-05T23:20:55.5262720Z [ 51%] Building C object src/compiler/CMakeFiles/flatcc.dir/semantics.c.o 2025-06-05T23:20:55.5264325Z [ 4%] 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-06-05T23:20:55.5265936Z [ 4%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/drotmg.c.o 2025-06-05T23:20:55.5267252Z [ 4%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/lsame.c.o 2025-06-05T23:20:55.5268355Z [ 54%] Building C object src/compiler/CMakeFiles/flatcc.dir/coerce.c.o 2025-06-05T23:20:55.5269146Z [ 57%] Building C object src/compiler/CMakeFiles/flatcc.dir/flatcc.c.o 2025-06-05T23:20:55.5269985Z [ 4%] 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-06-05T23:20:55.5270982Z [ 4%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/dspmv.c.o 2025-06-05T23:20:55.5271601Z [ 10%] Building CXX object CMakeFiles/flatc.dir/src/util.cpp.o 2025-06-05T23:20:55.5272414Z [ 4%] 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-06-05T23:20:55.5273566Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-scalar-u4.c.o 2025-06-05T23:20:55.5274874Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-sse2-int16-u32.c.o 2025-06-05T23:20:55.5275913Z [ 60%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c.c.o 2025-06-05T23:20:55.5276741Z [ 6%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/ssbmv.c.o 2025-06-05T23:20:55.5278054Z [ 63%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_reader.c.o 2025-06-05T23:20:55.5279710Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-sse41-int16-u16.c.o 2025-06-05T23:20:55.5281360Z [ 66%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_sort.c.o 2025-06-05T23:20:55.5282630Z [ 6%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/chbmv.c.o 2025-06-05T23:20:55.5283818Z [ 69%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_builder.c.o 2025-06-05T23:20:55.5285038Z [ 6%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/sspmv.c.o 2025-06-05T23:20:55.5286322Z [ 6%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/zhbmv.c.o 2025-06-05T23:20:55.5288470Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32acc-gemm/gen/f16-f32acc-gemm-1x16-minmax-avx2-broadcast.c.o 2025-06-05T23:20:55.5291244Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32acc-gemm/gen/f16-f32acc-gemm-4x16-minmax-avx2-broadcast.c.o 2025-06-05T23:20:55.5293674Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32acc-igemm/gen/f16-f32acc-igemm-1x16-minmax-avx2-broadcast.c.o 2025-06-05T23:20:55.5295387Z [ 72%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_verifier.c.o 2025-06-05T23:20:55.5296262Z [ 13%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_binary.cpp.o 2025-06-05T23:20:55.5297807Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32acc-igemm/gen/f16-f32acc-igemm-4x16-minmax-avx2-broadcast.c.o 2025-06-05T23:20:55.5299579Z [ 7%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/chpmv.c.o 2025-06-05T23:20:55.5300675Z [ 75%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_sorter.c.o 2025-06-05T23:20:55.5301774Z [ 7%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/dsbmv.c.o 2025-06-05T23:20:55.5303779Z [ 15%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_cpp.cpp.o 2025-06-05T23:20:55.5304703Z [ 78%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_json_parser.c.o 2025-06-05T23:20:55.5305679Z [ 18%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_csharp.cpp.o 2025-06-05T23:20:55.5306525Z [ 21%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_dart.cpp.o 2025-06-05T23:20:55.5307656Z [ 7%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/zhpmv.c.o 2025-06-05T23:20:56.1615033Z [ 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-06-05T23:20:56.1617698Z [ 81%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_json_printer.c.o 2025-06-05T23:20:56.1618834Z [ 23%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_kotlin.cpp.o 2025-06-05T23:20:56.1620320Z [ 7%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/dtbmv.c.o 2025-06-05T23:20:56.1621679Z [ 84%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/runtime/builder.c.o 2025-06-05T23:20:56.1623306Z [ 7%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/stbmv.c.o 2025-06-05T23:20:56.1625356Z [ 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-06-05T23:20:56.1627946Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32acc-rsum/gen/f16-f32acc-rsum-avx512skx-u64-acc4.c.o 2025-06-05T23:20:56.1629852Z [ 87%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/runtime/emitter.c.o 2025-06-05T23:20:56.1631225Z [ 7%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/ctbmv.c.o 2025-06-05T23:20:56.1633233Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32acc-rsum/gen/f16-f32acc-rsum-f16c-u32-acc4.c.o 2025-06-05T23:20:56.1634969Z [ 90%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/runtime/refmap.c.o 2025-06-05T23:20:56.1636738Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-ibilinear/gen/f16-ibilinear-fma3-c8.c.o 2025-06-05T23:20:56.1638463Z [ 26%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_kotlin_kmp.cpp.o 2025-06-05T23:20:56.1639468Z [ 28%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_go.cpp.o 2025-06-05T23:20:56.1640691Z [ 7%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/ztbmv.c.o 2025-06-05T23:20:56.1642311Z [ 93%] Linking C static library /pytorch/executorch/third-party/flatcc/lib/libflatcc.a 2025-06-05T23:20:56.1643647Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/cache.dir/src/cache.c.o 2025-06-05T23:20:56.1645218Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/datatype.dir/src/datatype.c.o 2025-06-05T23:20:56.1646712Z [ 7%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/complexdots.c.o 2025-06-05T23:20:56.1647791Z [ 93%] Built target flatcc 2025-06-05T23:20:56.1648451Z [ 96%] Building C object src/cli/CMakeFiles/flatcc_cli.dir/flatcc_cli.c.o 2025-06-05T23:20:56.1650182Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-maxpool/f16-maxpool-9p8x-minmax-f16c-c8.c.o 2025-06-05T23:20:56.1651555Z [ 7%] Built target cache 2025-06-05T23:20:56.1652487Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/memory.dir/src/memory.c.o 2025-06-05T23:20:56.1654060Z [ 7%] Linking CXX static library libeigen_blas.a 2025-06-05T23:20:56.1654677Z [ 7%] Built target datatype 2025-06-05T23:20:56.1655812Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernel-utils.dir/src/microkernel-utils.c.o 2025-06-05T23:20:56.1657961Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-pavgpool/f16-pavgpool-9p8x-minmax-avx2-c8.c.o 2025-06-05T23:20:56.1661993Z [ 31%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_java.cpp.o 2025-06-05T23:20:56.1662864Z [100%] Linking C executable /pytorch/executorch/third-party/flatcc/bin/flatcc 2025-06-05T23:20:56.1664108Z [ 7%] Built target eigen_blas 2025-06-05T23:20:56.1664895Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/mutex.dir/src/mutex.c.o 2025-06-05T23:20:56.1665754Z [ 7%] Built target memory 2025-06-05T23:20:56.1666359Z [ 34%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_ts.cpp.o 2025-06-05T23:20:56.1666945Z [ 7%] Built target microkernel-utils 2025-06-05T23:20:56.1668135Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-pavgpool/f16-pavgpool-9x-minmax-avx2-c8.c.o 2025-06-05T23:20:56.1670226Z [ 7%] Building CXX object backends/xnnpack/third-party/XNNPACK/CMakeFiles/reference-ukernels.dir/src/reference/unary-elementwise.cc.o 2025-06-05T23:20:56.1671441Z [100%] Built target flatcc_cli 2025-06-05T23:20:56.1671979Z [ 7%] Performing install step for 'flatcc_external_project' 2025-06-05T23:20:56.1673308Z [ 7%] Building CXX object backends/xnnpack/third-party/XNNPACK/CMakeFiles/reference-ukernels.dir/src/reference/binary-elementwise.cc.o 2025-06-05T23:20:56.1674464Z [ 21%] Built target flatccrt 2025-06-05T23:20:56.1674897Z [ 7%] Built target mutex 2025-06-05T23:20:56.1675834Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operator-utils.dir/src/operator-utils.c.o 2025-06-05T23:20:56.1676817Z [ 93%] Built target flatcc 2025-06-05T23:20:56.1677199Z [100%] Built target flatcc_cli 2025-06-05T23:20:56.1677688Z Install the project... 2025-06-05T23:20:56.1678075Z -- Install configuration: "" 2025-06-05T23:20:56.1679055Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc 2025-06-05T23:20:56.1680786Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc.h 2025-06-05T23:20:56.1682772Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_accessors.h 2025-06-05T23:20:56.1684867Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_alloc.h 2025-06-05T23:20:56.1687132Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_assert.h 2025-06-05T23:20:56.1689369Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_builder.h 2025-06-05T23:20:56.1691431Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_emitter.h 2025-06-05T23:20:56.1693243Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_endian.h 2025-06-05T23:20:56.1695218Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_epilogue.h 2025-06-05T23:20:56.1697455Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_flatbuffers.h 2025-06-05T23:20:56.1699791Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_identifier.h 2025-06-05T23:20:56.1701942Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_iov.h 2025-06-05T23:20:56.1704105Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_json_parser.h 2025-06-05T23:20:56.1706334Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_json_printer.h 2025-06-05T23:20:56.1708701Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_portable.h 2025-06-05T23:20:56.1710861Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_prologue.h 2025-06-05T23:20:56.1713100Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_refmap.h 2025-06-05T23:20:56.1715409Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_rtconfig.h 2025-06-05T23:20:56.1717513Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_types.h 2025-06-05T23:20:56.1719716Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_unaligned.h 2025-06-05T23:20:56.1721917Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_verifier.h 2025-06-05T23:20:56.1724133Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_version.h 2025-06-05T23:20:56.1729802Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable 2025-06-05T23:20:56.1731581Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/LICENSE 2025-06-05T23:20:56.1732943Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/README.md 2025-06-05T23:20:56.1734307Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/grisu3_math.h 2025-06-05T23:20:56.1736243Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/grisu3_parse.h 2025-06-05T23:20:56.1738148Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/grisu3_print.h 2025-06-05T23:20:56.1739996Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include 2025-06-05T23:20:56.1741268Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/README 2025-06-05T23:20:56.1742793Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/linux 2025-06-05T23:20:56.1744806Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/linux/endian.h 2025-06-05T23:20:56.1746888Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/std 2025-06-05T23:20:56.1749289Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/std/inttypes.h 2025-06-05T23:20:56.1751772Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/std/stdalign.h 2025-06-05T23:20:56.1753394Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/std/stdbool.h 2025-06-05T23:20:56.1754741Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/std/stdint.h 2025-06-05T23:20:56.1756131Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/paligned_alloc.h 2025-06-05T23:20:56.1757430Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pattributes.h 2025-06-05T23:20:56.1758688Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pbase64.h 2025-06-05T23:20:56.1760165Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pcrt.h 2025-06-05T23:20:56.1761413Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pdiagnostic.h 2025-06-05T23:20:56.1762765Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pdiagnostic_pop.h 2025-06-05T23:20:56.1764076Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pdiagnostic_push.h 2025-06-05T23:20:56.1765360Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pendian.h 2025-06-05T23:20:56.1766612Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pendian_detect.h 2025-06-05T23:20:56.1767969Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pinline.h 2025-06-05T23:20:56.1770179Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pinttypes.h 2025-06-05T23:20:56.1771716Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pmemaccess.h 2025-06-05T23:20:56.1773064Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/portable.h 2025-06-05T23:20:56.1774340Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/portable_basic.h 2025-06-05T23:20:56.1775600Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pparsefp.h 2025-06-05T23:20:56.1776855Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pparseint.h 2025-06-05T23:20:56.1778254Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pprintfp.h 2025-06-05T23:20:56.1780061Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pprintint.h 2025-06-05T23:20:56.1781479Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/prestrict.h 2025-06-05T23:20:56.1783274Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pstatic_assert.h 2025-06-05T23:20:56.1785847Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pstatic_assert_scope.h 2025-06-05T23:20:56.1788265Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pstdalign.h 2025-06-05T23:20:56.1790619Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pstdbool.h 2025-06-05T23:20:56.1792398Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pstdint.h 2025-06-05T23:20:56.1793843Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/punaligned.h 2025-06-05T23:20:56.1795111Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pversion.h 2025-06-05T23:20:56.1796354Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pwarnings.h 2025-06-05T23:20:56.1797573Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/reflection 2025-06-05T23:20:56.1798789Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/reflection/README 2025-06-05T23:20:56.1800324Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/reflection/flatbuffers_common_builder.h 2025-06-05T23:20:56.1801802Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/reflection/flatbuffers_common_reader.h 2025-06-05T23:20:56.1803201Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/reflection/reflection_builder.h 2025-06-05T23:20:56.1804536Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/reflection/reflection_reader.h 2025-06-05T23:20:56.1806037Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/reflection/reflection_verifier.h 2025-06-05T23:20:56.1807534Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/support 2025-06-05T23:20:56.1809638Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/support/README 2025-06-05T23:20:56.1811476Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/support/cdump.h 2025-06-05T23:20:56.1813077Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/support/elapsed.h 2025-06-05T23:20:56.1814981Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/support/hexdump.h 2025-06-05T23:20:56.1816812Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/support/readfile.h 2025-06-05T23:20:57.4062915Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/lib/libflatccrt.a 2025-06-05T23:20:57.4065072Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/lib/libflatcc.a 2025-06-05T23:20:57.4067209Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatcc_external_project/bin/flatcc 2025-06-05T23:20:57.4069126Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operator-run.dir/src/operator-run.c.o 2025-06-05T23:20:57.4070473Z [ 36%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_php.cpp.o 2025-06-05T23:20:57.4071268Z [ 7%] Completed 'flatcc_external_project' 2025-06-05T23:20:57.4071878Z [ 7%] Built target flatcc_external_project 2025-06-05T23:20:57.4072809Z [ 7%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/builder.c.o 2025-06-05T23:20:57.4074263Z [ 7%] Built target operator-utils 2025-06-05T23:20:57.4075491Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/hardware-config.dir/src/configs/hardware-config.c.o 2025-06-05T23:20:57.4077742Z [ 7%] 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-06-05T23:20:57.4079502Z [ 39%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_python.cpp.o 2025-06-05T23:20:57.4080274Z [ 7%] Built target reference-ukernels 2025-06-05T23:20:57.4081049Z [ 42%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_lobster.cpp.o 2025-06-05T23:20:57.4082167Z [ 7%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/emitter.c.o 2025-06-05T23:20:57.4083035Z [ 7%] Built target hardware-config 2025-06-05T23:20:57.4083747Z [ 44%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_rust.cpp.o 2025-06-05T23:20:57.4085179Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-avx2-rr1-p2-u32.c.o 2025-06-05T23:20:57.4086414Z [ 8%] Built target operator-run 2025-06-05T23:20:57.4086889Z [ 47%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_fbs.cpp.o 2025-06-05T23:20:57.4087716Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operator-delete.c.o 2025-06-05T23:20:57.4088503Z [ 9%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/refmap.c.o 2025-06-05T23:20:57.4089997Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-rminmax/f16-rmax-f16c-u32.c.o 2025-06-05T23:20:57.4091830Z [ 9%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/verifier.c.o 2025-06-05T23:20:57.4093624Z [ 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-06-05T23:20:57.4095553Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/argmax-pooling-nhwc.c.o 2025-06-05T23:20:57.4096676Z [ 50%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_grpc.cpp.o 2025-06-05T23:20:57.4097999Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/average-pooling-nhwc.c.o 2025-06-05T23:20:57.4099982Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/batch-matrix-multiply-nc.c.o 2025-06-05T23:20:57.4101617Z [ 9%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/json_parser.c.o 2025-06-05T23:20:57.4102979Z [ 9%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/json_printer.c.o 2025-06-05T23:20:57.4104789Z [ 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-06-05T23:20:57.4107121Z [ 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-06-05T23:20:57.4109367Z [ 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-06-05T23:20:57.4111480Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vadd-f16c-u16.c.o 2025-06-05T23:20:57.4113338Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/binary-elementwise-nd.c.o 2025-06-05T23:20:57.4115186Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/channel-shuffle-nc.c.o 2025-06-05T23:20:57.4116515Z [ 9%] Linking C static library /pytorch/executorch/third-party/flatcc/lib/libflatccrt.a 2025-06-05T23:20:57.4117607Z [ 52%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_json_schema.cpp.o 2025-06-05T23:20:57.4118394Z [ 9%] Built target flatccrt 2025-06-05T23:20:57.4119420Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/constant-pad-nd.c.o 2025-06-05T23:20:57.4121288Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/convolution-nchw.c.o 2025-06-05T23:20:57.4123721Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/convolution-nhwc.c.o 2025-06-05T23:20:57.4126163Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vaddc-f16c-u16.c.o 2025-06-05T23:20:57.4128861Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vdiv-f16c-u8.c.o 2025-06-05T23:20:57.4131189Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/deconvolution-nhwc.c.o 2025-06-05T23:20:57.4133478Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vdivc-f16c-u8.c.o 2025-06-05T23:20:57.4135190Z [ 55%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_swift.cpp.o 2025-06-05T23:20:57.4136480Z [ 57%] Building CXX object CMakeFiles/flatc.dir/src/file_name_saving_file_manager.cpp.o 2025-06-05T23:20:57.4138353Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/dynamic-fully-connected-nc.c.o 2025-06-05T23:20:57.4140771Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/fully-connected-nc.c.o 2025-06-05T23:20:57.4142898Z [ 60%] Building CXX object CMakeFiles/flatc.dir/src/file_binary_writer.cpp.o 2025-06-05T23:20:57.4144108Z [ 63%] Building CXX object CMakeFiles/flatc.dir/src/file_writer.cpp.o 2025-06-05T23:20:57.4145137Z [ 65%] Building CXX object CMakeFiles/flatc.dir/src/flatc.cpp.o 2025-06-05T23:20:57.4146259Z [ 68%] Building CXX object CMakeFiles/flatc.dir/src/flatc_main.cpp.o 2025-06-05T23:20:57.4148021Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/max-pooling-nhwc.c.o 2025-06-05T23:20:57.4150103Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vmax-f16c-u16.c.o 2025-06-05T23:20:57.4152642Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vmaxc-f16c-u16.c.o 2025-06-05T23:20:57.4154597Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/pack-lh.c.o 2025-06-05T23:20:57.4156589Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/reduce-nd.c.o 2025-06-05T23:20:57.4158498Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/resize-bilinear-nchw.c.o 2025-06-05T23:20:57.4160634Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/resize-bilinear-nhwc.c.o 2025-06-05T23:20:57.4162862Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vmin-f16c-u16.c.o 2025-06-05T23:20:57.4164978Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vminc-f16c-u16.c.o 2025-06-05T23:20:57.4166232Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vmul-f16c-u16.c.o 2025-06-05T23:20:57.4167348Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vmulc-f16c-u16.c.o 2025-06-05T23:20:57.4168239Z [ 71%] Building CXX object CMakeFiles/flatc.dir/src/binary_annotator.cpp.o 2025-06-05T23:20:57.4169079Z [ 73%] Building CXX object CMakeFiles/flatc.dir/src/annotated_binary_text_gen.cpp.o 2025-06-05T23:20:57.4169928Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/rope-nthc.c.o 2025-06-05T23:20:57.4170960Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vprelu-f16c-u16.c.o 2025-06-05T23:20:57.4172095Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/scaled-dot-product-attention-nhtc.c.o 2025-06-05T23:20:57.4173257Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vpreluc-f16c-u16.c.o 2025-06-05T23:20:57.4174397Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vrdivc-f16c-u8.c.o 2025-06-05T23:20:57.4175650Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vrpreluc-f16c-u16.c.o 2025-06-05T23:20:57.4176485Z [ 76%] Building CXX object CMakeFiles/flatc.dir/src/bfbs_gen_lua.cpp.o 2025-06-05T23:20:58.5904693Z [ 78%] Building CXX object CMakeFiles/flatc.dir/src/bfbs_gen_nim.cpp.o 2025-06-05T23:20:58.5906090Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/slice-nd.c.o 2025-06-05T23:20:58.5907761Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/softmax-nc.c.o 2025-06-05T23:20:58.5909489Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/transpose-nd.c.o 2025-06-05T23:20:58.5911342Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/unary-elementwise-nc.c.o 2025-06-05T23:20:58.5913614Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vrsubc-f16c-u16.c.o 2025-06-05T23:20:58.5915736Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/unpooling-nhwc.c.o 2025-06-05T23:20:58.5917737Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vsqrdiff-f16c-u16.c.o 2025-06-05T23:20:58.5919943Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vsqrdiffc-f16c-u16.c.o 2025-06-05T23:20:58.5922124Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vsub-f16c-u16.c.o 2025-06-05T23:20:58.5923696Z [ 81%] Building CXX object CMakeFiles/flatc.dir/src/code_generators.cpp.o 2025-06-05T23:20:58.5924742Z [ 84%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/cpp_generator.cc.o 2025-06-05T23:20:58.5926364Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vsubc-f16c-u16.c.o 2025-06-05T23:20:58.5927690Z [ 13%] Built target operators 2025-06-05T23:20:58.5928698Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/memory-planner.c.o 2025-06-05T23:20:58.5930634Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vclamp/gen/f16-vclamp-f16c-u16.c.o 2025-06-05T23:20:58.5932799Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-velu/gen/f16-velu-avx2-rr1-p3-u16.c.o 2025-06-05T23:20:58.5934654Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/runtime.c.o 2025-06-05T23:20:58.5936496Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vhswish/gen/f16-vhswish-f16c-u16.c.o 2025-06-05T23:20:58.5938291Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph.c.o 2025-06-05T23:20:58.5939585Z [ 86%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/go_generator.cc.o 2025-06-05T23:20:58.5941051Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/argmax-pooling-2d.c.o 2025-06-05T23:20:58.5943031Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vlrelu/gen/f16-vlrelu-f16c-u16.c.o 2025-06-05T23:20:58.5945005Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/average-pooling-2d.c.o 2025-06-05T23:20:58.5946925Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/batch-matrix-multiply.c.o 2025-06-05T23:20:58.5948709Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/binary.c.o 2025-06-05T23:20:58.5950125Z [ 89%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/java_generator.cc.o 2025-06-05T23:20:58.5951590Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/concatenate.c.o 2025-06-05T23:20:58.5953314Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/convolution-2d.c.o 2025-06-05T23:20:58.5954951Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/copy.c.o 2025-06-05T23:20:58.5956939Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vmulcaddc/gen/f16-vmulcaddc-c8-minmax-fma3-2x.c.o 2025-06-05T23:20:58.5958715Z [ 92%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/python_generator.cc.o 2025-06-05T23:20:58.5960207Z [ 94%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/swift_generator.cc.o 2025-06-05T23:20:58.5961314Z [ 97%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/ts_generator.cc.o 2025-06-05T23:20:58.5963015Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vrnd/gen/f16-vrndd-f16c-u16.c.o 2025-06-05T23:20:58.5964918Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/deconvolution-2d.c.o 2025-06-05T23:20:58.5966603Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/deprecated.c.o 2025-06-05T23:20:58.5968307Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/depth-to-space-2d.c.o 2025-06-05T23:20:58.5970279Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vrnd/gen/f16-vrndne-f16c-u16.c.o 2025-06-05T23:20:58.5972258Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/depthwise-convolution-2d.c.o 2025-06-05T23:20:58.5974072Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/even-split.c.o 2025-06-05T23:20:58.5975826Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/fully-connected-sparse.c.o 2025-06-05T23:20:58.5977643Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/fully-connected.c.o 2025-06-05T23:20:58.5978786Z [100%] Linking CXX executable flatc 2025-06-05T23:20:58.5979890Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/max-pooling-2d.c.o 2025-06-05T23:20:58.5981528Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/pack-lh.c.o 2025-06-05T23:20:58.5983168Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/reshape-helpers.c.o 2025-06-05T23:20:58.5985037Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/scaled-dot-product-attention.c.o 2025-06-05T23:20:58.5986812Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/softmax.c.o 2025-06-05T23:20:58.5988505Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/space-to-depth-2d.c.o 2025-06-05T23:20:58.5990450Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vrnd/gen/f16-vrndu-f16c-u16.c.o 2025-06-05T23:20:58.5992506Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vrnd/gen/f16-vrndz-f16c-u16.c.o 2025-06-05T23:20:58.5994447Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-constant-pad.c.o 2025-06-05T23:20:58.5996455Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vrsqrt/gen/f16-vrsqrt-f16c-rsqrt-u32.c.o 2025-06-05T23:20:58.5998728Z [ 16%] 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-06-05T23:20:58.6000773Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-reduce.c.o 2025-06-05T23:20:58.6002564Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-resize-bilinear-2d.c.o 2025-06-05T23:20:58.6004378Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-slice.c.o 2025-06-05T23:20:58.6006065Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-transpose.c.o 2025-06-05T23:20:58.6007761Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/unpooling-2d.c.o 2025-06-05T23:20:58.6009612Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/unary.c.o 2025-06-05T23:20:58.6011560Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vsqrt/gen/f16-vsqrt-f16c-rsqrt-u32.c.o 2025-06-05T23:20:58.6013906Z [ 17%] 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-06-05T23:20:58.6016376Z [ 17%] 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-06-05T23:20:58.6018351Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/validation.c.o 2025-06-05T23:20:58.6019870Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/tensor.c.o 2025-06-05T23:20:58.6021565Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vunary/gen/f16-vabs-sse2-u16.c.o 2025-06-05T23:20:58.6023592Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vunary/gen/f16-vneg-sse2-u16.c.o 2025-06-05T23:20:59.2465421Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vunary/gen/f16-vsqr-f16c-u16.c.o 2025-06-05T23:20:59.2467806Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-argmaxpool/f32-argmaxpool-4x-scalar-c1.c.o 2025-06-05T23:20:59.2469308Z [ 17%] Built target subgraph 2025-06-05T23:20:59.2470723Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-argmaxpool/f32-argmaxpool-4x-sse2-c4.c.o 2025-06-05T23:20:59.2473153Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-argmaxpool/f32-argmaxpool-9p8x-scalar-c1.c.o 2025-06-05T23:20:59.2475621Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-argmaxpool/f32-argmaxpool-9p8x-sse2-c4.c.o 2025-06-05T23:20:59.2478058Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-argmaxpool/f32-argmaxpool-9x-scalar-c1.c.o 2025-06-05T23:20:59.2480442Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-argmaxpool/f32-argmaxpool-9x-sse2-c4.c.o 2025-06-05T23:20:59.2482895Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-avgpool/f32-avgpool-9p8x-minmax-scalar-c1.c.o 2025-06-05T23:20:59.2485343Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-avgpool/f32-avgpool-9p8x-minmax-sse-c4.c.o 2025-06-05T23:20:59.2487783Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-avgpool/f32-avgpool-9x-minmax-scalar-c1.c.o 2025-06-05T23:20:59.2490313Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-avgpool/f32-avgpool-9x-minmax-sse-c4.c.o 2025-06-05T23:20:59.2492850Z [ 18%] 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-06-05T23:20:59.2495509Z [ 18%] 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-06-05T23:20:59.2498101Z [ 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-06-05T23:20:59.2500555Z [ 18%] 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-06-05T23:20:59.2503383Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-25p1c-scalar-acc2.c.o 2025-06-05T23:20:59.2505935Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-25p8c-minmax-avx.c.o 2025-06-05T23:20:59.2508322Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-25p8c-minmax-fma3.c.o 2025-06-05T23:20:59.2510674Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-25p8c-minmax-sse.c.o 2025-06-05T23:20:59.2513240Z [ 18%] 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-06-05T23:20:59.2515858Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-3p16c-minmax-avx.c.o 2025-06-05T23:20:59.2518314Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-3p16c-minmax-avx512f.c.o 2025-06-05T23:20:59.2520759Z [ 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-06-05T23:20:59.2523215Z [ 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-06-05T23:20:59.2525684Z [ 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-06-05T23:20:59.2528087Z [ 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-06-05T23:20:59.2530575Z [ 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-06-05T23:20:59.2533021Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-4p16c-minmax-avx512f.c.o 2025-06-05T23:20:59.2535503Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-4p16c-minmax-fma3.c.o 2025-06-05T23:20:59.2538006Z [ 19%] 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-06-05T23:20:59.2540478Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-4p1c-scalar-acc2.c.o 2025-06-05T23:20:59.2542856Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-4p8c-minmax-sse.c.o 2025-06-05T23:20:59.2544347Z [100%] Built target flatc 2025-06-05T23:20:59.2544997Z [ 19%] Performing install step for 'flatbuffers_external_project' 2025-06-05T23:20:59.2546792Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l32c16s1r-minmax-avx512f.c.o 2025-06-05T23:20:59.2549398Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l8c8s4r-minmax-fma3.c.o 2025-06-05T23:20:59.2551930Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-6f6m7l8c8s4r-minmax-avx.c.o 2025-06-05T23:20:59.2554451Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-8f8m9l16c4s4r-minmax-sse.c.o 2025-06-05T23:20:59.2556909Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-9p16c-minmax-avx.c.o 2025-06-05T23:20:59.2558530Z [100%] Built target flatc 2025-06-05T23:20:59.2560098Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-9p16c-minmax-avx512f.c.o 2025-06-05T23:20:59.2561633Z Install the project... 2025-06-05T23:20:59.2562296Z -- Install configuration: "" 2025-06-05T23:20:59.2563638Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers 2025-06-05T23:20:59.2566046Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/allocator.h 2025-06-05T23:20:59.2568542Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/array.h 2025-06-05T23:20:59.2571062Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/base.h 2025-06-05T23:20:59.2573525Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/buffer.h 2025-06-05T23:20:59.2575959Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/buffer_ref.h 2025-06-05T23:20:59.2578519Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/code_generator.h 2025-06-05T23:20:59.2581178Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/code_generators.h 2025-06-05T23:20:59.2583826Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/default_allocator.h 2025-06-05T23:20:59.2586483Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/detached_buffer.h 2025-06-05T23:20:59.2589082Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/file_manager.h 2025-06-05T23:20:59.2591531Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/flatbuffer_builder.h 2025-06-05T23:20:59.2594102Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/flatbuffers.h 2025-06-05T23:20:59.2596632Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/flatc.h 2025-06-05T23:20:59.7157863Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/flex_flat_util.h 2025-06-05T23:20:59.7163038Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/flexbuffers.h 2025-06-05T23:20:59.7165551Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/grpc.h 2025-06-05T23:20:59.7167975Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/hash.h 2025-06-05T23:20:59.7170464Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/idl.h 2025-06-05T23:20:59.7172947Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/minireflect.h 2025-06-05T23:20:59.7175658Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/pch 2025-06-05T23:20:59.7178305Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/pch/flatc_pch.h 2025-06-05T23:20:59.7180702Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/pch/pch.h 2025-06-05T23:20:59.7183226Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/reflection.h 2025-06-05T23:20:59.7185784Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/reflection_generated.h 2025-06-05T23:20:59.7188299Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/registry.h 2025-06-05T23:20:59.7190848Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/stl_emulation.h 2025-06-05T23:20:59.7193366Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/string.h 2025-06-05T23:20:59.7195808Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/struct.h 2025-06-05T23:20:59.7198259Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/table.h 2025-06-05T23:20:59.7200690Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/util.h 2025-06-05T23:20:59.7203124Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/vector.h 2025-06-05T23:20:59.7205663Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/vector_downward.h 2025-06-05T23:20:59.7208206Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/verifier.h 2025-06-05T23:20:59.7210961Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/lib/cmake/flatbuffers/flatbuffers-config.cmake 2025-06-05T23:20:59.7213631Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/lib/cmake/flatbuffers/BuildFlatBuffers.cmake 2025-06-05T23:20:59.7216487Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/lib/cmake/flatbuffers/flatbuffers-config-version.cmake 2025-06-05T23:20:59.7219022Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/bin/flatc 2025-06-05T23:20:59.7221417Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/lib/cmake/flatbuffers/FlatcTargets.cmake 2025-06-05T23:20:59.7224180Z -- Installing: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/lib/cmake/flatbuffers/FlatcTargets-noconfig.cmake 2025-06-05T23:20:59.7225967Z [ 19%] Completed 'flatbuffers_external_project' 2025-06-05T23:20:59.7226636Z [ 19%] Built target flatbuffers_external_project 2025-06-05T23:20:59.7228152Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-9p16c-minmax-fma3.c.o 2025-06-05T23:20:59.7229837Z [ 20%] Generating common_schema headers 2025-06-05T23:20:59.7230418Z [ 22%] Generating xnnpack_schema headers 2025-06-05T23:20:59.7232062Z [ 22%] 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-06-05T23:20:59.7234507Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-9p1c-scalar-acc2.c.o 2025-06-05T23:20:59.7235989Z [ 22%] Built target common_schema 2025-06-05T23:20:59.7237416Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-9p8c-minmax-sse.c.o 2025-06-05T23:20:59.7238898Z [ 22%] Generating program_schema headers 2025-06-05T23:20:59.7239473Z [ 22%] Built target xnnpack_schema 2025-06-05T23:20:59.7241150Z [ 22%] 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-06-05T23:20:59.7243999Z [ 22%] 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-06-05T23:20:59.7245708Z [ 22%] Built target program_schema 2025-06-05T23:20:59.7247350Z [ 22%] 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-06-05T23:20:59.7250201Z [ 22%] 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-06-05T23:20:59.7252262Z [ 22%] Building CXX object CMakeFiles/executorch_core.dir/runtime/backend/interface.cpp.o 2025-06-05T23:20:59.7253464Z [ 22%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/evalue.cpp.o 2025-06-05T23:20:59.7254934Z [ 22%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/exec_aten/util/tensor_shape_to_c_string.cpp.o 2025-06-05T23:20:59.7257239Z [ 22%] 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-06-05T23:20:59.7260372Z [ 22%] 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-06-05T23:20:59.7263232Z [ 22%] 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-06-05T23:20:59.7266086Z [ 22%] 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-06-05T23:20:59.7268969Z [ 22%] 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-06-05T23:20:59.7271772Z [ 22%] 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-06-05T23:20:59.7273969Z [ 22%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/exec_aten/util/tensor_util_portable.cpp.o 2025-06-05T23:20:59.7276275Z [ 22%] 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-06-05T23:20:59.7278499Z [ 22%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/portable_type/tensor_impl.cpp.o 2025-06-05T23:20:59.7279785Z [ 22%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/tag.cpp.o 2025-06-05T23:20:59.7280844Z [ 22%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/tensor_layout.cpp.o 2025-06-05T23:20:59.7282332Z [ 22%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method.cpp.o 2025-06-05T23:20:59.7284421Z [ 22%] 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-06-05T23:20:59.7286661Z [ 22%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method_meta.cpp.o 2025-06-05T23:20:59.7288655Z [ 23%] 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-06-05T23:21:01.0656667Z [ 23%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/program.cpp.o 2025-06-05T23:21:01.0658820Z [ 23%] 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-06-05T23:21:01.0662130Z [ 23%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/pte_data_map.cpp.o 2025-06-05T23:21:01.0664347Z [ 23%] 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-06-05T23:21:01.0666674Z [ 23%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_exec_aten.cpp.o 2025-06-05T23:21:01.0668999Z [ 23%] 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-06-05T23:21:01.0670944Z [ 23%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_portable.cpp.o 2025-06-05T23:21:01.0672427Z [ 24%] Building CXX object CMakeFiles/executorch_core.dir/runtime/kernel/operator_registry.cpp.o 2025-06-05T23:21:01.0674394Z [ 24%] 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-06-05T23:21:01.0676888Z [ 24%] 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-06-05T23:21:01.0678738Z [ 24%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/abort.cpp.o 2025-06-05T23:21:01.0679976Z [ 24%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/log.cpp.o 2025-06-05T23:21:01.0681230Z [ 24%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/platform.cpp.o 2025-06-05T23:21:01.0683058Z [ 24%] 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-06-05T23:21:01.0685374Z [ 24%] 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-06-05T23:21:01.0687181Z [ 24%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/profiler.cpp.o 2025-06-05T23:21:01.0689102Z [ 24%] 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-06-05T23:21:01.0691716Z [ 24%] 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-06-05T23:21:01.0693635Z [ 24%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/runtime.cpp.o 2025-06-05T23:21:01.0694908Z [ 24%] Building CXX object CMakeFiles/executorch_core.dir/schema/extended_header.cpp.o 2025-06-05T23:21:01.0696817Z [ 24%] 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-06-05T23:21:01.0699430Z [ 24%] 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-06-05T23:21:01.0701420Z [ 24%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/default/posix.cpp.o 2025-06-05T23:21:01.0703582Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x4-minmax-scalar.c.o 2025-06-05T23:21:01.0705922Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x4-relu-scalar.c.o 2025-06-05T23:21:01.0708254Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x4-scalar.c.o 2025-06-05T23:21:01.0710794Z [ 24%] 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-06-05T23:21:01.0712389Z [ 24%] Linking CXX static library libexecutorch_core.a 2025-06-05T23:21:01.0713050Z [ 24%] Built target executorch_core 2025-06-05T23:21:01.0714491Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-2x4-minmax-scalar.c.o 2025-06-05T23:21:01.0716320Z [ 25%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_copy_index.cpp.o 2025-06-05T23:21:01.0717567Z [ 27%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_view.cpp.o 2025-06-05T23:21:01.0718862Z [ 27%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/register_prim_ops.cpp.o 2025-06-05T23:21:01.0720218Z [ 27%] Building CXX object extension/tensor/CMakeFiles/extension_tensor.dir/tensor_ptr.cpp.o 2025-06-05T23:21:01.0721623Z [ 27%] Building CXX object extension/tensor/CMakeFiles/extension_tensor.dir/tensor_ptr_maker.cpp.o 2025-06-05T23:21:01.0723506Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-2x4-relu-scalar.c.o 2025-06-05T23:21:01.0725776Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-2x4-scalar.c.o 2025-06-05T23:21:01.0728171Z [ 27%] 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-06-05T23:21:01.0730438Z [ 27%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/activation_ops_util.cpp.o 2025-06-05T23:21:01.0732700Z [ 27%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/threadpool.cpp.o 2025-06-05T23:21:01.0734256Z [ 27%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/threadpool_guard.cpp.o 2025-06-05T23:21:01.0735440Z [ 27%] Linking CXX static library libexecutorch.a 2025-06-05T23:21:01.0736059Z [ 27%] Built target executorch 2025-06-05T23:21:01.0737177Z [ 27%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/advanced_index_util.cpp.o 2025-06-05T23:21:01.0738940Z [ 27%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/broadcast_util.cpp.o 2025-06-05T23:21:01.0740167Z [ 27%] Linking CXX static library libextension_tensor.a 2025-06-05T23:21:01.0741736Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x2-minmax-scalar.c.o 2025-06-05T23:21:01.0743765Z [ 27%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/copy_ops_util.cpp.o 2025-06-05T23:21:01.0744908Z [ 27%] Built target extension_tensor 2025-06-05T23:21:01.0745989Z [ 27%] Building CXX object extension/data_loader/CMakeFiles/extension_data_loader.dir/file_data_loader.cpp.o 2025-06-05T23:21:01.0747604Z [ 27%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/thread_parallel.cpp.o 2025-06-05T23:21:01.0749228Z [ 27%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/cpuinfo_utils.cpp.o 2025-06-05T23:21:01.0751149Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x2-scalar.c.o 2025-06-05T23:21:01.0753228Z [ 27%] Building CXX object extension/data_loader/CMakeFiles/extension_data_loader.dir/mmap_data_loader.cpp.o 2025-06-05T23:21:01.0754946Z [ 28%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/delinearize_index.cpp.o 2025-06-05T23:21:01.0757095Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x2c4-minmax-sse.c.o 2025-06-05T23:21:01.0759616Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x4-minmax-scalar.c.o 2025-06-05T23:21:01.0761207Z [ 28%] Linking CXX static library libextension_data_loader.a 2025-06-05T23:21:01.0761914Z [ 28%] Built target extension_data_loader 2025-06-05T23:21:01.0762498Z [ 28%] Generating etdump headers 2025-06-05T23:21:01.0763569Z [ 28%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/distance_util.cpp.o 2025-06-05T23:21:01.0765245Z [ 28%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/dtype_util.cpp.o 2025-06-05T23:21:01.0766669Z [ 28%] Building CXX object devtools/etdump/CMakeFiles/etdump.dir/etdump_flatcc.cpp.o 2025-06-05T23:21:01.0767681Z [ 28%] Linking CXX static library libextension_threadpool.a 2025-06-05T23:21:01.0768637Z [ 28%] Building CXX object devtools/etdump/CMakeFiles/etdump.dir/emitter.cpp.o 2025-06-05T23:21:01.0769556Z [ 28%] Built target extension_threadpool 2025-06-05T23:21:01.0770167Z [ 28%] Generating bundled_program headers 2025-06-05T23:21:01.0771544Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x4-relu-scalar.c.o 2025-06-05T23:21:01.0773487Z [ 28%] Building CXX object devtools/bundled_program/CMakeFiles/bundled_program.dir/bundled_program.cpp.o 2025-06-05T23:21:01.0775013Z [ 28%] Building CXX object devtools/etdump/CMakeFiles/etdump.dir/data_sinks/buffer_data_sink.cpp.o 2025-06-05T23:21:01.0776853Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x4-scalar.c.o 2025-06-05T23:21:01.0779175Z [ 28%] 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-06-05T23:21:01.0781195Z [ 28%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/index_util.cpp.o 2025-06-05T23:21:01.0782879Z [ 28%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/kernel_ops_util.cpp.o 2025-06-05T23:21:01.0784125Z [ 28%] Linking CXX static library libbundled_program.a 2025-06-05T23:21:01.0785186Z [ 28%] Building CXX object devtools/etdump/CMakeFiles/etdump.dir/data_sinks/file_data_sink.cpp.o 2025-06-05T23:21:02.7671937Z [ 28%] Built target bundled_program 2025-06-05T23:21:02.7672904Z [ 28%] Building CXX object CMakeFiles/util.dir/extension/evalue_util/print_evalue.cpp.o 2025-06-05T23:21:02.7674080Z [ 28%] Building CXX object CMakeFiles/util.dir/extension/aten_util/aten_bridge.cpp.o 2025-06-05T23:21:02.7675996Z [ 28%] 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-06-05T23:21:02.7678160Z [ 28%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op__empty_dim_order.cpp.o 2025-06-05T23:21:02.7679956Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op__to_dim_order_copy.cpp.o 2025-06-05T23:21:02.7681701Z [ 29%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/matmul_ops_util.cpp.o 2025-06-05T23:21:02.7682905Z [ 29%] Linking CXX static library libetdump.a 2025-06-05T23:21:02.7683496Z [ 29%] Built target etdump 2025-06-05T23:21:02.7684627Z [ 29%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/normalization_ops_util.cpp.o 2025-06-05T23:21:02.7686789Z [ 29%] 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-06-05T23:21:02.7689709Z [ 29%] 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-06-05T23:21:02.7692441Z [ 29%] 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-06-05T23:21:02.7694484Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_abs.cpp.o 2025-06-05T23:21:02.7696049Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_acos.cpp.o 2025-06-05T23:21:02.7697614Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_acosh.cpp.o 2025-06-05T23:21:02.7699561Z [ 29%] 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-06-05T23:21:02.7702035Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-ibilinear/gen/f32-ibilinear-scalar-c2.c.o 2025-06-05T23:21:02.7704018Z [ 30%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/padding_util.cpp.o 2025-06-05T23:21:02.7705505Z [ 30%] Building CXX object kernels/optimized/CMakeFiles/cpublas.dir/blas/BlasKernel.cpp.o 2025-06-05T23:21:02.7706788Z [ 30%] Building CXX object kernels/optimized/CMakeFiles/cpublas.dir/blas/CPUBlas.cpp.o 2025-06-05T23:21:02.7708548Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-ibilinear/gen/f32-ibilinear-sse-c8.c.o 2025-06-05T23:21:02.7710968Z [ 30%] 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-06-05T23:21:02.7712541Z [ 30%] Linking CXX static library libutil.a 2025-06-05T23:21:02.7713117Z [ 30%] Built target util 2025-06-05T23:21:02.7714128Z [ 30%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/reduce_util.cpp.o 2025-06-05T23:21:02.7715759Z [ 30%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/repeat_util.cpp.o 2025-06-05T23:21:02.7717353Z [ 30%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_add.cpp.o 2025-06-05T23:21:02.7719387Z [ 30%] 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-06-05T23:21:02.7721960Z [ 30%] 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-06-05T23:21:02.7724554Z [ 30%] 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-06-05T23:21:02.7727034Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x4-minmax-scalar.c.o 2025-06-05T23:21:02.7729098Z [ 30%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/select_copy_util.cpp.o 2025-06-05T23:21:02.7730397Z [ 32%] Linking CXX static library libcpublas.a 2025-06-05T23:21:02.7731519Z [ 32%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/slice_util.cpp.o 2025-06-05T23:21:02.7732629Z [ 32%] Built target cpublas 2025-06-05T23:21:02.7733659Z [ 32%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/upsample_util.cpp.o 2025-06-05T23:21:02.7735241Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_addmm.cpp.o 2025-06-05T23:21:02.7737162Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x4-relu-scalar.c.o 2025-06-05T23:21:02.7739333Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_alias_copy.cpp.o 2025-06-05T23:21:02.7741006Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_allclose.cpp.o 2025-06-05T23:21:02.7743013Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x4-scalar.c.o 2025-06-05T23:21:02.7744912Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_amax.cpp.o 2025-06-05T23:21:02.7746930Z [ 32%] 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-06-05T23:21:02.7748527Z [ 32%] Linking CXX static library libkernels_util_all_deps.a 2025-06-05T23:21:02.7749722Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_amin.cpp.o 2025-06-05T23:21:02.7750817Z [ 32%] Built target kernels_util_all_deps 2025-06-05T23:21:02.7751879Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_any.cpp.o 2025-06-05T23:21:02.7753449Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_arange.cpp.o 2025-06-05T23:21:02.7755437Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-2x4-minmax-scalar.c.o 2025-06-05T23:21:02.7757764Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-2x4-relu-scalar.c.o 2025-06-05T23:21:02.7760727Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-2x4-scalar.c.o 2025-06-05T23:21:02.7762562Z [ 32%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/binary_ops.cpp.o 2025-06-05T23:21:02.7764161Z [ 32%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_add.cpp.o 2025-06-05T23:21:02.7766130Z [ 32%] 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-06-05T23:21:02.7768371Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x2-minmax-scalar.c.o 2025-06-05T23:21:02.7770409Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_argmax.cpp.o 2025-06-05T23:21:02.7772020Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_argmin.cpp.o 2025-06-05T23:21:02.7773697Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_as_strided_copy.cpp.o 2025-06-05T23:21:02.7775618Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x2-scalar.c.o 2025-06-05T23:21:02.7777798Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x2c4-minmax-sse.c.o 2025-06-05T23:21:02.7780091Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x4-minmax-scalar.c.o 2025-06-05T23:21:02.7782046Z [ 33%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_asin.cpp.o 2025-06-05T23:21:02.7783636Z [ 34%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_asinh.cpp.o 2025-06-05T23:21:02.7785109Z [ 34%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_bmm.cpp.o 2025-06-05T23:21:02.7786589Z [ 34%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atan.cpp.o 2025-06-05T23:21:02.7788552Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x4-relu-scalar.c.o 2025-06-05T23:21:02.7790785Z [ 34%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atan2.cpp.o 2025-06-05T23:21:02.7792509Z [ 34%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atanh.cpp.o 2025-06-05T23:21:02.7794414Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x4-scalar.c.o 2025-06-05T23:21:02.7796353Z [ 34%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_avg_pool2d.cpp.o 2025-06-05T23:21:05.4019364Z [ 34%] 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-06-05T23:21:05.4021445Z [ 34%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_and.cpp.o 2025-06-05T23:21:05.4023663Z [ 34%] 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-06-05T23:21:05.4025796Z [ 34%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_not.cpp.o 2025-06-05T23:21:05.4027450Z [ 34%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_or.cpp.o 2025-06-05T23:21:05.4029141Z [ 34%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_xor.cpp.o 2025-06-05T23:21:05.4031298Z [ 34%] 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-06-05T23:21:05.4033446Z [ 34%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bmm.cpp.o 2025-06-05T23:21:05.4034967Z [ 34%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cat.cpp.o 2025-06-05T23:21:05.4036589Z [ 34%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cdist_forward.cpp.o 2025-06-05T23:21:05.4038283Z [ 34%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ceil.cpp.o 2025-06-05T23:21:05.4039809Z [ 34%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_clamp.cpp.o 2025-06-05T23:21:05.4041885Z [ 34%] 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-06-05T23:21:05.4043725Z [ 34%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_clone.cpp.o 2025-06-05T23:21:05.4056798Z [ 34%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_constant_pad_nd.cpp.o 2025-06-05T23:21:05.4058556Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_convolution.cpp.o 2025-06-05T23:21:05.4060603Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_convolution_backward.cpp.o 2025-06-05T23:21:05.4062758Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-maxpool/f32-maxpool-9p8x-minmax-scalar-c1.c.o 2025-06-05T23:21:05.4065243Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-maxpool/f32-maxpool-9p8x-minmax-sse-c4.c.o 2025-06-05T23:21:05.4067663Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-pavgpool/f32-pavgpool-9p8x-minmax-scalar-c1.c.o 2025-06-05T23:21:05.4069628Z [ 35%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_div.cpp.o 2025-06-05T23:21:05.4071502Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-pavgpool/f32-pavgpool-9p8x-minmax-sse-c4.c.o 2025-06-05T23:21:05.4074327Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_copy.cpp.o 2025-06-05T23:21:05.4075803Z [ 35%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_elu.cpp.o 2025-06-05T23:21:05.4077519Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cos.cpp.o 2025-06-05T23:21:05.4079558Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-pavgpool/f32-pavgpool-9x-minmax-scalar-c1.c.o 2025-06-05T23:21:05.4082041Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-pavgpool/f32-pavgpool-9x-minmax-sse-c4.c.o 2025-06-05T23:21:05.4084037Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cosh.cpp.o 2025-06-05T23:21:05.4086106Z [ 35%] 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-06-05T23:21:05.4088756Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cumsum.cpp.o 2025-06-05T23:21:05.4090596Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_detach_copy.cpp.o 2025-06-05T23:21:05.4092213Z [ 35%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_exp.cpp.o 2025-06-05T23:21:05.4094390Z [ 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-06-05T23:21:05.4096609Z [ 37%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_fft_c2r.cpp.o 2025-06-05T23:21:05.4098132Z [ 37%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_fft_r2c.cpp.o 2025-06-05T23:21:05.4102909Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_diagonal_copy.cpp.o 2025-06-05T23:21:05.4105511Z [ 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-06-05T23:21:05.4107777Z [ 37%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_gelu.cpp.o 2025-06-05T23:21:05.4110763Z [ 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-06-05T23:21:05.4113253Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_div.cpp.o 2025-06-05T23:21:05.4114905Z [ 37%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_le.cpp.o 2025-06-05T23:21:05.4117255Z [ 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-06-05T23:21:05.4119576Z [ 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-06-05T23:21:05.4121982Z [ 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-06-05T23:21:05.4124096Z [ 37%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_linear.cpp.o 2025-06-05T23:21:05.4125623Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_elu.cpp.o 2025-06-05T23:21:05.4127232Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_embedding.cpp.o 2025-06-05T23:21:05.4129543Z [ 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-06-05T23:21:05.4131709Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_empty.cpp.o 2025-06-05T23:21:05.4133448Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_eq.cpp.o 2025-06-05T23:21:05.4135500Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-4x4-minmax-scalar.c.o 2025-06-05T23:21:05.4138153Z [ 37%] 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-06-05T23:21:05.4140250Z [ 37%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_log_softmax.cpp.o 2025-06-05T23:21:05.4142473Z [ 37%] 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-06-05T23:21:05.4144655Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_erf.cpp.o 2025-06-05T23:21:05.4146215Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_exp.cpp.o 2025-06-05T23:21:05.4148414Z [ 37%] 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-06-05T23:21:05.4150486Z [ 37%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_mm.cpp.o 2025-06-05T23:21:05.4152037Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_expand_copy.cpp.o 2025-06-05T23:21:05.4154196Z [ 37%] 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-06-05T23:21:05.4156334Z [ 38%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_expm1.cpp.o 2025-06-05T23:21:05.4157914Z [ 38%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_fill.cpp.o 2025-06-05T23:21:05.4160200Z [ 38%] 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-06-05T23:21:05.4162917Z [ 38%] 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-06-05T23:21:09.2828588Z [ 38%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_flip.cpp.o 2025-06-05T23:21:09.2830162Z [ 38%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_mul.cpp.o 2025-06-05T23:21:09.2831676Z [ 38%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_floor.cpp.o 2025-06-05T23:21:09.2833857Z [ 38%] 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-06-05T23:21:09.2836087Z [ 38%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_floor_divide.cpp.o 2025-06-05T23:21:09.2837648Z [ 38%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_fmod.cpp.o 2025-06-05T23:21:09.2839632Z [ 38%] 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-06-05T23:21:09.2842117Z [ 39%] 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-06-05T23:21:09.2844095Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_full.cpp.o 2025-06-05T23:21:09.2846089Z [ 39%] 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-06-05T23:21:09.2848552Z [ 39%] 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-06-05T23:21:09.2851012Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_full_like.cpp.o 2025-06-05T23:21:09.2853281Z [ 39%] 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-06-05T23:21:09.2855483Z [ 40%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_native_layer_norm.cpp.o 2025-06-05T23:21:09.2857621Z [ 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-06-05T23:21:09.2860693Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gather.cpp.o 2025-06-05T23:21:09.2862308Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ge.cpp.o 2025-06-05T23:21:09.2864321Z [ 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-06-05T23:21:09.2866456Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gelu.cpp.o 2025-06-05T23:21:09.2868562Z [ 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-06-05T23:21:09.2870635Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_glu.cpp.o 2025-06-05T23:21:09.2872548Z [ 40%] 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-06-05T23:21:09.2874757Z [ 40%] 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-06-05T23:21:09.2876623Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gt.cpp.o 2025-06-05T23:21:09.2878641Z [ 40%] 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-06-05T23:21:09.2880495Z [ 40%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_neg.cpp.o 2025-06-05T23:21:09.2881996Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_hardtanh.cpp.o 2025-06-05T23:21:09.2883981Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-imagic-u1.c.o 2025-06-05T23:21:09.2886342Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-imagic-u4.c.o 2025-06-05T23:21:09.2888737Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-lrintf-u4.c.o 2025-06-05T23:21:09.2890842Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index.cpp.o 2025-06-05T23:21:09.2892423Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index_put.cpp.o 2025-06-05T23:21:09.2894296Z [ 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-06-05T23:21:09.2896607Z [ 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-06-05T23:21:09.2898772Z [ 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-06-05T23:21:09.2900770Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index_select.cpp.o 2025-06-05T23:21:09.2903013Z [ 43%] 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-06-05T23:21:09.2904928Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_isinf.cpp.o 2025-06-05T23:21:09.2906986Z [ 43%] 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-06-05T23:21:09.2908925Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_isnan.cpp.o 2025-06-05T23:21:09.2910822Z [ 43%] 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-06-05T23:21:09.2913292Z [ 43%] 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-06-05T23:21:09.2915171Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_le.cpp.o 2025-06-05T23:21:09.2916750Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_leaky_relu.cpp.o 2025-06-05T23:21:09.2918757Z [ 43%] 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-06-05T23:21:09.2921107Z [ 43%] 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-06-05T23:21:09.2923712Z [ 43%] 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-06-05T23:21:09.2926193Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_lift_fresh_copy.cpp.o 2025-06-05T23:21:09.2927775Z [ 43%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_sigmoid.cpp.o 2025-06-05T23:21:09.2930154Z [ 43%] 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-06-05T23:21:09.2932561Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_linear_scratch_example.cpp.o 2025-06-05T23:21:09.2934989Z [ 43%] 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-06-05T23:21:09.2937239Z [ 43%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_sub.cpp.o 2025-06-05T23:21:09.2939391Z [ 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-06-05T23:21:09.2941610Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log.cpp.o 2025-06-05T23:21:09.2943591Z [ 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-06-05T23:21:09.2945508Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log10.cpp.o 2025-06-05T23:21:09.2947499Z [ 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-06-05T23:21:09.2949955Z [ 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-06-05T23:21:09.2951888Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log1p.cpp.o 2025-06-05T23:21:09.2953833Z [ 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-06-05T23:21:12.6035719Z [ 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-06-05T23:21:12.6037681Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log2.cpp.o 2025-06-05T23:21:12.6040480Z [ 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-06-05T23:21:12.6042746Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rminmax/gen/f32-rmax-scalar-u4-acc4.c.o 2025-06-05T23:21:12.6044699Z [ 44%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log_softmax.cpp.o 2025-06-05T23:21:12.6046595Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rminmax/gen/f32-rmax-sse-u16-acc4.c.o 2025-06-05T23:21:12.6048841Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rminmax/gen/f32-rminmax-avx-u32-acc4.c.o 2025-06-05T23:21:12.6050831Z [ 44%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_and.cpp.o 2025-06-05T23:21:12.6052363Z [ 44%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_where.cpp.o 2025-06-05T23:21:12.6054232Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rminmax/gen/f32-rminmax-avx512f-u64-acc4.c.o 2025-06-05T23:21:12.6056164Z [ 44%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_not.cpp.o 2025-06-05T23:21:12.6057786Z [ 44%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_or.cpp.o 2025-06-05T23:21:12.6059840Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rminmax/gen/f32-rminmax-scalar-u4-acc4.c.o 2025-06-05T23:21:12.6062207Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rminmax/gen/f32-rminmax-sse-u16-acc4.c.o 2025-06-05T23:21:12.6064117Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_xor.cpp.o 2025-06-05T23:21:12.6065969Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rsum/gen/f32-rsum-avx-u32-acc4.c.o 2025-06-05T23:21:12.6067911Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logit.cpp.o 2025-06-05T23:21:12.6069863Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rsum/gen/f32-rsum-avx512f-u64-acc4.c.o 2025-06-05T23:21:12.6072101Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rsum/gen/f32-rsum-scalar-u4-acc4.c.o 2025-06-05T23:21:12.6073974Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_lt.cpp.o 2025-06-05T23:21:12.6075485Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_fill.cpp.o 2025-06-05T23:21:12.6077343Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rsum/gen/f32-rsum-sse-u16-acc4.c.o 2025-06-05T23:21:12.6079444Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-spmm/gen/f32-spmm-32x1-minmax-sse.c.o 2025-06-05T23:21:12.6081436Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_scatter.cpp.o 2025-06-05T23:21:12.6083150Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_select.cpp.o 2025-06-05T23:21:12.6085055Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-spmm/gen/f32-spmm-8x1-minmax-scalar.c.o 2025-06-05T23:21:12.6087262Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max.cpp.o 2025-06-05T23:21:12.6089239Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-spmm/gen/f32-spmm-8x2-minmax-scalar.c.o 2025-06-05T23:21:12.6091704Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-spmm/gen/f32-spmm-8x4-minmax-scalar.c.o 2025-06-05T23:21:12.6093923Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vadd-avx-u16.c.o 2025-06-05T23:21:12.6095826Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max_pool2d_with_indices.cpp.o 2025-06-05T23:21:12.6097848Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vadd-avx512f-u32.c.o 2025-06-05T23:21:12.6099937Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vadd-scalar-u8.c.o 2025-06-05T23:21:12.6102072Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max_pool2d_with_indices_backward.cpp.o 2025-06-05T23:21:12.6104016Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vadd-sse-u8.c.o 2025-06-05T23:21:12.6106197Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vaddc-avx-u16.c.o 2025-06-05T23:21:12.6108140Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_maximum.cpp.o 2025-06-05T23:21:12.6109710Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mean.cpp.o 2025-06-05T23:21:12.6111585Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vaddc-avx512f-u32.c.o 2025-06-05T23:21:12.6113461Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_min.cpp.o 2025-06-05T23:21:12.6115246Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vaddc-scalar-u8.c.o 2025-06-05T23:21:12.6117112Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_minimum.cpp.o 2025-06-05T23:21:12.6118878Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vaddc-sse-u8.c.o 2025-06-05T23:21:12.6121024Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vdiv-avx-u16.c.o 2025-06-05T23:21:12.6122777Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mm.cpp.o 2025-06-05T23:21:12.6124263Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mul.cpp.o 2025-06-05T23:21:12.6126186Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vdiv-avx512f-u32.c.o 2025-06-05T23:21:12.6128458Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vdiv-scalar-u2.c.o 2025-06-05T23:21:12.6130598Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vdiv-sse-u8.c.o 2025-06-05T23:21:12.6132747Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vdivc-avx-u16.c.o 2025-06-05T23:21:12.6134831Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vdivc-avx512f-u32.c.o 2025-06-05T23:21:12.6136726Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_narrow_copy.cpp.o 2025-06-05T23:21:12.6138428Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_batch_norm.cpp.o 2025-06-05T23:21:12.6140238Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vdivc-scalar-u2.c.o 2025-06-05T23:21:12.6142217Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vdivc-sse-u8.c.o 2025-06-05T23:21:12.6144130Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_dropout.cpp.o 2025-06-05T23:21:12.6145965Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmax-avx-u16.c.o 2025-06-05T23:21:12.6148211Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmax-avx512f-u32.c.o 2025-06-05T23:21:12.6150269Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_group_norm.cpp.o 2025-06-05T23:21:12.6151981Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_layer_norm.cpp.o 2025-06-05T23:21:12.6153994Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmax-scalar-u8.c.o 2025-06-05T23:21:12.6156002Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmax-sse-u8.c.o 2025-06-05T23:21:12.6157734Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ne.cpp.o 2025-06-05T23:21:14.4886331Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_neg.cpp.o 2025-06-05T23:21:14.4888281Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmaxc-avx-u16.c.o 2025-06-05T23:21:14.4890412Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmaxc-avx512f-u32.c.o 2025-06-05T23:21:14.4892166Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_nonzero.cpp.o 2025-06-05T23:21:14.4893888Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmaxc-scalar-u8.c.o 2025-06-05T23:21:14.4895869Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmaxc-sse-u8.c.o 2025-06-05T23:21:14.4897553Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ones.cpp.o 2025-06-05T23:21:14.4899258Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmin-avx-u16.c.o 2025-06-05T23:21:14.4901299Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmin-avx512f-u32.c.o 2025-06-05T23:21:14.4903099Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pdist_forward.cpp.o 2025-06-05T23:21:14.4904722Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_permute_copy.cpp.o 2025-06-05T23:21:14.4906325Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pixel_shuffle.cpp.o 2025-06-05T23:21:14.4908192Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmin-scalar-u8.c.o 2025-06-05T23:21:14.4910248Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmin-sse-u8.c.o 2025-06-05T23:21:14.4912226Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pixel_unshuffle.cpp.o 2025-06-05T23:21:14.4914412Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vminc-avx-u16.c.o 2025-06-05T23:21:14.4916131Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pow.cpp.o 2025-06-05T23:21:14.4917763Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_prod.cpp.o 2025-06-05T23:21:14.4919234Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_rand.cpp.o 2025-06-05T23:21:14.4920691Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_randn.cpp.o 2025-06-05T23:21:14.4922482Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vminc-avx512f-u32.c.o 2025-06-05T23:21:14.4924555Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vminc-scalar-u8.c.o 2025-06-05T23:21:14.4926509Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vminc-sse-u8.c.o 2025-06-05T23:21:14.4928451Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmul-avx-u16.c.o 2025-06-05T23:21:14.4930216Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reciprocal.cpp.o 2025-06-05T23:21:14.4931941Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmul-avx512f-u32.c.o 2025-06-05T23:21:14.4933737Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad1d.cpp.o 2025-06-05T23:21:14.4935312Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad2d.cpp.o 2025-06-05T23:21:14.4936898Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad3d.cpp.o 2025-06-05T23:21:14.4938657Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmul-scalar-u8.c.o 2025-06-05T23:21:14.4940577Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmul-sse-u8.c.o 2025-06-05T23:21:14.4942495Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmulc-avx-u16.c.o 2025-06-05T23:21:14.4944161Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_relu.cpp.o 2025-06-05T23:21:14.4945847Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmulc-avx512f-u32.c.o 2025-06-05T23:21:14.4947556Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_remainder.cpp.o 2025-06-05T23:21:14.4949021Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_repeat.cpp.o 2025-06-05T23:21:14.4950748Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmulc-scalar-u8.c.o 2025-06-05T23:21:14.4952524Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_repeat_interleave.cpp.o 2025-06-05T23:21:14.4954300Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmulc-sse-u8.c.o 2025-06-05T23:21:14.4956044Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad1d.cpp.o 2025-06-05T23:21:14.4957781Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vprelu-avx-u16.c.o 2025-06-05T23:21:14.4960082Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vprelu-avx512f-u32.c.o 2025-06-05T23:21:14.4961871Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad2d.cpp.o 2025-06-05T23:21:14.4963605Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad3d.cpp.o 2025-06-05T23:21:14.4965087Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_roll.cpp.o 2025-06-05T23:21:14.4966760Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vprelu-scalar-u8.c.o 2025-06-05T23:21:14.4968706Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vprelu-sse2-u8.c.o 2025-06-05T23:21:14.4970483Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_round.cpp.o 2025-06-05T23:21:14.4972172Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vpreluc-avx-u16.c.o 2025-06-05T23:21:14.4973905Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_rsqrt.cpp.o 2025-06-05T23:21:14.4975314Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_rsub.cpp.o 2025-06-05T23:21:14.4977149Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vpreluc-avx512f-u32.c.o 2025-06-05T23:21:14.4979112Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scalar_tensor.cpp.o 2025-06-05T23:21:14.4981030Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vpreluc-scalar-u8.c.o 2025-06-05T23:21:14.4983198Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vpreluc-sse2-u8.c.o 2025-06-05T23:21:14.4985076Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scatter.cpp.o 2025-06-05T23:21:14.4986647Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scatter_add.cpp.o 2025-06-05T23:21:14.4988510Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrdivc-avx-u16.c.o 2025-06-05T23:21:14.4990370Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_select_copy.cpp.o 2025-06-05T23:21:14.4992288Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrdivc-avx512f-u32.c.o 2025-06-05T23:21:14.4993762Z [ 54%] Linking CXX static library liboptimized_kernels.a 2025-06-05T23:21:14.4994967Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_select_scatter.cpp.o 2025-06-05T23:21:14.4996887Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrdivc-scalar-u2.c.o 2025-06-05T23:21:14.4998754Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sigmoid.cpp.o 2025-06-05T23:21:14.5000586Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrdivc-sse-u8.c.o 2025-06-05T23:21:16.1258162Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrpreluc-avx-u16.c.o 2025-06-05T23:21:16.1260641Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sign.cpp.o 2025-06-05T23:21:16.1262363Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sin.cpp.o 2025-06-05T23:21:16.1263955Z [ 54%] Built target optimized_kernels 2025-06-05T23:21:16.1265136Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sinh.cpp.o 2025-06-05T23:21:16.1267275Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrpreluc-avx512f-u32.c.o 2025-06-05T23:21:16.1269737Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_slice_copy.cpp.o 2025-06-05T23:21:16.1271587Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_slice_scatter.cpp.o 2025-06-05T23:21:16.1273837Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrpreluc-scalar-u8.c.o 2025-06-05T23:21:16.1276276Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrpreluc-sse2-u8.c.o 2025-06-05T23:21:16.1278381Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_softmax.cpp.o 2025-06-05T23:21:16.1280502Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrsubc-avx-u16.c.o 2025-06-05T23:21:16.1282883Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrsubc-avx512f-u32.c.o 2025-06-05T23:21:16.1285278Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrsubc-scalar-u8.c.o 2025-06-05T23:21:16.1287646Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrsubc-sse-u8.c.o 2025-06-05T23:21:16.1289768Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_split_copy.cpp.o 2025-06-05T23:21:16.1291924Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsqrdiff-avx-u16.c.o 2025-06-05T23:21:16.1294149Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_split_with_sizes_copy.cpp.o 2025-06-05T23:21:16.1296003Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sqrt.cpp.o 2025-06-05T23:21:16.1298161Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsqrdiff-avx512f-u32.c.o 2025-06-05T23:21:16.1300326Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_squeeze_copy.cpp.o 2025-06-05T23:21:16.1302037Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_stack.cpp.o 2025-06-05T23:21:16.1304162Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsqrdiff-scalar-u8.c.o 2025-06-05T23:21:16.1306540Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsqrdiff-sse-u8.c.o 2025-06-05T23:21:16.1308531Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sub.cpp.o 2025-06-05T23:21:16.1310270Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sum.cpp.o 2025-06-05T23:21:16.1311985Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_t_copy.cpp.o 2025-06-05T23:21:16.1313653Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tan.cpp.o 2025-06-05T23:21:16.1315751Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsqrdiffc-avx-u16.c.o 2025-06-05T23:21:16.1317806Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tanh.cpp.o 2025-06-05T23:21:16.1319464Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_to_copy.cpp.o 2025-06-05T23:21:16.1321284Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_topk.cpp.o 2025-06-05T23:21:16.1323598Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsqrdiffc-avx512f-u32.c.o 2025-06-05T23:21:16.1325884Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_transpose_copy.cpp.o 2025-06-05T23:21:16.1327625Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tril.cpp.o 2025-06-05T23:21:16.1329434Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_trunc.cpp.o 2025-06-05T23:21:16.1331169Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unbind_copy.cpp.o 2025-06-05T23:21:16.1332928Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unfold_copy.cpp.o 2025-06-05T23:21:16.1335045Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsqrdiffc-scalar-u8.c.o 2025-06-05T23:21:16.1339215Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsqrdiffc-sse-u8.c.o 2025-06-05T23:21:16.1341648Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsub-avx-u16.c.o 2025-06-05T23:21:16.1343826Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unsqueeze_copy.cpp.o 2025-06-05T23:21:16.1345686Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_upsample_bilinear2d.cpp.o 2025-06-05T23:21:16.1413964Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_upsample_nearest2d.cpp.o 2025-06-05T23:21:16.1415646Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_var.cpp.o 2025-06-05T23:21:16.1417544Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsub-avx512f-u32.c.o 2025-06-05T23:21:16.1419804Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsub-scalar-u8.c.o 2025-06-05T23:21:16.1421812Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_view_as_real_copy.cpp.o 2025-06-05T23:21:16.1423803Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsub-sse-u8.c.o 2025-06-05T23:21:16.1425665Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_view_copy.cpp.o 2025-06-05T23:21:16.1427603Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsubc-avx-u16.c.o 2025-06-05T23:21:16.1429888Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsubc-avx512f-u32.c.o 2025-06-05T23:21:16.1431851Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_where.cpp.o 2025-06-05T23:21:16.1433435Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_zeros.cpp.o 2025-06-05T23:21:16.1435244Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realhb_to_bool.cpp.o 2025-06-05T23:21:16.1437414Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realhbbf16_to_floathbf16.cpp.o 2025-06-05T23:21:16.1439519Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realhbf16.cpp.o 2025-06-05T23:21:16.1441848Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsubc-scalar-u8.c.o 2025-06-05T23:21:16.1443934Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/activation_ops_util.cpp.o 2025-06-05T23:21:16.1445937Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/advanced_index_util.cpp.o 2025-06-05T23:21:16.1447876Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsubc-sse-u8.c.o 2025-06-05T23:21:16.1449889Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/broadcast_util.cpp.o 2025-06-05T23:21:16.1451660Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/copy_ops_util.cpp.o 2025-06-05T23:21:16.1453364Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/delinearize_index.cpp.o 2025-06-05T23:21:16.1455178Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/distance_util.cpp.o 2025-06-05T23:21:16.1457171Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vclamp/gen/f32-vclamp-avx-u16.c.o 2025-06-05T23:21:17.2847995Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vclamp/gen/f32-vclamp-avx512f-u16.c.o 2025-06-05T23:21:17.2850122Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vclamp/gen/f32-vclamp-scalar-u4.c.o 2025-06-05T23:21:17.2851971Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/dtype_util.cpp.o 2025-06-05T23:21:17.2853827Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vclamp/gen/f32-vclamp-sse-u8.c.o 2025-06-05T23:21:17.2855956Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcmul/gen/f32-vcmul-avx512f-u32.c.o 2025-06-05T23:21:17.2857803Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/index_util.cpp.o 2025-06-05T23:21:17.2859730Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcmul/gen/f32-vcmul-fma3-u16.c.o 2025-06-05T23:21:17.2861660Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcmul/gen/f32-vcmul-scalar-u4.c.o 2025-06-05T23:21:17.2863656Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcmul/gen/f32-vcmul-sse-u8.c.o 2025-06-05T23:21:17.2865438Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysign-avx.c.o 2025-06-05T23:21:17.2867588Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysign-avx512f.c.o 2025-06-05T23:21:17.2869423Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/kernel_ops_util.cpp.o 2025-06-05T23:21:17.2871211Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysign-scalar.c.o 2025-06-05T23:21:17.2873019Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/matmul_ops_util.cpp.o 2025-06-05T23:21:17.2874775Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysign-sse2.c.o 2025-06-05T23:21:17.2876472Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/normalization_ops_util.cpp.o 2025-06-05T23:21:17.2877902Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/padding_util.cpp.o 2025-06-05T23:21:17.2879841Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysignc-avx.c.o 2025-06-05T23:21:17.2882019Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/reduce_util.cpp.o 2025-06-05T23:21:17.2884277Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysignc-avx512f.c.o 2025-06-05T23:21:17.2886498Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysignc-scalar.c.o 2025-06-05T23:21:17.2888887Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysignc-sse2.c.o 2025-06-05T23:21:17.2890858Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/repeat_util.cpp.o 2025-06-05T23:21:17.2892784Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vrcopysignc-avx.c.o 2025-06-05T23:21:17.2894937Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vrcopysignc-avx512f.c.o 2025-06-05T23:21:17.2897179Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vrcopysignc-scalar.c.o 2025-06-05T23:21:17.2899380Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vrcopysignc-sse2.c.o 2025-06-05T23:21:17.2901361Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/select_copy_util.cpp.o 2025-06-05T23:21:17.2903359Z [ 60%] 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-06-05T23:21:17.2905684Z [ 61%] 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-06-05T23:21:17.2907662Z [ 61%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/slice_util.cpp.o 2025-06-05T23:21:17.2909202Z [ 61%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/upsample_util.cpp.o 2025-06-05T23:21:17.2911071Z [ 61%] 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-06-05T23:21:17.2913163Z [ 61%] 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-06-05T23:21:17.2915502Z [ 61%] 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-06-05T23:21:17.2917787Z [ 61%] 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-06-05T23:21:17.2920009Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vexp/gen/f32-vexp-scalar-exp.c.o 2025-06-05T23:21:17.2922255Z [ 61%] 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-06-05T23:21:17.2924625Z [ 61%] 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-06-05T23:21:17.2926525Z [ 61%] 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-06-05T23:21:17.2927776Z [ 61%] 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-06-05T23:21:17.2929178Z [ 61%] 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-06-05T23:21:17.2930117Z [ 61%] Linking CXX static library liboptimized_portable_kernels.a 2025-06-05T23:21:17.2930985Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vhswish/gen/f32-vhswish-avx-u16.c.o 2025-06-05T23:21:17.2932152Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vhswish/gen/f32-vhswish-avx512f-u16.c.o 2025-06-05T23:21:17.2933302Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vhswish/gen/f32-vhswish-fma3-u16.c.o 2025-06-05T23:21:17.2934456Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vhswish/gen/f32-vhswish-scalar-u4.c.o 2025-06-05T23:21:17.2935594Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vhswish/gen/f32-vhswish-sse-u8.c.o 2025-06-05T23:21:17.2936755Z [ 62%] 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-06-05T23:21:17.2937988Z [ 62%] 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-06-05T23:21:17.2939209Z [ 62%] 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-06-05T23:21:17.2940428Z [ 62%] 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-06-05T23:21:17.2941637Z [ 62%] 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-06-05T23:21:17.2942516Z [ 62%] Built target optimized_portable_kernels 2025-06-05T23:21:17.2943255Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vlrelu/gen/f32-vlrelu-avx-u16.c.o 2025-06-05T23:21:17.2943960Z [ 62%] Merging kernel yaml files 2025-06-05T23:21:17.2944680Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vlrelu/gen/f32-vlrelu-avx512f-u16.c.o 2025-06-05T23:21:17.2945811Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vlrelu/gen/f32-vlrelu-scalar-u4.c.o 2025-06-05T23:21:17.2946937Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vlrelu/gen/f32-vlrelu-sse-u8.c.o 2025-06-05T23:21:17.2948052Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vlrelu/gen/f32-vlrelu-sse41-u8.c.o 2025-06-05T23:21:18.3710445Z [ 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-06-05T23:21:18.3712997Z [ 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-06-05T23:21:18.3715377Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrelu/gen/f32-vrelu-scalar-u8.c.o 2025-06-05T23:21:18.3717242Z [ 62%] Generating selected_operators.yaml for optimized_native_cpu_ops_lib 2025-06-05T23:21:18.3718825Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndd-avx-u16.c.o 2025-06-05T23:21:18.3721127Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndd-avx512f-u16.c.o 2025-06-05T23:21:18.3723454Z [ 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-06-05T23:21:18.3727689Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndd-scalar-libm-u4.c.o 2025-06-05T23:21:18.3730204Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndd-sse2-u8.c.o 2025-06-05T23:21:18.3732269Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndd-sse41-u8.c.o 2025-06-05T23:21:18.3734389Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndne-avx-u16.c.o 2025-06-05T23:21:18.3736577Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndne-avx512f-u16.c.o 2025-06-05T23:21:18.3738853Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndne-scalar-libm-u1.c.o 2025-06-05T23:21:18.3741190Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndne-scalar-libm-u4.c.o 2025-06-05T23:21:18.3743391Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndne-sse2-u8.c.o 2025-06-05T23:21:18.3745511Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndne-sse41-u8.c.o 2025-06-05T23:21:18.3747598Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndu-avx-u16.c.o 2025-06-05T23:21:18.3749692Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndu-avx512f-u16.c.o 2025-06-05T23:21:18.3751959Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndu-scalar-libm-u1.c.o 2025-06-05T23:21:18.3754298Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndu-scalar-libm-u4.c.o 2025-06-05T23:21:18.3756498Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndu-sse2-u8.c.o 2025-06-05T23:21:18.3758629Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndu-sse41-u8.c.o 2025-06-05T23:21:18.3760266Z [ 64%] Generating code for kernel registration 2025-06-05T23:21:18.3761680Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndz-avx-u16.c.o 2025-06-05T23:21:18.3763834Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndz-avx512f-u16.c.o 2025-06-05T23:21:18.3766096Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndz-scalar-libm-u1.c.o 2025-06-05T23:21:18.3768436Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndz-scalar-libm-u4.c.o 2025-06-05T23:21:18.3770708Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndz-sse2-u8.c.o 2025-06-05T23:21:18.3772880Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndz-sse41-u8.c.o 2025-06-05T23:21:18.3775092Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrsqrt/gen/f32-vrsqrt-avx-rsqrt-u16.c.o 2025-06-05T23:21:18.3777363Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrsqrt/gen/f32-vrsqrt-avx512f-rsqrt-u32.c.o 2025-06-05T23:21:18.3780438Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrsqrt/gen/f32-vrsqrt-fma3-rsqrt-u16.c.o 2025-06-05T23:21:18.3783102Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrsqrt/gen/f32-vrsqrt-scalar-rsqrt-u1.c.o 2025-06-05T23:21:18.3785625Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrsqrt/gen/f32-vrsqrt-scalar-rsqrt-u4.c.o 2025-06-05T23:21:18.3787924Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrsqrt/gen/f32-vrsqrt-sse-rsqrt-u8.c.o 2025-06-05T23:21:18.3790346Z [ 65%] 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-06-05T23:21:18.3792899Z [ 65%] 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-06-05T23:21:18.3795708Z [ 65%] 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-06-05T23:21:18.3798556Z [ 65%] 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-06-05T23:21:18.3801256Z [ 66%] 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-06-05T23:21:18.3803932Z [ 66%] 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-06-05T23:21:18.3806410Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vsqrt/gen/f32-vsqrt-avx-rsqrt-u16.c.o 2025-06-05T23:21:18.3808756Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vsqrt/gen/f32-vsqrt-avx512f-rsqrt-u16.c.o 2025-06-05T23:21:18.3811090Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vsqrt/gen/f32-vsqrt-fma3-rsqrt-u16.c.o 2025-06-05T23:21:18.3813369Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vsqrt/gen/f32-vsqrt-scalar-sqrt-u1.c.o 2025-06-05T23:21:18.3815697Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vsqrt/gen/f32-vsqrt-sse-rsqrt-u12.c.o 2025-06-05T23:21:18.3818001Z [ 66%] 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-06-05T23:21:18.3820465Z [ 66%] 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-06-05T23:21:18.3822971Z [ 66%] 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-06-05T23:21:18.3825420Z [ 66%] 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-06-05T23:21:18.3827785Z [ 66%] 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-06-05T23:21:18.3830009Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vabs-avx.c.o 2025-06-05T23:21:18.3832095Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vabs-avx512f.c.o 2025-06-05T23:21:18.3834218Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vabs-scalar.c.o 2025-06-05T23:21:18.3836514Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vabs-sse2.c.o 2025-06-05T23:21:18.3838638Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vneg-avx.c.o 2025-06-05T23:21:18.3840853Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vneg-avx512f.c.o 2025-06-05T23:21:19.5270246Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vneg-scalar.c.o 2025-06-05T23:21:19.5272487Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vneg-sse2.c.o 2025-06-05T23:21:19.5274634Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vsqr-avx.c.o 2025-06-05T23:21:19.5276803Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vsqr-avx512f.c.o 2025-06-05T23:21:19.5279067Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vsqr-scalar.c.o 2025-06-05T23:21:19.5281245Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vsqr-sse2.c.o 2025-06-05T23:21:19.5284006Z [ 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-06-05T23:21:19.5286814Z [ 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-06-05T23:21:19.5289698Z [ 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-06-05T23:21:19.5292801Z [ 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-06-05T23:21:19.5295630Z [ 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-06-05T23:21:19.5298331Z [ 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-06-05T23:21:19.5301165Z [ 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-06-05T23:21:19.5304100Z [ 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-06-05T23:21:19.5306908Z [ 69%] 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-06-05T23:21:19.5309702Z [ 69%] 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-06-05T23:21:19.5312153Z [ 69%] 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-06-05T23:21:19.5314959Z [ 69%] 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-06-05T23:21:19.5317812Z [ 69%] 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-06-05T23:21:19.5320592Z [ 69%] 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-06-05T23:21:19.5323619Z [ 69%] 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-06-05T23:21:19.5326526Z [ 69%] 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-06-05T23:21:19.5329214Z [ 69%] 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-06-05T23:21:19.5332046Z [ 69%] 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-06-05T23:21:19.5334866Z [ 69%] 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-06-05T23:21:19.5337775Z [ 69%] 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-06-05T23:21:19.5340748Z [ 69%] 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-06-05T23:21:19.5343741Z [ 69%] 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-06-05T23:21:19.5346490Z [ 69%] 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-06-05T23:21:19.5349237Z [ 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-sse2-ld128.c.o 2025-06-05T23:21:19.5352086Z [ 70%] 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-06-05T23:21:19.5354968Z [ 70%] 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-06-05T23:21:19.5357777Z [ 70%] 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-06-05T23:21:19.5360792Z [ 70%] 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-06-05T23:21:19.5363600Z [ 70%] 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-06-05T23:21:19.5366467Z [ 70%] 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-06-05T23:21:19.5369524Z [ 70%] 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-06-05T23:21:19.5372484Z [ 70%] 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-06-05T23:21:19.5375443Z [ 70%] 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-06-05T23:21:19.5378306Z [ 70%] 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-06-05T23:21:19.5381471Z [ 70%] 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-06-05T23:21:19.5384371Z [ 70%] 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-06-05T23:21:19.5387061Z [ 70%] 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-06-05T23:21:19.5389804Z [ 70%] 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-06-05T23:21:19.5392637Z [ 70%] 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-06-05T23:21:19.5395380Z [ 70%] 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-06-05T23:21:19.5398089Z [ 71%] 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-06-05T23:21:19.5400788Z [ 71%] 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-06-05T23:21:19.5403424Z [ 71%] 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-06-05T23:21:20.4065081Z [ 71%] 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-06-05T23:21:20.4067893Z [ 71%] 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-06-05T23:21:20.4070679Z [ 71%] 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-06-05T23:21:20.4073619Z [ 71%] 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-06-05T23:21:20.4076607Z [ 71%] 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-06-05T23:21:20.4079563Z [ 71%] 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-06-05T23:21:20.4082429Z [ 71%] 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-06-05T23:21:20.4085117Z [ 71%] 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-06-05T23:21:20.4087923Z [ 71%] 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-06-05T23:21:20.4091237Z [ 71%] 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-06-05T23:21:20.4094033Z [ 71%] 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-06-05T23:21:20.4096665Z [ 71%] 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-06-05T23:21:20.4099706Z [ 71%] Building CXX object configurations/CMakeFiles/optimized_native_cpu_ops_lib.dir/optimized_native_cpu_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp.o 2025-06-05T23:21:20.4102475Z [ 71%] 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-06-05T23:21:20.4105411Z [ 72%] 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-06-05T23:21:20.4108095Z [ 72%] 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-06-05T23:21:20.4110900Z [ 72%] 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-06-05T23:21:20.4113715Z [ 72%] 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-06-05T23:21:20.4116602Z [ 72%] 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-06-05T23:21:20.4119367Z [ 72%] 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-06-05T23:21:20.4122102Z [ 72%] 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-06-05T23:21:20.4123938Z [ 72%] Linking CXX static library liboptimized_native_cpu_ops_lib.a 2025-06-05T23:21:20.4125800Z [ 72%] 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-06-05T23:21:20.4127521Z [ 72%] Built target optimized_native_cpu_ops_lib 2025-06-05T23:21:20.4129231Z [ 72%] 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-06-05T23:21:20.4132077Z [ 72%] 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-06-05T23:21:20.4134875Z [ 72%] 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-06-05T23:21:20.4137702Z [ 72%] 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-06-05T23:21:20.4140521Z [ 72%] 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-06-05T23:21:20.4143251Z [ 72%] 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-06-05T23:21:20.4145982Z [ 72%] 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-06-05T23:21:20.4148705Z [ 74%] 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-06-05T23:21:20.4151441Z [ 74%] 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-06-05T23:21:20.4154238Z [ 74%] 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-06-05T23:21:20.4157195Z [ 74%] 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-06-05T23:21:20.4160265Z [ 74%] 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-06-05T23:21:20.4162801Z [ 74%] 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-06-05T23:21:20.4165147Z [ 74%] 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-06-05T23:21:20.4167474Z [ 74%] 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-06-05T23:21:20.4169981Z [ 74%] 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-06-05T23:21:20.4172381Z [ 74%] 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-06-05T23:21:20.4174742Z [ 74%] 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-06-05T23:21:20.4177057Z [ 74%] 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-06-05T23:21:20.4179378Z [ 74%] 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-06-05T23:21:20.4181799Z [ 74%] 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-06-05T23:21:20.4184282Z [ 74%] 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-06-05T23:21:20.4187039Z [ 74%] 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-06-05T23:21:20.4190013Z [ 75%] 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-06-05T23:21:20.4192934Z [ 75%] 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-06-05T23:21:20.4195832Z [ 75%] 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-06-05T23:21:20.4198789Z [ 75%] 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-06-05T23:21:21.2223638Z [ 75%] 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-06-05T23:21:21.2226506Z [ 75%] 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-06-05T23:21:21.2229342Z [ 75%] 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-06-05T23:21:21.2232174Z [ 75%] 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-06-05T23:21:21.2235125Z [ 75%] 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-06-05T23:21:21.2238267Z [ 75%] 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-06-05T23:21:21.2241438Z [ 75%] 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-06-05T23:21:21.2244823Z [ 75%] 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-06-05T23:21:21.2247737Z [ 75%] 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-06-05T23:21:21.2250705Z [ 75%] 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-06-05T23:21:21.2253458Z [ 75%] 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-06-05T23:21:21.2256386Z [ 75%] 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-06-05T23:21:21.2260315Z [ 76%] 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-06-05T23:21:21.2263008Z [ 76%] 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-06-05T23:21:21.2265885Z [ 76%] 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-06-05T23:21:21.2268752Z [ 76%] 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-06-05T23:21:21.2271692Z [ 76%] 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-06-05T23:21:21.2274569Z [ 76%] 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-06-05T23:21:21.2277423Z [ 76%] 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-06-05T23:21:21.2280280Z [ 76%] 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-06-05T23:21:21.2283127Z [ 76%] 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-06-05T23:21:21.2285935Z [ 76%] 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-06-05T23:21:21.2288620Z [ 76%] 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-06-05T23:21:21.2291469Z [ 76%] 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-06-05T23:21:21.2294236Z [ 76%] 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-06-05T23:21:21.2296983Z [ 76%] 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-06-05T23:21:21.2299912Z [ 76%] 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-06-05T23:21:21.2302703Z [ 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-06-05T23:21:21.2305473Z [ 77%] 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-06-05T23:21:21.2308233Z [ 77%] 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-06-05T23:21:21.2310764Z [ 77%] 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-06-05T23:21:21.2313486Z [ 77%] 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-06-05T23:21:21.2316112Z [ 77%] 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-06-05T23:21:21.2318834Z [ 77%] 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-06-05T23:21:21.2321627Z [ 77%] 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-06-05T23:21:21.2324402Z [ 77%] 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-06-05T23:21:21.2327301Z [ 77%] 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-06-05T23:21:21.2330217Z [ 77%] 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-06-05T23:21:21.2333034Z [ 77%] 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-06-05T23:21:21.2335858Z [ 77%] 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-06-05T23:21:21.2338644Z [ 77%] 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-06-05T23:21:21.2341470Z [ 77%] 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-06-05T23:21:21.2344149Z [ 77%] 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-06-05T23:21:21.2346838Z [ 77%] 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-06-05T23:21:21.2349638Z [ 79%] 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-06-05T23:21:21.2352430Z [ 79%] 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-06-05T23:21:21.2355358Z [ 79%] 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-06-05T23:21:21.2358289Z [ 79%] 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-06-05T23:21:22.0799517Z [ 79%] 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-06-05T23:21:22.0802325Z [ 79%] 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-06-05T23:21:22.0805234Z [ 79%] 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-06-05T23:21:22.0807961Z [ 79%] 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-06-05T23:21:22.0810476Z [ 79%] 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-06-05T23:21:22.0813009Z [ 79%] 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-06-05T23:21:22.0815534Z [ 79%] 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-06-05T23:21:22.0818093Z [ 79%] 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-06-05T23:21:22.0820417Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-rsum/gen/qs8-rsum-avx2-u64-acc2.c.o 2025-06-05T23:21:22.0822674Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-rsum/gen/qs8-rsum-avx512skx-u128-acc2.c.o 2025-06-05T23:21:22.0825037Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-rsum/gen/qs8-rsum-avx512vnni-u128-acc2.c.o 2025-06-05T23:21:22.0827206Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-rsum/gen/qs8-rsum-scalar-u4.c.o 2025-06-05T23:21:22.0829398Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-rsum/gen/qs8-rsum-ssse3-u32-acc2.c.o 2025-06-05T23:21:22.0831814Z [ 80%] 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-06-05T23:21:22.0834329Z [ 80%] 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-06-05T23:21:22.0836962Z [ 80%] 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-06-05T23:21:22.0839469Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vadd/gen/qs8-vadd-minmax-scalar-u1.c.o 2025-06-05T23:21:22.0841791Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vadd/gen/qs8-vadd-minmax-scalar-u4.c.o 2025-06-05T23:21:22.0844201Z [ 80%] 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-06-05T23:21:22.0846672Z [ 80%] 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-06-05T23:21:22.0849223Z [ 80%] 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-06-05T23:21:22.0852132Z [ 80%] 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-06-05T23:21:22.0854909Z [ 80%] 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-06-05T23:21:22.0857469Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-scalar-u1.c.o 2025-06-05T23:21:22.0862214Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-scalar-u4.c.o 2025-06-05T23:21:22.0864461Z [ 80%] 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-06-05T23:21:22.0866945Z [ 80%] 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-06-05T23:21:22.0869297Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vcvt/gen/qs8-vcvt-avx-u32.c.o 2025-06-05T23:21:22.0871420Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vcvt/gen/qs8-vcvt-avx2-u32.c.o 2025-06-05T23:21:22.0873761Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vcvt/gen/qs8-vcvt-scalar-u1.c.o 2025-06-05T23:21:22.0875955Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vcvt/gen/qs8-vcvt-scalar-u4.c.o 2025-06-05T23:21:22.0878143Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vcvt/gen/qs8-vcvt-sse2-u32.c.o 2025-06-05T23:21:22.0880345Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vcvt/gen/qs8-vcvt-sse41-u32.c.o 2025-06-05T23:21:22.0882861Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vcvt/gen/qs8-vcvt-ssse3-u32.c.o 2025-06-05T23:21:22.0885155Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vlrelu/gen/qs8-vlrelu-avx-u32.c.o 2025-06-05T23:21:22.0887351Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vlrelu/gen/qs8-vlrelu-avx2-u32.c.o 2025-06-05T23:21:22.0889767Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vlrelu/gen/qs8-vlrelu-scalar-andxor-u4.c.o 2025-06-05T23:21:22.0892198Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vlrelu/gen/qs8-vlrelu-scalar-select-u4.c.o 2025-06-05T23:21:22.0894541Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vlrelu/gen/qs8-vlrelu-sse2-u32.c.o 2025-06-05T23:21:22.0896813Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vlrelu/gen/qs8-vlrelu-sse41-u32.c.o 2025-06-05T23:21:22.0898859Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vlrelu/gen/qs8-vlrelu-ssse3-u32.c.o 2025-06-05T23:21:22.0900076Z [ 81%] 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-06-05T23:21:22.0901343Z [ 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-06-05T23:21:22.0902606Z [ 82%] 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-06-05T23:21:22.0904146Z [ 82%] 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-06-05T23:21:22.0905564Z [ 82%] 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-06-05T23:21:22.0906835Z [ 82%] 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-06-05T23:21:22.0908123Z [ 82%] 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-06-05T23:21:22.0909459Z [ 82%] 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-06-05T23:21:22.0911318Z [ 82%] 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-06-05T23:21:22.0913627Z [ 82%] 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-06-05T23:21:22.0916000Z [ 82%] 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-06-05T23:21:22.0918335Z [ 82%] 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-06-05T23:21:22.0920806Z [ 82%] 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-06-05T23:21:22.9681115Z [ 82%] 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-06-05T23:21:22.9682563Z [ 82%] 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-06-05T23:21:22.9683941Z [ 82%] 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-06-05T23:21:22.9685286Z [ 82%] 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-06-05T23:21:22.9686658Z [ 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-06-05T23:21:22.9688015Z [ 83%] 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-06-05T23:21:22.9689341Z [ 83%] 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-06-05T23:21:22.9690751Z [ 83%] 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-06-05T23:21:22.9692186Z [ 83%] 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-06-05T23:21:22.9693513Z [ 83%] 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-06-05T23:21:22.9694864Z [ 83%] 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-06-05T23:21:22.9696321Z [ 83%] 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-06-05T23:21:22.9697907Z [ 83%] 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-06-05T23:21:22.9699579Z [ 83%] 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-06-05T23:21:22.9700907Z [ 83%] 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-06-05T23:21:22.9702157Z [ 83%] 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-06-05T23:21:22.9703315Z [ 83%] 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-06-05T23:21:22.9704486Z [ 83%] 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-06-05T23:21:22.9705671Z [ 83%] 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-06-05T23:21:22.9706847Z [ 83%] 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-06-05T23:21:22.9707995Z [ 83%] 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-06-05T23:21:22.9709149Z [ 85%] 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-06-05T23:21:22.9710387Z [ 85%] 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-06-05T23:21:22.9711705Z [ 85%] 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-06-05T23:21:22.9713003Z [ 85%] 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-06-05T23:21:22.9714274Z [ 85%] 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-06-05T23:21:22.9715544Z [ 85%] 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-06-05T23:21:22.9716893Z [ 85%] 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-06-05T23:21:22.9718137Z [ 85%] 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-06-05T23:21:22.9719393Z [ 85%] 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-06-05T23:21:22.9720670Z [ 85%] 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-06-05T23:21:22.9721946Z [ 85%] 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-06-05T23:21:22.9723395Z [ 85%] 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-06-05T23:21:22.9725573Z [ 85%] 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-06-05T23:21:22.9727866Z [ 85%] 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-06-05T23:21:22.9730170Z [ 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-06-05T23:21:22.9732511Z [ 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-06-05T23:21:22.9734919Z [ 86%] 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-06-05T23:21:22.9737416Z [ 86%] 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-06-05T23:21:22.9739871Z [ 86%] 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-06-05T23:21:22.9742228Z [ 86%] 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-06-05T23:21:22.9744529Z [ 86%] 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-06-05T23:21:22.9746744Z [ 86%] 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-06-05T23:21:22.9749132Z [ 86%] 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-06-05T23:21:22.9751597Z [ 86%] 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-06-05T23:21:22.9754165Z [ 86%] 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-06-05T23:21:22.9756630Z [ 86%] 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-06-05T23:21:22.9759076Z [ 86%] 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-06-05T23:21:22.9761568Z [ 86%] 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-06-05T23:21:22.9763895Z [ 86%] 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-06-05T23:21:22.9766181Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-rdsum/gen/qu8-rdsum-7p7x-ssse3-c64.c.o 2025-06-05T23:21:22.9768217Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-rdsum/gen/qu8-rdsum-scalar.c.o 2025-06-05T23:21:23.8323550Z [ 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-06-05T23:21:23.8325733Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-rsum/gen/qu8-rsum-scalar-u4.c.o 2025-06-05T23:21:23.8327426Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-rsum/gen/qu8-rsum-sse2-u32-acc2.c.o 2025-06-05T23:21:23.8328693Z [ 87%] 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-06-05T23:21:23.8330160Z [ 87%] 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-06-05T23:21:23.8331722Z [ 87%] 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-06-05T23:21:23.8333113Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vadd/gen/qu8-vadd-minmax-scalar-u1.c.o 2025-06-05T23:21:23.8334500Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vadd/gen/qu8-vadd-minmax-scalar-u4.c.o 2025-06-05T23:21:23.8336424Z [ 87%] 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-06-05T23:21:23.8337952Z [ 87%] 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-06-05T23:21:23.8339222Z [ 87%] 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-06-05T23:21:23.8340518Z [ 87%] 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-06-05T23:21:23.8341881Z [ 87%] 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-06-05T23:21:23.8343182Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-scalar-u1.c.o 2025-06-05T23:21:23.8345262Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-scalar-u4.c.o 2025-06-05T23:21:23.8346538Z [ 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-06-05T23:21:23.8347821Z [ 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-06-05T23:21:23.8349016Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vcvt/gen/qu8-vcvt-avx-u32.c.o 2025-06-05T23:21:23.8350095Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vcvt/gen/qu8-vcvt-avx2-u32.c.o 2025-06-05T23:21:23.8351197Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vcvt/gen/qu8-vcvt-scalar-u1.c.o 2025-06-05T23:21:23.8352297Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vcvt/gen/qu8-vcvt-scalar-u4.c.o 2025-06-05T23:21:23.8353376Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vcvt/gen/qu8-vcvt-sse2-u32.c.o 2025-06-05T23:21:23.8354475Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vcvt/gen/qu8-vcvt-sse41-u32.c.o 2025-06-05T23:21:23.8355573Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vcvt/gen/qu8-vcvt-ssse3-u32.c.o 2025-06-05T23:21:23.8356673Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vlrelu/gen/qu8-vlrelu-avx-u32.c.o 2025-06-05T23:21:23.8357798Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vlrelu/gen/qu8-vlrelu-avx2-u32.c.o 2025-06-05T23:21:23.8358963Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vlrelu/gen/qu8-vlrelu-scalar-andxor-u4.c.o 2025-06-05T23:21:23.8360389Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vlrelu/gen/qu8-vlrelu-scalar-select-u4.c.o 2025-06-05T23:21:23.8361723Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vlrelu/gen/qu8-vlrelu-sse2-u32.c.o 2025-06-05T23:21:23.8362999Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vlrelu/gen/qu8-vlrelu-sse41-u32.c.o 2025-06-05T23:21:23.8364144Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vlrelu/gen/qu8-vlrelu-ssse3-u32.c.o 2025-06-05T23:21:23.8365388Z [ 88%] 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-06-05T23:21:23.8367110Z [ 88%] 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-06-05T23:21:23.8368540Z [ 90%] 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-06-05T23:21:23.8370610Z [ 90%] 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-06-05T23:21:23.8372915Z [ 90%] 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-06-05T23:21:23.8375287Z [ 90%] 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-06-05T23:21:23.8377698Z [ 90%] 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-06-05T23:21:23.8379433Z [ 90%] 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-06-05T23:21:23.8380699Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s32-f32-vcvt/gen/s32-f32-vcvt-avx2.c.o 2025-06-05T23:21:23.8381827Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s32-f32-vcvt/gen/s32-f32-vcvt-avx512f.c.o 2025-06-05T23:21:23.8383325Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s32-f32-vcvt/gen/s32-f32-vcvt-scalar.c.o 2025-06-05T23:21:23.8384929Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-ibilinear/gen/s8-ibilinear-scalar-c1.c.o 2025-06-05T23:21:23.8386115Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-ibilinear/gen/s8-ibilinear-sse2-c8.c.o 2025-06-05T23:21:23.8387283Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-ibilinear/gen/s8-ibilinear-sse41-c16.c.o 2025-06-05T23:21:23.8388482Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-maxpool/s8-maxpool-9p8x-minmax-scalar-c1.c.o 2025-06-05T23:21:23.8389708Z [ 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-06-05T23:21:23.8390934Z [ 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-06-05T23:21:23.8392075Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-vclamp/s8-vclamp-avx2-u128.c.o 2025-06-05T23:21:23.8393193Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-vclamp/s8-vclamp-avx512skx-u256.c.o 2025-06-05T23:21:23.8394299Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-vclamp/s8-vclamp-scalar-u4.c.o 2025-06-05T23:21:23.8395494Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-vclamp/s8-vclamp-sse2-u64.c.o 2025-06-05T23:21:23.8396577Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-vclamp/s8-vclamp-sse41-u64.c.o 2025-06-05T23:21:23.8398177Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-ibilinear/gen/u8-ibilinear-scalar-c1.c.o 2025-06-05T23:21:23.8399353Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-ibilinear/gen/u8-ibilinear-sse2-c8.c.o 2025-06-05T23:21:23.8400576Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-ibilinear/gen/u8-ibilinear-sse41-c16.c.o 2025-06-05T23:21:24.6213695Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-lut32norm/u8-lut32norm-scalar.c.o 2025-06-05T23:21:24.6216071Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-maxpool/u8-maxpool-9p8x-minmax-scalar-c1.c.o 2025-06-05T23:21:24.6218546Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-maxpool/u8-maxpool-9p8x-minmax-sse2-c16.c.o 2025-06-05T23:21:24.6220750Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-rmax/u8-rmax-scalar-u2.c.o 2025-06-05T23:21:24.6222830Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-rmax/u8-rmax-sse2-u16.c.o 2025-06-05T23:21:24.6224963Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-vclamp/u8-vclamp-avx2-u128.c.o 2025-06-05T23:21:24.6227157Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-vclamp/u8-vclamp-avx512skx-u256.c.o 2025-06-05T23:21:24.6229335Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-vclamp/u8-vclamp-scalar-u4.c.o 2025-06-05T23:21:24.6231458Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-vclamp/u8-vclamp-sse2-u64.c.o 2025-06-05T23:21:24.6233823Z [ 92%] 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-06-05T23:21:24.6236352Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x16-packw/gen/x16-packw-x64-gemm-goi-scalar-int-u4.c.o 2025-06-05T23:21:24.6238995Z [ 92%] 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-06-05T23:21:24.6241632Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x16-transposec/gen/x16-transposec-2x4-scalar-int.c.o 2025-06-05T23:21:24.6244243Z [ 92%] 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-06-05T23:21:24.6246790Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x24-transposec/gen/x24-transposec-1x2-scalar.c.o 2025-06-05T23:21:24.6249207Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x24-transposec/x24-transposec-4x4-ssse3.c.o 2025-06-05T23:21:24.6251678Z [ 92%] 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-06-05T23:21:24.6254042Z [ 92%] 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-06-05T23:21:24.6256608Z [ 92%] 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-06-05T23:21:24.6259512Z [ 92%] 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-06-05T23:21:24.6261975Z [ 92%] 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-06-05T23:21:24.6264598Z [ 92%] 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-06-05T23:21:24.6267127Z [ 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-06-05T23:21:24.6269625Z [ 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-06-05T23:21:24.6272234Z [ 93%] 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-06-05T23:21:24.6274738Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-transposec/x32-transposec-4x4-sse.c.o 2025-06-05T23:21:24.6276988Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-unpool/x32-unpool-scalar.c.o 2025-06-05T23:21:24.6279129Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-unpool/x32-unpool-sse2.c.o 2025-06-05T23:21:24.6281144Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-x2-scalar.c.o 2025-06-05T23:21:24.6282702Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-x2-sse2.c.o 2025-06-05T23:21:24.6283736Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-x3-scalar.c.o 2025-06-05T23:21:24.6284782Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-x3-sse2.c.o 2025-06-05T23:21:24.6285824Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-x4-scalar.c.o 2025-06-05T23:21:24.6286837Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-x4-sse2.c.o 2025-06-05T23:21:24.6287867Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-xm-scalar.c.o 2025-06-05T23:21:24.6288884Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-xm-sse2.c.o 2025-06-05T23:21:24.6290645Z [ 93%] 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-06-05T23:21:24.6292540Z [ 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-06-05T23:21:24.6294883Z [ 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-06-05T23:21:24.6297080Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-lut/gen/x8-lut-avx-u64.c.o 2025-06-05T23:21:24.6298805Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-lut/gen/x8-lut-avx2-u128.c.o 2025-06-05T23:21:24.6300093Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-lut/gen/x8-lut-avx512skx-vpshufb-u64.c.o 2025-06-05T23:21:24.6302163Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-lut/gen/x8-lut-avx512vbmi-vpermx2b-u128.c.o 2025-06-05T23:21:24.6304238Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-lut/gen/x8-lut-scalar-u4.c.o 2025-06-05T23:21:24.6306066Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-packq/x8-packq-scalar-f32qp8-u1.c.o 2025-06-05T23:21:24.6307817Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-packw/gen/x8-packw-x16-gemm-goi-scalar-u2.c.o 2025-06-05T23:21:24.6309678Z [ 95%] 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-06-05T23:21:24.6311515Z [ 95%] 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-06-05T23:21:24.6313414Z [ 95%] 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-06-05T23:21:24.6315557Z [ 95%] 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-06-05T23:21:24.6317540Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-transposec/gen/x8-transposec-2x4-scalar-int.c.o 2025-06-05T23:21:24.6319525Z [ 95%] 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-06-05T23:21:24.6321324Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-x2-scalar.c.o 2025-06-05T23:21:24.6322970Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-x3-scalar.c.o 2025-06-05T23:21:24.6324480Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-x2-sse2.c.o 2025-06-05T23:21:24.6325907Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-x3-sse2.c.o 2025-06-05T23:21:24.6327428Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-x4-scalar.c.o 2025-06-05T23:21:33.4212962Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-x4-sse2.c.o 2025-06-05T23:21:33.4215029Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-xm-scalar.c.o 2025-06-05T23:21:33.4217022Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-xm-sse2.c.o 2025-06-05T23:21:33.4219043Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/xx-copy/xx-copy-scalar-memcpy.c.o 2025-06-05T23:21:33.4221195Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/xx-fill/xx-fill-scalar-u16.c.o 2025-06-05T23:21:33.4223198Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/xx-fill/xx-fill-sse2-u64.c.o 2025-06-05T23:21:33.4225122Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/xx-pad/xx-pad-p16-sse2-u16.c.o 2025-06-05T23:21:33.4227143Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/xx-pad/xx-pad-p4-scalar-u16.c.o 2025-06-05T23:21:33.4229333Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/xx-transposev/xx-transposev-1x1-scalar-memcpy.c.o 2025-06-05T23:21:33.4231520Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2-k-over-64.c.o 2025-06-05T23:21:33.4233714Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2-k-over-2048.c.o 2025-06-05T23:21:33.4235617Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-4.c.o 2025-06-05T23:21:33.4237802Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-8.c.o 2025-06-05T23:21:33.4239755Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-16.c.o 2025-06-05T23:21:33.4241823Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-32.c.o 2025-06-05T23:21:33.4243813Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-64.c.o 2025-06-05T23:21:33.4245810Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-2048.c.o 2025-06-05T23:21:33.4247599Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/vlog.c.o 2025-06-05T23:21:33.4248795Z [ 97%] Linking C static library libmicrokernels-prod.a 2025-06-05T23:21:33.4249524Z [ 97%] Built target microkernels-prod 2025-06-05T23:21:33.4250163Z [ 97%] Generating build_identifier.c 2025-06-05T23:21:33.4251347Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/argmaxpool-config.c.o 2025-06-05T23:21:33.4253110Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/avgpool-config.c.o 2025-06-05T23:21:33.4254957Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/binary-elementwise-config.c.o 2025-06-05T23:21:33.4256813Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/cmul-config.c.o 2025-06-05T23:21:33.4258540Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/conv-hwc2chw-config.c.o 2025-06-05T23:21:33.4260390Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/dwconv-config.c.o 2025-06-05T23:21:33.4262156Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/dwconv2d-chw-config.c.o 2025-06-05T23:21:33.4263931Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/experiments-config.c.o 2025-06-05T23:21:33.4265643Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/gemm-config.c.o 2025-06-05T23:21:33.4267384Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/ibilinear-chw-config.c.o 2025-06-05T23:21:33.4269182Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/ibilinear-config.c.o 2025-06-05T23:21:33.4270958Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/lut32norm-config.c.o 2025-06-05T23:21:33.4272768Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/maxpool-config.c.o 2025-06-05T23:21:33.4274582Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/pavgpool-config.c.o 2025-06-05T23:21:33.4276394Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/pack-lh-config.c.o 2025-06-05T23:21:33.4278255Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/raddstoreexpminusmax-config.c.o 2025-06-05T23:21:33.4280106Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/reduce-config.c.o 2025-06-05T23:21:33.4281816Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/rmax-config.c.o 2025-06-05T23:21:33.4283717Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/spmm-config.c.o 2025-06-05T23:21:33.4285499Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/transpose-config.c.o 2025-06-05T23:21:33.4287523Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/unary-elementwise-config.c.o 2025-06-05T23:21:33.4289435Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/unpool-config.c.o 2025-06-05T23:21:33.4291303Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/vmulcaddc-config.c.o 2025-06-05T23:21:33.4293119Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/xx-fill-config.c.o 2025-06-05T23:21:33.4294887Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/xx-pad-config.c.o 2025-06-05T23:21:33.4296648Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/x8-lut-config.c.o 2025-06-05T23:21:33.4298325Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/zip-config.c.o 2025-06-05T23:21:33.4299752Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/init.c.o 2025-06-05T23:21:33.4301153Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/params.c.o 2025-06-05T23:21:33.4302598Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/build_identifier.c.o 2025-06-05T23:21:33.4303649Z [100%] Linking CXX static library libXNNPACK.a 2025-06-05T23:21:33.4304227Z [100%] Built target XNNPACK 2025-06-05T23:21:33.4305115Z [100%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNExecutor.cpp.o 2025-06-05T23:21:33.4306657Z [100%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNCompiler.cpp.o 2025-06-05T23:21:33.4308176Z [100%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNPACKBackend.cpp.o 2025-06-05T23:21:33.4309621Z [100%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNHeader.cpp.o 2025-06-05T23:21:33.4311082Z [100%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNWeightsCache.cpp.o 2025-06-05T23:21:33.4312614Z [100%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/profiling/XNNProfiler.cpp.o 2025-06-05T23:21:33.4313792Z [100%] Linking CXX static library libxnnpack_backend.a 2025-06-05T23:21:33.4314405Z [100%] Built target xnnpack_backend 2025-06-05T23:21:33.4315329Z [100%] Building CXX object CMakeFiles/portable_lib.dir/extension/pybindings/pybindings.cpp.o 2025-06-05T23:21:33.4316520Z [100%] Linking CXX shared library _portable_lib.cpython-310-x86_64-linux-gnu.so 2025-06-05T23:21:33.4317325Z [100%] Built target portable_lib 2025-06-05T23:21:33.4318545Z Building CXX object backends/apple/coreml/CMakeFiles/coreml_inmemoryfs.dir/runtime/inmemoryfs/inmemory_filesystem.cpp.o 2025-06-05T23:21:33.4320474Z Building CXX object backends/apple/coreml/CMakeFiles/coreml_inmemoryfs.dir/runtime/inmemoryfs/memory_buffer.cpp.o 2025-06-05T23:21:33.4322343Z Building CXX object backends/apple/coreml/CMakeFiles/coreml_inmemoryfs.dir/runtime/inmemoryfs/memory_stream.cpp.o 2025-06-05T23:21:33.4324056Z Building CXX object backends/apple/coreml/CMakeFiles/coreml_util.dir/runtime/util/json_util.cpp.o 2025-06-05T23:21:33.4325855Z Building CXX object backends/apple/coreml/CMakeFiles/coreml_inmemoryfs.dir/runtime/inmemoryfs/reversed_memory_stream.cpp.o 2025-06-05T23:21:33.4327205Z Linking CXX static library libcoreml_util.a 2025-06-05T23:21:33.4327770Z Built target coreml_util 2025-06-05T23:21:33.4328325Z Linking CXX static library libcoreml_inmemoryfs.a 2025-06-05T23:21:33.4329069Z Built target coreml_inmemoryfs 2025-06-05T23:21:33.4330392Z Building CXX object backends/apple/coreml/CMakeFiles/executorchcoreml.dir/runtime/inmemoryfs/inmemory_filesystem_py.cpp.o 2025-06-05T23:21:33.4332445Z Building CXX object backends/apple/coreml/CMakeFiles/executorchcoreml.dir/runtime/inmemoryfs/inmemory_filesystem_utils.cpp.o 2025-06-05T23:21:33.4333706Z Linking CXX shared library executorchcoreml.cpython-310-x86_64-linux-gnu.so 2025-06-05T23:21:33.4334177Z Built target executorchcoreml 2025-06-05T23:21:39.9538911Z [ 1%] Built target flatbuffers_external_project 2025-06-05T23:21:39.9539635Z [ 1%] Built target flatcc_external_project 2025-06-05T23:21:39.9540201Z [ 2%] Built target pthreadpool 2025-06-05T23:21:39.9540710Z [ 2%] Built target common_schema 2025-06-05T23:21:39.9541206Z [ 3%] Built target xnnpack_schema 2025-06-05T23:21:39.9541709Z [ 4%] Built target cpuinfo 2025-06-05T23:21:39.9542226Z [ 6%] Built target flatccrt 2025-06-05T23:21:39.9542722Z [ 7%] Built target logging 2025-06-05T23:21:39.9543198Z [ 7%] Built target indirection 2025-06-05T23:21:39.9543695Z [ 8%] Built target eigen_blas 2025-06-05T23:21:39.9544213Z [ 8%] Built target microparams-init 2025-06-05T23:21:39.9544753Z [ 8%] Built target normalization 2025-06-05T23:21:39.9545297Z [ 8%] Built target datatype 2025-06-05T23:21:39.9545812Z [ 8%] Built target reference-ukernels 2025-06-05T23:21:39.9546381Z [ 8%] Built target program_schema 2025-06-05T23:21:39.9546923Z [ 8%] Built target operator-utils 2025-06-05T23:21:39.9547446Z [ 8%] Built target operator-run 2025-06-05T23:21:39.9547946Z [ 8%] Built target hardware-config 2025-06-05T23:21:39.9548447Z [ 8%] Built target packing 2025-06-05T23:21:39.9548924Z [ 8%] Built target microkernel-utils 2025-06-05T23:21:39.9549427Z [ 8%] Built target cache 2025-06-05T23:21:39.9549880Z [ 8%] Built target memory 2025-06-05T23:21:39.9550348Z [ 8%] Built target allocator 2025-06-05T23:21:39.9550816Z [ 8%] Built target mutex 2025-06-05T23:21:39.9551284Z [ 11%] Built target operators 2025-06-05T23:21:39.9551773Z [ 12%] Built target executorch_core 2025-06-05T23:21:39.9552302Z [ 14%] Built target subgraph 2025-06-05T23:21:39.9552792Z [ 14%] Built target extension_data_loader 2025-06-05T23:21:39.9553375Z [ 16%] Built target executorch 2025-06-05T23:21:39.9553892Z [ 16%] Built target extension_threadpool 2025-06-05T23:21:39.9554476Z [ 16%] Built target extension_tensor 2025-06-05T23:21:39.9555022Z [ 16%] Built target bundled_program 2025-06-05T23:21:39.9555563Z [ 17%] Built target cpublas 2025-06-05T23:21:39.9556043Z [ 17%] Built target etdump 2025-06-05T23:21:39.9556533Z [ 18%] Built target kernels_util_all_deps 2025-06-05T23:21:39.9557089Z [ 18%] Built target util 2025-06-05T23:21:39.9557538Z [ 19%] Built target optimized_kernels 2025-06-05T23:21:39.9558104Z [ 34%] Built target optimized_portable_kernels 2025-06-05T23:21:39.9558734Z [ 34%] Built target optimized_native_cpu_ops_lib 2025-06-05T23:21:39.9559553Z [ 97%] Built target microkernels-prod 2025-06-05T23:21:39.9560090Z [100%] Built target XNNPACK 2025-06-05T23:21:39.9560595Z [100%] Built target xnnpack_backend 2025-06-05T23:21:39.9561091Z [100%] Built target portable_lib 2025-06-05T23:21:39.9562123Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_fallback.cpp.o 2025-06-05T23:21:39.9563764Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_fast_hadamard_transform.cpp.o 2025-06-05T23:21:39.9565311Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_sdpa.cpp.o 2025-06-05T23:21:39.9566821Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_update_cache.cpp.o 2025-06-05T23:21:39.9568559Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/spinquant/fast_hadamard_transform.cpp.o 2025-06-05T23:21:39.9570792Z [100%] Building C object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/spinquant/third-party/FFHT/fht_avx.c.o 2025-06-05T23:21:39.9572397Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_sdpa_aot.cpp.o 2025-06-05T23:21:39.9574250Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_fast_hadamard_transform_aten.cpp.o 2025-06-05T23:21:39.9575950Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_tile_crop.cpp.o 2025-06-05T23:21:39.9577519Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_tile_crop_aot.cpp.o 2025-06-05T23:21:39.9578703Z [100%] Linking CXX shared library libcustom_ops_aot_lib.so 2025-06-05T23:21:39.9579390Z [100%] Built target custom_ops_aot_lib 2025-06-05T23:21:39.9579985Z [ 1%] Built target flatbuffers_external_project 2025-06-05T23:21:39.9580632Z [ 1%] Built target flatcc_external_project 2025-06-05T23:21:39.9581209Z [ 2%] Built target pthreadpool 2025-06-05T23:21:39.9581700Z [ 3%] Built target cpuinfo 2025-06-05T23:21:39.9582172Z [ 3%] Built target common_schema 2025-06-05T23:21:39.9582693Z [ 4%] Built target xnnpack_schema 2025-06-05T23:21:39.9583189Z [ 6%] Built target eigen_blas 2025-06-05T23:21:39.9583650Z [ 7%] Built target flatccrt 2025-06-05T23:21:39.9584121Z [ 8%] Built target logging 2025-06-05T23:21:39.9584583Z [ 8%] Built target indirection 2025-06-05T23:21:39.9585111Z [ 8%] Built target microparams-init 2025-06-05T23:21:39.9585648Z [ 8%] Built target normalization 2025-06-05T23:21:39.9586172Z [ 8%] Built target datatype 2025-06-05T23:21:39.9586668Z [ 8%] Built target reference-ukernels 2025-06-05T23:21:39.9587216Z [ 8%] Built target program_schema 2025-06-05T23:21:39.9587726Z [ 8%] Built target hardware-config 2025-06-05T23:21:39.9588256Z [ 8%] Built target allocator 2025-06-05T23:21:39.9588751Z [ 8%] Built target packing 2025-06-05T23:21:39.9589222Z [ 8%] Built target cache 2025-06-05T23:21:39.9589691Z [ 8%] Built target memory 2025-06-05T23:21:39.9590187Z [ 8%] Built target microkernel-utils 2025-06-05T23:21:39.9590718Z [ 8%] Built target mutex 2025-06-05T23:21:39.9591170Z [ 8%] Built target operator-utils 2025-06-05T23:21:39.9591687Z [ 8%] Built target operator-run 2025-06-05T23:21:39.9592208Z [ 9%] Built target executorch_core 2025-06-05T23:21:39.9592735Z [ 12%] Built target operators 2025-06-05T23:21:39.9593222Z [ 12%] Built target extension_tensor 2025-06-05T23:21:39.9593807Z [ 12%] Built target extension_data_loader 2025-06-05T23:21:39.9594405Z [ 12%] Built target extension_threadpool 2025-06-05T23:21:39.9594963Z [ 13%] Built target executorch 2025-06-05T23:21:39.9595451Z [ 15%] Built target subgraph 2025-06-05T23:21:39.9595950Z [ 16%] Built target kernels_util_all_deps 2025-06-05T23:21:39.9596522Z [ 16%] Built target bundled_program 2025-06-05T23:21:39.9597037Z [ 18%] Built target cpublas 2025-06-05T23:21:39.9597533Z [ 18%] Built target etdump 2025-06-05T23:21:39.9598012Z [ 19%] Built target optimized_kernels 2025-06-05T23:21:39.9598541Z [ 19%] Built target util 2025-06-05T23:21:39.9599040Z [ 33%] Built target optimized_portable_kernels 2025-06-05T23:21:39.9599701Z [ 33%] Built target optimized_native_cpu_ops_lib 2025-06-05T23:21:39.9600346Z [ 95%] Built target microkernels-prod 2025-06-05T23:21:39.9600886Z [ 97%] Built target XNNPACK 2025-06-05T23:21:39.9601390Z [ 97%] Built target xnnpack_backend 2025-06-05T23:21:39.9601916Z [ 97%] Built target portable_lib 2025-06-05T23:21:39.9602935Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/embeddingxb.cpp.o 2025-06-05T23:21:39.9604515Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_add.cpp.o 2025-06-05T23:21:39.9606200Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_choose_qparams.cpp.o 2025-06-05T23:21:39.9608131Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_dequantize.cpp.o 2025-06-05T23:21:39.9609923Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_embedding.cpp.o 2025-06-05T23:21:39.9611710Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_embedding2b.cpp.o 2025-06-05T23:21:39.9613419Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_embedding4b.cpp.o 2025-06-05T23:21:39.9615105Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_mixed_linear.cpp.o 2025-06-05T23:21:39.9616809Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_mixed_mm.cpp.o 2025-06-05T23:21:39.9618472Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_quantize.cpp.o 2025-06-05T23:21:39.9619774Z [ 98%] Linking CXX static library libquantized_pybind_kernels_lib.a 2025-06-05T23:21:39.9620548Z [ 98%] Built target quantized_pybind_kernels_lib 2025-06-05T23:21:39.9621349Z [ 98%] Generating selected_operators.yaml for quantized_ops_pybind_lib 2025-06-05T23:21:39.9622137Z [ 98%] Generating code for kernel registration 2025-06-05T23:21:39.9623715Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_pybind_lib.dir/quantized_ops_pybind_lib/RegisterCodegenUnboxedKernelsEverything.cpp.o 2025-06-05T23:21:39.9625390Z [ 98%] Linking CXX static library libquantized_ops_pybind_lib.a 2025-06-05T23:21:39.9626126Z [ 98%] Built target quantized_ops_pybind_lib 2025-06-05T23:21:39.9626900Z [ 98%] Generating selected_operators.yaml for quantized_ops_aot_lib 2025-06-05T23:21:39.9632161Z 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-06-05T23:21:39.9637527Z [ 98%] Generating code for kernel registration 2025-06-05T23:21:39.9638885Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/quantized_ops_aot_lib/RegisterCPUCustomOps.cpp.o 2025-06-05T23:21:39.9640895Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/quantized_ops_aot_lib/RegisterSchema.cpp.o 2025-06-05T23:21:39.9642572Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/embeddingxb.cpp.o 2025-06-05T23:21:39.9644070Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_add.cpp.o 2025-06-05T23:21:39.9645644Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_choose_qparams.cpp.o 2025-06-05T23:21:39.9647291Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_dequantize.cpp.o 2025-06-05T23:21:39.9648910Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_embedding.cpp.o 2025-06-05T23:21:39.9650604Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_embedding2b.cpp.o 2025-06-05T23:21:39.9652236Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_embedding4b.cpp.o 2025-06-05T23:21:39.9653884Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_mixed_linear.cpp.o 2025-06-05T23:21:39.9655482Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_mixed_mm.cpp.o 2025-06-05T23:21:39.9657199Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_quantize.cpp.o 2025-06-05T23:21:39.9658894Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/__/portable/cpu/util/reduce_util.cpp.o 2025-06-05T23:21:41.2438908Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/__/__/runtime/core/exec_aten/util/tensor_util_aten.cpp.o 2025-06-05T23:21:41.2439734Z [100%] Linking CXX shared library libquantized_ops_aot_lib.so 2025-06-05T23:21:41.2440183Z [100%] Built target quantized_ops_aot_lib 2025-06-05T23:21:41.2440590Z running build_py 2025-06-05T23:21:41.2440989Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/codegen 2025-06-05T23:21:41.2441639Z copying src/executorch/codegen/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen 2025-06-05T23:21:41.2442447Z copying src/executorch/codegen/gen.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen 2025-06-05T23:21:41.2443222Z copying src/executorch/codegen/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen 2025-06-05T23:21:41.2444104Z copying src/executorch/codegen/parse.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen 2025-06-05T23:21:41.2444794Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools 2025-06-05T23:21:41.2445501Z copying src/executorch/devtools/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools 2025-06-05T23:21:41.2446186Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:21:41.2446839Z copying src/executorch/exir/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:21:41.2447621Z copying src/executorch/exir/_warnings.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:21:41.2448545Z copying src/executorch/exir/common.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:21:41.2449304Z copying src/executorch/exir/control_flow.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:21:41.2450188Z copying src/executorch/exir/delegate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:21:41.2450957Z copying src/executorch/exir/dim_order_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:21:41.2451818Z copying src/executorch/exir/dynamic_shape.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:21:41.2452621Z copying src/executorch/exir/error.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:21:41.2453332Z copying src/executorch/exir/graph.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:21:41.2454060Z copying src/executorch/exir/graph_module.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:21:41.2454879Z copying src/executorch/exir/lowered_backend_module.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:21:41.2455854Z copying src/executorch/exir/memory.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:21:41.2456619Z copying src/executorch/exir/memory_planning.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:21:41.2457450Z copying src/executorch/exir/pass_base.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:21:41.2458198Z copying src/executorch/exir/pass_manager.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:21:41.2459363Z copying src/executorch/exir/print_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:21:41.2460145Z copying src/executorch/exir/scalar_type.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:21:41.2460877Z copying src/executorch/exir/schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:21:41.2461600Z copying src/executorch/exir/sym_util.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:21:41.2462309Z copying src/executorch/exir/tensor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:21:41.2463389Z copying src/executorch/exir/tracer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:21:41.2464115Z copying src/executorch/exir/types.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:21:41.2464991Z copying src/executorch/exir/version.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:21:41.2465728Z copying src/executorch/exir/wrap.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:21:41.2466469Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/runtime 2025-06-05T23:21:41.2467112Z copying src/executorch/runtime/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/runtime 2025-06-05T23:21:41.2467731Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/util 2025-06-05T23:21:41.2468429Z copying src/executorch/util/activation_memory_profiler.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/util 2025-06-05T23:21:41.2469274Z copying src/executorch/util/collect_env.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/util 2025-06-05T23:21:41.2470224Z copying src/executorch/util/python_profiler.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/util 2025-06-05T23:21:41.2470906Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-06-05T23:21:41.2471678Z copying src/executorch/backends/arm/arm_backend.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-06-05T23:21:41.2472579Z copying src/executorch/backends/arm/arm_vela.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-06-05T23:21:41.2473692Z copying src/executorch/backends/arm/ethosu_backend.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-06-05T23:21:41.2474658Z copying src/executorch/backends/arm/ethosu_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-06-05T23:21:41.2475616Z copying src/executorch/backends/arm/process_node.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-06-05T23:21:41.2476536Z copying src/executorch/backends/arm/tosa_backend.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-06-05T23:21:41.2477636Z copying src/executorch/backends/arm/tosa_mapping.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-06-05T23:21:41.2478583Z copying src/executorch/backends/arm/tosa_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-06-05T23:21:41.2479588Z copying src/executorch/backends/arm/tosa_quant_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-06-05T23:21:41.2480665Z copying src/executorch/backends/arm/tosa_specification.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-06-05T23:21:41.2481606Z copying src/executorch/backends/arm/tosa_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-06-05T23:21:41.2482505Z copying src/executorch/backends/arm/vgf_backend.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-06-05T23:21:41.2483435Z copying src/executorch/backends/arm/vgf_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-06-05T23:21:41.2484355Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example 2025-06-05T23:21:41.2485170Z copying src/executorch/backends/example/example_backend.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example 2025-06-05T23:21:41.2486290Z copying src/executorch/backends/example/example_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example 2025-06-05T23:21:41.2487476Z copying src/executorch/backends/example/example_quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example 2025-06-05T23:21:41.2488541Z copying src/executorch/backends/example/test_example_delegate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example 2025-06-05T23:21:41.2489477Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek 2025-06-05T23:21:41.2490322Z copying src/executorch/backends/mediatek/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek 2025-06-05T23:21:41.2491393Z copying src/executorch/backends/mediatek/partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek 2025-06-05T23:21:41.2492608Z copying src/executorch/backends/mediatek/preprocess.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek 2025-06-05T23:21:41.2493435Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp 2025-06-05T23:21:41.2494223Z copying src/executorch/backends/nxp/neutron_node_extraction.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp 2025-06-05T23:21:41.2495351Z copying src/executorch/backends/nxp/neutron_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp 2025-06-05T23:21:41.2496356Z copying src/executorch/backends/nxp/neutron_pass_manager.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp 2025-06-05T23:21:41.2497304Z copying src/executorch/backends/nxp/nxp_backend.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp 2025-06-05T23:21:41.2498051Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino 2025-06-05T23:21:41.2498856Z copying src/executorch/backends/openvino/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino 2025-06-05T23:21:41.2500000Z copying src/executorch/backends/openvino/partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino 2025-06-05T23:21:41.2501141Z copying src/executorch/backends/openvino/preprocess.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino 2025-06-05T23:21:41.2501983Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm 2025-06-05T23:21:41.2502899Z copying src/executorch/backends/qualcomm/qnn_preprocess.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm 2025-06-05T23:21:41.2503739Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-06-05T23:21:41.2504534Z copying src/executorch/backends/transforms/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-06-05T23:21:41.2505587Z copying src/executorch/backends/transforms/addmm_mm_to_linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-06-05T23:21:41.2859413Z copying src/executorch/backends/transforms/convert_dtype_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-06-05T23:21:41.2860625Z copying src/executorch/backends/transforms/decompose_sdpa.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-06-05T23:21:41.2861786Z copying src/executorch/backends/transforms/duplicate_dynamic_quant_chain.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-06-05T23:21:41.2863088Z copying src/executorch/backends/transforms/fuse_batch_norm_with_conv.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-06-05T23:21:41.2864302Z copying src/executorch/backends/transforms/fuse_conv_with_clamp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-06-05T23:21:41.2865454Z copying src/executorch/backends/transforms/fuse_view_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-06-05T23:21:41.2866627Z copying src/executorch/backends/transforms/mean_to_sum_div.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-06-05T23:21:41.2867743Z copying src/executorch/backends/transforms/rank_0_to_rank_1.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-06-05T23:21:41.2868804Z copying src/executorch/backends/transforms/remove_clone_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-06-05T23:21:41.2869893Z copying src/executorch/backends/transforms/remove_getitem_op.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-06-05T23:21:41.2871237Z copying src/executorch/backends/transforms/replace_scalar_with_tensor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-06-05T23:21:41.2872626Z copying src/executorch/backends/transforms/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-06-05T23:21:41.2873736Z copying src/executorch/backends/transforms/view_copy_to_squeeze_unsqueeze.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-06-05T23:21:41.2874604Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan 2025-06-05T23:21:41.2875575Z copying src/executorch/backends/vulkan/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan 2025-06-05T23:21:41.2876682Z copying src/executorch/backends/vulkan/custom_ops_lib.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan 2025-06-05T23:21:41.2877713Z copying src/executorch/backends/vulkan/op_registry.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan 2025-06-05T23:21:41.2878697Z copying src/executorch/backends/vulkan/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan 2025-06-05T23:21:41.2879684Z copying src/executorch/backends/vulkan/vulkan_preprocess.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan 2025-06-05T23:21:41.2880476Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack 2025-06-05T23:21:41.2881235Z copying src/executorch/backends/xnnpack/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack 2025-06-05T23:21:41.2882235Z copying src/executorch/backends/xnnpack/xnnpack_preprocess.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack 2025-06-05T23:21:41.2883110Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps 2025-06-05T23:21:41.2883896Z copying src/executorch/backends/apple/mps/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps 2025-06-05T23:21:41.2884904Z copying src/executorch/backends/apple/mps/mps_preprocess.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps 2025-06-05T23:21:41.2885778Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/compiler 2025-06-05T23:21:41.2886800Z copying src/executorch/backends/apple/coreml/compiler/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/compiler 2025-06-05T23:21:41.2888081Z copying src/executorch/backends/apple/coreml/compiler/coreml_preprocess.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/compiler 2025-06-05T23:21:41.2889085Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/partition 2025-06-05T23:21:41.2890194Z copying src/executorch/backends/apple/coreml/partition/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/partition 2025-06-05T23:21:41.2891547Z copying src/executorch/backends/apple/coreml/partition/coreml_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/partition 2025-06-05T23:21:41.2892568Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/quantizer 2025-06-05T23:21:41.2893519Z copying src/executorch/backends/apple/coreml/quantizer/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/quantizer 2025-06-05T23:21:41.2894807Z copying src/executorch/backends/apple/coreml/quantizer/coreml_quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/quantizer 2025-06-05T23:21:41.2895806Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/test 2025-06-05T23:21:41.2896895Z copying src/executorch/backends/apple/coreml/test/test_coreml_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/test 2025-06-05T23:21:41.2898477Z copying src/executorch/backends/apple/coreml/test/test_coreml_quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/test 2025-06-05T23:21:41.2899461Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/runtime/test 2025-06-05T23:21:41.2900614Z copying src/executorch/backends/apple/coreml/runtime/test/export_stateful_model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/runtime/test 2025-06-05T23:21:41.2901670Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-06-05T23:21:41.2902627Z copying src/executorch/backends/apple/mps/operators/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-06-05T23:21:41.2903852Z copying src/executorch/backends/apple/mps/operators/activation_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-06-05T23:21:41.2905089Z copying src/executorch/backends/apple/mps/operators/binary_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-06-05T23:21:41.2906313Z copying src/executorch/backends/apple/mps/operators/clamp_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-06-05T23:21:41.2907545Z copying src/executorch/backends/apple/mps/operators/constant_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-06-05T23:21:41.2908793Z copying src/executorch/backends/apple/mps/operators/convolution_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-06-05T23:21:41.2910093Z copying src/executorch/backends/apple/mps/operators/indexing_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-06-05T23:21:41.2911362Z copying src/executorch/backends/apple/mps/operators/linear_algebra_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-06-05T23:21:41.2912616Z copying src/executorch/backends/apple/mps/operators/node_visitor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-06-05T23:21:41.2914161Z copying src/executorch/backends/apple/mps/operators/normalization_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-06-05T23:21:41.2915403Z copying src/executorch/backends/apple/mps/operators/op_clone.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-06-05T23:21:41.2916598Z copying src/executorch/backends/apple/mps/operators/op_getitem.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-06-05T23:21:41.2917841Z copying src/executorch/backends/apple/mps/operators/op_quant_dequant.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-06-05T23:21:41.2919093Z copying src/executorch/backends/apple/mps/operators/op_skip_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-06-05T23:21:41.2920295Z copying src/executorch/backends/apple/mps/operators/pad_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-06-05T23:21:41.2921669Z copying src/executorch/backends/apple/mps/operators/pooling_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-06-05T23:21:41.2922937Z copying src/executorch/backends/apple/mps/operators/range_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-06-05T23:21:41.2924151Z copying src/executorch/backends/apple/mps/operators/reduce_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-06-05T23:21:41.2925365Z copying src/executorch/backends/apple/mps/operators/shape_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-06-05T23:21:41.2926600Z copying src/executorch/backends/apple/mps/operators/unary_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-06-05T23:21:41.3296994Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/partition 2025-06-05T23:21:41.3298194Z copying src/executorch/backends/apple/mps/partition/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/partition 2025-06-05T23:21:41.3299438Z copying src/executorch/backends/apple/mps/partition/mps_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/partition 2025-06-05T23:21:41.3300481Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/serialization 2025-06-05T23:21:41.3301508Z copying src/executorch/backends/apple/mps/serialization/mps_graph_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/serialization 2025-06-05T23:21:41.3302925Z copying src/executorch/backends/apple/mps/serialization/mps_graph_serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/serialization 2025-06-05T23:21:41.3304076Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test 2025-06-05T23:21:41.3304932Z copying src/executorch/backends/apple/mps/test/test_mps.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test 2025-06-05T23:21:41.3306068Z copying src/executorch/backends/apple/mps/test/test_mps_binary_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test 2025-06-05T23:21:41.3307249Z copying src/executorch/backends/apple/mps/test/test_mps_indexing_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test 2025-06-05T23:21:41.3308446Z copying src/executorch/backends/apple/mps/test/test_mps_linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test 2025-06-05T23:21:41.3309592Z copying src/executorch/backends/apple/mps/test/test_mps_models.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test 2025-06-05T23:21:41.3310775Z copying src/executorch/backends/apple/mps/test/test_mps_unary_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test 2025-06-05T23:21:41.3312022Z copying src/executorch/backends/apple/mps/test/test_mps_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test 2025-06-05T23:21:41.3312907Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/utils 2025-06-05T23:21:41.3313772Z copying src/executorch/backends/apple/mps/utils/mps_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/utils 2025-06-05T23:21:41.3314908Z copying src/executorch/backends/apple/mps/utils/quant_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/utils 2025-06-05T23:21:41.3315764Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:21:41.3316594Z copying src/executorch/backends/arm/_passes/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:21:41.3317604Z copying src/executorch/backends/arm/_passes/_debug_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:21:41.3318724Z copying src/executorch/backends/arm/_passes/annotate_channels_last_dim_order_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:21:41.3320066Z copying src/executorch/backends/arm/_passes/annotate_decomposed_matmul.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:21:41.3321140Z copying src/executorch/backends/arm/_passes/arm_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:21:41.3322157Z copying src/executorch/backends/arm/_passes/arm_pass_manager.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:21:41.3323203Z copying src/executorch/backends/arm/_passes/arm_pass_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:21:41.3324431Z copying src/executorch/backends/arm/_passes/broadcast_args_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:21:41.3325583Z copying src/executorch/backends/arm/_passes/cast_int64_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:21:41.3326646Z copying src/executorch/backends/arm/_passes/cast_to_int32_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:21:41.3327858Z copying src/executorch/backends/arm/_passes/conv1d_unsqueeze_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:21:41.3329009Z copying src/executorch/backends/arm/_passes/convert_any_default_dim_dims_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:21:41.3330256Z copying src/executorch/backends/arm/_passes/convert_expand_copy_to_repeat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:21:41.3331470Z copying src/executorch/backends/arm/_passes/convert_full_like_to_full_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:21:41.3332609Z copying src/executorch/backends/arm/_passes/convert_int_pow_to_mul.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:21:41.3333695Z copying src/executorch/backends/arm/_passes/convert_minmax_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:21:41.3334955Z copying src/executorch/backends/arm/_passes/convert_split_to_slice.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:21:41.3336081Z copying src/executorch/backends/arm/_passes/convert_squeezes_to_view.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:21:41.3337174Z copying src/executorch/backends/arm/_passes/convert_to_clamp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:21:41.3338320Z copying src/executorch/backends/arm/_passes/decompose_cosine_similarity_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:21:41.3339502Z copying src/executorch/backends/arm/_passes/decompose_div_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:21:41.3340597Z copying src/executorch/backends/arm/_passes/decompose_gelu_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:21:41.3341761Z copying src/executorch/backends/arm/_passes/decompose_groupnorm_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:21:41.3342988Z copying src/executorch/backends/arm/_passes/decompose_layernorm_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:21:41.3344126Z copying src/executorch/backends/arm/_passes/decompose_leaky_relu_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:21:41.3345300Z copying src/executorch/backends/arm/_passes/decompose_linalg_vector_norm_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:21:41.3346491Z copying src/executorch/backends/arm/_passes/decompose_linear_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:21:41.3347616Z copying src/executorch/backends/arm/_passes/decompose_meandim_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:21:41.3348716Z copying src/executorch/backends/arm/_passes/decompose_ne_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:21:41.3349944Z copying src/executorch/backends/arm/_passes/decompose_select.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:21:41.3351032Z copying src/executorch/backends/arm/_passes/decompose_silu_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:21:41.3352326Z copying src/executorch/backends/arm/_passes/decompose_softmax_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:21:41.3353575Z copying src/executorch/backends/arm/_passes/decompose_softmax_unstable_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:21:41.3354723Z copying src/executorch/backends/arm/_passes/decompose_sqrt_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:21:41.3355800Z copying src/executorch/backends/arm/_passes/decompose_sum_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:21:41.3356979Z copying src/executorch/backends/arm/_passes/decompose_var_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:21:41.3358159Z copying src/executorch/backends/arm/_passes/fold_qdq_with_annotated_qparams_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:21:41.3359488Z copying src/executorch/backends/arm/_passes/fuse_batchnorm2d_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:21:41.3360643Z copying src/executorch/backends/arm/_passes/fuse_constant_ops_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:21:41.3361770Z copying src/executorch/backends/arm/_passes/fuse_equal_placeholders_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:21:41.3741797Z copying src/executorch/backends/arm/_passes/fuse_quantized_activation_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:21:41.3742993Z copying src/executorch/backends/arm/_passes/insert_rescales_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:21:41.3744092Z copying src/executorch/backends/arm/_passes/insert_table_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:21:41.3745220Z copying src/executorch/backends/arm/_passes/match_arg_ranks_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:21:41.3746386Z copying src/executorch/backends/arm/_passes/match_where_self_arg_dtype_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:21:41.3747516Z copying src/executorch/backends/arm/_passes/mm_to_bmm_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:21:41.3748713Z copying src/executorch/backends/arm/_passes/remove_clone_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:21:41.3749815Z copying src/executorch/backends/arm/_passes/replace_inf_values_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:21:41.3750966Z copying src/executorch/backends/arm/_passes/replace_scalar_with_tensor_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:21:41.3752168Z copying src/executorch/backends/arm/_passes/scalars_to_attribute_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:21:41.3753293Z copying src/executorch/backends/arm/_passes/size_adjust_conv2d_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:21:41.3754420Z copying src/executorch/backends/arm/_passes/unsqueeze_before_repeat_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:21:41.3755752Z copying src/executorch/backends/arm/_passes/unsqueeze_scalar_placeholders_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:21:41.3756689Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support 2025-06-05T23:21:41.3757820Z copying src/executorch/backends/arm/operator_support/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support 2025-06-05T23:21:41.3759313Z copying src/executorch/backends/arm/operator_support/convolution_support.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support 2025-06-05T23:21:41.3760751Z copying src/executorch/backends/arm/operator_support/ethos_u55_support.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support 2025-06-05T23:21:41.3762014Z copying src/executorch/backends/arm/operator_support/minmax_support.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support 2025-06-05T23:21:41.3763401Z copying src/executorch/backends/arm/operator_support/pool_2d_support.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support 2025-06-05T23:21:41.3764668Z copying src/executorch/backends/arm/operator_support/reduce_sum_support.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support 2025-06-05T23:21:41.3765961Z copying src/executorch/backends/arm/operator_support/right_shift_support.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support 2025-06-05T23:21:41.3767211Z copying src/executorch/backends/arm/operator_support/sin_cos_support.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support 2025-06-05T23:21:41.3768501Z copying src/executorch/backends/arm/operator_support/slice_copy_support.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support 2025-06-05T23:21:41.3769849Z copying src/executorch/backends/arm/operator_support/to_copy_support.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support 2025-06-05T23:21:41.3771180Z copying src/executorch/backends/arm/operator_support/tosa_supported_operators.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support 2025-06-05T23:21:41.3772242Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:21:41.3773080Z copying src/executorch/backends/arm/operators/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:21:41.3774159Z copying src/executorch/backends/arm/operators/node_visitor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:21:41.3775246Z copying src/executorch/backends/arm/operators/op_abs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:21:41.3776324Z copying src/executorch/backends/arm/operators/op_add.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:21:41.3777374Z copying src/executorch/backends/arm/operators/op_amax.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:21:41.3778430Z copying src/executorch/backends/arm/operators/op_amin.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:21:41.3779693Z copying src/executorch/backends/arm/operators/op_any.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:21:41.3780783Z copying src/executorch/backends/arm/operators/op_avg_pool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:21:41.3781860Z copying src/executorch/backends/arm/operators/op_bmm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:21:41.3782896Z copying src/executorch/backends/arm/operators/op_cat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:21:41.3783992Z copying src/executorch/backends/arm/operators/op_clamp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:21:41.3785084Z copying src/executorch/backends/arm/operators/op_constant_pad_nd.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:21:41.3786330Z copying src/executorch/backends/arm/operators/op_conv2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:21:41.3787602Z copying src/executorch/backends/arm/operators/op_cos.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:21:41.3788707Z copying src/executorch/backends/arm/operators/op_eq.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:21:41.3789755Z copying src/executorch/backends/arm/operators/op_erf.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:21:41.3790802Z copying src/executorch/backends/arm/operators/op_exp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:21:41.3791874Z copying src/executorch/backends/arm/operators/op_ge.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:21:41.3792913Z copying src/executorch/backends/arm/operators/op_gt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:21:41.3793940Z copying src/executorch/backends/arm/operators/op_le.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:21:41.3795190Z copying src/executorch/backends/arm/operators/op_log.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:21:41.3796229Z copying src/executorch/backends/arm/operators/op_lt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:21:41.3797288Z copying src/executorch/backends/arm/operators/op_max_pool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:21:41.3798387Z copying src/executorch/backends/arm/operators/op_maximum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:21:41.3799499Z copying src/executorch/backends/arm/operators/op_minimum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:21:41.3800574Z copying src/executorch/backends/arm/operators/op_mul.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:21:41.3801630Z copying src/executorch/backends/arm/operators/op_neg.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:21:41.3802905Z copying src/executorch/backends/arm/operators/op_permute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:21:41.3803982Z copying src/executorch/backends/arm/operators/op_pow.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:21:41.3805061Z copying src/executorch/backends/arm/operators/op_reciprocal.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:21:41.3806151Z copying src/executorch/backends/arm/operators/op_repeat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:21:41.3807277Z copying src/executorch/backends/arm/operators/op_rescale.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:21:41.4193123Z copying src/executorch/backends/arm/operators/op_rshift_tensor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:21:41.4194311Z copying src/executorch/backends/arm/operators/op_rsqrt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:21:41.4195400Z copying src/executorch/backends/arm/operators/op_sigmoid.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:21:41.4196478Z copying src/executorch/backends/arm/operators/op_sin.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:21:41.4197559Z copying src/executorch/backends/arm/operators/op_slice.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:21:41.4198783Z copying src/executorch/backends/arm/operators/op_sub.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:21:41.4200023Z copying src/executorch/backends/arm/operators/op_sum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:21:41.4201271Z copying src/executorch/backends/arm/operators/op_table.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:21:41.4202453Z copying src/executorch/backends/arm/operators/op_tanh.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:21:41.4203586Z copying src/executorch/backends/arm/operators/op_to_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:21:41.4204819Z copying src/executorch/backends/arm/operators/op_to_dim_order_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:21:41.4206004Z copying src/executorch/backends/arm/operators/op_transpose.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:21:41.4207427Z copying src/executorch/backends/arm/operators/op_upsample_bilinear2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:21:41.4208742Z copying src/executorch/backends/arm/operators/op_upsample_nearest2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:21:41.4210063Z copying src/executorch/backends/arm/operators/op_view.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:21:41.4211185Z copying src/executorch/backends/arm/operators/op_where.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:21:41.4212449Z copying src/executorch/backends/arm/operators/operator_validation_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:21:41.4213678Z copying src/executorch/backends/arm/operators/ops_binary.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:21:41.4214903Z copying src/executorch/backends/arm/operators/ops_identity.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:21:41.4216205Z copying src/executorch/backends/arm/operators/ops_unary.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:21:41.4217103Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer 2025-06-05T23:21:41.4217985Z copying src/executorch/backends/arm/quantizer/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer 2025-06-05T23:21:41.4219176Z copying src/executorch/backends/arm/quantizer/arm_quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer 2025-06-05T23:21:41.4220386Z copying src/executorch/backends/arm/quantizer/arm_quantizer_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer 2025-06-05T23:21:41.4221698Z copying src/executorch/backends/arm/quantizer/quantization_annotator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer 2025-06-05T23:21:41.4223038Z copying src/executorch/backends/arm/quantizer/quantization_config.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer 2025-06-05T23:21:41.4224127Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/scripts 2025-06-05T23:21:41.4225024Z copying src/executorch/backends/arm/scripts/parse_test_names.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/scripts 2025-06-05T23:21:41.4225946Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test 2025-06-05T23:21:41.4226790Z copying src/executorch/backends/arm/test/common.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test 2025-06-05T23:21:41.4227837Z copying src/executorch/backends/arm/test/conftest.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test 2025-06-05T23:21:41.4229019Z copying src/executorch/backends/arm/test/runner_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test 2025-06-05T23:21:41.4230095Z copying src/executorch/backends/arm/test/test_model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test 2025-06-05T23:21:41.4231003Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/util 2025-06-05T23:21:41.4231959Z copying src/executorch/backends/arm/util/arm_model_evaluator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/util 2025-06-05T23:21:41.4232866Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc 2025-06-05T23:21:41.4233870Z copying src/executorch/backends/arm/test/misc/test_bn_relu_folding_qat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc 2025-06-05T23:21:41.4235100Z copying src/executorch/backends/arm/test/misc/test_custom_partition.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc 2025-06-05T23:21:41.4236385Z copying src/executorch/backends/arm/test/misc/test_debug_feats.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc 2025-06-05T23:21:41.4237644Z copying src/executorch/backends/arm/test/misc/test_dim_order_guards.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc 2025-06-05T23:21:41.4238861Z copying src/executorch/backends/arm/test/misc/test_lifted_tensor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc 2025-06-05T23:21:41.4240213Z copying src/executorch/backends/arm/test/misc/test_model_evaluator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc 2025-06-05T23:21:41.4241391Z copying src/executorch/backends/arm/test/misc/test_multiple_delegates.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc 2025-06-05T23:21:41.4242641Z copying src/executorch/backends/arm/test/misc/test_multiple_outputs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc 2025-06-05T23:21:41.4243854Z copying src/executorch/backends/arm/test/misc/test_non_persistent_buffers.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc 2025-06-05T23:21:41.4245129Z copying src/executorch/backends/arm/test/misc/test_partition_decomposed_quantized_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc 2025-06-05T23:21:41.4246414Z copying src/executorch/backends/arm/test/misc/test_tosa_spec.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc 2025-06-05T23:21:41.4247361Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models 2025-06-05T23:21:41.4248263Z copying src/executorch/backends/arm/test/models/test_conformer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models 2025-06-05T23:21:41.4249435Z copying src/executorch/backends/arm/test/models/test_deit_tiny_arm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models 2025-06-05T23:21:41.4250657Z copying src/executorch/backends/arm/test/models/test_dl3_arm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models 2025-06-05T23:21:41.4251802Z copying src/executorch/backends/arm/test/models/test_llama.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models 2025-06-05T23:21:41.4253001Z copying src/executorch/backends/arm/test/models/test_lstm_arm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models 2025-06-05T23:21:41.4254172Z copying src/executorch/backends/arm/test/models/test_mobilenet_v2_arm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models 2025-06-05T23:21:41.4255507Z copying src/executorch/backends/arm/test/models/test_mobilenet_v3_arm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models 2025-06-05T23:21:41.4256694Z copying src/executorch/backends/arm/test/models/test_nn_functional.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models 2025-06-05T23:21:41.4257955Z copying src/executorch/backends/arm/test/models/test_nn_modules.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models 2025-06-05T23:21:41.4259445Z copying src/executorch/backends/arm/test/models/test_torch_functions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models 2025-06-05T23:21:41.4260623Z copying src/executorch/backends/arm/test/models/test_w2l_arm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models 2025-06-05T23:21:41.4261489Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:21:41.4262323Z copying src/executorch/backends/arm/test/ops/test_abs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:21:41.4673095Z copying src/executorch/backends/arm/test/ops/test_add.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:21:41.4674246Z copying src/executorch/backends/arm/test/ops/test_alias_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:21:41.4675324Z copying src/executorch/backends/arm/test/ops/test_amax.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:21:41.4676380Z copying src/executorch/backends/arm/test/ops/test_amin.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:21:41.4677427Z copying src/executorch/backends/arm/test/ops/test_any.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:21:41.4678468Z copying src/executorch/backends/arm/test/ops/test_arange.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:21:41.4679630Z copying src/executorch/backends/arm/test/ops/test_at.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:21:41.4680704Z copying src/executorch/backends/arm/test/ops/test_avg_pool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:21:41.4681795Z copying src/executorch/backends/arm/test/ops/test_batch_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:21:41.4682897Z copying src/executorch/backends/arm/test/ops/test_bitwise.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:21:41.4683960Z copying src/executorch/backends/arm/test/ops/test_bmm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:21:41.4684985Z copying src/executorch/backends/arm/test/ops/test_cat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:21:41.4686058Z copying src/executorch/backends/arm/test/ops/test_clamp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:21:41.4687216Z copying src/executorch/backends/arm/test/ops/test_clone.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:21:41.4688329Z copying src/executorch/backends/arm/test/ops/test_constant_pad_nd.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:21:41.4689431Z copying src/executorch/backends/arm/test/ops/test_conv1d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:21:41.4690560Z copying src/executorch/backends/arm/test/ops/test_conv2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:21:41.4691704Z copying src/executorch/backends/arm/test/ops/test_conv3d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:21:41.4692867Z copying src/executorch/backends/arm/test/ops/test_conv_combos.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:21:41.4694109Z copying src/executorch/backends/arm/test/ops/test_conv_constant_pad_nd.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:21:41.4695510Z copying src/executorch/backends/arm/test/ops/test_cos.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:21:41.4696722Z copying src/executorch/backends/arm/test/ops/test_depthwise_conv.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:21:41.4697823Z copying src/executorch/backends/arm/test/ops/test_div.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:21:41.4698862Z copying src/executorch/backends/arm/test/ops/test_eq.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:21:41.4699882Z copying src/executorch/backends/arm/test/ops/test_erf.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:21:41.4700919Z copying src/executorch/backends/arm/test/ops/test_exp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:21:41.4702220Z copying src/executorch/backends/arm/test/ops/test_expand.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:21:41.4703330Z copying src/executorch/backends/arm/test/ops/test_eye.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:21:41.4704499Z copying src/executorch/backends/arm/test/ops/test_full.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:21:41.4705598Z copying src/executorch/backends/arm/test/ops/test_ge.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:21:41.4706761Z copying src/executorch/backends/arm/test/ops/test_gelu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:21:41.4707901Z copying src/executorch/backends/arm/test/ops/test_group_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:21:41.4709123Z copying src/executorch/backends/arm/test/ops/test_gt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:21:41.4710314Z copying src/executorch/backends/arm/test/ops/test_hardsigmoid.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:21:41.4711561Z copying src/executorch/backends/arm/test/ops/test_hardswish.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:21:41.4712760Z copying src/executorch/backends/arm/test/ops/test_hardtanh.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:21:41.4713921Z copying src/executorch/backends/arm/test/ops/test_layer_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:21:41.4715096Z copying src/executorch/backends/arm/test/ops/test_le.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:21:41.4716227Z copying src/executorch/backends/arm/test/ops/test_leaky_relu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:21:41.4717604Z copying src/executorch/backends/arm/test/ops/test_linalg_vector_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:21:41.4718820Z copying src/executorch/backends/arm/test/ops/test_linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:21:41.4719960Z copying src/executorch/backends/arm/test/ops/test_log.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:21:41.4721135Z copying src/executorch/backends/arm/test/ops/test_logical.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:21:41.4722289Z copying src/executorch/backends/arm/test/ops/test_logsoftmax.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:21:41.4723503Z copying src/executorch/backends/arm/test/ops/test_lshift.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:21:41.4724741Z copying src/executorch/backends/arm/test/ops/test_lt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:21:41.4725939Z copying src/executorch/backends/arm/test/ops/test_matmul.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:21:41.4727017Z copying src/executorch/backends/arm/test/ops/test_max_pool.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:21:41.4728088Z copying src/executorch/backends/arm/test/ops/test_maximum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:21:41.4729171Z copying src/executorch/backends/arm/test/ops/test_mean_dim.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:21:41.4730343Z copying src/executorch/backends/arm/test/ops/test_minimum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:21:41.4731395Z copying src/executorch/backends/arm/test/ops/test_mm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:21:41.4732540Z copying src/executorch/backends/arm/test/ops/test_mul.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:21:41.4733718Z copying src/executorch/backends/arm/test/ops/test_ne.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:21:41.4734755Z copying src/executorch/backends/arm/test/ops/test_neg.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:21:41.4735807Z copying src/executorch/backends/arm/test/ops/test_ones.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:21:41.4736866Z copying src/executorch/backends/arm/test/ops/test_permute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:21:41.4737936Z copying src/executorch/backends/arm/test/ops/test_pow.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:21:41.4739001Z copying src/executorch/backends/arm/test/ops/test_reciprocal.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:21:41.4740089Z copying src/executorch/backends/arm/test/ops/test_relu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:21:41.5100599Z copying src/executorch/backends/arm/test/ops/test_repeat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:21:41.5102172Z copying src/executorch/backends/arm/test/ops/test_rshift.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:21:41.5103245Z copying src/executorch/backends/arm/test/ops/test_rsqrt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:21:41.5104365Z copying src/executorch/backends/arm/test/ops/test_scalar_tensor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:21:41.5105469Z copying src/executorch/backends/arm/test/ops/test_scalars.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:21:41.5106548Z copying src/executorch/backends/arm/test/ops/test_sdpa.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:21:41.5107601Z copying src/executorch/backends/arm/test/ops/test_select.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:21:41.5108678Z copying src/executorch/backends/arm/test/ops/test_sigmoid.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:21:41.5109921Z copying src/executorch/backends/arm/test/ops/test_sigmoid_16bit.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:21:41.5111056Z copying src/executorch/backends/arm/test/ops/test_sigmoid_32bit.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:21:41.5112331Z copying src/executorch/backends/arm/test/ops/test_silu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:21:41.5113477Z copying src/executorch/backends/arm/test/ops/test_sin.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:21:41.5114522Z copying src/executorch/backends/arm/test/ops/test_slice.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:21:41.5115601Z copying src/executorch/backends/arm/test/ops/test_softmax.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:21:41.5116682Z copying src/executorch/backends/arm/test/ops/test_split.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:21:41.5117727Z copying src/executorch/backends/arm/test/ops/test_sqrt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:21:41.5118799Z copying src/executorch/backends/arm/test/ops/test_squeeze.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:21:41.5119858Z copying src/executorch/backends/arm/test/ops/test_sub.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:21:41.5120903Z copying src/executorch/backends/arm/test/ops/test_sum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:21:41.5122067Z copying src/executorch/backends/arm/test/ops/test_tanh.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:21:41.5123211Z copying src/executorch/backends/arm/test/ops/test_to_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:21:41.5124279Z copying src/executorch/backends/arm/test/ops/test_unary.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:21:41.5125371Z copying src/executorch/backends/arm/test/ops/test_unsqueeze.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:21:41.5126510Z copying src/executorch/backends/arm/test/ops/test_upsample_bilinear2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:21:41.5127699Z copying src/executorch/backends/arm/test/ops/test_upsample_nearest2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:21:41.5128800Z copying src/executorch/backends/arm/test/ops/test_var.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:21:41.5129923Z copying src/executorch/backends/arm/test/ops/test_view.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:21:41.5130986Z copying src/executorch/backends/arm/test/ops/test_where.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:21:41.5132133Z copying src/executorch/backends/arm/test/ops/test_zeros.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:21:41.5133047Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-06-05T23:21:41.5134238Z copying src/executorch/backends/arm/test/passes/test_broadcast_args_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-06-05T23:21:41.5135459Z copying src/executorch/backends/arm/test/passes/test_cast_int64_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-06-05T23:21:41.5136720Z copying src/executorch/backends/arm/test/passes/test_convert_expand_copy_to_repeat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-06-05T23:21:41.5138003Z copying src/executorch/backends/arm/test/passes/test_convert_int_pow_to_muls.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-06-05T23:21:41.5139365Z copying src/executorch/backends/arm/test/passes/test_convert_split_to_slice.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-06-05T23:21:41.5140665Z copying src/executorch/backends/arm/test/passes/test_convert_to_clamp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-06-05T23:21:41.5141947Z copying src/executorch/backends/arm/test/passes/test_decompose_cosine_similarity_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-06-05T23:21:41.5143243Z copying src/executorch/backends/arm/test/passes/test_decompose_div_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-06-05T23:21:41.5144511Z copying src/executorch/backends/arm/test/passes/test_decompose_layernorm_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-06-05T23:21:41.5145827Z copying src/executorch/backends/arm/test/passes/test_decompose_linalg_vector_norm_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-06-05T23:21:41.5147280Z copying src/executorch/backends/arm/test/passes/test_decompose_meandim_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-06-05T23:21:41.5148675Z copying src/executorch/backends/arm/test/passes/test_decompose_softmax_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-06-05T23:21:41.5149976Z copying src/executorch/backends/arm/test/passes/test_decompose_var_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-06-05T23:21:41.5151187Z copying src/executorch/backends/arm/test/passes/test_fold_qdq_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-06-05T23:21:41.5152389Z copying src/executorch/backends/arm/test/passes/test_fuse_batchnorm_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-06-05T23:21:41.5153636Z copying src/executorch/backends/arm/test/passes/test_fuse_constant_ops_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-06-05T23:21:41.5154944Z copying src/executorch/backends/arm/test/passes/test_fuse_equal_placeholders_ops_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-06-05T23:21:41.5156228Z copying src/executorch/backends/arm/test/passes/test_insert_table_ops_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-06-05T23:21:41.5157633Z copying src/executorch/backends/arm/test/passes/test_ioquantization_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-06-05T23:21:41.5158879Z copying src/executorch/backends/arm/test/passes/test_remove_clone_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-06-05T23:21:41.5160249Z copying src/executorch/backends/arm/test/passes/test_rescale_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-06-05T23:21:41.5161512Z copying src/executorch/backends/arm/test/passes/test_unsqueeze_before_repeat_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-06-05T23:21:41.5162508Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/quantizer 2025-06-05T23:21:41.5163483Z copying src/executorch/backends/arm/test/quantizer/test_generic_annotater.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/quantizer 2025-06-05T23:21:41.5164446Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tester 2025-06-05T23:21:41.5165299Z copying src/executorch/backends/arm/test/tester/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tester 2025-06-05T23:21:41.5166465Z copying src/executorch/backends/arm/test/tester/analyze_output_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tester 2025-06-05T23:21:41.5426886Z copying src/executorch/backends/arm/test/tester/arm_tester.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tester 2025-06-05T23:21:41.5428189Z copying src/executorch/backends/arm/test/tester/test_pipeline.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tester 2025-06-05T23:21:41.5429281Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tosautil 2025-06-05T23:21:41.5430272Z copying src/executorch/backends/arm/test/tosautil/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tosautil 2025-06-05T23:21:41.5431225Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib 2025-06-05T23:21:41.5432339Z copying src/executorch/backends/arm/third-party/serialization_lib/setup.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib 2025-06-05T23:21:41.5433608Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/serializer 2025-06-05T23:21:41.5434987Z copying src/executorch/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-06-05T23:21:41.5436793Z copying src/executorch/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-06-05T23:21:41.5438152Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:21:41.5439786Z copying src/executorch/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-06-05T23:21:41.5441765Z copying src/executorch/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-06-05T23:21:41.5443528Z copying src/executorch/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-06-05T23:21:41.5445270Z copying src/executorch/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-06-05T23:21:41.5447161Z copying src/executorch/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-06-05T23:21:41.5448901Z copying src/executorch/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-06-05T23:21:41.5451279Z copying src/executorch/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-06-05T23:21:41.5453354Z copying src/executorch/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-06-05T23:21:41.5455118Z copying src/executorch/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-06-05T23:21:41.5456975Z copying src/executorch/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-06-05T23:21:41.5459111Z copying src/executorch/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-06-05T23:21:41.5461224Z copying src/executorch/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-06-05T23:21:41.5463139Z copying src/executorch/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-06-05T23:21:41.5465118Z copying src/executorch/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-06-05T23:21:41.5467037Z copying src/executorch/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-06-05T23:21:41.5468895Z copying src/executorch/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-06-05T23:21:41.5470798Z copying src/executorch/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-06-05T23:21:41.5472651Z copying src/executorch/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-06-05T23:21:41.5474597Z copying src/executorch/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-06-05T23:21:41.5476680Z copying src/executorch/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-06-05T23:21:41.5478637Z copying src/executorch/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-06-05T23:21:41.5480510Z copying src/executorch/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-06-05T23:21:41.5482369Z copying src/executorch/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-06-05T23:21:41.5484270Z copying src/executorch/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-06-05T23:21:41.5486207Z copying src/executorch/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-06-05T23:21:41.5487908Z copying src/executorch/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-06-05T23:21:41.5489714Z copying src/executorch/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-06-05T23:21:41.5491468Z copying src/executorch/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-06-05T23:21:41.5493360Z copying src/executorch/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-06-05T23:21:41.5495234Z copying src/executorch/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-06-05T23:21:41.5497058Z copying src/executorch/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-06-05T23:21:41.5498943Z copying src/executorch/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-06-05T23:21:41.5500960Z copying src/executorch/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-06-05T23:21:41.5719063Z copying src/executorch/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-06-05T23:21:41.5720373Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/test/scripts 2025-06-05T23:21:41.5721715Z copying src/executorch/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-06-05T23:21:41.5723055Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/test/scripts/xunit 2025-06-05T23:21:41.5724434Z copying src/executorch/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-06-05T23:21:41.5725905Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers 2025-06-05T23:21:41.5727545Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/conanfile.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers 2025-06-05T23:21:41.5729023Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/conan 2025-06-05T23:21:41.5730619Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/conan/build.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/conan 2025-06-05T23:21:41.5732164Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens 2025-06-05T23:21:41.5733764Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/generate_goldens.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens 2025-06-05T23:21:41.5736010Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/golden_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens 2025-06-05T23:21:41.5737760Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python 2025-06-05T23:21:41.5739294Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python 2025-06-05T23:21:41.5741438Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/setup.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python 2025-06-05T23:21:41.5743069Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/samples 2025-06-05T23:21:41.5744771Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/samples/sample_binary.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/samples 2025-06-05T23:21:41.5746580Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts 2025-06-05T23:21:41.5748220Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts/check-grpc-generated-code.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts 2025-06-05T23:21:41.5750385Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts/check_generate_code.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts 2025-06-05T23:21:41.5752461Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts/generate_code.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts 2025-06-05T23:21:41.5754702Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts/generate_grpc_examples.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts 2025-06-05T23:21:41.5756938Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts/util.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts 2025-06-05T23:21:41.5758470Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:21:41.5760243Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/monster_test_generated.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:21:41.5762319Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/py_flexbuffers_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:21:41.5764491Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/py_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:21:41.5766082Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/conan/test_package 2025-06-05T23:21:41.5767774Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/conan/test_package/conanfile.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/conan/test_package 2025-06-05T23:21:41.5769458Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/cpp 2025-06-05T23:21:41.5771160Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/cpp/generate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/cpp 2025-06-05T23:21:41.5773240Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/csharp 2025-06-05T23:21:41.5775195Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/csharp/generate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/csharp 2025-06-05T23:21:41.5776861Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/dart 2025-06-05T23:21:41.5778489Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/dart/generate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/dart 2025-06-05T23:21:41.5780124Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/go 2025-06-05T23:21:41.5781847Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/go/generate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/go 2025-06-05T23:21:41.5783681Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/java 2025-06-05T23:21:41.5785373Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/java/generate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/java 2025-06-05T23:21:41.5787018Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/kotlin 2025-06-05T23:21:41.5788681Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/kotlin/generate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/kotlin 2025-06-05T23:21:41.5940199Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/lobster 2025-06-05T23:21:41.5941934Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/lobster/generate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/lobster 2025-06-05T23:21:41.5943599Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/lua 2025-06-05T23:21:41.5945225Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/lua/generate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/lua 2025-06-05T23:21:41.5946963Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/nim 2025-06-05T23:21:41.5948594Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/nim/generate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/nim 2025-06-05T23:21:41.5950319Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/php 2025-06-05T23:21:41.5952044Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/php/generate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/php 2025-06-05T23:21:41.5953793Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py 2025-06-05T23:21:41.5955477Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py/Galaxy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py 2025-06-05T23:21:41.5957588Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py/Universe.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py 2025-06-05T23:21:41.5959975Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py 2025-06-05T23:21:41.5962123Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py/generate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py 2025-06-05T23:21:41.5963883Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/rust 2025-06-05T23:21:41.5965528Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/rust/generate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/rust 2025-06-05T23:21:41.5967179Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/swift 2025-06-05T23:21:41.5968837Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/swift/generate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/swift 2025-06-05T23:21:41.5970546Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/ts 2025-06-05T23:21:41.5972264Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/ts/generate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/ts 2025-06-05T23:21:41.5973952Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/tests 2025-06-05T23:21:41.5975559Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/tests/grpctest.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/tests 2025-06-05T23:21:41.5977261Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter 2025-06-05T23:21:41.5979141Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/client.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter 2025-06-05T23:21:41.5981591Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/server.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter 2025-06-05T23:21:41.5983572Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/models 2025-06-05T23:21:41.5985590Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/models/HelloReply.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/models 2025-06-05T23:21:41.5988429Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/models/HelloRequest.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/models 2025-06-05T23:21:41.5991253Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/models/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/models 2025-06-05T23:21:41.5993974Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/models/greeter_grpc_fb.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/models 2025-06-05T23:21:41.5995928Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame 2025-06-05T23:21:41.5997809Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/InParentNamespace.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame 2025-06-05T23:21:41.6000397Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/MonsterExtra.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame 2025-06-05T23:21:41.6002790Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame 2025-06-05T23:21:41.6004612Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA 2025-06-05T23:21:41.6006527Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/SecondTableInA.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA 2025-06-05T23:21:41.6009145Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/TableInC.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA 2025-06-05T23:21:41.6153480Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/TableInFirstNS.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA 2025-06-05T23:21:41.6155990Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA 2025-06-05T23:21:41.6157831Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceC 2025-06-05T23:21:41.6160169Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceC/TableInC.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceC 2025-06-05T23:21:41.6163273Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceC/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceC 2025-06-05T23:21:41.6165163Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/optional_scalars 2025-06-05T23:21:41.6167141Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/optional_scalars/OptionalByte.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/optional_scalars 2025-06-05T23:21:41.6169813Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/optional_scalars/ScalarStuff.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/optional_scalars 2025-06-05T23:21:41.6172625Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/optional_scalars/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/optional_scalars 2025-06-05T23:21:41.6174593Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:21:41.6176538Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Ability.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:21:41.6179080Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Any.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:21:41.6181934Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/AnyAmbiguousAliases.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:21:41.6184819Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/AnyUniqueAliases.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:21:41.6187580Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/ArrayStruct.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:21:41.6190187Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/ArrayTable.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:21:41.6192749Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Color.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:21:41.6195398Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/LongEnum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:21:41.6198117Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Monster.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:21:41.6200699Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedStruct.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:21:41.6203263Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Race.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:21:41.6205836Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Referrable.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:21:41.6208489Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Stat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:21:41.6211163Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/StructOfStructs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:21:41.6213922Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/StructOfStructsOfStructs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:21:41.6216729Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:21:41.6219275Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/TestEnum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:21:41.6221985Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/TestSimpleTableWithEnum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:21:41.6224810Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/TypeAliases.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:21:41.6389218Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Vec3.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:21:41.6392097Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:21:41.6394835Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/monster_test_grpc_fb.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:21:41.6396874Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example2 2025-06-05T23:21:41.6398843Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example2/Monster.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example2 2025-06-05T23:21:41.6401416Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example2/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example2 2025-06-05T23:21:41.6403400Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion 2025-06-05T23:21:41.6405777Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion/Any.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion 2025-06-05T23:21:41.6408793Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion/Color.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion 2025-06-05T23:21:41.6411725Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion/NestedUnionTest.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion 2025-06-05T23:21:41.6414790Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion/Test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion 2025-06-05T23:21:41.6417726Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion/TestSimpleTableWithEnum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion 2025-06-05T23:21:41.6420993Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion/Vec3.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion 2025-06-05T23:21:41.6423783Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion 2025-06-05T23:21:41.6426001Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB 2025-06-05T23:21:41.6428213Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB/EnumInNestedNS.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB 2025-06-05T23:21:41.6431254Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB/StructInNestedNS.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB 2025-06-05T23:21:41.6434065Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB/TableInNestedNS.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB 2025-06-05T23:21:41.6437031Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB/UnionInNestedNS.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB 2025-06-05T23:21:41.6439872Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB 2025-06-05T23:21:41.6441807Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers 2025-06-05T23:21:41.6443523Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers 2025-06-05T23:21:41.6445937Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/_version.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers 2025-06-05T23:21:41.6448190Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/builder.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers 2025-06-05T23:21:41.6450671Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/compat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers 2025-06-05T23:21:41.6453023Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/encode.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers 2025-06-05T23:21:41.6455356Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/flexbuffers.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers 2025-06-05T23:21:41.6457652Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/number_types.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers 2025-06-05T23:21:41.6460322Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/packer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers 2025-06-05T23:21:41.6609260Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/table.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers 2025-06-05T23:21:41.6611675Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/util.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers 2025-06-05T23:21:41.6613421Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:21:41.6615409Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/AdvancedFeatures.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:21:41.6618197Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/BaseType.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:21:41.6620736Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/Enum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:21:41.6623186Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/EnumVal.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:21:41.6625656Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/Field.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:21:41.6628142Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/KeyValue.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:21:41.6630607Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/Object.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:21:41.6633529Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/RPCCall.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:21:41.6649312Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/Schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:21:41.6652445Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/SchemaFile.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:21:41.6655661Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/Service.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:21:41.6658605Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/Type.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:21:41.6661672Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:21:41.6663771Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame 2025-06-05T23:21:41.6665798Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/InParentNamespace.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame 2025-06-05T23:21:41.6668531Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/MonsterExtra.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame 2025-06-05T23:21:41.6670995Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame 2025-06-05T23:21:41.6672975Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/annotated_binary 2025-06-05T23:21:41.6675079Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/annotated_binary/generate_annotations.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/annotated_binary 2025-06-05T23:21:41.6677169Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc 2025-06-05T23:21:41.6678925Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/flatc_cpp_tests.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc 2025-06-05T23:21:41.6681622Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/flatc_kotlin_tests.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc 2025-06-05T23:21:41.6684124Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/flatc_schema_tests.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc 2025-06-05T23:21:41.6686336Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/flatc_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc 2025-06-05T23:21:41.6688567Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/flatc_ts_tests.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc 2025-06-05T23:21:41.6691192Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/main.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc 2025-06-05T23:21:41.6693376Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nim 2025-06-05T23:21:41.6695696Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nim/testnim.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nim 2025-06-05T23:21:41.6697699Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/optional_scalars 2025-06-05T23:21:41.6699703Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/optional_scalars/OptionalByte.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/optional_scalars 2025-06-05T23:21:41.6702472Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/optional_scalars/ScalarStuff.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/optional_scalars 2025-06-05T23:21:41.6704884Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/optional_scalars/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/optional_scalars 2025-06-05T23:21:41.6706577Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts 2025-06-05T23:21:41.6708189Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/TypeScriptTest.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts 2025-06-05T23:21:41.6709866Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:21:41.6711626Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Ability.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:21:41.6713880Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Any.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:21:41.6716230Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/AnyAmbiguousAliases.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:21:41.6718668Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/AnyUniqueAliases.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:21:41.6721772Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/ArrayStruct.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:21:41.6724498Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/ArrayTable.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:21:41.6727376Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Color.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:21:41.6729909Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/LongEnum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:21:41.6732692Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Monster.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:21:41.6735356Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedStruct.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:21:41.6737706Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Race.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:21:41.6740424Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Referrable.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:21:41.6743042Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Stat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:21:41.6745627Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/StructOfStructs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:21:41.6748345Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/StructOfStructsOfStructs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:21:41.6751100Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:21:41.6753518Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/TestEnum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:21:41.6755937Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/TestSimpleTableWithEnum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:21:41.6758355Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/TypeAliases.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:21:41.6760845Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Vec3.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:21:41.6763352Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:21:41.6765688Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/monster_test_grpc_fb.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:21:41.6767480Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example2 2025-06-05T23:21:41.6769247Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example2/Monster.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example2 2025-06-05T23:21:41.6771624Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example2/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example2 2025-06-05T23:21:41.6773419Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion 2025-06-05T23:21:41.6775321Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/Any.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion 2025-06-05T23:21:41.6970518Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/Color.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion 2025-06-05T23:21:41.6973143Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/NestedUnionTest.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion 2025-06-05T23:21:41.6975833Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/Test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion 2025-06-05T23:21:41.6978557Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/TestSimpleTableWithEnum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion 2025-06-05T23:21:41.6981185Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/Vec3.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion 2025-06-05T23:21:41.6983879Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion 2025-06-05T23:21:41.6985845Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA 2025-06-05T23:21:41.6987920Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/SecondTableInA.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA 2025-06-05T23:21:41.6990524Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/TableInC.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA 2025-06-05T23:21:41.6993212Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/TableInFirstNS.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA 2025-06-05T23:21:41.6995702Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA 2025-06-05T23:21:41.6997588Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceC 2025-06-05T23:21:41.6999485Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceC/TableInC.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceC 2025-06-05T23:21:41.7002322Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceC/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceC 2025-06-05T23:21:41.7004248Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB 2025-06-05T23:21:41.7006354Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/EnumInNestedNS.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB 2025-06-05T23:21:41.7009240Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/StructInNestedNS.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB 2025-06-05T23:21:41.7012158Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/TableInNestedNS.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB 2025-06-05T23:21:41.7015116Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/UnionInNestedNS.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB 2025-06-05T23:21:41.7018072Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB 2025-06-05T23:21:41.7019717Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:21:41.7020640Z copying src/executorch/backends/cadence/aot/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:21:41.7021794Z copying src/executorch/backends/cadence/aot/compiler.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:21:41.7022938Z copying src/executorch/backends/cadence/aot/compiler_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:21:41.7024294Z copying src/executorch/backends/cadence/aot/decompose_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:21:41.7025569Z copying src/executorch/backends/cadence/aot/export_example.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:21:41.7026834Z copying src/executorch/backends/cadence/aot/fuse_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:21:41.7027955Z copying src/executorch/backends/cadence/aot/graph_builder.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:21:41.7029076Z copying src/executorch/backends/cadence/aot/memory_constraints.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:21:41.7030193Z copying src/executorch/backends/cadence/aot/memory_planning.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:21:41.7031311Z copying src/executorch/backends/cadence/aot/ops_registrations.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:21:41.7032391Z copying src/executorch/backends/cadence/aot/pass_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:21:41.7033437Z copying src/executorch/backends/cadence/aot/passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:21:41.7034638Z copying src/executorch/backends/cadence/aot/ref_implementations.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:21:41.7035838Z copying src/executorch/backends/cadence/aot/remove_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:21:41.7036914Z copying src/executorch/backends/cadence/aot/reorder_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:21:41.7037965Z copying src/executorch/backends/cadence/aot/replace_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:21:41.7039042Z copying src/executorch/backends/cadence/aot/simplify_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:21:41.7040098Z copying src/executorch/backends/cadence/aot/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:21:41.7040913Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/runtime 2025-06-05T23:21:41.7346618Z copying src/executorch/backends/cadence/runtime/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/runtime 2025-06-05T23:21:41.7347813Z copying src/executorch/backends/cadence/runtime/executor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/runtime 2025-06-05T23:21:41.7349105Z copying src/executorch/backends/cadence/runtime/runtime.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/runtime 2025-06-05T23:21:41.7350229Z copying src/executorch/backends/cadence/runtime/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/runtime 2025-06-05T23:21:41.7351090Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils 2025-06-05T23:21:41.7352181Z copying src/executorch/backends/cadence/utils/facto_util.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils 2025-06-05T23:21:41.7353504Z copying src/executorch/backends/cadence/utils/gen_header.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils 2025-06-05T23:21:41.7355081Z copying src/executorch/backends/cadence/utils/post_compilation.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils 2025-06-05T23:21:41.7356263Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/quantizer 2025-06-05T23:21:41.7357317Z copying src/executorch/backends/cadence/aot/quantizer/fusion_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/quantizer 2025-06-05T23:21:41.7358580Z copying src/executorch/backends/cadence/aot/quantizer/patterns.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/quantizer 2025-06-05T23:21:41.7360064Z copying src/executorch/backends/cadence/aot/quantizer/quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/quantizer 2025-06-05T23:21:41.7361312Z copying src/executorch/backends/cadence/aot/quantizer/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/quantizer 2025-06-05T23:21:41.7362245Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests 2025-06-05T23:21:41.7363225Z copying src/executorch/backends/cadence/aot/tests/test_decompose_ops_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests 2025-06-05T23:21:41.7364493Z copying src/executorch/backends/cadence/aot/tests/test_fusion_ops_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests 2025-06-05T23:21:41.7365937Z copying src/executorch/backends/cadence/aot/tests/test_graph_builder.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests 2025-06-05T23:21:41.7367334Z copying src/executorch/backends/cadence/aot/tests/test_memory_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests 2025-06-05T23:21:41.7368668Z copying src/executorch/backends/cadence/aot/tests/test_pass_filter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests 2025-06-05T23:21:41.7370037Z copying src/executorch/backends/cadence/aot/tests/test_remove_ops_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests 2025-06-05T23:21:41.7371308Z copying src/executorch/backends/cadence/aot/tests/test_reorder_ops_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests 2025-06-05T23:21:41.7372565Z copying src/executorch/backends/cadence/aot/tests/test_replace_ops_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests 2025-06-05T23:21:41.7373841Z copying src/executorch/backends/cadence/aot/tests/test_simplify_ops_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests 2025-06-05T23:21:41.7374794Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO 2025-06-05T23:21:41.7375713Z copying src/executorch/backends/cadence/utils/FACTO/setup.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO 2025-06-05T23:21:41.7376693Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/calibrator 2025-06-05T23:21:41.7377916Z copying src/executorch/backends/cadence/utils/FACTO/calibrator/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/calibrator 2025-06-05T23:21:41.7379404Z copying src/executorch/backends/cadence/utils/FACTO/calibrator/runner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/calibrator 2025-06-05T23:21:41.7380627Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/examples 2025-06-05T23:21:41.7381742Z copying src/executorch/backends/cadence/utils/FACTO/examples/example.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/examples 2025-06-05T23:21:41.7383170Z copying src/executorch/backends/cadence/utils/FACTO/examples/minimal_example.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/examples 2025-06-05T23:21:41.7384761Z copying src/executorch/backends/cadence/utils/FACTO/examples/random_seed.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/examples 2025-06-05T23:21:41.7385905Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto 2025-06-05T23:21:41.7386912Z copying src/executorch/backends/cadence/utils/FACTO/facto/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto 2025-06-05T23:21:41.7388043Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen 2025-06-05T23:21:41.7389246Z copying src/executorch/backends/cadence/utils/FACTO/facto/inputgen/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen 2025-06-05T23:21:41.7390375Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/specdb 2025-06-05T23:21:41.7391475Z copying src/executorch/backends/cadence/utils/FACTO/facto/specdb/db.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/specdb 2025-06-05T23:21:41.7392927Z copying src/executorch/backends/cadence/utils/FACTO/facto/specdb/default.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/specdb 2025-06-05T23:21:41.7394389Z copying src/executorch/backends/cadence/utils/FACTO/facto/specdb/dtypes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/specdb 2025-06-05T23:21:41.7396066Z copying src/executorch/backends/cadence/utils/FACTO/facto/specdb/function.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/specdb 2025-06-05T23:21:41.7397261Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple 2025-06-05T23:21:41.7398550Z copying src/executorch/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-06-05T23:21:41.7400258Z copying src/executorch/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-06-05T23:21:41.7401953Z copying src/executorch/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-06-05T23:21:41.7403365Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2025-06-05T23:21:41.7404657Z copying src/executorch/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-06-05T23:21:41.7406355Z copying src/executorch/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-06-05T23:21:41.7408031Z copying src/executorch/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-06-05T23:21:41.7409772Z copying src/executorch/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-06-05T23:21:41.7411205Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2025-06-05T23:21:41.7412595Z copying src/executorch/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-06-05T23:21:41.7414317Z copying src/executorch/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-06-05T23:21:41.7416210Z copying src/executorch/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-06-05T23:21:41.7658151Z copying src/executorch/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-06-05T23:21:41.7659652Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/specs 2025-06-05T23:21:41.7660905Z copying src/executorch/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-06-05T23:21:41.7662517Z copying src/executorch/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-06-05T23:21:41.7663894Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/utils 2025-06-05T23:21:41.7665130Z copying src/executorch/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-06-05T23:21:41.7666796Z copying src/executorch/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-06-05T23:21:41.7668096Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-06-05T23:21:41.7669373Z copying src/executorch/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-06-05T23:21:41.7671247Z copying src/executorch/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-06-05T23:21:41.7673387Z copying src/executorch/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-06-05T23:21:41.7675309Z copying src/executorch/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-06-05T23:21:41.7676994Z copying src/executorch/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-06-05T23:21:41.7678688Z copying src/executorch/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-06-05T23:21:41.7680387Z copying src/executorch/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-06-05T23:21:41.7681617Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:21:41.7683076Z copying src/executorch/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-06-05T23:21:41.7684831Z copying src/executorch/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-06-05T23:21:41.7686547Z copying src/executorch/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-06-05T23:21:41.7688446Z copying src/executorch/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-06-05T23:21:41.7690104Z copying src/executorch/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-06-05T23:21:41.7691873Z copying src/executorch/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-06-05T23:21:41.7693473Z copying src/executorch/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-06-05T23:21:41.7695039Z copying src/executorch/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-06-05T23:21:41.7696779Z copying src/executorch/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-06-05T23:21:41.7698321Z copying src/executorch/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-06-05T23:21:41.7700021Z copying src/executorch/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-06-05T23:21:41.7701630Z copying src/executorch/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-06-05T23:21:41.7703242Z copying src/executorch/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-06-05T23:21:41.7704818Z copying src/executorch/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-06-05T23:21:41.7706545Z copying src/executorch/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-06-05T23:21:41.7707641Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cortex_m/ops 2025-06-05T23:21:41.7708461Z copying src/executorch/backends/cortex_m/ops/operators.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cortex_m/ops 2025-06-05T23:21:41.7709295Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cortex_m/passes 2025-06-05T23:21:41.7710216Z copying src/executorch/backends/cortex_m/passes/replace_quant_nodes_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cortex_m/passes 2025-06-05T23:21:41.7711134Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cortex_m/test 2025-06-05T23:21:41.7712032Z copying src/executorch/backends/cortex_m/test/test_replace_quant_nodes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cortex_m/test 2025-06-05T23:21:41.7713033Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_backend_delegate_passes 2025-06-05T23:21:41.7714265Z copying src/executorch/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-06-05T23:21:41.7715911Z copying src/executorch/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-06-05T23:21:41.7717433Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-06-05T23:21:41.7718770Z copying src/executorch/backends/example/example_operators/adaptive_avg_pool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-06-05T23:21:41.7720091Z copying src/executorch/backends/example/example_operators/add.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-06-05T23:21:41.7721366Z copying src/executorch/backends/example/example_operators/conv2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-06-05T23:21:41.7722645Z copying src/executorch/backends/example/example_operators/conv_relu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-06-05T23:21:41.7723937Z copying src/executorch/backends/example/example_operators/dropout.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-06-05T23:21:41.7725238Z copying src/executorch/backends/example/example_operators/flatten.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-06-05T23:21:41.7726696Z copying src/executorch/backends/example/example_operators/linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-06-05T23:21:41.7727990Z copying src/executorch/backends/example/example_operators/op_base.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-06-05T23:21:41.8028590Z copying src/executorch/backends/example/example_operators/ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-06-05T23:21:41.8029897Z copying src/executorch/backends/example/example_operators/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-06-05T23:21:41.8030883Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/_passes 2025-06-05T23:21:41.8031742Z copying src/executorch/backends/mediatek/_passes/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/_passes 2025-06-05T23:21:41.8032979Z copying src/executorch/backends/mediatek/_passes/decompose_scaled_dot_product_attention.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/_passes 2025-06-05T23:21:41.8033982Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/quantizer 2025-06-05T23:21:41.8034873Z copying src/executorch/backends/mediatek/quantizer/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/quantizer 2025-06-05T23:21:41.8036215Z copying src/executorch/backends/mediatek/quantizer/annotator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/quantizer 2025-06-05T23:21:41.8037473Z copying src/executorch/backends/mediatek/quantizer/qconfig.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/quantizer 2025-06-05T23:21:41.8038662Z copying src/executorch/backends/mediatek/quantizer/quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/quantizer 2025-06-05T23:21:41.8039603Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/aten_passes 2025-06-05T23:21:41.8040541Z copying src/executorch/backends/nxp/aten_passes/fuse_batch_norm_with_conv_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/aten_passes 2025-06-05T23:21:41.8041782Z copying src/executorch/backends/nxp/aten_passes/fuse_batch_norm_with_linear_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/aten_passes 2025-06-05T23:21:41.8043021Z copying src/executorch/backends/nxp/aten_passes/neutron_aten_pass_manager.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/aten_passes 2025-06-05T23:21:41.8043921Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend 2025-06-05T23:21:41.8044953Z copying src/executorch/backends/nxp/backend/edge_helper.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend 2025-06-05T23:21:41.8046177Z copying src/executorch/backends/nxp/backend/edge_program_converter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend 2025-06-05T23:21:41.8047347Z copying src/executorch/backends/nxp/backend/neutron_converter_manager.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend 2025-06-05T23:21:41.8048519Z copying src/executorch/backends/nxp/backend/node_format_inference.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend 2025-06-05T23:21:41.8049397Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/quantizer 2025-06-05T23:21:41.8050357Z copying src/executorch/backends/nxp/quantizer/neutron_quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/quantizer 2025-06-05T23:21:41.8051502Z copying src/executorch/backends/nxp/quantizer/patterns.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/quantizer 2025-06-05T23:21:41.8052574Z copying src/executorch/backends/nxp/quantizer/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/quantizer 2025-06-05T23:21:41.8053405Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests 2025-06-05T23:21:41.8054525Z copying src/executorch/backends/nxp/tests/executorch_pipeline.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests 2025-06-05T23:21:41.8055657Z copying src/executorch/backends/nxp/tests/executors.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests 2025-06-05T23:21:41.8056776Z copying src/executorch/backends/nxp/tests/exported_program_vizualize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests 2025-06-05T23:21:41.8057848Z copying src/executorch/backends/nxp/tests/models.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests 2025-06-05T23:21:41.8058908Z copying src/executorch/backends/nxp/tests/test_batch_norm_fusion.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests 2025-06-05T23:21:41.8060166Z copying src/executorch/backends/nxp/tests/test_neutron_backend.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests 2025-06-05T23:21:41.8061295Z copying src/executorch/backends/nxp/tests/test_neutron_converter_manager.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests 2025-06-05T23:21:41.8062464Z copying src/executorch/backends/nxp/tests/test_node_format_inference.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests 2025-06-05T23:21:41.8063598Z copying src/executorch/backends/nxp/tests/test_operator_selector.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests 2025-06-05T23:21:41.8064967Z copying src/executorch/backends/nxp/tests/test_qdq_clustering_conv.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests 2025-06-05T23:21:41.8066435Z copying src/executorch/backends/nxp/tests/test_quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests 2025-06-05T23:21:41.8067559Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir 2025-06-05T23:21:41.8068545Z copying src/executorch/backends/nxp/backend/ir/conversion_config.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir 2025-06-05T23:21:41.8069756Z copying src/executorch/backends/nxp/backend/ir/conversion_context.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir 2025-06-05T23:21:41.8070886Z copying src/executorch/backends/nxp/backend/ir/logger.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir 2025-06-05T23:21:41.8072126Z copying src/executorch/backends/nxp/backend/ir/tensor_formatting.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir 2025-06-05T23:21:41.8073225Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter 2025-06-05T23:21:41.8074292Z copying src/executorch/backends/nxp/backend/ir/converter/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter 2025-06-05T23:21:41.8075964Z copying src/executorch/backends/nxp/backend/ir/converter/node_converter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter 2025-06-05T23:21:41.8077422Z copying src/executorch/backends/nxp/backend/ir/converter/quantization_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter 2025-06-05T23:21:41.8078814Z copying src/executorch/backends/nxp/backend/ir/converter/tensor_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter 2025-06-05T23:21:41.8079955Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib 2025-06-05T23:21:41.8080848Z copying src/executorch/backends/nxp/backend/ir/lib/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib 2025-06-05T23:21:41.8081869Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator 2025-06-05T23:21:41.8083185Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator 2025-06-05T23:21:41.8084653Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/tflite_model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator 2025-06-05T23:21:41.8085766Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer 2025-06-05T23:21:41.8086834Z copying src/executorch/backends/nxp/backend/ir/tflite_optimizer/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer 2025-06-05T23:21:41.8088234Z copying src/executorch/backends/nxp/backend/ir/tflite_optimizer/graph_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer 2025-06-05T23:21:41.8089949Z copying src/executorch/backends/nxp/backend/ir/tflite_optimizer/operator_rules.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer 2025-06-05T23:21:41.8091514Z copying src/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer 2025-06-05T23:21:41.8093330Z copying src/executorch/backends/nxp/backend/ir/tflite_optimizer/pattern_matcher.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer 2025-06-05T23:21:41.8094996Z copying src/executorch/backends/nxp/backend/ir/tflite_optimizer/tensor_rules.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer 2025-06-05T23:21:41.8096158Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/builder 2025-06-05T23:21:41.8097288Z copying src/executorch/backends/nxp/backend/ir/converter/builder/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/builder 2025-06-05T23:21:41.8353385Z copying src/executorch/backends/nxp/backend/ir/converter/builder/aten_model_builder_director.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/builder 2025-06-05T23:21:41.8355001Z copying src/executorch/backends/nxp/backend/ir/converter/builder/model_builder.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/builder 2025-06-05T23:21:41.8356776Z copying src/executorch/backends/nxp/backend/ir/converter/builder/quantization_verification.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/builder 2025-06-05T23:21:41.8358084Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/conversion 2025-06-05T23:21:41.8359700Z copying src/executorch/backends/nxp/backend/ir/converter/conversion/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/conversion 2025-06-05T23:21:41.8361372Z copying src/executorch/backends/nxp/backend/ir/converter/conversion/aten_translator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/conversion 2025-06-05T23:21:41.8362960Z copying src/executorch/backends/nxp/backend/ir/converter/conversion/common.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/conversion 2025-06-05T23:21:41.8364660Z copying src/executorch/backends/nxp/backend/ir/converter/conversion/translator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/conversion 2025-06-05T23:21:41.8365947Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters 2025-06-05T23:21:41.8367346Z copying src/executorch/backends/nxp/backend/ir/converter/node_converters/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters 2025-06-05T23:21:41.8368643Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:21:41.8370159Z copying src/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:21:41.8372175Z copying src/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/addmm_converter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:21:41.8374238Z copying src/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/avg_pool_2d_converter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:21:41.8376513Z copying src/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/constant_pad_nd_converter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:21:41.8378775Z copying src/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/convolution_converter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:21:41.8381040Z copying src/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/max_pool_2d_converter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:21:41.8383244Z copying src/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/mm_converter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:21:41.8385355Z copying src/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/permute_copy_converter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:21:41.8387506Z copying src/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/qdq_dequantize_converter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:21:41.8389706Z copying src/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/qdq_quantize_converter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:21:41.8391773Z copying src/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/relu_converter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:21:41.8394229Z copying src/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/softmax_converter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:21:41.8396245Z copying src/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/view_copy_converter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:21:41.8397759Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/shared 2025-06-05T23:21:41.8399077Z copying src/executorch/backends/nxp/backend/ir/converter/node_converters/shared/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/shared 2025-06-05T23:21:41.8400842Z copying src/executorch/backends/nxp/backend/ir/converter/node_converters/shared/recurrent_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/shared 2025-06-05T23:21:41.8402769Z copying src/executorch/backends/nxp/backend/ir/converter/node_converters/shared/reduce_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/shared 2025-06-05T23:21:41.8404684Z copying src/executorch/backends/nxp/backend/ir/converter/node_converters/shared/reshape_transposition.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/shared 2025-06-05T23:21:41.8405976Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:41.8407048Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/ATan2Options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:41.8408440Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/AbsOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:41.8410123Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/ActivationFunctionType.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:41.8411657Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/AddNOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:41.8413191Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/AddOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:41.8414650Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/ArgMaxOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:41.8416050Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/ArgMinOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:41.8417729Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/AssignVariableOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:41.8419298Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/BatchMatMulOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:41.8421026Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/BatchToSpaceNDOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:41.8422639Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/BidirectionalSequenceLSTMOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:41.8424313Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/BidirectionalSequenceRNNOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:41.8426080Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/BitcastOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:41.8427725Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/BitwiseXorOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:41.8736206Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/BroadcastToOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:41.8737700Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/BucketizeOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:41.8739102Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/Buffer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:41.8740514Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/BuiltinOperator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:41.8741940Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/BuiltinOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:41.8743496Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/BuiltinOptions2.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:41.8744931Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/CallOnceOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:41.8746328Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/CallOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:41.8747717Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/CastOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:41.8749097Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/CombinerType.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:41.8750670Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/ConcatEmbeddingsOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:41.8752204Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/ConcatenationOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:41.8753658Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/Conv2DOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:41.8755060Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/Conv3DOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:41.8756464Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/CosOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:41.8757952Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/CumsumOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:41.8759591Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/CustomOptionsFormat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:41.8761091Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/CustomQuantization.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:41.8762537Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/DensifyOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:41.8764180Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/DepthToSpaceOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:41.8765907Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/DepthwiseConv2DOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:41.8767408Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/DequantizeOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:41.8768844Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/DilateOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:41.8770359Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/DimensionMetadata.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:41.8771786Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/DimensionType.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:41.8773299Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/DivOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:41.8774782Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/DynamicUpdateSliceOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:41.8776376Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/EmbeddingLookupSparseOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:41.8777953Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/EqualOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:41.8779353Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/ExpOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:41.8780766Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/ExpandDimsOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:41.8782343Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/FakeQuantOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:41.8783756Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/FillOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:41.8785165Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/FloorDivOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:41.8786606Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/FloorModOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:41.8788084Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/FullyConnectedOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:41.8789811Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/FullyConnectedOptionsWeightsFormat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:41.8791387Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/GatherNdOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:41.8792807Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/GatherOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:41.8794210Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/GeluOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:41.8795740Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/GreaterEqualOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:41.8797384Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/GreaterOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:41.8798828Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/HardSwishOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:41.8800312Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/HashtableFindOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:41.8801819Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/HashtableImportOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:41.8803325Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/HashtableOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:41.8804896Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/HashtableSizeOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:41.8806337Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/IfOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:41.8807720Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/Int32Vector.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:41.9127172Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/L2NormOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:41.9128687Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/LSHProjectionOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:41.9130360Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/LSHProjectionType.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:41.9131859Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/LSTMKernelType.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:41.9133259Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/LSTMOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:41.9134677Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/LeakyReluOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:41.9136131Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/LessEqualOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:41.9137540Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/LessOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:41.9139225Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/LocalResponseNormalizationOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:41.9140819Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/LogSoftmaxOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:41.9142382Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/LogicalAndOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:41.9143843Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/LogicalNotOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:41.9145563Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/LogicalOrOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:41.9147146Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/MatrixDiagOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:41.9148649Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/MatrixSetDiagOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:41.9150213Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/MaximumMinimumOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:41.9151652Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/Metadata.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:41.9153045Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/MirrorPadMode.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:41.9154477Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/MirrorPadOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:41.9155860Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/Model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:41.9157301Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/MulOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:41.9158688Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/NegOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:41.9160415Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/NonMaxSuppressionV4Options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:41.9162016Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/NonMaxSuppressionV5Options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:41.9163522Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/NotEqualOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:41.9164953Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/OneHotOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:41.9166520Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/Operator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:41.9167886Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/OperatorCode.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:41.9169291Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/PackOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:41.9170752Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/PadOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:41.9172127Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/PadV2Options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:41.9173590Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/Padding.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:41.9174945Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/Pool2DOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:41.9176486Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/PowOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:41.9178004Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/QuantizationDetails.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:41.9179514Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/QuantizationParameters.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:41.9181129Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/QuantizeOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:41.9182540Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/RNNOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:41.9183930Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/RandomOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:41.9185343Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/RangeOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:41.9186738Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/RankOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:41.9188257Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/ReadVariableOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:41.9189770Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/ReduceWindowFunction.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:41.9191258Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/ReduceWindowOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:41.9192731Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/ReducerOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:41.9194159Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/ReshapeOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:41.9195660Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/ResizeBilinearOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:41.9197314Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/ResizeNearestNeighborOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:41.9198891Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/ReverseSequenceOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:41.9506761Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/ReverseV2Options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:41.9508251Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/Rfft2dOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:41.9509700Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/RightShiftOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:41.9511129Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/RngAlgorithm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:41.9512627Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/SVDFOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:41.9514305Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/ScatterNdOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:41.9515865Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/SegmentSumOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:41.9517313Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/SelectOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:41.9518752Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/SelectV2Options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:41.9520413Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/SequenceRNNOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:41.9521932Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/ShapeOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:41.9523333Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/SignOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:41.9524712Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/SignatureDef.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:41.9526129Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/SkipGramOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:41.9527549Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/SliceOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:41.9529132Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/SoftmaxOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:41.9530696Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/SpaceToBatchNDOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:41.9532213Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/SpaceToDepthOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:41.9533681Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/SparseIndexVector.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:41.9535161Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/SparseToDenseOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:41.9536860Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/SparsityParameters.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:41.9538300Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/SplitOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:41.9539712Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/SplitVOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:41.9541112Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/SquareOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:41.9542607Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/SquaredDifferenceOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:41.9544275Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/SqueezeOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:41.9545910Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/StablehloBroadcastInDimOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:41.9547577Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/StablehloCompareOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:41.9549167Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/StablehloComparisonDirection.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:41.9550909Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/StablehloComparisonType.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:41.9552544Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/StablehloConcatenateOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:41.9554159Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/StablehloConvolutionOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:41.9555750Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/StablehloCustomCallOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:41.9557345Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/StablehloDotGeneralOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:41.9559118Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/StablehloDynamicSliceOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:41.9560852Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/StablehloGatherOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:41.9562383Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/StablehloIotaOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:41.9563878Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/StablehloPadOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:41.9565408Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/StablehloPrecisionConfig.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:41.9566950Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/StablehloReduceOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:41.9568754Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/StablehloReduceWindowOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:41.9570473Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/StablehloRngBitGeneratorOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:41.9572081Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/StablehloScatterOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:41.9573593Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/StablehloSliceOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:41.9575250Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/StablehloSortOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:41.9576853Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/StablehloTransposeOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:41.9578528Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/StablehloWhileOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:41.9580123Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/StridedSliceOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:41.9836958Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/SubGraph.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:41.9838349Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/SubOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:41.9839704Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/Tensor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:41.9841075Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/TensorMap.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:41.9842652Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/TensorType.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:41.9844115Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/TileOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:41.9845515Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/TopKV2Options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:41.9846967Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/TransposeConvOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:41.9848457Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/TransposeOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:41.9850188Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/Uint16Vector.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:41.9851604Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/Uint8Vector.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:41.9853143Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/UnidirectionalSequenceLSTMOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:41.9854691Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/UniqueOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:41.9856103Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/UnpackOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:41.9857858Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/UnsortedSegmentMaxOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:41.9859591Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/UnsortedSegmentMinOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:41.9861192Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/UnsortedSegmentProdOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:41.9862800Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/UnsortedSegmentSumOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:41.9864300Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/VarHandleOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:41.9866128Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/VariantSubType.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:41.9867716Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/WhereOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:41.9869112Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/WhileOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:41.9870545Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/ZerosLikeOptions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:41.9871926Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:41.9873035Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:41.9874617Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:41.9876333Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/abs_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:41.9878051Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/add_n_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:41.9879779Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/add_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:41.9881697Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/arg_max_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:41.9883498Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/arg_min_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:41.9885286Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/average_pool_2d_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:41.9887091Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/batch_mat_mul_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:41.9888943Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/bidirectional_sequence_lstm_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:41.9891353Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/bidirectional_sequence_rnn_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:41.9893214Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/bitwise_xor_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:41.9894994Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/broadcast_to_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:41.9896768Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/cast_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:41.9898968Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/concatenation_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:41.9900769Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/conv_2d_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:41.9902507Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/conv_3d_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:41.9904261Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/cum_sum_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:41.9906237Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/depth_to_space_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:41.9908119Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/depthwise_conv_2d_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:42.0146286Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/dequantize_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:42.0148087Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/div_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:42.0149826Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/equal_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:42.0151561Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/exp_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:42.0153519Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/floor_mod_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:42.0155296Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/fully_connected_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:42.0157117Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/gather_nd_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:42.0158878Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/gather_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:42.0160993Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/gelu_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:42.0162759Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/greater_equal_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:42.0164558Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/greater_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:42.0166638Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/hard_swish_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:42.0168620Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/leaky_relu_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:42.0170477Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/less_equal_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:42.0172239Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/less_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:42.0174031Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/log_softmax_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:42.0175897Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/logical_and_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:42.0177825Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/logical_not_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:42.0179591Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/logical_or_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:42.0181333Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/lrn_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:42.0183061Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/lstm_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:42.0185018Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/max_pool_2d_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:42.0186786Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/maximum_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:42.0188533Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/mean_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:42.0190284Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/minimum_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:42.0192270Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/mirror_pad_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:42.0194012Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/mul_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:42.0195768Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/multinomial_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:42.0197737Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/neg_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:42.0199708Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/not_equal_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:42.0201457Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/one_hot_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:42.0203222Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/pad_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:42.0204949Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/pad_v2_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:42.0206901Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/pow_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:42.0208662Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/quantize_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:42.0210497Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/range_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:42.0212259Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/reduce_max_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:42.0214109Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/reduce_min_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:42.0216037Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/reduce_prod_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:42.0430456Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/reshape_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:42.0432424Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/resize_bilinear_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:42.0434393Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/resize_nearest_neighbor_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:42.0436242Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/reverse_sequence_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:42.0438052Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/scatter_nd_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:42.0440016Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/select_v2_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:42.0441989Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/shape_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:42.0444013Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/sign_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:42.0445758Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/slice_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:42.0447675Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/softmax_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:42.0449455Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/space_to_depth_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:42.0451314Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/split_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:42.0453067Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/split_v_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:42.0454964Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/square_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:42.0456781Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/squared_difference_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:42.0458601Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/squeeze_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:42.0460903Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/strided_slice_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:42.0462660Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/sub_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:42.0464534Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/sum_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:42.0466266Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/tile_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:42.0468045Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/transpose_conv_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:42.0469844Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/transpose_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:42.0471831Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/unidirectional_sequence_lstm_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:42.0473958Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/unidirectional_sequence_rnn_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:42.0475468Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/custom_options 2025-06-05T23:21:42.0476827Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/custom_options/flex_transpose_options.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/custom_options 2025-06-05T23:21:42.0478147Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/meta 2025-06-05T23:21:42.0479363Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/meta/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/meta 2025-06-05T23:21:42.0480913Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/meta/meta.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/meta 2025-06-05T23:21:42.0482400Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/meta/types.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/meta 2025-06-05T23:21:42.0483601Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:21:42.0484877Z copying src/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:21:42.0486598Z copying src/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/base_optimization.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:21:42.0488463Z copying src/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/combine_hard_sigmoid_and_mul_to_hard_swish.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:21:42.0490603Z copying src/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/eliminate_dead_branches.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:21:42.0492561Z copying src/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/fuse_activation_functions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:21:42.0494451Z copying src/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/fuse_fully_connected_and_add_operators.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:21:42.0496355Z copying src/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/fuse_quanitze_into_preceding_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:21:42.0498204Z copying src/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/keep_one_empty_buffer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:21:42.0500115Z copying src/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/move_relu_before_concat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:21:42.0801271Z copying src/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/permute_fully_connected_weights_after_reshape.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:21:42.0804009Z copying src/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/prune_cast_operators.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:21:42.0805988Z copying src/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/prune_quantize_operators.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:21:42.0807995Z copying src/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/prune_reshape_operators.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:21:42.0809914Z copying src/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/prune_transpose_operators.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:21:42.0811917Z copying src/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/remove_unused_tensors_and_buffers.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:21:42.0813999Z copying src/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/replace_average_pool_before_fully_connected_with_sum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:21:42.0815522Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/ir/converter/node_converter 2025-06-05T23:21:42.0816786Z copying src/executorch/backends/nxp/tests/ir/converter/node_converter/test_avg_pool2d_converter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/ir/converter/node_converter 2025-06-05T23:21:42.0818606Z copying src/executorch/backends/nxp/tests/ir/converter/node_converter/test_constant_pad_nd_converter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/ir/converter/node_converter 2025-06-05T23:21:42.0820336Z copying src/executorch/backends/nxp/tests/ir/converter/node_converter/test_conv_converter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/ir/converter/node_converter 2025-06-05T23:21:42.0822095Z copying src/executorch/backends/nxp/tests/ir/converter/node_converter/test_linear_converter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/ir/converter/node_converter 2025-06-05T23:21:42.0823754Z copying src/executorch/backends/nxp/tests/ir/converter/node_converter/test_max_pool_2d_converter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/ir/converter/node_converter 2025-06-05T23:21:42.0825437Z copying src/executorch/backends/nxp/tests/ir/converter/node_converter/test_permute_copy_converter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/ir/converter/node_converter 2025-06-05T23:21:42.0827217Z copying src/executorch/backends/nxp/tests/ir/converter/node_converter/test_relu_converter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/ir/converter/node_converter 2025-06-05T23:21:42.0828932Z copying src/executorch/backends/nxp/tests/ir/converter/node_converter/test_softmax_converter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/ir/converter/node_converter 2025-06-05T23:21:42.0830715Z copying src/executorch/backends/nxp/tests/ir/converter/node_converter/test_view_copy_converter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/ir/converter/node_converter 2025-06-05T23:21:42.0831855Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/quantizer 2025-06-05T23:21:42.0832762Z copying src/executorch/backends/openvino/quantizer/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/quantizer 2025-06-05T23:21:42.0833943Z copying src/executorch/backends/openvino/quantizer/quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/quantizer 2025-06-05T23:21:42.0835079Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/tests 2025-06-05T23:21:42.0835962Z copying src/executorch/backends/openvino/tests/test_runner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/tests 2025-06-05T23:21:42.0836969Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/tests/models 2025-06-05T23:21:42.0838205Z copying src/executorch/backends/openvino/tests/models/test_classification.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/tests/models 2025-06-05T23:21:42.0839217Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/tests/ops 2025-06-05T23:21:42.0840170Z copying src/executorch/backends/openvino/tests/ops/base_openvino_op_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/tests/ops 2025-06-05T23:21:42.0841393Z copying src/executorch/backends/openvino/tests/ops/test_add.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/tests/ops 2025-06-05T23:21:42.0842713Z copying src/executorch/backends/openvino/tests/ops/test_addmm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/tests/ops 2025-06-05T23:21:42.0843908Z copying src/executorch/backends/openvino/tests/ops/test_arange.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/tests/ops 2025-06-05T23:21:42.0845182Z copying src/executorch/backends/openvino/tests/ops/test_batch_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/tests/ops 2025-06-05T23:21:42.0846626Z copying src/executorch/backends/openvino/tests/ops/test_convolution.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/tests/ops 2025-06-05T23:21:42.0847846Z copying src/executorch/backends/openvino/tests/ops/test_mean.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/tests/ops 2025-06-05T23:21:42.0849046Z copying src/executorch/backends/openvino/tests/ops/test_permute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/tests/ops 2025-06-05T23:21:42.0850326Z copying src/executorch/backends/openvino/tests/ops/test_pooling.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/tests/ops 2025-06-05T23:21:42.0851689Z copying src/executorch/backends/openvino/tests/ops/test_unary_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/tests/ops 2025-06-05T23:21:42.0852949Z copying src/executorch/backends/openvino/tests/ops/test_view.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/tests/ops 2025-06-05T23:21:42.0853973Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:21:42.0854874Z copying src/executorch/backends/qualcomm/_passes/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:21:42.0856043Z copying src/executorch/backends/qualcomm/_passes/annotate_adaptive_avg_pool1d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:21:42.0857290Z copying src/executorch/backends/qualcomm/_passes/annotate_quant_attrs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:21:42.0858479Z copying src/executorch/backends/qualcomm/_passes/annotate_stack.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:21:42.0859940Z copying src/executorch/backends/qualcomm/_passes/annotate_unbind.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:21:42.0861162Z copying src/executorch/backends/qualcomm/_passes/build_quant_io.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:21:42.0862378Z copying src/executorch/backends/qualcomm/_passes/convert_bmm_to_matmul.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:21:42.0863680Z copying src/executorch/backends/qualcomm/_passes/convert_conv1d_to_conv2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:21:42.0865035Z copying src/executorch/backends/qualcomm/_passes/convert_square_to_pow.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:21:42.0866284Z copying src/executorch/backends/qualcomm/_passes/decompose_any.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:21:42.0867459Z copying src/executorch/backends/qualcomm/_passes/decompose_cdist.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:21:42.0868767Z copying src/executorch/backends/qualcomm/_passes/decompose_einsum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:21:42.0869992Z copying src/executorch/backends/qualcomm/_passes/decompose_expm1.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:21:42.0871390Z copying src/executorch/backends/qualcomm/_passes/decompose_linalg_vector_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:21:42.1238513Z copying src/executorch/backends/qualcomm/_passes/decompose_roll.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:21:42.1239715Z copying src/executorch/backends/qualcomm/_passes/decompose_silu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:21:42.1240989Z copying src/executorch/backends/qualcomm/_passes/expand_broadcast_tensor_shape.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:21:42.1242334Z copying src/executorch/backends/qualcomm/_passes/fixed_linear_keep_dim.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:21:42.1243531Z copying src/executorch/backends/qualcomm/_passes/fold_qdq.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:21:42.1244840Z copying src/executorch/backends/qualcomm/_passes/fuse_consecutive_cast.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:21:42.1246116Z copying src/executorch/backends/qualcomm/_passes/fuse_consecutive_transpose.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:21:42.1247286Z copying src/executorch/backends/qualcomm/_passes/i64_to_i32.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:21:42.1248536Z copying src/executorch/backends/qualcomm/_passes/insert_io_qdq.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:21:42.1249783Z copying src/executorch/backends/qualcomm/_passes/insert_requantize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:21:42.1251022Z copying src/executorch/backends/qualcomm/_passes/layout_transform.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:21:42.1252345Z copying src/executorch/backends/qualcomm/_passes/lift_constant_scalar_operands.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:21:42.1253553Z copying src/executorch/backends/qualcomm/_passes/qnn_pass_manager.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:21:42.1254763Z copying src/executorch/backends/qualcomm/_passes/recompose_pixel_unshuffle.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:21:42.1256107Z copying src/executorch/backends/qualcomm/_passes/recompose_rms_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:21:42.1257347Z copying src/executorch/backends/qualcomm/_passes/reduce_dynamic_range.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:21:42.1258876Z copying src/executorch/backends/qualcomm/_passes/remove_0d_tensor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:21:42.1260225Z copying src/executorch/backends/qualcomm/_passes/remove_redundancy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:21:42.1261525Z copying src/executorch/backends/qualcomm/_passes/replace_arange_args.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:21:42.1262838Z copying src/executorch/backends/qualcomm/_passes/replace_index_put_input.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:21:42.1264065Z copying src/executorch/backends/qualcomm/_passes/replace_inf_values.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:21:42.1265283Z copying src/executorch/backends/qualcomm/_passes/tag_quant_io.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:21:42.1266481Z copying src/executorch/backends/qualcomm/_passes/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:21:42.1267393Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:21:42.1268292Z copying src/executorch/backends/qualcomm/builders/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:21:42.1269460Z copying src/executorch/backends/qualcomm/builders/node_visitor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:21:42.1270727Z copying src/executorch/backends/qualcomm/builders/op_abs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:21:42.1272029Z copying src/executorch/backends/qualcomm/builders/op_adaptive_avg_pool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:21:42.1273243Z copying src/executorch/backends/qualcomm/builders/op_add.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:21:42.1274518Z copying src/executorch/backends/qualcomm/builders/op_amax.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:21:42.1275656Z copying src/executorch/backends/qualcomm/builders/op_and.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:21:42.1276788Z copying src/executorch/backends/qualcomm/builders/op_arange.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:21:42.1278076Z copying src/executorch/backends/qualcomm/builders/op_argmin.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:21:42.1279297Z copying src/executorch/backends/qualcomm/builders/op_avg_pool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:21:42.1280480Z copying src/executorch/backends/qualcomm/builders/op_batch_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:21:42.1281725Z copying src/executorch/backends/qualcomm/builders/op_bmm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:21:42.1282841Z copying src/executorch/backends/qualcomm/builders/op_cat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:21:42.1283972Z copying src/executorch/backends/qualcomm/builders/op_ceil.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:21:42.1285234Z copying src/executorch/backends/qualcomm/builders/op_clamp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:21:42.1286432Z copying src/executorch/backends/qualcomm/builders/op_conv2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:21:42.1287832Z copying src/executorch/backends/qualcomm/builders/op_cos.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:21:42.1288982Z copying src/executorch/backends/qualcomm/builders/op_cum_sum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:21:42.1290304Z copying src/executorch/backends/qualcomm/builders/op_depth_to_space.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:21:42.1291515Z copying src/executorch/backends/qualcomm/builders/op_dequantize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:21:42.1292820Z copying src/executorch/backends/qualcomm/builders/op_div.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:21:42.1293993Z copying src/executorch/backends/qualcomm/builders/op_elu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:21:42.1295151Z copying src/executorch/backends/qualcomm/builders/op_embedding.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:21:42.1296391Z copying src/executorch/backends/qualcomm/builders/op_eq.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:21:42.1297509Z copying src/executorch/backends/qualcomm/builders/op_exp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:21:42.1298655Z copying src/executorch/backends/qualcomm/builders/op_expand.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:21:42.1299868Z copying src/executorch/backends/qualcomm/builders/op_full.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:21:42.1301065Z copying src/executorch/backends/qualcomm/builders/op_full_like.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:21:42.1302287Z copying src/executorch/backends/qualcomm/builders/op_gather.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:21:42.1303544Z copying src/executorch/backends/qualcomm/builders/op_ge.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:21:42.1304675Z copying src/executorch/backends/qualcomm/builders/op_gelu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:21:42.1305822Z copying src/executorch/backends/qualcomm/builders/op_group_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:21:42.1664621Z copying src/executorch/backends/qualcomm/builders/op_gt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:21:42.1665862Z copying src/executorch/backends/qualcomm/builders/op_hardsigmoid.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:21:42.1667140Z copying src/executorch/backends/qualcomm/builders/op_hardswish.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:21:42.1668463Z copying src/executorch/backends/qualcomm/builders/op_hardtanh.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:21:42.1669684Z copying src/executorch/backends/qualcomm/builders/op_index.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:21:42.1670833Z copying src/executorch/backends/qualcomm/builders/op_index_put.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:21:42.1672152Z copying src/executorch/backends/qualcomm/builders/op_instance_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:21:42.1673346Z copying src/executorch/backends/qualcomm/builders/op_layer_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:21:42.1674674Z copying src/executorch/backends/qualcomm/builders/op_le.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:21:42.1676045Z copying src/executorch/backends/qualcomm/builders/op_linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:21:42.1677198Z copying src/executorch/backends/qualcomm/builders/op_log.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:21:42.1678431Z copying src/executorch/backends/qualcomm/builders/op_log_softmax.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:21:42.1679828Z copying src/executorch/backends/qualcomm/builders/op_logical_not.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:21:42.1681075Z copying src/executorch/backends/qualcomm/builders/op_lt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:21:42.1682347Z copying src/executorch/backends/qualcomm/builders/op_matmul.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:21:42.1683494Z copying src/executorch/backends/qualcomm/builders/op_max.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:21:42.1684637Z copying src/executorch/backends/qualcomm/builders/op_max_pool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:21:42.1685804Z copying src/executorch/backends/qualcomm/builders/op_mean_dim.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:21:42.1687094Z copying src/executorch/backends/qualcomm/builders/op_min.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:21:42.1688209Z copying src/executorch/backends/qualcomm/builders/op_mul.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:21:42.1689431Z copying src/executorch/backends/qualcomm/builders/op_ne.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:21:42.1690803Z copying src/executorch/backends/qualcomm/builders/op_neg.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:21:42.1692015Z copying src/executorch/backends/qualcomm/builders/op_or.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:21:42.1693272Z copying src/executorch/backends/qualcomm/builders/op_pad.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:21:42.1694388Z copying src/executorch/backends/qualcomm/builders/op_pow.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:21:42.1695521Z copying src/executorch/backends/qualcomm/builders/op_prelu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:21:42.1696686Z copying src/executorch/backends/qualcomm/builders/op_quantize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:21:42.1697968Z copying src/executorch/backends/qualcomm/builders/op_relu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:21:42.1699168Z copying src/executorch/backends/qualcomm/builders/op_repeat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:21:42.1700395Z copying src/executorch/backends/qualcomm/builders/op_reshape.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:21:42.1701562Z copying src/executorch/backends/qualcomm/builders/op_resize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:21:42.1702713Z copying src/executorch/backends/qualcomm/builders/op_rms_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:21:42.1703965Z copying src/executorch/backends/qualcomm/builders/op_rsqrt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:21:42.1705306Z copying src/executorch/backends/qualcomm/builders/op_scalar_tensor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:21:42.1706582Z copying src/executorch/backends/qualcomm/builders/op_select_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:21:42.1707810Z copying src/executorch/backends/qualcomm/builders/op_sigmoid.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:21:42.1709085Z copying src/executorch/backends/qualcomm/builders/op_sin.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:21:42.1710220Z copying src/executorch/backends/qualcomm/builders/op_skip_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:21:42.1711404Z copying src/executorch/backends/qualcomm/builders/op_slice_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:21:42.1712588Z copying src/executorch/backends/qualcomm/builders/op_softmax.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:21:42.1713891Z copying src/executorch/backends/qualcomm/builders/op_space_to_depth.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:21:42.1715116Z copying src/executorch/backends/qualcomm/builders/op_split_with_sizes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:21:42.1716387Z copying src/executorch/backends/qualcomm/builders/op_sqrt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:21:42.1717700Z copying src/executorch/backends/qualcomm/builders/op_squeeze.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:21:42.1718962Z copying src/executorch/backends/qualcomm/builders/op_stack.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:21:42.1720224Z copying src/executorch/backends/qualcomm/builders/op_sub.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:21:42.1721383Z copying src/executorch/backends/qualcomm/builders/op_sum_int_list.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:21:42.1722551Z copying src/executorch/backends/qualcomm/builders/op_tanh.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:21:42.1723666Z copying src/executorch/backends/qualcomm/builders/op_to.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:21:42.1724902Z copying src/executorch/backends/qualcomm/builders/op_topk.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:21:42.1726072Z copying src/executorch/backends/qualcomm/builders/op_transpose.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:21:42.1727234Z copying src/executorch/backends/qualcomm/builders/op_unbind.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:21:42.1728403Z copying src/executorch/backends/qualcomm/builders/op_unsqueeze.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:21:42.1729697Z copying src/executorch/backends/qualcomm/builders/op_upsample_bilinear2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:21:42.1731096Z copying src/executorch/backends/qualcomm/builders/op_upsample_nearest2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:21:42.1732411Z copying src/executorch/backends/qualcomm/builders/op_where.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:21:42.2140998Z copying src/executorch/backends/qualcomm/builders/qnn_constants.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:21:42.2142407Z copying src/executorch/backends/qualcomm/builders/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:21:42.2143333Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/debugger 2025-06-05T23:21:42.2144217Z copying src/executorch/backends/qualcomm/debugger/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/debugger 2025-06-05T23:21:42.2145262Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/partition 2025-06-05T23:21:42.2146254Z copying src/executorch/backends/qualcomm/partition/common_defs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/partition 2025-06-05T23:21:42.2147489Z copying src/executorch/backends/qualcomm/partition/qnn_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/partition 2025-06-05T23:21:42.2148846Z copying src/executorch/backends/qualcomm/partition/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/partition 2025-06-05T23:21:42.2149735Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer 2025-06-05T23:21:42.2150676Z copying src/executorch/backends/qualcomm/quantizer/annotators.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer 2025-06-05T23:21:42.2151924Z copying src/executorch/backends/qualcomm/quantizer/custom_annotation.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer 2025-06-05T23:21:42.2153327Z copying src/executorch/backends/qualcomm/quantizer/qconfig.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer 2025-06-05T23:21:42.2154537Z copying src/executorch/backends/qualcomm/quantizer/quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer 2025-06-05T23:21:42.2155550Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/serialization 2025-06-05T23:21:42.2156617Z copying src/executorch/backends/qualcomm/serialization/qc_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/serialization 2025-06-05T23:21:42.2157930Z copying src/executorch/backends/qualcomm/serialization/qc_schema_serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/serialization 2025-06-05T23:21:42.2158906Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/tests 2025-06-05T23:21:42.2159959Z copying src/executorch/backends/qualcomm/tests/models.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/tests 2025-06-05T23:21:42.2161230Z copying src/executorch/backends/qualcomm/tests/test_qnn_delegate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/tests 2025-06-05T23:21:42.2162382Z copying src/executorch/backends/qualcomm/tests/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/tests 2025-06-05T23:21:42.2163271Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/utils 2025-06-05T23:21:42.2164285Z copying src/executorch/backends/qualcomm/utils/constants.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/utils 2025-06-05T23:21:42.2165380Z copying src/executorch/backends/qualcomm/utils/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/utils 2025-06-05T23:21:42.2166292Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer/observers 2025-06-05T23:21:42.2167417Z copying src/executorch/backends/qualcomm/quantizer/observers/per_block_param_observer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer/observers 2025-06-05T23:21:42.2169240Z copying src/executorch/backends/qualcomm/quantizer/observers/per_channel_param_observer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer/observers 2025-06-05T23:21:42.2170456Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/test 2025-06-05T23:21:42.2171551Z copying src/executorch/backends/transforms/test/test_create_delete_constant_placeholder.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/test 2025-06-05T23:21:42.2173015Z copying src/executorch/backends/transforms/test/test_duplicate_dynamic_quant_chain.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/test 2025-06-05T23:21:42.2174283Z copying src/executorch/backends/transforms/test/test_rank_0_to_rank_1.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/test 2025-06-05T23:21:42.2175181Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes 2025-06-05T23:21:42.2176152Z copying src/executorch/backends/vulkan/_passes/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes 2025-06-05T23:21:42.2177240Z copying src/executorch/backends/vulkan/_passes/fuse_quantized_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes 2025-06-05T23:21:42.2178395Z copying src/executorch/backends/vulkan/_passes/insert_prepack_nodes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes 2025-06-05T23:21:42.2179586Z copying src/executorch/backends/vulkan/_passes/int4_weight_only_quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes 2025-06-05T23:21:42.2181213Z copying src/executorch/backends/vulkan/_passes/remove_asserts.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes 2025-06-05T23:21:42.2182395Z copying src/executorch/backends/vulkan/_passes/remove_local_scalar_dense_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes 2025-06-05T23:21:42.2183691Z copying src/executorch/backends/vulkan/_passes/remove_redundant_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes 2025-06-05T23:21:42.2184864Z copying src/executorch/backends/vulkan/_passes/squeeze_unsqueeze_inputs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes 2025-06-05T23:21:42.2186043Z copying src/executorch/backends/vulkan/_passes/tag_memory_meta_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes 2025-06-05T23:21:42.2186931Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/partitioner 2025-06-05T23:21:42.2187906Z copying src/executorch/backends/vulkan/partitioner/vulkan_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/partitioner 2025-06-05T23:21:42.2188862Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/quantizer 2025-06-05T23:21:42.2189785Z copying src/executorch/backends/vulkan/quantizer/vulkan_quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/quantizer 2025-06-05T23:21:42.2190699Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime 2025-06-05T23:21:42.2191574Z copying src/executorch/backends/vulkan/runtime/gen_vulkan_spv.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime 2025-06-05T23:21:42.2192598Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/serialization 2025-06-05T23:21:42.2193595Z copying src/executorch/backends/vulkan/serialization/vulkan_graph_builder.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/serialization 2025-06-05T23:21:42.2194999Z copying src/executorch/backends/vulkan/serialization/vulkan_graph_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/serialization 2025-06-05T23:21:42.2196334Z copying src/executorch/backends/vulkan/serialization/vulkan_graph_serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/serialization 2025-06-05T23:21:42.2197388Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test 2025-06-05T23:21:42.2198301Z copying src/executorch/backends/vulkan/test/test_serialization.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test 2025-06-05T23:21:42.2199434Z copying src/executorch/backends/vulkan/test/test_vulkan_delegate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test 2025-06-05T23:21:42.2200585Z copying src/executorch/backends/vulkan/test/test_vulkan_delegate_header.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test 2025-06-05T23:21:42.2201859Z copying src/executorch/backends/vulkan/test/test_vulkan_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test 2025-06-05T23:21:42.2202758Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests 2025-06-05T23:21:42.2203663Z copying src/executorch/backends/vulkan/test/op_tests/cases.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests 2025-06-05T23:21:42.2204891Z copying src/executorch/backends/vulkan/test/op_tests/generate_op_benchmarks.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests 2025-06-05T23:21:42.2206216Z copying src/executorch/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-06-05T23:21:42.2207239Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/utils 2025-06-05T23:21:42.2208258Z copying src/executorch/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-06-05T23:21:42.2563302Z copying src/executorch/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-06-05T23:21:42.2564738Z copying src/executorch/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-06-05T23:21:42.2566160Z copying src/executorch/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-06-05T23:21:42.2567535Z copying src/executorch/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-06-05T23:21:42.2569019Z copying src/executorch/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-06-05T23:21:42.2570108Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/volk 2025-06-05T23:21:42.2571090Z copying src/executorch/backends/vulkan/third-party/volk/generate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/volk 2025-06-05T23:21:42.2572209Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-06-05T23:21:42.2573516Z copying src/executorch/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-06-05T23:21:42.2575194Z copying src/executorch/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-06-05T23:21:42.2576992Z copying src/executorch/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-06-05T23:21:42.2578632Z copying src/executorch/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-06-05T23:21:42.2580413Z copying src/executorch/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-06-05T23:21:42.2582143Z copying src/executorch/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-06-05T23:21:42.2583934Z copying src/executorch/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-06-05T23:21:42.2585275Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools 2025-06-05T23:21:42.2586663Z copying src/executorch/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-06-05T23:21:42.2588087Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis 2025-06-05T23:21:42.2589670Z copying src/executorch/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-06-05T23:21:42.2591185Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-06-05T23:21:42.2592039Z copying src/executorch/backends/xnnpack/_passes/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-06-05T23:21:42.2607182Z copying src/executorch/backends/xnnpack/_passes/channels_last_tagged_reshape_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-06-05T23:21:42.2608463Z copying src/executorch/backends/xnnpack/_passes/conv1d_unsqueeze_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-06-05T23:21:42.2609740Z copying src/executorch/backends/xnnpack/_passes/convert_to_linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-06-05T23:21:42.2610903Z copying src/executorch/backends/xnnpack/_passes/convert_to_sdpa.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-06-05T23:21:42.2612101Z copying src/executorch/backends/xnnpack/_passes/convert_to_upsample_bilinear2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-06-05T23:21:42.2613312Z copying src/executorch/backends/xnnpack/_passes/decompose_cat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-06-05T23:21:42.2614654Z copying src/executorch/backends/xnnpack/_passes/fuse_activation_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-06-05T23:21:42.2615850Z copying src/executorch/backends/xnnpack/_passes/fuse_batch_norm_with_conv.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-06-05T23:21:42.2617044Z copying src/executorch/backends/xnnpack/_passes/prelu_reshape_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-06-05T23:21:42.2618209Z copying src/executorch/backends/xnnpack/_passes/tag_implicit_q_dq_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-06-05T23:21:42.2619372Z copying src/executorch/backends/xnnpack/_passes/xnnpack_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-06-05T23:21:42.2620262Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:21:42.2621188Z copying src/executorch/backends/xnnpack/operators/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:21:42.2622573Z copying src/executorch/backends/xnnpack/operators/node_visitor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:21:42.2623815Z copying src/executorch/backends/xnnpack/operators/op_abs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:21:42.2624940Z copying src/executorch/backends/xnnpack/operators/op_add.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:21:42.2626076Z copying src/executorch/backends/xnnpack/operators/op_addmm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:21:42.2627257Z copying src/executorch/backends/xnnpack/operators/op_avg_pooling2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:21:42.2628471Z copying src/executorch/backends/xnnpack/operators/op_bmm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:21:42.2629711Z copying src/executorch/backends/xnnpack/operators/op_cat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:21:42.2630875Z copying src/executorch/backends/xnnpack/operators/op_ceiling.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:21:42.2632026Z copying src/executorch/backends/xnnpack/operators/op_clamp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:21:42.2633185Z copying src/executorch/backends/xnnpack/operators/op_conv2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:21:42.2634330Z copying src/executorch/backends/xnnpack/operators/op_div.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:21:42.2635522Z copying src/executorch/backends/xnnpack/operators/op_dynamic_dequantize_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:21:42.2636936Z copying src/executorch/backends/xnnpack/operators/op_dynamic_quantize_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:21:42.2638132Z copying src/executorch/backends/xnnpack/operators/op_elu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:21:42.2639262Z copying src/executorch/backends/xnnpack/operators/op_exp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:21:42.2640403Z copying src/executorch/backends/xnnpack/operators/op_floor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:21:42.2641539Z copying src/executorch/backends/xnnpack/operators/op_gelu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:21:42.2642706Z copying src/executorch/backends/xnnpack/operators/op_hardswish.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:21:42.2644092Z copying src/executorch/backends/xnnpack/operators/op_hardtanh.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:21:42.2983653Z copying src/executorch/backends/xnnpack/operators/op_leaky_relu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:21:42.2984874Z copying src/executorch/backends/xnnpack/operators/op_linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:21:42.2986028Z copying src/executorch/backends/xnnpack/operators/op_log.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:21:42.2987234Z copying src/executorch/backends/xnnpack/operators/op_matrix_multiplication.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:21:42.2988462Z copying src/executorch/backends/xnnpack/operators/op_max_dim.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:21:42.2989808Z copying src/executorch/backends/xnnpack/operators/op_max_pool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:21:42.2991125Z copying src/executorch/backends/xnnpack/operators/op_maximum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:21:42.2992398Z copying src/executorch/backends/xnnpack/operators/op_mean_dim.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:21:42.2993562Z copying src/executorch/backends/xnnpack/operators/op_minimum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:21:42.2994736Z copying src/executorch/backends/xnnpack/operators/op_multiply.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:21:42.2995909Z copying src/executorch/backends/xnnpack/operators/op_negate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:21:42.2997064Z copying src/executorch/backends/xnnpack/operators/op_permute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:21:42.2998226Z copying src/executorch/backends/xnnpack/operators/op_prelu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:21:42.2999408Z copying src/executorch/backends/xnnpack/operators/op_quant_dequant.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:21:42.3000735Z copying src/executorch/backends/xnnpack/operators/op_relu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:21:42.3001885Z copying src/executorch/backends/xnnpack/operators/op_rsqrt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:21:42.3003014Z copying src/executorch/backends/xnnpack/operators/op_sdpa.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:21:42.3004175Z copying src/executorch/backends/xnnpack/operators/op_sigmoid.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:21:42.3005351Z copying src/executorch/backends/xnnpack/operators/op_skip_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:21:42.3006534Z copying src/executorch/backends/xnnpack/operators/op_slice_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:21:42.3007715Z copying src/executorch/backends/xnnpack/operators/op_softmax.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:21:42.3008926Z copying src/executorch/backends/xnnpack/operators/op_square.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:21:42.3010253Z copying src/executorch/backends/xnnpack/operators/op_square_root.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:21:42.3011447Z copying src/executorch/backends/xnnpack/operators/op_squeeze.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:21:42.3012710Z copying src/executorch/backends/xnnpack/operators/op_static_constant_pad.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:21:42.3013989Z copying src/executorch/backends/xnnpack/operators/op_static_resize_bilinear_2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:21:42.3015219Z copying src/executorch/backends/xnnpack/operators/op_sub.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:21:42.3016352Z copying src/executorch/backends/xnnpack/operators/op_to_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:21:42.3017854Z copying src/executorch/backends/xnnpack/operators/quant_params.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:21:42.3018781Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition 2025-06-05T23:21:42.3019755Z copying src/executorch/backends/xnnpack/partition/configs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition 2025-06-05T23:21:42.3020980Z copying src/executorch/backends/xnnpack/partition/xnnpack_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition 2025-06-05T23:21:42.3021930Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/quantizer 2025-06-05T23:21:42.3022890Z copying src/executorch/backends/xnnpack/quantizer/xnnpack_quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/quantizer 2025-06-05T23:21:42.3024177Z copying src/executorch/backends/xnnpack/quantizer/xnnpack_quantizer_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/quantizer 2025-06-05T23:21:42.3025280Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/serialization 2025-06-05T23:21:42.3026305Z copying src/executorch/backends/xnnpack/serialization/xnnpack_graph_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/serialization 2025-06-05T23:21:42.3027681Z copying src/executorch/backends/xnnpack/serialization/xnnpack_graph_serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/serialization 2025-06-05T23:21:42.3028660Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test 2025-06-05T23:21:42.3029535Z copying src/executorch/backends/xnnpack/test/test_xnnpack_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test 2025-06-05T23:21:42.3030688Z copying src/executorch/backends/xnnpack/test/test_xnnpack_utils_classes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test 2025-06-05T23:21:42.3031618Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party 2025-06-05T23:21:42.3032795Z copying src/executorch/backends/xnnpack/third-party/generate-cpuinfo-wrappers.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party 2025-06-05T23:21:42.3033774Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/utils 2025-06-05T23:21:42.3034628Z copying src/executorch/backends/xnnpack/utils/configs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/utils 2025-06-05T23:21:42.3035713Z copying src/executorch/backends/xnnpack/utils/quant_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/utils 2025-06-05T23:21:42.3036797Z copying src/executorch/backends/xnnpack/utils/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/utils 2025-06-05T23:21:42.3037917Z copying src/executorch/backends/xnnpack/utils/xnnpack_constants.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/utils 2025-06-05T23:21:42.3038854Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config 2025-06-05T23:21:42.3039939Z copying src/executorch/backends/xnnpack/partition/config/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config 2025-06-05T23:21:42.3041312Z copying src/executorch/backends/xnnpack/partition/config/gemm_configs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config 2025-06-05T23:21:42.3042681Z copying src/executorch/backends/xnnpack/partition/config/generic_node_configs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config 2025-06-05T23:21:42.3044063Z copying src/executorch/backends/xnnpack/partition/config/node_configs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config 2025-06-05T23:21:42.3045533Z copying src/executorch/backends/xnnpack/partition/config/quant_affine_configs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config 2025-06-05T23:21:42.3047017Z copying src/executorch/backends/xnnpack/partition/config/xnnpack_config.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config 2025-06-05T23:21:42.3048296Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/graphs 2025-06-05T23:21:42.3049329Z copying src/executorch/backends/xnnpack/partition/graphs/bilinear_2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/graphs 2025-06-05T23:21:42.3050732Z copying src/executorch/backends/xnnpack/partition/graphs/sdpa.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/graphs 2025-06-05T23:21:42.3424896Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-06-05T23:21:42.3425968Z copying src/executorch/backends/xnnpack/test/models/deeplab_v3.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-06-05T23:21:42.3427190Z copying src/executorch/backends/xnnpack/test/models/edsr.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-06-05T23:21:42.3428414Z copying src/executorch/backends/xnnpack/test/models/emformer_rnnt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-06-05T23:21:42.3429649Z copying src/executorch/backends/xnnpack/test/models/inception_v3.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-06-05T23:21:42.3430893Z copying src/executorch/backends/xnnpack/test/models/inception_v4.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-06-05T23:21:42.3432171Z copying src/executorch/backends/xnnpack/test/models/llama2_et_example.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-06-05T23:21:42.3433417Z copying src/executorch/backends/xnnpack/test/models/mobilebert.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-06-05T23:21:42.3434668Z copying src/executorch/backends/xnnpack/test/models/mobilenet_v2.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-06-05T23:21:42.3436182Z copying src/executorch/backends/xnnpack/test/models/mobilenet_v3.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-06-05T23:21:42.3437612Z copying src/executorch/backends/xnnpack/test/models/resnet.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-06-05T23:21:42.3438916Z copying src/executorch/backends/xnnpack/test/models/torchvision_vit.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-06-05T23:21:42.3440159Z copying src/executorch/backends/xnnpack/test/models/very_big_model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-06-05T23:21:42.3441355Z copying src/executorch/backends/xnnpack/test/models/w2l.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-06-05T23:21:42.3442246Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:21:42.3443204Z copying src/executorch/backends/xnnpack/test/ops/test_abs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:21:42.3444339Z copying src/executorch/backends/xnnpack/test/ops/test_add.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:21:42.3445547Z copying src/executorch/backends/xnnpack/test/ops/test_avgpool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:21:42.3446858Z copying src/executorch/backends/xnnpack/test/ops/test_bilinear2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:21:42.3448374Z copying src/executorch/backends/xnnpack/test/ops/test_bmm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:21:42.3449558Z copying src/executorch/backends/xnnpack/test/ops/test_cat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:21:42.3450794Z copying src/executorch/backends/xnnpack/test/ops/test_ceil.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:21:42.3451996Z copying src/executorch/backends/xnnpack/test/ops/test_check_quant_params.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:21:42.3453183Z copying src/executorch/backends/xnnpack/test/ops/test_clamp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:21:42.3454404Z copying src/executorch/backends/xnnpack/test/ops/test_conv1d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:21:42.3455688Z copying src/executorch/backends/xnnpack/test/ops/test_conv2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:21:42.3456956Z copying src/executorch/backends/xnnpack/test/ops/test_div.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:21:42.3458090Z copying src/executorch/backends/xnnpack/test/ops/test_elu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:21:42.3459387Z copying src/executorch/backends/xnnpack/test/ops/test_exp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:21:42.3460535Z copying src/executorch/backends/xnnpack/test/ops/test_floor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:21:42.3461684Z copying src/executorch/backends/xnnpack/test/ops/test_gelu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:21:42.3462842Z copying src/executorch/backends/xnnpack/test/ops/test_hardswish.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:21:42.3464161Z copying src/executorch/backends/xnnpack/test/ops/test_hardtanh.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:21:42.3465351Z copying src/executorch/backends/xnnpack/test/ops/test_leaky_relu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:21:42.3466515Z copying src/executorch/backends/xnnpack/test/ops/test_linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:21:42.3467667Z copying src/executorch/backends/xnnpack/test/ops/test_log.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:21:42.3468789Z copying src/executorch/backends/xnnpack/test/ops/test_lstm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:21:42.3469943Z copying src/executorch/backends/xnnpack/test/ops/test_max_dim.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:21:42.3471228Z copying src/executorch/backends/xnnpack/test/ops/test_maximum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:21:42.3472520Z copying src/executorch/backends/xnnpack/test/ops/test_maxpool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:21:42.3473760Z copying src/executorch/backends/xnnpack/test/ops/test_mean_dim.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:21:42.3475043Z copying src/executorch/backends/xnnpack/test/ops/test_minimum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:21:42.3476320Z copying src/executorch/backends/xnnpack/test/ops/test_multiply.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:21:42.3477878Z copying src/executorch/backends/xnnpack/test/ops/test_negate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:21:42.3479213Z copying src/executorch/backends/xnnpack/test/ops/test_permute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:21:42.3480445Z copying src/executorch/backends/xnnpack/test/ops/test_pow.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:21:42.3481654Z copying src/executorch/backends/xnnpack/test/ops/test_prelu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:21:42.3482914Z copying src/executorch/backends/xnnpack/test/ops/test_quantize_per_tensor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:21:42.3484237Z copying src/executorch/backends/xnnpack/test/ops/test_relu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:21:42.3485543Z copying src/executorch/backends/xnnpack/test/ops/test_rsqrt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:21:42.3486685Z copying src/executorch/backends/xnnpack/test/ops/test_sdpa.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:21:42.3487905Z copying src/executorch/backends/xnnpack/test/ops/test_sigmoid.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:21:42.3489075Z copying src/executorch/backends/xnnpack/test/ops/test_slice_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:21:42.3490345Z copying src/executorch/backends/xnnpack/test/ops/test_softmax.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:21:42.3491563Z copying src/executorch/backends/xnnpack/test/ops/test_sqrt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:21:42.3492743Z copying src/executorch/backends/xnnpack/test/ops/test_square.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:21:42.3494073Z copying src/executorch/backends/xnnpack/test/ops/test_static_constant_pad.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:21:42.3799595Z copying src/executorch/backends/xnnpack/test/ops/test_sub.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:21:42.3800523Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes 2025-06-05T23:21:42.3801524Z copying src/executorch/backends/xnnpack/test/passes/test_activation_fusion.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes 2025-06-05T23:21:42.3802837Z copying src/executorch/backends/xnnpack/test/passes/test_batch_norm_fusion.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes 2025-06-05T23:21:42.3804199Z copying src/executorch/backends/xnnpack/test/passes/test_channels_last_tagged_reshape.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes 2025-06-05T23:21:42.3805549Z copying src/executorch/backends/xnnpack/test/passes/test_convert_to_linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes 2025-06-05T23:21:42.3806891Z copying src/executorch/backends/xnnpack/test/passes/test_decompose_cat_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes 2025-06-05T23:21:42.3808258Z copying src/executorch/backends/xnnpack/test/passes/test_remove_get_item_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes 2025-06-05T23:21:42.3809632Z copying src/executorch/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-06-05T23:21:42.3810812Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/quantizer 2025-06-05T23:21:42.3811861Z copying src/executorch/backends/xnnpack/test/quantizer/test_pt2e_quantization.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/quantizer 2025-06-05T23:21:42.3813370Z copying src/executorch/backends/xnnpack/test/quantizer/test_representation.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/quantizer 2025-06-05T23:21:42.3814803Z copying src/executorch/backends/xnnpack/test/quantizer/test_xnnpack_quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/quantizer 2025-06-05T23:21:42.3815854Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/serialization 2025-06-05T23:21:42.3816945Z copying src/executorch/backends/xnnpack/test/serialization/test_serialization.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/serialization 2025-06-05T23:21:42.3818367Z copying src/executorch/backends/xnnpack/test/serialization/test_xnnheader.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/serialization 2025-06-05T23:21:42.3819394Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/tester 2025-06-05T23:21:42.3820306Z copying src/executorch/backends/xnnpack/test/tester/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/tester 2025-06-05T23:21:42.3821587Z copying src/executorch/backends/xnnpack/test/tester/tester.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/tester 2025-06-05T23:21:42.3822540Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16 2025-06-05T23:21:42.3823546Z copying src/executorch/backends/xnnpack/third-party/FP16/configure.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16 2025-06-05T23:21:42.3824566Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FXdiv 2025-06-05T23:21:42.3825592Z copying src/executorch/backends/xnnpack/third-party/FXdiv/configure.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FXdiv 2025-06-05T23:21:42.3826632Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo 2025-06-05T23:21:42.3827682Z copying src/executorch/backends/xnnpack/third-party/cpuinfo/configure.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo 2025-06-05T23:21:42.3828789Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/pthreadpool 2025-06-05T23:21:42.3829960Z copying src/executorch/backends/xnnpack/third-party/pthreadpool/configure.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/pthreadpool 2025-06-05T23:21:42.3831100Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16/include/fp16 2025-06-05T23:21:42.3832264Z copying src/executorch/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-06-05T23:21:42.3833796Z copying src/executorch/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-06-05T23:21:42.3835289Z copying src/executorch/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-06-05T23:21:42.3836463Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16/test/peachpy 2025-06-05T23:21:42.3837674Z copying src/executorch/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-06-05T23:21:42.3838905Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-06-05T23:21:42.3840178Z copying src/executorch/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-06-05T23:21:42.3841806Z copying src/executorch/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-06-05T23:21:42.3843450Z copying src/executorch/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-06-05T23:21:42.3845077Z copying src/executorch/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-06-05T23:21:42.3846390Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:21:42.3847616Z copying src/executorch/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-06-05T23:21:42.3849222Z copying src/executorch/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-06-05T23:21:42.3850919Z copying src/executorch/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-06-05T23:21:42.3852590Z copying src/executorch/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-06-05T23:21:42.3854417Z copying src/executorch/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-06-05T23:21:42.3856068Z copying src/executorch/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-06-05T23:21:42.3857670Z copying src/executorch/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-06-05T23:21:42.3859405Z copying src/executorch/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-06-05T23:21:42.3861149Z copying src/executorch/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-06-05T23:21:42.3862821Z copying src/executorch/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-06-05T23:21:42.3864382Z copying src/executorch/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-06-05T23:21:42.3866018Z copying src/executorch/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-06-05T23:21:42.3867688Z copying src/executorch/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-06-05T23:21:42.4391499Z copying src/executorch/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-06-05T23:21:42.4393564Z copying src/executorch/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-06-05T23:21:42.4395568Z copying src/executorch/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-06-05T23:21:42.4397396Z copying src/executorch/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-06-05T23:21:42.4399191Z copying src/executorch/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-06-05T23:21:42.4400958Z copying src/executorch/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-06-05T23:21:42.4402570Z copying src/executorch/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-06-05T23:21:42.4404356Z copying src/executorch/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-06-05T23:21:42.4406233Z copying src/executorch/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-06-05T23:21:42.4408058Z copying src/executorch/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-06-05T23:21:42.4409910Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/primes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:21:42.4411516Z copying src/executorch/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-06-05T23:21:42.4413229Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/xngen.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:21:42.4414742Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/xnncommon.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:21:42.4415901Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-06-05T23:21:42.4417285Z copying src/executorch/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-06-05T23:21:42.4418917Z copying src/executorch/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-06-05T23:21:42.4420558Z copying src/executorch/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-06-05T23:21:42.4421919Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog 2025-06-05T23:21:42.4423115Z copying src/executorch/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-06-05T23:21:42.4424232Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/api 2025-06-05T23:21:42.4425125Z copying src/executorch/codegen/api/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/api 2025-06-05T23:21:42.4426193Z copying src/executorch/codegen/api/custom_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/api 2025-06-05T23:21:42.4427257Z copying src/executorch/codegen/api/et_cpp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/api 2025-06-05T23:21:42.4428240Z copying src/executorch/codegen/api/unboxing.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/api 2025-06-05T23:21:42.4428957Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/test 2025-06-05T23:21:42.4429745Z copying src/executorch/codegen/test/test_executorch_custom_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/test 2025-06-05T23:21:42.4430758Z copying src/executorch/codegen/test/test_executorch_gen.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/test 2025-06-05T23:21:42.4431906Z copying src/executorch/codegen/test/test_executorch_signatures.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/test 2025-06-05T23:21:42.4432922Z copying src/executorch/codegen/test/test_executorch_types.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/test 2025-06-05T23:21:42.4434091Z copying src/executorch/codegen/test/test_executorch_unboxing.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/test 2025-06-05T23:21:42.4435294Z copying src/executorch/codegen/test/test_selective_build.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/test 2025-06-05T23:21:42.4436058Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools 2025-06-05T23:21:42.4436779Z copying src/executorch/codegen/tools/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools 2025-06-05T23:21:42.4437683Z copying src/executorch/codegen/tools/gen_all_oplist.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools 2025-06-05T23:21:42.4438617Z copying src/executorch/codegen/tools/gen_oplist.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools 2025-06-05T23:21:42.4439537Z copying src/executorch/codegen/tools/gen_ops_def.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools 2025-06-05T23:21:42.4440500Z copying src/executorch/codegen/tools/gen_selected_op_variants.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools 2025-06-05T23:21:42.4441600Z copying src/executorch/codegen/tools/merge_yaml.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools 2025-06-05T23:21:42.4442512Z copying src/executorch/codegen/tools/yaml_util.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools 2025-06-05T23:21:42.4443255Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/api/types 2025-06-05T23:21:42.4444023Z copying src/executorch/codegen/api/types/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/api/types 2025-06-05T23:21:42.4445184Z copying src/executorch/codegen/api/types/signatures.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/api/types 2025-06-05T23:21:42.4446191Z copying src/executorch/codegen/api/types/types.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/api/types 2025-06-05T23:21:42.4446950Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/test 2025-06-05T23:21:42.4447789Z copying src/executorch/codegen/tools/test/test_gen_all_oplist.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/test 2025-06-05T23:21:42.4449001Z copying src/executorch/codegen/tools/test/test_gen_oplist.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/test 2025-06-05T23:21:42.4450218Z copying src/executorch/codegen/tools/test/test_gen_oplist_real_model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/test 2025-06-05T23:21:42.4451373Z copying src/executorch/codegen/tools/test/test_gen_selected_op_variants.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/test 2025-06-05T23:21:42.4452565Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/backend_debug 2025-06-05T23:21:42.4453399Z copying src/executorch/devtools/backend_debug/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/backend_debug 2025-06-05T23:21:42.4454548Z copying src/executorch/devtools/backend_debug/delegation_info.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/backend_debug 2025-06-05T23:21:42.4455553Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program 2025-06-05T23:21:42.4456579Z copying src/executorch/devtools/bundled_program/config.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program 2025-06-05T23:21:42.4457641Z copying src/executorch/devtools/bundled_program/core.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program 2025-06-05T23:21:42.4458751Z copying src/executorch/devtools/bundled_program/version.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program 2025-06-05T23:21:42.4459856Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/debug_format 2025-06-05T23:21:42.4460784Z copying src/executorch/devtools/debug_format/base_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/debug_format 2025-06-05T23:21:42.4461832Z copying src/executorch/devtools/debug_format/et_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/debug_format 2025-06-05T23:21:42.4791667Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump 2025-06-05T23:21:42.4792720Z copying src/executorch/devtools/etdump/schema_flatcc.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump 2025-06-05T23:21:42.4793745Z copying src/executorch/devtools/etdump/serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump 2025-06-05T23:21:42.4794623Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etrecord 2025-06-05T23:21:42.4795402Z copying src/executorch/devtools/etrecord/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etrecord 2025-06-05T23:21:42.4796453Z copying src/executorch/devtools/etrecord/_etrecord.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etrecord 2025-06-05T23:21:42.4797246Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector 2025-06-05T23:21:42.4798179Z copying src/executorch/devtools/inspector/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector 2025-06-05T23:21:42.4799179Z copying src/executorch/devtools/inspector/_inspector.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector 2025-06-05T23:21:42.4800202Z copying src/executorch/devtools/inspector/_inspector_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector 2025-06-05T23:21:42.4801322Z copying src/executorch/devtools/inspector/_intermediate_output_capturer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector 2025-06-05T23:21:42.4802576Z copying src/executorch/devtools/inspector/inspector_cli.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector 2025-06-05T23:21:42.4803485Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/size_analysis_tool 2025-06-05T23:21:42.4804431Z copying src/executorch/devtools/size_analysis_tool/size_analysis_tool.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/size_analysis_tool 2025-06-05T23:21:42.4805707Z copying src/executorch/devtools/size_analysis_tool/size_analysis_tool_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/size_analysis_tool 2025-06-05T23:21:42.4806626Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/visualization 2025-06-05T23:21:42.4807476Z copying src/executorch/devtools/visualization/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/visualization 2025-06-05T23:21:42.4808603Z copying src/executorch/devtools/visualization/visualization_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/visualization 2025-06-05T23:21:42.4810298Z copying src/executorch/devtools/visualization/visualization_utils_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/visualization 2025-06-05T23:21:42.4811232Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/backend_debug/tests 2025-06-05T23:21:42.4812366Z copying src/executorch/devtools/backend_debug/tests/test_delegation_info.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/backend_debug/tests 2025-06-05T23:21:42.4813430Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema 2025-06-05T23:21:42.4814368Z copying src/executorch/devtools/bundled_program/schema/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema 2025-06-05T23:21:42.4815634Z copying src/executorch/devtools/bundled_program/schema/bundled_program_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema 2025-06-05T23:21:42.4816654Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/serialize 2025-06-05T23:21:42.4817777Z copying src/executorch/devtools/bundled_program/serialize/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/serialize 2025-06-05T23:21:42.4818792Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/test 2025-06-05T23:21:42.4819733Z copying src/executorch/devtools/bundled_program/test/test_bundle_data.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/test 2025-06-05T23:21:42.4821026Z copying src/executorch/devtools/bundled_program/test/test_config.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/test 2025-06-05T23:21:42.4822225Z copying src/executorch/devtools/bundled_program/test/test_end2end.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/test 2025-06-05T23:21:42.4823142Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/util 2025-06-05T23:21:42.4824070Z copying src/executorch/devtools/bundled_program/util/test_util.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/util 2025-06-05T23:21:42.4825137Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema/test 2025-06-05T23:21:42.4826176Z copying src/executorch/devtools/bundled_program/schema/test/test_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema/test 2025-06-05T23:21:42.4827220Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/serialize/test 2025-06-05T23:21:42.4828612Z copying src/executorch/devtools/bundled_program/serialize/test/test_serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/serialize/test 2025-06-05T23:21:42.4829847Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump/tests 2025-06-05T23:21:42.4830823Z copying src/executorch/devtools/etdump/tests/serialize_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump/tests 2025-06-05T23:21:42.4831755Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etrecord/tests 2025-06-05T23:21:42.4832659Z copying src/executorch/devtools/etrecord/tests/etrecord_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etrecord/tests 2025-06-05T23:21:42.4833542Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/tests 2025-06-05T23:21:42.4834459Z copying src/executorch/devtools/inspector/tests/event_blocks_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/tests 2025-06-05T23:21:42.4835653Z copying src/executorch/devtools/inspector/tests/inspector_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/tests 2025-06-05T23:21:42.4836844Z copying src/executorch/devtools/inspector/tests/inspector_test_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/tests 2025-06-05T23:21:42.4838184Z copying src/executorch/devtools/inspector/tests/inspector_utils_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/tests 2025-06-05T23:21:42.4839709Z copying src/executorch/devtools/inspector/tests/intermediate_output_capturer_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/tests 2025-06-05T23:21:42.4840715Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning 2025-06-05T23:21:42.4841597Z copying src/executorch/examples/llm_pte_finetuning/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning 2025-06-05T23:21:42.4842726Z copying src/executorch/examples/llm_pte_finetuning/model_exporter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning 2025-06-05T23:21:42.4843911Z copying src/executorch/examples/llm_pte_finetuning/model_loading_lib.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning 2025-06-05T23:21:42.4845064Z copying src/executorch/examples/llm_pte_finetuning/runner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning 2025-06-05T23:21:42.4846192Z copying src/executorch/examples/llm_pte_finetuning/training_lib.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning 2025-06-05T23:21:42.4847053Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models 2025-06-05T23:21:42.4847872Z copying src/executorch/examples/models/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models 2025-06-05T23:21:42.4848948Z copying src/executorch/examples/models/checkpoint.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models 2025-06-05T23:21:42.4850168Z copying src/executorch/examples/models/model_base.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models 2025-06-05T23:21:42.4851136Z copying src/executorch/examples/models/model_factory.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models 2025-06-05T23:21:42.4851962Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/llama 2025-06-05T23:21:42.4852875Z copying src/executorch/examples/apple/coreml/llama/export.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/llama 2025-06-05T23:21:42.4854105Z copying src/executorch/examples/apple/coreml/llama/llama_transformer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/llama 2025-06-05T23:21:42.4855309Z copying src/executorch/examples/apple/coreml/llama/run.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/llama 2025-06-05T23:21:42.4856448Z copying src/executorch/examples/apple/coreml/llama/test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/llama 2025-06-05T23:21:42.4857793Z copying src/executorch/examples/apple/coreml/llama/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/llama 2025-06-05T23:21:42.4858720Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/scripts 2025-06-05T23:21:42.5205115Z copying src/executorch/examples/apple/coreml/scripts/debugger_cli.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/scripts 2025-06-05T23:21:42.5206589Z copying src/executorch/examples/apple/coreml/scripts/export.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/scripts 2025-06-05T23:21:42.5207866Z copying src/executorch/examples/apple/coreml/scripts/extract_coreml_models.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/scripts 2025-06-05T23:21:42.5209182Z copying src/executorch/examples/apple/coreml/scripts/inspector_cli.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/scripts 2025-06-05T23:21:42.5210554Z copying src/executorch/examples/apple/coreml/scripts/inspector_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/scripts 2025-06-05T23:21:42.5211777Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/mps/scripts 2025-06-05T23:21:42.5212832Z copying src/executorch/examples/apple/mps/scripts/bench_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/mps/scripts 2025-06-05T23:21:42.5214157Z copying src/executorch/examples/apple/mps/scripts/mps_example.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/mps/scripts 2025-06-05T23:21:42.5215072Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/deeplab_v3 2025-06-05T23:21:42.5215961Z copying src/executorch/examples/models/deeplab_v3/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/deeplab_v3 2025-06-05T23:21:42.5217074Z copying src/executorch/examples/models/deeplab_v3/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/deeplab_v3 2025-06-05T23:21:42.5217933Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/edsr 2025-06-05T23:21:42.5218754Z copying src/executorch/examples/models/edsr/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/edsr 2025-06-05T23:21:42.5219769Z copying src/executorch/examples/models/edsr/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/edsr 2025-06-05T23:21:42.5220752Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam 2025-06-05T23:21:42.5221727Z copying src/executorch/examples/models/efficient_sam/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam 2025-06-05T23:21:42.5222901Z copying src/executorch/examples/models/efficient_sam/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam 2025-06-05T23:21:42.5223822Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/emformer_rnnt 2025-06-05T23:21:42.5224734Z copying src/executorch/examples/models/emformer_rnnt/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/emformer_rnnt 2025-06-05T23:21:42.5225917Z copying src/executorch/examples/models/emformer_rnnt/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/emformer_rnnt 2025-06-05T23:21:42.5226831Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/inception_v3 2025-06-05T23:21:42.5227851Z copying src/executorch/examples/models/inception_v3/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/inception_v3 2025-06-05T23:21:42.5229066Z copying src/executorch/examples/models/inception_v3/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/inception_v3 2025-06-05T23:21:42.5229983Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/inception_v4 2025-06-05T23:21:42.5230877Z copying src/executorch/examples/models/inception_v4/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/inception_v4 2025-06-05T23:21:42.5232023Z copying src/executorch/examples/models/inception_v4/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/inception_v4 2025-06-05T23:21:42.5232890Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-06-05T23:21:42.5233720Z copying src/executorch/examples/models/llama/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-06-05T23:21:42.5234783Z copying src/executorch/examples/models/llama/attention.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-06-05T23:21:42.5235972Z copying src/executorch/examples/models/llama/eval_llama.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-06-05T23:21:42.5237231Z copying src/executorch/examples/models/llama/eval_llama_lib.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-06-05T23:21:42.5238375Z copying src/executorch/examples/models/llama/export_llama.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-06-05T23:21:42.5239573Z copying src/executorch/examples/models/llama/export_llama_lib.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-06-05T23:21:42.5240743Z copying src/executorch/examples/models/llama/fairseq2.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-06-05T23:21:42.5241814Z copying src/executorch/examples/models/llama/hf_download.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-06-05T23:21:42.5242972Z copying src/executorch/examples/models/llama/install_requirement_helper.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-06-05T23:21:42.5244279Z copying src/executorch/examples/models/llama/llama_transformer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-06-05T23:21:42.5245417Z copying src/executorch/examples/models/llama/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-06-05T23:21:42.5246475Z copying src/executorch/examples/models/llama/model_args.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-06-05T23:21:42.5247520Z copying src/executorch/examples/models/llama/norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-06-05T23:21:42.5248551Z copying src/executorch/examples/models/llama/rope.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-06-05T23:21:42.5249706Z copying src/executorch/examples/models/llama/static_attention.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-06-05T23:21:42.5250611Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision 2025-06-05T23:21:42.5251553Z copying src/executorch/examples/models/llama3_2_vision/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision 2025-06-05T23:21:42.5252443Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava 2025-06-05T23:21:42.5253388Z copying src/executorch/examples/models/llava/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava 2025-06-05T23:21:42.5254596Z copying src/executorch/examples/models/llava/export_llava.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava 2025-06-05T23:21:42.5255763Z copying src/executorch/examples/models/llava/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava 2025-06-05T23:21:42.5256576Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/lstm 2025-06-05T23:21:42.5257384Z copying src/executorch/examples/models/lstm/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/lstm 2025-06-05T23:21:42.5258384Z copying src/executorch/examples/models/lstm/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/lstm 2025-06-05T23:21:42.5259371Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilebert 2025-06-05T23:21:42.5260263Z copying src/executorch/examples/models/mobilebert/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilebert 2025-06-05T23:21:42.5261422Z copying src/executorch/examples/models/mobilebert/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilebert 2025-06-05T23:21:42.5262402Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilenet_v2 2025-06-05T23:21:42.5263400Z copying src/executorch/examples/models/mobilenet_v2/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilenet_v2 2025-06-05T23:21:42.5264552Z copying src/executorch/examples/models/mobilenet_v2/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilenet_v2 2025-06-05T23:21:42.5265436Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilenet_v3 2025-06-05T23:21:42.5266464Z copying src/executorch/examples/models/mobilenet_v3/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilenet_v3 2025-06-05T23:21:42.5267611Z copying src/executorch/examples/models/mobilenet_v3/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilenet_v3 2025-06-05T23:21:42.5268599Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini-lora 2025-06-05T23:21:42.5269586Z copying src/executorch/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-06-05T23:21:42.5270522Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini 2025-06-05T23:21:42.5271442Z copying src/executorch/examples/models/phi-3-mini/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini 2025-06-05T23:21:42.5567887Z copying src/executorch/examples/models/phi-3-mini/eager.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini 2025-06-05T23:21:42.5569152Z copying src/executorch/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-06-05T23:21:42.5570394Z copying src/executorch/examples/models/phi-3-mini/phi_3_mini.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini 2025-06-05T23:21:42.5571544Z copying src/executorch/examples/models/phi-3-mini/static_cache.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini 2025-06-05T23:21:42.5572438Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi_4_mini 2025-06-05T23:21:42.5573312Z copying src/executorch/examples/models/phi_4_mini/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi_4_mini 2025-06-05T23:21:42.5574578Z copying src/executorch/examples/models/phi_4_mini/convert_weights.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi_4_mini 2025-06-05T23:21:42.5575687Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/qwen2_5 2025-06-05T23:21:42.5576533Z copying src/executorch/examples/models/qwen2_5/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/qwen2_5 2025-06-05T23:21:42.5577643Z copying src/executorch/examples/models/qwen2_5/convert_weights.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/qwen2_5 2025-06-05T23:21:42.5578501Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/qwen3 2025-06-05T23:21:42.5579324Z copying src/executorch/examples/models/qwen3/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/qwen3 2025-06-05T23:21:42.5580399Z copying src/executorch/examples/models/qwen3/convert_weights.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/qwen3 2025-06-05T23:21:42.5581272Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/resnet 2025-06-05T23:21:42.5582110Z copying src/executorch/examples/models/resnet/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/resnet 2025-06-05T23:21:42.5583424Z copying src/executorch/examples/models/resnet/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/resnet 2025-06-05T23:21:42.5584271Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/smollm2 2025-06-05T23:21:42.5585103Z copying src/executorch/examples/models/smollm2/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/smollm2 2025-06-05T23:21:42.5586228Z copying src/executorch/examples/models/smollm2/convert_weights.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/smollm2 2025-06-05T23:21:42.5587110Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/test 2025-06-05T23:21:42.5587903Z copying src/executorch/examples/models/test/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/test 2025-06-05T23:21:42.5589129Z copying src/executorch/examples/models/test/test_export.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/test 2025-06-05T23:21:42.5589992Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/torchvision_vit 2025-06-05T23:21:42.5591316Z copying src/executorch/examples/models/torchvision_vit/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/torchvision_vit 2025-06-05T23:21:42.5592556Z copying src/executorch/examples/models/torchvision_vit/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/torchvision_vit 2025-06-05T23:21:42.5593468Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/toy_model 2025-06-05T23:21:42.5594341Z copying src/executorch/examples/models/toy_model/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/toy_model 2025-06-05T23:21:42.5595413Z copying src/executorch/examples/models/toy_model/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/toy_model 2025-06-05T23:21:42.5596279Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/wav2letter 2025-06-05T23:21:42.5597206Z copying src/executorch/examples/models/wav2letter/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/wav2letter 2025-06-05T23:21:42.5598562Z copying src/executorch/examples/models/wav2letter/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/wav2letter 2025-06-05T23:21:42.5599561Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core 2025-06-05T23:21:42.5600797Z copying src/executorch/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-06-05T23:21:42.5602374Z copying src/executorch/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-06-05T23:21:42.5603984Z copying src/executorch/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-06-05T23:21:42.5605613Z copying src/executorch/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-06-05T23:21:42.5607425Z copying src/executorch/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-06-05T23:21:42.5608979Z copying src/executorch/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-06-05T23:21:42.5610202Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/evaluate 2025-06-05T23:21:42.5611141Z copying src/executorch/examples/models/llama/evaluate/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/evaluate 2025-06-05T23:21:42.5612390Z copying src/executorch/examples/models/llama/evaluate/eager_eval.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/evaluate 2025-06-05T23:21:42.5613375Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/experimental 2025-06-05T23:21:42.5614423Z copying src/executorch/examples/models/llama/experimental/generate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/experimental 2025-06-05T23:21:42.5615990Z copying src/executorch/examples/models/llama/experimental/load_gguf_q4_0.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/experimental 2025-06-05T23:21:42.5617397Z copying src/executorch/examples/models/llama/experimental/subclass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/experimental 2025-06-05T23:21:42.5618863Z copying src/executorch/examples/models/llama/experimental/test_subclass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/experimental 2025-06-05T23:21:42.5619963Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/runner 2025-06-05T23:21:42.5620879Z copying src/executorch/examples/models/llama/runner/eager.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/runner 2025-06-05T23:21:42.5622099Z copying src/executorch/examples/models/llama/runner/generation.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/runner 2025-06-05T23:21:42.5623346Z copying src/executorch/examples/models/llama/runner/native.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/runner 2025-06-05T23:21:42.5624532Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-06-05T23:21:42.5625668Z copying src/executorch/examples/models/llama/source_transformation/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-06-05T23:21:42.5627169Z copying src/executorch/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-06-05T23:21:42.5628690Z copying src/executorch/examples/models/llama/source_transformation/attention.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-06-05T23:21:42.5630188Z copying src/executorch/examples/models/llama/source_transformation/attention_sink.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-06-05T23:21:42.5631845Z copying src/executorch/examples/models/llama/source_transformation/custom_kv_cache.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-06-05T23:21:42.5633390Z copying src/executorch/examples/models/llama/source_transformation/lora.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-06-05T23:21:42.5634885Z copying src/executorch/examples/models/llama/source_transformation/pre_quantization.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-06-05T23:21:42.5923160Z copying src/executorch/examples/models/llama/source_transformation/prune_vocab.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-06-05T23:21:42.5924721Z copying src/executorch/examples/models/llama/source_transformation/quantize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-06-05T23:21:42.5926199Z copying src/executorch/examples/models/llama/source_transformation/rms_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-06-05T23:21:42.5927655Z copying src/executorch/examples/models/llama/source_transformation/rope.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-06-05T23:21:42.5929091Z copying src/executorch/examples/models/llama/source_transformation/sdpa.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-06-05T23:21:42.5930817Z copying src/executorch/examples/models/llama/source_transformation/spin_quant.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-06-05T23:21:42.5932380Z copying src/executorch/examples/models/llama/source_transformation/test_attention_sink.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-06-05T23:21:42.5933944Z copying src/executorch/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-06-05T23:21:42.5935683Z copying src/executorch/examples/models/llama/source_transformation/test_quantized_sdpa.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-06-05T23:21:42.5937366Z copying src/executorch/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-06-05T23:21:42.5939128Z copying src/executorch/examples/models/llama/source_transformation/vulkan_rope.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-06-05T23:21:42.5940206Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tests 2025-06-05T23:21:42.5941161Z copying src/executorch/examples/models/llama/tests/test_export_llama_lib.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tests 2025-06-05T23:21:42.5942497Z copying src/executorch/examples/models/llama/tests/test_pre_quantization_transforms.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tests 2025-06-05T23:21:42.5943824Z copying src/executorch/examples/models/llama/tests/test_replace_kv_cache.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tests 2025-06-05T23:21:42.5945095Z copying src/executorch/examples/models/llama/tests/test_ring_attention.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tests 2025-06-05T23:21:42.5946344Z copying src/executorch/examples/models/llama/tests/test_ring_kv_cache.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tests 2025-06-05T23:21:42.5947811Z copying src/executorch/examples/models/llama/tests/test_simple_sdpa.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tests 2025-06-05T23:21:42.5949202Z copying src/executorch/examples/models/llama/tests/test_static_attention.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tests 2025-06-05T23:21:42.5950245Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tokenizer 2025-06-05T23:21:42.5951228Z copying src/executorch/examples/models/llama/tokenizer/tiktoken.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tokenizer 2025-06-05T23:21:42.5952261Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/preprocess 2025-06-05T23:21:42.5953349Z copying src/executorch/examples/models/llama3_2_vision/preprocess/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/preprocess 2025-06-05T23:21:42.5954807Z copying src/executorch/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-06-05T23:21:42.5956266Z copying src/executorch/examples/models/llama3_2_vision/preprocess/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/preprocess 2025-06-05T23:21:42.5957883Z copying src/executorch/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-06-05T23:21:42.5959062Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/runner 2025-06-05T23:21:42.5960281Z copying src/executorch/examples/models/llama3_2_vision/runner/eager.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/runner 2025-06-05T23:21:42.5961611Z copying src/executorch/examples/models/llama3_2_vision/runner/exported.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/runner 2025-06-05T23:21:42.5962984Z copying src/executorch/examples/models/llama3_2_vision/runner/generation.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/runner 2025-06-05T23:21:42.5964550Z copying src/executorch/examples/models/llama3_2_vision/runner/native.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/runner 2025-06-05T23:21:42.5965776Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/text_decoder 2025-06-05T23:21:42.5967005Z copying src/executorch/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-06-05T23:21:42.5968116Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/vision_encoder 2025-06-05T23:21:42.5969264Z copying src/executorch/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-06-05T23:21:42.5970799Z copying src/executorch/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-06-05T23:21:42.5971962Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/text_decoder/test 2025-06-05T23:21:42.5973147Z copying src/executorch/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-06-05T23:21:42.5974951Z copying src/executorch/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-06-05T23:21:42.5976170Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/vision_encoder/test 2025-06-05T23:21:42.5977369Z copying src/executorch/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-06-05T23:21:42.5978968Z copying src/executorch/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-06-05T23:21:42.5980104Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava/test 2025-06-05T23:21:42.5981014Z copying src/executorch/examples/models/llava/test/test_llava.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava/test 2025-06-05T23:21:42.5982403Z copying src/executorch/examples/models/llava/test/test_pte.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava/test 2025-06-05T23:21:42.5983372Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/moshi/mimi 2025-06-05T23:21:42.5984279Z copying src/executorch/examples/models/moshi/mimi/test_mimi.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/moshi/mimi 2025-06-05T23:21:42.5985135Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-06-05T23:21:42.5985859Z copying src/executorch/exir/_serialize/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-06-05T23:21:42.5986737Z copying src/executorch/exir/_serialize/_cord.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-06-05T23:21:42.5987641Z copying src/executorch/exir/_serialize/_dataclass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-06-05T23:21:42.5988570Z copying src/executorch/exir/_serialize/_flatbuffer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-06-05T23:21:42.5989632Z copying src/executorch/exir/_serialize/_named_data_store.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-06-05T23:21:42.5990702Z copying src/executorch/exir/_serialize/_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-06-05T23:21:42.6449439Z copying src/executorch/exir/_serialize/_serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-06-05T23:21:42.6450605Z copying src/executorch/exir/_serialize/data_serializer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-06-05T23:21:42.6451759Z copying src/executorch/exir/_serialize/padding.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-06-05T23:21:42.6452491Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend 2025-06-05T23:21:42.6453221Z copying src/executorch/exir/backend/backend_api.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend 2025-06-05T23:21:42.6454154Z copying src/executorch/exir/backend/backend_details.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend 2025-06-05T23:21:42.6455116Z copying src/executorch/exir/backend/compile_spec_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend 2025-06-05T23:21:42.6456099Z copying src/executorch/exir/backend/operator_support.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend 2025-06-05T23:21:42.6457072Z copying src/executorch/exir/backend/partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend 2025-06-05T23:21:42.6458149Z copying src/executorch/exir/backend/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend 2025-06-05T23:21:42.6458998Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/capture 2025-06-05T23:21:42.6459853Z copying src/executorch/exir/capture/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/capture 2025-06-05T23:21:42.6460819Z copying src/executorch/exir/capture/_capture.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/capture 2025-06-05T23:21:42.6461691Z copying src/executorch/exir/capture/_config.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/capture 2025-06-05T23:21:42.6462544Z copying src/executorch/exir/capture/_unlift.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/capture 2025-06-05T23:21:42.6463259Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects 2025-06-05T23:21:42.6463963Z copying src/executorch/exir/dialects/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects 2025-06-05T23:21:42.6464833Z copying src/executorch/exir/dialects/_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects 2025-06-05T23:21:42.6465521Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/emit 2025-06-05T23:21:42.6466168Z copying src/executorch/exir/emit/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/emit 2025-06-05T23:21:42.6467013Z copying src/executorch/exir/emit/_emit_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/emit 2025-06-05T23:21:42.6467973Z copying src/executorch/exir/emit/_emitter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/emit 2025-06-05T23:21:42.6468729Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/operator 2025-06-05T23:21:42.6469473Z copying src/executorch/exir/operator/convert.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/operator 2025-06-05T23:21:42.6470364Z copying src/executorch/exir/operator/manip.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/operator 2025-06-05T23:21:42.6471312Z copying src/executorch/exir/operator/util.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/operator 2025-06-05T23:21:42.6472007Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:21:42.6472701Z copying src/executorch/exir/passes/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:21:42.6473661Z copying src/executorch/exir/passes/_quant_patterns_and_replacements.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:21:42.6474660Z copying src/executorch/exir/passes/const_prop_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:21:42.6475859Z copying src/executorch/exir/passes/constant_prop_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:21:42.6476854Z copying src/executorch/exir/passes/debug_handle_generator_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:21:42.6477957Z copying src/executorch/exir/passes/dim_order_ops_registry.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:21:42.6479063Z copying src/executorch/exir/passes/dynamic_shape_prop_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:21:42.6480092Z copying src/executorch/exir/passes/executorch_prim_ops_registry.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:21:42.6481157Z copying src/executorch/exir/passes/external_constants_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:21:42.6482147Z copying src/executorch/exir/passes/init_mutable_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:21:42.6483252Z copying src/executorch/exir/passes/insert_write_back_for_buffers_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:21:42.6484293Z copying src/executorch/exir/passes/memory_format_ops_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:21:42.6485266Z copying src/executorch/exir/passes/memory_planning_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:21:42.6486272Z copying src/executorch/exir/passes/normalize_transpose_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:21:42.6487315Z copying src/executorch/exir/passes/normalize_view_copy_base_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:21:42.6488293Z copying src/executorch/exir/passes/pass_registry.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:21:42.6489256Z copying src/executorch/exir/passes/prune_empty_tensors_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:21:42.6490454Z copying src/executorch/exir/passes/quant_fusion_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:21:42.6491400Z copying src/executorch/exir/passes/quantize_io_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:21:42.6492377Z copying src/executorch/exir/passes/remove_graph_asserts_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:21:42.6493389Z copying src/executorch/exir/passes/remove_mixed_type_operators.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:21:42.6494382Z copying src/executorch/exir/passes/remove_noop_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:21:42.6495380Z copying src/executorch/exir/passes/remove_unused_parameters_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:21:42.6496420Z copying src/executorch/exir/passes/replace_aten_with_edge_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:21:42.6497499Z copying src/executorch/exir/passes/replace_broken_ops_with_function_ops_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:21:42.6498684Z copying src/executorch/exir/passes/replace_edge_with_backend_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:21:42.6499771Z copying src/executorch/exir/passes/replace_sym_size_op_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:21:42.6500848Z copying src/executorch/exir/passes/replace_view_copy_with_view_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:21:42.6501867Z copying src/executorch/exir/passes/scalar_to_tensor_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:21:42.6502913Z copying src/executorch/exir/passes/spec_prop_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:21:42.6503860Z copying src/executorch/exir/passes/sym_shape_eval_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:21:42.6504863Z copying src/executorch/exir/passes/sym_to_tensor_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:21:42.6505896Z copying src/executorch/exir/passes/weights_to_outputs_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-06-05T23:21:42.6506754Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program 2025-06-05T23:21:42.6507461Z copying src/executorch/exir/program/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program 2025-06-05T23:21:42.6508361Z copying src/executorch/exir/program/_fake_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program 2025-06-05T23:21:42.6509249Z copying src/executorch/exir/program/_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program 2025-06-05T23:21:42.6509962Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde 2025-06-05T23:21:42.6510622Z copying src/executorch/exir/serde/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde 2025-06-05T23:21:42.6511503Z copying src/executorch/exir/serde/export_serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde 2025-06-05T23:21:42.6512390Z copying src/executorch/exir/serde/schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde 2025-06-05T23:21:42.6513313Z copying src/executorch/exir/serde/schema_check.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde 2025-06-05T23:21:42.6514211Z copying src/executorch/exir/serde/serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde 2025-06-05T23:21:42.6982882Z copying src/executorch/exir/serde/union.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde 2025-06-05T23:21:42.6983781Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:21:42.6984478Z copying src/executorch/exir/tests/asr_joiner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:21:42.6985328Z copying src/executorch/exir/tests/common.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:21:42.6986222Z copying src/executorch/exir/tests/control_flow_models.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:21:42.6987168Z copying src/executorch/exir/tests/dynamic_shape_models.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:21:42.6988050Z copying src/executorch/exir/tests/models.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:21:42.6988932Z copying src/executorch/exir/tests/test_arg_validator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:21:42.6989824Z copying src/executorch/exir/tests/test_capture.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:21:42.6990837Z copying src/executorch/exir/tests/test_common.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:21:42.6991717Z copying src/executorch/exir/tests/test_delegate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:21:42.6992614Z copying src/executorch/exir/tests/test_dim_order_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:21:42.6993604Z copying src/executorch/exir/tests/test_dynamic_shape_propagation.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:21:42.6994541Z copying src/executorch/exir/tests/test_error.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:21:42.6995421Z copying src/executorch/exir/tests/test_joint_graph.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:21:42.6996368Z copying src/executorch/exir/tests/test_memory_format_ops_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:21:42.6997554Z copying src/executorch/exir/tests/test_memory_format_ops_pass_aten.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:21:42.6998789Z copying src/executorch/exir/tests/test_memory_format_ops_pass_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:21:42.6999776Z copying src/executorch/exir/tests/test_memory_planning.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:21:42.7000704Z copying src/executorch/exir/tests/test_op_convert.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:21:42.7001596Z copying src/executorch/exir/tests/test_pass_infra.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:21:42.7002460Z copying src/executorch/exir/tests/test_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:21:42.7003362Z copying src/executorch/exir/tests/test_print_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:21:42.7004331Z copying src/executorch/exir/tests/test_prune_empty_tensors_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:21:42.7005430Z copying src/executorch/exir/tests/test_quant_fusion_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:21:42.7006382Z copying src/executorch/exir/tests/test_quantization.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:21:42.7007308Z copying src/executorch/exir/tests/test_quantize_io_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:21:42.7008302Z copying src/executorch/exir/tests/test_remove_unused_parameters_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:21:42.7009307Z copying src/executorch/exir/tests/test_remove_view_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:21:42.7010297Z copying src/executorch/exir/tests/test_serde.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:21:42.7011156Z copying src/executorch/exir/tests/test_tensor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:21:42.7012016Z copying src/executorch/exir/tests/test_tracer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:21:42.7012944Z copying src/executorch/exir/tests/test_verification.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:21:42.7013925Z copying src/executorch/exir/tests/test_warnings.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:21:42.7014811Z copying src/executorch/exir/tests/transformer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-06-05T23:21:42.7015556Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification 2025-06-05T23:21:42.7016354Z copying src/executorch/exir/verification/arg_validator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification 2025-06-05T23:21:42.7017356Z copying src/executorch/exir/verification/dev_html.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification 2025-06-05T23:21:42.7018367Z copying src/executorch/exir/verification/interpreter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification 2025-06-05T23:21:42.7019377Z copying src/executorch/exir/verification/verifier.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification 2025-06-05T23:21:42.7020178Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/test 2025-06-05T23:21:42.7020955Z copying src/executorch/exir/_serialize/test/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/test 2025-06-05T23:21:42.7022060Z copying src/executorch/exir/_serialize/test/test_cord.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/test 2025-06-05T23:21:42.7023220Z copying src/executorch/exir/_serialize/test/test_flatbuffer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/test 2025-06-05T23:21:42.7024278Z copying src/executorch/exir/_serialize/test/test_named_data_store.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/test 2025-06-05T23:21:42.7025426Z copying src/executorch/exir/_serialize/test/test_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/test 2025-06-05T23:21:42.7026309Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/canonical_partitioners 2025-06-05T23:21:42.7027374Z copying src/executorch/exir/backend/canonical_partitioners/all_node_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/canonical_partitioners 2025-06-05T23:21:42.7028789Z copying src/executorch/exir/backend/canonical_partitioners/config_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/canonical_partitioners 2025-06-05T23:21:42.7030323Z copying src/executorch/exir/backend/canonical_partitioners/duplicate_constant_node_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/canonical_partitioners 2025-06-05T23:21:42.7031804Z copying src/executorch/exir/backend/canonical_partitioners/duplicate_dequant_node_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/canonical_partitioners 2025-06-05T23:21:42.7033252Z copying src/executorch/exir/backend/canonical_partitioners/pattern_op_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/canonical_partitioners 2025-06-05T23:21:42.7034242Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-06-05T23:21:42.7035103Z copying src/executorch/exir/backend/test/backend_with_compiler_demo.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-06-05T23:21:42.7036278Z copying src/executorch/exir/backend/test/backend_with_delegate_mapping_demo.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-06-05T23:21:42.7037558Z copying src/executorch/exir/backend/test/backend_with_named_data_map.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-06-05T23:21:42.7038732Z copying src/executorch/exir/backend/test/backend_with_preprocess_all_demo.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-06-05T23:21:42.7039865Z copying src/executorch/exir/backend/test/hta_partitioner_demo.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-06-05T23:21:42.7040928Z copying src/executorch/exir/backend/test/op_partitioner_demo.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-06-05T23:21:42.7041984Z copying src/executorch/exir/backend/test/qnn_backend_demo.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-06-05T23:21:42.7043078Z copying src/executorch/exir/backend/test/test_backend_with_named_data_map.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-06-05T23:21:42.7044169Z copying src/executorch/exir/backend/test/test_backends.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-06-05T23:21:42.7045225Z copying src/executorch/exir/backend/test/test_backends_lifted.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-06-05T23:21:42.7046379Z copying src/executorch/exir/backend/test/test_backends_nested.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-06-05T23:21:42.7047572Z copying src/executorch/exir/backend/test/test_compatibility.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-06-05T23:21:42.7422382Z copying src/executorch/exir/backend/test/test_debug_handle_map.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-06-05T23:21:42.7423517Z copying src/executorch/exir/backend/test/test_delegate_map_builder.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-06-05T23:21:42.7424841Z copying src/executorch/exir/backend/test/test_graph_partition.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-06-05T23:21:42.7425951Z copying src/executorch/exir/backend/test/test_lowered_backend_module.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-06-05T23:21:42.7427144Z copying src/executorch/exir/backend/test/test_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-06-05T23:21:42.7428179Z copying src/executorch/exir/backend/test/test_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-06-05T23:21:42.7429235Z copying src/executorch/exir/backend/test/test_to_backend_multi_method.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-06-05T23:21:42.7430297Z copying src/executorch/exir/backend/test/test_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-06-05T23:21:42.7431248Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/demos 2025-06-05T23:21:42.7432251Z copying src/executorch/exir/backend/test/demos/test_delegate_aten_mode.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/demos 2025-06-05T23:21:42.7433611Z copying src/executorch/exir/backend/test/demos/test_xnnpack_qnnpack.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/demos 2025-06-05T23:21:42.7434523Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/demos/rpc 2025-06-05T23:21:42.7435538Z copying src/executorch/exir/backend/test/demos/rpc/executor_backend_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/demos/rpc 2025-06-05T23:21:42.7436904Z copying src/executorch/exir/backend/test/demos/rpc/executor_backend_preprocess.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/demos/rpc 2025-06-05T23:21:42.7438158Z copying src/executorch/exir/backend/test/demos/rpc/test_rpc.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/demos/rpc 2025-06-05T23:21:42.7439054Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/backend 2025-06-05T23:21:42.7439853Z copying src/executorch/exir/dialects/backend/_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/backend 2025-06-05T23:21:42.7440653Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge 2025-06-05T23:21:42.7441620Z copying src/executorch/exir/dialects/edge/_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge 2025-06-05T23:21:42.7442454Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/test 2025-06-05T23:21:42.7443442Z copying src/executorch/exir/dialects/test/test_exir_dialect_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/test 2025-06-05T23:21:42.7444368Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/backend/test 2025-06-05T23:21:42.7445294Z copying src/executorch/exir/dialects/backend/test/test_backend_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/backend/test 2025-06-05T23:21:42.7446201Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/arg 2025-06-05T23:21:42.7447027Z copying src/executorch/exir/dialects/edge/arg/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/arg 2025-06-05T23:21:42.7448084Z copying src/executorch/exir/dialects/edge/arg/type.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/arg 2025-06-05T23:21:42.7448915Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/dtype 2025-06-05T23:21:42.7449856Z copying src/executorch/exir/dialects/edge/dtype/runner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/dtype 2025-06-05T23:21:42.7451001Z copying src/executorch/exir/dialects/edge/dtype/supported.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/dtype 2025-06-05T23:21:42.7452461Z copying src/executorch/exir/dialects/edge/dtype/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/dtype 2025-06-05T23:21:42.7453493Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/op 2025-06-05T23:21:42.7454653Z copying src/executorch/exir/dialects/edge/op/api.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/op 2025-06-05T23:21:42.7456051Z copying src/executorch/exir/dialects/edge/op/sample_input.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/op 2025-06-05T23:21:42.7456976Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/spec 2025-06-05T23:21:42.7457820Z copying src/executorch/exir/dialects/edge/spec/gen.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/spec 2025-06-05T23:21:42.7458878Z copying src/executorch/exir/dialects/edge/spec/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/spec 2025-06-05T23:21:42.7460188Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/test 2025-06-05T23:21:42.7461237Z copying src/executorch/exir/dialects/edge/test/test_edge_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/test 2025-06-05T23:21:42.7462386Z copying src/executorch/exir/dialects/edge/test/test_edge_yaml.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/test 2025-06-05T23:21:42.7463274Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/op/test 2025-06-05T23:21:42.7464231Z copying src/executorch/exir/dialects/edge/op/test/test_api.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/op/test 2025-06-05T23:21:42.7465513Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/emit/test 2025-06-05T23:21:42.7466269Z copying src/executorch/exir/emit/test/test_emit.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/emit/test 2025-06-05T23:21:42.7467039Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/operator/test 2025-06-05T23:21:42.7467857Z copying src/executorch/exir/operator/test/test_operator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/operator/test 2025-06-05T23:21:42.7468658Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program/test 2025-06-05T23:21:42.7469430Z copying src/executorch/exir/program/test/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program/test 2025-06-05T23:21:42.7470432Z copying src/executorch/exir/program/test/test_fake_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program/test 2025-06-05T23:21:42.7471473Z copying src/executorch/exir/program/test/test_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program/test 2025-06-05T23:21:42.7472288Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification/test 2025-06-05T23:21:42.7473407Z copying src/executorch/exir/verification/test/test_verifier.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification/test 2025-06-05T23:21:42.7474281Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/export_util 2025-06-05T23:21:42.7475086Z copying src/executorch/extension/export_util/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/export_util 2025-06-05T23:21:42.7476094Z copying src/executorch/extension/export_util/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/export_util 2025-06-05T23:21:42.7476894Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor 2025-06-05T23:21:42.7477686Z copying src/executorch/extension/flat_tensor/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor 2025-06-05T23:21:42.7478475Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/gguf_util 2025-06-05T23:21:42.7479682Z copying src/executorch/extension/gguf_util/convert_main.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/gguf_util 2025-06-05T23:21:42.7481105Z copying src/executorch/extension/gguf_util/converter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/gguf_util 2025-06-05T23:21:42.7482104Z copying src/executorch/extension/gguf_util/load_gguf.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/gguf_util 2025-06-05T23:21:42.7482982Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings 2025-06-05T23:21:42.7483836Z copying src/executorch/extension/pybindings/portable_lib.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings 2025-06-05T23:21:42.7484653Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pytree 2025-06-05T23:21:42.7485417Z copying src/executorch/extension/pytree/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pytree 2025-06-05T23:21:42.7486181Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training 2025-06-05T23:21:42.7486954Z copying src/executorch/extension/training/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training 2025-06-05T23:21:42.7487806Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/serialize 2025-06-05T23:21:42.7488958Z copying src/executorch/extension/flat_tensor/serialize/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/serialize 2025-06-05T23:21:42.7490315Z copying src/executorch/extension/flat_tensor/serialize/flat_tensor_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/serialize 2025-06-05T23:21:42.7756069Z copying src/executorch/extension/flat_tensor/serialize/serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/serialize 2025-06-05T23:21:42.7757066Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/test 2025-06-05T23:21:42.7757977Z copying src/executorch/extension/flat_tensor/test/test_serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/test 2025-06-05T23:21:42.7758913Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/gguf_util/converters 2025-06-05T23:21:42.7760046Z copying src/executorch/extension/gguf_util/converters/llama_converter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/gguf_util/converters 2025-06-05T23:21:42.7760987Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops 2025-06-05T23:21:42.7761849Z copying src/executorch/extension/llm/custom_ops/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops 2025-06-05T23:21:42.7762936Z copying src/executorch/extension/llm/custom_ops/custom_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops 2025-06-05T23:21:42.7764075Z copying src/executorch/extension/llm/custom_ops/model_sharding.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops 2025-06-05T23:21:42.7765194Z copying src/executorch/extension/llm/custom_ops/op_tile_crop_aot.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops 2025-06-05T23:21:42.7766370Z copying src/executorch/extension/llm/custom_ops/preprocess_custom_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops 2025-06-05T23:21:42.7767600Z copying src/executorch/extension/llm/custom_ops/test_preprocess_custom_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops 2025-06-05T23:21:42.7768912Z copying src/executorch/extension/llm/custom_ops/test_quantized_sdpa.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops 2025-06-05T23:21:42.7770258Z copying src/executorch/extension/llm/custom_ops/test_sdpa_with_kv_cache.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops 2025-06-05T23:21:42.7771438Z copying src/executorch/extension/llm/custom_ops/test_update_cache.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops 2025-06-05T23:21:42.7772471Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export 2025-06-05T23:21:42.7773332Z copying src/executorch/extension/llm/export/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export 2025-06-05T23:21:42.7774445Z copying src/executorch/extension/llm/export/builder.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export 2025-06-05T23:21:42.7775524Z copying src/executorch/extension/llm/export/export_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export 2025-06-05T23:21:42.7776633Z copying src/executorch/extension/llm/export/partitioner_lib.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export 2025-06-05T23:21:42.7777822Z copying src/executorch/extension/llm/export/quantizer_lib.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export 2025-06-05T23:21:42.7778970Z copying src/executorch/extension/llm/export/test_export_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export 2025-06-05T23:21:42.7779880Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules 2025-06-05T23:21:42.7780689Z copying src/executorch/extension/llm/modules/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules 2025-06-05T23:21:42.7781786Z copying src/executorch/extension/llm/modules/_position_embeddings.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules 2025-06-05T23:21:42.7782893Z copying src/executorch/extension/llm/modules/attention.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules 2025-06-05T23:21:42.7783957Z copying src/executorch/extension/llm/modules/kv_cache.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules 2025-06-05T23:21:42.7784794Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers 2025-06-05T23:21:42.7785649Z copying src/executorch/extension/llm/tokenizers/setup.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers 2025-06-05T23:21:42.7786557Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/spinquant 2025-06-05T23:21:42.7787617Z copying src/executorch/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-06-05T23:21:42.7788768Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT 2025-06-05T23:21:42.7790005Z copying src/executorch/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-06-05T23:21:42.7791628Z copying src/executorch/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-06-05T23:21:42.7792724Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export/test 2025-06-05T23:21:42.7793603Z copying src/executorch/extension/llm/export/test/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export/test 2025-06-05T23:21:42.7794739Z copying src/executorch/extension/llm/export/test/test_builder.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export/test 2025-06-05T23:21:42.7795800Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules/test 2025-06-05T23:21:42.7796683Z copying src/executorch/extension/llm/modules/test/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules/test 2025-06-05T23:21:42.7797877Z copying src/executorch/extension/llm/modules/test/test_attention.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules/test 2025-06-05T23:21:42.7799133Z copying src/executorch/extension/llm/modules/test/test_kv_cache.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules/test 2025-06-05T23:21:42.7800449Z copying src/executorch/extension/llm/modules/test/test_position_embeddings.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules/test 2025-06-05T23:21:42.7801566Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-06-05T23:21:42.7802714Z copying src/executorch/extension/llm/tokenizers/pytorch_tokenizers/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-06-05T23:21:42.7804214Z copying src/executorch/extension/llm/tokenizers/pytorch_tokenizers/constants.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-06-05T23:21:42.7805736Z copying src/executorch/extension/llm/tokenizers/pytorch_tokenizers/hf_tokenizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-06-05T23:21:42.7807345Z copying src/executorch/extension/llm/tokenizers/pytorch_tokenizers/llama2c.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-06-05T23:21:42.7808815Z copying src/executorch/extension/llm/tokenizers/pytorch_tokenizers/tiktoken.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-06-05T23:21:42.7810044Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/test 2025-06-05T23:21:42.7811000Z copying src/executorch/extension/llm/tokenizers/test/test_tiktoken.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/test 2025-06-05T23:21:42.7812072Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools 2025-06-05T23:21:42.7813291Z copying src/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools 2025-06-05T23:21:42.7814643Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c 2025-06-05T23:21:42.7816069Z copying src/executorch/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-06-05T23:21:42.7817836Z copying src/executorch/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-06-05T23:21:42.7819214Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/abseil-cpp 2025-06-05T23:21:42.7820478Z copying src/executorch/extension/llm/tokenizers/third-party/abseil-cpp/conanfile.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/abseil-cpp 2025-06-05T23:21:42.7822060Z copying src/executorch/extension/llm/tokenizers/third-party/abseil-cpp/create_lts.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/abseil-cpp 2025-06-05T23:21:42.8128002Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl 2025-06-05T23:21:42.8129757Z copying src/executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl/abseil.podspec.gen.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl 2025-06-05T23:21:42.8131154Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl/copts 2025-06-05T23:21:42.8132506Z copying src/executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl/copts/copts.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl/copts 2025-06-05T23:21:42.8134311Z copying src/executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl/copts/generate_copts.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl/copts 2025-06-05T23:21:42.8135905Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/json/docs/mkdocs/scripts 2025-06-05T23:21:42.8137440Z copying src/executorch/extension/llm/tokenizers/third-party/json/docs/mkdocs/scripts/check_structure.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/json/docs/mkdocs/scripts 2025-06-05T23:21:42.8139700Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/json/tests/thirdparty/imapdl 2025-06-05T23:21:42.8141613Z copying src/executorch/extension/llm/tokenizers/third-party/json/tests/thirdparty/imapdl/filterbr.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/json/tests/thirdparty/imapdl 2025-06-05T23:21:42.8143407Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/json/tools/amalgamate 2025-06-05T23:21:42.8145116Z copying src/executorch/extension/llm/tokenizers/third-party/json/tools/amalgamate/amalgamate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/json/tools/amalgamate 2025-06-05T23:21:42.8146765Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/json/tools/gdb_pretty_printer 2025-06-05T23:21:42.8148465Z copying src/executorch/extension/llm/tokenizers/third-party/json/tools/gdb_pretty_printer/nlohmann-json.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/json/tools/gdb_pretty_printer 2025-06-05T23:21:42.8150124Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/json/tools/generate_natvis 2025-06-05T23:21:42.8151717Z copying src/executorch/extension/llm/tokenizers/third-party/json/tools/generate_natvis/generate_natvis.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/json/tools/generate_natvis 2025-06-05T23:21:42.8153425Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/json/tools/serve_header 2025-06-05T23:21:42.8154952Z copying src/executorch/extension/llm/tokenizers/third-party/json/tools/serve_header/serve_header.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/json/tools/serve_header 2025-06-05T23:21:42.8156461Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/pcre2/maint 2025-06-05T23:21:42.8158121Z copying src/executorch/extension/llm/tokenizers/third-party/pcre2/maint/GenerateCommon.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/pcre2/maint 2025-06-05T23:21:42.8160224Z copying src/executorch/extension/llm/tokenizers/third-party/pcre2/maint/GenerateTest.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/pcre2/maint 2025-06-05T23:21:42.8161862Z copying src/executorch/extension/llm/tokenizers/third-party/pcre2/maint/GenerateUcd.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/pcre2/maint 2025-06-05T23:21:42.8163778Z copying src/executorch/extension/llm/tokenizers/third-party/pcre2/maint/GenerateUcpHeader.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/pcre2/maint 2025-06-05T23:21:42.8165741Z copying src/executorch/extension/llm/tokenizers/third-party/pcre2/maint/GenerateUcpTables.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/pcre2/maint 2025-06-05T23:21:42.8167413Z copying src/executorch/extension/llm/tokenizers/third-party/pcre2/maint/UpdateCommon.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/pcre2/maint 2025-06-05T23:21:42.8169088Z copying src/executorch/extension/llm/tokenizers/third-party/pcre2/maint/UpdateDates.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/pcre2/maint 2025-06-05T23:21:42.8170968Z copying src/executorch/extension/llm/tokenizers/third-party/pcre2/maint/UpdateRelease.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/pcre2/maint 2025-06-05T23:21:42.8172336Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/re2/benchlog 2025-06-05T23:21:42.8173856Z copying src/executorch/extension/llm/tokenizers/third-party/re2/benchlog/benchplot.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/re2/benchlog 2025-06-05T23:21:42.8175339Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/re2/python 2025-06-05T23:21:42.8176529Z copying src/executorch/extension/llm/tokenizers/third-party/re2/python/re2.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/re2/python 2025-06-05T23:21:42.8178070Z copying src/executorch/extension/llm/tokenizers/third-party/re2/python/re2_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/re2/python 2025-06-05T23:21:42.8179605Z copying src/executorch/extension/llm/tokenizers/third-party/re2/python/setup.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/re2/python 2025-06-05T23:21:42.8180793Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/re2/re2 2025-06-05T23:21:42.8182003Z copying src/executorch/extension/llm/tokenizers/third-party/re2/re2/make_unicode_casefold.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/re2/re2 2025-06-05T23:21:42.8183832Z copying src/executorch/extension/llm/tokenizers/third-party/re2/re2/make_unicode_groups.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/re2/re2 2025-06-05T23:21:42.8185383Z copying src/executorch/extension/llm/tokenizers/third-party/re2/re2/unicode.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/re2/re2 2025-06-05T23:21:42.8186611Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/re2/python/toolchains 2025-06-05T23:21:42.8187987Z copying src/executorch/extension/llm/tokenizers/third-party/re2/python/toolchains/generate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/re2/python/toolchains 2025-06-05T23:21:42.8189363Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/sentencepiece/python 2025-06-05T23:21:42.8190966Z copying src/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/setup.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/sentencepiece/python 2025-06-05T23:21:42.8192337Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/test 2025-06-05T23:21:42.8193760Z copying src/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/test/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/test 2025-06-05T23:21:42.8195677Z copying src/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/test/sentencepiece_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/test 2025-06-05T23:21:42.8197218Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece 2025-06-05T23:21:42.8199104Z copying src/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece 2025-06-05T23:21:42.8201593Z copying src/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece/_version.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece 2025-06-05T23:21:44.0709053Z copying src/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece/sentencepiece_model_pb2.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece 2025-06-05T23:21:44.0711456Z copying src/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece/sentencepiece_pb2.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece 2025-06-05T23:21:44.0713032Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers 2025-06-05T23:21:44.0714516Z copying src/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers 2025-06-05T23:21:44.0716263Z copying src/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/constants.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers 2025-06-05T23:21:44.0717972Z copying src/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/hf_tokenizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers 2025-06-05T23:21:44.0719689Z copying src/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/llama2c.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers 2025-06-05T23:21:44.0721388Z copying src/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/tiktoken.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers 2025-06-05T23:21:44.0722935Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/tools 2025-06-05T23:21:44.0724308Z copying src/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/tools/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/tools 2025-06-05T23:21:44.0725938Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/tools/llama2c 2025-06-05T23:21:44.0727644Z copying src/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/tools/llama2c/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/tools/llama2c 2025-06-05T23:21:44.0729646Z copying src/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/tools/llama2c/convert.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/tools/llama2c 2025-06-05T23:21:44.0730984Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/module/test/resources 2025-06-05T23:21:44.0731999Z copying src/executorch/extension/module/test/resources/gen_bundled_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/module/test/resources 2025-06-05T23:21:44.0732987Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings/test 2025-06-05T23:21:44.0733924Z copying src/executorch/extension/pybindings/test/make_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings/test 2025-06-05T23:21:44.0735355Z copying src/executorch/extension/pybindings/test/test_backend_pybinding.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings/test 2025-06-05T23:21:44.0736573Z copying src/executorch/extension/pybindings/test/test_pybindings.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings/test 2025-06-05T23:21:44.0737623Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pytree/test 2025-06-05T23:21:44.0738429Z copying src/executorch/extension/pytree/test/test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pytree/test 2025-06-05T23:21:44.0739274Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/pybindings 2025-06-05T23:21:44.0740312Z copying src/executorch/extension/training/pybindings/_training_module.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/pybindings 2025-06-05T23:21:44.0741283Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/examples/XOR 2025-06-05T23:21:44.0742385Z copying src/executorch/extension/training/examples/XOR/export_model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/examples/XOR 2025-06-05T23:21:44.0743754Z copying src/executorch/extension/training/examples/XOR/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/examples/XOR 2025-06-05T23:21:44.0744739Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/examples/XOR/test 2025-06-05T23:21:44.0745808Z copying src/executorch/extension/training/examples/XOR/test/test_export.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/examples/XOR/test 2025-06-05T23:21:44.0746851Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/pybindings/test 2025-06-05T23:21:44.0747862Z copying src/executorch/extension/training/pybindings/test/test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/pybindings/test 2025-06-05T23:21:44.0748784Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized 2025-06-05T23:21:44.0749552Z copying src/executorch/kernels/quantized/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized 2025-06-05T23:21:44.0750340Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized/test 2025-06-05T23:21:44.0751427Z copying src/executorch/kernels/quantized/test/test_out_variants.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized/test 2025-06-05T23:21:44.0752622Z copying src/executorch/kernels/quantized/test/test_quant_dequant_per_token.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized/test 2025-06-05T23:21:44.0753512Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/runtime/test 2025-06-05T23:21:44.0754228Z copying src/executorch/runtime/test/test_runtime.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/runtime/test 2025-06-05T23:21:44.0754838Z running egg_info 2025-06-05T23:21:44.0755072Z creating executorch.egg-info 2025-06-05T23:21:44.0755368Z writing executorch.egg-info/PKG-INFO 2025-06-05T23:21:44.0755783Z writing dependency_links to executorch.egg-info/dependency_links.txt 2025-06-05T23:21:44.0756296Z writing entry points to executorch.egg-info/entry_points.txt 2025-06-05T23:21:44.0756744Z writing requirements to executorch.egg-info/requires.txt 2025-06-05T23:21:44.0757209Z writing top-level names to executorch.egg-info/top_level.txt 2025-06-05T23:21:44.0757663Z writing manifest file 'executorch.egg-info/SOURCES.txt' 2025-06-05T23:21:44.0758089Z reading manifest file 'executorch.egg-info/SOURCES.txt' 2025-06-05T23:21:44.0758469Z adding license file 'LICENSE' 2025-06-05T23:21:44.0758935Z writing manifest file 'executorch.egg-info/SOURCES.txt' 2025-06-05T23:21:44.0759836Z copying src/executorch/exir/delegate.pyi -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-06-05T23:21:44.0760466Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/schema 2025-06-05T23:21:44.0761112Z copying src/executorch/schema/program.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/schema 2025-06-05T23:21:44.0761915Z copying src/executorch/schema/scalar_type.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/schema 2025-06-05T23:21:44.0762912Z copying src/executorch/backends/apple/coreml/executorchcoreml.pyi -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml 2025-06-05T23:21:44.0764306Z copying src/executorch/backends/apple/mps/serialization/schema.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/serialization 2025-06-05T23:21:44.0765467Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/schema 2025-06-05T23:21:44.0766820Z copying src/executorch/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-06-05T23:21:44.0768584Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/pnpm-lock.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers 2025-06-05T23:21:44.0770141Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart 2025-06-05T23:21:44.0771706Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/analysis_options.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart 2025-06-05T23:21:44.0773744Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/pubspec.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart 2025-06-05T23:21:44.0775986Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/py.typed -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python 2025-06-05T23:21:44.0777542Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/reflection 2025-06-05T23:21:44.0956219Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/reflection/reflection.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/reflection 2025-06-05T23:21:44.0958438Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/samples/monster.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/samples 2025-06-05T23:21:44.0960707Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts/check-grpc-generated-code.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts 2025-06-05T23:21:44.0962358Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/snap 2025-06-05T23:21:44.0964175Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/snap/snapcraft.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/snap 2025-06-05T23:21:44.0966318Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MutatingBool.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:21:44.0968377Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/alignment_test.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:21:44.0970477Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/arrays_test.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:21:44.0972514Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/dictionary_lookup.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:21:44.0975329Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/included_test.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:21:44.0977389Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/includer_test.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:21:44.0979432Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/keyword_test.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:21:44.0981682Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/monster_extra.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:21:44.0983903Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/monster_test.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:21:44.0985949Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/more_defaults.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:21:44.0987959Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nan_inf_test.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:21:44.0990076Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/native_inline_table_test.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:21:44.0992212Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/native_type_test.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:21:44.0994256Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nested_union_test.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:21:44.0996330Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/optional_scalars.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:21:44.0998558Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/private_annotation_test.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:21:44.1000841Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/required_strings.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:21:44.1002888Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/rust_namer_test.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:21:44.1005064Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/test.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:21:44.1007546Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/type_field_collsion.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:21:44.1010061Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/union_underlying_type_test.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:21:44.1012177Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/union_value_collision.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:21:44.1014392Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/vector_has_test.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:21:44.1016263Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/android/app/src/main/fbs 2025-06-05T23:21:44.1018339Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/android/app/src/main/fbs/animal.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/android/app/src/main/fbs 2025-06-05T23:21:44.1020261Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/benchmarks/cpp/flatbuffers 2025-06-05T23:21:44.1022090Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/benchmarks/cpp/flatbuffers/bench.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/benchmarks/cpp/flatbuffers 2025-06-05T23:21:44.1024055Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/test 2025-06-05T23:21:44.1025734Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/test/bool_structs.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/test 2025-06-05T23:21:44.1027958Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/test/list_of_enums.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/test 2025-06-05T23:21:44.1168842Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/test/monster_test.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/test 2025-06-05T23:21:44.1170768Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/examples/go-echo 2025-06-05T23:21:44.1172606Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/examples/go-echo/hero.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/examples/go-echo 2025-06-05T23:21:44.1174984Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/examples/go-echo/net.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/examples/go-echo 2025-06-05T23:21:44.1176639Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/schema 2025-06-05T23:21:44.1178468Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/schema/basic.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/schema 2025-06-05T23:21:44.1180701Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/greeter.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples 2025-06-05T23:21:44.1182388Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/samples/greeter 2025-06-05T23:21:44.1184292Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/samples/greeter/greeter.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/samples/greeter 2025-06-05T23:21:44.1186085Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/union_vector 2025-06-05T23:21:44.1187990Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/union_vector/union_vector.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/union_vector 2025-06-05T23:21:44.1189801Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/64bit 2025-06-05T23:21:44.1191516Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/64bit/test_64bit.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/64bit 2025-06-05T23:21:44.1193795Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/annotated_binary/annotated_binary.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/annotated_binary 2025-06-05T23:21:44.1196214Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/annotated_binary/annotated_binary_old.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/annotated_binary 2025-06-05T23:21:44.1198017Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/evolution_test 2025-06-05T23:21:44.1199963Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/evolution_test/evolution_v1.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/evolution_test 2025-06-05T23:21:44.1202329Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/evolution_test/evolution_v2.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/evolution_test 2025-06-05T23:21:44.1204584Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/enum_val_attributes.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc 2025-06-05T23:21:44.1206696Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/foo.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc 2025-06-05T23:21:44.1208811Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/foo_with_ns.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc 2025-06-05T23:21:44.1210765Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test 2025-06-05T23:21:44.1212682Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test/include_test1.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test 2025-06-05T23:21:44.1214988Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test/order.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test 2025-06-05T23:21:44.1216857Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/key_field 2025-06-05T23:21:44.1218611Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/key_field/key_field_sample.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/key_field 2025-06-05T23:21:44.1220473Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/minified_enums 2025-06-05T23:21:44.1222215Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/minified_enums/enums.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/minified_enums 2025-06-05T23:21:44.1224138Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/name_clash_test 2025-06-05T23:21:44.1225951Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/name_clash_test/invalid_test1.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/name_clash_test 2025-06-05T23:21:44.1228368Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/name_clash_test/invalid_test2.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/name_clash_test 2025-06-05T23:21:44.1230661Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/name_clash_test/valid_test1.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/name_clash_test 2025-06-05T23:21:44.1233182Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/name_clash_test/valid_test2.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/name_clash_test 2025-06-05T23:21:44.1235630Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/namespace_test1.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test 2025-06-05T23:21:44.1237958Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/namespace_test2.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test 2025-06-05T23:21:44.1239939Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nested_namespace_test 2025-06-05T23:21:44.1378930Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nested_namespace_test/nested_namespace_test1.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nested_namespace_test 2025-06-05T23:21:44.1381728Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nested_namespace_test/nested_namespace_test2.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nested_namespace_test 2025-06-05T23:21:44.1384234Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nested_namespace_test/nested_namespace_test3.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nested_namespace_test 2025-06-05T23:21:44.1386222Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-06-05T23:21:44.1387930Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test.golden.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-06-05T23:21:44.1390175Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_id.golden.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-06-05T23:21:44.1392577Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_include.golden.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-06-05T23:21:44.1395058Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_include_id.golden.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-06-05T23:21:44.1397363Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_suffix.golden.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-06-05T23:21:44.1399651Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_suffix_id.golden.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-06-05T23:21:44.1402096Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_union.golden.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-06-05T23:21:44.1404583Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_union_id.golden.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-06-05T23:21:44.1406913Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_union_include.golden.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-06-05T23:21:44.1409253Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_union_include_id.golden.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-06-05T23:21:44.1411841Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_union_suffix.golden.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-06-05T23:21:44.1414474Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_union_suffix_id.golden.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-06-05T23:21:44.1416733Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/typescript_keywords.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts 2025-06-05T23:21:44.1418399Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/union_vector 2025-06-05T23:21:44.1420261Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/union_vector/union_vector.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/union_vector 2025-06-05T23:21:44.1422059Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/64bit/evolution 2025-06-05T23:21:44.1423794Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/64bit/evolution/v1.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/64bit/evolution 2025-06-05T23:21:44.1426041Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/64bit/evolution/v2.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/64bit/evolution 2025-06-05T23:21:44.1427746Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar 2025-06-05T23:21:44.1429557Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar/bar.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar 2025-06-05T23:21:44.1431725Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar/bar_with_foo.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar 2025-06-05T23:21:44.1433913Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar/bar_with_ns.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar 2025-06-05T23:21:44.1435660Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar/baz 2025-06-05T23:21:44.1437636Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar/baz/baz.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar/baz 2025-06-05T23:21:44.1439947Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar/baz/baz_with_ns.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar/baz 2025-06-05T23:21:44.1441690Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test/sub 2025-06-05T23:21:44.1443659Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test/sub/include_test2.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test/sub 2025-06-05T23:21:44.1446340Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test/sub/no_namespace.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test/sub 2025-06-05T23:21:44.1448175Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift/tests/CodeGenerationTests 2025-06-05T23:21:44.1673758Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift/tests/CodeGenerationTests/test_import.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift/tests/CodeGenerationTests 2025-06-05T23:21:44.1676539Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift/tests/CodeGenerationTests/test_no_include.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift/tests/CodeGenerationTests 2025-06-05T23:21:44.1678823Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift/tests/Sources/SwiftFlatBuffers 2025-06-05T23:21:44.1681067Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift/tests/Sources/SwiftFlatBuffers/fuzzer.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift/tests/Sources/SwiftFlatBuffers 2025-06-05T23:21:44.1683151Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/arrays_test_complex 2025-06-05T23:21:44.1685033Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/arrays_test_complex/arrays_test_complex.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/arrays_test_complex 2025-06-05T23:21:44.1687127Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/bazel_repository_test_dir 2025-06-05T23:21:44.1689109Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/bazel_repository_test_dir/one.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/bazel_repository_test_dir 2025-06-05T23:21:44.1691783Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/bazel_repository_test_dir/pnpm-lock.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/bazel_repository_test_dir 2025-06-05T23:21:44.1694433Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/bazel_repository_test_dir/two.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/bazel_repository_test_dir 2025-06-05T23:21:44.1696337Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/test_dir 2025-06-05T23:21:44.1698180Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/test_dir/typescript_include.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/test_dir 2025-06-05T23:21:44.1700581Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/test_dir/typescript_transitive_include.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/test_dir 2025-06-05T23:21:44.1702429Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/tosa/schemas 2025-06-05T23:21:44.1703484Z copying src/executorch/backends/arm/tosa/schemas/tosa_0.80.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/tosa/schemas 2025-06-05T23:21:44.1704700Z copying src/executorch/backends/arm/tosa/schemas/tosa_1.0.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/tosa/schemas 2025-06-05T23:21:44.1705912Z copying src/executorch/backends/cadence/aot/functions.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:21:44.1707070Z copying src/executorch/backends/cadence/aot/functions_fusion_g3.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:21:44.1708205Z copying src/executorch/backends/cadence/aot/functions_hifi.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:21:44.1709296Z copying src/executorch/backends/cortex_m/ops/operators.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cortex_m/ops 2025-06-05T23:21:44.1710688Z copying src/executorch/backends/qualcomm/serialization/qc_compiler_spec.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/serialization 2025-06-05T23:21:44.1711717Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/aot/ir 2025-06-05T23:21:44.1712586Z copying src/executorch/backends/qualcomm/aot/ir/qcir.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/aot/ir 2025-06-05T23:21:44.1713874Z copying src/executorch/backends/vulkan/serialization/schema.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/serialization 2025-06-05T23:21:44.1714855Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:21:44.1716004Z copying src/executorch/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-06-05T23:21:44.1717527Z copying src/executorch/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-06-05T23:21:44.1719232Z copying src/executorch/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-06-05T23:21:44.1720753Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/arange.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:21:44.1722321Z copying src/executorch/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-06-05T23:21:44.1723769Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/batchnorm.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:21:44.1725404Z copying src/executorch/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-06-05T23:21:44.1726986Z copying src/executorch/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-06-05T23:21:44.1728632Z copying src/executorch/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-06-05T23:21:44.1730252Z copying src/executorch/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-06-05T23:21:44.1731785Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/clone.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:21:44.1733441Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/conv1d.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:21:44.1734918Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:21:44.1736454Z copying src/executorch/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-06-05T23:21:44.1737944Z copying src/executorch/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-06-05T23:21:44.1739494Z copying src/executorch/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-06-05T23:21:44.1741236Z copying src/executorch/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-06-05T23:21:44.1742852Z copying src/executorch/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-06-05T23:21:44.1744506Z copying src/executorch/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-06-05T23:21:44.2032341Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_pw_s1p0.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:21:44.2033894Z copying src/executorch/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-06-05T23:21:44.2035688Z copying src/executorch/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-06-05T23:21:44.2037327Z copying src/executorch/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-06-05T23:21:44.2038964Z copying src/executorch/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-06-05T23:21:44.2040456Z copying src/executorch/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-06-05T23:21:44.2042111Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/embedding.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:21:44.2043559Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/flip.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:21:44.2045520Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/full.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:21:44.2047167Z copying src/executorch/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-06-05T23:21:44.2048695Z copying src/executorch/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-06-05T23:21:44.2050434Z copying src/executorch/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-06-05T23:21:44.2052235Z copying src/executorch/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-06-05T23:21:44.2053755Z copying src/executorch/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-06-05T23:21:44.2055288Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/linear_qcsnw.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:21:44.2056915Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/linear_qcsnw_coop.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:21:44.2058430Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/linear_qcsnw_tiled.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:21:44.2060332Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/linear_qga4w_coop.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:21:44.2061897Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/linear_qga4w_tiled.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:21:44.2063433Z copying src/executorch/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-06-05T23:21:44.2065043Z copying src/executorch/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-06-05T23:21:44.2066617Z copying src/executorch/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-06-05T23:21:44.2068393Z copying src/executorch/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-06-05T23:21:44.2069891Z copying src/executorch/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-06-05T23:21:44.2071336Z copying src/executorch/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-06-05T23:21:44.2073018Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/pack_int4_linear_weight_transposed_interleaved.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:21:44.2074605Z copying src/executorch/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-06-05T23:21:44.2076306Z copying src/executorch/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-06-05T23:21:44.2077830Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/permute.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:21:44.2079287Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/reduce.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:21:44.2080810Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/repeat.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:21:44.2082394Z copying src/executorch/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-06-05T23:21:44.2084244Z copying src/executorch/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-06-05T23:21:44.2085829Z copying src/executorch/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-06-05T23:21:44.2087479Z copying src/executorch/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-06-05T23:21:44.2089039Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/softmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:21:44.2090605Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/tan.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:21:44.2092285Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/transfer_buffer.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:21:44.2093998Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/transfer_texture.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:21:44.2095660Z copying src/executorch/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-06-05T23:21:44.2097289Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/upsample_2d.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:21:44.2098831Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/var_buffer.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:21:44.2100340Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/var_texture3d.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:21:44.2101748Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/view.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:21:44.2103141Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/where.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:21:44.2104412Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/glsl 2025-06-05T23:21:44.2105316Z copying src/executorch/backends/vulkan/test/glsl/all_shaders.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/glsl 2025-06-05T23:21:44.2399176Z copying src/executorch/backends/vulkan/test/glsl/dynamic_dispatch_test.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/glsl 2025-06-05T23:21:44.2400532Z copying src/executorch/backends/vulkan/test/glsl/reference_matmul_common.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/glsl 2025-06-05T23:21:44.2401599Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl 2025-06-05T23:21:44.2402861Z copying src/executorch/backends/vulkan/tools/gpuinfo/glsl/buf_bandwidth.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl 2025-06-05T23:21:44.2404331Z copying src/executorch/backends/vulkan/tools/gpuinfo/glsl/buf_cacheline_size.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl 2025-06-05T23:21:44.2405758Z copying src/executorch/backends/vulkan/tools/gpuinfo/glsl/reg_count.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl 2025-06-05T23:21:44.2407392Z copying src/executorch/backends/vulkan/tools/gpuinfo/glsl/tex_bandwidth.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl 2025-06-05T23:21:44.2408895Z copying src/executorch/backends/vulkan/tools/gpuinfo/glsl/tex_cacheline_concurr.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl 2025-06-05T23:21:44.2410374Z copying src/executorch/backends/vulkan/tools/gpuinfo/glsl/warp_size.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl 2025-06-05T23:21:44.2411885Z copying src/executorch/backends/xnnpack/serialization/runtime_schema.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/serialization 2025-06-05T23:21:44.2413176Z copying src/executorch/backends/xnnpack/serialization/schema.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/serialization 2025-06-05T23:21:44.2414500Z copying src/executorch/backends/xnnpack/third-party/generate-cpuinfo-wrappers.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party 2025-06-05T23:21:44.2415841Z copying src/executorch/backends/xnnpack/third-party/FP16/confu.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16 2025-06-05T23:21:44.2417129Z copying src/executorch/backends/xnnpack/third-party/FXdiv/confu.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FXdiv 2025-06-05T23:21:44.2418675Z copying src/executorch/backends/xnnpack/third-party/cpuinfo/confu.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo 2025-06-05T23:21:44.2420058Z copying src/executorch/backends/xnnpack/third-party/pthreadpool/confu.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/pthreadpool 2025-06-05T23:21:44.2421666Z copying src/executorch/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-06-05T23:21:44.2423465Z copying src/executorch/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-06-05T23:21:44.2424644Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:21:44.2425798Z copying src/executorch/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-06-05T23:21:44.2427559Z copying src/executorch/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-06-05T23:21:44.2429129Z copying src/executorch/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-06-05T23:21:44.2430791Z copying src/executorch/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-06-05T23:21:44.2432445Z copying src/executorch/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-06-05T23:21:44.2433990Z copying src/executorch/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-06-05T23:21:44.2435728Z copying src/executorch/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-06-05T23:21:44.2437303Z copying src/executorch/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-06-05T23:21:44.2439075Z copying src/executorch/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-06-05T23:21:44.2440657Z copying src/executorch/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-06-05T23:21:44.2442176Z copying src/executorch/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-06-05T23:21:44.2443803Z copying src/executorch/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-06-05T23:21:44.2445528Z copying src/executorch/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-06-05T23:21:44.2447037Z copying src/executorch/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-06-05T23:21:44.2448632Z copying src/executorch/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-06-05T23:21:44.2450169Z copying src/executorch/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-06-05T23:21:44.2451659Z copying src/executorch/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-06-05T23:21:44.2453235Z copying src/executorch/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-06-05T23:21:44.2455006Z copying src/executorch/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-06-05T23:21:44.2456570Z copying src/executorch/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-06-05T23:21:44.2458214Z copying src/executorch/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-06-05T23:21:44.2459958Z copying src/executorch/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-06-05T23:21:44.2461507Z copying src/executorch/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-06-05T23:21:44.2463084Z copying src/executorch/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-06-05T23:21:44.2464841Z copying src/executorch/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-06-05T23:21:44.2466371Z copying src/executorch/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-06-05T23:21:44.2467956Z copying src/executorch/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-06-05T23:21:44.2469656Z copying src/executorch/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-06-05T23:21:44.2822355Z copying src/executorch/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-06-05T23:21:44.2823945Z copying src/executorch/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-06-05T23:21:44.2825501Z copying src/executorch/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-06-05T23:21:44.2826986Z copying src/executorch/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-06-05T23:21:44.2828594Z copying src/executorch/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-06-05T23:21:44.2830147Z copying src/executorch/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-06-05T23:21:44.2831712Z copying src/executorch/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-06-05T23:21:44.2833285Z copying src/executorch/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-06-05T23:21:44.2834803Z copying src/executorch/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-06-05T23:21:44.2836336Z copying src/executorch/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-06-05T23:21:44.2838007Z copying src/executorch/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-06-05T23:21:44.2839578Z copying src/executorch/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-06-05T23:21:44.2841252Z copying src/executorch/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-06-05T23:21:44.2842721Z copying src/executorch/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-06-05T23:21:44.2844217Z copying src/executorch/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-06-05T23:21:44.2845685Z copying src/executorch/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-06-05T23:21:44.2847252Z copying src/executorch/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-06-05T23:21:44.2848789Z copying src/executorch/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-06-05T23:21:44.2850457Z copying src/executorch/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-06-05T23:21:44.2852479Z copying src/executorch/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-06-05T23:21:44.2854286Z copying src/executorch/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-06-05T23:21:44.2856224Z copying src/executorch/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-06-05T23:21:44.2858150Z copying src/executorch/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-06-05T23:21:44.2860129Z copying src/executorch/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-06-05T23:21:44.2862115Z copying src/executorch/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-06-05T23:21:44.2864054Z copying src/executorch/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-06-05T23:21:44.2865953Z copying src/executorch/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-06-05T23:21:44.2867960Z copying src/executorch/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-06-05T23:21:44.2869755Z copying src/executorch/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-06-05T23:21:44.2871719Z copying src/executorch/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-06-05T23:21:44.2873587Z copying src/executorch/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-06-05T23:21:44.2875637Z copying src/executorch/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-06-05T23:21:44.2877568Z copying src/executorch/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-06-05T23:21:44.2879478Z copying src/executorch/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-06-05T23:21:44.2881280Z copying src/executorch/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-06-05T23:21:44.2882965Z copying src/executorch/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-06-05T23:21:44.2884964Z copying src/executorch/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-06-05T23:21:44.2886867Z copying src/executorch/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-06-05T23:21:44.2889048Z copying src/executorch/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-06-05T23:21:44.2891065Z copying src/executorch/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-06-05T23:21:44.2892721Z copying src/executorch/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-06-05T23:21:44.2894507Z copying src/executorch/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-06-05T23:21:44.2896294Z copying src/executorch/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-06-05T23:21:44.2897962Z copying src/executorch/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-06-05T23:21:44.2999077Z copying src/executorch/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-06-05T23:21:44.3000717Z copying src/executorch/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-06-05T23:21:44.3002246Z copying src/executorch/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-06-05T23:21:44.3004106Z copying src/executorch/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-06-05T23:21:44.3006002Z copying src/executorch/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-06-05T23:21:44.3007999Z copying src/executorch/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-06-05T23:21:44.3009880Z copying src/executorch/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-06-05T23:21:44.3011711Z copying src/executorch/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-06-05T23:21:44.3013440Z copying src/executorch/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-06-05T23:21:44.3015172Z copying src/executorch/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-06-05T23:21:44.3017180Z copying src/executorch/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-06-05T23:21:44.3018985Z copying src/executorch/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-06-05T23:21:44.3020715Z copying src/executorch/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-06-05T23:21:44.3022672Z copying src/executorch/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-06-05T23:21:44.3024631Z copying src/executorch/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-06-05T23:21:44.3026333Z copying src/executorch/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-06-05T23:21:44.3028025Z copying src/executorch/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-06-05T23:21:44.3029613Z copying src/executorch/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-06-05T23:21:44.3031203Z copying src/executorch/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-06-05T23:21:44.3032771Z copying src/executorch/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-06-05T23:21:44.3034340Z copying src/executorch/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-06-05T23:21:44.3035940Z copying src/executorch/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-06-05T23:21:44.3037598Z copying src/executorch/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-06-05T23:21:44.3039292Z copying src/executorch/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-06-05T23:21:44.3040899Z copying src/executorch/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-06-05T23:21:44.3042464Z copying src/executorch/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-06-05T23:21:44.3044055Z copying src/executorch/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-06-05T23:21:44.3045697Z copying src/executorch/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-06-05T23:21:44.3047332Z copying src/executorch/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-06-05T23:21:44.3048907Z copying src/executorch/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-06-05T23:21:44.3050276Z copying src/executorch/devtools/etdump/etdump_schema_flatcc.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump 2025-06-05T23:21:44.3051293Z copying src/executorch/devtools/etdump/scalar_type.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump 2025-06-05T23:21:44.3052538Z copying src/executorch/devtools/bundled_program/schema/bundled_program_schema.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema 2025-06-05T23:21:44.3053896Z copying src/executorch/devtools/bundled_program/schema/scalar_type.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema 2025-06-05T23:21:44.3055107Z copying src/executorch/examples/llm_pte_finetuning/llama3_config.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning 2025-06-05T23:21:44.3056331Z copying src/executorch/examples/llm_pte_finetuning/phi3_alpaca_code_config.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning 2025-06-05T23:21:44.3057545Z copying src/executorch/examples/llm_pte_finetuning/phi3_config.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning 2025-06-05T23:21:44.3058708Z copying src/executorch/examples/llm_pte_finetuning/qwen_05b_config.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning 2025-06-05T23:21:44.3060100Z copying src/executorch/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-06-05T23:21:44.3061163Z copying src/executorch/exir/_serialize/program.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-06-05T23:21:44.3062104Z copying src/executorch/exir/_serialize/scalar_type.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-06-05T23:21:44.3063068Z copying src/executorch/exir/dialects/edge/edge.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge 2025-06-05T23:21:44.3064101Z copying src/executorch/extension/pybindings/pybindings.pyi -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings 2025-06-05T23:21:44.3065263Z copying src/executorch/extension/flat_tensor/serialize/flat_tensor.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/serialize 2025-06-05T23:21:44.3066508Z copying src/executorch/extension/flat_tensor/serialize/scalar_type.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/serialize 2025-06-05T23:21:44.3067999Z copying src/executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl/abseil.podspec.gen.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl 2025-06-05T23:21:44.4070417Z copying src/executorch/extension/llm/tokenizers/third-party/json/tools/gdb_pretty_printer/nlohmann-json.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/json/tools/gdb_pretty_printer 2025-06-05T23:21:44.4072274Z copying src/executorch/extension/training/pybindings/_training_lib.pyi -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/pybindings 2025-06-05T23:21:44.4073510Z copying src/executorch/kernels/quantized/quantized.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized 2025-06-05T23:21:44.4074676Z copying src/executorch/kernels/quantized/test/supported_features_def.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized/test 2025-06-05T23:21:44.4075783Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/runtime/kernel/test 2025-06-05T23:21:44.4076616Z copying src/executorch/runtime/kernel/test/functions.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/runtime/kernel/test 2025-06-05T23:21:44.4078022Z copying devtools/bundled_program/schema/bundled_program_schema.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/serialize 2025-06-05T23:21:44.4079219Z copying devtools/bundled_program/schema/scalar_type.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/serialize 2025-06-05T23:21:44.4080152Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/share/cmake 2025-06-05T23:21:44.4081195Z copying tools/cmake/executorch-wheel-config.cmake -> pip-out/lib.linux-x86_64-cpython-310/executorch/share/cmake/executorch-config.cmake 2025-06-05T23:21:44.4082341Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:21:44.4083492Z copying runtime/core/array_ref.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:21:44.4084405Z copying runtime/core/data_loader.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:21:44.4085297Z copying runtime/core/defines.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:21:44.4086304Z copying runtime/core/error.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:21:44.4087162Z copying runtime/core/evalue.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:21:44.4088052Z copying runtime/core/event_tracer.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:21:44.4089275Z copying runtime/core/event_tracer_hooks.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:21:44.4090354Z copying runtime/core/event_tracer_hooks_delegate.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:21:44.4091405Z copying runtime/core/freeable_buffer.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:21:44.4092550Z copying runtime/core/function_ref.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:21:44.4093519Z copying runtime/core/hierarchical_allocator.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:21:44.4094749Z copying runtime/core/memory_allocator.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:21:44.4095690Z copying runtime/core/named_data_map.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:21:44.4096876Z copying runtime/core/result.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:21:44.4097800Z copying runtime/core/span.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:21:44.4098782Z copying runtime/core/tag.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:21:44.4099749Z copying runtime/core/tensor_layout.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:21:44.4100875Z copying runtime/core/tensor_shape_dynamism.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:21:44.4102075Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten 2025-06-05T23:21:44.4103011Z copying runtime/core/exec_aten/exec_aten.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten 2025-06-05T23:21:44.4104240Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/testing_util 2025-06-05T23:21:44.4105392Z 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-06-05T23:21:44.4107047Z 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-06-05T23:21:44.4108254Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/util 2025-06-05T23:21:44.4109351Z 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-06-05T23:21:44.4110824Z 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-06-05T23:21:44.4112142Z 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-06-05T23:21:44.4113632Z 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-06-05T23:21:44.4114869Z 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-06-05T23:21:44.4116083Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:21:44.4117188Z copying runtime/core/portable_type/bfloat16.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:21:44.4118587Z copying runtime/core/portable_type/bfloat16_math.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:21:44.4119934Z copying runtime/core/portable_type/bits_types.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:21:44.4121155Z copying runtime/core/portable_type/complex.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:21:44.4122398Z copying runtime/core/portable_type/device.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:21:44.4123693Z copying runtime/core/portable_type/half.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:21:44.4124970Z copying runtime/core/portable_type/optional.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:21:44.4126139Z copying runtime/core/portable_type/qint_types.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:21:44.4127278Z copying runtime/core/portable_type/scalar.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:21:44.4128606Z copying runtime/core/portable_type/scalar_type.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:21:44.4129871Z copying runtime/core/portable_type/string_view.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:21:44.4131190Z copying runtime/core/portable_type/tensor.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:21:44.4132340Z copying runtime/core/portable_type/tensor_impl.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:21:44.4133763Z copying runtime/core/portable_type/tensor_options.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:21:44.4134842Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/macros 2025-06-05T23:21:44.4136270Z 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-06-05T23:21:44.4137726Z 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-06-05T23:21:44.4139095Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-05T23:21:44.4140329Z 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-06-05T23:21:44.4872501Z 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-06-05T23:21:44.4874747Z 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-06-05T23:21:44.4876411Z 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-06-05T23:21:44.4877971Z 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-06-05T23:21:44.4879578Z 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-06-05T23:21:44.4881146Z 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-06-05T23:21:44.4882942Z copying runtime/core/portable_type/c10/c10/util/complex.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-05T23:21:44.4884562Z copying runtime/core/portable_type/c10/c10/util/complex_math.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-05T23:21:44.4886281Z copying runtime/core/portable_type/c10/c10/util/complex_utils.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-05T23:21:44.4887743Z 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-06-05T23:21:44.4889421Z 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-06-05T23:21:44.4890740Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel 2025-06-05T23:21:44.4891626Z copying runtime/kernel/kernel_includes.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel 2025-06-05T23:21:44.4892758Z copying runtime/kernel/kernel_runtime_context.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel 2025-06-05T23:21:44.4893789Z copying runtime/kernel/operator_registry.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel 2025-06-05T23:21:44.4894916Z copying runtime/kernel/thread_parallel_interface.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel 2025-06-05T23:21:44.4895900Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel/test 2025-06-05T23:21:44.4896775Z copying runtime/kernel/test/test_util.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel/test 2025-06-05T23:21:44.4897859Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-06-05T23:21:44.4898697Z copying runtime/platform/abort.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-06-05T23:21:44.4899743Z copying runtime/platform/assert.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-06-05T23:21:44.4900693Z copying runtime/platform/clock.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-06-05T23:21:44.4901791Z copying runtime/platform/compat_unistd.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-06-05T23:21:44.4902973Z copying runtime/platform/compiler.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-06-05T23:21:44.4904129Z copying runtime/platform/log.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-06-05T23:21:44.4905130Z copying runtime/platform/platform.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-06-05T23:21:44.4906196Z copying runtime/platform/profiler.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-06-05T23:21:44.4907251Z copying runtime/platform/runtime.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-06-05T23:21:44.4908235Z copying runtime/platform/system.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-06-05T23:21:44.4909341Z copying runtime/platform/types.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-06-05T23:21:44.4910253Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/test 2025-06-05T23:21:44.4911325Z copying runtime/platform/test/pal_spy.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/test 2025-06-05T23:21:44.4912457Z copying runtime/platform/test/stub_platform.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/test 2025-06-05T23:21:44.4913615Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/kernel_util 2025-06-05T23:21:44.4914617Z 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-06-05T23:21:44.4915970Z copying extension/kernel_util/meta_programming.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/kernel_util 2025-06-05T23:21:44.4917100Z copying extension/kernel_util/type_list.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/kernel_util 2025-06-05T23:21:44.4918135Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/tensor 2025-06-05T23:21:44.4919014Z copying extension/tensor/tensor.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/tensor 2025-06-05T23:21:44.4920175Z copying extension/tensor/tensor_accessor.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/tensor 2025-06-05T23:21:44.4921218Z copying extension/tensor/tensor_ptr.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/tensor 2025-06-05T23:21:44.4922434Z copying extension/tensor/tensor_ptr_maker.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/tensor 2025-06-05T23:21:44.4923376Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/threadpool 2025-06-05T23:21:44.4924405Z copying extension/threadpool/cpuinfo_utils.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/threadpool 2025-06-05T23:21:44.4925621Z copying extension/threadpool/threadpool.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/threadpool 2025-06-05T23:21:44.4926939Z copying extension/threadpool/threadpool_guard.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/threadpool 2025-06-05T23:21:44.4927699Z running build_ext 2025-06-05T23:21:44.4928139Z creating /pytorch/executorch/pip-out/lib.linux-x86_64-cpython-310/executorch/data/bin 2025-06-05T23:21:44.4929486Z copying /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers_external_project/bin/flatc -> /pytorch/executorch/pip-out/lib.linux-x86_64-cpython-310/executorch/data/bin 2025-06-05T23:21:44.4931110Z 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-06-05T23:21:44.4932630Z 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-06-05T23:21:44.4934581Z copying /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/backends/apple/coreml/executorchcoreml.cpython-310-x86_64-linux-gnu.so -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml 2025-06-05T23:21:44.4936591Z 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-06-05T23:21:44.4938577Z 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-06-05T23:21:44.4939837Z installing to pip-out/bdist.linux-x86_64/wheel 2025-06-05T23:21:44.4940336Z running install 2025-06-05T23:21:44.4940644Z running install_lib 2025-06-05T23:21:44.4941012Z creating pip-out/bdist.linux-x86_64/wheel 2025-06-05T23:21:44.4941513Z creating pip-out/bdist.linux-x86_64/wheel/executorch 2025-06-05T23:21:44.4941958Z creating pip-out/bdist.linux-x86_64/wheel/executorch/codegen 2025-06-05T23:21:44.4943022Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen 2025-06-05T23:21:44.4944114Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/gen.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen 2025-06-05T23:21:44.4999464Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen 2025-06-05T23:21:44.5000622Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/parse.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen 2025-06-05T23:21:44.5001411Z creating pip-out/bdist.linux-x86_64/wheel/executorch/codegen/api 2025-06-05T23:21:44.5002452Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/api/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/api 2025-06-05T23:21:44.5003558Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/api/custom_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/api 2025-06-05T23:21:44.5004856Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/api/et_cpp.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/api 2025-06-05T23:21:44.5006022Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/api/unboxing.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/api 2025-06-05T23:21:44.5006956Z creating pip-out/bdist.linux-x86_64/wheel/executorch/codegen/api/types 2025-06-05T23:21:44.5007840Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/api/types/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/api/types 2025-06-05T23:21:44.5009313Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/api/types/signatures.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/api/types 2025-06-05T23:21:44.5010773Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/api/types/types.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/api/types 2025-06-05T23:21:44.5011768Z creating pip-out/bdist.linux-x86_64/wheel/executorch/codegen/test 2025-06-05T23:21:44.5012682Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/test/test_executorch_custom_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/test 2025-06-05T23:21:44.5014131Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/test/test_executorch_gen.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/test 2025-06-05T23:21:44.5015799Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/test/test_executorch_signatures.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/test 2025-06-05T23:21:44.5017056Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/test/test_executorch_types.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/test 2025-06-05T23:21:44.5018597Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/test/test_executorch_unboxing.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/test 2025-06-05T23:21:44.5020043Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/test/test_selective_build.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/test 2025-06-05T23:21:44.5020931Z creating pip-out/bdist.linux-x86_64/wheel/executorch/codegen/tools 2025-06-05T23:21:44.5021859Z 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-06-05T23:21:44.5023015Z 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-06-05T23:21:44.5024398Z 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-06-05T23:21:44.5025570Z 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-06-05T23:21:44.5026876Z 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-06-05T23:21:44.5028098Z 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-06-05T23:21:44.5029440Z 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-06-05T23:21:44.5030303Z creating pip-out/bdist.linux-x86_64/wheel/executorch/codegen/tools/test 2025-06-05T23:21:44.5031353Z 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-06-05T23:21:44.5032663Z 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-06-05T23:21:44.5034057Z 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-06-05T23:21:44.5035598Z 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-06-05T23:21:44.5036545Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools 2025-06-05T23:21:44.5037338Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools 2025-06-05T23:21:44.5038253Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/backend_debug 2025-06-05T23:21:44.5039189Z 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-06-05T23:21:44.5040639Z 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-06-05T23:21:44.5041631Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/backend_debug/tests 2025-06-05T23:21:44.5042828Z 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-06-05T23:21:44.5043969Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/bundled_program 2025-06-05T23:21:44.5045047Z 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-06-05T23:21:44.5046505Z 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-06-05T23:21:44.5047860Z 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-06-05T23:21:44.5048967Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/bundled_program/schema 2025-06-05T23:21:44.5050103Z 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-06-05T23:21:44.5051743Z 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-06-05T23:21:44.5052889Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/bundled_program/schema/test 2025-06-05T23:21:44.5054283Z 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-06-05T23:21:44.5055966Z 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-06-05T23:21:44.5057563Z 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-06-05T23:21:44.5058807Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/bundled_program/serialize 2025-06-05T23:21:44.5060115Z 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-06-05T23:21:44.5061346Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/bundled_program/serialize/test 2025-06-05T23:21:44.5062725Z 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-06-05T23:21:44.5064449Z 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-06-05T23:21:44.5066241Z 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-06-05T23:21:44.5067506Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/bundled_program/test 2025-06-05T23:21:44.5130018Z 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-06-05T23:21:44.5132179Z 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-06-05T23:21:44.5133721Z 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-06-05T23:21:44.5134919Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/bundled_program/util 2025-06-05T23:21:44.5135967Z 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-06-05T23:21:44.5137209Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/debug_format 2025-06-05T23:21:44.5138266Z 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-06-05T23:21:44.5139816Z 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-06-05T23:21:44.5140725Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/etdump 2025-06-05T23:21:44.5141799Z 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-06-05T23:21:44.5143038Z 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-06-05T23:21:44.5144160Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/etdump/tests 2025-06-05T23:21:44.5145180Z 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-06-05T23:21:44.5146669Z 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-06-05T23:21:44.5148084Z 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-06-05T23:21:44.5149057Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/etrecord 2025-06-05T23:21:44.5149986Z 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-06-05T23:21:44.5151480Z 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-06-05T23:21:44.5152489Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/etrecord/tests 2025-06-05T23:21:44.5153629Z 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-06-05T23:21:44.5154705Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/inspector 2025-06-05T23:21:44.5155730Z 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-06-05T23:21:44.5157072Z 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-06-05T23:21:44.5158497Z 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-06-05T23:21:44.5160306Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/_intermediate_output_capturer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/inspector 2025-06-05T23:21:44.5161849Z 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-06-05T23:21:44.5162913Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/inspector/tests 2025-06-05T23:21:44.5164145Z 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-06-05T23:21:44.5165672Z 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-06-05T23:21:44.5167450Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/tests/inspector_test_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/inspector/tests 2025-06-05T23:21:44.5169296Z 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-06-05T23:21:44.5171119Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/tests/intermediate_output_capturer_test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/inspector/tests 2025-06-05T23:21:44.5172287Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/size_analysis_tool 2025-06-05T23:21:44.5173584Z 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-06-05T23:21:44.5175163Z 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-06-05T23:21:44.5176372Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/visualization 2025-06-05T23:21:44.5177365Z 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-06-05T23:21:44.5178997Z 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-06-05T23:21:44.5180685Z 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-06-05T23:21:44.5181660Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir 2025-06-05T23:21:44.5182574Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-06-05T23:21:44.5183599Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_warnings.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-06-05T23:21:44.5184739Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/common.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-06-05T23:21:44.5185788Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/control_flow.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-06-05T23:21:44.5187003Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/delegate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-06-05T23:21:44.5188063Z 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-06-05T23:21:44.5189248Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dynamic_shape.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-06-05T23:21:44.5190302Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/error.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-06-05T23:21:44.5191452Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/graph.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-06-05T23:21:44.5192505Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/graph_module.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-06-05T23:21:44.5193758Z 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-06-05T23:21:44.5194848Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/memory.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-06-05T23:21:44.5196105Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/memory_planning.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-06-05T23:21:44.5197216Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/pass_base.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-06-05T23:21:44.5198507Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/pass_manager.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-06-05T23:21:44.5199537Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/print_program.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-06-05T23:21:44.5200810Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/scalar_type.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-06-05T23:21:44.5201803Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/schema.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-06-05T23:21:44.5249037Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/sym_util.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-06-05T23:21:44.5250420Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tensor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-06-05T23:21:44.5251393Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tracer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-06-05T23:21:44.5252432Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/types.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-06-05T23:21:44.5253405Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/version.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-06-05T23:21:44.5254502Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/wrap.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-06-05T23:21:44.5255235Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/_serialize 2025-06-05T23:21:44.5256086Z 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-06-05T23:21:44.5257306Z 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-06-05T23:21:44.5258581Z 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-06-05T23:21:44.5260067Z 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-06-05T23:21:44.5261517Z 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-06-05T23:21:44.5262717Z 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-06-05T23:21:44.5264086Z 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-06-05T23:21:44.5265396Z 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-06-05T23:21:44.5266701Z 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-06-05T23:21:44.5267599Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/_serialize/test 2025-06-05T23:21:44.5268558Z 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-06-05T23:21:44.5269861Z 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-06-05T23:21:44.5271329Z 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-06-05T23:21:44.5272916Z 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-06-05T23:21:44.5274495Z 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-06-05T23:21:44.5275845Z 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-06-05T23:21:44.5277139Z 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-06-05T23:21:44.5278063Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend 2025-06-05T23:21:44.5279007Z 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-06-05T23:21:44.5280267Z 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-06-05T23:21:44.5281607Z 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-06-05T23:21:44.5282887Z 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-06-05T23:21:44.5284277Z 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-06-05T23:21:44.5285517Z 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-06-05T23:21:44.5286523Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend/canonical_partitioners 2025-06-05T23:21:44.5287829Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/canonical_partitioners/all_node_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/canonical_partitioners 2025-06-05T23:21:44.5289599Z 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-06-05T23:21:44.5291474Z 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-06-05T23:21:44.5293369Z 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-06-05T23:21:44.5295233Z 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-06-05T23:21:44.5296380Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend/test 2025-06-05T23:21:44.5297501Z 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-06-05T23:21:44.5299027Z 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-06-05T23:21:44.5300515Z 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-06-05T23:21:44.5302116Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/backend_with_preprocess_all_demo.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-06-05T23:21:44.5303821Z 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-06-05T23:21:44.5305264Z 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-06-05T23:21:44.5306811Z 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-06-05T23:21:44.5308400Z 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-06-05T23:21:44.5310101Z 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-06-05T23:21:44.5311583Z 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-06-05T23:21:44.5313136Z 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-06-05T23:21:44.5314570Z 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-06-05T23:21:44.5316015Z 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-06-05T23:21:44.5317568Z 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-06-05T23:21:44.5319024Z 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-06-05T23:21:44.5385982Z 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-06-05T23:21:44.5387501Z 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-06-05T23:21:44.5388977Z 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-06-05T23:21:44.5390398Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/test_to_backend_multi_method.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-06-05T23:21:44.5391853Z 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-06-05T23:21:44.5392952Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend/test/demos 2025-06-05T23:21:44.5394042Z 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-06-05T23:21:44.5395647Z 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-06-05T23:21:44.5396734Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend/test/demos/rpc 2025-06-05T23:21:44.5398065Z 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-06-05T23:21:44.5400056Z 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-06-05T23:21:44.5401900Z 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-06-05T23:21:44.5402927Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/capture 2025-06-05T23:21:44.5403883Z 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-06-05T23:21:44.5405080Z 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-06-05T23:21:44.5406375Z 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-06-05T23:21:44.5407555Z 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-06-05T23:21:44.5408514Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects 2025-06-05T23:21:44.5409415Z 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-06-05T23:21:44.5410738Z 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-06-05T23:21:44.5411650Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/backend 2025-06-05T23:21:44.5412610Z 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-06-05T23:21:44.5413717Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/backend/test 2025-06-05T23:21:44.5414822Z 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-06-05T23:21:44.5416048Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge 2025-06-05T23:21:44.5416944Z 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-06-05T23:21:44.5418001Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/arg 2025-06-05T23:21:44.5418991Z 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-06-05T23:21:44.5420452Z 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-06-05T23:21:44.5421463Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/dtype 2025-06-05T23:21:44.5422596Z 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-06-05T23:21:44.5424151Z 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-06-05T23:21:44.5425630Z 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-06-05T23:21:44.5426737Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/op 2025-06-05T23:21:44.5427714Z 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-06-05T23:21:44.5429277Z 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-06-05T23:21:44.5430330Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/op/test 2025-06-05T23:21:44.5431569Z 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-06-05T23:21:44.5432616Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/spec 2025-06-05T23:21:44.5433729Z 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-06-05T23:21:44.5435106Z 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-06-05T23:21:44.5436262Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/test 2025-06-05T23:21:44.5437268Z 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-06-05T23:21:44.5438871Z 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-06-05T23:21:44.5440358Z 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-06-05T23:21:44.5441322Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/test 2025-06-05T23:21:44.5442457Z 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-06-05T23:21:44.5443382Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/emit 2025-06-05T23:21:44.5444162Z 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-06-05T23:21:44.5445476Z 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-06-05T23:21:44.5446568Z 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-06-05T23:21:44.5447544Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/emit/test 2025-06-05T23:21:44.5448400Z 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-06-05T23:21:44.5449416Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/operator 2025-06-05T23:21:44.5450376Z 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-06-05T23:21:44.5451718Z 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-06-05T23:21:44.5452905Z 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-06-05T23:21:44.5453845Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/operator/test 2025-06-05T23:21:44.5454841Z 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-06-05T23:21:44.5455784Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/passes 2025-06-05T23:21:44.5456680Z 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-06-05T23:21:44.5509229Z 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-06-05T23:21:44.5510664Z 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-06-05T23:21:44.5512221Z 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-06-05T23:21:44.5513529Z 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-06-05T23:21:44.5515050Z 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-06-05T23:21:44.5516485Z 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-06-05T23:21:44.5517832Z 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-06-05T23:21:44.5519344Z 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-06-05T23:21:44.5520732Z 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-06-05T23:21:44.5522030Z 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-06-05T23:21:44.5523403Z 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-06-05T23:21:44.5524681Z 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-06-05T23:21:44.5526062Z 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-06-05T23:21:44.5527437Z 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-06-05T23:21:44.5528723Z 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-06-05T23:21:44.5530078Z 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-06-05T23:21:44.5531360Z 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-06-05T23:21:44.5532704Z 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-06-05T23:21:44.5534018Z 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-06-05T23:21:44.5535336Z 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-06-05T23:21:44.5536648Z 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-06-05T23:21:44.5537946Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/remove_unused_parameters_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-06-05T23:21:44.5539479Z 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-06-05T23:21:44.5540953Z 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-06-05T23:21:44.5542370Z 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-06-05T23:21:44.5543961Z 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-06-05T23:21:44.5545424Z 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-06-05T23:21:44.5546752Z 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-06-05T23:21:44.5548107Z 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-06-05T23:21:44.5549501Z 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-06-05T23:21:44.5550922Z 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-06-05T23:21:44.5552230Z 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-06-05T23:21:44.5553176Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/program 2025-06-05T23:21:44.5554004Z 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-06-05T23:21:44.5555269Z 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-06-05T23:21:44.5556483Z 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-06-05T23:21:44.5557395Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/program/test 2025-06-05T23:21:44.5558275Z 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-06-05T23:21:44.5559842Z 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-06-05T23:21:44.5561233Z 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-06-05T23:21:44.5562189Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/serde 2025-06-05T23:21:44.5562978Z 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-06-05T23:21:44.5564239Z 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-06-05T23:21:44.5565429Z 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-06-05T23:21:44.5566621Z 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-06-05T23:21:44.5567872Z 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-06-05T23:21:44.5569160Z 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-06-05T23:21:44.5570099Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/tests 2025-06-05T23:21:44.5571046Z 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-06-05T23:21:44.5572214Z 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-06-05T23:21:44.5573545Z 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-06-05T23:21:44.5574946Z 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-06-05T23:21:44.5576133Z 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-06-05T23:21:44.5577441Z 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-06-05T23:21:44.5590313Z 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-06-05T23:21:44.5640540Z 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-06-05T23:21:44.5641931Z 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-06-05T23:21:44.5643231Z 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-06-05T23:21:44.5644474Z 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-06-05T23:21:44.5645858Z 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-06-05T23:21:44.5647037Z 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-06-05T23:21:44.5648457Z 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-06-05T23:21:44.5649880Z 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-06-05T23:21:44.5651344Z 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-06-05T23:21:44.5652835Z 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-06-05T23:21:44.5654013Z 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-06-05T23:21:44.5655330Z 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-06-05T23:21:44.5656468Z 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-06-05T23:21:44.5657830Z 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-06-05T23:21:44.5659356Z 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-06-05T23:21:44.5660803Z 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-06-05T23:21:44.5662194Z 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-06-05T23:21:44.5663477Z 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-06-05T23:21:44.5664916Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_remove_unused_parameters_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-06-05T23:21:44.5666427Z 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-06-05T23:21:44.5667628Z 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-06-05T23:21:44.5668977Z 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-06-05T23:21:44.5670202Z 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-06-05T23:21:44.5671524Z 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-06-05T23:21:44.5672888Z 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-06-05T23:21:44.5674083Z 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-06-05T23:21:44.5675125Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/verification 2025-06-05T23:21:44.5676108Z 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-06-05T23:21:44.5677586Z 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-06-05T23:21:44.5678912Z 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-06-05T23:21:44.5680470Z 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-06-05T23:21:44.5681422Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/verification/test 2025-06-05T23:21:44.5682644Z 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-06-05T23:21:44.5684002Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/delegate.pyi -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-06-05T23:21:44.5684922Z creating pip-out/bdist.linux-x86_64/wheel/executorch/runtime 2025-06-05T23:21:44.5685667Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/runtime/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/runtime 2025-06-05T23:21:44.5686664Z creating pip-out/bdist.linux-x86_64/wheel/executorch/runtime/test 2025-06-05T23:21:44.5687561Z 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-06-05T23:21:44.5688617Z creating pip-out/bdist.linux-x86_64/wheel/executorch/runtime/kernel 2025-06-05T23:21:44.5689305Z creating pip-out/bdist.linux-x86_64/wheel/executorch/runtime/kernel/test 2025-06-05T23:21:44.5690338Z 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-06-05T23:21:44.5691417Z creating pip-out/bdist.linux-x86_64/wheel/executorch/util 2025-06-05T23:21:44.5692348Z 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-06-05T23:21:44.5693729Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/util/collect_env.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/util 2025-06-05T23:21:44.5694806Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/util/python_profiler.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/util 2025-06-05T23:21:44.5695808Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends 2025-06-05T23:21:44.5696342Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm 2025-06-05T23:21:44.5697182Z 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-06-05T23:21:44.5698547Z 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-06-05T23:21:44.5699778Z 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-06-05T23:21:44.5701137Z 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-06-05T23:21:44.5702510Z 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-06-05T23:21:44.5703744Z 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-06-05T23:21:44.5705041Z 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-06-05T23:21:44.5706298Z 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-06-05T23:21:44.5707696Z 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-06-05T23:21:44.5709031Z 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-06-05T23:21:44.5710264Z 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-06-05T23:21:44.5711581Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/vgf_backend.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm 2025-06-05T23:21:44.5746947Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/vgf_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm 2025-06-05T23:21:44.5748129Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/_passes 2025-06-05T23:21:44.5749106Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:21:44.5750560Z 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-06-05T23:21:44.5751977Z 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-06-05T23:21:44.5753916Z 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-06-05T23:21:44.5755534Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/arm_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:21:44.5756941Z 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-06-05T23:21:44.5758307Z 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-06-05T23:21:44.5760078Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/broadcast_args_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:21:44.5761540Z 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-06-05T23:21:44.5762950Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/cast_to_int32_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:21:44.5764449Z 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-06-05T23:21:44.5765988Z 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-06-05T23:21:44.5767424Z 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-06-05T23:21:44.5768976Z 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-06-05T23:21:44.5770574Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/convert_int_pow_to_mul.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:21:44.5771939Z 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-06-05T23:21:44.5773421Z 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-06-05T23:21:44.5774894Z 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-06-05T23:21:44.5776288Z 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-06-05T23:21:44.5777815Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/decompose_cosine_similarity_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:21:44.5779382Z 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-06-05T23:21:44.5780840Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/decompose_gelu_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:21:44.5782374Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/decompose_groupnorm_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:21:44.5783837Z 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-06-05T23:21:44.5785640Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/decompose_leaky_relu_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:21:44.5787272Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/decompose_linalg_vector_norm_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:21:44.5788866Z 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-06-05T23:21:44.5790280Z 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-06-05T23:21:44.5791866Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/decompose_ne_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:21:44.5793370Z 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-06-05T23:21:44.5794760Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/decompose_silu_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:21:44.5796324Z 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-06-05T23:21:44.5797908Z 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-06-05T23:21:44.5799355Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/decompose_sqrt_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:21:44.5800933Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/decompose_sum_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:21:44.5802440Z 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-06-05T23:21:44.5803887Z 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-06-05T23:21:44.5805512Z 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-06-05T23:21:44.5807042Z 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-06-05T23:21:44.5808545Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/fuse_equal_placeholders_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:21:44.5810174Z 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-06-05T23:21:44.5811733Z 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-06-05T23:21:44.5813199Z 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-06-05T23:21:44.5814622Z 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-06-05T23:21:44.5816365Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/match_where_self_arg_dtype_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:21:44.5855821Z 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-06-05T23:21:44.5857382Z 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-06-05T23:21:44.5858822Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/replace_inf_values_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:21:44.5860437Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/replace_scalar_with_tensor_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:21:44.5862195Z 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-06-05T23:21:44.5863833Z 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-06-05T23:21:44.5865421Z 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-06-05T23:21:44.5866972Z 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-06-05T23:21:44.5868249Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/operator_support 2025-06-05T23:21:44.5869399Z 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-06-05T23:21:44.5871007Z 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-06-05T23:21:44.5872765Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support/ethos_u55_support.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operator_support 2025-06-05T23:21:44.5874468Z 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-06-05T23:21:44.5876096Z 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-06-05T23:21:44.5877776Z 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-06-05T23:21:44.5879535Z 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-06-05T23:21:44.5881251Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support/sin_cos_support.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operator_support 2025-06-05T23:21:44.5882843Z 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-06-05T23:21:44.5884631Z 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-06-05T23:21:44.5886493Z 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-06-05T23:21:44.5887761Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/operators 2025-06-05T23:21:44.5888776Z 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-06-05T23:21:44.5890423Z 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-06-05T23:21:44.5891824Z 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-06-05T23:21:44.5893281Z 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-06-05T23:21:44.5894823Z 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-06-05T23:21:44.5896148Z 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-06-05T23:21:44.5897663Z 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-06-05T23:21:44.5899173Z 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-06-05T23:21:44.5900548Z 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-06-05T23:21:44.5902085Z 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-06-05T23:21:44.5903566Z 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-06-05T23:21:44.5904973Z 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-06-05T23:21:44.5906577Z 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-06-05T23:21:44.5908071Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_cos.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:21:44.5909437Z 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-06-05T23:21:44.5910947Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_erf.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:21:44.5912415Z 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-06-05T23:21:44.5913761Z 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-06-05T23:21:44.5915290Z 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-06-05T23:21:44.5916842Z 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-06-05T23:21:44.5918282Z 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-06-05T23:21:44.5919827Z 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-06-05T23:21:44.5921326Z 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-06-05T23:21:44.5922771Z 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-06-05T23:21:44.5924315Z 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-06-05T23:21:44.5925832Z 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-06-05T23:21:44.5927193Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_neg.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:21:44.5967980Z 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-06-05T23:21:44.5969747Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_pow.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:21:44.5971316Z 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-06-05T23:21:44.5972666Z 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-06-05T23:21:44.5974213Z 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-06-05T23:21:44.5975756Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_rshift_tensor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:21:44.5977137Z 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-06-05T23:21:44.5978693Z 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-06-05T23:21:44.5980265Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_sin.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:21:44.5981573Z 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-06-05T23:21:44.5983117Z 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-06-05T23:21:44.5984648Z 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-06-05T23:21:44.5985945Z 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-06-05T23:21:44.5987654Z 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-06-05T23:21:44.5989299Z 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-06-05T23:21:44.5990756Z 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-06-05T23:21:44.5992272Z 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-06-05T23:21:44.5993913Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_upsample_bilinear2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:21:44.5995571Z 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-06-05T23:21:44.5997064Z 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-06-05T23:21:44.5998662Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_where.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:21:44.6000384Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/operator_validation_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:21:44.6001954Z 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-06-05T23:21:44.6003446Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/ops_identity.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-06-05T23:21:44.6005150Z 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-06-05T23:21:44.6006152Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/quantizer 2025-06-05T23:21:44.6007318Z 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-06-05T23:21:44.6008873Z 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-06-05T23:21:44.6010366Z 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-06-05T23:21:44.6012054Z 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-06-05T23:21:44.6013784Z 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-06-05T23:21:44.6014795Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/scripts 2025-06-05T23:21:44.6016013Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/scripts/parse_test_names.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/scripts 2025-06-05T23:21:44.6016970Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test 2025-06-05T23:21:44.6018087Z 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-06-05T23:21:44.6019440Z 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-06-05T23:21:44.6020992Z 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-06-05T23:21:44.6022369Z 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-06-05T23:21:44.6023408Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/misc 2025-06-05T23:21:44.6024509Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc/test_bn_relu_folding_qat.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/misc 2025-06-05T23:21:44.6026100Z 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-06-05T23:21:44.6027750Z 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-06-05T23:21:44.6029378Z 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-06-05T23:21:44.6030793Z 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-06-05T23:21:44.6032440Z 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-06-05T23:21:44.6034116Z 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-06-05T23:21:44.6035629Z 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-06-05T23:21:44.6037250Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc/test_non_persistent_buffers.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/misc 2025-06-05T23:21:44.6039029Z 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-06-05T23:21:44.6040748Z 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-06-05T23:21:44.6077673Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/models 2025-06-05T23:21:44.6078930Z 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-06-05T23:21:44.6080493Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models/test_deit_tiny_arm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/models 2025-06-05T23:21:44.6082175Z 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-06-05T23:21:44.6083814Z 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-06-05T23:21:44.6085330Z 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-06-05T23:21:44.6087039Z 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-06-05T23:21:44.6088927Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models/test_mobilenet_v3_arm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/models 2025-06-05T23:21:44.6090740Z 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-06-05T23:21:44.6092451Z 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-06-05T23:21:44.6093975Z 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-06-05T23:21:44.6095601Z 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-06-05T23:21:44.6096780Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/ops 2025-06-05T23:21:44.6097760Z 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-06-05T23:21:44.6099251Z 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-06-05T23:21:44.6100571Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_alias_copy.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:21:44.6102150Z 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-06-05T23:21:44.6103701Z 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-06-05T23:21:44.6105034Z 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-06-05T23:21:44.6106618Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_arange.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:21:44.6108039Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_at.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:21:44.6109465Z 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-06-05T23:21:44.6111057Z 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-06-05T23:21:44.6112570Z 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-06-05T23:21:44.6113921Z 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-06-05T23:21:44.6115430Z 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-06-05T23:21:44.6116800Z 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-06-05T23:21:44.6118345Z 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-06-05T23:21:44.6119968Z 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-06-05T23:21:44.6121490Z 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-06-05T23:21:44.6122852Z 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-06-05T23:21:44.6124418Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_conv3d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:21:44.6125909Z 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-06-05T23:21:44.6127397Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_conv_constant_pad_nd.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:21:44.6128989Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_cos.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:21:44.6130643Z 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-06-05T23:21:44.6131986Z 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-06-05T23:21:44.6133505Z 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-06-05T23:21:44.6134941Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_erf.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:21:44.6136355Z 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-06-05T23:21:44.6137854Z 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-06-05T23:21:44.6139336Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_eye.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:21:44.6140741Z 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-06-05T23:21:44.6142216Z 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-06-05T23:21:44.6143624Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_gelu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:21:44.6145189Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_group_norm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:21:44.6146666Z 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-06-05T23:21:44.6148136Z 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-06-05T23:21:44.6149860Z 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-06-05T23:21:44.6188776Z 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-06-05T23:21:44.6190660Z 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-06-05T23:21:44.6192261Z 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-06-05T23:21:44.6193778Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_leaky_relu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:21:44.6195390Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_linalg_vector_norm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:21:44.6196987Z 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-06-05T23:21:44.6198472Z 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-06-05T23:21:44.6200089Z 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-06-05T23:21:44.6201743Z 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-06-05T23:21:44.6203327Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_lshift.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:21:44.6204820Z 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-06-05T23:21:44.6206317Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_matmul.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:21:44.6207957Z 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-06-05T23:21:44.6209434Z 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-06-05T23:21:44.6210914Z 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-06-05T23:21:44.6212543Z 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-06-05T23:21:44.6213997Z 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-06-05T23:21:44.6215402Z 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-06-05T23:21:44.6216932Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_ne.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:21:44.6218324Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_neg.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:21:44.6219871Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_ones.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:21:44.6221408Z 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-06-05T23:21:44.6222771Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_pow.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:21:44.6224251Z 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-06-05T23:21:44.6225736Z 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-06-05T23:21:44.6227088Z 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-06-05T23:21:44.6228635Z 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-06-05T23:21:44.6230108Z 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-06-05T23:21:44.6231463Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_scalar_tensor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:21:44.6232955Z 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-06-05T23:21:44.6234489Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_sdpa.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:21:44.6235855Z 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-06-05T23:21:44.6237327Z 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-06-05T23:21:44.6239069Z 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-06-05T23:21:44.6240644Z 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-06-05T23:21:44.6242347Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_silu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:21:44.6243917Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_sin.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:21:44.6245452Z 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-06-05T23:21:44.6246981Z 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-06-05T23:21:44.6248597Z 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-06-05T23:21:44.6250122Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_sqrt.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:21:44.6251829Z 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-06-05T23:21:44.6253515Z 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-06-05T23:21:44.6255066Z 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-06-05T23:21:44.6256404Z 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-06-05T23:21:44.6257952Z 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-06-05T23:21:44.6259743Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_unary.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:21:44.6261247Z 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-06-05T23:21:44.6263035Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_upsample_bilinear2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:21:44.6296226Z 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-06-05T23:21:44.6298113Z 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-06-05T23:21:44.6299513Z 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-06-05T23:21:44.6300834Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_where.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:21:44.6302267Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_zeros.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:21:44.6303214Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/passes 2025-06-05T23:21:44.6304358Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes/test_broadcast_args_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/passes 2025-06-05T23:21:44.6305927Z 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-06-05T23:21:44.6307453Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes/test_convert_expand_copy_to_repeat.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/passes 2025-06-05T23:21:44.6309090Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes/test_convert_int_pow_to_muls.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/passes 2025-06-05T23:21:44.6310714Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes/test_convert_split_to_slice.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/passes 2025-06-05T23:21:44.6312184Z 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-06-05T23:21:44.6313810Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes/test_decompose_cosine_similarity_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/passes 2025-06-05T23:21:44.6315943Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes/test_decompose_div_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/passes 2025-06-05T23:21:44.6317588Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes/test_decompose_layernorm_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/passes 2025-06-05T23:21:44.6319159Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes/test_decompose_linalg_vector_norm_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/passes 2025-06-05T23:21:44.6320983Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes/test_decompose_meandim_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/passes 2025-06-05T23:21:44.6322843Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes/test_decompose_softmax_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/passes 2025-06-05T23:21:44.6324493Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes/test_decompose_var_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/passes 2025-06-05T23:21:44.6326044Z 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-06-05T23:21:44.6327582Z 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-06-05T23:21:44.6329302Z 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-06-05T23:21:44.6330929Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes/test_fuse_equal_placeholders_ops_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/passes 2025-06-05T23:21:44.6332688Z 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-06-05T23:21:44.6334394Z 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-06-05T23:21:44.6336012Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes/test_remove_clone_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/passes 2025-06-05T23:21:44.6337536Z 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-06-05T23:21:44.6339254Z 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-06-05T23:21:44.6340465Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/quantizer 2025-06-05T23:21:44.6341578Z 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-06-05T23:21:44.6342769Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/tester 2025-06-05T23:21:44.6343830Z 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-06-05T23:21:44.6345529Z 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-06-05T23:21:44.6347310Z 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-06-05T23:21:44.6348955Z 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-06-05T23:21:44.6350234Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/tosautil 2025-06-05T23:21:44.6351302Z 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-06-05T23:21:44.6352426Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/util 2025-06-05T23:21:44.6353553Z 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-06-05T23:21:44.6354647Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party 2025-06-05T23:21:44.6355345Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib 2025-06-05T23:21:44.6356684Z 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-06-05T23:21:44.6357930Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/python 2025-06-05T23:21:44.6359038Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/python/serializer 2025-06-05T23:21:44.6360759Z 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-06-05T23:21:44.6363215Z 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-06-05T23:21:44.6364922Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:21:44.6366579Z 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-06-05T23:21:44.6378954Z 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-06-05T23:21:44.6381610Z 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-06-05T23:21:44.6383901Z 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-06-05T23:21:44.6385995Z 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-06-05T23:21:44.6387985Z 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-06-05T23:21:44.6390706Z 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-06-05T23:21:44.6393106Z 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-06-05T23:21:44.6395339Z 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-06-05T23:21:44.6397777Z 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-06-05T23:21:44.6400093Z 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-06-05T23:21:44.6402261Z 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-06-05T23:21:44.6404571Z 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-06-05T23:21:44.6406793Z 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-06-05T23:21:44.6408881Z 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-06-05T23:21:44.6411195Z 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-06-05T23:21:44.6413593Z 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-06-05T23:21:44.6416133Z 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-06-05T23:21:44.6418456Z 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-06-05T23:21:44.6420859Z 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-06-05T23:21:44.6423125Z 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-06-05T23:21:44.6425677Z 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-06-05T23:21:44.6428128Z 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-06-05T23:21:44.6430572Z 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-06-05T23:21:44.6432773Z 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-06-05T23:21:44.6435267Z 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-06-05T23:21:44.6437590Z 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-06-05T23:21:44.6439957Z 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-06-05T23:21:44.6442202Z 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-06-05T23:21:44.6444651Z 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-06-05T23:21:44.6447356Z 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-06-05T23:21:44.6449745Z 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-06-05T23:21:44.6451950Z 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-06-05T23:21:44.6454221Z 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-06-05T23:21:44.6455875Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/test 2025-06-05T23:21:44.6456881Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/test/scripts 2025-06-05T23:21:44.6458331Z 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-06-05T23:21:44.6467452Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/test/scripts/xunit 2025-06-05T23:21:44.6469569Z 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-06-05T23:21:44.6471318Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party 2025-06-05T23:21:44.6472306Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers 2025-06-05T23:21:44.6474101Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/conanfile.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers 2025-06-05T23:21:44.6475943Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/conan 2025-06-05T23:21:44.6477699Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/conan/build.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/conan 2025-06-05T23:21:44.6479553Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/conan/test_package 2025-06-05T23:21:44.6481525Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/conan/test_package/conanfile.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/conan/test_package 2025-06-05T23:21:44.6483511Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens 2025-06-05T23:21:44.6485438Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/generate_goldens.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens 2025-06-05T23:21:44.6487981Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/golden_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens 2025-06-05T23:21:44.6489954Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/cpp 2025-06-05T23:21:44.6491864Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/cpp/generate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/cpp 2025-06-05T23:21:44.6493796Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/csharp 2025-06-05T23:21:44.6495680Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/csharp/generate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/csharp 2025-06-05T23:21:44.6497709Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/dart 2025-06-05T23:21:44.6499685Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/dart/generate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/dart 2025-06-05T23:21:44.6501639Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/go 2025-06-05T23:21:44.6503782Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/go/generate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/go 2025-06-05T23:21:44.6505835Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/java 2025-06-05T23:21:44.6507837Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/java/generate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/java 2025-06-05T23:21:44.6509781Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/kotlin 2025-06-05T23:21:44.6511820Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/kotlin/generate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/kotlin 2025-06-05T23:21:44.6513768Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/lobster 2025-06-05T23:21:44.6515945Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/lobster/generate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/lobster 2025-06-05T23:21:44.6518025Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/lua 2025-06-05T23:21:44.6520029Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/lua/generate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/lua 2025-06-05T23:21:44.6522064Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/nim 2025-06-05T23:21:44.6524014Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/nim/generate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/nim 2025-06-05T23:21:44.6526032Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/php 2025-06-05T23:21:44.6527849Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/php/generate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/php 2025-06-05T23:21:44.6529917Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py 2025-06-05T23:21:44.6531859Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py/Galaxy.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py 2025-06-05T23:21:44.6534397Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py/Universe.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py 2025-06-05T23:21:44.6537014Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py 2025-06-05T23:21:44.6540186Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py/generate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py 2025-06-05T23:21:44.6542310Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/rust 2025-06-05T23:21:44.6544479Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/rust/generate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/rust 2025-06-05T23:21:44.6546731Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/swift 2025-06-05T23:21:44.6548879Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/swift/generate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/swift 2025-06-05T23:21:44.6550914Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/ts 2025-06-05T23:21:44.6552966Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/ts/generate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/ts 2025-06-05T23:21:44.6554890Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/schema 2025-06-05T23:21:44.6556705Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/schema/basic.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/schema 2025-06-05T23:21:44.6558595Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python 2025-06-05T23:21:44.6560657Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python 2025-06-05T23:21:44.6563187Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/setup.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python 2025-06-05T23:21:44.6565267Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers 2025-06-05T23:21:44.6567384Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers 2025-06-05T23:21:44.6570184Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/_version.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers 2025-06-05T23:21:44.6573009Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/builder.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers 2025-06-05T23:21:44.6576078Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/compat.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers 2025-06-05T23:21:44.6578800Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/encode.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers 2025-06-05T23:21:44.6581568Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/flexbuffers.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers 2025-06-05T23:21:44.6584696Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/number_types.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers 2025-06-05T23:21:44.6587548Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/packer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers 2025-06-05T23:21:44.6590219Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/table.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers 2025-06-05T23:21:44.6593207Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/util.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers 2025-06-05T23:21:44.6595436Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:21:44.6597847Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/AdvancedFeatures.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:21:44.6601121Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/BaseType.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:21:44.6603962Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/Enum.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:21:44.6606956Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/EnumVal.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:21:44.6610417Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/Field.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:21:44.6613745Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/KeyValue.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:21:44.6617103Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/Object.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:21:44.6620330Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/RPCCall.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:21:44.6623591Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/Schema.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:21:44.6626985Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/SchemaFile.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:21:44.6630296Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/Service.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:21:44.6633291Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/Type.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:21:44.6636025Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:21:44.6638694Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/py.typed -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python 2025-06-05T23:21:44.6640559Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/samples 2025-06-05T23:21:44.6642401Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/samples/sample_binary.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/samples 2025-06-05T23:21:44.6644973Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/samples/monster.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/samples 2025-06-05T23:21:44.6646828Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts 2025-06-05T23:21:44.6648984Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts/check_generate_code.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts 2025-06-05T23:21:44.6651825Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts/generate_code.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts 2025-06-05T23:21:44.6654257Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts/generate_grpc_examples.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts 2025-06-05T23:21:44.6656922Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts/util.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts 2025-06-05T23:21:44.6659873Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts/check-grpc-generated-code.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts 2025-06-05T23:21:44.6661927Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:21:44.6663971Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/monster_test_generated.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:21:44.6666732Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/py_flexbuffers_test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:21:44.6669629Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/py_test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:21:44.6671532Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame 2025-06-05T23:21:44.6673561Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/InParentNamespace.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame 2025-06-05T23:21:44.6676533Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/MonsterExtra.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame 2025-06-05T23:21:44.6679258Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame 2025-06-05T23:21:44.6681382Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:21:44.6683660Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Ability.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:21:44.6686710Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Any.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:21:44.6689483Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/AnyAmbiguousAliases.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:21:44.6692445Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/AnyUniqueAliases.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:21:44.6695218Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/ArrayStruct.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:21:44.6698036Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/ArrayTable.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:21:44.6700714Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Color.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:21:44.6703437Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/LongEnum.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:21:44.6706194Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Monster.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:21:44.6708845Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedStruct.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:21:44.6711675Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Race.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:21:44.6714430Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Referrable.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:21:44.6717185Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Stat.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:21:44.6720130Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/StructOfStructs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:21:44.6723335Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/StructOfStructsOfStructs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:21:44.6726183Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:21:44.6729072Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/TestEnum.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:21:44.6732028Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/TestSimpleTableWithEnum.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:21:44.6734958Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/TypeAliases.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:21:44.6737818Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Vec3.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:21:44.6740730Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:21:44.6743524Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/monster_test_grpc_fb.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:21:44.6745731Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion 2025-06-05T23:21:44.6747970Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/Any.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion 2025-06-05T23:21:44.6751489Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/Color.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion 2025-06-05T23:21:44.6754709Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/NestedUnionTest.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion 2025-06-05T23:21:44.6757946Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/Test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion 2025-06-05T23:21:44.6761591Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/TestSimpleTableWithEnum.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion 2025-06-05T23:21:44.6764943Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/Vec3.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion 2025-06-05T23:21:44.6768106Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion 2025-06-05T23:21:44.6770605Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example2 2025-06-05T23:21:44.6772722Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example2/Monster.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example2 2025-06-05T23:21:44.6775631Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example2/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example2 2025-06-05T23:21:44.6777604Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/annotated_binary 2025-06-05T23:21:44.6779742Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/annotated_binary/generate_annotations.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/annotated_binary 2025-06-05T23:21:44.6782714Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/annotated_binary/annotated_binary.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/annotated_binary 2025-06-05T23:21:44.6785587Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/annotated_binary/annotated_binary_old.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/annotated_binary 2025-06-05T23:21:44.6787748Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc 2025-06-05T23:21:44.6789747Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/flatc_cpp_tests.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc 2025-06-05T23:21:44.6792339Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/flatc_kotlin_tests.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc 2025-06-05T23:21:44.6795131Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/flatc_schema_tests.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc 2025-06-05T23:21:44.6797628Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/flatc_test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc 2025-06-05T23:21:44.6800079Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/flatc_ts_tests.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc 2025-06-05T23:21:44.6802582Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/main.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc 2025-06-05T23:21:44.6805195Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/enum_val_attributes.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc 2025-06-05T23:21:44.6807804Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/foo.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc 2025-06-05T23:21:44.6810532Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/foo_with_ns.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc 2025-06-05T23:21:44.6812360Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar 2025-06-05T23:21:44.6814307Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar/bar.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar 2025-06-05T23:21:44.6817589Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar/bar_with_foo.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar 2025-06-05T23:21:44.6820250Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar/bar_with_ns.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar 2025-06-05T23:21:44.6822240Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar/baz 2025-06-05T23:21:44.6824273Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar/baz/baz.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar/baz 2025-06-05T23:21:44.6826921Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar/baz/baz_with_ns.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar/baz 2025-06-05T23:21:44.6829052Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nim 2025-06-05T23:21:44.6830906Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nim/testnim.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nim 2025-06-05T23:21:44.6832872Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/optional_scalars 2025-06-05T23:21:44.6834998Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/optional_scalars/OptionalByte.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/optional_scalars 2025-06-05T23:21:44.6837835Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/optional_scalars/ScalarStuff.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/optional_scalars 2025-06-05T23:21:44.6840902Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/optional_scalars/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/optional_scalars 2025-06-05T23:21:44.6842948Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts 2025-06-05T23:21:44.6844862Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/TypeScriptTest.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts 2025-06-05T23:21:44.6847671Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/typescript_keywords.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts 2025-06-05T23:21:44.6849842Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/arrays_test_complex 2025-06-05T23:21:44.6851988Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/arrays_test_complex/arrays_test_complex.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/arrays_test_complex 2025-06-05T23:21:44.6854054Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/bazel_repository_test_dir 2025-06-05T23:21:44.6856224Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/bazel_repository_test_dir/one.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/bazel_repository_test_dir 2025-06-05T23:21:44.6859381Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/bazel_repository_test_dir/pnpm-lock.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/bazel_repository_test_dir 2025-06-05T23:21:44.6862410Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/bazel_repository_test_dir/two.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/bazel_repository_test_dir 2025-06-05T23:21:44.6864806Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/test_dir 2025-06-05T23:21:44.6867057Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/test_dir/typescript_include.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/test_dir 2025-06-05T23:21:44.6869997Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/test_dir/typescript_transitive_include.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/test_dir 2025-06-05T23:21:44.6872132Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test 2025-06-05T23:21:44.6873664Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA 2025-06-05T23:21:44.6875993Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/SecondTableInA.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA 2025-06-05T23:21:44.6879021Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/TableInC.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA 2025-06-05T23:21:44.6882188Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/TableInFirstNS.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA 2025-06-05T23:21:44.6885007Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA 2025-06-05T23:21:44.6887205Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB 2025-06-05T23:21:44.6889798Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/EnumInNestedNS.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB 2025-06-05T23:21:44.6893632Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/StructInNestedNS.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB 2025-06-05T23:21:44.6896796Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/TableInNestedNS.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB 2025-06-05T23:21:44.6900448Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/UnionInNestedNS.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB 2025-06-05T23:21:44.6903625Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB 2025-06-05T23:21:44.6905814Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceC 2025-06-05T23:21:44.6907919Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceC/TableInC.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceC 2025-06-05T23:21:44.6910715Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceC/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceC 2025-06-05T23:21:44.6913460Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/namespace_test1.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test 2025-06-05T23:21:44.6916126Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/namespace_test2.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test 2025-06-05T23:21:44.6918896Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MutatingBool.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:21:44.6921359Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/alignment_test.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:21:44.6923914Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/arrays_test.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:21:44.6926427Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/dictionary_lookup.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:21:44.6928885Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/included_test.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:21:44.6931473Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/includer_test.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:21:44.6933925Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/keyword_test.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:21:44.6936641Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/monster_extra.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:21:44.6939174Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/monster_test.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:21:44.6941675Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/more_defaults.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:21:44.6944114Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nan_inf_test.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:21:44.6946706Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/native_inline_table_test.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:21:44.6949222Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/native_type_test.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:21:44.6951741Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nested_union_test.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:21:44.6954166Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/optional_scalars.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:21:44.6956742Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/private_annotation_test.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:21:44.6959509Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/required_strings.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:21:44.6962850Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/rust_namer_test.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:21:44.6965542Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/test.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:21:44.6968004Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/type_field_collsion.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:21:44.6970973Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/union_underlying_type_test.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:21:44.6973606Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/union_value_collision.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:21:44.6976343Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/vector_has_test.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:21:44.6978242Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/64bit 2025-06-05T23:21:44.6980315Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/64bit/test_64bit.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/64bit 2025-06-05T23:21:44.6982356Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/64bit/evolution 2025-06-05T23:21:44.6984457Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/64bit/evolution/v1.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/64bit/evolution 2025-06-05T23:21:44.6987181Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/64bit/evolution/v2.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/64bit/evolution 2025-06-05T23:21:44.6989182Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/evolution_test 2025-06-05T23:21:44.6991285Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/evolution_test/evolution_v1.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/evolution_test 2025-06-05T23:21:44.6993964Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/evolution_test/evolution_v2.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/evolution_test 2025-06-05T23:21:44.6995943Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test 2025-06-05T23:21:44.6997976Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test/include_test1.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test 2025-06-05T23:21:44.7000666Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test/order.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test 2025-06-05T23:21:44.7002678Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test/sub 2025-06-05T23:21:44.7004842Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test/sub/include_test2.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test/sub 2025-06-05T23:21:44.7007634Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test/sub/no_namespace.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test/sub 2025-06-05T23:21:44.7009708Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/key_field 2025-06-05T23:21:44.7011653Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/key_field/key_field_sample.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/key_field 2025-06-05T23:21:44.7013565Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/minified_enums 2025-06-05T23:21:44.7015586Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/minified_enums/enums.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/minified_enums 2025-06-05T23:21:44.7017514Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/name_clash_test 2025-06-05T23:21:44.7019534Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/name_clash_test/invalid_test1.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/name_clash_test 2025-06-05T23:21:44.7022259Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/name_clash_test/invalid_test2.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/name_clash_test 2025-06-05T23:21:44.7025026Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/name_clash_test/valid_test1.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/name_clash_test 2025-06-05T23:21:44.7027757Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/name_clash_test/valid_test2.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/name_clash_test 2025-06-05T23:21:44.7029768Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nested_namespace_test 2025-06-05T23:21:44.7032025Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nested_namespace_test/nested_namespace_test1.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nested_namespace_test 2025-06-05T23:21:44.7034986Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nested_namespace_test/nested_namespace_test2.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nested_namespace_test 2025-06-05T23:21:44.7037961Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nested_namespace_test/nested_namespace_test3.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nested_namespace_test 2025-06-05T23:21:44.7040742Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-06-05T23:21:44.7043411Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test.golden.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-06-05T23:21:44.7046203Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_id.golden.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-06-05T23:21:44.7049009Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_include.golden.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-06-05T23:21:44.7051985Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_include_id.golden.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-06-05T23:21:44.7054840Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_suffix.golden.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-06-05T23:21:44.7057790Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_suffix_id.golden.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-06-05T23:21:44.7060801Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_union.golden.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-06-05T23:21:44.7063507Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_union_id.golden.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-06-05T23:21:44.7066223Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_union_include.golden.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-06-05T23:21:44.7069082Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_union_include_id.golden.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-06-05T23:21:44.7071829Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_union_suffix.golden.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-06-05T23:21:44.7074739Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_union_suffix_id.golden.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-06-05T23:21:44.7076810Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/union_vector 2025-06-05T23:21:44.7078701Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/union_vector/union_vector.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/union_vector 2025-06-05T23:21:44.7080693Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift 2025-06-05T23:21:44.7082008Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift/tests 2025-06-05T23:21:44.7083274Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift/tests/CodeGenerationTests 2025-06-05T23:21:44.7085661Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift/tests/CodeGenerationTests/test_import.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift/tests/CodeGenerationTests 2025-06-05T23:21:44.7088794Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift/tests/CodeGenerationTests/test_no_include.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift/tests/CodeGenerationTests 2025-06-05T23:21:44.7091117Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift/tests/Sources 2025-06-05T23:21:44.7092532Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift/tests/Sources/SwiftFlatBuffers 2025-06-05T23:21:44.7094782Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift/tests/Sources/SwiftFlatBuffers/fuzzer.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift/tests/Sources/SwiftFlatBuffers 2025-06-05T23:21:44.7096953Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc 2025-06-05T23:21:44.7098068Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/tests 2025-06-05T23:21:44.7100665Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/tests/grpctest.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/tests 2025-06-05T23:21:44.7102553Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples 2025-06-05T23:21:44.7103823Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python 2025-06-05T23:21:44.7104418Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter 2025-06-05T23:21:44.7106094Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/client.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter 2025-06-05T23:21:44.7107850Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/server.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter 2025-06-05T23:21:44.7108541Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/models 2025-06-05T23:21:44.7110326Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/models/HelloReply.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/models 2025-06-05T23:21:44.7112058Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/models/HelloRequest.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/models 2025-06-05T23:21:44.7113714Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/models/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/models 2025-06-05T23:21:44.7115299Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/models/greeter_grpc_fb.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/models 2025-06-05T23:21:44.7116465Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/greeter.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples 2025-06-05T23:21:44.7117056Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/samples 2025-06-05T23:21:44.7117849Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/samples/greeter 2025-06-05T23:21:44.7119135Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/samples/greeter/greeter.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/samples/greeter 2025-06-05T23:21:44.7119814Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java 2025-06-05T23:21:44.7120308Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src 2025-06-05T23:21:44.7120816Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test 2025-06-05T23:21:44.7121427Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java 2025-06-05T23:21:44.7122133Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame 2025-06-05T23:21:44.7123585Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/InParentNamespace.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame 2025-06-05T23:21:44.7125413Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/MonsterExtra.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame 2025-06-05T23:21:44.7126996Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame 2025-06-05T23:21:44.7127761Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:21:44.7129638Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Ability.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:21:44.7131215Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Any.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:21:44.7132772Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/AnyAmbiguousAliases.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:21:44.7134475Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/AnyUniqueAliases.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:21:44.7135986Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/ArrayStruct.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:21:44.7137559Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/ArrayTable.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:21:44.7139138Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Color.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:21:44.7140537Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/LongEnum.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:21:44.7142049Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Monster.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:21:44.7143829Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedStruct.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:21:44.7145218Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Race.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:21:44.7146728Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Referrable.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:21:44.7148295Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Stat.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:21:44.7149719Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/StructOfStructs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:21:44.7151498Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/StructOfStructsOfStructs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:21:44.7153041Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:21:44.7154602Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/TestEnum.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:21:44.7156054Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/TestSimpleTableWithEnum.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:21:44.7157698Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/TypeAliases.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:21:44.7159402Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Vec3.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:21:44.7161019Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:21:44.7162722Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/monster_test_grpc_fb.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:21:44.7163389Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion 2025-06-05T23:21:44.7165065Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion/Any.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion 2025-06-05T23:21:44.7166541Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion/Color.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion 2025-06-05T23:21:44.7168416Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion/NestedUnionTest.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion 2025-06-05T23:21:44.7170184Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion/Test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion 2025-06-05T23:21:44.7172010Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion/TestSimpleTableWithEnum.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion 2025-06-05T23:21:44.7173653Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion/Vec3.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion 2025-06-05T23:21:44.7175199Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion 2025-06-05T23:21:44.7175957Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example2 2025-06-05T23:21:44.7177418Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example2/Monster.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example2 2025-06-05T23:21:44.7178925Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example2/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example2 2025-06-05T23:21:44.7179715Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA 2025-06-05T23:21:44.7181177Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/SecondTableInA.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA 2025-06-05T23:21:44.7182588Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/TableInC.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA 2025-06-05T23:21:44.7184096Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/TableInFirstNS.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA 2025-06-05T23:21:44.7185641Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA 2025-06-05T23:21:44.7186542Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB 2025-06-05T23:21:44.7188205Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB/EnumInNestedNS.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB 2025-06-05T23:21:44.7189918Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB/StructInNestedNS.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB 2025-06-05T23:21:44.7191769Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB/TableInNestedNS.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB 2025-06-05T23:21:44.7193548Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB/UnionInNestedNS.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB 2025-06-05T23:21:44.7195239Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB 2025-06-05T23:21:44.7195933Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceC 2025-06-05T23:21:44.7197511Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceC/TableInC.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceC 2025-06-05T23:21:44.7199333Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceC/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceC 2025-06-05T23:21:44.7200007Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/optional_scalars 2025-06-05T23:21:44.7201745Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/optional_scalars/OptionalByte.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/optional_scalars 2025-06-05T23:21:44.7203521Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/optional_scalars/ScalarStuff.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/optional_scalars 2025-06-05T23:21:44.7204988Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/optional_scalars/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/optional_scalars 2025-06-05T23:21:44.7205791Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/union_vector 2025-06-05T23:21:44.7207298Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/union_vector/union_vector.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/union_vector 2025-06-05T23:21:44.7208370Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/pnpm-lock.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers 2025-06-05T23:21:44.7208864Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart 2025-06-05T23:21:44.7210282Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/analysis_options.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart 2025-06-05T23:21:44.7211382Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/pubspec.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart 2025-06-05T23:21:44.7212020Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/test 2025-06-05T23:21:44.7213134Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/test/bool_structs.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/test 2025-06-05T23:21:44.7214444Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/test/list_of_enums.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/test 2025-06-05T23:21:44.7273961Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/test/monster_test.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/test 2025-06-05T23:21:44.7274525Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/reflection 2025-06-05T23:21:44.7275751Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/reflection/reflection.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/reflection 2025-06-05T23:21:44.7276325Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/snap 2025-06-05T23:21:44.7277598Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/snap/snapcraft.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/snap 2025-06-05T23:21:44.7278129Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/android 2025-06-05T23:21:44.7278856Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/android/app 2025-06-05T23:21:44.7279542Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/android/app/src 2025-06-05T23:21:44.7280076Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/android/app/src/main 2025-06-05T23:21:44.7280791Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/android/app/src/main/fbs 2025-06-05T23:21:44.7282202Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/android/app/src/main/fbs/animal.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/android/app/src/main/fbs 2025-06-05T23:21:44.7282893Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/benchmarks 2025-06-05T23:21:44.7283441Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/benchmarks/cpp 2025-06-05T23:21:44.7284016Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/benchmarks/cpp/flatbuffers 2025-06-05T23:21:44.7285407Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/benchmarks/cpp/flatbuffers/bench.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/benchmarks/cpp/flatbuffers 2025-06-05T23:21:44.7285897Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/examples 2025-06-05T23:21:44.7286424Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/examples/go-echo 2025-06-05T23:21:44.7287766Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/examples/go-echo/hero.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/examples/go-echo 2025-06-05T23:21:44.7288910Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/examples/go-echo/net.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/examples/go-echo 2025-06-05T23:21:44.7289649Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/schema 2025-06-05T23:21:44.7290643Z 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-06-05T23:21:44.7290878Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/tosa 2025-06-05T23:21:44.7291118Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/tosa/schemas 2025-06-05T23:21:44.7291989Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/tosa/schemas/tosa_0.80.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/tosa/schemas 2025-06-05T23:21:44.7292699Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/tosa/schemas/tosa_1.0.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/tosa/schemas 2025-06-05T23:21:44.7292922Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/example 2025-06-05T23:21:44.7293607Z 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-06-05T23:21:44.7294375Z 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-06-05T23:21:44.7294968Z 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-06-05T23:21:44.7295680Z 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-06-05T23:21:44.7296128Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/example/example_backend_delegate_passes 2025-06-05T23:21:44.7296985Z 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-06-05T23:21:44.7298082Z 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-06-05T23:21:44.7298385Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/example/example_operators 2025-06-05T23:21:44.7299146Z 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-06-05T23:21:44.7300027Z 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-06-05T23:21:44.7300773Z 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-06-05T23:21:44.7301614Z 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-06-05T23:21:44.7302327Z 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-06-05T23:21:44.7303086Z 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-06-05T23:21:44.7303950Z 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-06-05T23:21:44.7304715Z 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-06-05T23:21:44.7305486Z 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-06-05T23:21:44.7306251Z 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-06-05T23:21:44.7306485Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/mediatek 2025-06-05T23:21:44.7307037Z 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-06-05T23:21:44.7307782Z 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-06-05T23:21:44.7381927Z 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-06-05T23:21:44.7382274Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/mediatek/_passes 2025-06-05T23:21:44.7383133Z 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-06-05T23:21:44.7383957Z 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-06-05T23:21:44.7384291Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/mediatek/quantizer 2025-06-05T23:21:44.7385111Z 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-06-05T23:21:44.7385856Z 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-06-05T23:21:44.7386710Z 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-06-05T23:21:44.7387470Z 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-06-05T23:21:44.7387673Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp 2025-06-05T23:21:44.7388411Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/neutron_node_extraction.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp 2025-06-05T23:21:44.7389078Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/neutron_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp 2025-06-05T23:21:44.7389733Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/neutron_pass_manager.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp 2025-06-05T23:21:44.7390424Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/nxp_backend.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp 2025-06-05T23:21:44.7390746Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp/aten_passes 2025-06-05T23:21:44.7391438Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/aten_passes/fuse_batch_norm_with_conv_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/aten_passes 2025-06-05T23:21:44.7392607Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/aten_passes/fuse_batch_norm_with_linear_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/aten_passes 2025-06-05T23:21:44.7393495Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/aten_passes/neutron_aten_pass_manager.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/aten_passes 2025-06-05T23:21:44.7393751Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp/backend 2025-06-05T23:21:44.7394557Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/edge_helper.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend 2025-06-05T23:21:44.7395339Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/edge_program_converter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend 2025-06-05T23:21:44.7396012Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/neutron_converter_manager.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend 2025-06-05T23:21:44.7396885Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/node_format_inference.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend 2025-06-05T23:21:44.7397165Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp/backend/ir 2025-06-05T23:21:44.7397848Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/conversion_config.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir 2025-06-05T23:21:44.7398517Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/conversion_context.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir 2025-06-05T23:21:44.7399330Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/logger.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir 2025-06-05T23:21:44.7399997Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tensor_formatting.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir 2025-06-05T23:21:44.7400297Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp/backend/ir/converter 2025-06-05T23:21:44.7401311Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/converter 2025-06-05T23:21:44.7402069Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/converter 2025-06-05T23:21:44.7403049Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/quantization_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/converter 2025-06-05T23:21:44.7403892Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/tensor_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/converter 2025-06-05T23:21:44.7404283Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp/backend/ir/converter/builder 2025-06-05T23:21:44.7405286Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/builder/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/converter/builder 2025-06-05T23:21:44.7406268Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/builder/aten_model_builder_director.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/converter/builder 2025-06-05T23:21:44.7407295Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/builder/model_builder.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/converter/builder 2025-06-05T23:21:44.7408500Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/builder/quantization_verification.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/converter/builder 2025-06-05T23:21:44.7409038Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp/backend/ir/converter/conversion 2025-06-05T23:21:44.7409924Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/conversion/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/converter/conversion 2025-06-05T23:21:44.7411033Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/conversion/aten_translator.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/converter/conversion 2025-06-05T23:21:44.7411872Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/conversion/common.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/converter/conversion 2025-06-05T23:21:44.7412977Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/conversion/translator.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/converter/conversion 2025-06-05T23:21:44.7413389Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp/backend/ir/converter/node_converters 2025-06-05T23:21:44.7414232Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/converter/node_converters 2025-06-05T23:21:44.7414747Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:21:44.7415942Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:21:44.7417109Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/addmm_converter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:21:44.7469587Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/avg_pool_2d_converter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:21:44.7470735Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/constant_pad_nd_converter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:21:44.7472019Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/convolution_converter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:21:44.7473200Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/max_pool_2d_converter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:21:44.7474341Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/mm_converter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:21:44.7475461Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/permute_copy_converter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:21:44.7476977Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/qdq_dequantize_converter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:21:44.7478103Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/qdq_quantize_converter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:21:44.7479268Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/relu_converter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:21:44.7480375Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/softmax_converter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:21:44.7481734Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/view_copy_converter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:21:44.7482143Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp/backend/ir/converter/node_converters/shared 2025-06-05T23:21:44.7483189Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/shared/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/converter/node_converters/shared 2025-06-05T23:21:44.7484299Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/shared/recurrent_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/converter/node_converters/shared 2025-06-05T23:21:44.7485331Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/shared/reduce_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/converter/node_converters/shared 2025-06-05T23:21:44.7486569Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/shared/reshape_transposition.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/converter/node_converters/shared 2025-06-05T23:21:44.7486828Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp/backend/ir/lib 2025-06-05T23:21:44.7487651Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib 2025-06-05T23:21:44.7488004Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:44.7488838Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/ATan2Options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:44.7489670Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/AbsOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:44.7490727Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/ActivationFunctionType.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:44.7491678Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/AddNOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:44.7492691Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/AddOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:44.7493753Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/ArgMaxOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:44.7494615Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/ArgMinOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:44.7495719Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/AssignVariableOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:44.7496598Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/BatchMatMulOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:44.7497620Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/BatchToSpaceNDOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:44.7498613Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/BidirectionalSequenceLSTMOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:44.7499592Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/BidirectionalSequenceRNNOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:44.7500449Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/BitcastOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:44.7501244Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/BitwiseXorOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:44.7502266Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/BroadcastToOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:44.7503068Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/BucketizeOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:44.7503918Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/Buffer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:44.7504814Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/BuiltinOperator.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:44.7505669Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/BuiltinOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:44.7563426Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/BuiltinOptions2.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:44.7564294Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/CallOnceOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:44.7565111Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/CallOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:44.7566148Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/CastOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:44.7567080Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/CombinerType.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:44.7568008Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/ConcatEmbeddingsOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:44.7569042Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/ConcatenationOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:44.7569898Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/Conv2DOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:44.7570850Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/Conv3DOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:44.7571682Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/CosOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:44.7572509Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/CumsumOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:44.7573476Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/CustomOptionsFormat.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:44.7574293Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/CustomQuantization.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:44.7575168Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/DensifyOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:44.7576163Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/DepthToSpaceOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:44.7577012Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/DepthwiseConv2DOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:44.7577943Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/DequantizeOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:44.7578756Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/DilateOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:44.7579633Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/DimensionMetadata.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:44.7580550Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/DimensionType.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:44.7581316Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/DivOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:44.7582419Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/DynamicUpdateSliceOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:44.7583380Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/EmbeddingLookupSparseOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:44.7584423Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/EqualOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:44.7585334Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/ExpOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:44.7586203Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/ExpandDimsOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:44.7587204Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/FakeQuantOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:44.7588029Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/FillOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:44.7589034Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/FloorDivOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:44.7589884Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/FloorModOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:44.7590753Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/FullyConnectedOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:44.7591970Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/FullyConnectedOptionsWeightsFormat.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:44.7592758Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/GatherNdOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:44.7593714Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/GatherOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:44.7594533Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/GeluOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:44.7595477Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/GreaterEqualOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:44.7596368Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/GreaterOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:44.7597157Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/HardSwishOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:44.7598156Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/HashtableFindOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:44.7599158Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/HashtableImportOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:44.7600240Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/HashtableOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:44.7656460Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/HashtableSizeOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:44.7657327Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/IfOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:44.7658089Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/Int32Vector.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:44.7659106Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/L2NormOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:44.7660102Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/LSHProjectionOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:44.7660977Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/LSHProjectionType.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:44.7661923Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/LSTMKernelType.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:44.7662682Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/LSTMOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:44.7663704Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/LeakyReluOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:44.7664495Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/LessEqualOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:44.7665280Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/LessOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:44.7666394Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/LocalResponseNormalizationOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:44.7667199Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/LogSoftmaxOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:44.7668209Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/LogicalAndOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:44.7669014Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/LogicalNotOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:44.7669856Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/LogicalOrOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:44.7670941Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/MatrixDiagOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:44.7671856Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/MatrixSetDiagOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:44.7672905Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/MaximumMinimumOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:44.7673662Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/Metadata.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:44.7674588Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/MirrorPadMode.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:44.7675456Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/MirrorPadOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:44.7676194Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/Model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:44.7677114Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/MulOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:44.7677874Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/NegOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:44.7678749Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/NonMaxSuppressionV4Options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:44.7679817Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/NonMaxSuppressionV5Options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:44.7680616Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/NotEqualOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:44.7681554Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/OneHotOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:44.7682291Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/Operator.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:44.7683068Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/OperatorCode.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:44.7683946Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/PackOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:44.7684780Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/PadOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:44.7685574Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/PadV2Options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:44.7686481Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/Padding.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:44.7687472Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/Pool2DOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:44.7688450Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/PowOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:44.7689323Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/QuantizationDetails.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:44.7690299Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/QuantizationParameters.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:44.7691276Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/QuantizeOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:44.7692087Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/RNNOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:44.7749698Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/RandomOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:44.7750628Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/RangeOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:44.7751467Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/RankOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:44.7752525Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/ReadVariableOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:44.7753408Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/ReduceWindowFunction.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:44.7754427Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/ReduceWindowOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:44.7755296Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/ReducerOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:44.7756077Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/ReshapeOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:44.7757316Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/ResizeBilinearOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:44.7758311Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/ResizeNearestNeighborOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:44.7759663Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/ReverseSequenceOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:44.7760529Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/ReverseV2Options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:44.7761715Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/Rfft2dOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:44.7762698Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/RightShiftOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:44.7763747Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/RngAlgorithm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:44.7764565Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/SVDFOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:44.7765448Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/ScatterNdOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:44.7766413Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/SegmentSumOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:44.7767243Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/SelectOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:44.7768270Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/SelectV2Options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:44.7769154Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/SequenceRNNOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:44.7770157Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/ShapeOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:44.7771026Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/SignOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:44.7771842Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/SignatureDef.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:44.7772872Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/SkipGramOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:44.7773698Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/SliceOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:44.7774537Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/SoftmaxOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:44.7775539Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/SpaceToBatchNDOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:44.7776411Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/SpaceToDepthOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:44.7777499Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/SparseIndexVector.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:44.7778471Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/SparseToDenseOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:44.7779502Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/SparsityParameters.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:44.7780391Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/SplitOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:44.7781164Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/SplitVOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:44.7782161Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/SquareOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:44.7783084Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/SquaredDifferenceOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:44.7784037Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/SqueezeOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:44.7785041Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/StablehloBroadcastInDimOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:44.7785937Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/StablehloCompareOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:44.7786991Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/StablehloComparisonDirection.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:44.7787901Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/StablehloComparisonType.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:44.7841010Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/StablehloConcatenateOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:44.7841957Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/StablehloConvolutionOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:44.7842969Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/StablehloCustomCallOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:44.7844127Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/StablehloDotGeneralOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:44.7845240Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/StablehloDynamicSliceOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:44.7846105Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/StablehloGatherOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:44.7847113Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/StablehloIotaOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:44.7848297Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/StablehloPadOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:44.7849207Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/StablehloPrecisionConfig.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:44.7850298Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/StablehloReduceOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:44.7851169Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/StablehloReduceWindowOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:44.7852228Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/StablehloRngBitGeneratorOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:44.7853137Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/StablehloScatterOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:44.7854089Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/StablehloSliceOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:44.7854944Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/StablehloSortOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:44.7855814Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/StablehloTransposeOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:44.7856850Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/StablehloWhileOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:44.7880645Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/StridedSliceOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:44.7881705Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/SubGraph.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:44.7882577Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/SubOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:44.7883332Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/Tensor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:44.7884243Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/TensorMap.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:44.7885056Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/TensorType.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:44.7885924Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/TileOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:44.7886817Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/TopKV2Options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:44.7887962Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/TransposeConvOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:44.7888871Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/TransposeOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:44.7889763Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/Uint16Vector.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:44.7890657Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/Uint8Vector.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:44.7891702Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/UnidirectionalSequenceLSTMOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:44.7892501Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/UniqueOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:44.7893402Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/UnpackOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:44.7894309Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/UnsortedSegmentMaxOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:44.7895337Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/UnsortedSegmentMinOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:44.7896360Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/UnsortedSegmentProdOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:44.7897329Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/UnsortedSegmentSumOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:44.7898374Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/VarHandleOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:44.7899152Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/VariantSubType.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:44.7900171Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/WhereOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:44.7900988Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/WhileOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:44.7919931Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/ZerosLikeOptions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:44.7920910Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:21:44.7921241Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp/backend/ir/tflite_generator 2025-06-05T23:21:44.7922145Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator 2025-06-05T23:21:44.7923244Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/tflite_model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator 2025-06-05T23:21:44.7923643Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:44.7924618Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:44.7925751Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/abs_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:44.7926755Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/add_n_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:44.7927905Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/add_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:44.7928889Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/arg_max_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:44.7930112Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/arg_min_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:44.7931148Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/average_pool_2d_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:44.7932330Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/batch_mat_mul_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:44.7933424Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/bidirectional_sequence_lstm_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:44.7934690Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/bidirectional_sequence_rnn_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:44.7935706Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/bitwise_xor_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:44.7936886Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/broadcast_to_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:44.7937864Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/cast_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:44.7939197Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/concatenation_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:44.7940194Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/conv_2d_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:44.7941356Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/conv_3d_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:44.7942338Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/cum_sum_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:44.7943519Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/depth_to_space_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:44.7944552Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/depthwise_conv_2d_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:44.7945682Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/dequantize_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:44.7946687Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/div_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:44.7947715Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/equal_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:44.7948795Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/exp_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:44.7949784Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/floor_mod_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:44.7950890Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/fully_connected_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:44.7951883Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/gather_nd_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:44.7953053Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/gather_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:44.7954029Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/gelu_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:44.7955269Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/greater_equal_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:44.7996303Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/greater_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:44.7997312Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/hard_swish_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:44.7998349Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/leaky_relu_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:44.7999381Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/less_equal_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:44.8000352Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/less_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:44.8001428Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/log_softmax_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:44.8002391Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/logical_and_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:44.8003511Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/logical_not_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:44.8004465Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/logical_or_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:44.8005554Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/lrn_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:44.8006487Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/lstm_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:44.8007591Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/max_pool_2d_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:44.8008535Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/maximum_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:44.8009568Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/mean_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:44.8010722Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/minimum_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:44.8011762Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/mirror_pad_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:44.8012809Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/mul_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:44.8013791Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/multinomial_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:44.8014871Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/neg_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:44.8015824Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/not_equal_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:44.8016897Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/one_hot_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:44.8017818Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/pad_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:44.8018868Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/pad_v2_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:44.8019938Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/pow_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:44.8020936Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/quantize_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:44.8022059Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/range_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:44.8023058Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/reduce_max_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:44.8024189Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/reduce_min_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:44.8025203Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/reduce_prod_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:44.8026443Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/reshape_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:44.8027535Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/resize_bilinear_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:44.8028757Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/resize_nearest_neighbor_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:44.8029810Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/reverse_sequence_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:44.8080365Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/scatter_nd_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:44.8081583Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/select_v2_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:44.8082576Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/shape_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:44.8083788Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/sign_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:44.8084819Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/slice_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:44.8085989Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/softmax_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:44.8086971Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/space_to_depth_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:44.8088138Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/split_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:44.8089086Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/split_v_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:44.8090188Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/square_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:44.8091440Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/squared_difference_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:44.8092657Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/squeeze_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:44.8093900Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/strided_slice_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:44.8095088Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/sub_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:44.8096082Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/sum_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:44.8097315Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/tile_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:44.8098329Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/transpose_conv_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:44.8099521Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/transpose_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:44.8100586Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/unidirectional_sequence_lstm_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:44.8101778Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/unidirectional_sequence_rnn_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:21:44.8102174Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp/backend/ir/tflite_generator/custom_options 2025-06-05T23:21:44.8103133Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/custom_options/flex_transpose_options.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/custom_options 2025-06-05T23:21:44.8103572Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp/backend/ir/tflite_generator/meta 2025-06-05T23:21:44.8104516Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/meta/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/meta 2025-06-05T23:21:44.8105330Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/meta/meta.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/meta 2025-06-05T23:21:44.8106216Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/meta/types.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/meta 2025-06-05T23:21:44.8106651Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp/backend/ir/tflite_optimizer 2025-06-05T23:21:44.8107429Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_optimizer 2025-06-05T23:21:44.8108450Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/graph_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_optimizer 2025-06-05T23:21:44.8109479Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/operator_rules.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_optimizer 2025-06-05T23:21:44.8110402Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_optimizer 2025-06-05T23:21:44.8111247Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/pattern_matcher.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_optimizer 2025-06-05T23:21:44.8112080Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/tensor_rules.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_optimizer 2025-06-05T23:21:44.8112618Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:21:44.8113667Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:21:44.8114681Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/base_optimization.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:21:44.8115880Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/combine_hard_sigmoid_and_mul_to_hard_swish.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:21:44.8176325Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/eliminate_dead_branches.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:21:44.8177399Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/fuse_activation_functions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:21:44.8178554Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/fuse_fully_connected_and_add_operators.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:21:44.8179648Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/fuse_quanitze_into_preceding_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:21:44.8180692Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/keep_one_empty_buffer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:21:44.8181704Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/move_relu_before_concat.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:21:44.8182837Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/permute_fully_connected_weights_after_reshape.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:21:44.8184008Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/prune_cast_operators.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:21:44.8185542Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/prune_quantize_operators.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:21:44.8186518Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/prune_reshape_operators.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:21:44.8187814Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/prune_transpose_operators.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:21:44.8188926Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/remove_unused_tensors_and_buffers.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:21:44.8190217Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/replace_average_pool_before_fully_connected_with_sum.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:21:44.8190472Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp/quantizer 2025-06-05T23:21:44.8191322Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/quantizer/neutron_quantizer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/quantizer 2025-06-05T23:21:44.8192073Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/quantizer/patterns.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/quantizer 2025-06-05T23:21:44.8192749Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/quantizer/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/quantizer 2025-06-05T23:21:44.8192975Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp/tests 2025-06-05T23:21:44.8193755Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/executorch_pipeline.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/tests 2025-06-05T23:21:44.8194434Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/executors.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/tests 2025-06-05T23:21:44.8195089Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/exported_program_vizualize.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/tests 2025-06-05T23:21:44.8195780Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/models.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/tests 2025-06-05T23:21:44.8196745Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/test_batch_norm_fusion.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/tests 2025-06-05T23:21:44.8197399Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/test_neutron_backend.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/tests 2025-06-05T23:21:44.8198234Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/test_neutron_converter_manager.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/tests 2025-06-05T23:21:44.8198894Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/test_node_format_inference.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/tests 2025-06-05T23:21:44.8199572Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/test_operator_selector.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/tests 2025-06-05T23:21:44.8200464Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/test_qdq_clustering_conv.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/tests 2025-06-05T23:21:44.8201405Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/test_quantizer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/tests 2025-06-05T23:21:44.8201744Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp/tests/ir 2025-06-05T23:21:44.8202087Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp/tests/ir/converter 2025-06-05T23:21:44.8202451Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/nxp/tests/ir/converter/node_converter 2025-06-05T23:21:44.8203505Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/ir/converter/node_converter/test_avg_pool2d_converter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/tests/ir/converter/node_converter 2025-06-05T23:21:44.8204579Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/ir/converter/node_converter/test_constant_pad_nd_converter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/tests/ir/converter/node_converter 2025-06-05T23:21:44.8205692Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/ir/converter/node_converter/test_conv_converter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/tests/ir/converter/node_converter 2025-06-05T23:21:44.8206577Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/ir/converter/node_converter/test_linear_converter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/tests/ir/converter/node_converter 2025-06-05T23:21:44.8207530Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/ir/converter/node_converter/test_max_pool_2d_converter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/tests/ir/converter/node_converter 2025-06-05T23:21:44.8208459Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/ir/converter/node_converter/test_permute_copy_converter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/tests/ir/converter/node_converter 2025-06-05T23:21:44.8209364Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/ir/converter/node_converter/test_relu_converter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/tests/ir/converter/node_converter 2025-06-05T23:21:44.8210555Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/ir/converter/node_converter/test_softmax_converter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/tests/ir/converter/node_converter 2025-06-05T23:21:44.8211440Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/nxp/tests/ir/converter/node_converter/test_view_copy_converter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/nxp/tests/ir/converter/node_converter 2025-06-05T23:21:44.8211712Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/openvino 2025-06-05T23:21:44.8285998Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/openvino 2025-06-05T23:21:44.8286949Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/openvino 2025-06-05T23:21:44.8287699Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/preprocess.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/openvino 2025-06-05T23:21:44.8287960Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/openvino/quantizer 2025-06-05T23:21:44.8288662Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/quantizer/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/openvino/quantizer 2025-06-05T23:21:44.8289766Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/quantizer/quantizer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/openvino/quantizer 2025-06-05T23:21:44.8290008Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/openvino/tests 2025-06-05T23:21:44.8290760Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/tests/test_runner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/openvino/tests 2025-06-05T23:21:44.8291130Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/openvino/tests/models 2025-06-05T23:21:44.8291928Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/tests/models/test_classification.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/openvino/tests/models 2025-06-05T23:21:44.8292184Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/openvino/tests/ops 2025-06-05T23:21:44.8292903Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/tests/ops/base_openvino_op_test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/openvino/tests/ops 2025-06-05T23:21:44.8293659Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/tests/ops/test_add.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/openvino/tests/ops 2025-06-05T23:21:44.8294384Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/tests/ops/test_addmm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/openvino/tests/ops 2025-06-05T23:21:44.8295047Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/tests/ops/test_arange.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/openvino/tests/ops 2025-06-05T23:21:44.8295825Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/tests/ops/test_batch_norm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/openvino/tests/ops 2025-06-05T23:21:44.8296583Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/tests/ops/test_convolution.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/openvino/tests/ops 2025-06-05T23:21:44.8297240Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/tests/ops/test_mean.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/openvino/tests/ops 2025-06-05T23:21:44.8298083Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/tests/ops/test_permute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/openvino/tests/ops 2025-06-05T23:21:44.8298836Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/tests/ops/test_pooling.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/openvino/tests/ops 2025-06-05T23:21:44.8299510Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/tests/ops/test_unary_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/openvino/tests/ops 2025-06-05T23:21:44.8300216Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/openvino/tests/ops/test_view.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/openvino/tests/ops 2025-06-05T23:21:44.8300493Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm 2025-06-05T23:21:44.8301133Z 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-06-05T23:21:44.8301378Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/_passes 2025-06-05T23:21:44.8301999Z 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-06-05T23:21:44.8302792Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/annotate_adaptive_avg_pool1d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:21:44.8303591Z 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-06-05T23:21:44.8304305Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/annotate_stack.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:21:44.8305038Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/annotate_unbind.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:21:44.8305740Z 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-06-05T23:21:44.8306406Z 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-06-05T23:21:44.8307176Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/convert_conv1d_to_conv2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:21:44.8307904Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/convert_square_to_pow.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:21:44.8308539Z 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-06-05T23:21:44.8309271Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/decompose_cdist.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:21:44.8309984Z 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-06-05T23:21:44.8310637Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/decompose_expm1.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:21:44.8311381Z 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-06-05T23:21:44.8312107Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/decompose_roll.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:21:44.8312799Z 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-06-05T23:21:44.8313544Z 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-06-05T23:21:44.8314272Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/fixed_linear_keep_dim.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:21:44.8314942Z 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-06-05T23:21:44.8315667Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/fuse_consecutive_cast.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:21:44.8316406Z 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-06-05T23:21:44.8317073Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/i64_to_i32.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:21:44.8317801Z 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-06-05T23:21:44.8318607Z 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-06-05T23:21:44.8393449Z 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-06-05T23:21:44.8394357Z 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-06-05T23:21:44.8395012Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/qnn_pass_manager.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:21:44.8395735Z 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-06-05T23:21:44.8396671Z 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-06-05T23:21:44.8397341Z 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-06-05T23:21:44.8398054Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/remove_0d_tensor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:21:44.8398856Z 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-06-05T23:21:44.8399529Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/replace_arange_args.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:21:44.8400335Z 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-06-05T23:21:44.8401142Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/replace_inf_values.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:21:44.8401771Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/tag_quant_io.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:21:44.8402499Z 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-06-05T23:21:44.8402790Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/builders 2025-06-05T23:21:44.8403506Z 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-06-05T23:21:44.8404188Z 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-06-05T23:21:44.8404962Z 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-06-05T23:21:44.8405717Z 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-06-05T23:21:44.8406524Z 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-06-05T23:21:44.8407400Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_amax.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:21:44.8408066Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_and.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:21:44.8408711Z 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-06-05T23:21:44.8409460Z 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-06-05T23:21:44.8410405Z 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-06-05T23:21:44.8411066Z 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-06-05T23:21:44.8411907Z 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-06-05T23:21:44.8412551Z 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-06-05T23:21:44.8413188Z 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-06-05T23:21:44.8414051Z 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-06-05T23:21:44.8414699Z 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-06-05T23:21:44.8415359Z 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-06-05T23:21:44.8416184Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_cum_sum.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:21:44.8416860Z 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-06-05T23:21:44.8417610Z 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-06-05T23:21:44.8418363Z 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-06-05T23:21:44.8418988Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_elu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:21:44.8419791Z 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-06-05T23:21:44.8420474Z 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-06-05T23:21:44.8421206Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_exp.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:21:44.8422123Z 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-06-05T23:21:44.8422777Z 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-06-05T23:21:44.8423502Z 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-06-05T23:21:44.8424281Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_gather.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:21:44.8424911Z 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-06-05T23:21:44.8425582Z 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-06-05T23:21:44.8426414Z 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-06-05T23:21:44.8427036Z 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-06-05T23:21:44.8497342Z 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-06-05T23:21:44.8498085Z 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-06-05T23:21:44.8498753Z 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-06-05T23:21:44.8499428Z 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-06-05T23:21:44.8500252Z 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-06-05T23:21:44.8500928Z 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-06-05T23:21:44.8501618Z 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-06-05T23:21:44.8502436Z 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-06-05T23:21:44.8503170Z 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-06-05T23:21:44.8503814Z 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-06-05T23:21:44.8504806Z 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-06-05T23:21:44.8505655Z 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-06-05T23:21:44.8506509Z 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-06-05T23:21:44.8507202Z 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-06-05T23:21:44.8507843Z 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-06-05T23:21:44.8508495Z 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-06-05T23:21:44.8509291Z 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-06-05T23:21:44.8509999Z 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-06-05T23:21:44.8510638Z 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-06-05T23:21:44.8511530Z 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-06-05T23:21:44.8512212Z 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-06-05T23:21:44.8512866Z 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-06-05T23:21:44.8513622Z 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-06-05T23:21:44.8514316Z 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-06-05T23:21:44.8514958Z 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-06-05T23:21:44.8515841Z 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-06-05T23:21:44.8516544Z 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-06-05T23:21:44.8517193Z 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-06-05T23:21:44.8517991Z 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-06-05T23:21:44.8518713Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_resize.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:21:44.8519362Z 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-06-05T23:21:44.8520327Z 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-06-05T23:21:44.8521119Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_scalar_tensor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:21:44.8521836Z 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-06-05T23:21:44.8522592Z 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-06-05T23:21:44.8523286Z 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-06-05T23:21:44.8523956Z 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-06-05T23:21:44.8524820Z 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-06-05T23:21:44.8525529Z 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-06-05T23:21:44.8526238Z 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-06-05T23:21:44.8527036Z 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-06-05T23:21:44.8527742Z 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-06-05T23:21:44.8528409Z 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-06-05T23:21:44.8529275Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_stack.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:21:44.8530033Z 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-06-05T23:21:44.8530711Z 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-06-05T23:21:44.8614271Z 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-06-05T23:21:44.8615180Z 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-06-05T23:21:44.8616141Z 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-06-05T23:21:44.8616926Z 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-06-05T23:21:44.8617770Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_unbind.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:21:44.8618852Z 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-06-05T23:21:44.8619793Z 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-06-05T23:21:44.8620625Z 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-06-05T23:21:44.8621579Z 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-06-05T23:21:44.8622252Z 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-06-05T23:21:44.8622907Z 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-06-05T23:21:44.8623225Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/debugger 2025-06-05T23:21:44.8624016Z 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-06-05T23:21:44.8624287Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/partition 2025-06-05T23:21:44.8624969Z 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-06-05T23:21:44.8625709Z 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-06-05T23:21:44.8626554Z 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-06-05T23:21:44.8626811Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/quantizer 2025-06-05T23:21:44.8627550Z 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-06-05T23:21:44.8628433Z 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-06-05T23:21:44.8629094Z 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-06-05T23:21:44.8629758Z 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-06-05T23:21:44.8630190Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/quantizer/observers 2025-06-05T23:21:44.8631097Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer/observers/per_block_param_observer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/quantizer/observers 2025-06-05T23:21:44.8631936Z 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-06-05T23:21:44.8632403Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/serialization 2025-06-05T23:21:44.8633181Z 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-06-05T23:21:44.8634043Z 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-06-05T23:21:44.8635148Z 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-06-05T23:21:44.8635396Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/tests 2025-06-05T23:21:44.8636109Z 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-06-05T23:21:44.8636941Z 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-06-05T23:21:44.8637583Z 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-06-05T23:21:44.8637838Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/utils 2025-06-05T23:21:44.8638579Z 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-06-05T23:21:44.8639336Z 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-06-05T23:21:44.8639604Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/aot 2025-06-05T23:21:44.8639842Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/aot/ir 2025-06-05T23:21:44.8640490Z 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-06-05T23:21:44.8640884Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/transforms 2025-06-05T23:21:44.8641529Z 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-06-05T23:21:44.8642155Z 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-06-05T23:21:44.8642972Z 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-06-05T23:21:44.8643655Z 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-06-05T23:21:44.8644388Z 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-06-05T23:21:44.8645190Z 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-06-05T23:21:44.8645884Z 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-06-05T23:21:44.8646596Z 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-06-05T23:21:44.8647289Z 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-06-05T23:21:44.8647888Z 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-06-05T23:21:44.8648853Z 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-06-05T23:21:44.8649624Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/remove_getitem_op.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms 2025-06-05T23:21:44.8721875Z 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-06-05T23:21:44.8722625Z 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-06-05T23:21:44.8723347Z 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-06-05T23:21:44.8723608Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/transforms/test 2025-06-05T23:21:44.8724561Z 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-06-05T23:21:44.8725455Z 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-06-05T23:21:44.8726137Z 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-06-05T23:21:44.8726417Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan 2025-06-05T23:21:44.8727038Z 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-06-05T23:21:44.8727699Z 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-06-05T23:21:44.8728256Z 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-06-05T23:21:44.8728942Z 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-06-05T23:21:44.8729615Z 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-06-05T23:21:44.8729858Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/_passes 2025-06-05T23:21:44.8730448Z 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-06-05T23:21:44.8731325Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes/fuse_quantized_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/_passes 2025-06-05T23:21:44.8731981Z 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-06-05T23:21:44.8732646Z 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-06-05T23:21:44.8733354Z 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-06-05T23:21:44.8734130Z 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-06-05T23:21:44.8735096Z 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-06-05T23:21:44.8736039Z 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-06-05T23:21:44.8736745Z 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-06-05T23:21:44.8737106Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/partitioner 2025-06-05T23:21:44.8737899Z 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-06-05T23:21:44.8738221Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/quantizer 2025-06-05T23:21:44.8739032Z 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-06-05T23:21:44.8739346Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime 2025-06-05T23:21:44.8740011Z 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-06-05T23:21:44.8740357Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph 2025-06-05T23:21:44.8740752Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops 2025-06-05T23:21:44.8741138Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:21:44.8742039Z 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-06-05T23:21:44.8743033Z 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-06-05T23:21:44.8743843Z 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-06-05T23:21:44.8744691Z 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-06-05T23:21:44.8745562Z 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-06-05T23:21:44.8746373Z 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-06-05T23:21:44.8747305Z 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-06-05T23:21:44.8748178Z 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-06-05T23:21:44.8749007Z 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-06-05T23:21:44.8750010Z 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-06-05T23:21:44.8750847Z 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-06-05T23:21:44.8751777Z 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-06-05T23:21:44.8752553Z 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-06-05T23:21:44.8753336Z 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-06-05T23:21:44.8754315Z 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-06-05T23:21:44.8755164Z 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-06-05T23:21:44.8810535Z 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-06-05T23:21:44.8811525Z 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-06-05T23:21:44.8812357Z 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-06-05T23:21:44.8813310Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_pw_s1p0.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:21:44.8814129Z 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-06-05T23:21:44.8815053Z 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-06-05T23:21:44.8815985Z 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-06-05T23:21:44.8816777Z 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-06-05T23:21:44.8817762Z 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-06-05T23:21:44.8818559Z 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-06-05T23:21:44.8819485Z 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-06-05T23:21:44.8820480Z 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-06-05T23:21:44.8821276Z 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-06-05T23:21:44.8822197Z 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-06-05T23:21:44.8823011Z 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-06-05T23:21:44.8823838Z 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-06-05T23:21:44.8824794Z 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-06-05T23:21:44.8825588Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/linear_qcsnw.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:21:44.8826507Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/linear_qcsnw_coop.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:21:44.8827451Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/linear_qcsnw_tiled.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:21:44.8828261Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/linear_qga4w_coop.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:21:44.8829261Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/linear_qga4w_tiled.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:21:44.8830107Z 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-06-05T23:21:44.8830988Z 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-06-05T23:21:44.8832158Z 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-06-05T23:21:44.8833034Z 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-06-05T23:21:44.8834024Z 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-06-05T23:21:44.8834831Z 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-06-05T23:21:44.8836034Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/pack_int4_linear_weight_transposed_interleaved.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:21:44.8836955Z 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-06-05T23:21:44.8837841Z 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-06-05T23:21:44.8838718Z 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-06-05T23:21:44.8839566Z 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-06-05T23:21:44.8840521Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/repeat.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:21:44.8841392Z 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-06-05T23:21:44.8842308Z 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-06-05T23:21:44.8843201Z 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-06-05T23:21:44.8844135Z 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-06-05T23:21:44.8845142Z 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-06-05T23:21:44.8914819Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/tan.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:21:44.8915878Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/transfer_buffer.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:21:44.8916704Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/transfer_texture.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:21:44.8917646Z 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-06-05T23:21:44.8918436Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/upsample_2d.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:21:44.8919304Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/var_buffer.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:21:44.8920322Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/var_texture3d.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:21:44.8921182Z 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-06-05T23:21:44.8922114Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/where.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:21:44.8922435Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/serialization 2025-06-05T23:21:44.8923168Z 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-06-05T23:21:44.8924045Z 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-06-05T23:21:44.8924918Z 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-06-05T23:21:44.8925596Z 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-06-05T23:21:44.8925872Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/test 2025-06-05T23:21:44.8926608Z 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-06-05T23:21:44.8927244Z 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-06-05T23:21:44.8927940Z 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-06-05T23:21:44.8928667Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/test_vulkan_passes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/test 2025-06-05T23:21:44.8928931Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/test/op_tests 2025-06-05T23:21:44.8929664Z 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-06-05T23:21:44.8930484Z 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-06-05T23:21:44.8931286Z 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-06-05T23:21:44.8931596Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/test/op_tests/utils 2025-06-05T23:21:44.8932308Z 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-06-05T23:21:44.8933180Z 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-06-05T23:21:44.8933936Z 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-06-05T23:21:44.8934775Z 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-06-05T23:21:44.8935685Z 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-06-05T23:21:44.8936397Z 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-06-05T23:21:44.8936640Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/test/glsl 2025-06-05T23:21:44.8937487Z 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-06-05T23:21:44.8938243Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/glsl/dynamic_dispatch_test.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/test/glsl 2025-06-05T23:21:44.8938964Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/glsl/reference_matmul_common.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/test/glsl 2025-06-05T23:21:44.8939258Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party 2025-06-05T23:21:44.8939648Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/volk 2025-06-05T23:21:44.8940351Z 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-06-05T23:21:44.8940690Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/Vulkan-Headers 2025-06-05T23:21:44.8941061Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-06-05T23:21:44.8942105Z 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-06-05T23:21:44.8943007Z 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-06-05T23:21:44.8944015Z 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-06-05T23:21:44.8944931Z 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-06-05T23:21:44.8945806Z 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-06-05T23:21:44.8946754Z 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-06-05T23:21:44.8947672Z 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-06-05T23:21:44.9024506Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools 2025-06-05T23:21:44.9026039Z 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-06-05T23:21:44.9026528Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/VulkanMemoryAllocator 2025-06-05T23:21:44.9027002Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools 2025-06-05T23:21:44.9027707Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis 2025-06-05T23:21:44.9028909Z 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-06-05T23:21:44.9029206Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/tools 2025-06-05T23:21:44.9029549Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/tools/gpuinfo 2025-06-05T23:21:44.9029948Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/tools/gpuinfo/glsl 2025-06-05T23:21:44.9030777Z 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-06-05T23:21:44.9031765Z 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-06-05T23:21:44.9032596Z 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-06-05T23:21:44.9033570Z 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-06-05T23:21:44.9034511Z 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-06-05T23:21:44.9035407Z 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-06-05T23:21:44.9035699Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack 2025-06-05T23:21:44.9036288Z 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-06-05T23:21:44.9036911Z 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-06-05T23:21:44.9037219Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/_passes 2025-06-05T23:21:44.9038044Z 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-06-05T23:21:44.9038807Z 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-06-05T23:21:44.9039667Z 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-06-05T23:21:44.9040365Z 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-06-05T23:21:44.9041185Z 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-06-05T23:21:44.9042228Z 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-06-05T23:21:44.9042862Z 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-06-05T23:21:44.9043684Z 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-06-05T23:21:44.9044499Z 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-06-05T23:21:44.9045157Z 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-06-05T23:21:44.9046048Z 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-06-05T23:21:44.9046718Z 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-06-05T23:21:44.9046971Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/operators 2025-06-05T23:21:44.9047693Z 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-06-05T23:21:44.9048490Z 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-06-05T23:21:44.9049125Z 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-06-05T23:21:44.9049844Z 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-06-05T23:21:44.9050747Z 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-06-05T23:21:44.9051425Z 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-06-05T23:21:44.9052177Z 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-06-05T23:21:44.9052883Z 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-06-05T23:21:44.9053541Z 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-06-05T23:21:44.9054373Z 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-06-05T23:21:44.9055031Z 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-06-05T23:21:44.9055659Z 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-06-05T23:21:44.9056666Z 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-06-05T23:21:44.9057426Z 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-06-05T23:21:44.9058172Z 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-06-05T23:21:44.9058896Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_exp.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:21:44.9059745Z 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-06-05T23:21:44.9130775Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_gelu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:21:44.9132251Z 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-06-05T23:21:44.9133698Z 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-06-05T23:21:44.9135130Z 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-06-05T23:21:44.9136691Z 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-06-05T23:21:44.9138179Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_log.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:21:44.9139931Z 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-06-05T23:21:44.9141647Z 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-06-05T23:21:44.9143073Z 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-06-05T23:21:44.9144742Z 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-06-05T23:21:44.9146353Z 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-06-05T23:21:44.9147935Z 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-06-05T23:21:44.9149428Z 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-06-05T23:21:44.9150987Z 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-06-05T23:21:44.9152594Z 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-06-05T23:21:44.9154347Z 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-06-05T23:21:44.9156027Z 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-06-05T23:21:44.9157545Z 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-06-05T23:21:44.9159319Z 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-06-05T23:21:44.9160942Z 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-06-05T23:21:44.9162539Z 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-06-05T23:21:44.9164003Z 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-06-05T23:21:44.9165595Z 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-06-05T23:21:44.9167222Z 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-06-05T23:21:44.9168827Z 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-06-05T23:21:44.9170472Z 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-06-05T23:21:44.9172010Z 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-06-05T23:21:44.9173643Z 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-06-05T23:21:44.9175372Z 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-06-05T23:21:44.9177038Z 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-06-05T23:21:44.9178622Z 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-06-05T23:21:44.9180121Z 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-06-05T23:21:44.9181313Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/partition 2025-06-05T23:21:44.9182450Z 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-06-05T23:21:44.9184047Z 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-06-05T23:21:44.9185441Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/partition/config 2025-06-05T23:21:44.9186827Z 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-06-05T23:21:44.9188609Z 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-06-05T23:21:44.9190369Z 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-06-05T23:21:44.9192146Z 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-06-05T23:21:44.9194074Z 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-06-05T23:21:44.9195896Z 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-06-05T23:21:44.9197166Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/partition/graphs 2025-06-05T23:21:44.9198387Z 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-06-05T23:21:44.9200192Z 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-06-05T23:21:44.9201381Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/quantizer 2025-06-05T23:21:44.9202524Z 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-06-05T23:21:44.9238661Z 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-06-05T23:21:44.9240236Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/serialization 2025-06-05T23:21:44.9241610Z 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-06-05T23:21:44.9243484Z 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-06-05T23:21:44.9245351Z 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-06-05T23:21:44.9247190Z 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-06-05T23:21:44.9248507Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test 2025-06-05T23:21:44.9249570Z 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-06-05T23:21:44.9251286Z 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-06-05T23:21:44.9252518Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/models 2025-06-05T23:21:44.9253824Z 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-06-05T23:21:44.9255578Z 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-06-05T23:21:44.9257167Z 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-06-05T23:21:44.9258835Z 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-06-05T23:21:44.9260706Z 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-06-05T23:21:44.9262515Z 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-06-05T23:21:44.9264118Z 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-06-05T23:21:44.9265674Z 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-06-05T23:21:44.9267320Z 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-06-05T23:21:44.9269092Z 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-06-05T23:21:44.9270645Z 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-06-05T23:21:44.9272266Z 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-06-05T23:21:44.9273883Z 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-06-05T23:21:44.9274912Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/ops 2025-06-05T23:21:44.9276027Z 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-06-05T23:21:44.9277522Z 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-06-05T23:21:44.9279025Z 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-06-05T23:21:44.9280673Z 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-06-05T23:21:44.9282275Z 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-06-05T23:21:44.9283661Z 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-06-05T23:21:44.9285401Z 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-06-05T23:21:44.9287127Z 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-06-05T23:21:44.9288630Z 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-06-05T23:21:44.9290283Z 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-06-05T23:21:44.9291889Z 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-06-05T23:21:44.9293420Z 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-06-05T23:21:44.9294877Z 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-06-05T23:21:44.9296439Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_exp.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:21:44.9297995Z 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-06-05T23:21:44.9299425Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_gelu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:21:44.9301031Z 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-06-05T23:21:44.9302666Z 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-06-05T23:21:44.9304094Z 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-06-05T23:21:44.9305696Z 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-06-05T23:21:44.9307340Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_log.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:21:44.9308810Z 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-06-05T23:21:44.9310325Z 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-06-05T23:21:44.9311938Z 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-06-05T23:21:44.9349040Z 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-06-05T23:21:44.9350697Z 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-06-05T23:21:44.9352397Z 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-06-05T23:21:44.9354042Z 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-06-05T23:21:44.9355597Z 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-06-05T23:21:44.9357277Z 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-06-05T23:21:44.9359037Z 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-06-05T23:21:44.9360830Z 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-06-05T23:21:44.9362365Z 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-06-05T23:21:44.9363931Z 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-06-05T23:21:44.9365449Z 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-06-05T23:21:44.9366949Z 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-06-05T23:21:44.9368472Z 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-06-05T23:21:44.9370141Z 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-06-05T23:21:44.9371569Z 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-06-05T23:21:44.9373179Z 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-06-05T23:21:44.9374745Z 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-06-05T23:21:44.9376210Z 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-06-05T23:21:44.9377817Z 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-06-05T23:21:44.9378974Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/passes 2025-06-05T23:21:44.9380093Z 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-06-05T23:21:44.9381819Z 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-06-05T23:21:44.9383742Z 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-06-05T23:21:44.9385491Z 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-06-05T23:21:44.9387215Z 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-06-05T23:21:44.9388950Z 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-06-05T23:21:44.9390682Z 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-06-05T23:21:44.9391806Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/quantizer 2025-06-05T23:21:44.9393124Z 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-06-05T23:21:44.9394873Z 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-06-05T23:21:44.9396498Z 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-06-05T23:21:44.9397872Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/serialization 2025-06-05T23:21:44.9399111Z 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-06-05T23:21:44.9400878Z 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-06-05T23:21:44.9402185Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/tester 2025-06-05T23:21:44.9403203Z 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-06-05T23:21:44.9404749Z 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-06-05T23:21:44.9405786Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party 2025-06-05T23:21:44.9406629Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/FP16 2025-06-05T23:21:44.9407769Z 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-06-05T23:21:44.9409053Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/FP16/include 2025-06-05T23:21:44.9409925Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/FP16/include/fp16 2025-06-05T23:21:44.9411356Z 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-06-05T23:21:44.9413287Z 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-06-05T23:21:44.9415137Z 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-06-05T23:21:44.9416576Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/FP16/test 2025-06-05T23:21:44.9417368Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/FP16/test/peachpy 2025-06-05T23:21:44.9418705Z 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-06-05T23:21:44.9420610Z 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-06-05T23:21:44.9446676Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/FXdiv 2025-06-05T23:21:44.9448337Z 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-06-05T23:21:44.9450069Z 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-06-05T23:21:44.9451244Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/cpuinfo 2025-06-05T23:21:44.9452597Z 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-06-05T23:21:44.9453868Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-06-05T23:21:44.9455317Z 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-06-05T23:21:44.9457288Z 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-06-05T23:21:44.9459440Z 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-06-05T23:21:44.9460872Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/cpuinfo/deps 2025-06-05T23:21:44.9461736Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog 2025-06-05T23:21:44.9463084Z 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-06-05T23:21:44.9465122Z 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-06-05T23:21:44.9467113Z 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-06-05T23:21:44.9468323Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/pthreadpool 2025-06-05T23:21:44.9469685Z 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-06-05T23:21:44.9471789Z 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-06-05T23:21:44.9473131Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK 2025-06-05T23:21:44.9473900Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-06-05T23:21:44.9475376Z 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-06-05T23:21:44.9477528Z 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-06-05T23:21:44.9479607Z 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-06-05T23:21:44.9481693Z 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-06-05T23:21:44.9483034Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:21:44.9484464Z 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-06-05T23:21:44.9486377Z 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-06-05T23:21:44.9488368Z 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-06-05T23:21:44.9490420Z 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-06-05T23:21:44.9492546Z 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-06-05T23:21:44.9494594Z 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-06-05T23:21:44.9496695Z 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-06-05T23:21:44.9498836Z 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-06-05T23:21:44.9500964Z 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-06-05T23:21:44.9503000Z 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-06-05T23:21:44.9505128Z 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-06-05T23:21:44.9507242Z 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-06-05T23:21:44.9509302Z 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-06-05T23:21:44.9511420Z 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-06-05T23:21:44.9513569Z 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-06-05T23:21:44.9515670Z 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-06-05T23:21:44.9517904Z 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-06-05T23:21:44.9520031Z 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-06-05T23:21:44.9522152Z 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-06-05T23:21:44.9534849Z 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-06-05T23:21:44.9536909Z 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-06-05T23:21:44.9538852Z 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-06-05T23:21:44.9540884Z 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-06-05T23:21:44.9542892Z 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-06-05T23:21:44.9545098Z 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-06-05T23:21:44.9547079Z 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-06-05T23:21:44.9548891Z 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-06-05T23:21:44.9550667Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:21:44.9552168Z 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-06-05T23:21:44.9554080Z 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-06-05T23:21:44.9555911Z 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-06-05T23:21:44.9557997Z 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-06-05T23:21:44.9560173Z 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-06-05T23:21:44.9562167Z 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-06-05T23:21:44.9564113Z 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-06-05T23:21:44.9566112Z 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-06-05T23:21:44.9568061Z 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-06-05T23:21:44.9570118Z 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-06-05T23:21:44.9572061Z 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-06-05T23:21:44.9574059Z 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-06-05T23:21:44.9576021Z 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-06-05T23:21:44.9577891Z 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-06-05T23:21:44.9579783Z 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-06-05T23:21:44.9581687Z 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-06-05T23:21:44.9583766Z 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-06-05T23:21:44.9585824Z 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-06-05T23:21:44.9587810Z 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-06-05T23:21:44.9589737Z 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-06-05T23:21:44.9591597Z 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-06-05T23:21:44.9593522Z 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-06-05T23:21:44.9595490Z 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-06-05T23:21:44.9597381Z 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-06-05T23:21:44.9599254Z 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-06-05T23:21:44.9601150Z 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-06-05T23:21:44.9603077Z 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-06-05T23:21:44.9605024Z 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-06-05T23:21:44.9606968Z 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-06-05T23:21:44.9623237Z 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-06-05T23:21:44.9625317Z 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-06-05T23:21:44.9627302Z 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-06-05T23:21:44.9629239Z 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-06-05T23:21:44.9631383Z 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-06-05T23:21:44.9633685Z 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-06-05T23:21:44.9635841Z 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-06-05T23:21:44.9637994Z 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-06-05T23:21:44.9640102Z 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-06-05T23:21:44.9642234Z 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-06-05T23:21:44.9644251Z 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-06-05T23:21:44.9646541Z 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-06-05T23:21:44.9648455Z 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-06-05T23:21:44.9650380Z 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-06-05T23:21:44.9652177Z 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-06-05T23:21:44.9654034Z 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-06-05T23:21:44.9655900Z 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-06-05T23:21:44.9657827Z 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-06-05T23:21:44.9660007Z 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-06-05T23:21:44.9661976Z 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-06-05T23:21:44.9663849Z 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-06-05T23:21:44.9665874Z 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-06-05T23:21:44.9667986Z 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-06-05T23:21:44.9669961Z 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-06-05T23:21:44.9671984Z 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-06-05T23:21:44.9674001Z 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-06-05T23:21:44.9675987Z 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-06-05T23:21:44.9677995Z 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-06-05T23:21:44.9679974Z 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-06-05T23:21:44.9682009Z 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-06-05T23:21:44.9683922Z 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-06-05T23:21:44.9685911Z 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-06-05T23:21:44.9687928Z 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-06-05T23:21:44.9689930Z 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-06-05T23:21:44.9691878Z 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-06-05T23:21:44.9693866Z 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-06-05T23:21:44.9695803Z 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-06-05T23:21:44.9697810Z 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-06-05T23:21:44.9730235Z 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-06-05T23:21:44.9732265Z 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-06-05T23:21:44.9734218Z 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-06-05T23:21:44.9736295Z 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-06-05T23:21:44.9738273Z 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-06-05T23:21:44.9740186Z 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-06-05T23:21:44.9742189Z 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-06-05T23:21:44.9744091Z 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-06-05T23:21:44.9745197Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/utils 2025-06-05T23:21:44.9746402Z 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-06-05T23:21:44.9747886Z 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-06-05T23:21:44.9749365Z 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-06-05T23:21:44.9751037Z 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-06-05T23:21:44.9752038Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple 2025-06-05T23:21:44.9752832Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps 2025-06-05T23:21:44.9753740Z 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-06-05T23:21:44.9755294Z 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-06-05T23:21:44.9756336Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/operators 2025-06-05T23:21:44.9757547Z 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-06-05T23:21:44.9759424Z 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-06-05T23:21:44.9761029Z 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-06-05T23:21:44.9762886Z 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-06-05T23:21:44.9764749Z 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-06-05T23:21:44.9766512Z 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-06-05T23:21:44.9768117Z 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-06-05T23:21:44.9769960Z 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-06-05T23:21:44.9771690Z 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-06-05T23:21:44.9773567Z 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-06-05T23:21:44.9775269Z 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-06-05T23:21:44.9776817Z 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-06-05T23:21:44.9778581Z 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-06-05T23:21:44.9780320Z 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-06-05T23:21:44.9781903Z 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-06-05T23:21:44.9783433Z 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-06-05T23:21:44.9785115Z 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-06-05T23:21:44.9786851Z 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-06-05T23:21:44.9788448Z 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-06-05T23:21:44.9789980Z 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-06-05T23:21:44.9791231Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/partition 2025-06-05T23:21:44.9792278Z 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-06-05T23:21:44.9793968Z 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-06-05T23:21:44.9795368Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/serialization 2025-06-05T23:21:44.9796575Z 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-06-05T23:21:44.9798408Z 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-06-05T23:21:44.9800188Z 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-06-05T23:21:44.9801263Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/test 2025-06-05T23:21:44.9802484Z 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-06-05T23:21:44.9804051Z 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-06-05T23:21:44.9848843Z 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-06-05T23:21:44.9850683Z 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-06-05T23:21:44.9852235Z 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-06-05T23:21:44.9853785Z 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-06-05T23:21:44.9855254Z 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-06-05T23:21:44.9856357Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/utils 2025-06-05T23:21:44.9857399Z 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-06-05T23:21:44.9858925Z 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-06-05T23:21:44.9860119Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml 2025-06-05T23:21:44.9860957Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/compiler 2025-06-05T23:21:44.9862012Z 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-06-05T23:21:44.9863689Z 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-06-05T23:21:44.9864924Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/partition 2025-06-05T23:21:44.9865984Z 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-06-05T23:21:44.9867720Z 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-06-05T23:21:44.9869129Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/quantizer 2025-06-05T23:21:44.9870550Z 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-06-05T23:21:44.9872284Z 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-06-05T23:21:44.9873467Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/test 2025-06-05T23:21:44.9874733Z 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-06-05T23:21:44.9876439Z 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-06-05T23:21:44.9877574Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/runtime 2025-06-05T23:21:44.9878403Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/runtime/test 2025-06-05T23:21:44.9879660Z 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-06-05T23:21:44.9881456Z 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-06-05T23:21:44.9883205Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/executorchcoreml.cpython-310-x86_64-linux-gnu.so -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/coreml 2025-06-05T23:21:44.9884452Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence 2025-06-05T23:21:44.9885181Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/aot 2025-06-05T23:21:44.9886113Z 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-06-05T23:21:44.9887557Z 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-06-05T23:21:44.9888891Z 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-06-05T23:21:44.9890431Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/decompose_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-06-05T23:21:44.9891938Z 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-06-05T23:21:44.9893254Z 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-06-05T23:21:44.9894726Z 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-06-05T23:21:44.9896188Z 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-06-05T23:21:44.9897558Z 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-06-05T23:21:44.9899085Z 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-06-05T23:21:44.9900678Z 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-06-05T23:21:44.9902049Z 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-06-05T23:21:44.9903626Z 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-06-05T23:21:44.9905100Z 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-06-05T23:21:44.9906628Z 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-06-05T23:21:44.9908174Z 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-06-05T23:21:44.9909631Z 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-06-05T23:21:44.9910940Z 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-06-05T23:21:44.9912050Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/aot/quantizer 2025-06-05T23:21:44.9913148Z 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-06-05T23:21:44.9914815Z 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-06-05T23:21:44.9916439Z 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-06-05T23:21:44.9918100Z 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-06-05T23:21:44.9919303Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/aot/tests 2025-06-05T23:21:44.9920757Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests/test_decompose_ops_passes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot/tests 2025-06-05T23:21:44.9954586Z 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-06-05T23:21:44.9956649Z 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-06-05T23:21:44.9958279Z 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-06-05T23:21:44.9960056Z 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-06-05T23:21:44.9961647Z 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-06-05T23:21:44.9963163Z 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-06-05T23:21:44.9964917Z 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-06-05T23:21:44.9966628Z 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-06-05T23:21:44.9968072Z 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-06-05T23:21:44.9969598Z 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-06-05T23:21:44.9971168Z 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-06-05T23:21:44.9972238Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/runtime 2025-06-05T23:21:44.9973368Z 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-06-05T23:21:44.9974790Z 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-06-05T23:21:44.9976365Z 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-06-05T23:21:44.9977768Z 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-06-05T23:21:44.9978882Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils 2025-06-05T23:21:44.9979852Z 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-06-05T23:21:44.9981400Z 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-06-05T23:21:44.9982962Z 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-06-05T23:21:44.9983983Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO 2025-06-05T23:21:44.9985200Z 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-06-05T23:21:44.9986295Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/calibrator 2025-06-05T23:21:44.9987717Z 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-06-05T23:21:44.9989533Z 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-06-05T23:21:44.9990822Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/examples 2025-06-05T23:21:44.9992223Z 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-06-05T23:21:44.9993985Z 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-06-05T23:21:44.9995808Z 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-06-05T23:21:44.9997129Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/facto 2025-06-05T23:21:44.9998352Z 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-06-05T23:21:44.9999515Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen 2025-06-05T23:21:45.0000843Z 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-06-05T23:21:45.0002137Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple 2025-06-05T23:21:45.0003648Z 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-06-05T23:21:45.0005657Z 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-06-05T23:21:45.0007708Z 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-06-05T23:21:45.0009100Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2025-06-05T23:21:45.0010661Z 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-06-05T23:21:45.0012763Z 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-06-05T23:21:45.0014804Z 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-06-05T23:21:45.0016779Z 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-06-05T23:21:45.0018189Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2025-06-05T23:21:45.0019725Z 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-06-05T23:21:45.0021868Z 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-06-05T23:21:45.0024034Z 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-06-05T23:21:45.0026147Z 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-06-05T23:21:45.0055961Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen/specs 2025-06-05T23:21:45.0057808Z 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-06-05T23:21:45.0060015Z 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-06-05T23:21:45.0061579Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen/utils 2025-06-05T23:21:45.0063106Z 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-06-05T23:21:45.0065330Z 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-06-05T23:21:45.0066902Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-06-05T23:21:45.0068586Z 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-06-05T23:21:45.0070776Z 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-06-05T23:21:45.0072901Z 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-06-05T23:21:45.0075097Z 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-06-05T23:21:45.0077281Z 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-06-05T23:21:45.0079500Z 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-06-05T23:21:45.0081654Z 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-06-05T23:21:45.0083160Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/facto/specdb 2025-06-05T23:21:45.0084645Z 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-06-05T23:21:45.0086648Z 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-06-05T23:21:45.0088554Z 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-06-05T23:21:45.0090686Z 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-06-05T23:21:45.0092144Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/test 2025-06-05T23:21:45.0093068Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:21:45.0094560Z 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-06-05T23:21:45.0096589Z 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-06-05T23:21:45.0098615Z 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-06-05T23:21:45.0100632Z 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-06-05T23:21:45.0102628Z 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-06-05T23:21:45.0104805Z 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-06-05T23:21:45.0106696Z 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-06-05T23:21:45.0108595Z 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-06-05T23:21:45.0110536Z 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-06-05T23:21:45.0112380Z 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-06-05T23:21:45.0114377Z 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-06-05T23:21:45.0116347Z 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-06-05T23:21:45.0118418Z 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-06-05T23:21:45.0120322Z 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-06-05T23:21:45.0122194Z 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-06-05T23:21:45.0123553Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cortex_m 2025-06-05T23:21:45.0124148Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cortex_m/ops 2025-06-05T23:21:45.0125279Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cortex_m/ops/operators.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cortex_m/ops 2025-06-05T23:21:45.0126649Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cortex_m/ops/operators.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cortex_m/ops 2025-06-05T23:21:45.0127838Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cortex_m/passes 2025-06-05T23:21:45.0128958Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cortex_m/passes/replace_quant_nodes_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cortex_m/passes 2025-06-05T23:21:45.0130162Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cortex_m/test 2025-06-05T23:21:45.0131349Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cortex_m/test/test_replace_quant_nodes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cortex_m/test 2025-06-05T23:21:45.0132371Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples 2025-06-05T23:21:45.0170717Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/llm_pte_finetuning 2025-06-05T23:21:45.0172185Z 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-06-05T23:21:45.0173576Z 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-06-05T23:21:45.0175175Z 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-06-05T23:21:45.0176703Z 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-06-05T23:21:45.0178107Z 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-06-05T23:21:45.0179731Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning/llama3_config.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/llm_pte_finetuning 2025-06-05T23:21:45.0181322Z 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-06-05T23:21:45.0182802Z 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-06-05T23:21:45.0184448Z 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-06-05T23:21:45.0185666Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models 2025-06-05T23:21:45.0186578Z 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-06-05T23:21:45.0188019Z 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-06-05T23:21:45.0189366Z 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-06-05T23:21:45.0190820Z 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-06-05T23:21:45.0192142Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/deeplab_v3 2025-06-05T23:21:45.0193282Z 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-06-05T23:21:45.0194900Z 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-06-05T23:21:45.0195961Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/edsr 2025-06-05T23:21:45.0197076Z 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-06-05T23:21:45.0198579Z 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-06-05T23:21:45.0199607Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/efficient_sam 2025-06-05T23:21:45.0200856Z 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-06-05T23:21:45.0202338Z 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-06-05T23:21:45.0203712Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/efficient_sam/efficient_sam_core 2025-06-05T23:21:45.0205297Z 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-06-05T23:21:45.0207422Z 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-06-05T23:21:45.0209607Z 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-06-05T23:21:45.0211768Z 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-06-05T23:21:45.0213841Z 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-06-05T23:21:45.0215904Z 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-06-05T23:21:45.0217199Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/emformer_rnnt 2025-06-05T23:21:45.0218460Z 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-06-05T23:21:45.0220146Z 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-06-05T23:21:45.0221233Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/inception_v3 2025-06-05T23:21:45.0222485Z 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-06-05T23:21:45.0224181Z 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-06-05T23:21:45.0225448Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/inception_v4 2025-06-05T23:21:45.0226723Z 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-06-05T23:21:45.0228228Z 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-06-05T23:21:45.0229448Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama 2025-06-05T23:21:45.0230504Z 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-06-05T23:21:45.0231977Z 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-06-05T23:21:45.0233556Z 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-06-05T23:21:45.0235149Z 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-06-05T23:21:45.0236657Z 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-06-05T23:21:45.0237425Z 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-06-05T23:21:45.0238170Z 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-06-05T23:21:45.0238784Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/hf_download.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama 2025-06-05T23:21:45.0239652Z 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-06-05T23:21:45.0240346Z 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-06-05T23:21:45.0269231Z 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-06-05T23:21:45.0270073Z 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-06-05T23:21:45.0270662Z 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-06-05T23:21:45.0271236Z 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-06-05T23:21:45.0272055Z 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-06-05T23:21:45.0272417Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama/evaluate 2025-06-05T23:21:45.0273156Z 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-06-05T23:21:45.0274283Z 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-06-05T23:21:45.0274839Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama/experimental 2025-06-05T23:21:45.0275993Z 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-06-05T23:21:45.0276887Z 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-06-05T23:21:45.0277650Z 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-06-05T23:21:45.0278731Z 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-06-05T23:21:45.0279130Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama/runner 2025-06-05T23:21:45.0280157Z 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-06-05T23:21:45.0281194Z 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-06-05T23:21:45.0282206Z 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-06-05T23:21:45.0282705Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama/source_transformation 2025-06-05T23:21:45.0283880Z 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-06-05T23:21:45.0285170Z 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-06-05T23:21:45.0286373Z 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-06-05T23:21:45.0287582Z 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-06-05T23:21:45.0288814Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/custom_kv_cache.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation 2025-06-05T23:21:45.0289915Z 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-06-05T23:21:45.0291153Z 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-06-05T23:21:45.0292376Z 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-06-05T23:21:45.0293608Z 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-06-05T23:21:45.0294961Z 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-06-05T23:21:45.0296195Z 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-06-05T23:21:45.0297385Z 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-06-05T23:21:45.0298497Z 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-06-05T23:21:45.0299331Z 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-06-05T23:21:45.0300313Z 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-06-05T23:21:45.0301584Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/test_quantized_sdpa.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation 2025-06-05T23:21:45.0302959Z 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-06-05T23:21:45.0304234Z 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-06-05T23:21:45.0304627Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama/tests 2025-06-05T23:21:45.0305699Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tests/test_export_llama_lib.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/tests 2025-06-05T23:21:45.0306878Z 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-06-05T23:21:45.0307905Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tests/test_replace_kv_cache.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/tests 2025-06-05T23:21:45.0309002Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tests/test_ring_attention.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/tests 2025-06-05T23:21:45.0309892Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tests/test_ring_kv_cache.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/tests 2025-06-05T23:21:45.0310919Z 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-06-05T23:21:45.0312014Z 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-06-05T23:21:45.0312432Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama/tokenizer 2025-06-05T23:21:45.0381541Z 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-06-05T23:21:45.0381945Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama3_2_vision 2025-06-05T23:21:45.0382836Z 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-06-05T23:21:45.0383185Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama3_2_vision/preprocess 2025-06-05T23:21:45.0384007Z 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-06-05T23:21:45.0384930Z 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-06-05T23:21:45.0397829Z 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-06-05T23:21:45.0398888Z 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-06-05T23:21:45.0399209Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama3_2_vision/runner 2025-06-05T23:21:45.0400266Z 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-06-05T23:21:45.0401390Z 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-06-05T23:21:45.0402542Z 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-06-05T23:21:45.0403476Z 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-06-05T23:21:45.0403950Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama3_2_vision/text_decoder 2025-06-05T23:21:45.0405106Z 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-06-05T23:21:45.0405649Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama3_2_vision/text_decoder/test 2025-06-05T23:21:45.0406872Z 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-06-05T23:21:45.0408159Z 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-06-05T23:21:45.0408665Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama3_2_vision/vision_encoder 2025-06-05T23:21:45.0409897Z 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-06-05T23:21:45.0411094Z 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-06-05T23:21:45.0411864Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama3_2_vision/vision_encoder/test 2025-06-05T23:21:45.0413201Z 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-06-05T23:21:45.0414555Z 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-06-05T23:21:45.0414916Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llava 2025-06-05T23:21:45.0415793Z 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-06-05T23:21:45.0416739Z 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-06-05T23:21:45.0417645Z 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-06-05T23:21:45.0418032Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llava/test 2025-06-05T23:21:45.0419022Z 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-06-05T23:21:45.0419991Z 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-06-05T23:21:45.0420336Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/lstm 2025-06-05T23:21:45.0421168Z 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-06-05T23:21:45.0421822Z 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-06-05T23:21:45.0422073Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/mobilebert 2025-06-05T23:21:45.0422717Z 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-06-05T23:21:45.0423386Z 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-06-05T23:21:45.0423845Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/mobilenet_v2 2025-06-05T23:21:45.0424497Z 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-06-05T23:21:45.0425188Z 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-06-05T23:21:45.0425530Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/mobilenet_v3 2025-06-05T23:21:45.0426242Z 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-06-05T23:21:45.0426879Z 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-06-05T23:21:45.0427290Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/phi-3-mini-lora 2025-06-05T23:21:45.0428179Z 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-06-05T23:21:45.0428487Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/phi-3-mini 2025-06-05T23:21:45.0429119Z 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-06-05T23:21:45.0429904Z 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-06-05T23:21:45.0430553Z 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-06-05T23:21:45.0431213Z 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-06-05T23:21:45.0432075Z 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-06-05T23:21:45.0509036Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/phi_4_mini 2025-06-05T23:21:45.0509684Z 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-06-05T23:21:45.0510565Z 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-06-05T23:21:45.0510824Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/qwen2_5 2025-06-05T23:21:45.0511496Z 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-06-05T23:21:45.0512315Z 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-06-05T23:21:45.0512606Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/qwen3 2025-06-05T23:21:45.0513264Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/qwen3/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/qwen3 2025-06-05T23:21:45.0513896Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/qwen3/convert_weights.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/qwen3 2025-06-05T23:21:45.0514173Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/resnet 2025-06-05T23:21:45.0514955Z 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-06-05T23:21:45.0515568Z 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-06-05T23:21:45.0515815Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/smollm2 2025-06-05T23:21:45.0516522Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/smollm2/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/smollm2 2025-06-05T23:21:45.0517289Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/smollm2/convert_weights.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/smollm2 2025-06-05T23:21:45.0517531Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/test 2025-06-05T23:21:45.0518267Z 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-06-05T23:21:45.0519152Z 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-06-05T23:21:45.0519498Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/torchvision_vit 2025-06-05T23:21:45.0520233Z 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-06-05T23:21:45.0521045Z 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-06-05T23:21:45.0521400Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/toy_model 2025-06-05T23:21:45.0530623Z 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-06-05T23:21:45.0531363Z 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-06-05T23:21:45.0531631Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/wav2letter 2025-06-05T23:21:45.0532442Z 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-06-05T23:21:45.0533129Z 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-06-05T23:21:45.0533374Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/moshi 2025-06-05T23:21:45.0533624Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/moshi/mimi 2025-06-05T23:21:45.0534476Z 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-06-05T23:21:45.0534726Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/apple 2025-06-05T23:21:45.0534955Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/apple/coreml 2025-06-05T23:21:45.0535218Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/apple/coreml/llama 2025-06-05T23:21:45.0535876Z 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-06-05T23:21:45.0536787Z 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-06-05T23:21:45.0537439Z 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-06-05T23:21:45.0538082Z 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-06-05T23:21:45.0538927Z 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-06-05T23:21:45.0539213Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/apple/coreml/scripts 2025-06-05T23:21:45.0539915Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/scripts/debugger_cli.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/apple/coreml/scripts 2025-06-05T23:21:45.0540684Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/scripts/export.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/apple/coreml/scripts 2025-06-05T23:21:45.0541799Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/scripts/extract_coreml_models.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/apple/coreml/scripts 2025-06-05T23:21:45.0542807Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/scripts/inspector_cli.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/apple/coreml/scripts 2025-06-05T23:21:45.0543746Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/scripts/inspector_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/apple/coreml/scripts 2025-06-05T23:21:45.0543992Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/apple/mps 2025-06-05T23:21:45.0544243Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/apple/mps/scripts 2025-06-05T23:21:45.0544943Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/mps/scripts/bench_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/apple/mps/scripts 2025-06-05T23:21:45.0545800Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/mps/scripts/mps_example.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/apple/mps/scripts 2025-06-05T23:21:45.0545997Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension 2025-06-05T23:21:45.0546228Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/export_util 2025-06-05T23:21:45.0546821Z 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-06-05T23:21:45.0547531Z 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-06-05T23:21:45.0547836Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/flat_tensor 2025-06-05T23:21:45.0548427Z 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-06-05T23:21:45.0548692Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/flat_tensor/serialize 2025-06-05T23:21:45.0549479Z 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-06-05T23:21:45.0550278Z 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-06-05T23:21:45.0550955Z 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-06-05T23:21:45.0631949Z 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-06-05T23:21:45.0632944Z 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-06-05T23:21:45.0633201Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/flat_tensor/test 2025-06-05T23:21:45.0633866Z 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-06-05T23:21:45.0634131Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/gguf_util 2025-06-05T23:21:45.0634962Z 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-06-05T23:21:45.0635703Z 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-06-05T23:21:45.0636275Z 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-06-05T23:21:45.0636703Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/gguf_util/converters 2025-06-05T23:21:45.0637633Z 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-06-05T23:21:45.0637870Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/pybindings 2025-06-05T23:21:45.0638489Z 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-06-05T23:21:45.0638791Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/pybindings/test 2025-06-05T23:21:45.0639654Z 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-06-05T23:21:45.0640358Z 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-06-05T23:21:45.0641093Z 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-06-05T23:21:45.0641941Z 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-06-05T23:21:45.0642667Z 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-06-05T23:21:45.0642906Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/pytree 2025-06-05T23:21:45.0643595Z 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-06-05T23:21:45.0643964Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/pytree/test 2025-06-05T23:21:45.0644561Z 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-06-05T23:21:45.0644782Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/training 2025-06-05T23:21:45.0645341Z 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-06-05T23:21:45.0645669Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/training/pybindings 2025-06-05T23:21:45.0646554Z 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-06-05T23:21:45.0646848Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/training/pybindings/test 2025-06-05T23:21:45.0647607Z 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-06-05T23:21:45.0648457Z 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-06-05T23:21:45.0648726Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/training/examples 2025-06-05T23:21:45.0649090Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/training/examples/XOR 2025-06-05T23:21:45.0650007Z 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-06-05T23:21:45.0650994Z 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-06-05T23:21:45.0651304Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/training/examples/XOR/test 2025-06-05T23:21:45.0652082Z 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-06-05T23:21:45.0652310Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm 2025-06-05T23:21:45.0652692Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/custom_ops 2025-06-05T23:21:45.0653308Z 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-06-05T23:21:45.0653936Z 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-06-05T23:21:45.0654678Z 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-06-05T23:21:45.0655395Z 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-06-05T23:21:45.0656075Z 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-06-05T23:21:45.0656835Z 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-06-05T23:21:45.0657610Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/test_quantized_sdpa.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/custom_ops 2025-06-05T23:21:45.0658283Z 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-06-05T23:21:45.0659009Z 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-06-05T23:21:45.0659548Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/custom_ops/spinquant 2025-06-05T23:21:45.0660334Z 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-06-05T23:21:45.0660685Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/custom_ops/spinquant/third-party 2025-06-05T23:21:45.0661064Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT 2025-06-05T23:21:45.0662138Z 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-06-05T23:21:45.0662980Z 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-06-05T23:21:45.0663718Z 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-06-05T23:21:45.0664160Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/export 2025-06-05T23:21:45.0664826Z 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-06-05T23:21:45.0746998Z 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-06-05T23:21:45.0747716Z 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-06-05T23:21:45.0748403Z 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-06-05T23:21:45.0749028Z 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-06-05T23:21:45.0749853Z 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-06-05T23:21:45.0750117Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/export/test 2025-06-05T23:21:45.0750800Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export/test/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/export/test 2025-06-05T23:21:45.0751582Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export/test/test_builder.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/export/test 2025-06-05T23:21:45.0751866Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/modules 2025-06-05T23:21:45.0752515Z 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-06-05T23:21:45.0753167Z 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-06-05T23:21:45.0753818Z 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-06-05T23:21:45.0754506Z 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-06-05T23:21:45.0754811Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/modules/test 2025-06-05T23:21:45.0755438Z 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-06-05T23:21:45.0756289Z 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-06-05T23:21:45.0757010Z 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-06-05T23:21:45.0757740Z 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-06-05T23:21:45.0757982Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers 2025-06-05T23:21:45.0758720Z 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-06-05T23:21:45.0759066Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-06-05T23:21:45.0760178Z 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-06-05T23:21:45.0761227Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers/constants.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-06-05T23:21:45.0762103Z 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-06-05T23:21:45.0763019Z 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-06-05T23:21:45.0763876Z 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-06-05T23:21:45.0764259Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools 2025-06-05T23:21:45.0765274Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/pytorch_tokenizers/tools 2025-06-05T23:21:45.0765689Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c 2025-06-05T23:21:45.0766661Z 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-06-05T23:21:45.0767719Z 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-06-05T23:21:45.0768053Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/test 2025-06-05T23:21:45.0768763Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/test/test_tiktoken.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/test 2025-06-05T23:21:45.0769065Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party 2025-06-05T23:21:45.0769673Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/abseil-cpp 2025-06-05T23:21:45.0770585Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/abseil-cpp/conanfile.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/abseil-cpp 2025-06-05T23:21:45.0771434Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/abseil-cpp/create_lts.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/abseil-cpp 2025-06-05T23:21:45.0771920Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl 2025-06-05T23:21:45.0772331Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl/copts 2025-06-05T23:21:45.0773325Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl/copts/copts.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl/copts 2025-06-05T23:21:45.0774383Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl/copts/generate_copts.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl/copts 2025-06-05T23:21:45.0775472Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl/abseil.podspec.gen.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl 2025-06-05T23:21:45.0775857Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/json 2025-06-05T23:21:45.0776233Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/json/docs 2025-06-05T23:21:45.0776724Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/json/docs/mkdocs 2025-06-05T23:21:45.0777185Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/json/docs/mkdocs/scripts 2025-06-05T23:21:45.0778230Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/json/docs/mkdocs/scripts/check_structure.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/json/docs/mkdocs/scripts 2025-06-05T23:21:45.0778751Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/json/tests 2025-06-05T23:21:45.0779175Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/json/tests/thirdparty 2025-06-05T23:21:45.0779678Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/json/tests/thirdparty/imapdl 2025-06-05T23:21:45.0780717Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/json/tests/thirdparty/imapdl/filterbr.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/json/tests/thirdparty/imapdl 2025-06-05T23:21:45.0843800Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/json/tools 2025-06-05T23:21:45.0844365Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/json/tools/amalgamate 2025-06-05T23:21:45.0845521Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/json/tools/amalgamate/amalgamate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/json/tools/amalgamate 2025-06-05T23:21:45.0845992Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/json/tools/gdb_pretty_printer 2025-06-05T23:21:45.0847244Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/json/tools/gdb_pretty_printer/nlohmann-json.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/json/tools/gdb_pretty_printer 2025-06-05T23:21:45.0847738Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/json/tools/generate_natvis 2025-06-05T23:21:45.0848820Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/json/tools/generate_natvis/generate_natvis.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/json/tools/generate_natvis 2025-06-05T23:21:45.0849287Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/json/tools/serve_header 2025-06-05T23:21:45.0850461Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/json/tools/serve_header/serve_header.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/json/tools/serve_header 2025-06-05T23:21:45.0850806Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/pcre2 2025-06-05T23:21:45.0851199Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/pcre2/maint 2025-06-05T23:21:45.0852220Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/pcre2/maint/GenerateCommon.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/pcre2/maint 2025-06-05T23:21:45.0853218Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/pcre2/maint/GenerateTest.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/pcre2/maint 2025-06-05T23:21:45.0854312Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/pcre2/maint/GenerateUcd.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/pcre2/maint 2025-06-05T23:21:45.0855239Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/pcre2/maint/GenerateUcpHeader.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/pcre2/maint 2025-06-05T23:21:45.0856232Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/pcre2/maint/GenerateUcpTables.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/pcre2/maint 2025-06-05T23:21:45.0857179Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/pcre2/maint/UpdateCommon.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/pcre2/maint 2025-06-05T23:21:45.0858143Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/pcre2/maint/UpdateDates.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/pcre2/maint 2025-06-05T23:21:45.0859093Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/pcre2/maint/UpdateRelease.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/pcre2/maint 2025-06-05T23:21:45.0859654Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/re2 2025-06-05T23:21:45.0860018Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/re2/benchlog 2025-06-05T23:21:45.0860983Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/re2/benchlog/benchplot.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/re2/benchlog 2025-06-05T23:21:45.0861417Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/re2/python 2025-06-05T23:21:45.0862233Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/re2/python/re2.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/re2/python 2025-06-05T23:21:45.0863151Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/re2/python/re2_test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/re2/python 2025-06-05T23:21:45.0864040Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/re2/python/setup.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/re2/python 2025-06-05T23:21:45.0864451Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/re2/python/toolchains 2025-06-05T23:21:45.0865551Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/re2/python/toolchains/generate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/re2/python/toolchains 2025-06-05T23:21:45.0865908Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/re2/re2 2025-06-05T23:21:45.0866767Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/re2/re2/make_unicode_casefold.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/re2/re2 2025-06-05T23:21:45.0867831Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/re2/re2/make_unicode_groups.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/re2/re2 2025-06-05T23:21:45.0868856Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/re2/re2/unicode.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/re2/re2 2025-06-05T23:21:45.0869280Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/sentencepiece 2025-06-05T23:21:45.0869799Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/sentencepiece/python 2025-06-05T23:21:45.0870735Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/setup.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/sentencepiece/python 2025-06-05T23:21:45.0871165Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/test 2025-06-05T23:21:45.0872279Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/test/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/sentencepiece/python/test 2025-06-05T23:21:45.0873343Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/test/sentencepiece_test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/sentencepiece/python/test 2025-06-05T23:21:45.0873812Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src 2025-06-05T23:21:45.0874389Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece 2025-06-05T23:21:45.0875503Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece 2025-06-05T23:21:45.0876756Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece/_version.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece 2025-06-05T23:21:45.0877998Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece/sentencepiece_model_pb2.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece 2025-06-05T23:21:45.0962489Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece/sentencepiece_pb2.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece 2025-06-05T23:21:45.0962804Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/build 2025-06-05T23:21:45.0963147Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/build/lib 2025-06-05T23:21:45.0963539Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers 2025-06-05T23:21:45.0964709Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers 2025-06-05T23:21:45.0965685Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/constants.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers 2025-06-05T23:21:45.0966923Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/hf_tokenizer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers 2025-06-05T23:21:45.0968569Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/llama2c.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers 2025-06-05T23:21:45.0969609Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/tiktoken.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers 2025-06-05T23:21:45.0970037Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/tools 2025-06-05T23:21:45.0971195Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/tools/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/tools 2025-06-05T23:21:45.0971703Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/tools/llama2c 2025-06-05T23:21:45.0972846Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/tools/llama2c/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/tools/llama2c 2025-06-05T23:21:45.0973973Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/tools/llama2c/convert.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/tools/llama2c 2025-06-05T23:21:45.0974207Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/module 2025-06-05T23:21:45.0974437Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/module/test 2025-06-05T23:21:45.0974708Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/module/test/resources 2025-06-05T23:21:45.0975671Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/module/test/resources/gen_bundled_program.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/module/test/resources 2025-06-05T23:21:45.0975868Z creating pip-out/bdist.linux-x86_64/wheel/executorch/kernels 2025-06-05T23:21:45.0976085Z creating pip-out/bdist.linux-x86_64/wheel/executorch/kernels/quantized 2025-06-05T23:21:45.0976637Z 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-06-05T23:21:45.0976882Z creating pip-out/bdist.linux-x86_64/wheel/executorch/kernels/quantized/test 2025-06-05T23:21:45.0977700Z 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-06-05T23:21:45.0978422Z 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-06-05T23:21:45.0979108Z 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-06-05T23:21:45.0979895Z 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-06-05T23:21:45.0980542Z 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-06-05T23:21:45.0980718Z creating pip-out/bdist.linux-x86_64/wheel/executorch/schema 2025-06-05T23:21:45.0981178Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/schema/program.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/schema 2025-06-05T23:21:45.0981883Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/schema/scalar_type.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/schema 2025-06-05T23:21:45.0982370Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/version.py -> pip-out/bdist.linux-x86_64/wheel/./executorch 2025-06-05T23:21:45.0982544Z creating pip-out/bdist.linux-x86_64/wheel/executorch/share 2025-06-05T23:21:45.0982747Z creating pip-out/bdist.linux-x86_64/wheel/executorch/share/cmake 2025-06-05T23:21:45.0983320Z 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-06-05T23:21:45.0983498Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include 2025-06-05T23:21:45.0983850Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch 2025-06-05T23:21:45.0984166Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime 2025-06-05T23:21:45.0984439Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/core 2025-06-05T23:21:45.0985133Z 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-06-05T23:21:45.0985949Z 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-06-05T23:21:45.0986958Z 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-06-05T23:21:45.0988019Z 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-06-05T23:21:45.0989057Z 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-06-05T23:21:45.0990127Z 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-06-05T23:21:45.0991233Z 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-06-05T23:21:45.0992347Z 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-06-05T23:21:45.0993263Z 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-06-05T23:21:45.0994127Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/function_ref.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core 2025-06-05T23:21:45.0994897Z 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-06-05T23:21:45.0995750Z 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-06-05T23:21:45.0996571Z 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-06-05T23:21:45.0997362Z 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-06-05T23:21:45.0998143Z 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-06-05T23:21:45.1051068Z 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-06-05T23:21:45.1052031Z 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-06-05T23:21:45.1052798Z 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-06-05T23:21:45.1053123Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/core/exec_aten 2025-06-05T23:21:45.1054025Z 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-06-05T23:21:45.1054417Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/core/exec_aten/testing_util 2025-06-05T23:21:45.1055408Z 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-06-05T23:21:45.1056509Z 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-06-05T23:21:45.1056861Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/core/exec_aten/util 2025-06-05T23:21:45.1057745Z 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-06-05T23:21:45.1058654Z 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-06-05T23:21:45.1059689Z 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-06-05T23:21:45.1060803Z 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-06-05T23:21:45.1061651Z 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-06-05T23:21:45.1061998Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:21:45.1062929Z 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-06-05T23:21:45.1063770Z 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-06-05T23:21:45.1064736Z 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-06-05T23:21:45.1065768Z 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-06-05T23:21:45.1066650Z 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-06-05T23:21:45.1067549Z 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-06-05T23:21:45.1068384Z 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-06-05T23:21:45.1069419Z 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-06-05T23:21:45.1070256Z 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-06-05T23:21:45.1071113Z 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-06-05T23:21:45.1071995Z 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-06-05T23:21:45.1072813Z 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-06-05T23:21:45.1073783Z 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-06-05T23:21:45.1074626Z 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-06-05T23:21:45.1074999Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/core/portable_type/c10 2025-06-05T23:21:45.1075479Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/core/portable_type/c10/c10 2025-06-05T23:21:45.1075944Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/core/portable_type/c10/c10/macros 2025-06-05T23:21:45.1076913Z 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-06-05T23:21:45.1078084Z 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-06-05T23:21:45.1078493Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-05T23:21:45.1079460Z 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-06-05T23:21:45.1080600Z 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-06-05T23:21:45.1081617Z 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-06-05T23:21:45.1082780Z 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-06-05T23:21:45.1083699Z 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-06-05T23:21:45.1084810Z 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-06-05T23:21:45.1154606Z 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-06-05T23:21:45.1155585Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util/complex.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-05T23:21:45.1156540Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util/complex_math.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-05T23:21:45.1157505Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util/complex_utils.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-05T23:21:45.1158510Z 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-06-05T23:21:45.1159656Z 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-06-05T23:21:45.1159954Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/kernel 2025-06-05T23:21:45.1160711Z 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-06-05T23:21:45.1161482Z 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-06-05T23:21:45.1162252Z 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-06-05T23:21:45.1163038Z 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-06-05T23:21:45.1163346Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/kernel/test 2025-06-05T23:21:45.1164263Z 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-06-05T23:21:45.1164557Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/platform 2025-06-05T23:21:45.1165364Z 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-06-05T23:21:45.1166111Z 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-06-05T23:21:45.1166833Z 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-06-05T23:21:45.1167594Z 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-06-05T23:21:45.1168368Z 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-06-05T23:21:45.1169076Z 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-06-05T23:21:45.1169914Z 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-06-05T23:21:45.1170665Z 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-06-05T23:21:45.1171405Z 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-06-05T23:21:45.1172147Z 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-06-05T23:21:45.1172862Z 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-06-05T23:21:45.1173177Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/platform/test 2025-06-05T23:21:45.1173957Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/test/pal_spy.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/platform/test 2025-06-05T23:21:45.1174760Z 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-06-05T23:21:45.1175023Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/extension 2025-06-05T23:21:45.1175354Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/extension/kernel_util 2025-06-05T23:21:45.1176202Z 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-06-05T23:21:45.1177000Z 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-06-05T23:21:45.1177774Z 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-06-05T23:21:45.1178141Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/extension/tensor 2025-06-05T23:21:45.1178924Z 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-06-05T23:21:45.1179690Z 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-06-05T23:21:45.1180425Z 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-06-05T23:21:45.1181199Z 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-06-05T23:21:45.1181513Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/extension/threadpool 2025-06-05T23:21:45.1182312Z 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-06-05T23:21:45.1183118Z 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-06-05T23:21:45.1183928Z 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-06-05T23:21:45.1184101Z creating pip-out/bdist.linux-x86_64/wheel/executorch/data 2025-06-05T23:21:45.1184298Z creating pip-out/bdist.linux-x86_64/wheel/executorch/data/bin 2025-06-05T23:21:45.1184743Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/data/bin/flatc -> pip-out/bdist.linux-x86_64/wheel/./executorch/data/bin 2025-06-05T23:21:45.1185201Z 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-06-05T23:21:45.1185311Z running install_egg_info 2025-06-05T23:21:45.1185675Z Copying executorch.egg-info to pip-out/bdist.linux-x86_64/wheel/./executorch-0.7.0a0+bd57234-py3.10.egg-info 2025-06-05T23:21:45.1759935Z running install_scripts 2025-06-05T23:21:45.1760517Z creating pip-out/bdist.linux-x86_64/wheel/executorch-0.7.0a0+bd57234.dist-info/WHEEL 2025-06-05T23:21:45.1761418Z creating '/tmp/pip-wheel-7nz2g9fw/.tmp-dnz9czq2/executorch-0.7.0a0+bd57234-cp310-cp310-linux_x86_64.whl' and adding 'pip-out/bdist.linux-x86_64/wheel' to it 2025-06-05T23:21:45.1761563Z adding 'executorch/version.py' 2025-06-05T23:21:45.1761917Z adding 'executorch/backends/apple/coreml/executorchcoreml.cpython-310-x86_64-linux-gnu.so' 2025-06-05T23:21:45.1762153Z adding 'executorch/backends/apple/coreml/executorchcoreml.pyi' 2025-06-05T23:21:45.1762353Z adding 'executorch/backends/apple/coreml/compiler/__init__.py' 2025-06-05T23:21:45.1762601Z adding 'executorch/backends/apple/coreml/compiler/coreml_preprocess.py' 2025-06-05T23:21:45.1762796Z adding 'executorch/backends/apple/coreml/partition/__init__.py' 2025-06-05T23:21:45.1763040Z adding 'executorch/backends/apple/coreml/partition/coreml_partitioner.py' 2025-06-05T23:21:45.1763246Z adding 'executorch/backends/apple/coreml/quantizer/__init__.py' 2025-06-05T23:21:45.1763477Z adding 'executorch/backends/apple/coreml/quantizer/coreml_quantizer.py' 2025-06-05T23:21:45.1763876Z adding 'executorch/backends/apple/coreml/runtime/test/export_stateful_model.py' 2025-06-05T23:21:45.1764382Z adding 'executorch/backends/apple/coreml/test/test_coreml_partitioner.py' 2025-06-05T23:21:45.1764610Z adding 'executorch/backends/apple/coreml/test/test_coreml_quantizer.py' 2025-06-05T23:21:45.1764750Z adding 'executorch/backends/apple/mps/__init__.py' 2025-06-05T23:21:45.1764935Z adding 'executorch/backends/apple/mps/mps_preprocess.py' 2025-06-05T23:21:45.1765209Z adding 'executorch/backends/apple/mps/operators/__init__.py' 2025-06-05T23:21:45.1765527Z adding 'executorch/backends/apple/mps/operators/activation_ops.py' 2025-06-05T23:21:45.1765777Z adding 'executorch/backends/apple/mps/operators/binary_ops.py' 2025-06-05T23:21:45.1765975Z adding 'executorch/backends/apple/mps/operators/clamp_ops.py' 2025-06-05T23:21:45.1766174Z adding 'executorch/backends/apple/mps/operators/constant_ops.py' 2025-06-05T23:21:45.1766383Z adding 'executorch/backends/apple/mps/operators/convolution_ops.py' 2025-06-05T23:21:45.1766595Z adding 'executorch/backends/apple/mps/operators/indexing_ops.py' 2025-06-05T23:21:45.1766822Z adding 'executorch/backends/apple/mps/operators/linear_algebra_ops.py' 2025-06-05T23:21:45.1767017Z adding 'executorch/backends/apple/mps/operators/node_visitor.py' 2025-06-05T23:21:45.1767386Z adding 'executorch/backends/apple/mps/operators/normalization_ops.py' 2025-06-05T23:21:45.1767600Z adding 'executorch/backends/apple/mps/operators/op_clone.py' 2025-06-05T23:21:45.1767786Z adding 'executorch/backends/apple/mps/operators/op_getitem.py' 2025-06-05T23:21:45.1767996Z adding 'executorch/backends/apple/mps/operators/op_quant_dequant.py' 2025-06-05T23:21:45.1768197Z adding 'executorch/backends/apple/mps/operators/op_skip_ops.py' 2025-06-05T23:21:45.1768369Z adding 'executorch/backends/apple/mps/operators/pad_ops.py' 2025-06-05T23:21:45.1768559Z adding 'executorch/backends/apple/mps/operators/pooling_ops.py' 2025-06-05T23:21:45.1768750Z adding 'executorch/backends/apple/mps/operators/range_ops.py' 2025-06-05T23:21:45.1768932Z adding 'executorch/backends/apple/mps/operators/reduce_ops.py' 2025-06-05T23:21:45.1769117Z adding 'executorch/backends/apple/mps/operators/shape_ops.py' 2025-06-05T23:21:45.1769306Z adding 'executorch/backends/apple/mps/operators/unary_ops.py' 2025-06-05T23:21:45.1769483Z adding 'executorch/backends/apple/mps/partition/__init__.py' 2025-06-05T23:21:45.1769775Z adding 'executorch/backends/apple/mps/partition/mps_partitioner.py' 2025-06-05T23:21:45.1770024Z adding 'executorch/backends/apple/mps/serialization/mps_graph_schema.py' 2025-06-05T23:21:45.1770373Z adding 'executorch/backends/apple/mps/serialization/mps_graph_serialize.py' 2025-06-05T23:21:45.1770656Z adding 'executorch/backends/apple/mps/serialization/schema.fbs' 2025-06-05T23:21:45.1770819Z adding 'executorch/backends/apple/mps/test/test_mps.py' 2025-06-05T23:21:45.1771033Z adding 'executorch/backends/apple/mps/test/test_mps_binary_ops.py' 2025-06-05T23:21:45.1771243Z adding 'executorch/backends/apple/mps/test/test_mps_indexing_ops.py' 2025-06-05T23:21:45.1771429Z adding 'executorch/backends/apple/mps/test/test_mps_linear.py' 2025-06-05T23:21:45.1771622Z adding 'executorch/backends/apple/mps/test/test_mps_models.py' 2025-06-05T23:21:45.1771818Z adding 'executorch/backends/apple/mps/test/test_mps_unary_ops.py' 2025-06-05T23:21:45.1771994Z adding 'executorch/backends/apple/mps/test/test_mps_utils.py' 2025-06-05T23:21:45.1772176Z adding 'executorch/backends/apple/mps/utils/mps_utils.py' 2025-06-05T23:21:45.1772345Z adding 'executorch/backends/apple/mps/utils/quant_utils.py' 2025-06-05T23:21:45.1772478Z adding 'executorch/backends/arm/arm_backend.py' 2025-06-05T23:21:45.1772602Z adding 'executorch/backends/arm/arm_vela.py' 2025-06-05T23:21:45.1772754Z adding 'executorch/backends/arm/ethosu_backend.py' 2025-06-05T23:21:45.1772910Z adding 'executorch/backends/arm/ethosu_partitioner.py' 2025-06-05T23:21:45.1773046Z adding 'executorch/backends/arm/process_node.py' 2025-06-05T23:21:45.1773188Z adding 'executorch/backends/arm/tosa_backend.py' 2025-06-05T23:21:45.1773518Z adding 'executorch/backends/arm/tosa_mapping.py' 2025-06-05T23:21:45.1773665Z adding 'executorch/backends/arm/tosa_partitioner.py' 2025-06-05T23:21:45.1773819Z adding 'executorch/backends/arm/tosa_quant_utils.py' 2025-06-05T23:21:45.1773973Z adding 'executorch/backends/arm/tosa_specification.py' 2025-06-05T23:21:45.1774179Z adding 'executorch/backends/arm/tosa_utils.py' 2025-06-05T23:21:45.1774308Z adding 'executorch/backends/arm/vgf_backend.py' 2025-06-05T23:21:45.1774460Z adding 'executorch/backends/arm/vgf_partitioner.py' 2025-06-05T23:21:45.1774603Z adding 'executorch/backends/arm/_passes/__init__.py' 2025-06-05T23:21:45.1774765Z adding 'executorch/backends/arm/_passes/_debug_passes.py' 2025-06-05T23:21:45.1775038Z adding 'executorch/backends/arm/_passes/annotate_channels_last_dim_order_pass.py' 2025-06-05T23:21:45.1775263Z adding 'executorch/backends/arm/_passes/annotate_decomposed_matmul.py' 2025-06-05T23:21:45.1775405Z adding 'executorch/backends/arm/_passes/arm_pass.py' 2025-06-05T23:21:45.1775594Z adding 'executorch/backends/arm/_passes/arm_pass_manager.py' 2025-06-05T23:21:45.1775819Z adding 'executorch/backends/arm/_passes/arm_pass_utils.py' 2025-06-05T23:21:45.1776057Z adding 'executorch/backends/arm/_passes/broadcast_args_pass.py' 2025-06-05T23:21:45.1776229Z adding 'executorch/backends/arm/_passes/cast_int64_pass.py' 2025-06-05T23:21:45.1776420Z adding 'executorch/backends/arm/_passes/cast_to_int32_pass.py' 2025-06-05T23:21:45.1776615Z adding 'executorch/backends/arm/_passes/conv1d_unsqueeze_pass.py' 2025-06-05T23:21:45.1776859Z adding 'executorch/backends/arm/_passes/convert_any_default_dim_dims_pass.py' 2025-06-05T23:21:45.1777101Z adding 'executorch/backends/arm/_passes/convert_expand_copy_to_repeat.py' 2025-06-05T23:21:45.1777332Z adding 'executorch/backends/arm/_passes/convert_full_like_to_full_pass.py' 2025-06-05T23:21:45.1777532Z adding 'executorch/backends/arm/_passes/convert_int_pow_to_mul.py' 2025-06-05T23:21:45.1777731Z adding 'executorch/backends/arm/_passes/convert_minmax_pass.py' 2025-06-05T23:21:45.1777933Z adding 'executorch/backends/arm/_passes/convert_split_to_slice.py' 2025-06-05T23:21:45.1778141Z adding 'executorch/backends/arm/_passes/convert_squeezes_to_view.py' 2025-06-05T23:21:45.1778326Z adding 'executorch/backends/arm/_passes/convert_to_clamp.py' 2025-06-05T23:21:45.1778570Z adding 'executorch/backends/arm/_passes/decompose_cosine_similarity_pass.py' 2025-06-05T23:21:45.1778754Z adding 'executorch/backends/arm/_passes/decompose_div_pass.py' 2025-06-05T23:21:45.1778941Z adding 'executorch/backends/arm/_passes/decompose_gelu_pass.py' 2025-06-05T23:21:45.1779261Z adding 'executorch/backends/arm/_passes/decompose_groupnorm_pass.py' 2025-06-05T23:21:45.1779470Z adding 'executorch/backends/arm/_passes/decompose_layernorm_pass.py' 2025-06-05T23:21:45.1779684Z adding 'executorch/backends/arm/_passes/decompose_leaky_relu_pass.py' 2025-06-05T23:21:45.1779935Z adding 'executorch/backends/arm/_passes/decompose_linalg_vector_norm_pass.py' 2025-06-05T23:21:45.1780134Z adding 'executorch/backends/arm/_passes/decompose_linear_pass.py' 2025-06-05T23:21:45.1780332Z adding 'executorch/backends/arm/_passes/decompose_meandim_pass.py' 2025-06-05T23:21:45.1780521Z adding 'executorch/backends/arm/_passes/decompose_ne_pass.py' 2025-06-05T23:21:45.1780699Z adding 'executorch/backends/arm/_passes/decompose_select.py' 2025-06-05T23:21:45.1780886Z adding 'executorch/backends/arm/_passes/decompose_silu_pass.py' 2025-06-05T23:21:45.1781085Z adding 'executorch/backends/arm/_passes/decompose_softmax_pass.py' 2025-06-05T23:21:45.1781332Z adding 'executorch/backends/arm/_passes/decompose_softmax_unstable_pass.py' 2025-06-05T23:21:45.1781610Z adding 'executorch/backends/arm/_passes/decompose_sqrt_pass.py' 2025-06-05T23:21:45.1781793Z adding 'executorch/backends/arm/_passes/decompose_sum_pass.py' 2025-06-05T23:21:45.1781987Z adding 'executorch/backends/arm/_passes/decompose_var_pass.py' 2025-06-05T23:21:45.1782314Z adding 'executorch/backends/arm/_passes/fold_qdq_with_annotated_qparams_pass.py' 2025-06-05T23:21:45.1782519Z adding 'executorch/backends/arm/_passes/fuse_batchnorm2d_pass.py' 2025-06-05T23:21:45.1782731Z adding 'executorch/backends/arm/_passes/fuse_constant_ops_pass.py' 2025-06-05T23:21:45.1783015Z adding 'executorch/backends/arm/_passes/fuse_equal_placeholders_pass.py' 2025-06-05T23:21:45.1783248Z adding 'executorch/backends/arm/_passes/fuse_quantized_activation_pass.py' 2025-06-05T23:21:45.1783455Z adding 'executorch/backends/arm/_passes/insert_rescales_pass.py' 2025-06-05T23:21:45.1783628Z adding 'executorch/backends/arm/_passes/insert_table_ops.py' 2025-06-05T23:21:45.1783819Z adding 'executorch/backends/arm/_passes/match_arg_ranks_pass.py' 2025-06-05T23:21:45.1784052Z adding 'executorch/backends/arm/_passes/match_where_self_arg_dtype_pass.py' 2025-06-05T23:21:45.1784239Z adding 'executorch/backends/arm/_passes/mm_to_bmm_pass.py' 2025-06-05T23:21:45.1784502Z adding 'executorch/backends/arm/_passes/remove_clone_pass.py' 2025-06-05T23:21:45.1784709Z adding 'executorch/backends/arm/_passes/replace_inf_values_pass.py' 2025-06-05T23:21:45.1784954Z adding 'executorch/backends/arm/_passes/replace_scalar_with_tensor_pass.py' 2025-06-05T23:21:45.1785164Z adding 'executorch/backends/arm/_passes/scalars_to_attribute_pass.py' 2025-06-05T23:21:45.1785366Z adding 'executorch/backends/arm/_passes/size_adjust_conv2d_pass.py' 2025-06-05T23:21:45.1785604Z adding 'executorch/backends/arm/_passes/unsqueeze_before_repeat_pass.py' 2025-06-05T23:21:45.1785850Z adding 'executorch/backends/arm/_passes/unsqueeze_scalar_placeholders_pass.py' 2025-06-05T23:21:45.1786028Z adding 'executorch/backends/arm/operator_support/__init__.py' 2025-06-05T23:21:45.1786271Z adding 'executorch/backends/arm/operator_support/convolution_support.py' 2025-06-05T23:21:45.1786488Z adding 'executorch/backends/arm/operator_support/ethos_u55_support.py' 2025-06-05T23:21:45.1786693Z adding 'executorch/backends/arm/operator_support/minmax_support.py' 2025-06-05T23:21:45.2109320Z adding 'executorch/backends/arm/operator_support/pool_2d_support.py' 2025-06-05T23:21:45.2109755Z adding 'executorch/backends/arm/operator_support/reduce_sum_support.py' 2025-06-05T23:21:45.2110141Z adding 'executorch/backends/arm/operator_support/right_shift_support.py' 2025-06-05T23:21:45.2110556Z adding 'executorch/backends/arm/operator_support/sin_cos_support.py' 2025-06-05T23:21:45.2110970Z adding 'executorch/backends/arm/operator_support/slice_copy_support.py' 2025-06-05T23:21:45.2111350Z adding 'executorch/backends/arm/operator_support/to_copy_support.py' 2025-06-05T23:21:45.2111747Z adding 'executorch/backends/arm/operator_support/tosa_supported_operators.py' 2025-06-05T23:21:45.2111989Z adding 'executorch/backends/arm/operators/__init__.py' 2025-06-05T23:21:45.2112233Z adding 'executorch/backends/arm/operators/node_visitor.py' 2025-06-05T23:21:45.2112440Z adding 'executorch/backends/arm/operators/op_abs.py' 2025-06-05T23:21:45.2112613Z adding 'executorch/backends/arm/operators/op_add.py' 2025-06-05T23:21:45.2112764Z adding 'executorch/backends/arm/operators/op_amax.py' 2025-06-05T23:21:45.2112911Z adding 'executorch/backends/arm/operators/op_amin.py' 2025-06-05T23:21:45.2113056Z adding 'executorch/backends/arm/operators/op_any.py' 2025-06-05T23:21:45.2113252Z adding 'executorch/backends/arm/operators/op_avg_pool2d.py' 2025-06-05T23:21:45.2113432Z adding 'executorch/backends/arm/operators/op_bmm.py' 2025-06-05T23:21:45.2113585Z adding 'executorch/backends/arm/operators/op_cat.py' 2025-06-05T23:21:45.2113741Z adding 'executorch/backends/arm/operators/op_clamp.py' 2025-06-05T23:21:45.2113937Z adding 'executorch/backends/arm/operators/op_constant_pad_nd.py' 2025-06-05T23:21:45.2114117Z adding 'executorch/backends/arm/operators/op_conv2d.py' 2025-06-05T23:21:45.2114292Z adding 'executorch/backends/arm/operators/op_cos.py' 2025-06-05T23:21:45.2114451Z adding 'executorch/backends/arm/operators/op_eq.py' 2025-06-05T23:21:45.2114928Z adding 'executorch/backends/arm/operators/op_erf.py' 2025-06-05T23:21:45.2115161Z adding 'executorch/backends/arm/operators/op_exp.py' 2025-06-05T23:21:45.2115381Z adding 'executorch/backends/arm/operators/op_ge.py' 2025-06-05T23:21:45.2115602Z adding 'executorch/backends/arm/operators/op_gt.py' 2025-06-05T23:21:45.2115997Z adding 'executorch/backends/arm/operators/op_le.py' 2025-06-05T23:21:45.2116261Z adding 'executorch/backends/arm/operators/op_log.py' 2025-06-05T23:21:45.2116493Z adding 'executorch/backends/arm/operators/op_lt.py' 2025-06-05T23:21:45.2116802Z adding 'executorch/backends/arm/operators/op_max_pool2d.py' 2025-06-05T23:21:45.2117067Z adding 'executorch/backends/arm/operators/op_maximum.py' 2025-06-05T23:21:45.2117334Z adding 'executorch/backends/arm/operators/op_minimum.py' 2025-06-05T23:21:45.2117582Z adding 'executorch/backends/arm/operators/op_mul.py' 2025-06-05T23:21:45.2117849Z adding 'executorch/backends/arm/operators/op_neg.py' 2025-06-05T23:21:45.2118152Z adding 'executorch/backends/arm/operators/op_permute.py' 2025-06-05T23:21:45.2118422Z adding 'executorch/backends/arm/operators/op_pow.py' 2025-06-05T23:21:45.2118751Z adding 'executorch/backends/arm/operators/op_reciprocal.py' 2025-06-05T23:21:45.2119035Z adding 'executorch/backends/arm/operators/op_repeat.py' 2025-06-05T23:21:45.2119312Z adding 'executorch/backends/arm/operators/op_rescale.py' 2025-06-05T23:21:45.2119630Z adding 'executorch/backends/arm/operators/op_rshift_tensor.py' 2025-06-05T23:21:45.2119901Z adding 'executorch/backends/arm/operators/op_rsqrt.py' 2025-06-05T23:21:45.2120187Z adding 'executorch/backends/arm/operators/op_sigmoid.py' 2025-06-05T23:21:45.2120455Z adding 'executorch/backends/arm/operators/op_sin.py' 2025-06-05T23:21:45.2120755Z adding 'executorch/backends/arm/operators/op_slice.py' 2025-06-05T23:21:45.2121012Z adding 'executorch/backends/arm/operators/op_sub.py' 2025-06-05T23:21:45.2121271Z adding 'executorch/backends/arm/operators/op_sum.py' 2025-06-05T23:21:45.2121537Z adding 'executorch/backends/arm/operators/op_table.py' 2025-06-05T23:21:45.2121689Z adding 'executorch/backends/arm/operators/op_tanh.py' 2025-06-05T23:21:45.2121853Z adding 'executorch/backends/arm/operators/op_to_copy.py' 2025-06-05T23:21:45.2122082Z adding 'executorch/backends/arm/operators/op_to_dim_order_copy.py' 2025-06-05T23:21:45.2122317Z adding 'executorch/backends/arm/operators/op_transpose.py' 2025-06-05T23:21:45.2122706Z adding 'executorch/backends/arm/operators/op_upsample_bilinear2d.py' 2025-06-05T23:21:45.2123087Z adding 'executorch/backends/arm/operators/op_upsample_nearest2d.py' 2025-06-05T23:21:45.2123384Z adding 'executorch/backends/arm/operators/op_view.py' 2025-06-05T23:21:45.2123662Z adding 'executorch/backends/arm/operators/op_where.py' 2025-06-05T23:21:45.2124084Z adding 'executorch/backends/arm/operators/operator_validation_utils.py' 2025-06-05T23:21:45.2124342Z adding 'executorch/backends/arm/operators/ops_binary.py' 2025-06-05T23:21:45.2124585Z adding 'executorch/backends/arm/operators/ops_identity.py' 2025-06-05T23:21:45.2124866Z adding 'executorch/backends/arm/operators/ops_unary.py' 2025-06-05T23:21:45.2125155Z adding 'executorch/backends/arm/quantizer/__init__.py' 2025-06-05T23:21:45.2125474Z adding 'executorch/backends/arm/quantizer/arm_quantizer.py' 2025-06-05T23:21:45.2125858Z adding 'executorch/backends/arm/quantizer/arm_quantizer_utils.py' 2025-06-05T23:21:45.2126258Z adding 'executorch/backends/arm/quantizer/quantization_annotator.py' 2025-06-05T23:21:45.2126578Z adding 'executorch/backends/arm/quantizer/quantization_config.py' 2025-06-05T23:21:45.2126760Z adding 'executorch/backends/arm/scripts/parse_test_names.py' 2025-06-05T23:21:45.2126892Z adding 'executorch/backends/arm/test/common.py' 2025-06-05T23:21:45.2127040Z adding 'executorch/backends/arm/test/conftest.py' 2025-06-05T23:21:45.2127189Z adding 'executorch/backends/arm/test/runner_utils.py' 2025-06-05T23:21:45.2127362Z adding 'executorch/backends/arm/test/test_model.py' 2025-06-05T23:21:45.2127910Z adding 'executorch/backends/arm/test/misc/test_bn_relu_folding_qat.py' 2025-06-05T23:21:45.2128296Z adding 'executorch/backends/arm/test/misc/test_custom_partition.py' 2025-06-05T23:21:45.2128644Z adding 'executorch/backends/arm/test/misc/test_debug_feats.py' 2025-06-05T23:21:45.2129125Z adding 'executorch/backends/arm/test/misc/test_dim_order_guards.py' 2025-06-05T23:21:45.2129567Z adding 'executorch/backends/arm/test/misc/test_lifted_tensor.py' 2025-06-05T23:21:45.2129932Z adding 'executorch/backends/arm/test/misc/test_model_evaluator.py' 2025-06-05T23:21:45.2130326Z adding 'executorch/backends/arm/test/misc/test_multiple_delegates.py' 2025-06-05T23:21:45.2130732Z adding 'executorch/backends/arm/test/misc/test_multiple_outputs.py' 2025-06-05T23:21:45.2131170Z adding 'executorch/backends/arm/test/misc/test_non_persistent_buffers.py' 2025-06-05T23:21:45.2131674Z adding 'executorch/backends/arm/test/misc/test_partition_decomposed_quantized_ops.py' 2025-06-05T23:21:45.2131889Z adding 'executorch/backends/arm/test/misc/test_tosa_spec.py' 2025-06-05T23:21:45.2132207Z adding 'executorch/backends/arm/test/models/test_conformer.py' 2025-06-05T23:21:45.2132572Z adding 'executorch/backends/arm/test/models/test_deit_tiny_arm.py' 2025-06-05T23:21:45.2132917Z adding 'executorch/backends/arm/test/models/test_dl3_arm.py' 2025-06-05T23:21:45.2133230Z adding 'executorch/backends/arm/test/models/test_llama.py' 2025-06-05T23:21:45.2133553Z adding 'executorch/backends/arm/test/models/test_lstm_arm.py' 2025-06-05T23:21:45.2133934Z adding 'executorch/backends/arm/test/models/test_mobilenet_v2_arm.py' 2025-06-05T23:21:45.2134178Z adding 'executorch/backends/arm/test/models/test_mobilenet_v3_arm.py' 2025-06-05T23:21:45.2134442Z adding 'executorch/backends/arm/test/models/test_nn_functional.py' 2025-06-05T23:21:45.2134778Z adding 'executorch/backends/arm/test/models/test_nn_modules.py' 2025-06-05T23:21:45.2135186Z adding 'executorch/backends/arm/test/models/test_torch_functions.py' 2025-06-05T23:21:45.2135529Z adding 'executorch/backends/arm/test/models/test_w2l_arm.py' 2025-06-05T23:21:45.2135795Z adding 'executorch/backends/arm/test/ops/test_abs.py' 2025-06-05T23:21:45.2136072Z adding 'executorch/backends/arm/test/ops/test_add.py' 2025-06-05T23:21:45.2136379Z adding 'executorch/backends/arm/test/ops/test_alias_copy.py' 2025-06-05T23:21:45.2136539Z adding 'executorch/backends/arm/test/ops/test_amax.py' 2025-06-05T23:21:45.2136688Z adding 'executorch/backends/arm/test/ops/test_amin.py' 2025-06-05T23:21:45.2136842Z adding 'executorch/backends/arm/test/ops/test_any.py' 2025-06-05T23:21:45.2137000Z adding 'executorch/backends/arm/test/ops/test_arange.py' 2025-06-05T23:21:45.2137157Z adding 'executorch/backends/arm/test/ops/test_at.py' 2025-06-05T23:21:45.2137470Z adding 'executorch/backends/arm/test/ops/test_avg_pool2d.py' 2025-06-05T23:21:45.2137782Z adding 'executorch/backends/arm/test/ops/test_batch_norm.py' 2025-06-05T23:21:45.2138085Z adding 'executorch/backends/arm/test/ops/test_bitwise.py' 2025-06-05T23:21:45.2138375Z adding 'executorch/backends/arm/test/ops/test_bmm.py' 2025-06-05T23:21:45.2138634Z adding 'executorch/backends/arm/test/ops/test_cat.py' 2025-06-05T23:21:45.2138911Z adding 'executorch/backends/arm/test/ops/test_clamp.py' 2025-06-05T23:21:45.2139181Z adding 'executorch/backends/arm/test/ops/test_clone.py' 2025-06-05T23:21:45.2139470Z adding 'executorch/backends/arm/test/ops/test_constant_pad_nd.py' 2025-06-05T23:21:45.2139753Z adding 'executorch/backends/arm/test/ops/test_conv1d.py' 2025-06-05T23:21:45.2140037Z adding 'executorch/backends/arm/test/ops/test_conv2d.py' 2025-06-05T23:21:45.2140347Z adding 'executorch/backends/arm/test/ops/test_conv3d.py' 2025-06-05T23:21:45.2140676Z adding 'executorch/backends/arm/test/ops/test_conv_combos.py' 2025-06-05T23:21:45.2141080Z adding 'executorch/backends/arm/test/ops/test_conv_constant_pad_nd.py' 2025-06-05T23:21:45.2141345Z adding 'executorch/backends/arm/test/ops/test_cos.py' 2025-06-05T23:21:45.2141678Z adding 'executorch/backends/arm/test/ops/test_depthwise_conv.py' 2025-06-05T23:21:45.2141825Z adding 'executorch/backends/arm/test/ops/test_div.py' 2025-06-05T23:21:45.2142034Z adding 'executorch/backends/arm/test/ops/test_eq.py' 2025-06-05T23:21:45.2142380Z adding 'executorch/backends/arm/test/ops/test_erf.py' 2025-06-05T23:21:45.2142642Z adding 'executorch/backends/arm/test/ops/test_exp.py' 2025-06-05T23:21:45.2142927Z adding 'executorch/backends/arm/test/ops/test_expand.py' 2025-06-05T23:21:45.2143214Z adding 'executorch/backends/arm/test/ops/test_eye.py' 2025-06-05T23:21:45.2143482Z adding 'executorch/backends/arm/test/ops/test_full.py' 2025-06-05T23:21:45.2143738Z adding 'executorch/backends/arm/test/ops/test_ge.py' 2025-06-05T23:21:45.2144006Z adding 'executorch/backends/arm/test/ops/test_gelu.py' 2025-06-05T23:21:45.2144196Z adding 'executorch/backends/arm/test/ops/test_group_norm.py' 2025-06-05T23:21:45.2144398Z adding 'executorch/backends/arm/test/ops/test_gt.py' 2025-06-05T23:21:45.2144719Z adding 'executorch/backends/arm/test/ops/test_hardsigmoid.py' 2025-06-05T23:21:45.2145042Z adding 'executorch/backends/arm/test/ops/test_hardswish.py' 2025-06-05T23:21:45.2145354Z adding 'executorch/backends/arm/test/ops/test_hardtanh.py' 2025-06-05T23:21:45.2145683Z adding 'executorch/backends/arm/test/ops/test_layer_norm.py' 2025-06-05T23:21:45.2145957Z adding 'executorch/backends/arm/test/ops/test_le.py' 2025-06-05T23:21:45.2146260Z adding 'executorch/backends/arm/test/ops/test_leaky_relu.py' 2025-06-05T23:21:45.2146511Z adding 'executorch/backends/arm/test/ops/test_linalg_vector_norm.py' 2025-06-05T23:21:45.2146683Z adding 'executorch/backends/arm/test/ops/test_linear.py' 2025-06-05T23:21:45.2392356Z adding 'executorch/backends/arm/test/ops/test_log.py' 2025-06-05T23:21:45.2392680Z adding 'executorch/backends/arm/test/ops/test_logical.py' 2025-06-05T23:21:45.2393018Z adding 'executorch/backends/arm/test/ops/test_logsoftmax.py' 2025-06-05T23:21:45.2393327Z adding 'executorch/backends/arm/test/ops/test_lshift.py' 2025-06-05T23:21:45.2393582Z adding 'executorch/backends/arm/test/ops/test_lt.py' 2025-06-05T23:21:45.2393880Z adding 'executorch/backends/arm/test/ops/test_matmul.py' 2025-06-05T23:21:45.2394196Z adding 'executorch/backends/arm/test/ops/test_max_pool.py' 2025-06-05T23:21:45.2394504Z adding 'executorch/backends/arm/test/ops/test_maximum.py' 2025-06-05T23:21:45.2394803Z adding 'executorch/backends/arm/test/ops/test_mean_dim.py' 2025-06-05T23:21:45.2395115Z adding 'executorch/backends/arm/test/ops/test_minimum.py' 2025-06-05T23:21:45.2395356Z adding 'executorch/backends/arm/test/ops/test_mm.py' 2025-06-05T23:21:45.2395511Z adding 'executorch/backends/arm/test/ops/test_mul.py' 2025-06-05T23:21:45.2395669Z adding 'executorch/backends/arm/test/ops/test_ne.py' 2025-06-05T23:21:45.2395815Z adding 'executorch/backends/arm/test/ops/test_neg.py' 2025-06-05T23:21:45.2395974Z adding 'executorch/backends/arm/test/ops/test_ones.py' 2025-06-05T23:21:45.2396149Z adding 'executorch/backends/arm/test/ops/test_permute.py' 2025-06-05T23:21:45.2396295Z adding 'executorch/backends/arm/test/ops/test_pow.py' 2025-06-05T23:21:45.2396472Z adding 'executorch/backends/arm/test/ops/test_reciprocal.py' 2025-06-05T23:21:45.2396628Z adding 'executorch/backends/arm/test/ops/test_relu.py' 2025-06-05T23:21:45.2396822Z adding 'executorch/backends/arm/test/ops/test_repeat.py' 2025-06-05T23:21:45.2397090Z adding 'executorch/backends/arm/test/ops/test_rshift.py' 2025-06-05T23:21:45.2397363Z adding 'executorch/backends/arm/test/ops/test_rsqrt.py' 2025-06-05T23:21:45.2397715Z adding 'executorch/backends/arm/test/ops/test_scalar_tensor.py' 2025-06-05T23:21:45.2398022Z adding 'executorch/backends/arm/test/ops/test_scalars.py' 2025-06-05T23:21:45.2398300Z adding 'executorch/backends/arm/test/ops/test_sdpa.py' 2025-06-05T23:21:45.2398600Z adding 'executorch/backends/arm/test/ops/test_select.py' 2025-06-05T23:21:45.2399062Z adding 'executorch/backends/arm/test/ops/test_sigmoid.py' 2025-06-05T23:21:45.2399257Z adding 'executorch/backends/arm/test/ops/test_sigmoid_16bit.py' 2025-06-05T23:21:45.2399444Z adding 'executorch/backends/arm/test/ops/test_sigmoid_32bit.py' 2025-06-05T23:21:45.2399705Z adding 'executorch/backends/arm/test/ops/test_silu.py' 2025-06-05T23:21:45.2399854Z adding 'executorch/backends/arm/test/ops/test_sin.py' 2025-06-05T23:21:45.2400010Z adding 'executorch/backends/arm/test/ops/test_slice.py' 2025-06-05T23:21:45.2400188Z adding 'executorch/backends/arm/test/ops/test_softmax.py' 2025-06-05T23:21:45.2400414Z adding 'executorch/backends/arm/test/ops/test_split.py' 2025-06-05T23:21:45.2400674Z adding 'executorch/backends/arm/test/ops/test_sqrt.py' 2025-06-05T23:21:45.2400975Z adding 'executorch/backends/arm/test/ops/test_squeeze.py' 2025-06-05T23:21:45.2401275Z adding 'executorch/backends/arm/test/ops/test_sub.py' 2025-06-05T23:21:45.2401548Z adding 'executorch/backends/arm/test/ops/test_sum.py' 2025-06-05T23:21:45.2401846Z adding 'executorch/backends/arm/test/ops/test_tanh.py' 2025-06-05T23:21:45.2402134Z adding 'executorch/backends/arm/test/ops/test_to_copy.py' 2025-06-05T23:21:45.2402401Z adding 'executorch/backends/arm/test/ops/test_unary.py' 2025-06-05T23:21:45.2402663Z adding 'executorch/backends/arm/test/ops/test_unsqueeze.py' 2025-06-05T23:21:45.2402886Z adding 'executorch/backends/arm/test/ops/test_upsample_bilinear2d.py' 2025-06-05T23:21:45.2403102Z adding 'executorch/backends/arm/test/ops/test_upsample_nearest2d.py' 2025-06-05T23:21:45.2403270Z adding 'executorch/backends/arm/test/ops/test_var.py' 2025-06-05T23:21:45.2403523Z adding 'executorch/backends/arm/test/ops/test_view.py' 2025-06-05T23:21:45.2403799Z adding 'executorch/backends/arm/test/ops/test_where.py' 2025-06-05T23:21:45.2404073Z adding 'executorch/backends/arm/test/ops/test_zeros.py' 2025-06-05T23:21:45.2404529Z adding 'executorch/backends/arm/test/passes/test_broadcast_args_pass.py' 2025-06-05T23:21:45.2404927Z adding 'executorch/backends/arm/test/passes/test_cast_int64_pass.py' 2025-06-05T23:21:45.2405425Z adding 'executorch/backends/arm/test/passes/test_convert_expand_copy_to_repeat.py' 2025-06-05T23:21:45.2405704Z adding 'executorch/backends/arm/test/passes/test_convert_int_pow_to_muls.py' 2025-06-05T23:21:45.2405952Z adding 'executorch/backends/arm/test/passes/test_convert_split_to_slice.py' 2025-06-05T23:21:45.2406169Z adding 'executorch/backends/arm/test/passes/test_convert_to_clamp.py' 2025-06-05T23:21:45.2406679Z adding 'executorch/backends/arm/test/passes/test_decompose_cosine_similarity_pass.py' 2025-06-05T23:21:45.2407101Z adding 'executorch/backends/arm/test/passes/test_decompose_div_pass.py' 2025-06-05T23:21:45.2407584Z adding 'executorch/backends/arm/test/passes/test_decompose_layernorm_pass.py' 2025-06-05T23:21:45.2408142Z adding 'executorch/backends/arm/test/passes/test_decompose_linalg_vector_norm_pass.py' 2025-06-05T23:21:45.2408499Z adding 'executorch/backends/arm/test/passes/test_decompose_meandim_pass.py' 2025-06-05T23:21:45.2408743Z adding 'executorch/backends/arm/test/passes/test_decompose_softmax_pass.py' 2025-06-05T23:21:45.2408969Z adding 'executorch/backends/arm/test/passes/test_decompose_var_pass.py' 2025-06-05T23:21:45.2409187Z adding 'executorch/backends/arm/test/passes/test_fold_qdq_pass.py' 2025-06-05T23:21:45.2409416Z adding 'executorch/backends/arm/test/passes/test_fuse_batchnorm_pass.py' 2025-06-05T23:21:45.2409740Z adding 'executorch/backends/arm/test/passes/test_fuse_constant_ops_pass.py' 2025-06-05T23:21:45.2410041Z adding 'executorch/backends/arm/test/passes/test_fuse_equal_placeholders_ops_pass.py' 2025-06-05T23:21:45.2410278Z adding 'executorch/backends/arm/test/passes/test_insert_table_ops_pass.py' 2025-06-05T23:21:45.2410509Z adding 'executorch/backends/arm/test/passes/test_ioquantization_pass.py' 2025-06-05T23:21:45.2410739Z adding 'executorch/backends/arm/test/passes/test_remove_clone_pass.py' 2025-06-05T23:21:45.2411074Z adding 'executorch/backends/arm/test/passes/test_rescale_pass.py' 2025-06-05T23:21:45.2411342Z adding 'executorch/backends/arm/test/passes/test_unsqueeze_before_repeat_pass.py' 2025-06-05T23:21:45.2411602Z adding 'executorch/backends/arm/test/quantizer/test_generic_annotater.py' 2025-06-05T23:21:45.2411829Z adding 'executorch/backends/arm/test/tester/__init__.py' 2025-06-05T23:21:45.2412045Z adding 'executorch/backends/arm/test/tester/analyze_output_utils.py' 2025-06-05T23:21:45.2412230Z adding 'executorch/backends/arm/test/tester/arm_tester.py' 2025-06-05T23:21:45.2412413Z adding 'executorch/backends/arm/test/tester/test_pipeline.py' 2025-06-05T23:21:45.2412579Z adding 'executorch/backends/arm/test/tosautil/__init__.py' 2025-06-05T23:21:45.2412822Z adding 'executorch/backends/arm/third-party/serialization_lib/setup.py' 2025-06-05T23:21:45.2413146Z adding 'executorch/backends/arm/third-party/serialization_lib/python/serializer/__init__.py' 2025-06-05T23:21:45.2413507Z adding 'executorch/backends/arm/third-party/serialization_lib/python/serializer/tosa_serializer.py' 2025-06-05T23:21:45.2413930Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ArithmeticRightShiftAttribute.py' 2025-06-05T23:21:45.2414225Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/Attribute.py' 2025-06-05T23:21:45.2414541Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/AxisAttribute.py' 2025-06-05T23:21:45.2414879Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ClampAttribute.py' 2025-06-05T23:21:45.2415206Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/CondIfAttribute.py' 2025-06-05T23:21:45.2415557Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ConvAttribute.py' 2025-06-05T23:21:45.2416101Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/CustomAttribute.py' 2025-06-05T23:21:45.2416605Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/DType.py' 2025-06-05T23:21:45.2417200Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/FFTAttribute.py' 2025-06-05T23:21:45.2417863Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/FullyConnectedAttribute.py' 2025-06-05T23:21:45.2418287Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/MatMulAttribute.py' 2025-06-05T23:21:45.2418598Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/MulAttribute.py' 2025-06-05T23:21:45.2418920Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/NegateAttribute.py' 2025-06-05T23:21:45.2419200Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/Op.py' 2025-06-05T23:21:45.2419669Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/PadAttribute.py' 2025-06-05T23:21:45.2420252Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/PoolAttribute.py' 2025-06-05T23:21:45.2420878Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/RFFTAttribute.py' 2025-06-05T23:21:45.2421482Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/RescaleAttribute.py' 2025-06-05T23:21:45.2421831Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ReshapeAttribute.py' 2025-06-05T23:21:45.2422353Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ResizeAttribute.py' 2025-06-05T23:21:45.2422913Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ResizeMode.py' 2025-06-05T23:21:45.2423527Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/SliceAttribute.py' 2025-06-05T23:21:45.2424100Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TableAttribute.py' 2025-06-05T23:21:45.2424493Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TileAttribute.py' 2025-06-05T23:21:45.2425216Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaBasicBlock.py' 2025-06-05T23:21:45.2425779Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaGraph.py' 2025-06-05T23:21:45.2426464Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaOperator.py' 2025-06-05T23:21:45.2427033Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaRegion.py' 2025-06-05T23:21:45.2427603Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaTensor.py' 2025-06-05T23:21:45.2428268Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TransposeAttribute.py' 2025-06-05T23:21:45.2428932Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TransposeConvAttribute.py' 2025-06-05T23:21:45.2572218Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/Version.py' 2025-06-05T23:21:45.2572599Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/WhileLoopAttribute.py' 2025-06-05T23:21:45.2572912Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/__init__.py' 2025-06-05T23:21:45.2573184Z adding 'executorch/backends/arm/third-party/serialization_lib/schema/tosa.fbs' 2025-06-05T23:21:45.2573517Z adding 'executorch/backends/arm/third-party/serialization_lib/test/scripts/test_npy_fileio.py' 2025-06-05T23:21:45.2573819Z adding 'executorch/backends/arm/third-party/serialization_lib/test/scripts/xunit/xunit.py' 2025-06-05T23:21:45.2574236Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/conanfile.py' 2025-06-05T23:21:45.2574653Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/pnpm-lock.yaml' 2025-06-05T23:21:45.2575114Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/android/app/src/main/fbs/animal.fbs' 2025-06-05T23:21:45.2575574Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/benchmarks/cpp/flatbuffers/bench.fbs' 2025-06-05T23:21:45.2575945Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/conan/build.py' 2025-06-05T23:21:45.2576384Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/conan/test_package/conanfile.py' 2025-06-05T23:21:45.2576803Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/analysis_options.yaml' 2025-06-05T23:21:45.2577281Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/pubspec.yaml' 2025-06-05T23:21:45.2577691Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/test/bool_structs.fbs' 2025-06-05T23:21:45.2578100Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/test/list_of_enums.fbs' 2025-06-05T23:21:45.2578607Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/test/monster_test.fbs' 2025-06-05T23:21:45.2579183Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/examples/go-echo/hero.fbs' 2025-06-05T23:21:45.2579592Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/examples/go-echo/net.fbs' 2025-06-05T23:21:45.2580019Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/generate_goldens.py' 2025-06-05T23:21:45.2580415Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/golden_utils.py' 2025-06-05T23:21:45.2580810Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/cpp/generate.py' 2025-06-05T23:21:45.2581229Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/csharp/generate.py' 2025-06-05T23:21:45.2581626Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/dart/generate.py' 2025-06-05T23:21:45.2582181Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/go/generate.py' 2025-06-05T23:21:45.2582590Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/java/generate.py' 2025-06-05T23:21:45.2583083Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/kotlin/generate.py' 2025-06-05T23:21:45.2583501Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/lobster/generate.py' 2025-06-05T23:21:45.2583910Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/lua/generate.py' 2025-06-05T23:21:45.2584304Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/nim/generate.py' 2025-06-05T23:21:45.2584768Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/php/generate.py' 2025-06-05T23:21:45.2585169Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py/Galaxy.py' 2025-06-05T23:21:45.2585560Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py/Universe.py' 2025-06-05T23:21:45.2585952Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py/__init__.py' 2025-06-05T23:21:45.2586403Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py/generate.py' 2025-06-05T23:21:45.2586802Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/rust/generate.py' 2025-06-05T23:21:45.2587198Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/schema/basic.fbs' 2025-06-05T23:21:45.2587637Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/swift/generate.py' 2025-06-05T23:21:45.2588032Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/ts/generate.py' 2025-06-05T23:21:45.2588438Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/greeter.fbs' 2025-06-05T23:21:45.2588926Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/client.py' 2025-06-05T23:21:45.2589441Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/server.py' 2025-06-05T23:21:45.2590275Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/models/HelloReply.py' 2025-06-05T23:21:45.2591229Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/models/HelloRequest.py' 2025-06-05T23:21:45.2592177Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/models/__init__.py' 2025-06-05T23:21:45.2593198Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/models/greeter_grpc_fb.py' 2025-06-05T23:21:45.2594084Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/samples/greeter/greeter.fbs' 2025-06-05T23:21:45.2594815Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/tests/grpctest.py' 2025-06-05T23:21:45.2595822Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/InParentNamespace.py' 2025-06-05T23:21:45.2596761Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/MonsterExtra.py' 2025-06-05T23:21:45.2597650Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/__init__.py' 2025-06-05T23:21:45.2598755Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Ability.py' 2025-06-05T23:21:45.2599698Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Any.py' 2025-06-05T23:21:45.2600911Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/AnyAmbiguousAliases.py' 2025-06-05T23:21:45.2602001Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/AnyUniqueAliases.py' 2025-06-05T23:21:45.2602923Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/ArrayStruct.py' 2025-06-05T23:21:45.2603900Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/ArrayTable.py' 2025-06-05T23:21:45.2604860Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Color.py' 2025-06-05T23:21:45.2605835Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/LongEnum.py' 2025-06-05T23:21:45.2606827Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Monster.py' 2025-06-05T23:21:45.2607458Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedStruct.py' 2025-06-05T23:21:45.2607956Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Race.py' 2025-06-05T23:21:45.2608916Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Referrable.py' 2025-06-05T23:21:45.2609944Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Stat.py' 2025-06-05T23:21:45.2611010Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/StructOfStructs.py' 2025-06-05T23:21:45.2612187Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/StructOfStructsOfStructs.py' 2025-06-05T23:21:45.2613128Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Test.py' 2025-06-05T23:21:45.2614116Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/TestEnum.py' 2025-06-05T23:21:45.2742374Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/TestSimpleTableWithEnum.py' 2025-06-05T23:21:45.2743049Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/TypeAliases.py' 2025-06-05T23:21:45.2743675Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Vec3.py' 2025-06-05T23:21:45.2744190Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/__init__.py' 2025-06-05T23:21:45.2744769Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/monster_test_grpc_fb.py' 2025-06-05T23:21:45.2745413Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion/Any.py' 2025-06-05T23:21:45.2746076Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion/Color.py' 2025-06-05T23:21:45.2746706Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion/NestedUnionTest.py' 2025-06-05T23:21:45.2747669Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion/Test.py' 2025-06-05T23:21:45.2748434Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion/TestSimpleTableWithEnum.py' 2025-06-05T23:21:45.2749106Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion/Vec3.py' 2025-06-05T23:21:45.2749790Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion/__init__.py' 2025-06-05T23:21:45.2750299Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example2/Monster.py' 2025-06-05T23:21:45.2750937Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example2/__init__.py' 2025-06-05T23:21:45.2751547Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/SecondTableInA.py' 2025-06-05T23:21:45.2752057Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/TableInC.py' 2025-06-05T23:21:45.2752863Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/TableInFirstNS.py' 2025-06-05T23:21:45.2753348Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/__init__.py' 2025-06-05T23:21:45.2754071Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB/EnumInNestedNS.py' 2025-06-05T23:21:45.2754775Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB/StructInNestedNS.py' 2025-06-05T23:21:45.2755370Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB/TableInNestedNS.py' 2025-06-05T23:21:45.2756175Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB/UnionInNestedNS.py' 2025-06-05T23:21:45.2756725Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB/__init__.py' 2025-06-05T23:21:45.2757208Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceC/TableInC.py' 2025-06-05T23:21:45.2757875Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceC/__init__.py' 2025-06-05T23:21:45.2758434Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/optional_scalars/OptionalByte.py' 2025-06-05T23:21:45.2758967Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/optional_scalars/ScalarStuff.py' 2025-06-05T23:21:45.2759674Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/optional_scalars/__init__.py' 2025-06-05T23:21:45.2760193Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/union_vector/union_vector.fbs' 2025-06-05T23:21:45.2760603Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/__init__.py' 2025-06-05T23:21:45.2761144Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/py.typed' 2025-06-05T23:21:45.2761517Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/setup.py' 2025-06-05T23:21:45.2762064Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/__init__.py' 2025-06-05T23:21:45.2762505Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/_version.py' 2025-06-05T23:21:45.2763011Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/builder.py' 2025-06-05T23:21:45.2763433Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/compat.py' 2025-06-05T23:21:45.2763864Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/encode.py' 2025-06-05T23:21:45.2764311Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/flexbuffers.py' 2025-06-05T23:21:45.2764762Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/number_types.py' 2025-06-05T23:21:45.2765201Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/packer.py' 2025-06-05T23:21:45.2765618Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/table.py' 2025-06-05T23:21:45.2766033Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/util.py' 2025-06-05T23:21:45.2766575Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/AdvancedFeatures.py' 2025-06-05T23:21:45.2767061Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/BaseType.py' 2025-06-05T23:21:45.2767523Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/Enum.py' 2025-06-05T23:21:45.2768013Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/EnumVal.py' 2025-06-05T23:21:45.2768486Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/Field.py' 2025-06-05T23:21:45.2768971Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/KeyValue.py' 2025-06-05T23:21:45.2769455Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/Object.py' 2025-06-05T23:21:45.2769999Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/RPCCall.py' 2025-06-05T23:21:45.2770475Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/Schema.py' 2025-06-05T23:21:45.2770988Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/SchemaFile.py' 2025-06-05T23:21:45.2771554Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/Service.py' 2025-06-05T23:21:45.2772020Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/Type.py' 2025-06-05T23:21:45.2772517Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/__init__.py' 2025-06-05T23:21:45.2772926Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/reflection/reflection.fbs' 2025-06-05T23:21:45.2773309Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/samples/monster.fbs' 2025-06-05T23:21:45.2773721Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/samples/sample_binary.py' 2025-06-05T23:21:45.2774193Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts/check-grpc-generated-code.py' 2025-06-05T23:21:45.2774688Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts/check_generate_code.py' 2025-06-05T23:21:45.2775102Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts/generate_code.py' 2025-06-05T23:21:45.2775596Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts/generate_grpc_examples.py' 2025-06-05T23:21:45.2940517Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts/util.py' 2025-06-05T23:21:45.2941099Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/snap/snapcraft.yaml' 2025-06-05T23:21:45.2941671Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MutatingBool.fbs' 2025-06-05T23:21:45.2942204Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/alignment_test.fbs' 2025-06-05T23:21:45.2942646Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/arrays_test.fbs' 2025-06-05T23:21:45.2943179Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/dictionary_lookup.fbs' 2025-06-05T23:21:45.2943708Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/included_test.fbs' 2025-06-05T23:21:45.2944171Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/includer_test.fbs' 2025-06-05T23:21:45.2944590Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/keyword_test.fbs' 2025-06-05T23:21:45.2945158Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/monster_extra.fbs' 2025-06-05T23:21:45.2945610Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/monster_test.fbs' 2025-06-05T23:21:45.2946094Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/monster_test_generated.py' 2025-06-05T23:21:45.2946485Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/more_defaults.fbs' 2025-06-05T23:21:45.2946888Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nan_inf_test.fbs' 2025-06-05T23:21:45.2947350Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/native_inline_table_test.fbs' 2025-06-05T23:21:45.2947908Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/native_type_test.fbs' 2025-06-05T23:21:45.2948419Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nested_union_test.fbs' 2025-06-05T23:21:45.2948867Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/optional_scalars.fbs' 2025-06-05T23:21:45.2949316Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/private_annotation_test.fbs' 2025-06-05T23:21:45.2949843Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/py_flexbuffers_test.py' 2025-06-05T23:21:45.2950364Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/py_test.py' 2025-06-05T23:21:45.2950829Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/required_strings.fbs' 2025-06-05T23:21:45.2951244Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/rust_namer_test.fbs' 2025-06-05T23:21:45.2951600Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/test.fbs' 2025-06-05T23:21:45.2952151Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/type_field_collsion.fbs' 2025-06-05T23:21:45.2952744Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/union_underlying_type_test.fbs' 2025-06-05T23:21:45.2953384Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/union_value_collision.fbs' 2025-06-05T23:21:45.2953860Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/vector_has_test.fbs' 2025-06-05T23:21:45.2954280Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/64bit/test_64bit.fbs' 2025-06-05T23:21:45.2954800Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/64bit/evolution/v1.fbs' 2025-06-05T23:21:45.2955365Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/64bit/evolution/v2.fbs' 2025-06-05T23:21:45.2955899Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/InParentNamespace.py' 2025-06-05T23:21:45.2956327Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/MonsterExtra.py' 2025-06-05T23:21:45.2956727Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/__init__.py' 2025-06-05T23:21:45.2957180Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Ability.py' 2025-06-05T23:21:45.2957685Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Any.py' 2025-06-05T23:21:45.2958346Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/AnyAmbiguousAliases.py' 2025-06-05T23:21:45.2958905Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/AnyUniqueAliases.py' 2025-06-05T23:21:45.2959526Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/ArrayStruct.py' 2025-06-05T23:21:45.2960190Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/ArrayTable.py' 2025-06-05T23:21:45.2960729Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Color.py' 2025-06-05T23:21:45.2961177Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/LongEnum.py' 2025-06-05T23:21:45.2961612Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Monster.py' 2025-06-05T23:21:45.2962196Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedStruct.py' 2025-06-05T23:21:45.2962743Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Race.py' 2025-06-05T23:21:45.2963254Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Referrable.py' 2025-06-05T23:21:45.2963686Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Stat.py' 2025-06-05T23:21:45.2964320Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/StructOfStructs.py' 2025-06-05T23:21:45.2964990Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/StructOfStructsOfStructs.py' 2025-06-05T23:21:45.2965428Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Test.py' 2025-06-05T23:21:45.2965932Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/TestEnum.py' 2025-06-05T23:21:45.2966627Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/TestSimpleTableWithEnum.py' 2025-06-05T23:21:45.2967155Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/TypeAliases.py' 2025-06-05T23:21:45.2967859Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Vec3.py' 2025-06-05T23:21:45.2968487Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/__init__.py' 2025-06-05T23:21:45.2969011Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/monster_test_grpc_fb.py' 2025-06-05T23:21:45.2969721Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/Any.py' 2025-06-05T23:21:45.2970342Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/Color.py' 2025-06-05T23:21:45.2970903Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/NestedUnionTest.py' 2025-06-05T23:21:45.2971474Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/Test.py' 2025-06-05T23:21:45.2972225Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/TestSimpleTableWithEnum.py' 2025-06-05T23:21:45.2972803Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/Vec3.py' 2025-06-05T23:21:45.2973520Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/__init__.py' 2025-06-05T23:21:45.2974014Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example2/Monster.py' 2025-06-05T23:21:45.2974470Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example2/__init__.py' 2025-06-05T23:21:45.2975040Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/annotated_binary/annotated_binary.fbs' 2025-06-05T23:21:45.2975742Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/annotated_binary/annotated_binary_old.fbs' 2025-06-05T23:21:45.3075930Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/annotated_binary/generate_annotations.py' 2025-06-05T23:21:45.3076409Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/evolution_test/evolution_v1.fbs' 2025-06-05T23:21:45.3077084Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/evolution_test/evolution_v2.fbs' 2025-06-05T23:21:45.3077681Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/enum_val_attributes.fbs' 2025-06-05T23:21:45.3078176Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/flatc_cpp_tests.py' 2025-06-05T23:21:45.3078643Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/flatc_kotlin_tests.py' 2025-06-05T23:21:45.3079216Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/flatc_schema_tests.py' 2025-06-05T23:21:45.3079719Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/flatc_test.py' 2025-06-05T23:21:45.3080244Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/flatc_ts_tests.py' 2025-06-05T23:21:45.3080738Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/foo.fbs' 2025-06-05T23:21:45.3081271Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/foo_with_ns.fbs' 2025-06-05T23:21:45.3081708Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/main.py' 2025-06-05T23:21:45.3082344Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar/bar.fbs' 2025-06-05T23:21:45.3082959Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar/bar_with_foo.fbs' 2025-06-05T23:21:45.3083555Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar/bar_with_ns.fbs' 2025-06-05T23:21:45.3083985Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar/baz/baz.fbs' 2025-06-05T23:21:45.3084557Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar/baz/baz_with_ns.fbs' 2025-06-05T23:21:45.3085127Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test/include_test1.fbs' 2025-06-05T23:21:45.3085619Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test/order.fbs' 2025-06-05T23:21:45.3086223Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test/sub/include_test2.fbs' 2025-06-05T23:21:45.3086814Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test/sub/no_namespace.fbs' 2025-06-05T23:21:45.3087388Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/key_field/key_field_sample.fbs' 2025-06-05T23:21:45.3087872Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/minified_enums/enums.fbs' 2025-06-05T23:21:45.3088377Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/name_clash_test/invalid_test1.fbs' 2025-06-05T23:21:45.3089050Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/name_clash_test/invalid_test2.fbs' 2025-06-05T23:21:45.3089631Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/name_clash_test/valid_test1.fbs' 2025-06-05T23:21:45.3090093Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/name_clash_test/valid_test2.fbs' 2025-06-05T23:21:45.3090590Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/namespace_test1.fbs' 2025-06-05T23:21:45.3091067Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/namespace_test2.fbs' 2025-06-05T23:21:45.3091635Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/SecondTableInA.py' 2025-06-05T23:21:45.3092337Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/TableInC.py' 2025-06-05T23:21:45.3092919Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/TableInFirstNS.py' 2025-06-05T23:21:45.3093420Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/__init__.py' 2025-06-05T23:21:45.3094013Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/EnumInNestedNS.py' 2025-06-05T23:21:45.3094601Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/StructInNestedNS.py' 2025-06-05T23:21:45.3095299Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/TableInNestedNS.py' 2025-06-05T23:21:45.3096045Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/UnionInNestedNS.py' 2025-06-05T23:21:45.3096602Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/__init__.py' 2025-06-05T23:21:45.3097177Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceC/TableInC.py' 2025-06-05T23:21:45.3097730Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceC/__init__.py' 2025-06-05T23:21:45.3098275Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nested_namespace_test/nested_namespace_test1.fbs' 2025-06-05T23:21:45.3098968Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nested_namespace_test/nested_namespace_test2.fbs' 2025-06-05T23:21:45.3099653Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nested_namespace_test/nested_namespace_test3.fbs' 2025-06-05T23:21:45.3100097Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nim/testnim.py' 2025-06-05T23:21:45.3100589Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/optional_scalars/OptionalByte.py' 2025-06-05T23:21:45.3101099Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/optional_scalars/ScalarStuff.py' 2025-06-05T23:21:45.3101734Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/optional_scalars/__init__.py' 2025-06-05T23:21:45.3102247Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test.golden.fbs' 2025-06-05T23:21:45.3102698Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_id.golden.fbs' 2025-06-05T23:21:45.3103177Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_include.golden.fbs' 2025-06-05T23:21:45.3103682Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_include_id.golden.fbs' 2025-06-05T23:21:45.3104150Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_suffix.golden.fbs' 2025-06-05T23:21:45.3104635Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_suffix_id.golden.fbs' 2025-06-05T23:21:45.3105107Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_union.golden.fbs' 2025-06-05T23:21:45.3105656Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_union_id.golden.fbs' 2025-06-05T23:21:45.3106319Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_union_include.golden.fbs' 2025-06-05T23:21:45.3106906Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_union_include_id.golden.fbs' 2025-06-05T23:21:45.3107410Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_union_suffix.golden.fbs' 2025-06-05T23:21:45.3107923Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_union_suffix_id.golden.fbs' 2025-06-05T23:21:45.3108487Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift/tests/CodeGenerationTests/test_import.fbs' 2025-06-05T23:21:45.3109062Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift/tests/CodeGenerationTests/test_no_include.fbs' 2025-06-05T23:21:45.3109612Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift/tests/Sources/SwiftFlatBuffers/fuzzer.fbs' 2025-06-05T23:21:45.3110045Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/TypeScriptTest.py' 2025-06-05T23:21:45.3451083Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/typescript_keywords.fbs' 2025-06-05T23:21:45.3452229Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/arrays_test_complex/arrays_test_complex.fbs' 2025-06-05T23:21:45.3452794Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/bazel_repository_test_dir/one.fbs' 2025-06-05T23:21:45.3453320Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/bazel_repository_test_dir/pnpm-lock.yaml' 2025-06-05T23:21:45.3453822Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/bazel_repository_test_dir/two.fbs' 2025-06-05T23:21:45.3454346Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/test_dir/typescript_include.fbs' 2025-06-05T23:21:45.3455071Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/test_dir/typescript_transitive_include.fbs' 2025-06-05T23:21:45.3455542Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/union_vector/union_vector.fbs' 2025-06-05T23:21:45.3455726Z adding 'executorch/backends/arm/tosa/schemas/tosa_0.80.fbs' 2025-06-05T23:21:45.3455893Z adding 'executorch/backends/arm/tosa/schemas/tosa_1.0.fbs' 2025-06-05T23:21:45.3456081Z adding 'executorch/backends/arm/util/arm_model_evaluator.py' 2025-06-05T23:21:45.3456230Z adding 'executorch/backends/cadence/aot/__init__.py' 2025-06-05T23:21:45.3456416Z adding 'executorch/backends/cadence/aot/compiler.py' 2025-06-05T23:21:45.3456586Z adding 'executorch/backends/cadence/aot/compiler_utils.py' 2025-06-05T23:21:45.3456842Z adding 'executorch/backends/cadence/aot/decompose_ops.py' 2025-06-05T23:21:45.3457011Z adding 'executorch/backends/cadence/aot/export_example.py' 2025-06-05T23:21:45.3457230Z adding 'executorch/backends/cadence/aot/functions.yaml' 2025-06-05T23:21:45.3457444Z adding 'executorch/backends/cadence/aot/functions_fusion_g3.yaml' 2025-06-05T23:21:45.3457619Z adding 'executorch/backends/cadence/aot/functions_hifi.yaml' 2025-06-05T23:21:45.3457769Z adding 'executorch/backends/cadence/aot/fuse_ops.py' 2025-06-05T23:21:45.3457947Z adding 'executorch/backends/cadence/aot/graph_builder.py' 2025-06-05T23:21:45.3458131Z adding 'executorch/backends/cadence/aot/memory_constraints.py' 2025-06-05T23:21:45.3458302Z adding 'executorch/backends/cadence/aot/memory_planning.py' 2025-06-05T23:21:45.3458484Z adding 'executorch/backends/cadence/aot/ops_registrations.py' 2025-06-05T23:21:45.3458652Z adding 'executorch/backends/cadence/aot/pass_utils.py' 2025-06-05T23:21:45.3458790Z adding 'executorch/backends/cadence/aot/passes.py' 2025-06-05T23:21:45.3458984Z adding 'executorch/backends/cadence/aot/ref_implementations.py' 2025-06-05T23:21:45.3459343Z adding 'executorch/backends/cadence/aot/remove_ops.py' 2025-06-05T23:21:45.3459506Z adding 'executorch/backends/cadence/aot/reorder_ops.py' 2025-06-05T23:21:45.3459659Z adding 'executorch/backends/cadence/aot/replace_ops.py' 2025-06-05T23:21:45.3459914Z adding 'executorch/backends/cadence/aot/simplify_ops.py' 2025-06-05T23:21:45.3460055Z adding 'executorch/backends/cadence/aot/utils.py' 2025-06-05T23:21:45.3460258Z adding 'executorch/backends/cadence/aot/quantizer/fusion_pass.py' 2025-06-05T23:21:45.3460444Z adding 'executorch/backends/cadence/aot/quantizer/patterns.py' 2025-06-05T23:21:45.3460648Z adding 'executorch/backends/cadence/aot/quantizer/quantizer.py' 2025-06-05T23:21:45.3460816Z adding 'executorch/backends/cadence/aot/quantizer/utils.py' 2025-06-05T23:21:45.3461064Z adding 'executorch/backends/cadence/aot/tests/test_decompose_ops_passes.py' 2025-06-05T23:21:45.3461307Z adding 'executorch/backends/cadence/aot/tests/test_fusion_ops_passes.py' 2025-06-05T23:21:45.3461518Z adding 'executorch/backends/cadence/aot/tests/test_graph_builder.py' 2025-06-05T23:21:45.3461867Z adding 'executorch/backends/cadence/aot/tests/test_memory_passes.py' 2025-06-05T23:21:45.3462081Z adding 'executorch/backends/cadence/aot/tests/test_pass_filter.py' 2025-06-05T23:21:45.3462427Z adding 'executorch/backends/cadence/aot/tests/test_remove_ops_passes.py' 2025-06-05T23:21:45.3462738Z adding 'executorch/backends/cadence/aot/tests/test_reorder_ops_passes.py' 2025-06-05T23:21:45.3463098Z adding 'executorch/backends/cadence/aot/tests/test_replace_ops_passes.py' 2025-06-05T23:21:45.3463362Z adding 'executorch/backends/cadence/aot/tests/test_simplify_ops_passes.py' 2025-06-05T23:21:45.3463523Z adding 'executorch/backends/cadence/runtime/__init__.py' 2025-06-05T23:21:45.3463687Z adding 'executorch/backends/cadence/runtime/executor.py' 2025-06-05T23:21:45.3463858Z adding 'executorch/backends/cadence/runtime/runtime.py' 2025-06-05T23:21:45.3464007Z adding 'executorch/backends/cadence/runtime/utils.py' 2025-06-05T23:21:45.3464174Z adding 'executorch/backends/cadence/utils/facto_util.py' 2025-06-05T23:21:45.3464344Z adding 'executorch/backends/cadence/utils/gen_header.py' 2025-06-05T23:21:45.3464535Z adding 'executorch/backends/cadence/utils/post_compilation.py' 2025-06-05T23:21:45.3464702Z adding 'executorch/backends/cadence/utils/FACTO/setup.py' 2025-06-05T23:21:45.3464950Z adding 'executorch/backends/cadence/utils/FACTO/calibrator/__init__.py' 2025-06-05T23:21:45.3465202Z adding 'executorch/backends/cadence/utils/FACTO/calibrator/runner.py' 2025-06-05T23:21:45.3465416Z adding 'executorch/backends/cadence/utils/FACTO/examples/example.py' 2025-06-05T23:21:45.3465737Z adding 'executorch/backends/cadence/utils/FACTO/examples/minimal_example.py' 2025-06-05T23:21:45.3465985Z adding 'executorch/backends/cadence/utils/FACTO/examples/random_seed.py' 2025-06-05T23:21:45.3466187Z adding 'executorch/backends/cadence/utils/FACTO/facto/__init__.py' 2025-06-05T23:21:45.3466431Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/__init__.py' 2025-06-05T23:21:45.3466771Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple/__init__.py' 2025-06-05T23:21:45.3467056Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple/engine.py' 2025-06-05T23:21:45.3467391Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple/gen.py' 2025-06-05T23:21:45.3467691Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/__init__.py' 2025-06-05T23:21:45.3467969Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/engine.py' 2025-06-05T23:21:45.3468230Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/gen.py' 2025-06-05T23:21:45.3468513Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/type.py' 2025-06-05T23:21:45.3468804Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/__init__.py' 2025-06-05T23:21:45.3469125Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/engine.py' 2025-06-05T23:21:45.3469467Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/model.py' 2025-06-05T23:21:45.3469841Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/solve.py' 2025-06-05T23:21:45.3470172Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/specs/__init__.py' 2025-06-05T23:21:45.3470430Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/specs/model.py' 2025-06-05T23:21:45.3470732Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/utils/__init__.py' 2025-06-05T23:21:45.3471036Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/utils/random_manager.py' 2025-06-05T23:21:45.3471318Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/__init__.py' 2025-06-05T23:21:45.3471623Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/constants.py' 2025-06-05T23:21:45.3471886Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/gen.py' 2025-06-05T23:21:45.3472349Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/solve.py' 2025-06-05T23:21:45.3472739Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/space.py' 2025-06-05T23:21:45.3473132Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/type.py' 2025-06-05T23:21:45.3473482Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/utils.py' 2025-06-05T23:21:45.3473753Z adding 'executorch/backends/cadence/utils/FACTO/facto/specdb/db.py' 2025-06-05T23:21:45.3474066Z adding 'executorch/backends/cadence/utils/FACTO/facto/specdb/default.py' 2025-06-05T23:21:45.3474376Z adding 'executorch/backends/cadence/utils/FACTO/facto/specdb/dtypes.py' 2025-06-05T23:21:45.3474667Z adding 'executorch/backends/cadence/utils/FACTO/facto/specdb/function.py' 2025-06-05T23:21:45.3474980Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_argtuple_engine.py' 2025-06-05T23:21:45.3475323Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_argtuple_generator.py' 2025-06-05T23:21:45.3475744Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_argument_attributes.py' 2025-06-05T23:21:45.3476136Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_argument_generator.py' 2025-06-05T23:21:45.3476487Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_argument_types.py' 2025-06-05T23:21:45.3476788Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_attribute_engine.py' 2025-06-05T23:21:45.3477122Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_attribute_solver.py' 2025-06-05T23:21:45.3477491Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_constraints.py' 2025-06-05T23:21:45.3477856Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_meta_arg_engine.py' 2025-06-05T23:21:45.3478179Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_specs.py' 2025-06-05T23:21:45.3478492Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_structural_engine.py' 2025-06-05T23:21:45.3478808Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_generation.py' 2025-06-05T23:21:45.3479165Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_solving.py' 2025-06-05T23:21:45.3479591Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_space.py' 2025-06-05T23:21:45.3479891Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_types.py' 2025-06-05T23:21:45.3480109Z adding 'executorch/backends/cortex_m/ops/operators.py' 2025-06-05T23:21:45.3480292Z adding 'executorch/backends/cortex_m/ops/operators.yaml' 2025-06-05T23:21:45.3480525Z adding 'executorch/backends/cortex_m/passes/replace_quant_nodes_pass.py' 2025-06-05T23:21:45.3480776Z adding 'executorch/backends/cortex_m/test/test_replace_quant_nodes.py' 2025-06-05T23:21:45.3728975Z adding 'executorch/backends/example/example_backend.py' 2025-06-05T23:21:45.3729212Z adding 'executorch/backends/example/example_partitioner.py' 2025-06-05T23:21:45.3729429Z adding 'executorch/backends/example/example_quantizer.py' 2025-06-05T23:21:45.3729859Z adding 'executorch/backends/example/test_example_delegate.py' 2025-06-05T23:21:45.3730179Z adding 'executorch/backends/example/example_backend_delegate_passes/merge_to_dim_pass.py' 2025-06-05T23:21:45.3730596Z adding 'executorch/backends/example/example_backend_delegate_passes/permute_memory_formats_pass.py' 2025-06-05T23:21:45.3730988Z adding 'executorch/backends/example/example_operators/adaptive_avg_pool2d.py' 2025-06-05T23:21:45.3731266Z adding 'executorch/backends/example/example_operators/add.py' 2025-06-05T23:21:45.3731492Z adding 'executorch/backends/example/example_operators/conv2d.py' 2025-06-05T23:21:45.3731713Z adding 'executorch/backends/example/example_operators/conv_relu.py' 2025-06-05T23:21:45.3732161Z adding 'executorch/backends/example/example_operators/dropout.py' 2025-06-05T23:21:45.3732361Z adding 'executorch/backends/example/example_operators/flatten.py' 2025-06-05T23:21:45.3732570Z adding 'executorch/backends/example/example_operators/linear.py' 2025-06-05T23:21:45.3732885Z adding 'executorch/backends/example/example_operators/op_base.py' 2025-06-05T23:21:45.3733151Z adding 'executorch/backends/example/example_operators/ops.py' 2025-06-05T23:21:45.3733387Z adding 'executorch/backends/example/example_operators/utils.py' 2025-06-05T23:21:45.3733581Z adding 'executorch/backends/mediatek/__init__.py' 2025-06-05T23:21:45.3733733Z adding 'executorch/backends/mediatek/partitioner.py' 2025-06-05T23:21:45.3733876Z adding 'executorch/backends/mediatek/preprocess.py' 2025-06-05T23:21:45.3734049Z adding 'executorch/backends/mediatek/_passes/__init__.py' 2025-06-05T23:21:45.3734394Z adding 'executorch/backends/mediatek/_passes/decompose_scaled_dot_product_attention.py' 2025-06-05T23:21:45.3734653Z adding 'executorch/backends/mediatek/quantizer/__init__.py' 2025-06-05T23:21:45.3734902Z adding 'executorch/backends/mediatek/quantizer/annotator.py' 2025-06-05T23:21:45.3735106Z adding 'executorch/backends/mediatek/quantizer/qconfig.py' 2025-06-05T23:21:45.3735288Z adding 'executorch/backends/mediatek/quantizer/quantizer.py' 2025-06-05T23:21:45.3735458Z adding 'executorch/backends/nxp/neutron_node_extraction.py' 2025-06-05T23:21:45.3735695Z adding 'executorch/backends/nxp/neutron_partitioner.py' 2025-06-05T23:21:45.3735855Z adding 'executorch/backends/nxp/neutron_pass_manager.py' 2025-06-05T23:21:45.3735988Z adding 'executorch/backends/nxp/nxp_backend.py' 2025-06-05T23:21:45.3736251Z adding 'executorch/backends/nxp/aten_passes/fuse_batch_norm_with_conv_pass.py' 2025-06-05T23:21:45.3736510Z adding 'executorch/backends/nxp/aten_passes/fuse_batch_norm_with_linear_pass.py' 2025-06-05T23:21:45.3736777Z adding 'executorch/backends/nxp/aten_passes/neutron_aten_pass_manager.py' 2025-06-05T23:21:45.3737030Z adding 'executorch/backends/nxp/backend/edge_helper.py' 2025-06-05T23:21:45.3737289Z adding 'executorch/backends/nxp/backend/edge_program_converter.py' 2025-06-05T23:21:45.3737507Z adding 'executorch/backends/nxp/backend/neutron_converter_manager.py' 2025-06-05T23:21:45.3737728Z adding 'executorch/backends/nxp/backend/node_format_inference.py' 2025-06-05T23:21:45.3737979Z adding 'executorch/backends/nxp/backend/ir/conversion_config.py' 2025-06-05T23:21:45.3738178Z adding 'executorch/backends/nxp/backend/ir/conversion_context.py' 2025-06-05T23:21:45.3738327Z adding 'executorch/backends/nxp/backend/ir/logger.py' 2025-06-05T23:21:45.3738590Z adding 'executorch/backends/nxp/backend/ir/tensor_formatting.py' 2025-06-05T23:21:45.3738871Z adding 'executorch/backends/nxp/backend/ir/converter/__init__.py' 2025-06-05T23:21:45.3739101Z adding 'executorch/backends/nxp/backend/ir/converter/node_converter.py' 2025-06-05T23:21:45.3739364Z adding 'executorch/backends/nxp/backend/ir/converter/quantization_utils.py' 2025-06-05T23:21:45.3739662Z adding 'executorch/backends/nxp/backend/ir/converter/tensor_utils.py' 2025-06-05T23:21:45.3739900Z adding 'executorch/backends/nxp/backend/ir/converter/builder/__init__.py' 2025-06-05T23:21:45.3740283Z adding 'executorch/backends/nxp/backend/ir/converter/builder/aten_model_builder_director.py' 2025-06-05T23:21:45.3740547Z adding 'executorch/backends/nxp/backend/ir/converter/builder/model_builder.py' 2025-06-05T23:21:45.3740873Z adding 'executorch/backends/nxp/backend/ir/converter/builder/quantization_verification.py' 2025-06-05T23:21:45.3741235Z adding 'executorch/backends/nxp/backend/ir/converter/conversion/__init__.py' 2025-06-05T23:21:45.3741521Z adding 'executorch/backends/nxp/backend/ir/converter/conversion/aten_translator.py' 2025-06-05T23:21:45.3741809Z adding 'executorch/backends/nxp/backend/ir/converter/conversion/common.py' 2025-06-05T23:21:45.3742079Z adding 'executorch/backends/nxp/backend/ir/converter/conversion/translator.py' 2025-06-05T23:21:45.3742495Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/__init__.py' 2025-06-05T23:21:45.3742840Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/__init__.py' 2025-06-05T23:21:45.3743291Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/addmm_converter.py' 2025-06-05T23:21:45.3743727Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/avg_pool_2d_converter.py' 2025-06-05T23:21:45.3744393Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/constant_pad_nd_converter.py' 2025-06-05T23:21:45.3744815Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/convolution_converter.py' 2025-06-05T23:21:45.3745269Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/max_pool_2d_converter.py' 2025-06-05T23:21:45.3745727Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/mm_converter.py' 2025-06-05T23:21:45.3746251Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/permute_copy_converter.py' 2025-06-05T23:21:45.3746668Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/qdq_dequantize_converter.py' 2025-06-05T23:21:45.3747127Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/qdq_quantize_converter.py' 2025-06-05T23:21:45.3747509Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/relu_converter.py' 2025-06-05T23:21:45.3747989Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/softmax_converter.py' 2025-06-05T23:21:45.3748427Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/view_copy_converter.py' 2025-06-05T23:21:45.3748737Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/shared/__init__.py' 2025-06-05T23:21:45.3749144Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/shared/recurrent_utils.py' 2025-06-05T23:21:45.3749564Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/shared/reduce_utils.py' 2025-06-05T23:21:45.3749974Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/shared/reshape_transposition.py' 2025-06-05T23:21:45.3750166Z adding 'executorch/backends/nxp/backend/ir/lib/__init__.py' 2025-06-05T23:21:45.3750393Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ATan2Options.py' 2025-06-05T23:21:45.3750606Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/AbsOptions.py' 2025-06-05T23:21:45.3750954Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ActivationFunctionType.py' 2025-06-05T23:21:45.3751189Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/AddNOptions.py' 2025-06-05T23:21:45.3751475Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/AddOptions.py' 2025-06-05T23:21:45.3751765Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ArgMaxOptions.py' 2025-06-05T23:21:45.3751998Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ArgMinOptions.py' 2025-06-05T23:21:45.3752271Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/AssignVariableOptions.py' 2025-06-05T23:21:45.3752594Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/BatchMatMulOptions.py' 2025-06-05T23:21:45.3752866Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/BatchToSpaceNDOptions.py' 2025-06-05T23:21:45.3753202Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/BidirectionalSequenceLSTMOptions.py' 2025-06-05T23:21:45.3753626Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/BidirectionalSequenceRNNOptions.py' 2025-06-05T23:21:45.3753873Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/BitcastOptions.py' 2025-06-05T23:21:45.3754169Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/BitwiseXorOptions.py' 2025-06-05T23:21:45.3754426Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/BroadcastToOptions.py' 2025-06-05T23:21:45.3754845Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/BucketizeOptions.py' 2025-06-05T23:21:45.3755043Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/Buffer.py' 2025-06-05T23:21:45.3755388Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/BuiltinOperator.py' 2025-06-05T23:21:45.3755682Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/BuiltinOptions.py' 2025-06-05T23:21:45.3755969Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/BuiltinOptions2.py' 2025-06-05T23:21:45.3756208Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/CallOnceOptions.py' 2025-06-05T23:21:45.3756437Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/CallOptions.py' 2025-06-05T23:21:45.3756705Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/CastOptions.py' 2025-06-05T23:21:45.3756929Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/CombinerType.py' 2025-06-05T23:21:45.3757216Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ConcatEmbeddingsOptions.py' 2025-06-05T23:21:45.3757585Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ConcatenationOptions.py' 2025-06-05T23:21:45.3757815Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/Conv2DOptions.py' 2025-06-05T23:21:45.3758092Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/Conv3DOptions.py' 2025-06-05T23:21:45.3758318Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/CosOptions.py' 2025-06-05T23:21:45.3758548Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/CumsumOptions.py' 2025-06-05T23:21:45.3758859Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/CustomOptionsFormat.py' 2025-06-05T23:21:45.3759442Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/CustomQuantization.py' 2025-06-05T23:21:45.3759735Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/DensifyOptions.py' 2025-06-05T23:21:45.3947444Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/DepthToSpaceOptions.py' 2025-06-05T23:21:45.3947945Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/DepthwiseConv2DOptions.py' 2025-06-05T23:21:45.3948332Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/DequantizeOptions.py' 2025-06-05T23:21:45.3948642Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/DilateOptions.py' 2025-06-05T23:21:45.3948924Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/DimensionMetadata.py' 2025-06-05T23:21:45.3949201Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/DimensionType.py' 2025-06-05T23:21:45.3949415Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/DivOptions.py' 2025-06-05T23:21:45.3949767Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/DynamicUpdateSliceOptions.py' 2025-06-05T23:21:45.3950163Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/EmbeddingLookupSparseOptions.py' 2025-06-05T23:21:45.3950472Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/EqualOptions.py' 2025-06-05T23:21:45.3950722Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ExpOptions.py' 2025-06-05T23:21:45.3950991Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ExpandDimsOptions.py' 2025-06-05T23:21:45.3951232Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/FakeQuantOptions.py' 2025-06-05T23:21:45.3951449Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/FillOptions.py' 2025-06-05T23:21:45.3951733Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/FloorDivOptions.py' 2025-06-05T23:21:45.3951993Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/FloorModOptions.py' 2025-06-05T23:21:45.3952395Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/FullyConnectedOptions.py' 2025-06-05T23:21:45.3952849Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/FullyConnectedOptionsWeightsFormat.py' 2025-06-05T23:21:45.3953090Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/GatherNdOptions.py' 2025-06-05T23:21:45.3953319Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/GatherOptions.py' 2025-06-05T23:21:45.3954188Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/GeluOptions.py' 2025-06-05T23:21:45.3954481Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/GreaterEqualOptions.py' 2025-06-05T23:21:45.3954715Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/GreaterOptions.py' 2025-06-05T23:21:45.3955069Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/HardSwishOptions.py' 2025-06-05T23:21:45.3955366Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/HashtableFindOptions.py' 2025-06-05T23:21:45.3955661Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/HashtableImportOptions.py' 2025-06-05T23:21:45.3956014Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/HashtableOptions.py' 2025-06-05T23:21:45.3956282Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/HashtableSizeOptions.py' 2025-06-05T23:21:45.3956492Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/IfOptions.py' 2025-06-05T23:21:45.3956721Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/Int32Vector.py' 2025-06-05T23:21:45.3956956Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/L2NormOptions.py' 2025-06-05T23:21:45.3957221Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/LSHProjectionOptions.py' 2025-06-05T23:21:45.3957486Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/LSHProjectionType.py' 2025-06-05T23:21:45.3957723Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/LSTMKernelType.py' 2025-06-05T23:21:45.3957937Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/LSTMOptions.py' 2025-06-05T23:21:45.3958179Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/LeakyReluOptions.py' 2025-06-05T23:21:45.3958471Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/LessEqualOptions.py' 2025-06-05T23:21:45.3958748Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/LessOptions.py' 2025-06-05T23:21:45.3959424Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/LocalResponseNormalizationOptions.py' 2025-06-05T23:21:45.3959703Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/LogSoftmaxOptions.py' 2025-06-05T23:21:45.3959957Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/LogicalAndOptions.py' 2025-06-05T23:21:45.3960203Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/LogicalNotOptions.py' 2025-06-05T23:21:45.3960462Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/LogicalOrOptions.py' 2025-06-05T23:21:45.3960707Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/MatrixDiagOptions.py' 2025-06-05T23:21:45.3960971Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/MatrixSetDiagOptions.py' 2025-06-05T23:21:45.3961257Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/MaximumMinimumOptions.py' 2025-06-05T23:21:45.3961460Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/Metadata.py' 2025-06-05T23:21:45.3961690Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/MirrorPadMode.py' 2025-06-05T23:21:45.3961988Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/MirrorPadOptions.py' 2025-06-05T23:21:45.3962195Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/Model.py' 2025-06-05T23:21:45.3962506Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/MulOptions.py' 2025-06-05T23:21:45.3962784Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/NegOptions.py' 2025-06-05T23:21:45.3963106Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/NonMaxSuppressionV4Options.py' 2025-06-05T23:21:45.3963406Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/NonMaxSuppressionV5Options.py' 2025-06-05T23:21:45.3963650Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/NotEqualOptions.py' 2025-06-05T23:21:45.3963891Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/OneHotOptions.py' 2025-06-05T23:21:45.3964093Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/Operator.py' 2025-06-05T23:21:45.3964355Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/OperatorCode.py' 2025-06-05T23:21:45.3964636Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/PackOptions.py' 2025-06-05T23:21:45.3965111Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/PadOptions.py' 2025-06-05T23:21:45.3965337Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/PadV2Options.py' 2025-06-05T23:21:45.3965554Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/Padding.py' 2025-06-05T23:21:45.3965898Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/Pool2DOptions.py' 2025-06-05T23:21:45.3966117Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/PowOptions.py' 2025-06-05T23:21:45.3966380Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/QuantizationDetails.py' 2025-06-05T23:21:45.3966678Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/QuantizationParameters.py' 2025-06-05T23:21:45.3966944Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/QuantizeOptions.py' 2025-06-05T23:21:45.3967169Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/RNNOptions.py' 2025-06-05T23:21:45.3967456Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/RandomOptions.py' 2025-06-05T23:21:45.3967806Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/RangeOptions.py' 2025-06-05T23:21:45.3968027Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/RankOptions.py' 2025-06-05T23:21:45.3968301Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ReadVariableOptions.py' 2025-06-05T23:21:45.3968573Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ReduceWindowFunction.py' 2025-06-05T23:21:45.3968833Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ReduceWindowOptions.py' 2025-06-05T23:21:45.3969082Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ReducerOptions.py' 2025-06-05T23:21:45.3969355Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ReshapeOptions.py' 2025-06-05T23:21:45.3969778Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ResizeBilinearOptions.py' 2025-06-05T23:21:45.3970208Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ResizeNearestNeighborOptions.py' 2025-06-05T23:21:45.3970508Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ReverseSequenceOptions.py' 2025-06-05T23:21:45.3970757Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ReverseV2Options.py' 2025-06-05T23:21:45.3970986Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/Rfft2dOptions.py' 2025-06-05T23:21:45.3971256Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/RightShiftOptions.py' 2025-06-05T23:21:45.3971480Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/RngAlgorithm.py' 2025-06-05T23:21:45.3971696Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SVDFOptions.py' 2025-06-05T23:21:45.3971992Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ScatterNdOptions.py' 2025-06-05T23:21:45.3972285Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SegmentSumOptions.py' 2025-06-05T23:21:45.3972567Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SelectOptions.py' 2025-06-05T23:21:45.3972822Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SelectV2Options.py' 2025-06-05T23:21:45.3973080Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SequenceRNNOptions.py' 2025-06-05T23:21:45.3973303Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ShapeOptions.py' 2025-06-05T23:21:45.3973517Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SignOptions.py' 2025-06-05T23:21:45.3973788Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SignatureDef.py' 2025-06-05T23:21:45.3974126Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SkipGramOptions.py' 2025-06-05T23:21:45.3974420Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SliceOptions.py' 2025-06-05T23:21:45.3974697Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SoftmaxOptions.py' 2025-06-05T23:21:45.3974969Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SpaceToBatchNDOptions.py' 2025-06-05T23:21:45.3975230Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SpaceToDepthOptions.py' 2025-06-05T23:21:45.3975492Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SparseIndexVector.py' 2025-06-05T23:21:45.3975850Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SparseToDenseOptions.py' 2025-06-05T23:21:45.3976146Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SparsityParameters.py' 2025-06-05T23:21:45.3976405Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SplitOptions.py' 2025-06-05T23:21:45.3976822Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SplitVOptions.py' 2025-06-05T23:21:45.3977057Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SquareOptions.py' 2025-06-05T23:21:45.3977345Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SquaredDifferenceOptions.py' 2025-06-05T23:21:45.3977589Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SqueezeOptions.py' 2025-06-05T23:21:45.3977911Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloBroadcastInDimOptions.py' 2025-06-05T23:21:45.4156318Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloCompareOptions.py' 2025-06-05T23:21:45.4157863Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloComparisonDirection.py' 2025-06-05T23:21:45.4159414Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloComparisonType.py' 2025-06-05T23:21:45.4160742Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloConcatenateOptions.py' 2025-06-05T23:21:45.4162118Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloConvolutionOptions.py' 2025-06-05T23:21:45.4163461Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloCustomCallOptions.py' 2025-06-05T23:21:45.4164804Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloDotGeneralOptions.py' 2025-06-05T23:21:45.4166152Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloDynamicSliceOptions.py' 2025-06-05T23:21:45.4167493Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloGatherOptions.py' 2025-06-05T23:21:45.4168720Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloIotaOptions.py' 2025-06-05T23:21:45.4170016Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloPadOptions.py' 2025-06-05T23:21:45.4171253Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloPrecisionConfig.py' 2025-06-05T23:21:45.4172528Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloReduceOptions.py' 2025-06-05T23:21:45.4174031Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloReduceWindowOptions.py' 2025-06-05T23:21:45.4175435Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloRngBitGeneratorOptions.py' 2025-06-05T23:21:45.4176805Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloScatterOptions.py' 2025-06-05T23:21:45.4178039Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloSliceOptions.py' 2025-06-05T23:21:45.4179265Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloSortOptions.py' 2025-06-05T23:21:45.4180530Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloTransposeOptions.py' 2025-06-05T23:21:45.4181815Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloWhileOptions.py' 2025-06-05T23:21:45.4183016Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StridedSliceOptions.py' 2025-06-05T23:21:45.4184078Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SubGraph.py' 2025-06-05T23:21:45.4185090Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SubOptions.py' 2025-06-05T23:21:45.4186032Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/Tensor.py' 2025-06-05T23:21:45.4186972Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/TensorMap.py' 2025-06-05T23:21:45.4187956Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/TensorType.py' 2025-06-05T23:21:45.4188960Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/TileOptions.py' 2025-06-05T23:21:45.4189992Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/TopKV2Options.py' 2025-06-05T23:21:45.4191115Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/TransposeConvOptions.py' 2025-06-05T23:21:45.4192579Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/TransposeOptions.py' 2025-06-05T23:21:45.4193626Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/Uint16Vector.py' 2025-06-05T23:21:45.4194640Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/Uint8Vector.py' 2025-06-05T23:21:45.4196171Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/UnidirectionalSequenceLSTMOptions.py' 2025-06-05T23:21:45.4197620Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/UniqueOptions.py' 2025-06-05T23:21:45.4198679Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/UnpackOptions.py' 2025-06-05T23:21:45.4199854Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/UnsortedSegmentMaxOptions.py' 2025-06-05T23:21:45.4201163Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/UnsortedSegmentMinOptions.py' 2025-06-05T23:21:45.4202497Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/UnsortedSegmentProdOptions.py' 2025-06-05T23:21:45.4203805Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/UnsortedSegmentSumOptions.py' 2025-06-05T23:21:45.4205058Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/VarHandleOptions.py' 2025-06-05T23:21:45.4206164Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/VariantSubType.py' 2025-06-05T23:21:45.4207251Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/WhereOptions.py' 2025-06-05T23:21:45.4208290Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/WhileOptions.py' 2025-06-05T23:21:45.4209352Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ZerosLikeOptions.py' 2025-06-05T23:21:45.4210468Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/__init__.py' 2025-06-05T23:21:45.4211453Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/__init__.py' 2025-06-05T23:21:45.4212541Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/tflite_model.py' 2025-06-05T23:21:45.4213777Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/__init__.py' 2025-06-05T23:21:45.4215137Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/abs_options.py' 2025-06-05T23:21:45.4216538Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/add_n_options.py' 2025-06-05T23:21:45.4217913Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/add_options.py' 2025-06-05T23:21:45.4219336Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/arg_max_options.py' 2025-06-05T23:21:45.4220761Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/arg_min_options.py' 2025-06-05T23:21:45.4222271Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/average_pool_2d_options.py' 2025-06-05T23:21:45.4223862Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/batch_mat_mul_options.py' 2025-06-05T23:21:45.4225504Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/bidirectional_sequence_lstm_options.py' 2025-06-05T23:21:45.4227330Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/bidirectional_sequence_rnn_options.py' 2025-06-05T23:21:45.4228960Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/bitwise_xor_options.py' 2025-06-05T23:21:45.4230488Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/broadcast_to_options.py' 2025-06-05T23:21:45.4231972Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/cast_options.py' 2025-06-05T23:21:45.4233435Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/concatenation_options.py' 2025-06-05T23:21:45.4234918Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/conv_2d_options.py' 2025-06-05T23:21:45.4236339Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/conv_3d_options.py' 2025-06-05T23:21:45.4237759Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/cum_sum_options.py' 2025-06-05T23:21:45.4239426Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/depth_to_space_options.py' 2025-06-05T23:21:45.4240992Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/depthwise_conv_2d_options.py' 2025-06-05T23:21:45.4242659Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/dequantize_options.py' 2025-06-05T23:21:45.4244095Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/div_options.py' 2025-06-05T23:21:45.4245461Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/equal_options.py' 2025-06-05T23:21:45.4246850Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/exp_options.py' 2025-06-05T23:21:45.4248250Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/floor_mod_options.py' 2025-06-05T23:21:45.4249869Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/fully_connected_options.py' 2025-06-05T23:21:45.4251392Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/gather_nd_options.py' 2025-06-05T23:21:45.4252842Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/gather_options.py' 2025-06-05T23:21:45.4254280Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/gelu_options.py' 2025-06-05T23:21:45.4255706Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/greater_equal_options.py' 2025-06-05T23:21:45.4257190Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/greater_options.py' 2025-06-05T23:21:45.4258650Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/hard_swish_options.py' 2025-06-05T23:21:45.4260317Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/leaky_relu_options.py' 2025-06-05T23:21:45.4261769Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/less_equal_options.py' 2025-06-05T23:21:45.4263208Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/less_options.py' 2025-06-05T23:21:45.4264663Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/log_softmax_options.py' 2025-06-05T23:21:45.4266164Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/logical_and_options.py' 2025-06-05T23:21:45.4267713Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/logical_not_options.py' 2025-06-05T23:21:45.4269214Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/logical_or_options.py' 2025-06-05T23:21:45.4270612Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/lrn_options.py' 2025-06-05T23:21:45.4272048Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/lstm_options.py' 2025-06-05T23:21:45.4273509Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/max_pool_2d_options.py' 2025-06-05T23:21:45.4274996Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/maximum_options.py' 2025-06-05T23:21:45.4276392Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/mean_options.py' 2025-06-05T23:21:45.4277803Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/minimum_options.py' 2025-06-05T23:21:45.4392652Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/mirror_pad_options.py' 2025-06-05T23:21:45.4394168Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/mul_options.py' 2025-06-05T23:21:45.4395631Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/multinomial_options.py' 2025-06-05T23:21:45.4397122Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/neg_options.py' 2025-06-05T23:21:45.4398552Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/not_equal_options.py' 2025-06-05T23:21:45.4400218Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/one_hot_options.py' 2025-06-05T23:21:45.4401613Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/pad_options.py' 2025-06-05T23:21:45.4403181Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/pad_v2_options.py' 2025-06-05T23:21:45.4404561Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/pow_options.py' 2025-06-05T23:21:45.4405975Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/quantize_options.py' 2025-06-05T23:21:45.4407405Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/range_options.py' 2025-06-05T23:21:45.4408856Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/reduce_max_options.py' 2025-06-05T23:21:45.4410426Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/reduce_min_options.py' 2025-06-05T23:21:45.4411897Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/reduce_prod_options.py' 2025-06-05T23:21:45.4413337Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/reshape_options.py' 2025-06-05T23:21:45.4414877Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/resize_bilinear_options.py' 2025-06-05T23:21:45.4416528Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/resize_nearest_neighbor_options.py' 2025-06-05T23:21:45.4418162Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/reverse_sequence_options.py' 2025-06-05T23:21:45.4419728Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/scatter_nd_options.py' 2025-06-05T23:21:45.4421195Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/select_v2_options.py' 2025-06-05T23:21:45.4422646Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/shape_options.py' 2025-06-05T23:21:45.4424066Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/sign_options.py' 2025-06-05T23:21:45.4425436Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/slice_options.py' 2025-06-05T23:21:45.4427032Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/softmax_options.py' 2025-06-05T23:21:45.4428523Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/space_to_depth_options.py' 2025-06-05T23:21:45.4430011Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/split_options.py' 2025-06-05T23:21:45.4431434Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/split_v_options.py' 2025-06-05T23:21:45.4432850Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/square_options.py' 2025-06-05T23:21:45.4434418Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/squared_difference_options.py' 2025-06-05T23:21:45.4435954Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/squeeze_options.py' 2025-06-05T23:21:45.4437433Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/strided_slice_options.py' 2025-06-05T23:21:45.4438899Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/sub_options.py' 2025-06-05T23:21:45.4440329Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/sum_options.py' 2025-06-05T23:21:45.4441701Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/tile_options.py' 2025-06-05T23:21:45.4443168Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/transpose_conv_options.py' 2025-06-05T23:21:45.4444690Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/transpose_options.py' 2025-06-05T23:21:45.4446314Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/unidirectional_sequence_lstm_options.py' 2025-06-05T23:21:45.4448284Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/unidirectional_sequence_rnn_options.py' 2025-06-05T23:21:45.4450067Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/custom_options/flex_transpose_options.py' 2025-06-05T23:21:45.4451560Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/meta/__init__.py' 2025-06-05T23:21:45.4452673Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/meta/meta.py' 2025-06-05T23:21:45.4453751Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/meta/types.py' 2025-06-05T23:21:45.4454811Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/__init__.py' 2025-06-05T23:21:45.4455893Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/graph_utils.py' 2025-06-05T23:21:45.4457034Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/operator_rules.py' 2025-06-05T23:21:45.4458157Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizer.py' 2025-06-05T23:21:45.4459498Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/pattern_matcher.py' 2025-06-05T23:21:45.4460653Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/tensor_rules.py' 2025-06-05T23:21:45.4461873Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/__init__.py' 2025-06-05T23:21:45.4463262Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/base_optimization.py' 2025-06-05T23:21:45.4464972Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/combine_hard_sigmoid_and_mul_to_hard_swish.py' 2025-06-05T23:21:45.4479180Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/eliminate_dead_branches.py' 2025-06-05T23:21:45.4480823Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/fuse_activation_functions.py' 2025-06-05T23:21:45.4482553Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/fuse_fully_connected_and_add_operators.py' 2025-06-05T23:21:45.4484392Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/fuse_quanitze_into_preceding_ops.py' 2025-06-05T23:21:45.4486021Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/keep_one_empty_buffer.py' 2025-06-05T23:21:45.4487583Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/move_relu_before_concat.py' 2025-06-05T23:21:45.4489340Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/permute_fully_connected_weights_after_reshape.py' 2025-06-05T23:21:45.4491164Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/prune_cast_operators.py' 2025-06-05T23:21:45.4492696Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/prune_quantize_operators.py' 2025-06-05T23:21:45.4494269Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/prune_reshape_operators.py' 2025-06-05T23:21:45.4495849Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/prune_transpose_operators.py' 2025-06-05T23:21:45.4497528Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/remove_unused_tensors_and_buffers.py' 2025-06-05T23:21:45.4499478Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/replace_average_pool_before_fully_connected_with_sum.py' 2025-06-05T23:21:45.4501003Z adding 'executorch/backends/nxp/quantizer/neutron_quantizer.py' 2025-06-05T23:21:45.4501884Z adding 'executorch/backends/nxp/quantizer/patterns.py' 2025-06-05T23:21:45.4502607Z adding 'executorch/backends/nxp/quantizer/utils.py' 2025-06-05T23:21:45.4503413Z adding 'executorch/backends/nxp/tests/executorch_pipeline.py' 2025-06-05T23:21:45.4504188Z adding 'executorch/backends/nxp/tests/executors.py' 2025-06-05T23:21:45.4505022Z adding 'executorch/backends/nxp/tests/exported_program_vizualize.py' 2025-06-05T23:21:45.4505833Z adding 'executorch/backends/nxp/tests/models.py' 2025-06-05T23:21:45.4506831Z adding 'executorch/backends/nxp/tests/test_batch_norm_fusion.py' 2025-06-05T23:21:45.4507708Z adding 'executorch/backends/nxp/tests/test_neutron_backend.py' 2025-06-05T23:21:45.4508647Z adding 'executorch/backends/nxp/tests/test_neutron_converter_manager.py' 2025-06-05T23:21:45.4509829Z adding 'executorch/backends/nxp/tests/test_node_format_inference.py' 2025-06-05T23:21:45.4510805Z adding 'executorch/backends/nxp/tests/test_operator_selector.py' 2025-06-05T23:21:45.4511755Z adding 'executorch/backends/nxp/tests/test_qdq_clustering_conv.py' 2025-06-05T23:21:45.4512590Z adding 'executorch/backends/nxp/tests/test_quantizer.py' 2025-06-05T23:21:45.4513689Z adding 'executorch/backends/nxp/tests/ir/converter/node_converter/test_avg_pool2d_converter.py' 2025-06-05T23:21:45.4515201Z adding 'executorch/backends/nxp/tests/ir/converter/node_converter/test_constant_pad_nd_converter.py' 2025-06-05T23:21:45.4516634Z adding 'executorch/backends/nxp/tests/ir/converter/node_converter/test_conv_converter.py' 2025-06-05T23:21:45.4518024Z adding 'executorch/backends/nxp/tests/ir/converter/node_converter/test_linear_converter.py' 2025-06-05T23:21:45.4519473Z adding 'executorch/backends/nxp/tests/ir/converter/node_converter/test_max_pool_2d_converter.py' 2025-06-05T23:21:45.4520962Z adding 'executorch/backends/nxp/tests/ir/converter/node_converter/test_permute_copy_converter.py' 2025-06-05T23:21:45.4522396Z adding 'executorch/backends/nxp/tests/ir/converter/node_converter/test_relu_converter.py' 2025-06-05T23:21:45.4523813Z adding 'executorch/backends/nxp/tests/ir/converter/node_converter/test_softmax_converter.py' 2025-06-05T23:21:45.4525239Z adding 'executorch/backends/nxp/tests/ir/converter/node_converter/test_view_copy_converter.py' 2025-06-05T23:21:45.4526295Z adding 'executorch/backends/openvino/__init__.py' 2025-06-05T23:21:45.4712617Z adding 'executorch/backends/openvino/partitioner.py' 2025-06-05T23:21:45.4713421Z adding 'executorch/backends/openvino/preprocess.py' 2025-06-05T23:21:45.4714162Z adding 'executorch/backends/openvino/quantizer/__init__.py' 2025-06-05T23:21:45.4715015Z adding 'executorch/backends/openvino/quantizer/quantizer.py' 2025-06-05T23:21:45.4715829Z adding 'executorch/backends/openvino/tests/test_runner.py' 2025-06-05T23:21:45.4716814Z adding 'executorch/backends/openvino/tests/models/test_classification.py' 2025-06-05T23:21:45.4717879Z adding 'executorch/backends/openvino/tests/ops/base_openvino_op_test.py' 2025-06-05T23:21:45.4718822Z adding 'executorch/backends/openvino/tests/ops/test_add.py' 2025-06-05T23:21:45.4719677Z adding 'executorch/backends/openvino/tests/ops/test_addmm.py' 2025-06-05T23:21:45.4720516Z adding 'executorch/backends/openvino/tests/ops/test_arange.py' 2025-06-05T23:21:45.4721423Z adding 'executorch/backends/openvino/tests/ops/test_batch_norm.py' 2025-06-05T23:21:45.4722392Z adding 'executorch/backends/openvino/tests/ops/test_convolution.py' 2025-06-05T23:21:45.4723324Z adding 'executorch/backends/openvino/tests/ops/test_mean.py' 2025-06-05T23:21:45.4724170Z adding 'executorch/backends/openvino/tests/ops/test_permute.py' 2025-06-05T23:21:45.4725088Z adding 'executorch/backends/openvino/tests/ops/test_pooling.py' 2025-06-05T23:21:45.4726013Z adding 'executorch/backends/openvino/tests/ops/test_unary_ops.py' 2025-06-05T23:21:45.4726885Z adding 'executorch/backends/openvino/tests/ops/test_view.py' 2025-06-05T23:21:45.4727721Z adding 'executorch/backends/qualcomm/qnn_preprocess.py' 2025-06-05T23:21:45.4728472Z adding 'executorch/backends/qualcomm/_passes/__init__.py' 2025-06-05T23:21:45.4729438Z adding 'executorch/backends/qualcomm/_passes/annotate_adaptive_avg_pool1d.py' 2025-06-05T23:21:45.4730590Z adding 'executorch/backends/qualcomm/_passes/annotate_quant_attrs.py' 2025-06-05T23:21:45.4731528Z adding 'executorch/backends/qualcomm/_passes/annotate_stack.py' 2025-06-05T23:21:45.4732440Z adding 'executorch/backends/qualcomm/_passes/annotate_unbind.py' 2025-06-05T23:21:45.4733590Z adding 'executorch/backends/qualcomm/_passes/build_quant_io.py' 2025-06-05T23:21:45.4734517Z adding 'executorch/backends/qualcomm/_passes/convert_bmm_to_matmul.py' 2025-06-05T23:21:45.4735518Z adding 'executorch/backends/qualcomm/_passes/convert_conv1d_to_conv2d.py' 2025-06-05T23:21:45.4736828Z adding 'executorch/backends/qualcomm/_passes/convert_square_to_pow.py' 2025-06-05T23:21:45.4737757Z adding 'executorch/backends/qualcomm/_passes/decompose_any.py' 2025-06-05T23:21:45.4738655Z adding 'executorch/backends/qualcomm/_passes/decompose_cdist.py' 2025-06-05T23:21:45.4739567Z adding 'executorch/backends/qualcomm/_passes/decompose_einsum.py' 2025-06-05T23:21:45.4740491Z adding 'executorch/backends/qualcomm/_passes/decompose_expm1.py' 2025-06-05T23:21:45.4741492Z adding 'executorch/backends/qualcomm/_passes/decompose_linalg_vector_norm.py' 2025-06-05T23:21:45.4742488Z adding 'executorch/backends/qualcomm/_passes/decompose_roll.py' 2025-06-05T23:21:45.4743408Z adding 'executorch/backends/qualcomm/_passes/decompose_silu.py' 2025-06-05T23:21:45.4744395Z adding 'executorch/backends/qualcomm/_passes/expand_broadcast_tensor_shape.py' 2025-06-05T23:21:45.4745539Z adding 'executorch/backends/qualcomm/_passes/fixed_linear_keep_dim.py' 2025-06-05T23:21:45.4746474Z adding 'executorch/backends/qualcomm/_passes/fold_qdq.py' 2025-06-05T23:21:45.4747353Z adding 'executorch/backends/qualcomm/_passes/fuse_consecutive_cast.py' 2025-06-05T23:21:45.4748406Z adding 'executorch/backends/qualcomm/_passes/fuse_consecutive_transpose.py' 2025-06-05T23:21:45.4749380Z adding 'executorch/backends/qualcomm/_passes/i64_to_i32.py' 2025-06-05T23:21:45.4750223Z adding 'executorch/backends/qualcomm/_passes/insert_io_qdq.py' 2025-06-05T23:21:45.4751124Z adding 'executorch/backends/qualcomm/_passes/insert_requantize.py' 2025-06-05T23:21:45.4752060Z adding 'executorch/backends/qualcomm/_passes/layout_transform.py' 2025-06-05T23:21:45.4753095Z adding 'executorch/backends/qualcomm/_passes/lift_constant_scalar_operands.py' 2025-06-05T23:21:45.4754138Z adding 'executorch/backends/qualcomm/_passes/qnn_pass_manager.py' 2025-06-05T23:21:45.4755119Z adding 'executorch/backends/qualcomm/_passes/recompose_pixel_unshuffle.py' 2025-06-05T23:21:45.4756152Z adding 'executorch/backends/qualcomm/_passes/recompose_rms_norm.py' 2025-06-05T23:21:45.4757136Z adding 'executorch/backends/qualcomm/_passes/reduce_dynamic_range.py' 2025-06-05T23:21:45.4758085Z adding 'executorch/backends/qualcomm/_passes/remove_0d_tensor.py' 2025-06-05T23:21:45.4759017Z adding 'executorch/backends/qualcomm/_passes/remove_redundancy.py' 2025-06-05T23:21:45.4760187Z adding 'executorch/backends/qualcomm/_passes/replace_arange_args.py' 2025-06-05T23:21:45.4761305Z adding 'executorch/backends/qualcomm/_passes/replace_index_put_input.py' 2025-06-05T23:21:45.4762272Z adding 'executorch/backends/qualcomm/_passes/replace_inf_values.py' 2025-06-05T23:21:45.4763173Z adding 'executorch/backends/qualcomm/_passes/tag_quant_io.py' 2025-06-05T23:21:45.4763955Z adding 'executorch/backends/qualcomm/_passes/utils.py' 2025-06-05T23:21:45.4764704Z adding 'executorch/backends/qualcomm/aot/ir/qcir.fbs' 2025-06-05T23:21:45.4765474Z adding 'executorch/backends/qualcomm/builders/__init__.py' 2025-06-05T23:21:45.4766284Z adding 'executorch/backends/qualcomm/builders/node_visitor.py' 2025-06-05T23:21:45.4767101Z adding 'executorch/backends/qualcomm/builders/op_abs.py' 2025-06-05T23:21:45.4768013Z adding 'executorch/backends/qualcomm/builders/op_adaptive_avg_pool2d.py' 2025-06-05T23:21:45.4768972Z adding 'executorch/backends/qualcomm/builders/op_add.py' 2025-06-05T23:21:45.4769843Z adding 'executorch/backends/qualcomm/builders/op_amax.py' 2025-06-05T23:21:45.4770646Z adding 'executorch/backends/qualcomm/builders/op_and.py' 2025-06-05T23:21:45.4771437Z adding 'executorch/backends/qualcomm/builders/op_arange.py' 2025-06-05T23:21:45.4772292Z adding 'executorch/backends/qualcomm/builders/op_argmin.py' 2025-06-05T23:21:45.4773332Z adding 'executorch/backends/qualcomm/builders/op_avg_pool2d.py' 2025-06-05T23:21:45.4774207Z adding 'executorch/backends/qualcomm/builders/op_batch_norm.py' 2025-06-05T23:21:45.4775048Z adding 'executorch/backends/qualcomm/builders/op_bmm.py' 2025-06-05T23:21:45.4775799Z adding 'executorch/backends/qualcomm/builders/op_cat.py' 2025-06-05T23:21:45.4776740Z adding 'executorch/backends/qualcomm/builders/op_ceil.py' 2025-06-05T23:21:45.4777527Z adding 'executorch/backends/qualcomm/builders/op_clamp.py' 2025-06-05T23:21:45.4778333Z adding 'executorch/backends/qualcomm/builders/op_conv2d.py' 2025-06-05T23:21:45.4779148Z adding 'executorch/backends/qualcomm/builders/op_cos.py' 2025-06-05T23:21:45.4779974Z adding 'executorch/backends/qualcomm/builders/op_cum_sum.py' 2025-06-05T23:21:45.4780872Z adding 'executorch/backends/qualcomm/builders/op_depth_to_space.py' 2025-06-05T23:21:45.4781802Z adding 'executorch/backends/qualcomm/builders/op_dequantize.py' 2025-06-05T23:21:45.4782667Z adding 'executorch/backends/qualcomm/builders/op_div.py' 2025-06-05T23:21:45.4783449Z adding 'executorch/backends/qualcomm/builders/op_elu.py' 2025-06-05T23:21:45.4784250Z adding 'executorch/backends/qualcomm/builders/op_embedding.py' 2025-06-05T23:21:45.4785069Z adding 'executorch/backends/qualcomm/builders/op_eq.py' 2025-06-05T23:21:45.4785841Z adding 'executorch/backends/qualcomm/builders/op_exp.py' 2025-06-05T23:21:45.4786632Z adding 'executorch/backends/qualcomm/builders/op_expand.py' 2025-06-05T23:21:45.4787457Z adding 'executorch/backends/qualcomm/builders/op_full.py' 2025-06-05T23:21:45.4788304Z adding 'executorch/backends/qualcomm/builders/op_full_like.py' 2025-06-05T23:21:45.4789125Z adding 'executorch/backends/qualcomm/builders/op_gather.py' 2025-06-05T23:21:45.4789912Z adding 'executorch/backends/qualcomm/builders/op_ge.py' 2025-06-05T23:21:45.4790665Z adding 'executorch/backends/qualcomm/builders/op_gelu.py' 2025-06-05T23:21:45.4791494Z adding 'executorch/backends/qualcomm/builders/op_group_norm.py' 2025-06-05T23:21:45.4792300Z adding 'executorch/backends/qualcomm/builders/op_gt.py' 2025-06-05T23:21:45.4793183Z adding 'executorch/backends/qualcomm/builders/op_hardsigmoid.py' 2025-06-05T23:21:45.4794042Z adding 'executorch/backends/qualcomm/builders/op_hardswish.py' 2025-06-05T23:21:45.4794923Z adding 'executorch/backends/qualcomm/builders/op_hardtanh.py' 2025-06-05T23:21:45.4795770Z adding 'executorch/backends/qualcomm/builders/op_index.py' 2025-06-05T23:21:45.4796569Z adding 'executorch/backends/qualcomm/builders/op_index_put.py' 2025-06-05T23:21:45.4797431Z adding 'executorch/backends/qualcomm/builders/op_instance_norm.py' 2025-06-05T23:21:45.4798372Z adding 'executorch/backends/qualcomm/builders/op_layer_norm.py' 2025-06-05T23:21:45.4799220Z adding 'executorch/backends/qualcomm/builders/op_le.py' 2025-06-05T23:21:45.4800007Z adding 'executorch/backends/qualcomm/builders/op_linear.py' 2025-06-05T23:21:45.4800810Z adding 'executorch/backends/qualcomm/builders/op_log.py' 2025-06-05T23:21:45.4801647Z adding 'executorch/backends/qualcomm/builders/op_log_softmax.py' 2025-06-05T23:21:45.4802553Z adding 'executorch/backends/qualcomm/builders/op_logical_not.py' 2025-06-05T23:21:45.4803375Z adding 'executorch/backends/qualcomm/builders/op_lt.py' 2025-06-05T23:21:45.4804172Z adding 'executorch/backends/qualcomm/builders/op_matmul.py' 2025-06-05T23:21:45.4804990Z adding 'executorch/backends/qualcomm/builders/op_max.py' 2025-06-05T23:21:45.4805818Z adding 'executorch/backends/qualcomm/builders/op_max_pool2d.py' 2025-06-05T23:21:45.4806695Z adding 'executorch/backends/qualcomm/builders/op_mean_dim.py' 2025-06-05T23:21:45.4807499Z adding 'executorch/backends/qualcomm/builders/op_min.py' 2025-06-05T23:21:45.4808260Z adding 'executorch/backends/qualcomm/builders/op_mul.py' 2025-06-05T23:21:45.4809014Z adding 'executorch/backends/qualcomm/builders/op_ne.py' 2025-06-05T23:21:45.4809861Z adding 'executorch/backends/qualcomm/builders/op_neg.py' 2025-06-05T23:21:45.4810806Z adding 'executorch/backends/qualcomm/builders/op_or.py' 2025-06-05T23:21:45.4811596Z adding 'executorch/backends/qualcomm/builders/op_pad.py' 2025-06-05T23:21:45.4812359Z adding 'executorch/backends/qualcomm/builders/op_pow.py' 2025-06-05T23:21:45.4813125Z adding 'executorch/backends/qualcomm/builders/op_prelu.py' 2025-06-05T23:21:45.4814102Z adding 'executorch/backends/qualcomm/builders/op_quantize.py' 2025-06-05T23:21:45.4814931Z adding 'executorch/backends/qualcomm/builders/op_relu.py' 2025-06-05T23:21:45.4815751Z adding 'executorch/backends/qualcomm/builders/op_repeat.py' 2025-06-05T23:21:45.4816564Z adding 'executorch/backends/qualcomm/builders/op_reshape.py' 2025-06-05T23:21:45.4817390Z adding 'executorch/backends/qualcomm/builders/op_resize.py' 2025-06-05T23:21:45.4818228Z adding 'executorch/backends/qualcomm/builders/op_rms_norm.py' 2025-06-05T23:21:45.4819090Z adding 'executorch/backends/qualcomm/builders/op_rsqrt.py' 2025-06-05T23:21:45.4819946Z adding 'executorch/backends/qualcomm/builders/op_scalar_tensor.py' 2025-06-05T23:21:45.4820897Z adding 'executorch/backends/qualcomm/builders/op_select_copy.py' 2025-06-05T23:21:45.4821749Z adding 'executorch/backends/qualcomm/builders/op_sigmoid.py' 2025-06-05T23:21:45.4822602Z adding 'executorch/backends/qualcomm/builders/op_sin.py' 2025-06-05T23:21:45.4823440Z adding 'executorch/backends/qualcomm/builders/op_skip_ops.py' 2025-06-05T23:21:45.5090574Z adding 'executorch/backends/qualcomm/builders/op_slice_copy.py' 2025-06-05T23:21:45.5091684Z adding 'executorch/backends/qualcomm/builders/op_softmax.py' 2025-06-05T23:21:45.5092569Z adding 'executorch/backends/qualcomm/builders/op_space_to_depth.py' 2025-06-05T23:21:45.5093599Z adding 'executorch/backends/qualcomm/builders/op_split_with_sizes.py' 2025-06-05T23:21:45.5094521Z adding 'executorch/backends/qualcomm/builders/op_sqrt.py' 2025-06-05T23:21:45.5095330Z adding 'executorch/backends/qualcomm/builders/op_squeeze.py' 2025-06-05T23:21:45.5096184Z adding 'executorch/backends/qualcomm/builders/op_stack.py' 2025-06-05T23:21:45.5096968Z adding 'executorch/backends/qualcomm/builders/op_sub.py' 2025-06-05T23:21:45.5097824Z adding 'executorch/backends/qualcomm/builders/op_sum_int_list.py' 2025-06-05T23:21:45.5098690Z adding 'executorch/backends/qualcomm/builders/op_tanh.py' 2025-06-05T23:21:45.5099487Z adding 'executorch/backends/qualcomm/builders/op_to.py' 2025-06-05T23:21:45.5100257Z adding 'executorch/backends/qualcomm/builders/op_topk.py' 2025-06-05T23:21:45.5101087Z adding 'executorch/backends/qualcomm/builders/op_transpose.py' 2025-06-05T23:21:45.5101945Z adding 'executorch/backends/qualcomm/builders/op_unbind.py' 2025-06-05T23:21:45.5102771Z adding 'executorch/backends/qualcomm/builders/op_unsqueeze.py' 2025-06-05T23:21:45.5103749Z adding 'executorch/backends/qualcomm/builders/op_upsample_bilinear2d.py' 2025-06-05T23:21:45.5104802Z adding 'executorch/backends/qualcomm/builders/op_upsample_nearest2d.py' 2025-06-05T23:21:45.5105767Z adding 'executorch/backends/qualcomm/builders/op_where.py' 2025-06-05T23:21:45.5106633Z adding 'executorch/backends/qualcomm/builders/qnn_constants.py' 2025-06-05T23:21:45.5107463Z adding 'executorch/backends/qualcomm/builders/utils.py' 2025-06-05T23:21:45.5108235Z adding 'executorch/backends/qualcomm/debugger/utils.py' 2025-06-05T23:21:45.5109035Z adding 'executorch/backends/qualcomm/partition/common_defs.py' 2025-06-05T23:21:45.5109949Z adding 'executorch/backends/qualcomm/partition/qnn_partitioner.py' 2025-06-05T23:21:45.5110786Z adding 'executorch/backends/qualcomm/partition/utils.py' 2025-06-05T23:21:45.5111604Z adding 'executorch/backends/qualcomm/quantizer/annotators.py' 2025-06-05T23:21:45.5112540Z adding 'executorch/backends/qualcomm/quantizer/custom_annotation.py' 2025-06-05T23:21:45.5113430Z adding 'executorch/backends/qualcomm/quantizer/qconfig.py' 2025-06-05T23:21:45.5114260Z adding 'executorch/backends/qualcomm/quantizer/quantizer.py' 2025-06-05T23:21:45.5115312Z adding 'executorch/backends/qualcomm/quantizer/observers/per_block_param_observer.py' 2025-06-05T23:21:45.5116853Z adding 'executorch/backends/qualcomm/quantizer/observers/per_channel_param_observer.py' 2025-06-05T23:21:45.5118056Z adding 'executorch/backends/qualcomm/serialization/qc_compiler_spec.fbs' 2025-06-05T23:21:45.5119257Z adding 'executorch/backends/qualcomm/serialization/qc_schema.py' 2025-06-05T23:21:45.5120303Z adding 'executorch/backends/qualcomm/serialization/qc_schema_serialize.py' 2025-06-05T23:21:45.5121216Z adding 'executorch/backends/qualcomm/tests/models.py' 2025-06-05T23:21:45.5122044Z adding 'executorch/backends/qualcomm/tests/test_qnn_delegate.py' 2025-06-05T23:21:45.5122858Z adding 'executorch/backends/qualcomm/tests/utils.py' 2025-06-05T23:21:45.5123608Z adding 'executorch/backends/qualcomm/utils/constants.py' 2025-06-05T23:21:45.5124353Z adding 'executorch/backends/qualcomm/utils/utils.py' 2025-06-05T23:21:45.5125039Z adding 'executorch/backends/transforms/__init__.py' 2025-06-05T23:21:45.5125845Z adding 'executorch/backends/transforms/addmm_mm_to_linear.py' 2025-06-05T23:21:45.5126712Z adding 'executorch/backends/transforms/convert_dtype_pass.py' 2025-06-05T23:21:45.5127520Z adding 'executorch/backends/transforms/decompose_sdpa.py' 2025-06-05T23:21:45.5128470Z adding 'executorch/backends/transforms/duplicate_dynamic_quant_chain.py' 2025-06-05T23:21:45.5129483Z adding 'executorch/backends/transforms/fuse_batch_norm_with_conv.py' 2025-06-05T23:21:45.5130507Z adding 'executorch/backends/transforms/fuse_conv_with_clamp.py' 2025-06-05T23:21:45.5131330Z adding 'executorch/backends/transforms/fuse_view_copy.py' 2025-06-05T23:21:45.5132131Z adding 'executorch/backends/transforms/mean_to_sum_div.py' 2025-06-05T23:21:45.5132959Z adding 'executorch/backends/transforms/rank_0_to_rank_1.py' 2025-06-05T23:21:45.5133767Z adding 'executorch/backends/transforms/remove_clone_ops.py' 2025-06-05T23:21:45.5134604Z adding 'executorch/backends/transforms/remove_getitem_op.py' 2025-06-05T23:21:45.5135528Z adding 'executorch/backends/transforms/replace_scalar_with_tensor.py' 2025-06-05T23:21:45.5136366Z adding 'executorch/backends/transforms/utils.py' 2025-06-05T23:21:45.5137230Z adding 'executorch/backends/transforms/view_copy_to_squeeze_unsqueeze.py' 2025-06-05T23:21:45.5138447Z adding 'executorch/backends/transforms/test/test_create_delete_constant_placeholder.py' 2025-06-05T23:21:45.5139715Z adding 'executorch/backends/transforms/test/test_duplicate_dynamic_quant_chain.py' 2025-06-05T23:21:45.5140820Z adding 'executorch/backends/transforms/test/test_rank_0_to_rank_1.py' 2025-06-05T23:21:45.5141646Z adding 'executorch/backends/vulkan/__init__.py' 2025-06-05T23:21:45.5142347Z adding 'executorch/backends/vulkan/custom_ops_lib.py' 2025-06-05T23:21:45.5143078Z adding 'executorch/backends/vulkan/op_registry.py' 2025-06-05T23:21:45.5143736Z adding 'executorch/backends/vulkan/utils.py' 2025-06-05T23:21:45.5144453Z adding 'executorch/backends/vulkan/vulkan_preprocess.py' 2025-06-05T23:21:45.5145259Z adding 'executorch/backends/vulkan/_passes/__init__.py' 2025-06-05T23:21:45.5146068Z adding 'executorch/backends/vulkan/_passes/fuse_quantized_ops.py' 2025-06-05T23:21:45.5146991Z adding 'executorch/backends/vulkan/_passes/insert_prepack_nodes.py' 2025-06-05T23:21:45.5147977Z adding 'executorch/backends/vulkan/_passes/int4_weight_only_quantizer.py' 2025-06-05T23:21:45.5148942Z adding 'executorch/backends/vulkan/_passes/remove_asserts.py' 2025-06-05T23:21:45.5149884Z adding 'executorch/backends/vulkan/_passes/remove_local_scalar_dense_ops.py' 2025-06-05T23:21:45.5150923Z adding 'executorch/backends/vulkan/_passes/remove_redundant_ops.py' 2025-06-05T23:21:45.5151933Z adding 'executorch/backends/vulkan/_passes/squeeze_unsqueeze_inputs.py' 2025-06-05T23:21:45.5152943Z adding 'executorch/backends/vulkan/_passes/tag_memory_meta_pass.py' 2025-06-05T23:21:45.5153937Z adding 'executorch/backends/vulkan/partitioner/vulkan_partitioner.py' 2025-06-05T23:21:45.5155023Z adding 'executorch/backends/vulkan/quantizer/vulkan_quantizer.py' 2025-06-05T23:21:45.5155919Z adding 'executorch/backends/vulkan/runtime/gen_vulkan_spv.py' 2025-06-05T23:21:45.5156951Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/addmm_naive_buffer.yaml' 2025-06-05T23:21:45.5158337Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/addmm_naive_texture3d.yaml' 2025-06-05T23:21:45.5159810Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/addmm_optimized.yaml' 2025-06-05T23:21:45.5160870Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/arange.yaml' 2025-06-05T23:21:45.5161959Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/avg_pool2d.yaml' 2025-06-05T23:21:45.5163056Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/batchnorm.yaml' 2025-06-05T23:21:45.5164137Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/binary_op.yaml' 2025-06-05T23:21:45.5165398Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/bitw8_image_to_nchw_nobitw8buffer.yaml' 2025-06-05T23:21:45.5166751Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/buffer_to_buffer.yaml' 2025-06-05T23:21:45.5167915Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/buffer_to_nchw.yaml' 2025-06-05T23:21:45.5168960Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/clone.yaml' 2025-06-05T23:21:45.5170037Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv1d.yaml' 2025-06-05T23:21:45.5171075Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d.yaml' 2025-06-05T23:21:45.5172067Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw.yaml' 2025-06-05T23:21:45.5173273Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_output_tile.yaml' 2025-06-05T23:21:45.5174585Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_prepack_weights.yaml' 2025-06-05T23:21:45.5175927Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_sned_output_tile.yaml' 2025-06-05T23:21:45.5177278Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_prepack_weights.yaml' 2025-06-05T23:21:45.5178471Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_pw.yaml' 2025-06-05T23:21:45.5179584Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_pw_s1p0.yaml' 2025-06-05T23:21:45.5180793Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv_transpose2d.yaml' 2025-06-05T23:21:45.5182135Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv_transpose2d_prepack_weights.yaml' 2025-06-05T23:21:45.5183502Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/copy_channel_offset.yaml' 2025-06-05T23:21:45.5184696Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/copy_offset.yaml' 2025-06-05T23:21:45.5185881Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/copy_packed_dim_offset.yaml' 2025-06-05T23:21:45.5187104Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/embedding.yaml' 2025-06-05T23:21:45.5188158Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/flip.yaml' 2025-06-05T23:21:45.5189134Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/full.yaml' 2025-06-05T23:21:45.5190170Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/grid_priors.yaml' 2025-06-05T23:21:45.5191319Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/image_to_nchw.yaml' 2025-06-05T23:21:45.5192476Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/index_select.yaml' 2025-06-05T23:21:45.5193673Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/index_select_channel.yaml' 2025-06-05T23:21:45.5194907Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/kv_cache_update.yaml' 2025-06-05T23:21:45.5196068Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/linear_qcsnw.yaml' 2025-06-05T23:21:45.5197229Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/linear_qcsnw_coop.yaml' 2025-06-05T23:21:45.5198466Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/linear_qcsnw_tiled.yaml' 2025-06-05T23:21:45.5199868Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/linear_qga4w_coop.yaml' 2025-06-05T23:21:45.5201113Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/linear_qga4w_tiled.yaml' 2025-06-05T23:21:45.5202433Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/max_pool2d.yaml' 2025-06-05T23:21:45.5203580Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/native_layer_norm.yaml' 2025-06-05T23:21:45.5204938Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/nchw_to_bitw8_image_nobitw8buffer.yaml' 2025-06-05T23:21:45.5455017Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/nchw_to_buffer.yaml' 2025-06-05T23:21:45.5456221Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/nchw_to_image.yaml' 2025-06-05T23:21:45.5457424Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/no_op.yaml' 2025-06-05T23:21:45.5458816Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/pack_int4_linear_weight_transposed_interleaved.yaml' 2025-06-05T23:21:45.5460450Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/pad_channel.yaml' 2025-06-05T23:21:45.5461677Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/pad_height_width.yaml' 2025-06-05T23:21:45.5462869Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/permute.yaml' 2025-06-05T23:21:45.5463940Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/reduce.yaml' 2025-06-05T23:21:45.5464975Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/repeat.yaml' 2025-06-05T23:21:45.5466086Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/repeat_channel.yaml' 2025-06-05T23:21:45.5467313Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/repeat_interleave.yaml' 2025-06-05T23:21:45.5468584Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/rotary_embedding.yaml' 2025-06-05T23:21:45.5469951Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/sdpa_attn_weight_scale_and_mask.yaml' 2025-06-05T23:21:45.5471267Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/softmax.yaml' 2025-06-05T23:21:45.5472254Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/tan.yaml' 2025-06-05T23:21:45.5473338Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/transfer_buffer.yaml' 2025-06-05T23:21:45.5474610Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/transfer_texture.yaml' 2025-06-05T23:21:45.5475829Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/unary_op.yaml' 2025-06-05T23:21:45.5476978Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/upsample_2d.yaml' 2025-06-05T23:21:45.5478128Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/var_buffer.yaml' 2025-06-05T23:21:45.5479237Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/var_texture3d.yaml' 2025-06-05T23:21:45.5480350Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/view.yaml' 2025-06-05T23:21:45.5481372Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/where.yaml' 2025-06-05T23:21:45.5482357Z adding 'executorch/backends/vulkan/serialization/schema.fbs' 2025-06-05T23:21:45.5483306Z adding 'executorch/backends/vulkan/serialization/vulkan_graph_builder.py' 2025-06-05T23:21:45.5484382Z adding 'executorch/backends/vulkan/serialization/vulkan_graph_schema.py' 2025-06-05T23:21:45.5485524Z adding 'executorch/backends/vulkan/serialization/vulkan_graph_serialize.py' 2025-06-05T23:21:45.5486521Z adding 'executorch/backends/vulkan/test/test_serialization.py' 2025-06-05T23:21:45.5487405Z adding 'executorch/backends/vulkan/test/test_vulkan_delegate.py' 2025-06-05T23:21:45.5488354Z adding 'executorch/backends/vulkan/test/test_vulkan_delegate_header.py' 2025-06-05T23:21:45.5489325Z adding 'executorch/backends/vulkan/test/test_vulkan_passes.py' 2025-06-05T23:21:45.5490232Z adding 'executorch/backends/vulkan/test/glsl/all_shaders.yaml' 2025-06-05T23:21:45.5491210Z adding 'executorch/backends/vulkan/test/glsl/dynamic_dispatch_test.yaml' 2025-06-05T23:21:45.5492593Z adding 'executorch/backends/vulkan/test/glsl/reference_matmul_common.yaml' 2025-06-05T23:21:45.5493565Z adding 'executorch/backends/vulkan/test/op_tests/cases.py' 2025-06-05T23:21:45.5494534Z adding 'executorch/backends/vulkan/test/op_tests/generate_op_benchmarks.py' 2025-06-05T23:21:45.5495814Z adding 'executorch/backends/vulkan/test/op_tests/generate_op_correctness_tests.py' 2025-06-05T23:21:45.5496943Z adding 'executorch/backends/vulkan/test/op_tests/utils/aten_types.py' 2025-06-05T23:21:45.5498022Z adding 'executorch/backends/vulkan/test/op_tests/utils/gen_benchmark_vk.py' 2025-06-05T23:21:45.5499083Z adding 'executorch/backends/vulkan/test/op_tests/utils/gen_computegraph.py' 2025-06-05T23:21:45.5500222Z adding 'executorch/backends/vulkan/test/op_tests/utils/gen_correctness_base.py' 2025-06-05T23:21:45.5501375Z adding 'executorch/backends/vulkan/test/op_tests/utils/gen_correctness_vk.py' 2025-06-05T23:21:45.5502444Z adding 'executorch/backends/vulkan/test/op_tests/utils/test_suite.py' 2025-06-05T23:21:45.5503626Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/apiconventions.py' 2025-06-05T23:21:45.5504940Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/cgenerator.py' 2025-06-05T23:21:45.5506268Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/conventions.py' 2025-06-05T23:21:45.5507530Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/generator.py' 2025-06-05T23:21:45.5508754Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/genvk.py' 2025-06-05T23:21:45.5509932Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/reg.py' 2025-06-05T23:21:45.5511159Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/vkconventions.py' 2025-06-05T23:21:45.5512509Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools/util.py' 2025-06-05T23:21:45.5514107Z adding 'executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis/GpuMemDumpVis.py' 2025-06-05T23:21:45.5515404Z adding 'executorch/backends/vulkan/third-party/volk/generate.py' 2025-06-05T23:21:45.5516408Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/buf_bandwidth.yaml' 2025-06-05T23:21:45.5517518Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/buf_cacheline_size.yaml' 2025-06-05T23:21:45.5518582Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/reg_count.yaml' 2025-06-05T23:21:45.5519622Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/tex_bandwidth.yaml' 2025-06-05T23:21:45.5520802Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/tex_cacheline_concurr.yaml' 2025-06-05T23:21:45.5521883Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/warp_size.yaml' 2025-06-05T23:21:45.5522744Z adding 'executorch/backends/xnnpack/__init__.py' 2025-06-05T23:21:45.5523489Z adding 'executorch/backends/xnnpack/xnnpack_preprocess.py' 2025-06-05T23:21:45.5524311Z adding 'executorch/backends/xnnpack/_passes/__init__.py' 2025-06-05T23:21:45.5525310Z adding 'executorch/backends/xnnpack/_passes/channels_last_tagged_reshape_pass.py' 2025-06-05T23:21:45.5526410Z adding 'executorch/backends/xnnpack/_passes/conv1d_unsqueeze_pass.py' 2025-06-05T23:21:45.5527410Z adding 'executorch/backends/xnnpack/_passes/convert_to_linear.py' 2025-06-05T23:21:45.5528282Z adding 'executorch/backends/xnnpack/_passes/convert_to_sdpa.py' 2025-06-05T23:21:45.5529298Z adding 'executorch/backends/xnnpack/_passes/convert_to_upsample_bilinear2d.py' 2025-06-05T23:21:45.5530334Z adding 'executorch/backends/xnnpack/_passes/decompose_cat.py' 2025-06-05T23:21:45.5531254Z adding 'executorch/backends/xnnpack/_passes/fuse_activation_pass.py' 2025-06-05T23:21:45.5532302Z adding 'executorch/backends/xnnpack/_passes/fuse_batch_norm_with_conv.py' 2025-06-05T23:21:45.5533309Z adding 'executorch/backends/xnnpack/_passes/prelu_reshape_pass.py' 2025-06-05T23:21:45.5534287Z adding 'executorch/backends/xnnpack/_passes/tag_implicit_q_dq_pass.py' 2025-06-05T23:21:45.5535356Z adding 'executorch/backends/xnnpack/_passes/xnnpack_pass.py' 2025-06-05T23:21:45.5536185Z adding 'executorch/backends/xnnpack/operators/__init__.py' 2025-06-05T23:21:45.5537022Z adding 'executorch/backends/xnnpack/operators/node_visitor.py' 2025-06-05T23:21:45.5537915Z adding 'executorch/backends/xnnpack/operators/op_abs.py' 2025-06-05T23:21:45.5538681Z adding 'executorch/backends/xnnpack/operators/op_add.py' 2025-06-05T23:21:45.5539490Z adding 'executorch/backends/xnnpack/operators/op_addmm.py' 2025-06-05T23:21:45.5540374Z adding 'executorch/backends/xnnpack/operators/op_avg_pooling2d.py' 2025-06-05T23:21:45.5541204Z adding 'executorch/backends/xnnpack/operators/op_bmm.py' 2025-06-05T23:21:45.5542009Z adding 'executorch/backends/xnnpack/operators/op_cat.py' 2025-06-05T23:21:45.5542801Z adding 'executorch/backends/xnnpack/operators/op_ceiling.py' 2025-06-05T23:21:45.5543612Z adding 'executorch/backends/xnnpack/operators/op_clamp.py' 2025-06-05T23:21:45.5543932Z adding 'executorch/backends/xnnpack/operators/op_conv2d.py' 2025-06-05T23:21:45.5544225Z adding 'executorch/backends/xnnpack/operators/op_div.py' 2025-06-05T23:21:45.5544658Z adding 'executorch/backends/xnnpack/operators/op_dynamic_dequantize_ops.py' 2025-06-05T23:21:45.5545114Z adding 'executorch/backends/xnnpack/operators/op_dynamic_quantize_ops.py' 2025-06-05T23:21:45.5545424Z adding 'executorch/backends/xnnpack/operators/op_elu.py' 2025-06-05T23:21:45.5545715Z adding 'executorch/backends/xnnpack/operators/op_exp.py' 2025-06-05T23:21:45.5546025Z adding 'executorch/backends/xnnpack/operators/op_floor.py' 2025-06-05T23:21:45.5546335Z adding 'executorch/backends/xnnpack/operators/op_gelu.py' 2025-06-05T23:21:45.5546674Z adding 'executorch/backends/xnnpack/operators/op_hardswish.py' 2025-06-05T23:21:45.5547013Z adding 'executorch/backends/xnnpack/operators/op_hardtanh.py' 2025-06-05T23:21:45.5547347Z adding 'executorch/backends/xnnpack/operators/op_leaky_relu.py' 2025-06-05T23:21:45.5547664Z adding 'executorch/backends/xnnpack/operators/op_linear.py' 2025-06-05T23:21:45.5547929Z adding 'executorch/backends/xnnpack/operators/op_log.py' 2025-06-05T23:21:45.5548369Z adding 'executorch/backends/xnnpack/operators/op_matrix_multiplication.py' 2025-06-05T23:21:45.5548706Z adding 'executorch/backends/xnnpack/operators/op_max_dim.py' 2025-06-05T23:21:45.5549052Z adding 'executorch/backends/xnnpack/operators/op_max_pool2d.py' 2025-06-05T23:21:45.5549357Z adding 'executorch/backends/xnnpack/operators/op_maximum.py' 2025-06-05T23:21:45.5549678Z adding 'executorch/backends/xnnpack/operators/op_mean_dim.py' 2025-06-05T23:21:45.5550004Z adding 'executorch/backends/xnnpack/operators/op_minimum.py' 2025-06-05T23:21:45.5550341Z adding 'executorch/backends/xnnpack/operators/op_multiply.py' 2025-06-05T23:21:45.5550656Z adding 'executorch/backends/xnnpack/operators/op_negate.py' 2025-06-05T23:21:45.5550996Z adding 'executorch/backends/xnnpack/operators/op_permute.py' 2025-06-05T23:21:45.5551312Z adding 'executorch/backends/xnnpack/operators/op_prelu.py' 2025-06-05T23:21:45.5551683Z adding 'executorch/backends/xnnpack/operators/op_quant_dequant.py' 2025-06-05T23:21:45.5552002Z adding 'executorch/backends/xnnpack/operators/op_relu.py' 2025-06-05T23:21:45.5552303Z adding 'executorch/backends/xnnpack/operators/op_rsqrt.py' 2025-06-05T23:21:45.5552589Z adding 'executorch/backends/xnnpack/operators/op_sdpa.py' 2025-06-05T23:21:45.5552899Z adding 'executorch/backends/xnnpack/operators/op_sigmoid.py' 2025-06-05T23:21:45.5553230Z adding 'executorch/backends/xnnpack/operators/op_skip_ops.py' 2025-06-05T23:21:45.5553556Z adding 'executorch/backends/xnnpack/operators/op_slice_copy.py' 2025-06-05T23:21:45.5802238Z adding 'executorch/backends/xnnpack/operators/op_softmax.py' 2025-06-05T23:21:45.5802561Z adding 'executorch/backends/xnnpack/operators/op_square.py' 2025-06-05T23:21:45.5802924Z adding 'executorch/backends/xnnpack/operators/op_square_root.py' 2025-06-05T23:21:45.5803608Z adding 'executorch/backends/xnnpack/operators/op_squeeze.py' 2025-06-05T23:21:45.5804030Z adding 'executorch/backends/xnnpack/operators/op_static_constant_pad.py' 2025-06-05T23:21:45.5804525Z adding 'executorch/backends/xnnpack/operators/op_static_resize_bilinear_2d.py' 2025-06-05T23:21:45.5804964Z adding 'executorch/backends/xnnpack/operators/op_sub.py' 2025-06-05T23:21:45.5805293Z adding 'executorch/backends/xnnpack/operators/op_to_copy.py' 2025-06-05T23:21:45.5805617Z adding 'executorch/backends/xnnpack/operators/quant_params.py' 2025-06-05T23:21:45.5805942Z adding 'executorch/backends/xnnpack/partition/configs.py' 2025-06-05T23:21:45.5806342Z adding 'executorch/backends/xnnpack/partition/xnnpack_partitioner.py' 2025-06-05T23:21:45.5806695Z adding 'executorch/backends/xnnpack/partition/config/__init__.py' 2025-06-05T23:21:45.5807104Z adding 'executorch/backends/xnnpack/partition/config/gemm_configs.py' 2025-06-05T23:21:45.5807585Z adding 'executorch/backends/xnnpack/partition/config/generic_node_configs.py' 2025-06-05T23:21:45.5807960Z adding 'executorch/backends/xnnpack/partition/config/node_configs.py' 2025-06-05T23:21:45.5808438Z adding 'executorch/backends/xnnpack/partition/config/quant_affine_configs.py' 2025-06-05T23:21:45.5808870Z adding 'executorch/backends/xnnpack/partition/config/xnnpack_config.py' 2025-06-05T23:21:45.5809246Z adding 'executorch/backends/xnnpack/partition/graphs/bilinear_2d.py' 2025-06-05T23:21:45.5809653Z adding 'executorch/backends/xnnpack/partition/graphs/sdpa.py' 2025-06-05T23:21:45.5810044Z adding 'executorch/backends/xnnpack/quantizer/xnnpack_quantizer.py' 2025-06-05T23:21:45.5810466Z adding 'executorch/backends/xnnpack/quantizer/xnnpack_quantizer_utils.py' 2025-06-05T23:21:45.5810849Z adding 'executorch/backends/xnnpack/serialization/runtime_schema.fbs' 2025-06-05T23:21:45.5811203Z adding 'executorch/backends/xnnpack/serialization/schema.fbs' 2025-06-05T23:21:45.5811643Z adding 'executorch/backends/xnnpack/serialization/xnnpack_graph_schema.py' 2025-06-05T23:21:45.5812126Z adding 'executorch/backends/xnnpack/serialization/xnnpack_graph_serialize.py' 2025-06-05T23:21:45.5812490Z adding 'executorch/backends/xnnpack/test/test_xnnpack_utils.py' 2025-06-05T23:21:45.5812902Z adding 'executorch/backends/xnnpack/test/test_xnnpack_utils_classes.py' 2025-06-05T23:21:45.5813233Z adding 'executorch/backends/xnnpack/test/models/deeplab_v3.py' 2025-06-05T23:21:45.5813547Z adding 'executorch/backends/xnnpack/test/models/edsr.py' 2025-06-05T23:21:45.5813904Z adding 'executorch/backends/xnnpack/test/models/emformer_rnnt.py' 2025-06-05T23:21:45.5814256Z adding 'executorch/backends/xnnpack/test/models/inception_v3.py' 2025-06-05T23:21:45.5814625Z adding 'executorch/backends/xnnpack/test/models/inception_v4.py' 2025-06-05T23:21:45.5815020Z adding 'executorch/backends/xnnpack/test/models/llama2_et_example.py' 2025-06-05T23:21:45.5815341Z adding 'executorch/backends/xnnpack/test/models/mobilebert.py' 2025-06-05T23:21:45.5815703Z adding 'executorch/backends/xnnpack/test/models/mobilenet_v2.py' 2025-06-05T23:21:45.5816078Z adding 'executorch/backends/xnnpack/test/models/mobilenet_v3.py' 2025-06-05T23:21:45.5816376Z adding 'executorch/backends/xnnpack/test/models/resnet.py' 2025-06-05T23:21:45.5816749Z adding 'executorch/backends/xnnpack/test/models/torchvision_vit.py' 2025-06-05T23:21:45.5817137Z adding 'executorch/backends/xnnpack/test/models/very_big_model.py' 2025-06-05T23:21:45.5817416Z adding 'executorch/backends/xnnpack/test/models/w2l.py' 2025-06-05T23:21:45.5817696Z adding 'executorch/backends/xnnpack/test/ops/test_abs.py' 2025-06-05T23:21:45.5817992Z adding 'executorch/backends/xnnpack/test/ops/test_add.py' 2025-06-05T23:21:45.5818346Z adding 'executorch/backends/xnnpack/test/ops/test_avgpool2d.py' 2025-06-05T23:21:45.5818697Z adding 'executorch/backends/xnnpack/test/ops/test_bilinear2d.py' 2025-06-05T23:21:45.5818980Z adding 'executorch/backends/xnnpack/test/ops/test_bmm.py' 2025-06-05T23:21:45.5819426Z adding 'executorch/backends/xnnpack/test/ops/test_cat.py' 2025-06-05T23:21:45.5819721Z adding 'executorch/backends/xnnpack/test/ops/test_ceil.py' 2025-06-05T23:21:45.5820126Z adding 'executorch/backends/xnnpack/test/ops/test_check_quant_params.py' 2025-06-05T23:21:45.5820571Z adding 'executorch/backends/xnnpack/test/ops/test_clamp.py' 2025-06-05T23:21:45.5820899Z adding 'executorch/backends/xnnpack/test/ops/test_conv1d.py' 2025-06-05T23:21:45.5821204Z adding 'executorch/backends/xnnpack/test/ops/test_conv2d.py' 2025-06-05T23:21:45.5821497Z adding 'executorch/backends/xnnpack/test/ops/test_div.py' 2025-06-05T23:21:45.5821789Z adding 'executorch/backends/xnnpack/test/ops/test_elu.py' 2025-06-05T23:21:45.5822077Z adding 'executorch/backends/xnnpack/test/ops/test_exp.py' 2025-06-05T23:21:45.5822366Z adding 'executorch/backends/xnnpack/test/ops/test_floor.py' 2025-06-05T23:21:45.5822663Z adding 'executorch/backends/xnnpack/test/ops/test_gelu.py' 2025-06-05T23:21:45.5823033Z adding 'executorch/backends/xnnpack/test/ops/test_hardswish.py' 2025-06-05T23:21:45.5823362Z adding 'executorch/backends/xnnpack/test/ops/test_hardtanh.py' 2025-06-05T23:21:45.5823713Z adding 'executorch/backends/xnnpack/test/ops/test_leaky_relu.py' 2025-06-05T23:21:45.5824043Z adding 'executorch/backends/xnnpack/test/ops/test_linear.py' 2025-06-05T23:21:45.5824337Z adding 'executorch/backends/xnnpack/test/ops/test_log.py' 2025-06-05T23:21:45.5824644Z adding 'executorch/backends/xnnpack/test/ops/test_lstm.py' 2025-06-05T23:21:45.5824948Z adding 'executorch/backends/xnnpack/test/ops/test_max_dim.py' 2025-06-05T23:21:45.5825275Z adding 'executorch/backends/xnnpack/test/ops/test_maximum.py' 2025-06-05T23:21:45.5825638Z adding 'executorch/backends/xnnpack/test/ops/test_maxpool2d.py' 2025-06-05T23:21:45.5825960Z adding 'executorch/backends/xnnpack/test/ops/test_mean_dim.py' 2025-06-05T23:21:45.5826274Z adding 'executorch/backends/xnnpack/test/ops/test_minimum.py' 2025-06-05T23:21:45.5826629Z adding 'executorch/backends/xnnpack/test/ops/test_multiply.py' 2025-06-05T23:21:45.5826951Z adding 'executorch/backends/xnnpack/test/ops/test_negate.py' 2025-06-05T23:21:45.5827254Z adding 'executorch/backends/xnnpack/test/ops/test_permute.py' 2025-06-05T23:21:45.5827550Z adding 'executorch/backends/xnnpack/test/ops/test_pow.py' 2025-06-05T23:21:45.5827875Z adding 'executorch/backends/xnnpack/test/ops/test_prelu.py' 2025-06-05T23:21:45.5828302Z adding 'executorch/backends/xnnpack/test/ops/test_quantize_per_tensor.py' 2025-06-05T23:21:45.5828584Z adding 'executorch/backends/xnnpack/test/ops/test_relu.py' 2025-06-05T23:21:45.5828908Z adding 'executorch/backends/xnnpack/test/ops/test_rsqrt.py' 2025-06-05T23:21:45.5829207Z adding 'executorch/backends/xnnpack/test/ops/test_sdpa.py' 2025-06-05T23:21:45.5829509Z adding 'executorch/backends/xnnpack/test/ops/test_sigmoid.py' 2025-06-05T23:21:45.5829864Z adding 'executorch/backends/xnnpack/test/ops/test_slice_copy.py' 2025-06-05T23:21:45.5830225Z adding 'executorch/backends/xnnpack/test/ops/test_softmax.py' 2025-06-05T23:21:45.5830510Z adding 'executorch/backends/xnnpack/test/ops/test_sqrt.py' 2025-06-05T23:21:45.5830810Z adding 'executorch/backends/xnnpack/test/ops/test_square.py' 2025-06-05T23:21:45.5831250Z adding 'executorch/backends/xnnpack/test/ops/test_static_constant_pad.py' 2025-06-05T23:21:45.5831537Z adding 'executorch/backends/xnnpack/test/ops/test_sub.py' 2025-06-05T23:21:45.5831976Z adding 'executorch/backends/xnnpack/test/passes/test_activation_fusion.py' 2025-06-05T23:21:45.5832423Z adding 'executorch/backends/xnnpack/test/passes/test_batch_norm_fusion.py' 2025-06-05T23:21:45.5832951Z adding 'executorch/backends/xnnpack/test/passes/test_channels_last_tagged_reshape.py' 2025-06-05T23:21:45.5833387Z adding 'executorch/backends/xnnpack/test/passes/test_convert_to_linear.py' 2025-06-05T23:21:45.5833838Z adding 'executorch/backends/xnnpack/test/passes/test_decompose_cat_pass.py' 2025-06-05T23:21:45.5834481Z adding 'executorch/backends/xnnpack/test/passes/test_remove_get_item_pass.py' 2025-06-05T23:21:45.5835007Z adding 'executorch/backends/xnnpack/test/passes/test_tag_implicit_q_dq_pass.py' 2025-06-05T23:21:45.5835451Z adding 'executorch/backends/xnnpack/test/quantizer/test_pt2e_quantization.py' 2025-06-05T23:21:45.5836018Z adding 'executorch/backends/xnnpack/test/quantizer/test_representation.py' 2025-06-05T23:21:45.5836498Z adding 'executorch/backends/xnnpack/test/quantizer/test_xnnpack_quantizer.py' 2025-06-05T23:21:45.5836961Z adding 'executorch/backends/xnnpack/test/serialization/test_serialization.py' 2025-06-05T23:21:45.5837406Z adding 'executorch/backends/xnnpack/test/serialization/test_xnnheader.py' 2025-06-05T23:21:45.5837718Z adding 'executorch/backends/xnnpack/test/tester/__init__.py' 2025-06-05T23:21:45.5838008Z adding 'executorch/backends/xnnpack/test/tester/tester.py' 2025-06-05T23:21:45.5838489Z adding 'executorch/backends/xnnpack/third-party/generate-cpuinfo-wrappers.py' 2025-06-05T23:21:45.5838870Z adding 'executorch/backends/xnnpack/third-party/FP16/configure.py' 2025-06-05T23:21:45.5839208Z adding 'executorch/backends/xnnpack/third-party/FP16/confu.yaml' 2025-06-05T23:21:45.5839686Z adding 'executorch/backends/xnnpack/third-party/FP16/include/fp16/__init__.py' 2025-06-05T23:21:45.5840127Z adding 'executorch/backends/xnnpack/third-party/FP16/include/fp16/avx.py' 2025-06-05T23:21:45.5840539Z adding 'executorch/backends/xnnpack/third-party/FP16/include/fp16/avx2.py' 2025-06-05T23:21:45.5840962Z adding 'executorch/backends/xnnpack/third-party/FP16/test/peachpy/stubs.py' 2025-06-05T23:21:45.5841349Z adding 'executorch/backends/xnnpack/third-party/FXdiv/configure.py' 2025-06-05T23:21:45.5841703Z adding 'executorch/backends/xnnpack/third-party/FXdiv/confu.yaml' 2025-06-05T23:21:45.5842182Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/scripts/check_config.py' 2025-06-05T23:21:45.5842734Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/scripts/check_files_changed.py' 2025-06-05T23:21:45.5843352Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/scripts/generate-build-identifier.py' 2025-06-05T23:21:45.5843851Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/scripts/sort-filenames.py' 2025-06-05T23:21:45.5844367Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/bf16-gemm-minmax.yaml' 2025-06-05T23:21:45.5844885Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-conv-hwc2chw.yaml' 2025-06-05T23:21:45.5845402Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-dwconv2d-chw.yaml' 2025-06-05T23:21:45.5845959Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-gemm-minmax.yaml' 2025-06-05T23:21:45.5846535Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-igemm-minmax.yaml' 2025-06-05T23:21:45.5847013Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-rdsum.yaml' 2025-06-05T23:21:45.5847524Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-rsum.yaml' 2025-06-05T23:21:45.6068317Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-gemm-minmax.yaml' 2025-06-05T23:21:45.6068913Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-ibilinear-chw.yaml' 2025-06-05T23:21:45.6069428Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-ibilinear.yaml' 2025-06-05T23:21:45.6069943Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-igemm-minmax.yaml' 2025-06-05T23:21:45.6070499Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-raddstoreexpminusmax.yaml' 2025-06-05T23:21:45.6070966Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rmax.yaml' 2025-06-05T23:21:45.6071418Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rmin.yaml' 2025-06-05T23:21:45.6071880Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rminmax.yaml' 2025-06-05T23:21:45.6072326Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rsum.yaml' 2025-06-05T23:21:45.6073086Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-spmm-minmax.yaml' 2025-06-05T23:21:45.6073624Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vmulcaddc-minmax.yaml' 2025-06-05T23:21:45.6074325Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-argmaxpool.yaml' 2025-06-05T23:21:45.6074809Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-conv-hwc.yaml' 2025-06-05T23:21:45.6075304Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-conv-hwc2chw.yaml' 2025-06-05T23:21:45.6075806Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-dwconv2d-chw.yaml' 2025-06-05T23:21:45.6076349Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-goi-minmax.yaml' 2025-06-05T23:21:45.6076845Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-minmax.yaml' 2025-06-05T23:21:45.6077316Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-relu.yaml' 2025-06-05T23:21:45.6077792Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm.yaml' 2025-06-05T23:21:45.6078330Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemminc-minmax.yaml' 2025-06-05T23:21:45.6078872Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ibilinear-chw.yaml' 2025-06-05T23:21:45.6079386Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ibilinear.yaml' 2025-06-05T23:21:45.6079896Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm-minmax.yaml' 2025-06-05T23:21:45.6080410Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm-relu.yaml' 2025-06-05T23:21:45.6080869Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm.yaml' 2025-06-05T23:21:45.6081348Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ppmm-minmax.yaml' 2025-06-05T23:21:45.6081905Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc4w-gemm-minmax.yaml' 2025-06-05T23:21:45.6082457Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm-minmax.yaml' 2025-06-05T23:21:45.6082964Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm-relu.yaml' 2025-06-05T23:21:45.6083440Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm.yaml' 2025-06-05T23:21:45.6084000Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddexpminusmax.yaml' 2025-06-05T23:21:45.6084506Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddextexp.yaml' 2025-06-05T23:21:45.6085083Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddstoreexpminusmax.yaml' 2025-06-05T23:21:45.6085528Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rdsum.yaml' 2025-06-05T23:21:45.6085995Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rmax.yaml' 2025-06-05T23:21:45.6086424Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rmin.yaml' 2025-06-05T23:21:45.6086905Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rminmax.yaml' 2025-06-05T23:21:45.6087362Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rsum.yaml' 2025-06-05T23:21:45.6087858Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-spmm-minmax.yaml' 2025-06-05T23:21:45.6088375Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vmulcaddc-minmax.yaml' 2025-06-05T23:21:45.6088965Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vscaleexpminusmax.yaml' 2025-06-05T23:21:45.6089462Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vscaleextexp.yaml' 2025-06-05T23:21:45.6090123Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qb4w-gemm-minmax.yaml' 2025-06-05T23:21:45.6090709Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc4w-gemm-minmax.yaml' 2025-06-05T23:21:45.6091426Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc8w-gemm-minmax.yaml' 2025-06-05T23:21:45.6091995Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc8w-igemm-minmax.yaml' 2025-06-05T23:21:45.6092579Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qb4w-gemm-minmax.yaml' 2025-06-05T23:21:45.6093246Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc4w-gemm-minmax.yaml' 2025-06-05T23:21:45.6093833Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc8w-gemm-minmax.yaml' 2025-06-05T23:21:45.6094431Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc8w-igemm-minmax.yaml' 2025-06-05T23:21:45.6094998Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qp8-f32-qb4w-gemm-minmax.yaml' 2025-06-05T23:21:45.6095581Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qp8-f32-qc4w-gemm-minmax.yaml' 2025-06-05T23:21:45.6096150Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-gemm-minmax-fp32.yaml' 2025-06-05T23:21:45.6096796Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-igemm-minmax-fp32.yaml' 2025-06-05T23:21:45.6097334Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-rdsum-minmax-fp32.yaml' 2025-06-05T23:21:45.6097799Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-rsum.yaml' 2025-06-05T23:21:45.6098374Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-gemm-minmax-fp32.yaml' 2025-06-05T23:21:45.6098944Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-gemm-minmax-rndnu.yaml' 2025-06-05T23:21:45.6099517Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-igemm-minmax-fp32.yaml' 2025-06-05T23:21:45.6100089Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-igemm-minmax-rndnu.yaml' 2025-06-05T23:21:45.6100532Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-rdsum.yaml' 2025-06-05T23:21:45.6100966Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-rsum.yaml' 2025-06-05T23:21:45.6101465Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/s8-ibilinear.yaml' 2025-06-05T23:21:45.6101926Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/u8-ibilinear.yaml' 2025-06-05T23:21:45.6102416Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/u8-lut32norm.yaml' 2025-06-05T23:21:45.6102874Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/u8-rmax.yaml' 2025-06-05T23:21:45.6103302Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/x8-lut.yaml' 2025-06-05T23:21:45.6103897Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-argmaxpool-test.py' 2025-06-05T23:21:45.6104446Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc-test.py' 2025-06-05T23:21:45.6105061Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc2chw-test.py' 2025-06-05T23:21:45.6105694Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-multipass-test.py' 2025-06-05T23:21:45.6106343Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-unipass-test.py' 2025-06-05T23:21:45.6106954Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv2d-chw-test.py' 2025-06-05T23:21:45.6107464Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-gemm-test.py' 2025-06-05T23:21:45.6108089Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-chw-test.py' 2025-06-05T23:21:45.6108665Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-test.py' 2025-06-05T23:21:45.6109233Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-lut-norm-test.py' 2025-06-05T23:21:45.6109743Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-lut-test.py' 2025-06-05T23:21:45.6110385Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddexpminusmax-test.py' 2025-06-05T23:21:45.6111151Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddextexp-test.py' 2025-06-05T23:21:45.6111877Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddstoreexpminusmax-test.py' 2025-06-05T23:21:45.6112569Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-rdsum-benchmark.py' 2025-06-05T23:21:45.6113123Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-rdsum-test.py' 2025-06-05T23:21:45.6113679Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-reduce-test.py' 2025-06-05T23:21:45.6114230Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-spmm-test.py' 2025-06-05T23:21:45.6114785Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vbinary-test.py' 2025-06-05T23:21:45.6115367Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vmulcaddc-test.py' 2025-06-05T23:21:45.6116055Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleexpminusmax-test.py' 2025-06-05T23:21:45.6116668Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleextexp-test.py' 2025-06-05T23:21:45.6117209Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vunary-test.py' 2025-06-05T23:21:45.6117644Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/primes.py' 2025-06-05T23:21:45.6118187Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/update-microkernels.py' 2025-06-05T23:21:45.6118602Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/xngen.py' 2025-06-05T23:21:45.9371538Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/xnncommon.py' 2025-06-05T23:21:45.9372756Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/configure.py' 2025-06-05T23:21:45.9373761Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/confu.yaml' 2025-06-05T23:21:45.9374825Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/deps/clog/configure.py' 2025-06-05T23:21:45.9376003Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/deps/clog/confu.yaml' 2025-06-05T23:21:45.9377238Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/scripts/android-device-dump.py' 2025-06-05T23:21:45.9378640Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/scripts/arm-linux-filesystem-dump.py' 2025-06-05T23:21:45.9380093Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/scripts/parse-x86-cpuid-dump.py' 2025-06-05T23:21:45.9381341Z adding 'executorch/backends/xnnpack/third-party/pthreadpool/configure.py' 2025-06-05T23:21:45.9382432Z adding 'executorch/backends/xnnpack/third-party/pthreadpool/confu.yaml' 2025-06-05T23:21:45.9383314Z adding 'executorch/backends/xnnpack/utils/configs.py' 2025-06-05T23:21:45.9384078Z adding 'executorch/backends/xnnpack/utils/quant_utils.py' 2025-06-05T23:21:45.9384819Z adding 'executorch/backends/xnnpack/utils/utils.py' 2025-06-05T23:21:45.9385615Z adding 'executorch/backends/xnnpack/utils/xnnpack_constants.py' 2025-06-05T23:21:45.9386373Z adding 'executorch/codegen/__init__.py' 2025-06-05T23:21:45.9386909Z adding 'executorch/codegen/gen.py' 2025-06-05T23:21:45.9387452Z adding 'executorch/codegen/model.py' 2025-06-05T23:21:45.9387983Z adding 'executorch/codegen/parse.py' 2025-06-05T23:21:45.9388574Z adding 'executorch/codegen/api/__init__.py' 2025-06-05T23:21:45.9389215Z adding 'executorch/codegen/api/custom_ops.py' 2025-06-05T23:21:45.9389837Z adding 'executorch/codegen/api/et_cpp.py' 2025-06-05T23:21:45.9390454Z adding 'executorch/codegen/api/unboxing.py' 2025-06-05T23:21:45.9391090Z adding 'executorch/codegen/api/types/__init__.py' 2025-06-05T23:21:45.9391801Z adding 'executorch/codegen/api/types/signatures.py' 2025-06-05T23:21:45.9392462Z adding 'executorch/codegen/api/types/types.py' 2025-06-05T23:21:45.9393194Z adding 'executorch/codegen/test/test_executorch_custom_ops.py' 2025-06-05T23:21:45.9394276Z adding 'executorch/codegen/test/test_executorch_gen.py' 2025-06-05T23:21:45.9395076Z adding 'executorch/codegen/test/test_executorch_signatures.py' 2025-06-05T23:21:45.9395896Z adding 'executorch/codegen/test/test_executorch_types.py' 2025-06-05T23:21:45.9396720Z adding 'executorch/codegen/test/test_executorch_unboxing.py' 2025-06-05T23:21:45.9397707Z adding 'executorch/codegen/test/test_selective_build.py' 2025-06-05T23:21:45.9398441Z adding 'executorch/codegen/tools/__init__.py' 2025-06-05T23:21:45.9399110Z adding 'executorch/codegen/tools/gen_all_oplist.py' 2025-06-05T23:21:45.9399798Z adding 'executorch/codegen/tools/gen_oplist.py' 2025-06-05T23:21:45.9400455Z adding 'executorch/codegen/tools/gen_ops_def.py' 2025-06-05T23:21:45.9401224Z adding 'executorch/codegen/tools/gen_selected_op_variants.py' 2025-06-05T23:21:45.9401982Z adding 'executorch/codegen/tools/merge_yaml.py' 2025-06-05T23:21:45.9402632Z adding 'executorch/codegen/tools/yaml_util.py' 2025-06-05T23:21:45.9403366Z adding 'executorch/codegen/tools/test/test_gen_all_oplist.py' 2025-06-05T23:21:45.9404206Z adding 'executorch/codegen/tools/test/test_gen_oplist.py' 2025-06-05T23:21:45.9405084Z adding 'executorch/codegen/tools/test/test_gen_oplist_real_model.py' 2025-06-05T23:21:45.9406072Z adding 'executorch/codegen/tools/test/test_gen_selected_op_variants.py' 2025-06-05T23:21:45.9406888Z adding 'executorch/data/bin/__init__.py' 2025-06-05T23:21:45.9407435Z adding 'executorch/data/bin/flatc' 2025-06-05T23:21:45.9407972Z adding 'executorch/devtools/__init__.py' 2025-06-05T23:21:45.9408608Z adding 'executorch/devtools/backend_debug/__init__.py' 2025-06-05T23:21:45.9409403Z adding 'executorch/devtools/backend_debug/delegation_info.py' 2025-06-05T23:21:45.9410420Z adding 'executorch/devtools/backend_debug/tests/test_delegation_info.py' 2025-06-05T23:21:45.9411299Z adding 'executorch/devtools/bundled_program/config.py' 2025-06-05T23:21:45.9412067Z adding 'executorch/devtools/bundled_program/core.py' 2025-06-05T23:21:45.9412805Z adding 'executorch/devtools/bundled_program/version.py' 2025-06-05T23:21:45.9413582Z adding 'executorch/devtools/bundled_program/schema/__init__.py' 2025-06-05T23:21:45.9414589Z adding 'executorch/devtools/bundled_program/schema/bundled_program_schema.fbs' 2025-06-05T23:21:45.9415735Z adding 'executorch/devtools/bundled_program/schema/bundled_program_schema.py' 2025-06-05T23:21:45.9416756Z adding 'executorch/devtools/bundled_program/schema/scalar_type.fbs' 2025-06-05T23:21:45.9417722Z adding 'executorch/devtools/bundled_program/schema/test/test_schema.py' 2025-06-05T23:21:45.9418697Z adding 'executorch/devtools/bundled_program/serialize/__init__.py' 2025-06-05T23:21:45.9419747Z adding 'executorch/devtools/bundled_program/serialize/bundled_program_schema.fbs' 2025-06-05T23:21:45.9420862Z adding 'executorch/devtools/bundled_program/serialize/scalar_type.fbs' 2025-06-05T23:21:45.9421912Z adding 'executorch/devtools/bundled_program/serialize/test/test_serialize.py' 2025-06-05T23:21:45.9422985Z adding 'executorch/devtools/bundled_program/test/test_bundle_data.py' 2025-06-05T23:21:45.9423924Z adding 'executorch/devtools/bundled_program/test/test_config.py' 2025-06-05T23:21:45.9424870Z adding 'executorch/devtools/bundled_program/test/test_end2end.py' 2025-06-05T23:21:45.9425803Z adding 'executorch/devtools/bundled_program/util/test_util.py' 2025-06-05T23:21:45.9426647Z adding 'executorch/devtools/debug_format/base_schema.py' 2025-06-05T23:21:45.9427422Z adding 'executorch/devtools/debug_format/et_schema.py' 2025-06-05T23:21:45.9428200Z adding 'executorch/devtools/etdump/etdump_schema_flatcc.fbs' 2025-06-05T23:21:45.9428950Z adding 'executorch/devtools/etdump/scalar_type.fbs' 2025-06-05T23:21:45.9429644Z adding 'executorch/devtools/etdump/schema_flatcc.py' 2025-06-05T23:21:45.9430325Z adding 'executorch/devtools/etdump/serialize.py' 2025-06-05T23:21:45.9431091Z adding 'executorch/devtools/etdump/tests/serialize_test.py' 2025-06-05T23:21:45.9431869Z adding 'executorch/devtools/etrecord/__init__.py' 2025-06-05T23:21:45.9432707Z adding 'executorch/devtools/etrecord/_etrecord.py' 2025-06-05T23:21:45.9433471Z adding 'executorch/devtools/etrecord/tests/etrecord_test.py' 2025-06-05T23:21:45.9434256Z adding 'executorch/devtools/inspector/__init__.py' 2025-06-05T23:21:45.9435056Z adding 'executorch/devtools/inspector/_inspector.py' 2025-06-05T23:21:45.9435816Z adding 'executorch/devtools/inspector/_inspector_utils.py' 2025-06-05T23:21:45.9436714Z adding 'executorch/devtools/inspector/_intermediate_output_capturer.py' 2025-06-05T23:21:45.9437616Z adding 'executorch/devtools/inspector/inspector_cli.py' 2025-06-05T23:21:45.9438498Z adding 'executorch/devtools/inspector/tests/event_blocks_test.py' 2025-06-05T23:21:45.9439393Z adding 'executorch/devtools/inspector/tests/inspector_test.py' 2025-06-05T23:21:45.9440329Z adding 'executorch/devtools/inspector/tests/inspector_test_utils.py' 2025-06-05T23:21:45.9441306Z adding 'executorch/devtools/inspector/tests/inspector_utils_test.py' 2025-06-05T23:21:45.9442414Z adding 'executorch/devtools/inspector/tests/intermediate_output_capturer_test.py' 2025-06-05T23:21:45.9443517Z adding 'executorch/devtools/size_analysis_tool/size_analysis_tool.py' 2025-06-05T23:21:45.9444563Z adding 'executorch/devtools/size_analysis_tool/size_analysis_tool_test.py' 2025-06-05T23:21:45.9445522Z adding 'executorch/devtools/visualization/__init__.py' 2025-06-05T23:21:45.9446368Z adding 'executorch/devtools/visualization/visualization_utils.py' 2025-06-05T23:21:45.9447381Z adding 'executorch/devtools/visualization/visualization_utils_test.py' 2025-06-05T23:21:45.9448271Z adding 'executorch/examples/apple/coreml/llama/export.py' 2025-06-05T23:21:45.9449165Z adding 'executorch/examples/apple/coreml/llama/llama_transformer.py' 2025-06-05T23:21:45.9450100Z adding 'executorch/examples/apple/coreml/llama/run.py' 2025-06-05T23:21:45.9450882Z adding 'executorch/examples/apple/coreml/llama/test.py' 2025-06-05T23:21:45.9451683Z adding 'executorch/examples/apple/coreml/llama/utils.py' 2025-06-05T23:21:45.9452546Z adding 'executorch/examples/apple/coreml/scripts/debugger_cli.py' 2025-06-05T23:21:45.9453425Z adding 'executorch/examples/apple/coreml/scripts/export.py' 2025-06-05T23:21:45.9454344Z adding 'executorch/examples/apple/coreml/scripts/extract_coreml_models.py' 2025-06-05T23:21:45.9455383Z adding 'executorch/examples/apple/coreml/scripts/inspector_cli.py' 2025-06-05T23:21:45.9456334Z adding 'executorch/examples/apple/coreml/scripts/inspector_utils.py' 2025-06-05T23:21:45.9457254Z adding 'executorch/examples/apple/mps/scripts/bench_utils.py' 2025-06-05T23:21:45.9458112Z adding 'executorch/examples/apple/mps/scripts/mps_example.py' 2025-06-05T23:21:45.9458972Z adding 'executorch/examples/llm_pte_finetuning/__init__.py' 2025-06-05T23:21:45.9460020Z adding 'executorch/examples/llm_pte_finetuning/llama3_config.yaml' 2025-06-05T23:21:45.9460934Z adding 'executorch/examples/llm_pte_finetuning/model_exporter.py' 2025-06-05T23:21:45.9461876Z adding 'executorch/examples/llm_pte_finetuning/model_loading_lib.py' 2025-06-05T23:21:45.9462933Z adding 'executorch/examples/llm_pte_finetuning/phi3_alpaca_code_config.yaml' 2025-06-05T23:21:45.9464125Z adding 'executorch/examples/llm_pte_finetuning/phi3_config.yaml' 2025-06-05T23:21:45.9465059Z adding 'executorch/examples/llm_pte_finetuning/qwen_05b_config.yaml' 2025-06-05T23:21:45.9465915Z adding 'executorch/examples/llm_pte_finetuning/runner.py' 2025-06-05T23:21:45.9466785Z adding 'executorch/examples/llm_pte_finetuning/training_lib.py' 2025-06-05T23:21:45.9467569Z adding 'executorch/examples/models/__init__.py' 2025-06-05T23:21:45.9468285Z adding 'executorch/examples/models/checkpoint.py' 2025-06-05T23:21:45.9468948Z adding 'executorch/examples/models/model_base.py' 2025-06-05T23:21:45.9469645Z adding 'executorch/examples/models/model_factory.py' 2025-06-05T23:21:45.9470388Z adding 'executorch/examples/models/deeplab_v3/__init__.py' 2025-06-05T23:21:45.9471374Z adding 'executorch/examples/models/deeplab_v3/model.py' 2025-06-05T23:21:45.9472142Z adding 'executorch/examples/models/edsr/__init__.py' 2025-06-05T23:21:45.9472836Z adding 'executorch/examples/models/edsr/model.py' 2025-06-05T23:21:45.9473588Z adding 'executorch/examples/models/efficient_sam/__init__.py' 2025-06-05T23:21:45.9474554Z adding 'executorch/examples/models/efficient_sam/model.py' 2025-06-05T23:21:45.9475623Z adding 'executorch/examples/models/efficient_sam/efficient_sam_core/build_efficient_sam.py' 2025-06-05T23:21:45.9476916Z adding 'executorch/examples/models/efficient_sam/efficient_sam_core/efficient_sam.py' 2025-06-05T23:21:45.9478245Z adding 'executorch/examples/models/efficient_sam/efficient_sam_core/efficient_sam_decoder.py' 2025-06-05T23:21:45.9479677Z adding 'executorch/examples/models/efficient_sam/efficient_sam_core/efficient_sam_encoder.py' 2025-06-05T23:21:45.9480909Z adding 'executorch/examples/models/efficient_sam/efficient_sam_core/mlp.py' 2025-06-05T23:21:45.9482167Z adding 'executorch/examples/models/efficient_sam/efficient_sam_core/two_way_transformer.py' 2025-06-05T23:21:45.9483314Z adding 'executorch/examples/models/emformer_rnnt/__init__.py' 2025-06-05T23:21:45.9484174Z adding 'executorch/examples/models/emformer_rnnt/model.py' 2025-06-05T23:21:45.9776593Z adding 'executorch/examples/models/inception_v3/__init__.py' 2025-06-05T23:21:45.9777470Z adding 'executorch/examples/models/inception_v3/model.py' 2025-06-05T23:21:45.9778262Z adding 'executorch/examples/models/inception_v4/__init__.py' 2025-06-05T23:21:45.9779062Z adding 'executorch/examples/models/inception_v4/model.py' 2025-06-05T23:21:45.9779819Z adding 'executorch/examples/models/llama/__init__.py' 2025-06-05T23:21:45.9780529Z adding 'executorch/examples/models/llama/attention.py' 2025-06-05T23:21:45.9781323Z adding 'executorch/examples/models/llama/eval_llama.py' 2025-06-05T23:21:45.9782138Z adding 'executorch/examples/models/llama/eval_llama_lib.py' 2025-06-05T23:21:45.9782971Z adding 'executorch/examples/models/llama/export_llama.py' 2025-06-05T23:21:45.9783865Z adding 'executorch/examples/models/llama/export_llama_lib.py' 2025-06-05T23:21:45.9784676Z adding 'executorch/examples/models/llama/fairseq2.py' 2025-06-05T23:21:45.9785431Z adding 'executorch/examples/models/llama/hf_download.py' 2025-06-05T23:21:45.9786359Z adding 'executorch/examples/models/llama/install_requirement_helper.py' 2025-06-05T23:21:45.9787326Z adding 'executorch/examples/models/llama/llama_transformer.py' 2025-06-05T23:21:45.9788113Z adding 'executorch/examples/models/llama/model.py' 2025-06-05T23:21:45.9788854Z adding 'executorch/examples/models/llama/model_args.py' 2025-06-05T23:21:45.9789578Z adding 'executorch/examples/models/llama/norm.py' 2025-06-05T23:21:45.9790225Z adding 'executorch/examples/models/llama/rope.py' 2025-06-05T23:21:45.9790986Z adding 'executorch/examples/models/llama/static_attention.py' 2025-06-05T23:21:45.9791848Z adding 'executorch/examples/models/llama/evaluate/__init__.py' 2025-06-05T23:21:45.9792726Z adding 'executorch/examples/models/llama/evaluate/eager_eval.py' 2025-06-05T23:21:45.9793673Z adding 'executorch/examples/models/llama/experimental/generate.py' 2025-06-05T23:21:45.9794664Z adding 'executorch/examples/models/llama/experimental/load_gguf_q4_0.py' 2025-06-05T23:21:45.9795701Z adding 'executorch/examples/models/llama/experimental/subclass.py' 2025-06-05T23:21:45.9796704Z adding 'executorch/examples/models/llama/experimental/test_subclass.py' 2025-06-05T23:21:45.9797622Z adding 'executorch/examples/models/llama/runner/eager.py' 2025-06-05T23:21:45.9798465Z adding 'executorch/examples/models/llama/runner/generation.py' 2025-06-05T23:21:45.9799277Z adding 'executorch/examples/models/llama/runner/native.py' 2025-06-05T23:21:45.9800226Z adding 'executorch/examples/models/llama/source_transformation/__init__.py' 2025-06-05T23:21:45.9801425Z adding 'executorch/examples/models/llama/source_transformation/apply_spin_quant_r1_r2.py' 2025-06-05T23:21:45.9802929Z adding 'executorch/examples/models/llama/source_transformation/attention.py' 2025-06-05T23:21:45.9804086Z adding 'executorch/examples/models/llama/source_transformation/attention_sink.py' 2025-06-05T23:21:45.9805304Z adding 'executorch/examples/models/llama/source_transformation/custom_kv_cache.py' 2025-06-05T23:21:45.9806675Z adding 'executorch/examples/models/llama/source_transformation/lora.py' 2025-06-05T23:21:45.9807821Z adding 'executorch/examples/models/llama/source_transformation/pre_quantization.py' 2025-06-05T23:21:45.9809025Z adding 'executorch/examples/models/llama/source_transformation/prune_vocab.py' 2025-06-05T23:21:45.9810241Z adding 'executorch/examples/models/llama/source_transformation/quantize.py' 2025-06-05T23:21:45.9811395Z adding 'executorch/examples/models/llama/source_transformation/rms_norm.py' 2025-06-05T23:21:45.9812505Z adding 'executorch/examples/models/llama/source_transformation/rope.py' 2025-06-05T23:21:45.9813552Z adding 'executorch/examples/models/llama/source_transformation/sdpa.py' 2025-06-05T23:21:45.9814641Z adding 'executorch/examples/models/llama/source_transformation/spin_quant.py' 2025-06-05T23:21:45.9815832Z adding 'executorch/examples/models/llama/source_transformation/test_attention_sink.py' 2025-06-05T23:21:45.9817230Z adding 'executorch/examples/models/llama/source_transformation/test_quantized_kv_cache.py' 2025-06-05T23:21:45.9818565Z adding 'executorch/examples/models/llama/source_transformation/test_quantized_sdpa.py' 2025-06-05T23:21:45.9819942Z adding 'executorch/examples/models/llama/source_transformation/test_sdpa_with_quantized_kv_cache.py' 2025-06-05T23:21:45.9821309Z adding 'executorch/examples/models/llama/source_transformation/vulkan_rope.py' 2025-06-05T23:21:45.9822464Z adding 'executorch/examples/models/llama/tests/test_export_llama_lib.py' 2025-06-05T23:21:45.9823660Z adding 'executorch/examples/models/llama/tests/test_pre_quantization_transforms.py' 2025-06-05T23:21:45.9824845Z adding 'executorch/examples/models/llama/tests/test_replace_kv_cache.py' 2025-06-05T23:21:45.9825916Z adding 'executorch/examples/models/llama/tests/test_ring_attention.py' 2025-06-05T23:21:45.9826928Z adding 'executorch/examples/models/llama/tests/test_ring_kv_cache.py' 2025-06-05T23:21:45.9827916Z adding 'executorch/examples/models/llama/tests/test_simple_sdpa.py' 2025-06-05T23:21:45.9828943Z adding 'executorch/examples/models/llama/tests/test_static_attention.py' 2025-06-05T23:21:45.9829909Z adding 'executorch/examples/models/llama/tokenizer/tiktoken.py' 2025-06-05T23:21:45.9830797Z adding 'executorch/examples/models/llama3_2_vision/__init__.py' 2025-06-05T23:21:45.9831749Z adding 'executorch/examples/models/llama3_2_vision/preprocess/__init__.py' 2025-06-05T23:21:45.9832927Z adding 'executorch/examples/models/llama3_2_vision/preprocess/export_preprocess.py' 2025-06-05T23:21:45.9834063Z adding 'executorch/examples/models/llama3_2_vision/preprocess/model.py' 2025-06-05T23:21:45.9835176Z adding 'executorch/examples/models/llama3_2_vision/preprocess/test_preprocess.py' 2025-06-05T23:21:45.9836285Z adding 'executorch/examples/models/llama3_2_vision/runner/eager.py' 2025-06-05T23:21:45.9837260Z adding 'executorch/examples/models/llama3_2_vision/runner/exported.py' 2025-06-05T23:21:45.9838303Z adding 'executorch/examples/models/llama3_2_vision/runner/generation.py' 2025-06-05T23:21:45.9839327Z adding 'executorch/examples/models/llama3_2_vision/runner/native.py' 2025-06-05T23:21:45.9840307Z adding 'executorch/examples/models/llama3_2_vision/text_decoder/model.py' 2025-06-05T23:21:45.9841419Z adding 'executorch/examples/models/llama3_2_vision/text_decoder/test/__init__.py' 2025-06-05T23:21:45.9842710Z adding 'executorch/examples/models/llama3_2_vision/text_decoder/test/test_text_decoder.py' 2025-06-05T23:21:45.9843979Z adding 'executorch/examples/models/llama3_2_vision/vision_encoder/__init__.py' 2025-06-05T23:21:45.9845105Z adding 'executorch/examples/models/llama3_2_vision/vision_encoder/model.py' 2025-06-05T23:21:45.9846413Z adding 'executorch/examples/models/llama3_2_vision/vision_encoder/test/__init__.py' 2025-06-05T23:21:45.9847750Z adding 'executorch/examples/models/llama3_2_vision/vision_encoder/test/test_vision_encoder.py' 2025-06-05T23:21:45.9848785Z adding 'executorch/examples/models/llava/__init__.py' 2025-06-05T23:21:45.9849731Z adding 'executorch/examples/models/llava/export_llava.py' 2025-06-05T23:21:45.9850460Z adding 'executorch/examples/models/llava/model.py' 2025-06-05T23:21:45.9851234Z adding 'executorch/examples/models/llava/test/test_llava.py' 2025-06-05T23:21:45.9852007Z adding 'executorch/examples/models/llava/test/test_pte.py' 2025-06-05T23:21:45.9852777Z adding 'executorch/examples/models/lstm/__init__.py' 2025-06-05T23:21:45.9853463Z adding 'executorch/examples/models/lstm/model.py' 2025-06-05T23:21:45.9854174Z adding 'executorch/examples/models/mobilebert/__init__.py' 2025-06-05T23:21:45.9854980Z adding 'executorch/examples/models/mobilebert/model.py' 2025-06-05T23:21:45.9855776Z adding 'executorch/examples/models/mobilenet_v2/__init__.py' 2025-06-05T23:21:45.9856592Z adding 'executorch/examples/models/mobilenet_v2/model.py' 2025-06-05T23:21:45.9857543Z adding 'executorch/examples/models/mobilenet_v3/__init__.py' 2025-06-05T23:21:45.9858368Z adding 'executorch/examples/models/mobilenet_v3/model.py' 2025-06-05T23:21:45.9859355Z adding 'executorch/examples/models/moshi/mimi/test_mimi.py' 2025-06-05T23:21:45.9860115Z adding 'executorch/examples/models/phi-3-mini/__init__.py' 2025-06-05T23:21:45.9860918Z adding 'executorch/examples/models/phi-3-mini/eager.py' 2025-06-05T23:21:45.9861737Z adding 'executorch/examples/models/phi-3-mini/export_phi-3-mini.py' 2025-06-05T23:21:45.9862623Z adding 'executorch/examples/models/phi-3-mini/phi_3_mini.py' 2025-06-05T23:21:45.9863452Z adding 'executorch/examples/models/phi-3-mini/static_cache.py' 2025-06-05T23:21:45.9864368Z adding 'executorch/examples/models/phi-3-mini-lora/export_model.py' 2025-06-05T23:21:45.9865274Z adding 'executorch/examples/models/phi_4_mini/__init__.py' 2025-06-05T23:21:45.9866100Z adding 'executorch/examples/models/phi_4_mini/convert_weights.py' 2025-06-05T23:21:45.9866953Z adding 'executorch/examples/models/qwen2_5/__init__.py' 2025-06-05T23:21:45.9867738Z adding 'executorch/examples/models/qwen2_5/convert_weights.py' 2025-06-05T23:21:45.9868575Z adding 'executorch/examples/models/qwen3/__init__.py' 2025-06-05T23:21:45.9869377Z adding 'executorch/examples/models/qwen3/convert_weights.py' 2025-06-05T23:21:45.9870201Z adding 'executorch/examples/models/resnet/__init__.py' 2025-06-05T23:21:45.9870930Z adding 'executorch/examples/models/resnet/model.py' 2025-06-05T23:21:45.9871639Z adding 'executorch/examples/models/smollm2/__init__.py' 2025-06-05T23:21:45.9872456Z adding 'executorch/examples/models/smollm2/convert_weights.py' 2025-06-05T23:21:45.9873237Z adding 'executorch/examples/models/test/__init__.py' 2025-06-05T23:21:45.9873963Z adding 'executorch/examples/models/test/test_export.py' 2025-06-05T23:21:45.9874784Z adding 'executorch/examples/models/torchvision_vit/__init__.py' 2025-06-05T23:21:45.9875650Z adding 'executorch/examples/models/torchvision_vit/model.py' 2025-06-05T23:21:45.9876445Z adding 'executorch/examples/models/toy_model/__init__.py' 2025-06-05T23:21:45.9877225Z adding 'executorch/examples/models/toy_model/model.py' 2025-06-05T23:21:45.9878017Z adding 'executorch/examples/models/wav2letter/__init__.py' 2025-06-05T23:21:45.9878756Z adding 'executorch/examples/models/wav2letter/model.py' 2025-06-05T23:21:45.9879417Z adding 'executorch/exir/__init__.py' 2025-06-05T23:21:45.9879954Z adding 'executorch/exir/_warnings.py' 2025-06-05T23:21:45.9880509Z adding 'executorch/exir/common.py' 2025-06-05T23:21:45.9881013Z adding 'executorch/exir/control_flow.py' 2025-06-05T23:21:45.9881577Z adding 'executorch/exir/delegate.py' 2025-06-05T23:21:45.9882101Z adding 'executorch/exir/delegate.pyi' 2025-06-05T23:21:45.9882850Z adding 'executorch/exir/dim_order_utils.py' 2025-06-05T23:21:45.9883470Z adding 'executorch/exir/dynamic_shape.py' 2025-06-05T23:21:45.9884037Z adding 'executorch/exir/error.py' 2025-06-05T23:21:45.9884571Z adding 'executorch/exir/graph.py' 2025-06-05T23:21:45.9885119Z adding 'executorch/exir/graph_module.py' 2025-06-05T23:21:45.9885872Z adding 'executorch/exir/lowered_backend_module.py' 2025-06-05T23:21:45.9886493Z adding 'executorch/exir/memory.py' 2025-06-05T23:21:45.9887058Z adding 'executorch/exir/memory_planning.py' 2025-06-05T23:21:45.9887634Z adding 'executorch/exir/pass_base.py' 2025-06-05T23:21:45.9888199Z adding 'executorch/exir/pass_manager.py' 2025-06-05T23:21:45.9888780Z adding 'executorch/exir/print_program.py' 2025-06-05T23:21:45.9889347Z adding 'executorch/exir/scalar_type.py' 2025-06-05T23:21:45.9889973Z adding 'executorch/exir/schema.py' 2025-06-05T23:21:46.0384818Z adding 'executorch/exir/sym_util.py' 2025-06-05T23:21:46.0385449Z adding 'executorch/exir/tensor.py' 2025-06-05T23:21:46.0386012Z adding 'executorch/exir/tracer.py' 2025-06-05T23:21:46.0386547Z adding 'executorch/exir/types.py' 2025-06-05T23:21:46.0387136Z adding 'executorch/exir/version.py' 2025-06-05T23:21:46.0387679Z adding 'executorch/exir/wrap.py' 2025-06-05T23:21:46.0388224Z adding 'executorch/exir/_serialize/__init__.py' 2025-06-05T23:21:46.0388888Z adding 'executorch/exir/_serialize/_cord.py' 2025-06-05T23:21:46.0389518Z adding 'executorch/exir/_serialize/_dataclass.py' 2025-06-05T23:21:46.0390222Z adding 'executorch/exir/_serialize/_flatbuffer.py' 2025-06-05T23:21:46.0390947Z adding 'executorch/exir/_serialize/_named_data_store.py' 2025-06-05T23:21:46.0391653Z adding 'executorch/exir/_serialize/_program.py' 2025-06-05T23:21:46.0392305Z adding 'executorch/exir/_serialize/_serialize.py' 2025-06-05T23:21:46.0393004Z adding 'executorch/exir/_serialize/data_serializer.py' 2025-06-05T23:21:46.0393725Z adding 'executorch/exir/_serialize/padding.py' 2025-06-05T23:21:46.0394408Z adding 'executorch/exir/_serialize/program.fbs' 2025-06-05T23:21:46.0395098Z adding 'executorch/exir/_serialize/scalar_type.fbs' 2025-06-05T23:21:46.0395791Z adding 'executorch/exir/_serialize/test/__init__.py' 2025-06-05T23:21:46.0396492Z adding 'executorch/exir/_serialize/test/test_cord.py' 2025-06-05T23:21:46.0397251Z adding 'executorch/exir/_serialize/test/test_flatbuffer.py' 2025-06-05T23:21:46.0398104Z adding 'executorch/exir/_serialize/test/test_named_data_store.py' 2025-06-05T23:21:46.0398933Z adding 'executorch/exir/_serialize/test/test_program.py' 2025-06-05T23:21:46.0399647Z adding 'executorch/exir/backend/backend_api.py' 2025-06-05T23:21:46.0400308Z adding 'executorch/exir/backend/backend_details.py' 2025-06-05T23:21:46.0401028Z adding 'executorch/exir/backend/compile_spec_schema.py' 2025-06-05T23:21:46.0401756Z adding 'executorch/exir/backend/operator_support.py' 2025-06-05T23:21:46.0402458Z adding 'executorch/exir/backend/partitioner.py' 2025-06-05T23:21:46.0403113Z adding 'executorch/exir/backend/utils.py' 2025-06-05T23:21:46.0404027Z adding 'executorch/exir/backend/canonical_partitioners/all_node_partitioner.py' 2025-06-05T23:21:46.0405163Z adding 'executorch/exir/backend/canonical_partitioners/config_partitioner.py' 2025-06-05T23:21:46.0406377Z adding 'executorch/exir/backend/canonical_partitioners/duplicate_constant_node_pass.py' 2025-06-05T23:21:46.0407688Z adding 'executorch/exir/backend/canonical_partitioners/duplicate_dequant_node_pass.py' 2025-06-05T23:21:46.0408976Z adding 'executorch/exir/backend/canonical_partitioners/pattern_op_partitioner.py' 2025-06-05T23:21:46.0410167Z adding 'executorch/exir/backend/test/backend_with_compiler_demo.py' 2025-06-05T23:21:46.0411207Z adding 'executorch/exir/backend/test/backend_with_delegate_mapping_demo.py' 2025-06-05T23:21:46.0412246Z adding 'executorch/exir/backend/test/backend_with_named_data_map.py' 2025-06-05T23:21:46.0413266Z adding 'executorch/exir/backend/test/backend_with_preprocess_all_demo.py' 2025-06-05T23:21:46.0414463Z adding 'executorch/exir/backend/test/hta_partitioner_demo.py' 2025-06-05T23:21:46.0415306Z adding 'executorch/exir/backend/test/op_partitioner_demo.py' 2025-06-05T23:21:46.0416112Z adding 'executorch/exir/backend/test/qnn_backend_demo.py' 2025-06-05T23:21:46.0417203Z adding 'executorch/exir/backend/test/test_backend_with_named_data_map.py' 2025-06-05T23:21:46.0418145Z adding 'executorch/exir/backend/test/test_backends.py' 2025-06-05T23:21:46.0418924Z adding 'executorch/exir/backend/test/test_backends_lifted.py' 2025-06-05T23:21:46.0419759Z adding 'executorch/exir/backend/test/test_backends_nested.py' 2025-06-05T23:21:46.0420590Z adding 'executorch/exir/backend/test/test_compatibility.py' 2025-06-05T23:21:46.0421441Z adding 'executorch/exir/backend/test/test_debug_handle_map.py' 2025-06-05T23:21:46.0422340Z adding 'executorch/exir/backend/test/test_delegate_map_builder.py' 2025-06-05T23:21:46.0423214Z adding 'executorch/exir/backend/test/test_graph_partition.py' 2025-06-05T23:21:46.0424108Z adding 'executorch/exir/backend/test/test_lowered_backend_module.py' 2025-06-05T23:21:46.0424998Z adding 'executorch/exir/backend/test/test_partitioner.py' 2025-06-05T23:21:46.0425764Z adding 'executorch/exir/backend/test/test_passes.py' 2025-06-05T23:21:46.0426640Z adding 'executorch/exir/backend/test/test_to_backend_multi_method.py' 2025-06-05T23:21:46.0427477Z adding 'executorch/exir/backend/test/test_utils.py' 2025-06-05T23:21:46.0428316Z adding 'executorch/exir/backend/test/demos/test_delegate_aten_mode.py' 2025-06-05T23:21:46.0429297Z adding 'executorch/exir/backend/test/demos/test_xnnpack_qnnpack.py' 2025-06-05T23:21:46.0430363Z adding 'executorch/exir/backend/test/demos/rpc/executor_backend_partitioner.py' 2025-06-05T23:21:46.0431527Z adding 'executorch/exir/backend/test/demos/rpc/executor_backend_preprocess.py' 2025-06-05T23:21:46.0432497Z adding 'executorch/exir/backend/test/demos/rpc/test_rpc.py' 2025-06-05T23:21:46.0433210Z adding 'executorch/exir/capture/__init__.py' 2025-06-05T23:21:46.0433822Z adding 'executorch/exir/capture/_capture.py' 2025-06-05T23:21:46.0434435Z adding 'executorch/exir/capture/_config.py' 2025-06-05T23:21:46.0435025Z adding 'executorch/exir/capture/_unlift.py' 2025-06-05T23:21:46.0435628Z adding 'executorch/exir/dialects/__init__.py' 2025-06-05T23:21:46.0436215Z adding 'executorch/exir/dialects/_ops.py' 2025-06-05T23:21:46.0436831Z adding 'executorch/exir/dialects/backend/_ops.py' 2025-06-05T23:21:46.0437623Z adding 'executorch/exir/dialects/backend/test/test_backend_ops.py' 2025-06-05T23:21:46.0438400Z adding 'executorch/exir/dialects/edge/_ops.py' 2025-06-05T23:21:46.0439070Z adding 'executorch/exir/dialects/edge/edge.yaml' 2025-06-05T23:21:46.0439759Z adding 'executorch/exir/dialects/edge/arg/model.py' 2025-06-05T23:21:46.0440432Z adding 'executorch/exir/dialects/edge/arg/type.py' 2025-06-05T23:21:46.0441121Z adding 'executorch/exir/dialects/edge/dtype/runner.py' 2025-06-05T23:21:46.0441871Z adding 'executorch/exir/dialects/edge/dtype/supported.py' 2025-06-05T23:21:46.0442677Z adding 'executorch/exir/dialects/edge/dtype/utils.py' 2025-06-05T23:21:46.0443392Z adding 'executorch/exir/dialects/edge/op/api.py' 2025-06-05T23:21:46.0444101Z adding 'executorch/exir/dialects/edge/op/sample_input.py' 2025-06-05T23:21:46.0444868Z adding 'executorch/exir/dialects/edge/op/test/test_api.py' 2025-06-05T23:21:46.0445622Z adding 'executorch/exir/dialects/edge/spec/gen.py' 2025-06-05T23:21:46.0446305Z adding 'executorch/exir/dialects/edge/spec/utils.py' 2025-06-05T23:21:46.0447083Z adding 'executorch/exir/dialects/edge/test/test_edge_ops.py' 2025-06-05T23:21:46.0447887Z adding 'executorch/exir/dialects/edge/test/test_edge_yaml.py' 2025-06-05T23:21:46.0448733Z adding 'executorch/exir/dialects/test/test_exir_dialect_ops.py' 2025-06-05T23:21:46.0449478Z adding 'executorch/exir/emit/__init__.py' 2025-06-05T23:21:46.0450149Z adding 'executorch/exir/emit/_emit_program.py' 2025-06-05T23:21:46.0450743Z adding 'executorch/exir/emit/_emitter.py' 2025-06-05T23:21:46.0451487Z adding 'executorch/exir/emit/test/test_emit.py' 2025-06-05T23:21:46.0452117Z adding 'executorch/exir/operator/convert.py' 2025-06-05T23:21:46.0452730Z adding 'executorch/exir/operator/manip.py' 2025-06-05T23:21:46.0453304Z adding 'executorch/exir/operator/util.py' 2025-06-05T23:21:46.0454109Z adding 'executorch/exir/operator/test/test_operator.py' 2025-06-05T23:21:46.0454789Z adding 'executorch/exir/passes/__init__.py' 2025-06-05T23:21:46.0455579Z adding 'executorch/exir/passes/_quant_patterns_and_replacements.py' 2025-06-05T23:21:46.0456411Z adding 'executorch/exir/passes/const_prop_pass.py' 2025-06-05T23:21:46.0457142Z adding 'executorch/exir/passes/constant_prop_pass.py' 2025-06-05T23:21:46.0457932Z adding 'executorch/exir/passes/debug_handle_generator_pass.py' 2025-06-05T23:21:46.0458781Z adding 'executorch/exir/passes/dim_order_ops_registry.py' 2025-06-05T23:21:46.0459738Z adding 'executorch/exir/passes/dynamic_shape_prop_pass.py' 2025-06-05T23:21:46.0460601Z adding 'executorch/exir/passes/executorch_prim_ops_registry.py' 2025-06-05T23:21:46.0461447Z adding 'executorch/exir/passes/external_constants_pass.py' 2025-06-05T23:21:46.0462195Z adding 'executorch/exir/passes/init_mutable_pass.py' 2025-06-05T23:21:46.0463074Z adding 'executorch/exir/passes/insert_write_back_for_buffers_pass.py' 2025-06-05T23:21:46.0463930Z adding 'executorch/exir/passes/memory_format_ops_pass.py' 2025-06-05T23:21:46.0464724Z adding 'executorch/exir/passes/memory_planning_pass.py' 2025-06-05T23:21:46.0465486Z adding 'executorch/exir/passes/normalize_transpose_pass.py' 2025-06-05T23:21:46.0466383Z adding 'executorch/exir/passes/normalize_view_copy_base_pass.py' 2025-06-05T23:21:46.0467201Z adding 'executorch/exir/passes/pass_registry.py' 2025-06-05T23:21:46.0467961Z adding 'executorch/exir/passes/prune_empty_tensors_pass.py' 2025-06-05T23:21:46.0468743Z adding 'executorch/exir/passes/quant_fusion_pass.py' 2025-06-05T23:21:46.0469444Z adding 'executorch/exir/passes/quantize_io_pass.py' 2025-06-05T23:21:46.0470227Z adding 'executorch/exir/passes/remove_graph_asserts_pass.py' 2025-06-05T23:21:46.0471088Z adding 'executorch/exir/passes/remove_mixed_type_operators.py' 2025-06-05T23:21:46.0488138Z adding 'executorch/exir/passes/remove_noop_pass.py' 2025-06-05T23:21:46.0489001Z adding 'executorch/exir/passes/remove_unused_parameters_pass.py' 2025-06-05T23:21:46.0490008Z adding 'executorch/exir/passes/replace_aten_with_edge_pass.py' 2025-06-05T23:21:46.0491005Z adding 'executorch/exir/passes/replace_broken_ops_with_function_ops_pass.py' 2025-06-05T23:21:46.0492027Z adding 'executorch/exir/passes/replace_edge_with_backend_pass.py' 2025-06-05T23:21:46.0492865Z adding 'executorch/exir/passes/replace_sym_size_op_pass.py' 2025-06-05T23:21:46.0493735Z adding 'executorch/exir/passes/replace_view_copy_with_view_pass.py' 2025-06-05T23:21:46.0494596Z adding 'executorch/exir/passes/scalar_to_tensor_pass.py' 2025-06-05T23:21:46.0495309Z adding 'executorch/exir/passes/spec_prop_pass.py' 2025-06-05T23:21:46.0496053Z adding 'executorch/exir/passes/sym_shape_eval_pass.py' 2025-06-05T23:21:46.0496802Z adding 'executorch/exir/passes/sym_to_tensor_pass.py' 2025-06-05T23:21:46.0497543Z adding 'executorch/exir/passes/weights_to_outputs_pass.py' 2025-06-05T23:21:46.0498261Z adding 'executorch/exir/program/__init__.py' 2025-06-05T23:21:46.0498905Z adding 'executorch/exir/program/_fake_program.py' 2025-06-05T23:21:46.0499550Z adding 'executorch/exir/program/_program.py' 2025-06-05T23:21:46.0500196Z adding 'executorch/exir/program/test/__init__.py' 2025-06-05T23:21:46.0500928Z adding 'executorch/exir/program/test/test_fake_program.py' 2025-06-05T23:21:46.0501691Z adding 'executorch/exir/program/test/test_program.py' 2025-06-05T23:21:46.0502341Z adding 'executorch/exir/serde/__init__.py' 2025-06-05T23:21:46.0502976Z adding 'executorch/exir/serde/export_serialize.py' 2025-06-05T23:21:46.0503615Z adding 'executorch/exir/serde/schema.py' 2025-06-05T23:21:46.0504422Z adding 'executorch/exir/serde/schema_check.py' 2025-06-05T23:21:46.0505022Z adding 'executorch/exir/serde/serialize.py' 2025-06-05T23:21:46.0505572Z adding 'executorch/exir/serde/union.py' 2025-06-05T23:21:46.0506172Z adding 'executorch/exir/tests/asr_joiner.py' 2025-06-05T23:21:46.0506915Z adding 'executorch/exir/tests/common.py' 2025-06-05T23:21:46.0507592Z adding 'executorch/exir/tests/control_flow_models.py' 2025-06-05T23:21:46.0508328Z adding 'executorch/exir/tests/dynamic_shape_models.py' 2025-06-05T23:21:46.0508997Z adding 'executorch/exir/tests/models.py' 2025-06-05T23:21:46.0509607Z adding 'executorch/exir/tests/test_arg_validator.py' 2025-06-05T23:21:46.0510277Z adding 'executorch/exir/tests/test_capture.py' 2025-06-05T23:21:46.0510879Z adding 'executorch/exir/tests/test_common.py' 2025-06-05T23:21:46.1281166Z adding 'executorch/exir/tests/test_delegate.py' 2025-06-05T23:21:46.1281946Z adding 'executorch/exir/tests/test_dim_order_utils.py' 2025-06-05T23:21:46.1283161Z adding 'executorch/exir/tests/test_dynamic_shape_propagation.py' 2025-06-05T23:21:46.1283664Z adding 'executorch/exir/tests/test_error.py' 2025-06-05T23:21:46.1284103Z adding 'executorch/exir/tests/test_joint_graph.py' 2025-06-05T23:21:46.1284525Z adding 'executorch/exir/tests/test_memory_format_ops_pass.py' 2025-06-05T23:21:46.1285036Z adding 'executorch/exir/tests/test_memory_format_ops_pass_aten.py' 2025-06-05T23:21:46.1285550Z adding 'executorch/exir/tests/test_memory_format_ops_pass_utils.py' 2025-06-05T23:21:46.1286026Z adding 'executorch/exir/tests/test_memory_planning.py' 2025-06-05T23:21:46.1286417Z adding 'executorch/exir/tests/test_op_convert.py' 2025-06-05T23:21:46.1286849Z adding 'executorch/exir/tests/test_pass_infra.py' 2025-06-05T23:21:46.1287260Z adding 'executorch/exir/tests/test_passes.py' 2025-06-05T23:21:46.1287632Z adding 'executorch/exir/tests/test_print_program.py' 2025-06-05T23:21:46.1288130Z adding 'executorch/exir/tests/test_prune_empty_tensors_pass.py' 2025-06-05T23:21:46.1288586Z adding 'executorch/exir/tests/test_quant_fusion_pass.py' 2025-06-05T23:21:46.1288998Z adding 'executorch/exir/tests/test_quantization.py' 2025-06-05T23:21:46.1289393Z adding 'executorch/exir/tests/test_quantize_io_pass.py' 2025-06-05T23:21:46.1289949Z adding 'executorch/exir/tests/test_remove_unused_parameters_pass.py' 2025-06-05T23:21:46.1290467Z adding 'executorch/exir/tests/test_remove_view_copy.py' 2025-06-05T23:21:46.1290904Z adding 'executorch/exir/tests/test_serde.py' 2025-06-05T23:21:46.1291258Z adding 'executorch/exir/tests/test_tensor.py' 2025-06-05T23:21:46.1291654Z adding 'executorch/exir/tests/test_tracer.py' 2025-06-05T23:21:46.1292028Z adding 'executorch/exir/tests/test_verification.py' 2025-06-05T23:21:46.1292395Z adding 'executorch/exir/tests/test_warnings.py' 2025-06-05T23:21:46.1292757Z adding 'executorch/exir/tests/transformer.py' 2025-06-05T23:21:46.1293139Z adding 'executorch/exir/verification/arg_validator.py' 2025-06-05T23:21:46.1293549Z adding 'executorch/exir/verification/dev_html.py' 2025-06-05T23:21:46.1293949Z adding 'executorch/exir/verification/interpreter.py' 2025-06-05T23:21:46.1294330Z adding 'executorch/exir/verification/verifier.py' 2025-06-05T23:21:46.1294754Z adding 'executorch/exir/verification/test/test_verifier.py' 2025-06-05T23:21:46.1295186Z adding 'executorch/extension/export_util/__init__.py' 2025-06-05T23:21:46.1295582Z adding 'executorch/extension/export_util/utils.py' 2025-06-05T23:21:46.1295964Z adding 'executorch/extension/flat_tensor/__init__.py' 2025-06-05T23:21:46.1296408Z adding 'executorch/extension/flat_tensor/serialize/__init__.py' 2025-06-05T23:21:46.1296905Z adding 'executorch/extension/flat_tensor/serialize/flat_tensor.fbs' 2025-06-05T23:21:46.1297452Z adding 'executorch/extension/flat_tensor/serialize/flat_tensor_schema.py' 2025-06-05T23:21:46.1298004Z adding 'executorch/extension/flat_tensor/serialize/scalar_type.fbs' 2025-06-05T23:21:46.1298728Z adding 'executorch/extension/flat_tensor/serialize/serialize.py' 2025-06-05T23:21:46.1299269Z adding 'executorch/extension/flat_tensor/test/test_serialize.py' 2025-06-05T23:21:46.1299734Z adding 'executorch/extension/gguf_util/convert_main.py' 2025-06-05T23:21:46.1300140Z adding 'executorch/extension/gguf_util/converter.py' 2025-06-05T23:21:46.1300724Z adding 'executorch/extension/gguf_util/load_gguf.py' 2025-06-05T23:21:46.1301242Z adding 'executorch/extension/gguf_util/converters/llama_converter.py' 2025-06-05T23:21:46.1301790Z adding 'executorch/extension/llm/custom_ops/__init__.py' 2025-06-05T23:21:46.1302225Z adding 'executorch/extension/llm/custom_ops/custom_ops.py' 2025-06-05T23:21:46.1302727Z adding 'executorch/extension/llm/custom_ops/libcustom_ops_aot_lib.so' 2025-06-05T23:21:46.1303291Z adding 'executorch/extension/llm/custom_ops/model_sharding.py' 2025-06-05T23:21:46.1303821Z adding 'executorch/extension/llm/custom_ops/op_tile_crop_aot.py' 2025-06-05T23:21:46.1304407Z adding 'executorch/extension/llm/custom_ops/preprocess_custom_ops.py' 2025-06-05T23:21:46.1304966Z adding 'executorch/extension/llm/custom_ops/test_preprocess_custom_ops.py' 2025-06-05T23:21:46.1305529Z adding 'executorch/extension/llm/custom_ops/test_quantized_sdpa.py' 2025-06-05T23:21:46.1306064Z adding 'executorch/extension/llm/custom_ops/test_sdpa_with_kv_cache.py' 2025-06-05T23:21:46.1306683Z adding 'executorch/extension/llm/custom_ops/test_update_cache.py' 2025-06-05T23:21:46.1307269Z adding 'executorch/extension/llm/custom_ops/spinquant/special_hadamard_code_gen.py' 2025-06-05T23:21:46.1307987Z adding 'executorch/extension/llm/custom_ops/spinquant/third-party/FFHT/example.py' 2025-06-05T23:21:46.1308637Z adding 'executorch/extension/llm/custom_ops/spinquant/third-party/FFHT/gen.py' 2025-06-05T23:21:46.1309194Z adding 'executorch/extension/llm/export/__init__.py' 2025-06-05T23:21:46.1309638Z adding 'executorch/extension/llm/export/builder.py' 2025-06-05T23:21:46.1310097Z adding 'executorch/extension/llm/export/export_passes.py' 2025-06-05T23:21:46.1310602Z adding 'executorch/extension/llm/export/partitioner_lib.py' 2025-06-05T23:21:46.1311105Z adding 'executorch/extension/llm/export/quantizer_lib.py' 2025-06-05T23:21:46.1311605Z adding 'executorch/extension/llm/export/test_export_passes.py' 2025-06-05T23:21:46.1312077Z adding 'executorch/extension/llm/export/test/__init__.py' 2025-06-05T23:21:46.1312520Z adding 'executorch/extension/llm/export/test/test_builder.py' 2025-06-05T23:21:46.1312967Z adding 'executorch/extension/llm/modules/__init__.py' 2025-06-05T23:21:46.1313419Z adding 'executorch/extension/llm/modules/_position_embeddings.py' 2025-06-05T23:21:46.1313970Z adding 'executorch/extension/llm/modules/attention.py' 2025-06-05T23:21:46.1314391Z adding 'executorch/extension/llm/modules/kv_cache.py' 2025-06-05T23:21:46.1314804Z adding 'executorch/extension/llm/modules/test/__init__.py' 2025-06-05T23:21:46.1315284Z adding 'executorch/extension/llm/modules/test/test_attention.py' 2025-06-05T23:21:46.1315779Z adding 'executorch/extension/llm/modules/test/test_kv_cache.py' 2025-06-05T23:21:46.1316324Z adding 'executorch/extension/llm/modules/test/test_position_embeddings.py' 2025-06-05T23:21:46.1316821Z adding 'executorch/extension/llm/tokenizers/setup.py' 2025-06-05T23:21:46.1317430Z adding 'executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/__init__.py' 2025-06-05T23:21:46.1318201Z adding 'executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/constants.py' 2025-06-05T23:21:46.1318981Z adding 'executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/hf_tokenizer.py' 2025-06-05T23:21:46.1319703Z adding 'executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/llama2c.py' 2025-06-05T23:21:46.1320392Z adding 'executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/tiktoken.py' 2025-06-05T23:21:46.1321194Z adding 'executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/tools/__init__.py' 2025-06-05T23:21:46.1322163Z adding 'executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/tools/llama2c/__init__.py' 2025-06-05T23:21:46.1322984Z adding 'executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/tools/llama2c/convert.py' 2025-06-05T23:21:46.1323705Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/__init__.py' 2025-06-05T23:21:46.1324373Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/constants.py' 2025-06-05T23:21:46.1325273Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/hf_tokenizer.py' 2025-06-05T23:21:46.1325888Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/llama2c.py' 2025-06-05T23:21:46.1326489Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/tiktoken.py' 2025-06-05T23:21:46.1327125Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/__init__.py' 2025-06-05T23:21:46.1327812Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c/__init__.py' 2025-06-05T23:21:46.1328547Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c/convert.py' 2025-06-05T23:21:46.1329165Z adding 'executorch/extension/llm/tokenizers/test/test_tiktoken.py' 2025-06-05T23:21:46.1329846Z adding 'executorch/extension/llm/tokenizers/third-party/abseil-cpp/conanfile.py' 2025-06-05T23:21:46.1330522Z adding 'executorch/extension/llm/tokenizers/third-party/abseil-cpp/create_lts.py' 2025-06-05T23:21:46.1331244Z adding 'executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl/abseil.podspec.gen.py' 2025-06-05T23:21:46.1332005Z adding 'executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl/copts/copts.py' 2025-06-05T23:21:46.1332758Z adding 'executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl/copts/generate_copts.py' 2025-06-05T23:21:46.1333585Z adding 'executorch/extension/llm/tokenizers/third-party/json/docs/mkdocs/scripts/check_structure.py' 2025-06-05T23:21:46.1334412Z adding 'executorch/extension/llm/tokenizers/third-party/json/tests/thirdparty/imapdl/filterbr.py' 2025-06-05T23:21:46.1335198Z adding 'executorch/extension/llm/tokenizers/third-party/json/tools/amalgamate/amalgamate.py' 2025-06-05T23:21:46.1336016Z adding 'executorch/extension/llm/tokenizers/third-party/json/tools/gdb_pretty_printer/nlohmann-json.py' 2025-06-05T23:21:46.1336870Z adding 'executorch/extension/llm/tokenizers/third-party/json/tools/generate_natvis/generate_natvis.py' 2025-06-05T23:21:46.1337692Z adding 'executorch/extension/llm/tokenizers/third-party/json/tools/serve_header/serve_header.py' 2025-06-05T23:21:46.1338439Z adding 'executorch/extension/llm/tokenizers/third-party/pcre2/maint/GenerateCommon.py' 2025-06-05T23:21:46.1339141Z adding 'executorch/extension/llm/tokenizers/third-party/pcre2/maint/GenerateTest.py' 2025-06-05T23:21:46.1339829Z adding 'executorch/extension/llm/tokenizers/third-party/pcre2/maint/GenerateUcd.py' 2025-06-05T23:21:46.1340534Z adding 'executorch/extension/llm/tokenizers/third-party/pcre2/maint/GenerateUcpHeader.py' 2025-06-05T23:21:46.1340863Z adding 'executorch/extension/llm/tokenizers/third-party/pcre2/maint/GenerateUcpTables.py' 2025-06-05T23:21:46.1341148Z adding 'executorch/extension/llm/tokenizers/third-party/pcre2/maint/UpdateCommon.py' 2025-06-05T23:21:46.1341431Z adding 'executorch/extension/llm/tokenizers/third-party/pcre2/maint/UpdateDates.py' 2025-06-05T23:21:46.1341733Z adding 'executorch/extension/llm/tokenizers/third-party/pcre2/maint/UpdateRelease.py' 2025-06-05T23:21:46.1342007Z adding 'executorch/extension/llm/tokenizers/third-party/re2/benchlog/benchplot.py' 2025-06-05T23:21:46.1342248Z adding 'executorch/extension/llm/tokenizers/third-party/re2/python/re2.py' 2025-06-05T23:21:46.1342506Z adding 'executorch/extension/llm/tokenizers/third-party/re2/python/re2_test.py' 2025-06-05T23:21:46.1342765Z adding 'executorch/extension/llm/tokenizers/third-party/re2/python/setup.py' 2025-06-05T23:21:46.1343077Z adding 'executorch/extension/llm/tokenizers/third-party/re2/python/toolchains/generate.py' 2025-06-05T23:21:46.7178058Z adding 'executorch/extension/llm/tokenizers/third-party/re2/re2/make_unicode_casefold.py' 2025-06-05T23:21:46.7179441Z adding 'executorch/extension/llm/tokenizers/third-party/re2/re2/make_unicode_groups.py' 2025-06-05T23:21:46.7180404Z adding 'executorch/extension/llm/tokenizers/third-party/re2/re2/unicode.py' 2025-06-05T23:21:46.7181197Z adding 'executorch/extension/llm/tokenizers/third-party/sentencepiece/python/setup.py' 2025-06-05T23:21:46.7182018Z adding 'executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece/__init__.py' 2025-06-05T23:21:46.7182992Z adding 'executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece/_version.py' 2025-06-05T23:21:46.7184111Z adding 'executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece/sentencepiece_model_pb2.py' 2025-06-05T23:21:46.7185198Z adding 'executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece/sentencepiece_pb2.py' 2025-06-05T23:21:46.7186227Z adding 'executorch/extension/llm/tokenizers/third-party/sentencepiece/python/test/__init__.py' 2025-06-05T23:21:46.7187060Z adding 'executorch/extension/llm/tokenizers/third-party/sentencepiece/python/test/sentencepiece_test.py' 2025-06-05T23:21:46.7187931Z adding 'executorch/extension/module/test/resources/gen_bundled_program.py' 2025-06-05T23:21:46.7188609Z adding 'executorch/extension/pybindings/_portable_lib.cpython-310-x86_64-linux-gnu.so' 2025-06-05T23:21:46.7189177Z adding 'executorch/extension/pybindings/portable_lib.py' 2025-06-05T23:21:46.7189623Z adding 'executorch/extension/pybindings/pybindings.pyi' 2025-06-05T23:21:46.7190055Z adding 'executorch/extension/pybindings/test/make_test.py' 2025-06-05T23:21:46.7190570Z adding 'executorch/extension/pybindings/test/test_backend_pybinding.py' 2025-06-05T23:21:46.7191117Z adding 'executorch/extension/pybindings/test/test_pybindings.py' 2025-06-05T23:21:46.7191563Z adding 'executorch/extension/pytree/__init__.py' 2025-06-05T23:21:46.7191942Z adding 'executorch/extension/pytree/test/test.py' 2025-06-05T23:21:46.7192315Z adding 'executorch/extension/training/__init__.py' 2025-06-05T23:21:46.7192782Z adding 'executorch/extension/training/examples/XOR/export_model.py' 2025-06-05T23:21:46.7193278Z adding 'executorch/extension/training/examples/XOR/model.py' 2025-06-05T23:21:46.7193801Z adding 'executorch/extension/training/examples/XOR/test/test_export.py' 2025-06-05T23:21:46.7194347Z adding 'executorch/extension/training/pybindings/_training_lib.pyi' 2025-06-05T23:21:46.7194889Z adding 'executorch/extension/training/pybindings/_training_module.py' 2025-06-05T23:21:46.7195415Z adding 'executorch/extension/training/pybindings/test/test.py' 2025-06-05T23:21:46.7196034Z adding 'executorch/include/executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h' 2025-06-05T23:21:46.7196749Z adding 'executorch/include/executorch/extension/kernel_util/meta_programming.h' 2025-06-05T23:21:46.7197362Z adding 'executorch/include/executorch/extension/kernel_util/type_list.h' 2025-06-05T23:21:46.7197907Z adding 'executorch/include/executorch/extension/tensor/tensor.h' 2025-06-05T23:21:46.7198460Z adding 'executorch/include/executorch/extension/tensor/tensor_accessor.h' 2025-06-05T23:21:46.7199029Z adding 'executorch/include/executorch/extension/tensor/tensor_ptr.h' 2025-06-05T23:21:46.7199606Z adding 'executorch/include/executorch/extension/tensor/tensor_ptr_maker.h' 2025-06-05T23:21:46.7200218Z adding 'executorch/include/executorch/extension/threadpool/cpuinfo_utils.h' 2025-06-05T23:21:46.7200813Z adding 'executorch/include/executorch/extension/threadpool/threadpool.h' 2025-06-05T23:21:46.7201429Z adding 'executorch/include/executorch/extension/threadpool/threadpool_guard.h' 2025-06-05T23:21:46.7201992Z adding 'executorch/include/executorch/runtime/core/array_ref.h' 2025-06-05T23:21:46.7202501Z adding 'executorch/include/executorch/runtime/core/data_loader.h' 2025-06-05T23:21:46.7203155Z adding 'executorch/include/executorch/runtime/core/defines.h' 2025-06-05T23:21:46.7203626Z adding 'executorch/include/executorch/runtime/core/error.h' 2025-06-05T23:21:46.7204092Z adding 'executorch/include/executorch/runtime/core/evalue.h' 2025-06-05T23:21:46.7204651Z adding 'executorch/include/executorch/runtime/core/event_tracer.h' 2025-06-05T23:21:46.7205209Z adding 'executorch/include/executorch/runtime/core/event_tracer_hooks.h' 2025-06-05T23:21:46.7205818Z adding 'executorch/include/executorch/runtime/core/event_tracer_hooks_delegate.h' 2025-06-05T23:21:46.7206433Z adding 'executorch/include/executorch/runtime/core/freeable_buffer.h' 2025-06-05T23:21:46.7206962Z adding 'executorch/include/executorch/runtime/core/function_ref.h' 2025-06-05T23:21:46.7207537Z adding 'executorch/include/executorch/runtime/core/hierarchical_allocator.h' 2025-06-05T23:21:46.7208140Z adding 'executorch/include/executorch/runtime/core/memory_allocator.h' 2025-06-05T23:21:46.7208689Z adding 'executorch/include/executorch/runtime/core/named_data_map.h' 2025-06-05T23:21:46.7209193Z adding 'executorch/include/executorch/runtime/core/result.h' 2025-06-05T23:21:46.7209721Z adding 'executorch/include/executorch/runtime/core/span.h' 2025-06-05T23:21:46.7210180Z adding 'executorch/include/executorch/runtime/core/tag.h' 2025-06-05T23:21:46.7210663Z adding 'executorch/include/executorch/runtime/core/tensor_layout.h' 2025-06-05T23:21:46.7211240Z adding 'executorch/include/executorch/runtime/core/tensor_shape_dynamism.h' 2025-06-05T23:21:46.7211845Z adding 'executorch/include/executorch/runtime/core/exec_aten/exec_aten.h' 2025-06-05T23:21:46.7212508Z adding 'executorch/include/executorch/runtime/core/exec_aten/testing_util/tensor_factory.h' 2025-06-05T23:21:46.7213246Z adding 'executorch/include/executorch/runtime/core/exec_aten/testing_util/tensor_util.h' 2025-06-05T23:21:46.7213931Z adding 'executorch/include/executorch/runtime/core/exec_aten/util/dim_order_util.h' 2025-06-05T23:21:46.7214617Z adding 'executorch/include/executorch/runtime/core/exec_aten/util/scalar_type_util.h' 2025-06-05T23:21:46.7215336Z adding 'executorch/include/executorch/runtime/core/exec_aten/util/tensor_dimension_limit.h' 2025-06-05T23:21:46.7216088Z adding 'executorch/include/executorch/runtime/core/exec_aten/util/tensor_shape_to_c_string.h' 2025-06-05T23:21:46.7216797Z adding 'executorch/include/executorch/runtime/core/exec_aten/util/tensor_util.h' 2025-06-05T23:21:46.7217422Z adding 'executorch/include/executorch/runtime/core/portable_type/bfloat16.h' 2025-06-05T23:21:46.7218060Z adding 'executorch/include/executorch/runtime/core/portable_type/bfloat16_math.h' 2025-06-05T23:21:46.7218702Z adding 'executorch/include/executorch/runtime/core/portable_type/bits_types.h' 2025-06-05T23:21:46.7219328Z adding 'executorch/include/executorch/runtime/core/portable_type/complex.h' 2025-06-05T23:21:46.7219937Z adding 'executorch/include/executorch/runtime/core/portable_type/device.h' 2025-06-05T23:21:46.7220523Z adding 'executorch/include/executorch/runtime/core/portable_type/half.h' 2025-06-05T23:21:46.7221129Z adding 'executorch/include/executorch/runtime/core/portable_type/optional.h' 2025-06-05T23:21:46.7221748Z adding 'executorch/include/executorch/runtime/core/portable_type/qint_types.h' 2025-06-05T23:21:46.7222370Z adding 'executorch/include/executorch/runtime/core/portable_type/scalar.h' 2025-06-05T23:21:46.7222995Z adding 'executorch/include/executorch/runtime/core/portable_type/scalar_type.h' 2025-06-05T23:21:46.7223633Z adding 'executorch/include/executorch/runtime/core/portable_type/string_view.h' 2025-06-05T23:21:46.7224256Z adding 'executorch/include/executorch/runtime/core/portable_type/tensor.h' 2025-06-05T23:21:46.7224868Z adding 'executorch/include/executorch/runtime/core/portable_type/tensor_impl.h' 2025-06-05T23:21:46.7225530Z adding 'executorch/include/executorch/runtime/core/portable_type/tensor_options.h' 2025-06-05T23:21:46.7226226Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/macros/Export.h' 2025-06-05T23:21:46.7227045Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/macros/Macros.h' 2025-06-05T23:21:46.7227797Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16-inl.h' 2025-06-05T23:21:46.7228654Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16-math.h' 2025-06-05T23:21:46.7229413Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16.h' 2025-06-05T23:21:46.7230132Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/Half-inl.h' 2025-06-05T23:21:46.7230849Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/Half.h' 2025-06-05T23:21:46.7231613Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/TypeSafeSignMath.h' 2025-06-05T23:21:46.7232378Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/bit_cast.h' 2025-06-05T23:21:46.7233297Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/complex.h' 2025-06-05T23:21:46.7234037Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/complex_math.h' 2025-06-05T23:21:46.7234815Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/complex_utils.h' 2025-06-05T23:21:46.7235629Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/floating_point_utils.h' 2025-06-05T23:21:46.7236394Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/irange.h' 2025-06-05T23:21:46.7237047Z adding 'executorch/include/executorch/runtime/kernel/kernel_includes.h' 2025-06-05T23:21:46.7237644Z adding 'executorch/include/executorch/runtime/kernel/kernel_runtime_context.h' 2025-06-05T23:21:46.7238265Z adding 'executorch/include/executorch/runtime/kernel/operator_registry.h' 2025-06-05T23:21:46.7238886Z adding 'executorch/include/executorch/runtime/kernel/thread_parallel_interface.h' 2025-06-05T23:21:46.7239507Z adding 'executorch/include/executorch/runtime/kernel/test/test_util.h' 2025-06-05T23:21:46.7240041Z adding 'executorch/include/executorch/runtime/platform/abort.h' 2025-06-05T23:21:46.7240544Z adding 'executorch/include/executorch/runtime/platform/assert.h' 2025-06-05T23:21:46.7241051Z adding 'executorch/include/executorch/runtime/platform/clock.h' 2025-06-05T23:21:46.7241584Z adding 'executorch/include/executorch/runtime/platform/compat_unistd.h' 2025-06-05T23:21:46.7242141Z adding 'executorch/include/executorch/runtime/platform/compiler.h' 2025-06-05T23:21:46.7242636Z adding 'executorch/include/executorch/runtime/platform/log.h' 2025-06-05T23:21:46.7243142Z adding 'executorch/include/executorch/runtime/platform/platform.h' 2025-06-05T23:21:46.7243671Z adding 'executorch/include/executorch/runtime/platform/profiler.h' 2025-06-05T23:21:50.0548552Z adding 'executorch/include/executorch/runtime/platform/runtime.h' 2025-06-05T23:21:50.0549391Z adding 'executorch/include/executorch/runtime/platform/system.h' 2025-06-05T23:21:50.0549921Z adding 'executorch/include/executorch/runtime/platform/types.h' 2025-06-05T23:21:50.0550453Z adding 'executorch/include/executorch/runtime/platform/test/pal_spy.h' 2025-06-05T23:21:50.0551076Z adding 'executorch/include/executorch/runtime/platform/test/stub_platform.h' 2025-06-05T23:21:50.0551612Z adding 'executorch/kernels/quantized/__init__.py' 2025-06-05T23:21:50.0552057Z adding 'executorch/kernels/quantized/libquantized_ops_aot_lib.so' 2025-06-05T23:21:50.0552531Z adding 'executorch/kernels/quantized/quantized.yaml' 2025-06-05T23:21:50.0553005Z adding 'executorch/kernels/quantized/test/supported_features_def.yaml' 2025-06-05T23:21:50.0553547Z adding 'executorch/kernels/quantized/test/test_out_variants.py' 2025-06-05T23:21:50.0554085Z adding 'executorch/kernels/quantized/test/test_quant_dequant_per_token.py' 2025-06-05T23:21:50.0554556Z adding 'executorch/runtime/__init__.py' 2025-06-05T23:21:50.0555153Z adding 'executorch/runtime/kernel/test/functions.yaml' 2025-06-05T23:21:50.0555559Z adding 'executorch/runtime/test/test_runtime.py' 2025-06-05T23:21:50.0555920Z adding 'executorch/schema/program.fbs' 2025-06-05T23:21:50.0556242Z adding 'executorch/schema/scalar_type.fbs' 2025-06-05T23:21:50.0556745Z adding 'executorch/share/cmake/executorch-config.cmake' 2025-06-05T23:21:50.0557171Z adding 'executorch/util/activation_memory_profiler.py' 2025-06-05T23:21:50.0557549Z adding 'executorch/util/collect_env.py' 2025-06-05T23:21:50.0557876Z adding 'executorch/util/python_profiler.py' 2025-06-05T23:21:50.0558298Z adding 'executorch-0.7.0a0+bd57234.dist-info/licenses/LICENSE' 2025-06-05T23:21:50.0558755Z adding 'executorch-0.7.0a0+bd57234.dist-info/METADATA' 2025-06-05T23:21:50.0559337Z adding 'executorch-0.7.0a0+bd57234.dist-info/WHEEL' 2025-06-05T23:21:50.0559783Z adding 'executorch-0.7.0a0+bd57234.dist-info/entry_points.txt' 2025-06-05T23:21:50.0560258Z adding 'executorch-0.7.0a0+bd57234.dist-info/top_level.txt' 2025-06-05T23:21:50.0560697Z adding 'executorch-0.7.0a0+bd57234.dist-info/RECORD' 2025-06-05T23:21:50.0561062Z removing pip-out/bdist.linux-x86_64/wheel 2025-06-05T23:21:50.0561773Z Building wheel for executorch (pyproject.toml) ... [?25l[?25hdone 2025-06-05T23:21:50.0562770Z Created wheel for executorch: filename=executorch-0.7.0a0+bd57234-cp310-cp310-linux_x86_64.whl size=9987128 sha256=ac9499c0ad2dd65359a2acb0d81bb7aa60d4784570c1681e09cd472b3eff7bc6 2025-06-05T23:21:50.0564009Z Stored in directory: /tmp/pip-ephem-wheel-cache-n2h1v30k/wheels/9e/f0/2b/6a778c77421b91e006bef425e288a1e5c7c35b04c51317756b 2025-06-05T23:21:50.0564694Z Successfully built executorch 2025-06-05T23:21:50.0565422Z Installing collected packages: flatbuffers, tabulate, pyaml, protobuf, execnet, pytest, cattrs, pytest-xdist, pytest-rerunfailures, coremltools, executorch 2025-06-05T23:21:50.0566207Z [?25l 2025-06-05T23:21:50.0566566Z  changing mode of /opt/conda/envs/py_3.10/bin/tabulate to 755 2025-06-05T23:21:50.0566863Z 2025-06-05T23:21:50.0567096Z  changing mode of /opt/conda/envs/py_3.10/bin/pyaml to 755 2025-06-05T23:21:50.0567373Z 2025-06-05T23:21:50.0567725Z  ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  3/11 [protobuf] 2025-06-05T23:21:50.0568187Z  Attempting uninstall: pytest 2025-06-05T23:21:50.0568679Z ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  3/11 [protobuf] 2025-06-05T23:21:50.0569152Z  Found existing installation: pytest 7.2.0 2025-06-05T23:21:50.0569755Z ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  3/11 [protobuf] 2025-06-05T23:21:50.0570211Z  Uninstalling pytest-7.2.0: 2025-06-05T23:21:50.0570689Z ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  3/11 [protobuf] 2025-06-05T23:21:50.0571286Z  ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━  5/11 [pytest] 2025-06-05T23:21:50.0571985Z  Removing file or directory /opt/conda/envs/py_3.10/bin/py.test 2025-06-05T23:21:50.0572581Z ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━  5/11 [pytest] 2025-06-05T23:21:50.0573235Z  Removing file or directory /opt/conda/envs/py_3.10/bin/pytest 2025-06-05T23:21:50.0573833Z ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━  5/11 [pytest] 2025-06-05T23:21:50.0574669Z  Removing file or directory /opt/conda/envs/py_3.10/lib/python3.10/site-packages/__pycache__/py.cpython-310.pyc 2025-06-05T23:21:50.0575444Z ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━  5/11 [pytest] 2025-06-05T23:21:50.0576046Z  ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━  5/11 [pytest] 2025-06-05T23:21:50.0576715Z  Removing file or directory /opt/conda/envs/py_3.10/lib/python3.10/site-packages/_pytest/ 2025-06-05T23:21:50.0577422Z ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━  5/11 [pytest] 2025-06-05T23:21:50.0578076Z  Removing file or directory /opt/conda/envs/py_3.10/lib/python3.10/site-packages/py.py 2025-06-05T23:21:50.0578757Z ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━  5/11 [pytest] 2025-06-05T23:21:50.0579496Z  Removing file or directory /opt/conda/envs/py_3.10/lib/python3.10/site-packages/pytest-7.2.0.dist-info/ 2025-06-05T23:21:50.0580230Z ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━  5/11 [pytest] 2025-06-05T23:21:50.0580893Z  Removing file or directory /opt/conda/envs/py_3.10/lib/python3.10/site-packages/pytest/ 2025-06-05T23:21:50.0581569Z ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━  5/11 [pytest] 2025-06-05T23:21:50.0582023Z  Successfully uninstalled pytest-7.2.0 2025-06-05T23:21:50.0582539Z ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━  5/11 [pytest] 2025-06-05T23:21:50.0583124Z  ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━  5/11 [pytest] 2025-06-05T23:21:50.0583667Z  changing mode of /opt/conda/envs/py_3.10/bin/py.test to 755 2025-06-05T23:21:50.0584260Z ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━  5/11 [pytest] 2025-06-05T23:21:50.0584779Z  changing mode of /opt/conda/envs/py_3.10/bin/pytest to 755 2025-06-05T23:21:50.0585343Z ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━  5/11 [pytest] 2025-06-05T23:21:50.0585927Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━  9/11 [coremltools] 2025-06-05T23:21:50.0586540Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━  9/11 [coremltools] 2025-06-05T23:21:50.0587128Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━  9/11 [coremltools] 2025-06-05T23:21:50.0587805Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━  9/11 [coremltools] 2025-06-05T23:21:50.0588407Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━  9/11 [coremltools] 2025-06-05T23:21:50.0589067Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━  9/11 [coremltools] 2025-06-05T23:21:50.0589667Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━  9/11 [coremltools] 2025-06-05T23:21:50.0590251Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━  9/11 [coremltools] 2025-06-05T23:21:50.0590847Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━  9/11 [coremltools] 2025-06-05T23:21:50.0591443Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:21:52.3693872Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:21:52.3694720Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:21:52.3695364Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:21:52.3695992Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:21:52.3696575Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:21:52.3697171Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:21:52.3697753Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:21:52.3698348Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:21:52.3698939Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:21:52.3699542Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:21:52.3700138Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:21:52.3700749Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:21:52.3701290Z  changing mode of /opt/conda/envs/py_3.10/bin/flatc to 755 2025-06-05T23:21:52.3701872Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:21:52.3702434Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 11/11 [executorch] 2025-06-05T23:21:52.3702801Z [?25h 2025-06-05T23:21:52.3703924Z Successfully installed cattrs-25.1.1 coremltools-8.3.0 execnet-2.1.1 executorch-0.7.0a0+bd57234 flatbuffers-25.2.10 protobuf-6.31.1 pyaml-25.5.0 pytest-8.4.0 pytest-rerunfailures-15.1 pytest-xdist-3.7.0 tabulate-0.9.0 2025-06-05T23:21:52.3705717Z + pip list 2025-06-05T23:21:52.3706014Z Package Version Build Editable project location 2025-06-05T23:21:52.3706504Z ----------------------------- ------------------ ----- ----------------------------------- 2025-06-05T23:21:52.3707026Z aiohappyeyeballs 2.6.1 2025-06-05T23:21:52.3707331Z aiohttp 3.12.9 2025-06-05T23:21:52.3707610Z aiosignal 1.3.2 2025-06-05T23:21:52.3707897Z alabaster 0.7.16 2025-06-05T23:21:52.3708183Z antlr4-python3-runtime 4.9.3 2025-06-05T23:21:52.3708485Z async-timeout 5.0.1 2025-06-05T23:21:52.3708764Z attrs 25.3.0 2025-06-05T23:21:52.3709026Z babel 2.17.0 2025-06-05T23:21:52.3709311Z beautifulsoup4 4.13.4 2025-06-05T23:21:52.3709581Z blobfile 3.0.0 2025-06-05T23:21:52.3709863Z breathe 4.34.0 2025-06-05T23:21:52.3710121Z bs4 0.0.2 2025-06-05T23:21:52.3710384Z cattrs 25.1.1 2025-06-05T23:21:52.3710643Z certifi 2025.4.26 2025-06-05T23:21:52.3710937Z charset-normalizer 3.4.2 2025-06-05T23:21:52.3711207Z cmake 3.31.6 2025-06-05T23:21:52.3711477Z contourpy 1.3.2 2025-06-05T23:21:52.3711755Z coremltools 8.3.0 2025-06-05T23:21:52.3712018Z coverage 7.8.2 2025-06-05T23:21:52.3712287Z cycler 0.12.1 2025-06-05T23:21:52.3712545Z datasets 3.6.0 2025-06-05T23:21:52.3712813Z dill 0.3.8 2025-06-05T23:21:52.3713071Z docutils 0.16 2025-06-05T23:21:52.3713349Z exceptiongroup 1.3.0 2025-06-05T23:21:52.3713614Z execnet 2.1.1 2025-06-05T23:21:52.3713909Z executorch 0.7.0a0+bd57234 2025-06-05T23:21:52.3714214Z exhale 0.2.3 2025-06-05T23:21:52.3714491Z expecttest 0.1.6 2025-06-05T23:21:52.3714770Z filelock 3.18.0 2025-06-05T23:21:52.3715040Z flatbuffers 25.2.10 2025-06-05T23:21:52.3715327Z fonttools 4.58.1 2025-06-05T23:21:52.3715601Z frozenlist 1.6.2 2025-06-05T23:21:52.3715879Z fsspec 2025.3.0 2025-06-05T23:21:52.3716152Z hf_transfer 0.1.9 2025-06-05T23:21:52.3716424Z hf-xet 1.1.3 2025-06-05T23:21:52.3716690Z huggingface-hub 0.32.4 2025-06-05T23:21:52.3716974Z hypothesis 6.84.2 2025-06-05T23:21:52.3717249Z idna 3.10 2025-06-05T23:21:52.3717507Z imagesize 1.4.1 2025-06-05T23:21:52.3717779Z iniconfig 2.1.0 2025-06-05T23:21:52.3718039Z Jinja2 3.1.6 2025-06-05T23:21:52.3718311Z kagglehub 0.3.12 2025-06-05T23:21:52.3718582Z kiwisolver 1.4.8 2025-06-05T23:21:52.3718854Z lxml 5.4.0 2025-06-05T23:21:52.3719120Z markdown-it-py 2.2.0 2025-06-05T23:21:52.3719403Z MarkupSafe 3.0.2 2025-06-05T23:21:52.3719666Z matplotlib 3.10.3 2025-06-05T23:21:52.3719957Z mdit-py-plugins 0.3.5 2025-06-05T23:21:52.3720234Z mdurl 0.1.2 2025-06-05T23:21:52.3720489Z mpmath 1.3.0 2025-06-05T23:21:52.3720762Z multidict 6.4.4 2025-06-05T23:21:52.3721028Z multiprocess 0.70.16 2025-06-05T23:21:52.3721318Z myst-parser 0.18.1 2025-06-05T23:21:52.3721586Z networkx 3.4.2 2025-06-05T23:21:52.3721855Z numpy 2.2.6 2025-06-05T23:21:52.3722123Z nvidia-cublas-cu12 12.1.3.1 2025-06-05T23:21:52.3722430Z nvidia-cuda-cupti-cu12 12.1.105 2025-06-05T23:21:52.3722821Z nvidia-cuda-nvrtc-cu12 12.1.105 2025-06-05T23:21:52.3723134Z nvidia-cuda-runtime-cu12 12.1.105 2025-06-05T23:21:52.3723442Z nvidia-cudnn-cu12 9.1.0.70 2025-06-05T23:21:52.3723727Z nvidia-cufft-cu12 11.0.2.54 2025-06-05T23:21:52.3724037Z nvidia-curand-cu12 10.3.2.106 2025-06-05T23:21:52.3724408Z nvidia-cusolver-cu12 11.4.5.107 2025-06-05T23:21:52.3724724Z nvidia-cusparse-cu12 12.1.0.106 2025-06-05T23:21:52.3725015Z nvidia-nccl-cu12 2.20.5 2025-06-05T23:21:52.3725310Z nvidia-nvjitlink-cu12 12.9.41 2025-06-05T23:21:52.3725596Z nvidia-nvtx-cu12 12.1.105 2025-06-05T23:21:52.3725887Z omegaconf 2.3.0 2025-06-05T23:21:52.3726166Z packaging 25.0 2025-06-05T23:21:52.3726428Z pandas 2.2.3 2025-06-05T23:21:52.3726706Z parameterized 0.9.0 2025-06-05T23:21:52.3726970Z pillow 11.2.1 2025-06-05T23:21:52.3727249Z pip 25.1 2025-06-05T23:21:52.3727505Z pluggy 1.6.0 2025-06-05T23:21:52.3727782Z propcache 0.3.1 2025-06-05T23:21:52.3728044Z protobuf 6.31.1 2025-06-05T23:21:52.3728323Z psutil 7.0.0 2025-06-05T23:21:52.3728585Z pyaml 25.5.0 2025-06-05T23:21:52.3728863Z pyarrow 20.0.0 2025-06-05T23:21:52.3729146Z pycryptodomex 3.23.0 2025-06-05T23:21:52.3729417Z Pygments 2.19.1 2025-06-05T23:21:52.3729803Z pyparsing 3.2.3 2025-06-05T23:21:52.3730065Z pytest 8.4.0 2025-06-05T23:21:52.3730342Z pytest-cov 4.1.0 2025-06-05T23:21:52.3730617Z pytest-rerunfailures 15.1 2025-06-05T23:21:52.3730905Z pytest-xdist 3.7.0 2025-06-05T23:21:52.3731189Z python-dateutil 2.9.0.post0 2025-06-05T23:21:52.3731630Z pytorch_sphinx_theme 0.0.24 /opt/conda/src/pytorch-sphinx-theme 2025-06-05T23:21:52.3732075Z pytorch_tokenizers 0.1.0 2025-06-05T23:21:52.3732344Z pytz 2025.2 2025-06-05T23:21:52.3732621Z PyYAML 6.0.1 2025-06-05T23:21:52.3732886Z regex 2024.11.6 2025-06-05T23:21:52.3733177Z requests 2.32.3 2025-06-05T23:21:52.3733449Z ruamel.yaml 0.17.32 2025-06-05T23:21:52.3733746Z ruamel.yaml.clib 0.2.12 2025-06-05T23:21:52.3734022Z safetensors 0.5.3 2025-06-05T23:21:52.3734307Z sentencepiece 0.2.0 2025-06-05T23:21:52.3734593Z setuptools 78.1.1 2025-06-05T23:21:52.3734857Z six 1.17.0 2025-06-05T23:21:52.3735142Z snowballstemmer 3.0.1 2025-06-05T23:21:52.3735422Z sortedcontainers 2.4.0 2025-06-05T23:21:52.3735713Z soupsieve 2.7 2025-06-05T23:21:52.3735977Z Sphinx 5.3.0 2025-06-05T23:21:52.3736271Z sphinx-copybutton 0.5.0 2025-06-05T23:21:52.3736545Z sphinx_design 0.4.1 2025-06-05T23:21:52.3736832Z sphinx-gallery 0.14.0 2025-06-05T23:21:52.3737114Z sphinx_reredirects 0.1.4 2025-06-05T23:21:52.3737419Z sphinxcontrib-applehelp 2.0.0 2025-06-05T23:21:52.3737732Z sphinxcontrib-devhelp 2.0.0 2025-06-05T23:21:52.3738022Z sphinxcontrib-htmlhelp 2.1.0 2025-06-05T23:21:52.3738331Z sphinxcontrib-jsmath 1.0.1 2025-06-05T23:21:52.3738615Z sphinxcontrib-qthelp 2.0.0 2025-06-05T23:21:52.3738926Z sphinxcontrib-serializinghtml 2.0.0 2025-06-05T23:21:52.3739211Z sympy 1.14.0 2025-06-05T23:21:52.3739484Z tabulate 0.9.0 2025-06-05T23:21:52.3739743Z tiktoken 0.9.0 2025-06-05T23:21:52.3740007Z timm 1.0.7 2025-06-05T23:21:52.3740264Z tokenizers 0.21.1 2025-06-05T23:21:52.3740692Z tomli 2.0.1 2025-06-05T23:21:52.3740986Z torch 2.8.0a0+git5616fa4 2025-06-05T23:21:52.3741309Z torchao 0.12.0+gitbc68b11 2025-06-05T23:21:52.3741640Z torchaudio 2.6.0a0+1a8f621 2025-06-05T23:21:52.3741936Z torchdata 0.11.0 2025-06-05T23:21:52.3742277Z torchsr 1.0.4 2025-06-05T23:21:52.3742541Z torchtune 0.6.1 2025-06-05T23:21:52.3742842Z torchvision 0.22.0a0+966da7e 2025-06-05T23:21:52.3743142Z tqdm 4.67.1 2025-06-05T23:21:52.3743424Z transformers 4.47.1 2025-06-05T23:21:52.3743725Z triton 3.0.0 1 2025-06-05T23:21:52.3744033Z typing_extensions 4.14.0 2025-06-05T23:21:52.3744319Z tzdata 2025.2 2025-06-05T23:21:52.3744581Z urllib3 2.4.0 2025-06-05T23:21:52.3744853Z wheel 0.45.1 2025-06-05T23:21:52.3745116Z xxhash 3.5.0 2025-06-05T23:21:52.3745384Z yarl 1.20.0 2025-06-05T23:21:52.3745643Z zstd 1.5.5.1 2025-06-05T23:21:52.3745937Z + build_executorch_runner cmake Release 2025-06-05T23:21:57.0935671Z + [[ cmake == \b\u\c\k\2 ]] 2025-06-05T23:21:57.0936170Z + [[ cmake == \c\m\a\k\e ]] 2025-06-05T23:21:57.0936541Z + build_executorch_runner_cmake Release 2025-06-05T23:21:57.0936853Z + CMAKE_OUTPUT_DIR=cmake-out 2025-06-05T23:21:57.0937225Z + clean_executorch_install_folders 2025-06-05T23:21:57.0937539Z + ./install_executorch.sh --clean 2025-06-05T23:21:57.0937865Z Cleaning build artifacts... 2025-06-05T23:21:57.0938146Z Cleaning pip-out/... 2025-06-05T23:21:57.0938390Z Cleaning cmake-out/... 2025-06-05T23:21:57.0938691Z Done cleaning build artifacts. 2025-06-05T23:21:57.0938974Z + mkdir cmake-out 2025-06-05T23:21:57.0939217Z + pushd cmake-out 2025-06-05T23:21:57.0939582Z /pytorch/executorch/cmake-out /pytorch/executorch 2025-06-05T23:21:57.0940003Z + [[ Release == \D\e\b\u\g ]] 2025-06-05T23:21:57.0940258Z + CXXFLAGS= 2025-06-05T23:21:57.0940447Z + CXXFLAGS= 2025-06-05T23:21:57.0940781Z + retry cmake -DPYTHON_EXECUTABLE=python -DCMAKE_BUILD_TYPE=Release .. 2025-06-05T23:21:57.0941294Z + cmake -DPYTHON_EXECUTABLE=python -DCMAKE_BUILD_TYPE=Release .. 2025-06-05T23:21:57.0941720Z -- The C compiler identification is Clang 12.0.1 2025-06-05T23:21:57.0942095Z -- The CXX compiler identification is Clang 12.0.1 2025-06-05T23:21:57.0942430Z -- Detecting C compiler ABI info 2025-06-05T23:21:57.0942727Z -- Detecting C compiler ABI info - done 2025-06-05T23:21:57.0943092Z -- Check for working C compiler: /opt/cache/bin/cc - skipped 2025-06-05T23:21:57.0943466Z -- Detecting C compile features 2025-06-05T23:21:57.0943747Z -- Detecting C compile features - done 2025-06-05T23:21:57.0944062Z -- Detecting CXX compiler ABI info 2025-06-05T23:21:57.0944367Z -- Detecting CXX compiler ABI info - done 2025-06-05T23:21:57.0944741Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2025-06-05T23:21:57.0945136Z -- Detecting CXX compile features 2025-06-05T23:21:57.0945426Z -- Detecting CXX compile features - done 2025-06-05T23:21:57.0945742Z -- --- Configured Options --- 2025-06-05T23:21:57.0945917Z 2025-06-05T23:21:57.0946032Z -- CMAKE_CXX_STANDARD : 17 2025-06-05T23:21:57.0946387Z -- CMAKE_SYSTEM_PROCESSOR : x86_64 2025-06-05T23:21:57.0946734Z -- CMAKE_BUILD_TYPE : Release 2025-06-05T23:21:57.0947090Z -- PYTHON_EXECUTABLE : python 2025-06-05T23:21:57.0947445Z -- CMAKE_CXX_COMPILER_ID : Clang 2025-06-05T23:21:57.0947789Z -- CMAKE_TOOLCHAIN_FILE x (unset) 2025-06-05T23:21:57.0948133Z -- BUCK2 x (unset) 2025-06-05T23:21:57.0948464Z -- EXECUTORCH_ENABLE_LOGGING : OFF 2025-06-05T23:21:57.0948817Z -- EXECUTORCH_BUILD_COREML : OFF 2025-06-05T23:21:57.0949163Z -- EXECUTORCH_FLATBUFFERS_MAX_ALIGNMENT : 1024 2025-06-05T23:21:57.0949750Z -- EXECUTORCH_PAL_DEFAULT : posix 2025-06-05T23:21:57.0950289Z -- EXECUTORCH_PAL_DEFAULT_FILE_PATH : /pytorch/executorch/runtime/platform/default/posix.cpp 2025-06-05T23:21:57.0950816Z -- EXECUTORCH_LOG_LEVEL : Info 2025-06-05T23:21:57.0951280Z -- EXECUTORCH_ENABLE_PROGRAM_VERIFICATION : OFF 2025-06-05T23:21:57.0951635Z -- EXECUTORCH_ENABLE_EVENT_TRACER : OFF 2025-06-05T23:21:57.0952015Z -- EXECUTORCH_OPTIMIZE_SIZE : OFF 2025-06-05T23:21:57.0952356Z -- EXECUTORCH_BUILD_ARM_BAREMETAL : OFF 2025-06-05T23:21:57.0952717Z -- EXECUTORCH_BUILD_KERNELS_CUSTOM : OFF 2025-06-05T23:21:57.0953061Z -- EXECUTORCH_BUILD_KERNELS_CUSTOM_AOT : OFF 2025-06-05T23:21:57.0953426Z -- EXECUTORCH_BUILD_KERNELS_QUANTIZED_AOT : OFF 2025-06-05T23:21:57.0953778Z -- EXECUTORCH_BUILD_EXTENSION_DATA_LOADER : OFF 2025-06-05T23:21:57.0954146Z -- EXECUTORCH_BUILD_EXTENSION_FLAT_TENSOR : OFF 2025-06-05T23:21:57.0954511Z -- EXECUTORCH_BUILD_EXTENSION_LLM : OFF 2025-06-05T23:21:57.0954854Z -- EXECUTORCH_BUILD_EXTENSION_MODULE : OFF 2025-06-05T23:21:57.0955216Z -- EXECUTORCH_BUILD_EXTENSION_RUNNER_UTIL : OFF 2025-06-05T23:21:57.0955564Z -- EXECUTORCH_BUILD_EXTENSION_TENSOR : OFF 2025-06-05T23:21:57.0955928Z -- EXECUTORCH_BUILD_EXTENSION_TRAINING : OFF 2025-06-05T23:21:57.0956278Z -- EXECUTORCH_BUILD_EXTENSION_APPLE : OFF 2025-06-05T23:21:57.0956632Z -- EXECUTORCH_BUILD_MPS : OFF 2025-06-05T23:21:57.0956967Z -- EXECUTORCH_BUILD_NEURON : OFF 2025-06-05T23:21:57.0957316Z -- EXECUTORCH_BUILD_OPENVINO : OFF 2025-06-05T23:21:57.0957664Z -- EXECUTORCH_BUILD_PYBIND : OFF 2025-06-05T23:21:57.0958058Z -- EXECUTORCH_BUILD_QNN : OFF 2025-06-05T23:21:57.0958408Z -- EXECUTORCH_BUILD_KERNELS_OPTIMIZED : OFF 2025-06-05T23:21:57.0958753Z -- EXECUTORCH_BUILD_KERNELS_QUANTIZED : OFF 2025-06-05T23:21:57.0959110Z -- EXECUTORCH_BUILD_DEVTOOLS : OFF 2025-06-05T23:21:57.0960061Z -- EXECUTORCH_BUILD_TESTS : OFF 2025-06-05T23:21:57.0960403Z -- EXECUTORCH_NNLIB_OPT : OFF 2025-06-05T23:21:57.0960737Z -- EXECUTORCH_CADENCE_CPU_RUNNER : OFF 2025-06-05T23:21:57.0961090Z -- EXECUTORCH_BUILD_SIZE_TEST : OFF 2025-06-05T23:21:57.0961431Z -- EXECUTORCH_BUILD_XNNPACK : OFF 2025-06-05T23:21:57.0961760Z -- EXECUTORCH_BUILD_VULKAN : OFF 2025-06-05T23:21:57.0962106Z -- EXECUTORCH_BUILD_PORTABLE_OPS : ON 2025-06-05T23:21:57.0962436Z -- EXECUTORCH_USE_DL : ON 2025-06-05T23:21:57.0962774Z -- EXECUTORCH_BUILD_CADENCE : OFF 2025-06-05T23:21:57.0963105Z -- EXECUTORCH_BUILD_CORTEX_M : OFF 2025-06-05T23:21:57.0963446Z -- EXECUTORCH_BUILD_GFLAGS : ON 2025-06-05T23:21:57.0963781Z -- EXECUTORCH_COREML_BUILD_EXECUTOR_RUNNER : OFF 2025-06-05T23:21:57.0964140Z -- EXECUTORCH_BUILD_PTHREADPOOL : ON 2025-06-05T23:21:57.0964492Z -- EXECUTORCH_BUILD_CPUINFO : ON 2025-06-05T23:21:57.0964825Z -- EXECUTORCH_BUILD_EXECUTOR_RUNNER : ON 2025-06-05T23:21:57.0965181Z -- EXECUTORCH_XNNPACK_SHARED_WORKSPACE : ON 2025-06-05T23:21:57.0965533Z -- EXECUTORCH_XNNPACK_ENABLE_KLEIDI : OFF 2025-06-05T23:21:57.0965896Z -- EXECUTORCH_XNNPACK_ENABLE_WEIGHT_CACHE : OFF 2025-06-05T23:21:57.0966213Z -- -------------------------- 2025-06-05T23:21:57.0966634Z -- Using the multi-header code from /pytorch/executorch/third-party/json/include/ 2025-06-05T23:21:57.0967560Z CMake Deprecation Warning at third-party/flatcc/CMakeLists.txt:2 (cmake_minimum_required): 2025-06-05T23:21:57.0968206Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:21:57.0968619Z CMake. 2025-06-05T23:21:57.0968727Z 2025-06-05T23:21:57.0968943Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:21:57.0969722Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:21:57.0970186Z to work with policies introduced by or earlier. 2025-06-05T23:21:57.0970448Z 2025-06-05T23:21:57.0970557Z  2025-06-05T23:21:57.0970835Z -- dist install dir /pytorch/executorch/third-party/flatcc 2025-06-05T23:21:57.0971357Z -- lib install dir /pytorch/executorch/third-party/flatcc/lib 2025-06-05T23:21:57.0971751Z -- Setting Clang compiler options 2025-06-05T23:21:57.0972431Z -- Configured C_FLAGS: -DFLATCC_REFLECTION=0 -Wstrict-prototypes -Wsign-conversion -Wconversion -std=c11 -pedantic -Wall -Wextra -Werror 2025-06-05T23:21:57.0973525Z CMake Deprecation Warning at backends/xnnpack/third-party/FXdiv/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-06-05T23:21:57.0974234Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:21:57.0974644Z CMake. 2025-06-05T23:21:57.0974753Z 2025-06-05T23:21:57.0974981Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:21:57.0975515Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:21:57.0979732Z to work with policies introduced by or earlier. 2025-06-05T23:21:57.0980000Z 2025-06-05T23:21:57.0980155Z  2025-06-05T23:21:57.0980781Z CMake Deprecation Warning at backends/xnnpack/third-party/cpuinfo/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-06-05T23:21:57.0981497Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:21:57.0981909Z CMake. 2025-06-05T23:21:57.0982017Z 2025-06-05T23:21:57.0982231Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:21:57.0982774Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:21:57.0983233Z to work with policies introduced by or earlier. 2025-06-05T23:21:57.0983490Z 2025-06-05T23:21:57.0983585Z  2025-06-05T23:21:57.0983809Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD 2025-06-05T23:21:57.0984168Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success 2025-06-05T23:21:57.0984508Z -- Found Threads: TRUE 2025-06-05T23:21:57.0985194Z CMake Deprecation Warning at backends/xnnpack/third-party/pthreadpool/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-06-05T23:21:57.0985941Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:21:57.0986336Z CMake. 2025-06-05T23:21:57.0986454Z 2025-06-05T23:21:57.0986666Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:21:57.0987193Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:21:57.0987665Z to work with policies introduced by or earlier. 2025-06-05T23:21:57.0987909Z 2025-06-05T23:21:57.0988018Z  2025-06-05T23:21:57.0988388Z -- Resolved buck2 as buck2. 2025-06-05T23:21:57.0988657Z -- Killing buck2 daemon 2025-06-05T23:21:57.0988880Z 'buck2 killall' 2025-06-05T23:21:57.0989127Z -- executorch: Generating source lists 2025-06-05T23:21:57.0989621Z -- executorch: Generating source file list /pytorch/executorch/cmake-out/executorch_srcs.cmake 2025-06-05T23:21:57.0990300Z -- executorch: Using sources file /pytorch/executorch/cmake-out/executorch_srcs.cmake 2025-06-05T23:21:57.0990774Z -- Generating operator lib: 2025-06-05T23:21:57.0991040Z -- LIB_NAME: portable_ops_lib 2025-06-05T23:21:57.0991435Z -- OPS_SCHEMA_YAML: /pytorch/executorch/kernels/portable/functions.yaml 2025-06-05T23:21:57.0991839Z -- ROOT_OPS: 2025-06-05T23:21:57.0992064Z -- INCLUDE_ALL_OPS: 2025-06-05T23:21:57.0993294Z 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-06-05T23:21:57.0994412Z -- Generating kernel bindings: 2025-06-05T23:21:57.0994694Z -- LIB_NAME: portable_ops_lib 2025-06-05T23:21:57.0995072Z -- FUNCTIONS_YAML: /pytorch/executorch/kernels/portable/functions.yaml 2025-06-05T23:21:57.0995565Z -- CUSTOM_OPS_YAML: 2025-06-05T23:21:57.0995810Z -- ADD_EXCEPTION_BOUNDARY: FALSE 2025-06-05T23:21:57.0997573Z 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-06-05T23:21:57.0999035Z -- Generating operator lib: 2025-06-05T23:21:57.0999304Z -- LIB_NAME: portable_ops_lib 2025-06-05T23:21:57.0999591Z -- KERNEL_LIBS: portable_kernels 2025-06-05T23:21:57.0999869Z -- DEPS: executorch_core 2025-06-05T23:21:57.1000450Z CMake Deprecation Warning at third-party/gflags/CMakeLists.txt:73 (cmake_minimum_required): 2025-06-05T23:21:57.1001090Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:21:57.1001506Z CMake. 2025-06-05T23:21:57.1001621Z 2025-06-05T23:21:57.1001838Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:21:57.1002391Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:21:57.1002927Z to work with policies introduced by or earlier. 2025-06-05T23:21:57.1003173Z 2025-06-05T23:21:57.1003276Z  2025-06-05T23:21:57.1003489Z -- Looking for C++ include unistd.h 2025-06-05T23:21:57.1003793Z -- Looking for C++ include unistd.h - found 2025-06-05T23:21:57.1004123Z -- Looking for C++ include stdint.h 2025-06-05T23:21:57.1004422Z -- Looking for C++ include stdint.h - found 2025-06-05T23:21:57.1004749Z -- Looking for C++ include inttypes.h 2025-06-05T23:21:57.1005063Z -- Looking for C++ include inttypes.h - found 2025-06-05T23:21:57.1005400Z -- Looking for C++ include sys/types.h 2025-06-05T23:21:57.1005728Z -- Looking for C++ include sys/types.h - found 2025-06-05T23:21:57.1006049Z -- Looking for C++ include sys/stat.h 2025-06-05T23:21:57.1006373Z -- Looking for C++ include sys/stat.h - found 2025-06-05T23:21:57.1006687Z -- Looking for C++ include fnmatch.h 2025-06-05T23:21:58.5223071Z -- Looking for C++ include fnmatch.h - found 2025-06-05T23:21:58.5223724Z -- Looking for C++ include stddef.h 2025-06-05T23:21:58.5224226Z -- Looking for C++ include stddef.h - found 2025-06-05T23:21:58.5224766Z -- Check size of uint32_t 2025-06-05T23:21:58.5225189Z -- Check size of uint32_t - done 2025-06-05T23:21:58.5225629Z -- Looking for strtoll 2025-06-05T23:21:58.5226020Z -- Looking for strtoll - found 2025-06-05T23:21:58.5226470Z -- Configuring done (5.0s) 2025-06-05T23:21:58.5226894Z -- Generating done (0.1s) 2025-06-05T23:21:58.5227450Z -- Build files have been written to: /pytorch/executorch/cmake-out 2025-06-05T23:21:58.5228093Z + popd 2025-06-05T23:21:58.5228412Z /pytorch/executorch 2025-06-05T23:21:58.5228770Z ++ uname 2025-06-05T23:21:58.5229080Z + '[' Linux == Darwin ']' 2025-06-05T23:21:58.5229461Z ++ nproc 2025-06-05T23:21:58.5229762Z + CMAKE_JOBS=7 2025-06-05T23:21:58.5230142Z + cmake --build cmake-out -j 7 2025-06-05T23:21:58.5231379Z [ 0%] Building CXX object third-party/gflags/CMakeFiles/gflags_nothreads_static.dir/src/gflags.cc.o 2025-06-05T23:21:58.5233005Z [ 0%] Building CXX object third-party/gflags/CMakeFiles/gflags_nothreads_static.dir/src/gflags_reporting.cc.o 2025-06-05T23:21:58.5234284Z [ 0%] Creating directories for 'flatcc_external_project' 2025-06-05T23:21:58.5235200Z [ 1%] Creating directories for 'flatbuffers_external_project' 2025-06-05T23:21:58.5236573Z [ 1%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/api.c.o 2025-06-05T23:21:58.5238398Z [ 1%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/legacy-api.c.o 2025-06-05T23:21:58.5240078Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/api.c.o 2025-06-05T23:21:58.5241264Z [ 2%] No download step for 'flatcc_external_project' 2025-06-05T23:21:58.5242302Z [ 2%] No download step for 'flatbuffers_external_project' 2025-06-05T23:21:58.5243133Z [ 2%] No update step for 'flatbuffers_external_project' 2025-06-05T23:21:58.5243886Z [ 3%] No update step for 'flatcc_external_project' 2025-06-05T23:21:58.5244855Z [ 3%] No patch step for 'flatbuffers_external_project' 2025-06-05T23:21:58.5245614Z [ 3%] No patch step for 'flatcc_external_project' 2025-06-05T23:21:58.5246457Z [ 4%] Performing configure step for 'flatbuffers_external_project' 2025-06-05T23:21:58.5247370Z [ 4%] Performing configure step for 'flatcc_external_project' 2025-06-05T23:21:58.5248005Z CMake Warning: 2025-06-05T23:21:58.5248445Z Ignoring empty string ("") provided on the command line. 2025-06-05T23:21:58.5248837Z 2025-06-05T23:21:58.5248982Z  2025-06-05T23:21:58.5249305Z CMake Warning: 2025-06-05T23:21:58.5249843Z Ignoring empty string ("") provided on the command line. 2025-06-05T23:21:58.5250256Z 2025-06-05T23:21:58.5250436Z  2025-06-05T23:21:58.5251149Z CMake Deprecation Warning at CMakeLists.txt:2 (cmake_minimum_required): 2025-06-05T23:21:58.5252332Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:21:58.5253045Z CMake. 2025-06-05T23:21:58.5253236Z 2025-06-05T23:21:58.5253622Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:21:58.5254561Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:21:58.5255418Z to work with policies introduced by or earlier. 2025-06-05T23:21:58.5255883Z 2025-06-05T23:21:58.5256076Z  2025-06-05T23:21:58.5256481Z fatal: No names found, cannot describe anything. 2025-06-05T23:21:58.5257221Z CMake Warning at CMake/Version.cmake:32 (message): 2025-06-05T23:21:58.5257861Z git describe failed with exit code: 128 2025-06-05T23:21:58.5258266Z 2025-06-05T23:21:58.5258555Z Make sure you cloned with tags or run 'git fetch --tags'. 2025-06-05T23:21:58.5259414Z Call Stack (most recent call first): 2025-06-05T23:21:58.5259953Z CMakeLists.txt:5 (include) 2025-06-05T23:21:58.5260273Z 2025-06-05T23:21:58.5260478Z  2025-06-05T23:21:58.5260847Z -- Proceeding with version: 24.3.25.0 2025-06-05T23:21:58.5262128Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/cache.c.o 2025-06-05T23:21:58.5264128Z [ 4%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/portable-api.c.o 2025-06-05T23:21:58.5265973Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/cache.c.o 2025-06-05T23:21:58.5267086Z -- The C compiler identification is Clang 12.0.1 2025-06-05T23:21:58.5267681Z -- Detecting C compiler ABI info 2025-06-05T23:21:58.5268838Z [ 5%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/init.c.o 2025-06-05T23:21:58.5270621Z [ 6%] Building CXX object third-party/gflags/CMakeFiles/gflags_nothreads_static.dir/src/gflags_completions.cc.o 2025-06-05T23:21:58.5272404Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/init.c.o 2025-06-05T23:21:58.5274311Z [ 7%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/memory.c.o 2025-06-05T23:21:58.5275872Z [ 7%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/log.c.o 2025-06-05T23:21:58.5277505Z [ 7%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/init.c.o 2025-06-05T23:21:58.5278625Z -- The CXX compiler identification is Clang 12.0.1 2025-06-05T23:21:58.5279232Z -- Detecting CXX compiler ABI info 2025-06-05T23:21:58.5280333Z [ 8%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/log.c.o 2025-06-05T23:21:58.5281772Z [ 8%] Linking CXX static library libgflags_nothreads.a 2025-06-05T23:21:58.5283122Z [ 8%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/init.c.o 2025-06-05T23:21:58.5284202Z [ 8%] Built target gflags_nothreads_static 2025-06-05T23:21:58.5285670Z [ 8%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/pthreads.c.o 2025-06-05T23:21:58.5287430Z [ 8%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/info.c.o 2025-06-05T23:21:58.5289068Z [ 9%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/info.c.o 2025-06-05T23:21:58.5290847Z [ 10%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/vendor.c.o 2025-06-05T23:21:58.5291934Z -- Detecting C compiler ABI info - done 2025-06-05T23:21:58.5293222Z [ 10%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/fastpath.c.o 2025-06-05T23:21:58.5295213Z [ 10%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/uarch.c.o 2025-06-05T23:21:58.5296657Z -- Check for working C compiler: /opt/cache/bin/cc - skipped 2025-06-05T23:21:58.5297339Z -- Detecting C compile features 2025-06-05T23:21:58.5297846Z -- Detecting C compile features - done 2025-06-05T23:21:58.5299118Z [ 10%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/uarch.c.o 2025-06-05T23:21:58.5300920Z [ 10%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/vendor.c.o 2025-06-05T23:21:58.5302135Z -- dist install dir /pytorch/executorch/third-party/flatcc 2025-06-05T23:21:58.5302941Z -- lib install dir /pytorch/executorch/third-party/flatcc/lib 2025-06-05T23:21:58.5303628Z -- Setting Clang compiler options 2025-06-05T23:21:58.5304917Z -- Configured C_FLAGS: -DFLATCC_REFLECTION=0 -Wstrict-prototypes -Wsign-conversion -Wconversion -std=c11 -pedantic -Wall -Wextra -Werror 2025-06-05T23:21:58.5306212Z -- Configuring done (0.4s) 2025-06-05T23:21:58.5307404Z [ 11%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/name.c.o 2025-06-05T23:21:58.5308476Z -- Generating done (0.0s) 2025-06-05T23:21:58.5309668Z -- Build files have been written to: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/src/flatcc_external_project-build 2025-06-05T23:21:58.5311740Z [ 11%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/name.c.o 2025-06-05T23:21:58.5313100Z [ 12%] Performing build step for 'flatcc_external_project' 2025-06-05T23:21:58.5314034Z [ 13%] Linking C static library libpthreadpool.a 2025-06-05T23:21:58.5314996Z [ 3%] Building C object src/runtime/CMakeFiles/flatccrt.dir/builder.c.o 2025-06-05T23:21:58.5315780Z -- Detecting CXX compiler ABI info - done 2025-06-05T23:21:58.5316304Z [ 13%] Built target pthreadpool 2025-06-05T23:21:58.5317439Z [ 13%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/topology.c.o 2025-06-05T23:21:58.5322530Z [ 6%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/__/external/hash/str_set.c.o 2025-06-05T23:21:58.5324316Z [ 13%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/topology.c.o 2025-06-05T23:21:58.5325568Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2025-06-05T23:21:58.5326227Z -- Detecting CXX compile features 2025-06-05T23:21:58.5326716Z -- Detecting CXX compile features - done 2025-06-05T23:21:58.5327840Z [ 13%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/isa.c.o 2025-06-05T23:21:58.5328769Z -- Looking for strtof_l 2025-06-05T23:21:58.5329954Z [ 14%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/isa.c.o 2025-06-05T23:21:58.5331830Z [ 14%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/cache/init.c.o 2025-06-05T23:21:58.5333717Z [ 15%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/init.c.o 2025-06-05T23:21:58.5335234Z [ 9%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/__/external/hash/ptr_set.c.o 2025-06-05T23:21:58.5336423Z [ 12%] Building C object src/runtime/CMakeFiles/flatccrt.dir/emitter.c.o 2025-06-05T23:21:58.5337628Z [ 15%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/symbol_table.c.o 2025-06-05T23:21:58.5338938Z [ 18%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/scope_table.c.o 2025-06-05T23:21:58.5354974Z [ 21%] Building C object src/runtime/CMakeFiles/flatccrt.dir/refmap.c.o 2025-06-05T23:21:58.5356440Z [ 15%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/descriptor.c.o 2025-06-05T23:21:58.5358257Z [ 15%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/cache/descriptor.c.o 2025-06-05T23:21:58.5360170Z [ 24%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/name_table.c.o 2025-06-05T23:21:59.4282741Z [ 16%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/cache/deterministic.c.o 2025-06-05T23:21:59.4285067Z [ 16%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/deterministic.c.o 2025-06-05T23:21:59.4286737Z [ 27%] Building C object src/runtime/CMakeFiles/flatccrt.dir/verifier.c.o 2025-06-05T23:21:59.4288375Z [ 16%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/linux/init.c.o 2025-06-05T23:21:59.4290468Z [ 17%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/linux/cpuinfo.c.o 2025-06-05T23:21:59.4291686Z -- Looking for strtof_l - found 2025-06-05T23:21:59.4292213Z -- Looking for strtoull_l 2025-06-05T23:21:59.4293281Z [ 30%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/schema_table.c.o 2025-06-05T23:21:59.4294811Z [ 33%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/value_set.c.o 2025-06-05T23:21:59.4296663Z [ 17%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/linux/init.c.o 2025-06-05T23:21:59.4298870Z [ 17%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/linux/cpuinfo.c.o 2025-06-05T23:21:59.4300608Z [ 36%] Building C object src/runtime/CMakeFiles/flatccrt.dir/json_parser.c.o 2025-06-05T23:21:59.4302275Z [ 17%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/smallfile.c.o 2025-06-05T23:21:59.4304272Z [ 17%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/multiline.c.o 2025-06-05T23:21:59.4306243Z [ 18%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/cpulist.c.o 2025-06-05T23:21:59.4307790Z [ 39%] Building C object src/compiler/CMakeFiles/flatcc.dir/fileio.c.o 2025-06-05T23:21:59.4309546Z [ 19%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/smallfile.c.o 2025-06-05T23:21:59.4311206Z [ 42%] Building C object src/compiler/CMakeFiles/flatcc.dir/parser.c.o 2025-06-05T23:21:59.4312486Z [ 45%] Building C object src/runtime/CMakeFiles/flatccrt.dir/json_printer.c.o 2025-06-05T23:21:59.4314235Z [ 19%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/multiline.c.o 2025-06-05T23:21:59.4316553Z [ 19%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/cpulist.c.o 2025-06-05T23:21:59.4317786Z -- Looking for strtoull_l - found 2025-06-05T23:21:59.4318292Z -- Looking for realpath 2025-06-05T23:21:59.4319187Z [ 48%] Building C object src/compiler/CMakeFiles/flatcc.dir/semantics.c.o 2025-06-05T23:21:59.4320610Z [ 51%] Building C object src/compiler/CMakeFiles/flatcc.dir/coerce.c.o 2025-06-05T23:21:59.4321840Z [ 54%] Building C object src/compiler/CMakeFiles/flatcc.dir/flatcc.c.o 2025-06-05T23:21:59.4323268Z [ 57%] Linking C static library /pytorch/executorch/third-party/flatcc/lib/libflatccrt.a 2025-06-05T23:21:59.4325188Z [ 20%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/processors.c.o 2025-06-05T23:21:59.4327647Z [ 20%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/processors.c.o 2025-06-05T23:21:59.4335294Z [ 57%] Built target flatccrt 2025-06-05T23:21:59.4336294Z [ 60%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c.c.o 2025-06-05T23:21:59.4337805Z [ 63%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_reader.c.o 2025-06-05T23:21:59.4339203Z [ 66%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_sort.c.o 2025-06-05T23:21:59.4340383Z [ 20%] Linking C static library libcpuinfo_internals.a 2025-06-05T23:21:59.4341588Z [ 69%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_builder.c.o 2025-06-05T23:21:59.4342689Z [ 20%] Linking C static library libcpuinfo.a 2025-06-05T23:21:59.4343346Z [ 20%] Built target cpuinfo_internals 2025-06-05T23:21:59.4344393Z [ 72%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_verifier.c.o 2025-06-05T23:21:59.4345830Z [ 75%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_sorter.c.o 2025-06-05T23:21:59.4347278Z [ 78%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_json_parser.c.o 2025-06-05T23:21:59.4348232Z [ 20%] Built target cpuinfo 2025-06-05T23:21:59.4349282Z [ 81%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_json_printer.c.o 2025-06-05T23:21:59.4350687Z [ 84%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/runtime/builder.c.o 2025-06-05T23:21:59.4351633Z -- Looking for realpath - found 2025-06-05T23:21:59.4352239Z -- CMAKE_CXX_FLAGS: "-DFLATBUFFERS_MAX_ALIGNMENT=1024" 2025-06-05T23:21:59.4352898Z -- Configuring done (1.1s) 2025-06-05T23:21:59.4353894Z [ 87%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/runtime/emitter.c.o 2025-06-05T23:21:59.4354793Z -- Generating done (0.0s) 2025-06-05T23:21:59.4356150Z -- Build files have been written to: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/src/flatbuffers_external_project-build 2025-06-05T23:21:59.4358092Z [ 90%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/runtime/refmap.c.o 2025-06-05T23:21:59.4359666Z [ 20%] Performing build step for 'flatbuffers_external_project' 2025-06-05T23:21:59.4360836Z [ 2%] Building CXX object CMakeFiles/flatc.dir/src/idl_parser.cpp.o 2025-06-05T23:21:59.4362053Z [ 5%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_text.cpp.o 2025-06-05T23:21:59.4363221Z [ 7%] Building CXX object CMakeFiles/flatc.dir/src/reflection.cpp.o 2025-06-05T23:21:59.4364350Z [ 10%] Building CXX object CMakeFiles/flatc.dir/src/util.cpp.o 2025-06-05T23:21:59.4365512Z [ 13%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_binary.cpp.o 2025-06-05T23:21:59.4366714Z [ 15%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_cpp.cpp.o 2025-06-05T23:21:59.4368109Z [ 93%] Linking C static library /pytorch/executorch/third-party/flatcc/lib/libflatcc.a 2025-06-05T23:21:59.4369066Z [ 93%] Built target flatcc 2025-06-05T23:21:59.4370036Z [ 96%] Building C object src/cli/CMakeFiles/flatcc_cli.dir/flatcc_cli.c.o 2025-06-05T23:21:59.4371379Z [ 18%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_csharp.cpp.o 2025-06-05T23:21:59.4372642Z [100%] Linking C executable /pytorch/executorch/third-party/flatcc/bin/flatcc 2025-06-05T23:21:59.4374098Z [ 21%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_dart.cpp.o 2025-06-05T23:21:59.4375284Z [ 23%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_kotlin.cpp.o 2025-06-05T23:21:59.4376566Z [ 26%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_kotlin_kmp.cpp.o 2025-06-05T23:21:59.4377809Z [ 28%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_go.cpp.o 2025-06-05T23:21:59.4379008Z [ 31%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_java.cpp.o 2025-06-05T23:21:59.4379834Z [100%] Built target flatcc_cli 2025-06-05T23:21:59.4380658Z [ 21%] Performing install step for 'flatcc_external_project' 2025-06-05T23:21:59.4381433Z [ 21%] Built target flatccrt 2025-06-05T23:21:59.4381896Z [ 93%] Built target flatcc 2025-06-05T23:21:59.4382366Z [100%] Built target flatcc_cli 2025-06-05T23:21:59.4383046Z Install the project... 2025-06-05T23:21:59.4383563Z -- Install configuration: "" 2025-06-05T23:21:59.4384505Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc 2025-06-05T23:21:59.4386045Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc.h 2025-06-05T23:21:59.4387771Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_accessors.h 2025-06-05T23:21:59.4389537Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_alloc.h 2025-06-05T23:21:59.4391294Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_assert.h 2025-06-05T23:21:59.4393081Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_builder.h 2025-06-05T23:21:59.4394860Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_emitter.h 2025-06-05T23:21:59.4396644Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_endian.h 2025-06-05T23:21:59.4398410Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_epilogue.h 2025-06-05T23:21:59.4400250Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_flatbuffers.h 2025-06-05T23:21:59.4402100Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_identifier.h 2025-06-05T23:21:59.4403851Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_iov.h 2025-06-05T23:21:59.4405627Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_json_parser.h 2025-06-05T23:21:59.4407485Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_json_printer.h 2025-06-05T23:21:59.4409329Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_portable.h 2025-06-05T23:21:59.4411244Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_prologue.h 2025-06-05T23:21:59.4413035Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_refmap.h 2025-06-05T23:21:59.4414491Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_rtconfig.h 2025-06-05T23:21:59.4415598Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_types.h 2025-06-05T23:21:59.4416562Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_unaligned.h 2025-06-05T23:21:59.6677415Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_verifier.h 2025-06-05T23:21:59.6679195Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_version.h 2025-06-05T23:21:59.6680999Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable 2025-06-05T23:21:59.6682516Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/LICENSE 2025-06-05T23:21:59.6684014Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/README.md 2025-06-05T23:21:59.6685583Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/grisu3_math.h 2025-06-05T23:21:59.6687281Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/grisu3_parse.h 2025-06-05T23:21:59.6688975Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/grisu3_print.h 2025-06-05T23:21:59.6690675Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include 2025-06-05T23:21:59.6691860Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/README 2025-06-05T23:21:59.6692835Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/linux 2025-06-05T23:21:59.6693821Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/linux/endian.h 2025-06-05T23:21:59.6694813Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/std 2025-06-05T23:21:59.6695793Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/std/inttypes.h 2025-06-05T23:21:59.6696837Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/std/stdalign.h 2025-06-05T23:21:59.6697880Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/std/stdbool.h 2025-06-05T23:21:59.6698911Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/std/stdint.h 2025-06-05T23:21:59.6700081Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/paligned_alloc.h 2025-06-05T23:21:59.6701675Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pattributes.h 2025-06-05T23:21:59.6703080Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pbase64.h 2025-06-05T23:21:59.6704000Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pcrt.h 2025-06-05T23:21:59.6705222Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pdiagnostic.h 2025-06-05T23:21:59.6706225Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pdiagnostic_pop.h 2025-06-05T23:21:59.6707227Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pdiagnostic_push.h 2025-06-05T23:21:59.6708176Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pendian.h 2025-06-05T23:21:59.6709134Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pendian_detect.h 2025-06-05T23:21:59.6710069Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pinline.h 2025-06-05T23:21:59.6711409Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pinttypes.h 2025-06-05T23:21:59.6713270Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pmemaccess.h 2025-06-05T23:21:59.6715191Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/portable.h 2025-06-05T23:21:59.6717045Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/portable_basic.h 2025-06-05T23:21:59.6718780Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pparsefp.h 2025-06-05T23:21:59.6720462Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pparseint.h 2025-06-05T23:21:59.6722224Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pprintfp.h 2025-06-05T23:21:59.6723902Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pprintint.h 2025-06-05T23:21:59.6725577Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/prestrict.h 2025-06-05T23:21:59.6727424Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pstatic_assert.h 2025-06-05T23:21:59.6729236Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pstatic_assert_scope.h 2025-06-05T23:21:59.6731065Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pstdalign.h 2025-06-05T23:21:59.6732803Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pstdbool.h 2025-06-05T23:21:59.6734359Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pstdint.h 2025-06-05T23:21:59.6735987Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/punaligned.h 2025-06-05T23:21:59.6737560Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pversion.h 2025-06-05T23:21:59.6739315Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pwarnings.h 2025-06-05T23:21:59.6740744Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/reflection 2025-06-05T23:21:59.6742232Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/reflection/README 2025-06-05T23:21:59.6744117Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/reflection/flatbuffers_common_builder.h 2025-06-05T23:21:59.6746179Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/reflection/flatbuffers_common_reader.h 2025-06-05T23:21:59.6748197Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/reflection/reflection_builder.h 2025-06-05T23:21:59.6750049Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/reflection/reflection_reader.h 2025-06-05T23:21:59.6752025Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/reflection/reflection_verifier.h 2025-06-05T23:21:59.6753799Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/support 2025-06-05T23:21:59.6755406Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/support/README 2025-06-05T23:21:59.6757075Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/support/cdump.h 2025-06-05T23:21:59.6758730Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/support/elapsed.h 2025-06-05T23:21:59.6760849Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/support/hexdump.h 2025-06-05T23:21:59.6762447Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/support/readfile.h 2025-06-05T23:21:59.6764176Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/lib/libflatccrt.a 2025-06-05T23:21:59.6765477Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/lib/libflatcc.a 2025-06-05T23:21:59.6766849Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/bin/flatcc 2025-06-05T23:21:59.6768206Z [ 21%] Completed 'flatcc_external_project' 2025-06-05T23:21:59.6769195Z [ 34%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_ts.cpp.o 2025-06-05T23:21:59.6770079Z [ 21%] Built target flatcc_external_project 2025-06-05T23:21:59.6771021Z [ 36%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_php.cpp.o 2025-06-05T23:21:59.6772196Z [ 39%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_python.cpp.o 2025-06-05T23:21:59.6773629Z [ 21%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/builder.c.o 2025-06-05T23:21:59.6775126Z [ 42%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_lobster.cpp.o 2025-06-05T23:21:59.6776588Z [ 21%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/emitter.c.o 2025-06-05T23:21:59.6777879Z [ 44%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_rust.cpp.o 2025-06-05T23:21:59.6779145Z [ 22%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/refmap.c.o 2025-06-05T23:21:59.6780662Z [ 22%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/verifier.c.o 2025-06-05T23:21:59.6782217Z [ 22%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/json_parser.c.o 2025-06-05T23:21:59.6783824Z [ 22%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/json_printer.c.o 2025-06-05T23:22:01.3920453Z [ 47%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_fbs.cpp.o 2025-06-05T23:22:01.3921736Z [ 50%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_grpc.cpp.o 2025-06-05T23:22:01.3923041Z [ 52%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_json_schema.cpp.o 2025-06-05T23:22:01.3924319Z [ 55%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_swift.cpp.o 2025-06-05T23:22:01.3925754Z [ 57%] Building CXX object CMakeFiles/flatc.dir/src/file_name_saving_file_manager.cpp.o 2025-06-05T23:22:01.3927312Z [ 23%] Linking C static library /pytorch/executorch/third-party/flatcc/lib/libflatccrt.a 2025-06-05T23:22:01.3928765Z [ 60%] Building CXX object CMakeFiles/flatc.dir/src/file_binary_writer.cpp.o 2025-06-05T23:22:01.3929672Z [ 23%] Built target flatccrt 2025-06-05T23:22:01.3930544Z [ 63%] Building CXX object CMakeFiles/flatc.dir/src/file_writer.cpp.o 2025-06-05T23:22:01.3931716Z [ 65%] Building CXX object CMakeFiles/flatc.dir/src/flatc.cpp.o 2025-06-05T23:22:01.3932849Z [ 68%] Building CXX object CMakeFiles/flatc.dir/src/flatc_main.cpp.o 2025-06-05T23:22:01.3934108Z [ 71%] Building CXX object CMakeFiles/flatc.dir/src/binary_annotator.cpp.o 2025-06-05T23:22:01.3935485Z [ 73%] Building CXX object CMakeFiles/flatc.dir/src/annotated_binary_text_gen.cpp.o 2025-06-05T23:22:01.3936714Z [ 76%] Building CXX object CMakeFiles/flatc.dir/src/bfbs_gen_lua.cpp.o 2025-06-05T23:22:01.3937851Z [ 78%] Building CXX object CMakeFiles/flatc.dir/src/bfbs_gen_nim.cpp.o 2025-06-05T23:22:01.3939042Z [ 81%] Building CXX object CMakeFiles/flatc.dir/src/code_generators.cpp.o 2025-06-05T23:22:01.3940414Z [ 84%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/cpp_generator.cc.o 2025-06-05T23:22:01.3941894Z [ 86%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/go_generator.cc.o 2025-06-05T23:22:01.3943574Z [ 89%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/java_generator.cc.o 2025-06-05T23:22:01.3945127Z [ 92%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/python_generator.cc.o 2025-06-05T23:22:01.3946798Z [ 94%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/swift_generator.cc.o 2025-06-05T23:22:01.3948297Z [ 97%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/ts_generator.cc.o 2025-06-05T23:22:01.3949391Z [100%] Linking CXX executable flatc 2025-06-05T23:22:01.3949978Z [100%] Built target flatc 2025-06-05T23:22:01.3950822Z [ 23%] Performing install step for 'flatbuffers_external_project' 2025-06-05T23:22:01.3951606Z [100%] Built target flatc 2025-06-05T23:22:01.3952165Z Install the project... 2025-06-05T23:22:01.3952676Z -- Install configuration: "" 2025-06-05T23:22:01.3953727Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers 2025-06-05T23:22:01.3955428Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/allocator.h 2025-06-05T23:22:01.3957387Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/array.h 2025-06-05T23:22:01.3960702Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/base.h 2025-06-05T23:22:01.3962506Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/buffer.h 2025-06-05T23:22:01.3964375Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/buffer_ref.h 2025-06-05T23:22:01.3966316Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/code_generator.h 2025-06-05T23:22:01.3968320Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/code_generators.h 2025-06-05T23:22:01.3970419Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/default_allocator.h 2025-06-05T23:22:01.3972458Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/detached_buffer.h 2025-06-05T23:22:01.3974439Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/file_manager.h 2025-06-05T23:22:01.3976452Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/flatbuffer_builder.h 2025-06-05T23:22:01.3978443Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/flatbuffers.h 2025-06-05T23:22:01.3980335Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/flatc.h 2025-06-05T23:22:01.3982215Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/flex_flat_util.h 2025-06-05T23:22:01.3984175Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/flexbuffers.h 2025-06-05T23:22:01.3986039Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/grpc.h 2025-06-05T23:22:01.3987731Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/hash.h 2025-06-05T23:22:01.3989503Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/idl.h 2025-06-05T23:22:01.3991352Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/minireflect.h 2025-06-05T23:22:01.3993147Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/pch 2025-06-05T23:22:01.3995020Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/pch/flatc_pch.h 2025-06-05T23:22:01.3997102Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/pch/pch.h 2025-06-05T23:22:01.3999044Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/reflection.h 2025-06-05T23:22:01.4001049Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/reflection_generated.h 2025-06-05T23:22:01.4002994Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/registry.h 2025-06-05T23:22:01.4004805Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/stl_emulation.h 2025-06-05T23:22:01.4006666Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/string.h 2025-06-05T23:22:01.4008511Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/struct.h 2025-06-05T23:22:01.4010406Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/table.h 2025-06-05T23:22:01.4012346Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/util.h 2025-06-05T23:22:01.4014058Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/vector.h 2025-06-05T23:22:01.4015923Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/vector_downward.h 2025-06-05T23:22:01.4017790Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/verifier.h 2025-06-05T23:22:01.4019836Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/lib/cmake/flatbuffers/flatbuffers-config.cmake 2025-06-05T23:22:01.4021894Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/lib/cmake/flatbuffers/BuildFlatBuffers.cmake 2025-06-05T23:22:01.4024184Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/lib/cmake/flatbuffers/flatbuffers-config-version.cmake 2025-06-05T23:22:01.4026090Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/bin/flatc 2025-06-05T23:22:01.4027855Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/lib/cmake/flatbuffers/FlatcTargets.cmake 2025-06-05T23:22:01.4029972Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/lib/cmake/flatbuffers/FlatcTargets-noconfig.cmake 2025-06-05T23:22:01.4031758Z [ 23%] Completed 'flatbuffers_external_project' 2025-06-05T23:22:01.4032435Z [ 23%] Built target flatbuffers_external_project 2025-06-05T23:22:01.4033218Z [ 23%] Generating common_schema headers 2025-06-05T23:22:01.4033818Z [ 23%] Built target common_schema 2025-06-05T23:22:01.4034505Z [ 24%] Generating program_schema headers 2025-06-05T23:22:01.4035128Z [ 24%] Built target program_schema 2025-06-05T23:22:01.4036260Z [ 25%] Building CXX object CMakeFiles/executorch_core.dir/runtime/backend/interface.cpp.o 2025-06-05T23:22:01.4037790Z [ 25%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/evalue.cpp.o 2025-06-05T23:22:01.4039590Z [ 25%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/exec_aten/util/tensor_shape_to_c_string.cpp.o 2025-06-05T23:22:01.4041620Z [ 26%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/exec_aten/util/tensor_util_portable.cpp.o 2025-06-05T23:22:01.4043547Z [ 26%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/portable_type/tensor_impl.cpp.o 2025-06-05T23:22:01.4045162Z [ 26%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/tag.cpp.o 2025-06-05T23:22:01.4046781Z [ 26%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/tensor_layout.cpp.o 2025-06-05T23:22:01.4048367Z [ 27%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method.cpp.o 2025-06-05T23:22:01.4050161Z [ 27%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method_meta.cpp.o 2025-06-05T23:22:03.4650986Z [ 27%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/program.cpp.o 2025-06-05T23:22:03.4652607Z [ 28%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/pte_data_map.cpp.o 2025-06-05T23:22:03.4654309Z [ 28%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_exec_aten.cpp.o 2025-06-05T23:22:03.4656113Z [ 28%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_portable.cpp.o 2025-06-05T23:22:03.4657882Z [ 29%] Building CXX object CMakeFiles/executorch_core.dir/runtime/kernel/operator_registry.cpp.o 2025-06-05T23:22:03.4659690Z [ 29%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/abort.cpp.o 2025-06-05T23:22:03.4661227Z [ 29%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/log.cpp.o 2025-06-05T23:22:03.4662641Z [ 30%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/platform.cpp.o 2025-06-05T23:22:03.4663447Z [ 30%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/profiler.cpp.o 2025-06-05T23:22:03.4664247Z [ 30%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/runtime.cpp.o 2025-06-05T23:22:03.4665019Z [ 30%] Building CXX object CMakeFiles/executorch_core.dir/schema/extended_header.cpp.o 2025-06-05T23:22:03.4665844Z [ 31%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/default/posix.cpp.o 2025-06-05T23:22:03.4666527Z [ 31%] Linking CXX static library libexecutorch_core.a 2025-06-05T23:22:03.4666909Z [ 31%] Built target executorch_core 2025-06-05T23:22:03.4667557Z [ 31%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_copy_index.cpp.o 2025-06-05T23:22:03.4668989Z [ 31%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/register_prim_ops.cpp.o 2025-06-05T23:22:03.4670459Z [ 32%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_view.cpp.o 2025-06-05T23:22:03.4672066Z [ 32%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/threadpool.cpp.o 2025-06-05T23:22:03.4673909Z [ 33%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/threadpool_guard.cpp.o 2025-06-05T23:22:03.4675895Z [ 33%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/activation_ops_util.cpp.o 2025-06-05T23:22:03.4677794Z [ 33%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/thread_parallel.cpp.o 2025-06-05T23:22:03.4679661Z [ 33%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/cpuinfo_utils.cpp.o 2025-06-05T23:22:03.4681619Z [ 34%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/advanced_index_util.cpp.o 2025-06-05T23:22:03.4683639Z [ 34%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/broadcast_util.cpp.o 2025-06-05T23:22:03.4685536Z [ 34%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/copy_ops_util.cpp.o 2025-06-05T23:22:03.4687465Z [ 35%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/delinearize_index.cpp.o 2025-06-05T23:22:03.4689401Z [ 35%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/distance_util.cpp.o 2025-06-05T23:22:03.4690907Z [ 36%] Linking CXX static library libextension_threadpool.a 2025-06-05T23:22:03.4691540Z [ 36%] Built target extension_threadpool 2025-06-05T23:22:03.4693030Z [ 36%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/dtype_util.cpp.o 2025-06-05T23:22:03.4694396Z [ 36%] Linking CXX static library libexecutorch.a 2025-06-05T23:22:03.4695059Z [ 36%] Built target executorch 2025-06-05T23:22:03.4696481Z [ 37%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/index_util.cpp.o 2025-06-05T23:22:03.4698451Z [ 37%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/kernel_ops_util.cpp.o 2025-06-05T23:22:03.4700457Z [ 37%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/matmul_ops_util.cpp.o 2025-06-05T23:22:03.4702410Z [ 37%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/normalization_ops_util.cpp.o 2025-06-05T23:22:03.4704364Z [ 38%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/padding_util.cpp.o 2025-06-05T23:22:03.4706265Z [ 38%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/reduce_util.cpp.o 2025-06-05T23:22:03.4708207Z [ 38%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/repeat_util.cpp.o 2025-06-05T23:22:03.4710168Z [ 39%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/select_copy_util.cpp.o 2025-06-05T23:22:03.4712133Z [ 39%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/slice_util.cpp.o 2025-06-05T23:22:03.4713994Z [ 39%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/upsample_util.cpp.o 2025-06-05T23:22:03.4715417Z [ 40%] Linking CXX static library libkernels_util_all_deps.a 2025-06-05T23:22:03.4716149Z [ 40%] Built target kernels_util_all_deps 2025-06-05T23:22:03.4717402Z [ 40%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op__empty_dim_order.cpp.o 2025-06-05T23:22:03.4719134Z [ 40%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op__to_dim_order_copy.cpp.o 2025-06-05T23:22:03.4720752Z [ 41%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_acos.cpp.o 2025-06-05T23:22:03.4722336Z [ 41%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_abs.cpp.o 2025-06-05T23:22:03.4723766Z [ 41%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_acosh.cpp.o 2025-06-05T23:22:03.4725297Z [ 41%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_add.cpp.o 2025-06-05T23:22:03.4726823Z [ 42%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_addmm.cpp.o 2025-06-05T23:22:03.4728332Z [ 42%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_alias_copy.cpp.o 2025-06-05T23:22:03.4730032Z [ 42%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_allclose.cpp.o 2025-06-05T23:22:03.4731620Z [ 43%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_amax.cpp.o 2025-06-05T23:22:03.4733074Z [ 43%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_amin.cpp.o 2025-06-05T23:22:03.4734671Z [ 43%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_any.cpp.o 2025-06-05T23:22:03.4735891Z [ 44%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_arange.cpp.o 2025-06-05T23:22:03.4736778Z [ 44%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_argmax.cpp.o 2025-06-05T23:22:03.4737647Z [ 44%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_argmin.cpp.o 2025-06-05T23:22:03.4738578Z [ 45%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_as_strided_copy.cpp.o 2025-06-05T23:22:03.4739576Z [ 45%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_asin.cpp.o 2025-06-05T23:22:03.4740448Z [ 45%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_asinh.cpp.o 2025-06-05T23:22:03.4741407Z [ 46%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_atan.cpp.o 2025-06-05T23:22:03.4742262Z [ 46%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_atan2.cpp.o 2025-06-05T23:22:03.4743132Z [ 46%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_atanh.cpp.o 2025-06-05T23:22:03.4744022Z [ 46%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_avg_pool2d.cpp.o 2025-06-05T23:22:03.4744956Z [ 47%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_and.cpp.o 2025-06-05T23:22:03.4745899Z [ 47%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_not.cpp.o 2025-06-05T23:22:03.4746814Z [ 47%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_or.cpp.o 2025-06-05T23:22:03.4747790Z [ 48%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_xor.cpp.o 2025-06-05T23:22:03.4748667Z [ 48%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bmm.cpp.o 2025-06-05T23:22:03.4749517Z [ 48%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cat.cpp.o 2025-06-05T23:22:03.4750417Z [ 49%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cdist_forward.cpp.o 2025-06-05T23:22:03.4751315Z [ 49%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ceil.cpp.o 2025-06-05T23:22:03.4752182Z [ 49%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_clamp.cpp.o 2025-06-05T23:22:03.4753041Z [ 50%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_clone.cpp.o 2025-06-05T23:22:03.4753965Z [ 50%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_constant_pad_nd.cpp.o 2025-06-05T23:22:03.4754918Z [ 50%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_convolution.cpp.o 2025-06-05T23:22:03.4755892Z [ 51%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_convolution_backward.cpp.o 2025-06-05T23:22:05.7245989Z [ 51%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_copy.cpp.o 2025-06-05T23:22:05.7247737Z [ 51%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cos.cpp.o 2025-06-05T23:22:05.7249539Z [ 51%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cosh.cpp.o 2025-06-05T23:22:05.7251151Z [ 52%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cumsum.cpp.o 2025-06-05T23:22:05.7252938Z [ 52%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_detach_copy.cpp.o 2025-06-05T23:22:05.7254761Z [ 52%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_diagonal_copy.cpp.o 2025-06-05T23:22:05.7256477Z [ 53%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_div.cpp.o 2025-06-05T23:22:05.7258117Z [ 53%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_elu.cpp.o 2025-06-05T23:22:05.7259881Z [ 53%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_embedding.cpp.o 2025-06-05T23:22:05.7261601Z [ 54%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_empty.cpp.o 2025-06-05T23:22:05.7263257Z [ 54%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_eq.cpp.o 2025-06-05T23:22:05.7265128Z [ 54%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_erf.cpp.o 2025-06-05T23:22:05.7266765Z [ 55%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_exp.cpp.o 2025-06-05T23:22:05.7268670Z [ 55%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_expand_copy.cpp.o 2025-06-05T23:22:05.7270458Z [ 55%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_expm1.cpp.o 2025-06-05T23:22:05.7272118Z [ 55%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_fill.cpp.o 2025-06-05T23:22:05.7273756Z [ 56%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_flip.cpp.o 2025-06-05T23:22:05.7275434Z [ 56%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_floor.cpp.o 2025-06-05T23:22:05.7277166Z [ 56%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_floor_divide.cpp.o 2025-06-05T23:22:05.7278897Z [ 57%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_fmod.cpp.o 2025-06-05T23:22:05.7280815Z [ 57%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_full.cpp.o 2025-06-05T23:22:05.7282557Z [ 57%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_full_like.cpp.o 2025-06-05T23:22:05.7284290Z [ 58%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_gather.cpp.o 2025-06-05T23:22:05.7285917Z [ 58%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ge.cpp.o 2025-06-05T23:22:05.7287562Z [ 58%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_gelu.cpp.o 2025-06-05T23:22:05.7289239Z [ 59%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_glu.cpp.o 2025-06-05T23:22:05.7290965Z [ 59%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_gt.cpp.o 2025-06-05T23:22:05.7292691Z [ 59%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_hardtanh.cpp.o 2025-06-05T23:22:05.7294459Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_index.cpp.o 2025-06-05T23:22:05.7296197Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_index_put.cpp.o 2025-06-05T23:22:05.7298020Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_index_select.cpp.o 2025-06-05T23:22:05.7299779Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_isinf.cpp.o 2025-06-05T23:22:05.7301473Z [ 61%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_isnan.cpp.o 2025-06-05T23:22:05.7303131Z [ 61%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_le.cpp.o 2025-06-05T23:22:05.7304840Z [ 61%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_leaky_relu.cpp.o 2025-06-05T23:22:05.7306693Z [ 62%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_lift_fresh_copy.cpp.o 2025-06-05T23:22:05.7308600Z [ 62%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_linear_scratch_example.cpp.o 2025-06-05T23:22:05.7310411Z [ 62%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log.cpp.o 2025-06-05T23:22:05.7312037Z [ 63%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log10.cpp.o 2025-06-05T23:22:05.7313690Z [ 63%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log1p.cpp.o 2025-06-05T23:22:05.7315334Z [ 63%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log2.cpp.o 2025-06-05T23:22:05.7317045Z [ 64%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log_softmax.cpp.o 2025-06-05T23:22:05.7318986Z [ 64%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_and.cpp.o 2025-06-05T23:22:05.7320937Z [ 64%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_not.cpp.o 2025-06-05T23:22:05.7322756Z [ 64%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_or.cpp.o 2025-06-05T23:22:05.7324559Z [ 65%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_xor.cpp.o 2025-06-05T23:22:05.7326316Z [ 65%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logit.cpp.o 2025-06-05T23:22:05.7327986Z [ 65%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_lt.cpp.o 2025-06-05T23:22:05.7329816Z [ 66%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_masked_fill.cpp.o 2025-06-05T23:22:05.7331649Z [ 66%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_masked_scatter.cpp.o 2025-06-05T23:22:05.7333597Z [ 66%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_masked_select.cpp.o 2025-06-05T23:22:05.7335339Z [ 67%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_max.cpp.o 2025-06-05T23:22:05.7337236Z [ 67%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_max_pool2d_with_indices.cpp.o 2025-06-05T23:22:05.7339350Z [ 67%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_max_pool2d_with_indices_backward.cpp.o 2025-06-05T23:22:05.7341297Z [ 68%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_maximum.cpp.o 2025-06-05T23:22:05.7343004Z [ 68%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_mean.cpp.o 2025-06-05T23:22:05.7344678Z [ 68%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_min.cpp.o 2025-06-05T23:22:05.7346399Z [ 69%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_minimum.cpp.o 2025-06-05T23:22:05.7348049Z [ 69%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_mm.cpp.o 2025-06-05T23:22:05.7349647Z [ 69%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_mul.cpp.o 2025-06-05T23:22:05.7351336Z [ 69%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_narrow_copy.cpp.o 2025-06-05T23:22:05.7353165Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_batch_norm.cpp.o 2025-06-05T23:22:05.7355057Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_dropout.cpp.o 2025-06-05T23:22:05.7356978Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_group_norm.cpp.o 2025-06-05T23:22:05.7358867Z [ 71%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_layer_norm.cpp.o 2025-06-05T23:22:05.7362053Z [ 71%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ne.cpp.o 2025-06-05T23:22:05.7363682Z [ 71%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_neg.cpp.o 2025-06-05T23:22:05.7365367Z [ 72%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_nonzero.cpp.o 2025-06-05T23:22:05.7367031Z [ 72%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ones.cpp.o 2025-06-05T23:22:05.7368727Z [ 72%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pdist_forward.cpp.o 2025-06-05T23:22:05.7370621Z [ 73%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_permute_copy.cpp.o 2025-06-05T23:22:05.7372589Z [ 73%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pixel_shuffle.cpp.o 2025-06-05T23:22:05.7374445Z [ 73%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pixel_unshuffle.cpp.o 2025-06-05T23:22:05.7376402Z [ 73%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pow.cpp.o 2025-06-05T23:22:05.7378070Z [ 74%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_prod.cpp.o 2025-06-05T23:22:05.7379751Z [ 74%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_rand.cpp.o 2025-06-05T23:22:08.2828152Z [ 74%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_randn.cpp.o 2025-06-05T23:22:08.2829713Z [ 75%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reciprocal.cpp.o 2025-06-05T23:22:08.2830678Z [ 75%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reflection_pad1d.cpp.o 2025-06-05T23:22:08.2831686Z [ 75%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reflection_pad2d.cpp.o 2025-06-05T23:22:08.2832850Z [ 76%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reflection_pad3d.cpp.o 2025-06-05T23:22:08.2833814Z [ 76%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_relu.cpp.o 2025-06-05T23:22:08.2834704Z [ 76%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_remainder.cpp.o 2025-06-05T23:22:08.2835593Z [ 77%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_repeat.cpp.o 2025-06-05T23:22:08.2836544Z [ 77%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_repeat_interleave.cpp.o 2025-06-05T23:22:08.2837535Z [ 77%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_replication_pad1d.cpp.o 2025-06-05T23:22:08.2838515Z [ 78%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_replication_pad2d.cpp.o 2025-06-05T23:22:08.2839503Z [ 78%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_replication_pad3d.cpp.o 2025-06-05T23:22:08.2840419Z [ 78%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_roll.cpp.o 2025-06-05T23:22:08.2841287Z [ 78%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_round.cpp.o 2025-06-05T23:22:08.2842156Z [ 79%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_rsqrt.cpp.o 2025-06-05T23:22:08.2843005Z [ 79%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_rsub.cpp.o 2025-06-05T23:22:08.2843918Z [ 79%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_scalar_tensor.cpp.o 2025-06-05T23:22:08.2844898Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_scatter.cpp.o 2025-06-05T23:22:08.2845873Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_scatter_add.cpp.o 2025-06-05T23:22:08.2846895Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_select_copy.cpp.o 2025-06-05T23:22:08.2847921Z [ 81%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_select_scatter.cpp.o 2025-06-05T23:22:08.2848900Z [ 81%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sigmoid.cpp.o 2025-06-05T23:22:08.2849916Z [ 81%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sign.cpp.o 2025-06-05T23:22:08.2850882Z [ 82%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sin.cpp.o 2025-06-05T23:22:08.2851808Z [ 82%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sinh.cpp.o 2025-06-05T23:22:08.2852868Z [ 82%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_slice_copy.cpp.o 2025-06-05T23:22:08.2853938Z [ 82%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_slice_scatter.cpp.o 2025-06-05T23:22:08.2855027Z [ 83%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_softmax.cpp.o 2025-06-05T23:22:08.2856012Z [ 83%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_split_copy.cpp.o 2025-06-05T23:22:08.2857113Z [ 83%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_split_with_sizes_copy.cpp.o 2025-06-05T23:22:08.2858091Z [ 84%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sqrt.cpp.o 2025-06-05T23:22:08.2859064Z [ 84%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_squeeze_copy.cpp.o 2025-06-05T23:22:08.2860227Z [ 84%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_stack.cpp.o 2025-06-05T23:22:08.2861160Z [ 85%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sub.cpp.o 2025-06-05T23:22:08.2862141Z [ 85%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sum.cpp.o 2025-06-05T23:22:08.2863064Z [ 85%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_t_copy.cpp.o 2025-06-05T23:22:08.2863992Z [ 86%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_tan.cpp.o 2025-06-05T23:22:08.2864891Z [ 86%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_tanh.cpp.o 2025-06-05T23:22:08.2865770Z [ 86%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_to_copy.cpp.o 2025-06-05T23:22:08.2866644Z [ 87%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_topk.cpp.o 2025-06-05T23:22:08.2867619Z [ 87%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_transpose_copy.cpp.o 2025-06-05T23:22:08.2868521Z [ 87%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_tril.cpp.o 2025-06-05T23:22:08.2869377Z [ 87%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_trunc.cpp.o 2025-06-05T23:22:08.2870522Z [ 88%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_unbind_copy.cpp.o 2025-06-05T23:22:08.2871525Z [ 88%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_unfold_copy.cpp.o 2025-06-05T23:22:08.2872456Z [ 88%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_unsqueeze_copy.cpp.o 2025-06-05T23:22:08.2873445Z [ 89%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_upsample_bilinear2d.cpp.o 2025-06-05T23:22:08.2874448Z [ 89%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_upsample_nearest2d.cpp.o 2025-06-05T23:22:08.2875376Z [ 89%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_var.cpp.o 2025-06-05T23:22:08.2876303Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_view_as_real_copy.cpp.o 2025-06-05T23:22:08.2877236Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_view_copy.cpp.o 2025-06-05T23:22:08.2878190Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_where.cpp.o 2025-06-05T23:22:08.2879047Z [ 91%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_zeros.cpp.o 2025-06-05T23:22:08.2880058Z [ 91%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/unary_ufunc_realhb_to_bool.cpp.o 2025-06-05T23:22:08.2881249Z [ 91%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/unary_ufunc_realhbbf16_to_floathbf16.cpp.o 2025-06-05T23:22:08.2882553Z [ 91%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/unary_ufunc_realhbf16.cpp.o 2025-06-05T23:22:08.2883705Z [ 92%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/activation_ops_util.cpp.o 2025-06-05T23:22:08.2884732Z [ 92%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/advanced_index_util.cpp.o 2025-06-05T23:22:08.2885719Z [ 92%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/broadcast_util.cpp.o 2025-06-05T23:22:08.2886692Z [ 93%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/copy_ops_util.cpp.o 2025-06-05T23:22:08.2887670Z [ 93%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/delinearize_index.cpp.o 2025-06-05T23:22:08.2888666Z [ 93%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/distance_util.cpp.o 2025-06-05T23:22:08.2889700Z [ 94%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/dtype_util.cpp.o 2025-06-05T23:22:08.2890674Z [ 94%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/index_util.cpp.o 2025-06-05T23:22:08.2891711Z [ 94%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/kernel_ops_util.cpp.o 2025-06-05T23:22:08.2892682Z [ 95%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/matmul_ops_util.cpp.o 2025-06-05T23:22:08.2893701Z [ 95%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/normalization_ops_util.cpp.o 2025-06-05T23:22:08.2894700Z [ 95%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/padding_util.cpp.o 2025-06-05T23:22:08.2895632Z [ 96%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/reduce_util.cpp.o 2025-06-05T23:22:08.2896577Z [ 96%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/repeat_util.cpp.o 2025-06-05T23:22:08.2897538Z [ 96%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/select_copy_util.cpp.o 2025-06-05T23:22:08.2898504Z [ 96%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/slice_util.cpp.o 2025-06-05T23:22:08.2899456Z [ 97%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/upsample_util.cpp.o 2025-06-05T23:22:08.2900179Z [ 97%] Linking CXX static library libportable_kernels.a 2025-06-05T23:22:12.5119039Z [ 97%] Built target portable_kernels 2025-06-05T23:22:12.5120035Z [ 98%] Generating selected_operators.yaml for portable_ops_lib 2025-06-05T23:22:12.5120591Z [ 98%] Generating code for kernel registration 2025-06-05T23:22:12.5121590Z [ 98%] Building CXX object kernels/portable/CMakeFiles/portable_ops_lib.dir/portable_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp.o 2025-06-05T23:22:12.5122493Z [ 98%] Linking CXX static library libportable_ops_lib.a 2025-06-05T23:22:12.5122991Z [ 98%] Built target portable_ops_lib 2025-06-05T23:22:12.5123881Z [ 98%] Building CXX object CMakeFiles/executor_runner.dir/examples/portable/executor_runner/executor_runner.cpp.o 2025-06-05T23:22:12.5124883Z [ 98%] Building CXX object CMakeFiles/executor_runner.dir/extension/data_loader/file_data_loader.cpp.o 2025-06-05T23:22:12.5125821Z [ 99%] Building CXX object CMakeFiles/executor_runner.dir/extension/evalue_util/print_evalue.cpp.o 2025-06-05T23:22:12.5126681Z [ 99%] Building CXX object CMakeFiles/executor_runner.dir/extension/runner_util/inputs.cpp.o 2025-06-05T23:22:12.5127560Z [ 99%] Building CXX object CMakeFiles/executor_runner.dir/extension/runner_util/inputs_portable.cpp.o 2025-06-05T23:22:12.5128742Z [100%] Building CXX object CMakeFiles/executor_runner.dir/runtime/executor/test/test_backend_compiler_lib.cpp.o 2025-06-05T23:22:12.5129539Z [100%] Linking CXX executable executor_runner 2025-06-05T23:22:12.5129905Z [100%] Built target executor_runner 2025-06-05T23:22:12.5130174Z + [[ '' == *main* ]] 2025-06-05T23:22:12.5130524Z + [[ '' == *gh* ]] 2025-06-05T23:22:12.5130755Z + PYTHON_EXECUTABLE=python 2025-06-05T23:22:12.5131146Z + bash examples/models/llama/install_requirements.sh 2025-06-05T23:22:12.5131897Z Requirement already satisfied: huggingface_hub in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (0.32.4) 2025-06-05T23:22:12.5132737Z Requirement already satisfied: tiktoken in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (0.9.0) 2025-06-05T23:22:12.5133538Z Requirement already satisfied: torchtune in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (0.6.1) 2025-06-05T23:22:12.5134352Z Requirement already satisfied: sentencepiece in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (0.2.0) 2025-06-05T23:22:12.5135190Z Requirement already satisfied: tokenizers in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (0.21.1) 2025-06-05T23:22:12.5135805Z Collecting snakeviz 2025-06-05T23:22:12.5136151Z Downloading snakeviz-2.2.2-py3-none-any.whl.metadata (3.6 kB) 2025-06-05T23:22:12.5136694Z Collecting lm_eval==0.4.5 2025-06-05T23:22:12.5137126Z Downloading lm_eval-0.4.5-py3-none-any.whl.metadata (44 kB) 2025-06-05T23:22:12.5137763Z Requirement already satisfied: blobfile in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (3.0.0) 2025-06-05T23:22:12.5138350Z Collecting accelerate>=0.26.0 (from lm_eval==0.4.5) 2025-06-05T23:22:12.5138807Z Downloading accelerate-1.7.0-py3-none-any.whl.metadata (19 kB) 2025-06-05T23:22:12.5139225Z Collecting evaluate (from lm_eval==0.4.5) 2025-06-05T23:22:12.5139639Z Downloading evaluate-0.4.3-py3-none-any.whl.metadata (9.2 kB) 2025-06-05T23:22:12.5140382Z Requirement already satisfied: datasets>=2.16.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from lm_eval==0.4.5) (3.6.0) 2025-06-05T23:22:12.5141056Z Collecting jsonlines (from lm_eval==0.4.5) 2025-06-05T23:22:12.5141500Z Downloading jsonlines-4.0.0-py3-none-any.whl.metadata (1.6 kB) 2025-06-05T23:22:12.5142076Z Collecting numexpr (from lm_eval==0.4.5) 2025-06-05T23:22:12.5142652Z Downloading numexpr-2.10.2-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.metadata (8.1 kB) 2025-06-05T23:22:12.5143216Z Collecting peft>=0.2.0 (from lm_eval==0.4.5) 2025-06-05T23:22:12.5143618Z Downloading peft-0.15.2-py3-none-any.whl.metadata (13 kB) 2025-06-05T23:22:12.5144021Z Collecting pybind11>=2.6.2 (from lm_eval==0.4.5) 2025-06-05T23:22:12.5144456Z Downloading pybind11-2.13.6-py3-none-any.whl.metadata (9.5 kB) 2025-06-05T23:22:12.5144899Z Collecting pytablewriter (from lm_eval==0.4.5) 2025-06-05T23:22:12.5145346Z Downloading pytablewriter-1.2.1-py3-none-any.whl.metadata (38 kB) 2025-06-05T23:22:12.5145816Z Collecting rouge-score>=0.0.4 (from lm_eval==0.4.5) 2025-06-05T23:22:12.5146181Z Downloading rouge_score-0.1.2.tar.gz (17 kB) 2025-06-05T23:22:12.5146670Z Preparing metadata (setup.py) ... [?25l- done 2025-06-05T23:22:12.5147134Z [?25hCollecting sacrebleu>=1.5.0 (from lm_eval==0.4.5) 2025-06-05T23:22:12.5147784Z Downloading sacrebleu-2.5.1-py3-none-any.whl.metadata (51 kB) 2025-06-05T23:22:12.5148253Z Collecting scikit-learn>=0.24.1 (from lm_eval==0.4.5) 2025-06-05T23:22:12.5148851Z Downloading scikit_learn-1.7.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (17 kB) 2025-06-05T23:22:12.5149445Z Collecting sqlitedict (from lm_eval==0.4.5) 2025-06-05T23:22:12.5149781Z Downloading sqlitedict-2.1.0.tar.gz (21 kB) 2025-06-05T23:22:12.5150212Z Preparing metadata (setup.py) ... [?25l- done 2025-06-05T23:22:12.5151080Z [?25hRequirement already satisfied: torch>=1.8 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from lm_eval==0.4.5) (2.8.0a0+git5616fa4) 2025-06-05T23:22:12.5151814Z Collecting tqdm-multiprocess (from lm_eval==0.4.5) 2025-06-05T23:22:12.5152529Z Downloading tqdm_multiprocess-0.0.11-py3-none-any.whl.metadata (5.7 kB) 2025-06-05T23:22:12.5153468Z Requirement already satisfied: transformers>=4.1 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from lm_eval==0.4.5) (4.47.1) 2025-06-05T23:22:12.5154249Z Collecting zstandard (from lm_eval==0.4.5) 2025-06-05T23:22:12.5154831Z Downloading zstandard-0.23.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (3.0 kB) 2025-06-05T23:22:12.5155698Z Requirement already satisfied: dill in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from lm_eval==0.4.5) (0.3.8) 2025-06-05T23:22:12.5156346Z Collecting word2number (from lm_eval==0.4.5) 2025-06-05T23:22:12.5156682Z Downloading word2number-1.1.zip (9.7 kB) 2025-06-05T23:22:12.5157111Z Preparing metadata (setup.py) ... [?25l- done 2025-06-05T23:22:12.5157543Z [?25hCollecting more-itertools (from lm_eval==0.4.5) 2025-06-05T23:22:12.5158020Z Downloading more_itertools-10.7.0-py3-none-any.whl.metadata (37 kB) 2025-06-05T23:22:12.5159000Z Requirement already satisfied: filelock in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from huggingface_hub) (3.18.0) 2025-06-05T23:22:12.5160283Z Requirement already satisfied: fsspec>=2023.5.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from huggingface_hub) (2025.3.0) 2025-06-05T23:22:12.5161307Z Requirement already satisfied: packaging>=20.9 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from huggingface_hub) (25.0) 2025-06-05T23:22:12.5162281Z Requirement already satisfied: pyyaml>=5.1 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from huggingface_hub) (6.0.1) 2025-06-05T23:22:12.5163260Z Requirement already satisfied: requests in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from huggingface_hub) (2.32.3) 2025-06-05T23:22:12.5164251Z Requirement already satisfied: tqdm>=4.42.1 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from huggingface_hub) (4.67.1) 2025-06-05T23:22:12.5165281Z Requirement already satisfied: typing-extensions>=3.7.4.3 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from huggingface_hub) (4.14.0) 2025-06-05T23:22:12.5166341Z Requirement already satisfied: hf-xet<2.0.0,>=1.1.2 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from huggingface_hub) (1.1.3) 2025-06-05T23:22:12.5167310Z Requirement already satisfied: regex>=2022.1.18 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from tiktoken) (2024.11.6) 2025-06-05T23:22:12.5168277Z Requirement already satisfied: torchdata==0.11.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torchtune) (0.11.0) 2025-06-05T23:22:12.5169236Z Requirement already satisfied: safetensors in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torchtune) (0.5.3) 2025-06-05T23:22:12.5170255Z Requirement already satisfied: kagglehub in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torchtune) (0.3.12) 2025-06-05T23:22:12.5171176Z Requirement already satisfied: numpy in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torchtune) (2.2.6) 2025-06-05T23:22:12.5172099Z Requirement already satisfied: omegaconf in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torchtune) (2.3.0) 2025-06-05T23:22:12.5173018Z Requirement already satisfied: psutil in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torchtune) (7.0.0) 2025-06-05T23:22:12.5173944Z Requirement already satisfied: Pillow>=9.4.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torchtune) (11.2.1) 2025-06-05T23:22:12.5174946Z Requirement already satisfied: urllib3>=1.25 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torchdata==0.11.0->torchtune) (2.4.0) 2025-06-05T23:22:12.5175701Z Collecting tornado>=2.0 (from snakeviz) 2025-06-05T23:22:12.5176382Z Downloading tornado-6.5.1-cp39-abi3-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.8 kB) 2025-06-05T23:22:12.5177398Z Requirement already satisfied: pycryptodomex>=3.8 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from blobfile) (3.23.0) 2025-06-05T23:22:12.5178456Z Requirement already satisfied: lxml>=4.9 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from blobfile) (5.4.0) 2025-06-05T23:22:12.5179548Z Requirement already satisfied: pyarrow>=15.0.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from datasets>=2.16.0->lm_eval==0.4.5) (20.0.0) 2025-06-05T23:22:12.5180666Z Requirement already satisfied: pandas in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from datasets>=2.16.0->lm_eval==0.4.5) (2.2.3) 2025-06-05T23:22:12.5181745Z Requirement already satisfied: xxhash in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from datasets>=2.16.0->lm_eval==0.4.5) (3.5.0) 2025-06-05T23:22:12.5182861Z Requirement already satisfied: multiprocess<0.70.17 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from datasets>=2.16.0->lm_eval==0.4.5) (0.70.16) 2025-06-05T23:22:12.5184154Z Requirement already satisfied: aiohttp!=4.0.0a0,!=4.0.0a1 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from fsspec[http]<=2025.3.0,>=2023.1.0->datasets>=2.16.0->lm_eval==0.4.5) (3.12.9) 2025-06-05T23:22:13.8319355Z Requirement already satisfied: aiohappyeyeballs>=2.5.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from aiohttp!=4.0.0a0,!=4.0.0a1->fsspec[http]<=2025.3.0,>=2023.1.0->datasets>=2.16.0->lm_eval==0.4.5) (2.6.1) 2025-06-05T23:22:13.8321186Z Requirement already satisfied: aiosignal>=1.1.2 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from aiohttp!=4.0.0a0,!=4.0.0a1->fsspec[http]<=2025.3.0,>=2023.1.0->datasets>=2.16.0->lm_eval==0.4.5) (1.3.2) 2025-06-05T23:22:13.8322685Z Requirement already satisfied: async-timeout<6.0,>=4.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from aiohttp!=4.0.0a0,!=4.0.0a1->fsspec[http]<=2025.3.0,>=2023.1.0->datasets>=2.16.0->lm_eval==0.4.5) (5.0.1) 2025-06-05T23:22:13.8324175Z Requirement already satisfied: attrs>=17.3.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from aiohttp!=4.0.0a0,!=4.0.0a1->fsspec[http]<=2025.3.0,>=2023.1.0->datasets>=2.16.0->lm_eval==0.4.5) (25.3.0) 2025-06-05T23:22:13.8325668Z Requirement already satisfied: frozenlist>=1.1.1 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from aiohttp!=4.0.0a0,!=4.0.0a1->fsspec[http]<=2025.3.0,>=2023.1.0->datasets>=2.16.0->lm_eval==0.4.5) (1.6.2) 2025-06-05T23:22:13.8327163Z Requirement already satisfied: multidict<7.0,>=4.5 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from aiohttp!=4.0.0a0,!=4.0.0a1->fsspec[http]<=2025.3.0,>=2023.1.0->datasets>=2.16.0->lm_eval==0.4.5) (6.4.4) 2025-06-05T23:22:13.8328648Z Requirement already satisfied: propcache>=0.2.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from aiohttp!=4.0.0a0,!=4.0.0a1->fsspec[http]<=2025.3.0,>=2023.1.0->datasets>=2.16.0->lm_eval==0.4.5) (0.3.1) 2025-06-05T23:22:13.8330190Z Requirement already satisfied: yarl<2.0,>=1.17.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from aiohttp!=4.0.0a0,!=4.0.0a1->fsspec[http]<=2025.3.0,>=2023.1.0->datasets>=2.16.0->lm_eval==0.4.5) (1.20.0) 2025-06-05T23:22:13.8331669Z Requirement already satisfied: idna>=2.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from yarl<2.0,>=1.17.0->aiohttp!=4.0.0a0,!=4.0.0a1->fsspec[http]<=2025.3.0,>=2023.1.0->datasets>=2.16.0->lm_eval==0.4.5) (3.10) 2025-06-05T23:22:13.8333136Z Requirement already satisfied: charset-normalizer<4,>=2 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from requests->huggingface_hub) (3.4.2) 2025-06-05T23:22:13.8334289Z Requirement already satisfied: certifi>=2017.4.17 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from requests->huggingface_hub) (2025.4.26) 2025-06-05T23:22:13.8335077Z Collecting absl-py (from rouge-score>=0.0.4->lm_eval==0.4.5) 2025-06-05T23:22:13.8335564Z Downloading absl_py-2.3.0-py3-none-any.whl.metadata (2.4 kB) 2025-06-05T23:22:13.8336023Z Collecting nltk (from rouge-score>=0.0.4->lm_eval==0.4.5) 2025-06-05T23:22:13.8336458Z Downloading nltk-3.9.1-py3-none-any.whl.metadata (2.9 kB) 2025-06-05T23:22:13.8337341Z Requirement already satisfied: six>=1.14.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from rouge-score>=0.0.4->lm_eval==0.4.5) (1.17.0) 2025-06-05T23:22:13.8338124Z Collecting portalocker (from sacrebleu>=1.5.0->lm_eval==0.4.5) 2025-06-05T23:22:13.8338755Z Downloading portalocker-3.1.1-py3-none-any.whl.metadata (8.6 kB) 2025-06-05T23:22:13.8339593Z Requirement already satisfied: tabulate>=0.8.9 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from sacrebleu>=1.5.0->lm_eval==0.4.5) (0.9.0) 2025-06-05T23:22:13.8340370Z Collecting colorama (from sacrebleu>=1.5.0->lm_eval==0.4.5) 2025-06-05T23:22:13.8340869Z Downloading colorama-0.4.6-py2.py3-none-any.whl.metadata (17 kB) 2025-06-05T23:22:13.8341371Z Collecting scipy>=1.8.0 (from scikit-learn>=0.24.1->lm_eval==0.4.5) 2025-06-05T23:22:13.8342005Z Downloading scipy-1.15.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (61 kB) 2025-06-05T23:22:13.8342628Z Collecting joblib>=1.2.0 (from scikit-learn>=0.24.1->lm_eval==0.4.5) 2025-06-05T23:22:13.8343122Z Downloading joblib-1.5.1-py3-none-any.whl.metadata (5.6 kB) 2025-06-05T23:22:13.8343645Z Collecting threadpoolctl>=3.1.0 (from scikit-learn>=0.24.1->lm_eval==0.4.5) 2025-06-05T23:22:13.8344249Z Downloading threadpoolctl-3.6.0-py3-none-any.whl.metadata (13 kB) 2025-06-05T23:22:13.8345061Z Requirement already satisfied: sympy>=1.13.3 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch>=1.8->lm_eval==0.4.5) (1.14.0) 2025-06-05T23:22:13.8346107Z Requirement already satisfied: networkx in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch>=1.8->lm_eval==0.4.5) (3.4.2) 2025-06-05T23:22:13.8347127Z Requirement already satisfied: jinja2 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch>=1.8->lm_eval==0.4.5) (3.1.6) 2025-06-05T23:22:13.8348220Z 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.8->lm_eval==0.4.5) (1.3.0) 2025-06-05T23:22:13.8349400Z Requirement already satisfied: hf-transfer>=0.1.4 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from huggingface_hub[hf_transfer]->torchtune) (0.1.9) 2025-06-05T23:22:13.8350590Z Requirement already satisfied: MarkupSafe>=2.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from jinja2->torch>=1.8->lm_eval==0.4.5) (3.0.2) 2025-06-05T23:22:13.8351409Z Collecting click (from nltk->rouge-score>=0.0.4->lm_eval==0.4.5) 2025-06-05T23:22:13.8351880Z Downloading click-8.2.1-py3-none-any.whl.metadata (2.5 kB) 2025-06-05T23:22:13.8352706Z Requirement already satisfied: antlr4-python3-runtime==4.9.* in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from omegaconf->torchtune) (4.9.3) 2025-06-05T23:22:13.8353937Z Requirement already satisfied: python-dateutil>=2.8.2 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from pandas->datasets>=2.16.0->lm_eval==0.4.5) (2.9.0.post0) 2025-06-05T23:22:13.8355158Z Requirement already satisfied: pytz>=2020.1 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from pandas->datasets>=2.16.0->lm_eval==0.4.5) (2025.2) 2025-06-05T23:22:13.8356324Z Requirement already satisfied: tzdata>=2022.7 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from pandas->datasets>=2.16.0->lm_eval==0.4.5) (2025.2) 2025-06-05T23:22:13.8357477Z Requirement already satisfied: setuptools>=38.3.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from pytablewriter->lm_eval==0.4.5) (78.1.1) 2025-06-05T23:22:13.8358326Z Collecting DataProperty<2,>=1.1.0 (from pytablewriter->lm_eval==0.4.5) 2025-06-05T23:22:13.8358875Z Downloading DataProperty-1.1.0-py3-none-any.whl.metadata (11 kB) 2025-06-05T23:22:13.8359628Z Collecting mbstrdecoder<2,>=1.0.0 (from pytablewriter->lm_eval==0.4.5) 2025-06-05T23:22:13.8360181Z Downloading mbstrdecoder-1.1.4-py3-none-any.whl.metadata (4.3 kB) 2025-06-05T23:22:13.8360716Z Collecting pathvalidate<4,>=2.3.0 (from pytablewriter->lm_eval==0.4.5) 2025-06-05T23:22:13.8361262Z Downloading pathvalidate-3.2.3-py3-none-any.whl.metadata (12 kB) 2025-06-05T23:22:13.8361850Z Collecting tabledata<2,>=1.3.1 (from pytablewriter->lm_eval==0.4.5) 2025-06-05T23:22:13.8362368Z Downloading tabledata-1.3.4-py3-none-any.whl.metadata (3.7 kB) 2025-06-05T23:22:13.8362881Z Collecting tcolorpy<1,>=0.0.5 (from pytablewriter->lm_eval==0.4.5) 2025-06-05T23:22:13.8363455Z Downloading tcolorpy-0.1.7-py3-none-any.whl.metadata (6.3 kB) 2025-06-05T23:22:13.8364032Z Collecting typepy<2,>=1.3.2 (from typepy[datetime]<2,>=1.3.2->pytablewriter->lm_eval==0.4.5) 2025-06-05T23:22:13.8364592Z Downloading typepy-1.3.4-py3-none-any.whl.metadata (9.2 kB) 2025-06-05T23:22:13.8365150Z Collecting chardet<6,>=3.0.4 (from mbstrdecoder<2,>=1.0.0->pytablewriter->lm_eval==0.4.5) 2025-06-05T23:22:13.8365708Z Downloading chardet-5.2.0-py3-none-any.whl.metadata (3.4 kB) 2025-06-05T23:22:13.8366162Z Downloading lm_eval-0.4.5-py3-none-any.whl (2.4 MB) 2025-06-05T23:22:13.8366944Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/2.4 MB ? eta -:--:-- 2025-06-05T23:22:13.8367612Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.4/2.4 MB 110.7 MB/s eta 0:00:00 2025-06-05T23:22:13.8368254Z [?25hDownloading snakeviz-2.2.2-py3-none-any.whl (183 kB) 2025-06-05T23:22:13.8368694Z Downloading accelerate-1.7.0-py3-none-any.whl (362 kB) 2025-06-05T23:22:13.8369116Z Downloading evaluate-0.4.3-py3-none-any.whl (84 kB) 2025-06-05T23:22:13.8369659Z Downloading peft-0.15.2-py3-none-any.whl (411 kB) 2025-06-05T23:22:13.8370052Z Downloading pybind11-2.13.6-py3-none-any.whl (243 kB) 2025-06-05T23:22:13.8370473Z Downloading sacrebleu-2.5.1-py3-none-any.whl (104 kB) 2025-06-05T23:22:13.8371053Z Downloading scikit_learn-1.7.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (12.9 MB) 2025-06-05T23:22:13.8371836Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/12.9 MB ? eta -:--:-- 2025-06-05T23:22:13.8372502Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 12.9/12.9 MB 152.6 MB/s eta 0:00:00 2025-06-05T23:22:13.8373070Z [?25hDownloading joblib-1.5.1-py3-none-any.whl (307 kB) 2025-06-05T23:22:13.8373639Z Downloading scipy-1.15.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (37.7 MB) 2025-06-05T23:22:13.8374378Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/37.7 MB ? eta -:--:-- 2025-06-05T23:22:13.8375045Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 37.7/37.7 MB 209.4 MB/s eta 0:00:00 2025-06-05T23:22:13.8375626Z [?25hDownloading threadpoolctl-3.6.0-py3-none-any.whl (18 kB) 2025-06-05T23:22:18.4774485Z Downloading tornado-6.5.1-cp39-abi3-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (443 kB) 2025-06-05T23:22:18.4775787Z Downloading absl_py-2.3.0-py3-none-any.whl (135 kB) 2025-06-05T23:22:18.4776402Z Downloading colorama-0.4.6-py2.py3-none-any.whl (25 kB) 2025-06-05T23:22:18.4777367Z Downloading jsonlines-4.0.0-py3-none-any.whl (8.7 kB) 2025-06-05T23:22:18.4778096Z Downloading more_itertools-10.7.0-py3-none-any.whl (65 kB) 2025-06-05T23:22:18.4778782Z Downloading nltk-3.9.1-py3-none-any.whl (1.5 MB) 2025-06-05T23:22:18.4780174Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.5 MB ? eta -:--:-- 2025-06-05T23:22:18.4781265Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.5/1.5 MB 170.3 MB/s eta 0:00:00 2025-06-05T23:22:18.4782169Z [?25hDownloading click-8.2.1-py3-none-any.whl (102 kB) 2025-06-05T23:22:18.4783125Z Downloading numexpr-2.10.2-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (397 kB) 2025-06-05T23:22:18.4784214Z Downloading portalocker-3.1.1-py3-none-any.whl (19 kB) 2025-06-05T23:22:18.4784996Z Downloading pytablewriter-1.2.1-py3-none-any.whl (91 kB) 2025-06-05T23:22:18.4785799Z Downloading DataProperty-1.1.0-py3-none-any.whl (27 kB) 2025-06-05T23:22:18.4786607Z Downloading mbstrdecoder-1.1.4-py3-none-any.whl (7.9 kB) 2025-06-05T23:22:18.4787418Z Downloading chardet-5.2.0-py3-none-any.whl (199 kB) 2025-06-05T23:22:18.4788174Z Downloading pathvalidate-3.2.3-py3-none-any.whl (24 kB) 2025-06-05T23:22:18.4788944Z Downloading tabledata-1.3.4-py3-none-any.whl (11 kB) 2025-06-05T23:22:18.4789726Z Downloading tcolorpy-0.1.7-py3-none-any.whl (8.1 kB) 2025-06-05T23:22:18.4790473Z Downloading typepy-1.3.4-py3-none-any.whl (31 kB) 2025-06-05T23:22:18.4791281Z Downloading tqdm_multiprocess-0.0.11-py3-none-any.whl (9.8 kB) 2025-06-05T23:22:18.4792437Z Downloading zstandard-0.23.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.4 MB) 2025-06-05T23:22:18.4793956Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/5.4 MB ? eta -:--:-- 2025-06-05T23:22:18.4795212Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.4/5.4 MB 220.3 MB/s eta 0:00:00 2025-06-05T23:22:18.4796472Z [?25hBuilding wheels for collected packages: rouge-score, sqlitedict, word2number 2025-06-05T23:22:18.4801034Z  DEPRECATION: Building 'rouge-score' using the legacy setup.py bdist_wheel mechanism, which will be removed in a future version. pip 25.3 will enforce this behaviour change. A possible replacement is to use the standardized build interface by setting the `--use-pep517` option, (possibly combined with `--no-build-isolation`), or adding a `pyproject.toml` file to the source tree of 'rouge-score'. Discussion can be found at https://github.com/pypa/pip/issues/6334 2025-06-05T23:22:18.4805235Z  Building wheel for rouge-score (setup.py) ... [?25l- done 2025-06-05T23:22:18.4807146Z [?25h Created wheel for rouge-score: filename=rouge_score-0.1.2-py3-none-any.whl size=24988 sha256=14cc4c534435d725f7cd0a696c84293632f0f59c0190dbaf5725e5a85321f4bb 2025-06-05T23:22:18.4809228Z Stored in directory: /var/lib/ci-user/.cache/pip/wheels/5f/dd/89/461065a73be61a532ff8599a28e9beef17985c9e9c31e541b4 2025-06-05T23:22:18.4814319Z  DEPRECATION: Building 'sqlitedict' using the legacy setup.py bdist_wheel mechanism, which will be removed in a future version. pip 25.3 will enforce this behaviour change. A possible replacement is to use the standardized build interface by setting the `--use-pep517` option, (possibly combined with `--no-build-isolation`), or adding a `pyproject.toml` file to the source tree of 'sqlitedict'. Discussion can be found at https://github.com/pypa/pip/issues/6334 2025-06-05T23:22:18.4818210Z  Building wheel for sqlitedict (setup.py) ... [?25l- done 2025-06-05T23:22:18.4820110Z [?25h Created wheel for sqlitedict: filename=sqlitedict-2.1.0-py3-none-any.whl size=16958 sha256=17859c1e817ce308d3824ae4c0095bdf6a14fd88759c0f95380f9f7e59da9948 2025-06-05T23:22:18.4822213Z Stored in directory: /var/lib/ci-user/.cache/pip/wheels/79/d6/e7/304e0e6cb2221022c26d8161f7c23cd4f259a9e41e8bbcfabd 2025-06-05T23:22:18.4827418Z  DEPRECATION: Building 'word2number' using the legacy setup.py bdist_wheel mechanism, which will be removed in a future version. pip 25.3 will enforce this behaviour change. A possible replacement is to use the standardized build interface by setting the `--use-pep517` option, (possibly combined with `--no-build-isolation`), or adding a `pyproject.toml` file to the source tree of 'word2number'. Discussion can be found at https://github.com/pypa/pip/issues/6334 2025-06-05T23:22:18.4831527Z  Building wheel for word2number (setup.py) ... [?25l- done 2025-06-05T23:22:18.4833468Z [?25h Created wheel for word2number: filename=word2number-1.1-py3-none-any.whl size=5658 sha256=1d04cd4824c85dcd684c4f584069f783a5f97ffac90d162bed3ea511a0002e7a 2025-06-05T23:22:18.4835601Z Stored in directory: /var/lib/ci-user/.cache/pip/wheels/84/ff/26/d3cfbd971e96c5aa3737ecfced81628830d7359b55fbb8ca3b 2025-06-05T23:22:18.4836896Z Successfully built rouge-score sqlitedict word2number 2025-06-05T23:22:18.4840383Z Installing collected packages: word2number, sqlitedict, zstandard, tornado, threadpoolctl, tcolorpy, scipy, pybind11, portalocker, pathvalidate, numexpr, more-itertools, jsonlines, joblib, colorama, click, chardet, absl-py, tqdm-multiprocess, snakeviz, scikit-learn, sacrebleu, nltk, mbstrdecoder, typepy, rouge-score, accelerate, peft, DataProperty, tabledata, evaluate, pytablewriter, lm_eval 2025-06-05T23:22:18.4843806Z [?25l 2025-06-05T23:22:18.4844598Z  ━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  3/33 [tornado] 2025-06-05T23:22:18.4845729Z  ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  6/33 [scipy] 2025-06-05T23:22:18.4846839Z  ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  6/33 [scipy] 2025-06-05T23:22:18.4847946Z  ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  6/33 [scipy] 2025-06-05T23:22:18.4848986Z  ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  6/33 [scipy] 2025-06-05T23:22:18.4850115Z  ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  6/33 [scipy] 2025-06-05T23:22:18.4851206Z  ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  6/33 [scipy] 2025-06-05T23:22:18.4852403Z  ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  6/33 [scipy] 2025-06-05T23:22:18.4853539Z  ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  6/33 [scipy] 2025-06-05T23:22:18.4854618Z  ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  6/33 [scipy] 2025-06-05T23:22:18.4855695Z  ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  6/33 [scipy] 2025-06-05T23:22:18.4856801Z  ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  6/33 [scipy] 2025-06-05T23:22:18.4857880Z  ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  6/33 [scipy] 2025-06-05T23:22:18.4858977Z  ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  6/33 [scipy] 2025-06-05T23:22:18.4860607Z  ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  6/33 [scipy] 2025-06-05T23:22:18.4861729Z  ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  6/33 [scipy] 2025-06-05T23:22:18.4863006Z  ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  6/33 [scipy] 2025-06-05T23:48:10.1871571Z  ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  6/33 [scipy] 2025-06-05T23:48:10.1872244Z  ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  6/33 [scipy] 2025-06-05T23:48:10.1872844Z  ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  6/33 [scipy] 2025-06-05T23:48:10.1873439Z  ━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 13/33 [joblib] 2025-06-05T23:48:10.1874021Z  ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 15/33 [click] 2025-06-05T23:48:10.1874709Z  ━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 17/33 [absl-py] 2025-06-05T23:48:10.1875633Z  ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 20/33 [scikit-learn] 2025-06-05T23:48:10.1876295Z  ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 20/33 [scikit-learn] 2025-06-05T23:48:10.1876914Z  ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 20/33 [scikit-learn] 2025-06-05T23:48:10.1877520Z  ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 20/33 [scikit-learn] 2025-06-05T23:48:10.1878137Z  ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 20/33 [scikit-learn] 2025-06-05T23:48:10.1878737Z  ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 20/33 [scikit-learn] 2025-06-05T23:48:10.1879365Z  ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 20/33 [scikit-learn] 2025-06-05T23:48:10.1879981Z  ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 20/33 [scikit-learn] 2025-06-05T23:48:10.1880765Z  ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 20/33 [scikit-learn] 2025-06-05T23:48:10.1881383Z  ━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 21/33 [sacrebleu] 2025-06-05T23:48:10.1881968Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 22/33 [nltk] 2025-06-05T23:48:10.1882551Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 22/33 [nltk] 2025-06-05T23:48:10.1883118Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 22/33 [nltk] 2025-06-05T23:48:10.1883700Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 24/33 [typepy] 2025-06-05T23:48:10.1884382Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 26/33 [accelerate] 2025-06-05T23:48:10.1884956Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 27/33 [peft] 2025-06-05T23:48:10.1885633Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 31/33 [pytablewriter] 2025-06-05T23:48:10.1886233Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 32/33 [lm_eval] 2025-06-05T23:48:10.1886798Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 32/33 [lm_eval] 2025-06-05T23:48:10.1887371Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 32/33 [lm_eval] 2025-06-05T23:48:10.1887928Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 32/33 [lm_eval] 2025-06-05T23:48:10.1888470Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 33/33 [lm_eval] 2025-06-05T23:48:10.1888849Z [?25h 2025-06-05T23:48:10.1891464Z Successfully installed DataProperty-1.1.0 absl-py-2.3.0 accelerate-1.7.0 chardet-5.2.0 click-8.2.1 colorama-0.4.6 evaluate-0.4.3 joblib-1.5.1 jsonlines-4.0.0 lm_eval-0.4.5 mbstrdecoder-1.1.4 more-itertools-10.7.0 nltk-3.9.1 numexpr-2.10.2 pathvalidate-3.2.3 peft-0.15.2 portalocker-3.1.1 pybind11-2.13.6 pytablewriter-1.2.1 rouge-score-0.1.2 sacrebleu-2.5.1 scikit-learn-1.7.0 scipy-1.15.3 snakeviz-2.2.2 sqlitedict-2.1.0 tabledata-1.3.4 tcolorpy-0.1.7 threadpoolctl-3.6.0 tornado-6.5.1 tqdm-multiprocess-0.0.11 typepy-1.3.4 word2number-1.1 zstandard-0.23.0 2025-06-05T23:48:10.1893868Z Failed to import examples.models due to lm_eval conflict. Removing lm_eval examples module 2025-06-05T23:48:10.1894370Z + PYTHON_EXECUTABLE=python 2025-06-05T23:48:10.1894646Z + bash .ci/scripts/test_qnn_static_llama.sh 2025-06-05T23:48:10.1894992Z ++ dirname .ci/scripts/test_qnn_static_llama.sh 2025-06-05T23:48:10.1895311Z + source .ci/scripts/utils.sh 2025-06-05T23:48:10.1895667Z +++ dirname -- .ci/scripts/test_qnn_static_llama.sh 2025-06-05T23:48:10.1895996Z ++ cd -- .ci/scripts/.. 2025-06-05T23:48:10.1896230Z ++ pwd 2025-06-05T23:48:10.1896481Z + export EXECUTORCH_ROOT=/pytorch/executorch/.ci 2025-06-05T23:48:10.1896824Z + EXECUTORCH_ROOT=/pytorch/executorch/.ci 2025-06-05T23:48:10.1897228Z + export QNN_SDK_ROOT=/tmp/qnn/2.28.0.241029 2025-06-05T23:48:10.1897537Z + QNN_SDK_ROOT=/tmp/qnn/2.28.0.241029 2025-06-05T23:48:10.1897925Z + export LD_LIBRARY_PATH=/tmp/qnn/2.28.0.241029/lib/x86_64-linux-clang 2025-06-05T23:48:10.1898385Z + LD_LIBRARY_PATH=/tmp/qnn/2.28.0.241029/lib/x86_64-linux-clang 2025-06-05T23:48:10.1898757Z + export PYTHONPATH=.. 2025-06-05T23:48:10.1898987Z + PYTHONPATH=.. 2025-06-05T23:48:10.1899258Z + cp schema/program.fbs exir/_serialize/program.fbs 2025-06-05T23:48:10.1899669Z + cp schema/scalar_type.fbs exir/_serialize/scalar_type.fbs 2025-06-05T23:48:10.1900359Z + cp -f build-x86/backends/qualcomm/PyQnnManagerAdaptor.cpython-310-x86_64-linux-gnu.so backends/qualcomm/python 2025-06-05T23:48:10.1901316Z + cp -f build-x86/backends/qualcomm/PyQnnWrapperAdaptor.cpython-310-x86_64-linux-gnu.so backends/qualcomm/python 2025-06-05T23:48:10.1901924Z + [[ -z python ]] 2025-06-05T23:48:10.1902147Z + which python 2025-06-05T23:48:10.1902367Z /opt/conda/envs/py_3.10/bin/python 2025-06-05T23:48:10.1902659Z + pip install graphviz 2025-06-05T23:48:10.1902890Z Collecting graphviz 2025-06-05T23:48:10.1903234Z Downloading graphviz-0.20.3-py3-none-any.whl.metadata (12 kB) 2025-06-05T23:48:10.1903706Z Downloading graphviz-0.20.3-py3-none-any.whl (47 kB) 2025-06-05T23:48:10.1904072Z Installing collected packages: graphviz 2025-06-05T23:48:10.1904401Z Successfully installed graphviz-0.20.3 2025-06-05T23:48:10.1904703Z + download_stories_model_artifacts 2025-06-05T23:48:10.1905288Z + curl -Ls https://huggingface.co/karpathy/tinyllamas/resolve/main/stories110M.pt --output stories110M.pt 2025-06-05T23:48:10.1906153Z + curl -Ls https://raw.githubusercontent.com/karpathy/llama2.c/master/tokenizer.model --output tokenizer.model 2025-06-05T23:48:10.1906742Z + touch params.json 2025-06-05T23:48:10.1907144Z + echo '{"dim": 768, "multiple_of": 32, "n_heads": 12, "n_layers": 12, "norm_eps": 1e-05, "vocab_size": 32000}' 2025-06-05T23:48:10.1907658Z + echo 'Creating tokenizer.bin' 2025-06-05T23:48:10.1907932Z Creating tokenizer.bin 2025-06-05T23:48:10.1908369Z + python -m pytorch_tokenizers.tools.llama2c.convert -t tokenizer.model -o tokenizer.bin 2025-06-05T23:48:10.1908858Z + set +e 2025-06-05T23:48:10.1909782Z + python backends/qualcomm/tests/test_qnn_delegate.py -k TestExampleLLMScript.test_llama_stories_110m --model SM8650 --build_folder build-android/ --executorch_root . --artifact_dir . --llama_artifacts . --compile_only 2025-06-05T23:48:10.1910805Z QNN_SDK_ROOT=/tmp/qnn/2.28.0.241029 2025-06-05T23:48:10.1911122Z INFO:root:#words: 32000 - BOS ID: 1 - EOS ID: 2 2025-06-05T23:48:10.1911491Z INFO:root:Time for loading checkpoint: 0.07074189186096191 2025-06-05T23:48:10.1911861Z INFO:root:Quantizing the model... 2025-06-05T23:48:10.1912139Z INFO:root:Quantizing the model... 2025-06-05T23:48:10.1912447Z INFO:root:Time for quantizing: 522.0066723823547 2025-06-05T23:48:10.1912826Z [INFO] [Qnn ExecuTorch]: create QNN Logger with log_level 2 2025-06-05T23:48:10.1913283Z [WARNING] [Qnn ExecuTorch]: QnnDsp Initializing HtpProvider 2025-06-05T23:48:10.1913580Z 2025-06-05T23:48:10.1913872Z [INFO] [Qnn ExecuTorch]: Initialize Qnn backend parameters for Qnn executorch backend type 2 2025-06-05T23:50:16.5467321Z [INFO] [Qnn ExecuTorch]: Caching: Caching is in SAVE MODE. 2025-06-05T23:50:16.5468195Z [WARNING] [Qnn ExecuTorch]: QnnDsp Performance Estimates unsupported 2025-06-05T23:50:16.5468761Z 2025-06-05T23:50:16.5469502Z [WARNING] [Qnn ExecuTorch]: QnnDsp Arch 68 set by custom config is different from arch associated with SoC 57, will overwrite it to 75 2025-06-05T23:50:16.5470447Z 2025-06-05T23:50:16.5470683Z [INFO] [Qnn ExecuTorch]: Running level=3 optimization. 2025-06-05T23:50:16.5471597Z [INFO] [Qnn ExecuTorch]: Destroy Qnn backend parameters 2025-06-05T23:50:16.5472294Z [INFO] [Qnn ExecuTorch]: Destroy Qnn context 2025-06-05T23:50:16.5472856Z [INFO] [Qnn ExecuTorch]: Destroy Qnn device 2025-06-05T23:50:16.5473405Z [INFO] [Qnn ExecuTorch]: Destroy Qnn backend 2025-06-05T23:50:16.5474141Z [INFO] [Qnn ExecuTorch]: Destroy Qnn backend parameters 2025-06-05T23:50:16.5474815Z [INFO] [Qnn ExecuTorch]: create QNN Logger with log_level 2 2025-06-05T23:50:16.5475720Z [INFO] [Qnn ExecuTorch]: Initialize Qnn backend parameters for Qnn executorch backend type 2 2025-06-05T23:50:16.5476713Z [INFO] [Qnn ExecuTorch]: Caching: Caching is in SAVE MODE. 2025-06-05T23:50:16.5477488Z [WARNING] [Qnn ExecuTorch]: QnnDsp Performance Estimates unsupported 2025-06-05T23:50:16.5478038Z 2025-06-05T23:50:16.5478795Z [WARNING] [Qnn ExecuTorch]: QnnDsp Arch 68 set by custom config is different from arch associated with SoC 57, will overwrite it to 75 2025-06-05T23:50:16.5479726Z 2025-06-05T23:50:16.5479950Z [INFO] [Qnn ExecuTorch]: Running level=3 optimization. 2025-06-05T23:50:16.5480608Z [INFO] [Qnn ExecuTorch]: Destroy Qnn backend parameters 2025-06-05T23:50:16.5481211Z [INFO] [Qnn ExecuTorch]: Destroy Qnn context 2025-06-05T23:50:16.5481748Z [INFO] [Qnn ExecuTorch]: Destroy Qnn device 2025-06-05T23:50:16.5482298Z [INFO] [Qnn ExecuTorch]: Destroy Qnn backend 2025-06-05T23:50:16.5482876Z [INFO] [Qnn ExecuTorch]: Destroy Qnn backend parameters 2025-06-05T23:50:16.5483549Z [INFO] [Qnn ExecuTorch]: create QNN Logger with log_level 2 2025-06-05T23:50:16.5484468Z [INFO] [Qnn ExecuTorch]: Initialize Qnn backend parameters for Qnn executorch backend type 2 2025-06-05T23:50:16.5485411Z [INFO] [Qnn ExecuTorch]: Caching: Caching is in SAVE MODE. 2025-06-05T23:50:16.5486211Z [WARNING] [Qnn ExecuTorch]: QnnDsp Performance Estimates unsupported 2025-06-05T23:50:16.5486758Z 2025-06-05T23:50:16.5487490Z [WARNING] [Qnn ExecuTorch]: QnnDsp Arch 68 set by custom config is different from arch associated with SoC 57, will overwrite it to 75 2025-06-05T23:50:16.5488435Z 2025-06-05T23:50:16.5488652Z [INFO] [Qnn ExecuTorch]: Running level=3 optimization. 2025-06-05T23:50:16.5489267Z [INFO] [Qnn ExecuTorch]: Running level=3 optimization. 2025-06-05T23:50:16.5490289Z INFO:executorch.backends.qualcomm.qnn_preprocess:Processing Method(0): (1/1) 2025-06-05T23:50:16.5491583Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_embedding_default, aten.embedding.default 2025-06-05T23:50:16.5492983Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_index_tensor, aten.index.Tensor 2025-06-05T23:50:16.5494295Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_index_tensor_1, aten.index.Tensor 2025-06-05T23:50:16.5495687Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_rms_norm_default, aten.rms_norm.default 2025-06-05T23:50:16.5497048Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_select_int, aten.select.int 2025-06-05T23:50:16.5498301Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_select_int_1, aten.select.int 2025-06-05T23:50:16.5499677Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default, aten.view_copy.default 2025-06-05T23:50:16.5501221Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1132, aten.permute_copy.default 2025-06-05T23:50:16.5502754Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_481, aten._to_copy.default 2025-06-05T23:50:16.5504269Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default, aten.convolution.default 2025-06-05T23:50:16.5505863Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1133, aten.permute_copy.default 2025-06-05T23:50:16.5507428Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_1, aten.convolution.default 2025-06-05T23:50:16.5508988Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1134, aten.permute_copy.default 2025-06-05T23:50:16.5510608Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_2, aten.convolution.default 2025-06-05T23:50:16.5512170Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1135, aten.permute_copy.default 2025-06-05T23:50:16.5513813Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_3, aten.convolution.default 2025-06-05T23:50:16.5515358Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1136, aten.permute_copy.default 2025-06-05T23:50:16.5516915Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_4, aten.convolution.default 2025-06-05T23:50:16.5518458Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1137, aten.permute_copy.default 2025-06-05T23:50:16.5520022Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_5, aten.convolution.default 2025-06-05T23:50:16.5521579Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1138, aten.permute_copy.default 2025-06-05T23:50:16.5523131Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_6, aten.convolution.default 2025-06-05T23:50:16.5524697Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1139, aten.permute_copy.default 2025-06-05T23:50:16.5526242Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_7, aten.convolution.default 2025-06-05T23:50:16.5527836Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1140, aten.permute_copy.default 2025-06-05T23:50:16.5529416Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_8, aten.convolution.default 2025-06-05T23:50:16.5541935Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1141, aten.permute_copy.default 2025-06-05T23:50:16.5543619Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_9, aten.convolution.default 2025-06-05T23:50:16.5545208Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1142, aten.permute_copy.default 2025-06-05T23:50:16.5546891Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_10, aten.convolution.default 2025-06-05T23:50:16.5548479Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1143, aten.permute_copy.default 2025-06-05T23:50:16.5550089Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_11, aten.convolution.default 2025-06-05T23:50:16.5551656Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1144, aten.permute_copy.default 2025-06-05T23:50:16.5553246Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_12, aten.convolution.default 2025-06-05T23:50:16.5554894Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1145, aten.permute_copy.default 2025-06-05T23:50:16.5556480Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_13, aten.convolution.default 2025-06-05T23:50:16.5558092Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1146, aten.permute_copy.default 2025-06-05T23:50:16.5560727Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_14, aten.convolution.default 2025-06-05T23:50:16.5562341Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1147, aten.permute_copy.default 2025-06-05T23:50:16.5563954Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_15, aten.convolution.default 2025-06-05T23:50:16.5565545Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1148, aten.permute_copy.default 2025-06-05T23:50:16.5567230Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_16, aten.convolution.default 2025-06-05T23:50:16.5568833Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1149, aten.permute_copy.default 2025-06-05T23:50:16.5570562Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_17, aten.convolution.default 2025-06-05T23:50:16.5572162Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1150, aten.permute_copy.default 2025-06-05T23:50:16.5573754Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_18, aten.convolution.default 2025-06-05T23:50:16.5575363Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1151, aten.permute_copy.default 2025-06-05T23:50:16.5576980Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_19, aten.convolution.default 2025-06-05T23:50:16.5578601Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1152, aten.permute_copy.default 2025-06-05T23:50:16.5580219Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_20, aten.convolution.default 2025-06-05T23:50:16.5581784Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1153, aten.permute_copy.default 2025-06-05T23:50:16.5583380Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_21, aten.convolution.default 2025-06-05T23:50:16.5584991Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1154, aten.permute_copy.default 2025-06-05T23:50:16.5586535Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_22, aten.convolution.default 2025-06-05T23:50:16.5588122Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1155, aten.permute_copy.default 2025-06-05T23:50:16.8727034Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_23, aten.convolution.default 2025-06-05T23:50:16.8728793Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1156, aten.permute_copy.default 2025-06-05T23:50:16.8730590Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_24, aten.convolution.default 2025-06-05T23:50:16.8732221Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1157, aten.permute_copy.default 2025-06-05T23:50:16.8733891Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_25, aten.convolution.default 2025-06-05T23:50:16.8735496Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1158, aten.permute_copy.default 2025-06-05T23:50:16.8737112Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_26, aten.convolution.default 2025-06-05T23:50:16.8738726Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1159, aten.permute_copy.default 2025-06-05T23:50:16.8740352Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_27, aten.convolution.default 2025-06-05T23:50:16.8741996Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1160, aten.permute_copy.default 2025-06-05T23:50:16.8743612Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_28, aten.convolution.default 2025-06-05T23:50:16.8745237Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1161, aten.permute_copy.default 2025-06-05T23:50:16.8746858Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_29, aten.convolution.default 2025-06-05T23:50:16.8748468Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1162, aten.permute_copy.default 2025-06-05T23:50:16.8750091Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_30, aten.convolution.default 2025-06-05T23:50:16.8751772Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1163, aten.permute_copy.default 2025-06-05T23:50:16.8753399Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_31, aten.convolution.default 2025-06-05T23:50:16.8755093Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1164, aten.permute_copy.default 2025-06-05T23:50:16.8756704Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_32, aten.convolution.default 2025-06-05T23:50:16.8758330Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1165, aten.permute_copy.default 2025-06-05T23:50:16.8760211Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_33, aten.convolution.default 2025-06-05T23:50:16.8761887Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1166, aten.permute_copy.default 2025-06-05T23:50:16.8763516Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_34, aten.convolution.default 2025-06-05T23:50:16.8765140Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1167, aten.permute_copy.default 2025-06-05T23:50:16.8766761Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_35, aten.convolution.default 2025-06-05T23:50:16.8768379Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1168, aten.permute_copy.default 2025-06-05T23:50:16.8770012Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1, aten.view_copy.default 2025-06-05T23:50:16.8771532Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_2, aten.view_copy.default 2025-06-05T23:50:16.8773035Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_3, aten.view_copy.default 2025-06-05T23:50:16.8774682Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_4, aten.view_copy.default 2025-06-05T23:50:16.8776197Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_5, aten.view_copy.default 2025-06-05T23:50:16.8777802Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_6, aten.view_copy.default 2025-06-05T23:50:16.8779317Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_7, aten.view_copy.default 2025-06-05T23:50:16.8780818Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_8, aten.view_copy.default 2025-06-05T23:50:16.8782336Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_9, aten.view_copy.default 2025-06-05T23:50:16.8783857Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_10, aten.view_copy.default 2025-06-05T23:50:16.8785390Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_11, aten.view_copy.default 2025-06-05T23:50:16.8786924Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_12, aten.view_copy.default 2025-06-05T23:50:16.8788446Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_13, aten.view_copy.default 2025-06-05T23:50:16.8789983Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_14, aten.view_copy.default 2025-06-05T23:50:16.8791497Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_15, aten.view_copy.default 2025-06-05T23:50:16.8793031Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_16, aten.view_copy.default 2025-06-05T23:50:16.8794558Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_17, aten.view_copy.default 2025-06-05T23:50:16.8796067Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_18, aten.view_copy.default 2025-06-05T23:50:16.8797647Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_19, aten.view_copy.default 2025-06-05T23:50:16.8799153Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_20, aten.view_copy.default 2025-06-05T23:50:16.8800734Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_21, aten.view_copy.default 2025-06-05T23:50:16.8802265Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_22, aten.view_copy.default 2025-06-05T23:50:16.8803768Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_23, aten.view_copy.default 2025-06-05T23:50:16.8805298Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_24, aten.view_copy.default 2025-06-05T23:50:16.8806819Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_25, aten.view_copy.default 2025-06-05T23:50:16.8808342Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_26, aten.view_copy.default 2025-06-05T23:50:16.8809932Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_27, aten.view_copy.default 2025-06-05T23:50:16.8811458Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_28, aten.view_copy.default 2025-06-05T23:50:16.8812984Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_29, aten.view_copy.default 2025-06-05T23:50:16.8814501Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_30, aten.view_copy.default 2025-06-05T23:50:16.8816038Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_31, aten.view_copy.default 2025-06-05T23:50:16.8817567Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_32, aten.view_copy.default 2025-06-05T23:50:16.8819125Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_33, aten.view_copy.default 2025-06-05T23:50:16.8820661Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_34, aten.view_copy.default 2025-06-05T23:50:16.8822215Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_35, aten.view_copy.default 2025-06-05T23:50:16.8823745Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_36, aten.view_copy.default 2025-06-05T23:50:16.8825257Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor, aten.slice_copy.Tensor 2025-06-05T23:50:16.8826758Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_1, aten.slice_copy.Tensor 2025-06-05T23:50:16.8828282Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_2, aten.slice_copy.Tensor 2025-06-05T23:50:16.8829788Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_3, aten.slice_copy.Tensor 2025-06-05T23:50:16.8831324Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_4, aten.slice_copy.Tensor 2025-06-05T23:50:16.8832830Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_5, aten.slice_copy.Tensor 2025-06-05T23:50:16.8834347Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_6, aten.slice_copy.Tensor 2025-06-05T23:50:16.8835867Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_7, aten.slice_copy.Tensor 2025-06-05T23:50:16.8837365Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_8, aten.slice_copy.Tensor 2025-06-05T23:50:16.8838886Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_9, aten.slice_copy.Tensor 2025-06-05T23:50:16.8840420Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_10, aten.slice_copy.Tensor 2025-06-05T23:50:17.2723097Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_11, aten.slice_copy.Tensor 2025-06-05T23:50:17.2724319Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_12, aten.slice_copy.Tensor 2025-06-05T23:50:17.2725187Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_13, aten.slice_copy.Tensor 2025-06-05T23:50:17.2726150Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_14, aten.slice_copy.Tensor 2025-06-05T23:50:17.2727015Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_15, aten.slice_copy.Tensor 2025-06-05T23:50:17.2727884Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_16, aten.slice_copy.Tensor 2025-06-05T23:50:17.2728751Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_17, aten.slice_copy.Tensor 2025-06-05T23:50:17.2729682Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_18, aten.slice_copy.Tensor 2025-06-05T23:50:17.2730556Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_19, aten.slice_copy.Tensor 2025-06-05T23:50:17.2731405Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_20, aten.slice_copy.Tensor 2025-06-05T23:50:17.2732277Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_21, aten.slice_copy.Tensor 2025-06-05T23:50:17.2733142Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_22, aten.slice_copy.Tensor 2025-06-05T23:50:17.2733991Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_23, aten.slice_copy.Tensor 2025-06-05T23:50:17.2734856Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_24, aten.slice_copy.Tensor 2025-06-05T23:50:17.2735716Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_25, aten.slice_copy.Tensor 2025-06-05T23:50:17.2736641Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_26, aten.slice_copy.Tensor 2025-06-05T23:50:17.2737507Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_27, aten.slice_copy.Tensor 2025-06-05T23:50:17.2738407Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_28, aten.slice_copy.Tensor 2025-06-05T23:50:17.2739273Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_29, aten.slice_copy.Tensor 2025-06-05T23:50:17.2740134Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_30, aten.slice_copy.Tensor 2025-06-05T23:50:17.2740988Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_31, aten.slice_copy.Tensor 2025-06-05T23:50:17.2741848Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_32, aten.slice_copy.Tensor 2025-06-05T23:50:17.2742702Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_33, aten.slice_copy.Tensor 2025-06-05T23:50:17.2743567Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_34, aten.slice_copy.Tensor 2025-06-05T23:50:17.2744458Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_35, aten.slice_copy.Tensor 2025-06-05T23:50:17.2745311Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_36, aten.slice_copy.Tensor 2025-06-05T23:50:17.2746176Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_37, aten.slice_copy.Tensor 2025-06-05T23:50:17.2747026Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_38, aten.slice_copy.Tensor 2025-06-05T23:50:17.2747887Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_39, aten.slice_copy.Tensor 2025-06-05T23:50:17.2748751Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_40, aten.slice_copy.Tensor 2025-06-05T23:50:17.2749600Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_41, aten.slice_copy.Tensor 2025-06-05T23:50:17.2750492Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_42, aten.slice_copy.Tensor 2025-06-05T23:50:17.2751380Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_43, aten.slice_copy.Tensor 2025-06-05T23:50:17.2752240Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_44, aten.slice_copy.Tensor 2025-06-05T23:50:17.2753101Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_45, aten.slice_copy.Tensor 2025-06-05T23:50:17.2753950Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_46, aten.slice_copy.Tensor 2025-06-05T23:50:17.2754811Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_47, aten.slice_copy.Tensor 2025-06-05T23:50:17.2755622Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_25, aten.cat.default 2025-06-05T23:50:17.2756398Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_27, aten.cat.default 2025-06-05T23:50:17.2757169Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_29, aten.cat.default 2025-06-05T23:50:17.2757930Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_31, aten.cat.default 2025-06-05T23:50:17.2758698Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_33, aten.cat.default 2025-06-05T23:50:17.2759629Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_35, aten.cat.default 2025-06-05T23:50:17.2760399Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_37, aten.cat.default 2025-06-05T23:50:17.2761166Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_39, aten.cat.default 2025-06-05T23:50:17.2761919Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_41, aten.cat.default 2025-06-05T23:50:17.2762766Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_43, aten.cat.default 2025-06-05T23:50:17.2763524Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_45, aten.cat.default 2025-06-05T23:50:17.2764338Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_47, aten.cat.default 2025-06-05T23:50:17.2765093Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor, aten.mul.Tensor 2025-06-05T23:50:17.2765823Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_2, aten.mul.Tensor 2025-06-05T23:50:17.2766568Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1, aten.mul.Tensor 2025-06-05T23:50:17.2767300Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_3, aten.mul.Tensor 2025-06-05T23:50:17.2768046Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_4, aten.mul.Tensor 2025-06-05T23:50:17.2768794Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_6, aten.mul.Tensor 2025-06-05T23:50:17.2769596Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_5, aten.mul.Tensor 2025-06-05T23:50:17.2770345Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_7, aten.mul.Tensor 2025-06-05T23:50:17.2771081Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_8, aten.mul.Tensor 2025-06-05T23:50:17.2771835Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_10, aten.mul.Tensor 2025-06-05T23:50:17.2772587Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_9, aten.mul.Tensor 2025-06-05T23:50:17.2773326Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_11, aten.mul.Tensor 2025-06-05T23:50:17.2774169Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_12, aten.mul.Tensor 2025-06-05T23:50:17.2774914Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_14, aten.mul.Tensor 2025-06-05T23:50:17.2775723Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_13, aten.mul.Tensor 2025-06-05T23:50:17.2776461Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_15, aten.mul.Tensor 2025-06-05T23:50:17.2777256Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_16, aten.mul.Tensor 2025-06-05T23:50:17.2778012Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_18, aten.mul.Tensor 2025-06-05T23:50:17.2778751Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_17, aten.mul.Tensor 2025-06-05T23:50:17.2779501Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_19, aten.mul.Tensor 2025-06-05T23:50:17.2780239Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_20, aten.mul.Tensor 2025-06-05T23:50:17.2780993Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_22, aten.mul.Tensor 2025-06-05T23:50:17.2781745Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_21, aten.mul.Tensor 2025-06-05T23:50:17.2782489Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_23, aten.mul.Tensor 2025-06-05T23:50:17.2783242Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_24, aten.mul.Tensor 2025-06-05T23:50:17.2783980Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_26, aten.mul.Tensor 2025-06-05T23:50:17.2784733Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_25, aten.mul.Tensor 2025-06-05T23:50:17.2785487Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_27, aten.mul.Tensor 2025-06-05T23:50:17.2786225Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_28, aten.mul.Tensor 2025-06-05T23:50:17.2786974Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_30, aten.mul.Tensor 2025-06-05T23:50:17.2787753Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_29, aten.mul.Tensor 2025-06-05T23:50:17.7197472Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_31, aten.mul.Tensor 2025-06-05T23:50:17.7198615Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_32, aten.mul.Tensor 2025-06-05T23:50:17.7199371Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_34, aten.mul.Tensor 2025-06-05T23:50:17.7200107Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_33, aten.mul.Tensor 2025-06-05T23:50:17.7200892Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_35, aten.mul.Tensor 2025-06-05T23:50:17.7201641Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_36, aten.mul.Tensor 2025-06-05T23:50:17.7202375Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_38, aten.mul.Tensor 2025-06-05T23:50:17.7203133Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_37, aten.mul.Tensor 2025-06-05T23:50:17.7203884Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_39, aten.mul.Tensor 2025-06-05T23:50:17.7204623Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_40, aten.mul.Tensor 2025-06-05T23:50:17.7205372Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_42, aten.mul.Tensor 2025-06-05T23:50:17.7206109Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_41, aten.mul.Tensor 2025-06-05T23:50:17.7206859Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_43, aten.mul.Tensor 2025-06-05T23:50:17.7207604Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_44, aten.mul.Tensor 2025-06-05T23:50:17.7208343Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_46, aten.mul.Tensor 2025-06-05T23:50:17.7209090Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_45, aten.mul.Tensor 2025-06-05T23:50:17.7209981Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_47, aten.mul.Tensor 2025-06-05T23:50:17.7210735Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_48, aten.mul.Tensor 2025-06-05T23:50:17.7211545Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_50, aten.mul.Tensor 2025-06-05T23:50:17.7212281Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_49, aten.mul.Tensor 2025-06-05T23:50:17.7213029Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_51, aten.mul.Tensor 2025-06-05T23:50:17.7213767Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_52, aten.mul.Tensor 2025-06-05T23:50:17.7214516Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_54, aten.mul.Tensor 2025-06-05T23:50:17.7215275Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_53, aten.mul.Tensor 2025-06-05T23:50:17.7216010Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_55, aten.mul.Tensor 2025-06-05T23:50:17.7216756Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_56, aten.mul.Tensor 2025-06-05T23:50:17.7217495Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_58, aten.mul.Tensor 2025-06-05T23:50:17.7218242Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_57, aten.mul.Tensor 2025-06-05T23:50:17.7218972Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_59, aten.mul.Tensor 2025-06-05T23:50:17.7219718Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_60, aten.mul.Tensor 2025-06-05T23:50:17.7220463Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_62, aten.mul.Tensor 2025-06-05T23:50:17.7221196Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_61, aten.mul.Tensor 2025-06-05T23:50:17.7222008Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_63, aten.mul.Tensor 2025-06-05T23:50:17.7222776Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_64, aten.mul.Tensor 2025-06-05T23:50:17.7223559Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_66, aten.mul.Tensor 2025-06-05T23:50:17.7224304Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_65, aten.mul.Tensor 2025-06-05T23:50:17.7225057Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_67, aten.mul.Tensor 2025-06-05T23:50:17.7225793Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_68, aten.mul.Tensor 2025-06-05T23:50:17.7226544Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_70, aten.mul.Tensor 2025-06-05T23:50:17.7227291Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_69, aten.mul.Tensor 2025-06-05T23:50:17.7228032Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_71, aten.mul.Tensor 2025-06-05T23:50:17.7228786Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_72, aten.mul.Tensor 2025-06-05T23:50:17.7229532Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_74, aten.mul.Tensor 2025-06-05T23:50:17.7230291Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_73, aten.mul.Tensor 2025-06-05T23:50:17.7231044Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_75, aten.mul.Tensor 2025-06-05T23:50:17.7231783Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_76, aten.mul.Tensor 2025-06-05T23:50:17.7232537Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_78, aten.mul.Tensor 2025-06-05T23:50:17.7233277Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_77, aten.mul.Tensor 2025-06-05T23:50:17.7234041Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_79, aten.mul.Tensor 2025-06-05T23:50:17.7234832Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_80, aten.mul.Tensor 2025-06-05T23:50:17.7235576Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_82, aten.mul.Tensor 2025-06-05T23:50:17.7236383Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_81, aten.mul.Tensor 2025-06-05T23:50:17.7237129Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_83, aten.mul.Tensor 2025-06-05T23:50:17.7237882Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_84, aten.mul.Tensor 2025-06-05T23:50:17.7238629Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_86, aten.mul.Tensor 2025-06-05T23:50:17.7239366Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_85, aten.mul.Tensor 2025-06-05T23:50:17.7240124Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_87, aten.mul.Tensor 2025-06-05T23:50:17.7240860Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_88, aten.mul.Tensor 2025-06-05T23:50:17.7241610Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_90, aten.mul.Tensor 2025-06-05T23:50:17.7242348Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_89, aten.mul.Tensor 2025-06-05T23:50:17.7243100Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_91, aten.mul.Tensor 2025-06-05T23:50:17.7243848Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_92, aten.mul.Tensor 2025-06-05T23:50:17.7244581Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_94, aten.mul.Tensor 2025-06-05T23:50:17.7245331Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_93, aten.mul.Tensor 2025-06-05T23:50:17.7246066Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_95, aten.mul.Tensor 2025-06-05T23:50:17.7246858Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor, aten.sub.Tensor 2025-06-05T23:50:17.7247724Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor, aten.add.Tensor 2025-06-05T23:50:17.7248487Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_1, aten.sub.Tensor 2025-06-05T23:50:17.7249245Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_1, aten.add.Tensor 2025-06-05T23:50:17.7250040Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_2, aten.sub.Tensor 2025-06-05T23:50:17.7250784Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_2, aten.add.Tensor 2025-06-05T23:50:17.7251527Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_3, aten.sub.Tensor 2025-06-05T23:50:17.7252252Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_3, aten.add.Tensor 2025-06-05T23:50:17.7253026Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_4, aten.sub.Tensor 2025-06-05T23:50:17.7253757Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_4, aten.add.Tensor 2025-06-05T23:50:17.7254499Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_5, aten.sub.Tensor 2025-06-05T23:50:17.7255240Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_5, aten.add.Tensor 2025-06-05T23:50:17.7255969Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_6, aten.sub.Tensor 2025-06-05T23:50:17.7256704Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_6, aten.add.Tensor 2025-06-05T23:50:17.7257428Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_7, aten.sub.Tensor 2025-06-05T23:50:17.7258166Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_7, aten.add.Tensor 2025-06-05T23:50:17.7258896Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_8, aten.sub.Tensor 2025-06-05T23:50:17.7259857Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_8, aten.add.Tensor 2025-06-05T23:50:17.7260608Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_9, aten.sub.Tensor 2025-06-05T23:50:17.7261416Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_9, aten.add.Tensor 2025-06-05T23:50:17.7262171Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_10, aten.sub.Tensor 2025-06-05T23:50:18.1513120Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_10, aten.add.Tensor 2025-06-05T23:50:18.1513939Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_11, aten.sub.Tensor 2025-06-05T23:50:18.1514689Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_11, aten.add.Tensor 2025-06-05T23:50:18.1515440Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_12, aten.sub.Tensor 2025-06-05T23:50:18.1516265Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_482, aten._to_copy.default 2025-06-05T23:50:18.1517069Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_12, aten.add.Tensor 2025-06-05T23:50:18.1517888Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_483, aten._to_copy.default 2025-06-05T23:50:18.1518674Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_13, aten.sub.Tensor 2025-06-05T23:50:18.1519487Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_484, aten._to_copy.default 2025-06-05T23:50:18.1520277Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_13, aten.add.Tensor 2025-06-05T23:50:18.1521076Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_485, aten._to_copy.default 2025-06-05T23:50:18.1522106Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_14, aten.sub.Tensor 2025-06-05T23:50:18.1522906Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_486, aten._to_copy.default 2025-06-05T23:50:18.1523715Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_14, aten.add.Tensor 2025-06-05T23:50:18.1524569Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_487, aten._to_copy.default 2025-06-05T23:50:18.1525371Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_15, aten.sub.Tensor 2025-06-05T23:50:18.1526178Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_488, aten._to_copy.default 2025-06-05T23:50:18.1526974Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_15, aten.add.Tensor 2025-06-05T23:50:18.1527859Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_489, aten._to_copy.default 2025-06-05T23:50:18.1528883Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_16, aten.sub.Tensor 2025-06-05T23:50:18.1529772Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_490, aten._to_copy.default 2025-06-05T23:50:18.1530576Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_16, aten.add.Tensor 2025-06-05T23:50:18.1531367Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_491, aten._to_copy.default 2025-06-05T23:50:18.1532165Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_17, aten.sub.Tensor 2025-06-05T23:50:18.1532995Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_492, aten._to_copy.default 2025-06-05T23:50:18.1533793Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_17, aten.add.Tensor 2025-06-05T23:50:18.1534595Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_493, aten._to_copy.default 2025-06-05T23:50:18.1535386Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_18, aten.sub.Tensor 2025-06-05T23:50:18.1536272Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_494, aten._to_copy.default 2025-06-05T23:50:18.1537061Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_18, aten.add.Tensor 2025-06-05T23:50:18.1537926Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_495, aten._to_copy.default 2025-06-05T23:50:18.1538726Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_19, aten.sub.Tensor 2025-06-05T23:50:18.1539512Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_496, aten._to_copy.default 2025-06-05T23:50:18.1540311Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_19, aten.add.Tensor 2025-06-05T23:50:18.1541097Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_497, aten._to_copy.default 2025-06-05T23:50:18.1541892Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_20, aten.sub.Tensor 2025-06-05T23:50:18.1542763Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_498, aten._to_copy.default 2025-06-05T23:50:18.1543552Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_20, aten.add.Tensor 2025-06-05T23:50:18.1544353Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_499, aten._to_copy.default 2025-06-05T23:50:18.1545329Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_21, aten.sub.Tensor 2025-06-05T23:50:18.1546275Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_500, aten._to_copy.default 2025-06-05T23:50:18.1547078Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_21, aten.add.Tensor 2025-06-05T23:50:18.1547869Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_501, aten._to_copy.default 2025-06-05T23:50:18.1558869Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_22, aten.sub.Tensor 2025-06-05T23:50:18.1560071Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_502, aten._to_copy.default 2025-06-05T23:50:18.1560976Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_22, aten.add.Tensor 2025-06-05T23:50:18.1561802Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_503, aten._to_copy.default 2025-06-05T23:50:18.1562867Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_23, aten.sub.Tensor 2025-06-05T23:50:18.1563751Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_504, aten._to_copy.default 2025-06-05T23:50:18.1564557Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_23, aten.add.Tensor 2025-06-05T23:50:18.1565344Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_505, aten._to_copy.default 2025-06-05T23:50:18.1566152Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default, aten.cat.default 2025-06-05T23:50:18.1566902Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_1, aten.cat.default 2025-06-05T23:50:18.1567669Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_2, aten.cat.default 2025-06-05T23:50:18.1568432Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_3, aten.cat.default 2025-06-05T23:50:18.1569178Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_4, aten.cat.default 2025-06-05T23:50:18.1570019Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_5, aten.cat.default 2025-06-05T23:50:18.1570761Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_6, aten.cat.default 2025-06-05T23:50:18.1571518Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_7, aten.cat.default 2025-06-05T23:50:18.1572282Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_8, aten.cat.default 2025-06-05T23:50:18.1573127Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_9, aten.cat.default 2025-06-05T23:50:18.1573882Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_10, aten.cat.default 2025-06-05T23:50:18.1574702Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_11, aten.cat.default 2025-06-05T23:50:18.1575465Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_12, aten.cat.default 2025-06-05T23:50:18.1576227Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_13, aten.cat.default 2025-06-05T23:50:18.1576992Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_14, aten.cat.default 2025-06-05T23:50:18.1577758Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_15, aten.cat.default 2025-06-05T23:50:18.1578524Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_16, aten.cat.default 2025-06-05T23:50:18.1579350Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_17, aten.cat.default 2025-06-05T23:50:18.1580351Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_18, aten.cat.default 2025-06-05T23:50:18.1581102Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_19, aten.cat.default 2025-06-05T23:50:18.1581865Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_20, aten.cat.default 2025-06-05T23:50:18.1582628Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_21, aten.cat.default 2025-06-05T23:50:18.1583381Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_22, aten.cat.default 2025-06-05T23:50:18.1584143Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_23, aten.cat.default 2025-06-05T23:50:18.1585031Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_37, aten.permute_copy.default 2025-06-05T23:50:18.1585953Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_38, aten.permute_copy.default 2025-06-05T23:50:18.1586904Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_39, aten.permute_copy.default 2025-06-05T23:50:18.1587806Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_40, aten.permute_copy.default 2025-06-05T23:50:18.1588704Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_41, aten.permute_copy.default 2025-06-05T23:50:18.1589598Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_42, aten.permute_copy.default 2025-06-05T23:50:18.6455241Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_43, aten.permute_copy.default 2025-06-05T23:50:18.6456251Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_44, aten.permute_copy.default 2025-06-05T23:50:18.6457350Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_45, aten.permute_copy.default 2025-06-05T23:50:18.6458640Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_46, aten.permute_copy.default 2025-06-05T23:50:18.6460136Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_47, aten.permute_copy.default 2025-06-05T23:50:18.6461054Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_48, aten.permute_copy.default 2025-06-05T23:50:18.6461899Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_24, aten.cat.default 2025-06-05T23:50:18.6462667Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_26, aten.cat.default 2025-06-05T23:50:18.6463471Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_28, aten.cat.default 2025-06-05T23:50:18.6464462Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_30, aten.cat.default 2025-06-05T23:50:18.6465216Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_32, aten.cat.default 2025-06-05T23:50:18.6466042Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_34, aten.cat.default 2025-06-05T23:50:18.6466803Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_36, aten.cat.default 2025-06-05T23:50:18.6467567Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_38, aten.cat.default 2025-06-05T23:50:18.6468335Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_40, aten.cat.default 2025-06-05T23:50:18.6469086Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_42, aten.cat.default 2025-06-05T23:50:18.6469849Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_44, aten.cat.default 2025-06-05T23:50:18.6470612Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_46, aten.cat.default 2025-06-05T23:50:18.6471404Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default, aten.matmul.default 2025-06-05T23:50:18.6472217Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_2, aten.matmul.default 2025-06-05T23:50:18.6473022Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_4, aten.matmul.default 2025-06-05T23:50:18.6473828Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_6, aten.matmul.default 2025-06-05T23:50:18.6474627Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_8, aten.matmul.default 2025-06-05T23:50:18.6475440Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_10, aten.matmul.default 2025-06-05T23:50:18.6476255Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_12, aten.matmul.default 2025-06-05T23:50:18.6477124Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_14, aten.matmul.default 2025-06-05T23:50:18.6477946Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_16, aten.matmul.default 2025-06-05T23:50:18.6478801Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_18, aten.matmul.default 2025-06-05T23:50:18.6479623Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_20, aten.matmul.default 2025-06-05T23:50:18.6480425Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_22, aten.matmul.default 2025-06-05T23:50:18.6481209Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor, aten.div.Tensor 2025-06-05T23:50:18.6481955Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_1, aten.div.Tensor 2025-06-05T23:50:18.6482692Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_2, aten.div.Tensor 2025-06-05T23:50:18.6483439Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_3, aten.div.Tensor 2025-06-05T23:50:18.6484173Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_4, aten.div.Tensor 2025-06-05T23:50:18.6484915Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_5, aten.div.Tensor 2025-06-05T23:50:18.6485654Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_6, aten.div.Tensor 2025-06-05T23:50:18.6486382Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_7, aten.div.Tensor 2025-06-05T23:50:18.6487123Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_8, aten.div.Tensor 2025-06-05T23:50:18.6487886Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_9, aten.div.Tensor 2025-06-05T23:50:18.6488631Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_10, aten.div.Tensor 2025-06-05T23:50:18.6489387Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_11, aten.div.Tensor 2025-06-05T23:50:18.6490257Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_24, aten.add.Tensor 2025-06-05T23:50:18.6491016Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_25, aten.add.Tensor 2025-06-05T23:50:18.6491798Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_26, aten.add.Tensor 2025-06-05T23:50:18.6492555Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_27, aten.add.Tensor 2025-06-05T23:50:18.6493313Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_28, aten.add.Tensor 2025-06-05T23:50:18.6494053Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_29, aten.add.Tensor 2025-06-05T23:50:18.6494803Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_30, aten.add.Tensor 2025-06-05T23:50:18.6495553Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_31, aten.add.Tensor 2025-06-05T23:50:18.6496311Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_32, aten.add.Tensor 2025-06-05T23:50:18.6497067Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_33, aten.add.Tensor 2025-06-05T23:50:18.6497813Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_34, aten.add.Tensor 2025-06-05T23:50:18.6498565Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_35, aten.add.Tensor 2025-06-05T23:50:18.6499397Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default, aten._softmax.default 2025-06-05T23:50:18.6500233Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_1, aten._softmax.default 2025-06-05T23:50:18.6501066Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_2, aten._softmax.default 2025-06-05T23:50:18.6501947Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_3, aten._softmax.default 2025-06-05T23:50:18.6502791Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_4, aten._softmax.default 2025-06-05T23:50:18.6503651Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_5, aten._softmax.default 2025-06-05T23:50:18.6504494Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_6, aten._softmax.default 2025-06-05T23:50:18.6505323Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_7, aten._softmax.default 2025-06-05T23:50:18.6506164Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_8, aten._softmax.default 2025-06-05T23:50:18.6507002Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_9, aten._softmax.default 2025-06-05T23:50:18.6507834Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_10, aten._softmax.default 2025-06-05T23:50:18.6508689Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_11, aten._softmax.default 2025-06-05T23:50:18.6509511Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_1, aten.matmul.default 2025-06-05T23:50:18.6510332Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_3, aten.matmul.default 2025-06-05T23:50:18.6511144Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_5, aten.matmul.default 2025-06-05T23:50:18.6511939Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_7, aten.matmul.default 2025-06-05T23:50:18.6512746Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_9, aten.matmul.default 2025-06-05T23:50:18.6513550Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_11, aten.matmul.default 2025-06-05T23:50:18.6514366Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_13, aten.matmul.default 2025-06-05T23:50:18.6515223Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_15, aten.matmul.default 2025-06-05T23:50:18.6516032Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_17, aten.matmul.default 2025-06-05T23:50:18.6516914Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_19, aten.matmul.default 2025-06-05T23:50:18.6517723Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_21, aten.matmul.default 2025-06-05T23:50:18.6518538Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_23, aten.matmul.default 2025-06-05T23:50:18.6519329Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_48, aten.cat.default 2025-06-05T23:50:18.6520138Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_37, aten.view_copy.default 2025-06-05T23:50:18.6521049Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1169, aten.permute_copy.default 2025-06-05T23:50:19.2099932Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_36, aten.convolution.default 2025-06-05T23:50:19.2101667Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1170, aten.permute_copy.default 2025-06-05T23:50:19.2103316Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_38, aten.view_copy.default 2025-06-05T23:50:19.2104791Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_36, aten.add.Tensor 2025-06-05T23:50:19.2106188Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_rms_norm_default_1, aten.rms_norm.default 2025-06-05T23:50:19.2107699Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_39, aten.view_copy.default 2025-06-05T23:50:19.2109277Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1171, aten.permute_copy.default 2025-06-05T23:50:19.2111195Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_37, aten.convolution.default 2025-06-05T23:50:19.2112815Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_38, aten.convolution.default 2025-06-05T23:50:19.2114478Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sigmoid_default, aten.sigmoid.default 2025-06-05T23:50:19.2115873Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_96, aten.mul.Tensor 2025-06-05T23:50:19.2117192Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_97, aten.mul.Tensor 2025-06-05T23:50:19.2118665Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_39, aten.convolution.default 2025-06-05T23:50:19.2120291Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1172, aten.permute_copy.default 2025-06-05T23:50:19.2121867Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_40, aten.view_copy.default 2025-06-05T23:50:19.2123298Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_37, aten.add.Tensor 2025-06-05T23:50:19.2124696Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_rms_norm_default_2, aten.rms_norm.default 2025-06-05T23:50:19.2126206Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_41, aten.view_copy.default 2025-06-05T23:50:19.2127796Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1173, aten.permute_copy.default 2025-06-05T23:50:19.2129361Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_506, aten._to_copy.default 2025-06-05T23:50:19.2131019Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_40, aten.convolution.default 2025-06-05T23:50:19.2132639Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1174, aten.permute_copy.default 2025-06-05T23:50:19.2134344Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_41, aten.convolution.default 2025-06-05T23:50:19.2135966Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1175, aten.permute_copy.default 2025-06-05T23:50:19.2137645Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_42, aten.convolution.default 2025-06-05T23:50:19.2139265Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1176, aten.permute_copy.default 2025-06-05T23:50:19.2140874Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_43, aten.convolution.default 2025-06-05T23:50:19.2142536Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1177, aten.permute_copy.default 2025-06-05T23:50:19.2144163Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_44, aten.convolution.default 2025-06-05T23:50:19.2145774Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1178, aten.permute_copy.default 2025-06-05T23:50:19.2147380Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_45, aten.convolution.default 2025-06-05T23:50:19.2149014Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1179, aten.permute_copy.default 2025-06-05T23:50:19.2150618Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_46, aten.convolution.default 2025-06-05T23:50:19.2152239Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1180, aten.permute_copy.default 2025-06-05T23:50:19.2153847Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_47, aten.convolution.default 2025-06-05T23:50:19.2155468Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1181, aten.permute_copy.default 2025-06-05T23:50:19.2157149Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_48, aten.convolution.default 2025-06-05T23:50:19.2158750Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1182, aten.permute_copy.default 2025-06-05T23:50:19.2160652Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_49, aten.convolution.default 2025-06-05T23:50:19.2162260Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1183, aten.permute_copy.default 2025-06-05T23:50:19.2163893Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_50, aten.convolution.default 2025-06-05T23:50:19.2165510Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1184, aten.permute_copy.default 2025-06-05T23:50:19.2167121Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_51, aten.convolution.default 2025-06-05T23:50:19.2168738Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1185, aten.permute_copy.default 2025-06-05T23:50:19.2170414Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_52, aten.convolution.default 2025-06-05T23:50:19.2172032Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1186, aten.permute_copy.default 2025-06-05T23:50:19.2173649Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_53, aten.convolution.default 2025-06-05T23:50:19.2175240Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1187, aten.permute_copy.default 2025-06-05T23:50:19.2176858Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_54, aten.convolution.default 2025-06-05T23:50:19.2178463Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1188, aten.permute_copy.default 2025-06-05T23:50:19.2180094Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_55, aten.convolution.default 2025-06-05T23:50:19.2181816Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1189, aten.permute_copy.default 2025-06-05T23:50:19.2183484Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_56, aten.convolution.default 2025-06-05T23:50:19.2185093Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1190, aten.permute_copy.default 2025-06-05T23:50:19.2186700Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_57, aten.convolution.default 2025-06-05T23:50:19.2188321Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1191, aten.permute_copy.default 2025-06-05T23:50:19.2189937Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_58, aten.convolution.default 2025-06-05T23:50:19.2191550Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1192, aten.permute_copy.default 2025-06-05T23:50:19.2193155Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_59, aten.convolution.default 2025-06-05T23:50:19.2194774Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1193, aten.permute_copy.default 2025-06-05T23:50:19.2196395Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_60, aten.convolution.default 2025-06-05T23:50:19.2197991Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1194, aten.permute_copy.default 2025-06-05T23:50:19.2199602Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_61, aten.convolution.default 2025-06-05T23:50:19.2201207Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1195, aten.permute_copy.default 2025-06-05T23:50:19.2202899Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_62, aten.convolution.default 2025-06-05T23:50:19.2204518Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1196, aten.permute_copy.default 2025-06-05T23:50:19.2206168Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_63, aten.convolution.default 2025-06-05T23:50:19.2207788Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1197, aten.permute_copy.default 2025-06-05T23:50:19.2209390Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_64, aten.convolution.default 2025-06-05T23:50:19.2211068Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1198, aten.permute_copy.default 2025-06-05T23:50:19.2212678Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_65, aten.convolution.default 2025-06-05T23:50:19.2214276Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1199, aten.permute_copy.default 2025-06-05T23:50:19.5125155Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_66, aten.convolution.default 2025-06-05T23:50:19.5126883Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1200, aten.permute_copy.default 2025-06-05T23:50:19.5128540Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_67, aten.convolution.default 2025-06-05T23:50:19.5130193Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1201, aten.permute_copy.default 2025-06-05T23:50:19.5131870Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_68, aten.convolution.default 2025-06-05T23:50:19.5133505Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1202, aten.permute_copy.default 2025-06-05T23:50:19.5135128Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_69, aten.convolution.default 2025-06-05T23:50:19.5137022Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1203, aten.permute_copy.default 2025-06-05T23:50:19.5138650Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_70, aten.convolution.default 2025-06-05T23:50:19.5140344Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1204, aten.permute_copy.default 2025-06-05T23:50:19.5141979Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_71, aten.convolution.default 2025-06-05T23:50:19.5143597Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1205, aten.permute_copy.default 2025-06-05T23:50:19.5145227Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_72, aten.convolution.default 2025-06-05T23:50:19.5146848Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1206, aten.permute_copy.default 2025-06-05T23:50:19.5148489Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_73, aten.convolution.default 2025-06-05T23:50:19.5150119Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1207, aten.permute_copy.default 2025-06-05T23:50:19.5151738Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_74, aten.convolution.default 2025-06-05T23:50:19.5153368Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1208, aten.permute_copy.default 2025-06-05T23:50:19.5154982Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_75, aten.convolution.default 2025-06-05T23:50:19.5156618Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1209, aten.permute_copy.default 2025-06-05T23:50:19.5158207Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_42, aten.view_copy.default 2025-06-05T23:50:19.5160000Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_43, aten.view_copy.default 2025-06-05T23:50:19.5161541Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_44, aten.view_copy.default 2025-06-05T23:50:19.5163132Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_45, aten.view_copy.default 2025-06-05T23:50:19.5164671Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_46, aten.view_copy.default 2025-06-05T23:50:19.5166208Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_47, aten.view_copy.default 2025-06-05T23:50:19.5167728Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_48, aten.view_copy.default 2025-06-05T23:50:19.5169258Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_49, aten.view_copy.default 2025-06-05T23:50:19.5170838Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_50, aten.view_copy.default 2025-06-05T23:50:19.5172370Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_51, aten.view_copy.default 2025-06-05T23:50:19.5173898Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_52, aten.view_copy.default 2025-06-05T23:50:19.5175411Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_53, aten.view_copy.default 2025-06-05T23:50:19.5176944Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_54, aten.view_copy.default 2025-06-05T23:50:19.5178461Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_55, aten.view_copy.default 2025-06-05T23:50:19.5179995Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_56, aten.view_copy.default 2025-06-05T23:50:19.5181526Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_57, aten.view_copy.default 2025-06-05T23:50:19.5183112Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_58, aten.view_copy.default 2025-06-05T23:50:19.5184644Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_59, aten.view_copy.default 2025-06-05T23:50:19.5186221Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_60, aten.view_copy.default 2025-06-05T23:50:19.5187760Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_61, aten.view_copy.default 2025-06-05T23:50:19.5189288Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_62, aten.view_copy.default 2025-06-05T23:50:19.5190815Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_63, aten.view_copy.default 2025-06-05T23:50:19.5192351Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_64, aten.view_copy.default 2025-06-05T23:50:19.5193876Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_65, aten.view_copy.default 2025-06-05T23:50:19.5195415Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_66, aten.view_copy.default 2025-06-05T23:50:19.5196965Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_67, aten.view_copy.default 2025-06-05T23:50:19.5198485Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_68, aten.view_copy.default 2025-06-05T23:50:19.5200023Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_69, aten.view_copy.default 2025-06-05T23:50:19.5201543Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_70, aten.view_copy.default 2025-06-05T23:50:19.5203077Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_71, aten.view_copy.default 2025-06-05T23:50:19.5204663Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_72, aten.view_copy.default 2025-06-05T23:50:19.5206185Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_73, aten.view_copy.default 2025-06-05T23:50:19.5207770Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_74, aten.view_copy.default 2025-06-05T23:50:19.5209286Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_75, aten.view_copy.default 2025-06-05T23:50:19.5210888Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_76, aten.view_copy.default 2025-06-05T23:50:19.5212409Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_77, aten.view_copy.default 2025-06-05T23:50:19.5213934Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_48, aten.slice_copy.Tensor 2025-06-05T23:50:19.5215482Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_49, aten.slice_copy.Tensor 2025-06-05T23:50:19.5217010Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_50, aten.slice_copy.Tensor 2025-06-05T23:50:19.5218558Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_51, aten.slice_copy.Tensor 2025-06-05T23:50:19.5220104Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_52, aten.slice_copy.Tensor 2025-06-05T23:50:19.5221625Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_53, aten.slice_copy.Tensor 2025-06-05T23:50:19.5223159Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_54, aten.slice_copy.Tensor 2025-06-05T23:50:19.5224680Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_55, aten.slice_copy.Tensor 2025-06-05T23:50:19.5226217Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_56, aten.slice_copy.Tensor 2025-06-05T23:50:19.5227763Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_57, aten.slice_copy.Tensor 2025-06-05T23:50:19.5229346Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_58, aten.slice_copy.Tensor 2025-06-05T23:50:19.5230885Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_59, aten.slice_copy.Tensor 2025-06-05T23:50:19.5232438Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_60, aten.slice_copy.Tensor 2025-06-05T23:50:19.5233978Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_61, aten.slice_copy.Tensor 2025-06-05T23:50:19.5235515Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_62, aten.slice_copy.Tensor 2025-06-05T23:50:19.5237045Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_63, aten.slice_copy.Tensor 2025-06-05T23:50:19.5238579Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_64, aten.slice_copy.Tensor 2025-06-05T23:50:19.5240097Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_65, aten.slice_copy.Tensor 2025-06-05T23:50:19.9302131Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_66, aten.slice_copy.Tensor 2025-06-05T23:50:19.9303189Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_67, aten.slice_copy.Tensor 2025-06-05T23:50:19.9304044Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_68, aten.slice_copy.Tensor 2025-06-05T23:50:19.9304906Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_69, aten.slice_copy.Tensor 2025-06-05T23:50:19.9305772Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_70, aten.slice_copy.Tensor 2025-06-05T23:50:19.9306619Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_71, aten.slice_copy.Tensor 2025-06-05T23:50:19.9307663Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_72, aten.slice_copy.Tensor 2025-06-05T23:50:19.9308569Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_73, aten.slice_copy.Tensor 2025-06-05T23:50:19.9309486Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_74, aten.slice_copy.Tensor 2025-06-05T23:50:19.9310353Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_75, aten.slice_copy.Tensor 2025-06-05T23:50:19.9311202Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_76, aten.slice_copy.Tensor 2025-06-05T23:50:19.9312068Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_77, aten.slice_copy.Tensor 2025-06-05T23:50:19.9312933Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_78, aten.slice_copy.Tensor 2025-06-05T23:50:19.9313794Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_79, aten.slice_copy.Tensor 2025-06-05T23:50:19.9314660Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_80, aten.slice_copy.Tensor 2025-06-05T23:50:19.9315511Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_81, aten.slice_copy.Tensor 2025-06-05T23:50:19.9316373Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_82, aten.slice_copy.Tensor 2025-06-05T23:50:19.9317235Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_83, aten.slice_copy.Tensor 2025-06-05T23:50:19.9318086Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_84, aten.slice_copy.Tensor 2025-06-05T23:50:19.9318953Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_85, aten.slice_copy.Tensor 2025-06-05T23:50:19.9319817Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_86, aten.slice_copy.Tensor 2025-06-05T23:50:19.9320666Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_87, aten.slice_copy.Tensor 2025-06-05T23:50:19.9321581Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_88, aten.slice_copy.Tensor 2025-06-05T23:50:19.9322491Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_89, aten.slice_copy.Tensor 2025-06-05T23:50:19.9323356Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_90, aten.slice_copy.Tensor 2025-06-05T23:50:19.9324221Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_91, aten.slice_copy.Tensor 2025-06-05T23:50:19.9325069Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_92, aten.slice_copy.Tensor 2025-06-05T23:50:19.9325926Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_93, aten.slice_copy.Tensor 2025-06-05T23:50:19.9326779Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_94, aten.slice_copy.Tensor 2025-06-05T23:50:19.9327646Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_95, aten.slice_copy.Tensor 2025-06-05T23:50:19.9328472Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_74, aten.cat.default 2025-06-05T23:50:19.9329236Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_76, aten.cat.default 2025-06-05T23:50:19.9330075Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_78, aten.cat.default 2025-06-05T23:50:19.9330833Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_80, aten.cat.default 2025-06-05T23:50:19.9331600Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_82, aten.cat.default 2025-06-05T23:50:19.9332352Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_84, aten.cat.default 2025-06-05T23:50:19.9333160Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_86, aten.cat.default 2025-06-05T23:50:19.9333930Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_88, aten.cat.default 2025-06-05T23:50:19.9334718Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_90, aten.cat.default 2025-06-05T23:50:19.9335484Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_92, aten.cat.default 2025-06-05T23:50:19.9336237Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_94, aten.cat.default 2025-06-05T23:50:19.9337006Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_96, aten.cat.default 2025-06-05T23:50:19.9337769Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_98, aten.mul.Tensor 2025-06-05T23:50:19.9338518Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_100, aten.mul.Tensor 2025-06-05T23:50:19.9339279Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_99, aten.mul.Tensor 2025-06-05T23:50:19.9340027Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_101, aten.mul.Tensor 2025-06-05T23:50:19.9340788Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_102, aten.mul.Tensor 2025-06-05T23:50:19.9341553Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_104, aten.mul.Tensor 2025-06-05T23:50:19.9342297Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_103, aten.mul.Tensor 2025-06-05T23:50:19.9343055Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_105, aten.mul.Tensor 2025-06-05T23:50:19.9343799Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_106, aten.mul.Tensor 2025-06-05T23:50:19.9344556Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_108, aten.mul.Tensor 2025-06-05T23:50:19.9345318Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_107, aten.mul.Tensor 2025-06-05T23:50:19.9346108Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_109, aten.mul.Tensor 2025-06-05T23:50:19.9346867Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_110, aten.mul.Tensor 2025-06-05T23:50:19.9347646Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_112, aten.mul.Tensor 2025-06-05T23:50:19.9348408Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_111, aten.mul.Tensor 2025-06-05T23:50:19.9349168Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_113, aten.mul.Tensor 2025-06-05T23:50:19.9349915Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_114, aten.mul.Tensor 2025-06-05T23:50:19.9350669Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_116, aten.mul.Tensor 2025-06-05T23:50:19.9351413Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_115, aten.mul.Tensor 2025-06-05T23:50:19.9352479Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_117, aten.mul.Tensor 2025-06-05T23:50:19.9353303Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_118, aten.mul.Tensor 2025-06-05T23:50:19.9354066Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_120, aten.mul.Tensor 2025-06-05T23:50:19.9354828Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_119, aten.mul.Tensor 2025-06-05T23:50:19.9355566Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_121, aten.mul.Tensor 2025-06-05T23:50:19.9356319Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_122, aten.mul.Tensor 2025-06-05T23:50:19.9357061Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_124, aten.mul.Tensor 2025-06-05T23:50:19.9357817Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_123, aten.mul.Tensor 2025-06-05T23:50:19.9358623Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_125, aten.mul.Tensor 2025-06-05T23:50:19.9359532Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_126, aten.mul.Tensor 2025-06-05T23:50:19.9360359Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_128, aten.mul.Tensor 2025-06-05T23:50:19.9361110Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_127, aten.mul.Tensor 2025-06-05T23:50:19.9361868Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_129, aten.mul.Tensor 2025-06-05T23:50:19.9362630Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_130, aten.mul.Tensor 2025-06-05T23:50:19.9363373Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_132, aten.mul.Tensor 2025-06-05T23:50:19.9364130Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_131, aten.mul.Tensor 2025-06-05T23:50:19.9364870Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_133, aten.mul.Tensor 2025-06-05T23:50:19.9365627Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_134, aten.mul.Tensor 2025-06-05T23:50:19.9366383Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_136, aten.mul.Tensor 2025-06-05T23:50:19.9367146Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_135, aten.mul.Tensor 2025-06-05T23:50:20.3782553Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_137, aten.mul.Tensor 2025-06-05T23:50:20.3783413Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_138, aten.mul.Tensor 2025-06-05T23:50:20.3784177Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_140, aten.mul.Tensor 2025-06-05T23:50:20.3784928Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_139, aten.mul.Tensor 2025-06-05T23:50:20.3785702Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_141, aten.mul.Tensor 2025-06-05T23:50:20.3786627Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_142, aten.mul.Tensor 2025-06-05T23:50:20.3787375Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_144, aten.mul.Tensor 2025-06-05T23:50:20.3788202Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_143, aten.mul.Tensor 2025-06-05T23:50:20.3788949Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_145, aten.mul.Tensor 2025-06-05T23:50:20.3789713Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_146, aten.mul.Tensor 2025-06-05T23:50:20.3790476Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_148, aten.mul.Tensor 2025-06-05T23:50:20.3791221Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_147, aten.mul.Tensor 2025-06-05T23:50:20.3791976Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_149, aten.mul.Tensor 2025-06-05T23:50:20.3792724Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_150, aten.mul.Tensor 2025-06-05T23:50:20.3793472Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_152, aten.mul.Tensor 2025-06-05T23:50:20.3794229Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_151, aten.mul.Tensor 2025-06-05T23:50:20.3794966Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_153, aten.mul.Tensor 2025-06-05T23:50:20.3795723Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_154, aten.mul.Tensor 2025-06-05T23:50:20.3796467Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_156, aten.mul.Tensor 2025-06-05T23:50:20.3797221Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_155, aten.mul.Tensor 2025-06-05T23:50:20.3797972Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_157, aten.mul.Tensor 2025-06-05T23:50:20.3798763Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_158, aten.mul.Tensor 2025-06-05T23:50:20.3799518Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_160, aten.mul.Tensor 2025-06-05T23:50:20.3800311Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_159, aten.mul.Tensor 2025-06-05T23:50:20.3801065Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_161, aten.mul.Tensor 2025-06-05T23:50:20.3801818Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_162, aten.mul.Tensor 2025-06-05T23:50:20.3802557Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_164, aten.mul.Tensor 2025-06-05T23:50:20.3803313Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_163, aten.mul.Tensor 2025-06-05T23:50:20.3804059Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_165, aten.mul.Tensor 2025-06-05T23:50:20.3804815Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_166, aten.mul.Tensor 2025-06-05T23:50:20.3805560Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_168, aten.mul.Tensor 2025-06-05T23:50:20.3806323Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_167, aten.mul.Tensor 2025-06-05T23:50:20.3807083Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_169, aten.mul.Tensor 2025-06-05T23:50:20.3807826Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_170, aten.mul.Tensor 2025-06-05T23:50:20.3808586Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_172, aten.mul.Tensor 2025-06-05T23:50:20.3809329Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_171, aten.mul.Tensor 2025-06-05T23:50:20.3810176Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_173, aten.mul.Tensor 2025-06-05T23:50:20.3810934Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_174, aten.mul.Tensor 2025-06-05T23:50:20.3811720Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_176, aten.mul.Tensor 2025-06-05T23:50:20.3812472Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_175, aten.mul.Tensor 2025-06-05T23:50:20.3813243Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_177, aten.mul.Tensor 2025-06-05T23:50:20.3814000Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_178, aten.mul.Tensor 2025-06-05T23:50:20.3814780Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_180, aten.mul.Tensor 2025-06-05T23:50:20.3815520Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_179, aten.mul.Tensor 2025-06-05T23:50:20.3816278Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_181, aten.mul.Tensor 2025-06-05T23:50:20.3817035Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_182, aten.mul.Tensor 2025-06-05T23:50:20.3817779Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_184, aten.mul.Tensor 2025-06-05T23:50:20.3818540Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_183, aten.mul.Tensor 2025-06-05T23:50:20.3819292Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_185, aten.mul.Tensor 2025-06-05T23:50:20.3820051Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_186, aten.mul.Tensor 2025-06-05T23:50:20.3820789Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_188, aten.mul.Tensor 2025-06-05T23:50:20.3821550Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_187, aten.mul.Tensor 2025-06-05T23:50:20.3822306Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_189, aten.mul.Tensor 2025-06-05T23:50:20.3823048Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_190, aten.mul.Tensor 2025-06-05T23:50:20.3823830Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_192, aten.mul.Tensor 2025-06-05T23:50:20.3824572Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_191, aten.mul.Tensor 2025-06-05T23:50:20.3825357Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_193, aten.mul.Tensor 2025-06-05T23:50:20.3826114Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_24, aten.sub.Tensor 2025-06-05T23:50:20.3826850Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_38, aten.add.Tensor 2025-06-05T23:50:20.3827602Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_25, aten.sub.Tensor 2025-06-05T23:50:20.3828341Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_39, aten.add.Tensor 2025-06-05T23:50:20.3829088Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_26, aten.sub.Tensor 2025-06-05T23:50:20.3829843Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_40, aten.add.Tensor 2025-06-05T23:50:20.3830584Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_27, aten.sub.Tensor 2025-06-05T23:50:20.3831332Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_41, aten.add.Tensor 2025-06-05T23:50:20.3832072Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_28, aten.sub.Tensor 2025-06-05T23:50:20.3832819Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_42, aten.add.Tensor 2025-06-05T23:50:20.3833711Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_29, aten.sub.Tensor 2025-06-05T23:50:20.3834507Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_43, aten.add.Tensor 2025-06-05T23:50:20.3835252Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_30, aten.sub.Tensor 2025-06-05T23:50:20.3835990Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_44, aten.add.Tensor 2025-06-05T23:50:20.3836788Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_31, aten.sub.Tensor 2025-06-05T23:50:20.3837537Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_45, aten.add.Tensor 2025-06-05T23:50:20.3838310Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_32, aten.sub.Tensor 2025-06-05T23:50:20.3839061Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_46, aten.add.Tensor 2025-06-05T23:50:20.3839794Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_33, aten.sub.Tensor 2025-06-05T23:50:20.3840543Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_47, aten.add.Tensor 2025-06-05T23:50:20.3841277Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_34, aten.sub.Tensor 2025-06-05T23:50:20.3842028Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_48, aten.add.Tensor 2025-06-05T23:50:20.3842783Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_35, aten.sub.Tensor 2025-06-05T23:50:20.3843518Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_49, aten.add.Tensor 2025-06-05T23:50:20.3844284Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_36, aten.sub.Tensor 2025-06-05T23:50:20.3845084Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_507, aten._to_copy.default 2025-06-05T23:50:20.3845891Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_50, aten.add.Tensor 2025-06-05T23:50:20.3846695Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_508, aten._to_copy.default 2025-06-05T23:50:20.7785142Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_37, aten.sub.Tensor 2025-06-05T23:50:20.7786552Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_509, aten._to_copy.default 2025-06-05T23:50:20.7787365Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_51, aten.add.Tensor 2025-06-05T23:50:20.7788231Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_510, aten._to_copy.default 2025-06-05T23:50:20.7789074Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_38, aten.sub.Tensor 2025-06-05T23:50:20.7789866Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_511, aten._to_copy.default 2025-06-05T23:50:20.7790669Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_52, aten.add.Tensor 2025-06-05T23:50:20.7791467Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_512, aten._to_copy.default 2025-06-05T23:50:20.7792254Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_39, aten.sub.Tensor 2025-06-05T23:50:20.7793053Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_513, aten._to_copy.default 2025-06-05T23:50:20.7793843Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_53, aten.add.Tensor 2025-06-05T23:50:20.7794646Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_514, aten._to_copy.default 2025-06-05T23:50:20.7795448Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_40, aten.sub.Tensor 2025-06-05T23:50:20.7796236Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_515, aten._to_copy.default 2025-06-05T23:50:20.7797037Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_54, aten.add.Tensor 2025-06-05T23:50:20.7797829Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_516, aten._to_copy.default 2025-06-05T23:50:20.7798627Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_41, aten.sub.Tensor 2025-06-05T23:50:20.7799433Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_517, aten._to_copy.default 2025-06-05T23:50:20.7800279Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_55, aten.add.Tensor 2025-06-05T23:50:20.7801085Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_518, aten._to_copy.default 2025-06-05T23:50:20.7801929Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_42, aten.sub.Tensor 2025-06-05T23:50:20.7802733Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_519, aten._to_copy.default 2025-06-05T23:50:20.7803521Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_56, aten.add.Tensor 2025-06-05T23:50:20.7804321Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_520, aten._to_copy.default 2025-06-05T23:50:20.7805122Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_43, aten.sub.Tensor 2025-06-05T23:50:20.7805921Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_521, aten._to_copy.default 2025-06-05T23:50:20.7806731Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_57, aten.add.Tensor 2025-06-05T23:50:20.7807521Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_522, aten._to_copy.default 2025-06-05T23:50:20.7808323Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_44, aten.sub.Tensor 2025-06-05T23:50:20.7809128Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_523, aten._to_copy.default 2025-06-05T23:50:20.7810000Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_58, aten.add.Tensor 2025-06-05T23:50:20.7810815Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_524, aten._to_copy.default 2025-06-05T23:50:20.7811606Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_45, aten.sub.Tensor 2025-06-05T23:50:20.7812455Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_525, aten._to_copy.default 2025-06-05T23:50:20.7813256Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_59, aten.add.Tensor 2025-06-05T23:50:20.7814080Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_526, aten._to_copy.default 2025-06-05T23:50:20.7814880Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_46, aten.sub.Tensor 2025-06-05T23:50:20.7815667Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_527, aten._to_copy.default 2025-06-05T23:50:20.7816471Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_60, aten.add.Tensor 2025-06-05T23:50:20.7817275Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_528, aten._to_copy.default 2025-06-05T23:50:20.7818058Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_47, aten.sub.Tensor 2025-06-05T23:50:20.7818865Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_529, aten._to_copy.default 2025-06-05T23:50:20.7819652Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_61, aten.add.Tensor 2025-06-05T23:50:20.7820460Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_530, aten._to_copy.default 2025-06-05T23:50:20.7821271Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_49, aten.cat.default 2025-06-05T23:50:20.7822030Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_50, aten.cat.default 2025-06-05T23:50:20.7822801Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_51, aten.cat.default 2025-06-05T23:50:20.7823558Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_52, aten.cat.default 2025-06-05T23:50:20.7824320Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_53, aten.cat.default 2025-06-05T23:50:20.7825132Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_54, aten.cat.default 2025-06-05T23:50:20.7825882Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_55, aten.cat.default 2025-06-05T23:50:20.7826683Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_56, aten.cat.default 2025-06-05T23:50:20.7827439Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_57, aten.cat.default 2025-06-05T23:50:20.7828201Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_58, aten.cat.default 2025-06-05T23:50:20.7828968Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_59, aten.cat.default 2025-06-05T23:50:20.7829722Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_60, aten.cat.default 2025-06-05T23:50:20.7830488Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_61, aten.cat.default 2025-06-05T23:50:20.7831248Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_62, aten.cat.default 2025-06-05T23:50:20.7832019Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_63, aten.cat.default 2025-06-05T23:50:20.7832790Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_64, aten.cat.default 2025-06-05T23:50:20.7833546Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_65, aten.cat.default 2025-06-05T23:50:20.7834315Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_66, aten.cat.default 2025-06-05T23:50:20.7835067Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_67, aten.cat.default 2025-06-05T23:50:20.7835835Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_68, aten.cat.default 2025-06-05T23:50:20.7836587Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_69, aten.cat.default 2025-06-05T23:50:20.7837389Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_70, aten.cat.default 2025-06-05T23:50:20.7838156Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_71, aten.cat.default 2025-06-05T23:50:20.7838940Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_72, aten.cat.default 2025-06-05T23:50:20.7839786Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_90, aten.permute_copy.default 2025-06-05T23:50:20.7840688Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_91, aten.permute_copy.default 2025-06-05T23:50:20.7841601Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_92, aten.permute_copy.default 2025-06-05T23:50:20.7842506Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_93, aten.permute_copy.default 2025-06-05T23:50:20.7843408Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_94, aten.permute_copy.default 2025-06-05T23:50:20.7844323Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_95, aten.permute_copy.default 2025-06-05T23:50:20.7845218Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_96, aten.permute_copy.default 2025-06-05T23:50:20.7846132Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_97, aten.permute_copy.default 2025-06-05T23:50:20.7847041Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_98, aten.permute_copy.default 2025-06-05T23:50:20.7847939Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_99, aten.permute_copy.default 2025-06-05T23:50:20.7848852Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_100, aten.permute_copy.default 2025-06-05T23:50:20.7849858Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_101, aten.permute_copy.default 2025-06-05T23:50:21.3094946Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_73, aten.cat.default 2025-06-05T23:50:21.3096401Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_75, aten.cat.default 2025-06-05T23:50:21.3098008Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_77, aten.cat.default 2025-06-05T23:50:21.3099404Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_79, aten.cat.default 2025-06-05T23:50:21.3100757Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_81, aten.cat.default 2025-06-05T23:50:21.3102096Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_83, aten.cat.default 2025-06-05T23:50:21.3103450Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_85, aten.cat.default 2025-06-05T23:50:21.3104804Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_87, aten.cat.default 2025-06-05T23:50:21.3106143Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_89, aten.cat.default 2025-06-05T23:50:21.3107490Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_91, aten.cat.default 2025-06-05T23:50:21.3108827Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_93, aten.cat.default 2025-06-05T23:50:21.3110175Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_95, aten.cat.default 2025-06-05T23:50:21.3111581Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_24, aten.matmul.default 2025-06-05T23:50:21.3113011Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_26, aten.matmul.default 2025-06-05T23:50:21.3114456Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_28, aten.matmul.default 2025-06-05T23:50:21.3115986Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_30, aten.matmul.default 2025-06-05T23:50:21.3117422Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_32, aten.matmul.default 2025-06-05T23:50:21.3118866Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_34, aten.matmul.default 2025-06-05T23:50:21.3120358Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_36, aten.matmul.default 2025-06-05T23:50:21.3121796Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_38, aten.matmul.default 2025-06-05T23:50:21.3123220Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_40, aten.matmul.default 2025-06-05T23:50:21.3124657Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_42, aten.matmul.default 2025-06-05T23:50:21.3126421Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_44, aten.matmul.default 2025-06-05T23:50:21.3127852Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_46, aten.matmul.default 2025-06-05T23:50:21.3129247Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_12, aten.div.Tensor 2025-06-05T23:50:21.3130638Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_13, aten.div.Tensor 2025-06-05T23:50:21.3131962Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_14, aten.div.Tensor 2025-06-05T23:50:21.3133290Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_15, aten.div.Tensor 2025-06-05T23:50:21.3134595Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_16, aten.div.Tensor 2025-06-05T23:50:21.3135923Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_17, aten.div.Tensor 2025-06-05T23:50:21.3137227Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_18, aten.div.Tensor 2025-06-05T23:50:21.3138550Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_19, aten.div.Tensor 2025-06-05T23:50:21.3139962Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_20, aten.div.Tensor 2025-06-05T23:50:21.3141268Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_21, aten.div.Tensor 2025-06-05T23:50:21.3142644Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_22, aten.div.Tensor 2025-06-05T23:50:21.3143959Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_23, aten.div.Tensor 2025-06-05T23:50:21.3145281Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_62, aten.add.Tensor 2025-06-05T23:50:21.3146602Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_63, aten.add.Tensor 2025-06-05T23:50:21.3147911Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_64, aten.add.Tensor 2025-06-05T23:50:21.3149228Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_65, aten.add.Tensor 2025-06-05T23:50:21.3150541Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_66, aten.add.Tensor 2025-06-05T23:50:21.3151857Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_67, aten.add.Tensor 2025-06-05T23:50:21.3153182Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_68, aten.add.Tensor 2025-06-05T23:50:21.3154481Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_69, aten.add.Tensor 2025-06-05T23:50:21.3155789Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_70, aten.add.Tensor 2025-06-05T23:50:21.3157090Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_71, aten.add.Tensor 2025-06-05T23:50:21.3158416Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_72, aten.add.Tensor 2025-06-05T23:50:21.3159890Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_73, aten.add.Tensor 2025-06-05T23:50:21.3161394Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_12, aten._softmax.default 2025-06-05T23:50:21.3162900Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_13, aten._softmax.default 2025-06-05T23:50:21.3164444Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_14, aten._softmax.default 2025-06-05T23:50:21.3165942Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_15, aten._softmax.default 2025-06-05T23:50:21.3167428Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_16, aten._softmax.default 2025-06-05T23:50:21.3168901Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_17, aten._softmax.default 2025-06-05T23:50:21.3170461Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_18, aten._softmax.default 2025-06-05T23:50:21.3171949Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_19, aten._softmax.default 2025-06-05T23:50:21.3173356Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_20, aten._softmax.default 2025-06-05T23:50:21.3174765Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_21, aten._softmax.default 2025-06-05T23:50:21.3176247Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_22, aten._softmax.default 2025-06-05T23:50:21.3177761Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_23, aten._softmax.default 2025-06-05T23:50:21.3179230Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_25, aten.matmul.default 2025-06-05T23:50:21.3180684Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_27, aten.matmul.default 2025-06-05T23:50:21.3182144Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_29, aten.matmul.default 2025-06-05T23:50:21.3183595Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_31, aten.matmul.default 2025-06-05T23:50:21.3185199Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_33, aten.matmul.default 2025-06-05T23:50:21.3186645Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_35, aten.matmul.default 2025-06-05T23:50:21.3188161Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_37, aten.matmul.default 2025-06-05T23:50:21.3189609Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_39, aten.matmul.default 2025-06-05T23:50:21.3191049Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_41, aten.matmul.default 2025-06-05T23:50:21.3192504Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_43, aten.matmul.default 2025-06-05T23:50:21.3193939Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_45, aten.matmul.default 2025-06-05T23:50:21.3195399Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_47, aten.matmul.default 2025-06-05T23:50:21.3196799Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_97, aten.cat.default 2025-06-05T23:50:21.3198263Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_78, aten.view_copy.default 2025-06-05T23:50:21.3199863Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1210, aten.permute_copy.default 2025-06-05T23:50:21.3201469Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_76, aten.convolution.default 2025-06-05T23:50:21.3203097Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1211, aten.permute_copy.default 2025-06-05T23:50:21.3204692Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_79, aten.view_copy.default 2025-06-05T23:50:21.3206165Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_74, aten.add.Tensor 2025-06-05T23:50:21.3207587Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_rms_norm_default_3, aten.rms_norm.default 2025-06-05T23:50:21.3209139Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_80, aten.view_copy.default 2025-06-05T23:50:21.8683923Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1212, aten.permute_copy.default 2025-06-05T23:50:21.8685644Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_77, aten.convolution.default 2025-06-05T23:50:21.8687276Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_78, aten.convolution.default 2025-06-05T23:50:21.8688871Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sigmoid_default_1, aten.sigmoid.default 2025-06-05T23:50:21.8690507Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_194, aten.mul.Tensor 2025-06-05T23:50:21.8691950Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_195, aten.mul.Tensor 2025-06-05T23:50:21.8693490Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_79, aten.convolution.default 2025-06-05T23:50:21.8695281Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1213, aten.permute_copy.default 2025-06-05T23:50:21.8696899Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_81, aten.view_copy.default 2025-06-05T23:50:21.8698432Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_75, aten.add.Tensor 2025-06-05T23:50:21.8699937Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_rms_norm_default_4, aten.rms_norm.default 2025-06-05T23:50:21.8701480Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_82, aten.view_copy.default 2025-06-05T23:50:21.8702993Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1214, aten.permute_copy.default 2025-06-05T23:50:21.8704862Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_531, aten._to_copy.default 2025-06-05T23:50:21.8706372Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_80, aten.convolution.default 2025-06-05T23:50:21.8708668Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1215, aten.permute_copy.default 2025-06-05T23:50:21.8710454Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_81, aten.convolution.default 2025-06-05T23:50:21.8712198Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1216, aten.permute_copy.default 2025-06-05T23:50:21.8714060Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_82, aten.convolution.default 2025-06-05T23:50:21.8715729Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1217, aten.permute_copy.default 2025-06-05T23:50:21.8717404Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_83, aten.convolution.default 2025-06-05T23:50:21.8719182Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1218, aten.permute_copy.default 2025-06-05T23:50:21.8720864Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_84, aten.convolution.default 2025-06-05T23:50:21.8722539Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1219, aten.permute_copy.default 2025-06-05T23:50:21.8724245Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_85, aten.convolution.default 2025-06-05T23:50:21.8725967Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1220, aten.permute_copy.default 2025-06-05T23:50:21.8727626Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_86, aten.convolution.default 2025-06-05T23:50:21.8729665Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1221, aten.permute_copy.default 2025-06-05T23:50:21.8731375Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_87, aten.convolution.default 2025-06-05T23:50:21.8732959Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1222, aten.permute_copy.default 2025-06-05T23:50:21.8734649Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_88, aten.convolution.default 2025-06-05T23:50:21.8736364Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1223, aten.permute_copy.default 2025-06-05T23:50:21.8738098Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_89, aten.convolution.default 2025-06-05T23:50:21.8739735Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1224, aten.permute_copy.default 2025-06-05T23:50:21.8741398Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_90, aten.convolution.default 2025-06-05T23:50:21.8743064Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1225, aten.permute_copy.default 2025-06-05T23:50:21.8744734Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_91, aten.convolution.default 2025-06-05T23:50:21.8746427Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1226, aten.permute_copy.default 2025-06-05T23:50:21.8748116Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_92, aten.convolution.default 2025-06-05T23:50:21.8749838Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1227, aten.permute_copy.default 2025-06-05T23:50:21.8751475Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_93, aten.convolution.default 2025-06-05T23:50:21.8753321Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1228, aten.permute_copy.default 2025-06-05T23:50:21.8755052Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_94, aten.convolution.default 2025-06-05T23:50:21.8756674Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1229, aten.permute_copy.default 2025-06-05T23:50:21.8758329Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_95, aten.convolution.default 2025-06-05T23:50:21.8760121Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1230, aten.permute_copy.default 2025-06-05T23:50:21.8761840Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_96, aten.convolution.default 2025-06-05T23:50:21.8763577Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1231, aten.permute_copy.default 2025-06-05T23:50:21.8765278Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_97, aten.convolution.default 2025-06-05T23:50:21.8766945Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1232, aten.permute_copy.default 2025-06-05T23:50:21.8768623Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_98, aten.convolution.default 2025-06-05T23:50:21.8770366Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1233, aten.permute_copy.default 2025-06-05T23:50:21.8772039Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_99, aten.convolution.default 2025-06-05T23:50:21.8773738Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1234, aten.permute_copy.default 2025-06-05T23:50:21.8775425Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_100, aten.convolution.default 2025-06-05T23:50:21.8777270Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1235, aten.permute_copy.default 2025-06-05T23:50:21.8779002Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_101, aten.convolution.default 2025-06-05T23:50:21.8780781Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1236, aten.permute_copy.default 2025-06-05T23:50:21.8782479Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_102, aten.convolution.default 2025-06-05T23:50:21.8784161Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1237, aten.permute_copy.default 2025-06-05T23:50:21.8785866Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_103, aten.convolution.default 2025-06-05T23:50:21.8787568Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1238, aten.permute_copy.default 2025-06-05T23:50:21.8789233Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_104, aten.convolution.default 2025-06-05T23:50:21.8790983Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1239, aten.permute_copy.default 2025-06-05T23:50:21.8792683Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_105, aten.convolution.default 2025-06-05T23:50:21.8794381Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1240, aten.permute_copy.default 2025-06-05T23:50:21.8796062Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_106, aten.convolution.default 2025-06-05T23:50:21.8797762Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1241, aten.permute_copy.default 2025-06-05T23:50:21.8799479Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_107, aten.convolution.default 2025-06-05T23:50:21.8801149Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1242, aten.permute_copy.default 2025-06-05T23:50:21.8803053Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_108, aten.convolution.default 2025-06-05T23:50:21.8804837Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1243, aten.permute_copy.default 2025-06-05T23:50:22.1524790Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_109, aten.convolution.default 2025-06-05T23:50:22.1526558Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1244, aten.permute_copy.default 2025-06-05T23:50:22.1528224Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_110, aten.convolution.default 2025-06-05T23:50:22.1529966Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1245, aten.permute_copy.default 2025-06-05T23:50:22.1531656Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_111, aten.convolution.default 2025-06-05T23:50:22.1533388Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1246, aten.permute_copy.default 2025-06-05T23:50:22.1535104Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_112, aten.convolution.default 2025-06-05T23:50:22.1536841Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1247, aten.permute_copy.default 2025-06-05T23:50:22.1538496Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_113, aten.convolution.default 2025-06-05T23:50:22.1540236Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1248, aten.permute_copy.default 2025-06-05T23:50:22.1541952Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_114, aten.convolution.default 2025-06-05T23:50:22.1543919Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1249, aten.permute_copy.default 2025-06-05T23:50:22.1545673Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_115, aten.convolution.default 2025-06-05T23:50:22.1547503Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1250, aten.permute_copy.default 2025-06-05T23:50:22.1549133Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_83, aten.view_copy.default 2025-06-05T23:50:22.1550681Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_84, aten.view_copy.default 2025-06-05T23:50:22.1552241Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_85, aten.view_copy.default 2025-06-05T23:50:22.1553809Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_86, aten.view_copy.default 2025-06-05T23:50:22.1555373Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_87, aten.view_copy.default 2025-06-05T23:50:22.1556974Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_88, aten.view_copy.default 2025-06-05T23:50:22.1558550Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_89, aten.view_copy.default 2025-06-05T23:50:22.1560317Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_90, aten.view_copy.default 2025-06-05T23:50:22.1562246Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_91, aten.view_copy.default 2025-06-05T23:50:22.1563852Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_92, aten.view_copy.default 2025-06-05T23:50:22.1565442Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_93, aten.view_copy.default 2025-06-05T23:50:22.1567005Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_94, aten.view_copy.default 2025-06-05T23:50:22.1568639Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_95, aten.view_copy.default 2025-06-05T23:50:22.1570518Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_96, aten.view_copy.default 2025-06-05T23:50:22.1572454Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_97, aten.view_copy.default 2025-06-05T23:50:22.1574158Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_98, aten.view_copy.default 2025-06-05T23:50:22.1575727Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_99, aten.view_copy.default 2025-06-05T23:50:22.1577284Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_100, aten.view_copy.default 2025-06-05T23:50:22.1578880Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_101, aten.view_copy.default 2025-06-05T23:50:22.1580464Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_102, aten.view_copy.default 2025-06-05T23:50:22.1582097Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_103, aten.view_copy.default 2025-06-05T23:50:22.1583663Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_104, aten.view_copy.default 2025-06-05T23:50:22.1585291Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_105, aten.view_copy.default 2025-06-05T23:50:22.1586928Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_106, aten.view_copy.default 2025-06-05T23:50:22.1588467Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_107, aten.view_copy.default 2025-06-05T23:50:22.1589884Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_108, aten.view_copy.default 2025-06-05T23:50:22.1591510Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_109, aten.view_copy.default 2025-06-05T23:50:22.1593303Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_110, aten.view_copy.default 2025-06-05T23:50:22.1594933Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_111, aten.view_copy.default 2025-06-05T23:50:22.1596570Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_112, aten.view_copy.default 2025-06-05T23:50:22.1598138Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_113, aten.view_copy.default 2025-06-05T23:50:22.1599722Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_114, aten.view_copy.default 2025-06-05T23:50:22.1601286Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_115, aten.view_copy.default 2025-06-05T23:50:22.1602905Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_116, aten.view_copy.default 2025-06-05T23:50:22.1604516Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_117, aten.view_copy.default 2025-06-05T23:50:22.1606154Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_118, aten.view_copy.default 2025-06-05T23:50:22.1607697Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_96, aten.slice_copy.Tensor 2025-06-05T23:50:22.1609330Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_97, aten.slice_copy.Tensor 2025-06-05T23:50:22.1611014Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_98, aten.slice_copy.Tensor 2025-06-05T23:50:22.1612578Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_99, aten.slice_copy.Tensor 2025-06-05T23:50:22.1614207Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_100, aten.slice_copy.Tensor 2025-06-05T23:50:22.1615842Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_101, aten.slice_copy.Tensor 2025-06-05T23:50:22.1617565Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_102, aten.slice_copy.Tensor 2025-06-05T23:50:22.1619120Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_103, aten.slice_copy.Tensor 2025-06-05T23:50:22.1620812Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_104, aten.slice_copy.Tensor 2025-06-05T23:50:22.1622404Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_105, aten.slice_copy.Tensor 2025-06-05T23:50:22.1623971Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_106, aten.slice_copy.Tensor 2025-06-05T23:50:22.1625568Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_107, aten.slice_copy.Tensor 2025-06-05T23:50:22.1627155Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_108, aten.slice_copy.Tensor 2025-06-05T23:50:22.1628793Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_109, aten.slice_copy.Tensor 2025-06-05T23:50:22.1630357Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_110, aten.slice_copy.Tensor 2025-06-05T23:50:22.1631991Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_111, aten.slice_copy.Tensor 2025-06-05T23:50:22.1633634Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_112, aten.slice_copy.Tensor 2025-06-05T23:50:22.1635184Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_113, aten.slice_copy.Tensor 2025-06-05T23:50:22.1636823Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_114, aten.slice_copy.Tensor 2025-06-05T23:50:22.1638470Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_115, aten.slice_copy.Tensor 2025-06-05T23:50:22.1640177Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_116, aten.slice_copy.Tensor 2025-06-05T23:50:22.1641769Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_117, aten.slice_copy.Tensor 2025-06-05T23:50:22.1643422Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_118, aten.slice_copy.Tensor 2025-06-05T23:50:22.5775319Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_119, aten.slice_copy.Tensor 2025-06-05T23:50:22.5776970Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_120, aten.slice_copy.Tensor 2025-06-05T23:50:22.5778543Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_121, aten.slice_copy.Tensor 2025-06-05T23:50:22.5780122Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_122, aten.slice_copy.Tensor 2025-06-05T23:50:22.5781766Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_123, aten.slice_copy.Tensor 2025-06-05T23:50:22.5783376Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_124, aten.slice_copy.Tensor 2025-06-05T23:50:22.5784962Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_125, aten.slice_copy.Tensor 2025-06-05T23:50:22.5786580Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_126, aten.slice_copy.Tensor 2025-06-05T23:50:22.5788174Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_127, aten.slice_copy.Tensor 2025-06-05T23:50:22.5789799Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_128, aten.slice_copy.Tensor 2025-06-05T23:50:22.5791437Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_129, aten.slice_copy.Tensor 2025-06-05T23:50:22.5793072Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_130, aten.slice_copy.Tensor 2025-06-05T23:50:22.5794634Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_131, aten.slice_copy.Tensor 2025-06-05T23:50:22.5796530Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_132, aten.slice_copy.Tensor 2025-06-05T23:50:22.5798189Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_133, aten.slice_copy.Tensor 2025-06-05T23:50:22.5799885Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_134, aten.slice_copy.Tensor 2025-06-05T23:50:22.5801458Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_135, aten.slice_copy.Tensor 2025-06-05T23:50:22.5803022Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_136, aten.slice_copy.Tensor 2025-06-05T23:50:22.5804589Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_137, aten.slice_copy.Tensor 2025-06-05T23:50:22.5806192Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_138, aten.slice_copy.Tensor 2025-06-05T23:50:22.5807801Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_139, aten.slice_copy.Tensor 2025-06-05T23:50:22.5809409Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_140, aten.slice_copy.Tensor 2025-06-05T23:50:22.5811040Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_141, aten.slice_copy.Tensor 2025-06-05T23:50:22.5812661Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_142, aten.slice_copy.Tensor 2025-06-05T23:50:22.5814292Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_143, aten.slice_copy.Tensor 2025-06-05T23:50:22.5815853Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_123, aten.cat.default 2025-06-05T23:50:22.5817159Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_125, aten.cat.default 2025-06-05T23:50:22.5818765Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_127, aten.cat.default 2025-06-05T23:50:22.5820222Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_129, aten.cat.default 2025-06-05T23:50:22.5821768Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_131, aten.cat.default 2025-06-05T23:50:22.5823167Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_133, aten.cat.default 2025-06-05T23:50:22.5824554Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_135, aten.cat.default 2025-06-05T23:50:22.5825944Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_137, aten.cat.default 2025-06-05T23:50:22.5827331Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_139, aten.cat.default 2025-06-05T23:50:22.5828738Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_141, aten.cat.default 2025-06-05T23:50:22.5830171Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_143, aten.cat.default 2025-06-05T23:50:22.5831582Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_145, aten.cat.default 2025-06-05T23:50:22.5833027Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_196, aten.mul.Tensor 2025-06-05T23:50:22.5834386Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_198, aten.mul.Tensor 2025-06-05T23:50:22.5835814Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_197, aten.mul.Tensor 2025-06-05T23:50:22.5837240Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_199, aten.mul.Tensor 2025-06-05T23:50:22.5838656Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_200, aten.mul.Tensor 2025-06-05T23:50:22.5840000Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_202, aten.mul.Tensor 2025-06-05T23:50:22.5841420Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_201, aten.mul.Tensor 2025-06-05T23:50:22.5842951Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_203, aten.mul.Tensor 2025-06-05T23:50:22.5844349Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_204, aten.mul.Tensor 2025-06-05T23:50:22.5845795Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_206, aten.mul.Tensor 2025-06-05T23:50:22.5847181Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_205, aten.mul.Tensor 2025-06-05T23:50:22.5848539Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_207, aten.mul.Tensor 2025-06-05T23:50:22.5850059Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_208, aten.mul.Tensor 2025-06-05T23:50:22.5851435Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_210, aten.mul.Tensor 2025-06-05T23:50:22.5852835Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_209, aten.mul.Tensor 2025-06-05T23:50:22.5854249Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_211, aten.mul.Tensor 2025-06-05T23:50:22.5855649Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_212, aten.mul.Tensor 2025-06-05T23:50:22.5857014Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_214, aten.mul.Tensor 2025-06-05T23:50:22.5858423Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_213, aten.mul.Tensor 2025-06-05T23:50:22.5860073Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_215, aten.mul.Tensor 2025-06-05T23:50:22.5861501Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_216, aten.mul.Tensor 2025-06-05T23:50:22.5862688Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_218, aten.mul.Tensor 2025-06-05T23:50:22.5864096Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_217, aten.mul.Tensor 2025-06-05T23:50:22.5865658Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_219, aten.mul.Tensor 2025-06-05T23:50:22.5867078Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_220, aten.mul.Tensor 2025-06-05T23:50:22.5868571Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_222, aten.mul.Tensor 2025-06-05T23:50:22.5869927Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_221, aten.mul.Tensor 2025-06-05T23:50:22.5871295Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_223, aten.mul.Tensor 2025-06-05T23:50:22.5872653Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_224, aten.mul.Tensor 2025-06-05T23:50:22.5874034Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_226, aten.mul.Tensor 2025-06-05T23:50:22.5875402Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_225, aten.mul.Tensor 2025-06-05T23:50:22.5876810Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_227, aten.mul.Tensor 2025-06-05T23:50:22.5878204Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_228, aten.mul.Tensor 2025-06-05T23:50:22.5879622Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_230, aten.mul.Tensor 2025-06-05T23:50:22.5880962Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_229, aten.mul.Tensor 2025-06-05T23:50:22.5882367Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_231, aten.mul.Tensor 2025-06-05T23:50:22.5883794Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_232, aten.mul.Tensor 2025-06-05T23:50:22.5885163Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_234, aten.mul.Tensor 2025-06-05T23:50:22.5886545Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_233, aten.mul.Tensor 2025-06-05T23:50:22.5887976Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_235, aten.mul.Tensor 2025-06-05T23:50:22.5889573Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_236, aten.mul.Tensor 2025-06-05T23:50:22.5890956Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_238, aten.mul.Tensor 2025-06-05T23:50:22.5892481Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_237, aten.mul.Tensor 2025-06-05T23:50:22.5893833Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_239, aten.mul.Tensor 2025-06-05T23:50:23.0313228Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_240, aten.mul.Tensor 2025-06-05T23:50:23.0314803Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_242, aten.mul.Tensor 2025-06-05T23:50:23.0316248Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_241, aten.mul.Tensor 2025-06-05T23:50:23.0317679Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_243, aten.mul.Tensor 2025-06-05T23:50:23.0319116Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_244, aten.mul.Tensor 2025-06-05T23:50:23.0320480Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_246, aten.mul.Tensor 2025-06-05T23:50:23.0321909Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_245, aten.mul.Tensor 2025-06-05T23:50:23.0323396Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_247, aten.mul.Tensor 2025-06-05T23:50:23.0324826Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_248, aten.mul.Tensor 2025-06-05T23:50:23.0326176Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_250, aten.mul.Tensor 2025-06-05T23:50:23.0327555Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_249, aten.mul.Tensor 2025-06-05T23:50:23.0329182Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_251, aten.mul.Tensor 2025-06-05T23:50:23.0330653Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_252, aten.mul.Tensor 2025-06-05T23:50:23.0332040Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_254, aten.mul.Tensor 2025-06-05T23:50:23.0333542Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_253, aten.mul.Tensor 2025-06-05T23:50:23.0334938Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_255, aten.mul.Tensor 2025-06-05T23:50:23.0336357Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_256, aten.mul.Tensor 2025-06-05T23:50:23.0337671Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_258, aten.mul.Tensor 2025-06-05T23:50:23.0339090Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_257, aten.mul.Tensor 2025-06-05T23:50:23.0340511Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_259, aten.mul.Tensor 2025-06-05T23:50:23.0341938Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_260, aten.mul.Tensor 2025-06-05T23:50:23.0343278Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_262, aten.mul.Tensor 2025-06-05T23:50:23.0344711Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_261, aten.mul.Tensor 2025-06-05T23:50:23.0346146Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_263, aten.mul.Tensor 2025-06-05T23:50:23.0347556Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_264, aten.mul.Tensor 2025-06-05T23:50:23.0348918Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_266, aten.mul.Tensor 2025-06-05T23:50:23.0350288Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_265, aten.mul.Tensor 2025-06-05T23:50:23.0351642Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_267, aten.mul.Tensor 2025-06-05T23:50:23.0353178Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_268, aten.mul.Tensor 2025-06-05T23:50:23.0354541Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_270, aten.mul.Tensor 2025-06-05T23:50:23.0355933Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_269, aten.mul.Tensor 2025-06-05T23:50:23.0357431Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_271, aten.mul.Tensor 2025-06-05T23:50:23.0358841Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_272, aten.mul.Tensor 2025-06-05T23:50:23.0360372Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_274, aten.mul.Tensor 2025-06-05T23:50:23.0361781Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_273, aten.mul.Tensor 2025-06-05T23:50:23.0363205Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_275, aten.mul.Tensor 2025-06-05T23:50:23.0364644Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_276, aten.mul.Tensor 2025-06-05T23:50:23.0365905Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_278, aten.mul.Tensor 2025-06-05T23:50:23.0367332Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_277, aten.mul.Tensor 2025-06-05T23:50:23.0368734Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_279, aten.mul.Tensor 2025-06-05T23:50:23.0370233Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_280, aten.mul.Tensor 2025-06-05T23:50:23.0371599Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_282, aten.mul.Tensor 2025-06-05T23:50:23.0372952Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_281, aten.mul.Tensor 2025-06-05T23:50:23.0374311Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_283, aten.mul.Tensor 2025-06-05T23:50:23.0375808Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_284, aten.mul.Tensor 2025-06-05T23:50:23.0377188Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_286, aten.mul.Tensor 2025-06-05T23:50:23.0378642Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_285, aten.mul.Tensor 2025-06-05T23:50:23.0380023Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_287, aten.mul.Tensor 2025-06-05T23:50:23.0381416Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_288, aten.mul.Tensor 2025-06-05T23:50:23.0382787Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_290, aten.mul.Tensor 2025-06-05T23:50:23.0384178Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_289, aten.mul.Tensor 2025-06-05T23:50:23.0385582Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_291, aten.mul.Tensor 2025-06-05T23:50:23.0387012Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_48, aten.sub.Tensor 2025-06-05T23:50:23.0388359Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_76, aten.add.Tensor 2025-06-05T23:50:23.0389713Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_49, aten.sub.Tensor 2025-06-05T23:50:23.0391128Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_77, aten.add.Tensor 2025-06-05T23:50:23.0392525Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_50, aten.sub.Tensor 2025-06-05T23:50:23.0393907Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_78, aten.add.Tensor 2025-06-05T23:50:23.0395263Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_51, aten.sub.Tensor 2025-06-05T23:50:23.0396597Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_79, aten.add.Tensor 2025-06-05T23:50:23.0397947Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_52, aten.sub.Tensor 2025-06-05T23:50:23.0399426Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_80, aten.add.Tensor 2025-06-05T23:50:23.0400799Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_53, aten.sub.Tensor 2025-06-05T23:50:23.0402271Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_81, aten.add.Tensor 2025-06-05T23:50:23.0403654Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_54, aten.sub.Tensor 2025-06-05T23:50:23.0405061Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_82, aten.add.Tensor 2025-06-05T23:50:23.0406369Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_55, aten.sub.Tensor 2025-06-05T23:50:23.0407775Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_83, aten.add.Tensor 2025-06-05T23:50:23.0409171Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_56, aten.sub.Tensor 2025-06-05T23:50:23.0410646Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_84, aten.add.Tensor 2025-06-05T23:50:23.0411900Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_57, aten.sub.Tensor 2025-06-05T23:50:23.0413189Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_85, aten.add.Tensor 2025-06-05T23:50:23.0414600Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_58, aten.sub.Tensor 2025-06-05T23:50:23.0416022Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_86, aten.add.Tensor 2025-06-05T23:50:23.0417426Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_59, aten.sub.Tensor 2025-06-05T23:50:23.0418764Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_87, aten.add.Tensor 2025-06-05T23:50:23.0420121Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_60, aten.sub.Tensor 2025-06-05T23:50:23.0421671Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_532, aten._to_copy.default 2025-06-05T23:50:23.0423139Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_88, aten.add.Tensor 2025-06-05T23:50:23.0424649Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_533, aten._to_copy.default 2025-06-05T23:50:23.0426121Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_61, aten.sub.Tensor 2025-06-05T23:50:23.0427565Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_534, aten._to_copy.default 2025-06-05T23:50:23.0429069Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_89, aten.add.Tensor 2025-06-05T23:50:23.0430478Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_535, aten._to_copy.default 2025-06-05T23:50:23.0431978Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_62, aten.sub.Tensor 2025-06-05T23:50:23.4401428Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_536, aten._to_copy.default 2025-06-05T23:50:23.4402952Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_90, aten.add.Tensor 2025-06-05T23:50:23.4404395Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_537, aten._to_copy.default 2025-06-05T23:50:23.4405850Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_63, aten.sub.Tensor 2025-06-05T23:50:23.4407344Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_538, aten._to_copy.default 2025-06-05T23:50:23.4408777Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_91, aten.add.Tensor 2025-06-05T23:50:23.4410325Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_539, aten._to_copy.default 2025-06-05T23:50:23.4411792Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_64, aten.sub.Tensor 2025-06-05T23:50:23.4413590Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_540, aten._to_copy.default 2025-06-05T23:50:23.4415023Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_92, aten.add.Tensor 2025-06-05T23:50:23.4416654Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_541, aten._to_copy.default 2025-06-05T23:50:23.4418148Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_65, aten.sub.Tensor 2025-06-05T23:50:23.4419649Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_542, aten._to_copy.default 2025-06-05T23:50:23.4421067Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_93, aten.add.Tensor 2025-06-05T23:50:23.4422577Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_543, aten._to_copy.default 2025-06-05T23:50:23.4424082Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_66, aten.sub.Tensor 2025-06-05T23:50:23.4425573Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_544, aten._to_copy.default 2025-06-05T23:50:23.4427028Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_94, aten.add.Tensor 2025-06-05T23:50:23.4428473Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_545, aten._to_copy.default 2025-06-05T23:50:23.4429929Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_67, aten.sub.Tensor 2025-06-05T23:50:23.4431377Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_546, aten._to_copy.default 2025-06-05T23:50:23.4432847Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_95, aten.add.Tensor 2025-06-05T23:50:23.4434333Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_547, aten._to_copy.default 2025-06-05T23:50:23.4435959Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_68, aten.sub.Tensor 2025-06-05T23:50:23.4437401Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_548, aten._to_copy.default 2025-06-05T23:50:23.4438888Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_96, aten.add.Tensor 2025-06-05T23:50:23.4440508Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_549, aten._to_copy.default 2025-06-05T23:50:23.4442014Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_69, aten.sub.Tensor 2025-06-05T23:50:23.4443433Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_550, aten._to_copy.default 2025-06-05T23:50:23.4444942Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_97, aten.add.Tensor 2025-06-05T23:50:23.4446447Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_551, aten._to_copy.default 2025-06-05T23:50:23.4447920Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_70, aten.sub.Tensor 2025-06-05T23:50:23.4449379Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_552, aten._to_copy.default 2025-06-05T23:50:23.4450890Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_98, aten.add.Tensor 2025-06-05T23:50:23.4452353Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_553, aten._to_copy.default 2025-06-05T23:50:23.4453804Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_71, aten.sub.Tensor 2025-06-05T23:50:23.4455274Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_554, aten._to_copy.default 2025-06-05T23:50:23.4456749Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_99, aten.add.Tensor 2025-06-05T23:50:23.4458200Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_555, aten._to_copy.default 2025-06-05T23:50:23.4459862Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_98, aten.cat.default 2025-06-05T23:50:23.4461458Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_99, aten.cat.default 2025-06-05T23:50:23.4462904Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_100, aten.cat.default 2025-06-05T23:50:23.4464453Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_101, aten.cat.default 2025-06-05T23:50:23.4465737Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_102, aten.cat.default 2025-06-05T23:50:23.4467180Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_103, aten.cat.default 2025-06-05T23:50:23.4468622Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_104, aten.cat.default 2025-06-05T23:50:23.4470087Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_105, aten.cat.default 2025-06-05T23:50:23.4471507Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_106, aten.cat.default 2025-06-05T23:50:23.4472903Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_107, aten.cat.default 2025-06-05T23:50:23.4474310Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_108, aten.cat.default 2025-06-05T23:50:23.4475713Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_109, aten.cat.default 2025-06-05T23:50:23.4477117Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_110, aten.cat.default 2025-06-05T23:50:23.4478522Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_111, aten.cat.default 2025-06-05T23:50:23.4479943Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_112, aten.cat.default 2025-06-05T23:50:23.4481369Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_113, aten.cat.default 2025-06-05T23:50:23.4482913Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_114, aten.cat.default 2025-06-05T23:50:23.4484377Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_115, aten.cat.default 2025-06-05T23:50:23.4485906Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_116, aten.cat.default 2025-06-05T23:50:23.4487375Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_117, aten.cat.default 2025-06-05T23:50:23.4488770Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_118, aten.cat.default 2025-06-05T23:50:23.4490285Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_119, aten.cat.default 2025-06-05T23:50:23.4491757Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_120, aten.cat.default 2025-06-05T23:50:23.4493202Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_121, aten.cat.default 2025-06-05T23:50:23.4494725Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_143, aten.permute_copy.default 2025-06-05T23:50:23.4496398Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_144, aten.permute_copy.default 2025-06-05T23:50:23.4498056Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_145, aten.permute_copy.default 2025-06-05T23:50:23.4499725Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_146, aten.permute_copy.default 2025-06-05T23:50:23.4501396Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_147, aten.permute_copy.default 2025-06-05T23:50:23.4503091Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_148, aten.permute_copy.default 2025-06-05T23:50:23.4504810Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_149, aten.permute_copy.default 2025-06-05T23:50:23.4506444Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_150, aten.permute_copy.default 2025-06-05T23:50:23.4508269Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_151, aten.permute_copy.default 2025-06-05T23:50:23.4509993Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_152, aten.permute_copy.default 2025-06-05T23:50:23.4511725Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_153, aten.permute_copy.default 2025-06-05T23:50:23.4513466Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_154, aten.permute_copy.default 2025-06-05T23:50:23.4515065Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_122, aten.cat.default 2025-06-05T23:50:23.4516486Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_124, aten.cat.default 2025-06-05T23:50:23.4517883Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_126, aten.cat.default 2025-06-05T23:50:23.4519298Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_128, aten.cat.default 2025-06-05T23:50:23.9980424Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_130, aten.cat.default 2025-06-05T23:50:23.9981898Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_132, aten.cat.default 2025-06-05T23:50:23.9983309Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_134, aten.cat.default 2025-06-05T23:50:23.9984717Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_136, aten.cat.default 2025-06-05T23:50:23.9986113Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_138, aten.cat.default 2025-06-05T23:50:23.9987531Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_140, aten.cat.default 2025-06-05T23:50:23.9988941Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_142, aten.cat.default 2025-06-05T23:50:23.9990677Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_144, aten.cat.default 2025-06-05T23:50:23.9992089Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_48, aten.matmul.default 2025-06-05T23:50:23.9993729Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_50, aten.matmul.default 2025-06-05T23:50:23.9995274Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_52, aten.matmul.default 2025-06-05T23:50:23.9996784Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_54, aten.matmul.default 2025-06-05T23:50:23.9998048Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_56, aten.matmul.default 2025-06-05T23:50:23.9999388Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_58, aten.matmul.default 2025-06-05T23:50:24.0000768Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_60, aten.matmul.default 2025-06-05T23:50:24.0002124Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_62, aten.matmul.default 2025-06-05T23:50:24.0003647Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_64, aten.matmul.default 2025-06-05T23:50:24.0005199Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_66, aten.matmul.default 2025-06-05T23:50:24.0006721Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_68, aten.matmul.default 2025-06-05T23:50:24.0008180Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_70, aten.matmul.default 2025-06-05T23:50:24.0009684Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_24, aten.div.Tensor 2025-06-05T23:50:24.0011020Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_25, aten.div.Tensor 2025-06-05T23:50:24.0012382Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_26, aten.div.Tensor 2025-06-05T23:50:24.0013925Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_27, aten.div.Tensor 2025-06-05T23:50:24.0015293Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_28, aten.div.Tensor 2025-06-05T23:50:24.0016775Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_29, aten.div.Tensor 2025-06-05T23:50:24.0018178Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_30, aten.div.Tensor 2025-06-05T23:50:24.0019510Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_31, aten.div.Tensor 2025-06-05T23:50:24.0020909Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_32, aten.div.Tensor 2025-06-05T23:50:24.0022318Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_33, aten.div.Tensor 2025-06-05T23:50:24.0023768Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_34, aten.div.Tensor 2025-06-05T23:50:24.0025011Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_35, aten.div.Tensor 2025-06-05T23:50:24.0026298Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_100, aten.add.Tensor 2025-06-05T23:50:24.0027608Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_101, aten.add.Tensor 2025-06-05T23:50:24.0028867Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_102, aten.add.Tensor 2025-06-05T23:50:24.0030290Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_103, aten.add.Tensor 2025-06-05T23:50:24.0031701Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_104, aten.add.Tensor 2025-06-05T23:50:24.0033131Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_105, aten.add.Tensor 2025-06-05T23:50:24.0034478Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_106, aten.add.Tensor 2025-06-05T23:50:24.0035971Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_107, aten.add.Tensor 2025-06-05T23:50:24.0037348Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_108, aten.add.Tensor 2025-06-05T23:50:24.0038778Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_109, aten.add.Tensor 2025-06-05T23:50:24.0040159Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_110, aten.add.Tensor 2025-06-05T23:50:24.0041529Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_111, aten.add.Tensor 2025-06-05T23:50:24.0043000Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_24, aten._softmax.default 2025-06-05T23:50:24.0044552Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_25, aten._softmax.default 2025-06-05T23:50:24.0046073Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_26, aten._softmax.default 2025-06-05T23:50:24.0047670Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_27, aten._softmax.default 2025-06-05T23:50:24.0049256Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_28, aten._softmax.default 2025-06-05T23:50:24.0050947Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_29, aten._softmax.default 2025-06-05T23:50:24.0052254Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_30, aten._softmax.default 2025-06-05T23:50:24.0053539Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_31, aten._softmax.default 2025-06-05T23:50:24.0055131Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_32, aten._softmax.default 2025-06-05T23:50:24.0056718Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_33, aten._softmax.default 2025-06-05T23:50:24.0058322Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_34, aten._softmax.default 2025-06-05T23:50:24.0060141Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_35, aten._softmax.default 2025-06-05T23:50:24.0061643Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_49, aten.matmul.default 2025-06-05T23:50:24.0063251Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_51, aten.matmul.default 2025-06-05T23:50:24.0064728Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_53, aten.matmul.default 2025-06-05T23:50:24.0066217Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_55, aten.matmul.default 2025-06-05T23:50:24.0067709Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_57, aten.matmul.default 2025-06-05T23:50:24.0069215Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_59, aten.matmul.default 2025-06-05T23:50:24.0070713Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_61, aten.matmul.default 2025-06-05T23:50:24.0072235Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_63, aten.matmul.default 2025-06-05T23:50:24.0073768Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_65, aten.matmul.default 2025-06-05T23:50:24.0075301Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_67, aten.matmul.default 2025-06-05T23:50:24.0076674Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_69, aten.matmul.default 2025-06-05T23:50:24.0078073Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_71, aten.matmul.default 2025-06-05T23:50:24.0079420Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_146, aten.cat.default 2025-06-05T23:50:24.0080816Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_119, aten.view_copy.default 2025-06-05T23:50:24.0082661Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1251, aten.permute_copy.default 2025-06-05T23:50:24.0084419Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_116, aten.convolution.default 2025-06-05T23:50:24.0086238Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1252, aten.permute_copy.default 2025-06-05T23:50:24.0087853Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_120, aten.view_copy.default 2025-06-05T23:50:24.0089321Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_112, aten.add.Tensor 2025-06-05T23:50:24.0090878Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_rms_norm_default_5, aten.rms_norm.default 2025-06-05T23:50:24.0092436Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_121, aten.view_copy.default 2025-06-05T23:50:24.0094103Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1253, aten.permute_copy.default 2025-06-05T23:50:24.0095805Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_117, aten.convolution.default 2025-06-05T23:50:24.0097520Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_118, aten.convolution.default 2025-06-05T23:50:24.5204669Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sigmoid_default_2, aten.sigmoid.default 2025-06-05T23:50:24.5206160Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_292, aten.mul.Tensor 2025-06-05T23:50:24.5207498Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_293, aten.mul.Tensor 2025-06-05T23:50:24.5209021Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_119, aten.convolution.default 2025-06-05T23:50:24.5210735Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1254, aten.permute_copy.default 2025-06-05T23:50:24.5212623Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_122, aten.view_copy.default 2025-06-05T23:50:24.5214071Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_113, aten.add.Tensor 2025-06-05T23:50:24.5216000Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_rms_norm_default_6, aten.rms_norm.default 2025-06-05T23:50:24.5217524Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_123, aten.view_copy.default 2025-06-05T23:50:24.5219124Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1255, aten.permute_copy.default 2025-06-05T23:50:24.5220704Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_556, aten._to_copy.default 2025-06-05T23:50:24.5222288Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_120, aten.convolution.default 2025-06-05T23:50:24.5223942Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1256, aten.permute_copy.default 2025-06-05T23:50:24.5225574Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_121, aten.convolution.default 2025-06-05T23:50:24.5227222Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1257, aten.permute_copy.default 2025-06-05T23:50:24.5228879Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_122, aten.convolution.default 2025-06-05T23:50:24.5230506Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1258, aten.permute_copy.default 2025-06-05T23:50:24.5232165Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_123, aten.convolution.default 2025-06-05T23:50:24.5233801Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1259, aten.permute_copy.default 2025-06-05T23:50:24.5235534Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_124, aten.convolution.default 2025-06-05T23:50:24.5237201Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1260, aten.permute_copy.default 2025-06-05T23:50:24.5238884Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_125, aten.convolution.default 2025-06-05T23:50:24.5240552Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1261, aten.permute_copy.default 2025-06-05T23:50:24.5242182Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_126, aten.convolution.default 2025-06-05T23:50:24.5243817Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1262, aten.permute_copy.default 2025-06-05T23:50:24.5245457Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_127, aten.convolution.default 2025-06-05T23:50:24.5247087Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1263, aten.permute_copy.default 2025-06-05T23:50:24.5248735Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_128, aten.convolution.default 2025-06-05T23:50:24.5250426Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1264, aten.permute_copy.default 2025-06-05T23:50:24.5252022Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_129, aten.convolution.default 2025-06-05T23:50:24.5253652Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1265, aten.permute_copy.default 2025-06-05T23:50:24.5255257Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_130, aten.convolution.default 2025-06-05T23:50:24.5256874Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1266, aten.permute_copy.default 2025-06-05T23:50:24.5258487Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_131, aten.convolution.default 2025-06-05T23:50:24.5260329Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1267, aten.permute_copy.default 2025-06-05T23:50:24.5261964Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_132, aten.convolution.default 2025-06-05T23:50:24.5263638Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1268, aten.permute_copy.default 2025-06-05T23:50:24.5265261Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_133, aten.convolution.default 2025-06-05T23:50:24.5266870Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1269, aten.permute_copy.default 2025-06-05T23:50:24.5268488Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_134, aten.convolution.default 2025-06-05T23:50:24.5270117Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1270, aten.permute_copy.default 2025-06-05T23:50:24.5271730Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_135, aten.convolution.default 2025-06-05T23:50:24.5273361Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1271, aten.permute_copy.default 2025-06-05T23:50:24.5274974Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_136, aten.convolution.default 2025-06-05T23:50:24.5276597Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1272, aten.permute_copy.default 2025-06-05T23:50:24.5278229Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_137, aten.convolution.default 2025-06-05T23:50:24.5279839Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1273, aten.permute_copy.default 2025-06-05T23:50:24.5281517Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_138, aten.convolution.default 2025-06-05T23:50:24.5283149Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1274, aten.permute_copy.default 2025-06-05T23:50:24.5284756Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_139, aten.convolution.default 2025-06-05T23:50:24.5286435Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1275, aten.permute_copy.default 2025-06-05T23:50:24.5288022Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_140, aten.convolution.default 2025-06-05T23:50:24.5289698Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1276, aten.permute_copy.default 2025-06-05T23:50:24.5291326Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_141, aten.convolution.default 2025-06-05T23:50:24.5292939Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1277, aten.permute_copy.default 2025-06-05T23:50:24.5294578Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_142, aten.convolution.default 2025-06-05T23:50:24.5296191Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1278, aten.permute_copy.default 2025-06-05T23:50:24.5297822Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_143, aten.convolution.default 2025-06-05T23:50:24.5299443Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1279, aten.permute_copy.default 2025-06-05T23:50:24.5301058Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_144, aten.convolution.default 2025-06-05T23:50:24.5302681Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1280, aten.permute_copy.default 2025-06-05T23:50:24.5304293Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_145, aten.convolution.default 2025-06-05T23:50:24.5305985Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1281, aten.permute_copy.default 2025-06-05T23:50:24.5307609Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_146, aten.convolution.default 2025-06-05T23:50:24.5309267Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1282, aten.permute_copy.default 2025-06-05T23:50:24.5310904Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_147, aten.convolution.default 2025-06-05T23:50:24.5312521Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1283, aten.permute_copy.default 2025-06-05T23:50:24.5314144Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_148, aten.convolution.default 2025-06-05T23:50:24.5315751Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1284, aten.permute_copy.default 2025-06-05T23:50:24.5317337Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_149, aten.convolution.default 2025-06-05T23:50:24.5318937Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1285, aten.permute_copy.default 2025-06-05T23:50:24.7911073Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_150, aten.convolution.default 2025-06-05T23:50:24.7912783Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1286, aten.permute_copy.default 2025-06-05T23:50:24.7914459Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_151, aten.convolution.default 2025-06-05T23:50:24.7916102Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1287, aten.permute_copy.default 2025-06-05T23:50:24.7917775Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_152, aten.convolution.default 2025-06-05T23:50:24.7919739Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1288, aten.permute_copy.default 2025-06-05T23:50:24.7921441Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_153, aten.convolution.default 2025-06-05T23:50:24.7923280Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1289, aten.permute_copy.default 2025-06-05T23:50:24.7924978Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_154, aten.convolution.default 2025-06-05T23:50:24.7926696Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1290, aten.permute_copy.default 2025-06-05T23:50:24.7928431Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_155, aten.convolution.default 2025-06-05T23:50:24.7930162Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1291, aten.permute_copy.default 2025-06-05T23:50:24.7931873Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_124, aten.view_copy.default 2025-06-05T23:50:24.7933538Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_125, aten.view_copy.default 2025-06-05T23:50:24.7935135Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_126, aten.view_copy.default 2025-06-05T23:50:24.7936714Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_127, aten.view_copy.default 2025-06-05T23:50:24.7938272Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_128, aten.view_copy.default 2025-06-05T23:50:24.7939855Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_129, aten.view_copy.default 2025-06-05T23:50:24.7941438Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_130, aten.view_copy.default 2025-06-05T23:50:24.7943047Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_131, aten.view_copy.default 2025-06-05T23:50:24.7944825Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_132, aten.view_copy.default 2025-06-05T23:50:24.7946406Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_133, aten.view_copy.default 2025-06-05T23:50:24.7948153Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_134, aten.view_copy.default 2025-06-05T23:50:24.7949784Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_135, aten.view_copy.default 2025-06-05T23:50:24.7951407Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_136, aten.view_copy.default 2025-06-05T23:50:24.7952954Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_137, aten.view_copy.default 2025-06-05T23:50:24.7954585Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_138, aten.view_copy.default 2025-06-05T23:50:24.7956234Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_139, aten.view_copy.default 2025-06-05T23:50:24.7957810Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_140, aten.view_copy.default 2025-06-05T23:50:24.7959566Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_141, aten.view_copy.default 2025-06-05T23:50:24.7961136Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_142, aten.view_copy.default 2025-06-05T23:50:24.7962716Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_143, aten.view_copy.default 2025-06-05T23:50:24.7964293Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_144, aten.view_copy.default 2025-06-05T23:50:24.7965894Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_145, aten.view_copy.default 2025-06-05T23:50:24.7967602Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_146, aten.view_copy.default 2025-06-05T23:50:24.7969182Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_147, aten.view_copy.default 2025-06-05T23:50:24.7970981Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_148, aten.view_copy.default 2025-06-05T23:50:24.7972629Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_149, aten.view_copy.default 2025-06-05T23:50:24.7974234Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_150, aten.view_copy.default 2025-06-05T23:50:24.7975654Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_151, aten.view_copy.default 2025-06-05T23:50:24.7977639Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_152, aten.view_copy.default 2025-06-05T23:50:24.7979274Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_153, aten.view_copy.default 2025-06-05T23:50:24.7980915Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_154, aten.view_copy.default 2025-06-05T23:50:24.7982434Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_155, aten.view_copy.default 2025-06-05T23:50:24.7984009Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_156, aten.view_copy.default 2025-06-05T23:50:24.7985574Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_157, aten.view_copy.default 2025-06-05T23:50:24.7987127Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_158, aten.view_copy.default 2025-06-05T23:50:24.7988708Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_159, aten.view_copy.default 2025-06-05T23:50:24.7990295Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_144, aten.slice_copy.Tensor 2025-06-05T23:50:24.7992091Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_145, aten.slice_copy.Tensor 2025-06-05T23:50:24.7993656Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_146, aten.slice_copy.Tensor 2025-06-05T23:50:24.7995376Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_147, aten.slice_copy.Tensor 2025-06-05T23:50:24.7997009Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_148, aten.slice_copy.Tensor 2025-06-05T23:50:24.7998564Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_149, aten.slice_copy.Tensor 2025-06-05T23:50:24.8000199Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_150, aten.slice_copy.Tensor 2025-06-05T23:50:24.8001838Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_151, aten.slice_copy.Tensor 2025-06-05T23:50:24.8003479Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_152, aten.slice_copy.Tensor 2025-06-05T23:50:24.8005044Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_153, aten.slice_copy.Tensor 2025-06-05T23:50:24.8006609Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_154, aten.slice_copy.Tensor 2025-06-05T23:50:24.8008179Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_155, aten.slice_copy.Tensor 2025-06-05T23:50:24.8009860Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_156, aten.slice_copy.Tensor 2025-06-05T23:50:24.8011433Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_157, aten.slice_copy.Tensor 2025-06-05T23:50:24.8013040Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_158, aten.slice_copy.Tensor 2025-06-05T23:50:24.8014771Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_159, aten.slice_copy.Tensor 2025-06-05T23:50:24.8016334Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_160, aten.slice_copy.Tensor 2025-06-05T23:50:24.8017976Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_161, aten.slice_copy.Tensor 2025-06-05T23:50:24.8019668Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_162, aten.slice_copy.Tensor 2025-06-05T23:50:24.8021222Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_163, aten.slice_copy.Tensor 2025-06-05T23:50:24.8022849Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_164, aten.slice_copy.Tensor 2025-06-05T23:50:24.8024510Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_165, aten.slice_copy.Tensor 2025-06-05T23:50:24.8026140Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_166, aten.slice_copy.Tensor 2025-06-05T23:50:24.8027705Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_167, aten.slice_copy.Tensor 2025-06-05T23:50:24.8029284Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_168, aten.slice_copy.Tensor 2025-06-05T23:50:25.2184085Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_169, aten.slice_copy.Tensor 2025-06-05T23:50:25.2185692Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_170, aten.slice_copy.Tensor 2025-06-05T23:50:25.2187269Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_171, aten.slice_copy.Tensor 2025-06-05T23:50:25.2188828Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_172, aten.slice_copy.Tensor 2025-06-05T23:50:25.2190467Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_173, aten.slice_copy.Tensor 2025-06-05T23:50:25.2192052Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_174, aten.slice_copy.Tensor 2025-06-05T23:50:25.2193959Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_175, aten.slice_copy.Tensor 2025-06-05T23:50:25.2195570Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_176, aten.slice_copy.Tensor 2025-06-05T23:50:25.2197288Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_177, aten.slice_copy.Tensor 2025-06-05T23:50:25.2198946Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_178, aten.slice_copy.Tensor 2025-06-05T23:50:25.2200565Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_179, aten.slice_copy.Tensor 2025-06-05T23:50:25.2202164Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_180, aten.slice_copy.Tensor 2025-06-05T23:50:25.2203751Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_181, aten.slice_copy.Tensor 2025-06-05T23:50:25.2205415Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_182, aten.slice_copy.Tensor 2025-06-05T23:50:25.2207064Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_183, aten.slice_copy.Tensor 2025-06-05T23:50:25.2208639Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_184, aten.slice_copy.Tensor 2025-06-05T23:50:25.2210299Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_185, aten.slice_copy.Tensor 2025-06-05T23:50:25.2211859Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_186, aten.slice_copy.Tensor 2025-06-05T23:50:25.2213448Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_187, aten.slice_copy.Tensor 2025-06-05T23:50:25.2215044Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_188, aten.slice_copy.Tensor 2025-06-05T23:50:25.2216780Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_189, aten.slice_copy.Tensor 2025-06-05T23:50:25.2218430Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_190, aten.slice_copy.Tensor 2025-06-05T23:50:25.2220109Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_191, aten.slice_copy.Tensor 2025-06-05T23:50:25.2221683Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_172, aten.cat.default 2025-06-05T23:50:25.2223152Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_174, aten.cat.default 2025-06-05T23:50:25.2224597Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_176, aten.cat.default 2025-06-05T23:50:25.2225925Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_178, aten.cat.default 2025-06-05T23:50:25.2227377Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_180, aten.cat.default 2025-06-05T23:50:25.2228867Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_182, aten.cat.default 2025-06-05T23:50:25.2230327Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_184, aten.cat.default 2025-06-05T23:50:25.2231718Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_186, aten.cat.default 2025-06-05T23:50:25.2233133Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_188, aten.cat.default 2025-06-05T23:50:25.2234520Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_190, aten.cat.default 2025-06-05T23:50:25.2235937Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_192, aten.cat.default 2025-06-05T23:50:25.2237351Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_194, aten.cat.default 2025-06-05T23:50:25.2238756Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_294, aten.mul.Tensor 2025-06-05T23:50:25.2240185Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_296, aten.mul.Tensor 2025-06-05T23:50:25.2241683Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_295, aten.mul.Tensor 2025-06-05T23:50:25.2243030Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_297, aten.mul.Tensor 2025-06-05T23:50:25.2244542Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_298, aten.mul.Tensor 2025-06-05T23:50:25.2245953Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_300, aten.mul.Tensor 2025-06-05T23:50:25.2247381Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_299, aten.mul.Tensor 2025-06-05T23:50:25.2248718Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_301, aten.mul.Tensor 2025-06-05T23:50:25.2250204Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_302, aten.mul.Tensor 2025-06-05T23:50:25.2251640Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_304, aten.mul.Tensor 2025-06-05T23:50:25.2253033Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_303, aten.mul.Tensor 2025-06-05T23:50:25.2254407Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_305, aten.mul.Tensor 2025-06-05T23:50:25.2255758Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_306, aten.mul.Tensor 2025-06-05T23:50:25.2257120Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_308, aten.mul.Tensor 2025-06-05T23:50:25.2258481Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_307, aten.mul.Tensor 2025-06-05T23:50:25.2260071Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_309, aten.mul.Tensor 2025-06-05T23:50:25.2261467Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_310, aten.mul.Tensor 2025-06-05T23:50:25.2262968Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_312, aten.mul.Tensor 2025-06-05T23:50:25.2264513Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_311, aten.mul.Tensor 2025-06-05T23:50:25.2265926Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_313, aten.mul.Tensor 2025-06-05T23:50:25.2267364Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_314, aten.mul.Tensor 2025-06-05T23:50:25.2268783Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_316, aten.mul.Tensor 2025-06-05T23:50:25.2270171Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_315, aten.mul.Tensor 2025-06-05T23:50:25.2271384Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_317, aten.mul.Tensor 2025-06-05T23:50:25.2272788Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_318, aten.mul.Tensor 2025-06-05T23:50:25.2274227Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_320, aten.mul.Tensor 2025-06-05T23:50:25.2275667Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_319, aten.mul.Tensor 2025-06-05T23:50:25.2277019Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_321, aten.mul.Tensor 2025-06-05T23:50:25.2278400Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_322, aten.mul.Tensor 2025-06-05T23:50:25.2279751Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_324, aten.mul.Tensor 2025-06-05T23:50:25.2281131Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_323, aten.mul.Tensor 2025-06-05T23:50:25.2282510Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_325, aten.mul.Tensor 2025-06-05T23:50:25.2283882Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_326, aten.mul.Tensor 2025-06-05T23:50:25.2285275Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_328, aten.mul.Tensor 2025-06-05T23:50:25.2286798Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_327, aten.mul.Tensor 2025-06-05T23:50:25.2288202Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_329, aten.mul.Tensor 2025-06-05T23:50:25.2289772Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_330, aten.mul.Tensor 2025-06-05T23:50:25.2291210Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_332, aten.mul.Tensor 2025-06-05T23:50:25.2292635Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_331, aten.mul.Tensor 2025-06-05T23:50:25.2293950Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_333, aten.mul.Tensor 2025-06-05T23:50:25.2295370Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_334, aten.mul.Tensor 2025-06-05T23:50:25.2296784Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_336, aten.mul.Tensor 2025-06-05T23:50:25.2298224Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_335, aten.mul.Tensor 2025-06-05T23:50:25.2299605Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_337, aten.mul.Tensor 2025-06-05T23:50:25.2300974Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_338, aten.mul.Tensor 2025-06-05T23:50:25.2302338Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_340, aten.mul.Tensor 2025-06-05T23:50:25.6619259Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_339, aten.mul.Tensor 2025-06-05T23:50:25.6620419Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_341, aten.mul.Tensor 2025-06-05T23:50:25.6621186Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_342, aten.mul.Tensor 2025-06-05T23:50:25.6621936Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_344, aten.mul.Tensor 2025-06-05T23:50:25.6622985Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_343, aten.mul.Tensor 2025-06-05T23:50:25.6623762Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_345, aten.mul.Tensor 2025-06-05T23:50:25.6624574Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_346, aten.mul.Tensor 2025-06-05T23:50:25.6625338Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_348, aten.mul.Tensor 2025-06-05T23:50:25.6626096Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_347, aten.mul.Tensor 2025-06-05T23:50:25.6626842Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_349, aten.mul.Tensor 2025-06-05T23:50:25.6627603Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_350, aten.mul.Tensor 2025-06-05T23:50:25.6628350Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_352, aten.mul.Tensor 2025-06-05T23:50:25.6629108Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_351, aten.mul.Tensor 2025-06-05T23:50:25.6629852Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_353, aten.mul.Tensor 2025-06-05T23:50:25.6630611Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_354, aten.mul.Tensor 2025-06-05T23:50:25.6631369Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_356, aten.mul.Tensor 2025-06-05T23:50:25.6632111Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_355, aten.mul.Tensor 2025-06-05T23:50:25.6632860Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_357, aten.mul.Tensor 2025-06-05T23:50:25.6633604Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_358, aten.mul.Tensor 2025-06-05T23:50:25.6634359Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_360, aten.mul.Tensor 2025-06-05T23:50:25.6635118Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_359, aten.mul.Tensor 2025-06-05T23:50:25.6635922Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_361, aten.mul.Tensor 2025-06-05T23:50:25.6636676Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_362, aten.mul.Tensor 2025-06-05T23:50:25.6637473Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_364, aten.mul.Tensor 2025-06-05T23:50:25.6638237Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_363, aten.mul.Tensor 2025-06-05T23:50:25.6638994Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_365, aten.mul.Tensor 2025-06-05T23:50:25.6639740Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_366, aten.mul.Tensor 2025-06-05T23:50:25.6640500Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_368, aten.mul.Tensor 2025-06-05T23:50:25.6641241Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_367, aten.mul.Tensor 2025-06-05T23:50:25.6641998Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_369, aten.mul.Tensor 2025-06-05T23:50:25.6642754Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_370, aten.mul.Tensor 2025-06-05T23:50:25.6643506Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_372, aten.mul.Tensor 2025-06-05T23:50:25.6644262Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_371, aten.mul.Tensor 2025-06-05T23:50:25.6645004Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_373, aten.mul.Tensor 2025-06-05T23:50:25.6645758Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_374, aten.mul.Tensor 2025-06-05T23:50:25.6646509Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_376, aten.mul.Tensor 2025-06-05T23:50:25.6647253Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_375, aten.mul.Tensor 2025-06-05T23:50:25.6648042Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_377, aten.mul.Tensor 2025-06-05T23:50:25.6648788Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_378, aten.mul.Tensor 2025-06-05T23:50:25.6649666Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_380, aten.mul.Tensor 2025-06-05T23:50:25.6650416Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_379, aten.mul.Tensor 2025-06-05T23:50:25.6651175Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_381, aten.mul.Tensor 2025-06-05T23:50:25.6651933Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_382, aten.mul.Tensor 2025-06-05T23:50:25.6652674Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_384, aten.mul.Tensor 2025-06-05T23:50:25.6653436Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_383, aten.mul.Tensor 2025-06-05T23:50:25.6654179Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_385, aten.mul.Tensor 2025-06-05T23:50:25.6654941Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_386, aten.mul.Tensor 2025-06-05T23:50:25.6655695Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_388, aten.mul.Tensor 2025-06-05T23:50:25.6656438Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_387, aten.mul.Tensor 2025-06-05T23:50:25.6657187Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_389, aten.mul.Tensor 2025-06-05T23:50:25.6657928Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_72, aten.sub.Tensor 2025-06-05T23:50:25.6658683Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_114, aten.add.Tensor 2025-06-05T23:50:25.6659636Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_73, aten.sub.Tensor 2025-06-05T23:50:25.6660382Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_115, aten.add.Tensor 2025-06-05T23:50:25.6661221Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_74, aten.sub.Tensor 2025-06-05T23:50:25.6661964Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_116, aten.add.Tensor 2025-06-05T23:50:25.6662766Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_75, aten.sub.Tensor 2025-06-05T23:50:25.6663524Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_117, aten.add.Tensor 2025-06-05T23:50:25.6664262Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_76, aten.sub.Tensor 2025-06-05T23:50:25.6665013Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_118, aten.add.Tensor 2025-06-05T23:50:25.6665754Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_77, aten.sub.Tensor 2025-06-05T23:50:25.6666512Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_119, aten.add.Tensor 2025-06-05T23:50:25.6667258Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_78, aten.sub.Tensor 2025-06-05T23:50:25.6668044Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_120, aten.add.Tensor 2025-06-05T23:50:25.6669085Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_79, aten.sub.Tensor 2025-06-05T23:50:25.6669864Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_121, aten.add.Tensor 2025-06-05T23:50:25.6670612Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_80, aten.sub.Tensor 2025-06-05T23:50:25.6671368Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_122, aten.add.Tensor 2025-06-05T23:50:25.6672112Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_81, aten.sub.Tensor 2025-06-05T23:50:25.6672875Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_123, aten.add.Tensor 2025-06-05T23:50:25.6673699Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_82, aten.sub.Tensor 2025-06-05T23:50:25.6674445Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_124, aten.add.Tensor 2025-06-05T23:50:25.6675257Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_83, aten.sub.Tensor 2025-06-05T23:50:25.6676003Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_125, aten.add.Tensor 2025-06-05T23:50:25.6676764Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_84, aten.sub.Tensor 2025-06-05T23:50:25.6677577Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_557, aten._to_copy.default 2025-06-05T23:50:25.6678374Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_126, aten.add.Tensor 2025-06-05T23:50:25.6679185Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_558, aten._to_copy.default 2025-06-05T23:50:25.6679983Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_85, aten.sub.Tensor 2025-06-05T23:50:25.6680791Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_559, aten._to_copy.default 2025-06-05T23:50:25.6681600Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_127, aten.add.Tensor 2025-06-05T23:50:25.6682394Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_560, aten._to_copy.default 2025-06-05T23:50:25.6683192Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_86, aten.sub.Tensor 2025-06-05T23:50:25.6683981Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_561, aten._to_copy.default 2025-06-05T23:50:26.0670911Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_128, aten.add.Tensor 2025-06-05T23:50:26.0671837Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_562, aten._to_copy.default 2025-06-05T23:50:26.0672874Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_87, aten.sub.Tensor 2025-06-05T23:50:26.0673668Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_563, aten._to_copy.default 2025-06-05T23:50:26.0674550Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_129, aten.add.Tensor 2025-06-05T23:50:26.0675351Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_564, aten._to_copy.default 2025-06-05T23:50:26.0676155Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_88, aten.sub.Tensor 2025-06-05T23:50:26.0676958Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_565, aten._to_copy.default 2025-06-05T23:50:26.0677751Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_130, aten.add.Tensor 2025-06-05T23:50:26.0678563Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_566, aten._to_copy.default 2025-06-05T23:50:26.0679352Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_89, aten.sub.Tensor 2025-06-05T23:50:26.0680152Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_567, aten._to_copy.default 2025-06-05T23:50:26.0680957Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_131, aten.add.Tensor 2025-06-05T23:50:26.0681752Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_568, aten._to_copy.default 2025-06-05T23:50:26.0682556Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_90, aten.sub.Tensor 2025-06-05T23:50:26.0683346Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_569, aten._to_copy.default 2025-06-05T23:50:26.0684151Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_132, aten.add.Tensor 2025-06-05T23:50:26.0685004Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_570, aten._to_copy.default 2025-06-05T23:50:26.0685798Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_91, aten.sub.Tensor 2025-06-05T23:50:26.0686652Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_571, aten._to_copy.default 2025-06-05T23:50:26.0687445Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_133, aten.add.Tensor 2025-06-05T23:50:26.0688250Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_572, aten._to_copy.default 2025-06-05T23:50:26.0689047Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_92, aten.sub.Tensor 2025-06-05T23:50:26.0689924Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_573, aten._to_copy.default 2025-06-05T23:50:26.0690726Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_134, aten.add.Tensor 2025-06-05T23:50:26.0691518Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_574, aten._to_copy.default 2025-06-05T23:50:26.0692324Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_93, aten.sub.Tensor 2025-06-05T23:50:26.0693130Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_575, aten._to_copy.default 2025-06-05T23:50:26.0693930Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_135, aten.add.Tensor 2025-06-05T23:50:26.0694737Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_576, aten._to_copy.default 2025-06-05T23:50:26.0695528Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_94, aten.sub.Tensor 2025-06-05T23:50:26.0696331Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_577, aten._to_copy.default 2025-06-05T23:50:26.0697144Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_136, aten.add.Tensor 2025-06-05T23:50:26.0697940Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_578, aten._to_copy.default 2025-06-05T23:50:26.0698783Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_95, aten.sub.Tensor 2025-06-05T23:50:26.0699578Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_579, aten._to_copy.default 2025-06-05T23:50:26.0700432Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_137, aten.add.Tensor 2025-06-05T23:50:26.0701241Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_580, aten._to_copy.default 2025-06-05T23:50:26.0702048Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_147, aten.cat.default 2025-06-05T23:50:26.0702831Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_148, aten.cat.default 2025-06-05T23:50:26.0703600Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_149, aten.cat.default 2025-06-05T23:50:26.0704383Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_150, aten.cat.default 2025-06-05T23:50:26.0705159Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_151, aten.cat.default 2025-06-05T23:50:26.0705924Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_152, aten.cat.default 2025-06-05T23:50:26.0706706Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_153, aten.cat.default 2025-06-05T23:50:26.0707467Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_154, aten.cat.default 2025-06-05T23:50:26.0708242Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_155, aten.cat.default 2025-06-05T23:50:26.0709016Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_156, aten.cat.default 2025-06-05T23:50:26.0709780Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_157, aten.cat.default 2025-06-05T23:50:26.0710592Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_158, aten.cat.default 2025-06-05T23:50:26.0711358Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_159, aten.cat.default 2025-06-05T23:50:26.0712161Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_160, aten.cat.default 2025-06-05T23:50:26.0712926Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_161, aten.cat.default 2025-06-05T23:50:26.0713706Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_162, aten.cat.default 2025-06-05T23:50:26.0714483Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_163, aten.cat.default 2025-06-05T23:50:26.0715245Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_164, aten.cat.default 2025-06-05T23:50:26.0716021Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_165, aten.cat.default 2025-06-05T23:50:26.0716782Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_166, aten.cat.default 2025-06-05T23:50:26.0717564Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_167, aten.cat.default 2025-06-05T23:50:26.0718340Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_168, aten.cat.default 2025-06-05T23:50:26.0719104Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_169, aten.cat.default 2025-06-05T23:50:26.0719881Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_170, aten.cat.default 2025-06-05T23:50:26.0720725Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_196, aten.permute_copy.default 2025-06-05T23:50:26.0721649Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_197, aten.permute_copy.default 2025-06-05T23:50:26.0722565Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_198, aten.permute_copy.default 2025-06-05T23:50:26.0723503Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_199, aten.permute_copy.default 2025-06-05T23:50:26.0724419Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_200, aten.permute_copy.default 2025-06-05T23:50:26.0725348Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_201, aten.permute_copy.default 2025-06-05T23:50:26.0726260Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_202, aten.permute_copy.default 2025-06-05T23:50:26.0727174Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_203, aten.permute_copy.default 2025-06-05T23:50:26.0728079Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_204, aten.permute_copy.default 2025-06-05T23:50:26.0728996Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_205, aten.permute_copy.default 2025-06-05T23:50:26.0729982Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_206, aten.permute_copy.default 2025-06-05T23:50:26.0730885Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_207, aten.permute_copy.default 2025-06-05T23:50:26.0731734Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_171, aten.cat.default 2025-06-05T23:50:26.0732499Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_173, aten.cat.default 2025-06-05T23:50:26.0733274Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_175, aten.cat.default 2025-06-05T23:50:26.0734037Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_177, aten.cat.default 2025-06-05T23:50:26.0734816Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_179, aten.cat.default 2025-06-05T23:50:26.6184406Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_181, aten.cat.default 2025-06-05T23:50:26.6185859Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_183, aten.cat.default 2025-06-05T23:50:26.6187232Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_185, aten.cat.default 2025-06-05T23:50:26.6188713Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_187, aten.cat.default 2025-06-05T23:50:26.6190074Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_189, aten.cat.default 2025-06-05T23:50:26.6191446Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_191, aten.cat.default 2025-06-05T23:50:26.6192815Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_193, aten.cat.default 2025-06-05T23:50:26.6194245Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_72, aten.matmul.default 2025-06-05T23:50:26.6195705Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_74, aten.matmul.default 2025-06-05T23:50:26.6197146Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_76, aten.matmul.default 2025-06-05T23:50:26.6198597Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_78, aten.matmul.default 2025-06-05T23:50:26.6200035Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_80, aten.matmul.default 2025-06-05T23:50:26.6201488Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_82, aten.matmul.default 2025-06-05T23:50:26.6202931Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_84, aten.matmul.default 2025-06-05T23:50:26.6204369Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_86, aten.matmul.default 2025-06-05T23:50:26.6205829Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_88, aten.matmul.default 2025-06-05T23:50:26.6207270Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_90, aten.matmul.default 2025-06-05T23:50:26.6208792Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_92, aten.matmul.default 2025-06-05T23:50:26.6210315Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_94, aten.matmul.default 2025-06-05T23:50:26.6211774Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_36, aten.div.Tensor 2025-06-05T23:50:26.6213112Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_37, aten.div.Tensor 2025-06-05T23:50:26.6214425Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_38, aten.div.Tensor 2025-06-05T23:50:26.6215759Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_39, aten.div.Tensor 2025-06-05T23:50:26.6217082Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_40, aten.div.Tensor 2025-06-05T23:50:26.6218403Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_41, aten.div.Tensor 2025-06-05T23:50:26.6219736Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_42, aten.div.Tensor 2025-06-05T23:50:26.6221050Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_43, aten.div.Tensor 2025-06-05T23:50:26.6222380Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_44, aten.div.Tensor 2025-06-05T23:50:26.6223711Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_45, aten.div.Tensor 2025-06-05T23:50:26.6225028Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_46, aten.div.Tensor 2025-06-05T23:50:26.6226369Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_47, aten.div.Tensor 2025-06-05T23:50:26.6227698Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_138, aten.add.Tensor 2025-06-05T23:50:26.6229102Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_139, aten.add.Tensor 2025-06-05T23:50:26.6230444Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_140, aten.add.Tensor 2025-06-05T23:50:26.6231792Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_141, aten.add.Tensor 2025-06-05T23:50:26.6233188Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_142, aten.add.Tensor 2025-06-05T23:50:26.6234520Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_143, aten.add.Tensor 2025-06-05T23:50:26.6235867Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_144, aten.add.Tensor 2025-06-05T23:50:26.6237196Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_145, aten.add.Tensor 2025-06-05T23:50:26.6238542Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_146, aten.add.Tensor 2025-06-05T23:50:26.6239885Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_147, aten.add.Tensor 2025-06-05T23:50:26.6241246Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_148, aten.add.Tensor 2025-06-05T23:50:26.6242588Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_149, aten.add.Tensor 2025-06-05T23:50:26.6244026Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_36, aten._softmax.default 2025-06-05T23:50:26.6245533Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_37, aten._softmax.default 2025-06-05T23:50:26.6247028Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_38, aten._softmax.default 2025-06-05T23:50:26.6248512Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_39, aten._softmax.default 2025-06-05T23:50:26.6250062Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_40, aten._softmax.default 2025-06-05T23:50:26.6251564Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_41, aten._softmax.default 2025-06-05T23:50:26.6253109Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_42, aten._softmax.default 2025-06-05T23:50:26.6254612Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_43, aten._softmax.default 2025-06-05T23:50:26.6256137Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_44, aten._softmax.default 2025-06-05T23:50:26.6257637Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_45, aten._softmax.default 2025-06-05T23:50:26.6259297Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_46, aten._softmax.default 2025-06-05T23:50:26.6260791Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_47, aten._softmax.default 2025-06-05T23:50:26.6262271Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_73, aten.matmul.default 2025-06-05T23:50:26.6263721Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_75, aten.matmul.default 2025-06-05T23:50:26.6265176Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_77, aten.matmul.default 2025-06-05T23:50:26.6266623Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_79, aten.matmul.default 2025-06-05T23:50:26.6268058Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_81, aten.matmul.default 2025-06-05T23:50:26.6269499Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_83, aten.matmul.default 2025-06-05T23:50:26.6270934Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_85, aten.matmul.default 2025-06-05T23:50:26.6272380Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_87, aten.matmul.default 2025-06-05T23:50:26.6273822Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_89, aten.matmul.default 2025-06-05T23:50:26.6275359Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_91, aten.matmul.default 2025-06-05T23:50:26.6276817Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_93, aten.matmul.default 2025-06-05T23:50:26.6278306Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_95, aten.matmul.default 2025-06-05T23:50:26.6279735Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_195, aten.cat.default 2025-06-05T23:50:26.6281198Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_160, aten.view_copy.default 2025-06-05T23:50:26.6282785Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1292, aten.permute_copy.default 2025-06-05T23:50:26.6284429Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_156, aten.convolution.default 2025-06-05T23:50:26.6286058Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1293, aten.permute_copy.default 2025-06-05T23:50:26.6287649Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_161, aten.view_copy.default 2025-06-05T23:50:26.6289100Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_150, aten.add.Tensor 2025-06-05T23:50:26.6290546Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_rms_norm_default_7, aten.rms_norm.default 2025-06-05T23:50:26.6292055Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_162, aten.view_copy.default 2025-06-05T23:50:26.6293644Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1294, aten.permute_copy.default 2025-06-05T23:50:26.6295272Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_157, aten.convolution.default 2025-06-05T23:50:26.6296897Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_158, aten.convolution.default 2025-06-05T23:50:26.6298495Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sigmoid_default_3, aten.sigmoid.default 2025-06-05T23:50:27.1429596Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_390, aten.mul.Tensor 2025-06-05T23:50:27.1431306Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_391, aten.mul.Tensor 2025-06-05T23:50:27.1432790Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_159, aten.convolution.default 2025-06-05T23:50:27.1434464Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1295, aten.permute_copy.default 2025-06-05T23:50:27.1436097Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_163, aten.view_copy.default 2025-06-05T23:50:27.1437531Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_151, aten.add.Tensor 2025-06-05T23:50:27.1439073Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_rms_norm_default_8, aten.rms_norm.default 2025-06-05T23:50:27.1440656Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_164, aten.view_copy.default 2025-06-05T23:50:27.1442285Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1296, aten.permute_copy.default 2025-06-05T23:50:27.1443920Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_581, aten._to_copy.default 2025-06-05T23:50:27.1445518Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_160, aten.convolution.default 2025-06-05T23:50:27.1447194Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1297, aten.permute_copy.default 2025-06-05T23:50:27.1448877Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_161, aten.convolution.default 2025-06-05T23:50:27.1450682Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1298, aten.permute_copy.default 2025-06-05T23:50:27.1452377Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_162, aten.convolution.default 2025-06-05T23:50:27.1454105Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1299, aten.permute_copy.default 2025-06-05T23:50:27.1455794Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_163, aten.convolution.default 2025-06-05T23:50:27.1457480Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1300, aten.permute_copy.default 2025-06-05T23:50:27.1459275Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_164, aten.convolution.default 2025-06-05T23:50:27.1460958Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1301, aten.permute_copy.default 2025-06-05T23:50:27.1462626Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_165, aten.convolution.default 2025-06-05T23:50:27.1464267Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1302, aten.permute_copy.default 2025-06-05T23:50:27.1465899Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_166, aten.convolution.default 2025-06-05T23:50:27.1467517Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1303, aten.permute_copy.default 2025-06-05T23:50:27.1469144Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_167, aten.convolution.default 2025-06-05T23:50:27.1470763Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1304, aten.permute_copy.default 2025-06-05T23:50:27.1472400Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_168, aten.convolution.default 2025-06-05T23:50:27.1474019Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1305, aten.permute_copy.default 2025-06-05T23:50:27.1475708Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_169, aten.convolution.default 2025-06-05T23:50:27.1477321Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1306, aten.permute_copy.default 2025-06-05T23:50:27.1478986Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_170, aten.convolution.default 2025-06-05T23:50:27.1480617Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1307, aten.permute_copy.default 2025-06-05T23:50:27.1482249Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_171, aten.convolution.default 2025-06-05T23:50:27.1483857Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1308, aten.permute_copy.default 2025-06-05T23:50:27.1485492Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_172, aten.convolution.default 2025-06-05T23:50:27.1487123Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1309, aten.permute_copy.default 2025-06-05T23:50:27.1488743Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_173, aten.convolution.default 2025-06-05T23:50:27.1490403Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1310, aten.permute_copy.default 2025-06-05T23:50:27.1492026Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_174, aten.convolution.default 2025-06-05T23:50:27.1493662Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1311, aten.permute_copy.default 2025-06-05T23:50:27.1495302Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_175, aten.convolution.default 2025-06-05T23:50:27.1496931Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1312, aten.permute_copy.default 2025-06-05T23:50:27.1498641Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_176, aten.convolution.default 2025-06-05T23:50:27.1500272Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1313, aten.permute_copy.default 2025-06-05T23:50:27.1501971Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_177, aten.convolution.default 2025-06-05T23:50:27.1503601Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1314, aten.permute_copy.default 2025-06-05T23:50:27.1505216Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_178, aten.convolution.default 2025-06-05T23:50:27.1506847Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1315, aten.permute_copy.default 2025-06-05T23:50:27.1508451Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_179, aten.convolution.default 2025-06-05T23:50:27.1510078Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1316, aten.permute_copy.default 2025-06-05T23:50:27.1511724Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_180, aten.convolution.default 2025-06-05T23:50:27.1513358Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1317, aten.permute_copy.default 2025-06-05T23:50:27.1514996Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_181, aten.convolution.default 2025-06-05T23:50:27.1516624Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1318, aten.permute_copy.default 2025-06-05T23:50:27.1518274Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_182, aten.convolution.default 2025-06-05T23:50:27.1519919Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1319, aten.permute_copy.default 2025-06-05T23:50:27.1521553Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_183, aten.convolution.default 2025-06-05T23:50:27.1523245Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1320, aten.permute_copy.default 2025-06-05T23:50:27.1524944Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_184, aten.convolution.default 2025-06-05T23:50:27.1526587Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1321, aten.permute_copy.default 2025-06-05T23:50:27.1528230Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_185, aten.convolution.default 2025-06-05T23:50:27.1529902Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1322, aten.permute_copy.default 2025-06-05T23:50:27.1531534Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_186, aten.convolution.default 2025-06-05T23:50:27.1533155Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1323, aten.permute_copy.default 2025-06-05T23:50:27.1534801Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_187, aten.convolution.default 2025-06-05T23:50:27.1536449Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1324, aten.permute_copy.default 2025-06-05T23:50:27.1538074Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_188, aten.convolution.default 2025-06-05T23:50:27.1539712Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1325, aten.permute_copy.default 2025-06-05T23:50:27.1541391Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_189, aten.convolution.default 2025-06-05T23:50:27.1543004Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1326, aten.permute_copy.default 2025-06-05T23:50:27.1544686Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_190, aten.convolution.default 2025-06-05T23:50:27.4061338Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1327, aten.permute_copy.default 2025-06-05T23:50:27.4063336Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_191, aten.convolution.default 2025-06-05T23:50:27.4064978Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1328, aten.permute_copy.default 2025-06-05T23:50:27.4066617Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_192, aten.convolution.default 2025-06-05T23:50:27.4068246Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1329, aten.permute_copy.default 2025-06-05T23:50:27.4069866Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_193, aten.convolution.default 2025-06-05T23:50:27.4071506Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1330, aten.permute_copy.default 2025-06-05T23:50:27.4073138Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_194, aten.convolution.default 2025-06-05T23:50:27.4074757Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1331, aten.permute_copy.default 2025-06-05T23:50:27.4076386Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_195, aten.convolution.default 2025-06-05T23:50:27.4078037Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1332, aten.permute_copy.default 2025-06-05T23:50:27.4079632Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_165, aten.view_copy.default 2025-06-05T23:50:27.4081177Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_166, aten.view_copy.default 2025-06-05T23:50:27.4082709Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_167, aten.view_copy.default 2025-06-05T23:50:27.4084343Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_168, aten.view_copy.default 2025-06-05T23:50:27.4085886Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_169, aten.view_copy.default 2025-06-05T23:50:27.4087477Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_170, aten.view_copy.default 2025-06-05T23:50:27.4089023Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_171, aten.view_copy.default 2025-06-05T23:50:27.4090620Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_172, aten.view_copy.default 2025-06-05T23:50:27.4092153Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_173, aten.view_copy.default 2025-06-05T23:50:27.4093699Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_174, aten.view_copy.default 2025-06-05T23:50:27.4095241Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_175, aten.view_copy.default 2025-06-05T23:50:27.4096787Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_176, aten.view_copy.default 2025-06-05T23:50:27.4098322Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_177, aten.view_copy.default 2025-06-05T23:50:27.4099857Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_178, aten.view_copy.default 2025-06-05T23:50:27.4101396Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_179, aten.view_copy.default 2025-06-05T23:50:27.4102933Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_180, aten.view_copy.default 2025-06-05T23:50:27.4104473Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_181, aten.view_copy.default 2025-06-05T23:50:27.4106079Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_182, aten.view_copy.default 2025-06-05T23:50:27.4107630Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_183, aten.view_copy.default 2025-06-05T23:50:27.4109210Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_184, aten.view_copy.default 2025-06-05T23:50:27.4110742Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_185, aten.view_copy.default 2025-06-05T23:50:27.4112290Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_186, aten.view_copy.default 2025-06-05T23:50:27.4113826Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_187, aten.view_copy.default 2025-06-05T23:50:27.4115361Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_188, aten.view_copy.default 2025-06-05T23:50:27.4116899Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_189, aten.view_copy.default 2025-06-05T23:50:27.4118433Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_190, aten.view_copy.default 2025-06-05T23:50:27.4119985Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_191, aten.view_copy.default 2025-06-05T23:50:27.4121508Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_192, aten.view_copy.default 2025-06-05T23:50:27.4123053Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_193, aten.view_copy.default 2025-06-05T23:50:27.4124597Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_194, aten.view_copy.default 2025-06-05T23:50:27.4126118Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_195, aten.view_copy.default 2025-06-05T23:50:27.4127663Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_196, aten.view_copy.default 2025-06-05T23:50:27.4129241Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_197, aten.view_copy.default 2025-06-05T23:50:27.4130836Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_198, aten.view_copy.default 2025-06-05T23:50:27.4132428Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_199, aten.view_copy.default 2025-06-05T23:50:27.4133964Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_200, aten.view_copy.default 2025-06-05T23:50:27.4135509Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_192, aten.slice_copy.Tensor 2025-06-05T23:50:27.4148064Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_193, aten.slice_copy.Tensor 2025-06-05T23:50:27.4149641Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_194, aten.slice_copy.Tensor 2025-06-05T23:50:27.4151196Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_195, aten.slice_copy.Tensor 2025-06-05T23:50:27.4152754Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_196, aten.slice_copy.Tensor 2025-06-05T23:50:27.4154299Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_197, aten.slice_copy.Tensor 2025-06-05T23:50:27.4155857Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_198, aten.slice_copy.Tensor 2025-06-05T23:50:27.4157392Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_199, aten.slice_copy.Tensor 2025-06-05T23:50:27.4158925Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_200, aten.slice_copy.Tensor 2025-06-05T23:50:27.4160174Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_201, aten.slice_copy.Tensor 2025-06-05T23:50:27.4161049Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_202, aten.slice_copy.Tensor 2025-06-05T23:50:27.4162036Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_203, aten.slice_copy.Tensor 2025-06-05T23:50:27.4162910Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_204, aten.slice_copy.Tensor 2025-06-05T23:50:27.4163824Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_205, aten.slice_copy.Tensor 2025-06-05T23:50:27.4164695Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_206, aten.slice_copy.Tensor 2025-06-05T23:50:27.4165563Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_207, aten.slice_copy.Tensor 2025-06-05T23:50:27.4166410Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_208, aten.slice_copy.Tensor 2025-06-05T23:50:27.4167280Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_209, aten.slice_copy.Tensor 2025-06-05T23:50:27.4168151Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_210, aten.slice_copy.Tensor 2025-06-05T23:50:27.4169003Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_211, aten.slice_copy.Tensor 2025-06-05T23:50:27.4169940Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_212, aten.slice_copy.Tensor 2025-06-05T23:50:27.4170797Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_213, aten.slice_copy.Tensor 2025-06-05T23:50:27.4171664Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_214, aten.slice_copy.Tensor 2025-06-05T23:50:27.4172537Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_215, aten.slice_copy.Tensor 2025-06-05T23:50:27.4173389Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_216, aten.slice_copy.Tensor 2025-06-05T23:50:27.4174258Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_217, aten.slice_copy.Tensor 2025-06-05T23:50:27.8318870Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_218, aten.slice_copy.Tensor 2025-06-05T23:50:27.8320533Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_219, aten.slice_copy.Tensor 2025-06-05T23:50:27.8322421Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_220, aten.slice_copy.Tensor 2025-06-05T23:50:27.8323995Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_221, aten.slice_copy.Tensor 2025-06-05T23:50:27.8325568Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_222, aten.slice_copy.Tensor 2025-06-05T23:50:27.8327147Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_223, aten.slice_copy.Tensor 2025-06-05T23:50:27.8328753Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_224, aten.slice_copy.Tensor 2025-06-05T23:50:27.8330509Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_225, aten.slice_copy.Tensor 2025-06-05T23:50:27.8332112Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_226, aten.slice_copy.Tensor 2025-06-05T23:50:27.8333760Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_227, aten.slice_copy.Tensor 2025-06-05T23:50:27.8335376Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_228, aten.slice_copy.Tensor 2025-06-05T23:50:27.8337015Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_229, aten.slice_copy.Tensor 2025-06-05T23:50:27.8338536Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_230, aten.slice_copy.Tensor 2025-06-05T23:50:27.8340180Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_231, aten.slice_copy.Tensor 2025-06-05T23:50:27.8342056Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_232, aten.slice_copy.Tensor 2025-06-05T23:50:27.8343635Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_233, aten.slice_copy.Tensor 2025-06-05T23:50:27.8345322Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_234, aten.slice_copy.Tensor 2025-06-05T23:50:27.8346889Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_235, aten.slice_copy.Tensor 2025-06-05T23:50:27.8348477Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_236, aten.slice_copy.Tensor 2025-06-05T23:50:27.8350068Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_237, aten.slice_copy.Tensor 2025-06-05T23:50:27.8351658Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_238, aten.slice_copy.Tensor 2025-06-05T23:50:27.8353288Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_239, aten.slice_copy.Tensor 2025-06-05T23:50:27.8354767Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_221, aten.cat.default 2025-06-05T23:50:27.8356237Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_223, aten.cat.default 2025-06-05T23:50:27.8357721Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_225, aten.cat.default 2025-06-05T23:50:27.8359375Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_227, aten.cat.default 2025-06-05T23:50:27.8360701Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_229, aten.cat.default 2025-06-05T23:50:27.8362127Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_231, aten.cat.default 2025-06-05T23:50:27.8363585Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_233, aten.cat.default 2025-06-05T23:50:27.8365058Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_235, aten.cat.default 2025-06-05T23:50:27.8366583Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_237, aten.cat.default 2025-06-05T23:50:27.8367987Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_239, aten.cat.default 2025-06-05T23:50:27.8369556Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_241, aten.cat.default 2025-06-05T23:50:27.8370980Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_243, aten.cat.default 2025-06-05T23:50:27.8372370Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_392, aten.mul.Tensor 2025-06-05T23:50:27.8373754Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_394, aten.mul.Tensor 2025-06-05T23:50:27.8375145Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_393, aten.mul.Tensor 2025-06-05T23:50:27.8376529Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_395, aten.mul.Tensor 2025-06-05T23:50:27.8377912Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_396, aten.mul.Tensor 2025-06-05T23:50:27.8379322Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_398, aten.mul.Tensor 2025-06-05T23:50:27.8380730Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_397, aten.mul.Tensor 2025-06-05T23:50:27.8382151Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_399, aten.mul.Tensor 2025-06-05T23:50:27.8383484Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_400, aten.mul.Tensor 2025-06-05T23:50:27.8384899Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_402, aten.mul.Tensor 2025-06-05T23:50:27.8386329Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_401, aten.mul.Tensor 2025-06-05T23:50:27.8387747Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_403, aten.mul.Tensor 2025-06-05T23:50:27.8389243Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_404, aten.mul.Tensor 2025-06-05T23:50:27.8390598Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_406, aten.mul.Tensor 2025-06-05T23:50:27.8392057Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_405, aten.mul.Tensor 2025-06-05T23:50:27.8393424Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_407, aten.mul.Tensor 2025-06-05T23:50:27.8394793Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_408, aten.mul.Tensor 2025-06-05T23:50:27.8396183Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_410, aten.mul.Tensor 2025-06-05T23:50:27.8397562Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_409, aten.mul.Tensor 2025-06-05T23:50:27.8398953Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_411, aten.mul.Tensor 2025-06-05T23:50:27.8400296Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_412, aten.mul.Tensor 2025-06-05T23:50:27.8401725Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_414, aten.mul.Tensor 2025-06-05T23:50:27.8403145Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_413, aten.mul.Tensor 2025-06-05T23:50:27.8404552Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_415, aten.mul.Tensor 2025-06-05T23:50:27.8405872Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_416, aten.mul.Tensor 2025-06-05T23:50:27.8407187Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_418, aten.mul.Tensor 2025-06-05T23:50:27.8408614Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_417, aten.mul.Tensor 2025-06-05T23:50:27.8410102Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_419, aten.mul.Tensor 2025-06-05T23:50:27.8411523Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_420, aten.mul.Tensor 2025-06-05T23:50:27.8412983Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_422, aten.mul.Tensor 2025-06-05T23:50:27.8414347Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_421, aten.mul.Tensor 2025-06-05T23:50:27.8415783Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_423, aten.mul.Tensor 2025-06-05T23:50:27.8417178Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_424, aten.mul.Tensor 2025-06-05T23:50:27.8418546Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_426, aten.mul.Tensor 2025-06-05T23:50:27.8419939Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_425, aten.mul.Tensor 2025-06-05T23:50:27.8421323Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_427, aten.mul.Tensor 2025-06-05T23:50:27.8422744Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_428, aten.mul.Tensor 2025-06-05T23:50:27.8424102Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_430, aten.mul.Tensor 2025-06-05T23:50:27.8425523Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_429, aten.mul.Tensor 2025-06-05T23:50:27.8426951Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_431, aten.mul.Tensor 2025-06-05T23:50:27.8428356Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_432, aten.mul.Tensor 2025-06-05T23:50:27.8429704Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_434, aten.mul.Tensor 2025-06-05T23:50:27.8431109Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_433, aten.mul.Tensor 2025-06-05T23:50:27.8432540Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_435, aten.mul.Tensor 2025-06-05T23:50:27.8434064Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_436, aten.mul.Tensor 2025-06-05T23:50:27.8435412Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_438, aten.mul.Tensor 2025-06-05T23:50:27.8436789Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_437, aten.mul.Tensor 2025-06-05T23:50:28.2793478Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_439, aten.mul.Tensor 2025-06-05T23:50:28.2794293Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_440, aten.mul.Tensor 2025-06-05T23:50:28.2795093Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_442, aten.mul.Tensor 2025-06-05T23:50:28.2795854Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_441, aten.mul.Tensor 2025-06-05T23:50:28.2796599Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_443, aten.mul.Tensor 2025-06-05T23:50:28.2797360Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_444, aten.mul.Tensor 2025-06-05T23:50:28.2798117Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_446, aten.mul.Tensor 2025-06-05T23:50:28.2798877Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_445, aten.mul.Tensor 2025-06-05T23:50:28.2799642Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_447, aten.mul.Tensor 2025-06-05T23:50:28.2800393Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_448, aten.mul.Tensor 2025-06-05T23:50:28.2801156Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_450, aten.mul.Tensor 2025-06-05T23:50:28.2801899Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_449, aten.mul.Tensor 2025-06-05T23:50:28.2802657Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_451, aten.mul.Tensor 2025-06-05T23:50:28.2803415Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_452, aten.mul.Tensor 2025-06-05T23:50:28.2804161Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_454, aten.mul.Tensor 2025-06-05T23:50:28.2805162Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_453, aten.mul.Tensor 2025-06-05T23:50:28.2805909Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_455, aten.mul.Tensor 2025-06-05T23:50:28.2806731Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_456, aten.mul.Tensor 2025-06-05T23:50:28.2807476Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_458, aten.mul.Tensor 2025-06-05T23:50:28.2808231Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_457, aten.mul.Tensor 2025-06-05T23:50:28.2808987Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_459, aten.mul.Tensor 2025-06-05T23:50:28.2809805Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_460, aten.mul.Tensor 2025-06-05T23:50:28.2810571Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_462, aten.mul.Tensor 2025-06-05T23:50:28.2811318Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_461, aten.mul.Tensor 2025-06-05T23:50:28.2812083Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_463, aten.mul.Tensor 2025-06-05T23:50:28.2812845Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_464, aten.mul.Tensor 2025-06-05T23:50:28.2813591Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_466, aten.mul.Tensor 2025-06-05T23:50:28.2814349Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_465, aten.mul.Tensor 2025-06-05T23:50:28.2815093Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_467, aten.mul.Tensor 2025-06-05T23:50:28.2815846Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_468, aten.mul.Tensor 2025-06-05T23:50:28.2816662Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_470, aten.mul.Tensor 2025-06-05T23:50:28.2817419Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_469, aten.mul.Tensor 2025-06-05T23:50:28.2818232Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_471, aten.mul.Tensor 2025-06-05T23:50:28.2818981Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_472, aten.mul.Tensor 2025-06-05T23:50:28.2819735Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_474, aten.mul.Tensor 2025-06-05T23:50:28.2820489Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_473, aten.mul.Tensor 2025-06-05T23:50:28.2821235Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_475, aten.mul.Tensor 2025-06-05T23:50:28.2821994Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_476, aten.mul.Tensor 2025-06-05T23:50:28.2822742Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_478, aten.mul.Tensor 2025-06-05T23:50:28.2823500Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_477, aten.mul.Tensor 2025-06-05T23:50:28.2824242Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_479, aten.mul.Tensor 2025-06-05T23:50:28.2825004Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_480, aten.mul.Tensor 2025-06-05T23:50:28.2825760Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_482, aten.mul.Tensor 2025-06-05T23:50:28.2826509Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_481, aten.mul.Tensor 2025-06-05T23:50:28.2827270Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_483, aten.mul.Tensor 2025-06-05T23:50:28.2828017Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_484, aten.mul.Tensor 2025-06-05T23:50:28.2828777Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_486, aten.mul.Tensor 2025-06-05T23:50:28.2829581Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_485, aten.mul.Tensor 2025-06-05T23:50:28.2830333Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_487, aten.mul.Tensor 2025-06-05T23:50:28.2831122Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_96, aten.sub.Tensor 2025-06-05T23:50:28.2831870Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_152, aten.add.Tensor 2025-06-05T23:50:28.2832630Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_97, aten.sub.Tensor 2025-06-05T23:50:28.2833384Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_153, aten.add.Tensor 2025-06-05T23:50:28.2834128Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_98, aten.sub.Tensor 2025-06-05T23:50:28.2834883Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_154, aten.add.Tensor 2025-06-05T23:50:28.2835627Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_99, aten.sub.Tensor 2025-06-05T23:50:28.2836384Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_155, aten.add.Tensor 2025-06-05T23:50:28.2837145Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_100, aten.sub.Tensor 2025-06-05T23:50:28.2837891Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_156, aten.add.Tensor 2025-06-05T23:50:28.2838649Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_101, aten.sub.Tensor 2025-06-05T23:50:28.2839396Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_157, aten.add.Tensor 2025-06-05T23:50:28.2840156Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_102, aten.sub.Tensor 2025-06-05T23:50:28.2840918Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_158, aten.add.Tensor 2025-06-05T23:50:28.2841699Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_103, aten.sub.Tensor 2025-06-05T23:50:28.2842460Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_159, aten.add.Tensor 2025-06-05T23:50:28.2843239Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_104, aten.sub.Tensor 2025-06-05T23:50:28.2844009Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_160, aten.add.Tensor 2025-06-05T23:50:28.2844767Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_105, aten.sub.Tensor 2025-06-05T23:50:28.2845512Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_161, aten.add.Tensor 2025-06-05T23:50:28.2846270Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_106, aten.sub.Tensor 2025-06-05T23:50:28.2847017Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_162, aten.add.Tensor 2025-06-05T23:50:28.2847784Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_107, aten.sub.Tensor 2025-06-05T23:50:28.2848548Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_163, aten.add.Tensor 2025-06-05T23:50:28.2849294Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_108, aten.sub.Tensor 2025-06-05T23:50:28.2850205Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_582, aten._to_copy.default 2025-06-05T23:50:28.2851011Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_164, aten.add.Tensor 2025-06-05T23:50:28.2851823Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_583, aten._to_copy.default 2025-06-05T23:50:28.2852633Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_109, aten.sub.Tensor 2025-06-05T23:50:28.2853434Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_584, aten._to_copy.default 2025-06-05T23:50:28.2854243Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_165, aten.add.Tensor 2025-06-05T23:50:28.2855096Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_585, aten._to_copy.default 2025-06-05T23:50:28.2855966Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_110, aten.sub.Tensor 2025-06-05T23:50:28.2856878Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_586, aten._to_copy.default 2025-06-05T23:50:28.2857751Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_166, aten.add.Tensor 2025-06-05T23:50:28.6869674Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_587, aten._to_copy.default 2025-06-05T23:50:28.6870577Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_111, aten.sub.Tensor 2025-06-05T23:50:28.6871395Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_588, aten._to_copy.default 2025-06-05T23:50:28.6872220Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_167, aten.add.Tensor 2025-06-05T23:50:28.6873016Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_589, aten._to_copy.default 2025-06-05T23:50:28.6873827Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_112, aten.sub.Tensor 2025-06-05T23:50:28.6874620Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_590, aten._to_copy.default 2025-06-05T23:50:28.6875484Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_168, aten.add.Tensor 2025-06-05T23:50:28.6876286Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_591, aten._to_copy.default 2025-06-05T23:50:28.6877085Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_113, aten.sub.Tensor 2025-06-05T23:50:28.6877877Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_592, aten._to_copy.default 2025-06-05T23:50:28.6878933Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_169, aten.add.Tensor 2025-06-05T23:50:28.6879733Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_593, aten._to_copy.default 2025-06-05T23:50:28.6880595Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_114, aten.sub.Tensor 2025-06-05T23:50:28.6881409Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_594, aten._to_copy.default 2025-06-05T23:50:28.6882305Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_170, aten.add.Tensor 2025-06-05T23:50:28.6883105Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_595, aten._to_copy.default 2025-06-05T23:50:28.6883889Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_115, aten.sub.Tensor 2025-06-05T23:50:28.6884690Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_596, aten._to_copy.default 2025-06-05T23:50:28.6885482Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_171, aten.add.Tensor 2025-06-05T23:50:28.6886284Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_597, aten._to_copy.default 2025-06-05T23:50:28.6887090Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_116, aten.sub.Tensor 2025-06-05T23:50:28.6887881Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_598, aten._to_copy.default 2025-06-05T23:50:28.6888680Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_172, aten.add.Tensor 2025-06-05T23:50:28.6889540Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_599, aten._to_copy.default 2025-06-05T23:50:28.6890346Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_117, aten.sub.Tensor 2025-06-05T23:50:28.6891155Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_600, aten._to_copy.default 2025-06-05T23:50:28.6892011Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_173, aten.add.Tensor 2025-06-05T23:50:28.6892984Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_601, aten._to_copy.default 2025-06-05T23:50:28.6893846Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_118, aten.sub.Tensor 2025-06-05T23:50:28.6894651Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_602, aten._to_copy.default 2025-06-05T23:50:28.6895453Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_174, aten.add.Tensor 2025-06-05T23:50:28.6896242Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_603, aten._to_copy.default 2025-06-05T23:50:28.6897048Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_119, aten.sub.Tensor 2025-06-05T23:50:28.6897846Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_604, aten._to_copy.default 2025-06-05T23:50:28.6898653Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_175, aten.add.Tensor 2025-06-05T23:50:28.6899457Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_605, aten._to_copy.default 2025-06-05T23:50:28.6900257Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_196, aten.cat.default 2025-06-05T23:50:28.6901034Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_197, aten.cat.default 2025-06-05T23:50:28.6901798Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_198, aten.cat.default 2025-06-05T23:50:28.6902576Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_199, aten.cat.default 2025-06-05T23:50:28.6903352Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_200, aten.cat.default 2025-06-05T23:50:28.6904155Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_201, aten.cat.default 2025-06-05T23:50:28.6904935Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_202, aten.cat.default 2025-06-05T23:50:28.6905732Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_203, aten.cat.default 2025-06-05T23:50:28.6906507Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_204, aten.cat.default 2025-06-05T23:50:28.6907284Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_205, aten.cat.default 2025-06-05T23:50:28.6908049Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_206, aten.cat.default 2025-06-05T23:50:28.6908815Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_207, aten.cat.default 2025-06-05T23:50:28.6909576Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_208, aten.cat.default 2025-06-05T23:50:28.6910355Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_209, aten.cat.default 2025-06-05T23:50:28.6911131Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_210, aten.cat.default 2025-06-05T23:50:28.6911884Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_211, aten.cat.default 2025-06-05T23:50:28.6912654Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_212, aten.cat.default 2025-06-05T23:50:28.6913412Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_213, aten.cat.default 2025-06-05T23:50:28.6914184Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_214, aten.cat.default 2025-06-05T23:50:28.6914965Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_215, aten.cat.default 2025-06-05T23:50:28.6915724Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_216, aten.cat.default 2025-06-05T23:50:28.6916495Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_217, aten.cat.default 2025-06-05T23:50:28.6917297Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_218, aten.cat.default 2025-06-05T23:50:28.6918076Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_219, aten.cat.default 2025-06-05T23:50:28.6918979Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_249, aten.permute_copy.default 2025-06-05T23:50:28.6919908Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_250, aten.permute_copy.default 2025-06-05T23:50:28.6920828Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_251, aten.permute_copy.default 2025-06-05T23:50:28.6921730Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_252, aten.permute_copy.default 2025-06-05T23:50:28.6922646Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_253, aten.permute_copy.default 2025-06-05T23:50:28.6923563Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_254, aten.permute_copy.default 2025-06-05T23:50:28.6924462Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_255, aten.permute_copy.default 2025-06-05T23:50:28.6925379Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_256, aten.permute_copy.default 2025-06-05T23:50:28.6926279Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_257, aten.permute_copy.default 2025-06-05T23:50:28.6927186Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_258, aten.permute_copy.default 2025-06-05T23:50:28.6928093Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_259, aten.permute_copy.default 2025-06-05T23:50:28.6928994Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_260, aten.permute_copy.default 2025-06-05T23:50:28.6929952Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_220, aten.cat.default 2025-06-05T23:50:28.6930717Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_222, aten.cat.default 2025-06-05T23:50:28.6931518Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_224, aten.cat.default 2025-06-05T23:50:28.6932291Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_226, aten.cat.default 2025-06-05T23:50:28.6933047Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_228, aten.cat.default 2025-06-05T23:50:28.6933821Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_230, aten.cat.default 2025-06-05T23:50:29.2360710Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_232, aten.cat.default 2025-06-05T23:50:29.2362375Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_234, aten.cat.default 2025-06-05T23:50:29.2363965Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_236, aten.cat.default 2025-06-05T23:50:29.2365497Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_238, aten.cat.default 2025-06-05T23:50:29.2367021Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_240, aten.cat.default 2025-06-05T23:50:29.2368598Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_242, aten.cat.default 2025-06-05T23:50:29.2370232Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_96, aten.matmul.default 2025-06-05T23:50:29.2371831Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_98, aten.matmul.default 2025-06-05T23:50:29.2373443Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_100, aten.matmul.default 2025-06-05T23:50:29.2375073Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_102, aten.matmul.default 2025-06-05T23:50:29.2377022Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_104, aten.matmul.default 2025-06-05T23:50:29.2378645Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_106, aten.matmul.default 2025-06-05T23:50:29.2380324Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_108, aten.matmul.default 2025-06-05T23:50:29.2381951Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_110, aten.matmul.default 2025-06-05T23:50:29.2383568Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_112, aten.matmul.default 2025-06-05T23:50:29.2385176Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_114, aten.matmul.default 2025-06-05T23:50:29.2386790Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_116, aten.matmul.default 2025-06-05T23:50:29.2388415Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_118, aten.matmul.default 2025-06-05T23:50:29.2389958Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_48, aten.div.Tensor 2025-06-05T23:50:29.2391447Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_49, aten.div.Tensor 2025-06-05T23:50:29.2392923Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_50, aten.div.Tensor 2025-06-05T23:50:29.2394399Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_51, aten.div.Tensor 2025-06-05T23:50:29.2395873Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_52, aten.div.Tensor 2025-06-05T23:50:29.2397347Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_53, aten.div.Tensor 2025-06-05T23:50:29.2398830Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_54, aten.div.Tensor 2025-06-05T23:50:29.2400317Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_55, aten.div.Tensor 2025-06-05T23:50:29.2401868Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_56, aten.div.Tensor 2025-06-05T23:50:29.2403348Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_57, aten.div.Tensor 2025-06-05T23:50:29.2405813Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_58, aten.div.Tensor 2025-06-05T23:50:29.2407136Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_59, aten.div.Tensor 2025-06-05T23:50:29.2408468Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_176, aten.add.Tensor 2025-06-05T23:50:29.2409865Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_177, aten.add.Tensor 2025-06-05T23:50:29.2411210Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_178, aten.add.Tensor 2025-06-05T23:50:29.2412549Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_179, aten.add.Tensor 2025-06-05T23:50:29.2413881Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_180, aten.add.Tensor 2025-06-05T23:50:29.2415224Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_181, aten.add.Tensor 2025-06-05T23:50:29.2416555Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_182, aten.add.Tensor 2025-06-05T23:50:29.2417898Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_183, aten.add.Tensor 2025-06-05T23:50:29.2419238Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_184, aten.add.Tensor 2025-06-05T23:50:29.2420559Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_185, aten.add.Tensor 2025-06-05T23:50:29.2421899Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_186, aten.add.Tensor 2025-06-05T23:50:29.2423223Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_187, aten.add.Tensor 2025-06-05T23:50:29.2424658Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_48, aten._softmax.default 2025-06-05T23:50:29.2426247Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_49, aten._softmax.default 2025-06-05T23:50:29.2427749Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_50, aten._softmax.default 2025-06-05T23:50:29.2429281Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_51, aten._softmax.default 2025-06-05T23:50:29.2430776Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_52, aten._softmax.default 2025-06-05T23:50:29.2432279Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_53, aten._softmax.default 2025-06-05T23:50:29.2433777Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_54, aten._softmax.default 2025-06-05T23:50:29.2435259Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_55, aten._softmax.default 2025-06-05T23:50:29.2436763Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_56, aten._softmax.default 2025-06-05T23:50:29.2438245Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_57, aten._softmax.default 2025-06-05T23:50:29.2439751Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_58, aten._softmax.default 2025-06-05T23:50:29.2441248Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_59, aten._softmax.default 2025-06-05T23:50:29.2442819Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_97, aten.matmul.default 2025-06-05T23:50:29.2444275Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_99, aten.matmul.default 2025-06-05T23:50:29.2445729Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_101, aten.matmul.default 2025-06-05T23:50:29.2447237Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_103, aten.matmul.default 2025-06-05T23:50:29.2448709Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_105, aten.matmul.default 2025-06-05T23:50:29.2450816Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_107, aten.matmul.default 2025-06-05T23:50:29.2452280Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_109, aten.matmul.default 2025-06-05T23:50:29.2453729Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_111, aten.matmul.default 2025-06-05T23:50:29.2455191Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_113, aten.matmul.default 2025-06-05T23:50:29.2456646Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_115, aten.matmul.default 2025-06-05T23:50:29.2458089Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_117, aten.matmul.default 2025-06-05T23:50:29.2459667Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_119, aten.matmul.default 2025-06-05T23:50:29.2461084Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_244, aten.cat.default 2025-06-05T23:50:29.2462551Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_201, aten.view_copy.default 2025-06-05T23:50:29.2464154Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1333, aten.permute_copy.default 2025-06-05T23:50:29.2465779Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_196, aten.convolution.default 2025-06-05T23:50:29.2467414Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1334, aten.permute_copy.default 2025-06-05T23:50:29.2469038Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_202, aten.view_copy.default 2025-06-05T23:50:29.2470681Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_188, aten.add.Tensor 2025-06-05T23:50:29.2472512Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_rms_norm_default_9, aten.rms_norm.default 2025-06-05T23:50:29.2474407Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_203, aten.view_copy.default 2025-06-05T23:50:29.2476448Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1335, aten.permute_copy.default 2025-06-05T23:50:29.2478323Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_197, aten.convolution.default 2025-06-05T23:50:29.2480126Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_198, aten.convolution.default 2025-06-05T23:50:29.2481670Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sigmoid_default_4, aten.sigmoid.default 2025-06-05T23:50:29.2483088Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_488, aten.mul.Tensor 2025-06-05T23:50:29.7556149Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_489, aten.mul.Tensor 2025-06-05T23:50:29.7557712Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_199, aten.convolution.default 2025-06-05T23:50:29.7559598Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1336, aten.permute_copy.default 2025-06-05T23:50:29.7561228Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_204, aten.view_copy.default 2025-06-05T23:50:29.7562732Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_189, aten.add.Tensor 2025-06-05T23:50:29.7564192Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_rms_norm_default_10, aten.rms_norm.default 2025-06-05T23:50:29.7565774Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_205, aten.view_copy.default 2025-06-05T23:50:29.7567748Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1337, aten.permute_copy.default 2025-06-05T23:50:29.7569361Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_606, aten._to_copy.default 2025-06-05T23:50:29.7571226Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_200, aten.convolution.default 2025-06-05T23:50:29.7572962Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1338, aten.permute_copy.default 2025-06-05T23:50:29.7574579Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_201, aten.convolution.default 2025-06-05T23:50:29.7576178Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1339, aten.permute_copy.default 2025-06-05T23:50:29.7577770Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_202, aten.convolution.default 2025-06-05T23:50:29.7579429Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1340, aten.permute_copy.default 2025-06-05T23:50:29.7581160Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_203, aten.convolution.default 2025-06-05T23:50:29.7582915Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1341, aten.permute_copy.default 2025-06-05T23:50:29.7584592Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_204, aten.convolution.default 2025-06-05T23:50:29.7586253Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1342, aten.permute_copy.default 2025-06-05T23:50:29.7587915Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_205, aten.convolution.default 2025-06-05T23:50:29.7589571Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1343, aten.permute_copy.default 2025-06-05T23:50:29.7591258Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_206, aten.convolution.default 2025-06-05T23:50:29.7593143Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1344, aten.permute_copy.default 2025-06-05T23:50:29.7594857Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_207, aten.convolution.default 2025-06-05T23:50:29.7596658Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1345, aten.permute_copy.default 2025-06-05T23:50:29.7598364Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_208, aten.convolution.default 2025-06-05T23:50:29.7600038Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1346, aten.permute_copy.default 2025-06-05T23:50:29.7601727Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_209, aten.convolution.default 2025-06-05T23:50:29.7603406Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1347, aten.permute_copy.default 2025-06-05T23:50:29.7605122Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_210, aten.convolution.default 2025-06-05T23:50:29.7606863Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1348, aten.permute_copy.default 2025-06-05T23:50:29.7608521Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_211, aten.convolution.default 2025-06-05T23:50:29.7610307Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1349, aten.permute_copy.default 2025-06-05T23:50:29.7611981Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_212, aten.convolution.default 2025-06-05T23:50:29.7613667Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1350, aten.permute_copy.default 2025-06-05T23:50:29.7615363Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_213, aten.convolution.default 2025-06-05T23:50:29.7617179Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1351, aten.permute_copy.default 2025-06-05T23:50:29.7618916Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_214, aten.convolution.default 2025-06-05T23:50:29.7620684Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1352, aten.permute_copy.default 2025-06-05T23:50:29.7622460Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_215, aten.convolution.default 2025-06-05T23:50:29.7624263Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1353, aten.permute_copy.default 2025-06-05T23:50:29.7625949Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_216, aten.convolution.default 2025-06-05T23:50:29.7627700Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1354, aten.permute_copy.default 2025-06-05T23:50:29.7629458Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_217, aten.convolution.default 2025-06-05T23:50:29.7630984Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1355, aten.permute_copy.default 2025-06-05T23:50:29.7632590Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_218, aten.convolution.default 2025-06-05T23:50:29.7634316Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1356, aten.permute_copy.default 2025-06-05T23:50:29.7636061Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_219, aten.convolution.default 2025-06-05T23:50:29.7637731Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1357, aten.permute_copy.default 2025-06-05T23:50:29.7639395Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_220, aten.convolution.default 2025-06-05T23:50:29.7641080Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1358, aten.permute_copy.default 2025-06-05T23:50:29.7642840Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_221, aten.convolution.default 2025-06-05T23:50:29.7644606Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1359, aten.permute_copy.default 2025-06-05T23:50:29.7646305Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_222, aten.convolution.default 2025-06-05T23:50:29.7648022Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1360, aten.permute_copy.default 2025-06-05T23:50:29.7649723Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_223, aten.convolution.default 2025-06-05T23:50:29.7651453Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1361, aten.permute_copy.default 2025-06-05T23:50:29.7653209Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_224, aten.convolution.default 2025-06-05T23:50:29.7654879Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1362, aten.permute_copy.default 2025-06-05T23:50:29.7656552Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_225, aten.convolution.default 2025-06-05T23:50:29.7658225Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1363, aten.permute_copy.default 2025-06-05T23:50:29.7660051Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_226, aten.convolution.default 2025-06-05T23:50:29.7661749Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1364, aten.permute_copy.default 2025-06-05T23:50:29.7663452Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_227, aten.convolution.default 2025-06-05T23:50:29.7665273Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1365, aten.permute_copy.default 2025-06-05T23:50:29.7666944Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_228, aten.convolution.default 2025-06-05T23:50:29.7668776Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1366, aten.permute_copy.default 2025-06-05T23:50:29.7670497Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_229, aten.convolution.default 2025-06-05T23:50:29.7672190Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1367, aten.permute_copy.default 2025-06-05T23:50:29.7673851Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_230, aten.convolution.default 2025-06-05T23:50:29.7675508Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1368, aten.permute_copy.default 2025-06-05T23:50:30.0230833Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_231, aten.convolution.default 2025-06-05T23:50:30.0232547Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1369, aten.permute_copy.default 2025-06-05T23:50:30.0234242Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_232, aten.convolution.default 2025-06-05T23:50:30.0235933Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1370, aten.permute_copy.default 2025-06-05T23:50:30.0237617Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_233, aten.convolution.default 2025-06-05T23:50:30.0239297Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1371, aten.permute_copy.default 2025-06-05T23:50:30.0240988Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_234, aten.convolution.default 2025-06-05T23:50:30.0242708Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1372, aten.permute_copy.default 2025-06-05T23:50:30.0244796Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_235, aten.convolution.default 2025-06-05T23:50:30.0246537Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1373, aten.permute_copy.default 2025-06-05T23:50:30.0248364Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_206, aten.view_copy.default 2025-06-05T23:50:30.0250079Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_207, aten.view_copy.default 2025-06-05T23:50:30.0251713Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_208, aten.view_copy.default 2025-06-05T23:50:30.0253339Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_209, aten.view_copy.default 2025-06-05T23:50:30.0254915Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_210, aten.view_copy.default 2025-06-05T23:50:30.0256483Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_211, aten.view_copy.default 2025-06-05T23:50:30.0258060Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_212, aten.view_copy.default 2025-06-05T23:50:30.0259887Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_213, aten.view_copy.default 2025-06-05T23:50:30.0261468Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_214, aten.view_copy.default 2025-06-05T23:50:30.0263062Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_215, aten.view_copy.default 2025-06-05T23:50:30.0264663Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_216, aten.view_copy.default 2025-06-05T23:50:30.0266221Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_217, aten.view_copy.default 2025-06-05T23:50:30.0268025Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_218, aten.view_copy.default 2025-06-05T23:50:30.0269637Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_219, aten.view_copy.default 2025-06-05T23:50:30.0271282Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_220, aten.view_copy.default 2025-06-05T23:50:30.0272904Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_221, aten.view_copy.default 2025-06-05T23:50:30.0274528Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_222, aten.view_copy.default 2025-06-05T23:50:30.0276164Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_223, aten.view_copy.default 2025-06-05T23:50:30.0277713Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_224, aten.view_copy.default 2025-06-05T23:50:30.0279290Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_225, aten.view_copy.default 2025-06-05T23:50:30.0280864Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_226, aten.view_copy.default 2025-06-05T23:50:30.0282436Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_227, aten.view_copy.default 2025-06-05T23:50:30.0284028Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_228, aten.view_copy.default 2025-06-05T23:50:30.0285611Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_229, aten.view_copy.default 2025-06-05T23:50:30.0287219Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_230, aten.view_copy.default 2025-06-05T23:50:30.0288766Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_231, aten.view_copy.default 2025-06-05T23:50:30.0290471Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_232, aten.view_copy.default 2025-06-05T23:50:30.0292229Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_233, aten.view_copy.default 2025-06-05T23:50:30.0293797Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_234, aten.view_copy.default 2025-06-05T23:50:30.0295311Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_235, aten.view_copy.default 2025-06-05T23:50:30.0296930Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_236, aten.view_copy.default 2025-06-05T23:50:30.0298553Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_237, aten.view_copy.default 2025-06-05T23:50:30.0300179Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_238, aten.view_copy.default 2025-06-05T23:50:30.0301725Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_239, aten.view_copy.default 2025-06-05T23:50:30.0303313Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_240, aten.view_copy.default 2025-06-05T23:50:30.0304885Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_241, aten.view_copy.default 2025-06-05T23:50:30.0306459Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_240, aten.slice_copy.Tensor 2025-06-05T23:50:30.0308051Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_241, aten.slice_copy.Tensor 2025-06-05T23:50:30.0309633Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_242, aten.slice_copy.Tensor 2025-06-05T23:50:30.0311251Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_243, aten.slice_copy.Tensor 2025-06-05T23:50:30.0312817Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_244, aten.slice_copy.Tensor 2025-06-05T23:50:30.0314565Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_245, aten.slice_copy.Tensor 2025-06-05T23:50:30.0316213Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_246, aten.slice_copy.Tensor 2025-06-05T23:50:30.0317857Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_247, aten.slice_copy.Tensor 2025-06-05T23:50:30.0319486Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_248, aten.slice_copy.Tensor 2025-06-05T23:50:30.0321120Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_249, aten.slice_copy.Tensor 2025-06-05T23:50:30.0322746Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_250, aten.slice_copy.Tensor 2025-06-05T23:50:30.0324310Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_251, aten.slice_copy.Tensor 2025-06-05T23:50:30.0325873Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_252, aten.slice_copy.Tensor 2025-06-05T23:50:30.0327457Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_253, aten.slice_copy.Tensor 2025-06-05T23:50:30.0329041Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_254, aten.slice_copy.Tensor 2025-06-05T23:50:30.0330710Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_255, aten.slice_copy.Tensor 2025-06-05T23:50:30.0332316Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_256, aten.slice_copy.Tensor 2025-06-05T23:50:30.0333906Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_257, aten.slice_copy.Tensor 2025-06-05T23:50:30.0335461Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_258, aten.slice_copy.Tensor 2025-06-05T23:50:30.0337110Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_259, aten.slice_copy.Tensor 2025-06-05T23:50:30.0338747Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_260, aten.slice_copy.Tensor 2025-06-05T23:50:30.0340419Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_261, aten.slice_copy.Tensor 2025-06-05T23:50:30.0342027Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_262, aten.slice_copy.Tensor 2025-06-05T23:50:30.0343745Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_263, aten.slice_copy.Tensor 2025-06-05T23:50:30.0345386Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_264, aten.slice_copy.Tensor 2025-06-05T23:50:30.0346933Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_265, aten.slice_copy.Tensor 2025-06-05T23:50:30.0348508Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_266, aten.slice_copy.Tensor 2025-06-05T23:50:30.4599482Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_267, aten.slice_copy.Tensor 2025-06-05T23:50:30.4600487Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_268, aten.slice_copy.Tensor 2025-06-05T23:50:30.4601362Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_269, aten.slice_copy.Tensor 2025-06-05T23:50:30.4602240Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_270, aten.slice_copy.Tensor 2025-06-05T23:50:30.4603146Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_271, aten.slice_copy.Tensor 2025-06-05T23:50:30.4604001Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_272, aten.slice_copy.Tensor 2025-06-05T23:50:30.4604876Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_273, aten.slice_copy.Tensor 2025-06-05T23:50:30.4605745Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_274, aten.slice_copy.Tensor 2025-06-05T23:50:30.4606821Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_275, aten.slice_copy.Tensor 2025-06-05T23:50:30.4607692Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_276, aten.slice_copy.Tensor 2025-06-05T23:50:30.4608608Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_277, aten.slice_copy.Tensor 2025-06-05T23:50:30.4609545Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_278, aten.slice_copy.Tensor 2025-06-05T23:50:30.4610414Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_279, aten.slice_copy.Tensor 2025-06-05T23:50:30.4611330Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_280, aten.slice_copy.Tensor 2025-06-05T23:50:30.4612191Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_281, aten.slice_copy.Tensor 2025-06-05T23:50:30.4613055Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_282, aten.slice_copy.Tensor 2025-06-05T23:50:30.4613910Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_283, aten.slice_copy.Tensor 2025-06-05T23:50:30.4614777Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_284, aten.slice_copy.Tensor 2025-06-05T23:50:30.4615630Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_285, aten.slice_copy.Tensor 2025-06-05T23:50:30.4616494Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_286, aten.slice_copy.Tensor 2025-06-05T23:50:30.4617357Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_287, aten.slice_copy.Tensor 2025-06-05T23:50:30.4618168Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_270, aten.cat.default 2025-06-05T23:50:30.4618946Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_272, aten.cat.default 2025-06-05T23:50:30.4619824Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_274, aten.cat.default 2025-06-05T23:50:30.4620603Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_276, aten.cat.default 2025-06-05T23:50:30.4621445Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_278, aten.cat.default 2025-06-05T23:50:30.4622209Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_280, aten.cat.default 2025-06-05T23:50:30.4622991Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_282, aten.cat.default 2025-06-05T23:50:30.4623774Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_284, aten.cat.default 2025-06-05T23:50:30.4624538Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_286, aten.cat.default 2025-06-05T23:50:30.4625311Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_288, aten.cat.default 2025-06-05T23:50:30.4626092Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_290, aten.cat.default 2025-06-05T23:50:30.4626852Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_292, aten.cat.default 2025-06-05T23:50:30.4627626Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_490, aten.mul.Tensor 2025-06-05T23:50:30.4628380Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_492, aten.mul.Tensor 2025-06-05T23:50:30.4629141Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_491, aten.mul.Tensor 2025-06-05T23:50:30.4629900Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_493, aten.mul.Tensor 2025-06-05T23:50:30.4630650Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_494, aten.mul.Tensor 2025-06-05T23:50:30.4631406Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_496, aten.mul.Tensor 2025-06-05T23:50:30.4632209Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_495, aten.mul.Tensor 2025-06-05T23:50:30.4632973Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_497, aten.mul.Tensor 2025-06-05T23:50:30.4633762Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_498, aten.mul.Tensor 2025-06-05T23:50:30.4634515Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_500, aten.mul.Tensor 2025-06-05T23:50:30.4635274Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_499, aten.mul.Tensor 2025-06-05T23:50:30.4636014Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_501, aten.mul.Tensor 2025-06-05T23:50:30.4636770Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_502, aten.mul.Tensor 2025-06-05T23:50:30.4637521Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_504, aten.mul.Tensor 2025-06-05T23:50:30.4638263Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_503, aten.mul.Tensor 2025-06-05T23:50:30.4639020Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_505, aten.mul.Tensor 2025-06-05T23:50:30.4639765Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_506, aten.mul.Tensor 2025-06-05T23:50:30.4640522Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_508, aten.mul.Tensor 2025-06-05T23:50:30.4641277Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_507, aten.mul.Tensor 2025-06-05T23:50:30.4642019Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_509, aten.mul.Tensor 2025-06-05T23:50:30.4642771Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_510, aten.mul.Tensor 2025-06-05T23:50:30.4643511Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_512, aten.mul.Tensor 2025-06-05T23:50:30.4644267Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_511, aten.mul.Tensor 2025-06-05T23:50:30.4645050Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_513, aten.mul.Tensor 2025-06-05T23:50:30.4645807Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_514, aten.mul.Tensor 2025-06-05T23:50:30.4646595Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_516, aten.mul.Tensor 2025-06-05T23:50:30.4647341Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_515, aten.mul.Tensor 2025-06-05T23:50:30.4648095Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_517, aten.mul.Tensor 2025-06-05T23:50:30.4648835Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_518, aten.mul.Tensor 2025-06-05T23:50:30.4649838Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_520, aten.mul.Tensor 2025-06-05T23:50:30.4650614Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_519, aten.mul.Tensor 2025-06-05T23:50:30.4651363Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_521, aten.mul.Tensor 2025-06-05T23:50:30.4652120Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_522, aten.mul.Tensor 2025-06-05T23:50:30.4652867Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_524, aten.mul.Tensor 2025-06-05T23:50:30.4653623Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_523, aten.mul.Tensor 2025-06-05T23:50:30.4654376Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_525, aten.mul.Tensor 2025-06-05T23:50:30.4655119Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_526, aten.mul.Tensor 2025-06-05T23:50:30.4655873Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_528, aten.mul.Tensor 2025-06-05T23:50:30.4656614Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_527, aten.mul.Tensor 2025-06-05T23:50:30.4657414Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_529, aten.mul.Tensor 2025-06-05T23:50:30.4658174Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_530, aten.mul.Tensor 2025-06-05T23:50:30.4658958Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_532, aten.mul.Tensor 2025-06-05T23:50:30.4660009Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_531, aten.mul.Tensor 2025-06-05T23:50:30.4660758Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_533, aten.mul.Tensor 2025-06-05T23:50:30.4661520Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_534, aten.mul.Tensor 2025-06-05T23:50:30.4662265Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_536, aten.mul.Tensor 2025-06-05T23:50:30.4663028Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_535, aten.mul.Tensor 2025-06-05T23:50:30.4663796Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_537, aten.mul.Tensor 2025-06-05T23:50:30.4664536Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_538, aten.mul.Tensor 2025-06-05T23:50:30.9039296Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_540, aten.mul.Tensor 2025-06-05T23:50:30.9040327Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_539, aten.mul.Tensor 2025-06-05T23:50:30.9041083Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_541, aten.mul.Tensor 2025-06-05T23:50:30.9041845Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_542, aten.mul.Tensor 2025-06-05T23:50:30.9042603Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_544, aten.mul.Tensor 2025-06-05T23:50:30.9043352Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_543, aten.mul.Tensor 2025-06-05T23:50:30.9044115Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_545, aten.mul.Tensor 2025-06-05T23:50:30.9045083Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_546, aten.mul.Tensor 2025-06-05T23:50:30.9045875Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_548, aten.mul.Tensor 2025-06-05T23:50:30.9046690Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_547, aten.mul.Tensor 2025-06-05T23:50:30.9047444Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_549, aten.mul.Tensor 2025-06-05T23:50:30.9048205Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_550, aten.mul.Tensor 2025-06-05T23:50:30.9048962Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_552, aten.mul.Tensor 2025-06-05T23:50:30.9049760Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_551, aten.mul.Tensor 2025-06-05T23:50:30.9050525Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_553, aten.mul.Tensor 2025-06-05T23:50:30.9051272Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_554, aten.mul.Tensor 2025-06-05T23:50:30.9052028Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_556, aten.mul.Tensor 2025-06-05T23:50:30.9052784Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_555, aten.mul.Tensor 2025-06-05T23:50:30.9053524Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_557, aten.mul.Tensor 2025-06-05T23:50:30.9054278Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_558, aten.mul.Tensor 2025-06-05T23:50:30.9055024Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_560, aten.mul.Tensor 2025-06-05T23:50:30.9055782Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_559, aten.mul.Tensor 2025-06-05T23:50:30.9056589Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_561, aten.mul.Tensor 2025-06-05T23:50:30.9057339Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_562, aten.mul.Tensor 2025-06-05T23:50:30.9058092Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_564, aten.mul.Tensor 2025-06-05T23:50:30.9058888Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_563, aten.mul.Tensor 2025-06-05T23:50:30.9059829Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_565, aten.mul.Tensor 2025-06-05T23:50:30.9060588Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_566, aten.mul.Tensor 2025-06-05T23:50:30.9061332Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_568, aten.mul.Tensor 2025-06-05T23:50:30.9062092Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_567, aten.mul.Tensor 2025-06-05T23:50:30.9062839Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_569, aten.mul.Tensor 2025-06-05T23:50:30.9063601Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_570, aten.mul.Tensor 2025-06-05T23:50:30.9064343Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_572, aten.mul.Tensor 2025-06-05T23:50:30.9065102Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_571, aten.mul.Tensor 2025-06-05T23:50:30.9065853Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_573, aten.mul.Tensor 2025-06-05T23:50:30.9066589Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_574, aten.mul.Tensor 2025-06-05T23:50:30.9067347Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_576, aten.mul.Tensor 2025-06-05T23:50:30.9068091Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_575, aten.mul.Tensor 2025-06-05T23:50:30.9068844Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_577, aten.mul.Tensor 2025-06-05T23:50:30.9069662Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_578, aten.mul.Tensor 2025-06-05T23:50:30.9070405Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_580, aten.mul.Tensor 2025-06-05T23:50:30.9071164Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_579, aten.mul.Tensor 2025-06-05T23:50:30.9071948Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_581, aten.mul.Tensor 2025-06-05T23:50:30.9072717Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_582, aten.mul.Tensor 2025-06-05T23:50:30.9073481Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_584, aten.mul.Tensor 2025-06-05T23:50:30.9074223Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_583, aten.mul.Tensor 2025-06-05T23:50:30.9074982Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_585, aten.mul.Tensor 2025-06-05T23:50:30.9075733Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_120, aten.sub.Tensor 2025-06-05T23:50:30.9076500Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_190, aten.add.Tensor 2025-06-05T23:50:30.9077265Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_121, aten.sub.Tensor 2025-06-05T23:50:30.9078012Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_191, aten.add.Tensor 2025-06-05T23:50:30.9078770Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_122, aten.sub.Tensor 2025-06-05T23:50:30.9079519Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_192, aten.add.Tensor 2025-06-05T23:50:30.9080278Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_123, aten.sub.Tensor 2025-06-05T23:50:30.9081024Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_193, aten.add.Tensor 2025-06-05T23:50:30.9081824Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_124, aten.sub.Tensor 2025-06-05T23:50:30.9082586Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_194, aten.add.Tensor 2025-06-05T23:50:30.9083374Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_125, aten.sub.Tensor 2025-06-05T23:50:30.9084134Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_195, aten.add.Tensor 2025-06-05T23:50:30.9084878Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_126, aten.sub.Tensor 2025-06-05T23:50:30.9085638Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_196, aten.add.Tensor 2025-06-05T23:50:30.9086399Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_127, aten.sub.Tensor 2025-06-05T23:50:30.9087144Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_197, aten.add.Tensor 2025-06-05T23:50:30.9087898Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_128, aten.sub.Tensor 2025-06-05T23:50:30.9088641Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_198, aten.add.Tensor 2025-06-05T23:50:30.9089393Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_129, aten.sub.Tensor 2025-06-05T23:50:30.9090229Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_199, aten.add.Tensor 2025-06-05T23:50:30.9090971Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_130, aten.sub.Tensor 2025-06-05T23:50:30.9091724Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_200, aten.add.Tensor 2025-06-05T23:50:30.9092468Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_131, aten.sub.Tensor 2025-06-05T23:50:30.9093225Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_201, aten.add.Tensor 2025-06-05T23:50:30.9093981Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_132, aten.sub.Tensor 2025-06-05T23:50:30.9094851Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_607, aten._to_copy.default 2025-06-05T23:50:30.9095668Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_202, aten.add.Tensor 2025-06-05T23:50:30.9096487Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_608, aten._to_copy.default 2025-06-05T23:50:30.9097295Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_133, aten.sub.Tensor 2025-06-05T23:50:30.9098097Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_609, aten._to_copy.default 2025-06-05T23:50:30.9098885Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_203, aten.add.Tensor 2025-06-05T23:50:30.9099695Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_610, aten._to_copy.default 2025-06-05T23:50:30.9100490Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_134, aten.sub.Tensor 2025-06-05T23:50:30.9101294Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_611, aten._to_copy.default 2025-06-05T23:50:30.9102101Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_204, aten.add.Tensor 2025-06-05T23:50:30.9103166Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_612, aten._to_copy.default 2025-06-05T23:50:30.9104036Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_135, aten.sub.Tensor 2025-06-05T23:50:31.3160343Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_613, aten._to_copy.default 2025-06-05T23:50:31.3161353Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_205, aten.add.Tensor 2025-06-05T23:50:31.3162170Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_614, aten._to_copy.default 2025-06-05T23:50:31.3163263Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_136, aten.sub.Tensor 2025-06-05T23:50:31.3164095Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_615, aten._to_copy.default 2025-06-05T23:50:31.3165319Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_206, aten.add.Tensor 2025-06-05T23:50:31.3166144Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_616, aten._to_copy.default 2025-06-05T23:50:31.3166942Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_137, aten.sub.Tensor 2025-06-05T23:50:31.3167757Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_617, aten._to_copy.default 2025-06-05T23:50:31.3168549Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_207, aten.add.Tensor 2025-06-05T23:50:31.3169349Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_618, aten._to_copy.default 2025-06-05T23:50:31.3170236Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_138, aten.sub.Tensor 2025-06-05T23:50:31.3171039Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_619, aten._to_copy.default 2025-06-05T23:50:31.3171849Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_208, aten.add.Tensor 2025-06-05T23:50:31.3172651Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_620, aten._to_copy.default 2025-06-05T23:50:31.3173461Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_139, aten.sub.Tensor 2025-06-05T23:50:31.3174272Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_621, aten._to_copy.default 2025-06-05T23:50:31.3175063Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_209, aten.add.Tensor 2025-06-05T23:50:31.3175868Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_622, aten._to_copy.default 2025-06-05T23:50:31.3176747Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_140, aten.sub.Tensor 2025-06-05T23:50:31.3177551Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_623, aten._to_copy.default 2025-06-05T23:50:31.3178363Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_210, aten.add.Tensor 2025-06-05T23:50:31.3179216Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_624, aten._to_copy.default 2025-06-05T23:50:31.3180026Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_141, aten.sub.Tensor 2025-06-05T23:50:31.3180824Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_625, aten._to_copy.default 2025-06-05T23:50:31.3181626Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_211, aten.add.Tensor 2025-06-05T23:50:31.3182433Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_626, aten._to_copy.default 2025-06-05T23:50:31.3183231Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_142, aten.sub.Tensor 2025-06-05T23:50:31.3184041Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_627, aten._to_copy.default 2025-06-05T23:50:31.3184844Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_212, aten.add.Tensor 2025-06-05T23:50:31.3185657Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_628, aten._to_copy.default 2025-06-05T23:50:31.3186462Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_143, aten.sub.Tensor 2025-06-05T23:50:31.3187258Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_629, aten._to_copy.default 2025-06-05T23:50:31.3188064Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_213, aten.add.Tensor 2025-06-05T23:50:31.3188902Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_630, aten._to_copy.default 2025-06-05T23:50:31.3189728Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_245, aten.cat.default 2025-06-05T23:50:31.3190509Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_246, aten.cat.default 2025-06-05T23:50:31.3191316Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_247, aten.cat.default 2025-06-05T23:50:31.3192095Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_248, aten.cat.default 2025-06-05T23:50:31.3192866Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_249, aten.cat.default 2025-06-05T23:50:31.3193642Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_250, aten.cat.default 2025-06-05T23:50:31.3194422Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_251, aten.cat.default 2025-06-05T23:50:31.3195189Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_252, aten.cat.default 2025-06-05T23:50:31.3195970Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_253, aten.cat.default 2025-06-05T23:50:31.3196735Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_254, aten.cat.default 2025-06-05T23:50:31.3197515Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_255, aten.cat.default 2025-06-05T23:50:31.3198294Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_256, aten.cat.default 2025-06-05T23:50:31.3199053Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_257, aten.cat.default 2025-06-05T23:50:31.3199853Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_258, aten.cat.default 2025-06-05T23:50:31.3200618Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_259, aten.cat.default 2025-06-05T23:50:31.3201396Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_260, aten.cat.default 2025-06-05T23:50:31.3202197Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_261, aten.cat.default 2025-06-05T23:50:31.3202979Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_262, aten.cat.default 2025-06-05T23:50:31.3203792Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_263, aten.cat.default 2025-06-05T23:50:31.3204563Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_264, aten.cat.default 2025-06-05T23:50:31.3205350Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_265, aten.cat.default 2025-06-05T23:50:31.3206118Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_266, aten.cat.default 2025-06-05T23:50:31.3206901Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_267, aten.cat.default 2025-06-05T23:50:31.3207684Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_268, aten.cat.default 2025-06-05T23:50:31.3208533Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_302, aten.permute_copy.default 2025-06-05T23:50:31.3209528Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_303, aten.permute_copy.default 2025-06-05T23:50:31.3210448Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_304, aten.permute_copy.default 2025-06-05T23:50:31.3211373Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_305, aten.permute_copy.default 2025-06-05T23:50:31.3212295Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_306, aten.permute_copy.default 2025-06-05T23:50:31.3213204Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_307, aten.permute_copy.default 2025-06-05T23:50:31.3214125Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_308, aten.permute_copy.default 2025-06-05T23:50:31.3215067Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_309, aten.permute_copy.default 2025-06-05T23:50:31.3215991Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_310, aten.permute_copy.default 2025-06-05T23:50:31.3216948Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_311, aten.permute_copy.default 2025-06-05T23:50:31.3217858Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_312, aten.permute_copy.default 2025-06-05T23:50:31.3218774Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_313, aten.permute_copy.default 2025-06-05T23:50:31.3219631Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_269, aten.cat.default 2025-06-05T23:50:31.3220396Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_271, aten.cat.default 2025-06-05T23:50:31.3221171Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_273, aten.cat.default 2025-06-05T23:50:31.3221940Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_275, aten.cat.default 2025-06-05T23:50:31.3222716Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_277, aten.cat.default 2025-06-05T23:50:31.3223484Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_279, aten.cat.default 2025-06-05T23:50:31.3224260Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_281, aten.cat.default 2025-06-05T23:50:31.3225037Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_283, aten.cat.default 2025-06-05T23:50:31.8551444Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_285, aten.cat.default 2025-06-05T23:50:31.8552889Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_287, aten.cat.default 2025-06-05T23:50:31.8554297Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_289, aten.cat.default 2025-06-05T23:50:31.8555953Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_291, aten.cat.default 2025-06-05T23:50:31.8557374Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_120, aten.matmul.default 2025-06-05T23:50:31.8558902Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_122, aten.matmul.default 2025-06-05T23:50:31.8560501Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_124, aten.matmul.default 2025-06-05T23:50:31.8561956Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_126, aten.matmul.default 2025-06-05T23:50:31.8563392Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_128, aten.matmul.default 2025-06-05T23:50:31.8564846Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_130, aten.matmul.default 2025-06-05T23:50:31.8566297Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_132, aten.matmul.default 2025-06-05T23:50:31.8567759Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_134, aten.matmul.default 2025-06-05T23:50:31.8569218Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_136, aten.matmul.default 2025-06-05T23:50:31.8570735Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_138, aten.matmul.default 2025-06-05T23:50:31.8572185Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_140, aten.matmul.default 2025-06-05T23:50:31.8573618Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_142, aten.matmul.default 2025-06-05T23:50:31.8575005Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_60, aten.div.Tensor 2025-06-05T23:50:31.8576343Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_61, aten.div.Tensor 2025-06-05T23:50:31.8577743Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_62, aten.div.Tensor 2025-06-05T23:50:31.8579068Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_63, aten.div.Tensor 2025-06-05T23:50:31.8580439Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_64, aten.div.Tensor 2025-06-05T23:50:31.8581757Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_65, aten.div.Tensor 2025-06-05T23:50:31.8583056Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_66, aten.div.Tensor 2025-06-05T23:50:31.8584366Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_67, aten.div.Tensor 2025-06-05T23:50:31.8585678Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_68, aten.div.Tensor 2025-06-05T23:50:31.8586978Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_69, aten.div.Tensor 2025-06-05T23:50:31.8588295Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_70, aten.div.Tensor 2025-06-05T23:50:31.8589604Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_71, aten.div.Tensor 2025-06-05T23:50:31.8590938Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_214, aten.add.Tensor 2025-06-05T23:50:31.8592276Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_215, aten.add.Tensor 2025-06-05T23:50:31.8593602Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_216, aten.add.Tensor 2025-06-05T23:50:31.8594925Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_217, aten.add.Tensor 2025-06-05T23:50:31.8596210Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_218, aten.add.Tensor 2025-06-05T23:50:31.8597437Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_219, aten.add.Tensor 2025-06-05T23:50:31.8598629Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_220, aten.add.Tensor 2025-06-05T23:50:31.8599922Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_221, aten.add.Tensor 2025-06-05T23:50:31.8601103Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_222, aten.add.Tensor 2025-06-05T23:50:31.8602475Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_223, aten.add.Tensor 2025-06-05T23:50:31.8603969Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_224, aten.add.Tensor 2025-06-05T23:50:31.8605442Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_225, aten.add.Tensor 2025-06-05T23:50:31.8607016Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_60, aten._softmax.default 2025-06-05T23:50:31.8608766Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_61, aten._softmax.default 2025-06-05T23:50:31.8610379Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_62, aten._softmax.default 2025-06-05T23:50:31.8611901Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_63, aten._softmax.default 2025-06-05T23:50:31.8613404Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_64, aten._softmax.default 2025-06-05T23:50:31.8614894Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_65, aten._softmax.default 2025-06-05T23:50:31.8616396Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_66, aten._softmax.default 2025-06-05T23:50:31.8617887Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_67, aten._softmax.default 2025-06-05T23:50:31.8619377Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_68, aten._softmax.default 2025-06-05T23:50:31.8620877Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_69, aten._softmax.default 2025-06-05T23:50:31.8622527Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_70, aten._softmax.default 2025-06-05T23:50:31.8624037Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_71, aten._softmax.default 2025-06-05T23:50:31.8625573Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_121, aten.matmul.default 2025-06-05T23:50:31.8627022Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_123, aten.matmul.default 2025-06-05T23:50:31.8628496Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_125, aten.matmul.default 2025-06-05T23:50:31.8629944Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_127, aten.matmul.default 2025-06-05T23:50:31.8631406Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_129, aten.matmul.default 2025-06-05T23:50:31.8632849Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_131, aten.matmul.default 2025-06-05T23:50:31.8634315Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_133, aten.matmul.default 2025-06-05T23:50:31.8635771Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_135, aten.matmul.default 2025-06-05T23:50:31.8637218Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_137, aten.matmul.default 2025-06-05T23:50:31.8638678Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_139, aten.matmul.default 2025-06-05T23:50:31.8640124Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_141, aten.matmul.default 2025-06-05T23:50:31.8641583Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_143, aten.matmul.default 2025-06-05T23:50:31.8643006Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_293, aten.cat.default 2025-06-05T23:50:31.8644457Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_242, aten.view_copy.default 2025-06-05T23:50:31.8646103Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1374, aten.permute_copy.default 2025-06-05T23:50:31.8647773Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_236, aten.convolution.default 2025-06-05T23:50:31.8649407Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1375, aten.permute_copy.default 2025-06-05T23:50:31.8651068Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_243, aten.view_copy.default 2025-06-05T23:50:31.8652505Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_226, aten.add.Tensor 2025-06-05T23:50:31.8653926Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_rms_norm_default_11, aten.rms_norm.default 2025-06-05T23:50:31.8655436Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_244, aten.view_copy.default 2025-06-05T23:50:31.8657037Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1376, aten.permute_copy.default 2025-06-05T23:50:31.8658678Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_237, aten.convolution.default 2025-06-05T23:50:31.8660399Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_238, aten.convolution.default 2025-06-05T23:50:31.8661955Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sigmoid_default_5, aten.sigmoid.default 2025-06-05T23:50:31.8663366Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_586, aten.mul.Tensor 2025-06-05T23:50:31.8664698Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_587, aten.mul.Tensor 2025-06-05T23:50:32.3828104Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_239, aten.convolution.default 2025-06-05T23:50:32.3830097Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1377, aten.permute_copy.default 2025-06-05T23:50:32.3831717Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_245, aten.view_copy.default 2025-06-05T23:50:32.3833273Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_227, aten.add.Tensor 2025-06-05T23:50:32.3834703Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_rms_norm_default_12, aten.rms_norm.default 2025-06-05T23:50:32.3836247Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_246, aten.view_copy.default 2025-06-05T23:50:32.3837840Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1378, aten.permute_copy.default 2025-06-05T23:50:32.3839470Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_631, aten._to_copy.default 2025-06-05T23:50:32.3841056Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_240, aten.convolution.default 2025-06-05T23:50:32.3842693Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1379, aten.permute_copy.default 2025-06-05T23:50:32.3844350Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_241, aten.convolution.default 2025-06-05T23:50:32.3845977Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1380, aten.permute_copy.default 2025-06-05T23:50:32.3847627Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_242, aten.convolution.default 2025-06-05T23:50:32.3849284Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1381, aten.permute_copy.default 2025-06-05T23:50:32.3850976Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_243, aten.convolution.default 2025-06-05T23:50:32.3852627Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1382, aten.permute_copy.default 2025-06-05T23:50:32.3854342Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_244, aten.convolution.default 2025-06-05T23:50:32.3855966Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1383, aten.permute_copy.default 2025-06-05T23:50:32.3857679Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_245, aten.convolution.default 2025-06-05T23:50:32.3859466Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1384, aten.permute_copy.default 2025-06-05T23:50:32.3861100Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_246, aten.convolution.default 2025-06-05T23:50:32.3862747Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1385, aten.permute_copy.default 2025-06-05T23:50:32.3864387Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_247, aten.convolution.default 2025-06-05T23:50:32.3866035Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1386, aten.permute_copy.default 2025-06-05T23:50:32.3867677Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_248, aten.convolution.default 2025-06-05T23:50:32.3869303Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1387, aten.permute_copy.default 2025-06-05T23:50:32.3870937Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_249, aten.convolution.default 2025-06-05T23:50:32.3872574Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1388, aten.permute_copy.default 2025-06-05T23:50:32.3874218Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_250, aten.convolution.default 2025-06-05T23:50:32.3875919Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1389, aten.permute_copy.default 2025-06-05T23:50:32.3877592Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_251, aten.convolution.default 2025-06-05T23:50:32.3879236Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1390, aten.permute_copy.default 2025-06-05T23:50:32.3880934Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_252, aten.convolution.default 2025-06-05T23:50:32.3882564Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1391, aten.permute_copy.default 2025-06-05T23:50:32.3884201Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_253, aten.convolution.default 2025-06-05T23:50:32.3885816Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1392, aten.permute_copy.default 2025-06-05T23:50:32.3887446Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_254, aten.convolution.default 2025-06-05T23:50:32.3889088Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1393, aten.permute_copy.default 2025-06-05T23:50:32.3890771Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_255, aten.convolution.default 2025-06-05T23:50:32.3892403Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1394, aten.permute_copy.default 2025-06-05T23:50:32.3894022Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_256, aten.convolution.default 2025-06-05T23:50:32.3895641Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1395, aten.permute_copy.default 2025-06-05T23:50:32.3897264Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_257, aten.convolution.default 2025-06-05T23:50:32.3898882Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1396, aten.permute_copy.default 2025-06-05T23:50:32.3900627Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_258, aten.convolution.default 2025-06-05T23:50:32.3902252Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1397, aten.permute_copy.default 2025-06-05T23:50:32.3903940Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_259, aten.convolution.default 2025-06-05T23:50:32.3905567Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1398, aten.permute_copy.default 2025-06-05T23:50:32.3907187Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_260, aten.convolution.default 2025-06-05T23:50:32.3908809Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1399, aten.permute_copy.default 2025-06-05T23:50:32.3910427Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_261, aten.convolution.default 2025-06-05T23:50:32.3912058Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1400, aten.permute_copy.default 2025-06-05T23:50:32.3913682Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_262, aten.convolution.default 2025-06-05T23:50:32.3915305Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1401, aten.permute_copy.default 2025-06-05T23:50:32.3916923Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_263, aten.convolution.default 2025-06-05T23:50:32.3918540Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1402, aten.permute_copy.default 2025-06-05T23:50:32.3920150Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_264, aten.convolution.default 2025-06-05T23:50:32.3921770Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1403, aten.permute_copy.default 2025-06-05T23:50:32.3923422Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_265, aten.convolution.default 2025-06-05T23:50:32.3925045Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1404, aten.permute_copy.default 2025-06-05T23:50:32.3926706Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_266, aten.convolution.default 2025-06-05T23:50:32.3928320Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1405, aten.permute_copy.default 2025-06-05T23:50:32.3930005Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_267, aten.convolution.default 2025-06-05T23:50:32.3931610Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1406, aten.permute_copy.default 2025-06-05T23:50:32.3933224Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_268, aten.convolution.default 2025-06-05T23:50:32.3934851Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1407, aten.permute_copy.default 2025-06-05T23:50:32.3936461Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_269, aten.convolution.default 2025-06-05T23:50:32.3938091Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1408, aten.permute_copy.default 2025-06-05T23:50:32.3939700Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_270, aten.convolution.default 2025-06-05T23:50:32.3941318Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1409, aten.permute_copy.default 2025-06-05T23:50:32.3942937Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_271, aten.convolution.default 2025-06-05T23:50:32.6401016Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1410, aten.permute_copy.default 2025-06-05T23:50:32.6402179Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_272, aten.convolution.default 2025-06-05T23:50:32.6403339Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1411, aten.permute_copy.default 2025-06-05T23:50:32.6404328Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_273, aten.convolution.default 2025-06-05T23:50:32.6405241Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1412, aten.permute_copy.default 2025-06-05T23:50:32.6406158Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_274, aten.convolution.default 2025-06-05T23:50:32.6407060Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1413, aten.permute_copy.default 2025-06-05T23:50:32.6407975Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_275, aten.convolution.default 2025-06-05T23:50:32.6408876Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1414, aten.permute_copy.default 2025-06-05T23:50:32.6409855Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_247, aten.view_copy.default 2025-06-05T23:50:32.6410727Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_248, aten.view_copy.default 2025-06-05T23:50:32.6411582Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_249, aten.view_copy.default 2025-06-05T23:50:32.6412443Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_250, aten.view_copy.default 2025-06-05T23:50:32.6413296Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_251, aten.view_copy.default 2025-06-05T23:50:32.6414161Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_252, aten.view_copy.default 2025-06-05T23:50:32.6415083Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_253, aten.view_copy.default 2025-06-05T23:50:32.6415939Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_254, aten.view_copy.default 2025-06-05T23:50:32.6416802Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_255, aten.view_copy.default 2025-06-05T23:50:32.6417710Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_256, aten.view_copy.default 2025-06-05T23:50:32.6418568Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_257, aten.view_copy.default 2025-06-05T23:50:32.6419429Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_258, aten.view_copy.default 2025-06-05T23:50:32.6420281Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_259, aten.view_copy.default 2025-06-05T23:50:32.6421141Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_260, aten.view_copy.default 2025-06-05T23:50:32.6421993Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_261, aten.view_copy.default 2025-06-05T23:50:32.6422857Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_262, aten.view_copy.default 2025-06-05T23:50:32.6423726Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_263, aten.view_copy.default 2025-06-05T23:50:32.6424580Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_264, aten.view_copy.default 2025-06-05T23:50:32.6425443Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_265, aten.view_copy.default 2025-06-05T23:50:32.6426295Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_266, aten.view_copy.default 2025-06-05T23:50:32.6427249Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_267, aten.view_copy.default 2025-06-05T23:50:32.6428117Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_268, aten.view_copy.default 2025-06-05T23:50:32.6429004Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_269, aten.view_copy.default 2025-06-05T23:50:32.6429873Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_270, aten.view_copy.default 2025-06-05T23:50:32.6430764Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_271, aten.view_copy.default 2025-06-05T23:50:32.6431631Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_272, aten.view_copy.default 2025-06-05T23:50:32.6432498Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_273, aten.view_copy.default 2025-06-05T23:50:32.6433355Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_274, aten.view_copy.default 2025-06-05T23:50:32.6434218Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_275, aten.view_copy.default 2025-06-05T23:50:32.6435086Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_276, aten.view_copy.default 2025-06-05T23:50:32.6435935Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_277, aten.view_copy.default 2025-06-05T23:50:32.6436810Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_278, aten.view_copy.default 2025-06-05T23:50:32.6437663Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_279, aten.view_copy.default 2025-06-05T23:50:32.6438529Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_280, aten.view_copy.default 2025-06-05T23:50:32.6439544Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_281, aten.view_copy.default 2025-06-05T23:50:32.6440427Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_282, aten.view_copy.default 2025-06-05T23:50:32.6441337Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_288, aten.slice_copy.Tensor 2025-06-05T23:50:32.6442193Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_289, aten.slice_copy.Tensor 2025-06-05T23:50:32.6443101Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_290, aten.slice_copy.Tensor 2025-06-05T23:50:32.6443966Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_291, aten.slice_copy.Tensor 2025-06-05T23:50:32.6444815Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_292, aten.slice_copy.Tensor 2025-06-05T23:50:32.6445676Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_293, aten.slice_copy.Tensor 2025-06-05T23:50:32.6446524Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_294, aten.slice_copy.Tensor 2025-06-05T23:50:32.6447477Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_295, aten.slice_copy.Tensor 2025-06-05T23:50:32.6448353Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_296, aten.slice_copy.Tensor 2025-06-05T23:50:32.6449207Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_297, aten.slice_copy.Tensor 2025-06-05T23:50:32.6450138Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_298, aten.slice_copy.Tensor 2025-06-05T23:50:32.6450991Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_299, aten.slice_copy.Tensor 2025-06-05T23:50:32.6451856Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_300, aten.slice_copy.Tensor 2025-06-05T23:50:32.6452724Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_301, aten.slice_copy.Tensor 2025-06-05T23:50:32.6453574Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_302, aten.slice_copy.Tensor 2025-06-05T23:50:32.6454497Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_303, aten.slice_copy.Tensor 2025-06-05T23:50:32.6455351Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_304, aten.slice_copy.Tensor 2025-06-05T23:50:32.6456249Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_305, aten.slice_copy.Tensor 2025-06-05T23:50:32.6457116Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_306, aten.slice_copy.Tensor 2025-06-05T23:50:32.6457969Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_307, aten.slice_copy.Tensor 2025-06-05T23:50:32.6458833Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_308, aten.slice_copy.Tensor 2025-06-05T23:50:32.6459832Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_309, aten.slice_copy.Tensor 2025-06-05T23:50:32.6460700Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_310, aten.slice_copy.Tensor 2025-06-05T23:50:32.6461571Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_311, aten.slice_copy.Tensor 2025-06-05T23:50:32.6462431Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_312, aten.slice_copy.Tensor 2025-06-05T23:50:32.6463297Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_313, aten.slice_copy.Tensor 2025-06-05T23:50:32.6464153Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_314, aten.slice_copy.Tensor 2025-06-05T23:50:32.6465019Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_315, aten.slice_copy.Tensor 2025-06-05T23:50:32.6465886Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_316, aten.slice_copy.Tensor 2025-06-05T23:50:33.0720750Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_317, aten.slice_copy.Tensor 2025-06-05T23:50:33.0721720Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_318, aten.slice_copy.Tensor 2025-06-05T23:50:33.0722674Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_319, aten.slice_copy.Tensor 2025-06-05T23:50:33.0723560Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_320, aten.slice_copy.Tensor 2025-06-05T23:50:33.0724432Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_321, aten.slice_copy.Tensor 2025-06-05T23:50:33.0725287Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_322, aten.slice_copy.Tensor 2025-06-05T23:50:33.0726156Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_323, aten.slice_copy.Tensor 2025-06-05T23:50:33.0727011Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_324, aten.slice_copy.Tensor 2025-06-05T23:50:33.0727889Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_325, aten.slice_copy.Tensor 2025-06-05T23:50:33.0728758Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_326, aten.slice_copy.Tensor 2025-06-05T23:50:33.0729710Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_327, aten.slice_copy.Tensor 2025-06-05T23:50:33.0730593Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_328, aten.slice_copy.Tensor 2025-06-05T23:50:33.0731451Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_329, aten.slice_copy.Tensor 2025-06-05T23:50:33.0732403Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_330, aten.slice_copy.Tensor 2025-06-05T23:50:33.0733281Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_331, aten.slice_copy.Tensor 2025-06-05T23:50:33.0734183Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_332, aten.slice_copy.Tensor 2025-06-05T23:50:33.0735106Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_333, aten.slice_copy.Tensor 2025-06-05T23:50:33.0735984Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_334, aten.slice_copy.Tensor 2025-06-05T23:50:33.0736892Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_335, aten.slice_copy.Tensor 2025-06-05T23:50:33.0737723Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_319, aten.cat.default 2025-06-05T23:50:33.0738502Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_321, aten.cat.default 2025-06-05T23:50:33.0739265Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_323, aten.cat.default 2025-06-05T23:50:33.0740042Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_325, aten.cat.default 2025-06-05T23:50:33.0740807Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_327, aten.cat.default 2025-06-05T23:50:33.0741586Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_329, aten.cat.default 2025-06-05T23:50:33.0742360Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_331, aten.cat.default 2025-06-05T23:50:33.0743128Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_333, aten.cat.default 2025-06-05T23:50:33.0743901Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_335, aten.cat.default 2025-06-05T23:50:33.0744668Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_337, aten.cat.default 2025-06-05T23:50:33.0745442Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_339, aten.cat.default 2025-06-05T23:50:33.0746214Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_341, aten.cat.default 2025-06-05T23:50:33.0747016Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_588, aten.mul.Tensor 2025-06-05T23:50:33.0747774Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_590, aten.mul.Tensor 2025-06-05T23:50:33.0748572Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_589, aten.mul.Tensor 2025-06-05T23:50:33.0749347Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_591, aten.mul.Tensor 2025-06-05T23:50:33.0750092Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_592, aten.mul.Tensor 2025-06-05T23:50:33.0750853Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_594, aten.mul.Tensor 2025-06-05T23:50:33.0751597Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_593, aten.mul.Tensor 2025-06-05T23:50:33.0752356Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_595, aten.mul.Tensor 2025-06-05T23:50:33.0753117Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_596, aten.mul.Tensor 2025-06-05T23:50:33.0753868Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_598, aten.mul.Tensor 2025-06-05T23:50:33.0754631Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_597, aten.mul.Tensor 2025-06-05T23:50:33.0755380Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_599, aten.mul.Tensor 2025-06-05T23:50:33.0756140Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_600, aten.mul.Tensor 2025-06-05T23:50:33.0756897Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_602, aten.mul.Tensor 2025-06-05T23:50:33.0757645Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_601, aten.mul.Tensor 2025-06-05T23:50:33.0758403Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_603, aten.mul.Tensor 2025-06-05T23:50:33.0759340Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_604, aten.mul.Tensor 2025-06-05T23:50:33.0760180Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_606, aten.mul.Tensor 2025-06-05T23:50:33.0760950Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_605, aten.mul.Tensor 2025-06-05T23:50:33.0761741Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_607, aten.mul.Tensor 2025-06-05T23:50:33.0762501Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_608, aten.mul.Tensor 2025-06-05T23:50:33.0763247Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_610, aten.mul.Tensor 2025-06-05T23:50:33.0764002Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_609, aten.mul.Tensor 2025-06-05T23:50:33.0764749Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_611, aten.mul.Tensor 2025-06-05T23:50:33.0765509Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_612, aten.mul.Tensor 2025-06-05T23:50:33.0766341Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_614, aten.mul.Tensor 2025-06-05T23:50:33.0767080Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_613, aten.mul.Tensor 2025-06-05T23:50:33.0767844Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_615, aten.mul.Tensor 2025-06-05T23:50:33.0768590Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_616, aten.mul.Tensor 2025-06-05T23:50:33.0769358Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_618, aten.mul.Tensor 2025-06-05T23:50:33.0770187Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_617, aten.mul.Tensor 2025-06-05T23:50:33.0771014Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_619, aten.mul.Tensor 2025-06-05T23:50:33.0771843Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_620, aten.mul.Tensor 2025-06-05T23:50:33.0772668Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_622, aten.mul.Tensor 2025-06-05T23:50:33.0773423Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_621, aten.mul.Tensor 2025-06-05T23:50:33.0774223Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_623, aten.mul.Tensor 2025-06-05T23:50:33.0774971Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_624, aten.mul.Tensor 2025-06-05T23:50:33.0775719Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_626, aten.mul.Tensor 2025-06-05T23:50:33.0776461Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_625, aten.mul.Tensor 2025-06-05T23:50:33.0777218Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_627, aten.mul.Tensor 2025-06-05T23:50:33.0777977Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_628, aten.mul.Tensor 2025-06-05T23:50:33.0778720Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_630, aten.mul.Tensor 2025-06-05T23:50:33.0779475Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_629, aten.mul.Tensor 2025-06-05T23:50:33.0780215Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_631, aten.mul.Tensor 2025-06-05T23:50:33.0780969Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_632, aten.mul.Tensor 2025-06-05T23:50:33.0781722Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_634, aten.mul.Tensor 2025-06-05T23:50:33.0782468Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_633, aten.mul.Tensor 2025-06-05T23:50:33.0783221Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_635, aten.mul.Tensor 2025-06-05T23:50:33.0783967Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_636, aten.mul.Tensor 2025-06-05T23:50:33.0784726Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_638, aten.mul.Tensor 2025-06-05T23:50:33.0785510Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_637, aten.mul.Tensor 2025-06-05T23:50:33.5162042Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_639, aten.mul.Tensor 2025-06-05T23:50:33.5163432Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_640, aten.mul.Tensor 2025-06-05T23:50:33.5164196Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_642, aten.mul.Tensor 2025-06-05T23:50:33.5164963Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_641, aten.mul.Tensor 2025-06-05T23:50:33.5165726Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_643, aten.mul.Tensor 2025-06-05T23:50:33.5166477Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_644, aten.mul.Tensor 2025-06-05T23:50:33.5167249Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_646, aten.mul.Tensor 2025-06-05T23:50:33.5168006Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_645, aten.mul.Tensor 2025-06-05T23:50:33.5168775Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_647, aten.mul.Tensor 2025-06-05T23:50:33.5169609Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_648, aten.mul.Tensor 2025-06-05T23:50:33.5170363Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_650, aten.mul.Tensor 2025-06-05T23:50:33.5171122Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_649, aten.mul.Tensor 2025-06-05T23:50:33.5171870Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_651, aten.mul.Tensor 2025-06-05T23:50:33.5172629Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_652, aten.mul.Tensor 2025-06-05T23:50:33.5173467Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_654, aten.mul.Tensor 2025-06-05T23:50:33.5174224Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_653, aten.mul.Tensor 2025-06-05T23:50:33.5174987Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_655, aten.mul.Tensor 2025-06-05T23:50:33.5175927Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_656, aten.mul.Tensor 2025-06-05T23:50:33.5176675Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_658, aten.mul.Tensor 2025-06-05T23:50:33.5177436Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_657, aten.mul.Tensor 2025-06-05T23:50:33.5178190Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_659, aten.mul.Tensor 2025-06-05T23:50:33.5178955Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_660, aten.mul.Tensor 2025-06-05T23:50:33.5179720Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_662, aten.mul.Tensor 2025-06-05T23:50:33.5180473Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_661, aten.mul.Tensor 2025-06-05T23:50:33.5181234Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_663, aten.mul.Tensor 2025-06-05T23:50:33.5181988Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_664, aten.mul.Tensor 2025-06-05T23:50:33.5182751Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_666, aten.mul.Tensor 2025-06-05T23:50:33.5183517Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_665, aten.mul.Tensor 2025-06-05T23:50:33.5184264Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_667, aten.mul.Tensor 2025-06-05T23:50:33.5185032Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_668, aten.mul.Tensor 2025-06-05T23:50:33.5185782Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_670, aten.mul.Tensor 2025-06-05T23:50:33.5186544Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_669, aten.mul.Tensor 2025-06-05T23:50:33.5187366Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_671, aten.mul.Tensor 2025-06-05T23:50:33.5188116Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_672, aten.mul.Tensor 2025-06-05T23:50:33.5188919Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_674, aten.mul.Tensor 2025-06-05T23:50:33.5189671Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_673, aten.mul.Tensor 2025-06-05T23:50:33.5190432Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_675, aten.mul.Tensor 2025-06-05T23:50:33.5191183Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_676, aten.mul.Tensor 2025-06-05T23:50:33.5191946Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_678, aten.mul.Tensor 2025-06-05T23:50:33.5192709Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_677, aten.mul.Tensor 2025-06-05T23:50:33.5193463Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_679, aten.mul.Tensor 2025-06-05T23:50:33.5194228Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_680, aten.mul.Tensor 2025-06-05T23:50:33.5194978Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_682, aten.mul.Tensor 2025-06-05T23:50:33.5195738Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_681, aten.mul.Tensor 2025-06-05T23:50:33.5196500Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_683, aten.mul.Tensor 2025-06-05T23:50:33.5197249Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_144, aten.sub.Tensor 2025-06-05T23:50:33.5198007Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_228, aten.add.Tensor 2025-06-05T23:50:33.5198790Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_145, aten.sub.Tensor 2025-06-05T23:50:33.5199557Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_229, aten.add.Tensor 2025-06-05T23:50:33.5200346Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_146, aten.sub.Tensor 2025-06-05T23:50:33.5201092Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_230, aten.add.Tensor 2025-06-05T23:50:33.5201850Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_147, aten.sub.Tensor 2025-06-05T23:50:33.5202601Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_231, aten.add.Tensor 2025-06-05T23:50:33.5203365Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_148, aten.sub.Tensor 2025-06-05T23:50:33.5204128Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_232, aten.add.Tensor 2025-06-05T23:50:33.5204878Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_149, aten.sub.Tensor 2025-06-05T23:50:33.5205640Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_233, aten.add.Tensor 2025-06-05T23:50:33.5206392Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_150, aten.sub.Tensor 2025-06-05T23:50:33.5207156Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_234, aten.add.Tensor 2025-06-05T23:50:33.5207906Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_151, aten.sub.Tensor 2025-06-05T23:50:33.5208667Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_235, aten.add.Tensor 2025-06-05T23:50:33.5209429Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_152, aten.sub.Tensor 2025-06-05T23:50:33.5210249Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_236, aten.add.Tensor 2025-06-05T23:50:33.5211007Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_153, aten.sub.Tensor 2025-06-05T23:50:33.5211803Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_237, aten.add.Tensor 2025-06-05T23:50:33.5212570Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_154, aten.sub.Tensor 2025-06-05T23:50:33.5213366Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_238, aten.add.Tensor 2025-06-05T23:50:33.5214116Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_155, aten.sub.Tensor 2025-06-05T23:50:33.5214878Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_239, aten.add.Tensor 2025-06-05T23:50:33.5215629Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_156, aten.sub.Tensor 2025-06-05T23:50:33.5216443Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_632, aten._to_copy.default 2025-06-05T23:50:33.5217253Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_240, aten.add.Tensor 2025-06-05T23:50:33.5218059Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_633, aten._to_copy.default 2025-06-05T23:50:33.5218867Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_157, aten.sub.Tensor 2025-06-05T23:50:33.5219664Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_634, aten._to_copy.default 2025-06-05T23:50:33.5220472Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_241, aten.add.Tensor 2025-06-05T23:50:33.5221284Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_635, aten._to_copy.default 2025-06-05T23:50:33.5222075Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_158, aten.sub.Tensor 2025-06-05T23:50:33.5222882Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_636, aten._to_copy.default 2025-06-05T23:50:33.5223713Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_242, aten.add.Tensor 2025-06-05T23:50:33.5224526Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_637, aten._to_copy.default 2025-06-05T23:50:33.5225577Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_159, aten.sub.Tensor 2025-06-05T23:50:33.5226444Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_638, aten._to_copy.default 2025-06-05T23:50:33.5227248Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_243, aten.add.Tensor 2025-06-05T23:50:33.9318517Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_639, aten._to_copy.default 2025-06-05T23:50:33.9319481Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_160, aten.sub.Tensor 2025-06-05T23:50:33.9320365Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_640, aten._to_copy.default 2025-06-05T23:50:33.9321178Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_244, aten.add.Tensor 2025-06-05T23:50:33.9322003Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_641, aten._to_copy.default 2025-06-05T23:50:33.9322810Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_161, aten.sub.Tensor 2025-06-05T23:50:33.9323626Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_642, aten._to_copy.default 2025-06-05T23:50:33.9324417Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_245, aten.add.Tensor 2025-06-05T23:50:33.9325226Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_643, aten._to_copy.default 2025-06-05T23:50:33.9326035Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_162, aten.sub.Tensor 2025-06-05T23:50:33.9326829Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_644, aten._to_copy.default 2025-06-05T23:50:33.9327637Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_246, aten.add.Tensor 2025-06-05T23:50:33.9328623Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_645, aten._to_copy.default 2025-06-05T23:50:33.9329431Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_163, aten.sub.Tensor 2025-06-05T23:50:33.9330369Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_646, aten._to_copy.default 2025-06-05T23:50:33.9331168Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_247, aten.add.Tensor 2025-06-05T23:50:33.9331979Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_647, aten._to_copy.default 2025-06-05T23:50:33.9332774Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_164, aten.sub.Tensor 2025-06-05T23:50:33.9333586Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_648, aten._to_copy.default 2025-06-05T23:50:33.9334402Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_248, aten.add.Tensor 2025-06-05T23:50:33.9335202Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_649, aten._to_copy.default 2025-06-05T23:50:33.9336010Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_165, aten.sub.Tensor 2025-06-05T23:50:33.9336812Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_650, aten._to_copy.default 2025-06-05T23:50:33.9337622Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_249, aten.add.Tensor 2025-06-05T23:50:33.9338431Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_651, aten._to_copy.default 2025-06-05T23:50:33.9339222Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_166, aten.sub.Tensor 2025-06-05T23:50:33.9340032Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_652, aten._to_copy.default 2025-06-05T23:50:33.9340882Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_250, aten.add.Tensor 2025-06-05T23:50:33.9341696Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_653, aten._to_copy.default 2025-06-05T23:50:33.9342565Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_167, aten.sub.Tensor 2025-06-05T23:50:33.9343363Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_654, aten._to_copy.default 2025-06-05T23:50:33.9344167Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_251, aten.add.Tensor 2025-06-05T23:50:33.9344966Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_655, aten._to_copy.default 2025-06-05T23:50:33.9345786Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_294, aten.cat.default 2025-06-05T23:50:33.9346569Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_295, aten.cat.default 2025-06-05T23:50:33.9347362Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_296, aten.cat.default 2025-06-05T23:50:33.9348145Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_297, aten.cat.default 2025-06-05T23:50:33.9348933Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_298, aten.cat.default 2025-06-05T23:50:33.9349703Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_299, aten.cat.default 2025-06-05T23:50:33.9350487Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_300, aten.cat.default 2025-06-05T23:50:33.9351281Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_301, aten.cat.default 2025-06-05T23:50:33.9352061Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_302, aten.cat.default 2025-06-05T23:50:33.9352842Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_303, aten.cat.default 2025-06-05T23:50:33.9353649Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_304, aten.cat.default 2025-06-05T23:50:33.9354427Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_305, aten.cat.default 2025-06-05T23:50:33.9355227Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_306, aten.cat.default 2025-06-05T23:50:33.9356014Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_307, aten.cat.default 2025-06-05T23:50:33.9356795Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_308, aten.cat.default 2025-06-05T23:50:33.9357569Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_309, aten.cat.default 2025-06-05T23:50:33.9358349Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_310, aten.cat.default 2025-06-05T23:50:33.9359120Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_311, aten.cat.default 2025-06-05T23:50:33.9360093Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_312, aten.cat.default 2025-06-05T23:50:33.9360871Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_313, aten.cat.default 2025-06-05T23:50:33.9361643Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_314, aten.cat.default 2025-06-05T23:50:33.9362425Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_315, aten.cat.default 2025-06-05T23:50:33.9363188Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_316, aten.cat.default 2025-06-05T23:50:33.9363968Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_317, aten.cat.default 2025-06-05T23:50:33.9364825Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_355, aten.permute_copy.default 2025-06-05T23:50:33.9365740Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_356, aten.permute_copy.default 2025-06-05T23:50:33.9366733Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_357, aten.permute_copy.default 2025-06-05T23:50:33.9367682Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_358, aten.permute_copy.default 2025-06-05T23:50:33.9368647Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_359, aten.permute_copy.default 2025-06-05T23:50:33.9369638Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_360, aten.permute_copy.default 2025-06-05T23:50:33.9370545Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_361, aten.permute_copy.default 2025-06-05T23:50:33.9371461Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_362, aten.permute_copy.default 2025-06-05T23:50:33.9372361Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_363, aten.permute_copy.default 2025-06-05T23:50:33.9373282Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_364, aten.permute_copy.default 2025-06-05T23:50:33.9374194Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_365, aten.permute_copy.default 2025-06-05T23:50:33.9375109Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_366, aten.permute_copy.default 2025-06-05T23:50:33.9375960Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_318, aten.cat.default 2025-06-05T23:50:33.9376730Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_320, aten.cat.default 2025-06-05T23:50:33.9377512Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_322, aten.cat.default 2025-06-05T23:50:33.9378293Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_324, aten.cat.default 2025-06-05T23:50:33.9379058Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_326, aten.cat.default 2025-06-05T23:50:33.9379881Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_328, aten.cat.default 2025-06-05T23:50:33.9380647Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_330, aten.cat.default 2025-06-05T23:50:33.9381465Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_332, aten.cat.default 2025-06-05T23:50:33.9382245Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_334, aten.cat.default 2025-06-05T23:50:33.9383007Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_336, aten.cat.default 2025-06-05T23:50:34.4797917Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_338, aten.cat.default 2025-06-05T23:50:34.4799358Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_340, aten.cat.default 2025-06-05T23:50:34.4800813Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_144, aten.matmul.default 2025-06-05T23:50:34.4802273Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_146, aten.matmul.default 2025-06-05T23:50:34.4803787Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_148, aten.matmul.default 2025-06-05T23:50:34.4805261Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_150, aten.matmul.default 2025-06-05T23:50:34.4806707Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_152, aten.matmul.default 2025-06-05T23:50:34.4808165Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_154, aten.matmul.default 2025-06-05T23:50:34.4809650Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_156, aten.matmul.default 2025-06-05T23:50:34.4811097Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_158, aten.matmul.default 2025-06-05T23:50:34.4812836Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_160, aten.matmul.default 2025-06-05T23:50:34.4814294Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_162, aten.matmul.default 2025-06-05T23:50:34.4815818Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_164, aten.matmul.default 2025-06-05T23:50:34.4817292Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_166, aten.matmul.default 2025-06-05T23:50:34.4818680Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_72, aten.div.Tensor 2025-06-05T23:50:34.4820012Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_73, aten.div.Tensor 2025-06-05T23:50:34.4821337Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_74, aten.div.Tensor 2025-06-05T23:50:34.4822663Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_75, aten.div.Tensor 2025-06-05T23:50:34.4823973Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_76, aten.div.Tensor 2025-06-05T23:50:34.4825438Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_77, aten.div.Tensor 2025-06-05T23:50:34.4826773Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_78, aten.div.Tensor 2025-06-05T23:50:34.4828090Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_79, aten.div.Tensor 2025-06-05T23:50:34.4829415Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_80, aten.div.Tensor 2025-06-05T23:50:34.4830730Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_81, aten.div.Tensor 2025-06-05T23:50:34.4832052Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_82, aten.div.Tensor 2025-06-05T23:50:34.4833376Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_83, aten.div.Tensor 2025-06-05T23:50:34.4834707Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_252, aten.add.Tensor 2025-06-05T23:50:34.4836117Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_253, aten.add.Tensor 2025-06-05T23:50:34.4837456Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_254, aten.add.Tensor 2025-06-05T23:50:34.4838866Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_255, aten.add.Tensor 2025-06-05T23:50:34.4840206Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_256, aten.add.Tensor 2025-06-05T23:50:34.4841544Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_257, aten.add.Tensor 2025-06-05T23:50:34.4842886Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_258, aten.add.Tensor 2025-06-05T23:50:34.4844218Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_259, aten.add.Tensor 2025-06-05T23:50:34.4845569Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_260, aten.add.Tensor 2025-06-05T23:50:34.4846916Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_261, aten.add.Tensor 2025-06-05T23:50:34.4848249Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_262, aten.add.Tensor 2025-06-05T23:50:34.4849781Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_263, aten.add.Tensor 2025-06-05T23:50:34.4851208Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_72, aten._softmax.default 2025-06-05T23:50:34.4852740Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_73, aten._softmax.default 2025-06-05T23:50:34.4854260Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_74, aten._softmax.default 2025-06-05T23:50:34.4855753Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_75, aten._softmax.default 2025-06-05T23:50:34.4857394Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_76, aten._softmax.default 2025-06-05T23:50:34.4858910Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_77, aten._softmax.default 2025-06-05T23:50:34.4860620Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_78, aten._softmax.default 2025-06-05T23:50:34.4862133Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_79, aten._softmax.default 2025-06-05T23:50:34.4863630Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_80, aten._softmax.default 2025-06-05T23:50:34.4865134Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_81, aten._softmax.default 2025-06-05T23:50:34.4866625Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_82, aten._softmax.default 2025-06-05T23:50:34.4868128Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_83, aten._softmax.default 2025-06-05T23:50:34.4869623Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_145, aten.matmul.default 2025-06-05T23:50:34.4871072Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_147, aten.matmul.default 2025-06-05T23:50:34.4872532Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_149, aten.matmul.default 2025-06-05T23:50:34.4873978Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_151, aten.matmul.default 2025-06-05T23:50:34.4875444Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_153, aten.matmul.default 2025-06-05T23:50:34.4876895Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_155, aten.matmul.default 2025-06-05T23:50:34.4878341Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_157, aten.matmul.default 2025-06-05T23:50:34.4879803Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_159, aten.matmul.default 2025-06-05T23:50:34.4881377Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_161, aten.matmul.default 2025-06-05T23:50:34.4882844Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_163, aten.matmul.default 2025-06-05T23:50:34.4884385Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_165, aten.matmul.default 2025-06-05T23:50:34.4885838Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_167, aten.matmul.default 2025-06-05T23:50:34.4887268Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_342, aten.cat.default 2025-06-05T23:50:34.4888724Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_283, aten.view_copy.default 2025-06-05T23:50:34.4890403Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1415, aten.permute_copy.default 2025-06-05T23:50:34.4892048Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_276, aten.convolution.default 2025-06-05T23:50:34.4893681Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1416, aten.permute_copy.default 2025-06-05T23:50:34.4895283Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_284, aten.view_copy.default 2025-06-05T23:50:34.4896717Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_264, aten.add.Tensor 2025-06-05T23:50:34.4898151Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_rms_norm_default_13, aten.rms_norm.default 2025-06-05T23:50:34.4899675Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_285, aten.view_copy.default 2025-06-05T23:50:34.4901264Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1417, aten.permute_copy.default 2025-06-05T23:50:34.4902963Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_277, aten.convolution.default 2025-06-05T23:50:34.4904580Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_278, aten.convolution.default 2025-06-05T23:50:34.4906195Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sigmoid_default_6, aten.sigmoid.default 2025-06-05T23:50:34.4907624Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_684, aten.mul.Tensor 2025-06-05T23:50:34.4908955Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_685, aten.mul.Tensor 2025-06-05T23:50:34.4910447Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_279, aten.convolution.default 2025-06-05T23:50:34.4912078Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1418, aten.permute_copy.default 2025-06-05T23:50:34.9976303Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_286, aten.view_copy.default 2025-06-05T23:50:34.9977822Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_265, aten.add.Tensor 2025-06-05T23:50:34.9979256Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_rms_norm_default_14, aten.rms_norm.default 2025-06-05T23:50:34.9980792Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_287, aten.view_copy.default 2025-06-05T23:50:34.9982438Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1419, aten.permute_copy.default 2025-06-05T23:50:34.9984018Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_656, aten._to_copy.default 2025-06-05T23:50:34.9985589Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_280, aten.convolution.default 2025-06-05T23:50:34.9987225Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1420, aten.permute_copy.default 2025-06-05T23:50:34.9988851Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_281, aten.convolution.default 2025-06-05T23:50:34.9990755Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1421, aten.permute_copy.default 2025-06-05T23:50:34.9992391Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_282, aten.convolution.default 2025-06-05T23:50:34.9994094Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1422, aten.permute_copy.default 2025-06-05T23:50:34.9995730Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_283, aten.convolution.default 2025-06-05T23:50:34.9997350Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1423, aten.permute_copy.default 2025-06-05T23:50:34.9998983Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_284, aten.convolution.default 2025-06-05T23:50:35.0000628Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1424, aten.permute_copy.default 2025-06-05T23:50:35.0002250Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_285, aten.convolution.default 2025-06-05T23:50:35.0003884Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1425, aten.permute_copy.default 2025-06-05T23:50:35.0005512Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_286, aten.convolution.default 2025-06-05T23:50:35.0007143Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1426, aten.permute_copy.default 2025-06-05T23:50:35.0008790Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_287, aten.convolution.default 2025-06-05T23:50:35.0010464Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1427, aten.permute_copy.default 2025-06-05T23:50:35.0012219Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_288, aten.convolution.default 2025-06-05T23:50:35.0013846Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1428, aten.permute_copy.default 2025-06-05T23:50:35.0015537Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_289, aten.convolution.default 2025-06-05T23:50:35.0017163Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1429, aten.permute_copy.default 2025-06-05T23:50:35.0018775Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_290, aten.convolution.default 2025-06-05T23:50:35.0020408Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1430, aten.permute_copy.default 2025-06-05T23:50:35.0022021Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_291, aten.convolution.default 2025-06-05T23:50:35.0023644Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1431, aten.permute_copy.default 2025-06-05T23:50:35.0025280Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_292, aten.convolution.default 2025-06-05T23:50:35.0026901Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1432, aten.permute_copy.default 2025-06-05T23:50:35.0028534Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_293, aten.convolution.default 2025-06-05T23:50:35.0030151Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1433, aten.permute_copy.default 2025-06-05T23:50:35.0031783Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_294, aten.convolution.default 2025-06-05T23:50:35.0033414Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1434, aten.permute_copy.default 2025-06-05T23:50:35.0035033Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_295, aten.convolution.default 2025-06-05T23:50:35.0036716Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1435, aten.permute_copy.default 2025-06-05T23:50:35.0038335Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_296, aten.convolution.default 2025-06-05T23:50:35.0040012Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1436, aten.permute_copy.default 2025-06-05T23:50:35.0041644Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_297, aten.convolution.default 2025-06-05T23:50:35.0043260Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1437, aten.permute_copy.default 2025-06-05T23:50:35.0044884Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_298, aten.convolution.default 2025-06-05T23:50:35.0046515Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1438, aten.permute_copy.default 2025-06-05T23:50:35.0048137Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_299, aten.convolution.default 2025-06-05T23:50:35.0049812Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1439, aten.permute_copy.default 2025-06-05T23:50:35.0051437Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_300, aten.convolution.default 2025-06-05T23:50:35.0053059Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1440, aten.permute_copy.default 2025-06-05T23:50:35.0054694Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_301, aten.convolution.default 2025-06-05T23:50:35.0056318Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1441, aten.permute_copy.default 2025-06-05T23:50:35.0057960Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_302, aten.convolution.default 2025-06-05T23:50:35.0059867Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1442, aten.permute_copy.default 2025-06-05T23:50:35.0061513Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_303, aten.convolution.default 2025-06-05T23:50:35.0063212Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1443, aten.permute_copy.default 2025-06-05T23:50:35.0064841Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_304, aten.convolution.default 2025-06-05T23:50:35.0066476Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1444, aten.permute_copy.default 2025-06-05T23:50:35.0068100Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_305, aten.convolution.default 2025-06-05T23:50:35.0069740Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1445, aten.permute_copy.default 2025-06-05T23:50:35.0071382Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_306, aten.convolution.default 2025-06-05T23:50:35.0073011Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1446, aten.permute_copy.default 2025-06-05T23:50:35.0074653Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_307, aten.convolution.default 2025-06-05T23:50:35.0076275Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1447, aten.permute_copy.default 2025-06-05T23:50:35.0077932Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_308, aten.convolution.default 2025-06-05T23:50:35.0079556Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1448, aten.permute_copy.default 2025-06-05T23:50:35.0081198Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_309, aten.convolution.default 2025-06-05T23:50:35.0082839Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1449, aten.permute_copy.default 2025-06-05T23:50:35.0084528Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_310, aten.convolution.default 2025-06-05T23:50:35.0086212Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1450, aten.permute_copy.default 2025-06-05T23:50:35.0087841Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_311, aten.convolution.default 2025-06-05T23:50:35.0089532Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1451, aten.permute_copy.default 2025-06-05T23:50:35.0091166Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_312, aten.convolution.default 2025-06-05T23:50:35.2502505Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1452, aten.permute_copy.default 2025-06-05T23:50:35.2503515Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_313, aten.convolution.default 2025-06-05T23:50:35.2504448Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1453, aten.permute_copy.default 2025-06-05T23:50:35.2505397Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_314, aten.convolution.default 2025-06-05T23:50:35.2506318Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1454, aten.permute_copy.default 2025-06-05T23:50:35.2507230Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_315, aten.convolution.default 2025-06-05T23:50:35.2508158Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1455, aten.permute_copy.default 2025-06-05T23:50:35.2509048Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_288, aten.view_copy.default 2025-06-05T23:50:35.2510163Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_289, aten.view_copy.default 2025-06-05T23:50:35.2511095Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_290, aten.view_copy.default 2025-06-05T23:50:35.2512023Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_291, aten.view_copy.default 2025-06-05T23:50:35.2512919Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_292, aten.view_copy.default 2025-06-05T23:50:35.2513795Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_293, aten.view_copy.default 2025-06-05T23:50:35.2514654Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_294, aten.view_copy.default 2025-06-05T23:50:35.2515523Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_295, aten.view_copy.default 2025-06-05T23:50:35.2516383Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_296, aten.view_copy.default 2025-06-05T23:50:35.2517254Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_297, aten.view_copy.default 2025-06-05T23:50:35.2518116Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_298, aten.view_copy.default 2025-06-05T23:50:35.2518974Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_299, aten.view_copy.default 2025-06-05T23:50:35.2519841Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_300, aten.view_copy.default 2025-06-05T23:50:35.2520700Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_301, aten.view_copy.default 2025-06-05T23:50:35.2521566Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_302, aten.view_copy.default 2025-06-05T23:50:35.2522434Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_303, aten.view_copy.default 2025-06-05T23:50:35.2523294Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_304, aten.view_copy.default 2025-06-05T23:50:35.2524232Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_305, aten.view_copy.default 2025-06-05T23:50:35.2525159Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_306, aten.view_copy.default 2025-06-05T23:50:35.2526026Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_307, aten.view_copy.default 2025-06-05T23:50:35.2526897Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_308, aten.view_copy.default 2025-06-05T23:50:35.2527764Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_309, aten.view_copy.default 2025-06-05T23:50:35.2528639Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_310, aten.view_copy.default 2025-06-05T23:50:35.2529587Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_311, aten.view_copy.default 2025-06-05T23:50:35.2530450Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_312, aten.view_copy.default 2025-06-05T23:50:35.2531324Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_313, aten.view_copy.default 2025-06-05T23:50:35.2532186Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_314, aten.view_copy.default 2025-06-05T23:50:35.2533055Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_315, aten.view_copy.default 2025-06-05T23:50:35.2533928Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_316, aten.view_copy.default 2025-06-05T23:50:35.2534784Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_317, aten.view_copy.default 2025-06-05T23:50:35.2535652Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_318, aten.view_copy.default 2025-06-05T23:50:35.2536551Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_319, aten.view_copy.default 2025-06-05T23:50:35.2537425Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_320, aten.view_copy.default 2025-06-05T23:50:35.2538369Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_321, aten.view_copy.default 2025-06-05T23:50:35.2539227Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_322, aten.view_copy.default 2025-06-05T23:50:35.2540095Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_323, aten.view_copy.default 2025-06-05T23:50:35.2540955Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_336, aten.slice_copy.Tensor 2025-06-05T23:50:35.2541834Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_337, aten.slice_copy.Tensor 2025-06-05T23:50:35.2542706Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_338, aten.slice_copy.Tensor 2025-06-05T23:50:35.2543560Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_339, aten.slice_copy.Tensor 2025-06-05T23:50:35.2544430Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_340, aten.slice_copy.Tensor 2025-06-05T23:50:35.2545281Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_341, aten.slice_copy.Tensor 2025-06-05T23:50:35.2546148Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_342, aten.slice_copy.Tensor 2025-06-05T23:50:35.2547011Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_343, aten.slice_copy.Tensor 2025-06-05T23:50:35.2547862Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_344, aten.slice_copy.Tensor 2025-06-05T23:50:35.2548729Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_345, aten.slice_copy.Tensor 2025-06-05T23:50:35.2549616Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_346, aten.slice_copy.Tensor 2025-06-05T23:50:35.2550484Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_347, aten.slice_copy.Tensor 2025-06-05T23:50:35.2551381Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_348, aten.slice_copy.Tensor 2025-06-05T23:50:35.2552242Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_349, aten.slice_copy.Tensor 2025-06-05T23:50:35.2553108Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_350, aten.slice_copy.Tensor 2025-06-05T23:50:35.2553960Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_351, aten.slice_copy.Tensor 2025-06-05T23:50:35.2554825Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_352, aten.slice_copy.Tensor 2025-06-05T23:50:35.2555695Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_353, aten.slice_copy.Tensor 2025-06-05T23:50:35.2556547Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_354, aten.slice_copy.Tensor 2025-06-05T23:50:35.2557414Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_355, aten.slice_copy.Tensor 2025-06-05T23:50:35.2558265Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_356, aten.slice_copy.Tensor 2025-06-05T23:50:35.2559286Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_357, aten.slice_copy.Tensor 2025-06-05T23:50:35.2560152Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_358, aten.slice_copy.Tensor 2025-06-05T23:50:35.2560998Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_359, aten.slice_copy.Tensor 2025-06-05T23:50:35.2561924Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_360, aten.slice_copy.Tensor 2025-06-05T23:50:35.2562780Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_361, aten.slice_copy.Tensor 2025-06-05T23:50:35.2563688Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_362, aten.slice_copy.Tensor 2025-06-05T23:50:35.2564551Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_363, aten.slice_copy.Tensor 2025-06-05T23:50:35.2565403Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_364, aten.slice_copy.Tensor 2025-06-05T23:50:35.2566272Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_365, aten.slice_copy.Tensor 2025-06-05T23:50:35.2567122Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_366, aten.slice_copy.Tensor 2025-06-05T23:50:35.6875892Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_367, aten.slice_copy.Tensor 2025-06-05T23:50:35.6876966Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_368, aten.slice_copy.Tensor 2025-06-05T23:50:35.6877886Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_369, aten.slice_copy.Tensor 2025-06-05T23:50:35.6878750Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_370, aten.slice_copy.Tensor 2025-06-05T23:50:35.6879612Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_371, aten.slice_copy.Tensor 2025-06-05T23:50:35.6880466Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_372, aten.slice_copy.Tensor 2025-06-05T23:50:35.6881335Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_373, aten.slice_copy.Tensor 2025-06-05T23:50:35.6882203Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_374, aten.slice_copy.Tensor 2025-06-05T23:50:35.6883291Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_375, aten.slice_copy.Tensor 2025-06-05T23:50:35.6884158Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_376, aten.slice_copy.Tensor 2025-06-05T23:50:35.6885067Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_377, aten.slice_copy.Tensor 2025-06-05T23:50:35.6885934Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_378, aten.slice_copy.Tensor 2025-06-05T23:50:35.6886800Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_379, aten.slice_copy.Tensor 2025-06-05T23:50:35.6887646Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_380, aten.slice_copy.Tensor 2025-06-05T23:50:35.6888507Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_381, aten.slice_copy.Tensor 2025-06-05T23:50:35.6889363Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_382, aten.slice_copy.Tensor 2025-06-05T23:50:35.6890302Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_383, aten.slice_copy.Tensor 2025-06-05T23:50:35.6891136Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_368, aten.cat.default 2025-06-05T23:50:35.6891904Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_370, aten.cat.default 2025-06-05T23:50:35.6892679Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_372, aten.cat.default 2025-06-05T23:50:35.6893438Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_374, aten.cat.default 2025-06-05T23:50:35.6894213Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_376, aten.cat.default 2025-06-05T23:50:35.6894985Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_378, aten.cat.default 2025-06-05T23:50:35.6895804Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_380, aten.cat.default 2025-06-05T23:50:35.6896587Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_382, aten.cat.default 2025-06-05T23:50:35.6897421Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_384, aten.cat.default 2025-06-05T23:50:35.6898196Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_386, aten.cat.default 2025-06-05T23:50:35.6898972Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_388, aten.cat.default 2025-06-05T23:50:35.6899735Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_390, aten.cat.default 2025-06-05T23:50:35.6900505Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_686, aten.mul.Tensor 2025-06-05T23:50:35.6901258Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_688, aten.mul.Tensor 2025-06-05T23:50:35.6902022Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_687, aten.mul.Tensor 2025-06-05T23:50:35.6902771Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_689, aten.mul.Tensor 2025-06-05T23:50:35.6903533Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_690, aten.mul.Tensor 2025-06-05T23:50:35.6904296Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_692, aten.mul.Tensor 2025-06-05T23:50:35.6905041Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_691, aten.mul.Tensor 2025-06-05T23:50:35.6905803Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_693, aten.mul.Tensor 2025-06-05T23:50:35.6906547Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_694, aten.mul.Tensor 2025-06-05T23:50:35.6907307Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_696, aten.mul.Tensor 2025-06-05T23:50:35.6908065Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_695, aten.mul.Tensor 2025-06-05T23:50:35.6908840Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_697, aten.mul.Tensor 2025-06-05T23:50:35.6909605Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_698, aten.mul.Tensor 2025-06-05T23:50:35.6910379Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_700, aten.mul.Tensor 2025-06-05T23:50:35.6911149Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_699, aten.mul.Tensor 2025-06-05T23:50:35.6911906Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_701, aten.mul.Tensor 2025-06-05T23:50:35.6912650Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_702, aten.mul.Tensor 2025-06-05T23:50:35.6913405Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_704, aten.mul.Tensor 2025-06-05T23:50:35.6914151Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_703, aten.mul.Tensor 2025-06-05T23:50:35.6914911Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_705, aten.mul.Tensor 2025-06-05T23:50:35.6915670Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_706, aten.mul.Tensor 2025-06-05T23:50:35.6916412Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_708, aten.mul.Tensor 2025-06-05T23:50:35.6917168Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_707, aten.mul.Tensor 2025-06-05T23:50:35.6917909Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_709, aten.mul.Tensor 2025-06-05T23:50:35.6918664Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_710, aten.mul.Tensor 2025-06-05T23:50:35.6919407Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_712, aten.mul.Tensor 2025-06-05T23:50:35.6920164Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_711, aten.mul.Tensor 2025-06-05T23:50:35.6920952Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_713, aten.mul.Tensor 2025-06-05T23:50:35.6921695Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_714, aten.mul.Tensor 2025-06-05T23:50:35.6922480Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_716, aten.mul.Tensor 2025-06-05T23:50:35.6923225Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_715, aten.mul.Tensor 2025-06-05T23:50:35.6923984Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_717, aten.mul.Tensor 2025-06-05T23:50:35.6924741Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_718, aten.mul.Tensor 2025-06-05T23:50:35.6925487Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_720, aten.mul.Tensor 2025-06-05T23:50:35.6926557Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_719, aten.mul.Tensor 2025-06-05T23:50:35.6927428Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_721, aten.mul.Tensor 2025-06-05T23:50:35.6928187Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_722, aten.mul.Tensor 2025-06-05T23:50:35.6928947Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_724, aten.mul.Tensor 2025-06-05T23:50:35.6929767Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_723, aten.mul.Tensor 2025-06-05T23:50:35.6930528Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_725, aten.mul.Tensor 2025-06-05T23:50:35.6931271Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_726, aten.mul.Tensor 2025-06-05T23:50:35.6932029Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_728, aten.mul.Tensor 2025-06-05T23:50:35.6932788Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_727, aten.mul.Tensor 2025-06-05T23:50:35.6933534Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_729, aten.mul.Tensor 2025-06-05T23:50:35.6934362Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_730, aten.mul.Tensor 2025-06-05T23:50:35.6935110Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_732, aten.mul.Tensor 2025-06-05T23:50:35.6935895Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_731, aten.mul.Tensor 2025-06-05T23:50:35.6936653Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_733, aten.mul.Tensor 2025-06-05T23:50:35.6937397Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_734, aten.mul.Tensor 2025-06-05T23:50:35.6938152Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_736, aten.mul.Tensor 2025-06-05T23:50:35.6938894Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_735, aten.mul.Tensor 2025-06-05T23:50:35.6939653Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_737, aten.mul.Tensor 2025-06-05T23:50:35.6940397Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_738, aten.mul.Tensor 2025-06-05T23:50:36.1348951Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_740, aten.mul.Tensor 2025-06-05T23:50:36.1349950Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_739, aten.mul.Tensor 2025-06-05T23:50:36.1350703Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_741, aten.mul.Tensor 2025-06-05T23:50:36.1351489Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_742, aten.mul.Tensor 2025-06-05T23:50:36.1352247Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_744, aten.mul.Tensor 2025-06-05T23:50:36.1352991Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_743, aten.mul.Tensor 2025-06-05T23:50:36.1353744Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_745, aten.mul.Tensor 2025-06-05T23:50:36.1354741Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_746, aten.mul.Tensor 2025-06-05T23:50:36.1355494Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_748, aten.mul.Tensor 2025-06-05T23:50:36.1356320Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_747, aten.mul.Tensor 2025-06-05T23:50:36.1357064Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_749, aten.mul.Tensor 2025-06-05T23:50:36.1357827Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_750, aten.mul.Tensor 2025-06-05T23:50:36.1358587Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_752, aten.mul.Tensor 2025-06-05T23:50:36.1359535Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_751, aten.mul.Tensor 2025-06-05T23:50:36.1360298Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_753, aten.mul.Tensor 2025-06-05T23:50:36.1361046Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_754, aten.mul.Tensor 2025-06-05T23:50:36.1361804Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_756, aten.mul.Tensor 2025-06-05T23:50:36.1362561Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_755, aten.mul.Tensor 2025-06-05T23:50:36.1363326Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_757, aten.mul.Tensor 2025-06-05T23:50:36.1364080Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_758, aten.mul.Tensor 2025-06-05T23:50:36.1364825Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_760, aten.mul.Tensor 2025-06-05T23:50:36.1365581Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_759, aten.mul.Tensor 2025-06-05T23:50:36.1366335Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_761, aten.mul.Tensor 2025-06-05T23:50:36.1367083Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_762, aten.mul.Tensor 2025-06-05T23:50:36.1367904Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_764, aten.mul.Tensor 2025-06-05T23:50:36.1368653Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_763, aten.mul.Tensor 2025-06-05T23:50:36.1369465Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_765, aten.mul.Tensor 2025-06-05T23:50:36.1370325Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_766, aten.mul.Tensor 2025-06-05T23:50:36.1371068Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_768, aten.mul.Tensor 2025-06-05T23:50:36.1371827Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_767, aten.mul.Tensor 2025-06-05T23:50:36.1372569Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_769, aten.mul.Tensor 2025-06-05T23:50:36.1373332Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_770, aten.mul.Tensor 2025-06-05T23:50:36.1374091Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_772, aten.mul.Tensor 2025-06-05T23:50:36.1374835Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_771, aten.mul.Tensor 2025-06-05T23:50:36.1375592Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_773, aten.mul.Tensor 2025-06-05T23:50:36.1376334Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_774, aten.mul.Tensor 2025-06-05T23:50:36.1377088Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_776, aten.mul.Tensor 2025-06-05T23:50:36.1377844Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_775, aten.mul.Tensor 2025-06-05T23:50:36.1378582Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_777, aten.mul.Tensor 2025-06-05T23:50:36.1379379Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_778, aten.mul.Tensor 2025-06-05T23:50:36.1380126Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_780, aten.mul.Tensor 2025-06-05T23:50:36.1380920Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_779, aten.mul.Tensor 2025-06-05T23:50:36.1381663Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_781, aten.mul.Tensor 2025-06-05T23:50:36.1382416Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_168, aten.sub.Tensor 2025-06-05T23:50:36.1383166Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_266, aten.add.Tensor 2025-06-05T23:50:36.1383911Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_169, aten.sub.Tensor 2025-06-05T23:50:36.1384670Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_267, aten.add.Tensor 2025-06-05T23:50:36.1385415Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_170, aten.sub.Tensor 2025-06-05T23:50:36.1386178Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_268, aten.add.Tensor 2025-06-05T23:50:36.1386930Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_171, aten.sub.Tensor 2025-06-05T23:50:36.1387672Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_269, aten.add.Tensor 2025-06-05T23:50:36.1388430Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_172, aten.sub.Tensor 2025-06-05T23:50:36.1389176Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_270, aten.add.Tensor 2025-06-05T23:50:36.1389935Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_173, aten.sub.Tensor 2025-06-05T23:50:36.1390688Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_271, aten.add.Tensor 2025-06-05T23:50:36.1391430Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_174, aten.sub.Tensor 2025-06-05T23:50:36.1392222Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_272, aten.add.Tensor 2025-06-05T23:50:36.1392967Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_175, aten.sub.Tensor 2025-06-05T23:50:36.1393729Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_273, aten.add.Tensor 2025-06-05T23:50:36.1394508Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_176, aten.sub.Tensor 2025-06-05T23:50:36.1395256Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_274, aten.add.Tensor 2025-06-05T23:50:36.1396013Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_177, aten.sub.Tensor 2025-06-05T23:50:36.1396756Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_275, aten.add.Tensor 2025-06-05T23:50:36.1397512Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_178, aten.sub.Tensor 2025-06-05T23:50:36.1398270Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_276, aten.add.Tensor 2025-06-05T23:50:36.1399015Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_179, aten.sub.Tensor 2025-06-05T23:50:36.1399770Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_277, aten.add.Tensor 2025-06-05T23:50:36.1400515Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_180, aten.sub.Tensor 2025-06-05T23:50:36.1401328Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_657, aten._to_copy.default 2025-06-05T23:50:36.1402125Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_278, aten.add.Tensor 2025-06-05T23:50:36.1402929Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_658, aten._to_copy.default 2025-06-05T23:50:36.1403736Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_181, aten.sub.Tensor 2025-06-05T23:50:36.1404582Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_659, aten._to_copy.default 2025-06-05T23:50:36.1405390Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_279, aten.add.Tensor 2025-06-05T23:50:36.1406213Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_660, aten._to_copy.default 2025-06-05T23:50:36.1407018Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_182, aten.sub.Tensor 2025-06-05T23:50:36.1407833Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_661, aten._to_copy.default 2025-06-05T23:50:36.1408621Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_280, aten.add.Tensor 2025-06-05T23:50:36.1409424Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_662, aten._to_copy.default 2025-06-05T23:50:36.1410288Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_183, aten.sub.Tensor 2025-06-05T23:50:36.1411095Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_663, aten._to_copy.default 2025-06-05T23:50:36.1411902Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_281, aten.add.Tensor 2025-06-05T23:50:36.1412815Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_664, aten._to_copy.default 2025-06-05T23:50:36.1413758Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_184, aten.sub.Tensor 2025-06-05T23:50:36.5564024Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_665, aten._to_copy.default 2025-06-05T23:50:36.5565038Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_282, aten.add.Tensor 2025-06-05T23:50:36.5565846Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_666, aten._to_copy.default 2025-06-05T23:50:36.5566710Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_185, aten.sub.Tensor 2025-06-05T23:50:36.5567778Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_667, aten._to_copy.default 2025-06-05T23:50:36.5568591Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_283, aten.add.Tensor 2025-06-05T23:50:36.5569459Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_668, aten._to_copy.default 2025-06-05T23:50:36.5570357Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_186, aten.sub.Tensor 2025-06-05T23:50:36.5571150Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_669, aten._to_copy.default 2025-06-05T23:50:36.5571955Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_284, aten.add.Tensor 2025-06-05T23:50:36.5572752Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_670, aten._to_copy.default 2025-06-05T23:50:36.5573567Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_187, aten.sub.Tensor 2025-06-05T23:50:36.5574375Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_671, aten._to_copy.default 2025-06-05T23:50:36.5575175Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_285, aten.add.Tensor 2025-06-05T23:50:36.5575990Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_672, aten._to_copy.default 2025-06-05T23:50:36.5576783Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_188, aten.sub.Tensor 2025-06-05T23:50:36.5577586Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_673, aten._to_copy.default 2025-06-05T23:50:36.5578389Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_286, aten.add.Tensor 2025-06-05T23:50:36.5579179Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_674, aten._to_copy.default 2025-06-05T23:50:36.5580040Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_189, aten.sub.Tensor 2025-06-05T23:50:36.5580838Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_675, aten._to_copy.default 2025-06-05T23:50:36.5581691Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_287, aten.add.Tensor 2025-06-05T23:50:36.5582497Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_676, aten._to_copy.default 2025-06-05T23:50:36.5583286Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_190, aten.sub.Tensor 2025-06-05T23:50:36.5584090Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_677, aten._to_copy.default 2025-06-05T23:50:36.5584882Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_288, aten.add.Tensor 2025-06-05T23:50:36.5585685Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_678, aten._to_copy.default 2025-06-05T23:50:36.5586488Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_191, aten.sub.Tensor 2025-06-05T23:50:36.5587282Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_679, aten._to_copy.default 2025-06-05T23:50:36.5588084Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_289, aten.add.Tensor 2025-06-05T23:50:36.5588879Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_680, aten._to_copy.default 2025-06-05T23:50:36.5589694Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_343, aten.cat.default 2025-06-05T23:50:36.5590473Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_344, aten.cat.default 2025-06-05T23:50:36.5591237Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_345, aten.cat.default 2025-06-05T23:50:36.5592007Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_346, aten.cat.default 2025-06-05T23:50:36.5592772Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_347, aten.cat.default 2025-06-05T23:50:36.5593585Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_348, aten.cat.default 2025-06-05T23:50:36.5594362Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_349, aten.cat.default 2025-06-05T23:50:36.5595151Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_350, aten.cat.default 2025-06-05T23:50:36.5595926Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_351, aten.cat.default 2025-06-05T23:50:36.5596690Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_352, aten.cat.default 2025-06-05T23:50:36.5597469Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_353, aten.cat.default 2025-06-05T23:50:36.5598247Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_354, aten.cat.default 2025-06-05T23:50:36.5599017Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_355, aten.cat.default 2025-06-05T23:50:36.5599794Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_356, aten.cat.default 2025-06-05T23:50:36.5600563Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_357, aten.cat.default 2025-06-05T23:50:36.5609690Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_358, aten.cat.default 2025-06-05T23:50:36.5610505Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_359, aten.cat.default 2025-06-05T23:50:36.5611277Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_360, aten.cat.default 2025-06-05T23:50:36.5612064Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_361, aten.cat.default 2025-06-05T23:50:36.5612848Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_362, aten.cat.default 2025-06-05T23:50:36.5613699Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_363, aten.cat.default 2025-06-05T23:50:36.5614768Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_364, aten.cat.default 2025-06-05T23:50:36.5615609Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_365, aten.cat.default 2025-06-05T23:50:36.5616396Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_366, aten.cat.default 2025-06-05T23:50:36.5617255Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_408, aten.permute_copy.default 2025-06-05T23:50:36.5618173Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_409, aten.permute_copy.default 2025-06-05T23:50:36.5619097Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_410, aten.permute_copy.default 2025-06-05T23:50:36.5620002Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_411, aten.permute_copy.default 2025-06-05T23:50:36.5620926Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_412, aten.permute_copy.default 2025-06-05T23:50:36.5621843Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_413, aten.permute_copy.default 2025-06-05T23:50:36.5622761Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_414, aten.permute_copy.default 2025-06-05T23:50:36.5623665Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_415, aten.permute_copy.default 2025-06-05T23:50:36.5624578Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_416, aten.permute_copy.default 2025-06-05T23:50:36.5625482Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_417, aten.permute_copy.default 2025-06-05T23:50:36.5626400Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_418, aten.permute_copy.default 2025-06-05T23:50:36.5627364Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_419, aten.permute_copy.default 2025-06-05T23:50:36.5628201Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_367, aten.cat.default 2025-06-05T23:50:36.5629016Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_369, aten.cat.default 2025-06-05T23:50:36.5629788Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_371, aten.cat.default 2025-06-05T23:50:36.5630569Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_373, aten.cat.default 2025-06-05T23:50:36.5631341Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_375, aten.cat.default 2025-06-05T23:50:36.5632104Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_377, aten.cat.default 2025-06-05T23:50:36.5632878Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_379, aten.cat.default 2025-06-05T23:50:36.5633643Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_381, aten.cat.default 2025-06-05T23:50:36.5634422Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_383, aten.cat.default 2025-06-05T23:50:36.5635203Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_385, aten.cat.default 2025-06-05T23:50:36.5635962Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_387, aten.cat.default 2025-06-05T23:50:36.5636736Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_389, aten.cat.default 2025-06-05T23:50:36.5637525Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_168, aten.matmul.default 2025-06-05T23:50:37.1068138Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_170, aten.matmul.default 2025-06-05T23:50:37.1069920Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_172, aten.matmul.default 2025-06-05T23:50:37.1071414Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_174, aten.matmul.default 2025-06-05T23:50:37.1072956Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_176, aten.matmul.default 2025-06-05T23:50:37.1074422Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_178, aten.matmul.default 2025-06-05T23:50:37.1075892Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_180, aten.matmul.default 2025-06-05T23:50:37.1077387Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_182, aten.matmul.default 2025-06-05T23:50:37.1078829Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_184, aten.matmul.default 2025-06-05T23:50:37.1080290Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_186, aten.matmul.default 2025-06-05T23:50:37.1081753Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_188, aten.matmul.default 2025-06-05T23:50:37.1083205Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_190, aten.matmul.default 2025-06-05T23:50:37.1084601Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_84, aten.div.Tensor 2025-06-05T23:50:37.1085931Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_85, aten.div.Tensor 2025-06-05T23:50:37.1087263Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_86, aten.div.Tensor 2025-06-05T23:50:37.1088583Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_87, aten.div.Tensor 2025-06-05T23:50:37.1089987Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_88, aten.div.Tensor 2025-06-05T23:50:37.1091321Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_89, aten.div.Tensor 2025-06-05T23:50:37.1092640Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_90, aten.div.Tensor 2025-06-05T23:50:37.1094047Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_91, aten.div.Tensor 2025-06-05T23:50:37.1095369Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_92, aten.div.Tensor 2025-06-05T23:50:37.1096771Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_93, aten.div.Tensor 2025-06-05T23:50:37.1098098Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_94, aten.div.Tensor 2025-06-05T23:50:37.1099413Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_95, aten.div.Tensor 2025-06-05T23:50:37.1100752Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_290, aten.add.Tensor 2025-06-05T23:50:37.1102093Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_291, aten.add.Tensor 2025-06-05T23:50:37.1103442Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_292, aten.add.Tensor 2025-06-05T23:50:37.1104784Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_293, aten.add.Tensor 2025-06-05T23:50:37.1106109Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_294, aten.add.Tensor 2025-06-05T23:50:37.1107457Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_295, aten.add.Tensor 2025-06-05T23:50:37.1108778Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_296, aten.add.Tensor 2025-06-05T23:50:37.1110112Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_297, aten.add.Tensor 2025-06-05T23:50:37.1111449Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_298, aten.add.Tensor 2025-06-05T23:50:37.1112773Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_299, aten.add.Tensor 2025-06-05T23:50:37.1114119Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_300, aten.add.Tensor 2025-06-05T23:50:37.1115489Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_301, aten.add.Tensor 2025-06-05T23:50:37.1116922Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_84, aten._softmax.default 2025-06-05T23:50:37.1118585Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_85, aten._softmax.default 2025-06-05T23:50:37.1120078Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_86, aten._softmax.default 2025-06-05T23:50:37.1121591Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_87, aten._softmax.default 2025-06-05T23:50:37.1123087Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_88, aten._softmax.default 2025-06-05T23:50:37.1124593Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_89, aten._softmax.default 2025-06-05T23:50:37.1126104Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_90, aten._softmax.default 2025-06-05T23:50:37.1127599Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_91, aten._softmax.default 2025-06-05T23:50:37.1129100Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_92, aten._softmax.default 2025-06-05T23:50:37.1130658Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_93, aten._softmax.default 2025-06-05T23:50:37.1132163Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_94, aten._softmax.default 2025-06-05T23:50:37.1133672Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_95, aten._softmax.default 2025-06-05T23:50:37.1135153Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_169, aten.matmul.default 2025-06-05T23:50:37.1136618Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_171, aten.matmul.default 2025-06-05T23:50:37.1138070Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_173, aten.matmul.default 2025-06-05T23:50:37.1139584Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_175, aten.matmul.default 2025-06-05T23:50:37.1141057Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_177, aten.matmul.default 2025-06-05T23:50:37.1142580Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_179, aten.matmul.default 2025-06-05T23:50:37.1144048Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_181, aten.matmul.default 2025-06-05T23:50:37.1145497Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_183, aten.matmul.default 2025-06-05T23:50:37.1146962Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_185, aten.matmul.default 2025-06-05T23:50:37.1148430Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_187, aten.matmul.default 2025-06-05T23:50:37.1149885Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_189, aten.matmul.default 2025-06-05T23:50:37.1151350Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_191, aten.matmul.default 2025-06-05T23:50:37.1152760Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_391, aten.cat.default 2025-06-05T23:50:37.1154228Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_324, aten.view_copy.default 2025-06-05T23:50:37.1155844Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1456, aten.permute_copy.default 2025-06-05T23:50:37.1157479Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_316, aten.convolution.default 2025-06-05T23:50:37.1159112Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1457, aten.permute_copy.default 2025-06-05T23:50:37.1160938Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_325, aten.view_copy.default 2025-06-05T23:50:37.1162397Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_302, aten.add.Tensor 2025-06-05T23:50:37.1163890Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_rms_norm_default_15, aten.rms_norm.default 2025-06-05T23:50:37.1165409Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_326, aten.view_copy.default 2025-06-05T23:50:37.1167023Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1458, aten.permute_copy.default 2025-06-05T23:50:37.1168664Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_317, aten.convolution.default 2025-06-05T23:50:37.1170324Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_318, aten.convolution.default 2025-06-05T23:50:37.1171875Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sigmoid_default_7, aten.sigmoid.default 2025-06-05T23:50:37.1173274Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_782, aten.mul.Tensor 2025-06-05T23:50:37.1174625Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_783, aten.mul.Tensor 2025-06-05T23:50:37.1176115Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_319, aten.convolution.default 2025-06-05T23:50:37.1177768Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1459, aten.permute_copy.default 2025-06-05T23:50:37.1179369Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_327, aten.view_copy.default 2025-06-05T23:50:37.1180806Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_303, aten.add.Tensor 2025-06-05T23:50:37.1182240Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_rms_norm_default_16, aten.rms_norm.default 2025-06-05T23:50:37.6201379Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_328, aten.view_copy.default 2025-06-05T23:50:37.6203469Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1460, aten.permute_copy.default 2025-06-05T23:50:37.6205228Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_681, aten._to_copy.default 2025-06-05T23:50:37.6206822Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_320, aten.convolution.default 2025-06-05T23:50:37.6208509Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1461, aten.permute_copy.default 2025-06-05T23:50:37.6210277Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_321, aten.convolution.default 2025-06-05T23:50:37.6211972Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1462, aten.permute_copy.default 2025-06-05T23:50:37.6213659Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_322, aten.convolution.default 2025-06-05T23:50:37.6215301Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1463, aten.permute_copy.default 2025-06-05T23:50:37.6217051Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_323, aten.convolution.default 2025-06-05T23:50:37.6218797Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1464, aten.permute_copy.default 2025-06-05T23:50:37.6220446Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_324, aten.convolution.default 2025-06-05T23:50:37.6222022Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1465, aten.permute_copy.default 2025-06-05T23:50:37.6223662Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_325, aten.convolution.default 2025-06-05T23:50:37.6225491Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1466, aten.permute_copy.default 2025-06-05T23:50:37.6227239Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_326, aten.convolution.default 2025-06-05T23:50:37.6229054Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1467, aten.permute_copy.default 2025-06-05T23:50:37.6230703Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_327, aten.convolution.default 2025-06-05T23:50:37.6232361Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1468, aten.permute_copy.default 2025-06-05T23:50:37.6234028Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_328, aten.convolution.default 2025-06-05T23:50:37.6235705Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1469, aten.permute_copy.default 2025-06-05T23:50:37.6237379Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_329, aten.convolution.default 2025-06-05T23:50:37.6239073Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1470, aten.permute_copy.default 2025-06-05T23:50:37.6240787Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_330, aten.convolution.default 2025-06-05T23:50:37.6242463Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1471, aten.permute_copy.default 2025-06-05T23:50:37.6244185Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_331, aten.convolution.default 2025-06-05T23:50:37.6245857Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1472, aten.permute_copy.default 2025-06-05T23:50:37.6247533Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_332, aten.convolution.default 2025-06-05T23:50:37.6249214Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1473, aten.permute_copy.default 2025-06-05T23:50:37.6251082Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_333, aten.convolution.default 2025-06-05T23:50:37.6252810Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1474, aten.permute_copy.default 2025-06-05T23:50:37.6254544Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_334, aten.convolution.default 2025-06-05T23:50:37.6256252Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1475, aten.permute_copy.default 2025-06-05T23:50:37.6257931Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_335, aten.convolution.default 2025-06-05T23:50:37.6259787Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1476, aten.permute_copy.default 2025-06-05T23:50:37.6261485Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_336, aten.convolution.default 2025-06-05T23:50:37.6263161Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1477, aten.permute_copy.default 2025-06-05T23:50:37.6264899Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_337, aten.convolution.default 2025-06-05T23:50:37.6266569Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1478, aten.permute_copy.default 2025-06-05T23:50:37.6268341Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_338, aten.convolution.default 2025-06-05T23:50:37.6270131Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1479, aten.permute_copy.default 2025-06-05T23:50:37.6271831Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_339, aten.convolution.default 2025-06-05T23:50:37.6273566Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1480, aten.permute_copy.default 2025-06-05T23:50:37.6275481Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_340, aten.convolution.default 2025-06-05T23:50:37.6277042Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1481, aten.permute_copy.default 2025-06-05T23:50:37.6278705Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_341, aten.convolution.default 2025-06-05T23:50:37.6280412Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1482, aten.permute_copy.default 2025-06-05T23:50:37.6282155Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_342, aten.convolution.default 2025-06-05T23:50:37.6283824Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1483, aten.permute_copy.default 2025-06-05T23:50:37.6285471Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_343, aten.convolution.default 2025-06-05T23:50:37.6287140Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1484, aten.permute_copy.default 2025-06-05T23:50:37.6288796Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_344, aten.convolution.default 2025-06-05T23:50:37.6290569Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1485, aten.permute_copy.default 2025-06-05T23:50:37.6292273Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_345, aten.convolution.default 2025-06-05T23:50:37.6293984Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1486, aten.permute_copy.default 2025-06-05T23:50:37.6295608Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_346, aten.convolution.default 2025-06-05T23:50:37.6297324Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1487, aten.permute_copy.default 2025-06-05T23:50:37.6299196Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_347, aten.convolution.default 2025-06-05T23:50:37.6300876Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1488, aten.permute_copy.default 2025-06-05T23:50:37.6302652Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_348, aten.convolution.default 2025-06-05T23:50:37.6304321Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1489, aten.permute_copy.default 2025-06-05T23:50:37.6306002Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_349, aten.convolution.default 2025-06-05T23:50:37.6307675Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1490, aten.permute_copy.default 2025-06-05T23:50:37.6309378Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_350, aten.convolution.default 2025-06-05T23:50:37.6311073Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1491, aten.permute_copy.default 2025-06-05T23:50:37.6312722Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_351, aten.convolution.default 2025-06-05T23:50:37.6314465Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1492, aten.permute_copy.default 2025-06-05T23:50:37.6316193Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_352, aten.convolution.default 2025-06-05T23:50:37.6317894Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1493, aten.permute_copy.default 2025-06-05T23:50:37.6319553Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_353, aten.convolution.default 2025-06-05T23:50:37.6321217Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1494, aten.permute_copy.default 2025-06-05T23:50:37.8714747Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_354, aten.convolution.default 2025-06-05T23:50:37.8716495Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1495, aten.permute_copy.default 2025-06-05T23:50:37.8718418Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_355, aten.convolution.default 2025-06-05T23:50:37.8720090Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1496, aten.permute_copy.default 2025-06-05T23:50:37.8721791Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_329, aten.view_copy.default 2025-06-05T23:50:37.8723406Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_330, aten.view_copy.default 2025-06-05T23:50:37.8725017Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_331, aten.view_copy.default 2025-06-05T23:50:37.8726657Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_332, aten.view_copy.default 2025-06-05T23:50:37.8728248Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_333, aten.view_copy.default 2025-06-05T23:50:37.8729985Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_334, aten.view_copy.default 2025-06-05T23:50:37.8731639Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_335, aten.view_copy.default 2025-06-05T23:50:37.8733221Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_336, aten.view_copy.default 2025-06-05T23:50:37.8734852Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_337, aten.view_copy.default 2025-06-05T23:50:37.8736494Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_338, aten.view_copy.default 2025-06-05T23:50:37.8738100Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_339, aten.view_copy.default 2025-06-05T23:50:37.8739844Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_340, aten.view_copy.default 2025-06-05T23:50:37.8741421Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_341, aten.view_copy.default 2025-06-05T23:50:37.8743113Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_342, aten.view_copy.default 2025-06-05T23:50:37.8744701Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_343, aten.view_copy.default 2025-06-05T23:50:37.8746285Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_344, aten.view_copy.default 2025-06-05T23:50:37.8747896Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_345, aten.view_copy.default 2025-06-05T23:50:37.8749532Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_346, aten.view_copy.default 2025-06-05T23:50:37.8751081Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_347, aten.view_copy.default 2025-06-05T23:50:37.8752722Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_348, aten.view_copy.default 2025-06-05T23:50:37.8754348Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_349, aten.view_copy.default 2025-06-05T23:50:37.8755903Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_350, aten.view_copy.default 2025-06-05T23:50:37.8757548Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_351, aten.view_copy.default 2025-06-05T23:50:37.8759367Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_352, aten.view_copy.default 2025-06-05T23:50:37.8760957Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_353, aten.view_copy.default 2025-06-05T23:50:37.8762646Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_354, aten.view_copy.default 2025-06-05T23:50:37.8764221Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_355, aten.view_copy.default 2025-06-05T23:50:37.8765871Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_356, aten.view_copy.default 2025-06-05T23:50:37.8767439Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_357, aten.view_copy.default 2025-06-05T23:50:37.8769037Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_358, aten.view_copy.default 2025-06-05T23:50:37.8770705Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_359, aten.view_copy.default 2025-06-05T23:50:37.8772335Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_360, aten.view_copy.default 2025-06-05T23:50:37.8773887Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_361, aten.view_copy.default 2025-06-05T23:50:37.8775524Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_362, aten.view_copy.default 2025-06-05T23:50:37.8777157Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_363, aten.view_copy.default 2025-06-05T23:50:37.8778633Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_364, aten.view_copy.default 2025-06-05T23:50:37.8780166Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_384, aten.slice_copy.Tensor 2025-06-05T23:50:37.8781821Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_385, aten.slice_copy.Tensor 2025-06-05T23:50:37.8783442Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_386, aten.slice_copy.Tensor 2025-06-05T23:50:37.8785033Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_387, aten.slice_copy.Tensor 2025-06-05T23:50:37.8786608Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_388, aten.slice_copy.Tensor 2025-06-05T23:50:37.8788331Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_389, aten.slice_copy.Tensor 2025-06-05T23:50:37.8789923Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_390, aten.slice_copy.Tensor 2025-06-05T23:50:37.8791592Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_391, aten.slice_copy.Tensor 2025-06-05T23:50:37.8793199Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_392, aten.slice_copy.Tensor 2025-06-05T23:50:37.8794792Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_393, aten.slice_copy.Tensor 2025-06-05T23:50:37.8796420Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_394, aten.slice_copy.Tensor 2025-06-05T23:50:37.8798017Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_395, aten.slice_copy.Tensor 2025-06-05T23:50:37.8799649Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_396, aten.slice_copy.Tensor 2025-06-05T23:50:37.8801297Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_397, aten.slice_copy.Tensor 2025-06-05T23:50:37.8802857Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_398, aten.slice_copy.Tensor 2025-06-05T23:50:37.8804506Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_399, aten.slice_copy.Tensor 2025-06-05T23:50:37.8806163Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_400, aten.slice_copy.Tensor 2025-06-05T23:50:37.8807746Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_401, aten.slice_copy.Tensor 2025-06-05T23:50:37.8809331Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_402, aten.slice_copy.Tensor 2025-06-05T23:50:37.8811093Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_403, aten.slice_copy.Tensor 2025-06-05T23:50:37.8812661Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_404, aten.slice_copy.Tensor 2025-06-05T23:50:37.8814313Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_405, aten.slice_copy.Tensor 2025-06-05T23:50:37.8815904Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_406, aten.slice_copy.Tensor 2025-06-05T23:50:37.8817519Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_407, aten.slice_copy.Tensor 2025-06-05T23:50:37.8819097Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_408, aten.slice_copy.Tensor 2025-06-05T23:50:37.8820710Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_409, aten.slice_copy.Tensor 2025-06-05T23:50:37.8822362Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_410, aten.slice_copy.Tensor 2025-06-05T23:50:37.8823991Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_411, aten.slice_copy.Tensor 2025-06-05T23:50:37.8825568Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_412, aten.slice_copy.Tensor 2025-06-05T23:50:37.8827221Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_413, aten.slice_copy.Tensor 2025-06-05T23:50:37.8828862Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_414, aten.slice_copy.Tensor 2025-06-05T23:50:37.8830443Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_415, aten.slice_copy.Tensor 2025-06-05T23:50:37.8832015Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_416, aten.slice_copy.Tensor 2025-06-05T23:50:37.8833593Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_417, aten.slice_copy.Tensor 2025-06-05T23:50:38.3246259Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_418, aten.slice_copy.Tensor 2025-06-05T23:50:38.3247883Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_419, aten.slice_copy.Tensor 2025-06-05T23:50:38.3249857Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_420, aten.slice_copy.Tensor 2025-06-05T23:50:38.3251437Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_421, aten.slice_copy.Tensor 2025-06-05T23:50:38.3253043Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_422, aten.slice_copy.Tensor 2025-06-05T23:50:38.3254637Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_423, aten.slice_copy.Tensor 2025-06-05T23:50:38.3256232Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_424, aten.slice_copy.Tensor 2025-06-05T23:50:38.3257899Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_425, aten.slice_copy.Tensor 2025-06-05T23:50:38.3259702Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_426, aten.slice_copy.Tensor 2025-06-05T23:50:38.3261412Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_427, aten.slice_copy.Tensor 2025-06-05T23:50:38.3263134Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_428, aten.slice_copy.Tensor 2025-06-05T23:50:38.3264730Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_429, aten.slice_copy.Tensor 2025-06-05T23:50:38.3266368Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_430, aten.slice_copy.Tensor 2025-06-05T23:50:38.3268021Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_431, aten.slice_copy.Tensor 2025-06-05T23:50:38.3269758Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_417, aten.cat.default 2025-06-05T23:50:38.3271164Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_419, aten.cat.default 2025-06-05T23:50:38.3272681Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_421, aten.cat.default 2025-06-05T23:50:38.3274125Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_423, aten.cat.default 2025-06-05T23:50:38.3275518Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_425, aten.cat.default 2025-06-05T23:50:38.3276941Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_427, aten.cat.default 2025-06-05T23:50:38.3278500Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_429, aten.cat.default 2025-06-05T23:50:38.3279944Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_431, aten.cat.default 2025-06-05T23:50:38.3281393Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_433, aten.cat.default 2025-06-05T23:50:38.3282795Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_435, aten.cat.default 2025-06-05T23:50:38.3284256Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_437, aten.cat.default 2025-06-05T23:50:38.3285700Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_439, aten.cat.default 2025-06-05T23:50:38.3287098Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_784, aten.mul.Tensor 2025-06-05T23:50:38.3288372Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_786, aten.mul.Tensor 2025-06-05T23:50:38.3289872Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_785, aten.mul.Tensor 2025-06-05T23:50:38.3291301Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_787, aten.mul.Tensor 2025-06-05T23:50:38.3292724Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_788, aten.mul.Tensor 2025-06-05T23:50:38.3294235Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_790, aten.mul.Tensor 2025-06-05T23:50:38.3295595Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_789, aten.mul.Tensor 2025-06-05T23:50:38.3297062Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_791, aten.mul.Tensor 2025-06-05T23:50:38.3298435Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_792, aten.mul.Tensor 2025-06-05T23:50:38.3299808Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_794, aten.mul.Tensor 2025-06-05T23:50:38.3301199Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_793, aten.mul.Tensor 2025-06-05T23:50:38.3302568Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_795, aten.mul.Tensor 2025-06-05T23:50:38.3303989Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_796, aten.mul.Tensor 2025-06-05T23:50:38.3305325Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_798, aten.mul.Tensor 2025-06-05T23:50:38.3306750Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_797, aten.mul.Tensor 2025-06-05T23:50:38.3308184Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_799, aten.mul.Tensor 2025-06-05T23:50:38.3309593Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_800, aten.mul.Tensor 2025-06-05T23:50:38.3310953Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_802, aten.mul.Tensor 2025-06-05T23:50:38.3312366Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_801, aten.mul.Tensor 2025-06-05T23:50:38.3313802Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_803, aten.mul.Tensor 2025-06-05T23:50:38.3315238Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_804, aten.mul.Tensor 2025-06-05T23:50:38.3316670Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_806, aten.mul.Tensor 2025-06-05T23:50:38.3318049Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_805, aten.mul.Tensor 2025-06-05T23:50:38.3319460Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_807, aten.mul.Tensor 2025-06-05T23:50:38.3320854Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_808, aten.mul.Tensor 2025-06-05T23:50:38.3322228Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_810, aten.mul.Tensor 2025-06-05T23:50:38.3323603Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_809, aten.mul.Tensor 2025-06-05T23:50:38.3325001Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_811, aten.mul.Tensor 2025-06-05T23:50:38.3326400Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_812, aten.mul.Tensor 2025-06-05T23:50:38.3327760Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_814, aten.mul.Tensor 2025-06-05T23:50:38.3329171Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_813, aten.mul.Tensor 2025-06-05T23:50:38.3330642Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_815, aten.mul.Tensor 2025-06-05T23:50:38.3332068Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_816, aten.mul.Tensor 2025-06-05T23:50:38.3333333Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_818, aten.mul.Tensor 2025-06-05T23:50:38.3334664Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_817, aten.mul.Tensor 2025-06-05T23:50:38.3336069Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_819, aten.mul.Tensor 2025-06-05T23:50:38.3337499Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_820, aten.mul.Tensor 2025-06-05T23:50:38.3338918Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_822, aten.mul.Tensor 2025-06-05T23:50:38.3340361Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_821, aten.mul.Tensor 2025-06-05T23:50:38.3341729Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_823, aten.mul.Tensor 2025-06-05T23:50:38.3343143Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_824, aten.mul.Tensor 2025-06-05T23:50:38.3344526Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_826, aten.mul.Tensor 2025-06-05T23:50:38.3345901Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_825, aten.mul.Tensor 2025-06-05T23:50:38.3347271Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_827, aten.mul.Tensor 2025-06-05T23:50:38.3348648Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_828, aten.mul.Tensor 2025-06-05T23:50:38.3350052Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_830, aten.mul.Tensor 2025-06-05T23:50:38.3351393Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_829, aten.mul.Tensor 2025-06-05T23:50:38.3352806Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_831, aten.mul.Tensor 2025-06-05T23:50:38.3354228Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_832, aten.mul.Tensor 2025-06-05T23:50:38.3355640Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_834, aten.mul.Tensor 2025-06-05T23:50:38.3356958Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_833, aten.mul.Tensor 2025-06-05T23:50:38.3358386Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_835, aten.mul.Tensor 2025-06-05T23:50:38.3359973Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_836, aten.mul.Tensor 2025-06-05T23:50:38.3361381Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_838, aten.mul.Tensor 2025-06-05T23:50:38.3362883Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_837, aten.mul.Tensor 2025-06-05T23:50:38.3364255Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_839, aten.mul.Tensor 2025-06-05T23:50:38.3365694Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_840, aten.mul.Tensor 2025-06-05T23:50:38.7774948Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_842, aten.mul.Tensor 2025-06-05T23:50:38.7776398Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_841, aten.mul.Tensor 2025-06-05T23:50:38.7777774Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_843, aten.mul.Tensor 2025-06-05T23:50:38.7779200Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_844, aten.mul.Tensor 2025-06-05T23:50:38.7780549Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_846, aten.mul.Tensor 2025-06-05T23:50:38.7781969Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_845, aten.mul.Tensor 2025-06-05T23:50:38.7783354Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_847, aten.mul.Tensor 2025-06-05T23:50:38.7784732Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_848, aten.mul.Tensor 2025-06-05T23:50:38.7786140Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_850, aten.mul.Tensor 2025-06-05T23:50:38.7787540Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_849, aten.mul.Tensor 2025-06-05T23:50:38.7788884Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_851, aten.mul.Tensor 2025-06-05T23:50:38.7790318Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_852, aten.mul.Tensor 2025-06-05T23:50:38.7791730Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_854, aten.mul.Tensor 2025-06-05T23:50:38.7793164Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_853, aten.mul.Tensor 2025-06-05T23:50:38.7794807Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_855, aten.mul.Tensor 2025-06-05T23:50:38.7796253Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_856, aten.mul.Tensor 2025-06-05T23:50:38.7797801Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_858, aten.mul.Tensor 2025-06-05T23:50:38.7799175Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_857, aten.mul.Tensor 2025-06-05T23:50:38.7800546Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_859, aten.mul.Tensor 2025-06-05T23:50:38.7801901Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_860, aten.mul.Tensor 2025-06-05T23:50:38.7803268Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_862, aten.mul.Tensor 2025-06-05T23:50:38.7804653Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_861, aten.mul.Tensor 2025-06-05T23:50:38.7806030Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_863, aten.mul.Tensor 2025-06-05T23:50:38.7807428Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_864, aten.mul.Tensor 2025-06-05T23:50:38.7808823Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_866, aten.mul.Tensor 2025-06-05T23:50:38.7810330Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_865, aten.mul.Tensor 2025-06-05T23:50:38.7811661Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_867, aten.mul.Tensor 2025-06-05T23:50:38.7813094Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_868, aten.mul.Tensor 2025-06-05T23:50:38.7814509Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_870, aten.mul.Tensor 2025-06-05T23:50:38.7816124Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_869, aten.mul.Tensor 2025-06-05T23:50:38.7817533Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_871, aten.mul.Tensor 2025-06-05T23:50:38.7818938Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_872, aten.mul.Tensor 2025-06-05T23:50:38.7820476Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_874, aten.mul.Tensor 2025-06-05T23:50:38.7821854Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_873, aten.mul.Tensor 2025-06-05T23:50:38.7823216Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_875, aten.mul.Tensor 2025-06-05T23:50:38.7824583Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_876, aten.mul.Tensor 2025-06-05T23:50:38.7825942Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_878, aten.mul.Tensor 2025-06-05T23:50:38.7827308Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_877, aten.mul.Tensor 2025-06-05T23:50:38.7828710Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_879, aten.mul.Tensor 2025-06-05T23:50:38.7830092Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_192, aten.sub.Tensor 2025-06-05T23:50:38.7831518Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_304, aten.add.Tensor 2025-06-05T23:50:38.7832931Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_193, aten.sub.Tensor 2025-06-05T23:50:38.7834268Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_305, aten.add.Tensor 2025-06-05T23:50:38.7835695Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_194, aten.sub.Tensor 2025-06-05T23:50:38.7837109Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_306, aten.add.Tensor 2025-06-05T23:50:38.7838540Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_195, aten.sub.Tensor 2025-06-05T23:50:38.7839943Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_307, aten.add.Tensor 2025-06-05T23:50:38.7841367Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_196, aten.sub.Tensor 2025-06-05T23:50:38.7842784Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_308, aten.add.Tensor 2025-06-05T23:50:38.7844305Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_197, aten.sub.Tensor 2025-06-05T23:50:38.7845657Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_309, aten.add.Tensor 2025-06-05T23:50:38.7847030Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_198, aten.sub.Tensor 2025-06-05T23:50:38.7848400Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_310, aten.add.Tensor 2025-06-05T23:50:38.7849848Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_199, aten.sub.Tensor 2025-06-05T23:50:38.7851243Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_311, aten.add.Tensor 2025-06-05T23:50:38.7852644Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_200, aten.sub.Tensor 2025-06-05T23:50:38.7854029Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_312, aten.add.Tensor 2025-06-05T23:50:38.7855457Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_201, aten.sub.Tensor 2025-06-05T23:50:38.7856782Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_313, aten.add.Tensor 2025-06-05T23:50:38.7858197Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_202, aten.sub.Tensor 2025-06-05T23:50:38.7859806Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_314, aten.add.Tensor 2025-06-05T23:50:38.7861221Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_203, aten.sub.Tensor 2025-06-05T23:50:38.7862716Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_315, aten.add.Tensor 2025-06-05T23:50:38.7864135Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_204, aten.sub.Tensor 2025-06-05T23:50:38.7865744Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_682, aten._to_copy.default 2025-06-05T23:50:38.7867277Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_316, aten.add.Tensor 2025-06-05T23:50:38.7868713Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_683, aten._to_copy.default 2025-06-05T23:50:38.7870177Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_205, aten.sub.Tensor 2025-06-05T23:50:38.7871624Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_684, aten._to_copy.default 2025-06-05T23:50:38.7873091Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_317, aten.add.Tensor 2025-06-05T23:50:38.7874565Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_685, aten._to_copy.default 2025-06-05T23:50:38.7876033Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_206, aten.sub.Tensor 2025-06-05T23:50:38.7877514Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_686, aten._to_copy.default 2025-06-05T23:50:38.7879011Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_318, aten.add.Tensor 2025-06-05T23:50:38.7880452Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_687, aten._to_copy.default 2025-06-05T23:50:38.7881971Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_207, aten.sub.Tensor 2025-06-05T23:50:38.7883474Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_688, aten._to_copy.default 2025-06-05T23:50:38.7884937Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_319, aten.add.Tensor 2025-06-05T23:50:38.7886243Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_689, aten._to_copy.default 2025-06-05T23:50:38.7887888Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_208, aten.sub.Tensor 2025-06-05T23:50:38.7889569Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_690, aten._to_copy.default 2025-06-05T23:50:38.7891069Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_320, aten.add.Tensor 2025-06-05T23:50:38.7892514Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_691, aten._to_copy.default 2025-06-05T23:50:38.7893958Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_209, aten.sub.Tensor 2025-06-05T23:50:39.2016546Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_692, aten._to_copy.default 2025-06-05T23:50:39.2018107Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_321, aten.add.Tensor 2025-06-05T23:50:39.2019580Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_693, aten._to_copy.default 2025-06-05T23:50:39.2021028Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_210, aten.sub.Tensor 2025-06-05T23:50:39.2022543Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_694, aten._to_copy.default 2025-06-05T23:50:39.2023985Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_322, aten.add.Tensor 2025-06-05T23:50:39.2025450Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_695, aten._to_copy.default 2025-06-05T23:50:39.2026925Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_211, aten.sub.Tensor 2025-06-05T23:50:39.2028388Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_696, aten._to_copy.default 2025-06-05T23:50:39.2030204Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_323, aten.add.Tensor 2025-06-05T23:50:39.2031727Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_697, aten._to_copy.default 2025-06-05T23:50:39.2033215Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_212, aten.sub.Tensor 2025-06-05T23:50:39.2034854Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_698, aten._to_copy.default 2025-06-05T23:50:39.2036258Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_324, aten.add.Tensor 2025-06-05T23:50:39.2037767Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_699, aten._to_copy.default 2025-06-05T23:50:39.2039274Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_213, aten.sub.Tensor 2025-06-05T23:50:39.2040777Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_700, aten._to_copy.default 2025-06-05T23:50:39.2042227Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_325, aten.add.Tensor 2025-06-05T23:50:39.2043668Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_701, aten._to_copy.default 2025-06-05T23:50:39.2045122Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_214, aten.sub.Tensor 2025-06-05T23:50:39.2046573Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_702, aten._to_copy.default 2025-06-05T23:50:39.2048038Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_326, aten.add.Tensor 2025-06-05T23:50:39.2049595Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_703, aten._to_copy.default 2025-06-05T23:50:39.2051063Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_215, aten.sub.Tensor 2025-06-05T23:50:39.2052574Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_704, aten._to_copy.default 2025-06-05T23:50:39.2054002Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_327, aten.add.Tensor 2025-06-05T23:50:39.2055657Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_705, aten._to_copy.default 2025-06-05T23:50:39.2057194Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_392, aten.cat.default 2025-06-05T23:50:39.2058692Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_393, aten.cat.default 2025-06-05T23:50:39.2060310Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_394, aten.cat.default 2025-06-05T23:50:39.2061761Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_395, aten.cat.default 2025-06-05T23:50:39.2063216Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_396, aten.cat.default 2025-06-05T23:50:39.2064601Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_397, aten.cat.default 2025-06-05T23:50:39.2066002Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_398, aten.cat.default 2025-06-05T23:50:39.2067408Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_399, aten.cat.default 2025-06-05T23:50:39.2068818Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_400, aten.cat.default 2025-06-05T23:50:39.2070220Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_401, aten.cat.default 2025-06-05T23:50:39.2071636Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_402, aten.cat.default 2025-06-05T23:50:39.2073041Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_403, aten.cat.default 2025-06-05T23:50:39.2074481Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_404, aten.cat.default 2025-06-05T23:50:39.2075846Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_405, aten.cat.default 2025-06-05T23:50:39.2077426Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_406, aten.cat.default 2025-06-05T23:50:39.2078889Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_407, aten.cat.default 2025-06-05T23:50:39.2080396Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_408, aten.cat.default 2025-06-05T23:50:39.2081764Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_409, aten.cat.default 2025-06-05T23:50:39.2083205Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_410, aten.cat.default 2025-06-05T23:50:39.2084663Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_411, aten.cat.default 2025-06-05T23:50:39.2086089Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_412, aten.cat.default 2025-06-05T23:50:39.2087482Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_413, aten.cat.default 2025-06-05T23:50:39.2088879Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_414, aten.cat.default 2025-06-05T23:50:39.2090344Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_415, aten.cat.default 2025-06-05T23:50:39.2091892Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_461, aten.permute_copy.default 2025-06-05T23:50:39.2093576Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_462, aten.permute_copy.default 2025-06-05T23:50:39.2095270Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_463, aten.permute_copy.default 2025-06-05T23:50:39.2096965Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_464, aten.permute_copy.default 2025-06-05T23:50:39.2098599Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_465, aten.permute_copy.default 2025-06-05T23:50:39.2100331Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_466, aten.permute_copy.default 2025-06-05T23:50:39.2102168Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_467, aten.permute_copy.default 2025-06-05T23:50:39.2103782Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_468, aten.permute_copy.default 2025-06-05T23:50:39.2105491Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_469, aten.permute_copy.default 2025-06-05T23:50:39.2107210Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_470, aten.permute_copy.default 2025-06-05T23:50:39.2108928Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_471, aten.permute_copy.default 2025-06-05T23:50:39.2110603Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_472, aten.permute_copy.default 2025-06-05T23:50:39.2112117Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_416, aten.cat.default 2025-06-05T23:50:39.2113528Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_418, aten.cat.default 2025-06-05T23:50:39.2114924Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_420, aten.cat.default 2025-06-05T23:50:39.2116333Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_422, aten.cat.default 2025-06-05T23:50:39.2117759Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_424, aten.cat.default 2025-06-05T23:50:39.2119173Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_426, aten.cat.default 2025-06-05T23:50:39.2120603Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_428, aten.cat.default 2025-06-05T23:50:39.2121976Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_430, aten.cat.default 2025-06-05T23:50:39.2123424Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_432, aten.cat.default 2025-06-05T23:50:39.2124947Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_434, aten.cat.default 2025-06-05T23:50:39.2126405Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_436, aten.cat.default 2025-06-05T23:50:39.2127856Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_438, aten.cat.default 2025-06-05T23:50:39.2129352Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_192, aten.matmul.default 2025-06-05T23:50:39.2130979Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_194, aten.matmul.default 2025-06-05T23:50:39.2132503Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_196, aten.matmul.default 2025-06-05T23:50:39.2133988Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_198, aten.matmul.default 2025-06-05T23:50:39.7515017Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_200, aten.matmul.default 2025-06-05T23:50:39.7516559Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_202, aten.matmul.default 2025-06-05T23:50:39.7518015Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_204, aten.matmul.default 2025-06-05T23:50:39.7519612Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_206, aten.matmul.default 2025-06-05T23:50:39.7521071Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_208, aten.matmul.default 2025-06-05T23:50:39.7522545Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_210, aten.matmul.default 2025-06-05T23:50:39.7523993Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_212, aten.matmul.default 2025-06-05T23:50:39.7525451Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_214, aten.matmul.default 2025-06-05T23:50:39.7526841Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_96, aten.div.Tensor 2025-06-05T23:50:39.7528448Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_97, aten.div.Tensor 2025-06-05T23:50:39.7529845Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_98, aten.div.Tensor 2025-06-05T23:50:39.7531256Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_99, aten.div.Tensor 2025-06-05T23:50:39.7532596Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_100, aten.div.Tensor 2025-06-05T23:50:39.7533935Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_101, aten.div.Tensor 2025-06-05T23:50:39.7535280Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_102, aten.div.Tensor 2025-06-05T23:50:39.7536610Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_103, aten.div.Tensor 2025-06-05T23:50:39.7537969Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_104, aten.div.Tensor 2025-06-05T23:50:39.7539327Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_105, aten.div.Tensor 2025-06-05T23:50:39.7540657Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_106, aten.div.Tensor 2025-06-05T23:50:39.7542006Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_107, aten.div.Tensor 2025-06-05T23:50:39.7543434Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_328, aten.add.Tensor 2025-06-05T23:50:39.7544790Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_329, aten.add.Tensor 2025-06-05T23:50:39.7546142Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_330, aten.add.Tensor 2025-06-05T23:50:39.7547476Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_331, aten.add.Tensor 2025-06-05T23:50:39.7548845Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_332, aten.add.Tensor 2025-06-05T23:50:39.7550252Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_333, aten.add.Tensor 2025-06-05T23:50:39.7551609Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_334, aten.add.Tensor 2025-06-05T23:50:39.7553023Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_335, aten.add.Tensor 2025-06-05T23:50:39.7554372Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_336, aten.add.Tensor 2025-06-05T23:50:39.7555720Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_337, aten.add.Tensor 2025-06-05T23:50:39.7557054Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_338, aten.add.Tensor 2025-06-05T23:50:39.7558410Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_339, aten.add.Tensor 2025-06-05T23:50:39.7559964Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_96, aten._softmax.default 2025-06-05T23:50:39.7561489Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_97, aten._softmax.default 2025-06-05T23:50:39.7563013Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_98, aten._softmax.default 2025-06-05T23:50:39.7564528Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_99, aten._softmax.default 2025-06-05T23:50:39.7566043Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_100, aten._softmax.default 2025-06-05T23:50:39.7567555Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_101, aten._softmax.default 2025-06-05T23:50:39.7569081Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_102, aten._softmax.default 2025-06-05T23:50:39.7570660Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_103, aten._softmax.default 2025-06-05T23:50:39.7572165Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_104, aten._softmax.default 2025-06-05T23:50:39.7573758Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_105, aten._softmax.default 2025-06-05T23:50:39.7575262Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_106, aten._softmax.default 2025-06-05T23:50:39.7576841Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_107, aten._softmax.default 2025-06-05T23:50:39.7578337Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_193, aten.matmul.default 2025-06-05T23:50:39.7579780Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_195, aten.matmul.default 2025-06-05T23:50:39.7581249Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_197, aten.matmul.default 2025-06-05T23:50:39.7582695Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_199, aten.matmul.default 2025-06-05T23:50:39.7584148Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_201, aten.matmul.default 2025-06-05T23:50:39.7585604Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_203, aten.matmul.default 2025-06-05T23:50:39.7587053Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_205, aten.matmul.default 2025-06-05T23:50:39.7588494Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_207, aten.matmul.default 2025-06-05T23:50:39.7589943Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_209, aten.matmul.default 2025-06-05T23:50:39.7591407Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_211, aten.matmul.default 2025-06-05T23:50:39.7592856Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_213, aten.matmul.default 2025-06-05T23:50:39.7594296Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_215, aten.matmul.default 2025-06-05T23:50:39.7595773Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_440, aten.cat.default 2025-06-05T23:50:39.7597228Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_365, aten.view_copy.default 2025-06-05T23:50:39.7598881Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1497, aten.permute_copy.default 2025-06-05T23:50:39.7600528Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_356, aten.convolution.default 2025-06-05T23:50:39.7602150Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1498, aten.permute_copy.default 2025-06-05T23:50:39.7603746Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_366, aten.view_copy.default 2025-06-05T23:50:39.7605188Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_340, aten.add.Tensor 2025-06-05T23:50:39.7606615Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_rms_norm_default_17, aten.rms_norm.default 2025-06-05T23:50:39.7608141Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_367, aten.view_copy.default 2025-06-05T23:50:39.7609788Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1499, aten.permute_copy.default 2025-06-05T23:50:39.7611421Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_357, aten.convolution.default 2025-06-05T23:50:39.7613028Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_358, aten.convolution.default 2025-06-05T23:50:39.7614582Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sigmoid_default_8, aten.sigmoid.default 2025-06-05T23:50:39.7615987Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_880, aten.mul.Tensor 2025-06-05T23:50:39.7617319Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_881, aten.mul.Tensor 2025-06-05T23:50:39.7618842Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_359, aten.convolution.default 2025-06-05T23:50:39.7620456Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1500, aten.permute_copy.default 2025-06-05T23:50:39.7622095Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_368, aten.view_copy.default 2025-06-05T23:50:39.7623541Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_341, aten.add.Tensor 2025-06-05T23:50:39.7624960Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_rms_norm_default_18, aten.rms_norm.default 2025-06-05T23:50:39.7626486Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_369, aten.view_copy.default 2025-06-05T23:50:39.7628065Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1501, aten.permute_copy.default 2025-06-05T23:50:39.7629657Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_706, aten._to_copy.default 2025-06-05T23:50:40.2698317Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_360, aten.convolution.default 2025-06-05T23:50:40.2700123Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1502, aten.permute_copy.default 2025-06-05T23:50:40.2701798Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_361, aten.convolution.default 2025-06-05T23:50:40.2703464Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1503, aten.permute_copy.default 2025-06-05T23:50:40.2705141Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_362, aten.convolution.default 2025-06-05T23:50:40.2706809Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1504, aten.permute_copy.default 2025-06-05T23:50:40.2708839Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_363, aten.convolution.default 2025-06-05T23:50:40.2710588Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1505, aten.permute_copy.default 2025-06-05T23:50:40.2712327Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_364, aten.convolution.default 2025-06-05T23:50:40.2714062Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1506, aten.permute_copy.default 2025-06-05T23:50:40.2715783Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_365, aten.convolution.default 2025-06-05T23:50:40.2717289Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1507, aten.permute_copy.default 2025-06-05T23:50:40.2718909Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_366, aten.convolution.default 2025-06-05T23:50:40.2720478Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1508, aten.permute_copy.default 2025-06-05T23:50:40.2722226Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_367, aten.convolution.default 2025-06-05T23:50:40.2723953Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1509, aten.permute_copy.default 2025-06-05T23:50:40.2725672Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_368, aten.convolution.default 2025-06-05T23:50:40.2727322Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1510, aten.permute_copy.default 2025-06-05T23:50:40.2728987Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_369, aten.convolution.default 2025-06-05T23:50:40.2730783Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1511, aten.permute_copy.default 2025-06-05T23:50:40.2732438Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_370, aten.convolution.default 2025-06-05T23:50:40.2734324Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1512, aten.permute_copy.default 2025-06-05T23:50:40.2736012Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_371, aten.convolution.default 2025-06-05T23:50:40.2737821Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1513, aten.permute_copy.default 2025-06-05T23:50:40.2739566Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_372, aten.convolution.default 2025-06-05T23:50:40.2741237Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1514, aten.permute_copy.default 2025-06-05T23:50:40.2742922Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_373, aten.convolution.default 2025-06-05T23:50:40.2744599Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1515, aten.permute_copy.default 2025-06-05T23:50:40.2746306Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_374, aten.convolution.default 2025-06-05T23:50:40.2748016Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1516, aten.permute_copy.default 2025-06-05T23:50:40.2749688Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_375, aten.convolution.default 2025-06-05T23:50:40.2751427Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1517, aten.permute_copy.default 2025-06-05T23:50:40.2753129Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_376, aten.convolution.default 2025-06-05T23:50:40.2754820Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1518, aten.permute_copy.default 2025-06-05T23:50:40.2756601Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_377, aten.convolution.default 2025-06-05T23:50:40.2758297Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1519, aten.permute_copy.default 2025-06-05T23:50:40.2760297Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_378, aten.convolution.default 2025-06-05T23:50:40.2761980Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1520, aten.permute_copy.default 2025-06-05T23:50:40.2763763Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_379, aten.convolution.default 2025-06-05T23:50:40.2765564Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1521, aten.permute_copy.default 2025-06-05T23:50:40.2767318Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_380, aten.convolution.default 2025-06-05T23:50:40.2769004Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1522, aten.permute_copy.default 2025-06-05T23:50:40.2770823Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_381, aten.convolution.default 2025-06-05T23:50:40.2772563Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1523, aten.permute_copy.default 2025-06-05T23:50:40.2773921Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_382, aten.convolution.default 2025-06-05T23:50:40.2775624Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1524, aten.permute_copy.default 2025-06-05T23:50:40.2777372Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_383, aten.convolution.default 2025-06-05T23:50:40.2779110Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1525, aten.permute_copy.default 2025-06-05T23:50:40.2780771Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_384, aten.convolution.default 2025-06-05T23:50:40.2782605Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1526, aten.permute_copy.default 2025-06-05T23:50:40.2784263Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_385, aten.convolution.default 2025-06-05T23:50:40.2786053Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1527, aten.permute_copy.default 2025-06-05T23:50:40.2787751Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_386, aten.convolution.default 2025-06-05T23:50:40.2789429Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1528, aten.permute_copy.default 2025-06-05T23:50:40.2791129Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_387, aten.convolution.default 2025-06-05T23:50:40.2792778Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1529, aten.permute_copy.default 2025-06-05T23:50:40.2794527Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_388, aten.convolution.default 2025-06-05T23:50:40.2796262Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1530, aten.permute_copy.default 2025-06-05T23:50:40.2797915Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_389, aten.convolution.default 2025-06-05T23:50:40.2799580Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1531, aten.permute_copy.default 2025-06-05T23:50:40.2801254Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_390, aten.convolution.default 2025-06-05T23:50:40.2802913Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1532, aten.permute_copy.default 2025-06-05T23:50:40.2804601Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_391, aten.convolution.default 2025-06-05T23:50:40.2806402Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1533, aten.permute_copy.default 2025-06-05T23:50:40.2808146Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_392, aten.convolution.default 2025-06-05T23:50:40.2809925Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1534, aten.permute_copy.default 2025-06-05T23:50:40.2811643Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_393, aten.convolution.default 2025-06-05T23:50:40.2813384Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1535, aten.permute_copy.default 2025-06-05T23:50:40.2815027Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_394, aten.convolution.default 2025-06-05T23:50:40.2816688Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1536, aten.permute_copy.default 2025-06-05T23:50:40.5144261Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_395, aten.convolution.default 2025-06-05T23:50:40.5146020Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1537, aten.permute_copy.default 2025-06-05T23:50:40.5147653Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_370, aten.view_copy.default 2025-06-05T23:50:40.5149223Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_371, aten.view_copy.default 2025-06-05T23:50:40.5150788Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_372, aten.view_copy.default 2025-06-05T23:50:40.5152368Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_373, aten.view_copy.default 2025-06-05T23:50:40.5153959Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_374, aten.view_copy.default 2025-06-05T23:50:40.5155547Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_375, aten.view_copy.default 2025-06-05T23:50:40.5157467Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_376, aten.view_copy.default 2025-06-05T23:50:40.5159016Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_377, aten.view_copy.default 2025-06-05T23:50:40.5160969Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_378, aten.view_copy.default 2025-06-05T23:50:40.5162593Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_379, aten.view_copy.default 2025-06-05T23:50:40.5164140Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_380, aten.view_copy.default 2025-06-05T23:50:40.5165781Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_381, aten.view_copy.default 2025-06-05T23:50:40.5167407Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_382, aten.view_copy.default 2025-06-05T23:50:40.5169022Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_383, aten.view_copy.default 2025-06-05T23:50:40.5170683Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_384, aten.view_copy.default 2025-06-05T23:50:40.5172236Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_385, aten.view_copy.default 2025-06-05T23:50:40.5173860Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_386, aten.view_copy.default 2025-06-05T23:50:40.5175432Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_387, aten.view_copy.default 2025-06-05T23:50:40.5177014Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_388, aten.view_copy.default 2025-06-05T23:50:40.5178600Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_389, aten.view_copy.default 2025-06-05T23:50:40.5180356Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_390, aten.view_copy.default 2025-06-05T23:50:40.5181895Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_391, aten.view_copy.default 2025-06-05T23:50:40.5183656Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_392, aten.view_copy.default 2025-06-05T23:50:40.5185275Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_393, aten.view_copy.default 2025-06-05T23:50:40.5186823Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_394, aten.view_copy.default 2025-06-05T23:50:40.5188461Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_395, aten.view_copy.default 2025-06-05T23:50:40.5190106Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_396, aten.view_copy.default 2025-06-05T23:50:40.5191706Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_397, aten.view_copy.default 2025-06-05T23:50:40.5193273Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_398, aten.view_copy.default 2025-06-05T23:50:40.5194849Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_399, aten.view_copy.default 2025-06-05T23:50:40.5196424Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_400, aten.view_copy.default 2025-06-05T23:50:40.5198001Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_401, aten.view_copy.default 2025-06-05T23:50:40.5199606Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_402, aten.view_copy.default 2025-06-05T23:50:40.5201183Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_403, aten.view_copy.default 2025-06-05T23:50:40.5202807Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_404, aten.view_copy.default 2025-06-05T23:50:40.5204464Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_405, aten.view_copy.default 2025-06-05T23:50:40.5206120Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_432, aten.slice_copy.Tensor 2025-06-05T23:50:40.5207845Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_433, aten.slice_copy.Tensor 2025-06-05T23:50:40.5209300Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_434, aten.slice_copy.Tensor 2025-06-05T23:50:40.5210908Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_435, aten.slice_copy.Tensor 2025-06-05T23:50:40.5212539Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_436, aten.slice_copy.Tensor 2025-06-05T23:50:40.5214176Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_437, aten.slice_copy.Tensor 2025-06-05T23:50:40.5215781Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_438, aten.slice_copy.Tensor 2025-06-05T23:50:40.5217348Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_439, aten.slice_copy.Tensor 2025-06-05T23:50:40.5218929Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_440, aten.slice_copy.Tensor 2025-06-05T23:50:40.5220496Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_441, aten.slice_copy.Tensor 2025-06-05T23:50:40.5222068Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_442, aten.slice_copy.Tensor 2025-06-05T23:50:40.5223666Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_443, aten.slice_copy.Tensor 2025-06-05T23:50:40.5225243Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_444, aten.slice_copy.Tensor 2025-06-05T23:50:40.5226977Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_445, aten.slice_copy.Tensor 2025-06-05T23:50:40.5228530Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_446, aten.slice_copy.Tensor 2025-06-05T23:50:40.5230233Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_447, aten.slice_copy.Tensor 2025-06-05T23:50:40.5231883Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_448, aten.slice_copy.Tensor 2025-06-05T23:50:40.5233433Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_449, aten.slice_copy.Tensor 2025-06-05T23:50:40.5235079Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_450, aten.slice_copy.Tensor 2025-06-05T23:50:40.5236725Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_451, aten.slice_copy.Tensor 2025-06-05T23:50:40.5238336Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_452, aten.slice_copy.Tensor 2025-06-05T23:50:40.5239932Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_453, aten.slice_copy.Tensor 2025-06-05T23:50:40.5241507Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_454, aten.slice_copy.Tensor 2025-06-05T23:50:40.5243105Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_455, aten.slice_copy.Tensor 2025-06-05T23:50:40.5244682Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_456, aten.slice_copy.Tensor 2025-06-05T23:50:40.5246284Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_457, aten.slice_copy.Tensor 2025-06-05T23:50:40.5247880Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_458, aten.slice_copy.Tensor 2025-06-05T23:50:40.5249569Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_459, aten.slice_copy.Tensor 2025-06-05T23:50:40.5251152Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_460, aten.slice_copy.Tensor 2025-06-05T23:50:40.5252861Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_461, aten.slice_copy.Tensor 2025-06-05T23:50:40.5254503Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_462, aten.slice_copy.Tensor 2025-06-05T23:50:40.5256115Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_463, aten.slice_copy.Tensor 2025-06-05T23:50:40.5257738Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_464, aten.slice_copy.Tensor 2025-06-05T23:50:40.5259548Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_465, aten.slice_copy.Tensor 2025-06-05T23:50:40.5261122Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_466, aten.slice_copy.Tensor 2025-06-05T23:50:40.5262706Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_467, aten.slice_copy.Tensor 2025-06-05T23:50:40.9660098Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_468, aten.slice_copy.Tensor 2025-06-05T23:50:40.9661762Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_469, aten.slice_copy.Tensor 2025-06-05T23:50:40.9663344Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_470, aten.slice_copy.Tensor 2025-06-05T23:50:40.9664926Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_471, aten.slice_copy.Tensor 2025-06-05T23:50:40.9666508Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_472, aten.slice_copy.Tensor 2025-06-05T23:50:40.9668076Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_473, aten.slice_copy.Tensor 2025-06-05T23:50:40.9669672Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_474, aten.slice_copy.Tensor 2025-06-05T23:50:40.9671546Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_475, aten.slice_copy.Tensor 2025-06-05T23:50:40.9673130Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_476, aten.slice_copy.Tensor 2025-06-05T23:50:40.9674903Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_477, aten.slice_copy.Tensor 2025-06-05T23:50:40.9676523Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_478, aten.slice_copy.Tensor 2025-06-05T23:50:40.9678164Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_479, aten.slice_copy.Tensor 2025-06-05T23:50:40.9679614Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_466, aten.cat.default 2025-06-05T23:50:40.9681082Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_468, aten.cat.default 2025-06-05T23:50:40.9682560Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_470, aten.cat.default 2025-06-05T23:50:40.9683981Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_472, aten.cat.default 2025-06-05T23:50:40.9685395Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_474, aten.cat.default 2025-06-05T23:50:40.9686786Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_476, aten.cat.default 2025-06-05T23:50:40.9688191Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_478, aten.cat.default 2025-06-05T23:50:40.9689671Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_480, aten.cat.default 2025-06-05T23:50:40.9691072Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_482, aten.cat.default 2025-06-05T23:50:40.9692493Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_484, aten.cat.default 2025-06-05T23:50:40.9693914Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_486, aten.cat.default 2025-06-05T23:50:40.9695563Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_488, aten.cat.default 2025-06-05T23:50:40.9696961Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_882, aten.mul.Tensor 2025-06-05T23:50:40.9698508Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_884, aten.mul.Tensor 2025-06-05T23:50:40.9699933Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_883, aten.mul.Tensor 2025-06-05T23:50:40.9701278Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_885, aten.mul.Tensor 2025-06-05T23:50:40.9702607Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_886, aten.mul.Tensor 2025-06-05T23:50:40.9704032Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_888, aten.mul.Tensor 2025-06-05T23:50:40.9705439Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_887, aten.mul.Tensor 2025-06-05T23:50:40.9706854Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_889, aten.mul.Tensor 2025-06-05T23:50:40.9708222Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_890, aten.mul.Tensor 2025-06-05T23:50:40.9709582Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_892, aten.mul.Tensor 2025-06-05T23:50:40.9710943Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_891, aten.mul.Tensor 2025-06-05T23:50:40.9712306Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_893, aten.mul.Tensor 2025-06-05T23:50:40.9713685Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_894, aten.mul.Tensor 2025-06-05T23:50:40.9715060Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_896, aten.mul.Tensor 2025-06-05T23:50:40.9716464Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_895, aten.mul.Tensor 2025-06-05T23:50:40.9717987Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_897, aten.mul.Tensor 2025-06-05T23:50:40.9719315Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_898, aten.mul.Tensor 2025-06-05T23:50:40.9720804Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_900, aten.mul.Tensor 2025-06-05T23:50:40.9722211Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_899, aten.mul.Tensor 2025-06-05T23:50:40.9723635Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_901, aten.mul.Tensor 2025-06-05T23:50:40.9724980Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_902, aten.mul.Tensor 2025-06-05T23:50:40.9726399Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_904, aten.mul.Tensor 2025-06-05T23:50:40.9727823Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_903, aten.mul.Tensor 2025-06-05T23:50:40.9729232Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_905, aten.mul.Tensor 2025-06-05T23:50:40.9730680Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_906, aten.mul.Tensor 2025-06-05T23:50:40.9732057Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_908, aten.mul.Tensor 2025-06-05T23:50:40.9733413Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_907, aten.mul.Tensor 2025-06-05T23:50:40.9734792Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_909, aten.mul.Tensor 2025-06-05T23:50:40.9736156Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_910, aten.mul.Tensor 2025-06-05T23:50:40.9737541Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_912, aten.mul.Tensor 2025-06-05T23:50:40.9738939Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_911, aten.mul.Tensor 2025-06-05T23:50:40.9740352Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_913, aten.mul.Tensor 2025-06-05T23:50:40.9741789Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_914, aten.mul.Tensor 2025-06-05T23:50:40.9743200Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_916, aten.mul.Tensor 2025-06-05T23:50:40.9744691Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_915, aten.mul.Tensor 2025-06-05T23:50:40.9746104Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_917, aten.mul.Tensor 2025-06-05T23:50:40.9747357Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_918, aten.mul.Tensor 2025-06-05T23:50:40.9748739Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_920, aten.mul.Tensor 2025-06-05T23:50:40.9750143Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_919, aten.mul.Tensor 2025-06-05T23:50:40.9751573Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_921, aten.mul.Tensor 2025-06-05T23:50:40.9752961Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_922, aten.mul.Tensor 2025-06-05T23:50:40.9754325Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_924, aten.mul.Tensor 2025-06-05T23:50:40.9755704Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_923, aten.mul.Tensor 2025-06-05T23:50:40.9757054Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_925, aten.mul.Tensor 2025-06-05T23:50:40.9758424Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_926, aten.mul.Tensor 2025-06-05T23:50:40.9759951Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_928, aten.mul.Tensor 2025-06-05T23:50:40.9761337Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_927, aten.mul.Tensor 2025-06-05T23:50:40.9762716Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_929, aten.mul.Tensor 2025-06-05T23:50:40.9764274Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_930, aten.mul.Tensor 2025-06-05T23:50:40.9765599Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_932, aten.mul.Tensor 2025-06-05T23:50:40.9767117Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_931, aten.mul.Tensor 2025-06-05T23:50:40.9768529Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_933, aten.mul.Tensor 2025-06-05T23:50:40.9770014Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_934, aten.mul.Tensor 2025-06-05T23:50:40.9771316Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_936, aten.mul.Tensor 2025-06-05T23:50:40.9772749Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_935, aten.mul.Tensor 2025-06-05T23:50:40.9774151Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_937, aten.mul.Tensor 2025-06-05T23:50:40.9775579Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_938, aten.mul.Tensor 2025-06-05T23:50:40.9776944Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_940, aten.mul.Tensor 2025-06-05T23:50:40.9778301Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_939, aten.mul.Tensor 2025-06-05T23:50:41.4142624Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_941, aten.mul.Tensor 2025-06-05T23:50:41.4144044Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_942, aten.mul.Tensor 2025-06-05T23:50:41.4145420Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_944, aten.mul.Tensor 2025-06-05T23:50:41.4146787Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_943, aten.mul.Tensor 2025-06-05T23:50:41.4148144Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_945, aten.mul.Tensor 2025-06-05T23:50:41.4149579Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_946, aten.mul.Tensor 2025-06-05T23:50:41.4151268Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_948, aten.mul.Tensor 2025-06-05T23:50:41.4152651Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_947, aten.mul.Tensor 2025-06-05T23:50:41.4154157Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_949, aten.mul.Tensor 2025-06-05T23:50:41.4155491Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_950, aten.mul.Tensor 2025-06-05T23:50:41.4156911Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_952, aten.mul.Tensor 2025-06-05T23:50:41.4158332Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_951, aten.mul.Tensor 2025-06-05T23:50:41.4159935Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_953, aten.mul.Tensor 2025-06-05T23:50:41.4173753Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_954, aten.mul.Tensor 2025-06-05T23:50:41.4175371Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_956, aten.mul.Tensor 2025-06-05T23:50:41.4177230Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_955, aten.mul.Tensor 2025-06-05T23:50:41.4178673Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_957, aten.mul.Tensor 2025-06-05T23:50:41.4180099Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_958, aten.mul.Tensor 2025-06-05T23:50:41.4181502Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_960, aten.mul.Tensor 2025-06-05T23:50:41.4182890Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_959, aten.mul.Tensor 2025-06-05T23:50:41.4184194Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_961, aten.mul.Tensor 2025-06-05T23:50:41.4185817Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_962, aten.mul.Tensor 2025-06-05T23:50:41.4187260Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_964, aten.mul.Tensor 2025-06-05T23:50:41.4188729Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_963, aten.mul.Tensor 2025-06-05T23:50:41.4190099Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_965, aten.mul.Tensor 2025-06-05T23:50:41.4191457Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_966, aten.mul.Tensor 2025-06-05T23:50:41.4192820Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_968, aten.mul.Tensor 2025-06-05T23:50:41.4194187Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_967, aten.mul.Tensor 2025-06-05T23:50:41.4195573Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_969, aten.mul.Tensor 2025-06-05T23:50:41.4196972Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_970, aten.mul.Tensor 2025-06-05T23:50:41.4198353Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_972, aten.mul.Tensor 2025-06-05T23:50:41.4199787Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_971, aten.mul.Tensor 2025-06-05T23:50:41.4201133Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_973, aten.mul.Tensor 2025-06-05T23:50:41.4202566Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_974, aten.mul.Tensor 2025-06-05T23:50:41.4203968Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_976, aten.mul.Tensor 2025-06-05T23:50:41.4205398Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_975, aten.mul.Tensor 2025-06-05T23:50:41.4206750Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_977, aten.mul.Tensor 2025-06-05T23:50:41.4208161Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_216, aten.sub.Tensor 2025-06-05T23:50:41.4209811Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_342, aten.add.Tensor 2025-06-05T23:50:41.4211221Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_217, aten.sub.Tensor 2025-06-05T23:50:41.4212598Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_343, aten.add.Tensor 2025-06-05T23:50:41.4214084Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_218, aten.sub.Tensor 2025-06-05T23:50:41.4215441Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_344, aten.add.Tensor 2025-06-05T23:50:41.4216815Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_219, aten.sub.Tensor 2025-06-05T23:50:41.4218187Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_345, aten.add.Tensor 2025-06-05T23:50:41.4219601Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_220, aten.sub.Tensor 2025-06-05T23:50:41.4221005Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_346, aten.add.Tensor 2025-06-05T23:50:41.4222412Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_221, aten.sub.Tensor 2025-06-05T23:50:41.4223783Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_347, aten.add.Tensor 2025-06-05T23:50:41.4225190Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_222, aten.sub.Tensor 2025-06-05T23:50:41.4226605Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_348, aten.add.Tensor 2025-06-05T23:50:41.4228025Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_223, aten.sub.Tensor 2025-06-05T23:50:41.4229252Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_349, aten.add.Tensor 2025-06-05T23:50:41.4230606Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_224, aten.sub.Tensor 2025-06-05T23:50:41.4232105Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_350, aten.add.Tensor 2025-06-05T23:50:41.4233527Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_225, aten.sub.Tensor 2025-06-05T23:50:41.4234975Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_351, aten.add.Tensor 2025-06-05T23:50:41.4236329Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_226, aten.sub.Tensor 2025-06-05T23:50:41.4237682Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_352, aten.add.Tensor 2025-06-05T23:50:41.4239033Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_227, aten.sub.Tensor 2025-06-05T23:50:41.4240399Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_353, aten.add.Tensor 2025-06-05T23:50:41.4241767Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_228, aten.sub.Tensor 2025-06-05T23:50:41.4243253Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_707, aten._to_copy.default 2025-06-05T23:50:41.4244767Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_354, aten.add.Tensor 2025-06-05T23:50:41.4246275Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_708, aten._to_copy.default 2025-06-05T23:50:41.4247703Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_229, aten.sub.Tensor 2025-06-05T23:50:41.4249214Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_709, aten._to_copy.default 2025-06-05T23:50:41.4250796Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_355, aten.add.Tensor 2025-06-05T23:50:41.4252253Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_710, aten._to_copy.default 2025-06-05T23:50:41.4253738Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_230, aten.sub.Tensor 2025-06-05T23:50:41.4255258Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_711, aten._to_copy.default 2025-06-05T23:50:41.4256840Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_356, aten.add.Tensor 2025-06-05T23:50:41.4258289Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_712, aten._to_copy.default 2025-06-05T23:50:41.4260047Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_231, aten.sub.Tensor 2025-06-05T23:50:41.4261490Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_713, aten._to_copy.default 2025-06-05T23:50:41.4262966Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_357, aten.add.Tensor 2025-06-05T23:50:41.4264414Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_714, aten._to_copy.default 2025-06-05T23:50:41.4265895Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_232, aten.sub.Tensor 2025-06-05T23:50:41.4267377Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_715, aten._to_copy.default 2025-06-05T23:50:41.4268879Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_358, aten.add.Tensor 2025-06-05T23:50:41.4270321Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_716, aten._to_copy.default 2025-06-05T23:50:41.4271839Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_233, aten.sub.Tensor 2025-06-05T23:50:41.4273348Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_717, aten._to_copy.default 2025-06-05T23:50:41.8349443Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_359, aten.add.Tensor 2025-06-05T23:50:41.8350959Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_718, aten._to_copy.default 2025-06-05T23:50:41.8352425Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_234, aten.sub.Tensor 2025-06-05T23:50:41.8354185Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_719, aten._to_copy.default 2025-06-05T23:50:41.8355685Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_360, aten.add.Tensor 2025-06-05T23:50:41.8357295Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_720, aten._to_copy.default 2025-06-05T23:50:41.8358767Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_235, aten.sub.Tensor 2025-06-05T23:50:41.8360456Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_721, aten._to_copy.default 2025-06-05T23:50:41.8361970Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_361, aten.add.Tensor 2025-06-05T23:50:41.8363375Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_722, aten._to_copy.default 2025-06-05T23:50:41.8364906Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_236, aten.sub.Tensor 2025-06-05T23:50:41.8366425Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_723, aten._to_copy.default 2025-06-05T23:50:41.8367870Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_362, aten.add.Tensor 2025-06-05T23:50:41.8369387Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_724, aten._to_copy.default 2025-06-05T23:50:41.8370959Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_237, aten.sub.Tensor 2025-06-05T23:50:41.8372502Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_725, aten._to_copy.default 2025-06-05T23:50:41.8373960Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_363, aten.add.Tensor 2025-06-05T23:50:41.8375404Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_726, aten._to_copy.default 2025-06-05T23:50:41.8376863Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_238, aten.sub.Tensor 2025-06-05T23:50:41.8378481Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_727, aten._to_copy.default 2025-06-05T23:50:41.8379945Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_364, aten.add.Tensor 2025-06-05T23:50:41.8381530Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_728, aten._to_copy.default 2025-06-05T23:50:41.8383019Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_239, aten.sub.Tensor 2025-06-05T23:50:41.8384524Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_729, aten._to_copy.default 2025-06-05T23:50:41.8385934Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_365, aten.add.Tensor 2025-06-05T23:50:41.8387457Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_730, aten._to_copy.default 2025-06-05T23:50:41.8388984Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_441, aten.cat.default 2025-06-05T23:50:41.8390386Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_442, aten.cat.default 2025-06-05T23:50:41.8391849Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_443, aten.cat.default 2025-06-05T23:50:41.8393301Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_444, aten.cat.default 2025-06-05T23:50:41.8394772Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_445, aten.cat.default 2025-06-05T23:50:41.8396165Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_446, aten.cat.default 2025-06-05T23:50:41.8397568Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_447, aten.cat.default 2025-06-05T23:50:41.8398974Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_448, aten.cat.default 2025-06-05T23:50:41.8400492Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_449, aten.cat.default 2025-06-05T23:50:41.8401910Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_450, aten.cat.default 2025-06-05T23:50:41.8403401Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_451, aten.cat.default 2025-06-05T23:50:41.8404848Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_452, aten.cat.default 2025-06-05T23:50:41.8406294Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_453, aten.cat.default 2025-06-05T23:50:41.8407647Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_454, aten.cat.default 2025-06-05T23:50:41.8409104Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_455, aten.cat.default 2025-06-05T23:50:41.8410619Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_456, aten.cat.default 2025-06-05T23:50:41.8412089Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_457, aten.cat.default 2025-06-05T23:50:41.8413480Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_458, aten.cat.default 2025-06-05T23:50:41.8414936Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_459, aten.cat.default 2025-06-05T23:50:41.8416406Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_460, aten.cat.default 2025-06-05T23:50:41.8417860Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_461, aten.cat.default 2025-06-05T23:50:41.8419250Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_462, aten.cat.default 2025-06-05T23:50:41.8420663Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_463, aten.cat.default 2025-06-05T23:50:41.8422045Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_464, aten.cat.default 2025-06-05T23:50:41.8423619Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_514, aten.permute_copy.default 2025-06-05T23:50:41.8425426Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_515, aten.permute_copy.default 2025-06-05T23:50:41.8427128Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_516, aten.permute_copy.default 2025-06-05T23:50:41.8428900Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_517, aten.permute_copy.default 2025-06-05T23:50:41.8430528Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_518, aten.permute_copy.default 2025-06-05T23:50:41.8432269Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_519, aten.permute_copy.default 2025-06-05T23:50:41.8433973Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_520, aten.permute_copy.default 2025-06-05T23:50:41.8435652Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_521, aten.permute_copy.default 2025-06-05T23:50:41.8437214Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_522, aten.permute_copy.default 2025-06-05T23:50:41.8438937Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_523, aten.permute_copy.default 2025-06-05T23:50:41.8440659Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_524, aten.permute_copy.default 2025-06-05T23:50:41.8442490Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_525, aten.permute_copy.default 2025-06-05T23:50:41.8444031Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_465, aten.cat.default 2025-06-05T23:50:41.8445437Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_467, aten.cat.default 2025-06-05T23:50:41.8446833Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_469, aten.cat.default 2025-06-05T23:50:41.8448343Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_471, aten.cat.default 2025-06-05T23:50:41.8449822Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_473, aten.cat.default 2025-06-05T23:50:41.8451316Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_475, aten.cat.default 2025-06-05T23:50:41.8452756Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_477, aten.cat.default 2025-06-05T23:50:41.8454108Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_479, aten.cat.default 2025-06-05T23:50:41.8455562Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_481, aten.cat.default 2025-06-05T23:50:41.8456988Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_483, aten.cat.default 2025-06-05T23:50:41.8458433Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_485, aten.cat.default 2025-06-05T23:50:41.8459996Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_487, aten.cat.default 2025-06-05T23:50:41.8461487Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_216, aten.matmul.default 2025-06-05T23:50:41.8463054Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_218, aten.matmul.default 2025-06-05T23:50:41.8464602Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_220, aten.matmul.default 2025-06-05T23:50:41.8466075Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_222, aten.matmul.default 2025-06-05T23:50:41.8467565Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_224, aten.matmul.default 2025-06-05T23:50:42.3936949Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_226, aten.matmul.default 2025-06-05T23:50:42.3938512Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_228, aten.matmul.default 2025-06-05T23:50:42.3940359Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_230, aten.matmul.default 2025-06-05T23:50:42.3941860Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_232, aten.matmul.default 2025-06-05T23:50:42.3943503Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_234, aten.matmul.default 2025-06-05T23:50:42.3945007Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_236, aten.matmul.default 2025-06-05T23:50:42.3946518Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_238, aten.matmul.default 2025-06-05T23:50:42.3947987Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_108, aten.div.Tensor 2025-06-05T23:50:42.3949350Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_109, aten.div.Tensor 2025-06-05T23:50:42.3950788Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_110, aten.div.Tensor 2025-06-05T23:50:42.3952202Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_111, aten.div.Tensor 2025-06-05T23:50:42.3953630Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_112, aten.div.Tensor 2025-06-05T23:50:42.3954841Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_113, aten.div.Tensor 2025-06-05T23:50:42.3956076Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_114, aten.div.Tensor 2025-06-05T23:50:42.3957359Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_115, aten.div.Tensor 2025-06-05T23:50:42.3958609Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_116, aten.div.Tensor 2025-06-05T23:50:42.3960127Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_117, aten.div.Tensor 2025-06-05T23:50:42.3961488Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_118, aten.div.Tensor 2025-06-05T23:50:42.3962968Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_119, aten.div.Tensor 2025-06-05T23:50:42.3964392Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_366, aten.add.Tensor 2025-06-05T23:50:42.3965918Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_367, aten.add.Tensor 2025-06-05T23:50:42.3967339Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_368, aten.add.Tensor 2025-06-05T23:50:42.3968684Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_369, aten.add.Tensor 2025-06-05T23:50:42.3970130Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_370, aten.add.Tensor 2025-06-05T23:50:42.3971478Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_371, aten.add.Tensor 2025-06-05T23:50:42.3972858Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_372, aten.add.Tensor 2025-06-05T23:50:42.3974222Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_373, aten.add.Tensor 2025-06-05T23:50:42.3975609Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_374, aten.add.Tensor 2025-06-05T23:50:42.3977000Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_375, aten.add.Tensor 2025-06-05T23:50:42.3978382Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_376, aten.add.Tensor 2025-06-05T23:50:42.3979792Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_377, aten.add.Tensor 2025-06-05T23:50:42.3981261Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_108, aten._softmax.default 2025-06-05T23:50:42.3982876Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_109, aten._softmax.default 2025-06-05T23:50:42.3984485Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_110, aten._softmax.default 2025-06-05T23:50:42.3986007Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_111, aten._softmax.default 2025-06-05T23:50:42.3987295Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_112, aten._softmax.default 2025-06-05T23:50:42.3989001Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_113, aten._softmax.default 2025-06-05T23:50:42.3990619Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_114, aten._softmax.default 2025-06-05T23:50:42.3992224Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_115, aten._softmax.default 2025-06-05T23:50:42.3993732Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_116, aten._softmax.default 2025-06-05T23:50:42.3995282Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_117, aten._softmax.default 2025-06-05T23:50:42.3996813Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_118, aten._softmax.default 2025-06-05T23:50:42.3998372Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_119, aten._softmax.default 2025-06-05T23:50:42.3999914Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_217, aten.matmul.default 2025-06-05T23:50:42.4001419Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_219, aten.matmul.default 2025-06-05T23:50:42.4002926Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_221, aten.matmul.default 2025-06-05T23:50:42.4004440Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_223, aten.matmul.default 2025-06-05T23:50:42.4005951Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_225, aten.matmul.default 2025-06-05T23:50:42.4007500Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_227, aten.matmul.default 2025-06-05T23:50:42.4009133Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_229, aten.matmul.default 2025-06-05T23:50:42.4010580Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_231, aten.matmul.default 2025-06-05T23:50:42.4012122Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_233, aten.matmul.default 2025-06-05T23:50:42.4013529Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_235, aten.matmul.default 2025-06-05T23:50:42.4014984Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_237, aten.matmul.default 2025-06-05T23:50:42.4016509Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_239, aten.matmul.default 2025-06-05T23:50:42.4018010Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_489, aten.cat.default 2025-06-05T23:50:42.4019521Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_406, aten.view_copy.default 2025-06-05T23:50:42.4021157Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1538, aten.permute_copy.default 2025-06-05T23:50:42.4022825Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_396, aten.convolution.default 2025-06-05T23:50:42.4024489Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1539, aten.permute_copy.default 2025-06-05T23:50:42.4026124Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_407, aten.view_copy.default 2025-06-05T23:50:42.4027606Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_378, aten.add.Tensor 2025-06-05T23:50:42.4029082Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_rms_norm_default_19, aten.rms_norm.default 2025-06-05T23:50:42.4030687Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_408, aten.view_copy.default 2025-06-05T23:50:42.4032284Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1540, aten.permute_copy.default 2025-06-05T23:50:42.4034098Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_397, aten.convolution.default 2025-06-05T23:50:42.4035815Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_398, aten.convolution.default 2025-06-05T23:50:42.4037408Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sigmoid_default_9, aten.sigmoid.default 2025-06-05T23:50:42.4038871Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_978, aten.mul.Tensor 2025-06-05T23:50:42.4040250Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_979, aten.mul.Tensor 2025-06-05T23:50:42.4041793Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_399, aten.convolution.default 2025-06-05T23:50:42.4043447Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1541, aten.permute_copy.default 2025-06-05T23:50:42.4045145Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_409, aten.view_copy.default 2025-06-05T23:50:42.4046654Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_379, aten.add.Tensor 2025-06-05T23:50:42.4048125Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_rms_norm_default_20, aten.rms_norm.default 2025-06-05T23:50:42.4049767Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_410, aten.view_copy.default 2025-06-05T23:50:42.4051412Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1542, aten.permute_copy.default 2025-06-05T23:50:42.4053065Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_731, aten._to_copy.default 2025-06-05T23:50:42.4054735Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_400, aten.convolution.default 2025-06-05T23:50:42.9154318Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1543, aten.permute_copy.default 2025-06-05T23:50:42.9156039Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_401, aten.convolution.default 2025-06-05T23:50:42.9157812Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1544, aten.permute_copy.default 2025-06-05T23:50:42.9159564Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_402, aten.convolution.default 2025-06-05T23:50:42.9161216Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1545, aten.permute_copy.default 2025-06-05T23:50:42.9162860Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_403, aten.convolution.default 2025-06-05T23:50:42.9164490Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1546, aten.permute_copy.default 2025-06-05T23:50:42.9166145Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_404, aten.convolution.default 2025-06-05T23:50:42.9167777Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1547, aten.permute_copy.default 2025-06-05T23:50:42.9169424Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_405, aten.convolution.default 2025-06-05T23:50:42.9171120Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1548, aten.permute_copy.default 2025-06-05T23:50:42.9172747Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_406, aten.convolution.default 2025-06-05T23:50:42.9174400Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1549, aten.permute_copy.default 2025-06-05T23:50:42.9176023Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_407, aten.convolution.default 2025-06-05T23:50:42.9177668Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1550, aten.permute_copy.default 2025-06-05T23:50:42.9179387Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_408, aten.convolution.default 2025-06-05T23:50:42.9181106Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1551, aten.permute_copy.default 2025-06-05T23:50:42.9182832Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_409, aten.convolution.default 2025-06-05T23:50:42.9184460Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1552, aten.permute_copy.default 2025-06-05T23:50:42.9186120Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_410, aten.convolution.default 2025-06-05T23:50:42.9187758Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1553, aten.permute_copy.default 2025-06-05T23:50:42.9189389Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_411, aten.convolution.default 2025-06-05T23:50:42.9191031Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1554, aten.permute_copy.default 2025-06-05T23:50:42.9192659Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_412, aten.convolution.default 2025-06-05T23:50:42.9194299Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1555, aten.permute_copy.default 2025-06-05T23:50:42.9195976Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_413, aten.convolution.default 2025-06-05T23:50:42.9197598Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1556, aten.permute_copy.default 2025-06-05T23:50:42.9199237Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_414, aten.convolution.default 2025-06-05T23:50:42.9200941Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1557, aten.permute_copy.default 2025-06-05T23:50:42.9202569Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_415, aten.convolution.default 2025-06-05T23:50:42.9204269Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1558, aten.permute_copy.default 2025-06-05T23:50:42.9205890Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_416, aten.convolution.default 2025-06-05T23:50:42.9207525Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1559, aten.permute_copy.default 2025-06-05T23:50:42.9209176Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_417, aten.convolution.default 2025-06-05T23:50:42.9210817Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1560, aten.permute_copy.default 2025-06-05T23:50:42.9212462Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_418, aten.convolution.default 2025-06-05T23:50:42.9214102Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1561, aten.permute_copy.default 2025-06-05T23:50:42.9215749Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_419, aten.convolution.default 2025-06-05T23:50:42.9217394Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1562, aten.permute_copy.default 2025-06-05T23:50:42.9219041Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_420, aten.convolution.default 2025-06-05T23:50:42.9220686Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1563, aten.permute_copy.default 2025-06-05T23:50:42.9222323Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_421, aten.convolution.default 2025-06-05T23:50:42.9223979Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1564, aten.permute_copy.default 2025-06-05T23:50:42.9225691Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_422, aten.convolution.default 2025-06-05T23:50:42.9227328Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1565, aten.permute_copy.default 2025-06-05T23:50:42.9229028Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_423, aten.convolution.default 2025-06-05T23:50:42.9230691Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1566, aten.permute_copy.default 2025-06-05T23:50:42.9232370Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_424, aten.convolution.default 2025-06-05T23:50:42.9234047Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1567, aten.permute_copy.default 2025-06-05T23:50:42.9235693Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_425, aten.convolution.default 2025-06-05T23:50:42.9237379Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1568, aten.permute_copy.default 2025-06-05T23:50:42.9239033Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_426, aten.convolution.default 2025-06-05T23:50:42.9240702Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1569, aten.permute_copy.default 2025-06-05T23:50:42.9242346Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_427, aten.convolution.default 2025-06-05T23:50:42.9243965Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1570, aten.permute_copy.default 2025-06-05T23:50:42.9245606Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_428, aten.convolution.default 2025-06-05T23:50:42.9247296Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1571, aten.permute_copy.default 2025-06-05T23:50:42.9248938Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_429, aten.convolution.default 2025-06-05T23:50:42.9250745Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1572, aten.permute_copy.default 2025-06-05T23:50:42.9252371Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_430, aten.convolution.default 2025-06-05T23:50:42.9254033Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1573, aten.permute_copy.default 2025-06-05T23:50:42.9255672Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_431, aten.convolution.default 2025-06-05T23:50:42.9257300Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1574, aten.permute_copy.default 2025-06-05T23:50:42.9258947Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_432, aten.convolution.default 2025-06-05T23:50:42.9260687Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1575, aten.permute_copy.default 2025-06-05T23:50:42.9262337Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_433, aten.convolution.default 2025-06-05T23:50:42.9263986Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1576, aten.permute_copy.default 2025-06-05T23:50:42.9265613Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_434, aten.convolution.default 2025-06-05T23:50:42.9267240Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1577, aten.permute_copy.default 2025-06-05T23:50:42.9268931Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_435, aten.convolution.default 2025-06-05T23:50:43.1477052Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1578, aten.permute_copy.default 2025-06-05T23:50:43.1479050Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_411, aten.view_copy.default 2025-06-05T23:50:43.1480678Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_412, aten.view_copy.default 2025-06-05T23:50:43.1482404Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_413, aten.view_copy.default 2025-06-05T23:50:43.1483994Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_414, aten.view_copy.default 2025-06-05T23:50:43.1485583Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_415, aten.view_copy.default 2025-06-05T23:50:43.1487182Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_416, aten.view_copy.default 2025-06-05T23:50:43.1488807Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_417, aten.view_copy.default 2025-06-05T23:50:43.1490453Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_418, aten.view_copy.default 2025-06-05T23:50:43.1492098Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_419, aten.view_copy.default 2025-06-05T23:50:43.1493744Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_420, aten.view_copy.default 2025-06-05T23:50:43.1495309Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_421, aten.view_copy.default 2025-06-05T23:50:43.1496940Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_422, aten.view_copy.default 2025-06-05T23:50:43.1498576Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_423, aten.view_copy.default 2025-06-05T23:50:43.1500226Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_424, aten.view_copy.default 2025-06-05T23:50:43.1501958Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_425, aten.view_copy.default 2025-06-05T23:50:43.1503547Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_426, aten.view_copy.default 2025-06-05T23:50:43.1505221Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_427, aten.view_copy.default 2025-06-05T23:50:43.1506793Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_428, aten.view_copy.default 2025-06-05T23:50:43.1508401Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_429, aten.view_copy.default 2025-06-05T23:50:43.1509991Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_430, aten.view_copy.default 2025-06-05T23:50:43.1511603Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_431, aten.view_copy.default 2025-06-05T23:50:43.1513187Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_432, aten.view_copy.default 2025-06-05T23:50:43.1514821Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_433, aten.view_copy.default 2025-06-05T23:50:43.1516455Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_434, aten.view_copy.default 2025-06-05T23:50:43.1518021Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_435, aten.view_copy.default 2025-06-05T23:50:43.1519644Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_436, aten.view_copy.default 2025-06-05T23:50:43.1521424Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_437, aten.view_copy.default 2025-06-05T23:50:43.1523031Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_438, aten.view_copy.default 2025-06-05T23:50:43.1524599Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_439, aten.view_copy.default 2025-06-05T23:50:43.1526185Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_440, aten.view_copy.default 2025-06-05T23:50:43.1527850Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_441, aten.view_copy.default 2025-06-05T23:50:43.1529439Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_442, aten.view_copy.default 2025-06-05T23:50:43.1531209Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_443, aten.view_copy.default 2025-06-05T23:50:43.1532804Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_444, aten.view_copy.default 2025-06-05T23:50:43.1534432Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_445, aten.view_copy.default 2025-06-05T23:50:43.1535973Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_446, aten.view_copy.default 2025-06-05T23:50:43.1537608Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_480, aten.slice_copy.Tensor 2025-06-05T23:50:43.1539225Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_481, aten.slice_copy.Tensor 2025-06-05T23:50:43.1540731Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_482, aten.slice_copy.Tensor 2025-06-05T23:50:43.1542070Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_483, aten.slice_copy.Tensor 2025-06-05T23:50:43.1543626Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_484, aten.slice_copy.Tensor 2025-06-05T23:50:43.1545264Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_485, aten.slice_copy.Tensor 2025-06-05T23:50:43.1546888Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_486, aten.slice_copy.Tensor 2025-06-05T23:50:43.1548474Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_487, aten.slice_copy.Tensor 2025-06-05T23:50:43.1550180Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_488, aten.slice_copy.Tensor 2025-06-05T23:50:43.1551768Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_489, aten.slice_copy.Tensor 2025-06-05T23:50:43.1553418Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_490, aten.slice_copy.Tensor 2025-06-05T23:50:43.1555009Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_491, aten.slice_copy.Tensor 2025-06-05T23:50:43.1556593Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_492, aten.slice_copy.Tensor 2025-06-05T23:50:43.1558195Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_493, aten.slice_copy.Tensor 2025-06-05T23:50:43.1559954Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_494, aten.slice_copy.Tensor 2025-06-05T23:50:43.1561600Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_495, aten.slice_copy.Tensor 2025-06-05T23:50:43.1563240Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_496, aten.slice_copy.Tensor 2025-06-05T23:50:43.1564869Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_497, aten.slice_copy.Tensor 2025-06-05T23:50:43.1566437Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_498, aten.slice_copy.Tensor 2025-06-05T23:50:43.1568081Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_499, aten.slice_copy.Tensor 2025-06-05T23:50:43.1569796Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_500, aten.slice_copy.Tensor 2025-06-05T23:50:43.1571372Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_501, aten.slice_copy.Tensor 2025-06-05T23:50:43.1572942Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_502, aten.slice_copy.Tensor 2025-06-05T23:50:43.1574689Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_503, aten.slice_copy.Tensor 2025-06-05T23:50:43.1576264Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_504, aten.slice_copy.Tensor 2025-06-05T23:50:43.1577943Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_505, aten.slice_copy.Tensor 2025-06-05T23:50:43.1579539Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_506, aten.slice_copy.Tensor 2025-06-05T23:50:43.1581131Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_507, aten.slice_copy.Tensor 2025-06-05T23:50:43.1582674Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_508, aten.slice_copy.Tensor 2025-06-05T23:50:43.1584297Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_509, aten.slice_copy.Tensor 2025-06-05T23:50:43.1585920Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_510, aten.slice_copy.Tensor 2025-06-05T23:50:43.1587544Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_511, aten.slice_copy.Tensor 2025-06-05T23:50:43.1589104Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_512, aten.slice_copy.Tensor 2025-06-05T23:50:43.1590742Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_513, aten.slice_copy.Tensor 2025-06-05T23:50:43.1592391Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_514, aten.slice_copy.Tensor 2025-06-05T23:50:43.1593953Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_515, aten.slice_copy.Tensor 2025-06-05T23:50:43.1595536Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_516, aten.slice_copy.Tensor 2025-06-05T23:50:43.5987834Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_517, aten.slice_copy.Tensor 2025-06-05T23:50:43.5988850Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_518, aten.slice_copy.Tensor 2025-06-05T23:50:43.5989805Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_519, aten.slice_copy.Tensor 2025-06-05T23:50:43.5990695Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_520, aten.slice_copy.Tensor 2025-06-05T23:50:43.5991554Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_521, aten.slice_copy.Tensor 2025-06-05T23:50:43.5992426Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_522, aten.slice_copy.Tensor 2025-06-05T23:50:43.5993282Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_523, aten.slice_copy.Tensor 2025-06-05T23:50:43.5994174Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_524, aten.slice_copy.Tensor 2025-06-05T23:50:43.5995048Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_525, aten.slice_copy.Tensor 2025-06-05T23:50:43.5995919Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_526, aten.slice_copy.Tensor 2025-06-05T23:50:43.5996778Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_527, aten.slice_copy.Tensor 2025-06-05T23:50:43.5997603Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_515, aten.cat.default 2025-06-05T23:50:43.5998372Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_517, aten.cat.default 2025-06-05T23:50:43.5999152Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_519, aten.cat.default 2025-06-05T23:50:43.5999929Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_521, aten.cat.default 2025-06-05T23:50:43.6000694Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_523, aten.cat.default 2025-06-05T23:50:43.6001532Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_525, aten.cat.default 2025-06-05T23:50:43.6002296Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_527, aten.cat.default 2025-06-05T23:50:43.6003133Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_529, aten.cat.default 2025-06-05T23:50:43.6003916Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_531, aten.cat.default 2025-06-05T23:50:43.6004680Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_533, aten.cat.default 2025-06-05T23:50:43.6005453Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_535, aten.cat.default 2025-06-05T23:50:43.6006215Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_537, aten.cat.default 2025-06-05T23:50:43.6006987Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_980, aten.mul.Tensor 2025-06-05T23:50:43.6007759Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_982, aten.mul.Tensor 2025-06-05T23:50:43.6008509Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_981, aten.mul.Tensor 2025-06-05T23:50:43.6009271Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_983, aten.mul.Tensor 2025-06-05T23:50:43.6010098Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_984, aten.mul.Tensor 2025-06-05T23:50:43.6010857Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_986, aten.mul.Tensor 2025-06-05T23:50:43.6011604Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_985, aten.mul.Tensor 2025-06-05T23:50:43.6012369Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_987, aten.mul.Tensor 2025-06-05T23:50:43.6013131Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_988, aten.mul.Tensor 2025-06-05T23:50:43.6013919Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_990, aten.mul.Tensor 2025-06-05T23:50:43.6014680Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_989, aten.mul.Tensor 2025-06-05T23:50:43.6015458Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_991, aten.mul.Tensor 2025-06-05T23:50:43.6016218Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_992, aten.mul.Tensor 2025-06-05T23:50:43.6017005Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_994, aten.mul.Tensor 2025-06-05T23:50:43.6017750Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_993, aten.mul.Tensor 2025-06-05T23:50:43.6018507Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_995, aten.mul.Tensor 2025-06-05T23:50:43.6019253Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_996, aten.mul.Tensor 2025-06-05T23:50:43.6020017Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_998, aten.mul.Tensor 2025-06-05T23:50:43.6020773Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_997, aten.mul.Tensor 2025-06-05T23:50:43.6021520Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_999, aten.mul.Tensor 2025-06-05T23:50:43.6022284Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1000, aten.mul.Tensor 2025-06-05T23:50:43.6023040Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1002, aten.mul.Tensor 2025-06-05T23:50:43.6023804Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1001, aten.mul.Tensor 2025-06-05T23:50:43.6024572Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1003, aten.mul.Tensor 2025-06-05T23:50:43.6025322Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1004, aten.mul.Tensor 2025-06-05T23:50:43.6026089Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1006, aten.mul.Tensor 2025-06-05T23:50:43.6026883Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1005, aten.mul.Tensor 2025-06-05T23:50:43.6027650Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1007, aten.mul.Tensor 2025-06-05T23:50:43.6028551Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1008, aten.mul.Tensor 2025-06-05T23:50:43.6029312Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1010, aten.mul.Tensor 2025-06-05T23:50:43.6030084Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1009, aten.mul.Tensor 2025-06-05T23:50:43.6030842Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1011, aten.mul.Tensor 2025-06-05T23:50:43.6031612Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1012, aten.mul.Tensor 2025-06-05T23:50:43.6032370Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1014, aten.mul.Tensor 2025-06-05T23:50:43.6033135Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1013, aten.mul.Tensor 2025-06-05T23:50:43.6033903Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1015, aten.mul.Tensor 2025-06-05T23:50:43.6034656Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1016, aten.mul.Tensor 2025-06-05T23:50:43.6035423Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1018, aten.mul.Tensor 2025-06-05T23:50:43.6036173Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1017, aten.mul.Tensor 2025-06-05T23:50:43.6036937Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1019, aten.mul.Tensor 2025-06-05T23:50:43.6037959Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1020, aten.mul.Tensor 2025-06-05T23:50:43.6038942Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1022, aten.mul.Tensor 2025-06-05T23:50:43.6039761Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1021, aten.mul.Tensor 2025-06-05T23:50:43.6040581Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1023, aten.mul.Tensor 2025-06-05T23:50:43.6041355Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1024, aten.mul.Tensor 2025-06-05T23:50:43.6042127Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1026, aten.mul.Tensor 2025-06-05T23:50:43.6042884Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1025, aten.mul.Tensor 2025-06-05T23:50:43.6043659Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1027, aten.mul.Tensor 2025-06-05T23:50:43.6044416Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1028, aten.mul.Tensor 2025-06-05T23:50:43.6045190Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1030, aten.mul.Tensor 2025-06-05T23:50:43.6045959Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1029, aten.mul.Tensor 2025-06-05T23:50:43.6046715Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1031, aten.mul.Tensor 2025-06-05T23:50:43.6047484Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1032, aten.mul.Tensor 2025-06-05T23:50:43.6048239Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1034, aten.mul.Tensor 2025-06-05T23:50:43.6049009Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1033, aten.mul.Tensor 2025-06-05T23:50:43.6049834Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1035, aten.mul.Tensor 2025-06-05T23:50:43.6050601Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1036, aten.mul.Tensor 2025-06-05T23:50:43.6051376Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1038, aten.mul.Tensor 2025-06-05T23:50:43.6052193Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1037, aten.mul.Tensor 2025-06-05T23:50:43.6052959Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1039, aten.mul.Tensor 2025-06-05T23:50:44.0417194Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1040, aten.mul.Tensor 2025-06-05T23:50:44.0418670Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1042, aten.mul.Tensor 2025-06-05T23:50:44.0420042Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1041, aten.mul.Tensor 2025-06-05T23:50:44.0421417Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1043, aten.mul.Tensor 2025-06-05T23:50:44.0422783Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1044, aten.mul.Tensor 2025-06-05T23:50:44.0424175Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1046, aten.mul.Tensor 2025-06-05T23:50:44.0425565Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1045, aten.mul.Tensor 2025-06-05T23:50:44.0426967Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1047, aten.mul.Tensor 2025-06-05T23:50:44.0428386Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1048, aten.mul.Tensor 2025-06-05T23:50:44.0429798Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1050, aten.mul.Tensor 2025-06-05T23:50:44.0431177Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1049, aten.mul.Tensor 2025-06-05T23:50:44.0432597Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1051, aten.mul.Tensor 2025-06-05T23:50:44.0434036Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1052, aten.mul.Tensor 2025-06-05T23:50:44.0435485Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1054, aten.mul.Tensor 2025-06-05T23:50:44.0437003Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1053, aten.mul.Tensor 2025-06-05T23:50:44.0438448Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1055, aten.mul.Tensor 2025-06-05T23:50:44.0439975Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1056, aten.mul.Tensor 2025-06-05T23:50:44.0441388Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1058, aten.mul.Tensor 2025-06-05T23:50:44.0442771Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1057, aten.mul.Tensor 2025-06-05T23:50:44.0444137Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1059, aten.mul.Tensor 2025-06-05T23:50:44.0445516Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1060, aten.mul.Tensor 2025-06-05T23:50:44.0446890Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1062, aten.mul.Tensor 2025-06-05T23:50:44.0448285Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1061, aten.mul.Tensor 2025-06-05T23:50:44.0449781Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1063, aten.mul.Tensor 2025-06-05T23:50:44.0451183Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1064, aten.mul.Tensor 2025-06-05T23:50:44.0452619Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1066, aten.mul.Tensor 2025-06-05T23:50:44.0453950Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1065, aten.mul.Tensor 2025-06-05T23:50:44.0455380Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1067, aten.mul.Tensor 2025-06-05T23:50:44.0456810Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1068, aten.mul.Tensor 2025-06-05T23:50:44.0458217Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1070, aten.mul.Tensor 2025-06-05T23:50:44.0459809Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1069, aten.mul.Tensor 2025-06-05T23:50:44.0461366Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1071, aten.mul.Tensor 2025-06-05T23:50:44.0462821Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1072, aten.mul.Tensor 2025-06-05T23:50:44.0464306Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1074, aten.mul.Tensor 2025-06-05T23:50:44.0465693Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1073, aten.mul.Tensor 2025-06-05T23:50:44.0467073Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1075, aten.mul.Tensor 2025-06-05T23:50:44.0468435Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_240, aten.sub.Tensor 2025-06-05T23:50:44.0469813Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_380, aten.add.Tensor 2025-06-05T23:50:44.0471264Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_241, aten.sub.Tensor 2025-06-05T23:50:44.0472648Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_381, aten.add.Tensor 2025-06-05T23:50:44.0474049Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_242, aten.sub.Tensor 2025-06-05T23:50:44.0475465Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_382, aten.add.Tensor 2025-06-05T23:50:44.0476784Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_243, aten.sub.Tensor 2025-06-05T23:50:44.0478201Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_383, aten.add.Tensor 2025-06-05T23:50:44.0479613Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_244, aten.sub.Tensor 2025-06-05T23:50:44.0481016Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_384, aten.add.Tensor 2025-06-05T23:50:44.0482436Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_245, aten.sub.Tensor 2025-06-05T23:50:44.0483874Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_385, aten.add.Tensor 2025-06-05T23:50:44.0485305Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_246, aten.sub.Tensor 2025-06-05T23:50:44.0486829Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_386, aten.add.Tensor 2025-06-05T23:50:44.0488200Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_247, aten.sub.Tensor 2025-06-05T23:50:44.0489636Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_387, aten.add.Tensor 2025-06-05T23:50:44.0491004Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_248, aten.sub.Tensor 2025-06-05T23:50:44.0492371Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_388, aten.add.Tensor 2025-06-05T23:50:44.0493753Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_249, aten.sub.Tensor 2025-06-05T23:50:44.0495157Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_389, aten.add.Tensor 2025-06-05T23:50:44.0496539Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_250, aten.sub.Tensor 2025-06-05T23:50:44.0497973Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_390, aten.add.Tensor 2025-06-05T23:50:44.0499298Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_251, aten.sub.Tensor 2025-06-05T23:50:44.0500711Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_391, aten.add.Tensor 2025-06-05T23:50:44.0502121Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_252, aten.sub.Tensor 2025-06-05T23:50:44.0503633Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_732, aten._to_copy.default 2025-06-05T23:50:44.0505055Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_392, aten.add.Tensor 2025-06-05T23:50:44.0506665Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_733, aten._to_copy.default 2025-06-05T23:50:44.0508188Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_253, aten.sub.Tensor 2025-06-05T23:50:44.0509784Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_734, aten._to_copy.default 2025-06-05T23:50:44.0511231Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_393, aten.add.Tensor 2025-06-05T23:50:44.0512687Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_735, aten._to_copy.default 2025-06-05T23:50:44.0514123Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_254, aten.sub.Tensor 2025-06-05T23:50:44.0515589Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_736, aten._to_copy.default 2025-06-05T23:50:44.0517067Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_394, aten.add.Tensor 2025-06-05T23:50:44.0518545Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_737, aten._to_copy.default 2025-06-05T23:50:44.0520027Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_255, aten.sub.Tensor 2025-06-05T23:50:44.0521576Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_738, aten._to_copy.default 2025-06-05T23:50:44.0523032Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_395, aten.add.Tensor 2025-06-05T23:50:44.0524549Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_739, aten._to_copy.default 2025-06-05T23:50:44.0526043Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_256, aten.sub.Tensor 2025-06-05T23:50:44.0527475Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_740, aten._to_copy.default 2025-06-05T23:50:44.0528872Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_396, aten.add.Tensor 2025-06-05T23:50:44.0530473Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_741, aten._to_copy.default 2025-06-05T23:50:44.0532065Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_257, aten.sub.Tensor 2025-06-05T23:50:44.0533572Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_742, aten._to_copy.default 2025-06-05T23:50:44.0534999Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_397, aten.add.Tensor 2025-06-05T23:50:44.4617326Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_743, aten._to_copy.default 2025-06-05T23:50:44.4618401Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_258, aten.sub.Tensor 2025-06-05T23:50:44.4619245Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_744, aten._to_copy.default 2025-06-05T23:50:44.4620059Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_398, aten.add.Tensor 2025-06-05T23:50:44.4620878Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_745, aten._to_copy.default 2025-06-05T23:50:44.4621681Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_259, aten.sub.Tensor 2025-06-05T23:50:44.4622490Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_746, aten._to_copy.default 2025-06-05T23:50:44.4623288Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_399, aten.add.Tensor 2025-06-05T23:50:44.4624076Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_747, aten._to_copy.default 2025-06-05T23:50:44.4624875Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_260, aten.sub.Tensor 2025-06-05T23:50:44.4625664Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_748, aten._to_copy.default 2025-06-05T23:50:44.4626472Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_400, aten.add.Tensor 2025-06-05T23:50:44.4627490Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_749, aten._to_copy.default 2025-06-05T23:50:44.4628285Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_261, aten.sub.Tensor 2025-06-05T23:50:44.4629139Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_750, aten._to_copy.default 2025-06-05T23:50:44.4629928Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_401, aten.add.Tensor 2025-06-05T23:50:44.4630728Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_751, aten._to_copy.default 2025-06-05T23:50:44.4631530Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_262, aten.sub.Tensor 2025-06-05T23:50:44.4632322Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_752, aten._to_copy.default 2025-06-05T23:50:44.4633131Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_402, aten.add.Tensor 2025-06-05T23:50:44.4633921Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_753, aten._to_copy.default 2025-06-05T23:50:44.4634729Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_263, aten.sub.Tensor 2025-06-05T23:50:44.4635529Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_754, aten._to_copy.default 2025-06-05T23:50:44.4636318Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_403, aten.add.Tensor 2025-06-05T23:50:44.4637119Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_755, aten._to_copy.default 2025-06-05T23:50:44.4637918Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_490, aten.cat.default 2025-06-05T23:50:44.4638691Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_491, aten.cat.default 2025-06-05T23:50:44.4639522Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_492, aten.cat.default 2025-06-05T23:50:44.4640280Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_493, aten.cat.default 2025-06-05T23:50:44.4641126Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_494, aten.cat.default 2025-06-05T23:50:44.4641888Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_495, aten.cat.default 2025-06-05T23:50:44.4642662Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_496, aten.cat.default 2025-06-05T23:50:44.4643436Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_497, aten.cat.default 2025-06-05T23:50:44.4644193Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_498, aten.cat.default 2025-06-05T23:50:44.4644959Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_499, aten.cat.default 2025-06-05T23:50:44.4645724Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_500, aten.cat.default 2025-06-05T23:50:44.4646492Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_501, aten.cat.default 2025-06-05T23:50:44.4647270Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_502, aten.cat.default 2025-06-05T23:50:44.4648028Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_503, aten.cat.default 2025-06-05T23:50:44.4648799Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_504, aten.cat.default 2025-06-05T23:50:44.4649649Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_505, aten.cat.default 2025-06-05T23:50:44.4650427Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_506, aten.cat.default 2025-06-05T23:50:44.4651192Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_507, aten.cat.default 2025-06-05T23:50:44.4652022Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_508, aten.cat.default 2025-06-05T23:50:44.4652800Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_509, aten.cat.default 2025-06-05T23:50:44.4653594Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_510, aten.cat.default 2025-06-05T23:50:44.4654371Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_511, aten.cat.default 2025-06-05T23:50:44.4655132Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_512, aten.cat.default 2025-06-05T23:50:44.4655904Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_513, aten.cat.default 2025-06-05T23:50:44.4656755Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_567, aten.permute_copy.default 2025-06-05T23:50:44.4657710Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_568, aten.permute_copy.default 2025-06-05T23:50:44.4658628Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_569, aten.permute_copy.default 2025-06-05T23:50:44.4659715Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_570, aten.permute_copy.default 2025-06-05T23:50:44.4660635Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_571, aten.permute_copy.default 2025-06-05T23:50:44.4661553Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_572, aten.permute_copy.default 2025-06-05T23:50:44.4662454Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_573, aten.permute_copy.default 2025-06-05T23:50:44.4663368Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_574, aten.permute_copy.default 2025-06-05T23:50:44.4664348Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_575, aten.permute_copy.default 2025-06-05T23:50:44.4665256Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_576, aten.permute_copy.default 2025-06-05T23:50:44.4666168Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_577, aten.permute_copy.default 2025-06-05T23:50:44.4667228Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_578, aten.permute_copy.default 2025-06-05T23:50:44.4668265Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_514, aten.cat.default 2025-06-05T23:50:44.4669042Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_516, aten.cat.default 2025-06-05T23:50:44.4669805Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_518, aten.cat.default 2025-06-05T23:50:44.4670580Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_520, aten.cat.default 2025-06-05T23:50:44.4671338Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_522, aten.cat.default 2025-06-05T23:50:44.4672114Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_524, aten.cat.default 2025-06-05T23:50:44.4672876Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_526, aten.cat.default 2025-06-05T23:50:44.4673650Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_528, aten.cat.default 2025-06-05T23:50:44.4674424Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_530, aten.cat.default 2025-06-05T23:50:44.4675182Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_532, aten.cat.default 2025-06-05T23:50:44.4675952Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_534, aten.cat.default 2025-06-05T23:50:44.4676709Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_536, aten.cat.default 2025-06-05T23:50:44.4677517Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_240, aten.matmul.default 2025-06-05T23:50:44.4678419Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_242, aten.matmul.default 2025-06-05T23:50:44.4679235Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_244, aten.matmul.default 2025-06-05T23:50:44.4680110Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_246, aten.matmul.default 2025-06-05T23:50:44.4680919Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_248, aten.matmul.default 2025-06-05T23:50:44.4681741Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_250, aten.matmul.default 2025-06-05T23:50:45.0036174Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_252, aten.matmul.default 2025-06-05T23:50:45.0037689Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_254, aten.matmul.default 2025-06-05T23:50:45.0039168Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_256, aten.matmul.default 2025-06-05T23:50:45.0040638Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_258, aten.matmul.default 2025-06-05T23:50:45.0042101Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_260, aten.matmul.default 2025-06-05T23:50:45.0043578Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_262, aten.matmul.default 2025-06-05T23:50:45.0044979Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_120, aten.div.Tensor 2025-06-05T23:50:45.0046322Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_121, aten.div.Tensor 2025-06-05T23:50:45.0047651Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_122, aten.div.Tensor 2025-06-05T23:50:45.0048988Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_123, aten.div.Tensor 2025-06-05T23:50:45.0050668Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_124, aten.div.Tensor 2025-06-05T23:50:45.0052025Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_125, aten.div.Tensor 2025-06-05T23:50:45.0053442Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_126, aten.div.Tensor 2025-06-05T23:50:45.0054774Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_127, aten.div.Tensor 2025-06-05T23:50:45.0056112Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_128, aten.div.Tensor 2025-06-05T23:50:45.0057442Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_129, aten.div.Tensor 2025-06-05T23:50:45.0058779Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_130, aten.div.Tensor 2025-06-05T23:50:45.0060245Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_131, aten.div.Tensor 2025-06-05T23:50:45.0061648Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_404, aten.add.Tensor 2025-06-05T23:50:45.0062992Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_405, aten.add.Tensor 2025-06-05T23:50:45.0064322Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_406, aten.add.Tensor 2025-06-05T23:50:45.0065664Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_407, aten.add.Tensor 2025-06-05T23:50:45.0067008Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_408, aten.add.Tensor 2025-06-05T23:50:45.0068333Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_409, aten.add.Tensor 2025-06-05T23:50:45.0069668Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_410, aten.add.Tensor 2025-06-05T23:50:45.0070991Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_411, aten.add.Tensor 2025-06-05T23:50:45.0072332Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_412, aten.add.Tensor 2025-06-05T23:50:45.0073753Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_413, aten.add.Tensor 2025-06-05T23:50:45.0075077Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_414, aten.add.Tensor 2025-06-05T23:50:45.0076467Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_415, aten.add.Tensor 2025-06-05T23:50:45.0077887Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_120, aten._softmax.default 2025-06-05T23:50:45.0079414Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_121, aten._softmax.default 2025-06-05T23:50:45.0080898Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_122, aten._softmax.default 2025-06-05T23:50:45.0082410Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_123, aten._softmax.default 2025-06-05T23:50:45.0083919Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_124, aten._softmax.default 2025-06-05T23:50:45.0085388Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_125, aten._softmax.default 2025-06-05T23:50:45.0086897Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_126, aten._softmax.default 2025-06-05T23:50:45.0088397Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_127, aten._softmax.default 2025-06-05T23:50:45.0089928Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_128, aten._softmax.default 2025-06-05T23:50:45.0091522Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_129, aten._softmax.default 2025-06-05T23:50:45.0093018Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_130, aten._softmax.default 2025-06-05T23:50:45.0094582Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_131, aten._softmax.default 2025-06-05T23:50:45.0096073Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_241, aten.matmul.default 2025-06-05T23:50:45.0097525Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_243, aten.matmul.default 2025-06-05T23:50:45.0099041Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_245, aten.matmul.default 2025-06-05T23:50:45.0100482Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_247, aten.matmul.default 2025-06-05T23:50:45.0101930Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_249, aten.matmul.default 2025-06-05T23:50:45.0103380Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_251, aten.matmul.default 2025-06-05T23:50:45.0104840Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_253, aten.matmul.default 2025-06-05T23:50:45.0106296Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_255, aten.matmul.default 2025-06-05T23:50:45.0107736Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_257, aten.matmul.default 2025-06-05T23:50:45.0109195Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_259, aten.matmul.default 2025-06-05T23:50:45.0110640Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_261, aten.matmul.default 2025-06-05T23:50:45.0112098Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_263, aten.matmul.default 2025-06-05T23:50:45.0113512Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_538, aten.cat.default 2025-06-05T23:50:45.0114952Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_447, aten.view_copy.default 2025-06-05T23:50:45.0116555Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1579, aten.permute_copy.default 2025-06-05T23:50:45.0118230Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_436, aten.convolution.default 2025-06-05T23:50:45.0119863Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1580, aten.permute_copy.default 2025-06-05T23:50:45.0121505Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_448, aten.view_copy.default 2025-06-05T23:50:45.0122943Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_416, aten.add.Tensor 2025-06-05T23:50:45.0124378Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_rms_norm_default_21, aten.rms_norm.default 2025-06-05T23:50:45.0125882Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_449, aten.view_copy.default 2025-06-05T23:50:45.0127473Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1581, aten.permute_copy.default 2025-06-05T23:50:45.0129113Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_437, aten.convolution.default 2025-06-05T23:50:45.0130782Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_438, aten.convolution.default 2025-06-05T23:50:45.0132339Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sigmoid_default_10, aten.sigmoid.default 2025-06-05T23:50:45.0133770Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1076, aten.mul.Tensor 2025-06-05T23:50:45.0135113Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1077, aten.mul.Tensor 2025-06-05T23:50:45.0136602Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_439, aten.convolution.default 2025-06-05T23:50:45.0138222Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1582, aten.permute_copy.default 2025-06-05T23:50:45.0139819Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_450, aten.view_copy.default 2025-06-05T23:50:45.0141297Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_417, aten.add.Tensor 2025-06-05T23:50:45.0142717Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_rms_norm_default_22, aten.rms_norm.default 2025-06-05T23:50:45.0144281Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_451, aten.view_copy.default 2025-06-05T23:50:45.0145831Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1583, aten.permute_copy.default 2025-06-05T23:50:45.0147414Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_756, aten._to_copy.default 2025-06-05T23:50:45.0148974Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_440, aten.convolution.default 2025-06-05T23:50:45.5193952Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1584, aten.permute_copy.default 2025-06-05T23:50:45.5195669Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_441, aten.convolution.default 2025-06-05T23:50:45.5197360Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1585, aten.permute_copy.default 2025-06-05T23:50:45.5198996Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_442, aten.convolution.default 2025-06-05T23:50:45.5200604Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1586, aten.permute_copy.default 2025-06-05T23:50:45.5202239Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_443, aten.convolution.default 2025-06-05T23:50:45.5203860Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1587, aten.permute_copy.default 2025-06-05T23:50:45.5205487Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_444, aten.convolution.default 2025-06-05T23:50:45.5207117Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1588, aten.permute_copy.default 2025-06-05T23:50:45.5209037Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_445, aten.convolution.default 2025-06-05T23:50:45.5210812Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1589, aten.permute_copy.default 2025-06-05T23:50:45.5212442Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_446, aten.convolution.default 2025-06-05T23:50:45.5214069Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1590, aten.permute_copy.default 2025-06-05T23:50:45.5215715Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_447, aten.convolution.default 2025-06-05T23:50:45.5217339Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1591, aten.permute_copy.default 2025-06-05T23:50:45.5218975Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_448, aten.convolution.default 2025-06-05T23:50:45.5220619Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1592, aten.permute_copy.default 2025-06-05T23:50:45.5222233Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_449, aten.convolution.default 2025-06-05T23:50:45.5223873Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1593, aten.permute_copy.default 2025-06-05T23:50:45.5225498Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_450, aten.convolution.default 2025-06-05T23:50:45.5227137Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1594, aten.permute_copy.default 2025-06-05T23:50:45.5228782Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_451, aten.convolution.default 2025-06-05T23:50:45.5230481Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1595, aten.permute_copy.default 2025-06-05T23:50:45.5232124Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_452, aten.convolution.default 2025-06-05T23:50:45.5233872Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1596, aten.permute_copy.default 2025-06-05T23:50:45.5235521Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_453, aten.convolution.default 2025-06-05T23:50:45.5237162Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1597, aten.permute_copy.default 2025-06-05T23:50:45.5238796Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_454, aten.convolution.default 2025-06-05T23:50:45.5240444Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1598, aten.permute_copy.default 2025-06-05T23:50:45.5242075Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_455, aten.convolution.default 2025-06-05T23:50:45.5243716Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1599, aten.permute_copy.default 2025-06-05T23:50:45.5245366Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_456, aten.convolution.default 2025-06-05T23:50:45.5247002Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1600, aten.permute_copy.default 2025-06-05T23:50:45.5248643Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_457, aten.convolution.default 2025-06-05T23:50:45.5250323Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1601, aten.permute_copy.default 2025-06-05T23:50:45.5251960Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_458, aten.convolution.default 2025-06-05T23:50:45.5253611Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1602, aten.permute_copy.default 2025-06-05T23:50:45.5255291Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_459, aten.convolution.default 2025-06-05T23:50:45.5256932Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1603, aten.permute_copy.default 2025-06-05T23:50:45.5258602Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_460, aten.convolution.default 2025-06-05T23:50:45.5260390Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1604, aten.permute_copy.default 2025-06-05T23:50:45.5262026Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_461, aten.convolution.default 2025-06-05T23:50:45.5263653Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1605, aten.permute_copy.default 2025-06-05T23:50:45.5265292Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_462, aten.convolution.default 2025-06-05T23:50:45.5266918Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1606, aten.permute_copy.default 2025-06-05T23:50:45.5268553Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_463, aten.convolution.default 2025-06-05T23:50:45.5270196Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1607, aten.permute_copy.default 2025-06-05T23:50:45.5271821Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_464, aten.convolution.default 2025-06-05T23:50:45.5273452Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1608, aten.permute_copy.default 2025-06-05T23:50:45.5275083Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_465, aten.convolution.default 2025-06-05T23:50:45.5276757Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1609, aten.permute_copy.default 2025-06-05T23:50:45.5278397Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_466, aten.convolution.default 2025-06-05T23:50:45.5280017Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1610, aten.permute_copy.default 2025-06-05T23:50:45.5281688Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_467, aten.convolution.default 2025-06-05T23:50:45.5283319Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1611, aten.permute_copy.default 2025-06-05T23:50:45.5284945Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_468, aten.convolution.default 2025-06-05T23:50:45.5286550Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1612, aten.permute_copy.default 2025-06-05T23:50:45.5288173Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_469, aten.convolution.default 2025-06-05T23:50:45.5289839Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1613, aten.permute_copy.default 2025-06-05T23:50:45.5291450Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_470, aten.convolution.default 2025-06-05T23:50:45.5293080Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1614, aten.permute_copy.default 2025-06-05T23:50:45.5294712Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_471, aten.convolution.default 2025-06-05T23:50:45.5296335Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1615, aten.permute_copy.default 2025-06-05T23:50:45.5297982Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_472, aten.convolution.default 2025-06-05T23:50:45.5299621Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1616, aten.permute_copy.default 2025-06-05T23:50:45.5301305Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_473, aten.convolution.default 2025-06-05T23:50:45.5302948Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1617, aten.permute_copy.default 2025-06-05T23:50:45.5304620Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_474, aten.convolution.default 2025-06-05T23:50:45.5306257Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1618, aten.permute_copy.default 2025-06-05T23:50:45.5307898Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_475, aten.convolution.default 2025-06-05T23:50:45.7503332Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1619, aten.permute_copy.default 2025-06-05T23:50:45.7504290Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_452, aten.view_copy.default 2025-06-05T23:50:45.7505185Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_453, aten.view_copy.default 2025-06-05T23:50:45.7506050Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_454, aten.view_copy.default 2025-06-05T23:50:45.7506936Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_455, aten.view_copy.default 2025-06-05T23:50:45.7507786Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_456, aten.view_copy.default 2025-06-05T23:50:45.7508653Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_457, aten.view_copy.default 2025-06-05T23:50:45.7509523Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_458, aten.view_copy.default 2025-06-05T23:50:45.7510379Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_459, aten.view_copy.default 2025-06-05T23:50:45.7511485Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_460, aten.view_copy.default 2025-06-05T23:50:45.7512350Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_461, aten.view_copy.default 2025-06-05T23:50:45.7513280Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_462, aten.view_copy.default 2025-06-05T23:50:45.7514154Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_463, aten.view_copy.default 2025-06-05T23:50:45.7515015Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_464, aten.view_copy.default 2025-06-05T23:50:45.7515888Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_465, aten.view_copy.default 2025-06-05T23:50:45.7516744Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_466, aten.view_copy.default 2025-06-05T23:50:45.7517619Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_467, aten.view_copy.default 2025-06-05T23:50:45.7518494Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_468, aten.view_copy.default 2025-06-05T23:50:45.7519355Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_469, aten.view_copy.default 2025-06-05T23:50:45.7520226Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_470, aten.view_copy.default 2025-06-05T23:50:45.7521080Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_471, aten.view_copy.default 2025-06-05T23:50:45.7521975Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_472, aten.view_copy.default 2025-06-05T23:50:45.7522843Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_473, aten.view_copy.default 2025-06-05T23:50:45.7523698Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_474, aten.view_copy.default 2025-06-05T23:50:45.7524567Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_475, aten.view_copy.default 2025-06-05T23:50:45.7525498Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_476, aten.view_copy.default 2025-06-05T23:50:45.7526413Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_477, aten.view_copy.default 2025-06-05T23:50:45.7527288Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_478, aten.view_copy.default 2025-06-05T23:50:45.7528154Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_479, aten.view_copy.default 2025-06-05T23:50:45.7529026Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_480, aten.view_copy.default 2025-06-05T23:50:45.7529970Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_481, aten.view_copy.default 2025-06-05T23:50:45.7530828Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_482, aten.view_copy.default 2025-06-05T23:50:45.7531701Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_483, aten.view_copy.default 2025-06-05T23:50:45.7532558Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_484, aten.view_copy.default 2025-06-05T23:50:45.7533424Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_485, aten.view_copy.default 2025-06-05T23:50:45.7534289Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_486, aten.view_copy.default 2025-06-05T23:50:45.7535147Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_487, aten.view_copy.default 2025-06-05T23:50:45.7536013Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_528, aten.slice_copy.Tensor 2025-06-05T23:50:45.7536882Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_529, aten.slice_copy.Tensor 2025-06-05T23:50:45.7537795Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_530, aten.slice_copy.Tensor 2025-06-05T23:50:45.7538663Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_531, aten.slice_copy.Tensor 2025-06-05T23:50:45.7539561Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_532, aten.slice_copy.Tensor 2025-06-05T23:50:45.7540437Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_533, aten.slice_copy.Tensor 2025-06-05T23:50:45.7541395Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_534, aten.slice_copy.Tensor 2025-06-05T23:50:45.7542266Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_535, aten.slice_copy.Tensor 2025-06-05T23:50:45.7543142Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_536, aten.slice_copy.Tensor 2025-06-05T23:50:45.7544000Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_537, aten.slice_copy.Tensor 2025-06-05T23:50:45.7544871Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_538, aten.slice_copy.Tensor 2025-06-05T23:50:45.7545733Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_539, aten.slice_copy.Tensor 2025-06-05T23:50:45.7546609Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_540, aten.slice_copy.Tensor 2025-06-05T23:50:45.7547483Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_541, aten.slice_copy.Tensor 2025-06-05T23:50:45.7548343Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_542, aten.slice_copy.Tensor 2025-06-05T23:50:45.7549223Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_543, aten.slice_copy.Tensor 2025-06-05T23:50:45.7550102Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_544, aten.slice_copy.Tensor 2025-06-05T23:50:45.7551003Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_545, aten.slice_copy.Tensor 2025-06-05T23:50:45.7551875Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_546, aten.slice_copy.Tensor 2025-06-05T23:50:45.7552794Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_547, aten.slice_copy.Tensor 2025-06-05T23:50:45.7553659Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_548, aten.slice_copy.Tensor 2025-06-05T23:50:45.7554529Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_549, aten.slice_copy.Tensor 2025-06-05T23:50:45.7555385Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_550, aten.slice_copy.Tensor 2025-06-05T23:50:45.7556256Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_551, aten.slice_copy.Tensor 2025-06-05T23:50:45.7566885Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_552, aten.slice_copy.Tensor 2025-06-05T23:50:45.7567904Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_553, aten.slice_copy.Tensor 2025-06-05T23:50:45.7568807Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_554, aten.slice_copy.Tensor 2025-06-05T23:50:45.7569768Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_555, aten.slice_copy.Tensor 2025-06-05T23:50:45.7570632Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_556, aten.slice_copy.Tensor 2025-06-05T23:50:45.7571510Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_557, aten.slice_copy.Tensor 2025-06-05T23:50:45.7572374Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_558, aten.slice_copy.Tensor 2025-06-05T23:50:45.7573429Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_559, aten.slice_copy.Tensor 2025-06-05T23:50:45.7574313Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_560, aten.slice_copy.Tensor 2025-06-05T23:50:45.7575234Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_561, aten.slice_copy.Tensor 2025-06-05T23:50:45.7576113Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_562, aten.slice_copy.Tensor 2025-06-05T23:50:45.7576970Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_563, aten.slice_copy.Tensor 2025-06-05T23:50:45.7577844Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_564, aten.slice_copy.Tensor 2025-06-05T23:50:46.1943139Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_565, aten.slice_copy.Tensor 2025-06-05T23:50:46.1944080Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_566, aten.slice_copy.Tensor 2025-06-05T23:50:46.1944962Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_567, aten.slice_copy.Tensor 2025-06-05T23:50:46.1945855Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_568, aten.slice_copy.Tensor 2025-06-05T23:50:46.1946739Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_569, aten.slice_copy.Tensor 2025-06-05T23:50:46.1947588Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_570, aten.slice_copy.Tensor 2025-06-05T23:50:46.1948446Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_571, aten.slice_copy.Tensor 2025-06-05T23:50:46.1949295Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_572, aten.slice_copy.Tensor 2025-06-05T23:50:46.1950164Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_573, aten.slice_copy.Tensor 2025-06-05T23:50:46.1951029Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_574, aten.slice_copy.Tensor 2025-06-05T23:50:46.1952104Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_575, aten.slice_copy.Tensor 2025-06-05T23:50:46.1952982Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_564, aten.cat.default 2025-06-05T23:50:46.1953751Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_566, aten.cat.default 2025-06-05T23:50:46.1954522Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_568, aten.cat.default 2025-06-05T23:50:46.1955293Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_570, aten.cat.default 2025-06-05T23:50:46.1956053Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_572, aten.cat.default 2025-06-05T23:50:46.1956825Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_574, aten.cat.default 2025-06-05T23:50:46.1957586Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_576, aten.cat.default 2025-06-05T23:50:46.1958355Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_578, aten.cat.default 2025-06-05T23:50:46.1959286Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_580, aten.cat.default 2025-06-05T23:50:46.1960049Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_582, aten.cat.default 2025-06-05T23:50:46.1960824Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_584, aten.cat.default 2025-06-05T23:50:46.1961585Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_586, aten.cat.default 2025-06-05T23:50:46.1962356Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1078, aten.mul.Tensor 2025-06-05T23:50:46.1963134Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1080, aten.mul.Tensor 2025-06-05T23:50:46.1963947Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1079, aten.mul.Tensor 2025-06-05T23:50:46.1964722Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1081, aten.mul.Tensor 2025-06-05T23:50:46.1965525Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1082, aten.mul.Tensor 2025-06-05T23:50:46.1966285Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1084, aten.mul.Tensor 2025-06-05T23:50:46.1967036Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1083, aten.mul.Tensor 2025-06-05T23:50:46.1967799Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1085, aten.mul.Tensor 2025-06-05T23:50:46.1968591Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1086, aten.mul.Tensor 2025-06-05T23:50:46.1969344Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1088, aten.mul.Tensor 2025-06-05T23:50:46.1970183Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1087, aten.mul.Tensor 2025-06-05T23:50:46.1970937Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1089, aten.mul.Tensor 2025-06-05T23:50:46.1971714Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1090, aten.mul.Tensor 2025-06-05T23:50:46.1972484Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1092, aten.mul.Tensor 2025-06-05T23:50:46.1973238Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1091, aten.mul.Tensor 2025-06-05T23:50:46.1974001Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1093, aten.mul.Tensor 2025-06-05T23:50:46.1974751Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1094, aten.mul.Tensor 2025-06-05T23:50:46.1975513Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1096, aten.mul.Tensor 2025-06-05T23:50:46.1976284Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1095, aten.mul.Tensor 2025-06-05T23:50:46.1977083Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1097, aten.mul.Tensor 2025-06-05T23:50:46.1977849Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1098, aten.mul.Tensor 2025-06-05T23:50:46.1978638Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1100, aten.mul.Tensor 2025-06-05T23:50:46.1979405Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1099, aten.mul.Tensor 2025-06-05T23:50:46.1980167Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1101, aten.mul.Tensor 2025-06-05T23:50:46.1980914Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1102, aten.mul.Tensor 2025-06-05T23:50:46.1981673Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1104, aten.mul.Tensor 2025-06-05T23:50:46.1982421Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1103, aten.mul.Tensor 2025-06-05T23:50:46.1983181Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1105, aten.mul.Tensor 2025-06-05T23:50:46.1983935Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1106, aten.mul.Tensor 2025-06-05T23:50:46.1984694Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1108, aten.mul.Tensor 2025-06-05T23:50:46.1985458Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1107, aten.mul.Tensor 2025-06-05T23:50:46.1986205Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1109, aten.mul.Tensor 2025-06-05T23:50:46.1986963Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1110, aten.mul.Tensor 2025-06-05T23:50:46.1987710Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1112, aten.mul.Tensor 2025-06-05T23:50:46.1988499Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1111, aten.mul.Tensor 2025-06-05T23:50:46.1989262Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1113, aten.mul.Tensor 2025-06-05T23:50:46.1990008Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1114, aten.mul.Tensor 2025-06-05T23:50:46.1990799Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1116, aten.mul.Tensor 2025-06-05T23:50:46.1991552Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1115, aten.mul.Tensor 2025-06-05T23:50:46.1992313Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1117, aten.mul.Tensor 2025-06-05T23:50:46.1993200Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1118, aten.mul.Tensor 2025-06-05T23:50:46.1994150Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1120, aten.mul.Tensor 2025-06-05T23:50:46.1994954Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1119, aten.mul.Tensor 2025-06-05T23:50:46.1995708Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1121, aten.mul.Tensor 2025-06-05T23:50:46.1996467Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1122, aten.mul.Tensor 2025-06-05T23:50:46.1997234Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1124, aten.mul.Tensor 2025-06-05T23:50:46.1997984Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1123, aten.mul.Tensor 2025-06-05T23:50:46.1998746Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1125, aten.mul.Tensor 2025-06-05T23:50:46.1999502Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1126, aten.mul.Tensor 2025-06-05T23:50:46.2000262Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1128, aten.mul.Tensor 2025-06-05T23:50:46.2001022Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1127, aten.mul.Tensor 2025-06-05T23:50:46.2001839Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1129, aten.mul.Tensor 2025-06-05T23:50:46.2002600Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1130, aten.mul.Tensor 2025-06-05T23:50:46.2003387Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1132, aten.mul.Tensor 2025-06-05T23:50:46.2004154Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1131, aten.mul.Tensor 2025-06-05T23:50:46.2004904Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1133, aten.mul.Tensor 2025-06-05T23:50:46.2005663Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1134, aten.mul.Tensor 2025-06-05T23:50:46.2006425Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1136, aten.mul.Tensor 2025-06-05T23:50:46.2007175Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1135, aten.mul.Tensor 2025-06-05T23:50:46.6412189Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1137, aten.mul.Tensor 2025-06-05T23:50:46.6413672Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1138, aten.mul.Tensor 2025-06-05T23:50:46.6415073Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1140, aten.mul.Tensor 2025-06-05T23:50:46.6416454Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1139, aten.mul.Tensor 2025-06-05T23:50:46.6417832Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1141, aten.mul.Tensor 2025-06-05T23:50:46.6419199Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1142, aten.mul.Tensor 2025-06-05T23:50:46.6420583Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1144, aten.mul.Tensor 2025-06-05T23:50:46.6421988Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1143, aten.mul.Tensor 2025-06-05T23:50:46.6423654Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1145, aten.mul.Tensor 2025-06-05T23:50:46.6425088Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1146, aten.mul.Tensor 2025-06-05T23:50:46.6426606Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1148, aten.mul.Tensor 2025-06-05T23:50:46.6428055Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1147, aten.mul.Tensor 2025-06-05T23:50:46.6429499Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1149, aten.mul.Tensor 2025-06-05T23:50:46.6430833Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1150, aten.mul.Tensor 2025-06-05T23:50:46.6432268Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1152, aten.mul.Tensor 2025-06-05T23:50:46.6433690Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1151, aten.mul.Tensor 2025-06-05T23:50:46.6435141Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1153, aten.mul.Tensor 2025-06-05T23:50:46.6436538Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1154, aten.mul.Tensor 2025-06-05T23:50:46.6437924Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1156, aten.mul.Tensor 2025-06-05T23:50:46.6439305Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1155, aten.mul.Tensor 2025-06-05T23:50:46.6440682Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1157, aten.mul.Tensor 2025-06-05T23:50:46.6442206Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1158, aten.mul.Tensor 2025-06-05T23:50:46.6443611Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1160, aten.mul.Tensor 2025-06-05T23:50:46.6445003Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1159, aten.mul.Tensor 2025-06-05T23:50:46.6446427Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1161, aten.mul.Tensor 2025-06-05T23:50:46.6447929Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1162, aten.mul.Tensor 2025-06-05T23:50:46.6449379Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1164, aten.mul.Tensor 2025-06-05T23:50:46.6451011Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1163, aten.mul.Tensor 2025-06-05T23:50:46.6452436Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1165, aten.mul.Tensor 2025-06-05T23:50:46.6453739Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1166, aten.mul.Tensor 2025-06-05T23:50:46.6455152Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1168, aten.mul.Tensor 2025-06-05T23:50:46.6456589Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1167, aten.mul.Tensor 2025-06-05T23:50:46.6458035Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1169, aten.mul.Tensor 2025-06-05T23:50:46.6459616Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1170, aten.mul.Tensor 2025-06-05T23:50:46.6461013Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1172, aten.mul.Tensor 2025-06-05T23:50:46.6462380Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1171, aten.mul.Tensor 2025-06-05T23:50:46.6463767Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1173, aten.mul.Tensor 2025-06-05T23:50:46.6465140Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_264, aten.sub.Tensor 2025-06-05T23:50:46.6466536Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_418, aten.add.Tensor 2025-06-05T23:50:46.6467933Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_265, aten.sub.Tensor 2025-06-05T23:50:46.6469452Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_419, aten.add.Tensor 2025-06-05T23:50:46.6470866Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_266, aten.sub.Tensor 2025-06-05T23:50:46.6472233Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_420, aten.add.Tensor 2025-06-05T23:50:46.6473773Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_267, aten.sub.Tensor 2025-06-05T23:50:46.6475198Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_421, aten.add.Tensor 2025-06-05T23:50:46.6476541Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_268, aten.sub.Tensor 2025-06-05T23:50:46.6477952Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_422, aten.add.Tensor 2025-06-05T23:50:46.6479362Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_269, aten.sub.Tensor 2025-06-05T23:50:46.6480807Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_423, aten.add.Tensor 2025-06-05T23:50:46.6482203Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_270, aten.sub.Tensor 2025-06-05T23:50:46.6483558Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_424, aten.add.Tensor 2025-06-05T23:50:46.6484934Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_271, aten.sub.Tensor 2025-06-05T23:50:46.6486300Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_425, aten.add.Tensor 2025-06-05T23:50:46.6487675Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_272, aten.sub.Tensor 2025-06-05T23:50:46.6489048Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_426, aten.add.Tensor 2025-06-05T23:50:46.6490526Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_273, aten.sub.Tensor 2025-06-05T23:50:46.6491926Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_427, aten.add.Tensor 2025-06-05T23:50:46.6493446Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_274, aten.sub.Tensor 2025-06-05T23:50:46.6494856Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_428, aten.add.Tensor 2025-06-05T23:50:46.6496271Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_275, aten.sub.Tensor 2025-06-05T23:50:46.6497823Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_429, aten.add.Tensor 2025-06-05T23:50:46.6499136Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_276, aten.sub.Tensor 2025-06-05T23:50:46.6500556Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_757, aten._to_copy.default 2025-06-05T23:50:46.6502078Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_430, aten.add.Tensor 2025-06-05T23:50:46.6503572Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_758, aten._to_copy.default 2025-06-05T23:50:46.6505068Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_277, aten.sub.Tensor 2025-06-05T23:50:46.6506521Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_759, aten._to_copy.default 2025-06-05T23:50:46.6507961Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_431, aten.add.Tensor 2025-06-05T23:50:46.6509418Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_760, aten._to_copy.default 2025-06-05T23:50:46.6510859Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_278, aten.sub.Tensor 2025-06-05T23:50:46.6512331Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_761, aten._to_copy.default 2025-06-05T23:50:46.6513814Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_432, aten.add.Tensor 2025-06-05T23:50:46.6515295Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_762, aten._to_copy.default 2025-06-05T23:50:46.6516868Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_279, aten.sub.Tensor 2025-06-05T23:50:46.6518391Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_763, aten._to_copy.default 2025-06-05T23:50:46.6519971Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_433, aten.add.Tensor 2025-06-05T23:50:46.6521493Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_764, aten._to_copy.default 2025-06-05T23:50:46.6522921Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_280, aten.sub.Tensor 2025-06-05T23:50:46.6524443Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_765, aten._to_copy.default 2025-06-05T23:50:46.6525947Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_434, aten.add.Tensor 2025-06-05T23:50:46.6527447Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_766, aten._to_copy.default 2025-06-05T23:50:46.6528910Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_281, aten.sub.Tensor 2025-06-05T23:50:46.6530444Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_767, aten._to_copy.default 2025-06-05T23:50:47.0621746Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_435, aten.add.Tensor 2025-06-05T23:50:47.0622620Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_768, aten._to_copy.default 2025-06-05T23:50:47.0623462Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_282, aten.sub.Tensor 2025-06-05T23:50:47.0624320Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_769, aten._to_copy.default 2025-06-05T23:50:47.0625138Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_436, aten.add.Tensor 2025-06-05T23:50:47.0625938Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_770, aten._to_copy.default 2025-06-05T23:50:47.0626966Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_283, aten.sub.Tensor 2025-06-05T23:50:47.0627786Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_771, aten._to_copy.default 2025-06-05T23:50:47.0629068Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_437, aten.add.Tensor 2025-06-05T23:50:47.0629891Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_772, aten._to_copy.default 2025-06-05T23:50:47.0630690Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_284, aten.sub.Tensor 2025-06-05T23:50:47.0631502Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_773, aten._to_copy.default 2025-06-05T23:50:47.0632313Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_438, aten.add.Tensor 2025-06-05T23:50:47.0633111Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_774, aten._to_copy.default 2025-06-05T23:50:47.0633923Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_285, aten.sub.Tensor 2025-06-05T23:50:47.0634716Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_775, aten._to_copy.default 2025-06-05T23:50:47.0635519Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_439, aten.add.Tensor 2025-06-05T23:50:47.0636321Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_776, aten._to_copy.default 2025-06-05T23:50:47.0637111Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_286, aten.sub.Tensor 2025-06-05T23:50:47.0637921Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_777, aten._to_copy.default 2025-06-05T23:50:47.0638715Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_440, aten.add.Tensor 2025-06-05T23:50:47.0639578Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_778, aten._to_copy.default 2025-06-05T23:50:47.0640388Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_287, aten.sub.Tensor 2025-06-05T23:50:47.0641238Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_779, aten._to_copy.default 2025-06-05T23:50:47.0642048Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_441, aten.add.Tensor 2025-06-05T23:50:47.0642847Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_780, aten._to_copy.default 2025-06-05T23:50:47.0643663Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_539, aten.cat.default 2025-06-05T23:50:47.0644442Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_540, aten.cat.default 2025-06-05T23:50:47.0645207Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_541, aten.cat.default 2025-06-05T23:50:47.0645989Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_542, aten.cat.default 2025-06-05T23:50:47.0646751Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_543, aten.cat.default 2025-06-05T23:50:47.0647527Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_544, aten.cat.default 2025-06-05T23:50:47.0648298Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_545, aten.cat.default 2025-06-05T23:50:47.0649059Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_546, aten.cat.default 2025-06-05T23:50:47.0649917Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_547, aten.cat.default 2025-06-05T23:50:47.0650678Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_548, aten.cat.default 2025-06-05T23:50:47.0651453Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_549, aten.cat.default 2025-06-05T23:50:47.0652232Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_550, aten.cat.default 2025-06-05T23:50:47.0653035Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_551, aten.cat.default 2025-06-05T23:50:47.0653816Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_552, aten.cat.default 2025-06-05T23:50:47.0654615Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_553, aten.cat.default 2025-06-05T23:50:47.0655392Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_554, aten.cat.default 2025-06-05T23:50:47.0656166Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_555, aten.cat.default 2025-06-05T23:50:47.0657020Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_556, aten.cat.default 2025-06-05T23:50:47.0657866Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_557, aten.cat.default 2025-06-05T23:50:47.0658635Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_558, aten.cat.default 2025-06-05T23:50:47.0659571Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_559, aten.cat.default 2025-06-05T23:50:47.0660338Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_560, aten.cat.default 2025-06-05T23:50:47.0661118Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_561, aten.cat.default 2025-06-05T23:50:47.0661899Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_562, aten.cat.default 2025-06-05T23:50:47.0662738Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_620, aten.permute_copy.default 2025-06-05T23:50:47.0663658Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_621, aten.permute_copy.default 2025-06-05T23:50:47.0664567Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_622, aten.permute_copy.default 2025-06-05T23:50:47.0665552Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_623, aten.permute_copy.default 2025-06-05T23:50:47.0666473Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_624, aten.permute_copy.default 2025-06-05T23:50:47.0667431Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_625, aten.permute_copy.default 2025-06-05T23:50:47.0668353Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_626, aten.permute_copy.default 2025-06-05T23:50:47.0669269Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_627, aten.permute_copy.default 2025-06-05T23:50:47.0670179Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_628, aten.permute_copy.default 2025-06-05T23:50:47.0671099Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_629, aten.permute_copy.default 2025-06-05T23:50:47.0672007Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_630, aten.permute_copy.default 2025-06-05T23:50:47.0673017Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_631, aten.permute_copy.default 2025-06-05T23:50:47.0673997Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_563, aten.cat.default 2025-06-05T23:50:47.0674758Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_565, aten.cat.default 2025-06-05T23:50:47.0675531Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_567, aten.cat.default 2025-06-05T23:50:47.0676288Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_569, aten.cat.default 2025-06-05T23:50:47.0677061Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_571, aten.cat.default 2025-06-05T23:50:47.0677833Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_573, aten.cat.default 2025-06-05T23:50:47.0678645Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_575, aten.cat.default 2025-06-05T23:50:47.0679417Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_577, aten.cat.default 2025-06-05T23:50:47.0680223Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_579, aten.cat.default 2025-06-05T23:50:47.0681000Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_581, aten.cat.default 2025-06-05T23:50:47.0681761Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_583, aten.cat.default 2025-06-05T23:50:47.0682533Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_585, aten.cat.default 2025-06-05T23:50:47.0683336Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_264, aten.matmul.default 2025-06-05T23:50:47.0684152Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_266, aten.matmul.default 2025-06-05T23:50:47.0684981Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_268, aten.matmul.default 2025-06-05T23:50:47.0685797Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_270, aten.matmul.default 2025-06-05T23:50:47.0686621Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_272, aten.matmul.default 2025-06-05T23:50:47.9033102Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_274, aten.matmul.default 2025-06-05T23:50:47.9033973Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_276, aten.matmul.default 2025-06-05T23:50:47.9034807Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_278, aten.matmul.default 2025-06-05T23:50:47.9035620Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_280, aten.matmul.default 2025-06-05T23:50:47.9036692Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_282, aten.matmul.default 2025-06-05T23:50:47.9037535Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_284, aten.matmul.default 2025-06-05T23:50:47.9038477Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_286, aten.matmul.default 2025-06-05T23:50:47.9039272Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_132, aten.div.Tensor 2025-06-05T23:50:47.9040040Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_133, aten.div.Tensor 2025-06-05T23:50:47.9040792Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_134, aten.div.Tensor 2025-06-05T23:50:47.9041555Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_135, aten.div.Tensor 2025-06-05T23:50:47.9042315Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_136, aten.div.Tensor 2025-06-05T23:50:47.9043061Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_137, aten.div.Tensor 2025-06-05T23:50:47.9043816Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_138, aten.div.Tensor 2025-06-05T23:50:47.9044561Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_139, aten.div.Tensor 2025-06-05T23:50:47.9045318Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_140, aten.div.Tensor 2025-06-05T23:50:47.9046067Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_141, aten.div.Tensor 2025-06-05T23:50:47.9046824Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_142, aten.div.Tensor 2025-06-05T23:50:47.9047578Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_143, aten.div.Tensor 2025-06-05T23:50:47.9048322Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_442, aten.add.Tensor 2025-06-05T23:50:47.9049081Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_443, aten.add.Tensor 2025-06-05T23:50:47.9049947Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_444, aten.add.Tensor 2025-06-05T23:50:47.9050710Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_445, aten.add.Tensor 2025-06-05T23:50:47.9051526Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_446, aten.add.Tensor 2025-06-05T23:50:47.9052278Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_447, aten.add.Tensor 2025-06-05T23:50:47.9053036Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_448, aten.add.Tensor 2025-06-05T23:50:47.9053776Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_449, aten.add.Tensor 2025-06-05T23:50:47.9054533Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_450, aten.add.Tensor 2025-06-05T23:50:47.9055289Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_451, aten.add.Tensor 2025-06-05T23:50:47.9056037Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_452, aten.add.Tensor 2025-06-05T23:50:47.9056794Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_453, aten.add.Tensor 2025-06-05T23:50:47.9057598Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_132, aten._softmax.default 2025-06-05T23:50:47.9058459Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_133, aten._softmax.default 2025-06-05T23:50:47.9059482Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_134, aten._softmax.default 2025-06-05T23:50:47.9060322Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_135, aten._softmax.default 2025-06-05T23:50:47.9061173Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_136, aten._softmax.default 2025-06-05T23:50:47.9062075Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_137, aten._softmax.default 2025-06-05T23:50:47.9062943Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_138, aten._softmax.default 2025-06-05T23:50:47.9063847Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_139, aten._softmax.default 2025-06-05T23:50:47.9064691Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_140, aten._softmax.default 2025-06-05T23:50:47.9065540Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_141, aten._softmax.default 2025-06-05T23:50:47.9066380Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_142, aten._softmax.default 2025-06-05T23:50:47.9067231Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_143, aten._softmax.default 2025-06-05T23:50:47.9068069Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_265, aten.matmul.default 2025-06-05T23:50:47.9068885Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_267, aten.matmul.default 2025-06-05T23:50:47.9069712Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_269, aten.matmul.default 2025-06-05T23:50:47.9070638Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_271, aten.matmul.default 2025-06-05T23:50:47.9071590Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_273, aten.matmul.default 2025-06-05T23:50:47.9072411Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_275, aten.matmul.default 2025-06-05T23:50:47.9073221Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_277, aten.matmul.default 2025-06-05T23:50:47.9074043Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_279, aten.matmul.default 2025-06-05T23:50:47.9074858Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_281, aten.matmul.default 2025-06-05T23:50:47.9075754Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_283, aten.matmul.default 2025-06-05T23:50:47.9076586Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_285, aten.matmul.default 2025-06-05T23:50:47.9077447Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_287, aten.matmul.default 2025-06-05T23:50:47.9078256Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_587, aten.cat.default 2025-06-05T23:50:47.9079072Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_488, aten.view_copy.default 2025-06-05T23:50:47.9079983Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1620, aten.permute_copy.default 2025-06-05T23:50:47.9080912Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_476, aten.convolution.default 2025-06-05T23:50:47.9081831Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1621, aten.permute_copy.default 2025-06-05T23:50:47.9082737Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_489, aten.view_copy.default 2025-06-05T23:50:47.9083546Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_454, aten.add.Tensor 2025-06-05T23:50:47.9084351Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_rms_norm_default_23, aten.rms_norm.default 2025-06-05T23:50:47.9085213Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_490, aten.view_copy.default 2025-06-05T23:50:47.9086095Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1622, aten.permute_copy.default 2025-06-05T23:50:47.9087020Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_477, aten.convolution.default 2025-06-05T23:50:47.9087953Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_478, aten.convolution.default 2025-06-05T23:50:47.9088832Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sigmoid_default_11, aten.sigmoid.default 2025-06-05T23:50:47.9089737Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1174, aten.mul.Tensor 2025-06-05T23:50:47.9090506Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1175, aten.mul.Tensor 2025-06-05T23:50:47.9091353Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_479, aten.convolution.default 2025-06-05T23:50:47.9092265Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1623, aten.permute_copy.default 2025-06-05T23:50:47.9093169Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_491, aten.view_copy.default 2025-06-05T23:50:47.9093987Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_455, aten.add.Tensor 2025-06-05T23:50:47.9094780Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_rms_norm_default_24, aten.rms_norm.default 2025-06-05T23:50:47.9095669Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_unsqueeze_copy_default, aten.unsqueeze_copy.default 2025-06-05T23:50:47.9096589Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1624, aten.permute_copy.default 2025-06-05T23:50:47.9097507Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_480, aten.convolution.default 2025-06-05T23:50:58.9992334Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1625, aten.permute_copy.default 2025-06-05T23:50:58.9993892Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_squeeze_dims, aten.squeeze.dims 2025-06-05T23:50:58.9995098Z INFO:executorch.backends.qualcomm.qnn_preprocess:Processing Method(1): (1/1) 2025-06-05T23:50:58.9996402Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_embedding_default, aten.embedding.default 2025-06-05T23:50:58.9998109Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_index_tensor, aten.index.Tensor 2025-06-05T23:50:58.9999493Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_index_tensor_1, aten.index.Tensor 2025-06-05T23:50:59.0000990Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_rms_norm_default, aten.rms_norm.default 2025-06-05T23:50:59.0002390Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_select_int, aten.select.int 2025-06-05T23:50:59.0003665Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_select_int_1, aten.select.int 2025-06-05T23:50:59.0005071Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default, aten.view_copy.default 2025-06-05T23:50:59.0006620Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1132, aten.permute_copy.default 2025-06-05T23:50:59.0008186Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_481, aten._to_copy.default 2025-06-05T23:50:59.0009787Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default, aten.convolution.default 2025-06-05T23:50:59.0011370Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1133, aten.permute_copy.default 2025-06-05T23:50:59.0012983Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_1, aten.convolution.default 2025-06-05T23:50:59.0014576Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1134, aten.permute_copy.default 2025-06-05T23:50:59.0016179Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_2, aten.convolution.default 2025-06-05T23:50:59.0017782Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1135, aten.permute_copy.default 2025-06-05T23:50:59.0019473Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_3, aten.convolution.default 2025-06-05T23:50:59.0021085Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1136, aten.permute_copy.default 2025-06-05T23:50:59.0022758Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_4, aten.convolution.default 2025-06-05T23:50:59.0024361Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1137, aten.permute_copy.default 2025-06-05T23:50:59.0025974Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_5, aten.convolution.default 2025-06-05T23:50:59.0027557Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1138, aten.permute_copy.default 2025-06-05T23:50:59.0029157Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_6, aten.convolution.default 2025-06-05T23:50:59.0030742Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1139, aten.permute_copy.default 2025-06-05T23:50:59.0032348Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_7, aten.convolution.default 2025-06-05T23:50:59.0033957Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1140, aten.permute_copy.default 2025-06-05T23:50:59.0035550Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_8, aten.convolution.default 2025-06-05T23:50:59.0037137Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1141, aten.permute_copy.default 2025-06-05T23:50:59.0038716Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_9, aten.convolution.default 2025-06-05T23:50:59.0040306Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1142, aten.permute_copy.default 2025-06-05T23:50:59.0041905Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_10, aten.convolution.default 2025-06-05T23:50:59.0043542Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1143, aten.permute_copy.default 2025-06-05T23:50:59.0045141Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_11, aten.convolution.default 2025-06-05T23:50:59.0046771Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1144, aten.permute_copy.default 2025-06-05T23:50:59.0048369Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_12, aten.convolution.default 2025-06-05T23:50:59.0049995Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1145, aten.permute_copy.default 2025-06-05T23:50:59.0051578Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_13, aten.convolution.default 2025-06-05T23:50:59.0053179Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1146, aten.permute_copy.default 2025-06-05T23:50:59.0054768Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_14, aten.convolution.default 2025-06-05T23:50:59.0056349Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1147, aten.permute_copy.default 2025-06-05T23:50:59.0057957Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_15, aten.convolution.default 2025-06-05T23:50:59.0059685Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1148, aten.permute_copy.default 2025-06-05T23:50:59.0061265Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_16, aten.convolution.default 2025-06-05T23:50:59.0062848Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1149, aten.permute_copy.default 2025-06-05T23:50:59.0064450Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_17, aten.convolution.default 2025-06-05T23:50:59.0066112Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1150, aten.permute_copy.default 2025-06-05T23:50:59.0067703Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_18, aten.convolution.default 2025-06-05T23:50:59.0069358Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1151, aten.permute_copy.default 2025-06-05T23:50:59.0070955Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_19, aten.convolution.default 2025-06-05T23:50:59.0072544Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1152, aten.permute_copy.default 2025-06-05T23:50:59.0074133Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_20, aten.convolution.default 2025-06-05T23:50:59.0075727Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1153, aten.permute_copy.default 2025-06-05T23:50:59.0077336Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_21, aten.convolution.default 2025-06-05T23:50:59.0078940Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1154, aten.permute_copy.default 2025-06-05T23:50:59.0080530Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_22, aten.convolution.default 2025-06-05T23:50:59.0082141Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1155, aten.permute_copy.default 2025-06-05T23:50:59.0083729Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_23, aten.convolution.default 2025-06-05T23:50:59.0085329Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1156, aten.permute_copy.default 2025-06-05T23:50:59.0086931Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_24, aten.convolution.default 2025-06-05T23:50:59.0088521Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1157, aten.permute_copy.default 2025-06-05T23:50:59.0090227Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_25, aten.convolution.default 2025-06-05T23:50:59.0091817Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1158, aten.permute_copy.default 2025-06-05T23:50:59.0093479Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_26, aten.convolution.default 2025-06-05T23:50:59.0095082Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1159, aten.permute_copy.default 2025-06-05T23:50:59.0096673Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_27, aten.convolution.default 2025-06-05T23:50:59.0098277Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1160, aten.permute_copy.default 2025-06-05T23:50:59.0099873Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_28, aten.convolution.default 2025-06-05T23:50:59.0101481Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1161, aten.permute_copy.default 2025-06-05T23:50:59.0103084Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_29, aten.convolution.default 2025-06-05T23:50:59.0104680Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1162, aten.permute_copy.default 2025-06-05T23:50:59.3177578Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_30, aten.convolution.default 2025-06-05T23:50:59.3178627Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1163, aten.permute_copy.default 2025-06-05T23:50:59.3179619Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_31, aten.convolution.default 2025-06-05T23:50:59.3180901Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1164, aten.permute_copy.default 2025-06-05T23:50:59.3181880Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_32, aten.convolution.default 2025-06-05T23:50:59.3182991Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1165, aten.permute_copy.default 2025-06-05T23:50:59.3183964Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_33, aten.convolution.default 2025-06-05T23:50:59.3184945Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1166, aten.permute_copy.default 2025-06-05T23:50:59.3185945Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_34, aten.convolution.default 2025-06-05T23:50:59.3186927Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1167, aten.permute_copy.default 2025-06-05T23:50:59.3187896Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_35, aten.convolution.default 2025-06-05T23:50:59.3188862Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1168, aten.permute_copy.default 2025-06-05T23:50:59.3189874Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_482, aten._to_copy.default 2025-06-05T23:50:59.3190785Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_483, aten._to_copy.default 2025-06-05T23:50:59.3191700Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_484, aten._to_copy.default 2025-06-05T23:50:59.3192611Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_485, aten._to_copy.default 2025-06-05T23:50:59.3193528Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_486, aten._to_copy.default 2025-06-05T23:50:59.3194467Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_487, aten._to_copy.default 2025-06-05T23:50:59.3195375Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_488, aten._to_copy.default 2025-06-05T23:50:59.3196349Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_489, aten._to_copy.default 2025-06-05T23:50:59.3197330Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_490, aten._to_copy.default 2025-06-05T23:50:59.3198294Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1, aten.view_copy.default 2025-06-05T23:50:59.3199192Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_2, aten.view_copy.default 2025-06-05T23:50:59.3200103Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_3, aten.view_copy.default 2025-06-05T23:50:59.3201003Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_4, aten.view_copy.default 2025-06-05T23:50:59.3201950Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_5, aten.view_copy.default 2025-06-05T23:50:59.3202894Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_6, aten.view_copy.default 2025-06-05T23:50:59.3203797Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_7, aten.view_copy.default 2025-06-05T23:50:59.3204701Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_8, aten.view_copy.default 2025-06-05T23:50:59.3205609Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_9, aten.view_copy.default 2025-06-05T23:50:59.3206569Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_10, aten.view_copy.default 2025-06-05T23:50:59.3207503Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_11, aten.view_copy.default 2025-06-05T23:50:59.3208413Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_12, aten.view_copy.default 2025-06-05T23:50:59.3209381Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_13, aten.view_copy.default 2025-06-05T23:50:59.3210412Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_14, aten.view_copy.default 2025-06-05T23:50:59.3211378Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_15, aten.view_copy.default 2025-06-05T23:50:59.3212293Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_16, aten.view_copy.default 2025-06-05T23:50:59.3213202Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_17, aten.view_copy.default 2025-06-05T23:50:59.3214128Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_18, aten.view_copy.default 2025-06-05T23:50:59.3215193Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_19, aten.view_copy.default 2025-06-05T23:50:59.3216121Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_20, aten.view_copy.default 2025-06-05T23:50:59.3216989Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_21, aten.view_copy.default 2025-06-05T23:50:59.3217839Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_22, aten.view_copy.default 2025-06-05T23:50:59.3218770Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_23, aten.view_copy.default 2025-06-05T23:50:59.3219617Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_24, aten.view_copy.default 2025-06-05T23:50:59.3220471Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_25, aten.view_copy.default 2025-06-05T23:50:59.3221328Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_491, aten._to_copy.default 2025-06-05T23:50:59.3222235Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_26, aten.view_copy.default 2025-06-05T23:50:59.3223144Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_27, aten.view_copy.default 2025-06-05T23:50:59.3223988Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_492, aten._to_copy.default 2025-06-05T23:50:59.3224880Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_28, aten.view_copy.default 2025-06-05T23:50:59.3225738Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_493, aten._to_copy.default 2025-06-05T23:50:59.3226574Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_29, aten.view_copy.default 2025-06-05T23:50:59.3227425Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_494, aten._to_copy.default 2025-06-05T23:50:59.3228265Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_30, aten.view_copy.default 2025-06-05T23:50:59.3229181Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_495, aten._to_copy.default 2025-06-05T23:50:59.3230033Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_31, aten.view_copy.default 2025-06-05T23:50:59.3230878Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_496, aten._to_copy.default 2025-06-05T23:50:59.3231731Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_32, aten.view_copy.default 2025-06-05T23:50:59.3232573Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_497, aten._to_copy.default 2025-06-05T23:50:59.3233425Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_33, aten.view_copy.default 2025-06-05T23:50:59.3234277Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_34, aten.view_copy.default 2025-06-05T23:50:59.3235159Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_35, aten.view_copy.default 2025-06-05T23:50:59.3236024Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_498, aten._to_copy.default 2025-06-05T23:50:59.3236865Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_36, aten.view_copy.default 2025-06-05T23:50:59.3237756Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_499, aten._to_copy.default 2025-06-05T23:50:59.3238613Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor, aten.slice_copy.Tensor 2025-06-05T23:50:59.3239457Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_1, aten.slice_copy.Tensor 2025-06-05T23:50:59.3240312Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_2, aten.slice_copy.Tensor 2025-06-05T23:50:59.3241155Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_3, aten.slice_copy.Tensor 2025-06-05T23:50:59.3242059Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_4, aten.slice_copy.Tensor 2025-06-05T23:50:59.3242930Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_5, aten.slice_copy.Tensor 2025-06-05T23:50:59.3243772Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_6, aten.slice_copy.Tensor 2025-06-05T23:50:59.3244624Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_7, aten.slice_copy.Tensor 2025-06-05T23:50:59.7058939Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_8, aten.slice_copy.Tensor 2025-06-05T23:50:59.7060068Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_9, aten.slice_copy.Tensor 2025-06-05T23:50:59.7060923Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_10, aten.slice_copy.Tensor 2025-06-05T23:50:59.7061807Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_11, aten.slice_copy.Tensor 2025-06-05T23:50:59.7062874Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_12, aten.slice_copy.Tensor 2025-06-05T23:50:59.7063774Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_13, aten.slice_copy.Tensor 2025-06-05T23:50:59.7064706Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_14, aten.slice_copy.Tensor 2025-06-05T23:50:59.7065554Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_15, aten.slice_copy.Tensor 2025-06-05T23:50:59.7066416Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_16, aten.slice_copy.Tensor 2025-06-05T23:50:59.7067263Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_17, aten.slice_copy.Tensor 2025-06-05T23:50:59.7068121Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_18, aten.slice_copy.Tensor 2025-06-05T23:50:59.7068984Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_19, aten.slice_copy.Tensor 2025-06-05T23:50:59.7069829Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_20, aten.slice_copy.Tensor 2025-06-05T23:50:59.7070686Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_21, aten.slice_copy.Tensor 2025-06-05T23:50:59.7071533Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_22, aten.slice_copy.Tensor 2025-06-05T23:50:59.7072392Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_23, aten.slice_copy.Tensor 2025-06-05T23:50:59.7073246Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_24, aten.slice_copy.Tensor 2025-06-05T23:50:59.7074092Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_25, aten.slice_copy.Tensor 2025-06-05T23:50:59.7075000Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_26, aten.slice_copy.Tensor 2025-06-05T23:50:59.7075854Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_27, aten.slice_copy.Tensor 2025-06-05T23:50:59.7076766Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_28, aten.slice_copy.Tensor 2025-06-05T23:50:59.7077629Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_29, aten.slice_copy.Tensor 2025-06-05T23:50:59.7078474Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_30, aten.slice_copy.Tensor 2025-06-05T23:50:59.7079337Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_31, aten.slice_copy.Tensor 2025-06-05T23:50:59.7080186Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_32, aten.slice_copy.Tensor 2025-06-05T23:50:59.7081050Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_33, aten.slice_copy.Tensor 2025-06-05T23:50:59.7081909Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_34, aten.slice_copy.Tensor 2025-06-05T23:50:59.7082783Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_35, aten.slice_copy.Tensor 2025-06-05T23:50:59.7083648Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_36, aten.slice_copy.Tensor 2025-06-05T23:50:59.7084504Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_37, aten.slice_copy.Tensor 2025-06-05T23:50:59.7085346Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_38, aten.slice_copy.Tensor 2025-06-05T23:50:59.7086202Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_39, aten.slice_copy.Tensor 2025-06-05T23:50:59.7087050Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_40, aten.slice_copy.Tensor 2025-06-05T23:50:59.7087908Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_41, aten.slice_copy.Tensor 2025-06-05T23:50:59.7088794Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_42, aten.slice_copy.Tensor 2025-06-05T23:50:59.7089705Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_43, aten.slice_copy.Tensor 2025-06-05T23:50:59.7090603Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_44, aten.slice_copy.Tensor 2025-06-05T23:50:59.7091455Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_45, aten.slice_copy.Tensor 2025-06-05T23:50:59.7092313Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_46, aten.slice_copy.Tensor 2025-06-05T23:50:59.7093170Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_47, aten.slice_copy.Tensor 2025-06-05T23:50:59.7093975Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_25, aten.cat.default 2025-06-05T23:50:59.7094749Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_27, aten.cat.default 2025-06-05T23:50:59.7095503Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_29, aten.cat.default 2025-06-05T23:50:59.7096267Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_31, aten.cat.default 2025-06-05T23:50:59.7097032Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_33, aten.cat.default 2025-06-05T23:50:59.7097780Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_35, aten.cat.default 2025-06-05T23:50:59.7098560Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_37, aten.cat.default 2025-06-05T23:50:59.7099328Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_39, aten.cat.default 2025-06-05T23:50:59.7100082Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_41, aten.cat.default 2025-06-05T23:50:59.7100875Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_43, aten.cat.default 2025-06-05T23:50:59.7101633Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_45, aten.cat.default 2025-06-05T23:50:59.7102431Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_47, aten.cat.default 2025-06-05T23:50:59.7103187Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor, aten.mul.Tensor 2025-06-05T23:50:59.7103915Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_2, aten.mul.Tensor 2025-06-05T23:50:59.7104661Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1, aten.mul.Tensor 2025-06-05T23:50:59.7105389Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_3, aten.mul.Tensor 2025-06-05T23:50:59.7106133Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_4, aten.mul.Tensor 2025-06-05T23:50:59.7106858Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_6, aten.mul.Tensor 2025-06-05T23:50:59.7107620Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_5, aten.mul.Tensor 2025-06-05T23:50:59.7108478Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_7, aten.mul.Tensor 2025-06-05T23:50:59.7109262Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_8, aten.mul.Tensor 2025-06-05T23:50:59.7110010Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_10, aten.mul.Tensor 2025-06-05T23:50:59.7110742Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_9, aten.mul.Tensor 2025-06-05T23:50:59.7111495Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_11, aten.mul.Tensor 2025-06-05T23:50:59.7112243Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_12, aten.mul.Tensor 2025-06-05T23:50:59.7112978Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_14, aten.mul.Tensor 2025-06-05T23:50:59.7113767Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_13, aten.mul.Tensor 2025-06-05T23:50:59.7114499Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_15, aten.mul.Tensor 2025-06-05T23:50:59.7115270Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_16, aten.mul.Tensor 2025-06-05T23:50:59.7116017Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_18, aten.mul.Tensor 2025-06-05T23:50:59.7116749Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_17, aten.mul.Tensor 2025-06-05T23:50:59.7117491Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_19, aten.mul.Tensor 2025-06-05T23:50:59.7118224Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_20, aten.mul.Tensor 2025-06-05T23:50:59.7118967Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_22, aten.mul.Tensor 2025-06-05T23:50:59.7119714Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_21, aten.mul.Tensor 2025-06-05T23:50:59.7120447Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_23, aten.mul.Tensor 2025-06-05T23:50:59.7121195Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_24, aten.mul.Tensor 2025-06-05T23:50:59.7121930Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_26, aten.mul.Tensor 2025-06-05T23:50:59.7122677Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_25, aten.mul.Tensor 2025-06-05T23:50:59.7123414Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_27, aten.mul.Tensor 2025-06-05T23:51:00.1471235Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_28, aten.mul.Tensor 2025-06-05T23:51:00.1472290Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_30, aten.mul.Tensor 2025-06-05T23:51:00.1473261Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_29, aten.mul.Tensor 2025-06-05T23:51:00.1474029Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_31, aten.mul.Tensor 2025-06-05T23:51:00.1474842Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_32, aten.mul.Tensor 2025-06-05T23:51:00.1475589Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_34, aten.mul.Tensor 2025-06-05T23:51:00.1476335Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_33, aten.mul.Tensor 2025-06-05T23:51:00.1477072Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_35, aten.mul.Tensor 2025-06-05T23:51:00.1477824Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_36, aten.mul.Tensor 2025-06-05T23:51:00.1478578Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_38, aten.mul.Tensor 2025-06-05T23:51:00.1479316Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_37, aten.mul.Tensor 2025-06-05T23:51:00.1480074Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_39, aten.mul.Tensor 2025-06-05T23:51:00.1480820Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_40, aten.mul.Tensor 2025-06-05T23:51:00.1481569Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_42, aten.mul.Tensor 2025-06-05T23:51:00.1482323Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_41, aten.mul.Tensor 2025-06-05T23:51:00.1483063Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_43, aten.mul.Tensor 2025-06-05T23:51:00.1483813Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_44, aten.mul.Tensor 2025-06-05T23:51:00.1484553Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_46, aten.mul.Tensor 2025-06-05T23:51:00.1485329Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_45, aten.mul.Tensor 2025-06-05T23:51:00.1486166Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_47, aten.mul.Tensor 2025-06-05T23:51:00.1486903Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_48, aten.mul.Tensor 2025-06-05T23:51:00.1487732Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_50, aten.mul.Tensor 2025-06-05T23:51:00.1488484Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_49, aten.mul.Tensor 2025-06-05T23:51:00.1489218Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_51, aten.mul.Tensor 2025-06-05T23:51:00.1490046Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_52, aten.mul.Tensor 2025-06-05T23:51:00.1490789Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_54, aten.mul.Tensor 2025-06-05T23:51:00.1491547Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_53, aten.mul.Tensor 2025-06-05T23:51:00.1492308Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_55, aten.mul.Tensor 2025-06-05T23:51:00.1493052Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_56, aten.mul.Tensor 2025-06-05T23:51:00.1493852Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_58, aten.mul.Tensor 2025-06-05T23:51:00.1494591Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_57, aten.mul.Tensor 2025-06-05T23:51:00.1495348Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_59, aten.mul.Tensor 2025-06-05T23:51:00.1496098Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_60, aten.mul.Tensor 2025-06-05T23:51:00.1496834Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_62, aten.mul.Tensor 2025-06-05T23:51:00.1497587Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_61, aten.mul.Tensor 2025-06-05T23:51:00.1498364Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_63, aten.mul.Tensor 2025-06-05T23:51:00.1499116Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_64, aten.mul.Tensor 2025-06-05T23:51:00.1499891Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_66, aten.mul.Tensor 2025-06-05T23:51:00.1500644Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_65, aten.mul.Tensor 2025-06-05T23:51:00.1501389Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_67, aten.mul.Tensor 2025-06-05T23:51:00.1502124Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_68, aten.mul.Tensor 2025-06-05T23:51:00.1502880Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_70, aten.mul.Tensor 2025-06-05T23:51:00.1503621Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_69, aten.mul.Tensor 2025-06-05T23:51:00.1504377Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_71, aten.mul.Tensor 2025-06-05T23:51:00.1505129Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_72, aten.mul.Tensor 2025-06-05T23:51:00.1505869Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_74, aten.mul.Tensor 2025-06-05T23:51:00.1506619Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_73, aten.mul.Tensor 2025-06-05T23:51:00.1507358Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_75, aten.mul.Tensor 2025-06-05T23:51:00.1508111Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_76, aten.mul.Tensor 2025-06-05T23:51:00.1508861Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_78, aten.mul.Tensor 2025-06-05T23:51:00.1509599Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_77, aten.mul.Tensor 2025-06-05T23:51:00.1510347Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_79, aten.mul.Tensor 2025-06-05T23:51:00.1511126Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_80, aten.mul.Tensor 2025-06-05T23:51:00.1511873Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_82, aten.mul.Tensor 2025-06-05T23:51:00.1512657Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_81, aten.mul.Tensor 2025-06-05T23:51:00.1513395Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_83, aten.mul.Tensor 2025-06-05T23:51:00.1514151Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_84, aten.mul.Tensor 2025-06-05T23:51:00.1514889Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_86, aten.mul.Tensor 2025-06-05T23:51:00.1515643Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_85, aten.mul.Tensor 2025-06-05T23:51:00.1516380Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_87, aten.mul.Tensor 2025-06-05T23:51:00.1517138Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_88, aten.mul.Tensor 2025-06-05T23:51:00.1517883Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_90, aten.mul.Tensor 2025-06-05T23:51:00.1518622Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_89, aten.mul.Tensor 2025-06-05T23:51:00.1519372Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_91, aten.mul.Tensor 2025-06-05T23:51:00.1520114Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_92, aten.mul.Tensor 2025-06-05T23:51:00.1520866Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_94, aten.mul.Tensor 2025-06-05T23:51:00.1521738Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_93, aten.mul.Tensor 2025-06-05T23:51:00.1522483Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_95, aten.mul.Tensor 2025-06-05T23:51:00.1523277Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor, aten.sub.Tensor 2025-06-05T23:51:00.1524004Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor, aten.add.Tensor 2025-06-05T23:51:00.1524771Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_1, aten.sub.Tensor 2025-06-05T23:51:00.1525517Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_1, aten.add.Tensor 2025-06-05T23:51:00.1526248Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_2, aten.sub.Tensor 2025-06-05T23:51:00.1526992Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_2, aten.add.Tensor 2025-06-05T23:51:00.1527718Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_3, aten.sub.Tensor 2025-06-05T23:51:00.1528463Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_3, aten.add.Tensor 2025-06-05T23:51:00.1529203Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_4, aten.sub.Tensor 2025-06-05T23:51:00.1530009Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_4, aten.add.Tensor 2025-06-05T23:51:00.1530758Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_5, aten.sub.Tensor 2025-06-05T23:51:00.1531490Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_5, aten.add.Tensor 2025-06-05T23:51:00.1532234Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_6, aten.sub.Tensor 2025-06-05T23:51:00.1532977Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_6, aten.add.Tensor 2025-06-05T23:51:00.1533712Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_7, aten.sub.Tensor 2025-06-05T23:51:00.1534456Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_7, aten.add.Tensor 2025-06-05T23:51:00.1535182Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_8, aten.sub.Tensor 2025-06-05T23:51:00.1535964Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_8, aten.add.Tensor 2025-06-05T23:51:00.6030702Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_9, aten.sub.Tensor 2025-06-05T23:51:00.6031939Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_9, aten.add.Tensor 2025-06-05T23:51:00.6032689Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_10, aten.sub.Tensor 2025-06-05T23:51:00.6033449Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_10, aten.add.Tensor 2025-06-05T23:51:00.6034200Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_11, aten.sub.Tensor 2025-06-05T23:51:00.6034935Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_11, aten.add.Tensor 2025-06-05T23:51:00.6035686Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_12, aten.sub.Tensor 2025-06-05T23:51:00.6036492Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_500, aten._to_copy.default 2025-06-05T23:51:00.6037308Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_12, aten.add.Tensor 2025-06-05T23:51:00.6038119Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_501, aten._to_copy.default 2025-06-05T23:51:00.6038910Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_13, aten.sub.Tensor 2025-06-05T23:51:00.6039737Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_502, aten._to_copy.default 2025-06-05T23:51:00.6040532Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_13, aten.add.Tensor 2025-06-05T23:51:00.6041322Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_503, aten._to_copy.default 2025-06-05T23:51:00.6042119Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_14, aten.sub.Tensor 2025-06-05T23:51:00.6042983Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_504, aten._to_copy.default 2025-06-05T23:51:00.6043786Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_14, aten.add.Tensor 2025-06-05T23:51:00.6044649Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_505, aten._to_copy.default 2025-06-05T23:51:00.6045439Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_15, aten.sub.Tensor 2025-06-05T23:51:00.6046242Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_506, aten._to_copy.default 2025-06-05T23:51:00.6047028Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_15, aten.add.Tensor 2025-06-05T23:51:00.6047833Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_507, aten._to_copy.default 2025-06-05T23:51:00.6048638Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_16, aten.sub.Tensor 2025-06-05T23:51:00.6049427Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_508, aten._to_copy.default 2025-06-05T23:51:00.6050318Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_16, aten.add.Tensor 2025-06-05T23:51:00.6051108Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_509, aten._to_copy.default 2025-06-05T23:51:00.6051908Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_17, aten.sub.Tensor 2025-06-05T23:51:00.6052712Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_510, aten._to_copy.default 2025-06-05T23:51:00.6053505Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_17, aten.add.Tensor 2025-06-05T23:51:00.6054300Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_511, aten._to_copy.default 2025-06-05T23:51:00.6055089Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_18, aten.sub.Tensor 2025-06-05T23:51:00.6055964Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_512, aten._to_copy.default 2025-06-05T23:51:00.6056772Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_18, aten.add.Tensor 2025-06-05T23:51:00.6057591Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_513, aten._to_copy.default 2025-06-05T23:51:00.6058393Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_19, aten.sub.Tensor 2025-06-05T23:51:00.6059369Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_514, aten._to_copy.default 2025-06-05T23:51:00.6060176Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_19, aten.add.Tensor 2025-06-05T23:51:00.6060974Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_515, aten._to_copy.default 2025-06-05T23:51:00.6061763Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_20, aten.sub.Tensor 2025-06-05T23:51:00.6062566Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_516, aten._to_copy.default 2025-06-05T23:51:00.6063352Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_20, aten.add.Tensor 2025-06-05T23:51:00.6064149Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_517, aten._to_copy.default 2025-06-05T23:51:00.6064941Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_21, aten.sub.Tensor 2025-06-05T23:51:00.6065726Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_518, aten._to_copy.default 2025-06-05T23:51:00.6066523Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_21, aten.add.Tensor 2025-06-05T23:51:00.6067308Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_519, aten._to_copy.default 2025-06-05T23:51:00.6068196Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_22, aten.sub.Tensor 2025-06-05T23:51:00.6068999Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_520, aten._to_copy.default 2025-06-05T23:51:00.6069831Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_22, aten.add.Tensor 2025-06-05T23:51:00.6070629Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_521, aten._to_copy.default 2025-06-05T23:51:00.6071415Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_23, aten.sub.Tensor 2025-06-05T23:51:00.6072211Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_522, aten._to_copy.default 2025-06-05T23:51:00.6073008Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_23, aten.add.Tensor 2025-06-05T23:51:00.6073796Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_523, aten._to_copy.default 2025-06-05T23:51:00.6074602Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default, aten.cat.default 2025-06-05T23:51:00.6075349Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_1, aten.cat.default 2025-06-05T23:51:00.6076115Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_2, aten.cat.default 2025-06-05T23:51:00.6076884Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_3, aten.cat.default 2025-06-05T23:51:00.6077635Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_4, aten.cat.default 2025-06-05T23:51:00.6078398Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_5, aten.cat.default 2025-06-05T23:51:00.6079143Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_6, aten.cat.default 2025-06-05T23:51:00.6080019Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_7, aten.cat.default 2025-06-05T23:51:00.6080836Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_8, aten.cat.default 2025-06-05T23:51:00.6081727Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_9, aten.cat.default 2025-06-05T23:51:00.6082515Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_10, aten.cat.default 2025-06-05T23:51:00.6083338Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_11, aten.cat.default 2025-06-05T23:51:00.6084098Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_12, aten.cat.default 2025-06-05T23:51:00.6084912Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_524, aten._to_copy.default 2025-06-05T23:51:00.6085722Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_13, aten.cat.default 2025-06-05T23:51:00.6086474Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_14, aten.cat.default 2025-06-05T23:51:00.6087289Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_525, aten._to_copy.default 2025-06-05T23:51:00.6088089Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_15, aten.cat.default 2025-06-05T23:51:00.6088900Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_526, aten._to_copy.default 2025-06-05T23:51:00.6089772Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_16, aten.cat.default 2025-06-05T23:51:00.6090589Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_527, aten._to_copy.default 2025-06-05T23:51:00.6091398Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_17, aten.cat.default 2025-06-05T23:51:00.6092198Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_528, aten._to_copy.default 2025-06-05T23:51:00.6093008Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_18, aten.cat.default 2025-06-05T23:51:00.6093840Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_529, aten._to_copy.default 2025-06-05T23:51:00.6094652Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_19, aten.cat.default 2025-06-05T23:51:00.6095491Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_530, aten._to_copy.default 2025-06-05T23:51:01.0805428Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_20, aten.cat.default 2025-06-05T23:51:01.0806316Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_531, aten._to_copy.default 2025-06-05T23:51:01.0807133Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_21, aten.cat.default 2025-06-05T23:51:01.0807890Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_22, aten.cat.default 2025-06-05T23:51:01.0808656Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_23, aten.cat.default 2025-06-05T23:51:01.0809469Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_532, aten._to_copy.default 2025-06-05T23:51:01.0810418Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_37, aten.permute_copy.default 2025-06-05T23:51:01.0811317Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_533, aten._to_copy.default 2025-06-05T23:51:01.0812194Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_38, aten.permute_copy.default 2025-06-05T23:51:01.0813108Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_39, aten.permute_copy.default 2025-06-05T23:51:01.0813975Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_534, aten._to_copy.default 2025-06-05T23:51:01.0814856Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_40, aten.permute_copy.default 2025-06-05T23:51:01.0815738Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_535, aten._to_copy.default 2025-06-05T23:51:01.0816846Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_41, aten.permute_copy.default 2025-06-05T23:51:01.0817727Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_536, aten._to_copy.default 2025-06-05T23:51:01.0818658Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_42, aten.permute_copy.default 2025-06-05T23:51:01.0819538Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_537, aten._to_copy.default 2025-06-05T23:51:01.0820417Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_43, aten.permute_copy.default 2025-06-05T23:51:01.0821284Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_538, aten._to_copy.default 2025-06-05T23:51:01.0822170Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_44, aten.permute_copy.default 2025-06-05T23:51:01.0823037Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_539, aten._to_copy.default 2025-06-05T23:51:01.0823924Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_45, aten.permute_copy.default 2025-06-05T23:51:01.0824811Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_540, aten._to_copy.default 2025-06-05T23:51:01.0825680Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_46, aten.permute_copy.default 2025-06-05T23:51:01.0826591Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_47, aten.permute_copy.default 2025-06-05T23:51:01.0827530Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_48, aten.permute_copy.default 2025-06-05T23:51:01.0828398Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_541, aten._to_copy.default 2025-06-05T23:51:01.0829267Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_24, aten.cat.default 2025-06-05T23:51:01.0830027Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_26, aten.cat.default 2025-06-05T23:51:01.0830859Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_28, aten.cat.default 2025-06-05T23:51:01.0831625Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_30, aten.cat.default 2025-06-05T23:51:01.0832377Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_32, aten.cat.default 2025-06-05T23:51:01.0833143Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_34, aten.cat.default 2025-06-05T23:51:01.0833897Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_36, aten.cat.default 2025-06-05T23:51:01.0834663Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_38, aten.cat.default 2025-06-05T23:51:01.0835427Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_40, aten.cat.default 2025-06-05T23:51:01.0836184Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_42, aten.cat.default 2025-06-05T23:51:01.0836950Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_44, aten.cat.default 2025-06-05T23:51:01.0837705Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_46, aten.cat.default 2025-06-05T23:51:01.0838490Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default, aten.matmul.default 2025-06-05T23:51:01.0839287Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_2, aten.matmul.default 2025-06-05T23:51:01.0840102Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_4, aten.matmul.default 2025-06-05T23:51:01.0840911Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_6, aten.matmul.default 2025-06-05T23:51:01.0841738Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_8, aten.matmul.default 2025-06-05T23:51:01.0842674Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_10, aten.matmul.default 2025-06-05T23:51:01.0843569Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_12, aten.matmul.default 2025-06-05T23:51:01.0844385Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_14, aten.matmul.default 2025-06-05T23:51:01.0845197Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_16, aten.matmul.default 2025-06-05T23:51:01.0845999Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_18, aten.matmul.default 2025-06-05T23:51:01.0846819Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_20, aten.matmul.default 2025-06-05T23:51:01.0847625Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_22, aten.matmul.default 2025-06-05T23:51:01.0848408Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor, aten.div.Tensor 2025-06-05T23:51:01.0849157Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_1, aten.div.Tensor 2025-06-05T23:51:01.0849962Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_2, aten.div.Tensor 2025-06-05T23:51:01.0850705Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_3, aten.div.Tensor 2025-06-05T23:51:01.0851431Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_4, aten.div.Tensor 2025-06-05T23:51:01.0852175Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_5, aten.div.Tensor 2025-06-05T23:51:01.0852918Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_6, aten.div.Tensor 2025-06-05T23:51:01.0853650Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_7, aten.div.Tensor 2025-06-05T23:51:01.0854434Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_8, aten.div.Tensor 2025-06-05T23:51:01.0855164Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_9, aten.div.Tensor 2025-06-05T23:51:01.0855951Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_10, aten.div.Tensor 2025-06-05T23:51:01.0856709Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_11, aten.div.Tensor 2025-06-05T23:51:01.0857449Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_24, aten.add.Tensor 2025-06-05T23:51:01.0858202Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_25, aten.add.Tensor 2025-06-05T23:51:01.0858941Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_26, aten.add.Tensor 2025-06-05T23:51:01.0859855Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_27, aten.add.Tensor 2025-06-05T23:51:01.0860610Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_28, aten.add.Tensor 2025-06-05T23:51:01.0861351Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_29, aten.add.Tensor 2025-06-05T23:51:01.0862106Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_30, aten.add.Tensor 2025-06-05T23:51:01.0862851Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_31, aten.add.Tensor 2025-06-05T23:51:01.0863605Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_32, aten.add.Tensor 2025-06-05T23:51:01.0864345Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_33, aten.add.Tensor 2025-06-05T23:51:01.0865090Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_34, aten.add.Tensor 2025-06-05T23:51:01.0865843Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_35, aten.add.Tensor 2025-06-05T23:51:01.0866623Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default, aten._softmax.default 2025-06-05T23:51:01.0867529Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_1, aten._softmax.default 2025-06-05T23:51:01.0868362Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_2, aten._softmax.default 2025-06-05T23:51:01.0869277Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_3, aten._softmax.default 2025-06-05T23:51:01.0870118Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_4, aten._softmax.default 2025-06-05T23:51:01.6141307Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_5, aten._softmax.default 2025-06-05T23:51:01.6142854Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_6, aten._softmax.default 2025-06-05T23:51:01.6144354Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_7, aten._softmax.default 2025-06-05T23:51:01.6145874Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_8, aten._softmax.default 2025-06-05T23:51:01.6147374Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_9, aten._softmax.default 2025-06-05T23:51:01.6148889Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_10, aten._softmax.default 2025-06-05T23:51:01.6162049Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_11, aten._softmax.default 2025-06-05T23:51:01.6163533Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_1, aten.matmul.default 2025-06-05T23:51:01.6164989Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_3, aten.matmul.default 2025-06-05T23:51:01.6166428Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_5, aten.matmul.default 2025-06-05T23:51:01.6167879Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_7, aten.matmul.default 2025-06-05T23:51:01.6169670Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_9, aten.matmul.default 2025-06-05T23:51:01.6171115Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_11, aten.matmul.default 2025-06-05T23:51:01.6172662Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_13, aten.matmul.default 2025-06-05T23:51:01.6174107Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_15, aten.matmul.default 2025-06-05T23:51:01.6175558Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_17, aten.matmul.default 2025-06-05T23:51:01.6177005Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_19, aten.matmul.default 2025-06-05T23:51:01.6178442Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_21, aten.matmul.default 2025-06-05T23:51:01.6179900Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_23, aten.matmul.default 2025-06-05T23:51:01.6181301Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_48, aten.cat.default 2025-06-05T23:51:01.6182766Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_37, aten.view_copy.default 2025-06-05T23:51:01.6184365Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1169, aten.permute_copy.default 2025-06-05T23:51:01.6185993Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_36, aten.convolution.default 2025-06-05T23:51:01.6187585Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1170, aten.permute_copy.default 2025-06-05T23:51:01.6189170Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_38, aten.view_copy.default 2025-06-05T23:51:01.6190592Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_36, aten.add.Tensor 2025-06-05T23:51:01.6192007Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_rms_norm_default_1, aten.rms_norm.default 2025-06-05T23:51:01.6193584Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_39, aten.view_copy.default 2025-06-05T23:51:01.6195221Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1171, aten.permute_copy.default 2025-06-05T23:51:01.6196851Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_37, aten.convolution.default 2025-06-05T23:51:01.6198436Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_38, aten.convolution.default 2025-06-05T23:51:01.6199959Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sigmoid_default, aten.sigmoid.default 2025-06-05T23:51:01.6201343Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_96, aten.mul.Tensor 2025-06-05T23:51:01.6202662Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_97, aten.mul.Tensor 2025-06-05T23:51:01.6204132Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_39, aten.convolution.default 2025-06-05T23:51:01.6205749Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1172, aten.permute_copy.default 2025-06-05T23:51:01.6207326Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_40, aten.view_copy.default 2025-06-05T23:51:01.6208748Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_37, aten.add.Tensor 2025-06-05T23:51:01.6210252Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_rms_norm_default_2, aten.rms_norm.default 2025-06-05T23:51:01.6211763Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_41, aten.view_copy.default 2025-06-05T23:51:01.6213356Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1173, aten.permute_copy.default 2025-06-05T23:51:01.6214978Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_542, aten._to_copy.default 2025-06-05T23:51:01.6216550Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_40, aten.convolution.default 2025-06-05T23:51:01.6218214Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1174, aten.permute_copy.default 2025-06-05T23:51:01.6219841Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_41, aten.convolution.default 2025-06-05T23:51:01.6221476Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1175, aten.permute_copy.default 2025-06-05T23:51:01.6223085Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_42, aten.convolution.default 2025-06-05T23:51:01.6224711Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1176, aten.permute_copy.default 2025-06-05T23:51:01.6226331Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_43, aten.convolution.default 2025-06-05T23:51:01.6227967Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1177, aten.permute_copy.default 2025-06-05T23:51:01.6229610Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_44, aten.convolution.default 2025-06-05T23:51:01.6231232Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1178, aten.permute_copy.default 2025-06-05T23:51:01.6232869Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_45, aten.convolution.default 2025-06-05T23:51:01.6234496Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1179, aten.permute_copy.default 2025-06-05T23:51:01.6236127Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_46, aten.convolution.default 2025-06-05T23:51:01.6237763Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1180, aten.permute_copy.default 2025-06-05T23:51:01.6239436Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_47, aten.convolution.default 2025-06-05T23:51:01.6241123Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1181, aten.permute_copy.default 2025-06-05T23:51:01.6242754Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_48, aten.convolution.default 2025-06-05T23:51:01.6244396Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1182, aten.permute_copy.default 2025-06-05T23:51:01.6246035Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_49, aten.convolution.default 2025-06-05T23:51:01.6247649Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1183, aten.permute_copy.default 2025-06-05T23:51:01.6249284Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_50, aten.convolution.default 2025-06-05T23:51:01.6250965Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1184, aten.permute_copy.default 2025-06-05T23:51:01.6252606Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_51, aten.convolution.default 2025-06-05T23:51:01.6254242Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1185, aten.permute_copy.default 2025-06-05T23:51:01.6255859Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_52, aten.convolution.default 2025-06-05T23:51:01.6257493Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1186, aten.permute_copy.default 2025-06-05T23:51:01.6259119Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_53, aten.convolution.default 2025-06-05T23:51:01.6260979Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1187, aten.permute_copy.default 2025-06-05T23:51:01.6262618Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_54, aten.convolution.default 2025-06-05T23:51:01.6264281Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1188, aten.permute_copy.default 2025-06-05T23:51:01.6265910Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_55, aten.convolution.default 2025-06-05T23:51:01.6267524Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1189, aten.permute_copy.default 2025-06-05T23:51:02.0096042Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_56, aten.convolution.default 2025-06-05T23:51:02.0097867Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1190, aten.permute_copy.default 2025-06-05T23:51:02.0099498Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_57, aten.convolution.default 2025-06-05T23:51:02.0101131Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1191, aten.permute_copy.default 2025-06-05T23:51:02.0102789Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_58, aten.convolution.default 2025-06-05T23:51:02.0104402Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1192, aten.permute_copy.default 2025-06-05T23:51:02.0106008Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_59, aten.convolution.default 2025-06-05T23:51:02.0107633Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1193, aten.permute_copy.default 2025-06-05T23:51:02.0109245Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_60, aten.convolution.default 2025-06-05T23:51:02.0110881Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1194, aten.permute_copy.default 2025-06-05T23:51:02.0112767Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_61, aten.convolution.default 2025-06-05T23:51:02.0114384Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1195, aten.permute_copy.default 2025-06-05T23:51:02.0116090Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_62, aten.convolution.default 2025-06-05T23:51:02.0117714Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1196, aten.permute_copy.default 2025-06-05T23:51:02.0119341Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_63, aten.convolution.default 2025-06-05T23:51:02.0120969Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1197, aten.permute_copy.default 2025-06-05T23:51:02.0122584Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_64, aten.convolution.default 2025-06-05T23:51:02.0124214Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1198, aten.permute_copy.default 2025-06-05T23:51:02.0125832Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_65, aten.convolution.default 2025-06-05T23:51:02.0127464Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1199, aten.permute_copy.default 2025-06-05T23:51:02.0129100Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_66, aten.convolution.default 2025-06-05T23:51:02.0130780Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1200, aten.permute_copy.default 2025-06-05T23:51:02.0132413Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_67, aten.convolution.default 2025-06-05T23:51:02.0134030Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1201, aten.permute_copy.default 2025-06-05T23:51:02.0135729Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_68, aten.convolution.default 2025-06-05T23:51:02.0137369Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1202, aten.permute_copy.default 2025-06-05T23:51:02.0139073Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_69, aten.convolution.default 2025-06-05T23:51:02.0140685Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1203, aten.permute_copy.default 2025-06-05T23:51:02.0142307Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_70, aten.convolution.default 2025-06-05T23:51:02.0143937Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1204, aten.permute_copy.default 2025-06-05T23:51:02.0145546Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_71, aten.convolution.default 2025-06-05T23:51:02.0147165Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1205, aten.permute_copy.default 2025-06-05T23:51:02.0148804Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_72, aten.convolution.default 2025-06-05T23:51:02.0150437Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1206, aten.permute_copy.default 2025-06-05T23:51:02.0152068Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_73, aten.convolution.default 2025-06-05T23:51:02.0153697Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1207, aten.permute_copy.default 2025-06-05T23:51:02.0155310Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_74, aten.convolution.default 2025-06-05T23:51:02.0156941Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1208, aten.permute_copy.default 2025-06-05T23:51:02.0158558Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_75, aten.convolution.default 2025-06-05T23:51:02.0160404Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1209, aten.permute_copy.default 2025-06-05T23:51:02.0162078Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_42, aten.view_copy.default 2025-06-05T23:51:02.0163613Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_43, aten.view_copy.default 2025-06-05T23:51:02.0165162Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_44, aten.view_copy.default 2025-06-05T23:51:02.0166697Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_45, aten.view_copy.default 2025-06-05T23:51:02.0168222Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_46, aten.view_copy.default 2025-06-05T23:51:02.0169801Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_47, aten.view_copy.default 2025-06-05T23:51:02.0171326Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_48, aten.view_copy.default 2025-06-05T23:51:02.0172868Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_49, aten.view_copy.default 2025-06-05T23:51:02.0174409Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_50, aten.view_copy.default 2025-06-05T23:51:02.0175934Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_51, aten.view_copy.default 2025-06-05T23:51:02.0177474Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_52, aten.view_copy.default 2025-06-05T23:51:02.0178992Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_53, aten.view_copy.default 2025-06-05T23:51:02.0180539Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_54, aten.view_copy.default 2025-06-05T23:51:02.0182135Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_55, aten.view_copy.default 2025-06-05T23:51:02.0183912Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_56, aten.view_copy.default 2025-06-05T23:51:02.0185536Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_57, aten.view_copy.default 2025-06-05T23:51:02.0187057Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_58, aten.view_copy.default 2025-06-05T23:51:02.0188592Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_59, aten.view_copy.default 2025-06-05T23:51:02.0190127Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_60, aten.view_copy.default 2025-06-05T23:51:02.0191644Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_61, aten.view_copy.default 2025-06-05T23:51:02.0193181Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_62, aten.view_copy.default 2025-06-05T23:51:02.0194701Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_63, aten.view_copy.default 2025-06-05T23:51:02.0196245Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_64, aten.view_copy.default 2025-06-05T23:51:02.0197785Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_65, aten.view_copy.default 2025-06-05T23:51:02.0199307Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_66, aten.view_copy.default 2025-06-05T23:51:02.0200835Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_554, aten._to_copy.default 2025-06-05T23:51:02.0202344Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_67, aten.view_copy.default 2025-06-05T23:51:02.0203866Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_555, aten._to_copy.default 2025-06-05T23:51:02.0205491Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_68, aten.view_copy.default 2025-06-05T23:51:02.0207003Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_556, aten._to_copy.default 2025-06-05T23:51:02.0208561Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_69, aten.view_copy.default 2025-06-05T23:51:02.0210134Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_557, aten._to_copy.default 2025-06-05T23:51:02.3520657Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_70, aten.view_copy.default 2025-06-05T23:51:02.3521578Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_558, aten._to_copy.default 2025-06-05T23:51:02.3522435Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_71, aten.view_copy.default 2025-06-05T23:51:02.3523345Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_559, aten._to_copy.default 2025-06-05T23:51:02.3524215Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_72, aten.view_copy.default 2025-06-05T23:51:02.3525073Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_560, aten._to_copy.default 2025-06-05T23:51:02.3525940Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_73, aten.view_copy.default 2025-06-05T23:51:02.3526799Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_561, aten._to_copy.default 2025-06-05T23:51:02.3527642Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_74, aten.view_copy.default 2025-06-05T23:51:02.3528497Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_562, aten._to_copy.default 2025-06-05T23:51:02.3529677Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_75, aten.view_copy.default 2025-06-05T23:51:02.3530571Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_76, aten.view_copy.default 2025-06-05T23:51:02.3531434Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_563, aten._to_copy.default 2025-06-05T23:51:02.3532358Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_77, aten.view_copy.default 2025-06-05T23:51:02.3533217Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_564, aten._to_copy.default 2025-06-05T23:51:02.3534066Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_48, aten.slice_copy.Tensor 2025-06-05T23:51:02.3534934Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_49, aten.slice_copy.Tensor 2025-06-05T23:51:02.3535797Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_50, aten.slice_copy.Tensor 2025-06-05T23:51:02.3536645Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_51, aten.slice_copy.Tensor 2025-06-05T23:51:02.3537513Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_52, aten.slice_copy.Tensor 2025-06-05T23:51:02.3538370Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_53, aten.slice_copy.Tensor 2025-06-05T23:51:02.3539231Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_54, aten.slice_copy.Tensor 2025-06-05T23:51:02.3540093Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_55, aten.slice_copy.Tensor 2025-06-05T23:51:02.3540946Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_56, aten.slice_copy.Tensor 2025-06-05T23:51:02.3541807Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_57, aten.slice_copy.Tensor 2025-06-05T23:51:02.3542663Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_58, aten.slice_copy.Tensor 2025-06-05T23:51:02.3543583Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_59, aten.slice_copy.Tensor 2025-06-05T23:51:02.3544453Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_60, aten.slice_copy.Tensor 2025-06-05T23:51:02.3545362Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_61, aten.slice_copy.Tensor 2025-06-05T23:51:02.3546230Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_62, aten.slice_copy.Tensor 2025-06-05T23:51:02.3547085Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_63, aten.slice_copy.Tensor 2025-06-05T23:51:02.3547944Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_64, aten.slice_copy.Tensor 2025-06-05T23:51:02.3548800Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_65, aten.slice_copy.Tensor 2025-06-05T23:51:02.3549657Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_66, aten.slice_copy.Tensor 2025-06-05T23:51:02.3550522Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_67, aten.slice_copy.Tensor 2025-06-05T23:51:02.3551375Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_68, aten.slice_copy.Tensor 2025-06-05T23:51:02.3552233Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_69, aten.slice_copy.Tensor 2025-06-05T23:51:02.3553098Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_70, aten.slice_copy.Tensor 2025-06-05T23:51:02.3553954Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_71, aten.slice_copy.Tensor 2025-06-05T23:51:02.3554824Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_72, aten.slice_copy.Tensor 2025-06-05T23:51:02.3555711Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_73, aten.slice_copy.Tensor 2025-06-05T23:51:02.3556581Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_74, aten.slice_copy.Tensor 2025-06-05T23:51:02.3557479Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_75, aten.slice_copy.Tensor 2025-06-05T23:51:02.3558334Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_76, aten.slice_copy.Tensor 2025-06-05T23:51:02.3559429Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_77, aten.slice_copy.Tensor 2025-06-05T23:51:02.3560284Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_78, aten.slice_copy.Tensor 2025-06-05T23:51:02.3561152Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_79, aten.slice_copy.Tensor 2025-06-05T23:51:02.3562012Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_80, aten.slice_copy.Tensor 2025-06-05T23:51:02.3562869Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_81, aten.slice_copy.Tensor 2025-06-05T23:51:02.3563731Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_82, aten.slice_copy.Tensor 2025-06-05T23:51:02.3564590Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_83, aten.slice_copy.Tensor 2025-06-05T23:51:02.3565454Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_84, aten.slice_copy.Tensor 2025-06-05T23:51:02.3566317Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_85, aten.slice_copy.Tensor 2025-06-05T23:51:02.3567170Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_86, aten.slice_copy.Tensor 2025-06-05T23:51:02.3568036Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_87, aten.slice_copy.Tensor 2025-06-05T23:51:02.3568892Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_88, aten.slice_copy.Tensor 2025-06-05T23:51:02.3569875Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_89, aten.slice_copy.Tensor 2025-06-05T23:51:02.3570743Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_90, aten.slice_copy.Tensor 2025-06-05T23:51:02.3571647Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_91, aten.slice_copy.Tensor 2025-06-05T23:51:02.3572511Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_92, aten.slice_copy.Tensor 2025-06-05T23:51:02.3573355Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_93, aten.slice_copy.Tensor 2025-06-05T23:51:02.3574369Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_94, aten.slice_copy.Tensor 2025-06-05T23:51:02.3575306Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_95, aten.slice_copy.Tensor 2025-06-05T23:51:02.3576115Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_74, aten.cat.default 2025-06-05T23:51:02.3576891Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_76, aten.cat.default 2025-06-05T23:51:02.3577667Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_78, aten.cat.default 2025-06-05T23:51:02.3578435Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_80, aten.cat.default 2025-06-05T23:51:02.3579192Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_82, aten.cat.default 2025-06-05T23:51:02.3579960Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_84, aten.cat.default 2025-06-05T23:51:02.3580710Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_86, aten.cat.default 2025-06-05T23:51:02.3581541Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_88, aten.cat.default 2025-06-05T23:51:02.3582318Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_90, aten.cat.default 2025-06-05T23:51:02.3583074Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_92, aten.cat.default 2025-06-05T23:51:02.3583923Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_94, aten.cat.default 2025-06-05T23:51:02.3584675Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_96, aten.cat.default 2025-06-05T23:51:02.3585439Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_98, aten.mul.Tensor 2025-06-05T23:51:02.7899787Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_100, aten.mul.Tensor 2025-06-05T23:51:02.7900720Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_99, aten.mul.Tensor 2025-06-05T23:51:02.7901476Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_101, aten.mul.Tensor 2025-06-05T23:51:02.7902267Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_102, aten.mul.Tensor 2025-06-05T23:51:02.7903016Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_104, aten.mul.Tensor 2025-06-05T23:51:02.7903782Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_103, aten.mul.Tensor 2025-06-05T23:51:02.7904552Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_105, aten.mul.Tensor 2025-06-05T23:51:02.7905295Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_106, aten.mul.Tensor 2025-06-05T23:51:02.7906051Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_108, aten.mul.Tensor 2025-06-05T23:51:02.7906797Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_107, aten.mul.Tensor 2025-06-05T23:51:02.7907553Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_109, aten.mul.Tensor 2025-06-05T23:51:02.7908310Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_110, aten.mul.Tensor 2025-06-05T23:51:02.7909284Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_112, aten.mul.Tensor 2025-06-05T23:51:02.7910058Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_111, aten.mul.Tensor 2025-06-05T23:51:02.7910859Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_113, aten.mul.Tensor 2025-06-05T23:51:02.7911616Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_114, aten.mul.Tensor 2025-06-05T23:51:02.7912360Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_116, aten.mul.Tensor 2025-06-05T23:51:02.7913118Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_115, aten.mul.Tensor 2025-06-05T23:51:02.7913877Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_117, aten.mul.Tensor 2025-06-05T23:51:02.7914628Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_118, aten.mul.Tensor 2025-06-05T23:51:02.7915384Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_120, aten.mul.Tensor 2025-06-05T23:51:02.7916130Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_119, aten.mul.Tensor 2025-06-05T23:51:02.7916891Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_121, aten.mul.Tensor 2025-06-05T23:51:02.7917645Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_122, aten.mul.Tensor 2025-06-05T23:51:02.7918390Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_124, aten.mul.Tensor 2025-06-05T23:51:02.7919141Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_123, aten.mul.Tensor 2025-06-05T23:51:02.7919884Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_125, aten.mul.Tensor 2025-06-05T23:51:02.7920690Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_126, aten.mul.Tensor 2025-06-05T23:51:02.7921451Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_128, aten.mul.Tensor 2025-06-05T23:51:02.7922246Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_127, aten.mul.Tensor 2025-06-05T23:51:02.7923002Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_129, aten.mul.Tensor 2025-06-05T23:51:02.7923747Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_130, aten.mul.Tensor 2025-06-05T23:51:02.7924502Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_132, aten.mul.Tensor 2025-06-05T23:51:02.7925255Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_131, aten.mul.Tensor 2025-06-05T23:51:02.7926000Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_133, aten.mul.Tensor 2025-06-05T23:51:02.7926756Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_134, aten.mul.Tensor 2025-06-05T23:51:02.7927529Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_136, aten.mul.Tensor 2025-06-05T23:51:02.7928288Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_135, aten.mul.Tensor 2025-06-05T23:51:02.7929055Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_137, aten.mul.Tensor 2025-06-05T23:51:02.7929877Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_138, aten.mul.Tensor 2025-06-05T23:51:02.7930636Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_140, aten.mul.Tensor 2025-06-05T23:51:02.7931381Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_139, aten.mul.Tensor 2025-06-05T23:51:02.7932139Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_141, aten.mul.Tensor 2025-06-05T23:51:02.7932895Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_142, aten.mul.Tensor 2025-06-05T23:51:02.7933684Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_144, aten.mul.Tensor 2025-06-05T23:51:02.7934439Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_143, aten.mul.Tensor 2025-06-05T23:51:02.7935216Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_145, aten.mul.Tensor 2025-06-05T23:51:02.7935978Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_146, aten.mul.Tensor 2025-06-05T23:51:02.7936736Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_148, aten.mul.Tensor 2025-06-05T23:51:02.7937481Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_147, aten.mul.Tensor 2025-06-05T23:51:02.7938237Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_149, aten.mul.Tensor 2025-06-05T23:51:02.7938982Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_150, aten.mul.Tensor 2025-06-05T23:51:02.7939749Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_152, aten.mul.Tensor 2025-06-05T23:51:02.7940511Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_151, aten.mul.Tensor 2025-06-05T23:51:02.7941258Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_153, aten.mul.Tensor 2025-06-05T23:51:02.7942016Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_154, aten.mul.Tensor 2025-06-05T23:51:02.7942762Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_156, aten.mul.Tensor 2025-06-05T23:51:02.7943518Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_155, aten.mul.Tensor 2025-06-05T23:51:02.7944275Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_157, aten.mul.Tensor 2025-06-05T23:51:02.7945017Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_158, aten.mul.Tensor 2025-06-05T23:51:02.7945802Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_160, aten.mul.Tensor 2025-06-05T23:51:02.7946547Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_159, aten.mul.Tensor 2025-06-05T23:51:02.7947338Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_161, aten.mul.Tensor 2025-06-05T23:51:02.7948079Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_162, aten.mul.Tensor 2025-06-05T23:51:02.7948929Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_164, aten.mul.Tensor 2025-06-05T23:51:02.7949904Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_163, aten.mul.Tensor 2025-06-05T23:51:02.7950650Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_165, aten.mul.Tensor 2025-06-05T23:51:02.7951410Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_166, aten.mul.Tensor 2025-06-05T23:51:02.7952157Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_168, aten.mul.Tensor 2025-06-05T23:51:02.7952917Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_167, aten.mul.Tensor 2025-06-05T23:51:02.7953676Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_169, aten.mul.Tensor 2025-06-05T23:51:02.7954429Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_170, aten.mul.Tensor 2025-06-05T23:51:02.7955188Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_172, aten.mul.Tensor 2025-06-05T23:51:02.7955931Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_171, aten.mul.Tensor 2025-06-05T23:51:02.7956688Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_173, aten.mul.Tensor 2025-06-05T23:51:02.7957445Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_174, aten.mul.Tensor 2025-06-05T23:51:02.7958194Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_176, aten.mul.Tensor 2025-06-05T23:51:02.7958994Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_175, aten.mul.Tensor 2025-06-05T23:51:02.7959916Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_177, aten.mul.Tensor 2025-06-05T23:51:02.7960736Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_178, aten.mul.Tensor 2025-06-05T23:51:02.7961492Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_180, aten.mul.Tensor 2025-06-05T23:51:02.7962233Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_179, aten.mul.Tensor 2025-06-05T23:51:02.7962986Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_181, aten.mul.Tensor 2025-06-05T23:51:02.7963727Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_182, aten.mul.Tensor 2025-06-05T23:51:02.7964483Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_184, aten.mul.Tensor 2025-06-05T23:51:03.2431756Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_183, aten.mul.Tensor 2025-06-05T23:51:03.2432583Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_185, aten.mul.Tensor 2025-06-05T23:51:03.2433354Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_186, aten.mul.Tensor 2025-06-05T23:51:03.2434113Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_188, aten.mul.Tensor 2025-06-05T23:51:03.2434872Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_187, aten.mul.Tensor 2025-06-05T23:51:03.2435617Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_189, aten.mul.Tensor 2025-06-05T23:51:03.2436372Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_190, aten.mul.Tensor 2025-06-05T23:51:03.2437115Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_192, aten.mul.Tensor 2025-06-05T23:51:03.2438086Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_191, aten.mul.Tensor 2025-06-05T23:51:03.2438852Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_193, aten.mul.Tensor 2025-06-05T23:51:03.2439661Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_24, aten.sub.Tensor 2025-06-05T23:51:03.2440424Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_38, aten.add.Tensor 2025-06-05T23:51:03.2441165Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_25, aten.sub.Tensor 2025-06-05T23:51:03.2441918Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_39, aten.add.Tensor 2025-06-05T23:51:03.2442695Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_26, aten.sub.Tensor 2025-06-05T23:51:03.2443431Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_40, aten.add.Tensor 2025-06-05T23:51:03.2444185Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_27, aten.sub.Tensor 2025-06-05T23:51:03.2444936Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_41, aten.add.Tensor 2025-06-05T23:51:03.2445671Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_28, aten.sub.Tensor 2025-06-05T23:51:03.2446420Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_42, aten.add.Tensor 2025-06-05T23:51:03.2447160Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_29, aten.sub.Tensor 2025-06-05T23:51:03.2447908Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_43, aten.add.Tensor 2025-06-05T23:51:03.2448656Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_30, aten.sub.Tensor 2025-06-05T23:51:03.2449391Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_44, aten.add.Tensor 2025-06-05T23:51:03.2450226Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_31, aten.sub.Tensor 2025-06-05T23:51:03.2451030Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_45, aten.add.Tensor 2025-06-05T23:51:03.2451789Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_32, aten.sub.Tensor 2025-06-05T23:51:03.2452597Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_46, aten.add.Tensor 2025-06-05T23:51:03.2453339Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_33, aten.sub.Tensor 2025-06-05T23:51:03.2454088Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_47, aten.add.Tensor 2025-06-05T23:51:03.2454826Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_34, aten.sub.Tensor 2025-06-05T23:51:03.2455573Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_48, aten.add.Tensor 2025-06-05T23:51:03.2456308Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_35, aten.sub.Tensor 2025-06-05T23:51:03.2457064Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_49, aten.add.Tensor 2025-06-05T23:51:03.2457808Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_36, aten.sub.Tensor 2025-06-05T23:51:03.2458600Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_565, aten._to_copy.default 2025-06-05T23:51:03.2459593Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_50, aten.add.Tensor 2025-06-05T23:51:03.2460391Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_566, aten._to_copy.default 2025-06-05T23:51:03.2461193Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_37, aten.sub.Tensor 2025-06-05T23:51:03.2461992Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_567, aten._to_copy.default 2025-06-05T23:51:03.2462885Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_51, aten.add.Tensor 2025-06-05T23:51:03.2463695Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_568, aten._to_copy.default 2025-06-05T23:51:03.2464480Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_38, aten.sub.Tensor 2025-06-05T23:51:03.2465331Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_569, aten._to_copy.default 2025-06-05T23:51:03.2466126Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_52, aten.add.Tensor 2025-06-05T23:51:03.2466912Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_570, aten._to_copy.default 2025-06-05T23:51:03.2467707Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_39, aten.sub.Tensor 2025-06-05T23:51:03.2468491Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_571, aten._to_copy.default 2025-06-05T23:51:03.2469288Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_53, aten.add.Tensor 2025-06-05T23:51:03.2470089Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_572, aten._to_copy.default 2025-06-05T23:51:03.2470872Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_40, aten.sub.Tensor 2025-06-05T23:51:03.2471672Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_573, aten._to_copy.default 2025-06-05T23:51:03.2472455Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_54, aten.add.Tensor 2025-06-05T23:51:03.2473249Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_574, aten._to_copy.default 2025-06-05T23:51:03.2474043Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_41, aten.sub.Tensor 2025-06-05T23:51:03.2474827Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_575, aten._to_copy.default 2025-06-05T23:51:03.2475623Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_55, aten.add.Tensor 2025-06-05T23:51:03.2476449Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_576, aten._to_copy.default 2025-06-05T23:51:03.2477250Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_42, aten.sub.Tensor 2025-06-05T23:51:03.2478096Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_577, aten._to_copy.default 2025-06-05T23:51:03.2478879Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_56, aten.add.Tensor 2025-06-05T23:51:03.2479685Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_578, aten._to_copy.default 2025-06-05T23:51:03.2480476Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_43, aten.sub.Tensor 2025-06-05T23:51:03.2481504Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_579, aten._to_copy.default 2025-06-05T23:51:03.2482496Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_57, aten.add.Tensor 2025-06-05T23:51:03.2483292Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_580, aten._to_copy.default 2025-06-05T23:51:03.2484095Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_44, aten.sub.Tensor 2025-06-05T23:51:03.2484886Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_581, aten._to_copy.default 2025-06-05T23:51:03.2485686Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_58, aten.add.Tensor 2025-06-05T23:51:03.2486485Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_582, aten._to_copy.default 2025-06-05T23:51:03.2487270Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_45, aten.sub.Tensor 2025-06-05T23:51:03.2488078Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_583, aten._to_copy.default 2025-06-05T23:51:03.2488928Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_59, aten.add.Tensor 2025-06-05T23:51:03.2489801Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_584, aten._to_copy.default 2025-06-05T23:51:03.2490646Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_46, aten.sub.Tensor 2025-06-05T23:51:03.2491451Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_585, aten._to_copy.default 2025-06-05T23:51:03.2492247Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_60, aten.add.Tensor 2025-06-05T23:51:03.2493049Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_586, aten._to_copy.default 2025-06-05T23:51:03.2493843Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_47, aten.sub.Tensor 2025-06-05T23:51:03.2494646Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_587, aten._to_copy.default 2025-06-05T23:51:03.2495450Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_61, aten.add.Tensor 2025-06-05T23:51:03.2496241Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_588, aten._to_copy.default 2025-06-05T23:51:03.6682236Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_49, aten.cat.default 2025-06-05T23:51:03.6683175Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_50, aten.cat.default 2025-06-05T23:51:03.6683945Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_51, aten.cat.default 2025-06-05T23:51:03.6684696Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_52, aten.cat.default 2025-06-05T23:51:03.6685463Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_53, aten.cat.default 2025-06-05T23:51:03.6686215Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_54, aten.cat.default 2025-06-05T23:51:03.6687211Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_55, aten.cat.default 2025-06-05T23:51:03.6687975Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_56, aten.cat.default 2025-06-05T23:51:03.6688731Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_57, aten.cat.default 2025-06-05T23:51:03.6689627Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_58, aten.cat.default 2025-06-05T23:51:03.6690387Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_59, aten.cat.default 2025-06-05T23:51:03.6691149Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_60, aten.cat.default 2025-06-05T23:51:03.6691903Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_61, aten.cat.default 2025-06-05T23:51:03.6692726Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_589, aten._to_copy.default 2025-06-05T23:51:03.6693550Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_62, aten.cat.default 2025-06-05T23:51:03.6694349Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_590, aten._to_copy.default 2025-06-05T23:51:03.6695166Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_63, aten.cat.default 2025-06-05T23:51:03.6695965Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_591, aten._to_copy.default 2025-06-05T23:51:03.6696776Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_64, aten.cat.default 2025-06-05T23:51:03.6697581Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_592, aten._to_copy.default 2025-06-05T23:51:03.6698372Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_65, aten.cat.default 2025-06-05T23:51:03.6699179Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_593, aten._to_copy.default 2025-06-05T23:51:03.6700037Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_66, aten.cat.default 2025-06-05T23:51:03.6700851Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_594, aten._to_copy.default 2025-06-05T23:51:03.6701727Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_67, aten.cat.default 2025-06-05T23:51:03.6702523Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_595, aten._to_copy.default 2025-06-05T23:51:03.6703331Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_68, aten.cat.default 2025-06-05T23:51:03.6704131Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_596, aten._to_copy.default 2025-06-05T23:51:03.6704947Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_69, aten.cat.default 2025-06-05T23:51:03.6705759Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_597, aten._to_copy.default 2025-06-05T23:51:03.6706556Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_70, aten.cat.default 2025-06-05T23:51:03.6707368Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_598, aten._to_copy.default 2025-06-05T23:51:03.6708167Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_71, aten.cat.default 2025-06-05T23:51:03.6708976Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_599, aten._to_copy.default 2025-06-05T23:51:03.6709810Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_72, aten.cat.default 2025-06-05T23:51:03.6710606Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_600, aten._to_copy.default 2025-06-05T23:51:03.6711490Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_90, aten.permute_copy.default 2025-06-05T23:51:03.6712374Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_601, aten._to_copy.default 2025-06-05T23:51:03.6713281Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_91, aten.permute_copy.default 2025-06-05T23:51:03.6714162Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_602, aten._to_copy.default 2025-06-05T23:51:03.6715058Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_92, aten.permute_copy.default 2025-06-05T23:51:03.6715937Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_603, aten._to_copy.default 2025-06-05T23:51:03.6716814Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_93, aten.permute_copy.default 2025-06-05T23:51:03.6717678Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_604, aten._to_copy.default 2025-06-05T23:51:03.6718554Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_94, aten.permute_copy.default 2025-06-05T23:51:03.6719421Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_605, aten._to_copy.default 2025-06-05T23:51:03.6720297Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_95, aten.permute_copy.default 2025-06-05T23:51:03.6721178Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_606, aten._to_copy.default 2025-06-05T23:51:03.6722043Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_96, aten.permute_copy.default 2025-06-05T23:51:03.6722922Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_607, aten._to_copy.default 2025-06-05T23:51:03.6723786Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_97, aten.permute_copy.default 2025-06-05T23:51:03.6724661Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_608, aten._to_copy.default 2025-06-05T23:51:03.6725578Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_98, aten.permute_copy.default 2025-06-05T23:51:03.6726447Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_609, aten._to_copy.default 2025-06-05T23:51:03.6727385Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_99, aten.permute_copy.default 2025-06-05T23:51:03.6728250Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_610, aten._to_copy.default 2025-06-05T23:51:03.6729134Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_100, aten.permute_copy.default 2025-06-05T23:51:03.6730103Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_611, aten._to_copy.default 2025-06-05T23:51:03.6730987Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_101, aten.permute_copy.default 2025-06-05T23:51:03.6732083Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_612, aten._to_copy.default 2025-06-05T23:51:03.6732886Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_73, aten.cat.default 2025-06-05T23:51:03.6733662Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_75, aten.cat.default 2025-06-05T23:51:03.6734441Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_77, aten.cat.default 2025-06-05T23:51:03.6735205Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_79, aten.cat.default 2025-06-05T23:51:03.6735974Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_81, aten.cat.default 2025-06-05T23:51:03.6736730Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_83, aten.cat.default 2025-06-05T23:51:03.6737492Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_85, aten.cat.default 2025-06-05T23:51:03.6738259Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_87, aten.cat.default 2025-06-05T23:51:03.6739072Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_89, aten.cat.default 2025-06-05T23:51:03.6739838Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_91, aten.cat.default 2025-06-05T23:51:03.6740625Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_93, aten.cat.default 2025-06-05T23:51:03.6741393Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_95, aten.cat.default 2025-06-05T23:51:03.6742190Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_24, aten.matmul.default 2025-06-05T23:51:03.6742998Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_26, aten.matmul.default 2025-06-05T23:51:03.6743816Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_28, aten.matmul.default 2025-06-05T23:51:03.6744621Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_30, aten.matmul.default 2025-06-05T23:51:03.6745440Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_32, aten.matmul.default 2025-06-05T23:51:03.6746257Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_34, aten.matmul.default 2025-06-05T23:51:03.6747064Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_36, aten.matmul.default 2025-06-05T23:51:04.2224414Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_38, aten.matmul.default 2025-06-05T23:51:04.2225924Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_40, aten.matmul.default 2025-06-05T23:51:04.2227451Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_42, aten.matmul.default 2025-06-05T23:51:04.2228946Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_44, aten.matmul.default 2025-06-05T23:51:04.2230703Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_46, aten.matmul.default 2025-06-05T23:51:04.2232101Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_12, aten.div.Tensor 2025-06-05T23:51:04.2233542Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_13, aten.div.Tensor 2025-06-05T23:51:04.2234877Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_14, aten.div.Tensor 2025-06-05T23:51:04.2236196Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_15, aten.div.Tensor 2025-06-05T23:51:04.2237539Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_16, aten.div.Tensor 2025-06-05T23:51:04.2238858Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_17, aten.div.Tensor 2025-06-05T23:51:04.2240197Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_18, aten.div.Tensor 2025-06-05T23:51:04.2241526Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_19, aten.div.Tensor 2025-06-05T23:51:04.2242829Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_20, aten.div.Tensor 2025-06-05T23:51:04.2244162Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_21, aten.div.Tensor 2025-06-05T23:51:04.2245480Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_22, aten.div.Tensor 2025-06-05T23:51:04.2246794Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_23, aten.div.Tensor 2025-06-05T23:51:04.2248127Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_62, aten.add.Tensor 2025-06-05T23:51:04.2249446Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_63, aten.add.Tensor 2025-06-05T23:51:04.2250825Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_64, aten.add.Tensor 2025-06-05T23:51:04.2252149Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_65, aten.add.Tensor 2025-06-05T23:51:04.2253609Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_66, aten.add.Tensor 2025-06-05T23:51:04.2254945Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_67, aten.add.Tensor 2025-06-05T23:51:04.2256338Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_68, aten.add.Tensor 2025-06-05T23:51:04.2257705Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_69, aten.add.Tensor 2025-06-05T23:51:04.2259039Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_70, aten.add.Tensor 2025-06-05T23:51:04.2260515Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_71, aten.add.Tensor 2025-06-05T23:51:04.2261858Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_72, aten.add.Tensor 2025-06-05T23:51:04.2263195Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_73, aten.add.Tensor 2025-06-05T23:51:04.2264637Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_12, aten._softmax.default 2025-06-05T23:51:04.2266152Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_13, aten._softmax.default 2025-06-05T23:51:04.2267666Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_14, aten._softmax.default 2025-06-05T23:51:04.2269186Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_15, aten._softmax.default 2025-06-05T23:51:04.2270684Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_16, aten._softmax.default 2025-06-05T23:51:04.2272192Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_17, aten._softmax.default 2025-06-05T23:51:04.2273684Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_18, aten._softmax.default 2025-06-05T23:51:04.2275259Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_19, aten._softmax.default 2025-06-05T23:51:04.2276765Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_20, aten._softmax.default 2025-06-05T23:51:04.2278329Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_21, aten._softmax.default 2025-06-05T23:51:04.2279842Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_22, aten._softmax.default 2025-06-05T23:51:04.2281336Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_23, aten._softmax.default 2025-06-05T23:51:04.2282822Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_25, aten.matmul.default 2025-06-05T23:51:04.2284286Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_27, aten.matmul.default 2025-06-05T23:51:04.2285728Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_29, aten.matmul.default 2025-06-05T23:51:04.2287193Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_31, aten.matmul.default 2025-06-05T23:51:04.2288630Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_33, aten.matmul.default 2025-06-05T23:51:04.2290114Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_35, aten.matmul.default 2025-06-05T23:51:04.2291567Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_37, aten.matmul.default 2025-06-05T23:51:04.2293009Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_39, aten.matmul.default 2025-06-05T23:51:04.2294466Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_41, aten.matmul.default 2025-06-05T23:51:04.2295902Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_43, aten.matmul.default 2025-06-05T23:51:04.2297361Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_45, aten.matmul.default 2025-06-05T23:51:04.2298873Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_47, aten.matmul.default 2025-06-05T23:51:04.2300293Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_97, aten.cat.default 2025-06-05T23:51:04.2301815Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_78, aten.view_copy.default 2025-06-05T23:51:04.2303406Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1210, aten.permute_copy.default 2025-06-05T23:51:04.2305043Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_76, aten.convolution.default 2025-06-05T23:51:04.2306649Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1211, aten.permute_copy.default 2025-06-05T23:51:04.2308245Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_79, aten.view_copy.default 2025-06-05T23:51:04.2309666Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_74, aten.add.Tensor 2025-06-05T23:51:04.2311077Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_rms_norm_default_3, aten.rms_norm.default 2025-06-05T23:51:04.2312590Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_80, aten.view_copy.default 2025-06-05T23:51:04.2314147Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1212, aten.permute_copy.default 2025-06-05T23:51:04.2315779Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_77, aten.convolution.default 2025-06-05T23:51:04.2317383Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_78, aten.convolution.default 2025-06-05T23:51:04.2318888Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sigmoid_default_1, aten.sigmoid.default 2025-06-05T23:51:04.2320341Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_194, aten.mul.Tensor 2025-06-05T23:51:04.2321677Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_195, aten.mul.Tensor 2025-06-05T23:51:04.2323195Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_79, aten.convolution.default 2025-06-05T23:51:04.2324831Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1213, aten.permute_copy.default 2025-06-05T23:51:04.2326403Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_81, aten.view_copy.default 2025-06-05T23:51:04.2327833Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_75, aten.add.Tensor 2025-06-05T23:51:04.2329234Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_rms_norm_default_4, aten.rms_norm.default 2025-06-05T23:51:04.2330819Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_82, aten.view_copy.default 2025-06-05T23:51:04.2332413Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1214, aten.permute_copy.default 2025-06-05T23:51:04.2333977Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_613, aten._to_copy.default 2025-06-05T23:51:04.2335550Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_80, aten.convolution.default 2025-06-05T23:51:04.2337176Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1215, aten.permute_copy.default 2025-06-05T23:51:04.2338796Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_81, aten.convolution.default 2025-06-05T23:51:04.7437417Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1216, aten.permute_copy.default 2025-06-05T23:51:04.7439105Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_82, aten.convolution.default 2025-06-05T23:51:04.7440751Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1217, aten.permute_copy.default 2025-06-05T23:51:04.7442752Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_83, aten.convolution.default 2025-06-05T23:51:04.7444486Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1218, aten.permute_copy.default 2025-06-05T23:51:04.7446109Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_84, aten.convolution.default 2025-06-05T23:51:04.7447778Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1219, aten.permute_copy.default 2025-06-05T23:51:04.7449407Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_85, aten.convolution.default 2025-06-05T23:51:04.7451068Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1220, aten.permute_copy.default 2025-06-05T23:51:04.7452689Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_86, aten.convolution.default 2025-06-05T23:51:04.7454332Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1221, aten.permute_copy.default 2025-06-05T23:51:04.7455979Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_87, aten.convolution.default 2025-06-05T23:51:04.7457592Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1222, aten.permute_copy.default 2025-06-05T23:51:04.7459346Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_88, aten.convolution.default 2025-06-05T23:51:04.7460986Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1223, aten.permute_copy.default 2025-06-05T23:51:04.7462606Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_89, aten.convolution.default 2025-06-05T23:51:04.7464323Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1224, aten.permute_copy.default 2025-06-05T23:51:04.7465949Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_90, aten.convolution.default 2025-06-05T23:51:04.7467736Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1225, aten.permute_copy.default 2025-06-05T23:51:04.7469382Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_91, aten.convolution.default 2025-06-05T23:51:04.7471004Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1226, aten.permute_copy.default 2025-06-05T23:51:04.7472651Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_92, aten.convolution.default 2025-06-05T23:51:04.7474286Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1227, aten.permute_copy.default 2025-06-05T23:51:04.7475898Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_93, aten.convolution.default 2025-06-05T23:51:04.7477537Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1228, aten.permute_copy.default 2025-06-05T23:51:04.7479157Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_94, aten.convolution.default 2025-06-05T23:51:04.7480786Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1229, aten.permute_copy.default 2025-06-05T23:51:04.7482419Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_95, aten.convolution.default 2025-06-05T23:51:04.7484047Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1230, aten.permute_copy.default 2025-06-05T23:51:04.7485676Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_96, aten.convolution.default 2025-06-05T23:51:04.7487288Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1231, aten.permute_copy.default 2025-06-05T23:51:04.7488985Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_97, aten.convolution.default 2025-06-05T23:51:04.7490656Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1232, aten.permute_copy.default 2025-06-05T23:51:04.7492322Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_98, aten.convolution.default 2025-06-05T23:51:04.7493963Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1233, aten.permute_copy.default 2025-06-05T23:51:04.7495580Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_99, aten.convolution.default 2025-06-05T23:51:04.7497210Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1234, aten.permute_copy.default 2025-06-05T23:51:04.7498852Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_100, aten.convolution.default 2025-06-05T23:51:04.7500485Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1235, aten.permute_copy.default 2025-06-05T23:51:04.7502128Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_101, aten.convolution.default 2025-06-05T23:51:04.7503750Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1236, aten.permute_copy.default 2025-06-05T23:51:04.7505390Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_102, aten.convolution.default 2025-06-05T23:51:04.7507026Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1237, aten.permute_copy.default 2025-06-05T23:51:04.7508655Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_103, aten.convolution.default 2025-06-05T23:51:04.7510299Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1238, aten.permute_copy.default 2025-06-05T23:51:04.7512008Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_104, aten.convolution.default 2025-06-05T23:51:04.7513649Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1239, aten.permute_copy.default 2025-06-05T23:51:04.7515329Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_105, aten.convolution.default 2025-06-05T23:51:04.7516963Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1240, aten.permute_copy.default 2025-06-05T23:51:04.7518597Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_106, aten.convolution.default 2025-06-05T23:51:04.7520218Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1241, aten.permute_copy.default 2025-06-05T23:51:04.7521838Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_107, aten.convolution.default 2025-06-05T23:51:04.7523479Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1242, aten.permute_copy.default 2025-06-05T23:51:04.7525111Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_108, aten.convolution.default 2025-06-05T23:51:04.7526742Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1243, aten.permute_copy.default 2025-06-05T23:51:04.7528376Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_109, aten.convolution.default 2025-06-05T23:51:04.7530063Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1244, aten.permute_copy.default 2025-06-05T23:51:04.7531678Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_110, aten.convolution.default 2025-06-05T23:51:04.7533302Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1245, aten.permute_copy.default 2025-06-05T23:51:04.7534989Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_111, aten.convolution.default 2025-06-05T23:51:04.7536614Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1246, aten.permute_copy.default 2025-06-05T23:51:04.7538281Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_112, aten.convolution.default 2025-06-05T23:51:04.7539933Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1247, aten.permute_copy.default 2025-06-05T23:51:04.7541561Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_113, aten.convolution.default 2025-06-05T23:51:04.7543215Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1248, aten.permute_copy.default 2025-06-05T23:51:04.7544865Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_114, aten.convolution.default 2025-06-05T23:51:04.7546501Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1249, aten.permute_copy.default 2025-06-05T23:51:04.7548150Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_115, aten.convolution.default 2025-06-05T23:51:04.7549791Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1250, aten.permute_copy.default 2025-06-05T23:51:04.7551395Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_83, aten.view_copy.default 2025-06-05T23:51:04.7552974Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_84, aten.view_copy.default 2025-06-05T23:51:05.0049838Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_85, aten.view_copy.default 2025-06-05T23:51:05.0050850Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_86, aten.view_copy.default 2025-06-05T23:51:05.0051933Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_87, aten.view_copy.default 2025-06-05T23:51:05.0052815Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_88, aten.view_copy.default 2025-06-05T23:51:05.0053739Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_89, aten.view_copy.default 2025-06-05T23:51:05.0054602Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_90, aten.view_copy.default 2025-06-05T23:51:05.0055488Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_91, aten.view_copy.default 2025-06-05T23:51:05.0056343Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_92, aten.view_copy.default 2025-06-05T23:51:05.0057189Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_93, aten.view_copy.default 2025-06-05T23:51:05.0058053Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_94, aten.view_copy.default 2025-06-05T23:51:05.0058909Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_95, aten.view_copy.default 2025-06-05T23:51:05.0059902Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_96, aten.view_copy.default 2025-06-05T23:51:05.0060768Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_97, aten.view_copy.default 2025-06-05T23:51:05.0061614Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_98, aten.view_copy.default 2025-06-05T23:51:05.0062479Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_99, aten.view_copy.default 2025-06-05T23:51:05.0063345Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_100, aten.view_copy.default 2025-06-05T23:51:05.0064203Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_101, aten.view_copy.default 2025-06-05T23:51:05.0065072Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_102, aten.view_copy.default 2025-06-05T23:51:05.0065987Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_103, aten.view_copy.default 2025-06-05T23:51:05.0066855Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_104, aten.view_copy.default 2025-06-05T23:51:05.0067765Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_105, aten.view_copy.default 2025-06-05T23:51:05.0068617Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_106, aten.view_copy.default 2025-06-05T23:51:05.0069480Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_107, aten.view_copy.default 2025-06-05T23:51:05.0070329Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_626, aten._to_copy.default 2025-06-05T23:51:05.0071192Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_108, aten.view_copy.default 2025-06-05T23:51:05.0072055Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_627, aten._to_copy.default 2025-06-05T23:51:05.0072904Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_109, aten.view_copy.default 2025-06-05T23:51:05.0073768Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_628, aten._to_copy.default 2025-06-05T23:51:05.0074612Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_110, aten.view_copy.default 2025-06-05T23:51:05.0075468Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_629, aten._to_copy.default 2025-06-05T23:51:05.0076327Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_111, aten.view_copy.default 2025-06-05T23:51:05.0077176Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_630, aten._to_copy.default 2025-06-05T23:51:05.0078074Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_112, aten.view_copy.default 2025-06-05T23:51:05.0078925Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_631, aten._to_copy.default 2025-06-05T23:51:05.0079825Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_113, aten.view_copy.default 2025-06-05T23:51:05.0080684Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_632, aten._to_copy.default 2025-06-05T23:51:05.0081527Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_114, aten.view_copy.default 2025-06-05T23:51:05.0082383Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_633, aten._to_copy.default 2025-06-05T23:51:05.0083227Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_115, aten.view_copy.default 2025-06-05T23:51:05.0084092Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_634, aten._to_copy.default 2025-06-05T23:51:05.0084956Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_116, aten.view_copy.default 2025-06-05T23:51:05.0085806Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_635, aten._to_copy.default 2025-06-05T23:51:05.0086664Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_117, aten.view_copy.default 2025-06-05T23:51:05.0087604Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_636, aten._to_copy.default 2025-06-05T23:51:05.0088554Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_118, aten.view_copy.default 2025-06-05T23:51:05.0089420Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_637, aten._to_copy.default 2025-06-05T23:51:05.0090355Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_96, aten.slice_copy.Tensor 2025-06-05T23:51:05.0091285Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_97, aten.slice_copy.Tensor 2025-06-05T23:51:05.0092134Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_98, aten.slice_copy.Tensor 2025-06-05T23:51:05.0093043Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_99, aten.slice_copy.Tensor 2025-06-05T23:51:05.0093908Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_100, aten.slice_copy.Tensor 2025-06-05T23:51:05.0094759Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_101, aten.slice_copy.Tensor 2025-06-05T23:51:05.0095624Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_102, aten.slice_copy.Tensor 2025-06-05T23:51:05.0096485Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_103, aten.slice_copy.Tensor 2025-06-05T23:51:05.0097352Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_104, aten.slice_copy.Tensor 2025-06-05T23:51:05.0098222Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_105, aten.slice_copy.Tensor 2025-06-05T23:51:05.0099073Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_106, aten.slice_copy.Tensor 2025-06-05T23:51:05.0099941Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_107, aten.slice_copy.Tensor 2025-06-05T23:51:05.0100798Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_108, aten.slice_copy.Tensor 2025-06-05T23:51:05.0101666Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_109, aten.slice_copy.Tensor 2025-06-05T23:51:05.0102531Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_110, aten.slice_copy.Tensor 2025-06-05T23:51:05.0103434Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_111, aten.slice_copy.Tensor 2025-06-05T23:51:05.0104307Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_112, aten.slice_copy.Tensor 2025-06-05T23:51:05.0105193Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_113, aten.slice_copy.Tensor 2025-06-05T23:51:05.0106065Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_114, aten.slice_copy.Tensor 2025-06-05T23:51:05.0106936Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_115, aten.slice_copy.Tensor 2025-06-05T23:51:05.0107789Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_116, aten.slice_copy.Tensor 2025-06-05T23:51:05.0108654Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_117, aten.slice_copy.Tensor 2025-06-05T23:51:05.0109509Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_118, aten.slice_copy.Tensor 2025-06-05T23:51:05.0110379Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_119, aten.slice_copy.Tensor 2025-06-05T23:51:05.0111245Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_120, aten.slice_copy.Tensor 2025-06-05T23:51:05.0112101Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_121, aten.slice_copy.Tensor 2025-06-05T23:51:05.0112965Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_122, aten.slice_copy.Tensor 2025-06-05T23:51:05.0113815Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_123, aten.slice_copy.Tensor 2025-06-05T23:51:05.4282400Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_124, aten.slice_copy.Tensor 2025-06-05T23:51:05.4283631Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_125, aten.slice_copy.Tensor 2025-06-05T23:51:05.4284503Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_126, aten.slice_copy.Tensor 2025-06-05T23:51:05.4285561Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_127, aten.slice_copy.Tensor 2025-06-05T23:51:05.4286466Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_128, aten.slice_copy.Tensor 2025-06-05T23:51:05.4287381Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_129, aten.slice_copy.Tensor 2025-06-05T23:51:05.4288252Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_130, aten.slice_copy.Tensor 2025-06-05T23:51:05.4289115Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_131, aten.slice_copy.Tensor 2025-06-05T23:51:05.4290062Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_132, aten.slice_copy.Tensor 2025-06-05T23:51:05.4290934Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_133, aten.slice_copy.Tensor 2025-06-05T23:51:05.4291791Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_134, aten.slice_copy.Tensor 2025-06-05T23:51:05.4292660Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_135, aten.slice_copy.Tensor 2025-06-05T23:51:05.4293531Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_136, aten.slice_copy.Tensor 2025-06-05T23:51:05.4294388Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_137, aten.slice_copy.Tensor 2025-06-05T23:51:05.4295258Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_138, aten.slice_copy.Tensor 2025-06-05T23:51:05.4296123Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_139, aten.slice_copy.Tensor 2025-06-05T23:51:05.4296975Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_140, aten.slice_copy.Tensor 2025-06-05T23:51:05.4297904Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_141, aten.slice_copy.Tensor 2025-06-05T23:51:05.4298768Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_142, aten.slice_copy.Tensor 2025-06-05T23:51:05.4299698Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_143, aten.slice_copy.Tensor 2025-06-05T23:51:05.4300525Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_123, aten.cat.default 2025-06-05T23:51:05.4301293Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_125, aten.cat.default 2025-06-05T23:51:05.4302070Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_127, aten.cat.default 2025-06-05T23:51:05.4302835Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_129, aten.cat.default 2025-06-05T23:51:05.4303610Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_131, aten.cat.default 2025-06-05T23:51:05.4304376Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_133, aten.cat.default 2025-06-05T23:51:05.4305151Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_135, aten.cat.default 2025-06-05T23:51:05.4305931Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_137, aten.cat.default 2025-06-05T23:51:05.4306696Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_139, aten.cat.default 2025-06-05T23:51:05.4307472Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_141, aten.cat.default 2025-06-05T23:51:05.4308236Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_143, aten.cat.default 2025-06-05T23:51:05.4309010Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_145, aten.cat.default 2025-06-05T23:51:05.4309781Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_196, aten.mul.Tensor 2025-06-05T23:51:05.4310578Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_198, aten.mul.Tensor 2025-06-05T23:51:05.4311338Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_197, aten.mul.Tensor 2025-06-05T23:51:05.4312090Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_199, aten.mul.Tensor 2025-06-05T23:51:05.4312877Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_200, aten.mul.Tensor 2025-06-05T23:51:05.4313639Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_202, aten.mul.Tensor 2025-06-05T23:51:05.4314385Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_201, aten.mul.Tensor 2025-06-05T23:51:05.4315140Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_203, aten.mul.Tensor 2025-06-05T23:51:05.4315887Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_204, aten.mul.Tensor 2025-06-05T23:51:05.4316648Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_206, aten.mul.Tensor 2025-06-05T23:51:05.4317403Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_205, aten.mul.Tensor 2025-06-05T23:51:05.4318149Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_207, aten.mul.Tensor 2025-06-05T23:51:05.4318907Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_208, aten.mul.Tensor 2025-06-05T23:51:05.4319650Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_210, aten.mul.Tensor 2025-06-05T23:51:05.4320407Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_209, aten.mul.Tensor 2025-06-05T23:51:05.4321162Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_211, aten.mul.Tensor 2025-06-05T23:51:05.4321904Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_212, aten.mul.Tensor 2025-06-05T23:51:05.4322694Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_214, aten.mul.Tensor 2025-06-05T23:51:05.4323444Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_213, aten.mul.Tensor 2025-06-05T23:51:05.4324234Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_215, aten.mul.Tensor 2025-06-05T23:51:05.4325000Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_216, aten.mul.Tensor 2025-06-05T23:51:05.4325764Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_218, aten.mul.Tensor 2025-06-05T23:51:05.4326510Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_217, aten.mul.Tensor 2025-06-05T23:51:05.4327273Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_219, aten.mul.Tensor 2025-06-05T23:51:05.4328035Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_220, aten.mul.Tensor 2025-06-05T23:51:05.4328785Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_222, aten.mul.Tensor 2025-06-05T23:51:05.4329612Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_221, aten.mul.Tensor 2025-06-05T23:51:05.4330368Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_223, aten.mul.Tensor 2025-06-05T23:51:05.4331132Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_224, aten.mul.Tensor 2025-06-05T23:51:05.4331893Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_226, aten.mul.Tensor 2025-06-05T23:51:05.4332780Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_225, aten.mul.Tensor 2025-06-05T23:51:05.4333690Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_227, aten.mul.Tensor 2025-06-05T23:51:05.4334434Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_228, aten.mul.Tensor 2025-06-05T23:51:05.4335199Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_230, aten.mul.Tensor 2025-06-05T23:51:05.4336022Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_229, aten.mul.Tensor 2025-06-05T23:51:05.4336773Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_231, aten.mul.Tensor 2025-06-05T23:51:05.4337573Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_232, aten.mul.Tensor 2025-06-05T23:51:05.4338319Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_234, aten.mul.Tensor 2025-06-05T23:51:05.4339076Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_233, aten.mul.Tensor 2025-06-05T23:51:05.4339821Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_235, aten.mul.Tensor 2025-06-05T23:51:05.4340576Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_236, aten.mul.Tensor 2025-06-05T23:51:05.4341335Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_238, aten.mul.Tensor 2025-06-05T23:51:05.4342078Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_237, aten.mul.Tensor 2025-06-05T23:51:05.4342833Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_239, aten.mul.Tensor 2025-06-05T23:51:05.4343577Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_240, aten.mul.Tensor 2025-06-05T23:51:05.4344335Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_242, aten.mul.Tensor 2025-06-05T23:51:05.4345086Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_241, aten.mul.Tensor 2025-06-05T23:51:05.4345827Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_243, aten.mul.Tensor 2025-06-05T23:51:05.4346583Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_244, aten.mul.Tensor 2025-06-05T23:51:05.4347322Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_246, aten.mul.Tensor 2025-06-05T23:51:05.8660692Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_245, aten.mul.Tensor 2025-06-05T23:51:05.8661543Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_247, aten.mul.Tensor 2025-06-05T23:51:05.8662374Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_248, aten.mul.Tensor 2025-06-05T23:51:05.8663149Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_250, aten.mul.Tensor 2025-06-05T23:51:05.8663895Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_249, aten.mul.Tensor 2025-06-05T23:51:05.8664656Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_251, aten.mul.Tensor 2025-06-05T23:51:05.8665401Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_252, aten.mul.Tensor 2025-06-05T23:51:05.8666163Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_254, aten.mul.Tensor 2025-06-05T23:51:05.8666923Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_253, aten.mul.Tensor 2025-06-05T23:51:05.8667674Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_255, aten.mul.Tensor 2025-06-05T23:51:05.8668431Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_256, aten.mul.Tensor 2025-06-05T23:51:05.8669177Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_258, aten.mul.Tensor 2025-06-05T23:51:05.8669940Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_257, aten.mul.Tensor 2025-06-05T23:51:05.8670694Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_259, aten.mul.Tensor 2025-06-05T23:51:05.8671440Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_260, aten.mul.Tensor 2025-06-05T23:51:05.8672195Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_262, aten.mul.Tensor 2025-06-05T23:51:05.8672942Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_261, aten.mul.Tensor 2025-06-05T23:51:05.8673778Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_263, aten.mul.Tensor 2025-06-05T23:51:05.8674574Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_264, aten.mul.Tensor 2025-06-05T23:51:05.8675380Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_266, aten.mul.Tensor 2025-06-05T23:51:05.8676145Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_265, aten.mul.Tensor 2025-06-05T23:51:05.8676907Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_267, aten.mul.Tensor 2025-06-05T23:51:05.8677651Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_268, aten.mul.Tensor 2025-06-05T23:51:05.8678408Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_270, aten.mul.Tensor 2025-06-05T23:51:05.8679156Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_269, aten.mul.Tensor 2025-06-05T23:51:05.8679919Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_271, aten.mul.Tensor 2025-06-05T23:51:05.8680676Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_272, aten.mul.Tensor 2025-06-05T23:51:05.8681428Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_274, aten.mul.Tensor 2025-06-05T23:51:05.8682182Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_273, aten.mul.Tensor 2025-06-05T23:51:05.8682923Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_275, aten.mul.Tensor 2025-06-05T23:51:05.8683679Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_276, aten.mul.Tensor 2025-06-05T23:51:05.8684431Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_278, aten.mul.Tensor 2025-06-05T23:51:05.8685172Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_277, aten.mul.Tensor 2025-06-05T23:51:05.8685958Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_279, aten.mul.Tensor 2025-06-05T23:51:05.8686705Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_280, aten.mul.Tensor 2025-06-05T23:51:05.8687497Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_282, aten.mul.Tensor 2025-06-05T23:51:05.8688254Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_281, aten.mul.Tensor 2025-06-05T23:51:05.8688997Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_283, aten.mul.Tensor 2025-06-05T23:51:05.8689826Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_284, aten.mul.Tensor 2025-06-05T23:51:05.8690573Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_286, aten.mul.Tensor 2025-06-05T23:51:05.8691329Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_285, aten.mul.Tensor 2025-06-05T23:51:05.8692073Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_287, aten.mul.Tensor 2025-06-05T23:51:05.8692830Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_288, aten.mul.Tensor 2025-06-05T23:51:05.8693585Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_290, aten.mul.Tensor 2025-06-05T23:51:05.8694332Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_289, aten.mul.Tensor 2025-06-05T23:51:05.8695086Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_291, aten.mul.Tensor 2025-06-05T23:51:05.8695829Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_48, aten.sub.Tensor 2025-06-05T23:51:05.8696581Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_76, aten.add.Tensor 2025-06-05T23:51:05.8697330Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_49, aten.sub.Tensor 2025-06-05T23:51:05.8698069Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_77, aten.add.Tensor 2025-06-05T23:51:05.8698858Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_50, aten.sub.Tensor 2025-06-05T23:51:05.8699601Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_78, aten.add.Tensor 2025-06-05T23:51:05.8700384Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_51, aten.sub.Tensor 2025-06-05T23:51:05.8701137Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_79, aten.add.Tensor 2025-06-05T23:51:05.8701874Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_52, aten.sub.Tensor 2025-06-05T23:51:05.8702628Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_80, aten.add.Tensor 2025-06-05T23:51:05.8703367Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_53, aten.sub.Tensor 2025-06-05T23:51:05.8704122Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_81, aten.add.Tensor 2025-06-05T23:51:05.8704873Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_54, aten.sub.Tensor 2025-06-05T23:51:05.8705610Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_82, aten.add.Tensor 2025-06-05T23:51:05.8706362Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_55, aten.sub.Tensor 2025-06-05T23:51:05.8707097Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_83, aten.add.Tensor 2025-06-05T23:51:05.8717083Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_56, aten.sub.Tensor 2025-06-05T23:51:05.8717860Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_84, aten.add.Tensor 2025-06-05T23:51:05.8718629Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_57, aten.sub.Tensor 2025-06-05T23:51:05.8719390Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_85, aten.add.Tensor 2025-06-05T23:51:05.8720234Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_58, aten.sub.Tensor 2025-06-05T23:51:05.8720998Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_86, aten.add.Tensor 2025-06-05T23:51:05.8721786Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_59, aten.sub.Tensor 2025-06-05T23:51:05.8722544Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_87, aten.add.Tensor 2025-06-05T23:51:05.8723288Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_60, aten.sub.Tensor 2025-06-05T23:51:05.8724103Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_638, aten._to_copy.default 2025-06-05T23:51:05.8724917Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_88, aten.add.Tensor 2025-06-05T23:51:05.8725711Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_639, aten._to_copy.default 2025-06-05T23:51:05.8726519Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_61, aten.sub.Tensor 2025-06-05T23:51:05.8727313Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_640, aten._to_copy.default 2025-06-05T23:51:05.8728122Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_89, aten.add.Tensor 2025-06-05T23:51:05.8728928Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_641, aten._to_copy.default 2025-06-05T23:51:05.8729819Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_62, aten.sub.Tensor 2025-06-05T23:51:05.8730616Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_642, aten._to_copy.default 2025-06-05T23:51:05.8731423Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_90, aten.add.Tensor 2025-06-05T23:51:05.8732217Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_643, aten._to_copy.default 2025-06-05T23:51:05.8733064Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_63, aten.sub.Tensor 2025-06-05T23:51:05.8733865Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_644, aten._to_copy.default 2025-06-05T23:51:06.2876059Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_91, aten.add.Tensor 2025-06-05T23:51:06.2876955Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_645, aten._to_copy.default 2025-06-05T23:51:06.2877749Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_64, aten.sub.Tensor 2025-06-05T23:51:06.2878548Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_646, aten._to_copy.default 2025-06-05T23:51:06.2879383Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_92, aten.add.Tensor 2025-06-05T23:51:06.2880176Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_647, aten._to_copy.default 2025-06-05T23:51:06.2880980Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_65, aten.sub.Tensor 2025-06-05T23:51:06.2881779Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_648, aten._to_copy.default 2025-06-05T23:51:06.2882575Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_93, aten.add.Tensor 2025-06-05T23:51:06.2883373Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_649, aten._to_copy.default 2025-06-05T23:51:06.2884158Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_66, aten.sub.Tensor 2025-06-05T23:51:06.2884957Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_650, aten._to_copy.default 2025-06-05T23:51:06.2885751Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_94, aten.add.Tensor 2025-06-05T23:51:06.2886599Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_651, aten._to_copy.default 2025-06-05T23:51:06.2887403Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_67, aten.sub.Tensor 2025-06-05T23:51:06.2888244Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_652, aten._to_copy.default 2025-06-05T23:51:06.2889036Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_95, aten.add.Tensor 2025-06-05T23:51:06.2889895Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_653, aten._to_copy.default 2025-06-05T23:51:06.2890835Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_68, aten.sub.Tensor 2025-06-05T23:51:06.2891764Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_654, aten._to_copy.default 2025-06-05T23:51:06.2892555Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_96, aten.add.Tensor 2025-06-05T23:51:06.2893360Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_655, aten._to_copy.default 2025-06-05T23:51:06.2894151Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_69, aten.sub.Tensor 2025-06-05T23:51:06.2894953Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_656, aten._to_copy.default 2025-06-05T23:51:06.2895753Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_97, aten.add.Tensor 2025-06-05T23:51:06.2896537Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_657, aten._to_copy.default 2025-06-05T23:51:06.2897340Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_70, aten.sub.Tensor 2025-06-05T23:51:06.2898122Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_658, aten._to_copy.default 2025-06-05T23:51:06.2898922Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_98, aten.add.Tensor 2025-06-05T23:51:06.2899728Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_659, aten._to_copy.default 2025-06-05T23:51:06.2900616Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_71, aten.sub.Tensor 2025-06-05T23:51:06.2901418Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_660, aten._to_copy.default 2025-06-05T23:51:06.2902249Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_99, aten.add.Tensor 2025-06-05T23:51:06.2903061Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_661, aten._to_copy.default 2025-06-05T23:51:06.2903877Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_98, aten.cat.default 2025-06-05T23:51:06.2904641Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_99, aten.cat.default 2025-06-05T23:51:06.2905414Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_100, aten.cat.default 2025-06-05T23:51:06.2906188Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_101, aten.cat.default 2025-06-05T23:51:06.2906965Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_102, aten.cat.default 2025-06-05T23:51:06.2907755Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_103, aten.cat.default 2025-06-05T23:51:06.2908524Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_104, aten.cat.default 2025-06-05T23:51:06.2909304Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_105, aten.cat.default 2025-06-05T23:51:06.2910074Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_106, aten.cat.default 2025-06-05T23:51:06.2910852Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_107, aten.cat.default 2025-06-05T23:51:06.2911627Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_108, aten.cat.default 2025-06-05T23:51:06.2912430Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_109, aten.cat.default 2025-06-05T23:51:06.2913207Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_110, aten.cat.default 2025-06-05T23:51:06.2914049Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_111, aten.cat.default 2025-06-05T23:51:06.2914828Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_112, aten.cat.default 2025-06-05T23:51:06.2915649Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_662, aten._to_copy.default 2025-06-05T23:51:06.2916451Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_113, aten.cat.default 2025-06-05T23:51:06.2917268Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_663, aten._to_copy.default 2025-06-05T23:51:06.2918062Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_114, aten.cat.default 2025-06-05T23:51:06.2918878Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_664, aten._to_copy.default 2025-06-05T23:51:06.2919684Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_115, aten.cat.default 2025-06-05T23:51:06.2920489Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_665, aten._to_copy.default 2025-06-05T23:51:06.2921297Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_116, aten.cat.default 2025-06-05T23:51:06.2922101Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_666, aten._to_copy.default 2025-06-05T23:51:06.2922912Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_117, aten.cat.default 2025-06-05T23:51:06.2923727Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_667, aten._to_copy.default 2025-06-05T23:51:06.2924524Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_118, aten.cat.default 2025-06-05T23:51:06.2925372Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_668, aten._to_copy.default 2025-06-05T23:51:06.2926168Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_119, aten.cat.default 2025-06-05T23:51:06.2926967Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_120, aten.cat.default 2025-06-05T23:51:06.2927781Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_669, aten._to_copy.default 2025-06-05T23:51:06.2928577Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_121, aten.cat.default 2025-06-05T23:51:06.2929383Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_670, aten._to_copy.default 2025-06-05T23:51:06.2930338Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_143, aten.permute_copy.default 2025-06-05T23:51:06.2931259Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_144, aten.permute_copy.default 2025-06-05T23:51:06.2932173Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_145, aten.permute_copy.default 2025-06-05T23:51:06.2933045Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_671, aten._to_copy.default 2025-06-05T23:51:06.2933929Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_146, aten.permute_copy.default 2025-06-05T23:51:06.2934802Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_672, aten._to_copy.default 2025-06-05T23:51:06.2935683Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_147, aten.permute_copy.default 2025-06-05T23:51:06.2936569Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_673, aten._to_copy.default 2025-06-05T23:51:06.2937471Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_148, aten.permute_copy.default 2025-06-05T23:51:06.2938358Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_674, aten._to_copy.default 2025-06-05T23:51:06.2939256Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_149, aten.permute_copy.default 2025-06-05T23:51:06.2940140Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_675, aten._to_copy.default 2025-06-05T23:51:06.7668729Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_150, aten.permute_copy.default 2025-06-05T23:51:06.7669674Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_676, aten._to_copy.default 2025-06-05T23:51:06.7670570Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_151, aten.permute_copy.default 2025-06-05T23:51:06.7671446Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_677, aten._to_copy.default 2025-06-05T23:51:06.7672371Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_152, aten.permute_copy.default 2025-06-05T23:51:06.7673287Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_153, aten.permute_copy.default 2025-06-05T23:51:06.7674179Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_678, aten._to_copy.default 2025-06-05T23:51:06.7675062Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_154, aten.permute_copy.default 2025-06-05T23:51:06.7675938Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_679, aten._to_copy.default 2025-06-05T23:51:06.7676758Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_122, aten.cat.default 2025-06-05T23:51:06.7677527Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_124, aten.cat.default 2025-06-05T23:51:06.7678307Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_126, aten.cat.default 2025-06-05T23:51:06.7679357Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_128, aten.cat.default 2025-06-05T23:51:06.7680128Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_130, aten.cat.default 2025-06-05T23:51:06.7680963Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_132, aten.cat.default 2025-06-05T23:51:06.7681732Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_134, aten.cat.default 2025-06-05T23:51:06.7682508Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_136, aten.cat.default 2025-06-05T23:51:06.7683271Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_138, aten.cat.default 2025-06-05T23:51:06.7684044Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_140, aten.cat.default 2025-06-05T23:51:06.7684824Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_142, aten.cat.default 2025-06-05T23:51:06.7685589Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_144, aten.cat.default 2025-06-05T23:51:06.7686398Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_48, aten.matmul.default 2025-06-05T23:51:06.7687213Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_50, aten.matmul.default 2025-06-05T23:51:06.7688031Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_52, aten.matmul.default 2025-06-05T23:51:06.7688854Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_54, aten.matmul.default 2025-06-05T23:51:06.7689742Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_56, aten.matmul.default 2025-06-05T23:51:06.7690562Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_58, aten.matmul.default 2025-06-05T23:51:06.7691434Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_60, aten.matmul.default 2025-06-05T23:51:06.7692285Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_62, aten.matmul.default 2025-06-05T23:51:06.7693171Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_64, aten.matmul.default 2025-06-05T23:51:06.7693979Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_66, aten.matmul.default 2025-06-05T23:51:06.7694799Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_68, aten.matmul.default 2025-06-05T23:51:06.7695618Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_70, aten.matmul.default 2025-06-05T23:51:06.7696395Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_24, aten.div.Tensor 2025-06-05T23:51:06.7697159Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_25, aten.div.Tensor 2025-06-05T23:51:06.7697905Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_26, aten.div.Tensor 2025-06-05T23:51:06.7698662Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_27, aten.div.Tensor 2025-06-05T23:51:06.7699416Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_28, aten.div.Tensor 2025-06-05T23:51:06.7700156Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_29, aten.div.Tensor 2025-06-05T23:51:06.7700906Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_30, aten.div.Tensor 2025-06-05T23:51:06.7701647Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_31, aten.div.Tensor 2025-06-05T23:51:06.7702396Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_32, aten.div.Tensor 2025-06-05T23:51:06.7703148Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_33, aten.div.Tensor 2025-06-05T23:51:06.7703890Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_34, aten.div.Tensor 2025-06-05T23:51:06.7704679Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_35, aten.div.Tensor 2025-06-05T23:51:06.7705424Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_100, aten.add.Tensor 2025-06-05T23:51:06.7706220Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_101, aten.add.Tensor 2025-06-05T23:51:06.7706969Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_102, aten.add.Tensor 2025-06-05T23:51:06.7707726Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_103, aten.add.Tensor 2025-06-05T23:51:06.7708483Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_104, aten.add.Tensor 2025-06-05T23:51:06.7709227Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_105, aten.add.Tensor 2025-06-05T23:51:06.7709987Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_106, aten.add.Tensor 2025-06-05T23:51:06.7710733Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_107, aten.add.Tensor 2025-06-05T23:51:06.7711492Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_108, aten.add.Tensor 2025-06-05T23:51:06.7712257Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_109, aten.add.Tensor 2025-06-05T23:51:06.7713004Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_110, aten.add.Tensor 2025-06-05T23:51:06.7713760Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_111, aten.add.Tensor 2025-06-05T23:51:06.7714556Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_24, aten._softmax.default 2025-06-05T23:51:06.7715411Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_25, aten._softmax.default 2025-06-05T23:51:06.7716292Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_26, aten._softmax.default 2025-06-05T23:51:06.7717133Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_27, aten._softmax.default 2025-06-05T23:51:06.7718057Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_28, aten._softmax.default 2025-06-05T23:51:06.7719166Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_29, aten._softmax.default 2025-06-05T23:51:06.7720039Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_30, aten._softmax.default 2025-06-05T23:51:06.7720884Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_31, aten._softmax.default 2025-06-05T23:51:06.7721721Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_32, aten._softmax.default 2025-06-05T23:51:06.7722570Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_33, aten._softmax.default 2025-06-05T23:51:06.7723415Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_34, aten._softmax.default 2025-06-05T23:51:06.7724264Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_35, aten._softmax.default 2025-06-05T23:51:06.7725104Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_49, aten.matmul.default 2025-06-05T23:51:06.7725915Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_51, aten.matmul.default 2025-06-05T23:51:06.7726730Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_53, aten.matmul.default 2025-06-05T23:51:06.7727534Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_55, aten.matmul.default 2025-06-05T23:51:06.7728353Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_57, aten.matmul.default 2025-06-05T23:51:06.7729168Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_59, aten.matmul.default 2025-06-05T23:51:06.7730113Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_61, aten.matmul.default 2025-06-05T23:51:06.7730938Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_63, aten.matmul.default 2025-06-05T23:51:06.7731791Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_65, aten.matmul.default 2025-06-05T23:51:06.7732613Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_67, aten.matmul.default 2025-06-05T23:51:06.7733430Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_69, aten.matmul.default 2025-06-05T23:51:07.3372679Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_71, aten.matmul.default 2025-06-05T23:51:07.3374186Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_146, aten.cat.default 2025-06-05T23:51:07.3375667Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_119, aten.view_copy.default 2025-06-05T23:51:07.3377287Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1251, aten.permute_copy.default 2025-06-05T23:51:07.3378949Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_116, aten.convolution.default 2025-06-05T23:51:07.3380584Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1252, aten.permute_copy.default 2025-06-05T23:51:07.3382186Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_120, aten.view_copy.default 2025-06-05T23:51:07.3383625Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_112, aten.add.Tensor 2025-06-05T23:51:07.3385042Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_rms_norm_default_5, aten.rms_norm.default 2025-06-05T23:51:07.3386558Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_121, aten.view_copy.default 2025-06-05T23:51:07.3388398Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1253, aten.permute_copy.default 2025-06-05T23:51:07.3390033Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_117, aten.convolution.default 2025-06-05T23:51:07.3391734Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_118, aten.convolution.default 2025-06-05T23:51:07.3393266Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sigmoid_default_2, aten.sigmoid.default 2025-06-05T23:51:07.3394674Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_292, aten.mul.Tensor 2025-06-05T23:51:07.3396003Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_293, aten.mul.Tensor 2025-06-05T23:51:07.3397493Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_119, aten.convolution.default 2025-06-05T23:51:07.3399125Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1254, aten.permute_copy.default 2025-06-05T23:51:07.3400710Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_122, aten.view_copy.default 2025-06-05T23:51:07.3402155Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_113, aten.add.Tensor 2025-06-05T23:51:07.3403566Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_rms_norm_default_6, aten.rms_norm.default 2025-06-05T23:51:07.3405084Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_123, aten.view_copy.default 2025-06-05T23:51:07.3406679Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1255, aten.permute_copy.default 2025-06-05T23:51:07.3408248Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_680, aten._to_copy.default 2025-06-05T23:51:07.3409876Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_120, aten.convolution.default 2025-06-05T23:51:07.3411588Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1256, aten.permute_copy.default 2025-06-05T23:51:07.3413218Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_121, aten.convolution.default 2025-06-05T23:51:07.3414918Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1257, aten.permute_copy.default 2025-06-05T23:51:07.3416542Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_122, aten.convolution.default 2025-06-05T23:51:07.3418140Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1258, aten.permute_copy.default 2025-06-05T23:51:07.3419750Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_123, aten.convolution.default 2025-06-05T23:51:07.3421489Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1259, aten.permute_copy.default 2025-06-05T23:51:07.3423121Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_124, aten.convolution.default 2025-06-05T23:51:07.3424729Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1260, aten.permute_copy.default 2025-06-05T23:51:07.3426356Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_125, aten.convolution.default 2025-06-05T23:51:07.3427969Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1261, aten.permute_copy.default 2025-06-05T23:51:07.3429600Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_126, aten.convolution.default 2025-06-05T23:51:07.3431226Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1262, aten.permute_copy.default 2025-06-05T23:51:07.3432907Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_127, aten.convolution.default 2025-06-05T23:51:07.3434588Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1263, aten.permute_copy.default 2025-06-05T23:51:07.3436201Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_128, aten.convolution.default 2025-06-05T23:51:07.3437874Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1264, aten.permute_copy.default 2025-06-05T23:51:07.3439450Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_129, aten.convolution.default 2025-06-05T23:51:07.3441060Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1265, aten.permute_copy.default 2025-06-05T23:51:07.3442691Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_130, aten.convolution.default 2025-06-05T23:51:07.3444275Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1266, aten.permute_copy.default 2025-06-05T23:51:07.3445887Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_131, aten.convolution.default 2025-06-05T23:51:07.3447515Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1267, aten.permute_copy.default 2025-06-05T23:51:07.3449082Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_132, aten.convolution.default 2025-06-05T23:51:07.3450764Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1268, aten.permute_copy.default 2025-06-05T23:51:07.3452384Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_133, aten.convolution.default 2025-06-05T23:51:07.3453995Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1269, aten.permute_copy.default 2025-06-05T23:51:07.3455604Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_134, aten.convolution.default 2025-06-05T23:51:07.3457213Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1270, aten.permute_copy.default 2025-06-05T23:51:07.3458890Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_135, aten.convolution.default 2025-06-05T23:51:07.3460732Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1271, aten.permute_copy.default 2025-06-05T23:51:07.3462348Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_136, aten.convolution.default 2025-06-05T23:51:07.3463977Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1272, aten.permute_copy.default 2025-06-05T23:51:07.3465586Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_137, aten.convolution.default 2025-06-05T23:51:07.3467203Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1273, aten.permute_copy.default 2025-06-05T23:51:07.3468828Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_138, aten.convolution.default 2025-06-05T23:51:07.3470446Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1274, aten.permute_copy.default 2025-06-05T23:51:07.3472076Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_139, aten.convolution.default 2025-06-05T23:51:07.3473686Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1275, aten.permute_copy.default 2025-06-05T23:51:07.3475318Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_140, aten.convolution.default 2025-06-05T23:51:07.3476938Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1276, aten.permute_copy.default 2025-06-05T23:51:07.3478545Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_141, aten.convolution.default 2025-06-05T23:51:07.3480252Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1277, aten.permute_copy.default 2025-06-05T23:51:07.3481873Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_142, aten.convolution.default 2025-06-05T23:51:07.3483555Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1278, aten.permute_copy.default 2025-06-05T23:51:07.3485180Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_143, aten.convolution.default 2025-06-05T23:51:07.3486788Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1279, aten.permute_copy.default 2025-06-05T23:51:07.6778454Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_144, aten.convolution.default 2025-06-05T23:51:07.6780165Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1280, aten.permute_copy.default 2025-06-05T23:51:07.6781828Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_145, aten.convolution.default 2025-06-05T23:51:07.6783489Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1281, aten.permute_copy.default 2025-06-05T23:51:07.6785142Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_146, aten.convolution.default 2025-06-05T23:51:07.6786777Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1282, aten.permute_copy.default 2025-06-05T23:51:07.6788412Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_147, aten.convolution.default 2025-06-05T23:51:07.6790079Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1283, aten.permute_copy.default 2025-06-05T23:51:07.6791702Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_148, aten.convolution.default 2025-06-05T23:51:07.6793349Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1284, aten.permute_copy.default 2025-06-05T23:51:07.6795273Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_149, aten.convolution.default 2025-06-05T23:51:07.6796905Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1285, aten.permute_copy.default 2025-06-05T23:51:07.6798607Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_150, aten.convolution.default 2025-06-05T23:51:07.6800242Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1286, aten.permute_copy.default 2025-06-05T23:51:07.6801884Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_151, aten.convolution.default 2025-06-05T23:51:07.6803515Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1287, aten.permute_copy.default 2025-06-05T23:51:07.6805146Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_152, aten.convolution.default 2025-06-05T23:51:07.6806783Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1288, aten.permute_copy.default 2025-06-05T23:51:07.6808407Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_153, aten.convolution.default 2025-06-05T23:51:07.6810120Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1289, aten.permute_copy.default 2025-06-05T23:51:07.6811763Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_154, aten.convolution.default 2025-06-05T23:51:07.6813387Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1290, aten.permute_copy.default 2025-06-05T23:51:07.6815020Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_155, aten.convolution.default 2025-06-05T23:51:07.6816724Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1291, aten.permute_copy.default 2025-06-05T23:51:07.6818328Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_124, aten.view_copy.default 2025-06-05T23:51:07.6819948Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_125, aten.view_copy.default 2025-06-05T23:51:07.6821483Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_126, aten.view_copy.default 2025-06-05T23:51:07.6823030Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_127, aten.view_copy.default 2025-06-05T23:51:07.6824583Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_128, aten.view_copy.default 2025-06-05T23:51:07.6826087Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_129, aten.view_copy.default 2025-06-05T23:51:07.6827628Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_130, aten.view_copy.default 2025-06-05T23:51:07.6829168Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_131, aten.view_copy.default 2025-06-05T23:51:07.6830713Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_132, aten.view_copy.default 2025-06-05T23:51:07.6832261Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_133, aten.view_copy.default 2025-06-05T23:51:07.6833806Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_134, aten.view_copy.default 2025-06-05T23:51:07.6835356Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_135, aten.view_copy.default 2025-06-05T23:51:07.6836897Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_136, aten.view_copy.default 2025-06-05T23:51:07.6838446Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_137, aten.view_copy.default 2025-06-05T23:51:07.6839999Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_138, aten.view_copy.default 2025-06-05T23:51:07.6841593Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_139, aten.view_copy.default 2025-06-05T23:51:07.6843146Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_140, aten.view_copy.default 2025-06-05T23:51:07.6844735Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_141, aten.view_copy.default 2025-06-05T23:51:07.6846288Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_142, aten.view_copy.default 2025-06-05T23:51:07.6847852Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_143, aten.view_copy.default 2025-06-05T23:51:07.6849397Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_144, aten.view_copy.default 2025-06-05T23:51:07.6851007Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_145, aten.view_copy.default 2025-06-05T23:51:07.6852538Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_146, aten.view_copy.default 2025-06-05T23:51:07.6854090Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_147, aten.view_copy.default 2025-06-05T23:51:07.6855652Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_148, aten.view_copy.default 2025-06-05T23:51:07.6857178Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_149, aten.view_copy.default 2025-06-05T23:51:07.6858720Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_692, aten._to_copy.default 2025-06-05T23:51:07.6860403Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_150, aten.view_copy.default 2025-06-05T23:51:07.6861936Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_693, aten._to_copy.default 2025-06-05T23:51:07.6863556Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_151, aten.view_copy.default 2025-06-05T23:51:07.6865116Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_694, aten._to_copy.default 2025-06-05T23:51:07.6866720Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_152, aten.view_copy.default 2025-06-05T23:51:07.6868236Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_695, aten._to_copy.default 2025-06-05T23:51:07.6869765Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_153, aten.view_copy.default 2025-06-05T23:51:07.6871290Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_696, aten._to_copy.default 2025-06-05T23:51:07.6872797Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_154, aten.view_copy.default 2025-06-05T23:51:07.6874321Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_697, aten._to_copy.default 2025-06-05T23:51:07.6875834Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_155, aten.view_copy.default 2025-06-05T23:51:07.6877356Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_698, aten._to_copy.default 2025-06-05T23:51:07.6878894Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_156, aten.view_copy.default 2025-06-05T23:51:07.6880407Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_699, aten._to_copy.default 2025-06-05T23:51:07.6881939Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_157, aten.view_copy.default 2025-06-05T23:51:07.6883454Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_700, aten._to_copy.default 2025-06-05T23:51:07.6884988Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_158, aten.view_copy.default 2025-06-05T23:51:07.6886586Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_701, aten._to_copy.default 2025-06-05T23:51:07.6888104Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_159, aten.view_copy.default 2025-06-05T23:51:07.6889760Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_702, aten._to_copy.default 2025-06-05T23:51:07.6891283Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_144, aten.slice_copy.Tensor 2025-06-05T23:51:07.6892826Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_145, aten.slice_copy.Tensor 2025-06-05T23:51:08.0508951Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_146, aten.slice_copy.Tensor 2025-06-05T23:51:08.0509939Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_147, aten.slice_copy.Tensor 2025-06-05T23:51:08.0510816Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_148, aten.slice_copy.Tensor 2025-06-05T23:51:08.0511699Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_149, aten.slice_copy.Tensor 2025-06-05T23:51:08.0512571Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_150, aten.slice_copy.Tensor 2025-06-05T23:51:08.0513434Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_151, aten.slice_copy.Tensor 2025-06-05T23:51:08.0514305Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_152, aten.slice_copy.Tensor 2025-06-05T23:51:08.0515161Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_153, aten.slice_copy.Tensor 2025-06-05T23:51:08.0516028Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_154, aten.slice_copy.Tensor 2025-06-05T23:51:08.0517109Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_155, aten.slice_copy.Tensor 2025-06-05T23:51:08.0517970Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_156, aten.slice_copy.Tensor 2025-06-05T23:51:08.0518874Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_157, aten.slice_copy.Tensor 2025-06-05T23:51:08.0519807Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_158, aten.slice_copy.Tensor 2025-06-05T23:51:08.0520663Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_159, aten.slice_copy.Tensor 2025-06-05T23:51:08.0521533Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_160, aten.slice_copy.Tensor 2025-06-05T23:51:08.0522401Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_161, aten.slice_copy.Tensor 2025-06-05T23:51:08.0523255Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_162, aten.slice_copy.Tensor 2025-06-05T23:51:08.0524124Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_163, aten.slice_copy.Tensor 2025-06-05T23:51:08.0524978Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_164, aten.slice_copy.Tensor 2025-06-05T23:51:08.0525854Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_165, aten.slice_copy.Tensor 2025-06-05T23:51:08.0526724Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_166, aten.slice_copy.Tensor 2025-06-05T23:51:08.0527577Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_167, aten.slice_copy.Tensor 2025-06-05T23:51:08.0528438Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_168, aten.slice_copy.Tensor 2025-06-05T23:51:08.0529292Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_169, aten.slice_copy.Tensor 2025-06-05T23:51:08.0530235Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_170, aten.slice_copy.Tensor 2025-06-05T23:51:08.0531168Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_171, aten.slice_copy.Tensor 2025-06-05T23:51:08.0532020Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_172, aten.slice_copy.Tensor 2025-06-05T23:51:08.0532938Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_173, aten.slice_copy.Tensor 2025-06-05T23:51:08.0533792Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_174, aten.slice_copy.Tensor 2025-06-05T23:51:08.0534656Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_175, aten.slice_copy.Tensor 2025-06-05T23:51:08.0535517Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_176, aten.slice_copy.Tensor 2025-06-05T23:51:08.0536369Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_177, aten.slice_copy.Tensor 2025-06-05T23:51:08.0537233Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_178, aten.slice_copy.Tensor 2025-06-05T23:51:08.0538078Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_179, aten.slice_copy.Tensor 2025-06-05T23:51:08.0538966Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_180, aten.slice_copy.Tensor 2025-06-05T23:51:08.0539818Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_181, aten.slice_copy.Tensor 2025-06-05T23:51:08.0540689Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_182, aten.slice_copy.Tensor 2025-06-05T23:51:08.0541556Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_183, aten.slice_copy.Tensor 2025-06-05T23:51:08.0542413Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_184, aten.slice_copy.Tensor 2025-06-05T23:51:08.0543408Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_185, aten.slice_copy.Tensor 2025-06-05T23:51:08.0544270Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_186, aten.slice_copy.Tensor 2025-06-05T23:51:08.0545177Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_187, aten.slice_copy.Tensor 2025-06-05T23:51:08.0546048Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_188, aten.slice_copy.Tensor 2025-06-05T23:51:08.0546905Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_189, aten.slice_copy.Tensor 2025-06-05T23:51:08.0547777Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_190, aten.slice_copy.Tensor 2025-06-05T23:51:08.0548634Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_191, aten.slice_copy.Tensor 2025-06-05T23:51:08.0549464Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_172, aten.cat.default 2025-06-05T23:51:08.0550251Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_174, aten.cat.default 2025-06-05T23:51:08.0551023Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_176, aten.cat.default 2025-06-05T23:51:08.0551804Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_178, aten.cat.default 2025-06-05T23:51:08.0552558Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_180, aten.cat.default 2025-06-05T23:51:08.0553326Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_182, aten.cat.default 2025-06-05T23:51:08.0554098Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_184, aten.cat.default 2025-06-05T23:51:08.0554857Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_186, aten.cat.default 2025-06-05T23:51:08.0555635Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_188, aten.cat.default 2025-06-05T23:51:08.0556432Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_190, aten.cat.default 2025-06-05T23:51:08.0557202Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_192, aten.cat.default 2025-06-05T23:51:08.0558007Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_194, aten.cat.default 2025-06-05T23:51:08.0558947Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_294, aten.mul.Tensor 2025-06-05T23:51:08.0559844Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_296, aten.mul.Tensor 2025-06-05T23:51:08.0560591Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_295, aten.mul.Tensor 2025-06-05T23:51:08.0561343Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_297, aten.mul.Tensor 2025-06-05T23:51:08.0562094Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_298, aten.mul.Tensor 2025-06-05T23:51:08.0562841Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_300, aten.mul.Tensor 2025-06-05T23:51:08.0563593Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_299, aten.mul.Tensor 2025-06-05T23:51:08.0564340Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_301, aten.mul.Tensor 2025-06-05T23:51:08.0565092Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_302, aten.mul.Tensor 2025-06-05T23:51:08.0565848Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_304, aten.mul.Tensor 2025-06-05T23:51:08.0566593Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_303, aten.mul.Tensor 2025-06-05T23:51:08.0567348Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_305, aten.mul.Tensor 2025-06-05T23:51:08.0568092Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_306, aten.mul.Tensor 2025-06-05T23:51:08.0568933Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_308, aten.mul.Tensor 2025-06-05T23:51:08.0569744Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_307, aten.mul.Tensor 2025-06-05T23:51:08.0570591Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_309, aten.mul.Tensor 2025-06-05T23:51:08.0571349Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_310, aten.mul.Tensor 2025-06-05T23:51:08.0572091Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_312, aten.mul.Tensor 2025-06-05T23:51:08.0572852Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_311, aten.mul.Tensor 2025-06-05T23:51:08.0573597Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_313, aten.mul.Tensor 2025-06-05T23:51:08.4877110Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_314, aten.mul.Tensor 2025-06-05T23:51:08.4878116Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_316, aten.mul.Tensor 2025-06-05T23:51:08.4878901Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_315, aten.mul.Tensor 2025-06-05T23:51:08.4879670Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_317, aten.mul.Tensor 2025-06-05T23:51:08.4880429Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_318, aten.mul.Tensor 2025-06-05T23:51:08.4881189Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_320, aten.mul.Tensor 2025-06-05T23:51:08.4881940Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_319, aten.mul.Tensor 2025-06-05T23:51:08.4882699Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_321, aten.mul.Tensor 2025-06-05T23:51:08.4883458Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_322, aten.mul.Tensor 2025-06-05T23:51:08.4884204Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_324, aten.mul.Tensor 2025-06-05T23:51:08.4885186Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_323, aten.mul.Tensor 2025-06-05T23:51:08.4885932Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_325, aten.mul.Tensor 2025-06-05T23:51:08.4886745Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_326, aten.mul.Tensor 2025-06-05T23:51:08.4887510Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_328, aten.mul.Tensor 2025-06-05T23:51:08.4888262Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_327, aten.mul.Tensor 2025-06-05T23:51:08.4889053Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_329, aten.mul.Tensor 2025-06-05T23:51:08.4889876Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_330, aten.mul.Tensor 2025-06-05T23:51:08.4890632Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_332, aten.mul.Tensor 2025-06-05T23:51:08.4891402Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_331, aten.mul.Tensor 2025-06-05T23:51:08.4892150Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_333, aten.mul.Tensor 2025-06-05T23:51:08.4892924Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_334, aten.mul.Tensor 2025-06-05T23:51:08.4893684Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_336, aten.mul.Tensor 2025-06-05T23:51:08.4894430Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_335, aten.mul.Tensor 2025-06-05T23:51:08.4895186Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_337, aten.mul.Tensor 2025-06-05T23:51:08.4895937Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_338, aten.mul.Tensor 2025-06-05T23:51:08.4896697Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_340, aten.mul.Tensor 2025-06-05T23:51:08.4897522Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_339, aten.mul.Tensor 2025-06-05T23:51:08.4898272Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_341, aten.mul.Tensor 2025-06-05T23:51:08.4899095Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_342, aten.mul.Tensor 2025-06-05T23:51:08.4899846Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_344, aten.mul.Tensor 2025-06-05T23:51:08.4900607Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_343, aten.mul.Tensor 2025-06-05T23:51:08.4901369Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_345, aten.mul.Tensor 2025-06-05T23:51:08.4902119Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_346, aten.mul.Tensor 2025-06-05T23:51:08.4902887Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_348, aten.mul.Tensor 2025-06-05T23:51:08.4903649Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_347, aten.mul.Tensor 2025-06-05T23:51:08.4904415Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_349, aten.mul.Tensor 2025-06-05T23:51:08.4905169Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_350, aten.mul.Tensor 2025-06-05T23:51:08.4905937Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_352, aten.mul.Tensor 2025-06-05T23:51:08.4906700Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_351, aten.mul.Tensor 2025-06-05T23:51:08.4907448Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_353, aten.mul.Tensor 2025-06-05T23:51:08.4908220Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_354, aten.mul.Tensor 2025-06-05T23:51:08.4908979Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_356, aten.mul.Tensor 2025-06-05T23:51:08.4909744Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_355, aten.mul.Tensor 2025-06-05T23:51:08.4910554Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_357, aten.mul.Tensor 2025-06-05T23:51:08.4911317Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_358, aten.mul.Tensor 2025-06-05T23:51:08.4912114Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_360, aten.mul.Tensor 2025-06-05T23:51:08.4912861Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_359, aten.mul.Tensor 2025-06-05T23:51:08.4913619Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_361, aten.mul.Tensor 2025-06-05T23:51:08.4914385Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_362, aten.mul.Tensor 2025-06-05T23:51:08.4915129Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_364, aten.mul.Tensor 2025-06-05T23:51:08.4915895Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_363, aten.mul.Tensor 2025-06-05T23:51:08.4916647Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_365, aten.mul.Tensor 2025-06-05T23:51:08.4917409Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_366, aten.mul.Tensor 2025-06-05T23:51:08.4918173Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_368, aten.mul.Tensor 2025-06-05T23:51:08.4918926Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_367, aten.mul.Tensor 2025-06-05T23:51:08.4919686Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_369, aten.mul.Tensor 2025-06-05T23:51:08.4920432Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_370, aten.mul.Tensor 2025-06-05T23:51:08.4921193Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_372, aten.mul.Tensor 2025-06-05T23:51:08.4921971Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_371, aten.mul.Tensor 2025-06-05T23:51:08.4922733Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_373, aten.mul.Tensor 2025-06-05T23:51:08.4923548Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_374, aten.mul.Tensor 2025-06-05T23:51:08.4924301Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_376, aten.mul.Tensor 2025-06-05T23:51:08.4925064Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_375, aten.mul.Tensor 2025-06-05T23:51:08.4925814Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_377, aten.mul.Tensor 2025-06-05T23:51:08.4926584Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_378, aten.mul.Tensor 2025-06-05T23:51:08.4927423Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_380, aten.mul.Tensor 2025-06-05T23:51:08.4928235Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_379, aten.mul.Tensor 2025-06-05T23:51:08.4928995Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_381, aten.mul.Tensor 2025-06-05T23:51:08.4929814Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_382, aten.mul.Tensor 2025-06-05T23:51:08.4930582Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_384, aten.mul.Tensor 2025-06-05T23:51:08.4931341Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_383, aten.mul.Tensor 2025-06-05T23:51:08.4932088Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_385, aten.mul.Tensor 2025-06-05T23:51:08.4932846Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_386, aten.mul.Tensor 2025-06-05T23:51:08.4933589Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_388, aten.mul.Tensor 2025-06-05T23:51:08.4934349Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_387, aten.mul.Tensor 2025-06-05T23:51:08.4935155Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_389, aten.mul.Tensor 2025-06-05T23:51:08.4935898Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_72, aten.sub.Tensor 2025-06-05T23:51:08.4936653Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_114, aten.add.Tensor 2025-06-05T23:51:08.4937427Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_73, aten.sub.Tensor 2025-06-05T23:51:08.4938185Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_115, aten.add.Tensor 2025-06-05T23:51:08.4938936Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_74, aten.sub.Tensor 2025-06-05T23:51:08.4939676Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_116, aten.add.Tensor 2025-06-05T23:51:08.4940433Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_75, aten.sub.Tensor 2025-06-05T23:51:08.4941176Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_117, aten.add.Tensor 2025-06-05T23:51:08.4941934Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_76, aten.sub.Tensor 2025-06-05T23:51:08.9375205Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_118, aten.add.Tensor 2025-06-05T23:51:08.9376041Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_77, aten.sub.Tensor 2025-06-05T23:51:08.9376795Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_119, aten.add.Tensor 2025-06-05T23:51:08.9377552Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_78, aten.sub.Tensor 2025-06-05T23:51:08.9378307Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_120, aten.add.Tensor 2025-06-05T23:51:08.9379050Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_79, aten.sub.Tensor 2025-06-05T23:51:08.9380031Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_121, aten.add.Tensor 2025-06-05T23:51:08.9380790Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_80, aten.sub.Tensor 2025-06-05T23:51:08.9381611Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_122, aten.add.Tensor 2025-06-05T23:51:08.9382369Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_81, aten.sub.Tensor 2025-06-05T23:51:08.9383109Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_123, aten.add.Tensor 2025-06-05T23:51:08.9383866Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_82, aten.sub.Tensor 2025-06-05T23:51:08.9384606Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_124, aten.add.Tensor 2025-06-05T23:51:08.9385365Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_83, aten.sub.Tensor 2025-06-05T23:51:08.9386127Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_125, aten.add.Tensor 2025-06-05T23:51:08.9386965Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_84, aten.sub.Tensor 2025-06-05T23:51:08.9387781Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_703, aten._to_copy.default 2025-06-05T23:51:08.9388588Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_126, aten.add.Tensor 2025-06-05T23:51:08.9389405Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_704, aten._to_copy.default 2025-06-05T23:51:08.9390216Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_85, aten.sub.Tensor 2025-06-05T23:51:08.9391004Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_705, aten._to_copy.default 2025-06-05T23:51:08.9391807Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_127, aten.add.Tensor 2025-06-05T23:51:08.9392602Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_706, aten._to_copy.default 2025-06-05T23:51:08.9393459Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_86, aten.sub.Tensor 2025-06-05T23:51:08.9394262Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_707, aten._to_copy.default 2025-06-05T23:51:08.9395122Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_128, aten.add.Tensor 2025-06-05T23:51:08.9395932Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_708, aten._to_copy.default 2025-06-05T23:51:08.9396718Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_87, aten.sub.Tensor 2025-06-05T23:51:08.9397524Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_709, aten._to_copy.default 2025-06-05T23:51:08.9398325Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_129, aten.add.Tensor 2025-06-05T23:51:08.9399121Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_710, aten._to_copy.default 2025-06-05T23:51:08.9399929Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_88, aten.sub.Tensor 2025-06-05T23:51:08.9400719Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_711, aten._to_copy.default 2025-06-05T23:51:08.9401529Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_130, aten.add.Tensor 2025-06-05T23:51:08.9402335Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_712, aten._to_copy.default 2025-06-05T23:51:08.9403122Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_89, aten.sub.Tensor 2025-06-05T23:51:08.9403920Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_713, aten._to_copy.default 2025-06-05T23:51:08.9404713Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_131, aten.add.Tensor 2025-06-05T23:51:08.9405553Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_714, aten._to_copy.default 2025-06-05T23:51:08.9406358Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_90, aten.sub.Tensor 2025-06-05T23:51:08.9407188Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_715, aten._to_copy.default 2025-06-05T23:51:08.9408028Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_132, aten.add.Tensor 2025-06-05T23:51:08.9408820Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_716, aten._to_copy.default 2025-06-05T23:51:08.9409688Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_91, aten.sub.Tensor 2025-06-05T23:51:08.9410486Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_717, aten._to_copy.default 2025-06-05T23:51:08.9411274Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_133, aten.add.Tensor 2025-06-05T23:51:08.9412083Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_718, aten._to_copy.default 2025-06-05T23:51:08.9412872Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_92, aten.sub.Tensor 2025-06-05T23:51:08.9413676Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_719, aten._to_copy.default 2025-06-05T23:51:08.9414482Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_134, aten.add.Tensor 2025-06-05T23:51:08.9415279Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_720, aten._to_copy.default 2025-06-05T23:51:08.9416078Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_93, aten.sub.Tensor 2025-06-05T23:51:08.9416868Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_721, aten._to_copy.default 2025-06-05T23:51:08.9417678Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_135, aten.add.Tensor 2025-06-05T23:51:08.9418570Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_722, aten._to_copy.default 2025-06-05T23:51:08.9419360Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_94, aten.sub.Tensor 2025-06-05T23:51:08.9420208Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_723, aten._to_copy.default 2025-06-05T23:51:08.9421019Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_136, aten.add.Tensor 2025-06-05T23:51:08.9421815Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_724, aten._to_copy.default 2025-06-05T23:51:08.9422623Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_95, aten.sub.Tensor 2025-06-05T23:51:08.9423429Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_725, aten._to_copy.default 2025-06-05T23:51:08.9424223Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_137, aten.add.Tensor 2025-06-05T23:51:08.9425036Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_726, aten._to_copy.default 2025-06-05T23:51:08.9425842Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_147, aten.cat.default 2025-06-05T23:51:08.9426629Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_148, aten.cat.default 2025-06-05T23:51:08.9427410Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_149, aten.cat.default 2025-06-05T23:51:08.9428175Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_150, aten.cat.default 2025-06-05T23:51:08.9428951Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_151, aten.cat.default 2025-06-05T23:51:08.9429718Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_152, aten.cat.default 2025-06-05T23:51:08.9430528Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_153, aten.cat.default 2025-06-05T23:51:08.9431312Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_154, aten.cat.default 2025-06-05T23:51:08.9432079Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_155, aten.cat.default 2025-06-05T23:51:08.9432890Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_156, aten.cat.default 2025-06-05T23:51:08.9433654Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_157, aten.cat.default 2025-06-05T23:51:08.9434432Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_158, aten.cat.default 2025-06-05T23:51:08.9435210Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_159, aten.cat.default 2025-06-05T23:51:08.9435970Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_160, aten.cat.default 2025-06-05T23:51:08.9436787Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_727, aten._to_copy.default 2025-06-05T23:51:08.9437682Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_161, aten.cat.default 2025-06-05T23:51:08.9438636Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_728, aten._to_copy.default 2025-06-05T23:51:08.9439456Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_162, aten.cat.default 2025-06-05T23:51:09.4257464Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_729, aten._to_copy.default 2025-06-05T23:51:09.4258419Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_163, aten.cat.default 2025-06-05T23:51:09.4259393Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_730, aten._to_copy.default 2025-06-05T23:51:09.4260200Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_164, aten.cat.default 2025-06-05T23:51:09.4261029Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_731, aten._to_copy.default 2025-06-05T23:51:09.4262029Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_165, aten.cat.default 2025-06-05T23:51:09.4262848Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_732, aten._to_copy.default 2025-06-05T23:51:09.4263707Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_166, aten.cat.default 2025-06-05T23:51:09.4264527Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_733, aten._to_copy.default 2025-06-05T23:51:09.4265336Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_167, aten.cat.default 2025-06-05T23:51:09.4266142Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_734, aten._to_copy.default 2025-06-05T23:51:09.4266953Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_168, aten.cat.default 2025-06-05T23:51:09.4267755Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_735, aten._to_copy.default 2025-06-05T23:51:09.4268571Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_169, aten.cat.default 2025-06-05T23:51:09.4269387Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_736, aten._to_copy.default 2025-06-05T23:51:09.4270184Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_170, aten.cat.default 2025-06-05T23:51:09.4270992Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_737, aten._to_copy.default 2025-06-05T23:51:09.4271864Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_196, aten.permute_copy.default 2025-06-05T23:51:09.4272787Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_197, aten.permute_copy.default 2025-06-05T23:51:09.4273743Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_738, aten._to_copy.default 2025-06-05T23:51:09.4274622Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_198, aten.permute_copy.default 2025-06-05T23:51:09.4275561Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_739, aten._to_copy.default 2025-06-05T23:51:09.4276436Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_199, aten.permute_copy.default 2025-06-05T23:51:09.4277323Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_740, aten._to_copy.default 2025-06-05T23:51:09.4278202Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_200, aten.permute_copy.default 2025-06-05T23:51:09.4279072Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_741, aten._to_copy.default 2025-06-05T23:51:09.4279957Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_201, aten.permute_copy.default 2025-06-05T23:51:09.4280846Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_742, aten._to_copy.default 2025-06-05T23:51:09.4281716Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_202, aten.permute_copy.default 2025-06-05T23:51:09.4282604Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_743, aten._to_copy.default 2025-06-05T23:51:09.4283469Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_203, aten.permute_copy.default 2025-06-05T23:51:09.4284352Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_744, aten._to_copy.default 2025-06-05T23:51:09.4285232Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_204, aten.permute_copy.default 2025-06-05T23:51:09.4286097Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_745, aten._to_copy.default 2025-06-05T23:51:09.4287001Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_205, aten.permute_copy.default 2025-06-05T23:51:09.4287920Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_746, aten._to_copy.default 2025-06-05T23:51:09.4288817Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_206, aten.permute_copy.default 2025-06-05T23:51:09.4289773Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_747, aten._to_copy.default 2025-06-05T23:51:09.4290642Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_207, aten.permute_copy.default 2025-06-05T23:51:09.4291529Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_748, aten._to_copy.default 2025-06-05T23:51:09.4292342Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_171, aten.cat.default 2025-06-05T23:51:09.4293106Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_173, aten.cat.default 2025-06-05T23:51:09.4293884Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_175, aten.cat.default 2025-06-05T23:51:09.4294642Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_177, aten.cat.default 2025-06-05T23:51:09.4295422Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_179, aten.cat.default 2025-06-05T23:51:09.4296184Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_181, aten.cat.default 2025-06-05T23:51:09.4296954Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_183, aten.cat.default 2025-06-05T23:51:09.4297725Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_185, aten.cat.default 2025-06-05T23:51:09.4298483Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_187, aten.cat.default 2025-06-05T23:51:09.4299286Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_189, aten.cat.default 2025-06-05T23:51:09.4300050Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_191, aten.cat.default 2025-06-05T23:51:09.4300822Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_193, aten.cat.default 2025-06-05T23:51:09.4301653Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_72, aten.matmul.default 2025-06-05T23:51:09.4302456Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_74, aten.matmul.default 2025-06-05T23:51:09.4303268Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_76, aten.matmul.default 2025-06-05T23:51:09.4304069Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_78, aten.matmul.default 2025-06-05T23:51:09.4304879Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_80, aten.matmul.default 2025-06-05T23:51:09.4305689Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_82, aten.matmul.default 2025-06-05T23:51:09.4306494Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_84, aten.matmul.default 2025-06-05T23:51:09.4307491Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_86, aten.matmul.default 2025-06-05T23:51:09.4308302Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_88, aten.matmul.default 2025-06-05T23:51:09.4309118Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_90, aten.matmul.default 2025-06-05T23:51:09.4309936Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_92, aten.matmul.default 2025-06-05T23:51:09.4310745Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_94, aten.matmul.default 2025-06-05T23:51:09.4311532Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_36, aten.div.Tensor 2025-06-05T23:51:09.4312280Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_37, aten.div.Tensor 2025-06-05T23:51:09.4313079Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_38, aten.div.Tensor 2025-06-05T23:51:09.4313830Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_39, aten.div.Tensor 2025-06-05T23:51:09.4314597Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_40, aten.div.Tensor 2025-06-05T23:51:09.4315354Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_41, aten.div.Tensor 2025-06-05T23:51:09.4316090Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_42, aten.div.Tensor 2025-06-05T23:51:09.4316843Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_43, aten.div.Tensor 2025-06-05T23:51:09.4317590Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_44, aten.div.Tensor 2025-06-05T23:51:09.4318327Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_45, aten.div.Tensor 2025-06-05T23:51:09.4319079Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_46, aten.div.Tensor 2025-06-05T23:51:09.4319813Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_47, aten.div.Tensor 2025-06-05T23:51:09.4320576Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_138, aten.add.Tensor 2025-06-05T23:51:09.4321339Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_139, aten.add.Tensor 2025-06-05T23:51:09.4322085Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_140, aten.add.Tensor 2025-06-05T23:51:09.9325543Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_141, aten.add.Tensor 2025-06-05T23:51:09.9326934Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_142, aten.add.Tensor 2025-06-05T23:51:09.9328274Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_143, aten.add.Tensor 2025-06-05T23:51:09.9329912Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_144, aten.add.Tensor 2025-06-05T23:51:09.9331264Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_145, aten.add.Tensor 2025-06-05T23:51:09.9332691Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_146, aten.add.Tensor 2025-06-05T23:51:09.9334033Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_147, aten.add.Tensor 2025-06-05T23:51:09.9335370Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_148, aten.add.Tensor 2025-06-05T23:51:09.9336714Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_149, aten.add.Tensor 2025-06-05T23:51:09.9338148Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_36, aten._softmax.default 2025-06-05T23:51:09.9339662Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_37, aten._softmax.default 2025-06-05T23:51:09.9341169Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_38, aten._softmax.default 2025-06-05T23:51:09.9342671Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_39, aten._softmax.default 2025-06-05T23:51:09.9344180Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_40, aten._softmax.default 2025-06-05T23:51:09.9345716Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_41, aten._softmax.default 2025-06-05T23:51:09.9347209Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_42, aten._softmax.default 2025-06-05T23:51:09.9348716Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_43, aten._softmax.default 2025-06-05T23:51:09.9350219Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_44, aten._softmax.default 2025-06-05T23:51:09.9351715Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_45, aten._softmax.default 2025-06-05T23:51:09.9353306Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_46, aten._softmax.default 2025-06-05T23:51:09.9354800Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_47, aten._softmax.default 2025-06-05T23:51:09.9356408Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_73, aten.matmul.default 2025-06-05T23:51:09.9357877Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_75, aten.matmul.default 2025-06-05T23:51:09.9359470Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_77, aten.matmul.default 2025-06-05T23:51:09.9360931Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_79, aten.matmul.default 2025-06-05T23:51:09.9362371Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_81, aten.matmul.default 2025-06-05T23:51:09.9363832Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_83, aten.matmul.default 2025-06-05T23:51:09.9365296Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_85, aten.matmul.default 2025-06-05T23:51:09.9366740Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_87, aten.matmul.default 2025-06-05T23:51:09.9368201Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_89, aten.matmul.default 2025-06-05T23:51:09.9369703Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_91, aten.matmul.default 2025-06-05T23:51:09.9371135Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_93, aten.matmul.default 2025-06-05T23:51:09.9372582Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_95, aten.matmul.default 2025-06-05T23:51:09.9374006Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_195, aten.cat.default 2025-06-05T23:51:09.9375560Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_160, aten.view_copy.default 2025-06-05T23:51:09.9377160Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1292, aten.permute_copy.default 2025-06-05T23:51:09.9378879Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_156, aten.convolution.default 2025-06-05T23:51:09.9380521Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1293, aten.permute_copy.default 2025-06-05T23:51:09.9382113Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_161, aten.view_copy.default 2025-06-05T23:51:09.9383568Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_150, aten.add.Tensor 2025-06-05T23:51:09.9384978Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_rms_norm_default_7, aten.rms_norm.default 2025-06-05T23:51:09.9386501Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_162, aten.view_copy.default 2025-06-05T23:51:09.9388100Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1294, aten.permute_copy.default 2025-06-05T23:51:09.9389728Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_157, aten.convolution.default 2025-06-05T23:51:09.9391347Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_158, aten.convolution.default 2025-06-05T23:51:09.9392883Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sigmoid_default_3, aten.sigmoid.default 2025-06-05T23:51:09.9394296Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_390, aten.mul.Tensor 2025-06-05T23:51:09.9395643Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_391, aten.mul.Tensor 2025-06-05T23:51:09.9397117Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_159, aten.convolution.default 2025-06-05T23:51:09.9398816Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1295, aten.permute_copy.default 2025-06-05T23:51:09.9400402Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_163, aten.view_copy.default 2025-06-05T23:51:09.9401902Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_151, aten.add.Tensor 2025-06-05T23:51:09.9403329Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_rms_norm_default_8, aten.rms_norm.default 2025-06-05T23:51:09.9404832Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_164, aten.view_copy.default 2025-06-05T23:51:09.9406432Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1296, aten.permute_copy.default 2025-06-05T23:51:09.9407990Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_749, aten._to_copy.default 2025-06-05T23:51:09.9409621Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_160, aten.convolution.default 2025-06-05T23:51:09.9411270Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1297, aten.permute_copy.default 2025-06-05T23:51:09.9412901Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_161, aten.convolution.default 2025-06-05T23:51:09.9414534Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1298, aten.permute_copy.default 2025-06-05T23:51:09.9416159Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_162, aten.convolution.default 2025-06-05T23:51:09.9417797Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1299, aten.permute_copy.default 2025-06-05T23:51:09.9419435Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_163, aten.convolution.default 2025-06-05T23:51:09.9421108Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1300, aten.permute_copy.default 2025-06-05T23:51:09.9422753Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_164, aten.convolution.default 2025-06-05T23:51:09.9424420Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1301, aten.permute_copy.default 2025-06-05T23:51:09.9426062Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_165, aten.convolution.default 2025-06-05T23:51:09.9427709Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1302, aten.permute_copy.default 2025-06-05T23:51:09.9429343Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_166, aten.convolution.default 2025-06-05T23:51:09.9430990Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1303, aten.permute_copy.default 2025-06-05T23:51:09.9432617Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_167, aten.convolution.default 2025-06-05T23:51:09.9434263Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1304, aten.permute_copy.default 2025-06-05T23:51:09.9435907Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_168, aten.convolution.default 2025-06-05T23:51:09.9437651Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1305, aten.permute_copy.default 2025-06-05T23:51:09.9439297Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_169, aten.convolution.default 2025-06-05T23:51:09.9440976Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1306, aten.permute_copy.default 2025-06-05T23:51:10.3785456Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_170, aten.convolution.default 2025-06-05T23:51:10.3787157Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1307, aten.permute_copy.default 2025-06-05T23:51:10.3788979Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_171, aten.convolution.default 2025-06-05T23:51:10.3790657Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1308, aten.permute_copy.default 2025-06-05T23:51:10.3792358Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_172, aten.convolution.default 2025-06-05T23:51:10.3793998Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1309, aten.permute_copy.default 2025-06-05T23:51:10.3795623Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_173, aten.convolution.default 2025-06-05T23:51:10.3797264Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1310, aten.permute_copy.default 2025-06-05T23:51:10.3798901Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_174, aten.convolution.default 2025-06-05T23:51:10.3800538Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1311, aten.permute_copy.default 2025-06-05T23:51:10.3802182Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_175, aten.convolution.default 2025-06-05T23:51:10.3803813Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1312, aten.permute_copy.default 2025-06-05T23:51:10.3805444Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_176, aten.convolution.default 2025-06-05T23:51:10.3807074Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1313, aten.permute_copy.default 2025-06-05T23:51:10.3808699Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_177, aten.convolution.default 2025-06-05T23:51:10.3810479Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1314, aten.permute_copy.default 2025-06-05T23:51:10.3812529Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_178, aten.convolution.default 2025-06-05T23:51:10.3814249Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1315, aten.permute_copy.default 2025-06-05T23:51:10.3815894Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_179, aten.convolution.default 2025-06-05T23:51:10.3817560Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1316, aten.permute_copy.default 2025-06-05T23:51:10.3819205Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_180, aten.convolution.default 2025-06-05T23:51:10.3820850Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1317, aten.permute_copy.default 2025-06-05T23:51:10.3822472Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_181, aten.convolution.default 2025-06-05T23:51:10.3824123Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1318, aten.permute_copy.default 2025-06-05T23:51:10.3825759Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_182, aten.convolution.default 2025-06-05T23:51:10.3827412Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1319, aten.permute_copy.default 2025-06-05T23:51:10.3829065Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_183, aten.convolution.default 2025-06-05T23:51:10.3830693Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1320, aten.permute_copy.default 2025-06-05T23:51:10.3832335Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_184, aten.convolution.default 2025-06-05T23:51:10.3833960Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1321, aten.permute_copy.default 2025-06-05T23:51:10.3835644Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_185, aten.convolution.default 2025-06-05T23:51:10.3837282Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1322, aten.permute_copy.default 2025-06-05T23:51:10.3838958Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_186, aten.convolution.default 2025-06-05T23:51:10.3840788Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1323, aten.permute_copy.default 2025-06-05T23:51:10.3842412Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_187, aten.convolution.default 2025-06-05T23:51:10.3844045Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1324, aten.permute_copy.default 2025-06-05T23:51:10.3845684Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_188, aten.convolution.default 2025-06-05T23:51:10.3847313Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1325, aten.permute_copy.default 2025-06-05T23:51:10.3848959Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_189, aten.convolution.default 2025-06-05T23:51:10.3850681Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1326, aten.permute_copy.default 2025-06-05T23:51:10.3852307Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_190, aten.convolution.default 2025-06-05T23:51:10.3853949Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1327, aten.permute_copy.default 2025-06-05T23:51:10.3855579Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_191, aten.convolution.default 2025-06-05T23:51:10.3857223Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1328, aten.permute_copy.default 2025-06-05T23:51:10.3858922Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_192, aten.convolution.default 2025-06-05T23:51:10.3860734Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1329, aten.permute_copy.default 2025-06-05T23:51:10.3862457Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_193, aten.convolution.default 2025-06-05T23:51:10.3864092Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1330, aten.permute_copy.default 2025-06-05T23:51:10.3865727Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_194, aten.convolution.default 2025-06-05T23:51:10.3867612Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1331, aten.permute_copy.default 2025-06-05T23:51:10.3869243Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_195, aten.convolution.default 2025-06-05T23:51:10.3870888Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1332, aten.permute_copy.default 2025-06-05T23:51:10.3872478Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_165, aten.view_copy.default 2025-06-05T23:51:10.3874040Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_166, aten.view_copy.default 2025-06-05T23:51:10.3875586Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_167, aten.view_copy.default 2025-06-05T23:51:10.3877119Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_168, aten.view_copy.default 2025-06-05T23:51:10.3878664Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_169, aten.view_copy.default 2025-06-05T23:51:10.3880199Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_170, aten.view_copy.default 2025-06-05T23:51:10.3881750Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_171, aten.view_copy.default 2025-06-05T23:51:10.3883371Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_172, aten.view_copy.default 2025-06-05T23:51:10.3884910Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_173, aten.view_copy.default 2025-06-05T23:51:10.3886520Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_174, aten.view_copy.default 2025-06-05T23:51:10.3888062Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_175, aten.view_copy.default 2025-06-05T23:51:10.3889679Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_176, aten.view_copy.default 2025-06-05T23:51:10.3891226Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_177, aten.view_copy.default 2025-06-05T23:51:10.3892751Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_178, aten.view_copy.default 2025-06-05T23:51:10.3894535Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_179, aten.view_copy.default 2025-06-05T23:51:10.3896081Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_180, aten.view_copy.default 2025-06-05T23:51:10.3897638Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_181, aten.view_copy.default 2025-06-05T23:51:10.3899194Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_182, aten.view_copy.default 2025-06-05T23:51:10.3900738Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_183, aten.view_copy.default 2025-06-05T23:51:10.6598368Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_184, aten.view_copy.default 2025-06-05T23:51:10.6599342Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_185, aten.view_copy.default 2025-06-05T23:51:10.6600476Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_186, aten.view_copy.default 2025-06-05T23:51:10.6601370Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_187, aten.view_copy.default 2025-06-05T23:51:10.6602314Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_188, aten.view_copy.default 2025-06-05T23:51:10.6603169Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_189, aten.view_copy.default 2025-06-05T23:51:10.6604040Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_761, aten._to_copy.default 2025-06-05T23:51:10.6604891Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_190, aten.view_copy.default 2025-06-05T23:51:10.6605760Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_762, aten._to_copy.default 2025-06-05T23:51:10.6606626Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_191, aten.view_copy.default 2025-06-05T23:51:10.6607474Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_763, aten._to_copy.default 2025-06-05T23:51:10.6608335Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_192, aten.view_copy.default 2025-06-05T23:51:10.6609193Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_193, aten.view_copy.default 2025-06-05T23:51:10.6610126Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_764, aten._to_copy.default 2025-06-05T23:51:10.6610989Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_194, aten.view_copy.default 2025-06-05T23:51:10.6611841Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_765, aten._to_copy.default 2025-06-05T23:51:10.6612701Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_195, aten.view_copy.default 2025-06-05T23:51:10.6613617Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_766, aten._to_copy.default 2025-06-05T23:51:10.6614478Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_196, aten.view_copy.default 2025-06-05T23:51:10.6615396Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_767, aten._to_copy.default 2025-06-05T23:51:10.6627240Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_197, aten.view_copy.default 2025-06-05T23:51:10.6628167Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_768, aten._to_copy.default 2025-06-05T23:51:10.6629026Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_198, aten.view_copy.default 2025-06-05T23:51:10.6629898Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_769, aten._to_copy.default 2025-06-05T23:51:10.6630773Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_199, aten.view_copy.default 2025-06-05T23:51:10.6631627Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_770, aten._to_copy.default 2025-06-05T23:51:10.6632495Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_200, aten.view_copy.default 2025-06-05T23:51:10.6633347Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_771, aten._to_copy.default 2025-06-05T23:51:10.6634205Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_192, aten.slice_copy.Tensor 2025-06-05T23:51:10.6635073Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_193, aten.slice_copy.Tensor 2025-06-05T23:51:10.6636128Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_194, aten.slice_copy.Tensor 2025-06-05T23:51:10.6637225Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_195, aten.slice_copy.Tensor 2025-06-05T23:51:10.6638084Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_196, aten.slice_copy.Tensor 2025-06-05T23:51:10.6639001Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_197, aten.slice_copy.Tensor 2025-06-05T23:51:10.6639873Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_198, aten.slice_copy.Tensor 2025-06-05T23:51:10.6640726Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_199, aten.slice_copy.Tensor 2025-06-05T23:51:10.6641584Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_200, aten.slice_copy.Tensor 2025-06-05T23:51:10.6642452Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_201, aten.slice_copy.Tensor 2025-06-05T23:51:10.6643303Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_202, aten.slice_copy.Tensor 2025-06-05T23:51:10.6644173Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_203, aten.slice_copy.Tensor 2025-06-05T23:51:10.6645042Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_204, aten.slice_copy.Tensor 2025-06-05T23:51:10.6645901Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_205, aten.slice_copy.Tensor 2025-06-05T23:51:10.6646768Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_206, aten.slice_copy.Tensor 2025-06-05T23:51:10.6647619Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_207, aten.slice_copy.Tensor 2025-06-05T23:51:10.6648486Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_208, aten.slice_copy.Tensor 2025-06-05T23:51:10.6649353Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_209, aten.slice_copy.Tensor 2025-06-05T23:51:10.6650286Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_210, aten.slice_copy.Tensor 2025-06-05T23:51:10.6651199Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_211, aten.slice_copy.Tensor 2025-06-05T23:51:10.6652054Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_212, aten.slice_copy.Tensor 2025-06-05T23:51:10.6652959Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_213, aten.slice_copy.Tensor 2025-06-05T23:51:10.6653822Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_214, aten.slice_copy.Tensor 2025-06-05T23:51:10.6654670Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_215, aten.slice_copy.Tensor 2025-06-05T23:51:10.6655531Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_216, aten.slice_copy.Tensor 2025-06-05T23:51:10.6656377Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_217, aten.slice_copy.Tensor 2025-06-05T23:51:10.6657245Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_218, aten.slice_copy.Tensor 2025-06-05T23:51:10.6658112Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_219, aten.slice_copy.Tensor 2025-06-05T23:51:10.6658966Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_220, aten.slice_copy.Tensor 2025-06-05T23:51:10.6660071Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_221, aten.slice_copy.Tensor 2025-06-05T23:51:10.6660926Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_222, aten.slice_copy.Tensor 2025-06-05T23:51:10.6661789Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_223, aten.slice_copy.Tensor 2025-06-05T23:51:10.6662656Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_224, aten.slice_copy.Tensor 2025-06-05T23:51:10.6663591Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_225, aten.slice_copy.Tensor 2025-06-05T23:51:10.6664461Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_226, aten.slice_copy.Tensor 2025-06-05T23:51:10.6665361Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_227, aten.slice_copy.Tensor 2025-06-05T23:51:10.6666225Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_228, aten.slice_copy.Tensor 2025-06-05T23:51:10.6667086Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_229, aten.slice_copy.Tensor 2025-06-05T23:51:10.6667938Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_230, aten.slice_copy.Tensor 2025-06-05T23:51:10.6668798Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_231, aten.slice_copy.Tensor 2025-06-05T23:51:10.6669652Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_232, aten.slice_copy.Tensor 2025-06-05T23:51:10.6670514Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_233, aten.slice_copy.Tensor 2025-06-05T23:51:10.6671376Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_234, aten.slice_copy.Tensor 2025-06-05T23:51:10.6672229Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_235, aten.slice_copy.Tensor 2025-06-05T23:51:10.6673088Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_236, aten.slice_copy.Tensor 2025-06-05T23:51:10.6673936Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_237, aten.slice_copy.Tensor 2025-06-05T23:51:11.1169206Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_238, aten.slice_copy.Tensor 2025-06-05T23:51:11.1171042Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_239, aten.slice_copy.Tensor 2025-06-05T23:51:11.1172902Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_221, aten.cat.default 2025-06-05T23:51:11.1174340Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_223, aten.cat.default 2025-06-05T23:51:11.1175912Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_225, aten.cat.default 2025-06-05T23:51:11.1177326Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_227, aten.cat.default 2025-06-05T23:51:11.1178758Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_229, aten.cat.default 2025-06-05T23:51:11.1180168Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_231, aten.cat.default 2025-06-05T23:51:11.1181634Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_233, aten.cat.default 2025-06-05T23:51:11.1183037Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_235, aten.cat.default 2025-06-05T23:51:11.1184501Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_237, aten.cat.default 2025-06-05T23:51:11.1185969Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_239, aten.cat.default 2025-06-05T23:51:11.1187343Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_241, aten.cat.default 2025-06-05T23:51:11.1188826Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_243, aten.cat.default 2025-06-05T23:51:11.1190278Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_392, aten.mul.Tensor 2025-06-05T23:51:11.1191707Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_394, aten.mul.Tensor 2025-06-05T23:51:11.1193099Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_393, aten.mul.Tensor 2025-06-05T23:51:11.1194483Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_395, aten.mul.Tensor 2025-06-05T23:51:11.1196039Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_396, aten.mul.Tensor 2025-06-05T23:51:11.1197441Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_398, aten.mul.Tensor 2025-06-05T23:51:11.1198905Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_397, aten.mul.Tensor 2025-06-05T23:51:11.1200311Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_399, aten.mul.Tensor 2025-06-05T23:51:11.1201684Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_400, aten.mul.Tensor 2025-06-05T23:51:11.1203097Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_402, aten.mul.Tensor 2025-06-05T23:51:11.1204454Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_401, aten.mul.Tensor 2025-06-05T23:51:11.1205860Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_403, aten.mul.Tensor 2025-06-05T23:51:11.1207293Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_404, aten.mul.Tensor 2025-06-05T23:51:11.1208711Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_406, aten.mul.Tensor 2025-06-05T23:51:11.1210150Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_405, aten.mul.Tensor 2025-06-05T23:51:11.1211575Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_407, aten.mul.Tensor 2025-06-05T23:51:11.1212983Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_408, aten.mul.Tensor 2025-06-05T23:51:11.1214412Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_410, aten.mul.Tensor 2025-06-05T23:51:11.1215785Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_409, aten.mul.Tensor 2025-06-05T23:51:11.1217175Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_411, aten.mul.Tensor 2025-06-05T23:51:11.1218586Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_412, aten.mul.Tensor 2025-06-05T23:51:11.1220087Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_414, aten.mul.Tensor 2025-06-05T23:51:11.1221487Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_413, aten.mul.Tensor 2025-06-05T23:51:11.1222967Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_415, aten.mul.Tensor 2025-06-05T23:51:11.1224375Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_416, aten.mul.Tensor 2025-06-05T23:51:11.1225777Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_418, aten.mul.Tensor 2025-06-05T23:51:11.1227131Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_417, aten.mul.Tensor 2025-06-05T23:51:11.1228536Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_419, aten.mul.Tensor 2025-06-05T23:51:11.1229950Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_420, aten.mul.Tensor 2025-06-05T23:51:11.1231383Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_422, aten.mul.Tensor 2025-06-05T23:51:11.1232742Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_421, aten.mul.Tensor 2025-06-05T23:51:11.1234172Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_423, aten.mul.Tensor 2025-06-05T23:51:11.1235603Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_424, aten.mul.Tensor 2025-06-05T23:51:11.1237019Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_426, aten.mul.Tensor 2025-06-05T23:51:11.1238412Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_425, aten.mul.Tensor 2025-06-05T23:51:11.1239816Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_427, aten.mul.Tensor 2025-06-05T23:51:11.1241205Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_428, aten.mul.Tensor 2025-06-05T23:51:11.1242708Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_430, aten.mul.Tensor 2025-06-05T23:51:11.1244088Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_429, aten.mul.Tensor 2025-06-05T23:51:11.1245559Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_431, aten.mul.Tensor 2025-06-05T23:51:11.1246934Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_432, aten.mul.Tensor 2025-06-05T23:51:11.1248361Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_434, aten.mul.Tensor 2025-06-05T23:51:11.1249810Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_433, aten.mul.Tensor 2025-06-05T23:51:11.1251221Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_435, aten.mul.Tensor 2025-06-05T23:51:11.1252647Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_436, aten.mul.Tensor 2025-06-05T23:51:11.1254078Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_438, aten.mul.Tensor 2025-06-05T23:51:11.1255249Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_437, aten.mul.Tensor 2025-06-05T23:51:11.1256513Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_439, aten.mul.Tensor 2025-06-05T23:51:11.1257933Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_440, aten.mul.Tensor 2025-06-05T23:51:11.1259555Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_442, aten.mul.Tensor 2025-06-05T23:51:11.1260966Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_441, aten.mul.Tensor 2025-06-05T23:51:11.1262318Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_443, aten.mul.Tensor 2025-06-05T23:51:11.1263710Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_444, aten.mul.Tensor 2025-06-05T23:51:11.1265218Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_446, aten.mul.Tensor 2025-06-05T23:51:11.1266762Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_445, aten.mul.Tensor 2025-06-05T23:51:11.1268147Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_447, aten.mul.Tensor 2025-06-05T23:51:11.1269629Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_448, aten.mul.Tensor 2025-06-05T23:51:11.1271017Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_450, aten.mul.Tensor 2025-06-05T23:51:11.1272431Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_449, aten.mul.Tensor 2025-06-05T23:51:11.1273766Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_451, aten.mul.Tensor 2025-06-05T23:51:11.1275169Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_452, aten.mul.Tensor 2025-06-05T23:51:11.1276594Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_454, aten.mul.Tensor 2025-06-05T23:51:11.1278022Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_453, aten.mul.Tensor 2025-06-05T23:51:11.1279348Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_455, aten.mul.Tensor 2025-06-05T23:51:11.1280768Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_456, aten.mul.Tensor 2025-06-05T23:51:11.1282179Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_458, aten.mul.Tensor 2025-06-05T23:51:11.1283585Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_457, aten.mul.Tensor 2025-06-05T23:51:11.1284944Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_459, aten.mul.Tensor 2025-06-05T23:51:11.1286336Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_460, aten.mul.Tensor 2025-06-05T23:51:11.1287865Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_462, aten.mul.Tensor 2025-06-05T23:51:11.5662243Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_461, aten.mul.Tensor 2025-06-05T23:51:11.5663112Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_463, aten.mul.Tensor 2025-06-05T23:51:11.5664141Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_464, aten.mul.Tensor 2025-06-05T23:51:11.5664889Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_466, aten.mul.Tensor 2025-06-05T23:51:11.5665657Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_465, aten.mul.Tensor 2025-06-05T23:51:11.5666405Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_467, aten.mul.Tensor 2025-06-05T23:51:11.5667165Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_468, aten.mul.Tensor 2025-06-05T23:51:11.5667922Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_470, aten.mul.Tensor 2025-06-05T23:51:11.5668675Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_469, aten.mul.Tensor 2025-06-05T23:51:11.5669431Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_471, aten.mul.Tensor 2025-06-05T23:51:11.5670183Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_472, aten.mul.Tensor 2025-06-05T23:51:11.5670937Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_474, aten.mul.Tensor 2025-06-05T23:51:11.5671679Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_473, aten.mul.Tensor 2025-06-05T23:51:11.5672435Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_475, aten.mul.Tensor 2025-06-05T23:51:11.5673192Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_476, aten.mul.Tensor 2025-06-05T23:51:11.5673938Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_478, aten.mul.Tensor 2025-06-05T23:51:11.5674765Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_477, aten.mul.Tensor 2025-06-05T23:51:11.5675511Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_479, aten.mul.Tensor 2025-06-05T23:51:11.5676277Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_480, aten.mul.Tensor 2025-06-05T23:51:11.5677096Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_482, aten.mul.Tensor 2025-06-05T23:51:11.5677840Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_481, aten.mul.Tensor 2025-06-05T23:51:11.5678599Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_483, aten.mul.Tensor 2025-06-05T23:51:11.5679342Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_484, aten.mul.Tensor 2025-06-05T23:51:11.5680100Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_486, aten.mul.Tensor 2025-06-05T23:51:11.5680861Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_485, aten.mul.Tensor 2025-06-05T23:51:11.5681603Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_487, aten.mul.Tensor 2025-06-05T23:51:11.5682362Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_96, aten.sub.Tensor 2025-06-05T23:51:11.5683106Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_152, aten.add.Tensor 2025-06-05T23:51:11.5683864Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_97, aten.sub.Tensor 2025-06-05T23:51:11.5684617Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_153, aten.add.Tensor 2025-06-05T23:51:11.5685362Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_98, aten.sub.Tensor 2025-06-05T23:51:11.5686116Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_154, aten.add.Tensor 2025-06-05T23:51:11.5686912Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_99, aten.sub.Tensor 2025-06-05T23:51:11.5687676Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_155, aten.add.Tensor 2025-06-05T23:51:11.5688461Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_100, aten.sub.Tensor 2025-06-05T23:51:11.5689223Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_156, aten.add.Tensor 2025-06-05T23:51:11.5690070Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_101, aten.sub.Tensor 2025-06-05T23:51:11.5690813Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_157, aten.add.Tensor 2025-06-05T23:51:11.5691567Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_102, aten.sub.Tensor 2025-06-05T23:51:11.5692311Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_158, aten.add.Tensor 2025-06-05T23:51:11.5693076Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_103, aten.sub.Tensor 2025-06-05T23:51:11.5693837Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_159, aten.add.Tensor 2025-06-05T23:51:11.5694609Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_104, aten.sub.Tensor 2025-06-05T23:51:11.5695372Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_160, aten.add.Tensor 2025-06-05T23:51:11.5696130Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_105, aten.sub.Tensor 2025-06-05T23:51:11.5696875Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_161, aten.add.Tensor 2025-06-05T23:51:11.5697636Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_106, aten.sub.Tensor 2025-06-05T23:51:11.5698389Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_162, aten.add.Tensor 2025-06-05T23:51:11.5699148Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_107, aten.sub.Tensor 2025-06-05T23:51:11.5699950Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_163, aten.add.Tensor 2025-06-05T23:51:11.5700694Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_108, aten.sub.Tensor 2025-06-05T23:51:11.5701538Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_772, aten._to_copy.default 2025-06-05T23:51:11.5702338Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_164, aten.add.Tensor 2025-06-05T23:51:11.5703142Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_773, aten._to_copy.default 2025-06-05T23:51:11.5703950Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_109, aten.sub.Tensor 2025-06-05T23:51:11.5704741Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_774, aten._to_copy.default 2025-06-05T23:51:11.5705549Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_165, aten.add.Tensor 2025-06-05T23:51:11.5706343Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_775, aten._to_copy.default 2025-06-05T23:51:11.5707145Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_110, aten.sub.Tensor 2025-06-05T23:51:11.5707947Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_776, aten._to_copy.default 2025-06-05T23:51:11.5708742Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_166, aten.add.Tensor 2025-06-05T23:51:11.5709546Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_777, aten._to_copy.default 2025-06-05T23:51:11.5710335Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_111, aten.sub.Tensor 2025-06-05T23:51:11.5711141Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_778, aten._to_copy.default 2025-06-05T23:51:11.5712009Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_167, aten.add.Tensor 2025-06-05T23:51:11.5712808Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_779, aten._to_copy.default 2025-06-05T23:51:11.5713648Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_112, aten.sub.Tensor 2025-06-05T23:51:11.5714449Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_780, aten._to_copy.default 2025-06-05T23:51:11.5715256Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_168, aten.add.Tensor 2025-06-05T23:51:11.5716064Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_781, aten._to_copy.default 2025-06-05T23:51:11.5716855Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_113, aten.sub.Tensor 2025-06-05T23:51:11.5717661Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_782, aten._to_copy.default 2025-06-05T23:51:11.5718456Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_169, aten.add.Tensor 2025-06-05T23:51:11.5719267Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_783, aten._to_copy.default 2025-06-05T23:51:11.5720070Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_114, aten.sub.Tensor 2025-06-05T23:51:11.5720871Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_784, aten._to_copy.default 2025-06-05T23:51:11.5721676Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_170, aten.add.Tensor 2025-06-05T23:51:11.5722466Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_785, aten._to_copy.default 2025-06-05T23:51:11.5723279Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_115, aten.sub.Tensor 2025-06-05T23:51:11.5724211Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_786, aten._to_copy.default 2025-06-05T23:51:11.5725015Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_171, aten.add.Tensor 2025-06-05T23:51:11.5725866Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_787, aten._to_copy.default 2025-06-05T23:51:11.5726663Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_116, aten.sub.Tensor 2025-06-05T23:51:11.9792720Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_788, aten._to_copy.default 2025-06-05T23:51:11.9793589Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_172, aten.add.Tensor 2025-06-05T23:51:11.9794396Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_789, aten._to_copy.default 2025-06-05T23:51:11.9795207Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_117, aten.sub.Tensor 2025-06-05T23:51:11.9796017Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_790, aten._to_copy.default 2025-06-05T23:51:11.9796829Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_173, aten.add.Tensor 2025-06-05T23:51:11.9797654Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_791, aten._to_copy.default 2025-06-05T23:51:11.9798469Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_118, aten.sub.Tensor 2025-06-05T23:51:11.9799263Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_792, aten._to_copy.default 2025-06-05T23:51:11.9800064Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_174, aten.add.Tensor 2025-06-05T23:51:11.9800859Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_793, aten._to_copy.default 2025-06-05T23:51:11.9801662Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_119, aten.sub.Tensor 2025-06-05T23:51:11.9802530Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_794, aten._to_copy.default 2025-06-05T23:51:11.9803327Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_175, aten.add.Tensor 2025-06-05T23:51:11.9804133Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_795, aten._to_copy.default 2025-06-05T23:51:11.9805004Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_196, aten.cat.default 2025-06-05T23:51:11.9805782Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_197, aten.cat.default 2025-06-05T23:51:11.9806557Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_198, aten.cat.default 2025-06-05T23:51:11.9807326Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_199, aten.cat.default 2025-06-05T23:51:11.9808101Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_200, aten.cat.default 2025-06-05T23:51:11.9808865Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_201, aten.cat.default 2025-06-05T23:51:11.9809721Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_202, aten.cat.default 2025-06-05T23:51:11.9810502Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_203, aten.cat.default 2025-06-05T23:51:11.9811268Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_204, aten.cat.default 2025-06-05T23:51:11.9812044Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_205, aten.cat.default 2025-06-05T23:51:11.9812808Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_206, aten.cat.default 2025-06-05T23:51:11.9813586Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_207, aten.cat.default 2025-06-05T23:51:11.9814359Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_208, aten.cat.default 2025-06-05T23:51:11.9815160Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_796, aten._to_copy.default 2025-06-05T23:51:11.9816043Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_209, aten.cat.default 2025-06-05T23:51:11.9816846Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_797, aten._to_copy.default 2025-06-05T23:51:11.9817687Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_210, aten.cat.default 2025-06-05T23:51:11.9818503Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_798, aten._to_copy.default 2025-06-05T23:51:11.9819305Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_211, aten.cat.default 2025-06-05T23:51:11.9820118Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_799, aten._to_copy.default 2025-06-05T23:51:11.9820919Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_212, aten.cat.default 2025-06-05T23:51:11.9821740Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_800, aten._to_copy.default 2025-06-05T23:51:11.9822556Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_213, aten.cat.default 2025-06-05T23:51:11.9823356Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_801, aten._to_copy.default 2025-06-05T23:51:11.9824170Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_214, aten.cat.default 2025-06-05T23:51:11.9824977Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_802, aten._to_copy.default 2025-06-05T23:51:11.9825792Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_215, aten.cat.default 2025-06-05T23:51:11.9826571Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_216, aten.cat.default 2025-06-05T23:51:11.9827372Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_803, aten._to_copy.default 2025-06-05T23:51:11.9828215Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_217, aten.cat.default 2025-06-05T23:51:11.9829022Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_804, aten._to_copy.default 2025-06-05T23:51:11.9829870Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_218, aten.cat.default 2025-06-05T23:51:11.9830649Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_219, aten.cat.default 2025-06-05T23:51:11.9831452Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_805, aten._to_copy.default 2025-06-05T23:51:11.9832341Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_249, aten.permute_copy.default 2025-06-05T23:51:11.9833221Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_806, aten._to_copy.default 2025-06-05T23:51:11.9834109Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_250, aten.permute_copy.default 2025-06-05T23:51:11.9835002Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_807, aten._to_copy.default 2025-06-05T23:51:11.9835875Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_251, aten.permute_copy.default 2025-06-05T23:51:11.9836770Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_808, aten._to_copy.default 2025-06-05T23:51:11.9837647Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_252, aten.permute_copy.default 2025-06-05T23:51:11.9838534Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_809, aten._to_copy.default 2025-06-05T23:51:11.9839423Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_253, aten.permute_copy.default 2025-06-05T23:51:11.9840300Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_810, aten._to_copy.default 2025-06-05T23:51:11.9841192Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_254, aten.permute_copy.default 2025-06-05T23:51:11.9842098Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_811, aten._to_copy.default 2025-06-05T23:51:11.9843042Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_255, aten.permute_copy.default 2025-06-05T23:51:11.9843930Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_812, aten._to_copy.default 2025-06-05T23:51:11.9844810Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_256, aten.permute_copy.default 2025-06-05T23:51:11.9845730Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_257, aten.permute_copy.default 2025-06-05T23:51:11.9846604Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_813, aten._to_copy.default 2025-06-05T23:51:11.9847492Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_258, aten.permute_copy.default 2025-06-05T23:51:11.9848386Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_814, aten._to_copy.default 2025-06-05T23:51:11.9849262Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_259, aten.permute_copy.default 2025-06-05T23:51:11.9850256Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_260, aten.permute_copy.default 2025-06-05T23:51:11.9851130Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_815, aten._to_copy.default 2025-06-05T23:51:11.9851943Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_220, aten.cat.default 2025-06-05T23:51:11.9852724Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_222, aten.cat.default 2025-06-05T23:51:11.9853490Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_224, aten.cat.default 2025-06-05T23:51:11.9854308Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_226, aten.cat.default 2025-06-05T23:51:11.9855080Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_228, aten.cat.default 2025-06-05T23:51:11.9855895Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_230, aten.cat.default 2025-06-05T23:51:11.9856671Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_232, aten.cat.default 2025-06-05T23:51:12.5207285Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_234, aten.cat.default 2025-06-05T23:51:12.5208710Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_236, aten.cat.default 2025-06-05T23:51:12.5210152Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_238, aten.cat.default 2025-06-05T23:51:12.5211521Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_240, aten.cat.default 2025-06-05T23:51:12.5212964Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_242, aten.cat.default 2025-06-05T23:51:12.5214367Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_96, aten.matmul.default 2025-06-05T23:51:12.5215834Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_98, aten.matmul.default 2025-06-05T23:51:12.5217300Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_100, aten.matmul.default 2025-06-05T23:51:12.5218758Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_102, aten.matmul.default 2025-06-05T23:51:12.5220229Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_104, aten.matmul.default 2025-06-05T23:51:12.5221677Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_106, aten.matmul.default 2025-06-05T23:51:12.5223149Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_108, aten.matmul.default 2025-06-05T23:51:12.5224878Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_110, aten.matmul.default 2025-06-05T23:51:12.5226337Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_112, aten.matmul.default 2025-06-05T23:51:12.5227888Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_114, aten.matmul.default 2025-06-05T23:51:12.5229346Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_116, aten.matmul.default 2025-06-05T23:51:12.5230823Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_118, aten.matmul.default 2025-06-05T23:51:12.5232243Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_48, aten.div.Tensor 2025-06-05T23:51:12.5233579Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_49, aten.div.Tensor 2025-06-05T23:51:12.5234931Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_50, aten.div.Tensor 2025-06-05T23:51:12.5236265Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_51, aten.div.Tensor 2025-06-05T23:51:12.5237609Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_52, aten.div.Tensor 2025-06-05T23:51:12.5238959Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_53, aten.div.Tensor 2025-06-05T23:51:12.5240274Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_54, aten.div.Tensor 2025-06-05T23:51:12.5241600Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_55, aten.div.Tensor 2025-06-05T23:51:12.5242918Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_56, aten.div.Tensor 2025-06-05T23:51:12.5244259Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_57, aten.div.Tensor 2025-06-05T23:51:12.5245590Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_58, aten.div.Tensor 2025-06-05T23:51:12.5246984Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_59, aten.div.Tensor 2025-06-05T23:51:12.5248331Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_176, aten.add.Tensor 2025-06-05T23:51:12.5249772Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_177, aten.add.Tensor 2025-06-05T23:51:12.5251120Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_178, aten.add.Tensor 2025-06-05T23:51:12.5252420Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_179, aten.add.Tensor 2025-06-05T23:51:12.5253690Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_180, aten.add.Tensor 2025-06-05T23:51:12.5254953Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_181, aten.add.Tensor 2025-06-05T23:51:12.5256214Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_182, aten.add.Tensor 2025-06-05T23:51:12.5257514Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_183, aten.add.Tensor 2025-06-05T23:51:12.5258772Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_184, aten.add.Tensor 2025-06-05T23:51:12.5260204Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_185, aten.add.Tensor 2025-06-05T23:51:12.5261439Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_186, aten.add.Tensor 2025-06-05T23:51:12.5262620Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_187, aten.add.Tensor 2025-06-05T23:51:12.5263988Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_48, aten._softmax.default 2025-06-05T23:51:12.5265318Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_49, aten._softmax.default 2025-06-05T23:51:12.5266822Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_50, aten._softmax.default 2025-06-05T23:51:12.5268654Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_51, aten._softmax.default 2025-06-05T23:51:12.5270457Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_52, aten._softmax.default 2025-06-05T23:51:12.5272298Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_53, aten._softmax.default 2025-06-05T23:51:12.5273794Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_54, aten._softmax.default 2025-06-05T23:51:12.5275295Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_55, aten._softmax.default 2025-06-05T23:51:12.5276805Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_56, aten._softmax.default 2025-06-05T23:51:12.5278292Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_57, aten._softmax.default 2025-06-05T23:51:12.5279807Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_58, aten._softmax.default 2025-06-05T23:51:12.5281301Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_59, aten._softmax.default 2025-06-05T23:51:12.5282789Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_97, aten.matmul.default 2025-06-05T23:51:12.5284243Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_99, aten.matmul.default 2025-06-05T23:51:12.5285685Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_101, aten.matmul.default 2025-06-05T23:51:12.5287148Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_103, aten.matmul.default 2025-06-05T23:51:12.5288599Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_105, aten.matmul.default 2025-06-05T23:51:12.5290131Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_107, aten.matmul.default 2025-06-05T23:51:12.5291649Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_109, aten.matmul.default 2025-06-05T23:51:12.5293105Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_111, aten.matmul.default 2025-06-05T23:51:12.5294625Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_113, aten.matmul.default 2025-06-05T23:51:12.5296081Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_115, aten.matmul.default 2025-06-05T23:51:12.5297542Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_117, aten.matmul.default 2025-06-05T23:51:12.5299003Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_119, aten.matmul.default 2025-06-05T23:51:12.5300417Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_244, aten.cat.default 2025-06-05T23:51:12.5301884Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_201, aten.view_copy.default 2025-06-05T23:51:12.5303498Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1333, aten.permute_copy.default 2025-06-05T23:51:12.5305143Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_196, aten.convolution.default 2025-06-05T23:51:12.5306786Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1334, aten.permute_copy.default 2025-06-05T23:51:12.5308370Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_202, aten.view_copy.default 2025-06-05T23:51:12.5309817Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_188, aten.add.Tensor 2025-06-05T23:51:12.5311234Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_rms_norm_default_9, aten.rms_norm.default 2025-06-05T23:51:12.5312773Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_203, aten.view_copy.default 2025-06-05T23:51:12.5314376Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1335, aten.permute_copy.default 2025-06-05T23:51:12.5316039Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_197, aten.convolution.default 2025-06-05T23:51:12.5317698Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_198, aten.convolution.default 2025-06-05T23:51:12.5319237Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sigmoid_default_4, aten.sigmoid.default 2025-06-05T23:51:12.5320652Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_488, aten.mul.Tensor 2025-06-05T23:51:12.5322003Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_489, aten.mul.Tensor 2025-06-05T23:51:13.0581042Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_199, aten.convolution.default 2025-06-05T23:51:13.0582766Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1336, aten.permute_copy.default 2025-06-05T23:51:13.0584372Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_204, aten.view_copy.default 2025-06-05T23:51:13.0585831Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_189, aten.add.Tensor 2025-06-05T23:51:13.0587282Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_rms_norm_default_10, aten.rms_norm.default 2025-06-05T23:51:13.0588794Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_205, aten.view_copy.default 2025-06-05T23:51:13.0590391Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1337, aten.permute_copy.default 2025-06-05T23:51:13.0591964Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_816, aten._to_copy.default 2025-06-05T23:51:13.0593535Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_200, aten.convolution.default 2025-06-05T23:51:13.0595492Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1338, aten.permute_copy.default 2025-06-05T23:51:13.0597124Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_201, aten.convolution.default 2025-06-05T23:51:13.0598844Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1339, aten.permute_copy.default 2025-06-05T23:51:13.0600489Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_202, aten.convolution.default 2025-06-05T23:51:13.0602111Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1340, aten.permute_copy.default 2025-06-05T23:51:13.0603748Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_203, aten.convolution.default 2025-06-05T23:51:13.0605373Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1341, aten.permute_copy.default 2025-06-05T23:51:13.0607016Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_204, aten.convolution.default 2025-06-05T23:51:13.0608664Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1342, aten.permute_copy.default 2025-06-05T23:51:13.0610355Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_205, aten.convolution.default 2025-06-05T23:51:13.0611990Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1343, aten.permute_copy.default 2025-06-05T23:51:13.0613869Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_206, aten.convolution.default 2025-06-05T23:51:13.0615554Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1344, aten.permute_copy.default 2025-06-05T23:51:13.0617206Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_207, aten.convolution.default 2025-06-05T23:51:13.0618837Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1345, aten.permute_copy.default 2025-06-05T23:51:13.0620560Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_208, aten.convolution.default 2025-06-05T23:51:13.0622281Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1346, aten.permute_copy.default 2025-06-05T23:51:13.0623909Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_209, aten.convolution.default 2025-06-05T23:51:13.0625549Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1347, aten.permute_copy.default 2025-06-05T23:51:13.0627179Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_210, aten.convolution.default 2025-06-05T23:51:13.0628820Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1348, aten.permute_copy.default 2025-06-05T23:51:13.0630461Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_211, aten.convolution.default 2025-06-05T23:51:13.0632089Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1349, aten.permute_copy.default 2025-06-05T23:51:13.0633728Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_212, aten.convolution.default 2025-06-05T23:51:13.0635359Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1350, aten.permute_copy.default 2025-06-05T23:51:13.0637008Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_213, aten.convolution.default 2025-06-05T23:51:13.0638654Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1351, aten.permute_copy.default 2025-06-05T23:51:13.0640279Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_214, aten.convolution.default 2025-06-05T23:51:13.0641956Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1352, aten.permute_copy.default 2025-06-05T23:51:13.0643589Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_215, aten.convolution.default 2025-06-05T23:51:13.0645275Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1353, aten.permute_copy.default 2025-06-05T23:51:13.0646921Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_216, aten.convolution.default 2025-06-05T23:51:13.0648544Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1354, aten.permute_copy.default 2025-06-05T23:51:13.0650371Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_217, aten.convolution.default 2025-06-05T23:51:13.0651999Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1355, aten.permute_copy.default 2025-06-05T23:51:13.0653650Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_218, aten.convolution.default 2025-06-05T23:51:13.0655288Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1356, aten.permute_copy.default 2025-06-05T23:51:13.0656919Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_219, aten.convolution.default 2025-06-05T23:51:13.0658572Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1357, aten.permute_copy.default 2025-06-05T23:51:13.0660348Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_220, aten.convolution.default 2025-06-05T23:51:13.0661976Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1358, aten.permute_copy.default 2025-06-05T23:51:13.0663568Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_221, aten.convolution.default 2025-06-05T23:51:13.0665198Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1359, aten.permute_copy.default 2025-06-05T23:51:13.0666992Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_222, aten.convolution.default 2025-06-05T23:51:13.0668632Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1360, aten.permute_copy.default 2025-06-05T23:51:13.0670305Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_223, aten.convolution.default 2025-06-05T23:51:13.0671944Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1361, aten.permute_copy.default 2025-06-05T23:51:13.0673560Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_224, aten.convolution.default 2025-06-05T23:51:13.0675190Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1362, aten.permute_copy.default 2025-06-05T23:51:13.0676821Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_225, aten.convolution.default 2025-06-05T23:51:13.0678446Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1363, aten.permute_copy.default 2025-06-05T23:51:13.0680081Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_226, aten.convolution.default 2025-06-05T23:51:13.0681702Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1364, aten.permute_copy.default 2025-06-05T23:51:13.0683339Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_227, aten.convolution.default 2025-06-05T23:51:13.0684980Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1365, aten.permute_copy.default 2025-06-05T23:51:13.0686601Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_228, aten.convolution.default 2025-06-05T23:51:13.0688240Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1366, aten.permute_copy.default 2025-06-05T23:51:13.0689969Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_229, aten.convolution.default 2025-06-05T23:51:13.0691615Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1367, aten.permute_copy.default 2025-06-05T23:51:13.0693309Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_230, aten.convolution.default 2025-06-05T23:51:13.0694936Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1368, aten.permute_copy.default 2025-06-05T23:51:13.0696570Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_231, aten.convolution.default 2025-06-05T23:51:13.3442990Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1369, aten.permute_copy.default 2025-06-05T23:51:13.3443957Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_232, aten.convolution.default 2025-06-05T23:51:13.3444911Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1370, aten.permute_copy.default 2025-06-05T23:51:13.3445819Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_233, aten.convolution.default 2025-06-05T23:51:13.3446764Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1371, aten.permute_copy.default 2025-06-05T23:51:13.3447688Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_234, aten.convolution.default 2025-06-05T23:51:13.3448596Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1372, aten.permute_copy.default 2025-06-05T23:51:13.3449575Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_235, aten.convolution.default 2025-06-05T23:51:13.3450525Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1373, aten.permute_copy.default 2025-06-05T23:51:13.3451669Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_206, aten.view_copy.default 2025-06-05T23:51:13.3452547Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_207, aten.view_copy.default 2025-06-05T23:51:13.3453458Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_208, aten.view_copy.default 2025-06-05T23:51:13.3454322Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_209, aten.view_copy.default 2025-06-05T23:51:13.3455195Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_210, aten.view_copy.default 2025-06-05T23:51:13.3456048Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_211, aten.view_copy.default 2025-06-05T23:51:13.3456915Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_212, aten.view_copy.default 2025-06-05T23:51:13.3457771Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_213, aten.view_copy.default 2025-06-05T23:51:13.3458642Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_214, aten.view_copy.default 2025-06-05T23:51:13.3459673Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_215, aten.view_copy.default 2025-06-05T23:51:13.3460529Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_216, aten.view_copy.default 2025-06-05T23:51:13.3461398Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_217, aten.view_copy.default 2025-06-05T23:51:13.3462254Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_218, aten.view_copy.default 2025-06-05T23:51:13.3463121Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_219, aten.view_copy.default 2025-06-05T23:51:13.3464052Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_220, aten.view_copy.default 2025-06-05T23:51:13.3464912Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_221, aten.view_copy.default 2025-06-05T23:51:13.3465778Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_222, aten.view_copy.default 2025-06-05T23:51:13.3466708Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_223, aten.view_copy.default 2025-06-05T23:51:13.3467559Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_224, aten.view_copy.default 2025-06-05T23:51:13.3468426Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_225, aten.view_copy.default 2025-06-05T23:51:13.3469281Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_226, aten.view_copy.default 2025-06-05T23:51:13.3470144Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_227, aten.view_copy.default 2025-06-05T23:51:13.3471013Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_228, aten.view_copy.default 2025-06-05T23:51:13.3471864Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_229, aten.view_copy.default 2025-06-05T23:51:13.3472739Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_230, aten.view_copy.default 2025-06-05T23:51:13.3473586Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_828, aten._to_copy.default 2025-06-05T23:51:13.3474442Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_231, aten.view_copy.default 2025-06-05T23:51:13.3475305Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_829, aten._to_copy.default 2025-06-05T23:51:13.3476156Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_232, aten.view_copy.default 2025-06-05T23:51:13.3477016Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_830, aten._to_copy.default 2025-06-05T23:51:13.3477903Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_233, aten.view_copy.default 2025-06-05T23:51:13.3478764Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_831, aten._to_copy.default 2025-06-05T23:51:13.3479674Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_234, aten.view_copy.default 2025-06-05T23:51:13.3480527Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_832, aten._to_copy.default 2025-06-05T23:51:13.3481388Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_235, aten.view_copy.default 2025-06-05T23:51:13.3482237Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_833, aten._to_copy.default 2025-06-05T23:51:13.3483098Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_236, aten.view_copy.default 2025-06-05T23:51:13.3483963Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_834, aten._to_copy.default 2025-06-05T23:51:13.3484807Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_237, aten.view_copy.default 2025-06-05T23:51:13.3485666Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_835, aten._to_copy.default 2025-06-05T23:51:13.3486510Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_238, aten.view_copy.default 2025-06-05T23:51:13.3487368Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_836, aten._to_copy.default 2025-06-05T23:51:13.3488224Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_239, aten.view_copy.default 2025-06-05T23:51:13.3489070Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_837, aten._to_copy.default 2025-06-05T23:51:13.3490044Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_240, aten.view_copy.default 2025-06-05T23:51:13.3490903Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_838, aten._to_copy.default 2025-06-05T23:51:13.3491793Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_241, aten.view_copy.default 2025-06-05T23:51:13.3492664Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_240, aten.slice_copy.Tensor 2025-06-05T23:51:13.3493522Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_241, aten.slice_copy.Tensor 2025-06-05T23:51:13.3494391Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_242, aten.slice_copy.Tensor 2025-06-05T23:51:13.3495253Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_243, aten.slice_copy.Tensor 2025-06-05T23:51:13.3496123Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_244, aten.slice_copy.Tensor 2025-06-05T23:51:13.3496996Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_245, aten.slice_copy.Tensor 2025-06-05T23:51:13.3497859Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_246, aten.slice_copy.Tensor 2025-06-05T23:51:13.3498736Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_247, aten.slice_copy.Tensor 2025-06-05T23:51:13.3499591Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_248, aten.slice_copy.Tensor 2025-06-05T23:51:13.3500460Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_249, aten.slice_copy.Tensor 2025-06-05T23:51:13.3501336Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_250, aten.slice_copy.Tensor 2025-06-05T23:51:13.3502197Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_251, aten.slice_copy.Tensor 2025-06-05T23:51:13.3503069Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_252, aten.slice_copy.Tensor 2025-06-05T23:51:13.3503959Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_253, aten.slice_copy.Tensor 2025-06-05T23:51:13.3504852Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_254, aten.slice_copy.Tensor 2025-06-05T23:51:13.3505718Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_255, aten.slice_copy.Tensor 2025-06-05T23:51:13.3506567Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_256, aten.slice_copy.Tensor 2025-06-05T23:51:13.3507432Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_257, aten.slice_copy.Tensor 2025-06-05T23:51:13.7507552Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_258, aten.slice_copy.Tensor 2025-06-05T23:51:13.7509221Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_259, aten.slice_copy.Tensor 2025-06-05T23:51:13.7510845Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_260, aten.slice_copy.Tensor 2025-06-05T23:51:13.7512444Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_261, aten.slice_copy.Tensor 2025-06-05T23:51:13.7514101Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_262, aten.slice_copy.Tensor 2025-06-05T23:51:13.7515701Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_263, aten.slice_copy.Tensor 2025-06-05T23:51:13.7517445Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_264, aten.slice_copy.Tensor 2025-06-05T23:51:13.7519086Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_265, aten.slice_copy.Tensor 2025-06-05T23:51:13.7520677Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_266, aten.slice_copy.Tensor 2025-06-05T23:51:13.7522609Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_267, aten.slice_copy.Tensor 2025-06-05T23:51:13.7524244Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_268, aten.slice_copy.Tensor 2025-06-05T23:51:13.7525880Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_269, aten.slice_copy.Tensor 2025-06-05T23:51:13.7527521Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_270, aten.slice_copy.Tensor 2025-06-05T23:51:13.7529162Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_271, aten.slice_copy.Tensor 2025-06-05T23:51:13.7530827Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_272, aten.slice_copy.Tensor 2025-06-05T23:51:13.7532429Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_273, aten.slice_copy.Tensor 2025-06-05T23:51:13.7534038Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_274, aten.slice_copy.Tensor 2025-06-05T23:51:13.7535653Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_275, aten.slice_copy.Tensor 2025-06-05T23:51:13.7537273Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_276, aten.slice_copy.Tensor 2025-06-05T23:51:13.7538862Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_277, aten.slice_copy.Tensor 2025-06-05T23:51:13.7540469Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_278, aten.slice_copy.Tensor 2025-06-05T23:51:13.7542101Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_279, aten.slice_copy.Tensor 2025-06-05T23:51:13.7543678Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_280, aten.slice_copy.Tensor 2025-06-05T23:51:13.7545320Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_281, aten.slice_copy.Tensor 2025-06-05T23:51:13.7547122Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_282, aten.slice_copy.Tensor 2025-06-05T23:51:13.7548572Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_283, aten.slice_copy.Tensor 2025-06-05T23:51:13.7550353Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_284, aten.slice_copy.Tensor 2025-06-05T23:51:13.7551984Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_285, aten.slice_copy.Tensor 2025-06-05T23:51:13.7553603Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_286, aten.slice_copy.Tensor 2025-06-05T23:51:13.7555200Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_287, aten.slice_copy.Tensor 2025-06-05T23:51:13.7556730Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_270, aten.cat.default 2025-06-05T23:51:13.7558166Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_272, aten.cat.default 2025-06-05T23:51:13.7559816Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_274, aten.cat.default 2025-06-05T23:51:13.7561260Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_276, aten.cat.default 2025-06-05T23:51:13.7562682Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_278, aten.cat.default 2025-06-05T23:51:13.7564119Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_280, aten.cat.default 2025-06-05T23:51:13.7565512Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_282, aten.cat.default 2025-06-05T23:51:13.7566967Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_284, aten.cat.default 2025-06-05T23:51:13.7568418Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_286, aten.cat.default 2025-06-05T23:51:13.7570076Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_288, aten.cat.default 2025-06-05T23:51:13.7571460Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_290, aten.cat.default 2025-06-05T23:51:13.7572991Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_292, aten.cat.default 2025-06-05T23:51:13.7574444Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_490, aten.mul.Tensor 2025-06-05T23:51:13.7575892Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_492, aten.mul.Tensor 2025-06-05T23:51:13.7577268Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_491, aten.mul.Tensor 2025-06-05T23:51:13.7578666Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_493, aten.mul.Tensor 2025-06-05T23:51:13.7580041Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_494, aten.mul.Tensor 2025-06-05T23:51:13.7581427Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_496, aten.mul.Tensor 2025-06-05T23:51:13.7582803Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_495, aten.mul.Tensor 2025-06-05T23:51:13.7584206Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_497, aten.mul.Tensor 2025-06-05T23:51:13.7585590Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_498, aten.mul.Tensor 2025-06-05T23:51:13.7586994Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_500, aten.mul.Tensor 2025-06-05T23:51:13.7588360Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_499, aten.mul.Tensor 2025-06-05T23:51:13.7589753Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_501, aten.mul.Tensor 2025-06-05T23:51:13.7591170Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_502, aten.mul.Tensor 2025-06-05T23:51:13.7592601Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_504, aten.mul.Tensor 2025-06-05T23:51:13.7593847Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_503, aten.mul.Tensor 2025-06-05T23:51:13.7595218Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_505, aten.mul.Tensor 2025-06-05T23:51:13.7596749Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_506, aten.mul.Tensor 2025-06-05T23:51:13.7598170Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_508, aten.mul.Tensor 2025-06-05T23:51:13.7599560Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_507, aten.mul.Tensor 2025-06-05T23:51:13.7600927Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_509, aten.mul.Tensor 2025-06-05T23:51:13.7602337Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_510, aten.mul.Tensor 2025-06-05T23:51:13.7603723Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_512, aten.mul.Tensor 2025-06-05T23:51:13.7605108Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_511, aten.mul.Tensor 2025-06-05T23:51:13.7606499Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_513, aten.mul.Tensor 2025-06-05T23:51:13.7607889Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_514, aten.mul.Tensor 2025-06-05T23:51:13.7609283Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_516, aten.mul.Tensor 2025-06-05T23:51:13.7610809Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_515, aten.mul.Tensor 2025-06-05T23:51:13.7612164Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_517, aten.mul.Tensor 2025-06-05T23:51:13.7613569Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_518, aten.mul.Tensor 2025-06-05T23:51:13.7614992Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_520, aten.mul.Tensor 2025-06-05T23:51:13.7616487Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_519, aten.mul.Tensor 2025-06-05T23:51:13.7617880Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_521, aten.mul.Tensor 2025-06-05T23:51:13.7619373Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_522, aten.mul.Tensor 2025-06-05T23:51:13.7620786Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_524, aten.mul.Tensor 2025-06-05T23:51:13.7622183Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_523, aten.mul.Tensor 2025-06-05T23:51:13.7623570Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_525, aten.mul.Tensor 2025-06-05T23:51:13.7624958Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_526, aten.mul.Tensor 2025-06-05T23:51:13.7626358Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_528, aten.mul.Tensor 2025-06-05T23:51:14.1935013Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_527, aten.mul.Tensor 2025-06-05T23:51:14.1936445Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_529, aten.mul.Tensor 2025-06-05T23:51:14.1937844Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_530, aten.mul.Tensor 2025-06-05T23:51:14.1939302Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_532, aten.mul.Tensor 2025-06-05T23:51:14.1940691Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_531, aten.mul.Tensor 2025-06-05T23:51:14.1942072Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_533, aten.mul.Tensor 2025-06-05T23:51:14.1943466Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_534, aten.mul.Tensor 2025-06-05T23:51:14.1944874Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_536, aten.mul.Tensor 2025-06-05T23:51:14.1946291Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_535, aten.mul.Tensor 2025-06-05T23:51:14.1947996Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_537, aten.mul.Tensor 2025-06-05T23:51:14.1949412Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_538, aten.mul.Tensor 2025-06-05T23:51:14.1950965Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_540, aten.mul.Tensor 2025-06-05T23:51:14.1952393Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_539, aten.mul.Tensor 2025-06-05T23:51:14.1953720Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_541, aten.mul.Tensor 2025-06-05T23:51:14.1955155Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_542, aten.mul.Tensor 2025-06-05T23:51:14.1956566Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_544, aten.mul.Tensor 2025-06-05T23:51:14.1957990Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_543, aten.mul.Tensor 2025-06-05T23:51:14.1959579Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_545, aten.mul.Tensor 2025-06-05T23:51:14.1960974Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_546, aten.mul.Tensor 2025-06-05T23:51:14.1962378Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_548, aten.mul.Tensor 2025-06-05T23:51:14.1963755Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_547, aten.mul.Tensor 2025-06-05T23:51:14.1965155Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_549, aten.mul.Tensor 2025-06-05T23:51:14.1966554Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_550, aten.mul.Tensor 2025-06-05T23:51:14.1967934Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_552, aten.mul.Tensor 2025-06-05T23:51:14.1969631Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_551, aten.mul.Tensor 2025-06-05T23:51:14.1970985Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_553, aten.mul.Tensor 2025-06-05T23:51:14.1972517Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_554, aten.mul.Tensor 2025-06-05T23:51:14.1973941Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_556, aten.mul.Tensor 2025-06-05T23:51:14.1975268Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_555, aten.mul.Tensor 2025-06-05T23:51:14.1976684Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_557, aten.mul.Tensor 2025-06-05T23:51:14.1978094Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_558, aten.mul.Tensor 2025-06-05T23:51:14.1979521Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_560, aten.mul.Tensor 2025-06-05T23:51:14.1980899Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_559, aten.mul.Tensor 2025-06-05T23:51:14.1982296Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_561, aten.mul.Tensor 2025-06-05T23:51:14.1983696Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_562, aten.mul.Tensor 2025-06-05T23:51:14.1985087Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_564, aten.mul.Tensor 2025-06-05T23:51:14.1986485Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_563, aten.mul.Tensor 2025-06-05T23:51:14.1987867Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_565, aten.mul.Tensor 2025-06-05T23:51:14.1989258Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_566, aten.mul.Tensor 2025-06-05T23:51:14.1990641Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_568, aten.mul.Tensor 2025-06-05T23:51:14.1992038Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_567, aten.mul.Tensor 2025-06-05T23:51:14.1993597Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_569, aten.mul.Tensor 2025-06-05T23:51:14.1994997Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_570, aten.mul.Tensor 2025-06-05T23:51:14.1996425Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_572, aten.mul.Tensor 2025-06-05T23:51:14.1997850Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_571, aten.mul.Tensor 2025-06-05T23:51:14.1999174Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_573, aten.mul.Tensor 2025-06-05T23:51:14.2000596Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_574, aten.mul.Tensor 2025-06-05T23:51:14.2002007Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_576, aten.mul.Tensor 2025-06-05T23:51:14.2003412Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_575, aten.mul.Tensor 2025-06-05T23:51:14.2004793Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_577, aten.mul.Tensor 2025-06-05T23:51:14.2006171Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_578, aten.mul.Tensor 2025-06-05T23:51:14.2007566Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_580, aten.mul.Tensor 2025-06-05T23:51:14.2008945Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_579, aten.mul.Tensor 2025-06-05T23:51:14.2010410Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_581, aten.mul.Tensor 2025-06-05T23:51:14.2011785Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_582, aten.mul.Tensor 2025-06-05T23:51:14.2013187Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_584, aten.mul.Tensor 2025-06-05T23:51:14.2014605Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_583, aten.mul.Tensor 2025-06-05T23:51:14.2016054Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_585, aten.mul.Tensor 2025-06-05T23:51:14.2017470Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_120, aten.sub.Tensor 2025-06-05T23:51:14.2018941Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_190, aten.add.Tensor 2025-06-05T23:51:14.2020355Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_121, aten.sub.Tensor 2025-06-05T23:51:14.2021680Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_191, aten.add.Tensor 2025-06-05T23:51:14.2023093Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_122, aten.sub.Tensor 2025-06-05T23:51:14.2024522Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_192, aten.add.Tensor 2025-06-05T23:51:14.2025933Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_123, aten.sub.Tensor 2025-06-05T23:51:14.2027311Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_193, aten.add.Tensor 2025-06-05T23:51:14.2028714Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_124, aten.sub.Tensor 2025-06-05T23:51:14.2030106Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_194, aten.add.Tensor 2025-06-05T23:51:14.2031494Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_125, aten.sub.Tensor 2025-06-05T23:51:14.2032872Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_195, aten.add.Tensor 2025-06-05T23:51:14.2034272Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_126, aten.sub.Tensor 2025-06-05T23:51:14.2035674Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_196, aten.add.Tensor 2025-06-05T23:51:14.2037086Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_127, aten.sub.Tensor 2025-06-05T23:51:14.2038460Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_197, aten.add.Tensor 2025-06-05T23:51:14.2039958Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_128, aten.sub.Tensor 2025-06-05T23:51:14.2041380Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_198, aten.add.Tensor 2025-06-05T23:51:14.2042892Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_129, aten.sub.Tensor 2025-06-05T23:51:14.2044051Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_199, aten.add.Tensor 2025-06-05T23:51:14.2045254Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_130, aten.sub.Tensor 2025-06-05T23:51:14.2046660Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_200, aten.add.Tensor 2025-06-05T23:51:14.2048082Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_131, aten.sub.Tensor 2025-06-05T23:51:14.2049571Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_201, aten.add.Tensor 2025-06-05T23:51:14.2050946Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_132, aten.sub.Tensor 2025-06-05T23:51:14.2052443Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_839, aten._to_copy.default 2025-06-05T23:51:14.2053933Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_202, aten.add.Tensor 2025-06-05T23:51:14.6483682Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_840, aten._to_copy.default 2025-06-05T23:51:14.6484883Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_133, aten.sub.Tensor 2025-06-05T23:51:14.6485718Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_841, aten._to_copy.default 2025-06-05T23:51:14.6486514Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_203, aten.add.Tensor 2025-06-05T23:51:14.6487551Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_842, aten._to_copy.default 2025-06-05T23:51:14.6488371Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_134, aten.sub.Tensor 2025-06-05T23:51:14.6489166Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_843, aten._to_copy.default 2025-06-05T23:51:14.6490145Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_204, aten.add.Tensor 2025-06-05T23:51:14.6490943Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_844, aten._to_copy.default 2025-06-05T23:51:14.6491752Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_135, aten.sub.Tensor 2025-06-05T23:51:14.6492547Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_845, aten._to_copy.default 2025-06-05T23:51:14.6493353Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_205, aten.add.Tensor 2025-06-05T23:51:14.6494160Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_846, aten._to_copy.default 2025-06-05T23:51:14.6494953Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_136, aten.sub.Tensor 2025-06-05T23:51:14.6495763Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_847, aten._to_copy.default 2025-06-05T23:51:14.6496552Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_206, aten.add.Tensor 2025-06-05T23:51:14.6497360Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_848, aten._to_copy.default 2025-06-05T23:51:14.6498158Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_137, aten.sub.Tensor 2025-06-05T23:51:14.6498946Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_849, aten._to_copy.default 2025-06-05T23:51:14.6499749Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_207, aten.add.Tensor 2025-06-05T23:51:14.6500542Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_850, aten._to_copy.default 2025-06-05T23:51:14.6501401Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_138, aten.sub.Tensor 2025-06-05T23:51:14.6502203Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_851, aten._to_copy.default 2025-06-05T23:51:14.6503052Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_208, aten.add.Tensor 2025-06-05T23:51:14.6503860Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_852, aten._to_copy.default 2025-06-05T23:51:14.6504649Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_139, aten.sub.Tensor 2025-06-05T23:51:14.6505457Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_853, aten._to_copy.default 2025-06-05T23:51:14.6506260Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_209, aten.add.Tensor 2025-06-05T23:51:14.6507059Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_854, aten._to_copy.default 2025-06-05T23:51:14.6507863Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_140, aten.sub.Tensor 2025-06-05T23:51:14.6508658Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_855, aten._to_copy.default 2025-06-05T23:51:14.6509460Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_210, aten.add.Tensor 2025-06-05T23:51:14.6510263Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_856, aten._to_copy.default 2025-06-05T23:51:14.6511050Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_141, aten.sub.Tensor 2025-06-05T23:51:14.6511849Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_857, aten._to_copy.default 2025-06-05T23:51:14.6512639Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_211, aten.add.Tensor 2025-06-05T23:51:14.6513482Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_858, aten._to_copy.default 2025-06-05T23:51:14.6514286Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_142, aten.sub.Tensor 2025-06-05T23:51:14.6515118Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_859, aten._to_copy.default 2025-06-05T23:51:14.6515921Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_212, aten.add.Tensor 2025-06-05T23:51:14.6516716Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_860, aten._to_copy.default 2025-06-05T23:51:14.6517517Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_143, aten.sub.Tensor 2025-06-05T23:51:14.6518324Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_861, aten._to_copy.default 2025-06-05T23:51:14.6519113Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_213, aten.add.Tensor 2025-06-05T23:51:14.6519927Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_862, aten._to_copy.default 2025-06-05T23:51:14.6520731Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_245, aten.cat.default 2025-06-05T23:51:14.6521518Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_246, aten.cat.default 2025-06-05T23:51:14.6522299Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_247, aten.cat.default 2025-06-05T23:51:14.6523057Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_248, aten.cat.default 2025-06-05T23:51:14.6523826Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_249, aten.cat.default 2025-06-05T23:51:14.6524606Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_250, aten.cat.default 2025-06-05T23:51:14.6525386Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_251, aten.cat.default 2025-06-05T23:51:14.6526193Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_252, aten.cat.default 2025-06-05T23:51:14.6526969Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_253, aten.cat.default 2025-06-05T23:51:14.6527817Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_254, aten.cat.default 2025-06-05T23:51:14.6528578Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_255, aten.cat.default 2025-06-05T23:51:14.6529351Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_256, aten.cat.default 2025-06-05T23:51:14.6530182Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_257, aten.cat.default 2025-06-05T23:51:14.6531003Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_863, aten._to_copy.default 2025-06-05T23:51:14.6531815Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_258, aten.cat.default 2025-06-05T23:51:14.6532584Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_259, aten.cat.default 2025-06-05T23:51:14.6533399Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_864, aten._to_copy.default 2025-06-05T23:51:14.6534201Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_260, aten.cat.default 2025-06-05T23:51:14.6535020Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_865, aten._to_copy.default 2025-06-05T23:51:14.6535839Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_261, aten.cat.default 2025-06-05T23:51:14.6536642Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_866, aten._to_copy.default 2025-06-05T23:51:14.6537452Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_262, aten.cat.default 2025-06-05T23:51:14.6538289Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_867, aten._to_copy.default 2025-06-05T23:51:14.6539106Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_263, aten.cat.default 2025-06-05T23:51:14.6539921Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_264, aten.cat.default 2025-06-05T23:51:14.6540721Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_868, aten._to_copy.default 2025-06-05T23:51:14.6541530Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_265, aten.cat.default 2025-06-05T23:51:14.6542331Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_869, aten._to_copy.default 2025-06-05T23:51:14.6543141Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_266, aten.cat.default 2025-06-05T23:51:14.6543950Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_870, aten._to_copy.default 2025-06-05T23:51:14.6544749Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_267, aten.cat.default 2025-06-05T23:51:14.6545558Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_871, aten._to_copy.default 2025-06-05T23:51:14.6546398Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_268, aten.cat.default 2025-06-05T23:51:14.6547385Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_872, aten._to_copy.default 2025-06-05T23:51:14.6548266Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_302, aten.permute_copy.default 2025-06-05T23:51:15.1138081Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_873, aten._to_copy.default 2025-06-05T23:51:15.1139112Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_303, aten.permute_copy.default 2025-06-05T23:51:15.1140039Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_304, aten.permute_copy.default 2025-06-05T23:51:15.1141197Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_874, aten._to_copy.default 2025-06-05T23:51:15.1142069Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_305, aten.permute_copy.default 2025-06-05T23:51:15.1143025Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_875, aten._to_copy.default 2025-06-05T23:51:15.1143912Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_306, aten.permute_copy.default 2025-06-05T23:51:15.1144780Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_876, aten._to_copy.default 2025-06-05T23:51:15.1145655Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_307, aten.permute_copy.default 2025-06-05T23:51:15.1146523Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_877, aten._to_copy.default 2025-06-05T23:51:15.1147403Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_308, aten.permute_copy.default 2025-06-05T23:51:15.1148316Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_309, aten.permute_copy.default 2025-06-05T23:51:15.1149188Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_878, aten._to_copy.default 2025-06-05T23:51:15.1150068Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_310, aten.permute_copy.default 2025-06-05T23:51:15.1151014Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_879, aten._to_copy.default 2025-06-05T23:51:15.1151894Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_311, aten.permute_copy.default 2025-06-05T23:51:15.1152777Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_880, aten._to_copy.default 2025-06-05T23:51:15.1153709Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_312, aten.permute_copy.default 2025-06-05T23:51:15.1154598Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_881, aten._to_copy.default 2025-06-05T23:51:15.1155532Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_313, aten.permute_copy.default 2025-06-05T23:51:15.1156413Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_882, aten._to_copy.default 2025-06-05T23:51:15.1157226Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_269, aten.cat.default 2025-06-05T23:51:15.1157992Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_271, aten.cat.default 2025-06-05T23:51:15.1158770Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_273, aten.cat.default 2025-06-05T23:51:15.1159694Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_275, aten.cat.default 2025-06-05T23:51:15.1160483Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_277, aten.cat.default 2025-06-05T23:51:15.1161287Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_279, aten.cat.default 2025-06-05T23:51:15.1162047Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_281, aten.cat.default 2025-06-05T23:51:15.1162820Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_283, aten.cat.default 2025-06-05T23:51:15.1163580Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_285, aten.cat.default 2025-06-05T23:51:15.1164362Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_287, aten.cat.default 2025-06-05T23:51:15.1165139Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_289, aten.cat.default 2025-06-05T23:51:15.1165904Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_291, aten.cat.default 2025-06-05T23:51:15.1166767Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_120, aten.matmul.default 2025-06-05T23:51:15.1167581Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_122, aten.matmul.default 2025-06-05T23:51:15.1168451Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_124, aten.matmul.default 2025-06-05T23:51:15.1169276Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_126, aten.matmul.default 2025-06-05T23:51:15.1170147Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_128, aten.matmul.default 2025-06-05T23:51:15.1170976Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_130, aten.matmul.default 2025-06-05T23:51:15.1171782Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_132, aten.matmul.default 2025-06-05T23:51:15.1172604Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_134, aten.matmul.default 2025-06-05T23:51:15.1173429Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_136, aten.matmul.default 2025-06-05T23:51:15.1174237Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_138, aten.matmul.default 2025-06-05T23:51:15.1175061Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_140, aten.matmul.default 2025-06-05T23:51:15.1175868Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_142, aten.matmul.default 2025-06-05T23:51:15.1176660Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_60, aten.div.Tensor 2025-06-05T23:51:15.1177416Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_61, aten.div.Tensor 2025-06-05T23:51:15.1178157Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_62, aten.div.Tensor 2025-06-05T23:51:15.1178970Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_63, aten.div.Tensor 2025-06-05T23:51:15.1179711Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_64, aten.div.Tensor 2025-06-05T23:51:15.1180464Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_65, aten.div.Tensor 2025-06-05T23:51:15.1181275Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_66, aten.div.Tensor 2025-06-05T23:51:15.1182019Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_67, aten.div.Tensor 2025-06-05T23:51:15.1182770Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_68, aten.div.Tensor 2025-06-05T23:51:15.1183512Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_69, aten.div.Tensor 2025-06-05T23:51:15.1184268Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_70, aten.div.Tensor 2025-06-05T23:51:15.1185021Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_71, aten.div.Tensor 2025-06-05T23:51:15.1193133Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_214, aten.add.Tensor 2025-06-05T23:51:15.1194044Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_215, aten.add.Tensor 2025-06-05T23:51:15.1194834Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_216, aten.add.Tensor 2025-06-05T23:51:15.1195601Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_217, aten.add.Tensor 2025-06-05T23:51:15.1196366Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_218, aten.add.Tensor 2025-06-05T23:51:15.1197113Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_219, aten.add.Tensor 2025-06-05T23:51:15.1197873Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_220, aten.add.Tensor 2025-06-05T23:51:15.1198631Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_221, aten.add.Tensor 2025-06-05T23:51:15.1199380Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_222, aten.add.Tensor 2025-06-05T23:51:15.1200258Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_223, aten.add.Tensor 2025-06-05T23:51:15.1201007Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_224, aten.add.Tensor 2025-06-05T23:51:15.1201809Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_225, aten.add.Tensor 2025-06-05T23:51:15.1202711Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_60, aten._softmax.default 2025-06-05T23:51:15.1203624Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_61, aten._softmax.default 2025-06-05T23:51:15.1204472Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_62, aten._softmax.default 2025-06-05T23:51:15.1205305Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_63, aten._softmax.default 2025-06-05T23:51:15.1206153Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_64, aten._softmax.default 2025-06-05T23:51:15.1206994Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_65, aten._softmax.default 2025-06-05T23:51:15.1207827Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_66, aten._softmax.default 2025-06-05T23:51:15.1208670Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_67, aten._softmax.default 2025-06-05T23:51:15.1209590Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_68, aten._softmax.default 2025-06-05T23:51:15.1210428Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_69, aten._softmax.default 2025-06-05T23:51:15.6567602Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_70, aten._softmax.default 2025-06-05T23:51:15.6569567Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_71, aten._softmax.default 2025-06-05T23:51:15.6571075Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_121, aten.matmul.default 2025-06-05T23:51:15.6572637Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_123, aten.matmul.default 2025-06-05T23:51:15.6574132Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_125, aten.matmul.default 2025-06-05T23:51:15.6575594Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_127, aten.matmul.default 2025-06-05T23:51:15.6577054Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_129, aten.matmul.default 2025-06-05T23:51:15.6578517Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_131, aten.matmul.default 2025-06-05T23:51:15.6580015Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_133, aten.matmul.default 2025-06-05T23:51:15.6581497Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_135, aten.matmul.default 2025-06-05T23:51:15.6582962Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_137, aten.matmul.default 2025-06-05T23:51:15.6584423Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_139, aten.matmul.default 2025-06-05T23:51:15.6585887Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_141, aten.matmul.default 2025-06-05T23:51:15.6587338Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_143, aten.matmul.default 2025-06-05T23:51:15.6588771Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_293, aten.cat.default 2025-06-05T23:51:15.6590232Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_242, aten.view_copy.default 2025-06-05T23:51:15.6591834Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1374, aten.permute_copy.default 2025-06-05T23:51:15.6593566Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_236, aten.convolution.default 2025-06-05T23:51:15.6595196Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1375, aten.permute_copy.default 2025-06-05T23:51:15.6596870Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_243, aten.view_copy.default 2025-06-05T23:51:15.6598325Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_226, aten.add.Tensor 2025-06-05T23:51:15.6599733Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_rms_norm_default_11, aten.rms_norm.default 2025-06-05T23:51:15.6601260Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_244, aten.view_copy.default 2025-06-05T23:51:15.6602849Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1376, aten.permute_copy.default 2025-06-05T23:51:15.6604489Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_237, aten.convolution.default 2025-06-05T23:51:15.6606129Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_238, aten.convolution.default 2025-06-05T23:51:15.6607680Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sigmoid_default_5, aten.sigmoid.default 2025-06-05T23:51:15.6609082Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_586, aten.mul.Tensor 2025-06-05T23:51:15.6610487Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_587, aten.mul.Tensor 2025-06-05T23:51:15.6611983Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_239, aten.convolution.default 2025-06-05T23:51:15.6613602Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1377, aten.permute_copy.default 2025-06-05T23:51:15.6615185Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_245, aten.view_copy.default 2025-06-05T23:51:15.6616621Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_227, aten.add.Tensor 2025-06-05T23:51:15.6618020Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_rms_norm_default_12, aten.rms_norm.default 2025-06-05T23:51:15.6619523Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_246, aten.view_copy.default 2025-06-05T23:51:15.6621113Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1378, aten.permute_copy.default 2025-06-05T23:51:15.6622670Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_883, aten._to_copy.default 2025-06-05T23:51:15.6624174Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_240, aten.convolution.default 2025-06-05T23:51:15.6625782Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1379, aten.permute_copy.default 2025-06-05T23:51:15.6627408Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_241, aten.convolution.default 2025-06-05T23:51:15.6629025Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1380, aten.permute_copy.default 2025-06-05T23:51:15.6630640Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_242, aten.convolution.default 2025-06-05T23:51:15.6632268Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1381, aten.permute_copy.default 2025-06-05T23:51:15.6633878Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_243, aten.convolution.default 2025-06-05T23:51:15.6635501Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1382, aten.permute_copy.default 2025-06-05T23:51:15.6637126Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_244, aten.convolution.default 2025-06-05T23:51:15.6638737Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1383, aten.permute_copy.default 2025-06-05T23:51:15.6640414Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_245, aten.convolution.default 2025-06-05T23:51:15.6642065Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1384, aten.permute_copy.default 2025-06-05T23:51:15.6643697Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_246, aten.convolution.default 2025-06-05T23:51:15.6645322Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1385, aten.permute_copy.default 2025-06-05T23:51:15.6646932Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_247, aten.convolution.default 2025-06-05T23:51:15.6648556Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1386, aten.permute_copy.default 2025-06-05T23:51:15.6650281Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_248, aten.convolution.default 2025-06-05T23:51:15.6651878Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1387, aten.permute_copy.default 2025-06-05T23:51:15.6653480Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_249, aten.convolution.default 2025-06-05T23:51:15.6655067Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1388, aten.permute_copy.default 2025-06-05T23:51:15.6656664Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_250, aten.convolution.default 2025-06-05T23:51:15.6658250Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1389, aten.permute_copy.default 2025-06-05T23:51:15.6660038Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_251, aten.convolution.default 2025-06-05T23:51:15.6661738Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1390, aten.permute_copy.default 2025-06-05T23:51:15.6663334Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_252, aten.convolution.default 2025-06-05T23:51:15.6664978Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1391, aten.permute_copy.default 2025-06-05T23:51:15.6666562Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_253, aten.convolution.default 2025-06-05T23:51:15.6668137Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1392, aten.permute_copy.default 2025-06-05T23:51:15.6669773Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_254, aten.convolution.default 2025-06-05T23:51:15.6671389Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1393, aten.permute_copy.default 2025-06-05T23:51:15.6673013Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_255, aten.convolution.default 2025-06-05T23:51:15.6674633Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1394, aten.permute_copy.default 2025-06-05T23:51:15.6676241Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_256, aten.convolution.default 2025-06-05T23:51:15.6677896Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1395, aten.permute_copy.default 2025-06-05T23:51:15.6679501Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_257, aten.convolution.default 2025-06-05T23:51:15.6681125Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1396, aten.permute_copy.default 2025-06-05T23:51:16.0379770Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_258, aten.convolution.default 2025-06-05T23:51:16.0381506Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1397, aten.permute_copy.default 2025-06-05T23:51:16.0383423Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_259, aten.convolution.default 2025-06-05T23:51:16.0385082Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1398, aten.permute_copy.default 2025-06-05T23:51:16.0386867Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_260, aten.convolution.default 2025-06-05T23:51:16.0388502Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1399, aten.permute_copy.default 2025-06-05T23:51:16.0390129Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_261, aten.convolution.default 2025-06-05T23:51:16.0391771Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1400, aten.permute_copy.default 2025-06-05T23:51:16.0393398Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_262, aten.convolution.default 2025-06-05T23:51:16.0395039Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1401, aten.permute_copy.default 2025-06-05T23:51:16.0396677Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_263, aten.convolution.default 2025-06-05T23:51:16.0398291Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1402, aten.permute_copy.default 2025-06-05T23:51:16.0399923Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_264, aten.convolution.default 2025-06-05T23:51:16.0401544Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1403, aten.permute_copy.default 2025-06-05T23:51:16.0403179Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_265, aten.convolution.default 2025-06-05T23:51:16.0404878Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1404, aten.permute_copy.default 2025-06-05T23:51:16.0406504Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_266, aten.convolution.default 2025-06-05T23:51:16.0408188Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1405, aten.permute_copy.default 2025-06-05T23:51:16.0409879Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_267, aten.convolution.default 2025-06-05T23:51:16.0411521Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1406, aten.permute_copy.default 2025-06-05T23:51:16.0413155Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_268, aten.convolution.default 2025-06-05T23:51:16.0414786Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1407, aten.permute_copy.default 2025-06-05T23:51:16.0416422Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_269, aten.convolution.default 2025-06-05T23:51:16.0418044Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1408, aten.permute_copy.default 2025-06-05T23:51:16.0419686Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_270, aten.convolution.default 2025-06-05T23:51:16.0421324Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1409, aten.permute_copy.default 2025-06-05T23:51:16.0422940Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_271, aten.convolution.default 2025-06-05T23:51:16.0424589Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1410, aten.permute_copy.default 2025-06-05T23:51:16.0426225Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_272, aten.convolution.default 2025-06-05T23:51:16.0427857Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1411, aten.permute_copy.default 2025-06-05T23:51:16.0429543Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_273, aten.convolution.default 2025-06-05T23:51:16.0431171Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1412, aten.permute_copy.default 2025-06-05T23:51:16.0432841Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_274, aten.convolution.default 2025-06-05T23:51:16.0434469Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1413, aten.permute_copy.default 2025-06-05T23:51:16.0436104Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_275, aten.convolution.default 2025-06-05T23:51:16.0437736Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1414, aten.permute_copy.default 2025-06-05T23:51:16.0439325Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_247, aten.view_copy.default 2025-06-05T23:51:16.0440888Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_248, aten.view_copy.default 2025-06-05T23:51:16.0442433Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_249, aten.view_copy.default 2025-06-05T23:51:16.0443970Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_250, aten.view_copy.default 2025-06-05T23:51:16.0445519Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_251, aten.view_copy.default 2025-06-05T23:51:16.0447057Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_252, aten.view_copy.default 2025-06-05T23:51:16.0448595Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_253, aten.view_copy.default 2025-06-05T23:51:16.0450178Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_254, aten.view_copy.default 2025-06-05T23:51:16.0451754Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_255, aten.view_copy.default 2025-06-05T23:51:16.0453314Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_256, aten.view_copy.default 2025-06-05T23:51:16.0454886Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_257, aten.view_copy.default 2025-06-05T23:51:16.0456441Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_258, aten.view_copy.default 2025-06-05T23:51:16.0457989Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_259, aten.view_copy.default 2025-06-05T23:51:16.0459671Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_260, aten.view_copy.default 2025-06-05T23:51:16.0461213Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_261, aten.view_copy.default 2025-06-05T23:51:16.0462738Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_262, aten.view_copy.default 2025-06-05T23:51:16.0464274Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_263, aten.view_copy.default 2025-06-05T23:51:16.0465815Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_264, aten.view_copy.default 2025-06-05T23:51:16.0467343Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_265, aten.view_copy.default 2025-06-05T23:51:16.0468883Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_266, aten.view_copy.default 2025-06-05T23:51:16.0470403Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_267, aten.view_copy.default 2025-06-05T23:51:16.0471937Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_268, aten.view_copy.default 2025-06-05T23:51:16.0473477Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_269, aten.view_copy.default 2025-06-05T23:51:16.0475087Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_270, aten.view_copy.default 2025-06-05T23:51:16.0476622Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_271, aten.view_copy.default 2025-06-05T23:51:16.0478194Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_895, aten._to_copy.default 2025-06-05T23:51:16.0479724Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_272, aten.view_copy.default 2025-06-05T23:51:16.0481238Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_896, aten._to_copy.default 2025-06-05T23:51:16.0482745Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_273, aten.view_copy.default 2025-06-05T23:51:16.0484267Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_897, aten._to_copy.default 2025-06-05T23:51:16.0485777Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_274, aten.view_copy.default 2025-06-05T23:51:16.0487328Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_275, aten.view_copy.default 2025-06-05T23:51:16.0488864Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_898, aten._to_copy.default 2025-06-05T23:51:16.0490425Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_276, aten.view_copy.default 2025-06-05T23:51:16.0491948Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_899, aten._to_copy.default 2025-06-05T23:51:16.0493460Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_277, aten.view_copy.default 2025-06-05T23:51:16.3879747Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_900, aten._to_copy.default 2025-06-05T23:51:16.3881064Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_278, aten.view_copy.default 2025-06-05T23:51:16.3882669Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_901, aten._to_copy.default 2025-06-05T23:51:16.3883987Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_279, aten.view_copy.default 2025-06-05T23:51:16.3884981Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_902, aten._to_copy.default 2025-06-05T23:51:16.3885829Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_280, aten.view_copy.default 2025-06-05T23:51:16.3886692Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_903, aten._to_copy.default 2025-06-05T23:51:16.3887553Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_281, aten.view_copy.default 2025-06-05T23:51:16.3888397Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_904, aten._to_copy.default 2025-06-05T23:51:16.3889254Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_282, aten.view_copy.default 2025-06-05T23:51:16.3890180Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_905, aten._to_copy.default 2025-06-05T23:51:16.3891042Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_288, aten.slice_copy.Tensor 2025-06-05T23:51:16.3891914Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_289, aten.slice_copy.Tensor 2025-06-05T23:51:16.3892772Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_290, aten.slice_copy.Tensor 2025-06-05T23:51:16.3893640Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_291, aten.slice_copy.Tensor 2025-06-05T23:51:16.3894496Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_292, aten.slice_copy.Tensor 2025-06-05T23:51:16.3895365Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_293, aten.slice_copy.Tensor 2025-06-05T23:51:16.3896289Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_294, aten.slice_copy.Tensor 2025-06-05T23:51:16.3897145Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_295, aten.slice_copy.Tensor 2025-06-05T23:51:16.3898066Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_296, aten.slice_copy.Tensor 2025-06-05T23:51:16.3898923Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_297, aten.slice_copy.Tensor 2025-06-05T23:51:16.3899787Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_298, aten.slice_copy.Tensor 2025-06-05T23:51:16.3900652Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_299, aten.slice_copy.Tensor 2025-06-05T23:51:16.3901501Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_300, aten.slice_copy.Tensor 2025-06-05T23:51:16.3902372Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_301, aten.slice_copy.Tensor 2025-06-05T23:51:16.3903228Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_302, aten.slice_copy.Tensor 2025-06-05T23:51:16.3904097Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_303, aten.slice_copy.Tensor 2025-06-05T23:51:16.3904970Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_304, aten.slice_copy.Tensor 2025-06-05T23:51:16.3905818Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_305, aten.slice_copy.Tensor 2025-06-05T23:51:16.3906686Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_306, aten.slice_copy.Tensor 2025-06-05T23:51:16.3907542Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_307, aten.slice_copy.Tensor 2025-06-05T23:51:16.3908448Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_308, aten.slice_copy.Tensor 2025-06-05T23:51:16.3909320Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_309, aten.slice_copy.Tensor 2025-06-05T23:51:16.3910225Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_310, aten.slice_copy.Tensor 2025-06-05T23:51:16.3911084Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_311, aten.slice_copy.Tensor 2025-06-05T23:51:16.3911950Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_312, aten.slice_copy.Tensor 2025-06-05T23:51:16.3912805Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_313, aten.slice_copy.Tensor 2025-06-05T23:51:16.3913669Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_314, aten.slice_copy.Tensor 2025-06-05T23:51:16.3914541Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_315, aten.slice_copy.Tensor 2025-06-05T23:51:16.3915403Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_316, aten.slice_copy.Tensor 2025-06-05T23:51:16.3916270Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_317, aten.slice_copy.Tensor 2025-06-05T23:51:16.3917135Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_318, aten.slice_copy.Tensor 2025-06-05T23:51:16.3918003Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_319, aten.slice_copy.Tensor 2025-06-05T23:51:16.3918870Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_320, aten.slice_copy.Tensor 2025-06-05T23:51:16.3919722Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_321, aten.slice_copy.Tensor 2025-06-05T23:51:16.3920587Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_322, aten.slice_copy.Tensor 2025-06-05T23:51:16.3921439Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_323, aten.slice_copy.Tensor 2025-06-05T23:51:16.3922345Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_324, aten.slice_copy.Tensor 2025-06-05T23:51:16.3923239Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_325, aten.slice_copy.Tensor 2025-06-05T23:51:16.3924097Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_326, aten.slice_copy.Tensor 2025-06-05T23:51:16.3924964Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_327, aten.slice_copy.Tensor 2025-06-05T23:51:16.3925818Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_328, aten.slice_copy.Tensor 2025-06-05T23:51:16.3926677Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_329, aten.slice_copy.Tensor 2025-06-05T23:51:16.3927546Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_330, aten.slice_copy.Tensor 2025-06-05T23:51:16.3928396Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_331, aten.slice_copy.Tensor 2025-06-05T23:51:16.3929261Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_332, aten.slice_copy.Tensor 2025-06-05T23:51:16.3930191Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_333, aten.slice_copy.Tensor 2025-06-05T23:51:16.3931060Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_334, aten.slice_copy.Tensor 2025-06-05T23:51:16.3932034Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_335, aten.slice_copy.Tensor 2025-06-05T23:51:16.3932927Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_319, aten.cat.default 2025-06-05T23:51:16.3933774Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_321, aten.cat.default 2025-06-05T23:51:16.3934586Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_323, aten.cat.default 2025-06-05T23:51:16.3935363Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_325, aten.cat.default 2025-06-05T23:51:16.3936168Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_327, aten.cat.default 2025-06-05T23:51:16.3936932Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_329, aten.cat.default 2025-06-05T23:51:16.3937711Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_331, aten.cat.default 2025-06-05T23:51:16.3938471Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_333, aten.cat.default 2025-06-05T23:51:16.3939241Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_335, aten.cat.default 2025-06-05T23:51:16.3940016Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_337, aten.cat.default 2025-06-05T23:51:16.3940776Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_339, aten.cat.default 2025-06-05T23:51:16.3941550Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_341, aten.cat.default 2025-06-05T23:51:16.3942308Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_588, aten.mul.Tensor 2025-06-05T23:51:16.3943069Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_590, aten.mul.Tensor 2025-06-05T23:51:16.3943821Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_589, aten.mul.Tensor 2025-06-05T23:51:16.3944568Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_591, aten.mul.Tensor 2025-06-05T23:51:16.3945325Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_592, aten.mul.Tensor 2025-06-05T23:51:16.8238344Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_594, aten.mul.Tensor 2025-06-05T23:51:16.8239301Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_593, aten.mul.Tensor 2025-06-05T23:51:16.8240271Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_595, aten.mul.Tensor 2025-06-05T23:51:16.8241045Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_596, aten.mul.Tensor 2025-06-05T23:51:16.8241867Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_598, aten.mul.Tensor 2025-06-05T23:51:16.8242633Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_597, aten.mul.Tensor 2025-06-05T23:51:16.8243388Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_599, aten.mul.Tensor 2025-06-05T23:51:16.8244134Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_600, aten.mul.Tensor 2025-06-05T23:51:16.8244923Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_602, aten.mul.Tensor 2025-06-05T23:51:16.8245686Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_601, aten.mul.Tensor 2025-06-05T23:51:16.8246432Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_603, aten.mul.Tensor 2025-06-05T23:51:16.8247209Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_604, aten.mul.Tensor 2025-06-05T23:51:16.8247957Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_606, aten.mul.Tensor 2025-06-05T23:51:16.8248714Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_605, aten.mul.Tensor 2025-06-05T23:51:16.8249539Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_607, aten.mul.Tensor 2025-06-05T23:51:16.8250289Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_608, aten.mul.Tensor 2025-06-05T23:51:16.8251043Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_610, aten.mul.Tensor 2025-06-05T23:51:16.8251853Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_609, aten.mul.Tensor 2025-06-05T23:51:16.8252615Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_611, aten.mul.Tensor 2025-06-05T23:51:16.8253374Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_612, aten.mul.Tensor 2025-06-05T23:51:16.8254186Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_614, aten.mul.Tensor 2025-06-05T23:51:16.8254946Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_613, aten.mul.Tensor 2025-06-05T23:51:16.8255692Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_615, aten.mul.Tensor 2025-06-05T23:51:16.8256449Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_616, aten.mul.Tensor 2025-06-05T23:51:16.8257194Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_618, aten.mul.Tensor 2025-06-05T23:51:16.8257955Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_617, aten.mul.Tensor 2025-06-05T23:51:16.8258724Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_619, aten.mul.Tensor 2025-06-05T23:51:16.8259658Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_620, aten.mul.Tensor 2025-06-05T23:51:16.8260425Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_622, aten.mul.Tensor 2025-06-05T23:51:16.8261174Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_621, aten.mul.Tensor 2025-06-05T23:51:16.8261936Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_623, aten.mul.Tensor 2025-06-05T23:51:16.8262696Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_624, aten.mul.Tensor 2025-06-05T23:51:16.8263447Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_626, aten.mul.Tensor 2025-06-05T23:51:16.8264204Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_625, aten.mul.Tensor 2025-06-05T23:51:16.8265033Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_627, aten.mul.Tensor 2025-06-05T23:51:16.8265802Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_628, aten.mul.Tensor 2025-06-05T23:51:16.8266569Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_630, aten.mul.Tensor 2025-06-05T23:51:16.8267357Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_629, aten.mul.Tensor 2025-06-05T23:51:16.8268121Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_631, aten.mul.Tensor 2025-06-05T23:51:16.8268872Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_632, aten.mul.Tensor 2025-06-05T23:51:16.8269637Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_634, aten.mul.Tensor 2025-06-05T23:51:16.8270398Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_633, aten.mul.Tensor 2025-06-05T23:51:16.8271152Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_635, aten.mul.Tensor 2025-06-05T23:51:16.8271919Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_636, aten.mul.Tensor 2025-06-05T23:51:16.8272678Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_638, aten.mul.Tensor 2025-06-05T23:51:16.8273445Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_637, aten.mul.Tensor 2025-06-05T23:51:16.8274212Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_639, aten.mul.Tensor 2025-06-05T23:51:16.8274956Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_640, aten.mul.Tensor 2025-06-05T23:51:16.8275718Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_642, aten.mul.Tensor 2025-06-05T23:51:16.8276464Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_641, aten.mul.Tensor 2025-06-05T23:51:16.8277264Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_643, aten.mul.Tensor 2025-06-05T23:51:16.8278020Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_644, aten.mul.Tensor 2025-06-05T23:51:16.8278825Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_646, aten.mul.Tensor 2025-06-05T23:51:16.8279588Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_645, aten.mul.Tensor 2025-06-05T23:51:16.8280333Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_647, aten.mul.Tensor 2025-06-05T23:51:16.8281095Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_648, aten.mul.Tensor 2025-06-05T23:51:16.8281838Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_650, aten.mul.Tensor 2025-06-05T23:51:16.8282599Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_649, aten.mul.Tensor 2025-06-05T23:51:16.8283360Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_651, aten.mul.Tensor 2025-06-05T23:51:16.8284106Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_652, aten.mul.Tensor 2025-06-05T23:51:16.8284871Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_654, aten.mul.Tensor 2025-06-05T23:51:16.8285623Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_653, aten.mul.Tensor 2025-06-05T23:51:16.8286381Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_655, aten.mul.Tensor 2025-06-05T23:51:16.8287146Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_656, aten.mul.Tensor 2025-06-05T23:51:16.8288110Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_658, aten.mul.Tensor 2025-06-05T23:51:16.8288871Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_657, aten.mul.Tensor 2025-06-05T23:51:16.8289686Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_659, aten.mul.Tensor 2025-06-05T23:51:16.8290505Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_660, aten.mul.Tensor 2025-06-05T23:51:16.8291263Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_662, aten.mul.Tensor 2025-06-05T23:51:16.8292047Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_661, aten.mul.Tensor 2025-06-05T23:51:16.8292810Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_663, aten.mul.Tensor 2025-06-05T23:51:16.8293557Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_664, aten.mul.Tensor 2025-06-05T23:51:16.8294320Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_666, aten.mul.Tensor 2025-06-05T23:51:16.8295080Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_665, aten.mul.Tensor 2025-06-05T23:51:16.8295821Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_667, aten.mul.Tensor 2025-06-05T23:51:16.8296583Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_668, aten.mul.Tensor 2025-06-05T23:51:16.8297323Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_670, aten.mul.Tensor 2025-06-05T23:51:16.8298078Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_669, aten.mul.Tensor 2025-06-05T23:51:16.8298822Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_671, aten.mul.Tensor 2025-06-05T23:51:16.8299582Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_672, aten.mul.Tensor 2025-06-05T23:51:16.8300335Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_674, aten.mul.Tensor 2025-06-05T23:51:16.8301079Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_673, aten.mul.Tensor 2025-06-05T23:51:16.8301837Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_675, aten.mul.Tensor 2025-06-05T23:51:16.8302614Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_676, aten.mul.Tensor 2025-06-05T23:51:16.8303376Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_678, aten.mul.Tensor 2025-06-05T23:51:17.2755524Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_677, aten.mul.Tensor 2025-06-05T23:51:17.2756360Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_679, aten.mul.Tensor 2025-06-05T23:51:17.2757131Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_680, aten.mul.Tensor 2025-06-05T23:51:17.2757877Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_682, aten.mul.Tensor 2025-06-05T23:51:17.2758658Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_681, aten.mul.Tensor 2025-06-05T23:51:17.2759569Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_683, aten.mul.Tensor 2025-06-05T23:51:17.2760323Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_144, aten.sub.Tensor 2025-06-05T23:51:17.2761089Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_228, aten.add.Tensor 2025-06-05T23:51:17.2761853Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_145, aten.sub.Tensor 2025-06-05T23:51:17.2762598Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_229, aten.add.Tensor 2025-06-05T23:51:17.2763353Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_146, aten.sub.Tensor 2025-06-05T23:51:17.2764093Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_230, aten.add.Tensor 2025-06-05T23:51:17.2764850Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_147, aten.sub.Tensor 2025-06-05T23:51:17.2765605Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_231, aten.add.Tensor 2025-06-05T23:51:17.2766349Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_148, aten.sub.Tensor 2025-06-05T23:51:17.2767348Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_232, aten.add.Tensor 2025-06-05T23:51:17.2768102Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_149, aten.sub.Tensor 2025-06-05T23:51:17.2768923Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_233, aten.add.Tensor 2025-06-05T23:51:17.2769752Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_150, aten.sub.Tensor 2025-06-05T23:51:17.2770500Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_234, aten.add.Tensor 2025-06-05T23:51:17.2771253Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_151, aten.sub.Tensor 2025-06-05T23:51:17.2771995Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_235, aten.add.Tensor 2025-06-05T23:51:17.2772757Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_152, aten.sub.Tensor 2025-06-05T23:51:17.2773515Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_236, aten.add.Tensor 2025-06-05T23:51:17.2774260Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_153, aten.sub.Tensor 2025-06-05T23:51:17.2775024Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_237, aten.add.Tensor 2025-06-05T23:51:17.2775769Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_154, aten.sub.Tensor 2025-06-05T23:51:17.2776524Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_238, aten.add.Tensor 2025-06-05T23:51:17.2777282Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_155, aten.sub.Tensor 2025-06-05T23:51:17.2778025Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_239, aten.add.Tensor 2025-06-05T23:51:17.2778782Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_156, aten.sub.Tensor 2025-06-05T23:51:17.2779643Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_906, aten._to_copy.default 2025-06-05T23:51:17.2780460Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_240, aten.add.Tensor 2025-06-05T23:51:17.2781320Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_907, aten._to_copy.default 2025-06-05T23:51:17.2782129Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_157, aten.sub.Tensor 2025-06-05T23:51:17.2782943Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_908, aten._to_copy.default 2025-06-05T23:51:17.2783733Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_241, aten.add.Tensor 2025-06-05T23:51:17.2784543Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_909, aten._to_copy.default 2025-06-05T23:51:17.2785357Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_158, aten.sub.Tensor 2025-06-05T23:51:17.2786170Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_910, aten._to_copy.default 2025-06-05T23:51:17.2786963Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_242, aten.add.Tensor 2025-06-05T23:51:17.2787775Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_911, aten._to_copy.default 2025-06-05T23:51:17.2788574Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_159, aten.sub.Tensor 2025-06-05T23:51:17.2789385Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_912, aten._to_copy.default 2025-06-05T23:51:17.2790196Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_243, aten.add.Tensor 2025-06-05T23:51:17.2790995Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_913, aten._to_copy.default 2025-06-05T23:51:17.2791806Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_160, aten.sub.Tensor 2025-06-05T23:51:17.2792669Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_914, aten._to_copy.default 2025-06-05T23:51:17.2793481Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_244, aten.add.Tensor 2025-06-05T23:51:17.2794310Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_915, aten._to_copy.default 2025-06-05T23:51:17.2795125Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_161, aten.sub.Tensor 2025-06-05T23:51:17.2795937Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_916, aten._to_copy.default 2025-06-05T23:51:17.2796731Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_245, aten.add.Tensor 2025-06-05T23:51:17.2797541Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_917, aten._to_copy.default 2025-06-05T23:51:17.2798335Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_162, aten.sub.Tensor 2025-06-05T23:51:17.2799146Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_918, aten._to_copy.default 2025-06-05T23:51:17.2799958Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_246, aten.add.Tensor 2025-06-05T23:51:17.2800759Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_919, aten._to_copy.default 2025-06-05T23:51:17.2801562Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_163, aten.sub.Tensor 2025-06-05T23:51:17.2802359Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_920, aten._to_copy.default 2025-06-05T23:51:17.2803159Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_247, aten.add.Tensor 2025-06-05T23:51:17.2803961Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_921, aten._to_copy.default 2025-06-05T23:51:17.2804783Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_164, aten.sub.Tensor 2025-06-05T23:51:17.2805592Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_922, aten._to_copy.default 2025-06-05T23:51:17.2806437Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_248, aten.add.Tensor 2025-06-05T23:51:17.2807249Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_923, aten._to_copy.default 2025-06-05T23:51:17.2808053Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_165, aten.sub.Tensor 2025-06-05T23:51:17.2808846Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_924, aten._to_copy.default 2025-06-05T23:51:17.2809729Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_249, aten.add.Tensor 2025-06-05T23:51:17.2810526Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_925, aten._to_copy.default 2025-06-05T23:51:17.2811338Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_166, aten.sub.Tensor 2025-06-05T23:51:17.2812144Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_926, aten._to_copy.default 2025-06-05T23:51:17.2812947Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_250, aten.add.Tensor 2025-06-05T23:51:17.2813760Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_927, aten._to_copy.default 2025-06-05T23:51:17.2814556Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_167, aten.sub.Tensor 2025-06-05T23:51:17.2815367Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_928, aten._to_copy.default 2025-06-05T23:51:17.2816169Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_251, aten.add.Tensor 2025-06-05T23:51:17.2816969Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_929, aten._to_copy.default 2025-06-05T23:51:17.2817826Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_294, aten.cat.default 2025-06-05T23:51:17.2818599Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_295, aten.cat.default 2025-06-05T23:51:17.2819405Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_296, aten.cat.default 2025-06-05T23:51:17.2820181Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_297, aten.cat.default 2025-06-05T23:51:17.6982063Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_298, aten.cat.default 2025-06-05T23:51:17.6983526Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_299, aten.cat.default 2025-06-05T23:51:17.6984953Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_300, aten.cat.default 2025-06-05T23:51:17.6986392Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_301, aten.cat.default 2025-06-05T23:51:17.6987839Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_302, aten.cat.default 2025-06-05T23:51:17.6989273Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_303, aten.cat.default 2025-06-05T23:51:17.6990702Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_304, aten.cat.default 2025-06-05T23:51:17.6992171Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_305, aten.cat.default 2025-06-05T23:51:17.6993587Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_306, aten.cat.default 2025-06-05T23:51:17.6995062Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_930, aten._to_copy.default 2025-06-05T23:51:17.6996600Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_307, aten.cat.default 2025-06-05T23:51:17.6998420Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_931, aten._to_copy.default 2025-06-05T23:51:17.6999954Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_308, aten.cat.default 2025-06-05T23:51:17.7001416Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_932, aten._to_copy.default 2025-06-05T23:51:17.7003051Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_309, aten.cat.default 2025-06-05T23:51:17.7004605Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_933, aten._to_copy.default 2025-06-05T23:51:17.7006090Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_310, aten.cat.default 2025-06-05T23:51:17.7007566Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_934, aten._to_copy.default 2025-06-05T23:51:17.7009083Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_311, aten.cat.default 2025-06-05T23:51:17.7010650Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_935, aten._to_copy.default 2025-06-05T23:51:17.7012159Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_312, aten.cat.default 2025-06-05T23:51:17.7013672Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_936, aten._to_copy.default 2025-06-05T23:51:17.7015166Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_313, aten.cat.default 2025-06-05T23:51:17.7016698Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_937, aten._to_copy.default 2025-06-05T23:51:17.7018139Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_314, aten.cat.default 2025-06-05T23:51:17.7019673Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_938, aten._to_copy.default 2025-06-05T23:51:17.7021206Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_315, aten.cat.default 2025-06-05T23:51:17.7022670Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_939, aten._to_copy.default 2025-06-05T23:51:17.7024378Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_316, aten.cat.default 2025-06-05T23:51:17.7025907Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_940, aten._to_copy.default 2025-06-05T23:51:17.7027550Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_317, aten.cat.default 2025-06-05T23:51:17.7029056Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_941, aten._to_copy.default 2025-06-05T23:51:17.7030690Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_355, aten.permute_copy.default 2025-06-05T23:51:17.7032319Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_942, aten._to_copy.default 2025-06-05T23:51:17.7033938Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_356, aten.permute_copy.default 2025-06-05T23:51:17.7035585Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_943, aten._to_copy.default 2025-06-05T23:51:17.7037222Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_357, aten.permute_copy.default 2025-06-05T23:51:17.7038889Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_944, aten._to_copy.default 2025-06-05T23:51:17.7040497Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_358, aten.permute_copy.default 2025-06-05T23:51:17.7042150Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_945, aten._to_copy.default 2025-06-05T23:51:17.7043813Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_359, aten.permute_copy.default 2025-06-05T23:51:17.7045412Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_946, aten._to_copy.default 2025-06-05T23:51:17.7047159Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_360, aten.permute_copy.default 2025-06-05T23:51:17.7048855Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_947, aten._to_copy.default 2025-06-05T23:51:17.7050616Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_361, aten.permute_copy.default 2025-06-05T23:51:17.7052251Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_948, aten._to_copy.default 2025-06-05T23:51:17.7053888Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_362, aten.permute_copy.default 2025-06-05T23:51:17.7055503Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_949, aten._to_copy.default 2025-06-05T23:51:17.7057131Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_363, aten.permute_copy.default 2025-06-05T23:51:17.7058760Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_950, aten._to_copy.default 2025-06-05T23:51:17.7060652Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_364, aten.permute_copy.default 2025-06-05T23:51:17.7062251Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_951, aten._to_copy.default 2025-06-05T23:51:17.7063903Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_365, aten.permute_copy.default 2025-06-05T23:51:17.7065567Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_952, aten._to_copy.default 2025-06-05T23:51:17.7067114Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_366, aten.permute_copy.default 2025-06-05T23:51:17.7068621Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_953, aten._to_copy.default 2025-06-05T23:51:17.7070146Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_318, aten.cat.default 2025-06-05T23:51:17.7071750Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_320, aten.cat.default 2025-06-05T23:51:17.7073209Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_322, aten.cat.default 2025-06-05T23:51:17.7074747Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_324, aten.cat.default 2025-06-05T23:51:17.7076165Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_326, aten.cat.default 2025-06-05T23:51:17.7077586Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_328, aten.cat.default 2025-06-05T23:51:17.7079001Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_330, aten.cat.default 2025-06-05T23:51:17.7080423Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_332, aten.cat.default 2025-06-05T23:51:17.7081836Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_334, aten.cat.default 2025-06-05T23:51:17.7083261Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_336, aten.cat.default 2025-06-05T23:51:17.7084715Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_338, aten.cat.default 2025-06-05T23:51:17.7086091Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_340, aten.cat.default 2025-06-05T23:51:17.7087600Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_144, aten.matmul.default 2025-06-05T23:51:17.7089142Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_146, aten.matmul.default 2025-06-05T23:51:17.7090689Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_148, aten.matmul.default 2025-06-05T23:51:17.7092248Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_150, aten.matmul.default 2025-06-05T23:51:17.7093909Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_152, aten.matmul.default 2025-06-05T23:51:17.7095457Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_154, aten.matmul.default 2025-06-05T23:51:17.7097018Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_156, aten.matmul.default 2025-06-05T23:51:17.7098550Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_158, aten.matmul.default 2025-06-05T23:51:17.7100063Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_160, aten.matmul.default 2025-06-05T23:51:17.7101558Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_162, aten.matmul.default 2025-06-05T23:51:18.2590606Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_164, aten.matmul.default 2025-06-05T23:51:18.2592155Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_166, aten.matmul.default 2025-06-05T23:51:18.2593578Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_72, aten.div.Tensor 2025-06-05T23:51:18.2594908Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_73, aten.div.Tensor 2025-06-05T23:51:18.2596237Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_74, aten.div.Tensor 2025-06-05T23:51:18.2597635Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_75, aten.div.Tensor 2025-06-05T23:51:18.2598959Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_76, aten.div.Tensor 2025-06-05T23:51:18.2600276Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_77, aten.div.Tensor 2025-06-05T23:51:18.2601575Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_78, aten.div.Tensor 2025-06-05T23:51:18.2602887Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_79, aten.div.Tensor 2025-06-05T23:51:18.2604197Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_80, aten.div.Tensor 2025-06-05T23:51:18.2605769Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_81, aten.div.Tensor 2025-06-05T23:51:18.2607078Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_82, aten.div.Tensor 2025-06-05T23:51:18.2608453Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_83, aten.div.Tensor 2025-06-05T23:51:18.2609809Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_252, aten.add.Tensor 2025-06-05T23:51:18.2611213Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_253, aten.add.Tensor 2025-06-05T23:51:18.2612544Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_254, aten.add.Tensor 2025-06-05T23:51:18.2613874Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_255, aten.add.Tensor 2025-06-05T23:51:18.2615179Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_256, aten.add.Tensor 2025-06-05T23:51:18.2616508Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_257, aten.add.Tensor 2025-06-05T23:51:18.2617896Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_258, aten.add.Tensor 2025-06-05T23:51:18.2619231Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_259, aten.add.Tensor 2025-06-05T23:51:18.2620557Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_260, aten.add.Tensor 2025-06-05T23:51:18.2621871Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_261, aten.add.Tensor 2025-06-05T23:51:18.2623543Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_262, aten.add.Tensor 2025-06-05T23:51:18.2624862Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_263, aten.add.Tensor 2025-06-05T23:51:18.2626277Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_72, aten._softmax.default 2025-06-05T23:51:18.2627862Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_73, aten._softmax.default 2025-06-05T23:51:18.2629344Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_74, aten._softmax.default 2025-06-05T23:51:18.2630901Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_75, aten._softmax.default 2025-06-05T23:51:18.2632381Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_76, aten._softmax.default 2025-06-05T23:51:18.2633868Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_77, aten._softmax.default 2025-06-05T23:51:18.2635360Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_78, aten._softmax.default 2025-06-05T23:51:18.2636830Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_79, aten._softmax.default 2025-06-05T23:51:18.2638317Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_80, aten._softmax.default 2025-06-05T23:51:18.2639793Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_81, aten._softmax.default 2025-06-05T23:51:18.2641277Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_82, aten._softmax.default 2025-06-05T23:51:18.2642765Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_83, aten._softmax.default 2025-06-05T23:51:18.2644216Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_145, aten.matmul.default 2025-06-05T23:51:18.2645664Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_147, aten.matmul.default 2025-06-05T23:51:18.2647097Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_149, aten.matmul.default 2025-06-05T23:51:18.2648538Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_151, aten.matmul.default 2025-06-05T23:51:18.2650064Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_153, aten.matmul.default 2025-06-05T23:51:18.2651543Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_155, aten.matmul.default 2025-06-05T23:51:18.2653045Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_157, aten.matmul.default 2025-06-05T23:51:18.2654480Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_159, aten.matmul.default 2025-06-05T23:51:18.2655916Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_161, aten.matmul.default 2025-06-05T23:51:18.2657358Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_163, aten.matmul.default 2025-06-05T23:51:18.2658789Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_165, aten.matmul.default 2025-06-05T23:51:18.2660397Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_167, aten.matmul.default 2025-06-05T23:51:18.2661793Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_342, aten.cat.default 2025-06-05T23:51:18.2663245Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_283, aten.view_copy.default 2025-06-05T23:51:18.2664831Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1415, aten.permute_copy.default 2025-06-05T23:51:18.2666461Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_276, aten.convolution.default 2025-06-05T23:51:18.2668095Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1416, aten.permute_copy.default 2025-06-05T23:51:18.2669659Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_284, aten.view_copy.default 2025-06-05T23:51:18.2671111Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_264, aten.add.Tensor 2025-06-05T23:51:18.2672678Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_rms_norm_default_13, aten.rms_norm.default 2025-06-05T23:51:18.2674185Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_285, aten.view_copy.default 2025-06-05T23:51:18.2675846Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1417, aten.permute_copy.default 2025-06-05T23:51:18.2677463Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_277, aten.convolution.default 2025-06-05T23:51:18.2679092Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_278, aten.convolution.default 2025-06-05T23:51:18.2680633Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sigmoid_default_6, aten.sigmoid.default 2025-06-05T23:51:18.2682021Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_684, aten.mul.Tensor 2025-06-05T23:51:18.2683377Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_685, aten.mul.Tensor 2025-06-05T23:51:18.2684867Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_279, aten.convolution.default 2025-06-05T23:51:18.2686495Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1418, aten.permute_copy.default 2025-06-05T23:51:18.2688096Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_286, aten.view_copy.default 2025-06-05T23:51:18.2689587Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_265, aten.add.Tensor 2025-06-05T23:51:18.2691019Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_rms_norm_default_14, aten.rms_norm.default 2025-06-05T23:51:18.2692542Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_287, aten.view_copy.default 2025-06-05T23:51:18.2694129Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1419, aten.permute_copy.default 2025-06-05T23:51:18.2695723Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_954, aten._to_copy.default 2025-06-05T23:51:18.2697338Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_280, aten.convolution.default 2025-06-05T23:51:18.2699026Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1420, aten.permute_copy.default 2025-06-05T23:51:18.2700663Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_281, aten.convolution.default 2025-06-05T23:51:18.2702283Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1421, aten.permute_copy.default 2025-06-05T23:51:18.2703919Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_282, aten.convolution.default 2025-06-05T23:51:18.7704849Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1422, aten.permute_copy.default 2025-06-05T23:51:18.7706651Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_283, aten.convolution.default 2025-06-05T23:51:18.7708340Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1423, aten.permute_copy.default 2025-06-05T23:51:18.7709981Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_284, aten.convolution.default 2025-06-05T23:51:18.7711615Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1424, aten.permute_copy.default 2025-06-05T23:51:18.7713253Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_285, aten.convolution.default 2025-06-05T23:51:18.7714882Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1425, aten.permute_copy.default 2025-06-05T23:51:18.7716515Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_286, aten.convolution.default 2025-06-05T23:51:18.7718434Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1426, aten.permute_copy.default 2025-06-05T23:51:18.7720088Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_287, aten.convolution.default 2025-06-05T23:51:18.7721808Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1427, aten.permute_copy.default 2025-06-05T23:51:18.7723430Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_288, aten.convolution.default 2025-06-05T23:51:18.7725071Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1428, aten.permute_copy.default 2025-06-05T23:51:18.7726699Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_289, aten.convolution.default 2025-06-05T23:51:18.7728336Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1429, aten.permute_copy.default 2025-06-05T23:51:18.7730076Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_290, aten.convolution.default 2025-06-05T23:51:18.7731704Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1430, aten.permute_copy.default 2025-06-05T23:51:18.7733340Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_291, aten.convolution.default 2025-06-05T23:51:18.7734974Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1431, aten.permute_copy.default 2025-06-05T23:51:18.7736623Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_292, aten.convolution.default 2025-06-05T23:51:18.7738256Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1432, aten.permute_copy.default 2025-06-05T23:51:18.7739882Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_293, aten.convolution.default 2025-06-05T23:51:18.7741524Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1433, aten.permute_copy.default 2025-06-05T23:51:18.7743216Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_294, aten.convolution.default 2025-06-05T23:51:18.7744871Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1434, aten.permute_copy.default 2025-06-05T23:51:18.7746574Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_295, aten.convolution.default 2025-06-05T23:51:18.7748198Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1435, aten.permute_copy.default 2025-06-05T23:51:18.7749836Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_296, aten.convolution.default 2025-06-05T23:51:18.7751472Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1436, aten.permute_copy.default 2025-06-05T23:51:18.7753089Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_297, aten.convolution.default 2025-06-05T23:51:18.7754740Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1437, aten.permute_copy.default 2025-06-05T23:51:18.7756368Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_298, aten.convolution.default 2025-06-05T23:51:18.7758012Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1438, aten.permute_copy.default 2025-06-05T23:51:18.7759796Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_299, aten.convolution.default 2025-06-05T23:51:18.7761415Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1439, aten.permute_copy.default 2025-06-05T23:51:18.7763043Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_300, aten.convolution.default 2025-06-05T23:51:18.7764742Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1440, aten.permute_copy.default 2025-06-05T23:51:18.7766389Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_301, aten.convolution.default 2025-06-05T23:51:18.7768085Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1441, aten.permute_copy.default 2025-06-05T23:51:18.7769770Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_302, aten.convolution.default 2025-06-05T23:51:18.7771404Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1442, aten.permute_copy.default 2025-06-05T23:51:18.7773035Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_303, aten.convolution.default 2025-06-05T23:51:18.7774668Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1443, aten.permute_copy.default 2025-06-05T23:51:18.7776315Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_304, aten.convolution.default 2025-06-05T23:51:18.7777941Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1444, aten.permute_copy.default 2025-06-05T23:51:18.7779580Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_305, aten.convolution.default 2025-06-05T23:51:18.7781208Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1445, aten.permute_copy.default 2025-06-05T23:51:18.7782841Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_306, aten.convolution.default 2025-06-05T23:51:18.7784493Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1446, aten.permute_copy.default 2025-06-05T23:51:18.7786118Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_307, aten.convolution.default 2025-06-05T23:51:18.7787750Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1447, aten.permute_copy.default 2025-06-05T23:51:18.7789437Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_308, aten.convolution.default 2025-06-05T23:51:18.7791069Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1448, aten.permute_copy.default 2025-06-05T23:51:18.7792757Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_309, aten.convolution.default 2025-06-05T23:51:18.7794382Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1449, aten.permute_copy.default 2025-06-05T23:51:18.7796017Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_310, aten.convolution.default 2025-06-05T23:51:18.7797642Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1450, aten.permute_copy.default 2025-06-05T23:51:18.7799273Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_311, aten.convolution.default 2025-06-05T23:51:18.7800919Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1451, aten.permute_copy.default 2025-06-05T23:51:18.7802542Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_312, aten.convolution.default 2025-06-05T23:51:18.7804192Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1452, aten.permute_copy.default 2025-06-05T23:51:18.7805832Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_313, aten.convolution.default 2025-06-05T23:51:18.7807458Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1453, aten.permute_copy.default 2025-06-05T23:51:18.7809094Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_314, aten.convolution.default 2025-06-05T23:51:18.7810771Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1454, aten.permute_copy.default 2025-06-05T23:51:18.7812453Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_315, aten.convolution.default 2025-06-05T23:51:18.7814086Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1455, aten.permute_copy.default 2025-06-05T23:51:18.7815709Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_288, aten.view_copy.default 2025-06-05T23:51:18.7817273Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_289, aten.view_copy.default 2025-06-05T23:51:18.7818802Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_290, aten.view_copy.default 2025-06-05T23:51:18.7820340Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_291, aten.view_copy.default 2025-06-05T23:51:19.0308127Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_292, aten.view_copy.default 2025-06-05T23:51:19.0309077Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_293, aten.view_copy.default 2025-06-05T23:51:19.0309955Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_294, aten.view_copy.default 2025-06-05T23:51:19.0310820Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_295, aten.view_copy.default 2025-06-05T23:51:19.0311699Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_296, aten.view_copy.default 2025-06-05T23:51:19.0312554Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_297, aten.view_copy.default 2025-06-05T23:51:19.0313420Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_298, aten.view_copy.default 2025-06-05T23:51:19.0314287Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_299, aten.view_copy.default 2025-06-05T23:51:19.0315140Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_300, aten.view_copy.default 2025-06-05T23:51:19.0316228Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_301, aten.view_copy.default 2025-06-05T23:51:19.0317084Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_302, aten.view_copy.default 2025-06-05T23:51:19.0318038Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_303, aten.view_copy.default 2025-06-05T23:51:19.0318907Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_304, aten.view_copy.default 2025-06-05T23:51:19.0319764Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_305, aten.view_copy.default 2025-06-05T23:51:19.0320633Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_306, aten.view_copy.default 2025-06-05T23:51:19.0321488Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_307, aten.view_copy.default 2025-06-05T23:51:19.0322363Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_308, aten.view_copy.default 2025-06-05T23:51:19.0323229Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_309, aten.view_copy.default 2025-06-05T23:51:19.0324088Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_310, aten.view_copy.default 2025-06-05T23:51:19.0324950Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_311, aten.view_copy.default 2025-06-05T23:51:19.0325800Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_312, aten.view_copy.default 2025-06-05T23:51:19.0326661Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_965, aten._to_copy.default 2025-06-05T23:51:19.0327519Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_313, aten.view_copy.default 2025-06-05T23:51:19.0328414Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_966, aten._to_copy.default 2025-06-05T23:51:19.0329279Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_314, aten.view_copy.default 2025-06-05T23:51:19.0330248Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_967, aten._to_copy.default 2025-06-05T23:51:19.0331105Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_315, aten.view_copy.default 2025-06-05T23:51:19.0331960Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_968, aten._to_copy.default 2025-06-05T23:51:19.0332811Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_316, aten.view_copy.default 2025-06-05T23:51:19.0333673Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_317, aten.view_copy.default 2025-06-05T23:51:19.0334514Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_969, aten._to_copy.default 2025-06-05T23:51:19.0335372Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_318, aten.view_copy.default 2025-06-05T23:51:19.0336227Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_970, aten._to_copy.default 2025-06-05T23:51:19.0337073Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_319, aten.view_copy.default 2025-06-05T23:51:19.0337925Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_971, aten._to_copy.default 2025-06-05T23:51:19.0338767Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_320, aten.view_copy.default 2025-06-05T23:51:19.0339621Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_972, aten._to_copy.default 2025-06-05T23:51:19.0340497Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_321, aten.view_copy.default 2025-06-05T23:51:19.0341343Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_973, aten._to_copy.default 2025-06-05T23:51:19.0342243Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_322, aten.view_copy.default 2025-06-05T23:51:19.0343106Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_974, aten._to_copy.default 2025-06-05T23:51:19.0343980Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_323, aten.view_copy.default 2025-06-05T23:51:19.0344849Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_336, aten.slice_copy.Tensor 2025-06-05T23:51:19.0345705Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_337, aten.slice_copy.Tensor 2025-06-05T23:51:19.0346744Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_338, aten.slice_copy.Tensor 2025-06-05T23:51:19.0347617Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_339, aten.slice_copy.Tensor 2025-06-05T23:51:19.0348473Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_340, aten.slice_copy.Tensor 2025-06-05T23:51:19.0349339Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_341, aten.slice_copy.Tensor 2025-06-05T23:51:19.0350197Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_342, aten.slice_copy.Tensor 2025-06-05T23:51:19.0351067Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_343, aten.slice_copy.Tensor 2025-06-05T23:51:19.0351933Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_344, aten.slice_copy.Tensor 2025-06-05T23:51:19.0352787Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_345, aten.slice_copy.Tensor 2025-06-05T23:51:19.0353653Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_346, aten.slice_copy.Tensor 2025-06-05T23:51:19.0354553Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_347, aten.slice_copy.Tensor 2025-06-05T23:51:19.0355427Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_348, aten.slice_copy.Tensor 2025-06-05T23:51:19.0356351Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_349, aten.slice_copy.Tensor 2025-06-05T23:51:19.0357211Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_350, aten.slice_copy.Tensor 2025-06-05T23:51:19.0358081Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_351, aten.slice_copy.Tensor 2025-06-05T23:51:19.0358933Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_352, aten.slice_copy.Tensor 2025-06-05T23:51:19.0359999Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_353, aten.slice_copy.Tensor 2025-06-05T23:51:19.0360871Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_354, aten.slice_copy.Tensor 2025-06-05T23:51:19.0361727Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_355, aten.slice_copy.Tensor 2025-06-05T23:51:19.0362593Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_356, aten.slice_copy.Tensor 2025-06-05T23:51:19.0363450Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_357, aten.slice_copy.Tensor 2025-06-05T23:51:19.0364311Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_358, aten.slice_copy.Tensor 2025-06-05T23:51:19.0365170Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_359, aten.slice_copy.Tensor 2025-06-05T23:51:19.0366014Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_360, aten.slice_copy.Tensor 2025-06-05T23:51:19.0366878Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_361, aten.slice_copy.Tensor 2025-06-05T23:51:19.0367803Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_362, aten.slice_copy.Tensor 2025-06-05T23:51:19.0368671Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_363, aten.slice_copy.Tensor 2025-06-05T23:51:19.0369656Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_364, aten.slice_copy.Tensor 2025-06-05T23:51:19.0370510Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_365, aten.slice_copy.Tensor 2025-06-05T23:51:19.0371375Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_366, aten.slice_copy.Tensor 2025-06-05T23:51:19.0372226Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_367, aten.slice_copy.Tensor 2025-06-05T23:51:19.4638102Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_368, aten.slice_copy.Tensor 2025-06-05T23:51:19.4639171Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_369, aten.slice_copy.Tensor 2025-06-05T23:51:19.4640120Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_370, aten.slice_copy.Tensor 2025-06-05T23:51:19.4641051Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_371, aten.slice_copy.Tensor 2025-06-05T23:51:19.4641975Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_372, aten.slice_copy.Tensor 2025-06-05T23:51:19.4642943Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_373, aten.slice_copy.Tensor 2025-06-05T23:51:19.4643867Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_374, aten.slice_copy.Tensor 2025-06-05T23:51:19.4644780Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_375, aten.slice_copy.Tensor 2025-06-05T23:51:19.4645929Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_376, aten.slice_copy.Tensor 2025-06-05T23:51:19.4646867Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_377, aten.slice_copy.Tensor 2025-06-05T23:51:19.4647850Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_378, aten.slice_copy.Tensor 2025-06-05T23:51:19.4648774Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_379, aten.slice_copy.Tensor 2025-06-05T23:51:19.4649826Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_380, aten.slice_copy.Tensor 2025-06-05T23:51:19.4650743Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_381, aten.slice_copy.Tensor 2025-06-05T23:51:19.4651665Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_382, aten.slice_copy.Tensor 2025-06-05T23:51:19.4652577Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_383, aten.slice_copy.Tensor 2025-06-05T23:51:19.4653495Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_368, aten.cat.default 2025-06-05T23:51:19.4654349Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_370, aten.cat.default 2025-06-05T23:51:19.4655178Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_372, aten.cat.default 2025-06-05T23:51:19.4656014Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_374, aten.cat.default 2025-06-05T23:51:19.4656838Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_376, aten.cat.default 2025-06-05T23:51:19.4657661Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_378, aten.cat.default 2025-06-05T23:51:19.4658496Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_380, aten.cat.default 2025-06-05T23:51:19.4659490Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_382, aten.cat.default 2025-06-05T23:51:19.4660406Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_384, aten.cat.default 2025-06-05T23:51:19.4661242Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_386, aten.cat.default 2025-06-05T23:51:19.4662122Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_388, aten.cat.default 2025-06-05T23:51:19.4662964Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_390, aten.cat.default 2025-06-05T23:51:19.4663787Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_686, aten.mul.Tensor 2025-06-05T23:51:19.4664641Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_688, aten.mul.Tensor 2025-06-05T23:51:19.4665467Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_687, aten.mul.Tensor 2025-06-05T23:51:19.4666274Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_689, aten.mul.Tensor 2025-06-05T23:51:19.4667098Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_690, aten.mul.Tensor 2025-06-05T23:51:19.4667905Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_692, aten.mul.Tensor 2025-06-05T23:51:19.4668728Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_691, aten.mul.Tensor 2025-06-05T23:51:19.4669545Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_693, aten.mul.Tensor 2025-06-05T23:51:19.4670349Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_694, aten.mul.Tensor 2025-06-05T23:51:19.4671162Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_696, aten.mul.Tensor 2025-06-05T23:51:19.4671968Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_695, aten.mul.Tensor 2025-06-05T23:51:19.4672783Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_697, aten.mul.Tensor 2025-06-05T23:51:19.4673678Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_698, aten.mul.Tensor 2025-06-05T23:51:19.4674492Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_700, aten.mul.Tensor 2025-06-05T23:51:19.4675364Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_699, aten.mul.Tensor 2025-06-05T23:51:19.4676162Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_701, aten.mul.Tensor 2025-06-05T23:51:19.4676922Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_702, aten.mul.Tensor 2025-06-05T23:51:19.4677675Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_704, aten.mul.Tensor 2025-06-05T23:51:19.4678476Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_703, aten.mul.Tensor 2025-06-05T23:51:19.4679234Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_705, aten.mul.Tensor 2025-06-05T23:51:19.4679977Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_706, aten.mul.Tensor 2025-06-05T23:51:19.4680734Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_708, aten.mul.Tensor 2025-06-05T23:51:19.4681491Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_707, aten.mul.Tensor 2025-06-05T23:51:19.4682299Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_709, aten.mul.Tensor 2025-06-05T23:51:19.4683057Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_710, aten.mul.Tensor 2025-06-05T23:51:19.4683798Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_712, aten.mul.Tensor 2025-06-05T23:51:19.4684557Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_711, aten.mul.Tensor 2025-06-05T23:51:19.4685309Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_713, aten.mul.Tensor 2025-06-05T23:51:19.4686057Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_714, aten.mul.Tensor 2025-06-05T23:51:19.4686882Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_716, aten.mul.Tensor 2025-06-05T23:51:19.4687840Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_715, aten.mul.Tensor 2025-06-05T23:51:19.4688707Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_717, aten.mul.Tensor 2025-06-05T23:51:19.4689587Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_718, aten.mul.Tensor 2025-06-05T23:51:19.4690330Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_720, aten.mul.Tensor 2025-06-05T23:51:19.4691084Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_719, aten.mul.Tensor 2025-06-05T23:51:19.4691827Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_721, aten.mul.Tensor 2025-06-05T23:51:19.4692580Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_722, aten.mul.Tensor 2025-06-05T23:51:19.4693403Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_724, aten.mul.Tensor 2025-06-05T23:51:19.4694161Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_723, aten.mul.Tensor 2025-06-05T23:51:19.4694921Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_725, aten.mul.Tensor 2025-06-05T23:51:19.4695663Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_726, aten.mul.Tensor 2025-06-05T23:51:19.4696423Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_728, aten.mul.Tensor 2025-06-05T23:51:19.4697167Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_727, aten.mul.Tensor 2025-06-05T23:51:19.4697925Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_729, aten.mul.Tensor 2025-06-05T23:51:19.4698683Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_730, aten.mul.Tensor 2025-06-05T23:51:19.4699470Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_732, aten.mul.Tensor 2025-06-05T23:51:19.4700227Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_731, aten.mul.Tensor 2025-06-05T23:51:19.4701000Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_733, aten.mul.Tensor 2025-06-05T23:51:19.4701825Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_734, aten.mul.Tensor 2025-06-05T23:51:19.4702655Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_736, aten.mul.Tensor 2025-06-05T23:51:19.4703403Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_735, aten.mul.Tensor 2025-06-05T23:51:19.4704156Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_737, aten.mul.Tensor 2025-06-05T23:51:19.4704892Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_738, aten.mul.Tensor 2025-06-05T23:51:19.4705648Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_740, aten.mul.Tensor 2025-06-05T23:51:19.9053778Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_739, aten.mul.Tensor 2025-06-05T23:51:19.9054604Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_741, aten.mul.Tensor 2025-06-05T23:51:19.9055377Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_742, aten.mul.Tensor 2025-06-05T23:51:19.9056120Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_744, aten.mul.Tensor 2025-06-05T23:51:19.9056903Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_743, aten.mul.Tensor 2025-06-05T23:51:19.9057659Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_745, aten.mul.Tensor 2025-06-05T23:51:19.9058412Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_746, aten.mul.Tensor 2025-06-05T23:51:19.9059314Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_748, aten.mul.Tensor 2025-06-05T23:51:19.9060297Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_747, aten.mul.Tensor 2025-06-05T23:51:19.9061045Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_749, aten.mul.Tensor 2025-06-05T23:51:19.9061854Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_750, aten.mul.Tensor 2025-06-05T23:51:19.9062601Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_752, aten.mul.Tensor 2025-06-05T23:51:19.9063353Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_751, aten.mul.Tensor 2025-06-05T23:51:19.9064109Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_753, aten.mul.Tensor 2025-06-05T23:51:19.9064852Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_754, aten.mul.Tensor 2025-06-05T23:51:19.9065608Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_756, aten.mul.Tensor 2025-06-05T23:51:19.9066354Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_755, aten.mul.Tensor 2025-06-05T23:51:19.9067119Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_757, aten.mul.Tensor 2025-06-05T23:51:19.9067874Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_758, aten.mul.Tensor 2025-06-05T23:51:19.9068620Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_760, aten.mul.Tensor 2025-06-05T23:51:19.9069374Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_759, aten.mul.Tensor 2025-06-05T23:51:19.9070116Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_761, aten.mul.Tensor 2025-06-05T23:51:19.9070872Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_762, aten.mul.Tensor 2025-06-05T23:51:19.9071694Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_764, aten.mul.Tensor 2025-06-05T23:51:19.9072447Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_763, aten.mul.Tensor 2025-06-05T23:51:19.9073205Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_765, aten.mul.Tensor 2025-06-05T23:51:19.9074005Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_766, aten.mul.Tensor 2025-06-05T23:51:19.9074762Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_768, aten.mul.Tensor 2025-06-05T23:51:19.9075525Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_767, aten.mul.Tensor 2025-06-05T23:51:19.9076272Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_769, aten.mul.Tensor 2025-06-05T23:51:19.9077025Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_770, aten.mul.Tensor 2025-06-05T23:51:19.9085326Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_772, aten.mul.Tensor 2025-06-05T23:51:19.9086131Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_771, aten.mul.Tensor 2025-06-05T23:51:19.9086903Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_773, aten.mul.Tensor 2025-06-05T23:51:19.9087659Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_774, aten.mul.Tensor 2025-06-05T23:51:19.9088428Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_776, aten.mul.Tensor 2025-06-05T23:51:19.9089174Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_775, aten.mul.Tensor 2025-06-05T23:51:19.9090027Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_777, aten.mul.Tensor 2025-06-05T23:51:19.9090788Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_778, aten.mul.Tensor 2025-06-05T23:51:19.9091534Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_780, aten.mul.Tensor 2025-06-05T23:51:19.9092296Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_779, aten.mul.Tensor 2025-06-05T23:51:19.9093129Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_781, aten.mul.Tensor 2025-06-05T23:51:19.9093891Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_168, aten.sub.Tensor 2025-06-05T23:51:19.9094694Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_266, aten.add.Tensor 2025-06-05T23:51:19.9095440Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_169, aten.sub.Tensor 2025-06-05T23:51:19.9096190Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_267, aten.add.Tensor 2025-06-05T23:51:19.9096934Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_170, aten.sub.Tensor 2025-06-05T23:51:19.9097682Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_268, aten.add.Tensor 2025-06-05T23:51:19.9098445Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_171, aten.sub.Tensor 2025-06-05T23:51:19.9099206Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_269, aten.add.Tensor 2025-06-05T23:51:19.9099946Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_172, aten.sub.Tensor 2025-06-05T23:51:19.9100702Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_270, aten.add.Tensor 2025-06-05T23:51:19.9101441Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_173, aten.sub.Tensor 2025-06-05T23:51:19.9102201Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_271, aten.add.Tensor 2025-06-05T23:51:19.9102963Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_174, aten.sub.Tensor 2025-06-05T23:51:19.9103956Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_272, aten.add.Tensor 2025-06-05T23:51:19.9104771Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_175, aten.sub.Tensor 2025-06-05T23:51:19.9105518Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_273, aten.add.Tensor 2025-06-05T23:51:19.9106314Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_176, aten.sub.Tensor 2025-06-05T23:51:19.9107059Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_274, aten.add.Tensor 2025-06-05T23:51:19.9107813Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_177, aten.sub.Tensor 2025-06-05T23:51:19.9108565Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_275, aten.add.Tensor 2025-06-05T23:51:19.9109309Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_178, aten.sub.Tensor 2025-06-05T23:51:19.9110062Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_276, aten.add.Tensor 2025-06-05T23:51:19.9110806Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_179, aten.sub.Tensor 2025-06-05T23:51:19.9111565Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_277, aten.add.Tensor 2025-06-05T23:51:19.9112318Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_180, aten.sub.Tensor 2025-06-05T23:51:19.9113118Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_975, aten._to_copy.default 2025-06-05T23:51:19.9113925Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_278, aten.add.Tensor 2025-06-05T23:51:19.9114718Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_976, aten._to_copy.default 2025-06-05T23:51:19.9115520Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_181, aten.sub.Tensor 2025-06-05T23:51:19.9116332Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_977, aten._to_copy.default 2025-06-05T23:51:19.9117124Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_279, aten.add.Tensor 2025-06-05T23:51:19.9117969Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_978, aten._to_copy.default 2025-06-05T23:51:19.9118759Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_182, aten.sub.Tensor 2025-06-05T23:51:19.9119596Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_979, aten._to_copy.default 2025-06-05T23:51:19.9120399Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_280, aten.add.Tensor 2025-06-05T23:51:19.9121188Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_980, aten._to_copy.default 2025-06-05T23:51:19.9121985Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_183, aten.sub.Tensor 2025-06-05T23:51:19.9122777Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_981, aten._to_copy.default 2025-06-05T23:51:19.9123578Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_281, aten.add.Tensor 2025-06-05T23:51:19.9124381Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_982, aten._to_copy.default 2025-06-05T23:51:19.9125169Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_184, aten.sub.Tensor 2025-06-05T23:51:19.9125973Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_983, aten._to_copy.default 2025-06-05T23:51:20.3242573Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_282, aten.add.Tensor 2025-06-05T23:51:20.3243510Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_984, aten._to_copy.default 2025-06-05T23:51:20.3244332Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_185, aten.sub.Tensor 2025-06-05T23:51:20.3245152Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_985, aten._to_copy.default 2025-06-05T23:51:20.3246239Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_283, aten.add.Tensor 2025-06-05T23:51:20.3247079Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_986, aten._to_copy.default 2025-06-05T23:51:20.3247962Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_186, aten.sub.Tensor 2025-06-05T23:51:20.3248768Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_987, aten._to_copy.default 2025-06-05T23:51:20.3249647Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_284, aten.add.Tensor 2025-06-05T23:51:20.3250458Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_988, aten._to_copy.default 2025-06-05T23:51:20.3251286Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_187, aten.sub.Tensor 2025-06-05T23:51:20.3252154Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_989, aten._to_copy.default 2025-06-05T23:51:20.3252953Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_285, aten.add.Tensor 2025-06-05T23:51:20.3253759Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_990, aten._to_copy.default 2025-06-05T23:51:20.3254557Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_188, aten.sub.Tensor 2025-06-05T23:51:20.3255364Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_991, aten._to_copy.default 2025-06-05T23:51:20.3256176Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_286, aten.add.Tensor 2025-06-05T23:51:20.3256974Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_992, aten._to_copy.default 2025-06-05T23:51:20.3257783Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_189, aten.sub.Tensor 2025-06-05T23:51:20.3258639Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_993, aten._to_copy.default 2025-06-05T23:51:20.3259847Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_287, aten.add.Tensor 2025-06-05T23:51:20.3260715Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_994, aten._to_copy.default 2025-06-05T23:51:20.3261640Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_190, aten.sub.Tensor 2025-06-05T23:51:20.3262503Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_995, aten._to_copy.default 2025-06-05T23:51:20.3263352Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_288, aten.add.Tensor 2025-06-05T23:51:20.3264217Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_996, aten._to_copy.default 2025-06-05T23:51:20.3265085Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_191, aten.sub.Tensor 2025-06-05T23:51:20.3265975Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_997, aten._to_copy.default 2025-06-05T23:51:20.3266837Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_289, aten.add.Tensor 2025-06-05T23:51:20.3267704Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_998, aten._to_copy.default 2025-06-05T23:51:20.3268577Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_343, aten.cat.default 2025-06-05T23:51:20.3269415Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_344, aten.cat.default 2025-06-05T23:51:20.3270240Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_345, aten.cat.default 2025-06-05T23:51:20.3271075Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_346, aten.cat.default 2025-06-05T23:51:20.3271901Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_347, aten.cat.default 2025-06-05T23:51:20.3272833Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_348, aten.cat.default 2025-06-05T23:51:20.3273680Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_349, aten.cat.default 2025-06-05T23:51:20.3274508Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_350, aten.cat.default 2025-06-05T23:51:20.3275393Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_351, aten.cat.default 2025-06-05T23:51:20.3276211Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_352, aten.cat.default 2025-06-05T23:51:20.3277049Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_353, aten.cat.default 2025-06-05T23:51:20.3277889Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_354, aten.cat.default 2025-06-05T23:51:20.3278703Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_355, aten.cat.default 2025-06-05T23:51:20.3279521Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_999, aten._to_copy.default 2025-06-05T23:51:20.3280382Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_356, aten.cat.default 2025-06-05T23:51:20.3281198Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1000, aten._to_copy.default 2025-06-05T23:51:20.3282082Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_357, aten.cat.default 2025-06-05T23:51:20.3282885Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1001, aten._to_copy.default 2025-06-05T23:51:20.3283698Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_358, aten.cat.default 2025-06-05T23:51:20.3284497Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1002, aten._to_copy.default 2025-06-05T23:51:20.3285309Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_359, aten.cat.default 2025-06-05T23:51:20.3286149Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_360, aten.cat.default 2025-06-05T23:51:20.3287016Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1003, aten._to_copy.default 2025-06-05T23:51:20.3287837Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_361, aten.cat.default 2025-06-05T23:51:20.3288682Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1004, aten._to_copy.default 2025-06-05T23:51:20.3289567Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_362, aten.cat.default 2025-06-05T23:51:20.3290374Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1005, aten._to_copy.default 2025-06-05T23:51:20.3291191Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_363, aten.cat.default 2025-06-05T23:51:20.3292011Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1006, aten._to_copy.default 2025-06-05T23:51:20.3292883Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_364, aten.cat.default 2025-06-05T23:51:20.3293706Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1007, aten._to_copy.default 2025-06-05T23:51:20.3294507Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_365, aten.cat.default 2025-06-05T23:51:20.3295324Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1008, aten._to_copy.default 2025-06-05T23:51:20.3296135Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_366, aten.cat.default 2025-06-05T23:51:20.3296936Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1009, aten._to_copy.default 2025-06-05T23:51:20.3297822Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_408, aten.permute_copy.default 2025-06-05T23:51:20.3298739Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1010, aten._to_copy.default 2025-06-05T23:51:20.3299626Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_409, aten.permute_copy.default 2025-06-05T23:51:20.3300510Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1011, aten._to_copy.default 2025-06-05T23:51:20.3301417Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_410, aten.permute_copy.default 2025-06-05T23:51:20.3302303Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1012, aten._to_copy.default 2025-06-05T23:51:20.3303171Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_411, aten.permute_copy.default 2025-06-05T23:51:20.3304052Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1013, aten._to_copy.default 2025-06-05T23:51:20.3304935Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_412, aten.permute_copy.default 2025-06-05T23:51:20.3305846Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_413, aten.permute_copy.default 2025-06-05T23:51:20.3306793Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1014, aten._to_copy.default 2025-06-05T23:51:20.3307676Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_414, aten.permute_copy.default 2025-06-05T23:51:20.3308547Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1015, aten._to_copy.default 2025-06-05T23:51:20.3309424Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_415, aten.permute_copy.default 2025-06-05T23:51:20.8095036Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1016, aten._to_copy.default 2025-06-05T23:51:20.8095966Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_416, aten.permute_copy.default 2025-06-05T23:51:20.8096868Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1017, aten._to_copy.default 2025-06-05T23:51:20.8097995Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_417, aten.permute_copy.default 2025-06-05T23:51:20.8098951Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1018, aten._to_copy.default 2025-06-05T23:51:20.8099830Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_418, aten.permute_copy.default 2025-06-05T23:51:20.8100716Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1019, aten._to_copy.default 2025-06-05T23:51:20.8101584Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_419, aten.permute_copy.default 2025-06-05T23:51:20.8102468Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1020, aten._to_copy.default 2025-06-05T23:51:20.8103291Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_367, aten.cat.default 2025-06-05T23:51:20.8104138Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_369, aten.cat.default 2025-06-05T23:51:20.8104924Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_371, aten.cat.default 2025-06-05T23:51:20.8105690Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_373, aten.cat.default 2025-06-05T23:51:20.8106469Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_375, aten.cat.default 2025-06-05T23:51:20.8107242Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_377, aten.cat.default 2025-06-05T23:51:20.8108003Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_379, aten.cat.default 2025-06-05T23:51:20.8108777Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_381, aten.cat.default 2025-06-05T23:51:20.8109595Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_383, aten.cat.default 2025-06-05T23:51:20.8110380Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_385, aten.cat.default 2025-06-05T23:51:20.8111215Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_387, aten.cat.default 2025-06-05T23:51:20.8111985Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_389, aten.cat.default 2025-06-05T23:51:20.8112782Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_168, aten.matmul.default 2025-06-05T23:51:20.8113594Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_170, aten.matmul.default 2025-06-05T23:51:20.8114423Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_172, aten.matmul.default 2025-06-05T23:51:20.8115250Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_174, aten.matmul.default 2025-06-05T23:51:20.8116064Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_176, aten.matmul.default 2025-06-05T23:51:20.8116890Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_178, aten.matmul.default 2025-06-05T23:51:20.8117699Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_180, aten.matmul.default 2025-06-05T23:51:20.8118525Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_182, aten.matmul.default 2025-06-05T23:51:20.8119373Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_184, aten.matmul.default 2025-06-05T23:51:20.8120178Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_186, aten.matmul.default 2025-06-05T23:51:20.8120997Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_188, aten.matmul.default 2025-06-05T23:51:20.8121815Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_190, aten.matmul.default 2025-06-05T23:51:20.8122595Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_84, aten.div.Tensor 2025-06-05T23:51:20.8123420Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_85, aten.div.Tensor 2025-06-05T23:51:20.8124166Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_86, aten.div.Tensor 2025-06-05T23:51:20.8124954Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_87, aten.div.Tensor 2025-06-05T23:51:20.8125706Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_88, aten.div.Tensor 2025-06-05T23:51:20.8126443Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_89, aten.div.Tensor 2025-06-05T23:51:20.8127192Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_90, aten.div.Tensor 2025-06-05T23:51:20.8127927Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_91, aten.div.Tensor 2025-06-05T23:51:20.8128678Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_92, aten.div.Tensor 2025-06-05T23:51:20.8129417Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_93, aten.div.Tensor 2025-06-05T23:51:20.8130246Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_94, aten.div.Tensor 2025-06-05T23:51:20.8131000Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_95, aten.div.Tensor 2025-06-05T23:51:20.8131747Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_290, aten.add.Tensor 2025-06-05T23:51:20.8132509Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_291, aten.add.Tensor 2025-06-05T23:51:20.8133251Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_292, aten.add.Tensor 2025-06-05T23:51:20.8134011Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_293, aten.add.Tensor 2025-06-05T23:51:20.8134802Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_294, aten.add.Tensor 2025-06-05T23:51:20.8135550Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_295, aten.add.Tensor 2025-06-05T23:51:20.8136307Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_296, aten.add.Tensor 2025-06-05T23:51:20.8137091Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_297, aten.add.Tensor 2025-06-05T23:51:20.8137847Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_298, aten.add.Tensor 2025-06-05T23:51:20.8138595Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_299, aten.add.Tensor 2025-06-05T23:51:20.8139337Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_300, aten.add.Tensor 2025-06-05T23:51:20.8140087Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_301, aten.add.Tensor 2025-06-05T23:51:20.8140885Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_84, aten._softmax.default 2025-06-05T23:51:20.8141740Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_85, aten._softmax.default 2025-06-05T23:51:20.8142591Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_86, aten._softmax.default 2025-06-05T23:51:20.8143433Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_87, aten._softmax.default 2025-06-05T23:51:20.8144446Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_88, aten._softmax.default 2025-06-05T23:51:20.8145414Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_89, aten._softmax.default 2025-06-05T23:51:20.8146269Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_90, aten._softmax.default 2025-06-05T23:51:20.8147115Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_91, aten._softmax.default 2025-06-05T23:51:20.8147963Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_92, aten._softmax.default 2025-06-05T23:51:20.8148861Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_93, aten._softmax.default 2025-06-05T23:51:20.8149710Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_94, aten._softmax.default 2025-06-05T23:51:20.8150580Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_95, aten._softmax.default 2025-06-05T23:51:20.8151417Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_169, aten.matmul.default 2025-06-05T23:51:20.8152247Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_171, aten.matmul.default 2025-06-05T23:51:20.8153058Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_173, aten.matmul.default 2025-06-05T23:51:20.8153884Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_175, aten.matmul.default 2025-06-05T23:51:20.8154698Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_177, aten.matmul.default 2025-06-05T23:51:20.8155523Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_179, aten.matmul.default 2025-06-05T23:51:20.8156349Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_181, aten.matmul.default 2025-06-05T23:51:20.8157157Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_183, aten.matmul.default 2025-06-05T23:51:20.8157978Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_185, aten.matmul.default 2025-06-05T23:51:20.8158785Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_187, aten.matmul.default 2025-06-05T23:51:20.8159800Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_189, aten.matmul.default 2025-06-05T23:51:21.3797269Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_191, aten.matmul.default 2025-06-05T23:51:21.3798784Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_391, aten.cat.default 2025-06-05T23:51:21.3800322Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_324, aten.view_copy.default 2025-06-05T23:51:21.3801985Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1456, aten.permute_copy.default 2025-06-05T23:51:21.3803629Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_316, aten.convolution.default 2025-06-05T23:51:21.3805275Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1457, aten.permute_copy.default 2025-06-05T23:51:21.3806857Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_325, aten.view_copy.default 2025-06-05T23:51:21.3808306Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_302, aten.add.Tensor 2025-06-05T23:51:21.3809796Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_rms_norm_default_15, aten.rms_norm.default 2025-06-05T23:51:21.3811329Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_326, aten.view_copy.default 2025-06-05T23:51:21.3812941Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1458, aten.permute_copy.default 2025-06-05T23:51:21.3814578Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_317, aten.convolution.default 2025-06-05T23:51:21.3816209Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_318, aten.convolution.default 2025-06-05T23:51:21.3817753Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sigmoid_default_7, aten.sigmoid.default 2025-06-05T23:51:21.3819169Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_782, aten.mul.Tensor 2025-06-05T23:51:21.3820522Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_783, aten.mul.Tensor 2025-06-05T23:51:21.3822067Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_319, aten.convolution.default 2025-06-05T23:51:21.3823709Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1459, aten.permute_copy.default 2025-06-05T23:51:21.3825368Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_327, aten.view_copy.default 2025-06-05T23:51:21.3826824Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_303, aten.add.Tensor 2025-06-05T23:51:21.3828257Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_rms_norm_default_16, aten.rms_norm.default 2025-06-05T23:51:21.3829780Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_328, aten.view_copy.default 2025-06-05T23:51:21.3831386Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1460, aten.permute_copy.default 2025-06-05T23:51:21.3832992Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1021, aten._to_copy.default 2025-06-05T23:51:21.3834569Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_320, aten.convolution.default 2025-06-05T23:51:21.3836225Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1461, aten.permute_copy.default 2025-06-05T23:51:21.3837851Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_321, aten.convolution.default 2025-06-05T23:51:21.3839488Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1462, aten.permute_copy.default 2025-06-05T23:51:21.3841114Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_322, aten.convolution.default 2025-06-05T23:51:21.3842758Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1463, aten.permute_copy.default 2025-06-05T23:51:21.3844450Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_323, aten.convolution.default 2025-06-05T23:51:21.3846063Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1464, aten.permute_copy.default 2025-06-05T23:51:21.3847786Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_324, aten.convolution.default 2025-06-05T23:51:21.3849408Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1465, aten.permute_copy.default 2025-06-05T23:51:21.3851075Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_325, aten.convolution.default 2025-06-05T23:51:21.3852705Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1466, aten.permute_copy.default 2025-06-05T23:51:21.3854328Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_326, aten.convolution.default 2025-06-05T23:51:21.3855955Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1467, aten.permute_copy.default 2025-06-05T23:51:21.3857572Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_327, aten.convolution.default 2025-06-05T23:51:21.3859401Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1468, aten.permute_copy.default 2025-06-05T23:51:21.3861038Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_328, aten.convolution.default 2025-06-05T23:51:21.3862665Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1469, aten.permute_copy.default 2025-06-05T23:51:21.3864298Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_329, aten.convolution.default 2025-06-05T23:51:21.3865913Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1470, aten.permute_copy.default 2025-06-05T23:51:21.3867549Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_330, aten.convolution.default 2025-06-05T23:51:21.3869287Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1471, aten.permute_copy.default 2025-06-05T23:51:21.3870981Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_331, aten.convolution.default 2025-06-05T23:51:21.3872617Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1472, aten.permute_copy.default 2025-06-05T23:51:21.3874235Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_332, aten.convolution.default 2025-06-05T23:51:21.3875863Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1473, aten.permute_copy.default 2025-06-05T23:51:21.3877505Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_333, aten.convolution.default 2025-06-05T23:51:21.3879122Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1474, aten.permute_copy.default 2025-06-05T23:51:21.3880758Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_334, aten.convolution.default 2025-06-05T23:51:21.3882387Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1475, aten.permute_copy.default 2025-06-05T23:51:21.3884011Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_335, aten.convolution.default 2025-06-05T23:51:21.3885643Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1476, aten.permute_copy.default 2025-06-05T23:51:21.3887270Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_336, aten.convolution.default 2025-06-05T23:51:21.3888903Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1477, aten.permute_copy.default 2025-06-05T23:51:21.3890666Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_337, aten.convolution.default 2025-06-05T23:51:21.3892293Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1478, aten.permute_copy.default 2025-06-05T23:51:21.3893987Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_338, aten.convolution.default 2025-06-05T23:51:21.3895617Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1479, aten.permute_copy.default 2025-06-05T23:51:21.3897249Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_339, aten.convolution.default 2025-06-05T23:51:21.3898891Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1480, aten.permute_copy.default 2025-06-05T23:51:21.3900517Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_340, aten.convolution.default 2025-06-05T23:51:21.3902160Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1481, aten.permute_copy.default 2025-06-05T23:51:21.3903790Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_341, aten.convolution.default 2025-06-05T23:51:21.3905427Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1482, aten.permute_copy.default 2025-06-05T23:51:21.3907074Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_342, aten.convolution.default 2025-06-05T23:51:21.3908696Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1483, aten.permute_copy.default 2025-06-05T23:51:21.3910343Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_343, aten.convolution.default 2025-06-05T23:51:21.3911968Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1484, aten.permute_copy.default 2025-06-05T23:51:21.7199412Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_344, aten.convolution.default 2025-06-05T23:51:21.7201443Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1485, aten.permute_copy.default 2025-06-05T23:51:21.7203092Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_345, aten.convolution.default 2025-06-05T23:51:21.7205220Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1486, aten.permute_copy.default 2025-06-05T23:51:21.7206904Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_346, aten.convolution.default 2025-06-05T23:51:21.7208529Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1487, aten.permute_copy.default 2025-06-05T23:51:21.7210236Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_347, aten.convolution.default 2025-06-05T23:51:21.7211885Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1488, aten.permute_copy.default 2025-06-05T23:51:21.7213513Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_348, aten.convolution.default 2025-06-05T23:51:21.7215151Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1489, aten.permute_copy.default 2025-06-05T23:51:21.7216801Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_349, aten.convolution.default 2025-06-05T23:51:21.7218433Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1490, aten.permute_copy.default 2025-06-05T23:51:21.7220079Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_350, aten.convolution.default 2025-06-05T23:51:21.7221702Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1491, aten.permute_copy.default 2025-06-05T23:51:21.7223419Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_351, aten.convolution.default 2025-06-05T23:51:21.7225069Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1492, aten.permute_copy.default 2025-06-05T23:51:21.7226768Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_352, aten.convolution.default 2025-06-05T23:51:21.7228412Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1493, aten.permute_copy.default 2025-06-05T23:51:21.7230042Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_353, aten.convolution.default 2025-06-05T23:51:21.7231680Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1494, aten.permute_copy.default 2025-06-05T23:51:21.7233333Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_354, aten.convolution.default 2025-06-05T23:51:21.7234957Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1495, aten.permute_copy.default 2025-06-05T23:51:21.7236619Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_355, aten.convolution.default 2025-06-05T23:51:21.7238254Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1496, aten.permute_copy.default 2025-06-05T23:51:21.7239863Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_329, aten.view_copy.default 2025-06-05T23:51:21.7241418Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_330, aten.view_copy.default 2025-06-05T23:51:21.7242951Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_331, aten.view_copy.default 2025-06-05T23:51:21.7244502Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_332, aten.view_copy.default 2025-06-05T23:51:21.7246040Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_333, aten.view_copy.default 2025-06-05T23:51:21.7247591Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_334, aten.view_copy.default 2025-06-05T23:51:21.7249177Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_335, aten.view_copy.default 2025-06-05T23:51:21.7250783Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_336, aten.view_copy.default 2025-06-05T23:51:21.7252336Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_337, aten.view_copy.default 2025-06-05T23:51:21.7253870Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_338, aten.view_copy.default 2025-06-05T23:51:21.7255425Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_339, aten.view_copy.default 2025-06-05T23:51:21.7256977Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_340, aten.view_copy.default 2025-06-05T23:51:21.7258524Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_341, aten.view_copy.default 2025-06-05T23:51:21.7260241Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_342, aten.view_copy.default 2025-06-05T23:51:21.7261790Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_343, aten.view_copy.default 2025-06-05T23:51:21.7263347Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_344, aten.view_copy.default 2025-06-05T23:51:21.7264898Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_345, aten.view_copy.default 2025-06-05T23:51:21.7266431Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_346, aten.view_copy.default 2025-06-05T23:51:21.7267983Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_347, aten.view_copy.default 2025-06-05T23:51:21.7269521Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_348, aten.view_copy.default 2025-06-05T23:51:21.7271149Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_349, aten.view_copy.default 2025-06-05T23:51:21.7272699Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_350, aten.view_copy.default 2025-06-05T23:51:21.7274291Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_351, aten.view_copy.default 2025-06-05T23:51:21.7275837Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_352, aten.view_copy.default 2025-06-05T23:51:21.7277375Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_353, aten.view_copy.default 2025-06-05T23:51:21.7278908Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1033, aten._to_copy.default 2025-06-05T23:51:21.7280432Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_354, aten.view_copy.default 2025-06-05T23:51:21.7281951Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1034, aten._to_copy.default 2025-06-05T23:51:21.7283484Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_355, aten.view_copy.default 2025-06-05T23:51:21.7285011Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1035, aten._to_copy.default 2025-06-05T23:51:21.7286548Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_356, aten.view_copy.default 2025-06-05T23:51:21.7288084Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1036, aten._to_copy.default 2025-06-05T23:51:21.7289662Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_357, aten.view_copy.default 2025-06-05T23:51:21.7291195Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1037, aten._to_copy.default 2025-06-05T23:51:21.7292716Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_358, aten.view_copy.default 2025-06-05T23:51:21.7294321Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1038, aten._to_copy.default 2025-06-05T23:51:21.7295861Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_359, aten.view_copy.default 2025-06-05T23:51:21.7297420Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1039, aten._to_copy.default 2025-06-05T23:51:21.7298954Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_360, aten.view_copy.default 2025-06-05T23:51:21.7300476Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1040, aten._to_copy.default 2025-06-05T23:51:21.7302005Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_361, aten.view_copy.default 2025-06-05T23:51:21.7303532Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1041, aten._to_copy.default 2025-06-05T23:51:21.7305060Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_362, aten.view_copy.default 2025-06-05T23:51:21.7306600Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1042, aten._to_copy.default 2025-06-05T23:51:21.7308143Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_363, aten.view_copy.default 2025-06-05T23:51:21.7309665Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1043, aten._to_copy.default 2025-06-05T23:51:21.7311203Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_364, aten.view_copy.default 2025-06-05T23:51:21.7312747Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_384, aten.slice_copy.Tensor 2025-06-05T23:51:21.7314300Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_385, aten.slice_copy.Tensor 2025-06-05T23:51:22.0935818Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_386, aten.slice_copy.Tensor 2025-06-05T23:51:22.0937499Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_387, aten.slice_copy.Tensor 2025-06-05T23:51:22.0939197Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_388, aten.slice_copy.Tensor 2025-06-05T23:51:22.0940820Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_389, aten.slice_copy.Tensor 2025-06-05T23:51:22.0942428Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_390, aten.slice_copy.Tensor 2025-06-05T23:51:22.0944091Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_391, aten.slice_copy.Tensor 2025-06-05T23:51:22.0945711Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_392, aten.slice_copy.Tensor 2025-06-05T23:51:22.0947362Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_393, aten.slice_copy.Tensor 2025-06-05T23:51:22.0948966Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_394, aten.slice_copy.Tensor 2025-06-05T23:51:22.0950605Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_395, aten.slice_copy.Tensor 2025-06-05T23:51:22.0952242Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_396, aten.slice_copy.Tensor 2025-06-05T23:51:22.0953813Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_397, aten.slice_copy.Tensor 2025-06-05T23:51:22.0955469Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_398, aten.slice_copy.Tensor 2025-06-05T23:51:22.0957109Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_399, aten.slice_copy.Tensor 2025-06-05T23:51:22.0958756Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_400, aten.slice_copy.Tensor 2025-06-05T23:51:22.0960553Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_401, aten.slice_copy.Tensor 2025-06-05T23:51:22.0962325Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_402, aten.slice_copy.Tensor 2025-06-05T23:51:22.0964032Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_403, aten.slice_copy.Tensor 2025-06-05T23:51:22.0965630Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_404, aten.slice_copy.Tensor 2025-06-05T23:51:22.0967231Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_405, aten.slice_copy.Tensor 2025-06-05T23:51:22.0968830Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_406, aten.slice_copy.Tensor 2025-06-05T23:51:22.0970549Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_407, aten.slice_copy.Tensor 2025-06-05T23:51:22.0972125Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_408, aten.slice_copy.Tensor 2025-06-05T23:51:22.0973755Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_409, aten.slice_copy.Tensor 2025-06-05T23:51:22.0975409Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_410, aten.slice_copy.Tensor 2025-06-05T23:51:22.0976895Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_411, aten.slice_copy.Tensor 2025-06-05T23:51:22.0978536Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_412, aten.slice_copy.Tensor 2025-06-05T23:51:22.0980172Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_413, aten.slice_copy.Tensor 2025-06-05T23:51:22.0981792Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_414, aten.slice_copy.Tensor 2025-06-05T23:51:22.0983376Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_415, aten.slice_copy.Tensor 2025-06-05T23:51:22.0985134Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_416, aten.slice_copy.Tensor 2025-06-05T23:51:22.0986737Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_417, aten.slice_copy.Tensor 2025-06-05T23:51:22.0988423Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_418, aten.slice_copy.Tensor 2025-06-05T23:51:22.0990003Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_419, aten.slice_copy.Tensor 2025-06-05T23:51:22.0991606Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_420, aten.slice_copy.Tensor 2025-06-05T23:51:22.0993233Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_421, aten.slice_copy.Tensor 2025-06-05T23:51:22.0994811Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_422, aten.slice_copy.Tensor 2025-06-05T23:51:22.0996448Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_423, aten.slice_copy.Tensor 2025-06-05T23:51:22.0998074Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_424, aten.slice_copy.Tensor 2025-06-05T23:51:22.0999669Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_425, aten.slice_copy.Tensor 2025-06-05T23:51:22.1001307Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_426, aten.slice_copy.Tensor 2025-06-05T23:51:22.1002951Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_427, aten.slice_copy.Tensor 2025-06-05T23:51:22.1004562Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_428, aten.slice_copy.Tensor 2025-06-05T23:51:22.1006157Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_429, aten.slice_copy.Tensor 2025-06-05T23:51:22.1007778Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_430, aten.slice_copy.Tensor 2025-06-05T23:51:22.1009471Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_431, aten.slice_copy.Tensor 2025-06-05T23:51:22.1011103Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_417, aten.cat.default 2025-06-05T23:51:22.1012649Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_419, aten.cat.default 2025-06-05T23:51:22.1014058Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_421, aten.cat.default 2025-06-05T23:51:22.1015514Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_423, aten.cat.default 2025-06-05T23:51:22.1016916Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_425, aten.cat.default 2025-06-05T23:51:22.1018366Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_427, aten.cat.default 2025-06-05T23:51:22.1019828Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_429, aten.cat.default 2025-06-05T23:51:22.1021198Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_431, aten.cat.default 2025-06-05T23:51:22.1022567Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_433, aten.cat.default 2025-06-05T23:51:22.1024018Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_435, aten.cat.default 2025-06-05T23:51:22.1025481Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_437, aten.cat.default 2025-06-05T23:51:22.1026927Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_439, aten.cat.default 2025-06-05T23:51:22.1028306Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_784, aten.mul.Tensor 2025-06-05T23:51:22.1029706Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_786, aten.mul.Tensor 2025-06-05T23:51:22.1031184Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_785, aten.mul.Tensor 2025-06-05T23:51:22.1032579Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_787, aten.mul.Tensor 2025-06-05T23:51:22.1033966Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_788, aten.mul.Tensor 2025-06-05T23:51:22.1035417Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_790, aten.mul.Tensor 2025-06-05T23:51:22.1036811Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_789, aten.mul.Tensor 2025-06-05T23:51:22.1038219Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_791, aten.mul.Tensor 2025-06-05T23:51:22.1039578Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_792, aten.mul.Tensor 2025-06-05T23:51:22.1040999Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_794, aten.mul.Tensor 2025-06-05T23:51:22.1042404Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_793, aten.mul.Tensor 2025-06-05T23:51:22.1043841Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_795, aten.mul.Tensor 2025-06-05T23:51:22.1045182Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_796, aten.mul.Tensor 2025-06-05T23:51:22.1046622Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_798, aten.mul.Tensor 2025-06-05T23:51:22.1048030Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_797, aten.mul.Tensor 2025-06-05T23:51:22.1049440Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_799, aten.mul.Tensor 2025-06-05T23:51:22.1050913Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_800, aten.mul.Tensor 2025-06-05T23:51:22.1052303Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_802, aten.mul.Tensor 2025-06-05T23:51:22.1053694Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_801, aten.mul.Tensor 2025-06-05T23:51:22.1055159Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_803, aten.mul.Tensor 2025-06-05T23:51:22.5344633Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_804, aten.mul.Tensor 2025-06-05T23:51:22.5345490Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_806, aten.mul.Tensor 2025-06-05T23:51:22.5346470Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_805, aten.mul.Tensor 2025-06-05T23:51:22.5347243Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_807, aten.mul.Tensor 2025-06-05T23:51:22.5348006Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_808, aten.mul.Tensor 2025-06-05T23:51:22.5348760Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_810, aten.mul.Tensor 2025-06-05T23:51:22.5349521Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_809, aten.mul.Tensor 2025-06-05T23:51:22.5350277Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_811, aten.mul.Tensor 2025-06-05T23:51:22.5351068Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_812, aten.mul.Tensor 2025-06-05T23:51:22.5351823Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_814, aten.mul.Tensor 2025-06-05T23:51:22.5352572Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_813, aten.mul.Tensor 2025-06-05T23:51:22.5353331Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_815, aten.mul.Tensor 2025-06-05T23:51:22.5354086Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_816, aten.mul.Tensor 2025-06-05T23:51:22.5354828Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_818, aten.mul.Tensor 2025-06-05T23:51:22.5355584Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_817, aten.mul.Tensor 2025-06-05T23:51:22.5356404Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_819, aten.mul.Tensor 2025-06-05T23:51:22.5357172Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_820, aten.mul.Tensor 2025-06-05T23:51:22.5357984Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_822, aten.mul.Tensor 2025-06-05T23:51:22.5358735Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_821, aten.mul.Tensor 2025-06-05T23:51:22.5359667Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_823, aten.mul.Tensor 2025-06-05T23:51:22.5360418Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_824, aten.mul.Tensor 2025-06-05T23:51:22.5361178Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_826, aten.mul.Tensor 2025-06-05T23:51:22.5361939Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_825, aten.mul.Tensor 2025-06-05T23:51:22.5362693Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_827, aten.mul.Tensor 2025-06-05T23:51:22.5363455Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_828, aten.mul.Tensor 2025-06-05T23:51:22.5364199Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_830, aten.mul.Tensor 2025-06-05T23:51:22.5364959Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_829, aten.mul.Tensor 2025-06-05T23:51:22.5365709Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_831, aten.mul.Tensor 2025-06-05T23:51:22.5366469Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_832, aten.mul.Tensor 2025-06-05T23:51:22.5367224Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_834, aten.mul.Tensor 2025-06-05T23:51:22.5367974Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_833, aten.mul.Tensor 2025-06-05T23:51:22.5368737Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_835, aten.mul.Tensor 2025-06-05T23:51:22.5369553Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_836, aten.mul.Tensor 2025-06-05T23:51:22.5370814Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_838, aten.mul.Tensor 2025-06-05T23:51:22.5371682Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_837, aten.mul.Tensor 2025-06-05T23:51:22.5372432Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_839, aten.mul.Tensor 2025-06-05T23:51:22.5373193Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_840, aten.mul.Tensor 2025-06-05T23:51:22.5373938Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_842, aten.mul.Tensor 2025-06-05T23:51:22.5374699Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_841, aten.mul.Tensor 2025-06-05T23:51:22.5375459Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_843, aten.mul.Tensor 2025-06-05T23:51:22.5376214Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_844, aten.mul.Tensor 2025-06-05T23:51:22.5376977Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_846, aten.mul.Tensor 2025-06-05T23:51:22.5377726Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_845, aten.mul.Tensor 2025-06-05T23:51:22.5378493Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_847, aten.mul.Tensor 2025-06-05T23:51:22.5379256Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_848, aten.mul.Tensor 2025-06-05T23:51:22.5380006Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_850, aten.mul.Tensor 2025-06-05T23:51:22.5380766Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_849, aten.mul.Tensor 2025-06-05T23:51:22.5381511Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_851, aten.mul.Tensor 2025-06-05T23:51:22.5382315Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_852, aten.mul.Tensor 2025-06-05T23:51:22.5383084Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_854, aten.mul.Tensor 2025-06-05T23:51:22.5383906Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_853, aten.mul.Tensor 2025-06-05T23:51:22.5384672Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_855, aten.mul.Tensor 2025-06-05T23:51:22.5385424Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_856, aten.mul.Tensor 2025-06-05T23:51:22.5386190Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_858, aten.mul.Tensor 2025-06-05T23:51:22.5386941Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_857, aten.mul.Tensor 2025-06-05T23:51:22.5387702Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_859, aten.mul.Tensor 2025-06-05T23:51:22.5388463Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_860, aten.mul.Tensor 2025-06-05T23:51:22.5389212Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_862, aten.mul.Tensor 2025-06-05T23:51:22.5389971Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_861, aten.mul.Tensor 2025-06-05T23:51:22.5390720Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_863, aten.mul.Tensor 2025-06-05T23:51:22.5391480Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_864, aten.mul.Tensor 2025-06-05T23:51:22.5392241Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_866, aten.mul.Tensor 2025-06-05T23:51:22.5392984Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_865, aten.mul.Tensor 2025-06-05T23:51:22.5393743Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_867, aten.mul.Tensor 2025-06-05T23:51:22.5394494Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_868, aten.mul.Tensor 2025-06-05T23:51:22.5395427Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_870, aten.mul.Tensor 2025-06-05T23:51:22.5396193Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_869, aten.mul.Tensor 2025-06-05T23:51:22.5396977Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_871, aten.mul.Tensor 2025-06-05T23:51:22.5397735Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_872, aten.mul.Tensor 2025-06-05T23:51:22.5398479Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_874, aten.mul.Tensor 2025-06-05T23:51:22.5399235Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_873, aten.mul.Tensor 2025-06-05T23:51:22.5399992Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_875, aten.mul.Tensor 2025-06-05T23:51:22.5400737Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_876, aten.mul.Tensor 2025-06-05T23:51:22.5401495Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_878, aten.mul.Tensor 2025-06-05T23:51:22.5402238Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_877, aten.mul.Tensor 2025-06-05T23:51:22.5402999Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_879, aten.mul.Tensor 2025-06-05T23:51:22.5403753Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_192, aten.sub.Tensor 2025-06-05T23:51:22.5404501Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_304, aten.add.Tensor 2025-06-05T23:51:22.5405255Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_193, aten.sub.Tensor 2025-06-05T23:51:22.5405999Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_305, aten.add.Tensor 2025-06-05T23:51:22.5406757Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_194, aten.sub.Tensor 2025-06-05T23:51:22.5407557Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_306, aten.add.Tensor 2025-06-05T23:51:22.5408317Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_195, aten.sub.Tensor 2025-06-05T23:51:22.5409110Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_307, aten.add.Tensor 2025-06-05T23:51:22.5409940Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_196, aten.sub.Tensor 2025-06-05T23:51:22.9841456Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_308, aten.add.Tensor 2025-06-05T23:51:22.9842892Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_197, aten.sub.Tensor 2025-06-05T23:51:22.9844268Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_309, aten.add.Tensor 2025-06-05T23:51:22.9845682Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_198, aten.sub.Tensor 2025-06-05T23:51:22.9847104Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_310, aten.add.Tensor 2025-06-05T23:51:22.9848493Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_199, aten.sub.Tensor 2025-06-05T23:51:22.9849983Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_311, aten.add.Tensor 2025-06-05T23:51:22.9851435Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_200, aten.sub.Tensor 2025-06-05T23:51:22.9852815Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_312, aten.add.Tensor 2025-06-05T23:51:22.9854242Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_201, aten.sub.Tensor 2025-06-05T23:51:22.9855589Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_313, aten.add.Tensor 2025-06-05T23:51:22.9857015Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_202, aten.sub.Tensor 2025-06-05T23:51:22.9858453Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_314, aten.add.Tensor 2025-06-05T23:51:22.9860308Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_203, aten.sub.Tensor 2025-06-05T23:51:22.9861750Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_315, aten.add.Tensor 2025-06-05T23:51:22.9863910Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_204, aten.sub.Tensor 2025-06-05T23:51:22.9865415Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1044, aten._to_copy.default 2025-06-05T23:51:22.9866910Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_316, aten.add.Tensor 2025-06-05T23:51:22.9868396Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1045, aten._to_copy.default 2025-06-05T23:51:22.9869877Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_205, aten.sub.Tensor 2025-06-05T23:51:22.9871369Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1046, aten._to_copy.default 2025-06-05T23:51:22.9872870Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_317, aten.add.Tensor 2025-06-05T23:51:22.9874362Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1047, aten._to_copy.default 2025-06-05T23:51:22.9875878Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_206, aten.sub.Tensor 2025-06-05T23:51:22.9877342Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1048, aten._to_copy.default 2025-06-05T23:51:22.9878844Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_318, aten.add.Tensor 2025-06-05T23:51:22.9880365Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1049, aten._to_copy.default 2025-06-05T23:51:22.9881869Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_207, aten.sub.Tensor 2025-06-05T23:51:22.9883546Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1050, aten._to_copy.default 2025-06-05T23:51:22.9885067Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_319, aten.add.Tensor 2025-06-05T23:51:22.9886728Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1051, aten._to_copy.default 2025-06-05T23:51:22.9888183Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_208, aten.sub.Tensor 2025-06-05T23:51:22.9889755Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1052, aten._to_copy.default 2025-06-05T23:51:22.9891246Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_320, aten.add.Tensor 2025-06-05T23:51:22.9892717Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1053, aten._to_copy.default 2025-06-05T23:51:22.9894202Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_209, aten.sub.Tensor 2025-06-05T23:51:22.9895712Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1054, aten._to_copy.default 2025-06-05T23:51:22.9897175Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_321, aten.add.Tensor 2025-06-05T23:51:22.9898701Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1055, aten._to_copy.default 2025-06-05T23:51:22.9900191Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_210, aten.sub.Tensor 2025-06-05T23:51:22.9901706Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1056, aten._to_copy.default 2025-06-05T23:51:22.9903229Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_322, aten.add.Tensor 2025-06-05T23:51:22.9904625Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1057, aten._to_copy.default 2025-06-05T23:51:22.9906157Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_211, aten.sub.Tensor 2025-06-05T23:51:22.9907817Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1058, aten._to_copy.default 2025-06-05T23:51:22.9909350Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_323, aten.add.Tensor 2025-06-05T23:51:22.9910887Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1059, aten._to_copy.default 2025-06-05T23:51:22.9912383Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_212, aten.sub.Tensor 2025-06-05T23:51:22.9913874Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1060, aten._to_copy.default 2025-06-05T23:51:22.9915339Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_324, aten.add.Tensor 2025-06-05T23:51:22.9916828Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1061, aten._to_copy.default 2025-06-05T23:51:22.9918305Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_213, aten.sub.Tensor 2025-06-05T23:51:22.9919780Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1062, aten._to_copy.default 2025-06-05T23:51:22.9921248Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_325, aten.add.Tensor 2025-06-05T23:51:22.9922758Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1063, aten._to_copy.default 2025-06-05T23:51:22.9924272Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_214, aten.sub.Tensor 2025-06-05T23:51:22.9925779Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1064, aten._to_copy.default 2025-06-05T23:51:22.9927050Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_326, aten.add.Tensor 2025-06-05T23:51:22.9928234Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1065, aten._to_copy.default 2025-06-05T23:51:22.9929796Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_215, aten.sub.Tensor 2025-06-05T23:51:22.9931322Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1066, aten._to_copy.default 2025-06-05T23:51:22.9932896Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_327, aten.add.Tensor 2025-06-05T23:51:22.9934371Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1067, aten._to_copy.default 2025-06-05T23:51:22.9935856Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_392, aten.cat.default 2025-06-05T23:51:22.9937276Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_393, aten.cat.default 2025-06-05T23:51:22.9938693Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_394, aten.cat.default 2025-06-05T23:51:22.9940103Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_395, aten.cat.default 2025-06-05T23:51:22.9941537Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_396, aten.cat.default 2025-06-05T23:51:22.9942966Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_397, aten.cat.default 2025-06-05T23:51:22.9944378Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_398, aten.cat.default 2025-06-05T23:51:22.9945785Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_399, aten.cat.default 2025-06-05T23:51:22.9947216Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_400, aten.cat.default 2025-06-05T23:51:22.9948667Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_401, aten.cat.default 2025-06-05T23:51:22.9950137Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_402, aten.cat.default 2025-06-05T23:51:22.9951517Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_403, aten.cat.default 2025-06-05T23:51:22.9952987Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_404, aten.cat.default 2025-06-05T23:51:22.9954604Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1068, aten._to_copy.default 2025-06-05T23:51:22.9956135Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_405, aten.cat.default 2025-06-05T23:51:22.9957694Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1069, aten._to_copy.default 2025-06-05T23:51:22.9959383Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_406, aten.cat.default 2025-06-05T23:51:22.9960901Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1070, aten._to_copy.default 2025-06-05T23:51:23.4744385Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_407, aten.cat.default 2025-06-05T23:51:23.4745893Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_408, aten.cat.default 2025-06-05T23:51:23.4747430Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1071, aten._to_copy.default 2025-06-05T23:51:23.4748925Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_409, aten.cat.default 2025-06-05T23:51:23.4750447Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1072, aten._to_copy.default 2025-06-05T23:51:23.4751931Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_410, aten.cat.default 2025-06-05T23:51:23.4753360Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_411, aten.cat.default 2025-06-05T23:51:23.4754873Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1073, aten._to_copy.default 2025-06-05T23:51:23.4756392Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_412, aten.cat.default 2025-06-05T23:51:23.4758184Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1074, aten._to_copy.default 2025-06-05T23:51:23.4759909Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_413, aten.cat.default 2025-06-05T23:51:23.4761449Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1075, aten._to_copy.default 2025-06-05T23:51:23.4763061Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_414, aten.cat.default 2025-06-05T23:51:23.4764576Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1076, aten._to_copy.default 2025-06-05T23:51:23.4766111Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_415, aten.cat.default 2025-06-05T23:51:23.4767640Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1077, aten._to_copy.default 2025-06-05T23:51:23.4769268Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_461, aten.permute_copy.default 2025-06-05T23:51:23.4770993Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1078, aten._to_copy.default 2025-06-05T23:51:23.4772624Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_462, aten.permute_copy.default 2025-06-05T23:51:23.4774255Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1079, aten._to_copy.default 2025-06-05T23:51:23.4775882Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_463, aten.permute_copy.default 2025-06-05T23:51:23.4777518Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1080, aten._to_copy.default 2025-06-05T23:51:23.4779179Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_464, aten.permute_copy.default 2025-06-05T23:51:23.4780836Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_465, aten.permute_copy.default 2025-06-05T23:51:23.4782518Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1081, aten._to_copy.default 2025-06-05T23:51:23.4784333Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_466, aten.permute_copy.default 2025-06-05T23:51:23.4785886Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1082, aten._to_copy.default 2025-06-05T23:51:23.4787688Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_467, aten.permute_copy.default 2025-06-05T23:51:23.4789406Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_468, aten.permute_copy.default 2025-06-05T23:51:23.4791048Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1083, aten._to_copy.default 2025-06-05T23:51:23.4792657Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_469, aten.permute_copy.default 2025-06-05T23:51:23.4794313Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1084, aten._to_copy.default 2025-06-05T23:51:23.4795943Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_470, aten.permute_copy.default 2025-06-05T23:51:23.4797559Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1085, aten._to_copy.default 2025-06-05T23:51:23.4799206Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_471, aten.permute_copy.default 2025-06-05T23:51:23.4800843Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1086, aten._to_copy.default 2025-06-05T23:51:23.4802475Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_472, aten.permute_copy.default 2025-06-05T23:51:23.4804125Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1087, aten._to_copy.default 2025-06-05T23:51:23.4805652Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_416, aten.cat.default 2025-06-05T23:51:23.4807242Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_418, aten.cat.default 2025-06-05T23:51:23.4808645Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_420, aten.cat.default 2025-06-05T23:51:23.4810257Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_422, aten.cat.default 2025-06-05T23:51:23.4811725Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_424, aten.cat.default 2025-06-05T23:51:23.4813143Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_426, aten.cat.default 2025-06-05T23:51:23.4814551Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_428, aten.cat.default 2025-06-05T23:51:23.4815951Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_430, aten.cat.default 2025-06-05T23:51:23.4817378Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_432, aten.cat.default 2025-06-05T23:51:23.4818789Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_434, aten.cat.default 2025-06-05T23:51:23.4820207Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_436, aten.cat.default 2025-06-05T23:51:23.4821640Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_438, aten.cat.default 2025-06-05T23:51:23.4823097Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_192, aten.matmul.default 2025-06-05T23:51:23.4824659Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_194, aten.matmul.default 2025-06-05T23:51:23.4826168Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_196, aten.matmul.default 2025-06-05T23:51:23.4827693Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_198, aten.matmul.default 2025-06-05T23:51:23.4829249Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_200, aten.matmul.default 2025-06-05T23:51:23.4830745Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_202, aten.matmul.default 2025-06-05T23:51:23.4832279Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_204, aten.matmul.default 2025-06-05T23:51:23.4833930Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_206, aten.matmul.default 2025-06-05T23:51:23.4835476Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_208, aten.matmul.default 2025-06-05T23:51:23.4836964Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_210, aten.matmul.default 2025-06-05T23:51:23.4838470Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_212, aten.matmul.default 2025-06-05T23:51:23.4839995Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_214, aten.matmul.default 2025-06-05T23:51:23.4841450Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_96, aten.div.Tensor 2025-06-05T23:51:23.4842821Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_97, aten.div.Tensor 2025-06-05T23:51:23.4844210Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_98, aten.div.Tensor 2025-06-05T23:51:23.4845577Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_99, aten.div.Tensor 2025-06-05T23:51:23.4846992Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_100, aten.div.Tensor 2025-06-05T23:51:23.4848370Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_101, aten.div.Tensor 2025-06-05T23:51:23.4849847Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_102, aten.div.Tensor 2025-06-05T23:51:23.4851268Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_103, aten.div.Tensor 2025-06-05T23:51:23.4852678Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_104, aten.div.Tensor 2025-06-05T23:51:23.4854148Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_105, aten.div.Tensor 2025-06-05T23:51:23.4855577Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_106, aten.div.Tensor 2025-06-05T23:51:23.4857057Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_107, aten.div.Tensor 2025-06-05T23:51:23.4858471Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_328, aten.add.Tensor 2025-06-05T23:51:23.4860016Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_329, aten.add.Tensor 2025-06-05T23:51:23.4861422Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_330, aten.add.Tensor 2025-06-05T23:51:23.4862825Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_331, aten.add.Tensor 2025-06-05T23:51:23.4864198Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_332, aten.add.Tensor 2025-06-05T23:51:23.9891014Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_333, aten.add.Tensor 2025-06-05T23:51:23.9892437Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_334, aten.add.Tensor 2025-06-05T23:51:23.9893787Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_335, aten.add.Tensor 2025-06-05T23:51:23.9895150Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_336, aten.add.Tensor 2025-06-05T23:51:23.9896497Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_337, aten.add.Tensor 2025-06-05T23:51:23.9897838Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_338, aten.add.Tensor 2025-06-05T23:51:23.9899187Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_339, aten.add.Tensor 2025-06-05T23:51:23.9900610Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_96, aten._softmax.default 2025-06-05T23:51:23.9902144Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_97, aten._softmax.default 2025-06-05T23:51:23.9903962Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_98, aten._softmax.default 2025-06-05T23:51:23.9905470Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_99, aten._softmax.default 2025-06-05T23:51:23.9907126Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_100, aten._softmax.default 2025-06-05T23:51:23.9908639Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_101, aten._softmax.default 2025-06-05T23:51:23.9910168Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_102, aten._softmax.default 2025-06-05T23:51:23.9911696Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_103, aten._softmax.default 2025-06-05T23:51:23.9913202Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_104, aten._softmax.default 2025-06-05T23:51:23.9914727Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_105, aten._softmax.default 2025-06-05T23:51:23.9916286Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_106, aten._softmax.default 2025-06-05T23:51:23.9917796Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_107, aten._softmax.default 2025-06-05T23:51:23.9919297Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_193, aten.matmul.default 2025-06-05T23:51:23.9920745Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_195, aten.matmul.default 2025-06-05T23:51:23.9922202Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_197, aten.matmul.default 2025-06-05T23:51:23.9924151Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_199, aten.matmul.default 2025-06-05T23:51:23.9925706Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_201, aten.matmul.default 2025-06-05T23:51:23.9927167Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_203, aten.matmul.default 2025-06-05T23:51:23.9928683Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_205, aten.matmul.default 2025-06-05T23:51:23.9930212Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_207, aten.matmul.default 2025-06-05T23:51:23.9931681Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_209, aten.matmul.default 2025-06-05T23:51:23.9933126Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_211, aten.matmul.default 2025-06-05T23:51:23.9934582Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_213, aten.matmul.default 2025-06-05T23:51:23.9936022Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_215, aten.matmul.default 2025-06-05T23:51:23.9937449Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_440, aten.cat.default 2025-06-05T23:51:23.9938911Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_365, aten.view_copy.default 2025-06-05T23:51:23.9940512Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1497, aten.permute_copy.default 2025-06-05T23:51:23.9942154Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_356, aten.convolution.default 2025-06-05T23:51:23.9943781Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1498, aten.permute_copy.default 2025-06-05T23:51:23.9945380Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_366, aten.view_copy.default 2025-06-05T23:51:23.9946829Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_340, aten.add.Tensor 2025-06-05T23:51:23.9948239Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_rms_norm_default_17, aten.rms_norm.default 2025-06-05T23:51:23.9949808Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_367, aten.view_copy.default 2025-06-05T23:51:23.9951394Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1499, aten.permute_copy.default 2025-06-05T23:51:23.9953070Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_357, aten.convolution.default 2025-06-05T23:51:23.9954701Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_358, aten.convolution.default 2025-06-05T23:51:23.9956248Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sigmoid_default_8, aten.sigmoid.default 2025-06-05T23:51:23.9957653Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_880, aten.mul.Tensor 2025-06-05T23:51:23.9958986Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_881, aten.mul.Tensor 2025-06-05T23:51:23.9960627Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_359, aten.convolution.default 2025-06-05T23:51:23.9962266Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1500, aten.permute_copy.default 2025-06-05T23:51:23.9963855Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_368, aten.view_copy.default 2025-06-05T23:51:23.9965303Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_341, aten.add.Tensor 2025-06-05T23:51:23.9966720Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_rms_norm_default_18, aten.rms_norm.default 2025-06-05T23:51:23.9968255Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_369, aten.view_copy.default 2025-06-05T23:51:23.9969888Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1501, aten.permute_copy.default 2025-06-05T23:51:23.9971541Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1088, aten._to_copy.default 2025-06-05T23:51:23.9973111Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_360, aten.convolution.default 2025-06-05T23:51:23.9974809Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1502, aten.permute_copy.default 2025-06-05T23:51:23.9976457Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_361, aten.convolution.default 2025-06-05T23:51:23.9978087Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1503, aten.permute_copy.default 2025-06-05T23:51:23.9979722Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_362, aten.convolution.default 2025-06-05T23:51:23.9981357Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1504, aten.permute_copy.default 2025-06-05T23:51:23.9982995Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_363, aten.convolution.default 2025-06-05T23:51:23.9984644Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1505, aten.permute_copy.default 2025-06-05T23:51:23.9986277Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_364, aten.convolution.default 2025-06-05T23:51:23.9987920Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1506, aten.permute_copy.default 2025-06-05T23:51:23.9989548Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_365, aten.convolution.default 2025-06-05T23:51:23.9991194Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1507, aten.permute_copy.default 2025-06-05T23:51:23.9992833Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_366, aten.convolution.default 2025-06-05T23:51:23.9994466Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1508, aten.permute_copy.default 2025-06-05T23:51:23.9996158Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_367, aten.convolution.default 2025-06-05T23:51:23.9997786Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1509, aten.permute_copy.default 2025-06-05T23:51:23.9999475Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_368, aten.convolution.default 2025-06-05T23:51:24.0001118Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1510, aten.permute_copy.default 2025-06-05T23:51:24.0002753Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_369, aten.convolution.default 2025-06-05T23:51:24.0004391Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1511, aten.permute_copy.default 2025-06-05T23:51:24.0006025Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_370, aten.convolution.default 2025-06-05T23:51:24.4260447Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1512, aten.permute_copy.default 2025-06-05T23:51:24.4262148Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_371, aten.convolution.default 2025-06-05T23:51:24.4263807Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1513, aten.permute_copy.default 2025-06-05T23:51:24.4265440Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_372, aten.convolution.default 2025-06-05T23:51:24.4267089Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1514, aten.permute_copy.default 2025-06-05T23:51:24.4268709Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_373, aten.convolution.default 2025-06-05T23:51:24.4270553Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1515, aten.permute_copy.default 2025-06-05T23:51:24.4272210Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_374, aten.convolution.default 2025-06-05T23:51:24.4273909Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1516, aten.permute_copy.default 2025-06-05T23:51:24.4275543Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_375, aten.convolution.default 2025-06-05T23:51:24.4277163Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1517, aten.permute_copy.default 2025-06-05T23:51:24.4278804Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_376, aten.convolution.default 2025-06-05T23:51:24.4280440Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1518, aten.permute_copy.default 2025-06-05T23:51:24.4282060Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_377, aten.convolution.default 2025-06-05T23:51:24.4283701Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1519, aten.permute_copy.default 2025-06-05T23:51:24.4285318Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_378, aten.convolution.default 2025-06-05T23:51:24.4286962Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1520, aten.permute_copy.default 2025-06-05T23:51:24.4288590Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_379, aten.convolution.default 2025-06-05T23:51:24.4290281Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1521, aten.permute_copy.default 2025-06-05T23:51:24.4291910Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_380, aten.convolution.default 2025-06-05T23:51:24.4293527Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1522, aten.permute_copy.default 2025-06-05T23:51:24.4295237Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_381, aten.convolution.default 2025-06-05T23:51:24.4296865Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1523, aten.permute_copy.default 2025-06-05T23:51:24.4298553Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_382, aten.convolution.default 2025-06-05T23:51:24.4300191Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1524, aten.permute_copy.default 2025-06-05T23:51:24.4301814Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_383, aten.convolution.default 2025-06-05T23:51:24.4303449Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1525, aten.permute_copy.default 2025-06-05T23:51:24.4305086Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_384, aten.convolution.default 2025-06-05T23:51:24.4306711Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1526, aten.permute_copy.default 2025-06-05T23:51:24.4308344Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_385, aten.convolution.default 2025-06-05T23:51:24.4309985Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1527, aten.permute_copy.default 2025-06-05T23:51:24.4311610Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_386, aten.convolution.default 2025-06-05T23:51:24.4313253Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1528, aten.permute_copy.default 2025-06-05T23:51:24.4314868Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_387, aten.convolution.default 2025-06-05T23:51:24.4316508Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1529, aten.permute_copy.default 2025-06-05T23:51:24.4318254Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_388, aten.convolution.default 2025-06-05T23:51:24.4319871Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1530, aten.permute_copy.default 2025-06-05T23:51:24.4321556Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_389, aten.convolution.default 2025-06-05T23:51:24.4323195Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1531, aten.permute_copy.default 2025-06-05T23:51:24.4324820Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_390, aten.convolution.default 2025-06-05T23:51:24.4326452Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1532, aten.permute_copy.default 2025-06-05T23:51:24.4328074Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_391, aten.convolution.default 2025-06-05T23:51:24.4329781Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1533, aten.permute_copy.default 2025-06-05T23:51:24.4331428Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_392, aten.convolution.default 2025-06-05T23:51:24.4333062Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1534, aten.permute_copy.default 2025-06-05T23:51:24.4334699Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_393, aten.convolution.default 2025-06-05T23:51:24.4336323Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1535, aten.permute_copy.default 2025-06-05T23:51:24.4337966Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_394, aten.convolution.default 2025-06-05T23:51:24.4339606Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1536, aten.permute_copy.default 2025-06-05T23:51:24.4341229Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_395, aten.convolution.default 2025-06-05T23:51:24.4342906Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1537, aten.permute_copy.default 2025-06-05T23:51:24.4344531Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_370, aten.view_copy.default 2025-06-05T23:51:24.4346084Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_371, aten.view_copy.default 2025-06-05T23:51:24.4347635Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_372, aten.view_copy.default 2025-06-05T23:51:24.4349166Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_373, aten.view_copy.default 2025-06-05T23:51:24.4350717Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_374, aten.view_copy.default 2025-06-05T23:51:24.4352250Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_375, aten.view_copy.default 2025-06-05T23:51:24.4353802Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_376, aten.view_copy.default 2025-06-05T23:51:24.4355357Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_377, aten.view_copy.default 2025-06-05T23:51:24.4356888Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_378, aten.view_copy.default 2025-06-05T23:51:24.4358436Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_379, aten.view_copy.default 2025-06-05T23:51:24.4360092Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_380, aten.view_copy.default 2025-06-05T23:51:24.4361630Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_381, aten.view_copy.default 2025-06-05T23:51:24.4363179Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_382, aten.view_copy.default 2025-06-05T23:51:24.4364803Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_383, aten.view_copy.default 2025-06-05T23:51:24.4366340Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_384, aten.view_copy.default 2025-06-05T23:51:24.4377102Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_385, aten.view_copy.default 2025-06-05T23:51:24.4378658Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_386, aten.view_copy.default 2025-06-05T23:51:24.4380221Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_387, aten.view_copy.default 2025-06-05T23:51:24.4381755Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_388, aten.view_copy.default 2025-06-05T23:51:24.4383306Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_389, aten.view_copy.default 2025-06-05T23:51:24.7098062Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_390, aten.view_copy.default 2025-06-05T23:51:24.7098987Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_391, aten.view_copy.default 2025-06-05T23:51:24.7099874Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_392, aten.view_copy.default 2025-06-05T23:51:24.7100740Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_393, aten.view_copy.default 2025-06-05T23:51:24.7101613Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_394, aten.view_copy.default 2025-06-05T23:51:24.7102497Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1101, aten._to_copy.default 2025-06-05T23:51:24.7103344Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_395, aten.view_copy.default 2025-06-05T23:51:24.7104211Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1102, aten._to_copy.default 2025-06-05T23:51:24.7105292Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_396, aten.view_copy.default 2025-06-05T23:51:24.7106142Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1103, aten._to_copy.default 2025-06-05T23:51:24.7107060Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_397, aten.view_copy.default 2025-06-05T23:51:24.7107921Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1104, aten._to_copy.default 2025-06-05T23:51:24.7108768Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_398, aten.view_copy.default 2025-06-05T23:51:24.7109633Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1105, aten._to_copy.default 2025-06-05T23:51:24.7110494Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_399, aten.view_copy.default 2025-06-05T23:51:24.7111343Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1106, aten._to_copy.default 2025-06-05T23:51:24.7112202Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_400, aten.view_copy.default 2025-06-05T23:51:24.7113049Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1107, aten._to_copy.default 2025-06-05T23:51:24.7113904Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_401, aten.view_copy.default 2025-06-05T23:51:24.7114764Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1108, aten._to_copy.default 2025-06-05T23:51:24.7115610Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_402, aten.view_copy.default 2025-06-05T23:51:24.7116467Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1109, aten._to_copy.default 2025-06-05T23:51:24.7117362Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_403, aten.view_copy.default 2025-06-05T23:51:24.7118222Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1110, aten._to_copy.default 2025-06-05T23:51:24.7119126Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_404, aten.view_copy.default 2025-06-05T23:51:24.7119971Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1111, aten._to_copy.default 2025-06-05T23:51:24.7120826Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_405, aten.view_copy.default 2025-06-05T23:51:24.7121667Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1112, aten._to_copy.default 2025-06-05T23:51:24.7122524Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_432, aten.slice_copy.Tensor 2025-06-05T23:51:24.7123385Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_433, aten.slice_copy.Tensor 2025-06-05T23:51:24.7124242Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_434, aten.slice_copy.Tensor 2025-06-05T23:51:24.7125105Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_435, aten.slice_copy.Tensor 2025-06-05T23:51:24.7125962Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_436, aten.slice_copy.Tensor 2025-06-05T23:51:24.7126826Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_437, aten.slice_copy.Tensor 2025-06-05T23:51:24.7127701Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_438, aten.slice_copy.Tensor 2025-06-05T23:51:24.7128559Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_439, aten.slice_copy.Tensor 2025-06-05T23:51:24.7129421Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_440, aten.slice_copy.Tensor 2025-06-05T23:51:24.7130350Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_441, aten.slice_copy.Tensor 2025-06-05T23:51:24.7131255Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_442, aten.slice_copy.Tensor 2025-06-05T23:51:24.7132153Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_443, aten.slice_copy.Tensor 2025-06-05T23:51:24.7133010Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_444, aten.slice_copy.Tensor 2025-06-05T23:51:24.7133872Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_445, aten.slice_copy.Tensor 2025-06-05T23:51:24.7134720Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_446, aten.slice_copy.Tensor 2025-06-05T23:51:24.7135664Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_447, aten.slice_copy.Tensor 2025-06-05T23:51:24.7136534Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_448, aten.slice_copy.Tensor 2025-06-05T23:51:24.7137390Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_449, aten.slice_copy.Tensor 2025-06-05T23:51:24.7138257Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_450, aten.slice_copy.Tensor 2025-06-05T23:51:24.7139129Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_451, aten.slice_copy.Tensor 2025-06-05T23:51:24.7139982Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_452, aten.slice_copy.Tensor 2025-06-05T23:51:24.7140853Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_453, aten.slice_copy.Tensor 2025-06-05T23:51:24.7141706Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_454, aten.slice_copy.Tensor 2025-06-05T23:51:24.7142571Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_455, aten.slice_copy.Tensor 2025-06-05T23:51:24.7143477Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_456, aten.slice_copy.Tensor 2025-06-05T23:51:24.7144332Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_457, aten.slice_copy.Tensor 2025-06-05T23:51:24.7145232Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_458, aten.slice_copy.Tensor 2025-06-05T23:51:24.7146081Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_459, aten.slice_copy.Tensor 2025-06-05T23:51:24.7146947Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_460, aten.slice_copy.Tensor 2025-06-05T23:51:24.7147811Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_461, aten.slice_copy.Tensor 2025-06-05T23:51:24.7148661Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_462, aten.slice_copy.Tensor 2025-06-05T23:51:24.7149530Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_463, aten.slice_copy.Tensor 2025-06-05T23:51:24.7150385Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_464, aten.slice_copy.Tensor 2025-06-05T23:51:24.7151250Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_465, aten.slice_copy.Tensor 2025-06-05T23:51:24.7152113Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_466, aten.slice_copy.Tensor 2025-06-05T23:51:24.7152968Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_467, aten.slice_copy.Tensor 2025-06-05T23:51:24.7153836Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_468, aten.slice_copy.Tensor 2025-06-05T23:51:24.7154689Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_469, aten.slice_copy.Tensor 2025-06-05T23:51:24.7155557Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_470, aten.slice_copy.Tensor 2025-06-05T23:51:24.7156454Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_471, aten.slice_copy.Tensor 2025-06-05T23:51:24.7157316Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_472, aten.slice_copy.Tensor 2025-06-05T23:51:24.7158200Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_473, aten.slice_copy.Tensor 2025-06-05T23:51:24.7159054Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_474, aten.slice_copy.Tensor 2025-06-05T23:51:24.7160095Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_475, aten.slice_copy.Tensor 2025-06-05T23:51:24.7160961Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_476, aten.slice_copy.Tensor 2025-06-05T23:51:24.7161814Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_477, aten.slice_copy.Tensor 2025-06-05T23:51:25.1672379Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_478, aten.slice_copy.Tensor 2025-06-05T23:51:25.1673315Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_479, aten.slice_copy.Tensor 2025-06-05T23:51:25.1674154Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_466, aten.cat.default 2025-06-05T23:51:25.1674967Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_468, aten.cat.default 2025-06-05T23:51:25.1675746Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_470, aten.cat.default 2025-06-05T23:51:25.1676508Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_472, aten.cat.default 2025-06-05T23:51:25.1677287Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_474, aten.cat.default 2025-06-05T23:51:25.1678050Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_476, aten.cat.default 2025-06-05T23:51:25.1679059Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_478, aten.cat.default 2025-06-05T23:51:25.1679842Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_480, aten.cat.default 2025-06-05T23:51:25.1680672Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_482, aten.cat.default 2025-06-05T23:51:25.1681449Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_484, aten.cat.default 2025-06-05T23:51:25.1682213Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_486, aten.cat.default 2025-06-05T23:51:25.1682984Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_488, aten.cat.default 2025-06-05T23:51:25.1683758Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_882, aten.mul.Tensor 2025-06-05T23:51:25.1684511Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_884, aten.mul.Tensor 2025-06-05T23:51:25.1685280Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_883, aten.mul.Tensor 2025-06-05T23:51:25.1686026Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_885, aten.mul.Tensor 2025-06-05T23:51:25.1686786Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_886, aten.mul.Tensor 2025-06-05T23:51:25.1687543Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_888, aten.mul.Tensor 2025-06-05T23:51:25.1688288Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_887, aten.mul.Tensor 2025-06-05T23:51:25.1689045Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_889, aten.mul.Tensor 2025-06-05T23:51:25.1689871Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_890, aten.mul.Tensor 2025-06-05T23:51:25.1690629Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_892, aten.mul.Tensor 2025-06-05T23:51:25.1691376Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_891, aten.mul.Tensor 2025-06-05T23:51:25.1692203Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_893, aten.mul.Tensor 2025-06-05T23:51:25.1692962Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_894, aten.mul.Tensor 2025-06-05T23:51:25.1693769Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_896, aten.mul.Tensor 2025-06-05T23:51:25.1694531Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_895, aten.mul.Tensor 2025-06-05T23:51:25.1695274Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_897, aten.mul.Tensor 2025-06-05T23:51:25.1696040Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_898, aten.mul.Tensor 2025-06-05T23:51:25.1696797Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_900, aten.mul.Tensor 2025-06-05T23:51:25.1697547Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_899, aten.mul.Tensor 2025-06-05T23:51:25.1698309Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_901, aten.mul.Tensor 2025-06-05T23:51:25.1699059Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_902, aten.mul.Tensor 2025-06-05T23:51:25.1699818Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_904, aten.mul.Tensor 2025-06-05T23:51:25.1700575Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_903, aten.mul.Tensor 2025-06-05T23:51:25.1701325Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_905, aten.mul.Tensor 2025-06-05T23:51:25.1702085Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_906, aten.mul.Tensor 2025-06-05T23:51:25.1702833Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_908, aten.mul.Tensor 2025-06-05T23:51:25.1703633Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_907, aten.mul.Tensor 2025-06-05T23:51:25.1704400Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_909, aten.mul.Tensor 2025-06-05T23:51:25.1705179Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_910, aten.mul.Tensor 2025-06-05T23:51:25.1705938Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_912, aten.mul.Tensor 2025-06-05T23:51:25.1706692Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_911, aten.mul.Tensor 2025-06-05T23:51:25.1707452Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_913, aten.mul.Tensor 2025-06-05T23:51:25.1708213Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_914, aten.mul.Tensor 2025-06-05T23:51:25.1708962Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_916, aten.mul.Tensor 2025-06-05T23:51:25.1709727Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_915, aten.mul.Tensor 2025-06-05T23:51:25.1710477Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_917, aten.mul.Tensor 2025-06-05T23:51:25.1711238Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_918, aten.mul.Tensor 2025-06-05T23:51:25.1711984Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_920, aten.mul.Tensor 2025-06-05T23:51:25.1712744Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_919, aten.mul.Tensor 2025-06-05T23:51:25.1713501Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_921, aten.mul.Tensor 2025-06-05T23:51:25.1714251Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_922, aten.mul.Tensor 2025-06-05T23:51:25.1715019Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_924, aten.mul.Tensor 2025-06-05T23:51:25.1715765Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_923, aten.mul.Tensor 2025-06-05T23:51:25.1716564Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_925, aten.mul.Tensor 2025-06-05T23:51:25.1717325Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_926, aten.mul.Tensor 2025-06-05T23:51:25.1718072Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_928, aten.mul.Tensor 2025-06-05T23:51:25.1718890Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_927, aten.mul.Tensor 2025-06-05T23:51:25.1719642Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_929, aten.mul.Tensor 2025-06-05T23:51:25.1720396Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_930, aten.mul.Tensor 2025-06-05T23:51:25.1721229Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_932, aten.mul.Tensor 2025-06-05T23:51:25.1722116Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_931, aten.mul.Tensor 2025-06-05T23:51:25.1722878Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_933, aten.mul.Tensor 2025-06-05T23:51:25.1723625Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_934, aten.mul.Tensor 2025-06-05T23:51:25.1724382Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_936, aten.mul.Tensor 2025-06-05T23:51:25.1725140Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_935, aten.mul.Tensor 2025-06-05T23:51:25.1725880Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_937, aten.mul.Tensor 2025-06-05T23:51:25.1726636Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_938, aten.mul.Tensor 2025-06-05T23:51:25.1727376Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_940, aten.mul.Tensor 2025-06-05T23:51:25.1728131Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_939, aten.mul.Tensor 2025-06-05T23:51:25.1728917Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_941, aten.mul.Tensor 2025-06-05T23:51:25.1729760Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_942, aten.mul.Tensor 2025-06-05T23:51:25.1730557Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_944, aten.mul.Tensor 2025-06-05T23:51:25.1731301Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_943, aten.mul.Tensor 2025-06-05T23:51:25.1732060Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_945, aten.mul.Tensor 2025-06-05T23:51:25.1732808Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_946, aten.mul.Tensor 2025-06-05T23:51:25.1733568Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_948, aten.mul.Tensor 2025-06-05T23:51:25.1734331Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_947, aten.mul.Tensor 2025-06-05T23:51:25.1735078Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_949, aten.mul.Tensor 2025-06-05T23:51:25.1735837Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_950, aten.mul.Tensor 2025-06-05T23:51:25.1736581Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_952, aten.mul.Tensor 2025-06-05T23:51:25.6122122Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_951, aten.mul.Tensor 2025-06-05T23:51:25.6122947Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_953, aten.mul.Tensor 2025-06-05T23:51:25.6123704Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_954, aten.mul.Tensor 2025-06-05T23:51:25.6124460Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_956, aten.mul.Tensor 2025-06-05T23:51:25.6125219Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_955, aten.mul.Tensor 2025-06-05T23:51:25.6125972Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_957, aten.mul.Tensor 2025-06-05T23:51:25.6126969Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_958, aten.mul.Tensor 2025-06-05T23:51:25.6127716Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_960, aten.mul.Tensor 2025-06-05T23:51:25.6128542Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_959, aten.mul.Tensor 2025-06-05T23:51:25.6129307Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_961, aten.mul.Tensor 2025-06-05T23:51:25.6130106Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_962, aten.mul.Tensor 2025-06-05T23:51:25.6130867Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_964, aten.mul.Tensor 2025-06-05T23:51:25.6131614Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_963, aten.mul.Tensor 2025-06-05T23:51:25.6132367Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_965, aten.mul.Tensor 2025-06-05T23:51:25.6133117Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_966, aten.mul.Tensor 2025-06-05T23:51:25.6133875Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_968, aten.mul.Tensor 2025-06-05T23:51:25.6134639Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_967, aten.mul.Tensor 2025-06-05T23:51:25.6135381Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_969, aten.mul.Tensor 2025-06-05T23:51:25.6136143Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_970, aten.mul.Tensor 2025-06-05T23:51:25.6136918Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_972, aten.mul.Tensor 2025-06-05T23:51:25.6137658Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_971, aten.mul.Tensor 2025-06-05T23:51:25.6138415Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_973, aten.mul.Tensor 2025-06-05T23:51:25.6139220Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_974, aten.mul.Tensor 2025-06-05T23:51:25.6139983Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_976, aten.mul.Tensor 2025-06-05T23:51:25.6140793Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_975, aten.mul.Tensor 2025-06-05T23:51:25.6141538Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_977, aten.mul.Tensor 2025-06-05T23:51:25.6142295Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_216, aten.sub.Tensor 2025-06-05T23:51:25.6143038Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_342, aten.add.Tensor 2025-06-05T23:51:25.6143796Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_217, aten.sub.Tensor 2025-06-05T23:51:25.6144552Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_343, aten.add.Tensor 2025-06-05T23:51:25.6145304Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_218, aten.sub.Tensor 2025-06-05T23:51:25.6146065Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_344, aten.add.Tensor 2025-06-05T23:51:25.6146814Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_219, aten.sub.Tensor 2025-06-05T23:51:25.6147587Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_345, aten.add.Tensor 2025-06-05T23:51:25.6148333Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_220, aten.sub.Tensor 2025-06-05T23:51:25.6149096Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_346, aten.add.Tensor 2025-06-05T23:51:25.6149856Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_221, aten.sub.Tensor 2025-06-05T23:51:25.6150604Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_347, aten.add.Tensor 2025-06-05T23:51:25.6151365Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_222, aten.sub.Tensor 2025-06-05T23:51:25.6152148Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_348, aten.add.Tensor 2025-06-05T23:51:25.6152908Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_223, aten.sub.Tensor 2025-06-05T23:51:25.6153705Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_349, aten.add.Tensor 2025-06-05T23:51:25.6154456Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_224, aten.sub.Tensor 2025-06-05T23:51:25.6155216Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_350, aten.add.Tensor 2025-06-05T23:51:25.6155962Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_225, aten.sub.Tensor 2025-06-05T23:51:25.6156719Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_351, aten.add.Tensor 2025-06-05T23:51:25.6157467Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_226, aten.sub.Tensor 2025-06-05T23:51:25.6158227Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_352, aten.add.Tensor 2025-06-05T23:51:25.6158988Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_227, aten.sub.Tensor 2025-06-05T23:51:25.6159943Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_353, aten.add.Tensor 2025-06-05T23:51:25.6160707Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_228, aten.sub.Tensor 2025-06-05T23:51:25.6161507Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1113, aten._to_copy.default 2025-06-05T23:51:25.6162325Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_354, aten.add.Tensor 2025-06-05T23:51:25.6163138Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1114, aten._to_copy.default 2025-06-05T23:51:25.6164002Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_229, aten.sub.Tensor 2025-06-05T23:51:25.6164817Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1115, aten._to_copy.default 2025-06-05T23:51:25.6165659Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_355, aten.add.Tensor 2025-06-05T23:51:25.6166469Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1116, aten._to_copy.default 2025-06-05T23:51:25.6167279Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_230, aten.sub.Tensor 2025-06-05T23:51:25.6168076Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1117, aten._to_copy.default 2025-06-05T23:51:25.6168886Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_356, aten.add.Tensor 2025-06-05T23:51:25.6169747Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1118, aten._to_copy.default 2025-06-05T23:51:25.6170561Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_231, aten.sub.Tensor 2025-06-05T23:51:25.6171382Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1119, aten._to_copy.default 2025-06-05T23:51:25.6172174Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_357, aten.add.Tensor 2025-06-05T23:51:25.6172987Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1120, aten._to_copy.default 2025-06-05T23:51:25.6173779Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_232, aten.sub.Tensor 2025-06-05T23:51:25.6174587Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1121, aten._to_copy.default 2025-06-05T23:51:25.6175396Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_358, aten.add.Tensor 2025-06-05T23:51:25.6176187Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1122, aten._to_copy.default 2025-06-05T23:51:25.6177000Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_233, aten.sub.Tensor 2025-06-05T23:51:25.6177844Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1123, aten._to_copy.default 2025-06-05T23:51:25.6178648Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_359, aten.add.Tensor 2025-06-05T23:51:25.6179495Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1124, aten._to_copy.default 2025-06-05T23:51:25.6180289Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_234, aten.sub.Tensor 2025-06-05T23:51:25.6181092Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1125, aten._to_copy.default 2025-06-05T23:51:25.6181882Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_360, aten.add.Tensor 2025-06-05T23:51:25.6182688Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1126, aten._to_copy.default 2025-06-05T23:51:25.6183501Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_235, aten.sub.Tensor 2025-06-05T23:51:25.6184331Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1127, aten._to_copy.default 2025-06-05T23:51:25.6185275Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_361, aten.add.Tensor 2025-06-05T23:51:25.6186139Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1128, aten._to_copy.default 2025-06-05T23:51:25.6186944Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_236, aten.sub.Tensor 2025-06-05T23:51:26.0219041Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1129, aten._to_copy.default 2025-06-05T23:51:26.0220180Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_362, aten.add.Tensor 2025-06-05T23:51:26.0221233Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1130, aten._to_copy.default 2025-06-05T23:51:26.0222042Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_237, aten.sub.Tensor 2025-06-05T23:51:26.0222852Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1131, aten._to_copy.default 2025-06-05T23:51:26.0223718Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_363, aten.add.Tensor 2025-06-05T23:51:26.0224523Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1132, aten._to_copy.default 2025-06-05T23:51:26.0225333Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_238, aten.sub.Tensor 2025-06-05T23:51:26.0226128Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1133, aten._to_copy.default 2025-06-05T23:51:26.0226936Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_364, aten.add.Tensor 2025-06-05T23:51:26.0227726Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1134, aten._to_copy.default 2025-06-05T23:51:26.0228541Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_239, aten.sub.Tensor 2025-06-05T23:51:26.0229343Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1135, aten._to_copy.default 2025-06-05T23:51:26.0230137Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_365, aten.add.Tensor 2025-06-05T23:51:26.0230943Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1136, aten._to_copy.default 2025-06-05T23:51:26.0231765Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_441, aten.cat.default 2025-06-05T23:51:26.0232610Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_442, aten.cat.default 2025-06-05T23:51:26.0233384Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_443, aten.cat.default 2025-06-05T23:51:26.0234146Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_444, aten.cat.default 2025-06-05T23:51:26.0235035Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_445, aten.cat.default 2025-06-05T23:51:26.0235811Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_446, aten.cat.default 2025-06-05T23:51:26.0236651Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_447, aten.cat.default 2025-06-05T23:51:26.0237430Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_448, aten.cat.default 2025-06-05T23:51:26.0238191Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_449, aten.cat.default 2025-06-05T23:51:26.0238960Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_450, aten.cat.default 2025-06-05T23:51:26.0239724Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_451, aten.cat.default 2025-06-05T23:51:26.0240505Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_452, aten.cat.default 2025-06-05T23:51:26.0241280Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_453, aten.cat.default 2025-06-05T23:51:26.0242083Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1137, aten._to_copy.default 2025-06-05T23:51:26.0242904Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_454, aten.cat.default 2025-06-05T23:51:26.0243704Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1138, aten._to_copy.default 2025-06-05T23:51:26.0244523Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_455, aten.cat.default 2025-06-05T23:51:26.0245338Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1139, aten._to_copy.default 2025-06-05T23:51:26.0246141Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_456, aten.cat.default 2025-06-05T23:51:26.0246990Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1140, aten._to_copy.default 2025-06-05T23:51:26.0247787Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_457, aten.cat.default 2025-06-05T23:51:26.0248639Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1141, aten._to_copy.default 2025-06-05T23:51:26.0249459Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_458, aten.cat.default 2025-06-05T23:51:26.0250332Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1142, aten._to_copy.default 2025-06-05T23:51:26.0251148Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_459, aten.cat.default 2025-06-05T23:51:26.0251952Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1143, aten._to_copy.default 2025-06-05T23:51:26.0252768Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_460, aten.cat.default 2025-06-05T23:51:26.0253596Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1144, aten._to_copy.default 2025-06-05T23:51:26.0254399Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_461, aten.cat.default 2025-06-05T23:51:26.0255225Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1145, aten._to_copy.default 2025-06-05T23:51:26.0256022Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_462, aten.cat.default 2025-06-05T23:51:26.0256839Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1146, aten._to_copy.default 2025-06-05T23:51:26.0257650Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_463, aten.cat.default 2025-06-05T23:51:26.0258410Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_464, aten.cat.default 2025-06-05T23:51:26.0259410Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1147, aten._to_copy.default 2025-06-05T23:51:26.0260357Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_514, aten.permute_copy.default 2025-06-05T23:51:26.0261244Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1148, aten._to_copy.default 2025-06-05T23:51:26.0262172Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_515, aten.permute_copy.default 2025-06-05T23:51:26.0263044Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1149, aten._to_copy.default 2025-06-05T23:51:26.0263931Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_516, aten.permute_copy.default 2025-06-05T23:51:26.0264804Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1150, aten._to_copy.default 2025-06-05T23:51:26.0265690Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_517, aten.permute_copy.default 2025-06-05T23:51:26.0266582Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1151, aten._to_copy.default 2025-06-05T23:51:26.0267451Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_518, aten.permute_copy.default 2025-06-05T23:51:26.0268335Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1152, aten._to_copy.default 2025-06-05T23:51:26.0269203Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_519, aten.permute_copy.default 2025-06-05T23:51:26.0270081Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1153, aten._to_copy.default 2025-06-05T23:51:26.0270965Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_520, aten.permute_copy.default 2025-06-05T23:51:26.0271832Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1154, aten._to_copy.default 2025-06-05T23:51:26.0272753Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_521, aten.permute_copy.default 2025-06-05T23:51:26.0273633Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1155, aten._to_copy.default 2025-06-05T23:51:26.0274559Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_522, aten.permute_copy.default 2025-06-05T23:51:26.0275444Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1156, aten._to_copy.default 2025-06-05T23:51:26.0276313Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_523, aten.permute_copy.default 2025-06-05T23:51:26.0277195Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1157, aten._to_copy.default 2025-06-05T23:51:26.0278067Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_524, aten.permute_copy.default 2025-06-05T23:51:26.0278985Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_525, aten.permute_copy.default 2025-06-05T23:51:26.0279879Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1158, aten._to_copy.default 2025-06-05T23:51:26.0280685Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_465, aten.cat.default 2025-06-05T23:51:26.0281461Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_467, aten.cat.default 2025-06-05T23:51:26.0282223Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_469, aten.cat.default 2025-06-05T23:51:26.0282996Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_471, aten.cat.default 2025-06-05T23:51:26.0283843Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_473, aten.cat.default 2025-06-05T23:51:26.5627548Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_475, aten.cat.default 2025-06-05T23:51:26.5629268Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_477, aten.cat.default 2025-06-05T23:51:26.5631006Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_479, aten.cat.default 2025-06-05T23:51:26.5632388Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_481, aten.cat.default 2025-06-05T23:51:26.5633829Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_483, aten.cat.default 2025-06-05T23:51:26.5635189Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_485, aten.cat.default 2025-06-05T23:51:26.5636562Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_487, aten.cat.default 2025-06-05T23:51:26.5637969Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_216, aten.matmul.default 2025-06-05T23:51:26.5639476Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_218, aten.matmul.default 2025-06-05T23:51:26.5640943Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_220, aten.matmul.default 2025-06-05T23:51:26.5642385Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_222, aten.matmul.default 2025-06-05T23:51:26.5643846Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_224, aten.matmul.default 2025-06-05T23:51:26.5645303Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_226, aten.matmul.default 2025-06-05T23:51:26.5646751Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_228, aten.matmul.default 2025-06-05T23:51:26.5648208Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_230, aten.matmul.default 2025-06-05T23:51:26.5649765Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_232, aten.matmul.default 2025-06-05T23:51:26.5651228Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_234, aten.matmul.default 2025-06-05T23:51:26.5652780Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_236, aten.matmul.default 2025-06-05T23:51:26.5654231Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_238, aten.matmul.default 2025-06-05T23:51:26.5655709Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_108, aten.div.Tensor 2025-06-05T23:51:26.5657048Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_109, aten.div.Tensor 2025-06-05T23:51:26.5658397Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_110, aten.div.Tensor 2025-06-05T23:51:26.5659872Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_111, aten.div.Tensor 2025-06-05T23:51:26.5661201Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_112, aten.div.Tensor 2025-06-05T23:51:26.5662545Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_113, aten.div.Tensor 2025-06-05T23:51:26.5663877Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_114, aten.div.Tensor 2025-06-05T23:51:26.5665230Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_115, aten.div.Tensor 2025-06-05T23:51:26.5666581Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_116, aten.div.Tensor 2025-06-05T23:51:26.5667922Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_117, aten.div.Tensor 2025-06-05T23:51:26.5669263Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_118, aten.div.Tensor 2025-06-05T23:51:26.5670588Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_119, aten.div.Tensor 2025-06-05T23:51:26.5671929Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_366, aten.add.Tensor 2025-06-05T23:51:26.5673272Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_367, aten.add.Tensor 2025-06-05T23:51:26.5674602Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_368, aten.add.Tensor 2025-06-05T23:51:26.5676007Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_369, aten.add.Tensor 2025-06-05T23:51:26.5677337Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_370, aten.add.Tensor 2025-06-05T23:51:26.5678733Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_371, aten.add.Tensor 2025-06-05T23:51:26.5680088Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_372, aten.add.Tensor 2025-06-05T23:51:26.5681423Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_373, aten.add.Tensor 2025-06-05T23:51:26.5682764Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_374, aten.add.Tensor 2025-06-05T23:51:26.5684090Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_375, aten.add.Tensor 2025-06-05T23:51:26.5685440Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_376, aten.add.Tensor 2025-06-05T23:51:26.5686775Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_377, aten.add.Tensor 2025-06-05T23:51:26.5688237Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_108, aten._softmax.default 2025-06-05T23:51:26.5689825Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_109, aten._softmax.default 2025-06-05T23:51:26.5691341Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_110, aten._softmax.default 2025-06-05T23:51:26.5692860Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_111, aten._softmax.default 2025-06-05T23:51:26.5694381Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_112, aten._softmax.default 2025-06-05T23:51:26.5695888Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_113, aten._softmax.default 2025-06-05T23:51:26.5697459Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_114, aten._softmax.default 2025-06-05T23:51:26.5698985Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_115, aten._softmax.default 2025-06-05T23:51:26.5700556Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_116, aten._softmax.default 2025-06-05T23:51:26.5702074Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_117, aten._softmax.default 2025-06-05T23:51:26.5703582Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_118, aten._softmax.default 2025-06-05T23:51:26.5705106Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_119, aten._softmax.default 2025-06-05T23:51:26.5706589Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_217, aten.matmul.default 2025-06-05T23:51:26.5708066Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_219, aten.matmul.default 2025-06-05T23:51:26.5709538Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_221, aten.matmul.default 2025-06-05T23:51:26.5710987Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_223, aten.matmul.default 2025-06-05T23:51:26.5712457Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_225, aten.matmul.default 2025-06-05T23:51:26.5713909Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_227, aten.matmul.default 2025-06-05T23:51:26.5715374Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_229, aten.matmul.default 2025-06-05T23:51:26.5716848Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_231, aten.matmul.default 2025-06-05T23:51:26.5718300Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_233, aten.matmul.default 2025-06-05T23:51:26.5719783Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_235, aten.matmul.default 2025-06-05T23:51:26.5721271Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_237, aten.matmul.default 2025-06-05T23:51:26.5722744Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_239, aten.matmul.default 2025-06-05T23:51:26.5724209Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_489, aten.cat.default 2025-06-05T23:51:26.5725663Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_406, aten.view_copy.default 2025-06-05T23:51:26.5727272Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1538, aten.permute_copy.default 2025-06-05T23:51:26.5728901Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_396, aten.convolution.default 2025-06-05T23:51:26.5730607Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1539, aten.permute_copy.default 2025-06-05T23:51:26.5732210Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_407, aten.view_copy.default 2025-06-05T23:51:26.5733644Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_378, aten.add.Tensor 2025-06-05T23:51:26.5735083Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_rms_norm_default_19, aten.rms_norm.default 2025-06-05T23:51:26.5736593Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_408, aten.view_copy.default 2025-06-05T23:51:26.5738191Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1540, aten.permute_copy.default 2025-06-05T23:51:26.5739830Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_397, aten.convolution.default 2025-06-05T23:51:26.5741437Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_398, aten.convolution.default 2025-06-05T23:51:27.0924851Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sigmoid_default_9, aten.sigmoid.default 2025-06-05T23:51:27.0926342Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_978, aten.mul.Tensor 2025-06-05T23:51:27.0927762Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_979, aten.mul.Tensor 2025-06-05T23:51:27.0929270Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_399, aten.convolution.default 2025-06-05T23:51:27.0930952Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1541, aten.permute_copy.default 2025-06-05T23:51:27.0932543Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_409, aten.view_copy.default 2025-06-05T23:51:27.0934026Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_379, aten.add.Tensor 2025-06-05T23:51:27.0935470Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_rms_norm_default_20, aten.rms_norm.default 2025-06-05T23:51:27.0936986Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_410, aten.view_copy.default 2025-06-05T23:51:27.0938597Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1542, aten.permute_copy.default 2025-06-05T23:51:27.0940192Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1159, aten._to_copy.default 2025-06-05T23:51:27.0941756Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_400, aten.convolution.default 2025-06-05T23:51:27.0943399Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1543, aten.permute_copy.default 2025-06-05T23:51:27.0945024Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_401, aten.convolution.default 2025-06-05T23:51:27.0946663Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1544, aten.permute_copy.default 2025-06-05T23:51:27.0948385Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_402, aten.convolution.default 2025-06-05T23:51:27.0949999Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1545, aten.permute_copy.default 2025-06-05T23:51:27.0951708Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_403, aten.convolution.default 2025-06-05T23:51:27.0953339Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1546, aten.permute_copy.default 2025-06-05T23:51:27.0954988Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_404, aten.convolution.default 2025-06-05T23:51:27.0956628Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1547, aten.permute_copy.default 2025-06-05T23:51:27.0958251Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_405, aten.convolution.default 2025-06-05T23:51:27.0960030Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1548, aten.permute_copy.default 2025-06-05T23:51:27.0961649Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_406, aten.convolution.default 2025-06-05T23:51:27.0963293Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1549, aten.permute_copy.default 2025-06-05T23:51:27.0964929Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_407, aten.convolution.default 2025-06-05T23:51:27.0966551Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1550, aten.permute_copy.default 2025-06-05T23:51:27.0968188Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_408, aten.convolution.default 2025-06-05T23:51:27.0969843Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1551, aten.permute_copy.default 2025-06-05T23:51:27.0971526Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_409, aten.convolution.default 2025-06-05T23:51:27.0973172Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1552, aten.permute_copy.default 2025-06-05T23:51:27.0974854Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_410, aten.convolution.default 2025-06-05T23:51:27.0976488Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1553, aten.permute_copy.default 2025-06-05T23:51:27.0978125Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_411, aten.convolution.default 2025-06-05T23:51:27.0979761Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1554, aten.permute_copy.default 2025-06-05T23:51:27.0981401Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_412, aten.convolution.default 2025-06-05T23:51:27.0983024Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1555, aten.permute_copy.default 2025-06-05T23:51:27.0984670Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_413, aten.convolution.default 2025-06-05T23:51:27.0986305Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1556, aten.permute_copy.default 2025-06-05T23:51:27.0987943Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_414, aten.convolution.default 2025-06-05T23:51:27.0989579Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1557, aten.permute_copy.default 2025-06-05T23:51:27.0991199Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_415, aten.convolution.default 2025-06-05T23:51:27.0992834Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1558, aten.permute_copy.default 2025-06-05T23:51:27.0994470Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_416, aten.convolution.default 2025-06-05T23:51:27.0996155Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1559, aten.permute_copy.default 2025-06-05T23:51:27.0997838Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_417, aten.convolution.default 2025-06-05T23:51:27.0999467Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1560, aten.permute_copy.default 2025-06-05T23:51:27.1001116Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_418, aten.convolution.default 2025-06-05T23:51:27.1002756Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1561, aten.permute_copy.default 2025-06-05T23:51:27.1004378Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_419, aten.convolution.default 2025-06-05T23:51:27.1006029Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1562, aten.permute_copy.default 2025-06-05T23:51:27.1007640Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_420, aten.convolution.default 2025-06-05T23:51:27.1009285Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1563, aten.permute_copy.default 2025-06-05T23:51:27.1011003Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_421, aten.convolution.default 2025-06-05T23:51:27.1012624Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1564, aten.permute_copy.default 2025-06-05T23:51:27.1014268Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_422, aten.convolution.default 2025-06-05T23:51:27.1015889Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1565, aten.permute_copy.default 2025-06-05T23:51:27.1017570Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_423, aten.convolution.default 2025-06-05T23:51:27.1019219Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1566, aten.permute_copy.default 2025-06-05T23:51:27.1020879Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_424, aten.convolution.default 2025-06-05T23:51:27.1022513Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1567, aten.permute_copy.default 2025-06-05T23:51:27.1024140Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_425, aten.convolution.default 2025-06-05T23:51:27.1025777Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1568, aten.permute_copy.default 2025-06-05T23:51:27.1027413Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_426, aten.convolution.default 2025-06-05T23:51:27.1029039Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1569, aten.permute_copy.default 2025-06-05T23:51:27.1030688Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_427, aten.convolution.default 2025-06-05T23:51:27.1032312Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1570, aten.permute_copy.default 2025-06-05T23:51:27.1033954Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_428, aten.convolution.default 2025-06-05T23:51:27.1035590Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1571, aten.permute_copy.default 2025-06-05T23:51:27.1037210Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_429, aten.convolution.default 2025-06-05T23:51:27.1038854Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1572, aten.permute_copy.default 2025-06-05T23:51:27.3927727Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_430, aten.convolution.default 2025-06-05T23:51:27.3928972Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1573, aten.permute_copy.default 2025-06-05T23:51:27.3929959Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_431, aten.convolution.default 2025-06-05T23:51:27.3930955Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1574, aten.permute_copy.default 2025-06-05T23:51:27.3931869Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_432, aten.convolution.default 2025-06-05T23:51:27.3932787Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1575, aten.permute_copy.default 2025-06-05T23:51:27.3933691Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_433, aten.convolution.default 2025-06-05T23:51:27.3934613Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1576, aten.permute_copy.default 2025-06-05T23:51:27.3935534Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_434, aten.convolution.default 2025-06-05T23:51:27.3936444Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1577, aten.permute_copy.default 2025-06-05T23:51:27.3937374Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_435, aten.convolution.default 2025-06-05T23:51:27.3938295Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1578, aten.permute_copy.default 2025-06-05T23:51:27.3939182Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_411, aten.view_copy.default 2025-06-05T23:51:27.3940078Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_412, aten.view_copy.default 2025-06-05T23:51:27.3940934Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_413, aten.view_copy.default 2025-06-05T23:51:27.3941866Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_414, aten.view_copy.default 2025-06-05T23:51:27.3942737Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_415, aten.view_copy.default 2025-06-05T23:51:27.3943642Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_416, aten.view_copy.default 2025-06-05T23:51:27.3944505Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_417, aten.view_copy.default 2025-06-05T23:51:27.3945368Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_418, aten.view_copy.default 2025-06-05T23:51:27.3946221Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_419, aten.view_copy.default 2025-06-05T23:51:27.3947089Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_420, aten.view_copy.default 2025-06-05T23:51:27.3947944Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_421, aten.view_copy.default 2025-06-05T23:51:27.3948822Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_422, aten.view_copy.default 2025-06-05T23:51:27.3949698Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_423, aten.view_copy.default 2025-06-05T23:51:27.3950557Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_424, aten.view_copy.default 2025-06-05T23:51:27.3951421Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_425, aten.view_copy.default 2025-06-05T23:51:27.3952282Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_426, aten.view_copy.default 2025-06-05T23:51:27.3953143Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_427, aten.view_copy.default 2025-06-05T23:51:27.3954009Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_428, aten.view_copy.default 2025-06-05T23:51:27.3954893Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_429, aten.view_copy.default 2025-06-05T23:51:27.3955760Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_430, aten.view_copy.default 2025-06-05T23:51:27.3956646Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_431, aten.view_copy.default 2025-06-05T23:51:27.3957514Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_432, aten.view_copy.default 2025-06-05T23:51:27.3958377Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_433, aten.view_copy.default 2025-06-05T23:51:27.3959386Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_434, aten.view_copy.default 2025-06-05T23:51:27.3960256Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_435, aten.view_copy.default 2025-06-05T23:51:27.3961112Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1172, aten._to_copy.default 2025-06-05T23:51:27.3961971Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_436, aten.view_copy.default 2025-06-05T23:51:27.3962838Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1173, aten._to_copy.default 2025-06-05T23:51:27.3963687Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_437, aten.view_copy.default 2025-06-05T23:51:27.3964611Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1174, aten._to_copy.default 2025-06-05T23:51:27.3965592Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_438, aten.view_copy.default 2025-06-05T23:51:27.3966453Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1175, aten._to_copy.default 2025-06-05T23:51:27.3967381Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_439, aten.view_copy.default 2025-06-05T23:51:27.3968235Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1176, aten._to_copy.default 2025-06-05T23:51:27.3969147Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_440, aten.view_copy.default 2025-06-05T23:51:27.3970066Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1177, aten._to_copy.default 2025-06-05T23:51:27.3970924Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_441, aten.view_copy.default 2025-06-05T23:51:27.3971781Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1178, aten._to_copy.default 2025-06-05T23:51:27.3972628Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_442, aten.view_copy.default 2025-06-05T23:51:27.3973487Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1179, aten._to_copy.default 2025-06-05T23:51:27.3974340Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_443, aten.view_copy.default 2025-06-05T23:51:27.3975198Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1180, aten._to_copy.default 2025-06-05T23:51:27.3976056Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_444, aten.view_copy.default 2025-06-05T23:51:27.3976904Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1181, aten._to_copy.default 2025-06-05T23:51:27.3977759Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_445, aten.view_copy.default 2025-06-05T23:51:27.3978608Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1182, aten._to_copy.default 2025-06-05T23:51:27.3979465Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_446, aten.view_copy.default 2025-06-05T23:51:27.3980331Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1183, aten._to_copy.default 2025-06-05T23:51:27.3981233Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_480, aten.slice_copy.Tensor 2025-06-05T23:51:27.3982139Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_481, aten.slice_copy.Tensor 2025-06-05T23:51:27.3982995Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_482, aten.slice_copy.Tensor 2025-06-05T23:51:27.3983861Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_483, aten.slice_copy.Tensor 2025-06-05T23:51:27.3984727Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_484, aten.slice_copy.Tensor 2025-06-05T23:51:27.3985577Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_485, aten.slice_copy.Tensor 2025-06-05T23:51:27.3986446Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_486, aten.slice_copy.Tensor 2025-06-05T23:51:27.3987298Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_487, aten.slice_copy.Tensor 2025-06-05T23:51:27.3988169Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_488, aten.slice_copy.Tensor 2025-06-05T23:51:27.3989034Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_489, aten.slice_copy.Tensor 2025-06-05T23:51:27.3989890Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_490, aten.slice_copy.Tensor 2025-06-05T23:51:27.3990758Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_491, aten.slice_copy.Tensor 2025-06-05T23:51:27.3991613Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_492, aten.slice_copy.Tensor 2025-06-05T23:51:27.7871443Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_493, aten.slice_copy.Tensor 2025-06-05T23:51:27.7873401Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_494, aten.slice_copy.Tensor 2025-06-05T23:51:27.7875042Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_495, aten.slice_copy.Tensor 2025-06-05T23:51:27.7876801Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_496, aten.slice_copy.Tensor 2025-06-05T23:51:27.7878386Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_497, aten.slice_copy.Tensor 2025-06-05T23:51:27.7879996Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_498, aten.slice_copy.Tensor 2025-06-05T23:51:27.7881585Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_499, aten.slice_copy.Tensor 2025-06-05T23:51:27.7883222Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_500, aten.slice_copy.Tensor 2025-06-05T23:51:27.7884833Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_501, aten.slice_copy.Tensor 2025-06-05T23:51:27.7886465Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_502, aten.slice_copy.Tensor 2025-06-05T23:51:27.7888121Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_503, aten.slice_copy.Tensor 2025-06-05T23:51:27.7889758Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_504, aten.slice_copy.Tensor 2025-06-05T23:51:27.7891399Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_505, aten.slice_copy.Tensor 2025-06-05T23:51:27.7893053Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_506, aten.slice_copy.Tensor 2025-06-05T23:51:27.7894661Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_507, aten.slice_copy.Tensor 2025-06-05T23:51:27.7896250Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_508, aten.slice_copy.Tensor 2025-06-05T23:51:27.7898039Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_509, aten.slice_copy.Tensor 2025-06-05T23:51:27.7899645Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_510, aten.slice_copy.Tensor 2025-06-05T23:51:27.7901371Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_511, aten.slice_copy.Tensor 2025-06-05T23:51:27.7902967Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_512, aten.slice_copy.Tensor 2025-06-05T23:51:27.7904572Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_513, aten.slice_copy.Tensor 2025-06-05T23:51:27.7906186Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_514, aten.slice_copy.Tensor 2025-06-05T23:51:27.7907823Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_515, aten.slice_copy.Tensor 2025-06-05T23:51:27.7909476Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_516, aten.slice_copy.Tensor 2025-06-05T23:51:27.7911110Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_517, aten.slice_copy.Tensor 2025-06-05T23:51:27.7912575Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_518, aten.slice_copy.Tensor 2025-06-05T23:51:27.7914200Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_519, aten.slice_copy.Tensor 2025-06-05T23:51:27.7915847Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_520, aten.slice_copy.Tensor 2025-06-05T23:51:27.7917460Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_521, aten.slice_copy.Tensor 2025-06-05T23:51:27.7919033Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_522, aten.slice_copy.Tensor 2025-06-05T23:51:27.7920750Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_523, aten.slice_copy.Tensor 2025-06-05T23:51:27.7922343Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_524, aten.slice_copy.Tensor 2025-06-05T23:51:27.7924010Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_525, aten.slice_copy.Tensor 2025-06-05T23:51:27.7925620Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_526, aten.slice_copy.Tensor 2025-06-05T23:51:27.7927213Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_527, aten.slice_copy.Tensor 2025-06-05T23:51:27.7928769Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_515, aten.cat.default 2025-06-05T23:51:27.7930240Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_517, aten.cat.default 2025-06-05T23:51:27.7931697Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_519, aten.cat.default 2025-06-05T23:51:27.7933168Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_521, aten.cat.default 2025-06-05T23:51:27.7934541Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_523, aten.cat.default 2025-06-05T23:51:27.7936006Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_525, aten.cat.default 2025-06-05T23:51:27.7937455Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_527, aten.cat.default 2025-06-05T23:51:27.7938930Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_529, aten.cat.default 2025-06-05T23:51:27.7940338Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_531, aten.cat.default 2025-06-05T23:51:27.7941749Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_533, aten.cat.default 2025-06-05T23:51:27.7943180Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_535, aten.cat.default 2025-06-05T23:51:27.7944596Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_537, aten.cat.default 2025-06-05T23:51:27.7946207Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_980, aten.mul.Tensor 2025-06-05T23:51:27.7947612Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_982, aten.mul.Tensor 2025-06-05T23:51:27.7949045Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_981, aten.mul.Tensor 2025-06-05T23:51:27.7950480Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_983, aten.mul.Tensor 2025-06-05T23:51:27.7951830Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_984, aten.mul.Tensor 2025-06-05T23:51:27.7953249Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_986, aten.mul.Tensor 2025-06-05T23:51:27.7954667Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_985, aten.mul.Tensor 2025-06-05T23:51:27.7956078Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_987, aten.mul.Tensor 2025-06-05T23:51:27.7957287Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_988, aten.mul.Tensor 2025-06-05T23:51:27.7958821Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_990, aten.mul.Tensor 2025-06-05T23:51:27.7960450Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_989, aten.mul.Tensor 2025-06-05T23:51:27.7961871Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_991, aten.mul.Tensor 2025-06-05T23:51:27.7963243Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_992, aten.mul.Tensor 2025-06-05T23:51:27.7964628Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_994, aten.mul.Tensor 2025-06-05T23:51:27.7966012Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_993, aten.mul.Tensor 2025-06-05T23:51:27.7967553Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_995, aten.mul.Tensor 2025-06-05T23:51:27.7968944Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_996, aten.mul.Tensor 2025-06-05T23:51:27.7970495Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_998, aten.mul.Tensor 2025-06-05T23:51:27.7971901Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_997, aten.mul.Tensor 2025-06-05T23:51:27.7973305Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_999, aten.mul.Tensor 2025-06-05T23:51:27.7974671Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1000, aten.mul.Tensor 2025-06-05T23:51:27.7976122Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1002, aten.mul.Tensor 2025-06-05T23:51:27.7977559Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1001, aten.mul.Tensor 2025-06-05T23:51:27.7979014Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1003, aten.mul.Tensor 2025-06-05T23:51:27.7980367Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1004, aten.mul.Tensor 2025-06-05T23:51:27.7981806Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1006, aten.mul.Tensor 2025-06-05T23:51:27.7983248Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1005, aten.mul.Tensor 2025-06-05T23:51:27.7984694Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1007, aten.mul.Tensor 2025-06-05T23:51:27.7986074Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1008, aten.mul.Tensor 2025-06-05T23:51:27.7987468Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1010, aten.mul.Tensor 2025-06-05T23:51:27.7988888Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1009, aten.mul.Tensor 2025-06-05T23:51:27.7990285Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1011, aten.mul.Tensor 2025-06-05T23:51:28.2284472Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1012, aten.mul.Tensor 2025-06-05T23:51:28.2285926Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1014, aten.mul.Tensor 2025-06-05T23:51:28.2287669Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1013, aten.mul.Tensor 2025-06-05T23:51:28.2289087Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1015, aten.mul.Tensor 2025-06-05T23:51:28.2290579Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1016, aten.mul.Tensor 2025-06-05T23:51:28.2291972Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1018, aten.mul.Tensor 2025-06-05T23:51:28.2293380Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1017, aten.mul.Tensor 2025-06-05T23:51:28.2294901Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1019, aten.mul.Tensor 2025-06-05T23:51:28.2296364Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1020, aten.mul.Tensor 2025-06-05T23:51:28.2297743Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1022, aten.mul.Tensor 2025-06-05T23:51:28.2299189Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1021, aten.mul.Tensor 2025-06-05T23:51:28.2300622Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1023, aten.mul.Tensor 2025-06-05T23:51:28.2302069Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1024, aten.mul.Tensor 2025-06-05T23:51:28.2303428Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1026, aten.mul.Tensor 2025-06-05T23:51:28.2304881Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1025, aten.mul.Tensor 2025-06-05T23:51:28.2306318Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1027, aten.mul.Tensor 2025-06-05T23:51:28.2307910Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1028, aten.mul.Tensor 2025-06-05T23:51:28.2309298Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1030, aten.mul.Tensor 2025-06-05T23:51:28.2310791Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1029, aten.mul.Tensor 2025-06-05T23:51:28.2312195Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1031, aten.mul.Tensor 2025-06-05T23:51:28.2313575Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1032, aten.mul.Tensor 2025-06-05T23:51:28.2314981Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1034, aten.mul.Tensor 2025-06-05T23:51:28.2316416Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1033, aten.mul.Tensor 2025-06-05T23:51:28.2317813Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1035, aten.mul.Tensor 2025-06-05T23:51:28.2319207Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1036, aten.mul.Tensor 2025-06-05T23:51:28.2320621Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1038, aten.mul.Tensor 2025-06-05T23:51:28.2322056Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1037, aten.mul.Tensor 2025-06-05T23:51:28.2323486Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1039, aten.mul.Tensor 2025-06-05T23:51:28.2324813Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1040, aten.mul.Tensor 2025-06-05T23:51:28.2326190Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1042, aten.mul.Tensor 2025-06-05T23:51:28.2327615Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1041, aten.mul.Tensor 2025-06-05T23:51:28.2329064Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1043, aten.mul.Tensor 2025-06-05T23:51:28.2330541Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1044, aten.mul.Tensor 2025-06-05T23:51:28.2332070Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1046, aten.mul.Tensor 2025-06-05T23:51:28.2333488Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1045, aten.mul.Tensor 2025-06-05T23:51:28.2334957Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1047, aten.mul.Tensor 2025-06-05T23:51:28.2336370Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1048, aten.mul.Tensor 2025-06-05T23:51:28.2337757Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1050, aten.mul.Tensor 2025-06-05T23:51:28.2339156Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1049, aten.mul.Tensor 2025-06-05T23:51:28.2340556Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1051, aten.mul.Tensor 2025-06-05T23:51:28.2341982Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1052, aten.mul.Tensor 2025-06-05T23:51:28.2343402Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1054, aten.mul.Tensor 2025-06-05T23:51:28.2344832Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1053, aten.mul.Tensor 2025-06-05T23:51:28.2346276Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1055, aten.mul.Tensor 2025-06-05T23:51:28.2347652Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1056, aten.mul.Tensor 2025-06-05T23:51:28.2349100Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1058, aten.mul.Tensor 2025-06-05T23:51:28.2350555Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1057, aten.mul.Tensor 2025-06-05T23:51:28.2351989Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1059, aten.mul.Tensor 2025-06-05T23:51:28.2353467Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1060, aten.mul.Tensor 2025-06-05T23:51:28.2354880Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1062, aten.mul.Tensor 2025-06-05T23:51:28.2356359Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1061, aten.mul.Tensor 2025-06-05T23:51:28.2357773Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1063, aten.mul.Tensor 2025-06-05T23:51:28.2359331Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1064, aten.mul.Tensor 2025-06-05T23:51:28.2360744Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1066, aten.mul.Tensor 2025-06-05T23:51:28.2362114Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1065, aten.mul.Tensor 2025-06-05T23:51:28.2363551Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1067, aten.mul.Tensor 2025-06-05T23:51:28.2364932Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1068, aten.mul.Tensor 2025-06-05T23:51:28.2366344Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1070, aten.mul.Tensor 2025-06-05T23:51:28.2367780Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1069, aten.mul.Tensor 2025-06-05T23:51:28.2369216Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1071, aten.mul.Tensor 2025-06-05T23:51:28.2370524Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1072, aten.mul.Tensor 2025-06-05T23:51:28.2371959Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1074, aten.mul.Tensor 2025-06-05T23:51:28.2373378Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1073, aten.mul.Tensor 2025-06-05T23:51:28.2374820Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1075, aten.mul.Tensor 2025-06-05T23:51:28.2376197Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_240, aten.sub.Tensor 2025-06-05T23:51:28.2377732Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_380, aten.add.Tensor 2025-06-05T23:51:28.2379129Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_241, aten.sub.Tensor 2025-06-05T23:51:28.2380604Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_381, aten.add.Tensor 2025-06-05T23:51:28.2381995Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_242, aten.sub.Tensor 2025-06-05T23:51:28.2383367Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_382, aten.add.Tensor 2025-06-05T23:51:28.2384756Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_243, aten.sub.Tensor 2025-06-05T23:51:28.2386136Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_383, aten.add.Tensor 2025-06-05T23:51:28.2387506Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_244, aten.sub.Tensor 2025-06-05T23:51:28.2388925Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_384, aten.add.Tensor 2025-06-05T23:51:28.2390319Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_245, aten.sub.Tensor 2025-06-05T23:51:28.2391747Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_385, aten.add.Tensor 2025-06-05T23:51:28.2393078Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_246, aten.sub.Tensor 2025-06-05T23:51:28.2394503Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_386, aten.add.Tensor 2025-06-05T23:51:28.2395928Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_247, aten.sub.Tensor 2025-06-05T23:51:28.2397351Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_387, aten.add.Tensor 2025-06-05T23:51:28.2398735Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_248, aten.sub.Tensor 2025-06-05T23:51:28.2400223Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_388, aten.add.Tensor 2025-06-05T23:51:28.2401624Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_249, aten.sub.Tensor 2025-06-05T23:51:28.2403161Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_389, aten.add.Tensor 2025-06-05T23:51:28.6832966Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_250, aten.sub.Tensor 2025-06-05T23:51:28.6833893Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_390, aten.add.Tensor 2025-06-05T23:51:28.6834660Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_251, aten.sub.Tensor 2025-06-05T23:51:28.6835409Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_391, aten.add.Tensor 2025-06-05T23:51:28.6836170Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_252, aten.sub.Tensor 2025-06-05T23:51:28.6836988Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1184, aten._to_copy.default 2025-06-05T23:51:28.6837791Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_392, aten.add.Tensor 2025-06-05T23:51:28.6838610Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1185, aten._to_copy.default 2025-06-05T23:51:28.6839410Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_253, aten.sub.Tensor 2025-06-05T23:51:28.6840219Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1186, aten._to_copy.default 2025-06-05T23:51:28.6841024Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_393, aten.add.Tensor 2025-06-05T23:51:28.6841819Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1187, aten._to_copy.default 2025-06-05T23:51:28.6842626Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_254, aten.sub.Tensor 2025-06-05T23:51:28.6843422Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1188, aten._to_copy.default 2025-06-05T23:51:28.6844516Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_394, aten.add.Tensor 2025-06-05T23:51:28.6845329Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1189, aten._to_copy.default 2025-06-05T23:51:28.6846216Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_255, aten.sub.Tensor 2025-06-05T23:51:28.6847031Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1190, aten._to_copy.default 2025-06-05T23:51:28.6847844Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_395, aten.add.Tensor 2025-06-05T23:51:28.6848640Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1191, aten._to_copy.default 2025-06-05T23:51:28.6849446Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_256, aten.sub.Tensor 2025-06-05T23:51:28.6850339Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1192, aten._to_copy.default 2025-06-05T23:51:28.6851151Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_396, aten.add.Tensor 2025-06-05T23:51:28.6851969Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1193, aten._to_copy.default 2025-06-05T23:51:28.6852772Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_257, aten.sub.Tensor 2025-06-05T23:51:28.6853592Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1194, aten._to_copy.default 2025-06-05T23:51:28.6854403Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_397, aten.add.Tensor 2025-06-05T23:51:28.6855213Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1195, aten._to_copy.default 2025-06-05T23:51:28.6856070Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_258, aten.sub.Tensor 2025-06-05T23:51:28.6856884Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1196, aten._to_copy.default 2025-06-05T23:51:28.6857681Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_398, aten.add.Tensor 2025-06-05T23:51:28.6858549Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1197, aten._to_copy.default 2025-06-05T23:51:28.6859544Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_259, aten.sub.Tensor 2025-06-05T23:51:28.6860347Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1198, aten._to_copy.default 2025-06-05T23:51:28.6861160Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_399, aten.add.Tensor 2025-06-05T23:51:28.6861957Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1199, aten._to_copy.default 2025-06-05T23:51:28.6862774Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_260, aten.sub.Tensor 2025-06-05T23:51:28.6863593Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1200, aten._to_copy.default 2025-06-05T23:51:28.6864393Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_400, aten.add.Tensor 2025-06-05T23:51:28.6865212Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1201, aten._to_copy.default 2025-06-05T23:51:28.6866004Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_261, aten.sub.Tensor 2025-06-05T23:51:28.6866814Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1202, aten._to_copy.default 2025-06-05T23:51:28.6867622Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_401, aten.add.Tensor 2025-06-05T23:51:28.6868416Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1203, aten._to_copy.default 2025-06-05T23:51:28.6869224Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_262, aten.sub.Tensor 2025-06-05T23:51:28.6870076Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1204, aten._to_copy.default 2025-06-05T23:51:28.6870884Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_402, aten.add.Tensor 2025-06-05T23:51:28.6871730Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1205, aten._to_copy.default 2025-06-05T23:51:28.6872525Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_263, aten.sub.Tensor 2025-06-05T23:51:28.6873336Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1206, aten._to_copy.default 2025-06-05T23:51:28.6874129Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_403, aten.add.Tensor 2025-06-05T23:51:28.6874935Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1207, aten._to_copy.default 2025-06-05T23:51:28.6875759Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_490, aten.cat.default 2025-06-05T23:51:28.6876523Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_491, aten.cat.default 2025-06-05T23:51:28.6877297Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_492, aten.cat.default 2025-06-05T23:51:28.6878060Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_493, aten.cat.default 2025-06-05T23:51:28.6878834Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_494, aten.cat.default 2025-06-05T23:51:28.6879611Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_495, aten.cat.default 2025-06-05T23:51:28.6880375Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_496, aten.cat.default 2025-06-05T23:51:28.6881155Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_497, aten.cat.default 2025-06-05T23:51:28.6882110Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_498, aten.cat.default 2025-06-05T23:51:28.6883056Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_499, aten.cat.default 2025-06-05T23:51:28.6883885Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_500, aten.cat.default 2025-06-05T23:51:28.6884653Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_501, aten.cat.default 2025-06-05T23:51:28.6885432Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_502, aten.cat.default 2025-06-05T23:51:28.6886235Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1208, aten._to_copy.default 2025-06-05T23:51:28.6887051Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_503, aten.cat.default 2025-06-05T23:51:28.6887867Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1209, aten._to_copy.default 2025-06-05T23:51:28.6888713Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_504, aten.cat.default 2025-06-05T23:51:28.6889531Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1210, aten._to_copy.default 2025-06-05T23:51:28.6890430Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_505, aten.cat.default 2025-06-05T23:51:28.6891243Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1211, aten._to_copy.default 2025-06-05T23:51:28.6892056Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_506, aten.cat.default 2025-06-05T23:51:28.6892858Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1212, aten._to_copy.default 2025-06-05T23:51:28.6893757Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_507, aten.cat.default 2025-06-05T23:51:28.6894566Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1213, aten._to_copy.default 2025-06-05T23:51:28.6895426Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_508, aten.cat.default 2025-06-05T23:51:28.6896305Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1214, aten._to_copy.default 2025-06-05T23:51:28.6897164Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_509, aten.cat.default 2025-06-05T23:51:28.6897980Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1215, aten._to_copy.default 2025-06-05T23:51:29.1623574Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_510, aten.cat.default 2025-06-05T23:51:29.1624586Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1216, aten._to_copy.default 2025-06-05T23:51:29.1625400Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_511, aten.cat.default 2025-06-05T23:51:29.1626264Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1217, aten._to_copy.default 2025-06-05T23:51:29.1627090Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_512, aten.cat.default 2025-06-05T23:51:29.1627859Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_513, aten.cat.default 2025-06-05T23:51:29.1628678Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1218, aten._to_copy.default 2025-06-05T23:51:29.1629568Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_567, aten.permute_copy.default 2025-06-05T23:51:29.1630447Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1219, aten._to_copy.default 2025-06-05T23:51:29.1631332Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_568, aten.permute_copy.default 2025-06-05T23:51:29.1632204Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1220, aten._to_copy.default 2025-06-05T23:51:29.1633316Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_569, aten.permute_copy.default 2025-06-05T23:51:29.1634211Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1221, aten._to_copy.default 2025-06-05T23:51:29.1635143Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_570, aten.permute_copy.default 2025-06-05T23:51:29.1636026Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1222, aten._to_copy.default 2025-06-05T23:51:29.1636907Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_571, aten.permute_copy.default 2025-06-05T23:51:29.1637780Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1223, aten._to_copy.default 2025-06-05T23:51:29.1638663Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_572, aten.permute_copy.default 2025-06-05T23:51:29.1639540Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1224, aten._to_copy.default 2025-06-05T23:51:29.1640433Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_573, aten.permute_copy.default 2025-06-05T23:51:29.1641322Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1225, aten._to_copy.default 2025-06-05T23:51:29.1642195Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_574, aten.permute_copy.default 2025-06-05T23:51:29.1643080Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1226, aten._to_copy.default 2025-06-05T23:51:29.1643954Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_575, aten.permute_copy.default 2025-06-05T23:51:29.1644837Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1227, aten._to_copy.default 2025-06-05T23:51:29.1645716Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_576, aten.permute_copy.default 2025-06-05T23:51:29.1646639Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1228, aten._to_copy.default 2025-06-05T23:51:29.1647526Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_577, aten.permute_copy.default 2025-06-05T23:51:29.1648485Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_578, aten.permute_copy.default 2025-06-05T23:51:29.1649372Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1229, aten._to_copy.default 2025-06-05T23:51:29.1650269Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_514, aten.cat.default 2025-06-05T23:51:29.1651043Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_516, aten.cat.default 2025-06-05T23:51:29.1658816Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_518, aten.cat.default 2025-06-05T23:51:29.1659917Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_520, aten.cat.default 2025-06-05T23:51:29.1660692Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_522, aten.cat.default 2025-06-05T23:51:29.1661629Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_524, aten.cat.default 2025-06-05T23:51:29.1662398Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_526, aten.cat.default 2025-06-05T23:51:29.1663173Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_528, aten.cat.default 2025-06-05T23:51:29.1663948Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_530, aten.cat.default 2025-06-05T23:51:29.1664712Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_532, aten.cat.default 2025-06-05T23:51:29.1665485Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_534, aten.cat.default 2025-06-05T23:51:29.1666379Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_536, aten.cat.default 2025-06-05T23:51:29.1667188Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_240, aten.matmul.default 2025-06-05T23:51:29.1668079Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_242, aten.matmul.default 2025-06-05T23:51:29.1668894Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_244, aten.matmul.default 2025-06-05T23:51:29.1669717Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_246, aten.matmul.default 2025-06-05T23:51:29.1670528Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_248, aten.matmul.default 2025-06-05T23:51:29.1671353Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_250, aten.matmul.default 2025-06-05T23:51:29.1672173Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_252, aten.matmul.default 2025-06-05T23:51:29.1672987Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_254, aten.matmul.default 2025-06-05T23:51:29.1673810Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_256, aten.matmul.default 2025-06-05T23:51:29.1674636Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_258, aten.matmul.default 2025-06-05T23:51:29.1675450Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_260, aten.matmul.default 2025-06-05T23:51:29.1676273Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_262, aten.matmul.default 2025-06-05T23:51:29.1677053Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_120, aten.div.Tensor 2025-06-05T23:51:29.1677823Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_121, aten.div.Tensor 2025-06-05T23:51:29.1678585Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_122, aten.div.Tensor 2025-06-05T23:51:29.1679398Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_123, aten.div.Tensor 2025-06-05T23:51:29.1680160Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_124, aten.div.Tensor 2025-06-05T23:51:29.1680955Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_125, aten.div.Tensor 2025-06-05T23:51:29.1681715Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_126, aten.div.Tensor 2025-06-05T23:51:29.1682470Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_127, aten.div.Tensor 2025-06-05T23:51:29.1683211Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_128, aten.div.Tensor 2025-06-05T23:51:29.1683971Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_129, aten.div.Tensor 2025-06-05T23:51:29.1684713Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_130, aten.div.Tensor 2025-06-05T23:51:29.1685468Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_131, aten.div.Tensor 2025-06-05T23:51:29.1686225Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_404, aten.add.Tensor 2025-06-05T23:51:29.1686969Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_405, aten.add.Tensor 2025-06-05T23:51:29.1687721Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_406, aten.add.Tensor 2025-06-05T23:51:29.1688458Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_407, aten.add.Tensor 2025-06-05T23:51:29.1689216Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_408, aten.add.Tensor 2025-06-05T23:51:29.1690054Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_409, aten.add.Tensor 2025-06-05T23:51:29.1690803Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_410, aten.add.Tensor 2025-06-05T23:51:29.1691592Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_411, aten.add.Tensor 2025-06-05T23:51:29.1692337Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_412, aten.add.Tensor 2025-06-05T23:51:29.1693121Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_413, aten.add.Tensor 2025-06-05T23:51:29.1693877Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_414, aten.add.Tensor 2025-06-05T23:51:29.1694621Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_415, aten.add.Tensor 2025-06-05T23:51:29.1695426Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_120, aten._softmax.default 2025-06-05T23:51:29.6833864Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_121, aten._softmax.default 2025-06-05T23:51:29.6835481Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_122, aten._softmax.default 2025-06-05T23:51:29.6837093Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_123, aten._softmax.default 2025-06-05T23:51:29.6838669Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_124, aten._softmax.default 2025-06-05T23:51:29.6840269Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_125, aten._softmax.default 2025-06-05T23:51:29.6841820Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_126, aten._softmax.default 2025-06-05T23:51:29.6843424Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_127, aten._softmax.default 2025-06-05T23:51:29.6845035Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_128, aten._softmax.default 2025-06-05T23:51:29.6846588Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_129, aten._softmax.default 2025-06-05T23:51:29.6848205Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_130, aten._softmax.default 2025-06-05T23:51:29.6850199Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_131, aten._softmax.default 2025-06-05T23:51:29.6851621Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_241, aten.matmul.default 2025-06-05T23:51:29.6853275Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_243, aten.matmul.default 2025-06-05T23:51:29.6854684Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_245, aten.matmul.default 2025-06-05T23:51:29.6856143Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_247, aten.matmul.default 2025-06-05T23:51:29.6857631Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_249, aten.matmul.default 2025-06-05T23:51:29.6859305Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_251, aten.matmul.default 2025-06-05T23:51:29.6860875Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_253, aten.matmul.default 2025-06-05T23:51:29.6862429Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_255, aten.matmul.default 2025-06-05T23:51:29.6863931Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_257, aten.matmul.default 2025-06-05T23:51:29.6865443Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_259, aten.matmul.default 2025-06-05T23:51:29.6866946Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_261, aten.matmul.default 2025-06-05T23:51:29.6868498Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_263, aten.matmul.default 2025-06-05T23:51:29.6869956Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_538, aten.cat.default 2025-06-05T23:51:29.6871644Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_447, aten.view_copy.default 2025-06-05T23:51:29.6873326Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1579, aten.permute_copy.default 2025-06-05T23:51:29.6875093Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_436, aten.convolution.default 2025-06-05T23:51:29.6876851Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1580, aten.permute_copy.default 2025-06-05T23:51:29.6878522Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_448, aten.view_copy.default 2025-06-05T23:51:29.6880031Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_416, aten.add.Tensor 2025-06-05T23:51:29.6881520Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_rms_norm_default_21, aten.rms_norm.default 2025-06-05T23:51:29.6883094Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_449, aten.view_copy.default 2025-06-05T23:51:29.6884781Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1581, aten.permute_copy.default 2025-06-05T23:51:29.6886470Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_437, aten.convolution.default 2025-06-05T23:51:29.6888220Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_438, aten.convolution.default 2025-06-05T23:51:29.6889950Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sigmoid_default_10, aten.sigmoid.default 2025-06-05T23:51:29.6891425Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1076, aten.mul.Tensor 2025-06-05T23:51:29.6892845Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1077, aten.mul.Tensor 2025-06-05T23:51:29.6894377Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_439, aten.convolution.default 2025-06-05T23:51:29.6896102Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1582, aten.permute_copy.default 2025-06-05T23:51:29.6897924Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_450, aten.view_copy.default 2025-06-05T23:51:29.6899484Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_417, aten.add.Tensor 2025-06-05T23:51:29.6901166Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_rms_norm_default_22, aten.rms_norm.default 2025-06-05T23:51:29.6902826Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_451, aten.view_copy.default 2025-06-05T23:51:29.6904490Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1583, aten.permute_copy.default 2025-06-05T23:51:29.6906184Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1230, aten._to_copy.default 2025-06-05T23:51:29.6907854Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_440, aten.convolution.default 2025-06-05T23:51:29.6909465Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1584, aten.permute_copy.default 2025-06-05T23:51:29.6910966Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_441, aten.convolution.default 2025-06-05T23:51:29.6912722Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1585, aten.permute_copy.default 2025-06-05T23:51:29.6914458Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_442, aten.convolution.default 2025-06-05T23:51:29.6916125Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1586, aten.permute_copy.default 2025-06-05T23:51:29.6917831Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_443, aten.convolution.default 2025-06-05T23:51:29.6919508Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1587, aten.permute_copy.default 2025-06-05T23:51:29.6921324Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_444, aten.convolution.default 2025-06-05T23:51:29.6923021Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1588, aten.permute_copy.default 2025-06-05T23:51:29.6924796Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_445, aten.convolution.default 2025-06-05T23:51:29.6926516Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1589, aten.permute_copy.default 2025-06-05T23:51:29.6928120Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_446, aten.convolution.default 2025-06-05T23:51:29.6930002Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1590, aten.permute_copy.default 2025-06-05T23:51:29.6931743Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_447, aten.convolution.default 2025-06-05T23:51:29.6933408Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1591, aten.permute_copy.default 2025-06-05T23:51:29.6935106Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_448, aten.convolution.default 2025-06-05T23:51:29.6936798Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1592, aten.permute_copy.default 2025-06-05T23:51:29.6938481Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_449, aten.convolution.default 2025-06-05T23:51:29.6940176Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1593, aten.permute_copy.default 2025-06-05T23:51:29.6941852Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_450, aten.convolution.default 2025-06-05T23:51:29.6943578Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1594, aten.permute_copy.default 2025-06-05T23:51:29.6945248Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_451, aten.convolution.default 2025-06-05T23:51:29.6947057Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1595, aten.permute_copy.default 2025-06-05T23:51:29.6948869Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_452, aten.convolution.default 2025-06-05T23:51:29.6950533Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1596, aten.permute_copy.default 2025-06-05T23:51:29.6952232Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_453, aten.convolution.default 2025-06-05T23:51:29.6953930Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1597, aten.permute_copy.default 2025-06-05T23:51:30.1008280Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_454, aten.convolution.default 2025-06-05T23:51:30.1010057Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1598, aten.permute_copy.default 2025-06-05T23:51:30.1011715Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_455, aten.convolution.default 2025-06-05T23:51:30.1013375Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1599, aten.permute_copy.default 2025-06-05T23:51:30.1015021Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_456, aten.convolution.default 2025-06-05T23:51:30.1016652Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1600, aten.permute_copy.default 2025-06-05T23:51:30.1018295Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_457, aten.convolution.default 2025-06-05T23:51:30.1019966Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1601, aten.permute_copy.default 2025-06-05T23:51:30.1022028Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_458, aten.convolution.default 2025-06-05T23:51:30.1023681Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1602, aten.permute_copy.default 2025-06-05T23:51:30.1025404Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_459, aten.convolution.default 2025-06-05T23:51:30.1027029Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1603, aten.permute_copy.default 2025-06-05T23:51:30.1028671Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_460, aten.convolution.default 2025-06-05T23:51:30.1030293Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1604, aten.permute_copy.default 2025-06-05T23:51:30.1031931Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_461, aten.convolution.default 2025-06-05T23:51:30.1033568Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1605, aten.permute_copy.default 2025-06-05T23:51:30.1035197Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_462, aten.convolution.default 2025-06-05T23:51:30.1036846Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1606, aten.permute_copy.default 2025-06-05T23:51:30.1038474Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_463, aten.convolution.default 2025-06-05T23:51:30.1040117Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1607, aten.permute_copy.default 2025-06-05T23:51:30.1041763Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_464, aten.convolution.default 2025-06-05T23:51:30.1043392Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1608, aten.permute_copy.default 2025-06-05T23:51:30.1045038Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_465, aten.convolution.default 2025-06-05T23:51:30.1046737Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1609, aten.permute_copy.default 2025-06-05T23:51:30.1048382Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_466, aten.convolution.default 2025-06-05T23:51:30.1050163Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1610, aten.permute_copy.default 2025-06-05T23:51:30.1051805Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_467, aten.convolution.default 2025-06-05T23:51:30.1053447Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1611, aten.permute_copy.default 2025-06-05T23:51:30.1055071Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_468, aten.convolution.default 2025-06-05T23:51:30.1056719Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1612, aten.permute_copy.default 2025-06-05T23:51:30.1058364Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_469, aten.convolution.default 2025-06-05T23:51:30.1060145Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1613, aten.permute_copy.default 2025-06-05T23:51:30.1061795Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_470, aten.convolution.default 2025-06-05T23:51:30.1063434Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1614, aten.permute_copy.default 2025-06-05T23:51:30.1065063Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_471, aten.convolution.default 2025-06-05T23:51:30.1066701Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1615, aten.permute_copy.default 2025-06-05T23:51:30.1068390Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_472, aten.convolution.default 2025-06-05T23:51:30.1070031Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1616, aten.permute_copy.default 2025-06-05T23:51:30.1071725Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_473, aten.convolution.default 2025-06-05T23:51:30.1073349Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1617, aten.permute_copy.default 2025-06-05T23:51:30.1075009Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_474, aten.convolution.default 2025-06-05T23:51:30.1076638Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1618, aten.permute_copy.default 2025-06-05T23:51:30.1078278Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_475, aten.convolution.default 2025-06-05T23:51:30.1079911Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1619, aten.permute_copy.default 2025-06-05T23:51:30.1081501Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_452, aten.view_copy.default 2025-06-05T23:51:30.1083051Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_453, aten.view_copy.default 2025-06-05T23:51:30.1084596Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_454, aten.view_copy.default 2025-06-05T23:51:30.1086149Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_455, aten.view_copy.default 2025-06-05T23:51:30.1087691Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_456, aten.view_copy.default 2025-06-05T23:51:30.1089219Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_457, aten.view_copy.default 2025-06-05T23:51:30.1090825Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_458, aten.view_copy.default 2025-06-05T23:51:30.1092361Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_459, aten.view_copy.default 2025-06-05T23:51:30.1093971Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_460, aten.view_copy.default 2025-06-05T23:51:30.1095582Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_461, aten.view_copy.default 2025-06-05T23:51:30.1097121Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_462, aten.view_copy.default 2025-06-05T23:51:30.1098670Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_463, aten.view_copy.default 2025-06-05T23:51:30.1100207Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_464, aten.view_copy.default 2025-06-05T23:51:30.1101756Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_465, aten.view_copy.default 2025-06-05T23:51:30.1103303Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_466, aten.view_copy.default 2025-06-05T23:51:30.1104837Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_467, aten.view_copy.default 2025-06-05T23:51:30.1106395Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_468, aten.view_copy.default 2025-06-05T23:51:30.1107926Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_469, aten.view_copy.default 2025-06-05T23:51:30.1109471Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_470, aten.view_copy.default 2025-06-05T23:51:30.1111015Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_471, aten.view_copy.default 2025-06-05T23:51:30.1112541Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_472, aten.view_copy.default 2025-06-05T23:51:30.1114092Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_473, aten.view_copy.default 2025-06-05T23:51:30.1115670Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_474, aten.view_copy.default 2025-06-05T23:51:30.1117222Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_475, aten.view_copy.default 2025-06-05T23:51:30.1118811Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_476, aten.view_copy.default 2025-06-05T23:51:30.1120333Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1243, aten._to_copy.default 2025-06-05T23:51:30.1121872Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_477, aten.view_copy.default 2025-06-05T23:51:30.1123391Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1244, aten._to_copy.default 2025-06-05T23:51:30.4207986Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_478, aten.view_copy.default 2025-06-05T23:51:30.4208991Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1245, aten._to_copy.default 2025-06-05T23:51:30.4209925Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_479, aten.view_copy.default 2025-06-05T23:51:30.4210802Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1246, aten._to_copy.default 2025-06-05T23:51:30.4211675Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_480, aten.view_copy.default 2025-06-05T23:51:30.4212521Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1247, aten._to_copy.default 2025-06-05T23:51:30.4213381Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_481, aten.view_copy.default 2025-06-05T23:51:30.4214228Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1248, aten._to_copy.default 2025-06-05T23:51:30.4215088Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_482, aten.view_copy.default 2025-06-05T23:51:30.4216148Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1249, aten._to_copy.default 2025-06-05T23:51:30.4217000Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_483, aten.view_copy.default 2025-06-05T23:51:30.4217917Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1250, aten._to_copy.default 2025-06-05T23:51:30.4218765Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_484, aten.view_copy.default 2025-06-05T23:51:30.4219623Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1251, aten._to_copy.default 2025-06-05T23:51:30.4220481Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_485, aten.view_copy.default 2025-06-05T23:51:30.4221328Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1252, aten._to_copy.default 2025-06-05T23:51:30.4222199Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_486, aten.view_copy.default 2025-06-05T23:51:30.4223049Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1253, aten._to_copy.default 2025-06-05T23:51:30.4223919Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_487, aten.view_copy.default 2025-06-05T23:51:30.4224782Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1254, aten._to_copy.default 2025-06-05T23:51:30.4225631Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_528, aten.slice_copy.Tensor 2025-06-05T23:51:30.4226501Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_529, aten.slice_copy.Tensor 2025-06-05T23:51:30.4227358Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_530, aten.slice_copy.Tensor 2025-06-05T23:51:30.4228280Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_531, aten.slice_copy.Tensor 2025-06-05T23:51:30.4229154Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_532, aten.slice_copy.Tensor 2025-06-05T23:51:30.4230067Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_533, aten.slice_copy.Tensor 2025-06-05T23:51:30.4230966Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_534, aten.slice_copy.Tensor 2025-06-05T23:51:30.4231835Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_535, aten.slice_copy.Tensor 2025-06-05T23:51:30.4232689Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_536, aten.slice_copy.Tensor 2025-06-05T23:51:30.4233559Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_537, aten.slice_copy.Tensor 2025-06-05T23:51:30.4234422Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_538, aten.slice_copy.Tensor 2025-06-05T23:51:30.4235294Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_539, aten.slice_copy.Tensor 2025-06-05T23:51:30.4236163Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_540, aten.slice_copy.Tensor 2025-06-05T23:51:30.4237021Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_541, aten.slice_copy.Tensor 2025-06-05T23:51:30.4237888Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_542, aten.slice_copy.Tensor 2025-06-05T23:51:30.4238740Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_543, aten.slice_copy.Tensor 2025-06-05T23:51:30.4239608Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_544, aten.slice_copy.Tensor 2025-06-05T23:51:30.4240475Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_545, aten.slice_copy.Tensor 2025-06-05T23:51:30.4241330Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_546, aten.slice_copy.Tensor 2025-06-05T23:51:30.4242240Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_547, aten.slice_copy.Tensor 2025-06-05T23:51:30.4243137Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_548, aten.slice_copy.Tensor 2025-06-05T23:51:30.4243989Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_549, aten.slice_copy.Tensor 2025-06-05T23:51:30.4244852Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_550, aten.slice_copy.Tensor 2025-06-05T23:51:30.4245708Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_551, aten.slice_copy.Tensor 2025-06-05T23:51:30.4246569Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_552, aten.slice_copy.Tensor 2025-06-05T23:51:30.4247435Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_553, aten.slice_copy.Tensor 2025-06-05T23:51:30.4248289Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_554, aten.slice_copy.Tensor 2025-06-05T23:51:30.4249154Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_555, aten.slice_copy.Tensor 2025-06-05T23:51:30.4250091Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_556, aten.slice_copy.Tensor 2025-06-05T23:51:30.4250958Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_557, aten.slice_copy.Tensor 2025-06-05T23:51:30.4251824Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_558, aten.slice_copy.Tensor 2025-06-05T23:51:30.4252681Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_559, aten.slice_copy.Tensor 2025-06-05T23:51:30.4253553Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_560, aten.slice_copy.Tensor 2025-06-05T23:51:30.4254445Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_561, aten.slice_copy.Tensor 2025-06-05T23:51:30.4255313Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_562, aten.slice_copy.Tensor 2025-06-05T23:51:30.4256211Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_563, aten.slice_copy.Tensor 2025-06-05T23:51:30.4257063Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_564, aten.slice_copy.Tensor 2025-06-05T23:51:30.4257930Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_565, aten.slice_copy.Tensor 2025-06-05T23:51:30.4258790Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_566, aten.slice_copy.Tensor 2025-06-05T23:51:30.4259874Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_567, aten.slice_copy.Tensor 2025-06-05T23:51:30.4260746Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_568, aten.slice_copy.Tensor 2025-06-05T23:51:30.4261602Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_569, aten.slice_copy.Tensor 2025-06-05T23:51:30.4262476Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_570, aten.slice_copy.Tensor 2025-06-05T23:51:30.4263333Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_571, aten.slice_copy.Tensor 2025-06-05T23:51:30.4264201Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_572, aten.slice_copy.Tensor 2025-06-05T23:51:30.4265064Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_573, aten.slice_copy.Tensor 2025-06-05T23:51:30.4265922Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_574, aten.slice_copy.Tensor 2025-06-05T23:51:30.4266788Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_575, aten.slice_copy.Tensor 2025-06-05T23:51:30.4267672Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_564, aten.cat.default 2025-06-05T23:51:30.4268462Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_566, aten.cat.default 2025-06-05T23:51:30.4269283Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_568, aten.cat.default 2025-06-05T23:51:30.4270048Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_570, aten.cat.default 2025-06-05T23:51:30.4270824Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_572, aten.cat.default 2025-06-05T23:51:30.4271582Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_574, aten.cat.default 2025-06-05T23:51:30.4272358Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_576, aten.cat.default 2025-06-05T23:51:30.8639269Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_578, aten.cat.default 2025-06-05T23:51:30.8640273Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_580, aten.cat.default 2025-06-05T23:51:30.8641045Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_582, aten.cat.default 2025-06-05T23:51:30.8641842Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_584, aten.cat.default 2025-06-05T23:51:30.8642604Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_586, aten.cat.default 2025-06-05T23:51:30.8643377Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1078, aten.mul.Tensor 2025-06-05T23:51:30.8644134Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1080, aten.mul.Tensor 2025-06-05T23:51:30.8644908Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1079, aten.mul.Tensor 2025-06-05T23:51:30.8645903Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1081, aten.mul.Tensor 2025-06-05T23:51:30.8646661Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1082, aten.mul.Tensor 2025-06-05T23:51:30.8647426Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1084, aten.mul.Tensor 2025-06-05T23:51:30.8648273Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1083, aten.mul.Tensor 2025-06-05T23:51:30.8649036Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1085, aten.mul.Tensor 2025-06-05T23:51:30.8649871Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1086, aten.mul.Tensor 2025-06-05T23:51:30.8650625Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1088, aten.mul.Tensor 2025-06-05T23:51:30.8651393Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1087, aten.mul.Tensor 2025-06-05T23:51:30.8652213Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1089, aten.mul.Tensor 2025-06-05T23:51:30.8652975Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1090, aten.mul.Tensor 2025-06-05T23:51:30.8653732Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1092, aten.mul.Tensor 2025-06-05T23:51:30.8654485Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1091, aten.mul.Tensor 2025-06-05T23:51:30.8655246Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1093, aten.mul.Tensor 2025-06-05T23:51:30.8655997Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1094, aten.mul.Tensor 2025-06-05T23:51:30.8656760Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1096, aten.mul.Tensor 2025-06-05T23:51:30.8657516Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1095, aten.mul.Tensor 2025-06-05T23:51:30.8658264Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1097, aten.mul.Tensor 2025-06-05T23:51:30.8659093Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1098, aten.mul.Tensor 2025-06-05T23:51:30.8660014Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1100, aten.mul.Tensor 2025-06-05T23:51:30.8660779Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1099, aten.mul.Tensor 2025-06-05T23:51:30.8661603Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1101, aten.mul.Tensor 2025-06-05T23:51:30.8662356Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1102, aten.mul.Tensor 2025-06-05T23:51:30.8663115Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1104, aten.mul.Tensor 2025-06-05T23:51:30.8663864Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1103, aten.mul.Tensor 2025-06-05T23:51:30.8664625Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1105, aten.mul.Tensor 2025-06-05T23:51:30.8665372Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1106, aten.mul.Tensor 2025-06-05T23:51:30.8666138Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1108, aten.mul.Tensor 2025-06-05T23:51:30.8666901Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1107, aten.mul.Tensor 2025-06-05T23:51:30.8667652Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1109, aten.mul.Tensor 2025-06-05T23:51:30.8668413Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1110, aten.mul.Tensor 2025-06-05T23:51:30.8669161Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1112, aten.mul.Tensor 2025-06-05T23:51:30.8669928Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1111, aten.mul.Tensor 2025-06-05T23:51:30.8670687Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1113, aten.mul.Tensor 2025-06-05T23:51:30.8671473Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1114, aten.mul.Tensor 2025-06-05T23:51:30.8672241Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1116, aten.mul.Tensor 2025-06-05T23:51:30.8673034Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1115, aten.mul.Tensor 2025-06-05T23:51:30.8673799Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1117, aten.mul.Tensor 2025-06-05T23:51:30.8674599Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1118, aten.mul.Tensor 2025-06-05T23:51:30.8675348Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1120, aten.mul.Tensor 2025-06-05T23:51:30.8676109Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1119, aten.mul.Tensor 2025-06-05T23:51:30.8676858Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1121, aten.mul.Tensor 2025-06-05T23:51:30.8677625Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1122, aten.mul.Tensor 2025-06-05T23:51:30.8678454Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1124, aten.mul.Tensor 2025-06-05T23:51:30.8679206Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1123, aten.mul.Tensor 2025-06-05T23:51:30.8679968Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1125, aten.mul.Tensor 2025-06-05T23:51:30.8680718Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1126, aten.mul.Tensor 2025-06-05T23:51:30.8681474Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1128, aten.mul.Tensor 2025-06-05T23:51:30.8682235Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1127, aten.mul.Tensor 2025-06-05T23:51:30.8682980Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1129, aten.mul.Tensor 2025-06-05T23:51:30.8683742Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1130, aten.mul.Tensor 2025-06-05T23:51:30.8684542Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1132, aten.mul.Tensor 2025-06-05T23:51:30.8685303Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1131, aten.mul.Tensor 2025-06-05T23:51:30.8686080Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1133, aten.mul.Tensor 2025-06-05T23:51:30.8686846Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1134, aten.mul.Tensor 2025-06-05T23:51:30.8687606Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1136, aten.mul.Tensor 2025-06-05T23:51:30.8688382Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1135, aten.mul.Tensor 2025-06-05T23:51:30.8689293Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1137, aten.mul.Tensor 2025-06-05T23:51:30.8690136Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1138, aten.mul.Tensor 2025-06-05T23:51:30.8690905Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1140, aten.mul.Tensor 2025-06-05T23:51:30.8691669Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1139, aten.mul.Tensor 2025-06-05T23:51:30.8692425Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1141, aten.mul.Tensor 2025-06-05T23:51:30.8693187Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1142, aten.mul.Tensor 2025-06-05T23:51:30.8693938Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1144, aten.mul.Tensor 2025-06-05T23:51:30.8694702Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1143, aten.mul.Tensor 2025-06-05T23:51:30.8695469Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1145, aten.mul.Tensor 2025-06-05T23:51:30.8696270Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1146, aten.mul.Tensor 2025-06-05T23:51:30.8697038Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1148, aten.mul.Tensor 2025-06-05T23:51:30.8697789Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1147, aten.mul.Tensor 2025-06-05T23:51:30.8698591Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1149, aten.mul.Tensor 2025-06-05T23:51:30.8699354Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1150, aten.mul.Tensor 2025-06-05T23:51:30.8700104Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1152, aten.mul.Tensor 2025-06-05T23:51:30.8700865Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1151, aten.mul.Tensor 2025-06-05T23:51:30.8701612Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1153, aten.mul.Tensor 2025-06-05T23:51:30.8702373Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1154, aten.mul.Tensor 2025-06-05T23:51:30.8703141Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1156, aten.mul.Tensor 2025-06-05T23:51:30.8703892Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1155, aten.mul.Tensor 2025-06-05T23:51:31.3095990Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1157, aten.mul.Tensor 2025-06-05T23:51:31.3096811Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1158, aten.mul.Tensor 2025-06-05T23:51:31.3097585Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1160, aten.mul.Tensor 2025-06-05T23:51:31.3098346Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1159, aten.mul.Tensor 2025-06-05T23:51:31.3099099Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1161, aten.mul.Tensor 2025-06-05T23:51:31.3099859Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1162, aten.mul.Tensor 2025-06-05T23:51:31.3100862Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1164, aten.mul.Tensor 2025-06-05T23:51:31.3101626Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1163, aten.mul.Tensor 2025-06-05T23:51:31.3102397Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1165, aten.mul.Tensor 2025-06-05T23:51:31.3103200Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1166, aten.mul.Tensor 2025-06-05T23:51:31.3103970Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1168, aten.mul.Tensor 2025-06-05T23:51:31.3104760Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1167, aten.mul.Tensor 2025-06-05T23:51:31.3105511Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1169, aten.mul.Tensor 2025-06-05T23:51:31.3106283Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1170, aten.mul.Tensor 2025-06-05T23:51:31.3107053Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1172, aten.mul.Tensor 2025-06-05T23:51:31.3107813Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1171, aten.mul.Tensor 2025-06-05T23:51:31.3108583Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1173, aten.mul.Tensor 2025-06-05T23:51:31.3109351Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_264, aten.sub.Tensor 2025-06-05T23:51:31.3110103Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_418, aten.add.Tensor 2025-06-05T23:51:31.3110867Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_265, aten.sub.Tensor 2025-06-05T23:51:31.3111616Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_419, aten.add.Tensor 2025-06-05T23:51:31.3112379Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_266, aten.sub.Tensor 2025-06-05T23:51:31.3113228Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_420, aten.add.Tensor 2025-06-05T23:51:31.3113981Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_267, aten.sub.Tensor 2025-06-05T23:51:31.3114797Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_421, aten.add.Tensor 2025-06-05T23:51:31.3115548Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_268, aten.sub.Tensor 2025-06-05T23:51:31.3116318Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_422, aten.add.Tensor 2025-06-05T23:51:31.3117067Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_269, aten.sub.Tensor 2025-06-05T23:51:31.3117829Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_423, aten.add.Tensor 2025-06-05T23:51:31.3118590Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_270, aten.sub.Tensor 2025-06-05T23:51:31.3119341Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_424, aten.add.Tensor 2025-06-05T23:51:31.3120106Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_271, aten.sub.Tensor 2025-06-05T23:51:31.3120858Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_425, aten.add.Tensor 2025-06-05T23:51:31.3121627Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_272, aten.sub.Tensor 2025-06-05T23:51:31.3122383Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_426, aten.add.Tensor 2025-06-05T23:51:31.3123131Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_273, aten.sub.Tensor 2025-06-05T23:51:31.3123891Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_427, aten.add.Tensor 2025-06-05T23:51:31.3124636Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_274, aten.sub.Tensor 2025-06-05T23:51:31.3125396Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_428, aten.add.Tensor 2025-06-05T23:51:31.3126187Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_275, aten.sub.Tensor 2025-06-05T23:51:31.3126932Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_429, aten.add.Tensor 2025-06-05T23:51:31.3127718Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_276, aten.sub.Tensor 2025-06-05T23:51:31.3128519Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1255, aten._to_copy.default 2025-06-05T23:51:31.3129327Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_430, aten.add.Tensor 2025-06-05T23:51:31.3130225Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1256, aten._to_copy.default 2025-06-05T23:51:31.3131016Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_277, aten.sub.Tensor 2025-06-05T23:51:31.3131827Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1257, aten._to_copy.default 2025-06-05T23:51:31.3132622Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_431, aten.add.Tensor 2025-06-05T23:51:31.3133436Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1258, aten._to_copy.default 2025-06-05T23:51:31.3134246Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_278, aten.sub.Tensor 2025-06-05T23:51:31.3135042Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1259, aten._to_copy.default 2025-06-05T23:51:31.3135851Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_432, aten.add.Tensor 2025-06-05T23:51:31.3136651Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1260, aten._to_copy.default 2025-06-05T23:51:31.3137461Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_279, aten.sub.Tensor 2025-06-05T23:51:31.3138302Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1261, aten._to_copy.default 2025-06-05T23:51:31.3139105Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_433, aten.add.Tensor 2025-06-05T23:51:31.3139946Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1262, aten._to_copy.default 2025-06-05T23:51:31.3140741Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_280, aten.sub.Tensor 2025-06-05T23:51:31.3141551Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1263, aten._to_copy.default 2025-06-05T23:51:31.3142363Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_434, aten.add.Tensor 2025-06-05T23:51:31.3143153Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1264, aten._to_copy.default 2025-06-05T23:51:31.3143961Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_281, aten.sub.Tensor 2025-06-05T23:51:31.3144761Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1265, aten._to_copy.default 2025-06-05T23:51:31.3145572Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_435, aten.add.Tensor 2025-06-05T23:51:31.3146368Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1266, aten._to_copy.default 2025-06-05T23:51:31.3147180Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_282, aten.sub.Tensor 2025-06-05T23:51:31.3147987Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1267, aten._to_copy.default 2025-06-05T23:51:31.3148781Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_436, aten.add.Tensor 2025-06-05T23:51:31.3149589Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1268, aten._to_copy.default 2025-06-05T23:51:31.3150381Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_283, aten.sub.Tensor 2025-06-05T23:51:31.3151223Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1269, aten._to_copy.default 2025-06-05T23:51:31.3152027Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_437, aten.add.Tensor 2025-06-05T23:51:31.3152852Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1270, aten._to_copy.default 2025-06-05T23:51:31.3153660Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_284, aten.sub.Tensor 2025-06-05T23:51:31.3154452Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1271, aten._to_copy.default 2025-06-05T23:51:31.3155312Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_438, aten.add.Tensor 2025-06-05T23:51:31.3156123Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1272, aten._to_copy.default 2025-06-05T23:51:31.3156920Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_285, aten.sub.Tensor 2025-06-05T23:51:31.3157729Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1273, aten._to_copy.default 2025-06-05T23:51:31.3158534Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_439, aten.add.Tensor 2025-06-05T23:51:31.3159675Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1274, aten._to_copy.default 2025-06-05T23:51:31.3160488Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_286, aten.sub.Tensor 2025-06-05T23:51:31.7328469Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1275, aten._to_copy.default 2025-06-05T23:51:31.7330088Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_440, aten.add.Tensor 2025-06-05T23:51:31.7331615Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1276, aten._to_copy.default 2025-06-05T23:51:31.7333429Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_287, aten.sub.Tensor 2025-06-05T23:51:31.7334944Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1277, aten._to_copy.default 2025-06-05T23:51:31.7336543Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_441, aten.add.Tensor 2025-06-05T23:51:31.7338031Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1278, aten._to_copy.default 2025-06-05T23:51:31.7339535Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_539, aten.cat.default 2025-06-05T23:51:31.7340981Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_540, aten.cat.default 2025-06-05T23:51:31.7342389Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_541, aten.cat.default 2025-06-05T23:51:31.7343836Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_542, aten.cat.default 2025-06-05T23:51:31.7345277Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_543, aten.cat.default 2025-06-05T23:51:31.7346746Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_544, aten.cat.default 2025-06-05T23:51:31.7348124Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_545, aten.cat.default 2025-06-05T23:51:31.7349608Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_546, aten.cat.default 2025-06-05T23:51:31.7351085Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_547, aten.cat.default 2025-06-05T23:51:31.7352512Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_548, aten.cat.default 2025-06-05T23:51:31.7353935Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_549, aten.cat.default 2025-06-05T23:51:31.7355367Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_550, aten.cat.default 2025-06-05T23:51:31.7356813Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_551, aten.cat.default 2025-06-05T23:51:31.7358484Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1279, aten._to_copy.default 2025-06-05T23:51:31.7360189Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_552, aten.cat.default 2025-06-05T23:51:31.7361817Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1280, aten._to_copy.default 2025-06-05T23:51:31.7363343Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_553, aten.cat.default 2025-06-05T23:51:31.7364797Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1281, aten._to_copy.default 2025-06-05T23:51:31.7366326Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_554, aten.cat.default 2025-06-05T23:51:31.7367841Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1282, aten._to_copy.default 2025-06-05T23:51:31.7369332Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_555, aten.cat.default 2025-06-05T23:51:31.7370940Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1283, aten._to_copy.default 2025-06-05T23:51:31.7372489Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_556, aten.cat.default 2025-06-05T23:51:31.7374053Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1284, aten._to_copy.default 2025-06-05T23:51:31.7375517Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_557, aten.cat.default 2025-06-05T23:51:31.7377020Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1285, aten._to_copy.default 2025-06-05T23:51:31.7378512Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_558, aten.cat.default 2025-06-05T23:51:31.7380011Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1286, aten._to_copy.default 2025-06-05T23:51:31.7381642Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_559, aten.cat.default 2025-06-05T23:51:31.7383142Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1287, aten._to_copy.default 2025-06-05T23:51:31.7384725Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_560, aten.cat.default 2025-06-05T23:51:31.7386204Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1288, aten._to_copy.default 2025-06-05T23:51:31.7387729Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_561, aten.cat.default 2025-06-05T23:51:31.7389262Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1289, aten._to_copy.default 2025-06-05T23:51:31.7390792Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_562, aten.cat.default 2025-06-05T23:51:31.7392194Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1290, aten._to_copy.default 2025-06-05T23:51:31.7393861Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_620, aten.permute_copy.default 2025-06-05T23:51:31.7395539Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1291, aten._to_copy.default 2025-06-05T23:51:31.7397196Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_621, aten.permute_copy.default 2025-06-05T23:51:31.7398799Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1292, aten._to_copy.default 2025-06-05T23:51:31.7400434Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_622, aten.permute_copy.default 2025-06-05T23:51:31.7402047Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1293, aten._to_copy.default 2025-06-05T23:51:31.7403672Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_623, aten.permute_copy.default 2025-06-05T23:51:31.7405445Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1294, aten._to_copy.default 2025-06-05T23:51:31.7407058Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_624, aten.permute_copy.default 2025-06-05T23:51:31.7408859Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1295, aten._to_copy.default 2025-06-05T23:51:31.7410577Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_625, aten.permute_copy.default 2025-06-05T23:51:31.7412246Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1296, aten._to_copy.default 2025-06-05T23:51:31.7413922Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_626, aten.permute_copy.default 2025-06-05T23:51:31.7415505Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1297, aten._to_copy.default 2025-06-05T23:51:31.7417184Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_627, aten.permute_copy.default 2025-06-05T23:51:31.7418854Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1298, aten._to_copy.default 2025-06-05T23:51:31.7420485Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_628, aten.permute_copy.default 2025-06-05T23:51:31.7422125Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1299, aten._to_copy.default 2025-06-05T23:51:31.7423745Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_629, aten.permute_copy.default 2025-06-05T23:51:31.7425379Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1300, aten._to_copy.default 2025-06-05T23:51:31.7426993Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_630, aten.permute_copy.default 2025-06-05T23:51:31.7428728Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1301, aten._to_copy.default 2025-06-05T23:51:31.7430408Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_631, aten.permute_copy.default 2025-06-05T23:51:31.7432045Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1302, aten._to_copy.default 2025-06-05T23:51:31.7433583Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_563, aten.cat.default 2025-06-05T23:51:31.7435037Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_565, aten.cat.default 2025-06-05T23:51:31.7436439Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_567, aten.cat.default 2025-06-05T23:51:31.7437904Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_569, aten.cat.default 2025-06-05T23:51:31.7439359Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_571, aten.cat.default 2025-06-05T23:51:31.7440833Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_573, aten.cat.default 2025-06-05T23:51:31.7442489Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_575, aten.cat.default 2025-06-05T23:51:31.7443926Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_577, aten.cat.default 2025-06-05T23:51:31.7445366Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_579, aten.cat.default 2025-06-05T23:51:31.7446767Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_581, aten.cat.default 2025-06-05T23:51:31.7448196Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_583, aten.cat.default 2025-06-05T23:51:32.2772722Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_585, aten.cat.default 2025-06-05T23:51:32.2774231Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_264, aten.matmul.default 2025-06-05T23:51:32.2775754Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_266, aten.matmul.default 2025-06-05T23:51:32.2777570Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_268, aten.matmul.default 2025-06-05T23:51:32.2779078Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_270, aten.matmul.default 2025-06-05T23:51:32.2780753Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_272, aten.matmul.default 2025-06-05T23:51:32.2782270Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_274, aten.matmul.default 2025-06-05T23:51:32.2783795Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_276, aten.matmul.default 2025-06-05T23:51:32.2785336Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_278, aten.matmul.default 2025-06-05T23:51:32.2786825Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_280, aten.matmul.default 2025-06-05T23:51:32.2788376Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_282, aten.matmul.default 2025-06-05T23:51:32.2789938Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_284, aten.matmul.default 2025-06-05T23:51:32.2791419Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_286, aten.matmul.default 2025-06-05T23:51:32.2792902Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_132, aten.div.Tensor 2025-06-05T23:51:32.2794343Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_133, aten.div.Tensor 2025-06-05T23:51:32.2795772Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_134, aten.div.Tensor 2025-06-05T23:51:32.2797153Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_135, aten.div.Tensor 2025-06-05T23:51:32.2798557Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_136, aten.div.Tensor 2025-06-05T23:51:32.2800091Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_137, aten.div.Tensor 2025-06-05T23:51:32.2801487Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_138, aten.div.Tensor 2025-06-05T23:51:32.2802964Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_139, aten.div.Tensor 2025-06-05T23:51:32.2804360Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_140, aten.div.Tensor 2025-06-05T23:51:32.2805747Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_141, aten.div.Tensor 2025-06-05T23:51:32.2807163Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_142, aten.div.Tensor 2025-06-05T23:51:32.2808532Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_143, aten.div.Tensor 2025-06-05T23:51:32.2810025Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_442, aten.add.Tensor 2025-06-05T23:51:32.2811474Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_443, aten.add.Tensor 2025-06-05T23:51:32.2812903Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_444, aten.add.Tensor 2025-06-05T23:51:32.2814180Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_445, aten.add.Tensor 2025-06-05T23:51:32.2815612Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_446, aten.add.Tensor 2025-06-05T23:51:32.2817023Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_447, aten.add.Tensor 2025-06-05T23:51:32.2818452Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_448, aten.add.Tensor 2025-06-05T23:51:32.2819823Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_449, aten.add.Tensor 2025-06-05T23:51:32.2821197Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_450, aten.add.Tensor 2025-06-05T23:51:32.2822588Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_451, aten.add.Tensor 2025-06-05T23:51:32.2824061Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_452, aten.add.Tensor 2025-06-05T23:51:32.2825466Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_453, aten.add.Tensor 2025-06-05T23:51:32.2827017Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_132, aten._softmax.default 2025-06-05T23:51:32.2828592Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_133, aten._softmax.default 2025-06-05T23:51:32.2830214Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_134, aten._softmax.default 2025-06-05T23:51:32.2831744Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_135, aten._softmax.default 2025-06-05T23:51:32.2833350Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_136, aten._softmax.default 2025-06-05T23:51:32.2834976Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_137, aten._softmax.default 2025-06-05T23:51:32.2836514Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_138, aten._softmax.default 2025-06-05T23:51:32.2838136Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_139, aten._softmax.default 2025-06-05T23:51:32.2839743Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_140, aten._softmax.default 2025-06-05T23:51:32.2841324Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_141, aten._softmax.default 2025-06-05T23:51:32.2842903Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_142, aten._softmax.default 2025-06-05T23:51:32.2844465Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_143, aten._softmax.default 2025-06-05T23:51:32.2846145Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_265, aten.matmul.default 2025-06-05T23:51:32.2847665Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_267, aten.matmul.default 2025-06-05T23:51:32.2849244Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_269, aten.matmul.default 2025-06-05T23:51:32.2850836Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_271, aten.matmul.default 2025-06-05T23:51:32.2852377Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_273, aten.matmul.default 2025-06-05T23:51:32.2853851Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_275, aten.matmul.default 2025-06-05T23:51:32.2855386Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_277, aten.matmul.default 2025-06-05T23:51:32.2856941Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_279, aten.matmul.default 2025-06-05T23:51:32.2858386Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_281, aten.matmul.default 2025-06-05T23:51:32.2859978Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_283, aten.matmul.default 2025-06-05T23:51:32.2861548Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_285, aten.matmul.default 2025-06-05T23:51:32.2863089Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_287, aten.matmul.default 2025-06-05T23:51:32.2864572Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_587, aten.cat.default 2025-06-05T23:51:32.2866084Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_488, aten.view_copy.default 2025-06-05T23:51:32.2867736Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1620, aten.permute_copy.default 2025-06-05T23:51:32.2869440Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_476, aten.convolution.default 2025-06-05T23:51:32.2871283Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1621, aten.permute_copy.default 2025-06-05T23:51:32.2872948Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_489, aten.view_copy.default 2025-06-05T23:51:32.2874553Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_454, aten.add.Tensor 2025-06-05T23:51:32.2876048Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_rms_norm_default_23, aten.rms_norm.default 2025-06-05T23:51:32.2877619Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_490, aten.view_copy.default 2025-06-05T23:51:32.2879292Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1622, aten.permute_copy.default 2025-06-05T23:51:32.2881037Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_477, aten.convolution.default 2025-06-05T23:51:32.2882687Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_478, aten.convolution.default 2025-06-05T23:51:32.2884336Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sigmoid_default_11, aten.sigmoid.default 2025-06-05T23:51:32.2885868Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1174, aten.mul.Tensor 2025-06-05T23:51:32.2887266Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1175, aten.mul.Tensor 2025-06-05T23:51:32.2888810Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_479, aten.convolution.default 2025-06-05T23:51:32.2890594Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1623, aten.permute_copy.default 2025-06-05T23:51:32.2892234Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_491, aten.view_copy.default 2025-06-06T00:20:18.6306622Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_455, aten.add.Tensor 2025-06-06T00:20:18.6308167Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_rms_norm_default_24, aten.rms_norm.default 2025-06-06T00:20:18.6309910Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_unsqueeze_copy_default, aten.unsqueeze_copy.default 2025-06-06T00:20:18.6311622Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1624, aten.permute_copy.default 2025-06-06T00:20:18.6313355Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_480, aten.convolution.default 2025-06-06T00:20:18.6315034Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1625, aten.permute_copy.default 2025-06-06T00:20:18.6316645Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1303, aten._to_copy.default 2025-06-06T00:20:18.6318131Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_squeeze_dims, aten.squeeze.dims 2025-06-06T00:20:18.6319212Z [INFO] [Qnn ExecuTorch]: Destroy Qnn backend parameters 2025-06-06T00:20:18.6319854Z [INFO] [Qnn ExecuTorch]: Destroy Qnn context 2025-06-06T00:20:18.6320424Z [INFO] [Qnn ExecuTorch]: Destroy Qnn device 2025-06-06T00:20:18.6320968Z [INFO] [Qnn ExecuTorch]: Destroy Qnn backend 2025-06-06T00:20:18.6321585Z [INFO] [Qnn ExecuTorch]: Destroy Qnn backend parameters 2025-06-06T00:20:18.6322205Z INFO:root:Time for compiling: 1254.2507243156433 2025-06-06T00:20:18.6322733Z . 2025-06-06T00:20:18.6323132Z ---------------------------------------------------------------------- 2025-06-06T00:20:18.6323725Z Ran 1 test in 1794.843s 2025-06-06T00:20:18.6323973Z 2025-06-06T00:20:18.6324107Z OK 2025-06-06T00:20:18.6324397Z + exit_code1=0 2025-06-06T00:20:18.6326010Z + python backends/qualcomm/tests/test_qnn_delegate.py -k TestExampleLLMScript.test_llama_stories_110m --model SM8650 --build_folder build-x86/ --executorch_root . --artifact_dir . --llama_artifacts . --enable_x86_64 2025-06-06T00:20:18.6327764Z QNN_SDK_ROOT=/tmp/qnn/2.28.0.241029 2025-06-06T00:20:18.6328387Z INFO:root:#words: 32000 - BOS ID: 1 - EOS ID: 2 2025-06-06T00:20:18.6329018Z INFO:root:Time for loading checkpoint: 0.06663846969604492 2025-06-06T00:20:18.6329737Z INFO:root:Quantizing the model... 2025-06-06T00:20:18.6330232Z INFO:root:Quantizing the model... 2025-06-06T00:20:18.6330837Z INFO:root:Time for quantizing: 519.7878789901733 2025-06-06T00:20:18.6331503Z [INFO] [Qnn ExecuTorch]: create QNN Logger with log_level 2 2025-06-06T00:20:18.6332259Z [WARNING] [Qnn ExecuTorch]: QnnDsp Initializing HtpProvider 2025-06-06T00:20:18.6332773Z 2025-06-06T00:20:18.6333258Z [INFO] [Qnn ExecuTorch]: Initialize Qnn backend parameters for Qnn executorch backend type 2 2025-06-06T00:20:18.6334197Z [INFO] [Qnn ExecuTorch]: Caching: Caching is in SAVE MODE. 2025-06-06T00:20:18.6335007Z [WARNING] [Qnn ExecuTorch]: QnnDsp Performance Estimates unsupported 2025-06-06T00:20:18.6335572Z 2025-06-06T00:20:18.6336340Z [WARNING] [Qnn ExecuTorch]: QnnDsp Arch 68 set by custom config is different from arch associated with SoC 57, will overwrite it to 75 2025-06-06T00:20:18.6337292Z 2025-06-06T00:20:18.6337532Z [INFO] [Qnn ExecuTorch]: Running level=3 optimization. 2025-06-06T00:20:18.6338206Z [INFO] [Qnn ExecuTorch]: Destroy Qnn backend parameters 2025-06-06T00:20:18.6339273Z [INFO] [Qnn ExecuTorch]: Destroy Qnn context 2025-06-06T00:20:18.6339832Z [INFO] [Qnn ExecuTorch]: Destroy Qnn device 2025-06-06T00:20:18.6340393Z [INFO] [Qnn ExecuTorch]: Destroy Qnn backend 2025-06-06T00:20:18.6340993Z [INFO] [Qnn ExecuTorch]: Destroy Qnn backend parameters 2025-06-06T00:20:18.6341694Z [INFO] [Qnn ExecuTorch]: create QNN Logger with log_level 2 2025-06-06T00:20:18.6342625Z [INFO] [Qnn ExecuTorch]: Initialize Qnn backend parameters for Qnn executorch backend type 2 2025-06-06T00:20:18.6343583Z [INFO] [Qnn ExecuTorch]: Caching: Caching is in SAVE MODE. 2025-06-06T00:20:18.6344381Z [WARNING] [Qnn ExecuTorch]: QnnDsp Performance Estimates unsupported 2025-06-06T00:20:18.6345025Z 2025-06-06T00:20:18.6345775Z [WARNING] [Qnn ExecuTorch]: QnnDsp Arch 68 set by custom config is different from arch associated with SoC 57, will overwrite it to 75 2025-06-06T00:20:18.6346771Z 2025-06-06T00:20:18.6347021Z [INFO] [Qnn ExecuTorch]: Running level=3 optimization. 2025-06-06T00:20:18.6347684Z [INFO] [Qnn ExecuTorch]: Destroy Qnn backend parameters 2025-06-06T00:20:18.6348306Z [INFO] [Qnn ExecuTorch]: Destroy Qnn context 2025-06-06T00:20:18.6348850Z [INFO] [Qnn ExecuTorch]: Destroy Qnn device 2025-06-06T00:20:18.6349406Z [INFO] [Qnn ExecuTorch]: Destroy Qnn backend 2025-06-06T00:20:18.6350003Z [INFO] [Qnn ExecuTorch]: Destroy Qnn backend parameters 2025-06-06T00:20:18.6350703Z [INFO] [Qnn ExecuTorch]: create QNN Logger with log_level 2 2025-06-06T00:20:18.6351648Z [INFO] [Qnn ExecuTorch]: Initialize Qnn backend parameters for Qnn executorch backend type 2 2025-06-06T00:20:18.6352590Z [INFO] [Qnn ExecuTorch]: Caching: Caching is in SAVE MODE. 2025-06-06T00:20:18.6353410Z [WARNING] [Qnn ExecuTorch]: QnnDsp Performance Estimates unsupported 2025-06-06T00:20:18.6353976Z 2025-06-06T00:20:18.6354719Z [WARNING] [Qnn ExecuTorch]: QnnDsp Arch 68 set by custom config is different from arch associated with SoC 57, will overwrite it to 75 2025-06-06T00:20:18.6355685Z 2025-06-06T00:20:18.6355926Z [INFO] [Qnn ExecuTorch]: Running level=3 optimization. 2025-06-06T00:20:18.6356594Z [INFO] [Qnn ExecuTorch]: Running level=3 optimization. 2025-06-06T00:20:18.6357447Z INFO:executorch.backends.qualcomm.qnn_preprocess:Processing Method(0): (1/1) 2025-06-06T00:20:18.6358763Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_embedding_default, aten.embedding.default 2025-06-06T00:20:18.6360387Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_index_tensor, aten.index.Tensor 2025-06-06T00:20:18.6361771Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_index_tensor_1, aten.index.Tensor 2025-06-06T00:20:18.6363211Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_rms_norm_default, aten.rms_norm.default 2025-06-06T00:20:18.6364678Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_select_int, aten.select.int 2025-06-06T00:20:18.6365999Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_select_int_1, aten.select.int 2025-06-06T00:20:18.6367459Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default, aten.view_copy.default 2025-06-06T00:20:18.6369047Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1132, aten.permute_copy.default 2025-06-06T00:20:18.6370711Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_481, aten._to_copy.default 2025-06-06T00:20:18.6372247Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default, aten.convolution.default 2025-06-06T00:20:18.6373866Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1133, aten.permute_copy.default 2025-06-06T00:20:18.6375496Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_1, aten.convolution.default 2025-06-06T00:20:18.6377123Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1134, aten.permute_copy.default 2025-06-06T00:20:18.6378754Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_2, aten.convolution.default 2025-06-06T00:20:18.6380390Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1135, aten.permute_copy.default 2025-06-06T00:20:18.6382022Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_3, aten.convolution.default 2025-06-06T00:20:18.6383638Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1136, aten.permute_copy.default 2025-06-06T00:20:18.6385249Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_4, aten.convolution.default 2025-06-06T00:20:18.6386938Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1137, aten.permute_copy.default 2025-06-06T00:20:18.6388560Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_5, aten.convolution.default 2025-06-06T00:20:18.6390256Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1138, aten.permute_copy.default 2025-06-06T00:20:18.6391874Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_6, aten.convolution.default 2025-06-06T00:20:18.6393500Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1139, aten.permute_copy.default 2025-06-06T00:20:18.6395132Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_7, aten.convolution.default 2025-06-06T00:20:18.6396757Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1140, aten.permute_copy.default 2025-06-06T00:20:18.6398394Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_8, aten.convolution.default 2025-06-06T00:20:18.6400019Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1141, aten.permute_copy.default 2025-06-06T00:20:18.6401674Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_9, aten.convolution.default 2025-06-06T00:20:18.6403302Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1142, aten.permute_copy.default 2025-06-06T00:20:18.6404927Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_10, aten.convolution.default 2025-06-06T00:20:18.6406557Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1143, aten.permute_copy.default 2025-06-06T00:20:18.6408181Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_11, aten.convolution.default 2025-06-06T00:20:18.6409885Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1144, aten.permute_copy.default 2025-06-06T00:20:18.6411592Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_12, aten.convolution.default 2025-06-06T00:20:18.6413214Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1145, aten.permute_copy.default 2025-06-06T00:20:18.6414888Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_13, aten.convolution.default 2025-06-06T00:20:18.6416509Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1146, aten.permute_copy.default 2025-06-06T00:20:18.6418141Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_14, aten.convolution.default 2025-06-06T00:20:19.0172140Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1147, aten.permute_copy.default 2025-06-06T00:20:19.0173847Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_15, aten.convolution.default 2025-06-06T00:20:19.0175502Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1148, aten.permute_copy.default 2025-06-06T00:20:19.0177130Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_16, aten.convolution.default 2025-06-06T00:20:19.0178811Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1149, aten.permute_copy.default 2025-06-06T00:20:19.0180447Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_17, aten.convolution.default 2025-06-06T00:20:19.0182082Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1150, aten.permute_copy.default 2025-06-06T00:20:19.0183695Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_18, aten.convolution.default 2025-06-06T00:20:19.0185572Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1151, aten.permute_copy.default 2025-06-06T00:20:19.0187206Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_19, aten.convolution.default 2025-06-06T00:20:19.0188953Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1152, aten.permute_copy.default 2025-06-06T00:20:19.0190591Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_20, aten.convolution.default 2025-06-06T00:20:19.0192205Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1153, aten.permute_copy.default 2025-06-06T00:20:19.0193839Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_21, aten.convolution.default 2025-06-06T00:20:19.0195461Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1154, aten.permute_copy.default 2025-06-06T00:20:19.0197094Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_22, aten.convolution.default 2025-06-06T00:20:19.0198729Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1155, aten.permute_copy.default 2025-06-06T00:20:19.0200438Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_23, aten.convolution.default 2025-06-06T00:20:19.0202078Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1156, aten.permute_copy.default 2025-06-06T00:20:19.0203696Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_24, aten.convolution.default 2025-06-06T00:20:19.0205310Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1157, aten.permute_copy.default 2025-06-06T00:20:19.0206939Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_25, aten.convolution.default 2025-06-06T00:20:19.0208563Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1158, aten.permute_copy.default 2025-06-06T00:20:19.0210322Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_26, aten.convolution.default 2025-06-06T00:20:19.0211941Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1159, aten.permute_copy.default 2025-06-06T00:20:19.0213649Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_27, aten.convolution.default 2025-06-06T00:20:19.0215288Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1160, aten.permute_copy.default 2025-06-06T00:20:19.0217137Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_28, aten.convolution.default 2025-06-06T00:20:19.0218769Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1161, aten.permute_copy.default 2025-06-06T00:20:19.0220402Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_29, aten.convolution.default 2025-06-06T00:20:19.0222045Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1162, aten.permute_copy.default 2025-06-06T00:20:19.0223678Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_30, aten.convolution.default 2025-06-06T00:20:19.0225306Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1163, aten.permute_copy.default 2025-06-06T00:20:19.0226942Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_31, aten.convolution.default 2025-06-06T00:20:19.0228611Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1164, aten.permute_copy.default 2025-06-06T00:20:19.0230239Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_32, aten.convolution.default 2025-06-06T00:20:19.0231872Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1165, aten.permute_copy.default 2025-06-06T00:20:19.0233537Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_33, aten.convolution.default 2025-06-06T00:20:19.0235173Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1166, aten.permute_copy.default 2025-06-06T00:20:19.0236835Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_34, aten.convolution.default 2025-06-06T00:20:19.0238895Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1167, aten.permute_copy.default 2025-06-06T00:20:19.0240527Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_35, aten.convolution.default 2025-06-06T00:20:19.0242145Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1168, aten.permute_copy.default 2025-06-06T00:20:19.0243909Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1, aten.view_copy.default 2025-06-06T00:20:19.0245446Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_2, aten.view_copy.default 2025-06-06T00:20:19.0246966Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_3, aten.view_copy.default 2025-06-06T00:20:19.0248495Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_4, aten.view_copy.default 2025-06-06T00:20:19.0250145Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_5, aten.view_copy.default 2025-06-06T00:20:19.0251661Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_6, aten.view_copy.default 2025-06-06T00:20:19.0253188Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_7, aten.view_copy.default 2025-06-06T00:20:19.0254697Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_8, aten.view_copy.default 2025-06-06T00:20:19.0256221Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_9, aten.view_copy.default 2025-06-06T00:20:19.0257906Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_10, aten.view_copy.default 2025-06-06T00:20:19.0259590Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_11, aten.view_copy.default 2025-06-06T00:20:19.0261210Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_12, aten.view_copy.default 2025-06-06T00:20:19.0262732Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_13, aten.view_copy.default 2025-06-06T00:20:19.0264260Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_14, aten.view_copy.default 2025-06-06T00:20:19.0265782Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_15, aten.view_copy.default 2025-06-06T00:20:19.0267309Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_16, aten.view_copy.default 2025-06-06T00:20:19.0268835Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_17, aten.view_copy.default 2025-06-06T00:20:19.0270351Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_18, aten.view_copy.default 2025-06-06T00:20:19.0271884Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_19, aten.view_copy.default 2025-06-06T00:20:19.0273510Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_20, aten.view_copy.default 2025-06-06T00:20:19.0275036Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_21, aten.view_copy.default 2025-06-06T00:20:19.0276563Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_22, aten.view_copy.default 2025-06-06T00:20:19.0278083Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_23, aten.view_copy.default 2025-06-06T00:20:19.0279675Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_24, aten.view_copy.default 2025-06-06T00:20:19.0281228Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_25, aten.view_copy.default 2025-06-06T00:20:19.0282802Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_26, aten.view_copy.default 2025-06-06T00:20:19.0284339Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_27, aten.view_copy.default 2025-06-06T00:20:19.0285875Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_28, aten.view_copy.default 2025-06-06T00:20:19.0287397Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_29, aten.view_copy.default 2025-06-06T00:20:19.3712280Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_30, aten.view_copy.default 2025-06-06T00:20:19.3713237Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_31, aten.view_copy.default 2025-06-06T00:20:19.3714125Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_32, aten.view_copy.default 2025-06-06T00:20:19.3714988Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_33, aten.view_copy.default 2025-06-06T00:20:19.3715857Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_34, aten.view_copy.default 2025-06-06T00:20:19.3716702Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_35, aten.view_copy.default 2025-06-06T00:20:19.3717565Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_36, aten.view_copy.default 2025-06-06T00:20:19.3718408Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor, aten.slice_copy.Tensor 2025-06-06T00:20:19.3719265Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_1, aten.slice_copy.Tensor 2025-06-06T00:20:19.3720124Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_2, aten.slice_copy.Tensor 2025-06-06T00:20:19.3721175Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_3, aten.slice_copy.Tensor 2025-06-06T00:20:19.3722033Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_4, aten.slice_copy.Tensor 2025-06-06T00:20:19.3722933Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_5, aten.slice_copy.Tensor 2025-06-06T00:20:19.3723790Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_6, aten.slice_copy.Tensor 2025-06-06T00:20:19.3724637Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_7, aten.slice_copy.Tensor 2025-06-06T00:20:19.3725479Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_8, aten.slice_copy.Tensor 2025-06-06T00:20:19.3726339Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_9, aten.slice_copy.Tensor 2025-06-06T00:20:19.3727189Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_10, aten.slice_copy.Tensor 2025-06-06T00:20:19.3728067Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_11, aten.slice_copy.Tensor 2025-06-06T00:20:19.3728931Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_12, aten.slice_copy.Tensor 2025-06-06T00:20:19.3729942Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_13, aten.slice_copy.Tensor 2025-06-06T00:20:19.3730805Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_14, aten.slice_copy.Tensor 2025-06-06T00:20:19.3731656Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_15, aten.slice_copy.Tensor 2025-06-06T00:20:19.3732519Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_16, aten.slice_copy.Tensor 2025-06-06T00:20:19.3733449Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_17, aten.slice_copy.Tensor 2025-06-06T00:20:19.3734309Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_18, aten.slice_copy.Tensor 2025-06-06T00:20:19.3735239Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_19, aten.slice_copy.Tensor 2025-06-06T00:20:19.3736094Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_20, aten.slice_copy.Tensor 2025-06-06T00:20:19.3736953Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_21, aten.slice_copy.Tensor 2025-06-06T00:20:19.3737817Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_22, aten.slice_copy.Tensor 2025-06-06T00:20:19.3738669Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_23, aten.slice_copy.Tensor 2025-06-06T00:20:19.3739533Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_24, aten.slice_copy.Tensor 2025-06-06T00:20:19.3740383Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_25, aten.slice_copy.Tensor 2025-06-06T00:20:19.3741241Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_26, aten.slice_copy.Tensor 2025-06-06T00:20:19.3742104Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_27, aten.slice_copy.Tensor 2025-06-06T00:20:19.3742950Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_28, aten.slice_copy.Tensor 2025-06-06T00:20:19.3743802Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_29, aten.slice_copy.Tensor 2025-06-06T00:20:19.3744650Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_30, aten.slice_copy.Tensor 2025-06-06T00:20:19.3745507Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_31, aten.slice_copy.Tensor 2025-06-06T00:20:19.3746366Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_32, aten.slice_copy.Tensor 2025-06-06T00:20:19.3747253Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_33, aten.slice_copy.Tensor 2025-06-06T00:20:19.3748173Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_34, aten.slice_copy.Tensor 2025-06-06T00:20:19.3749024Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_35, aten.slice_copy.Tensor 2025-06-06T00:20:19.3749881Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_36, aten.slice_copy.Tensor 2025-06-06T00:20:19.3750743Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_37, aten.slice_copy.Tensor 2025-06-06T00:20:19.3751591Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_38, aten.slice_copy.Tensor 2025-06-06T00:20:19.3752456Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_39, aten.slice_copy.Tensor 2025-06-06T00:20:19.3753308Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_40, aten.slice_copy.Tensor 2025-06-06T00:20:19.3754168Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_41, aten.slice_copy.Tensor 2025-06-06T00:20:19.3755028Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_42, aten.slice_copy.Tensor 2025-06-06T00:20:19.3755878Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_43, aten.slice_copy.Tensor 2025-06-06T00:20:19.3756731Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_44, aten.slice_copy.Tensor 2025-06-06T00:20:19.3757580Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_45, aten.slice_copy.Tensor 2025-06-06T00:20:19.3758435Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_46, aten.slice_copy.Tensor 2025-06-06T00:20:19.3759546Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_47, aten.slice_copy.Tensor 2025-06-06T00:20:19.3760357Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_25, aten.cat.default 2025-06-06T00:20:19.3761173Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_27, aten.cat.default 2025-06-06T00:20:19.3761930Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_29, aten.cat.default 2025-06-06T00:20:19.3762691Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_31, aten.cat.default 2025-06-06T00:20:19.3763451Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_33, aten.cat.default 2025-06-06T00:20:19.3764202Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_35, aten.cat.default 2025-06-06T00:20:19.3764965Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_37, aten.cat.default 2025-06-06T00:20:19.3765724Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_39, aten.cat.default 2025-06-06T00:20:19.3766485Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_41, aten.cat.default 2025-06-06T00:20:19.3767249Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_43, aten.cat.default 2025-06-06T00:20:19.3768003Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_45, aten.cat.default 2025-06-06T00:20:19.3768763Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_47, aten.cat.default 2025-06-06T00:20:19.3769544Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor, aten.mul.Tensor 2025-06-06T00:20:19.3770283Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_2, aten.mul.Tensor 2025-06-06T00:20:19.3771023Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1, aten.mul.Tensor 2025-06-06T00:20:19.3771754Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_3, aten.mul.Tensor 2025-06-06T00:20:19.3772543Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_4, aten.mul.Tensor 2025-06-06T00:20:19.3773270Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_6, aten.mul.Tensor 2025-06-06T00:20:19.3774048Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_5, aten.mul.Tensor 2025-06-06T00:20:19.3774788Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_7, aten.mul.Tensor 2025-06-06T00:20:19.3775515Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_8, aten.mul.Tensor 2025-06-06T00:20:19.3776260Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_10, aten.mul.Tensor 2025-06-06T00:20:19.3776993Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_9, aten.mul.Tensor 2025-06-06T00:20:19.8186618Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_11, aten.mul.Tensor 2025-06-06T00:20:19.8187452Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_12, aten.mul.Tensor 2025-06-06T00:20:19.8188208Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_14, aten.mul.Tensor 2025-06-06T00:20:19.8188968Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_13, aten.mul.Tensor 2025-06-06T00:20:19.8189708Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_15, aten.mul.Tensor 2025-06-06T00:20:19.8190453Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_16, aten.mul.Tensor 2025-06-06T00:20:19.8191200Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_18, aten.mul.Tensor 2025-06-06T00:20:19.8191936Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_17, aten.mul.Tensor 2025-06-06T00:20:19.8192682Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_19, aten.mul.Tensor 2025-06-06T00:20:19.8193661Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_20, aten.mul.Tensor 2025-06-06T00:20:19.8194417Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_22, aten.mul.Tensor 2025-06-06T00:20:19.8195229Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_21, aten.mul.Tensor 2025-06-06T00:20:19.8195964Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_23, aten.mul.Tensor 2025-06-06T00:20:19.8196711Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_24, aten.mul.Tensor 2025-06-06T00:20:19.8197446Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_26, aten.mul.Tensor 2025-06-06T00:20:19.8198195Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_25, aten.mul.Tensor 2025-06-06T00:20:19.8198946Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_27, aten.mul.Tensor 2025-06-06T00:20:19.8199687Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_28, aten.mul.Tensor 2025-06-06T00:20:19.8200439Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_30, aten.mul.Tensor 2025-06-06T00:20:19.8201178Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_29, aten.mul.Tensor 2025-06-06T00:20:19.8201956Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_31, aten.mul.Tensor 2025-06-06T00:20:19.8202706Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_32, aten.mul.Tensor 2025-06-06T00:20:19.8203440Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_34, aten.mul.Tensor 2025-06-06T00:20:19.8204193Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_33, aten.mul.Tensor 2025-06-06T00:20:19.8204928Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_35, aten.mul.Tensor 2025-06-06T00:20:19.8205679Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_36, aten.mul.Tensor 2025-06-06T00:20:19.8206491Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_38, aten.mul.Tensor 2025-06-06T00:20:19.8207233Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_37, aten.mul.Tensor 2025-06-06T00:20:19.8208044Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_39, aten.mul.Tensor 2025-06-06T00:20:19.8208787Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_40, aten.mul.Tensor 2025-06-06T00:20:19.8209617Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_42, aten.mul.Tensor 2025-06-06T00:20:19.8210360Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_41, aten.mul.Tensor 2025-06-06T00:20:19.8211114Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_43, aten.mul.Tensor 2025-06-06T00:20:19.8211873Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_44, aten.mul.Tensor 2025-06-06T00:20:19.8212613Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_46, aten.mul.Tensor 2025-06-06T00:20:19.8213366Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_45, aten.mul.Tensor 2025-06-06T00:20:19.8214112Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_47, aten.mul.Tensor 2025-06-06T00:20:19.8214863Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_48, aten.mul.Tensor 2025-06-06T00:20:19.8215606Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_50, aten.mul.Tensor 2025-06-06T00:20:19.8216346Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_49, aten.mul.Tensor 2025-06-06T00:20:19.8217093Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_51, aten.mul.Tensor 2025-06-06T00:20:19.8217825Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_52, aten.mul.Tensor 2025-06-06T00:20:19.8218604Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_54, aten.mul.Tensor 2025-06-06T00:20:19.8219389Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_53, aten.mul.Tensor 2025-06-06T00:20:19.8220168Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_55, aten.mul.Tensor 2025-06-06T00:20:19.8220924Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_56, aten.mul.Tensor 2025-06-06T00:20:19.8221680Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_58, aten.mul.Tensor 2025-06-06T00:20:19.8222419Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_57, aten.mul.Tensor 2025-06-06T00:20:19.8223165Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_59, aten.mul.Tensor 2025-06-06T00:20:19.8223984Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_60, aten.mul.Tensor 2025-06-06T00:20:19.8224733Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_62, aten.mul.Tensor 2025-06-06T00:20:19.8225473Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_61, aten.mul.Tensor 2025-06-06T00:20:19.8226225Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_63, aten.mul.Tensor 2025-06-06T00:20:19.8226975Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_64, aten.mul.Tensor 2025-06-06T00:20:19.8227707Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_66, aten.mul.Tensor 2025-06-06T00:20:19.8228456Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_65, aten.mul.Tensor 2025-06-06T00:20:19.8229191Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_67, aten.mul.Tensor 2025-06-06T00:20:19.8229939Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_68, aten.mul.Tensor 2025-06-06T00:20:19.8230691Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_70, aten.mul.Tensor 2025-06-06T00:20:19.8231468Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_69, aten.mul.Tensor 2025-06-06T00:20:19.8232220Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_71, aten.mul.Tensor 2025-06-06T00:20:19.8232986Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_72, aten.mul.Tensor 2025-06-06T00:20:19.8233738Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_74, aten.mul.Tensor 2025-06-06T00:20:19.8234493Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_73, aten.mul.Tensor 2025-06-06T00:20:19.8235236Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_75, aten.mul.Tensor 2025-06-06T00:20:19.8235987Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_76, aten.mul.Tensor 2025-06-06T00:20:19.8236781Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_78, aten.mul.Tensor 2025-06-06T00:20:19.8237535Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_77, aten.mul.Tensor 2025-06-06T00:20:19.8238287Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_79, aten.mul.Tensor 2025-06-06T00:20:19.8239033Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_80, aten.mul.Tensor 2025-06-06T00:20:19.8239829Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_82, aten.mul.Tensor 2025-06-06T00:20:19.8240566Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_81, aten.mul.Tensor 2025-06-06T00:20:19.8241317Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_83, aten.mul.Tensor 2025-06-06T00:20:19.8242068Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_84, aten.mul.Tensor 2025-06-06T00:20:19.8242801Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_86, aten.mul.Tensor 2025-06-06T00:20:19.8243594Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_85, aten.mul.Tensor 2025-06-06T00:20:19.8244334Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_87, aten.mul.Tensor 2025-06-06T00:20:19.8245152Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_88, aten.mul.Tensor 2025-06-06T00:20:19.8245894Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_90, aten.mul.Tensor 2025-06-06T00:20:19.8246647Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_89, aten.mul.Tensor 2025-06-06T00:20:19.8247398Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_91, aten.mul.Tensor 2025-06-06T00:20:19.8248138Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_92, aten.mul.Tensor 2025-06-06T00:20:19.8248893Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_94, aten.mul.Tensor 2025-06-06T00:20:19.8249697Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_93, aten.mul.Tensor 2025-06-06T00:20:19.8250456Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_95, aten.mul.Tensor 2025-06-06T00:20:19.8251201Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor, aten.sub.Tensor 2025-06-06T00:20:20.2826314Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor, aten.add.Tensor 2025-06-06T00:20:20.2827704Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_1, aten.sub.Tensor 2025-06-06T00:20:20.2829070Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_1, aten.add.Tensor 2025-06-06T00:20:20.2830472Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_2, aten.sub.Tensor 2025-06-06T00:20:20.2831803Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_2, aten.add.Tensor 2025-06-06T00:20:20.2833178Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_3, aten.sub.Tensor 2025-06-06T00:20:20.2834851Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_3, aten.add.Tensor 2025-06-06T00:20:20.2836208Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_4, aten.sub.Tensor 2025-06-06T00:20:20.2837689Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_4, aten.add.Tensor 2025-06-06T00:20:20.2839025Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_5, aten.sub.Tensor 2025-06-06T00:20:20.2840398Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_5, aten.add.Tensor 2025-06-06T00:20:20.2841795Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_6, aten.sub.Tensor 2025-06-06T00:20:20.2843167Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_6, aten.add.Tensor 2025-06-06T00:20:20.2844491Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_7, aten.sub.Tensor 2025-06-06T00:20:20.2845916Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_7, aten.add.Tensor 2025-06-06T00:20:20.2847312Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_8, aten.sub.Tensor 2025-06-06T00:20:20.2848716Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_8, aten.add.Tensor 2025-06-06T00:20:20.2850165Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_9, aten.sub.Tensor 2025-06-06T00:20:20.2851520Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_9, aten.add.Tensor 2025-06-06T00:20:20.2852866Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_10, aten.sub.Tensor 2025-06-06T00:20:20.2854242Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_10, aten.add.Tensor 2025-06-06T00:20:20.2855604Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_11, aten.sub.Tensor 2025-06-06T00:20:20.2857132Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_11, aten.add.Tensor 2025-06-06T00:20:20.2858535Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_12, aten.sub.Tensor 2025-06-06T00:20:20.2860264Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_482, aten._to_copy.default 2025-06-06T00:20:20.2861700Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_12, aten.add.Tensor 2025-06-06T00:20:20.2863202Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_483, aten._to_copy.default 2025-06-06T00:20:20.2864704Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_13, aten.sub.Tensor 2025-06-06T00:20:20.2866210Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_484, aten._to_copy.default 2025-06-06T00:20:20.2867660Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_13, aten.add.Tensor 2025-06-06T00:20:20.2869174Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_485, aten._to_copy.default 2025-06-06T00:20:20.2870670Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_14, aten.sub.Tensor 2025-06-06T00:20:20.2872180Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_486, aten._to_copy.default 2025-06-06T00:20:20.2873644Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_14, aten.add.Tensor 2025-06-06T00:20:20.2875088Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_487, aten._to_copy.default 2025-06-06T00:20:20.2876548Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_15, aten.sub.Tensor 2025-06-06T00:20:20.2878007Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_488, aten._to_copy.default 2025-06-06T00:20:20.2879474Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_15, aten.add.Tensor 2025-06-06T00:20:20.2881104Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_489, aten._to_copy.default 2025-06-06T00:20:20.2882613Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_16, aten.sub.Tensor 2025-06-06T00:20:20.2884167Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_490, aten._to_copy.default 2025-06-06T00:20:20.2885655Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_16, aten.add.Tensor 2025-06-06T00:20:20.2887160Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_491, aten._to_copy.default 2025-06-06T00:20:20.2888651Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_17, aten.sub.Tensor 2025-06-06T00:20:20.2890146Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_492, aten._to_copy.default 2025-06-06T00:20:20.2891654Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_17, aten.add.Tensor 2025-06-06T00:20:20.2893158Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_493, aten._to_copy.default 2025-06-06T00:20:20.2894639Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_18, aten.sub.Tensor 2025-06-06T00:20:20.2896101Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_494, aten._to_copy.default 2025-06-06T00:20:20.2897552Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_18, aten.add.Tensor 2025-06-06T00:20:20.2899017Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_495, aten._to_copy.default 2025-06-06T00:20:20.2900474Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_19, aten.sub.Tensor 2025-06-06T00:20:20.2901948Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_496, aten._to_copy.default 2025-06-06T00:20:20.2903542Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_19, aten.add.Tensor 2025-06-06T00:20:20.2905072Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_497, aten._to_copy.default 2025-06-06T00:20:20.2906575Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_20, aten.sub.Tensor 2025-06-06T00:20:20.2908071Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_498, aten._to_copy.default 2025-06-06T00:20:20.2909570Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_20, aten.add.Tensor 2025-06-06T00:20:20.2911063Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_499, aten._to_copy.default 2025-06-06T00:20:20.2912390Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_21, aten.sub.Tensor 2025-06-06T00:20:20.2913803Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_500, aten._to_copy.default 2025-06-06T00:20:20.2915302Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_21, aten.add.Tensor 2025-06-06T00:20:20.2916828Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_501, aten._to_copy.default 2025-06-06T00:20:20.2918311Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_22, aten.sub.Tensor 2025-06-06T00:20:20.2919778Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_502, aten._to_copy.default 2025-06-06T00:20:20.2921243Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_22, aten.add.Tensor 2025-06-06T00:20:20.2922685Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_503, aten._to_copy.default 2025-06-06T00:20:20.2924151Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_23, aten.sub.Tensor 2025-06-06T00:20:20.2925609Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_504, aten._to_copy.default 2025-06-06T00:20:20.2927088Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_23, aten.add.Tensor 2025-06-06T00:20:20.2928678Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_505, aten._to_copy.default 2025-06-06T00:20:20.2930190Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default, aten.cat.default 2025-06-06T00:20:20.2931697Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_1, aten.cat.default 2025-06-06T00:20:20.2933121Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_2, aten.cat.default 2025-06-06T00:20:20.2934554Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_3, aten.cat.default 2025-06-06T00:20:20.2935931Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_4, aten.cat.default 2025-06-06T00:20:20.2937341Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_5, aten.cat.default 2025-06-06T00:20:20.2938772Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_6, aten.cat.default 2025-06-06T00:20:20.2940199Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_7, aten.cat.default 2025-06-06T00:20:20.2941585Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_8, aten.cat.default 2025-06-06T00:20:20.2942985Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_9, aten.cat.default 2025-06-06T00:20:20.2944353Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_10, aten.cat.default 2025-06-06T00:20:20.2945747Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_11, aten.cat.default 2025-06-06T00:20:20.7590222Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_12, aten.cat.default 2025-06-06T00:20:20.7591692Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_13, aten.cat.default 2025-06-06T00:20:20.7593421Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_14, aten.cat.default 2025-06-06T00:20:20.7594845Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_15, aten.cat.default 2025-06-06T00:20:20.7596332Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_16, aten.cat.default 2025-06-06T00:20:20.7597726Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_17, aten.cat.default 2025-06-06T00:20:20.7599187Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_18, aten.cat.default 2025-06-06T00:20:20.7600613Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_19, aten.cat.default 2025-06-06T00:20:20.7602039Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_20, aten.cat.default 2025-06-06T00:20:20.7603400Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_21, aten.cat.default 2025-06-06T00:20:20.7604850Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_22, aten.cat.default 2025-06-06T00:20:20.7606303Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_23, aten.cat.default 2025-06-06T00:20:20.7607891Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_37, aten.permute_copy.default 2025-06-06T00:20:20.7609646Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_38, aten.permute_copy.default 2025-06-06T00:20:20.7611388Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_39, aten.permute_copy.default 2025-06-06T00:20:20.7613106Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_40, aten.permute_copy.default 2025-06-06T00:20:20.7614779Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_41, aten.permute_copy.default 2025-06-06T00:20:20.7616443Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_42, aten.permute_copy.default 2025-06-06T00:20:20.7618259Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_43, aten.permute_copy.default 2025-06-06T00:20:20.7619938Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_44, aten.permute_copy.default 2025-06-06T00:20:20.7621738Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_45, aten.permute_copy.default 2025-06-06T00:20:20.7623416Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_46, aten.permute_copy.default 2025-06-06T00:20:20.7625129Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_47, aten.permute_copy.default 2025-06-06T00:20:20.7626746Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_48, aten.permute_copy.default 2025-06-06T00:20:20.7628336Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_24, aten.cat.default 2025-06-06T00:20:20.7629791Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_26, aten.cat.default 2025-06-06T00:20:20.7631171Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_28, aten.cat.default 2025-06-06T00:20:20.7632620Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_30, aten.cat.default 2025-06-06T00:20:20.7634049Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_32, aten.cat.default 2025-06-06T00:20:20.7635496Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_34, aten.cat.default 2025-06-06T00:20:20.7636879Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_36, aten.cat.default 2025-06-06T00:20:20.7638291Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_38, aten.cat.default 2025-06-06T00:20:20.7639687Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_40, aten.cat.default 2025-06-06T00:20:20.7641149Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_42, aten.cat.default 2025-06-06T00:20:20.7642565Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_44, aten.cat.default 2025-06-06T00:20:20.7644018Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_46, aten.cat.default 2025-06-06T00:20:20.7645475Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default, aten.matmul.default 2025-06-06T00:20:20.7646997Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_2, aten.matmul.default 2025-06-06T00:20:20.7648440Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_4, aten.matmul.default 2025-06-06T00:20:20.7650038Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_6, aten.matmul.default 2025-06-06T00:20:20.7651554Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_8, aten.matmul.default 2025-06-06T00:20:20.7653074Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_10, aten.matmul.default 2025-06-06T00:20:20.7654414Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_12, aten.matmul.default 2025-06-06T00:20:20.7655937Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_14, aten.matmul.default 2025-06-06T00:20:20.7657485Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_16, aten.matmul.default 2025-06-06T00:20:20.7659013Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_18, aten.matmul.default 2025-06-06T00:20:20.7660689Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_20, aten.matmul.default 2025-06-06T00:20:20.7662172Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_22, aten.matmul.default 2025-06-06T00:20:20.7663566Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor, aten.div.Tensor 2025-06-06T00:20:20.7664919Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_1, aten.div.Tensor 2025-06-06T00:20:20.7666416Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_2, aten.div.Tensor 2025-06-06T00:20:20.7667784Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_3, aten.div.Tensor 2025-06-06T00:20:20.7669694Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_4, aten.div.Tensor 2025-06-06T00:20:20.7671095Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_5, aten.div.Tensor 2025-06-06T00:20:20.7672471Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_6, aten.div.Tensor 2025-06-06T00:20:20.7673842Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_7, aten.div.Tensor 2025-06-06T00:20:20.7675242Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_8, aten.div.Tensor 2025-06-06T00:20:20.7676641Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_9, aten.div.Tensor 2025-06-06T00:20:20.7677975Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_10, aten.div.Tensor 2025-06-06T00:20:20.7679400Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_11, aten.div.Tensor 2025-06-06T00:20:20.7680809Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_24, aten.add.Tensor 2025-06-06T00:20:20.7682218Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_25, aten.add.Tensor 2025-06-06T00:20:20.7683568Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_26, aten.add.Tensor 2025-06-06T00:20:20.7684934Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_27, aten.add.Tensor 2025-06-06T00:20:20.7686299Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_28, aten.add.Tensor 2025-06-06T00:20:20.7687765Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_29, aten.add.Tensor 2025-06-06T00:20:20.7689160Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_30, aten.add.Tensor 2025-06-06T00:20:20.7690611Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_31, aten.add.Tensor 2025-06-06T00:20:20.7692101Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_32, aten.add.Tensor 2025-06-06T00:20:20.7693505Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_33, aten.add.Tensor 2025-06-06T00:20:20.7694823Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_34, aten.add.Tensor 2025-06-06T00:20:20.7696224Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_35, aten.add.Tensor 2025-06-06T00:20:20.7697701Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default, aten._softmax.default 2025-06-06T00:20:20.7699273Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_1, aten._softmax.default 2025-06-06T00:20:20.7700835Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_2, aten._softmax.default 2025-06-06T00:20:20.7702405Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_3, aten._softmax.default 2025-06-06T00:20:20.7704003Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_4, aten._softmax.default 2025-06-06T00:20:20.7705546Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_5, aten._softmax.default 2025-06-06T00:20:20.7707088Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_6, aten._softmax.default 2025-06-06T00:20:20.7708625Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_7, aten._softmax.default 2025-06-06T00:20:20.7710156Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_8, aten._softmax.default 2025-06-06T00:20:21.3067086Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_9, aten._softmax.default 2025-06-06T00:20:21.3069055Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_10, aten._softmax.default 2025-06-06T00:20:21.3070604Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_11, aten._softmax.default 2025-06-06T00:20:21.3072277Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_1, aten.matmul.default 2025-06-06T00:20:21.3073778Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_3, aten.matmul.default 2025-06-06T00:20:21.3075324Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_5, aten.matmul.default 2025-06-06T00:20:21.3076815Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_7, aten.matmul.default 2025-06-06T00:20:21.3078337Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_9, aten.matmul.default 2025-06-06T00:20:21.3079823Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_11, aten.matmul.default 2025-06-06T00:20:21.3081367Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_13, aten.matmul.default 2025-06-06T00:20:21.3082905Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_15, aten.matmul.default 2025-06-06T00:20:21.3084419Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_17, aten.matmul.default 2025-06-06T00:20:21.3085670Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_19, aten.matmul.default 2025-06-06T00:20:21.3087085Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_21, aten.matmul.default 2025-06-06T00:20:21.3088437Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_23, aten.matmul.default 2025-06-06T00:20:21.3089920Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_48, aten.cat.default 2025-06-06T00:20:21.3091644Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_37, aten.view_copy.default 2025-06-06T00:20:21.3093349Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1169, aten.permute_copy.default 2025-06-06T00:20:21.3095123Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_36, aten.convolution.default 2025-06-06T00:20:21.3096798Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1170, aten.permute_copy.default 2025-06-06T00:20:21.3098420Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_38, aten.view_copy.default 2025-06-06T00:20:21.3099880Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_36, aten.add.Tensor 2025-06-06T00:20:21.3101352Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_rms_norm_default_1, aten.rms_norm.default 2025-06-06T00:20:21.3102911Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_39, aten.view_copy.default 2025-06-06T00:20:21.3104588Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1171, aten.permute_copy.default 2025-06-06T00:20:21.3106250Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_37, aten.convolution.default 2025-06-06T00:20:21.3107960Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_38, aten.convolution.default 2025-06-06T00:20:21.3109565Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sigmoid_default, aten.sigmoid.default 2025-06-06T00:20:21.3111004Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_96, aten.mul.Tensor 2025-06-06T00:20:21.3112388Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_97, aten.mul.Tensor 2025-06-06T00:20:21.3113918Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_39, aten.convolution.default 2025-06-06T00:20:21.3115773Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1172, aten.permute_copy.default 2025-06-06T00:20:21.3117466Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_40, aten.view_copy.default 2025-06-06T00:20:21.3119013Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_37, aten.add.Tensor 2025-06-06T00:20:21.3120539Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_rms_norm_default_2, aten.rms_norm.default 2025-06-06T00:20:21.3122097Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_41, aten.view_copy.default 2025-06-06T00:20:21.3123762Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1173, aten.permute_copy.default 2025-06-06T00:20:21.3125432Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_506, aten._to_copy.default 2025-06-06T00:20:21.3127050Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_40, aten.convolution.default 2025-06-06T00:20:21.3128795Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1174, aten.permute_copy.default 2025-06-06T00:20:21.3130558Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_41, aten.convolution.default 2025-06-06T00:20:21.3132358Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1175, aten.permute_copy.default 2025-06-06T00:20:21.3134146Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_42, aten.convolution.default 2025-06-06T00:20:21.3135842Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1176, aten.permute_copy.default 2025-06-06T00:20:21.3137566Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_43, aten.convolution.default 2025-06-06T00:20:21.3139392Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1177, aten.permute_copy.default 2025-06-06T00:20:21.3140956Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_44, aten.convolution.default 2025-06-06T00:20:21.3142516Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1178, aten.permute_copy.default 2025-06-06T00:20:21.3144235Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_45, aten.convolution.default 2025-06-06T00:20:21.3145957Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1179, aten.permute_copy.default 2025-06-06T00:20:21.3147644Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_46, aten.convolution.default 2025-06-06T00:20:21.3149299Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1180, aten.permute_copy.default 2025-06-06T00:20:21.3150965Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_47, aten.convolution.default 2025-06-06T00:20:21.3152646Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1181, aten.permute_copy.default 2025-06-06T00:20:21.3154331Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_48, aten.convolution.default 2025-06-06T00:20:21.3156043Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1182, aten.permute_copy.default 2025-06-06T00:20:21.3157732Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_49, aten.convolution.default 2025-06-06T00:20:21.3159573Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1183, aten.permute_copy.default 2025-06-06T00:20:21.3161288Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_50, aten.convolution.default 2025-06-06T00:20:21.3163020Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1184, aten.permute_copy.default 2025-06-06T00:20:21.3164862Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_51, aten.convolution.default 2025-06-06T00:20:21.3166528Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1185, aten.permute_copy.default 2025-06-06T00:20:21.3168308Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_52, aten.convolution.default 2025-06-06T00:20:21.3170063Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1186, aten.permute_copy.default 2025-06-06T00:20:21.3171745Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_53, aten.convolution.default 2025-06-06T00:20:21.3173446Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1187, aten.permute_copy.default 2025-06-06T00:20:21.3175146Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_54, aten.convolution.default 2025-06-06T00:20:21.3176787Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1188, aten.permute_copy.default 2025-06-06T00:20:21.3178505Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_55, aten.convolution.default 2025-06-06T00:20:21.3180246Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1189, aten.permute_copy.default 2025-06-06T00:20:21.3181939Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_56, aten.convolution.default 2025-06-06T00:20:21.3183602Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1190, aten.permute_copy.default 2025-06-06T00:20:21.3185274Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_57, aten.convolution.default 2025-06-06T00:20:21.3186935Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1191, aten.permute_copy.default 2025-06-06T00:20:21.6655700Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_58, aten.convolution.default 2025-06-06T00:20:21.6657485Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1192, aten.permute_copy.default 2025-06-06T00:20:21.6659430Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_59, aten.convolution.default 2025-06-06T00:20:21.6661099Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1193, aten.permute_copy.default 2025-06-06T00:20:21.6662789Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_60, aten.convolution.default 2025-06-06T00:20:21.6664484Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1194, aten.permute_copy.default 2025-06-06T00:20:21.6666161Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_61, aten.convolution.default 2025-06-06T00:20:21.6667902Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1195, aten.permute_copy.default 2025-06-06T00:20:21.6669511Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_62, aten.convolution.default 2025-06-06T00:20:21.6671265Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1196, aten.permute_copy.default 2025-06-06T00:20:21.6672991Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_63, aten.convolution.default 2025-06-06T00:20:21.6674699Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1197, aten.permute_copy.default 2025-06-06T00:20:21.6676439Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_64, aten.convolution.default 2025-06-06T00:20:21.6678190Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1198, aten.permute_copy.default 2025-06-06T00:20:21.6680036Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_65, aten.convolution.default 2025-06-06T00:20:21.6681720Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1199, aten.permute_copy.default 2025-06-06T00:20:21.6683497Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_66, aten.convolution.default 2025-06-06T00:20:21.6685195Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1200, aten.permute_copy.default 2025-06-06T00:20:21.6686876Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_67, aten.convolution.default 2025-06-06T00:20:21.6688591Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1201, aten.permute_copy.default 2025-06-06T00:20:21.6690397Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_68, aten.convolution.default 2025-06-06T00:20:21.6692070Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1202, aten.permute_copy.default 2025-06-06T00:20:21.6693807Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_69, aten.convolution.default 2025-06-06T00:20:21.6695529Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1203, aten.permute_copy.default 2025-06-06T00:20:21.6697177Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_70, aten.convolution.default 2025-06-06T00:20:21.6698919Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1204, aten.permute_copy.default 2025-06-06T00:20:21.6700638Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_71, aten.convolution.default 2025-06-06T00:20:21.6702319Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1205, aten.permute_copy.default 2025-06-06T00:20:21.6704105Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_72, aten.convolution.default 2025-06-06T00:20:21.6705796Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1206, aten.permute_copy.default 2025-06-06T00:20:21.6707580Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_73, aten.convolution.default 2025-06-06T00:20:21.6709261Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1207, aten.permute_copy.default 2025-06-06T00:20:21.6710951Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_74, aten.convolution.default 2025-06-06T00:20:21.6712685Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1208, aten.permute_copy.default 2025-06-06T00:20:21.6714326Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_75, aten.convolution.default 2025-06-06T00:20:21.6716070Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1209, aten.permute_copy.default 2025-06-06T00:20:21.6717750Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_42, aten.view_copy.default 2025-06-06T00:20:21.6719148Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_43, aten.view_copy.default 2025-06-06T00:20:21.6720718Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_44, aten.view_copy.default 2025-06-06T00:20:21.6722324Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_45, aten.view_copy.default 2025-06-06T00:20:21.6723951Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_46, aten.view_copy.default 2025-06-06T00:20:21.6725565Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_47, aten.view_copy.default 2025-06-06T00:20:21.6727146Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_48, aten.view_copy.default 2025-06-06T00:20:21.6728816Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_49, aten.view_copy.default 2025-06-06T00:20:21.6730456Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_50, aten.view_copy.default 2025-06-06T00:20:21.6732124Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_51, aten.view_copy.default 2025-06-06T00:20:21.6733701Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_52, aten.view_copy.default 2025-06-06T00:20:21.6745537Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_53, aten.view_copy.default 2025-06-06T00:20:21.6747344Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_54, aten.view_copy.default 2025-06-06T00:20:21.6748922Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_55, aten.view_copy.default 2025-06-06T00:20:21.6750499Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_56, aten.view_copy.default 2025-06-06T00:20:21.6752080Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_57, aten.view_copy.default 2025-06-06T00:20:21.6753676Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_58, aten.view_copy.default 2025-06-06T00:20:21.6755269Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_59, aten.view_copy.default 2025-06-06T00:20:21.6756855Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_60, aten.view_copy.default 2025-06-06T00:20:21.6758420Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_61, aten.view_copy.default 2025-06-06T00:20:21.6760260Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_62, aten.view_copy.default 2025-06-06T00:20:21.6762044Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_63, aten.view_copy.default 2025-06-06T00:20:21.6763671Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_64, aten.view_copy.default 2025-06-06T00:20:21.6765329Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_65, aten.view_copy.default 2025-06-06T00:20:21.6766957Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_66, aten.view_copy.default 2025-06-06T00:20:21.6768573Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_67, aten.view_copy.default 2025-06-06T00:20:21.6770247Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_68, aten.view_copy.default 2025-06-06T00:20:21.6771822Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_69, aten.view_copy.default 2025-06-06T00:20:21.6773368Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_70, aten.view_copy.default 2025-06-06T00:20:21.6774962Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_71, aten.view_copy.default 2025-06-06T00:20:21.6776549Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_72, aten.view_copy.default 2025-06-06T00:20:21.6778152Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_73, aten.view_copy.default 2025-06-06T00:20:21.6779745Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_74, aten.view_copy.default 2025-06-06T00:20:21.6781269Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_75, aten.view_copy.default 2025-06-06T00:20:21.6782883Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_76, aten.view_copy.default 2025-06-06T00:20:21.6784498Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_77, aten.view_copy.default 2025-06-06T00:20:21.6786110Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_48, aten.slice_copy.Tensor 2025-06-06T00:20:22.0513280Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_49, aten.slice_copy.Tensor 2025-06-06T00:20:22.0514964Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_50, aten.slice_copy.Tensor 2025-06-06T00:20:22.0516829Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_51, aten.slice_copy.Tensor 2025-06-06T00:20:22.0518405Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_52, aten.slice_copy.Tensor 2025-06-06T00:20:22.0519986Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_53, aten.slice_copy.Tensor 2025-06-06T00:20:22.0521624Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_54, aten.slice_copy.Tensor 2025-06-06T00:20:22.0523354Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_55, aten.slice_copy.Tensor 2025-06-06T00:20:22.0524990Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_56, aten.slice_copy.Tensor 2025-06-06T00:20:22.0526519Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_57, aten.slice_copy.Tensor 2025-06-06T00:20:22.0528181Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_58, aten.slice_copy.Tensor 2025-06-06T00:20:22.0529925Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_59, aten.slice_copy.Tensor 2025-06-06T00:20:22.0531522Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_60, aten.slice_copy.Tensor 2025-06-06T00:20:22.0533111Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_61, aten.slice_copy.Tensor 2025-06-06T00:20:22.0534731Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_62, aten.slice_copy.Tensor 2025-06-06T00:20:22.0536528Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_63, aten.slice_copy.Tensor 2025-06-06T00:20:22.0538127Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_64, aten.slice_copy.Tensor 2025-06-06T00:20:22.0539755Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_65, aten.slice_copy.Tensor 2025-06-06T00:20:22.0541335Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_66, aten.slice_copy.Tensor 2025-06-06T00:20:22.0542905Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_67, aten.slice_copy.Tensor 2025-06-06T00:20:22.0544501Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_68, aten.slice_copy.Tensor 2025-06-06T00:20:22.0546105Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_69, aten.slice_copy.Tensor 2025-06-06T00:20:22.0547726Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_70, aten.slice_copy.Tensor 2025-06-06T00:20:22.0549311Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_71, aten.slice_copy.Tensor 2025-06-06T00:20:22.0550921Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_72, aten.slice_copy.Tensor 2025-06-06T00:20:22.0552551Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_73, aten.slice_copy.Tensor 2025-06-06T00:20:22.0554122Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_74, aten.slice_copy.Tensor 2025-06-06T00:20:22.0555650Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_75, aten.slice_copy.Tensor 2025-06-06T00:20:22.0557275Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_76, aten.slice_copy.Tensor 2025-06-06T00:20:22.0558897Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_77, aten.slice_copy.Tensor 2025-06-06T00:20:22.0560675Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_78, aten.slice_copy.Tensor 2025-06-06T00:20:22.0562418Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_79, aten.slice_copy.Tensor 2025-06-06T00:20:22.0564063Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_80, aten.slice_copy.Tensor 2025-06-06T00:20:22.0565635Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_81, aten.slice_copy.Tensor 2025-06-06T00:20:22.0567202Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_82, aten.slice_copy.Tensor 2025-06-06T00:20:22.0568792Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_83, aten.slice_copy.Tensor 2025-06-06T00:20:22.0570469Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_84, aten.slice_copy.Tensor 2025-06-06T00:20:22.0571995Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_85, aten.slice_copy.Tensor 2025-06-06T00:20:22.0573621Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_86, aten.slice_copy.Tensor 2025-06-06T00:20:22.0575240Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_87, aten.slice_copy.Tensor 2025-06-06T00:20:22.0576874Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_88, aten.slice_copy.Tensor 2025-06-06T00:20:22.0578424Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_89, aten.slice_copy.Tensor 2025-06-06T00:20:22.0580044Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_90, aten.slice_copy.Tensor 2025-06-06T00:20:22.0581692Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_91, aten.slice_copy.Tensor 2025-06-06T00:20:22.0583266Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_92, aten.slice_copy.Tensor 2025-06-06T00:20:22.0584979Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_93, aten.slice_copy.Tensor 2025-06-06T00:20:22.0586555Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_94, aten.slice_copy.Tensor 2025-06-06T00:20:22.0588215Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_95, aten.slice_copy.Tensor 2025-06-06T00:20:22.0589722Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_74, aten.cat.default 2025-06-06T00:20:22.0591128Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_76, aten.cat.default 2025-06-06T00:20:22.0592545Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_78, aten.cat.default 2025-06-06T00:20:22.0593961Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_80, aten.cat.default 2025-06-06T00:20:22.0595361Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_82, aten.cat.default 2025-06-06T00:20:22.0596806Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_84, aten.cat.default 2025-06-06T00:20:22.0598224Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_86, aten.cat.default 2025-06-06T00:20:22.0599569Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_88, aten.cat.default 2025-06-06T00:20:22.0600874Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_90, aten.cat.default 2025-06-06T00:20:22.0602290Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_92, aten.cat.default 2025-06-06T00:20:22.0603733Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_94, aten.cat.default 2025-06-06T00:20:22.0605164Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_96, aten.cat.default 2025-06-06T00:20:22.0606535Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_98, aten.mul.Tensor 2025-06-06T00:20:22.0608026Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_100, aten.mul.Tensor 2025-06-06T00:20:22.0609396Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_99, aten.mul.Tensor 2025-06-06T00:20:22.0610870Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_101, aten.mul.Tensor 2025-06-06T00:20:22.0612328Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_102, aten.mul.Tensor 2025-06-06T00:20:22.0613722Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_104, aten.mul.Tensor 2025-06-06T00:20:22.0615097Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_103, aten.mul.Tensor 2025-06-06T00:20:22.0616524Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_105, aten.mul.Tensor 2025-06-06T00:20:22.0617892Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_106, aten.mul.Tensor 2025-06-06T00:20:22.0619283Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_108, aten.mul.Tensor 2025-06-06T00:20:22.0620715Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_107, aten.mul.Tensor 2025-06-06T00:20:22.0622129Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_109, aten.mul.Tensor 2025-06-06T00:20:22.0623489Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_110, aten.mul.Tensor 2025-06-06T00:20:22.0624913Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_112, aten.mul.Tensor 2025-06-06T00:20:22.0626327Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_111, aten.mul.Tensor 2025-06-06T00:20:22.0627768Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_113, aten.mul.Tensor 2025-06-06T00:20:22.0629118Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_114, aten.mul.Tensor 2025-06-06T00:20:22.0630593Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_116, aten.mul.Tensor 2025-06-06T00:20:22.0631973Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_115, aten.mul.Tensor 2025-06-06T00:20:22.4968275Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_117, aten.mul.Tensor 2025-06-06T00:20:22.4969834Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_118, aten.mul.Tensor 2025-06-06T00:20:22.4971262Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_120, aten.mul.Tensor 2025-06-06T00:20:22.4972622Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_119, aten.mul.Tensor 2025-06-06T00:20:22.4973998Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_121, aten.mul.Tensor 2025-06-06T00:20:22.4975375Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_122, aten.mul.Tensor 2025-06-06T00:20:22.4976769Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_124, aten.mul.Tensor 2025-06-06T00:20:22.4978176Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_123, aten.mul.Tensor 2025-06-06T00:20:22.4979565Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_125, aten.mul.Tensor 2025-06-06T00:20:22.4980991Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_126, aten.mul.Tensor 2025-06-06T00:20:22.4982355Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_128, aten.mul.Tensor 2025-06-06T00:20:22.4983777Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_127, aten.mul.Tensor 2025-06-06T00:20:22.4985197Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_129, aten.mul.Tensor 2025-06-06T00:20:22.4986542Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_130, aten.mul.Tensor 2025-06-06T00:20:22.4987973Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_132, aten.mul.Tensor 2025-06-06T00:20:22.4989703Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_131, aten.mul.Tensor 2025-06-06T00:20:22.4991127Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_133, aten.mul.Tensor 2025-06-06T00:20:22.4992628Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_134, aten.mul.Tensor 2025-06-06T00:20:22.4994012Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_136, aten.mul.Tensor 2025-06-06T00:20:22.4995384Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_135, aten.mul.Tensor 2025-06-06T00:20:22.4996741Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_137, aten.mul.Tensor 2025-06-06T00:20:22.4998126Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_138, aten.mul.Tensor 2025-06-06T00:20:22.4999520Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_140, aten.mul.Tensor 2025-06-06T00:20:22.5000925Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_139, aten.mul.Tensor 2025-06-06T00:20:22.5002346Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_141, aten.mul.Tensor 2025-06-06T00:20:22.5003688Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_142, aten.mul.Tensor 2025-06-06T00:20:22.5005123Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_144, aten.mul.Tensor 2025-06-06T00:20:22.5006533Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_143, aten.mul.Tensor 2025-06-06T00:20:22.5007951Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_145, aten.mul.Tensor 2025-06-06T00:20:22.5009272Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_146, aten.mul.Tensor 2025-06-06T00:20:22.5010742Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_148, aten.mul.Tensor 2025-06-06T00:20:22.5012344Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_147, aten.mul.Tensor 2025-06-06T00:20:22.5013785Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_149, aten.mul.Tensor 2025-06-06T00:20:22.5015256Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_150, aten.mul.Tensor 2025-06-06T00:20:22.5016642Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_152, aten.mul.Tensor 2025-06-06T00:20:22.5018011Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_151, aten.mul.Tensor 2025-06-06T00:20:22.5019396Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_153, aten.mul.Tensor 2025-06-06T00:20:22.5020773Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_154, aten.mul.Tensor 2025-06-06T00:20:22.5022161Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_156, aten.mul.Tensor 2025-06-06T00:20:22.5023566Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_155, aten.mul.Tensor 2025-06-06T00:20:22.5024961Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_157, aten.mul.Tensor 2025-06-06T00:20:22.5026363Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_158, aten.mul.Tensor 2025-06-06T00:20:22.5027780Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_160, aten.mul.Tensor 2025-06-06T00:20:22.5029204Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_159, aten.mul.Tensor 2025-06-06T00:20:22.5030629Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_161, aten.mul.Tensor 2025-06-06T00:20:22.5031968Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_162, aten.mul.Tensor 2025-06-06T00:20:22.5033383Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_164, aten.mul.Tensor 2025-06-06T00:20:22.5034808Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_163, aten.mul.Tensor 2025-06-06T00:20:22.5036351Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_165, aten.mul.Tensor 2025-06-06T00:20:22.5037731Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_166, aten.mul.Tensor 2025-06-06T00:20:22.5039181Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_168, aten.mul.Tensor 2025-06-06T00:20:22.5040552Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_167, aten.mul.Tensor 2025-06-06T00:20:22.5041911Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_169, aten.mul.Tensor 2025-06-06T00:20:22.5043296Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_170, aten.mul.Tensor 2025-06-06T00:20:22.5044676Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_172, aten.mul.Tensor 2025-06-06T00:20:22.5046088Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_171, aten.mul.Tensor 2025-06-06T00:20:22.5047519Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_173, aten.mul.Tensor 2025-06-06T00:20:22.5048838Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_174, aten.mul.Tensor 2025-06-06T00:20:22.5050357Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_176, aten.mul.Tensor 2025-06-06T00:20:22.5051763Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_175, aten.mul.Tensor 2025-06-06T00:20:22.5053185Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_177, aten.mul.Tensor 2025-06-06T00:20:22.5054466Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_178, aten.mul.Tensor 2025-06-06T00:20:22.5055777Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_180, aten.mul.Tensor 2025-06-06T00:20:22.5057195Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_179, aten.mul.Tensor 2025-06-06T00:20:22.5058723Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_181, aten.mul.Tensor 2025-06-06T00:20:22.5060478Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_182, aten.mul.Tensor 2025-06-06T00:20:22.5061985Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_184, aten.mul.Tensor 2025-06-06T00:20:22.5063345Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_183, aten.mul.Tensor 2025-06-06T00:20:22.5064712Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_185, aten.mul.Tensor 2025-06-06T00:20:22.5066077Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_186, aten.mul.Tensor 2025-06-06T00:20:22.5067471Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_188, aten.mul.Tensor 2025-06-06T00:20:22.5068873Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_187, aten.mul.Tensor 2025-06-06T00:20:22.5070276Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_189, aten.mul.Tensor 2025-06-06T00:20:22.5071704Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_190, aten.mul.Tensor 2025-06-06T00:20:22.5073046Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_192, aten.mul.Tensor 2025-06-06T00:20:22.5074475Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_191, aten.mul.Tensor 2025-06-06T00:20:22.5075889Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_193, aten.mul.Tensor 2025-06-06T00:20:22.5077301Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_24, aten.sub.Tensor 2025-06-06T00:20:22.5078649Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_38, aten.add.Tensor 2025-06-06T00:20:22.5080047Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_25, aten.sub.Tensor 2025-06-06T00:20:22.5081478Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_39, aten.add.Tensor 2025-06-06T00:20:22.5082981Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_26, aten.sub.Tensor 2025-06-06T00:20:22.5084357Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_40, aten.add.Tensor 2025-06-06T00:20:22.5085828Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_27, aten.sub.Tensor 2025-06-06T00:20:22.5087190Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_41, aten.add.Tensor 2025-06-06T00:20:22.9583955Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_28, aten.sub.Tensor 2025-06-06T00:20:22.9584767Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_42, aten.add.Tensor 2025-06-06T00:20:22.9585508Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_29, aten.sub.Tensor 2025-06-06T00:20:22.9586283Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_43, aten.add.Tensor 2025-06-06T00:20:22.9587031Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_30, aten.sub.Tensor 2025-06-06T00:20:22.9587784Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_44, aten.add.Tensor 2025-06-06T00:20:22.9588544Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_31, aten.sub.Tensor 2025-06-06T00:20:22.9589280Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_45, aten.add.Tensor 2025-06-06T00:20:22.9590035Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_32, aten.sub.Tensor 2025-06-06T00:20:22.9590789Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_46, aten.add.Tensor 2025-06-06T00:20:22.9591531Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_33, aten.sub.Tensor 2025-06-06T00:20:22.9592305Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_47, aten.add.Tensor 2025-06-06T00:20:22.9593302Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_34, aten.sub.Tensor 2025-06-06T00:20:22.9594063Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_48, aten.add.Tensor 2025-06-06T00:20:22.9594890Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_35, aten.sub.Tensor 2025-06-06T00:20:22.9595630Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_49, aten.add.Tensor 2025-06-06T00:20:22.9596383Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_36, aten.sub.Tensor 2025-06-06T00:20:22.9597180Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_507, aten._to_copy.default 2025-06-06T00:20:22.9597990Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_50, aten.add.Tensor 2025-06-06T00:20:22.9598798Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_508, aten._to_copy.default 2025-06-06T00:20:22.9599599Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_37, aten.sub.Tensor 2025-06-06T00:20:22.9600404Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_509, aten._to_copy.default 2025-06-06T00:20:22.9601196Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_51, aten.add.Tensor 2025-06-06T00:20:22.9601999Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_510, aten._to_copy.default 2025-06-06T00:20:22.9602802Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_38, aten.sub.Tensor 2025-06-06T00:20:22.9603596Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_511, aten._to_copy.default 2025-06-06T00:20:22.9604398Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_52, aten.add.Tensor 2025-06-06T00:20:22.9605191Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_512, aten._to_copy.default 2025-06-06T00:20:22.9606040Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_39, aten.sub.Tensor 2025-06-06T00:20:22.9606841Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_513, aten._to_copy.default 2025-06-06T00:20:22.9607689Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_53, aten.add.Tensor 2025-06-06T00:20:22.9608495Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_514, aten._to_copy.default 2025-06-06T00:20:22.9609281Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_40, aten.sub.Tensor 2025-06-06T00:20:22.9610162Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_515, aten._to_copy.default 2025-06-06T00:20:22.9610965Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_54, aten.add.Tensor 2025-06-06T00:20:22.9611760Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_516, aten._to_copy.default 2025-06-06T00:20:22.9612565Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_41, aten.sub.Tensor 2025-06-06T00:20:22.9613355Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_517, aten._to_copy.default 2025-06-06T00:20:22.9614152Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_55, aten.add.Tensor 2025-06-06T00:20:22.9614953Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_518, aten._to_copy.default 2025-06-06T00:20:22.9615737Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_42, aten.sub.Tensor 2025-06-06T00:20:22.9616569Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_519, aten._to_copy.default 2025-06-06T00:20:22.9617352Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_56, aten.add.Tensor 2025-06-06T00:20:22.9618193Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_520, aten._to_copy.default 2025-06-06T00:20:22.9619006Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_43, aten.sub.Tensor 2025-06-06T00:20:22.9619830Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_521, aten._to_copy.default 2025-06-06T00:20:22.9620635Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_57, aten.add.Tensor 2025-06-06T00:20:22.9621425Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_522, aten._to_copy.default 2025-06-06T00:20:22.9622232Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_44, aten.sub.Tensor 2025-06-06T00:20:22.9623031Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_523, aten._to_copy.default 2025-06-06T00:20:22.9623818Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_58, aten.add.Tensor 2025-06-06T00:20:22.9624618Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_524, aten._to_copy.default 2025-06-06T00:20:22.9625406Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_45, aten.sub.Tensor 2025-06-06T00:20:22.9626207Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_525, aten._to_copy.default 2025-06-06T00:20:22.9627009Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_59, aten.add.Tensor 2025-06-06T00:20:22.9627800Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_526, aten._to_copy.default 2025-06-06T00:20:22.9628598Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_46, aten.sub.Tensor 2025-06-06T00:20:22.9629387Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_527, aten._to_copy.default 2025-06-06T00:20:22.9630191Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_60, aten.add.Tensor 2025-06-06T00:20:22.9630996Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_528, aten._to_copy.default 2025-06-06T00:20:22.9631822Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_47, aten.sub.Tensor 2025-06-06T00:20:22.9632625Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_529, aten._to_copy.default 2025-06-06T00:20:22.9633448Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_61, aten.add.Tensor 2025-06-06T00:20:22.9634334Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_530, aten._to_copy.default 2025-06-06T00:20:22.9635202Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_49, aten.cat.default 2025-06-06T00:20:22.9635963Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_50, aten.cat.default 2025-06-06T00:20:22.9636731Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_51, aten.cat.default 2025-06-06T00:20:22.9637494Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_52, aten.cat.default 2025-06-06T00:20:22.9638263Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_53, aten.cat.default 2025-06-06T00:20:22.9639029Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_54, aten.cat.default 2025-06-06T00:20:22.9639784Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_55, aten.cat.default 2025-06-06T00:20:22.9640551Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_56, aten.cat.default 2025-06-06T00:20:22.9641306Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_57, aten.cat.default 2025-06-06T00:20:22.9642072Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_58, aten.cat.default 2025-06-06T00:20:22.9642837Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_59, aten.cat.default 2025-06-06T00:20:22.9643629Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_60, aten.cat.default 2025-06-06T00:20:22.9644401Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_61, aten.cat.default 2025-06-06T00:20:22.9645207Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_62, aten.cat.default 2025-06-06T00:20:22.9645981Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_63, aten.cat.default 2025-06-06T00:20:22.9646745Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_64, aten.cat.default 2025-06-06T00:20:22.9647501Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_65, aten.cat.default 2025-06-06T00:20:22.9648269Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_66, aten.cat.default 2025-06-06T00:20:23.4167978Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_67, aten.cat.default 2025-06-06T00:20:23.4169194Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_68, aten.cat.default 2025-06-06T00:20:23.4170568Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_69, aten.cat.default 2025-06-06T00:20:23.4172015Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_70, aten.cat.default 2025-06-06T00:20:23.4172914Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_71, aten.cat.default 2025-06-06T00:20:23.4173684Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_72, aten.cat.default 2025-06-06T00:20:23.4174518Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_90, aten.permute_copy.default 2025-06-06T00:20:23.4175437Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_91, aten.permute_copy.default 2025-06-06T00:20:23.4176350Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_92, aten.permute_copy.default 2025-06-06T00:20:23.4177500Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_93, aten.permute_copy.default 2025-06-06T00:20:23.4178459Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_94, aten.permute_copy.default 2025-06-06T00:20:23.4179585Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_95, aten.permute_copy.default 2025-06-06T00:20:23.4180508Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_96, aten.permute_copy.default 2025-06-06T00:20:23.4181423Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_97, aten.permute_copy.default 2025-06-06T00:20:23.4182322Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_98, aten.permute_copy.default 2025-06-06T00:20:23.4183237Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_99, aten.permute_copy.default 2025-06-06T00:20:23.4184144Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_100, aten.permute_copy.default 2025-06-06T00:20:23.4185070Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_101, aten.permute_copy.default 2025-06-06T00:20:23.4185922Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_73, aten.cat.default 2025-06-06T00:20:23.4186680Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_75, aten.cat.default 2025-06-06T00:20:23.4187449Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_77, aten.cat.default 2025-06-06T00:20:23.4188204Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_79, aten.cat.default 2025-06-06T00:20:23.4188972Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_81, aten.cat.default 2025-06-06T00:20:23.4189737Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_83, aten.cat.default 2025-06-06T00:20:23.4190543Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_85, aten.cat.default 2025-06-06T00:20:23.4191312Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_87, aten.cat.default 2025-06-06T00:20:23.4192119Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_89, aten.cat.default 2025-06-06T00:20:23.4192888Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_91, aten.cat.default 2025-06-06T00:20:23.4193652Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_93, aten.cat.default 2025-06-06T00:20:23.4194403Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_95, aten.cat.default 2025-06-06T00:20:23.4195206Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_24, aten.matmul.default 2025-06-06T00:20:23.4196018Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_26, aten.matmul.default 2025-06-06T00:20:23.4196843Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_28, aten.matmul.default 2025-06-06T00:20:23.4197660Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_30, aten.matmul.default 2025-06-06T00:20:23.4198469Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_32, aten.matmul.default 2025-06-06T00:20:23.4199283Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_34, aten.matmul.default 2025-06-06T00:20:23.4200084Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_36, aten.matmul.default 2025-06-06T00:20:23.4200897Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_38, aten.matmul.default 2025-06-06T00:20:23.4201713Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_40, aten.matmul.default 2025-06-06T00:20:23.4202512Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_42, aten.matmul.default 2025-06-06T00:20:23.4203362Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_44, aten.matmul.default 2025-06-06T00:20:23.4204160Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_46, aten.matmul.default 2025-06-06T00:20:23.4204976Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_12, aten.div.Tensor 2025-06-06T00:20:23.4205810Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_13, aten.div.Tensor 2025-06-06T00:20:23.4206550Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_14, aten.div.Tensor 2025-06-06T00:20:23.4207300Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_15, aten.div.Tensor 2025-06-06T00:20:23.4208042Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_16, aten.div.Tensor 2025-06-06T00:20:23.4208789Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_17, aten.div.Tensor 2025-06-06T00:20:23.4209625Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_18, aten.div.Tensor 2025-06-06T00:20:23.4210384Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_19, aten.div.Tensor 2025-06-06T00:20:23.4211144Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_20, aten.div.Tensor 2025-06-06T00:20:23.4211886Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_21, aten.div.Tensor 2025-06-06T00:20:23.4212638Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_22, aten.div.Tensor 2025-06-06T00:20:23.4213379Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_23, aten.div.Tensor 2025-06-06T00:20:23.4214130Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_62, aten.add.Tensor 2025-06-06T00:20:23.4214879Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_63, aten.add.Tensor 2025-06-06T00:20:23.4215660Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_64, aten.add.Tensor 2025-06-06T00:20:23.4216413Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_65, aten.add.Tensor 2025-06-06T00:20:23.4217191Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_66, aten.add.Tensor 2025-06-06T00:20:23.4217946Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_67, aten.add.Tensor 2025-06-06T00:20:23.4218757Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_68, aten.add.Tensor 2025-06-06T00:20:23.4219493Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_69, aten.add.Tensor 2025-06-06T00:20:23.4220243Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_70, aten.add.Tensor 2025-06-06T00:20:23.4220982Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_71, aten.add.Tensor 2025-06-06T00:20:23.4221735Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_72, aten.add.Tensor 2025-06-06T00:20:23.4222489Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_73, aten.add.Tensor 2025-06-06T00:20:23.4223286Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_12, aten._softmax.default 2025-06-06T00:20:23.4224141Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_13, aten._softmax.default 2025-06-06T00:20:23.4224975Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_14, aten._softmax.default 2025-06-06T00:20:23.4225825Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_15, aten._softmax.default 2025-06-06T00:20:23.4226668Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_16, aten._softmax.default 2025-06-06T00:20:23.4227497Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_17, aten._softmax.default 2025-06-06T00:20:23.4228381Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_18, aten._softmax.default 2025-06-06T00:20:23.4229214Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_19, aten._softmax.default 2025-06-06T00:20:23.4230094Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_20, aten._softmax.default 2025-06-06T00:20:23.4230942Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_21, aten._softmax.default 2025-06-06T00:20:23.4231781Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_22, aten._softmax.default 2025-06-06T00:20:23.4232629Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_23, aten._softmax.default 2025-06-06T00:20:23.4233451Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_25, aten.matmul.default 2025-06-06T00:20:23.4234271Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_27, aten.matmul.default 2025-06-06T00:20:23.9703669Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_29, aten.matmul.default 2025-06-06T00:20:23.9705231Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_31, aten.matmul.default 2025-06-06T00:20:23.9706720Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_33, aten.matmul.default 2025-06-06T00:20:23.9708232Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_35, aten.matmul.default 2025-06-06T00:20:23.9709837Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_37, aten.matmul.default 2025-06-06T00:20:23.9711315Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_39, aten.matmul.default 2025-06-06T00:20:23.9712820Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_41, aten.matmul.default 2025-06-06T00:20:23.9714634Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_43, aten.matmul.default 2025-06-06T00:20:23.9716136Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_45, aten.matmul.default 2025-06-06T00:20:23.9717797Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_47, aten.matmul.default 2025-06-06T00:20:23.9719298Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_97, aten.cat.default 2025-06-06T00:20:23.9720845Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_78, aten.view_copy.default 2025-06-06T00:20:23.9722331Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1210, aten.permute_copy.default 2025-06-06T00:20:23.9723965Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_76, aten.convolution.default 2025-06-06T00:20:23.9725528Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1211, aten.permute_copy.default 2025-06-06T00:20:23.9727278Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_79, aten.view_copy.default 2025-06-06T00:20:23.9728812Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_74, aten.add.Tensor 2025-06-06T00:20:23.9730453Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_rms_norm_default_3, aten.rms_norm.default 2025-06-06T00:20:23.9732006Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_80, aten.view_copy.default 2025-06-06T00:20:23.9733645Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1212, aten.permute_copy.default 2025-06-06T00:20:23.9735316Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_77, aten.convolution.default 2025-06-06T00:20:23.9736959Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_78, aten.convolution.default 2025-06-06T00:20:23.9738560Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sigmoid_default_1, aten.sigmoid.default 2025-06-06T00:20:23.9740256Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_194, aten.mul.Tensor 2025-06-06T00:20:23.9741675Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_195, aten.mul.Tensor 2025-06-06T00:20:23.9743308Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_79, aten.convolution.default 2025-06-06T00:20:23.9745034Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1213, aten.permute_copy.default 2025-06-06T00:20:23.9746682Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_81, aten.view_copy.default 2025-06-06T00:20:23.9748163Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_75, aten.add.Tensor 2025-06-06T00:20:23.9749625Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_rms_norm_default_4, aten.rms_norm.default 2025-06-06T00:20:23.9751214Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_82, aten.view_copy.default 2025-06-06T00:20:23.9752855Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1214, aten.permute_copy.default 2025-06-06T00:20:23.9754491Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_531, aten._to_copy.default 2025-06-06T00:20:23.9756155Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_80, aten.convolution.default 2025-06-06T00:20:23.9757846Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1215, aten.permute_copy.default 2025-06-06T00:20:23.9759723Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_81, aten.convolution.default 2025-06-06T00:20:23.9761400Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1216, aten.permute_copy.default 2025-06-06T00:20:23.9763232Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_82, aten.convolution.default 2025-06-06T00:20:23.9764948Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1217, aten.permute_copy.default 2025-06-06T00:20:23.9766705Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_83, aten.convolution.default 2025-06-06T00:20:23.9768499Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1218, aten.permute_copy.default 2025-06-06T00:20:23.9770366Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_84, aten.convolution.default 2025-06-06T00:20:23.9772112Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1219, aten.permute_copy.default 2025-06-06T00:20:23.9773794Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_85, aten.convolution.default 2025-06-06T00:20:23.9775525Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1220, aten.permute_copy.default 2025-06-06T00:20:23.9777263Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_86, aten.convolution.default 2025-06-06T00:20:23.9778646Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1221, aten.permute_copy.default 2025-06-06T00:20:23.9780353Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_87, aten.convolution.default 2025-06-06T00:20:23.9782100Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1222, aten.permute_copy.default 2025-06-06T00:20:23.9783816Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_88, aten.convolution.default 2025-06-06T00:20:23.9785487Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1223, aten.permute_copy.default 2025-06-06T00:20:23.9787179Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_89, aten.convolution.default 2025-06-06T00:20:23.9788967Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1224, aten.permute_copy.default 2025-06-06T00:20:23.9790656Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_90, aten.convolution.default 2025-06-06T00:20:23.9792429Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1225, aten.permute_copy.default 2025-06-06T00:20:23.9794139Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_91, aten.convolution.default 2025-06-06T00:20:23.9795781Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1226, aten.permute_copy.default 2025-06-06T00:20:23.9797488Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_92, aten.convolution.default 2025-06-06T00:20:23.9799227Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1227, aten.permute_copy.default 2025-06-06T00:20:23.9800952Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_93, aten.convolution.default 2025-06-06T00:20:23.9802638Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1228, aten.permute_copy.default 2025-06-06T00:20:23.9804318Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_94, aten.convolution.default 2025-06-06T00:20:23.9805983Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1229, aten.permute_copy.default 2025-06-06T00:20:23.9807673Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_95, aten.convolution.default 2025-06-06T00:20:23.9809351Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1230, aten.permute_copy.default 2025-06-06T00:20:23.9811238Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_96, aten.convolution.default 2025-06-06T00:20:23.9812914Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1231, aten.permute_copy.default 2025-06-06T00:20:23.9814708Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_97, aten.convolution.default 2025-06-06T00:20:23.9816448Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1232, aten.permute_copy.default 2025-06-06T00:20:23.9818153Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_98, aten.convolution.default 2025-06-06T00:20:23.9819827Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1233, aten.permute_copy.default 2025-06-06T00:20:23.9821507Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_99, aten.convolution.default 2025-06-06T00:20:23.9823170Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1234, aten.permute_copy.default 2025-06-06T00:20:24.3137854Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_100, aten.convolution.default 2025-06-06T00:20:24.3139624Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1235, aten.permute_copy.default 2025-06-06T00:20:24.3141306Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_101, aten.convolution.default 2025-06-06T00:20:24.3142983Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1236, aten.permute_copy.default 2025-06-06T00:20:24.3144647Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_102, aten.convolution.default 2025-06-06T00:20:24.3146376Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1237, aten.permute_copy.default 2025-06-06T00:20:24.3148082Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_103, aten.convolution.default 2025-06-06T00:20:24.3150131Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1238, aten.permute_copy.default 2025-06-06T00:20:24.3151771Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_104, aten.convolution.default 2025-06-06T00:20:24.3153672Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1239, aten.permute_copy.default 2025-06-06T00:20:24.3155406Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_105, aten.convolution.default 2025-06-06T00:20:24.3157073Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1240, aten.permute_copy.default 2025-06-06T00:20:24.3158825Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_106, aten.convolution.default 2025-06-06T00:20:24.3160752Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1241, aten.permute_copy.default 2025-06-06T00:20:24.3162433Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_107, aten.convolution.default 2025-06-06T00:20:24.3164098Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1242, aten.permute_copy.default 2025-06-06T00:20:24.3165785Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_108, aten.convolution.default 2025-06-06T00:20:24.3167473Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1243, aten.permute_copy.default 2025-06-06T00:20:24.3169153Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_109, aten.convolution.default 2025-06-06T00:20:24.3170955Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1244, aten.permute_copy.default 2025-06-06T00:20:24.3172661Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_110, aten.convolution.default 2025-06-06T00:20:24.3174517Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1245, aten.permute_copy.default 2025-06-06T00:20:24.3176266Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_111, aten.convolution.default 2025-06-06T00:20:24.3178043Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1246, aten.permute_copy.default 2025-06-06T00:20:24.3179757Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_112, aten.convolution.default 2025-06-06T00:20:24.3181471Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1247, aten.permute_copy.default 2025-06-06T00:20:24.3183208Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_113, aten.convolution.default 2025-06-06T00:20:24.3184884Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1248, aten.permute_copy.default 2025-06-06T00:20:24.3186555Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_114, aten.convolution.default 2025-06-06T00:20:24.3188214Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1249, aten.permute_copy.default 2025-06-06T00:20:24.3189899Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_115, aten.convolution.default 2025-06-06T00:20:24.3191594Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1250, aten.permute_copy.default 2025-06-06T00:20:24.3193264Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_83, aten.view_copy.default 2025-06-06T00:20:24.3194876Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_84, aten.view_copy.default 2025-06-06T00:20:24.3196425Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_85, aten.view_copy.default 2025-06-06T00:20:24.3198044Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_86, aten.view_copy.default 2025-06-06T00:20:24.3199776Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_87, aten.view_copy.default 2025-06-06T00:20:24.3201228Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_88, aten.view_copy.default 2025-06-06T00:20:24.3202868Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_89, aten.view_copy.default 2025-06-06T00:20:24.3204495Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_90, aten.view_copy.default 2025-06-06T00:20:24.3206115Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_91, aten.view_copy.default 2025-06-06T00:20:24.3207707Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_92, aten.view_copy.default 2025-06-06T00:20:24.3209280Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_93, aten.view_copy.default 2025-06-06T00:20:24.3210902Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_94, aten.view_copy.default 2025-06-06T00:20:24.3212470Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_95, aten.view_copy.default 2025-06-06T00:20:24.3214039Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_96, aten.view_copy.default 2025-06-06T00:20:24.3215626Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_97, aten.view_copy.default 2025-06-06T00:20:24.3217219Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_98, aten.view_copy.default 2025-06-06T00:20:24.3218824Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_99, aten.view_copy.default 2025-06-06T00:20:24.3220406Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_100, aten.view_copy.default 2025-06-06T00:20:24.3222146Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_101, aten.view_copy.default 2025-06-06T00:20:24.3223788Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_102, aten.view_copy.default 2025-06-06T00:20:24.3225422Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_103, aten.view_copy.default 2025-06-06T00:20:24.3227052Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_104, aten.view_copy.default 2025-06-06T00:20:24.3228692Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_105, aten.view_copy.default 2025-06-06T00:20:24.3230281Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_106, aten.view_copy.default 2025-06-06T00:20:24.3231874Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_107, aten.view_copy.default 2025-06-06T00:20:24.3233451Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_108, aten.view_copy.default 2025-06-06T00:20:24.3235029Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_109, aten.view_copy.default 2025-06-06T00:20:24.3236623Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_110, aten.view_copy.default 2025-06-06T00:20:24.3238241Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_111, aten.view_copy.default 2025-06-06T00:20:24.3239842Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_112, aten.view_copy.default 2025-06-06T00:20:24.3241404Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_113, aten.view_copy.default 2025-06-06T00:20:24.3243025Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_114, aten.view_copy.default 2025-06-06T00:20:24.3244651Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_115, aten.view_copy.default 2025-06-06T00:20:24.3246365Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_116, aten.view_copy.default 2025-06-06T00:20:24.3247945Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_117, aten.view_copy.default 2025-06-06T00:20:24.3249811Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_118, aten.view_copy.default 2025-06-06T00:20:24.3251434Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_96, aten.slice_copy.Tensor 2025-06-06T00:20:24.3253000Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_97, aten.slice_copy.Tensor 2025-06-06T00:20:24.3254575Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_98, aten.slice_copy.Tensor 2025-06-06T00:20:24.3256133Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_99, aten.slice_copy.Tensor 2025-06-06T00:20:24.3257725Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_100, aten.slice_copy.Tensor 2025-06-06T00:20:24.7015015Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_101, aten.slice_copy.Tensor 2025-06-06T00:20:24.7015948Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_102, aten.slice_copy.Tensor 2025-06-06T00:20:24.7016813Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_103, aten.slice_copy.Tensor 2025-06-06T00:20:24.7017680Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_104, aten.slice_copy.Tensor 2025-06-06T00:20:24.7018534Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_105, aten.slice_copy.Tensor 2025-06-06T00:20:24.7019400Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_106, aten.slice_copy.Tensor 2025-06-06T00:20:24.7020493Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_107, aten.slice_copy.Tensor 2025-06-06T00:20:24.7021363Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_108, aten.slice_copy.Tensor 2025-06-06T00:20:24.7022287Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_109, aten.slice_copy.Tensor 2025-06-06T00:20:24.7023145Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_110, aten.slice_copy.Tensor 2025-06-06T00:20:24.7024045Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_111, aten.slice_copy.Tensor 2025-06-06T00:20:24.7024917Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_112, aten.slice_copy.Tensor 2025-06-06T00:20:24.7025785Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_113, aten.slice_copy.Tensor 2025-06-06T00:20:24.7026638Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_114, aten.slice_copy.Tensor 2025-06-06T00:20:24.7027514Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_115, aten.slice_copy.Tensor 2025-06-06T00:20:24.7028376Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_116, aten.slice_copy.Tensor 2025-06-06T00:20:24.7029249Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_117, aten.slice_copy.Tensor 2025-06-06T00:20:24.7030113Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_118, aten.slice_copy.Tensor 2025-06-06T00:20:24.7030968Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_119, aten.slice_copy.Tensor 2025-06-06T00:20:24.7031832Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_120, aten.slice_copy.Tensor 2025-06-06T00:20:24.7032689Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_121, aten.slice_copy.Tensor 2025-06-06T00:20:24.7033563Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_122, aten.slice_copy.Tensor 2025-06-06T00:20:24.7034513Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_123, aten.slice_copy.Tensor 2025-06-06T00:20:24.7035374Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_124, aten.slice_copy.Tensor 2025-06-06T00:20:24.7036302Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_125, aten.slice_copy.Tensor 2025-06-06T00:20:24.7037163Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_126, aten.slice_copy.Tensor 2025-06-06T00:20:24.7038028Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_127, aten.slice_copy.Tensor 2025-06-06T00:20:24.7038898Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_128, aten.slice_copy.Tensor 2025-06-06T00:20:24.7039758Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_129, aten.slice_copy.Tensor 2025-06-06T00:20:24.7040634Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_130, aten.slice_copy.Tensor 2025-06-06T00:20:24.7041489Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_131, aten.slice_copy.Tensor 2025-06-06T00:20:24.7042362Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_132, aten.slice_copy.Tensor 2025-06-06T00:20:24.7043237Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_133, aten.slice_copy.Tensor 2025-06-06T00:20:24.7044091Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_134, aten.slice_copy.Tensor 2025-06-06T00:20:24.7044953Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_135, aten.slice_copy.Tensor 2025-06-06T00:20:24.7045808Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_136, aten.slice_copy.Tensor 2025-06-06T00:20:24.7046703Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_137, aten.slice_copy.Tensor 2025-06-06T00:20:24.7047576Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_138, aten.slice_copy.Tensor 2025-06-06T00:20:24.7048458Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_139, aten.slice_copy.Tensor 2025-06-06T00:20:24.7049324Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_140, aten.slice_copy.Tensor 2025-06-06T00:20:24.7050284Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_141, aten.slice_copy.Tensor 2025-06-06T00:20:24.7051152Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_142, aten.slice_copy.Tensor 2025-06-06T00:20:24.7052018Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_143, aten.slice_copy.Tensor 2025-06-06T00:20:24.7052836Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_123, aten.cat.default 2025-06-06T00:20:24.7053630Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_125, aten.cat.default 2025-06-06T00:20:24.7054400Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_127, aten.cat.default 2025-06-06T00:20:24.7055187Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_129, aten.cat.default 2025-06-06T00:20:24.7055966Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_131, aten.cat.default 2025-06-06T00:20:24.7056733Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_133, aten.cat.default 2025-06-06T00:20:24.7057516Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_135, aten.cat.default 2025-06-06T00:20:24.7058280Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_137, aten.cat.default 2025-06-06T00:20:24.7059060Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_139, aten.cat.default 2025-06-06T00:20:24.7060100Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_141, aten.cat.default 2025-06-06T00:20:24.7060877Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_143, aten.cat.default 2025-06-06T00:20:24.7061725Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_145, aten.cat.default 2025-06-06T00:20:24.7062512Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_196, aten.mul.Tensor 2025-06-06T00:20:24.7063268Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_198, aten.mul.Tensor 2025-06-06T00:20:24.7064040Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_197, aten.mul.Tensor 2025-06-06T00:20:24.7064807Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_199, aten.mul.Tensor 2025-06-06T00:20:24.7065631Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_200, aten.mul.Tensor 2025-06-06T00:20:24.7066617Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_202, aten.mul.Tensor 2025-06-06T00:20:24.7067423Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_201, aten.mul.Tensor 2025-06-06T00:20:24.7068194Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_203, aten.mul.Tensor 2025-06-06T00:20:24.7068959Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_204, aten.mul.Tensor 2025-06-06T00:20:24.7069706Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_206, aten.mul.Tensor 2025-06-06T00:20:24.7070468Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_205, aten.mul.Tensor 2025-06-06T00:20:24.7071305Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_207, aten.mul.Tensor 2025-06-06T00:20:24.7072070Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_208, aten.mul.Tensor 2025-06-06T00:20:24.7072905Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_210, aten.mul.Tensor 2025-06-06T00:20:24.7073655Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_209, aten.mul.Tensor 2025-06-06T00:20:24.7074466Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_211, aten.mul.Tensor 2025-06-06T00:20:24.7075215Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_212, aten.mul.Tensor 2025-06-06T00:20:24.7075976Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_214, aten.mul.Tensor 2025-06-06T00:20:24.7076736Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_213, aten.mul.Tensor 2025-06-06T00:20:24.7077479Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_215, aten.mul.Tensor 2025-06-06T00:20:24.7078236Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_216, aten.mul.Tensor 2025-06-06T00:20:24.7078985Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_218, aten.mul.Tensor 2025-06-06T00:20:24.7079741Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_217, aten.mul.Tensor 2025-06-06T00:20:25.1429410Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_219, aten.mul.Tensor 2025-06-06T00:20:25.1430577Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_220, aten.mul.Tensor 2025-06-06T00:20:25.1431334Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_222, aten.mul.Tensor 2025-06-06T00:20:25.1432100Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_221, aten.mul.Tensor 2025-06-06T00:20:25.1432861Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_223, aten.mul.Tensor 2025-06-06T00:20:25.1433611Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_224, aten.mul.Tensor 2025-06-06T00:20:25.1434376Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_226, aten.mul.Tensor 2025-06-06T00:20:25.1435354Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_225, aten.mul.Tensor 2025-06-06T00:20:25.1436225Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_227, aten.mul.Tensor 2025-06-06T00:20:25.1437058Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_228, aten.mul.Tensor 2025-06-06T00:20:25.1437809Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_230, aten.mul.Tensor 2025-06-06T00:20:25.1438572Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_229, aten.mul.Tensor 2025-06-06T00:20:25.1439320Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_231, aten.mul.Tensor 2025-06-06T00:20:25.1440080Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_232, aten.mul.Tensor 2025-06-06T00:20:25.1440842Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_234, aten.mul.Tensor 2025-06-06T00:20:25.1441594Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_233, aten.mul.Tensor 2025-06-06T00:20:25.1442356Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_235, aten.mul.Tensor 2025-06-06T00:20:25.1443109Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_236, aten.mul.Tensor 2025-06-06T00:20:25.1443866Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_238, aten.mul.Tensor 2025-06-06T00:20:25.1444628Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_237, aten.mul.Tensor 2025-06-06T00:20:25.1445378Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_239, aten.mul.Tensor 2025-06-06T00:20:25.1446139Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_240, aten.mul.Tensor 2025-06-06T00:20:25.1446981Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_242, aten.mul.Tensor 2025-06-06T00:20:25.1447751Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_241, aten.mul.Tensor 2025-06-06T00:20:25.1448499Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_243, aten.mul.Tensor 2025-06-06T00:20:25.1449343Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_244, aten.mul.Tensor 2025-06-06T00:20:25.1450182Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_246, aten.mul.Tensor 2025-06-06T00:20:25.1450936Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_245, aten.mul.Tensor 2025-06-06T00:20:25.1451705Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_247, aten.mul.Tensor 2025-06-06T00:20:25.1452465Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_248, aten.mul.Tensor 2025-06-06T00:20:25.1453207Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_250, aten.mul.Tensor 2025-06-06T00:20:25.1453973Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_249, aten.mul.Tensor 2025-06-06T00:20:25.1454721Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_251, aten.mul.Tensor 2025-06-06T00:20:25.1455487Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_252, aten.mul.Tensor 2025-06-06T00:20:25.1456244Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_254, aten.mul.Tensor 2025-06-06T00:20:25.1456991Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_253, aten.mul.Tensor 2025-06-06T00:20:25.1457751Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_255, aten.mul.Tensor 2025-06-06T00:20:25.1458497Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_256, aten.mul.Tensor 2025-06-06T00:20:25.1459443Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_258, aten.mul.Tensor 2025-06-06T00:20:25.1460267Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_257, aten.mul.Tensor 2025-06-06T00:20:25.1461013Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_259, aten.mul.Tensor 2025-06-06T00:20:25.1461777Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_260, aten.mul.Tensor 2025-06-06T00:20:25.1462572Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_262, aten.mul.Tensor 2025-06-06T00:20:25.1463332Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_261, aten.mul.Tensor 2025-06-06T00:20:25.1464078Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_263, aten.mul.Tensor 2025-06-06T00:20:25.1464834Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_264, aten.mul.Tensor 2025-06-06T00:20:25.1465590Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_266, aten.mul.Tensor 2025-06-06T00:20:25.1466338Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_265, aten.mul.Tensor 2025-06-06T00:20:25.1467098Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_267, aten.mul.Tensor 2025-06-06T00:20:25.1467851Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_268, aten.mul.Tensor 2025-06-06T00:20:25.1468614Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_270, aten.mul.Tensor 2025-06-06T00:20:25.1469370Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_269, aten.mul.Tensor 2025-06-06T00:20:25.1470120Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_271, aten.mul.Tensor 2025-06-06T00:20:25.1470879Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_272, aten.mul.Tensor 2025-06-06T00:20:25.1471623Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_274, aten.mul.Tensor 2025-06-06T00:20:25.1472429Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_273, aten.mul.Tensor 2025-06-06T00:20:25.1473196Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_275, aten.mul.Tensor 2025-06-06T00:20:25.1473986Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_276, aten.mul.Tensor 2025-06-06T00:20:25.1474750Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_278, aten.mul.Tensor 2025-06-06T00:20:25.1475498Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_277, aten.mul.Tensor 2025-06-06T00:20:25.1476256Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_279, aten.mul.Tensor 2025-06-06T00:20:25.1477012Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_280, aten.mul.Tensor 2025-06-06T00:20:25.1477759Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_282, aten.mul.Tensor 2025-06-06T00:20:25.1478522Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_281, aten.mul.Tensor 2025-06-06T00:20:25.1479390Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_283, aten.mul.Tensor 2025-06-06T00:20:25.1480338Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_284, aten.mul.Tensor 2025-06-06T00:20:25.1481117Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_286, aten.mul.Tensor 2025-06-06T00:20:25.1481863Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_285, aten.mul.Tensor 2025-06-06T00:20:25.1482627Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_287, aten.mul.Tensor 2025-06-06T00:20:25.1483377Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_288, aten.mul.Tensor 2025-06-06T00:20:25.1484137Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_290, aten.mul.Tensor 2025-06-06T00:20:25.1484887Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_289, aten.mul.Tensor 2025-06-06T00:20:25.1485708Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_291, aten.mul.Tensor 2025-06-06T00:20:25.1486472Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_48, aten.sub.Tensor 2025-06-06T00:20:25.1487255Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_76, aten.add.Tensor 2025-06-06T00:20:25.1488013Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_49, aten.sub.Tensor 2025-06-06T00:20:25.1488755Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_77, aten.add.Tensor 2025-06-06T00:20:25.1489569Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_50, aten.sub.Tensor 2025-06-06T00:20:25.1490326Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_78, aten.add.Tensor 2025-06-06T00:20:25.1491066Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_51, aten.sub.Tensor 2025-06-06T00:20:25.1491826Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_79, aten.add.Tensor 2025-06-06T00:20:25.1492567Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_52, aten.sub.Tensor 2025-06-06T00:20:25.1493325Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_80, aten.add.Tensor 2025-06-06T00:20:25.1494079Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_53, aten.sub.Tensor 2025-06-06T00:20:25.1494820Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_81, aten.add.Tensor 2025-06-06T00:20:25.6019236Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_54, aten.sub.Tensor 2025-06-06T00:20:25.6020042Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_82, aten.add.Tensor 2025-06-06T00:20:25.6020785Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_55, aten.sub.Tensor 2025-06-06T00:20:25.6021753Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_83, aten.add.Tensor 2025-06-06T00:20:25.6022520Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_56, aten.sub.Tensor 2025-06-06T00:20:25.6023350Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_84, aten.add.Tensor 2025-06-06T00:20:25.6024111Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_57, aten.sub.Tensor 2025-06-06T00:20:25.6024847Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_85, aten.add.Tensor 2025-06-06T00:20:25.6025596Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_58, aten.sub.Tensor 2025-06-06T00:20:25.6026345Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_86, aten.add.Tensor 2025-06-06T00:20:25.6027111Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_59, aten.sub.Tensor 2025-06-06T00:20:25.6027860Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_87, aten.add.Tensor 2025-06-06T00:20:25.6028611Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_60, aten.sub.Tensor 2025-06-06T00:20:25.6029406Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_532, aten._to_copy.default 2025-06-06T00:20:25.6030209Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_88, aten.add.Tensor 2025-06-06T00:20:25.6031079Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_533, aten._to_copy.default 2025-06-06T00:20:25.6031885Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_61, aten.sub.Tensor 2025-06-06T00:20:25.6032682Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_534, aten._to_copy.default 2025-06-06T00:20:25.6033468Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_89, aten.add.Tensor 2025-06-06T00:20:25.6034268Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_535, aten._to_copy.default 2025-06-06T00:20:25.6035116Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_62, aten.sub.Tensor 2025-06-06T00:20:25.6035912Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_536, aten._to_copy.default 2025-06-06T00:20:25.6036767Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_90, aten.add.Tensor 2025-06-06T00:20:25.6037562Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_537, aten._to_copy.default 2025-06-06T00:20:25.6038366Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_63, aten.sub.Tensor 2025-06-06T00:20:25.6039159Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_538, aten._to_copy.default 2025-06-06T00:20:25.6039963Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_91, aten.add.Tensor 2025-06-06T00:20:25.6040770Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_539, aten._to_copy.default 2025-06-06T00:20:25.6041556Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_64, aten.sub.Tensor 2025-06-06T00:20:25.6042356Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_540, aten._to_copy.default 2025-06-06T00:20:25.6043142Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_92, aten.add.Tensor 2025-06-06T00:20:25.6043941Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_541, aten._to_copy.default 2025-06-06T00:20:25.6044740Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_65, aten.sub.Tensor 2025-06-06T00:20:25.6045525Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_542, aten._to_copy.default 2025-06-06T00:20:25.6046323Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_93, aten.add.Tensor 2025-06-06T00:20:25.6047149Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_543, aten._to_copy.default 2025-06-06T00:20:25.6047953Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_66, aten.sub.Tensor 2025-06-06T00:20:25.6048788Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_544, aten._to_copy.default 2025-06-06T00:20:25.6049661Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_94, aten.add.Tensor 2025-06-06T00:20:25.6050461Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_545, aten._to_copy.default 2025-06-06T00:20:25.6051248Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_67, aten.sub.Tensor 2025-06-06T00:20:25.6052048Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_546, aten._to_copy.default 2025-06-06T00:20:25.6052849Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_95, aten.add.Tensor 2025-06-06T00:20:25.6053647Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_547, aten._to_copy.default 2025-06-06T00:20:25.6054446Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_68, aten.sub.Tensor 2025-06-06T00:20:25.6055237Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_548, aten._to_copy.default 2025-06-06T00:20:25.6056041Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_96, aten.add.Tensor 2025-06-06T00:20:25.6056842Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_549, aten._to_copy.default 2025-06-06T00:20:25.6057634Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_69, aten.sub.Tensor 2025-06-06T00:20:25.6058445Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_550, aten._to_copy.default 2025-06-06T00:20:25.6059436Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_97, aten.add.Tensor 2025-06-06T00:20:25.6060328Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_551, aten._to_copy.default 2025-06-06T00:20:25.6061128Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_70, aten.sub.Tensor 2025-06-06T00:20:25.6061983Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_552, aten._to_copy.default 2025-06-06T00:20:25.6062788Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_98, aten.add.Tensor 2025-06-06T00:20:25.6063580Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_553, aten._to_copy.default 2025-06-06T00:20:25.6064378Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_71, aten.sub.Tensor 2025-06-06T00:20:25.6065179Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_554, aten._to_copy.default 2025-06-06T00:20:25.6065966Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_99, aten.add.Tensor 2025-06-06T00:20:25.6066771Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_555, aten._to_copy.default 2025-06-06T00:20:25.6067569Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_98, aten.cat.default 2025-06-06T00:20:25.6068351Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_99, aten.cat.default 2025-06-06T00:20:25.6069222Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_100, aten.cat.default 2025-06-06T00:20:25.6070065Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_101, aten.cat.default 2025-06-06T00:20:25.6070899Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_102, aten.cat.default 2025-06-06T00:20:25.6071662Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_103, aten.cat.default 2025-06-06T00:20:25.6072491Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_104, aten.cat.default 2025-06-06T00:20:25.6073257Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_105, aten.cat.default 2025-06-06T00:20:25.6074040Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_106, aten.cat.default 2025-06-06T00:20:25.6074923Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_107, aten.cat.default 2025-06-06T00:20:25.6075685Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_108, aten.cat.default 2025-06-06T00:20:25.6076457Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_109, aten.cat.default 2025-06-06T00:20:25.6077220Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_110, aten.cat.default 2025-06-06T00:20:25.6077997Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_111, aten.cat.default 2025-06-06T00:20:25.6078771Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_112, aten.cat.default 2025-06-06T00:20:25.6079536Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_113, aten.cat.default 2025-06-06T00:20:25.6080305Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_114, aten.cat.default 2025-06-06T00:20:25.6081068Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_115, aten.cat.default 2025-06-06T00:20:25.6081836Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_116, aten.cat.default 2025-06-06T00:20:25.6082620Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_117, aten.cat.default 2025-06-06T00:20:25.6083387Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_118, aten.cat.default 2025-06-06T00:20:25.6084164Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_119, aten.cat.default 2025-06-06T00:20:26.0561558Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_120, aten.cat.default 2025-06-06T00:20:26.0562661Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_121, aten.cat.default 2025-06-06T00:20:26.0563507Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_143, aten.permute_copy.default 2025-06-06T00:20:26.0564514Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_144, aten.permute_copy.default 2025-06-06T00:20:26.0565434Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_145, aten.permute_copy.default 2025-06-06T00:20:26.0566338Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_146, aten.permute_copy.default 2025-06-06T00:20:26.0567258Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_147, aten.permute_copy.default 2025-06-06T00:20:26.0568168Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_148, aten.permute_copy.default 2025-06-06T00:20:26.0569091Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_149, aten.permute_copy.default 2025-06-06T00:20:26.0570090Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_150, aten.permute_copy.default 2025-06-06T00:20:26.0571002Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_151, aten.permute_copy.default 2025-06-06T00:20:26.0571926Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_152, aten.permute_copy.default 2025-06-06T00:20:26.0572831Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_153, aten.permute_copy.default 2025-06-06T00:20:26.0573777Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_154, aten.permute_copy.default 2025-06-06T00:20:26.0574624Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_122, aten.cat.default 2025-06-06T00:20:26.0575466Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_124, aten.cat.default 2025-06-06T00:20:26.0576232Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_126, aten.cat.default 2025-06-06T00:20:26.0577068Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_128, aten.cat.default 2025-06-06T00:20:26.0577837Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_130, aten.cat.default 2025-06-06T00:20:26.0578613Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_132, aten.cat.default 2025-06-06T00:20:26.0579387Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_134, aten.cat.default 2025-06-06T00:20:26.0580149Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_136, aten.cat.default 2025-06-06T00:20:26.0580924Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_138, aten.cat.default 2025-06-06T00:20:26.0581687Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_140, aten.cat.default 2025-06-06T00:20:26.0582465Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_142, aten.cat.default 2025-06-06T00:20:26.0583239Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_144, aten.cat.default 2025-06-06T00:20:26.0584057Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_48, aten.matmul.default 2025-06-06T00:20:26.0584871Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_50, aten.matmul.default 2025-06-06T00:20:26.0585674Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_52, aten.matmul.default 2025-06-06T00:20:26.0586490Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_54, aten.matmul.default 2025-06-06T00:20:26.0587304Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_56, aten.matmul.default 2025-06-06T00:20:26.0588107Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_58, aten.matmul.default 2025-06-06T00:20:26.0588958Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_60, aten.matmul.default 2025-06-06T00:20:26.0589761Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_62, aten.matmul.default 2025-06-06T00:20:26.0590604Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_64, aten.matmul.default 2025-06-06T00:20:26.0591420Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_66, aten.matmul.default 2025-06-06T00:20:26.0592223Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_68, aten.matmul.default 2025-06-06T00:20:26.0593037Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_70, aten.matmul.default 2025-06-06T00:20:26.0593808Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_24, aten.div.Tensor 2025-06-06T00:20:26.0594570Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_25, aten.div.Tensor 2025-06-06T00:20:26.0595406Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_26, aten.div.Tensor 2025-06-06T00:20:26.0596226Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_27, aten.div.Tensor 2025-06-06T00:20:26.0596978Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_28, aten.div.Tensor 2025-06-06T00:20:26.0597717Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_29, aten.div.Tensor 2025-06-06T00:20:26.0598470Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_30, aten.div.Tensor 2025-06-06T00:20:26.0599210Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_31, aten.div.Tensor 2025-06-06T00:20:26.0599961Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_32, aten.div.Tensor 2025-06-06T00:20:26.0600754Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_33, aten.div.Tensor 2025-06-06T00:20:26.0601498Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_34, aten.div.Tensor 2025-06-06T00:20:26.0602282Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_35, aten.div.Tensor 2025-06-06T00:20:26.0603029Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_100, aten.add.Tensor 2025-06-06T00:20:26.0603790Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_101, aten.add.Tensor 2025-06-06T00:20:26.0604547Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_102, aten.add.Tensor 2025-06-06T00:20:26.0605294Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_103, aten.add.Tensor 2025-06-06T00:20:26.0606054Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_104, aten.add.Tensor 2025-06-06T00:20:26.0606798Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_105, aten.add.Tensor 2025-06-06T00:20:26.0607560Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_106, aten.add.Tensor 2025-06-06T00:20:26.0608322Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_107, aten.add.Tensor 2025-06-06T00:20:26.0609073Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_108, aten.add.Tensor 2025-06-06T00:20:26.0609900Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_109, aten.add.Tensor 2025-06-06T00:20:26.0610781Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_110, aten.add.Tensor 2025-06-06T00:20:26.0611793Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_111, aten.add.Tensor 2025-06-06T00:20:26.0612664Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_24, aten._softmax.default 2025-06-06T00:20:26.0613514Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_25, aten._softmax.default 2025-06-06T00:20:26.0614432Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_26, aten._softmax.default 2025-06-06T00:20:26.0615269Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_27, aten._softmax.default 2025-06-06T00:20:26.0616157Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_28, aten._softmax.default 2025-06-06T00:20:26.0617010Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_29, aten._softmax.default 2025-06-06T00:20:26.0617847Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_30, aten._softmax.default 2025-06-06T00:20:26.0618695Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_31, aten._softmax.default 2025-06-06T00:20:26.0619529Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_32, aten._softmax.default 2025-06-06T00:20:26.0620376Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_33, aten._softmax.default 2025-06-06T00:20:26.0621225Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_34, aten._softmax.default 2025-06-06T00:20:26.0622066Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_35, aten._softmax.default 2025-06-06T00:20:26.0622903Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_49, aten.matmul.default 2025-06-06T00:20:26.0623713Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_51, aten.matmul.default 2025-06-06T00:20:26.0624529Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_53, aten.matmul.default 2025-06-06T00:20:26.0625346Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_55, aten.matmul.default 2025-06-06T00:20:26.0626186Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_57, aten.matmul.default 2025-06-06T00:20:26.6167009Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_59, aten.matmul.default 2025-06-06T00:20:26.6178071Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_61, aten.matmul.default 2025-06-06T00:20:26.6179831Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_63, aten.matmul.default 2025-06-06T00:20:26.6181266Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_65, aten.matmul.default 2025-06-06T00:20:26.6182719Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_67, aten.matmul.default 2025-06-06T00:20:26.6184153Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_69, aten.matmul.default 2025-06-06T00:20:26.6185607Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_71, aten.matmul.default 2025-06-06T00:20:26.6187034Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_146, aten.cat.default 2025-06-06T00:20:26.6188506Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_119, aten.view_copy.default 2025-06-06T00:20:26.6190114Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1251, aten.permute_copy.default 2025-06-06T00:20:26.6191738Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_116, aten.convolution.default 2025-06-06T00:20:26.6193379Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1252, aten.permute_copy.default 2025-06-06T00:20:26.6194975Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_120, aten.view_copy.default 2025-06-06T00:20:26.6196411Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_112, aten.add.Tensor 2025-06-06T00:20:26.6197837Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_rms_norm_default_5, aten.rms_norm.default 2025-06-06T00:20:26.6199442Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_121, aten.view_copy.default 2025-06-06T00:20:26.6201182Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1253, aten.permute_copy.default 2025-06-06T00:20:26.6202899Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_117, aten.convolution.default 2025-06-06T00:20:26.6204525Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_118, aten.convolution.default 2025-06-06T00:20:26.6206061Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sigmoid_default_2, aten.sigmoid.default 2025-06-06T00:20:26.6207465Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_292, aten.mul.Tensor 2025-06-06T00:20:26.6208794Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_293, aten.mul.Tensor 2025-06-06T00:20:26.6210351Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_119, aten.convolution.default 2025-06-06T00:20:26.6211990Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1254, aten.permute_copy.default 2025-06-06T00:20:26.6213576Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_122, aten.view_copy.default 2025-06-06T00:20:26.6215026Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_113, aten.add.Tensor 2025-06-06T00:20:26.6216434Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_rms_norm_default_6, aten.rms_norm.default 2025-06-06T00:20:26.6217961Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_123, aten.view_copy.default 2025-06-06T00:20:26.6219556Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1255, aten.permute_copy.default 2025-06-06T00:20:26.6221197Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_556, aten._to_copy.default 2025-06-06T00:20:26.6222763Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_120, aten.convolution.default 2025-06-06T00:20:26.6224388Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1256, aten.permute_copy.default 2025-06-06T00:20:26.6226066Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_121, aten.convolution.default 2025-06-06T00:20:26.6227700Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1257, aten.permute_copy.default 2025-06-06T00:20:26.6229317Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_122, aten.convolution.default 2025-06-06T00:20:26.6230954Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1258, aten.permute_copy.default 2025-06-06T00:20:26.6232572Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_123, aten.convolution.default 2025-06-06T00:20:26.6234217Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1259, aten.permute_copy.default 2025-06-06T00:20:26.6235847Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_124, aten.convolution.default 2025-06-06T00:20:26.6237471Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1260, aten.permute_copy.default 2025-06-06T00:20:26.6239107Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_125, aten.convolution.default 2025-06-06T00:20:26.6240762Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1261, aten.permute_copy.default 2025-06-06T00:20:26.6242398Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_126, aten.convolution.default 2025-06-06T00:20:26.6244023Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1262, aten.permute_copy.default 2025-06-06T00:20:26.6245697Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_127, aten.convolution.default 2025-06-06T00:20:26.6247332Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1263, aten.permute_copy.default 2025-06-06T00:20:26.6249006Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_128, aten.convolution.default 2025-06-06T00:20:26.6250705Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1264, aten.permute_copy.default 2025-06-06T00:20:26.6252343Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_129, aten.convolution.default 2025-06-06T00:20:26.6253974Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1265, aten.permute_copy.default 2025-06-06T00:20:26.6255624Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_130, aten.convolution.default 2025-06-06T00:20:26.6257278Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1266, aten.permute_copy.default 2025-06-06T00:20:26.6258917Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_131, aten.convolution.default 2025-06-06T00:20:26.6260790Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1267, aten.permute_copy.default 2025-06-06T00:20:26.6262419Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_132, aten.convolution.default 2025-06-06T00:20:26.6264033Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1268, aten.permute_copy.default 2025-06-06T00:20:26.6265677Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_133, aten.convolution.default 2025-06-06T00:20:26.6267303Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1269, aten.permute_copy.default 2025-06-06T00:20:26.6268991Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_134, aten.convolution.default 2025-06-06T00:20:26.6270627Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1270, aten.permute_copy.default 2025-06-06T00:20:26.6272333Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_135, aten.convolution.default 2025-06-06T00:20:26.6273951Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1271, aten.permute_copy.default 2025-06-06T00:20:26.6275582Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_136, aten.convolution.default 2025-06-06T00:20:26.6277211Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1272, aten.permute_copy.default 2025-06-06T00:20:26.6278830Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_137, aten.convolution.default 2025-06-06T00:20:26.6280462Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1273, aten.permute_copy.default 2025-06-06T00:20:26.6282095Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_138, aten.convolution.default 2025-06-06T00:20:26.6283719Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1274, aten.permute_copy.default 2025-06-06T00:20:26.6285347Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_139, aten.convolution.default 2025-06-06T00:20:26.6286971Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1275, aten.permute_copy.default 2025-06-06T00:20:26.6288603Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_140, aten.convolution.default 2025-06-06T00:20:26.6290290Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1276, aten.permute_copy.default 2025-06-06T00:20:26.6291916Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_141, aten.convolution.default 2025-06-06T00:20:26.9415457Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1277, aten.permute_copy.default 2025-06-06T00:20:26.9417366Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_142, aten.convolution.default 2025-06-06T00:20:26.9419001Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1278, aten.permute_copy.default 2025-06-06T00:20:26.9420638Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_143, aten.convolution.default 2025-06-06T00:20:26.9422272Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1279, aten.permute_copy.default 2025-06-06T00:20:26.9423894Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_144, aten.convolution.default 2025-06-06T00:20:26.9425529Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1280, aten.permute_copy.default 2025-06-06T00:20:26.9427169Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_145, aten.convolution.default 2025-06-06T00:20:26.9428791Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1281, aten.permute_copy.default 2025-06-06T00:20:26.9430430Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_146, aten.convolution.default 2025-06-06T00:20:26.9432056Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1282, aten.permute_copy.default 2025-06-06T00:20:26.9433685Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_147, aten.convolution.default 2025-06-06T00:20:26.9435319Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1283, aten.permute_copy.default 2025-06-06T00:20:26.9437013Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_148, aten.convolution.default 2025-06-06T00:20:26.9438656Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1284, aten.permute_copy.default 2025-06-06T00:20:26.9440351Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_149, aten.convolution.default 2025-06-06T00:20:26.9441990Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1285, aten.permute_copy.default 2025-06-06T00:20:26.9443632Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_150, aten.convolution.default 2025-06-06T00:20:26.9445253Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1286, aten.permute_copy.default 2025-06-06T00:20:26.9446895Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_151, aten.convolution.default 2025-06-06T00:20:26.9448526Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1287, aten.permute_copy.default 2025-06-06T00:20:26.9450251Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_152, aten.convolution.default 2025-06-06T00:20:26.9451893Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1288, aten.permute_copy.default 2025-06-06T00:20:26.9453780Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_153, aten.convolution.default 2025-06-06T00:20:26.9455432Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1289, aten.permute_copy.default 2025-06-06T00:20:26.9457061Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_154, aten.convolution.default 2025-06-06T00:20:26.9458709Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1290, aten.permute_copy.default 2025-06-06T00:20:26.9460483Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_155, aten.convolution.default 2025-06-06T00:20:26.9462189Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1291, aten.permute_copy.default 2025-06-06T00:20:26.9463828Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_124, aten.view_copy.default 2025-06-06T00:20:26.9465443Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_125, aten.view_copy.default 2025-06-06T00:20:26.9466986Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_126, aten.view_copy.default 2025-06-06T00:20:26.9468530Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_127, aten.view_copy.default 2025-06-06T00:20:26.9470059Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_128, aten.view_copy.default 2025-06-06T00:20:26.9471609Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_129, aten.view_copy.default 2025-06-06T00:20:26.9473158Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_130, aten.view_copy.default 2025-06-06T00:20:26.9474681Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_131, aten.view_copy.default 2025-06-06T00:20:26.9476237Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_132, aten.view_copy.default 2025-06-06T00:20:26.9477760Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_133, aten.view_copy.default 2025-06-06T00:20:26.9479311Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_134, aten.view_copy.default 2025-06-06T00:20:26.9480864Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_135, aten.view_copy.default 2025-06-06T00:20:26.9482407Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_136, aten.view_copy.default 2025-06-06T00:20:26.9484006Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_137, aten.view_copy.default 2025-06-06T00:20:26.9485546Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_138, aten.view_copy.default 2025-06-06T00:20:26.9487194Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_139, aten.view_copy.default 2025-06-06T00:20:26.9488751Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_140, aten.view_copy.default 2025-06-06T00:20:26.9490350Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_141, aten.view_copy.default 2025-06-06T00:20:26.9491902Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_142, aten.view_copy.default 2025-06-06T00:20:26.9493436Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_143, aten.view_copy.default 2025-06-06T00:20:26.9494981Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_144, aten.view_copy.default 2025-06-06T00:20:26.9496530Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_145, aten.view_copy.default 2025-06-06T00:20:26.9498063Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_146, aten.view_copy.default 2025-06-06T00:20:26.9499606Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_147, aten.view_copy.default 2025-06-06T00:20:26.9501153Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_148, aten.view_copy.default 2025-06-06T00:20:26.9502707Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_149, aten.view_copy.default 2025-06-06T00:20:26.9504253Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_150, aten.view_copy.default 2025-06-06T00:20:26.9505784Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_151, aten.view_copy.default 2025-06-06T00:20:26.9507341Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_152, aten.view_copy.default 2025-06-06T00:20:26.9508924Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_153, aten.view_copy.default 2025-06-06T00:20:26.9510508Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_154, aten.view_copy.default 2025-06-06T00:20:26.9512052Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_155, aten.view_copy.default 2025-06-06T00:20:26.9513579Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_156, aten.view_copy.default 2025-06-06T00:20:26.9515122Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_157, aten.view_copy.default 2025-06-06T00:20:26.9516668Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_158, aten.view_copy.default 2025-06-06T00:20:26.9518202Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_159, aten.view_copy.default 2025-06-06T00:20:26.9519747Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_144, aten.slice_copy.Tensor 2025-06-06T00:20:26.9521288Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_145, aten.slice_copy.Tensor 2025-06-06T00:20:26.9522839Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_146, aten.slice_copy.Tensor 2025-06-06T00:20:26.9524383Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_147, aten.slice_copy.Tensor 2025-06-06T00:20:26.9525917Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_148, aten.slice_copy.Tensor 2025-06-06T00:20:26.9527462Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_149, aten.slice_copy.Tensor 2025-06-06T00:20:26.9528998Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_150, aten.slice_copy.Tensor 2025-06-06T00:20:26.9530671Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_151, aten.slice_copy.Tensor 2025-06-06T00:20:27.3329040Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_152, aten.slice_copy.Tensor 2025-06-06T00:20:27.3330379Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_153, aten.slice_copy.Tensor 2025-06-06T00:20:27.3331254Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_154, aten.slice_copy.Tensor 2025-06-06T00:20:27.3332155Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_155, aten.slice_copy.Tensor 2025-06-06T00:20:27.3333012Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_156, aten.slice_copy.Tensor 2025-06-06T00:20:27.3333880Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_157, aten.slice_copy.Tensor 2025-06-06T00:20:27.3334751Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_158, aten.slice_copy.Tensor 2025-06-06T00:20:27.3335616Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_159, aten.slice_copy.Tensor 2025-06-06T00:20:27.3336486Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_160, aten.slice_copy.Tensor 2025-06-06T00:20:27.3337340Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_161, aten.slice_copy.Tensor 2025-06-06T00:20:27.3338208Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_162, aten.slice_copy.Tensor 2025-06-06T00:20:27.3339074Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_163, aten.slice_copy.Tensor 2025-06-06T00:20:27.3339928Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_164, aten.slice_copy.Tensor 2025-06-06T00:20:27.3340800Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_165, aten.slice_copy.Tensor 2025-06-06T00:20:27.3341751Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_166, aten.slice_copy.Tensor 2025-06-06T00:20:27.3342619Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_167, aten.slice_copy.Tensor 2025-06-06T00:20:27.3343537Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_168, aten.slice_copy.Tensor 2025-06-06T00:20:27.3344391Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_169, aten.slice_copy.Tensor 2025-06-06T00:20:27.3345254Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_170, aten.slice_copy.Tensor 2025-06-06T00:20:27.3346105Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_171, aten.slice_copy.Tensor 2025-06-06T00:20:27.3346971Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_172, aten.slice_copy.Tensor 2025-06-06T00:20:27.3347839Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_173, aten.slice_copy.Tensor 2025-06-06T00:20:27.3348694Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_174, aten.slice_copy.Tensor 2025-06-06T00:20:27.3349562Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_175, aten.slice_copy.Tensor 2025-06-06T00:20:27.3350409Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_176, aten.slice_copy.Tensor 2025-06-06T00:20:27.3351267Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_177, aten.slice_copy.Tensor 2025-06-06T00:20:27.3352131Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_178, aten.slice_copy.Tensor 2025-06-06T00:20:27.3352981Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_179, aten.slice_copy.Tensor 2025-06-06T00:20:27.3353897Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_180, aten.slice_copy.Tensor 2025-06-06T00:20:27.3354755Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_181, aten.slice_copy.Tensor 2025-06-06T00:20:27.3355654Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_182, aten.slice_copy.Tensor 2025-06-06T00:20:27.3356524Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_183, aten.slice_copy.Tensor 2025-06-06T00:20:27.3357375Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_184, aten.slice_copy.Tensor 2025-06-06T00:20:27.3358241Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_185, aten.slice_copy.Tensor 2025-06-06T00:20:27.3359094Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_186, aten.slice_copy.Tensor 2025-06-06T00:20:27.3360152Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_187, aten.slice_copy.Tensor 2025-06-06T00:20:27.3361024Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_188, aten.slice_copy.Tensor 2025-06-06T00:20:27.3361889Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_189, aten.slice_copy.Tensor 2025-06-06T00:20:27.3362764Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_190, aten.slice_copy.Tensor 2025-06-06T00:20:27.3363617Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_191, aten.slice_copy.Tensor 2025-06-06T00:20:27.3364448Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_172, aten.cat.default 2025-06-06T00:20:27.3365229Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_174, aten.cat.default 2025-06-06T00:20:27.3365992Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_176, aten.cat.default 2025-06-06T00:20:27.3366764Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_178, aten.cat.default 2025-06-06T00:20:27.3367587Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_180, aten.cat.default 2025-06-06T00:20:27.3368366Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_182, aten.cat.default 2025-06-06T00:20:27.3369186Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_184, aten.cat.default 2025-06-06T00:20:27.3370021Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_186, aten.cat.default 2025-06-06T00:20:27.3370796Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_188, aten.cat.default 2025-06-06T00:20:27.3371559Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_190, aten.cat.default 2025-06-06T00:20:27.3372335Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_192, aten.cat.default 2025-06-06T00:20:27.3373117Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_194, aten.cat.default 2025-06-06T00:20:27.3373882Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_294, aten.mul.Tensor 2025-06-06T00:20:27.3374647Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_296, aten.mul.Tensor 2025-06-06T00:20:27.3375394Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_295, aten.mul.Tensor 2025-06-06T00:20:27.3376154Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_297, aten.mul.Tensor 2025-06-06T00:20:27.3376908Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_298, aten.mul.Tensor 2025-06-06T00:20:27.3377652Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_300, aten.mul.Tensor 2025-06-06T00:20:27.3378400Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_299, aten.mul.Tensor 2025-06-06T00:20:27.3379321Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_301, aten.mul.Tensor 2025-06-06T00:20:27.3380271Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_302, aten.mul.Tensor 2025-06-06T00:20:27.3381092Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_304, aten.mul.Tensor 2025-06-06T00:20:27.3381860Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_303, aten.mul.Tensor 2025-06-06T00:20:27.3382611Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_305, aten.mul.Tensor 2025-06-06T00:20:27.3383372Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_306, aten.mul.Tensor 2025-06-06T00:20:27.3384118Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_308, aten.mul.Tensor 2025-06-06T00:20:27.3384880Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_307, aten.mul.Tensor 2025-06-06T00:20:27.3385640Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_309, aten.mul.Tensor 2025-06-06T00:20:27.3386389Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_310, aten.mul.Tensor 2025-06-06T00:20:27.3387145Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_312, aten.mul.Tensor 2025-06-06T00:20:27.3387892Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_311, aten.mul.Tensor 2025-06-06T00:20:27.3388645Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_313, aten.mul.Tensor 2025-06-06T00:20:27.3389401Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_314, aten.mul.Tensor 2025-06-06T00:20:27.3390143Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_316, aten.mul.Tensor 2025-06-06T00:20:27.3390902Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_315, aten.mul.Tensor 2025-06-06T00:20:27.3391647Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_317, aten.mul.Tensor 2025-06-06T00:20:27.3392452Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_318, aten.mul.Tensor 2025-06-06T00:20:27.3393209Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_320, aten.mul.Tensor 2025-06-06T00:20:27.3393955Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_319, aten.mul.Tensor 2025-06-06T00:20:27.7754492Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_321, aten.mul.Tensor 2025-06-06T00:20:27.7755345Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_322, aten.mul.Tensor 2025-06-06T00:20:27.7756099Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_324, aten.mul.Tensor 2025-06-06T00:20:27.7756867Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_323, aten.mul.Tensor 2025-06-06T00:20:27.7757620Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_325, aten.mul.Tensor 2025-06-06T00:20:27.7758385Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_326, aten.mul.Tensor 2025-06-06T00:20:27.7759308Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_328, aten.mul.Tensor 2025-06-06T00:20:27.7760076Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_327, aten.mul.Tensor 2025-06-06T00:20:27.7760837Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_329, aten.mul.Tensor 2025-06-06T00:20:27.7761588Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_330, aten.mul.Tensor 2025-06-06T00:20:27.7762349Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_332, aten.mul.Tensor 2025-06-06T00:20:27.7763105Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_331, aten.mul.Tensor 2025-06-06T00:20:27.7763858Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_333, aten.mul.Tensor 2025-06-06T00:20:27.7764700Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_334, aten.mul.Tensor 2025-06-06T00:20:27.7765459Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_336, aten.mul.Tensor 2025-06-06T00:20:27.7766280Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_335, aten.mul.Tensor 2025-06-06T00:20:27.7767048Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_337, aten.mul.Tensor 2025-06-06T00:20:27.7767794Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_338, aten.mul.Tensor 2025-06-06T00:20:27.7768555Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_340, aten.mul.Tensor 2025-06-06T00:20:27.7769308Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_339, aten.mul.Tensor 2025-06-06T00:20:27.7770138Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_341, aten.mul.Tensor 2025-06-06T00:20:27.7770885Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_342, aten.mul.Tensor 2025-06-06T00:20:27.7771650Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_344, aten.mul.Tensor 2025-06-06T00:20:27.7772409Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_343, aten.mul.Tensor 2025-06-06T00:20:27.7773161Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_345, aten.mul.Tensor 2025-06-06T00:20:27.7773919Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_346, aten.mul.Tensor 2025-06-06T00:20:27.7774662Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_348, aten.mul.Tensor 2025-06-06T00:20:27.7775418Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_347, aten.mul.Tensor 2025-06-06T00:20:27.7776173Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_349, aten.mul.Tensor 2025-06-06T00:20:27.7776946Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_350, aten.mul.Tensor 2025-06-06T00:20:27.7777763Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_352, aten.mul.Tensor 2025-06-06T00:20:27.7778520Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_351, aten.mul.Tensor 2025-06-06T00:20:27.7779312Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_353, aten.mul.Tensor 2025-06-06T00:20:27.7780075Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_354, aten.mul.Tensor 2025-06-06T00:20:27.7780819Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_356, aten.mul.Tensor 2025-06-06T00:20:27.7781575Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_355, aten.mul.Tensor 2025-06-06T00:20:27.7782328Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_357, aten.mul.Tensor 2025-06-06T00:20:27.7783072Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_358, aten.mul.Tensor 2025-06-06T00:20:27.7783831Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_360, aten.mul.Tensor 2025-06-06T00:20:27.7784575Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_359, aten.mul.Tensor 2025-06-06T00:20:27.7785336Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_361, aten.mul.Tensor 2025-06-06T00:20:27.7786080Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_362, aten.mul.Tensor 2025-06-06T00:20:27.7786835Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_364, aten.mul.Tensor 2025-06-06T00:20:27.7787591Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_363, aten.mul.Tensor 2025-06-06T00:20:27.7788336Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_365, aten.mul.Tensor 2025-06-06T00:20:27.7789091Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_366, aten.mul.Tensor 2025-06-06T00:20:27.7789866Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_368, aten.mul.Tensor 2025-06-06T00:20:27.7790626Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_367, aten.mul.Tensor 2025-06-06T00:20:27.7791421Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_369, aten.mul.Tensor 2025-06-06T00:20:27.7792167Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_370, aten.mul.Tensor 2025-06-06T00:20:27.7792924Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_372, aten.mul.Tensor 2025-06-06T00:20:27.7793667Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_371, aten.mul.Tensor 2025-06-06T00:20:27.7794430Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_373, aten.mul.Tensor 2025-06-06T00:20:27.7795192Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_374, aten.mul.Tensor 2025-06-06T00:20:27.7795941Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_376, aten.mul.Tensor 2025-06-06T00:20:27.7796700Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_375, aten.mul.Tensor 2025-06-06T00:20:27.7797449Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_377, aten.mul.Tensor 2025-06-06T00:20:27.7798208Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_378, aten.mul.Tensor 2025-06-06T00:20:27.7798962Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_380, aten.mul.Tensor 2025-06-06T00:20:27.7799707Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_379, aten.mul.Tensor 2025-06-06T00:20:27.7800463Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_381, aten.mul.Tensor 2025-06-06T00:20:27.7801213Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_382, aten.mul.Tensor 2025-06-06T00:20:27.7801975Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_384, aten.mul.Tensor 2025-06-06T00:20:27.7802768Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_383, aten.mul.Tensor 2025-06-06T00:20:27.7803514Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_385, aten.mul.Tensor 2025-06-06T00:20:27.7804304Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_386, aten.mul.Tensor 2025-06-06T00:20:27.7805240Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_388, aten.mul.Tensor 2025-06-06T00:20:27.7806011Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_387, aten.mul.Tensor 2025-06-06T00:20:27.7806754Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_389, aten.mul.Tensor 2025-06-06T00:20:27.7807517Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_72, aten.sub.Tensor 2025-06-06T00:20:27.7808279Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_114, aten.add.Tensor 2025-06-06T00:20:27.7809026Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_73, aten.sub.Tensor 2025-06-06T00:20:27.7809858Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_115, aten.add.Tensor 2025-06-06T00:20:27.7810607Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_74, aten.sub.Tensor 2025-06-06T00:20:27.7811366Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_116, aten.add.Tensor 2025-06-06T00:20:27.7812120Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_75, aten.sub.Tensor 2025-06-06T00:20:27.7812867Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_117, aten.add.Tensor 2025-06-06T00:20:27.7813617Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_76, aten.sub.Tensor 2025-06-06T00:20:27.7814359Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_118, aten.add.Tensor 2025-06-06T00:20:27.7815155Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_77, aten.sub.Tensor 2025-06-06T00:20:27.7815909Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_119, aten.add.Tensor 2025-06-06T00:20:27.7816695Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_78, aten.sub.Tensor 2025-06-06T00:20:27.7817453Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_120, aten.add.Tensor 2025-06-06T00:20:27.7818197Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_79, aten.sub.Tensor 2025-06-06T00:20:27.7818946Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_121, aten.add.Tensor 2025-06-06T00:20:28.2247628Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_80, aten.sub.Tensor 2025-06-06T00:20:28.2248435Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_122, aten.add.Tensor 2025-06-06T00:20:28.2249210Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_81, aten.sub.Tensor 2025-06-06T00:20:28.2250039Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_123, aten.add.Tensor 2025-06-06T00:20:28.2250794Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_82, aten.sub.Tensor 2025-06-06T00:20:28.2251563Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_124, aten.add.Tensor 2025-06-06T00:20:28.2252304Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_83, aten.sub.Tensor 2025-06-06T00:20:28.2253058Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_125, aten.add.Tensor 2025-06-06T00:20:28.2253812Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_84, aten.sub.Tensor 2025-06-06T00:20:28.2254606Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_557, aten._to_copy.default 2025-06-06T00:20:28.2255414Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_126, aten.add.Tensor 2025-06-06T00:20:28.2256428Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_558, aten._to_copy.default 2025-06-06T00:20:28.2257235Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_85, aten.sub.Tensor 2025-06-06T00:20:28.2258096Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_559, aten._to_copy.default 2025-06-06T00:20:28.2258893Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_127, aten.add.Tensor 2025-06-06T00:20:28.2259867Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_560, aten._to_copy.default 2025-06-06T00:20:28.2260663Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_86, aten.sub.Tensor 2025-06-06T00:20:28.2261471Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_561, aten._to_copy.default 2025-06-06T00:20:28.2262289Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_128, aten.add.Tensor 2025-06-06T00:20:28.2263088Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_562, aten._to_copy.default 2025-06-06T00:20:28.2263896Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_87, aten.sub.Tensor 2025-06-06T00:20:28.2264839Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_563, aten._to_copy.default 2025-06-06T00:20:28.2265794Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_129, aten.add.Tensor 2025-06-06T00:20:28.2266606Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_564, aten._to_copy.default 2025-06-06T00:20:28.2267400Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_88, aten.sub.Tensor 2025-06-06T00:20:28.2268205Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_565, aten._to_copy.default 2025-06-06T00:20:28.2269080Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_130, aten.add.Tensor 2025-06-06T00:20:28.2269893Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_566, aten._to_copy.default 2025-06-06T00:20:28.2270797Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_89, aten.sub.Tensor 2025-06-06T00:20:28.2271591Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_567, aten._to_copy.default 2025-06-06T00:20:28.2272403Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_131, aten.add.Tensor 2025-06-06T00:20:28.2273201Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_568, aten._to_copy.default 2025-06-06T00:20:28.2274010Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_90, aten.sub.Tensor 2025-06-06T00:20:28.2274819Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_569, aten._to_copy.default 2025-06-06T00:20:28.2275618Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_132, aten.add.Tensor 2025-06-06T00:20:28.2276428Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_570, aten._to_copy.default 2025-06-06T00:20:28.2277225Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_91, aten.sub.Tensor 2025-06-06T00:20:28.2278030Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_571, aten._to_copy.default 2025-06-06T00:20:28.2278843Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_133, aten.add.Tensor 2025-06-06T00:20:28.2279640Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_572, aten._to_copy.default 2025-06-06T00:20:28.2280477Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_92, aten.sub.Tensor 2025-06-06T00:20:28.2281325Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_573, aten._to_copy.default 2025-06-06T00:20:28.2282349Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_134, aten.add.Tensor 2025-06-06T00:20:28.2283166Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_574, aten._to_copy.default 2025-06-06T00:20:28.2284017Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_93, aten.sub.Tensor 2025-06-06T00:20:28.2284826Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_575, aten._to_copy.default 2025-06-06T00:20:28.2285629Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_135, aten.add.Tensor 2025-06-06T00:20:28.2286426Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_576, aten._to_copy.default 2025-06-06T00:20:28.2287225Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_94, aten.sub.Tensor 2025-06-06T00:20:28.2288026Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_577, aten._to_copy.default 2025-06-06T00:20:28.2288838Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_136, aten.add.Tensor 2025-06-06T00:20:28.2289707Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_578, aten._to_copy.default 2025-06-06T00:20:28.2290521Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_95, aten.sub.Tensor 2025-06-06T00:20:28.2291323Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_579, aten._to_copy.default 2025-06-06T00:20:28.2292122Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_137, aten.add.Tensor 2025-06-06T00:20:28.2292930Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_580, aten._to_copy.default 2025-06-06T00:20:28.2293736Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_147, aten.cat.default 2025-06-06T00:20:28.2294557Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_148, aten.cat.default 2025-06-06T00:20:28.2295340Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_149, aten.cat.default 2025-06-06T00:20:28.2296142Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_150, aten.cat.default 2025-06-06T00:20:28.2296922Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_151, aten.cat.default 2025-06-06T00:20:28.2297684Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_152, aten.cat.default 2025-06-06T00:20:28.2298551Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_153, aten.cat.default 2025-06-06T00:20:28.2299514Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_154, aten.cat.default 2025-06-06T00:20:28.2300295Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_155, aten.cat.default 2025-06-06T00:20:28.2301081Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_156, aten.cat.default 2025-06-06T00:20:28.2301854Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_157, aten.cat.default 2025-06-06T00:20:28.2302635Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_158, aten.cat.default 2025-06-06T00:20:28.2303399Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_159, aten.cat.default 2025-06-06T00:20:28.2304179Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_160, aten.cat.default 2025-06-06T00:20:28.2304954Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_161, aten.cat.default 2025-06-06T00:20:28.2305719Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_162, aten.cat.default 2025-06-06T00:20:28.2306499Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_163, aten.cat.default 2025-06-06T00:20:28.2307269Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_164, aten.cat.default 2025-06-06T00:20:28.2308100Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_165, aten.cat.default 2025-06-06T00:20:28.2308882Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_166, aten.cat.default 2025-06-06T00:20:28.2309682Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_167, aten.cat.default 2025-06-06T00:20:28.2310461Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_168, aten.cat.default 2025-06-06T00:20:28.2311228Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_169, aten.cat.default 2025-06-06T00:20:28.2312007Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_170, aten.cat.default 2025-06-06T00:20:28.2312868Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_196, aten.permute_copy.default 2025-06-06T00:20:28.6857597Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_197, aten.permute_copy.default 2025-06-06T00:20:28.6858565Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_198, aten.permute_copy.default 2025-06-06T00:20:28.6859666Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_199, aten.permute_copy.default 2025-06-06T00:20:28.6860580Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_200, aten.permute_copy.default 2025-06-06T00:20:28.6861481Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_201, aten.permute_copy.default 2025-06-06T00:20:28.6862394Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_202, aten.permute_copy.default 2025-06-06T00:20:28.6863293Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_203, aten.permute_copy.default 2025-06-06T00:20:28.6864414Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_204, aten.permute_copy.default 2025-06-06T00:20:28.6865335Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_205, aten.permute_copy.default 2025-06-06T00:20:28.6866289Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_206, aten.permute_copy.default 2025-06-06T00:20:28.6867203Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_207, aten.permute_copy.default 2025-06-06T00:20:28.6868040Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_171, aten.cat.default 2025-06-06T00:20:28.6868819Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_173, aten.cat.default 2025-06-06T00:20:28.6869592Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_175, aten.cat.default 2025-06-06T00:20:28.6870351Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_177, aten.cat.default 2025-06-06T00:20:28.6871124Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_179, aten.cat.default 2025-06-06T00:20:28.6871883Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_181, aten.cat.default 2025-06-06T00:20:28.6872659Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_183, aten.cat.default 2025-06-06T00:20:28.6873430Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_185, aten.cat.default 2025-06-06T00:20:28.6874191Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_187, aten.cat.default 2025-06-06T00:20:28.6874964Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_189, aten.cat.default 2025-06-06T00:20:28.6875721Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_191, aten.cat.default 2025-06-06T00:20:28.6876488Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_193, aten.cat.default 2025-06-06T00:20:28.6877357Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_72, aten.matmul.default 2025-06-06T00:20:28.6878164Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_74, aten.matmul.default 2025-06-06T00:20:28.6879044Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_76, aten.matmul.default 2025-06-06T00:20:28.6879847Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_78, aten.matmul.default 2025-06-06T00:20:28.6880658Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_80, aten.matmul.default 2025-06-06T00:20:28.6881472Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_82, aten.matmul.default 2025-06-06T00:20:28.6882269Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_84, aten.matmul.default 2025-06-06T00:20:28.6883077Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_86, aten.matmul.default 2025-06-06T00:20:28.6883881Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_88, aten.matmul.default 2025-06-06T00:20:28.6884694Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_90, aten.matmul.default 2025-06-06T00:20:28.6885506Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_92, aten.matmul.default 2025-06-06T00:20:28.6886302Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_94, aten.matmul.default 2025-06-06T00:20:28.6887084Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_36, aten.div.Tensor 2025-06-06T00:20:28.6887823Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_37, aten.div.Tensor 2025-06-06T00:20:28.6888570Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_38, aten.div.Tensor 2025-06-06T00:20:28.6889347Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_39, aten.div.Tensor 2025-06-06T00:20:28.6890183Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_40, aten.div.Tensor 2025-06-06T00:20:28.6890932Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_41, aten.div.Tensor 2025-06-06T00:20:28.6891709Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_42, aten.div.Tensor 2025-06-06T00:20:28.6892539Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_43, aten.div.Tensor 2025-06-06T00:20:28.6893288Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_44, aten.div.Tensor 2025-06-06T00:20:28.6894023Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_45, aten.div.Tensor 2025-06-06T00:20:28.6894769Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_46, aten.div.Tensor 2025-06-06T00:20:28.6895498Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_47, aten.div.Tensor 2025-06-06T00:20:28.6896255Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_138, aten.add.Tensor 2025-06-06T00:20:28.6897013Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_139, aten.add.Tensor 2025-06-06T00:20:28.6897756Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_140, aten.add.Tensor 2025-06-06T00:20:28.6898516Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_141, aten.add.Tensor 2025-06-06T00:20:28.6899256Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_142, aten.add.Tensor 2025-06-06T00:20:28.6900014Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_143, aten.add.Tensor 2025-06-06T00:20:28.6900768Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_144, aten.add.Tensor 2025-06-06T00:20:28.6901509Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_145, aten.add.Tensor 2025-06-06T00:20:28.6902271Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_146, aten.add.Tensor 2025-06-06T00:20:28.6903053Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_147, aten.add.Tensor 2025-06-06T00:20:28.6903813Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_148, aten.add.Tensor 2025-06-06T00:20:28.6904601Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_149, aten.add.Tensor 2025-06-06T00:20:28.6905395Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_36, aten._softmax.default 2025-06-06T00:20:28.6906247Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_37, aten._softmax.default 2025-06-06T00:20:28.6907200Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_38, aten._softmax.default 2025-06-06T00:20:28.6908243Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_39, aten._softmax.default 2025-06-06T00:20:28.6909191Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_40, aten._softmax.default 2025-06-06T00:20:28.6910023Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_41, aten._softmax.default 2025-06-06T00:20:28.6910869Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_42, aten._softmax.default 2025-06-06T00:20:28.6911695Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_43, aten._softmax.default 2025-06-06T00:20:28.6912536Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_44, aten._softmax.default 2025-06-06T00:20:28.6913377Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_45, aten._softmax.default 2025-06-06T00:20:28.6914207Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_46, aten._softmax.default 2025-06-06T00:20:28.6915124Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_47, aten._softmax.default 2025-06-06T00:20:28.6915951Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_73, aten.matmul.default 2025-06-06T00:20:28.6916807Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_75, aten.matmul.default 2025-06-06T00:20:28.6917628Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_77, aten.matmul.default 2025-06-06T00:20:28.6918428Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_79, aten.matmul.default 2025-06-06T00:20:28.6919240Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_81, aten.matmul.default 2025-06-06T00:20:28.6920041Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_83, aten.matmul.default 2025-06-06T00:20:28.6920850Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_85, aten.matmul.default 2025-06-06T00:20:28.6921667Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_87, aten.matmul.default 2025-06-06T00:20:28.6922471Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_89, aten.matmul.default 2025-06-06T00:20:29.2423082Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_91, aten.matmul.default 2025-06-06T00:20:29.2424625Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_93, aten.matmul.default 2025-06-06T00:20:29.2426070Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_95, aten.matmul.default 2025-06-06T00:20:29.2427493Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_195, aten.cat.default 2025-06-06T00:20:29.2428960Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_160, aten.view_copy.default 2025-06-06T00:20:29.2430559Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1292, aten.permute_copy.default 2025-06-06T00:20:29.2432499Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_156, aten.convolution.default 2025-06-06T00:20:29.2434130Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1293, aten.permute_copy.default 2025-06-06T00:20:29.2435805Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_161, aten.view_copy.default 2025-06-06T00:20:29.2437261Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_150, aten.add.Tensor 2025-06-06T00:20:29.2438670Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_rms_norm_default_7, aten.rms_norm.default 2025-06-06T00:20:29.2440182Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_162, aten.view_copy.default 2025-06-06T00:20:29.2441826Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1294, aten.permute_copy.default 2025-06-06T00:20:29.2443449Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_157, aten.convolution.default 2025-06-06T00:20:29.2445076Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_158, aten.convolution.default 2025-06-06T00:20:29.2446609Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sigmoid_default_3, aten.sigmoid.default 2025-06-06T00:20:29.2448026Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_390, aten.mul.Tensor 2025-06-06T00:20:29.2449382Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_391, aten.mul.Tensor 2025-06-06T00:20:29.2450931Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_159, aten.convolution.default 2025-06-06T00:20:29.2452570Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1295, aten.permute_copy.default 2025-06-06T00:20:29.2454246Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_163, aten.view_copy.default 2025-06-06T00:20:29.2455703Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_151, aten.add.Tensor 2025-06-06T00:20:29.2457131Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_rms_norm_default_8, aten.rms_norm.default 2025-06-06T00:20:29.2458719Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_164, aten.view_copy.default 2025-06-06T00:20:29.2460464Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1296, aten.permute_copy.default 2025-06-06T00:20:29.2462054Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_581, aten._to_copy.default 2025-06-06T00:20:29.2463629Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_160, aten.convolution.default 2025-06-06T00:20:29.2465275Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1297, aten.permute_copy.default 2025-06-06T00:20:29.2466909Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_161, aten.convolution.default 2025-06-06T00:20:29.2468540Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1298, aten.permute_copy.default 2025-06-06T00:20:29.2470176Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_162, aten.convolution.default 2025-06-06T00:20:29.2471808Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1299, aten.permute_copy.default 2025-06-06T00:20:29.2473449Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_163, aten.convolution.default 2025-06-06T00:20:29.2475095Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1300, aten.permute_copy.default 2025-06-06T00:20:29.2476730Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_164, aten.convolution.default 2025-06-06T00:20:29.2478355Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1301, aten.permute_copy.default 2025-06-06T00:20:29.2480071Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_165, aten.convolution.default 2025-06-06T00:20:29.2481768Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1302, aten.permute_copy.default 2025-06-06T00:20:29.2483397Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_166, aten.convolution.default 2025-06-06T00:20:29.2485041Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1303, aten.permute_copy.default 2025-06-06T00:20:29.2486688Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_167, aten.convolution.default 2025-06-06T00:20:29.2488317Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1304, aten.permute_copy.default 2025-06-06T00:20:29.2490024Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_168, aten.convolution.default 2025-06-06T00:20:29.2491669Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1305, aten.permute_copy.default 2025-06-06T00:20:29.2493316Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_169, aten.convolution.default 2025-06-06T00:20:29.2494958Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1306, aten.permute_copy.default 2025-06-06T00:20:29.2496585Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_170, aten.convolution.default 2025-06-06T00:20:29.2498229Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1307, aten.permute_copy.default 2025-06-06T00:20:29.2499872Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_171, aten.convolution.default 2025-06-06T00:20:29.2501583Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1308, aten.permute_copy.default 2025-06-06T00:20:29.2503231Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_172, aten.convolution.default 2025-06-06T00:20:29.2504910Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1309, aten.permute_copy.default 2025-06-06T00:20:29.2506549Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_173, aten.convolution.default 2025-06-06T00:20:29.2508175Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1310, aten.permute_copy.default 2025-06-06T00:20:29.2509810Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_174, aten.convolution.default 2025-06-06T00:20:29.2511448Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1311, aten.permute_copy.default 2025-06-06T00:20:29.2513073Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_175, aten.convolution.default 2025-06-06T00:20:29.2514713Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1312, aten.permute_copy.default 2025-06-06T00:20:29.2516342Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_176, aten.convolution.default 2025-06-06T00:20:29.2517983Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1313, aten.permute_copy.default 2025-06-06T00:20:29.2519626Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_177, aten.convolution.default 2025-06-06T00:20:29.2521246Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1314, aten.permute_copy.default 2025-06-06T00:20:29.2522882Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_178, aten.convolution.default 2025-06-06T00:20:29.2524508Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1315, aten.permute_copy.default 2025-06-06T00:20:29.2526191Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_179, aten.convolution.default 2025-06-06T00:20:29.2527825Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1316, aten.permute_copy.default 2025-06-06T00:20:29.2529522Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_180, aten.convolution.default 2025-06-06T00:20:29.2531158Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1317, aten.permute_copy.default 2025-06-06T00:20:29.2532793Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_181, aten.convolution.default 2025-06-06T00:20:29.2534409Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1318, aten.permute_copy.default 2025-06-06T00:20:29.2536052Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_182, aten.convolution.default 2025-06-06T00:20:29.2537682Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1319, aten.permute_copy.default 2025-06-06T00:20:29.5630468Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_183, aten.convolution.default 2025-06-06T00:20:29.5632191Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1320, aten.permute_copy.default 2025-06-06T00:20:29.5633832Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_184, aten.convolution.default 2025-06-06T00:20:29.5635470Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1321, aten.permute_copy.default 2025-06-06T00:20:29.5637099Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_185, aten.convolution.default 2025-06-06T00:20:29.5638991Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1322, aten.permute_copy.default 2025-06-06T00:20:29.5640653Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_186, aten.convolution.default 2025-06-06T00:20:29.5642357Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1323, aten.permute_copy.default 2025-06-06T00:20:29.5644004Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_187, aten.convolution.default 2025-06-06T00:20:29.5645629Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1324, aten.permute_copy.default 2025-06-06T00:20:29.5647290Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_188, aten.convolution.default 2025-06-06T00:20:29.5648920Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1325, aten.permute_copy.default 2025-06-06T00:20:29.5650629Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_189, aten.convolution.default 2025-06-06T00:20:29.5652260Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1326, aten.permute_copy.default 2025-06-06T00:20:29.5653900Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_190, aten.convolution.default 2025-06-06T00:20:29.5655549Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1327, aten.permute_copy.default 2025-06-06T00:20:29.5657180Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_191, aten.convolution.default 2025-06-06T00:20:29.5658826Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1328, aten.permute_copy.default 2025-06-06T00:20:29.5660591Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_192, aten.convolution.default 2025-06-06T00:20:29.5662276Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1329, aten.permute_copy.default 2025-06-06T00:20:29.5663997Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_193, aten.convolution.default 2025-06-06T00:20:29.5665630Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1330, aten.permute_copy.default 2025-06-06T00:20:29.5667335Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_194, aten.convolution.default 2025-06-06T00:20:29.5668990Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1331, aten.permute_copy.default 2025-06-06T00:20:29.5670616Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_195, aten.convolution.default 2025-06-06T00:20:29.5672258Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1332, aten.permute_copy.default 2025-06-06T00:20:29.5673854Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_165, aten.view_copy.default 2025-06-06T00:20:29.5675411Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_166, aten.view_copy.default 2025-06-06T00:20:29.5676959Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_167, aten.view_copy.default 2025-06-06T00:20:29.5678508Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_168, aten.view_copy.default 2025-06-06T00:20:29.5680052Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_169, aten.view_copy.default 2025-06-06T00:20:29.5681591Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_170, aten.view_copy.default 2025-06-06T00:20:29.5683138Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_171, aten.view_copy.default 2025-06-06T00:20:29.5684680Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_172, aten.view_copy.default 2025-06-06T00:20:29.5686273Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_173, aten.view_copy.default 2025-06-06T00:20:29.5687816Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_174, aten.view_copy.default 2025-06-06T00:20:29.5689392Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_175, aten.view_copy.default 2025-06-06T00:20:29.5690965Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_176, aten.view_copy.default 2025-06-06T00:20:29.5692508Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_177, aten.view_copy.default 2025-06-06T00:20:29.5694033Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_178, aten.view_copy.default 2025-06-06T00:20:29.5695574Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_179, aten.view_copy.default 2025-06-06T00:20:29.5697110Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_180, aten.view_copy.default 2025-06-06T00:20:29.5698658Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_181, aten.view_copy.default 2025-06-06T00:20:29.5700194Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_182, aten.view_copy.default 2025-06-06T00:20:29.5701727Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_183, aten.view_copy.default 2025-06-06T00:20:29.5703264Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_184, aten.view_copy.default 2025-06-06T00:20:29.5704798Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_185, aten.view_copy.default 2025-06-06T00:20:29.5706344Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_186, aten.view_copy.default 2025-06-06T00:20:29.5707891Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_187, aten.view_copy.default 2025-06-06T00:20:29.5709417Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_188, aten.view_copy.default 2025-06-06T00:20:29.5711008Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_189, aten.view_copy.default 2025-06-06T00:20:29.5712579Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_190, aten.view_copy.default 2025-06-06T00:20:29.5714124Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_191, aten.view_copy.default 2025-06-06T00:20:29.5715670Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_192, aten.view_copy.default 2025-06-06T00:20:29.5717199Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_193, aten.view_copy.default 2025-06-06T00:20:29.5718749Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_194, aten.view_copy.default 2025-06-06T00:20:29.5720291Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_195, aten.view_copy.default 2025-06-06T00:20:29.5721845Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_196, aten.view_copy.default 2025-06-06T00:20:29.5723398Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_197, aten.view_copy.default 2025-06-06T00:20:29.5724939Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_198, aten.view_copy.default 2025-06-06T00:20:29.5726489Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_199, aten.view_copy.default 2025-06-06T00:20:29.5728024Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_200, aten.view_copy.default 2025-06-06T00:20:29.5729616Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_192, aten.slice_copy.Tensor 2025-06-06T00:20:29.5731177Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_193, aten.slice_copy.Tensor 2025-06-06T00:20:29.5732757Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_194, aten.slice_copy.Tensor 2025-06-06T00:20:29.5734320Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_195, aten.slice_copy.Tensor 2025-06-06T00:20:29.5735902Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_196, aten.slice_copy.Tensor 2025-06-06T00:20:29.5737444Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_197, aten.slice_copy.Tensor 2025-06-06T00:20:29.5738985Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_198, aten.slice_copy.Tensor 2025-06-06T00:20:29.5740518Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_199, aten.slice_copy.Tensor 2025-06-06T00:20:29.5742067Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_200, aten.slice_copy.Tensor 2025-06-06T00:20:29.5743616Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_201, aten.slice_copy.Tensor 2025-06-06T00:20:29.5745164Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_202, aten.slice_copy.Tensor 2025-06-06T00:20:29.9610194Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_203, aten.slice_copy.Tensor 2025-06-06T00:20:29.9611156Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_204, aten.slice_copy.Tensor 2025-06-06T00:20:29.9612033Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_205, aten.slice_copy.Tensor 2025-06-06T00:20:29.9612885Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_206, aten.slice_copy.Tensor 2025-06-06T00:20:29.9613752Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_207, aten.slice_copy.Tensor 2025-06-06T00:20:29.9614613Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_208, aten.slice_copy.Tensor 2025-06-06T00:20:29.9615654Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_209, aten.slice_copy.Tensor 2025-06-06T00:20:29.9616524Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_210, aten.slice_copy.Tensor 2025-06-06T00:20:29.9617470Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_211, aten.slice_copy.Tensor 2025-06-06T00:20:29.9618366Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_212, aten.slice_copy.Tensor 2025-06-06T00:20:29.9619236Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_213, aten.slice_copy.Tensor 2025-06-06T00:20:29.9620087Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_214, aten.slice_copy.Tensor 2025-06-06T00:20:29.9620947Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_215, aten.slice_copy.Tensor 2025-06-06T00:20:29.9621803Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_216, aten.slice_copy.Tensor 2025-06-06T00:20:29.9622670Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_217, aten.slice_copy.Tensor 2025-06-06T00:20:29.9623541Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_218, aten.slice_copy.Tensor 2025-06-06T00:20:29.9624393Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_219, aten.slice_copy.Tensor 2025-06-06T00:20:29.9625262Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_220, aten.slice_copy.Tensor 2025-06-06T00:20:29.9626119Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_221, aten.slice_copy.Tensor 2025-06-06T00:20:29.9626990Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_222, aten.slice_copy.Tensor 2025-06-06T00:20:29.9627906Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_223, aten.slice_copy.Tensor 2025-06-06T00:20:29.9628767Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_224, aten.slice_copy.Tensor 2025-06-06T00:20:29.9629680Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_225, aten.slice_copy.Tensor 2025-06-06T00:20:29.9630534Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_226, aten.slice_copy.Tensor 2025-06-06T00:20:29.9631400Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_227, aten.slice_copy.Tensor 2025-06-06T00:20:29.9632266Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_228, aten.slice_copy.Tensor 2025-06-06T00:20:29.9633123Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_229, aten.slice_copy.Tensor 2025-06-06T00:20:29.9633992Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_230, aten.slice_copy.Tensor 2025-06-06T00:20:29.9634848Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_231, aten.slice_copy.Tensor 2025-06-06T00:20:29.9635717Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_232, aten.slice_copy.Tensor 2025-06-06T00:20:29.9636587Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_233, aten.slice_copy.Tensor 2025-06-06T00:20:29.9637441Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_234, aten.slice_copy.Tensor 2025-06-06T00:20:29.9638309Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_235, aten.slice_copy.Tensor 2025-06-06T00:20:29.9639168Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_236, aten.slice_copy.Tensor 2025-06-06T00:20:29.9640036Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_237, aten.slice_copy.Tensor 2025-06-06T00:20:29.9640937Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_238, aten.slice_copy.Tensor 2025-06-06T00:20:29.9641792Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_239, aten.slice_copy.Tensor 2025-06-06T00:20:29.9642647Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_221, aten.cat.default 2025-06-06T00:20:29.9643416Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_223, aten.cat.default 2025-06-06T00:20:29.9644196Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_225, aten.cat.default 2025-06-06T00:20:29.9644970Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_227, aten.cat.default 2025-06-06T00:20:29.9645729Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_229, aten.cat.default 2025-06-06T00:20:29.9646499Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_231, aten.cat.default 2025-06-06T00:20:29.9647269Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_233, aten.cat.default 2025-06-06T00:20:29.9648043Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_235, aten.cat.default 2025-06-06T00:20:29.9648821Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_237, aten.cat.default 2025-06-06T00:20:29.9649665Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_239, aten.cat.default 2025-06-06T00:20:29.9650445Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_241, aten.cat.default 2025-06-06T00:20:29.9651209Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_243, aten.cat.default 2025-06-06T00:20:29.9651975Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_392, aten.mul.Tensor 2025-06-06T00:20:29.9652724Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_394, aten.mul.Tensor 2025-06-06T00:20:29.9653523Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_393, aten.mul.Tensor 2025-06-06T00:20:29.9654286Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_395, aten.mul.Tensor 2025-06-06T00:20:29.9655064Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_396, aten.mul.Tensor 2025-06-06T00:20:29.9655820Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_398, aten.mul.Tensor 2025-06-06T00:20:29.9656566Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_397, aten.mul.Tensor 2025-06-06T00:20:29.9657326Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_399, aten.mul.Tensor 2025-06-06T00:20:29.9658078Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_400, aten.mul.Tensor 2025-06-06T00:20:29.9658823Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_402, aten.mul.Tensor 2025-06-06T00:20:29.9659779Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_401, aten.mul.Tensor 2025-06-06T00:20:29.9660571Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_403, aten.mul.Tensor 2025-06-06T00:20:29.9661450Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_404, aten.mul.Tensor 2025-06-06T00:20:29.9662217Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_406, aten.mul.Tensor 2025-06-06T00:20:29.9662962Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_405, aten.mul.Tensor 2025-06-06T00:20:29.9663721Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_407, aten.mul.Tensor 2025-06-06T00:20:29.9664461Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_408, aten.mul.Tensor 2025-06-06T00:20:29.9665218Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_410, aten.mul.Tensor 2025-06-06T00:20:29.9665980Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_409, aten.mul.Tensor 2025-06-06T00:20:29.9666801Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_411, aten.mul.Tensor 2025-06-06T00:20:29.9667559Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_412, aten.mul.Tensor 2025-06-06T00:20:29.9668387Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_414, aten.mul.Tensor 2025-06-06T00:20:29.9669153Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_413, aten.mul.Tensor 2025-06-06T00:20:29.9669913Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_415, aten.mul.Tensor 2025-06-06T00:20:29.9670658Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_416, aten.mul.Tensor 2025-06-06T00:20:29.9671419Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_418, aten.mul.Tensor 2025-06-06T00:20:29.9672168Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_417, aten.mul.Tensor 2025-06-06T00:20:29.9672930Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_419, aten.mul.Tensor 2025-06-06T00:20:29.9673677Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_420, aten.mul.Tensor 2025-06-06T00:20:29.9674440Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_422, aten.mul.Tensor 2025-06-06T00:20:30.4068122Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_421, aten.mul.Tensor 2025-06-06T00:20:30.4069575Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_423, aten.mul.Tensor 2025-06-06T00:20:30.4070950Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_424, aten.mul.Tensor 2025-06-06T00:20:30.4072332Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_426, aten.mul.Tensor 2025-06-06T00:20:30.4073757Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_425, aten.mul.Tensor 2025-06-06T00:20:30.4075442Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_427, aten.mul.Tensor 2025-06-06T00:20:30.4076851Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_428, aten.mul.Tensor 2025-06-06T00:20:30.4078346Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_430, aten.mul.Tensor 2025-06-06T00:20:30.4079726Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_429, aten.mul.Tensor 2025-06-06T00:20:30.4081088Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_431, aten.mul.Tensor 2025-06-06T00:20:30.4082509Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_432, aten.mul.Tensor 2025-06-06T00:20:30.4083938Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_434, aten.mul.Tensor 2025-06-06T00:20:30.4085362Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_433, aten.mul.Tensor 2025-06-06T00:20:30.4086727Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_435, aten.mul.Tensor 2025-06-06T00:20:30.4088145Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_436, aten.mul.Tensor 2025-06-06T00:20:30.4089652Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_438, aten.mul.Tensor 2025-06-06T00:20:30.4091079Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_437, aten.mul.Tensor 2025-06-06T00:20:30.4092468Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_439, aten.mul.Tensor 2025-06-06T00:20:30.4093829Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_440, aten.mul.Tensor 2025-06-06T00:20:30.4095203Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_442, aten.mul.Tensor 2025-06-06T00:20:30.4096564Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_441, aten.mul.Tensor 2025-06-06T00:20:30.4097955Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_443, aten.mul.Tensor 2025-06-06T00:20:30.4099937Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_444, aten.mul.Tensor 2025-06-06T00:20:30.4101331Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_446, aten.mul.Tensor 2025-06-06T00:20:30.4102857Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_445, aten.mul.Tensor 2025-06-06T00:20:30.4104197Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_447, aten.mul.Tensor 2025-06-06T00:20:30.4105613Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_448, aten.mul.Tensor 2025-06-06T00:20:30.4107038Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_450, aten.mul.Tensor 2025-06-06T00:20:30.4108453Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_449, aten.mul.Tensor 2025-06-06T00:20:30.4109766Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_451, aten.mul.Tensor 2025-06-06T00:20:30.4111185Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_452, aten.mul.Tensor 2025-06-06T00:20:30.4112612Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_454, aten.mul.Tensor 2025-06-06T00:20:30.4114044Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_453, aten.mul.Tensor 2025-06-06T00:20:30.4115415Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_455, aten.mul.Tensor 2025-06-06T00:20:30.4116807Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_456, aten.mul.Tensor 2025-06-06T00:20:30.4118163Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_458, aten.mul.Tensor 2025-06-06T00:20:30.4119546Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_457, aten.mul.Tensor 2025-06-06T00:20:30.4121022Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_459, aten.mul.Tensor 2025-06-06T00:20:30.4122427Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_460, aten.mul.Tensor 2025-06-06T00:20:30.4123893Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_462, aten.mul.Tensor 2025-06-06T00:20:30.4125300Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_461, aten.mul.Tensor 2025-06-06T00:20:30.4126666Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_463, aten.mul.Tensor 2025-06-06T00:20:30.4128080Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_464, aten.mul.Tensor 2025-06-06T00:20:30.4129584Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_466, aten.mul.Tensor 2025-06-06T00:20:30.4131010Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_465, aten.mul.Tensor 2025-06-06T00:20:30.4132372Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_467, aten.mul.Tensor 2025-06-06T00:20:30.4133825Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_468, aten.mul.Tensor 2025-06-06T00:20:30.4135245Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_470, aten.mul.Tensor 2025-06-06T00:20:30.4136693Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_469, aten.mul.Tensor 2025-06-06T00:20:30.4138076Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_471, aten.mul.Tensor 2025-06-06T00:20:30.4139443Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_472, aten.mul.Tensor 2025-06-06T00:20:30.4140810Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_474, aten.mul.Tensor 2025-06-06T00:20:30.4142178Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_473, aten.mul.Tensor 2025-06-06T00:20:30.4143560Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_475, aten.mul.Tensor 2025-06-06T00:20:30.4145047Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_476, aten.mul.Tensor 2025-06-06T00:20:30.4146445Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_478, aten.mul.Tensor 2025-06-06T00:20:30.4147871Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_477, aten.mul.Tensor 2025-06-06T00:20:30.4149308Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_479, aten.mul.Tensor 2025-06-06T00:20:30.4150722Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_480, aten.mul.Tensor 2025-06-06T00:20:30.4152134Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_482, aten.mul.Tensor 2025-06-06T00:20:30.4153559Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_481, aten.mul.Tensor 2025-06-06T00:20:30.4154797Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_483, aten.mul.Tensor 2025-06-06T00:20:30.4156217Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_484, aten.mul.Tensor 2025-06-06T00:20:30.4157662Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_486, aten.mul.Tensor 2025-06-06T00:20:30.4159080Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_485, aten.mul.Tensor 2025-06-06T00:20:30.4160817Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_487, aten.mul.Tensor 2025-06-06T00:20:30.4162191Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_96, aten.sub.Tensor 2025-06-06T00:20:30.4163549Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_152, aten.add.Tensor 2025-06-06T00:20:30.4164915Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_97, aten.sub.Tensor 2025-06-06T00:20:30.4166282Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_153, aten.add.Tensor 2025-06-06T00:20:30.4167824Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_98, aten.sub.Tensor 2025-06-06T00:20:30.4169239Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_154, aten.add.Tensor 2025-06-06T00:20:30.4170804Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_99, aten.sub.Tensor 2025-06-06T00:20:30.4172137Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_155, aten.add.Tensor 2025-06-06T00:20:30.4173546Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_100, aten.sub.Tensor 2025-06-06T00:20:30.4174964Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_156, aten.add.Tensor 2025-06-06T00:20:30.4176368Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_101, aten.sub.Tensor 2025-06-06T00:20:30.4177717Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_157, aten.add.Tensor 2025-06-06T00:20:30.4179150Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_102, aten.sub.Tensor 2025-06-06T00:20:30.4180565Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_158, aten.add.Tensor 2025-06-06T00:20:30.4182002Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_103, aten.sub.Tensor 2025-06-06T00:20:30.4183373Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_159, aten.add.Tensor 2025-06-06T00:20:30.4184748Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_104, aten.sub.Tensor 2025-06-06T00:20:30.4186115Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_160, aten.add.Tensor 2025-06-06T00:20:30.4187475Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_105, aten.sub.Tensor 2025-06-06T00:20:30.8479029Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_161, aten.add.Tensor 2025-06-06T00:20:30.8480496Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_106, aten.sub.Tensor 2025-06-06T00:20:30.8482190Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_162, aten.add.Tensor 2025-06-06T00:20:30.8483556Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_107, aten.sub.Tensor 2025-06-06T00:20:30.8485047Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_163, aten.add.Tensor 2025-06-06T00:20:30.8486436Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_108, aten.sub.Tensor 2025-06-06T00:20:30.8487932Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_582, aten._to_copy.default 2025-06-06T00:20:30.8489407Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_164, aten.add.Tensor 2025-06-06T00:20:30.8491049Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_583, aten._to_copy.default 2025-06-06T00:20:30.8492541Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_109, aten.sub.Tensor 2025-06-06T00:20:30.8494049Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_584, aten._to_copy.default 2025-06-06T00:20:30.8495573Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_165, aten.add.Tensor 2025-06-06T00:20:30.8497082Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_585, aten._to_copy.default 2025-06-06T00:20:30.8498368Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_110, aten.sub.Tensor 2025-06-06T00:20:30.8499791Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_586, aten._to_copy.default 2025-06-06T00:20:30.8501152Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_166, aten.add.Tensor 2025-06-06T00:20:30.8502506Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_587, aten._to_copy.default 2025-06-06T00:20:30.8504202Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_111, aten.sub.Tensor 2025-06-06T00:20:30.8505741Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_588, aten._to_copy.default 2025-06-06T00:20:30.8507354Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_167, aten.add.Tensor 2025-06-06T00:20:30.8508804Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_589, aten._to_copy.default 2025-06-06T00:20:30.8510264Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_112, aten.sub.Tensor 2025-06-06T00:20:30.8511704Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_590, aten._to_copy.default 2025-06-06T00:20:30.8513179Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_168, aten.add.Tensor 2025-06-06T00:20:30.8514658Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_591, aten._to_copy.default 2025-06-06T00:20:30.8516135Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_113, aten.sub.Tensor 2025-06-06T00:20:30.8517622Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_592, aten._to_copy.default 2025-06-06T00:20:30.8519122Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_169, aten.add.Tensor 2025-06-06T00:20:30.8520574Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_593, aten._to_copy.default 2025-06-06T00:20:30.8522079Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_114, aten.sub.Tensor 2025-06-06T00:20:30.8523587Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_594, aten._to_copy.default 2025-06-06T00:20:30.8525029Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_170, aten.add.Tensor 2025-06-06T00:20:30.8526353Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_595, aten._to_copy.default 2025-06-06T00:20:30.8527820Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_115, aten.sub.Tensor 2025-06-06T00:20:30.8529316Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_596, aten._to_copy.default 2025-06-06T00:20:30.8530799Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_171, aten.add.Tensor 2025-06-06T00:20:30.8532438Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_597, aten._to_copy.default 2025-06-06T00:20:30.8533947Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_116, aten.sub.Tensor 2025-06-06T00:20:30.8535464Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_598, aten._to_copy.default 2025-06-06T00:20:30.8536911Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_172, aten.add.Tensor 2025-06-06T00:20:30.8538361Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_599, aten._to_copy.default 2025-06-06T00:20:30.8539828Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_117, aten.sub.Tensor 2025-06-06T00:20:30.8541272Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_600, aten._to_copy.default 2025-06-06T00:20:30.8542748Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_173, aten.add.Tensor 2025-06-06T00:20:30.8544232Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_601, aten._to_copy.default 2025-06-06T00:20:30.8555783Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_118, aten.sub.Tensor 2025-06-06T00:20:30.8557316Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_602, aten._to_copy.default 2025-06-06T00:20:30.8558803Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_174, aten.add.Tensor 2025-06-06T00:20:30.8560727Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_603, aten._to_copy.default 2025-06-06T00:20:30.8562252Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_119, aten.sub.Tensor 2025-06-06T00:20:30.8563724Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_604, aten._to_copy.default 2025-06-06T00:20:30.8565276Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_175, aten.add.Tensor 2025-06-06T00:20:30.8566734Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_605, aten._to_copy.default 2025-06-06T00:20:30.8568212Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_196, aten.cat.default 2025-06-06T00:20:30.8569690Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_197, aten.cat.default 2025-06-06T00:20:30.8571121Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_198, aten.cat.default 2025-06-06T00:20:30.8572537Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_199, aten.cat.default 2025-06-06T00:20:30.8573992Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_200, aten.cat.default 2025-06-06T00:20:30.8575348Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_201, aten.cat.default 2025-06-06T00:20:30.8576817Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_202, aten.cat.default 2025-06-06T00:20:30.8578269Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_203, aten.cat.default 2025-06-06T00:20:30.8579731Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_204, aten.cat.default 2025-06-06T00:20:30.8581007Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_205, aten.cat.default 2025-06-06T00:20:30.8582373Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_206, aten.cat.default 2025-06-06T00:20:30.8583700Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_207, aten.cat.default 2025-06-06T00:20:30.8585335Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_208, aten.cat.default 2025-06-06T00:20:30.8586748Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_209, aten.cat.default 2025-06-06T00:20:30.8588341Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_210, aten.cat.default 2025-06-06T00:20:30.8589808Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_211, aten.cat.default 2025-06-06T00:20:30.8591219Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_212, aten.cat.default 2025-06-06T00:20:30.8592620Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_213, aten.cat.default 2025-06-06T00:20:30.8594021Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_214, aten.cat.default 2025-06-06T00:20:30.8595410Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_215, aten.cat.default 2025-06-06T00:20:30.8596823Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_216, aten.cat.default 2025-06-06T00:20:30.8598217Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_217, aten.cat.default 2025-06-06T00:20:30.8599644Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_218, aten.cat.default 2025-06-06T00:20:30.8601062Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_219, aten.cat.default 2025-06-06T00:20:30.8602644Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_249, aten.permute_copy.default 2025-06-06T00:20:30.8604315Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_250, aten.permute_copy.default 2025-06-06T00:20:30.8606027Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_251, aten.permute_copy.default 2025-06-06T00:20:30.8607818Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_252, aten.permute_copy.default 2025-06-06T00:20:31.3249158Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_253, aten.permute_copy.default 2025-06-06T00:20:31.3251289Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_254, aten.permute_copy.default 2025-06-06T00:20:31.3252970Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_255, aten.permute_copy.default 2025-06-06T00:20:31.3254638Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_256, aten.permute_copy.default 2025-06-06T00:20:31.3256322Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_257, aten.permute_copy.default 2025-06-06T00:20:31.3258001Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_258, aten.permute_copy.default 2025-06-06T00:20:31.3259967Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_259, aten.permute_copy.default 2025-06-06T00:20:31.3261708Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_260, aten.permute_copy.default 2025-06-06T00:20:31.3263230Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_220, aten.cat.default 2025-06-06T00:20:31.3264693Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_222, aten.cat.default 2025-06-06T00:20:31.3266156Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_224, aten.cat.default 2025-06-06T00:20:31.3267570Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_226, aten.cat.default 2025-06-06T00:20:31.3269027Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_228, aten.cat.default 2025-06-06T00:20:31.3270482Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_230, aten.cat.default 2025-06-06T00:20:31.3271963Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_232, aten.cat.default 2025-06-06T00:20:31.3273566Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_234, aten.cat.default 2025-06-06T00:20:31.3274967Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_236, aten.cat.default 2025-06-06T00:20:31.3276507Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_238, aten.cat.default 2025-06-06T00:20:31.3277910Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_240, aten.cat.default 2025-06-06T00:20:31.3279332Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_242, aten.cat.default 2025-06-06T00:20:31.3280802Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_96, aten.matmul.default 2025-06-06T00:20:31.3282305Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_98, aten.matmul.default 2025-06-06T00:20:31.3283861Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_100, aten.matmul.default 2025-06-06T00:20:31.3285344Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_102, aten.matmul.default 2025-06-06T00:20:31.3286894Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_104, aten.matmul.default 2025-06-06T00:20:31.3288455Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_106, aten.matmul.default 2025-06-06T00:20:31.3290003Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_108, aten.matmul.default 2025-06-06T00:20:31.3291550Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_110, aten.matmul.default 2025-06-06T00:20:31.3293092Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_112, aten.matmul.default 2025-06-06T00:20:31.3294656Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_114, aten.matmul.default 2025-06-06T00:20:31.3296288Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_116, aten.matmul.default 2025-06-06T00:20:31.3297788Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_118, aten.matmul.default 2025-06-06T00:20:31.3299311Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_48, aten.div.Tensor 2025-06-06T00:20:31.3300670Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_49, aten.div.Tensor 2025-06-06T00:20:31.3302053Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_50, aten.div.Tensor 2025-06-06T00:20:31.3303418Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_51, aten.div.Tensor 2025-06-06T00:20:31.3304829Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_52, aten.div.Tensor 2025-06-06T00:20:31.3306238Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_53, aten.div.Tensor 2025-06-06T00:20:31.3307569Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_54, aten.div.Tensor 2025-06-06T00:20:31.3308986Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_55, aten.div.Tensor 2025-06-06T00:20:31.3310394Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_56, aten.div.Tensor 2025-06-06T00:20:31.3311818Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_57, aten.div.Tensor 2025-06-06T00:20:31.3313178Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_58, aten.div.Tensor 2025-06-06T00:20:31.3314584Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_59, aten.div.Tensor 2025-06-06T00:20:31.3316013Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_176, aten.add.Tensor 2025-06-06T00:20:31.3317415Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_177, aten.add.Tensor 2025-06-06T00:20:31.3318800Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_178, aten.add.Tensor 2025-06-06T00:20:31.3320263Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_179, aten.add.Tensor 2025-06-06T00:20:31.3321628Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_180, aten.add.Tensor 2025-06-06T00:20:31.3323080Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_181, aten.add.Tensor 2025-06-06T00:20:31.3324459Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_182, aten.add.Tensor 2025-06-06T00:20:31.3325845Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_183, aten.add.Tensor 2025-06-06T00:20:31.3327266Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_184, aten.add.Tensor 2025-06-06T00:20:31.3328676Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_185, aten.add.Tensor 2025-06-06T00:20:31.3330099Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_186, aten.add.Tensor 2025-06-06T00:20:31.3331505Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_187, aten.add.Tensor 2025-06-06T00:20:31.3333017Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_48, aten._softmax.default 2025-06-06T00:20:31.3334560Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_49, aten._softmax.default 2025-06-06T00:20:31.3336149Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_50, aten._softmax.default 2025-06-06T00:20:31.3337754Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_51, aten._softmax.default 2025-06-06T00:20:31.3339343Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_52, aten._softmax.default 2025-06-06T00:20:31.3340886Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_53, aten._softmax.default 2025-06-06T00:20:31.3342523Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_54, aten._softmax.default 2025-06-06T00:20:31.3344065Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_55, aten._softmax.default 2025-06-06T00:20:31.3345664Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_56, aten._softmax.default 2025-06-06T00:20:31.3347220Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_57, aten._softmax.default 2025-06-06T00:20:31.3348780Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_58, aten._softmax.default 2025-06-06T00:20:31.3350367Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_59, aten._softmax.default 2025-06-06T00:20:31.3351864Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_97, aten.matmul.default 2025-06-06T00:20:31.3353410Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_99, aten.matmul.default 2025-06-06T00:20:31.3354965Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_101, aten.matmul.default 2025-06-06T00:20:31.3356473Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_103, aten.matmul.default 2025-06-06T00:20:31.3358046Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_105, aten.matmul.default 2025-06-06T00:20:31.3359774Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_107, aten.matmul.default 2025-06-06T00:20:31.3361346Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_109, aten.matmul.default 2025-06-06T00:20:31.3362814Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_111, aten.matmul.default 2025-06-06T00:20:31.3364317Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_113, aten.matmul.default 2025-06-06T00:20:31.3365801Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_115, aten.matmul.default 2025-06-06T00:20:31.3367464Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_117, aten.matmul.default 2025-06-06T00:20:31.3368993Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_119, aten.matmul.default 2025-06-06T00:20:31.9050419Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_244, aten.cat.default 2025-06-06T00:20:31.9052013Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_201, aten.view_copy.default 2025-06-06T00:20:31.9053649Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1333, aten.permute_copy.default 2025-06-06T00:20:31.9055330Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_196, aten.convolution.default 2025-06-06T00:20:31.9057075Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1334, aten.permute_copy.default 2025-06-06T00:20:31.9058759Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_202, aten.view_copy.default 2025-06-06T00:20:31.9060438Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_188, aten.add.Tensor 2025-06-06T00:20:31.9061963Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_rms_norm_default_9, aten.rms_norm.default 2025-06-06T00:20:31.9063499Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_203, aten.view_copy.default 2025-06-06T00:20:31.9065189Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1335, aten.permute_copy.default 2025-06-06T00:20:31.9066937Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_197, aten.convolution.default 2025-06-06T00:20:31.9068479Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_198, aten.convolution.default 2025-06-06T00:20:31.9070215Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sigmoid_default_4, aten.sigmoid.default 2025-06-06T00:20:31.9071556Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_488, aten.mul.Tensor 2025-06-06T00:20:31.9072943Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_489, aten.mul.Tensor 2025-06-06T00:20:31.9074461Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_199, aten.convolution.default 2025-06-06T00:20:31.9076040Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1336, aten.permute_copy.default 2025-06-06T00:20:31.9077740Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_204, aten.view_copy.default 2025-06-06T00:20:31.9079278Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_189, aten.add.Tensor 2025-06-06T00:20:31.9080807Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_rms_norm_default_10, aten.rms_norm.default 2025-06-06T00:20:31.9082377Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_205, aten.view_copy.default 2025-06-06T00:20:31.9083992Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1337, aten.permute_copy.default 2025-06-06T00:20:31.9085629Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_606, aten._to_copy.default 2025-06-06T00:20:31.9087227Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_200, aten.convolution.default 2025-06-06T00:20:31.9088922Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1338, aten.permute_copy.default 2025-06-06T00:20:31.9090704Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_201, aten.convolution.default 2025-06-06T00:20:31.9092427Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1339, aten.permute_copy.default 2025-06-06T00:20:31.9094252Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_202, aten.convolution.default 2025-06-06T00:20:31.9096149Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1340, aten.permute_copy.default 2025-06-06T00:20:31.9098007Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_203, aten.convolution.default 2025-06-06T00:20:31.9099453Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1341, aten.permute_copy.default 2025-06-06T00:20:31.9101547Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_204, aten.convolution.default 2025-06-06T00:20:31.9103302Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1342, aten.permute_copy.default 2025-06-06T00:20:31.9105027Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_205, aten.convolution.default 2025-06-06T00:20:31.9106700Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1343, aten.permute_copy.default 2025-06-06T00:20:31.9108388Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_206, aten.convolution.default 2025-06-06T00:20:31.9110056Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1344, aten.permute_copy.default 2025-06-06T00:20:31.9111751Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_207, aten.convolution.default 2025-06-06T00:20:31.9113423Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1345, aten.permute_copy.default 2025-06-06T00:20:31.9115136Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_208, aten.convolution.default 2025-06-06T00:20:31.9116873Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1346, aten.permute_copy.default 2025-06-06T00:20:31.9118636Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_209, aten.convolution.default 2025-06-06T00:20:31.9120380Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1347, aten.permute_copy.default 2025-06-06T00:20:31.9122171Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_210, aten.convolution.default 2025-06-06T00:20:31.9123628Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1348, aten.permute_copy.default 2025-06-06T00:20:31.9125269Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_211, aten.convolution.default 2025-06-06T00:20:31.9126840Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1349, aten.permute_copy.default 2025-06-06T00:20:31.9128570Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_212, aten.convolution.default 2025-06-06T00:20:31.9130415Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1350, aten.permute_copy.default 2025-06-06T00:20:31.9132101Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_213, aten.convolution.default 2025-06-06T00:20:31.9133778Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1351, aten.permute_copy.default 2025-06-06T00:20:31.9135437Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_214, aten.convolution.default 2025-06-06T00:20:31.9137124Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1352, aten.permute_copy.default 2025-06-06T00:20:31.9138821Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_215, aten.convolution.default 2025-06-06T00:20:31.9140502Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1353, aten.permute_copy.default 2025-06-06T00:20:31.9142219Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_216, aten.convolution.default 2025-06-06T00:20:31.9143973Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1354, aten.permute_copy.default 2025-06-06T00:20:31.9145719Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_217, aten.convolution.default 2025-06-06T00:20:31.9147494Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1355, aten.permute_copy.default 2025-06-06T00:20:31.9149191Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_218, aten.convolution.default 2025-06-06T00:20:31.9150894Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1356, aten.permute_copy.default 2025-06-06T00:20:31.9152593Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_219, aten.convolution.default 2025-06-06T00:20:31.9154328Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1357, aten.permute_copy.default 2025-06-06T00:20:31.9156005Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_220, aten.convolution.default 2025-06-06T00:20:31.9157723Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1358, aten.permute_copy.default 2025-06-06T00:20:31.9159615Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_221, aten.convolution.default 2025-06-06T00:20:31.9161298Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1359, aten.permute_copy.default 2025-06-06T00:20:31.9163002Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_222, aten.convolution.default 2025-06-06T00:20:31.9164707Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1360, aten.permute_copy.default 2025-06-06T00:20:31.9166565Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_223, aten.convolution.default 2025-06-06T00:20:31.9168271Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1361, aten.permute_copy.default 2025-06-06T00:20:31.9170210Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_224, aten.convolution.default 2025-06-06T00:20:32.2153056Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1362, aten.permute_copy.default 2025-06-06T00:20:32.2154796Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_225, aten.convolution.default 2025-06-06T00:20:32.2156472Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1363, aten.permute_copy.default 2025-06-06T00:20:32.2158192Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_226, aten.convolution.default 2025-06-06T00:20:32.2160095Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1364, aten.permute_copy.default 2025-06-06T00:20:32.2161795Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_227, aten.convolution.default 2025-06-06T00:20:32.2163495Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1365, aten.permute_copy.default 2025-06-06T00:20:32.2165237Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_228, aten.convolution.default 2025-06-06T00:20:32.2166922Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1366, aten.permute_copy.default 2025-06-06T00:20:32.2168653Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_229, aten.convolution.default 2025-06-06T00:20:32.2170463Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1367, aten.permute_copy.default 2025-06-06T00:20:32.2172135Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_230, aten.convolution.default 2025-06-06T00:20:32.2174224Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1368, aten.permute_copy.default 2025-06-06T00:20:32.2175968Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_231, aten.convolution.default 2025-06-06T00:20:32.2177780Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1369, aten.permute_copy.default 2025-06-06T00:20:32.2179455Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_232, aten.convolution.default 2025-06-06T00:20:32.2181136Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1370, aten.permute_copy.default 2025-06-06T00:20:32.2182824Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_233, aten.convolution.default 2025-06-06T00:20:32.2184522Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1371, aten.permute_copy.default 2025-06-06T00:20:32.2186235Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_234, aten.convolution.default 2025-06-06T00:20:32.2187972Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1372, aten.permute_copy.default 2025-06-06T00:20:32.2189653Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_235, aten.convolution.default 2025-06-06T00:20:32.2191375Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1373, aten.permute_copy.default 2025-06-06T00:20:32.2193068Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_206, aten.view_copy.default 2025-06-06T00:20:32.2194637Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_207, aten.view_copy.default 2025-06-06T00:20:32.2196283Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_208, aten.view_copy.default 2025-06-06T00:20:32.2198057Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_209, aten.view_copy.default 2025-06-06T00:20:32.2199662Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_210, aten.view_copy.default 2025-06-06T00:20:32.2201349Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_211, aten.view_copy.default 2025-06-06T00:20:32.2202915Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_212, aten.view_copy.default 2025-06-06T00:20:32.2204507Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_213, aten.view_copy.default 2025-06-06T00:20:32.2206107Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_214, aten.view_copy.default 2025-06-06T00:20:32.2207703Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_215, aten.view_copy.default 2025-06-06T00:20:32.2209314Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_216, aten.view_copy.default 2025-06-06T00:20:32.2210927Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_217, aten.view_copy.default 2025-06-06T00:20:32.2212576Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_218, aten.view_copy.default 2025-06-06T00:20:32.2214222Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_219, aten.view_copy.default 2025-06-06T00:20:32.2215828Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_220, aten.view_copy.default 2025-06-06T00:20:32.2217257Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_221, aten.view_copy.default 2025-06-06T00:20:32.2219359Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_222, aten.view_copy.default 2025-06-06T00:20:32.2221018Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_223, aten.view_copy.default 2025-06-06T00:20:32.2222742Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_224, aten.view_copy.default 2025-06-06T00:20:32.2224305Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_225, aten.view_copy.default 2025-06-06T00:20:32.2225952Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_226, aten.view_copy.default 2025-06-06T00:20:32.2227513Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_227, aten.view_copy.default 2025-06-06T00:20:32.2229098Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_228, aten.view_copy.default 2025-06-06T00:20:32.2230697Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_229, aten.view_copy.default 2025-06-06T00:20:32.2232286Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_230, aten.view_copy.default 2025-06-06T00:20:32.2233919Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_231, aten.view_copy.default 2025-06-06T00:20:32.2235463Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_232, aten.view_copy.default 2025-06-06T00:20:32.2237283Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_233, aten.view_copy.default 2025-06-06T00:20:32.2238910Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_234, aten.view_copy.default 2025-06-06T00:20:32.2240483Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_235, aten.view_copy.default 2025-06-06T00:20:32.2242120Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_236, aten.view_copy.default 2025-06-06T00:20:32.2243745Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_237, aten.view_copy.default 2025-06-06T00:20:32.2245445Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_238, aten.view_copy.default 2025-06-06T00:20:32.2247040Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_239, aten.view_copy.default 2025-06-06T00:20:32.2248663Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_240, aten.view_copy.default 2025-06-06T00:20:32.2250329Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_241, aten.view_copy.default 2025-06-06T00:20:32.2251913Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_240, aten.slice_copy.Tensor 2025-06-06T00:20:32.2253524Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_241, aten.slice_copy.Tensor 2025-06-06T00:20:32.2255141Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_242, aten.slice_copy.Tensor 2025-06-06T00:20:32.2256713Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_243, aten.slice_copy.Tensor 2025-06-06T00:20:32.2258357Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_244, aten.slice_copy.Tensor 2025-06-06T00:20:32.2260139Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_245, aten.slice_copy.Tensor 2025-06-06T00:20:32.2261783Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_246, aten.slice_copy.Tensor 2025-06-06T00:20:32.2263343Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_247, aten.slice_copy.Tensor 2025-06-06T00:20:32.2264965Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_248, aten.slice_copy.Tensor 2025-06-06T00:20:32.2266612Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_249, aten.slice_copy.Tensor 2025-06-06T00:20:32.2268216Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_250, aten.slice_copy.Tensor 2025-06-06T00:20:32.2269794Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_251, aten.slice_copy.Tensor 2025-06-06T00:20:32.2271527Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_252, aten.slice_copy.Tensor 2025-06-06T00:20:32.2273112Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_253, aten.slice_copy.Tensor 2025-06-06T00:20:32.6251804Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_254, aten.slice_copy.Tensor 2025-06-06T00:20:32.6253483Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_255, aten.slice_copy.Tensor 2025-06-06T00:20:32.6255065Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_256, aten.slice_copy.Tensor 2025-06-06T00:20:32.6256634Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_257, aten.slice_copy.Tensor 2025-06-06T00:20:32.6258281Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_258, aten.slice_copy.Tensor 2025-06-06T00:20:32.6260101Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_259, aten.slice_copy.Tensor 2025-06-06T00:20:32.6261700Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_260, aten.slice_copy.Tensor 2025-06-06T00:20:32.6263313Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_261, aten.slice_copy.Tensor 2025-06-06T00:20:32.6264857Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_262, aten.slice_copy.Tensor 2025-06-06T00:20:32.6266497Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_263, aten.slice_copy.Tensor 2025-06-06T00:20:32.6268137Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_264, aten.slice_copy.Tensor 2025-06-06T00:20:32.6269762Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_265, aten.slice_copy.Tensor 2025-06-06T00:20:32.6271564Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_266, aten.slice_copy.Tensor 2025-06-06T00:20:32.6273196Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_267, aten.slice_copy.Tensor 2025-06-06T00:20:32.6274953Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_268, aten.slice_copy.Tensor 2025-06-06T00:20:32.6276534Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_269, aten.slice_copy.Tensor 2025-06-06T00:20:32.6278094Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_270, aten.slice_copy.Tensor 2025-06-06T00:20:32.6279680Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_271, aten.slice_copy.Tensor 2025-06-06T00:20:32.6281251Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_272, aten.slice_copy.Tensor 2025-06-06T00:20:32.6282872Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_273, aten.slice_copy.Tensor 2025-06-06T00:20:32.6284498Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_274, aten.slice_copy.Tensor 2025-06-06T00:20:32.6286122Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_275, aten.slice_copy.Tensor 2025-06-06T00:20:32.6287723Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_276, aten.slice_copy.Tensor 2025-06-06T00:20:32.6289350Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_277, aten.slice_copy.Tensor 2025-06-06T00:20:32.6291071Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_278, aten.slice_copy.Tensor 2025-06-06T00:20:32.6292636Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_279, aten.slice_copy.Tensor 2025-06-06T00:20:32.6294219Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_280, aten.slice_copy.Tensor 2025-06-06T00:20:32.6296047Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_281, aten.slice_copy.Tensor 2025-06-06T00:20:32.6297685Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_282, aten.slice_copy.Tensor 2025-06-06T00:20:32.6299370Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_283, aten.slice_copy.Tensor 2025-06-06T00:20:32.6300951Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_284, aten.slice_copy.Tensor 2025-06-06T00:20:32.6302520Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_285, aten.slice_copy.Tensor 2025-06-06T00:20:32.6304115Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_286, aten.slice_copy.Tensor 2025-06-06T00:20:32.6305703Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_287, aten.slice_copy.Tensor 2025-06-06T00:20:32.6307244Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_270, aten.cat.default 2025-06-06T00:20:32.6308709Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_272, aten.cat.default 2025-06-06T00:20:32.6310082Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_274, aten.cat.default 2025-06-06T00:20:32.6311555Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_276, aten.cat.default 2025-06-06T00:20:32.6313000Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_278, aten.cat.default 2025-06-06T00:20:32.6314452Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_280, aten.cat.default 2025-06-06T00:20:32.6315867Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_282, aten.cat.default 2025-06-06T00:20:32.6317315Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_284, aten.cat.default 2025-06-06T00:20:32.6318867Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_286, aten.cat.default 2025-06-06T00:20:32.6320316Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_288, aten.cat.default 2025-06-06T00:20:32.6321798Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_290, aten.cat.default 2025-06-06T00:20:32.6323219Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_292, aten.cat.default 2025-06-06T00:20:32.6324605Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_490, aten.mul.Tensor 2025-06-06T00:20:32.6325997Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_492, aten.mul.Tensor 2025-06-06T00:20:32.6327372Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_491, aten.mul.Tensor 2025-06-06T00:20:32.6328764Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_493, aten.mul.Tensor 2025-06-06T00:20:32.6330259Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_494, aten.mul.Tensor 2025-06-06T00:20:32.6331669Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_496, aten.mul.Tensor 2025-06-06T00:20:32.6333018Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_495, aten.mul.Tensor 2025-06-06T00:20:32.6334416Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_497, aten.mul.Tensor 2025-06-06T00:20:32.6335844Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_498, aten.mul.Tensor 2025-06-06T00:20:32.6337250Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_500, aten.mul.Tensor 2025-06-06T00:20:32.6338473Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_499, aten.mul.Tensor 2025-06-06T00:20:32.6339886Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_501, aten.mul.Tensor 2025-06-06T00:20:32.6341310Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_502, aten.mul.Tensor 2025-06-06T00:20:32.6342828Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_504, aten.mul.Tensor 2025-06-06T00:20:32.6344190Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_503, aten.mul.Tensor 2025-06-06T00:20:32.6345644Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_505, aten.mul.Tensor 2025-06-06T00:20:32.6347024Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_506, aten.mul.Tensor 2025-06-06T00:20:32.6348378Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_508, aten.mul.Tensor 2025-06-06T00:20:32.6349764Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_507, aten.mul.Tensor 2025-06-06T00:20:32.6351146Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_509, aten.mul.Tensor 2025-06-06T00:20:32.6352553Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_510, aten.mul.Tensor 2025-06-06T00:20:32.6353952Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_512, aten.mul.Tensor 2025-06-06T00:20:32.6355321Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_511, aten.mul.Tensor 2025-06-06T00:20:32.6356746Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_513, aten.mul.Tensor 2025-06-06T00:20:32.6358151Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_514, aten.mul.Tensor 2025-06-06T00:20:32.6359734Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_516, aten.mul.Tensor 2025-06-06T00:20:32.6361075Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_515, aten.mul.Tensor 2025-06-06T00:20:32.6362488Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_517, aten.mul.Tensor 2025-06-06T00:20:32.6363923Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_518, aten.mul.Tensor 2025-06-06T00:20:32.6365468Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_520, aten.mul.Tensor 2025-06-06T00:20:32.6366865Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_519, aten.mul.Tensor 2025-06-06T00:20:32.6368326Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_521, aten.mul.Tensor 2025-06-06T00:20:32.6369757Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_522, aten.mul.Tensor 2025-06-06T00:20:32.6371132Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_524, aten.mul.Tensor 2025-06-06T00:20:33.0713796Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_523, aten.mul.Tensor 2025-06-06T00:20:33.0715254Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_525, aten.mul.Tensor 2025-06-06T00:20:33.0716627Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_526, aten.mul.Tensor 2025-06-06T00:20:33.0718029Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_528, aten.mul.Tensor 2025-06-06T00:20:33.0719413Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_527, aten.mul.Tensor 2025-06-06T00:20:33.0720779Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_529, aten.mul.Tensor 2025-06-06T00:20:33.0722173Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_530, aten.mul.Tensor 2025-06-06T00:20:33.0723615Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_532, aten.mul.Tensor 2025-06-06T00:20:33.0725004Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_531, aten.mul.Tensor 2025-06-06T00:20:33.0726433Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_533, aten.mul.Tensor 2025-06-06T00:20:33.0727778Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_534, aten.mul.Tensor 2025-06-06T00:20:33.0729226Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_536, aten.mul.Tensor 2025-06-06T00:20:33.0731056Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_535, aten.mul.Tensor 2025-06-06T00:20:33.0732387Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_537, aten.mul.Tensor 2025-06-06T00:20:33.0733938Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_538, aten.mul.Tensor 2025-06-06T00:20:33.0735362Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_540, aten.mul.Tensor 2025-06-06T00:20:33.0736786Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_539, aten.mul.Tensor 2025-06-06T00:20:33.0738177Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_541, aten.mul.Tensor 2025-06-06T00:20:33.0739535Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_542, aten.mul.Tensor 2025-06-06T00:20:33.0740917Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_544, aten.mul.Tensor 2025-06-06T00:20:33.0742279Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_543, aten.mul.Tensor 2025-06-06T00:20:33.0743669Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_545, aten.mul.Tensor 2025-06-06T00:20:33.0745070Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_546, aten.mul.Tensor 2025-06-06T00:20:33.0746460Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_548, aten.mul.Tensor 2025-06-06T00:20:33.0747859Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_547, aten.mul.Tensor 2025-06-06T00:20:33.0749239Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_549, aten.mul.Tensor 2025-06-06T00:20:33.0750670Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_550, aten.mul.Tensor 2025-06-06T00:20:33.0752204Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_552, aten.mul.Tensor 2025-06-06T00:20:33.0753646Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_551, aten.mul.Tensor 2025-06-06T00:20:33.0754953Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_553, aten.mul.Tensor 2025-06-06T00:20:33.0756471Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_554, aten.mul.Tensor 2025-06-06T00:20:33.0757890Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_556, aten.mul.Tensor 2025-06-06T00:20:33.0759498Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_555, aten.mul.Tensor 2025-06-06T00:20:33.0760887Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_557, aten.mul.Tensor 2025-06-06T00:20:33.0762266Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_558, aten.mul.Tensor 2025-06-06T00:20:33.0763624Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_560, aten.mul.Tensor 2025-06-06T00:20:33.0765008Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_559, aten.mul.Tensor 2025-06-06T00:20:33.0766374Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_561, aten.mul.Tensor 2025-06-06T00:20:33.0767765Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_562, aten.mul.Tensor 2025-06-06T00:20:33.0769164Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_564, aten.mul.Tensor 2025-06-06T00:20:33.0770635Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_563, aten.mul.Tensor 2025-06-06T00:20:33.0772066Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_565, aten.mul.Tensor 2025-06-06T00:20:33.0773386Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_566, aten.mul.Tensor 2025-06-06T00:20:33.0774801Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_568, aten.mul.Tensor 2025-06-06T00:20:33.0776387Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_567, aten.mul.Tensor 2025-06-06T00:20:33.0777744Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_569, aten.mul.Tensor 2025-06-06T00:20:33.0779165Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_570, aten.mul.Tensor 2025-06-06T00:20:33.0780681Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_572, aten.mul.Tensor 2025-06-06T00:20:33.0782115Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_571, aten.mul.Tensor 2025-06-06T00:20:33.0783653Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_573, aten.mul.Tensor 2025-06-06T00:20:33.0785020Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_574, aten.mul.Tensor 2025-06-06T00:20:33.0786397Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_576, aten.mul.Tensor 2025-06-06T00:20:33.0787762Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_575, aten.mul.Tensor 2025-06-06T00:20:33.0789147Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_577, aten.mul.Tensor 2025-06-06T00:20:33.0790530Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_578, aten.mul.Tensor 2025-06-06T00:20:33.0791929Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_580, aten.mul.Tensor 2025-06-06T00:20:33.0793318Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_579, aten.mul.Tensor 2025-06-06T00:20:33.0794689Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_581, aten.mul.Tensor 2025-06-06T00:20:33.0796103Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_582, aten.mul.Tensor 2025-06-06T00:20:33.0797506Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_584, aten.mul.Tensor 2025-06-06T00:20:33.0799026Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_583, aten.mul.Tensor 2025-06-06T00:20:33.0800342Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_585, aten.mul.Tensor 2025-06-06T00:20:33.0801755Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_120, aten.sub.Tensor 2025-06-06T00:20:33.0803179Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_190, aten.add.Tensor 2025-06-06T00:20:33.0804595Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_121, aten.sub.Tensor 2025-06-06T00:20:33.0806020Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_191, aten.add.Tensor 2025-06-06T00:20:33.0807393Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_122, aten.sub.Tensor 2025-06-06T00:20:33.0808760Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_192, aten.add.Tensor 2025-06-06T00:20:33.0810210Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_123, aten.sub.Tensor 2025-06-06T00:20:33.0811578Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_193, aten.add.Tensor 2025-06-06T00:20:33.0812955Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_124, aten.sub.Tensor 2025-06-06T00:20:33.0814346Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_194, aten.add.Tensor 2025-06-06T00:20:33.0815737Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_125, aten.sub.Tensor 2025-06-06T00:20:33.0817164Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_195, aten.add.Tensor 2025-06-06T00:20:33.0818526Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_126, aten.sub.Tensor 2025-06-06T00:20:33.0819937Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_196, aten.add.Tensor 2025-06-06T00:20:33.0821346Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_127, aten.sub.Tensor 2025-06-06T00:20:33.0822869Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_197, aten.add.Tensor 2025-06-06T00:20:33.0824219Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_128, aten.sub.Tensor 2025-06-06T00:20:33.0825708Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_198, aten.add.Tensor 2025-06-06T00:20:33.0827147Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_129, aten.sub.Tensor 2025-06-06T00:20:33.0828556Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_199, aten.add.Tensor 2025-06-06T00:20:33.0829933Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_130, aten.sub.Tensor 2025-06-06T00:20:33.0831313Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_200, aten.add.Tensor 2025-06-06T00:20:33.0832669Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_131, aten.sub.Tensor 2025-06-06T00:20:33.5001263Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_201, aten.add.Tensor 2025-06-06T00:20:33.5002549Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_132, aten.sub.Tensor 2025-06-06T00:20:33.5003395Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_607, aten._to_copy.default 2025-06-06T00:20:33.5004218Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_202, aten.add.Tensor 2025-06-06T00:20:33.5005036Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_608, aten._to_copy.default 2025-06-06T00:20:33.5005851Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_133, aten.sub.Tensor 2025-06-06T00:20:33.5006690Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_609, aten._to_copy.default 2025-06-06T00:20:33.5007493Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_203, aten.add.Tensor 2025-06-06T00:20:33.5008530Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_610, aten._to_copy.default 2025-06-06T00:20:33.5009334Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_134, aten.sub.Tensor 2025-06-06T00:20:33.5010283Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_611, aten._to_copy.default 2025-06-06T00:20:33.5011096Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_204, aten.add.Tensor 2025-06-06T00:20:33.5011895Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_612, aten._to_copy.default 2025-06-06T00:20:33.5012704Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_135, aten.sub.Tensor 2025-06-06T00:20:33.5013499Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_613, aten._to_copy.default 2025-06-06T00:20:33.5014308Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_205, aten.add.Tensor 2025-06-06T00:20:33.5015105Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_614, aten._to_copy.default 2025-06-06T00:20:33.5015905Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_136, aten.sub.Tensor 2025-06-06T00:20:33.5016896Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_615, aten._to_copy.default 2025-06-06T00:20:33.5017692Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_206, aten.add.Tensor 2025-06-06T00:20:33.5018504Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_616, aten._to_copy.default 2025-06-06T00:20:33.5019299Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_137, aten.sub.Tensor 2025-06-06T00:20:33.5020110Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_617, aten._to_copy.default 2025-06-06T00:20:33.5020918Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_207, aten.add.Tensor 2025-06-06T00:20:33.5021795Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_618, aten._to_copy.default 2025-06-06T00:20:33.5022604Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_138, aten.sub.Tensor 2025-06-06T00:20:33.5023458Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_619, aten._to_copy.default 2025-06-06T00:20:33.5024267Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_208, aten.add.Tensor 2025-06-06T00:20:33.5025078Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_620, aten._to_copy.default 2025-06-06T00:20:33.5025872Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_139, aten.sub.Tensor 2025-06-06T00:20:33.5026675Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_621, aten._to_copy.default 2025-06-06T00:20:33.5027475Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_209, aten.add.Tensor 2025-06-06T00:20:33.5028286Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_622, aten._to_copy.default 2025-06-06T00:20:33.5029098Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_140, aten.sub.Tensor 2025-06-06T00:20:33.5029892Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_623, aten._to_copy.default 2025-06-06T00:20:33.5030696Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_210, aten.add.Tensor 2025-06-06T00:20:33.5031487Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_624, aten._to_copy.default 2025-06-06T00:20:33.5032301Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_141, aten.sub.Tensor 2025-06-06T00:20:33.5033112Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_625, aten._to_copy.default 2025-06-06T00:20:33.5034063Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_211, aten.add.Tensor 2025-06-06T00:20:33.5034878Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_626, aten._to_copy.default 2025-06-06T00:20:33.5035712Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_142, aten.sub.Tensor 2025-06-06T00:20:33.5036526Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_627, aten._to_copy.default 2025-06-06T00:20:33.5037335Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_212, aten.add.Tensor 2025-06-06T00:20:33.5038132Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_628, aten._to_copy.default 2025-06-06T00:20:33.5038939Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_143, aten.sub.Tensor 2025-06-06T00:20:33.5039739Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_629, aten._to_copy.default 2025-06-06T00:20:33.5040548Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_213, aten.add.Tensor 2025-06-06T00:20:33.5041361Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_630, aten._to_copy.default 2025-06-06T00:20:33.5042174Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_245, aten.cat.default 2025-06-06T00:20:33.5042959Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_246, aten.cat.default 2025-06-06T00:20:33.5043731Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_247, aten.cat.default 2025-06-06T00:20:33.5044510Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_248, aten.cat.default 2025-06-06T00:20:33.5045291Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_249, aten.cat.default 2025-06-06T00:20:33.5046060Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_250, aten.cat.default 2025-06-06T00:20:33.5046913Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_251, aten.cat.default 2025-06-06T00:20:33.5047683Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_252, aten.cat.default 2025-06-06T00:20:33.5048469Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_253, aten.cat.default 2025-06-06T00:20:33.5049286Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_254, aten.cat.default 2025-06-06T00:20:33.5050258Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_255, aten.cat.default 2025-06-06T00:20:33.5051054Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_256, aten.cat.default 2025-06-06T00:20:33.5051821Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_257, aten.cat.default 2025-06-06T00:20:33.5052608Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_258, aten.cat.default 2025-06-06T00:20:33.5053399Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_259, aten.cat.default 2025-06-06T00:20:33.5054172Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_260, aten.cat.default 2025-06-06T00:20:33.5054954Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_261, aten.cat.default 2025-06-06T00:20:33.5055720Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_262, aten.cat.default 2025-06-06T00:20:33.5056499Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_263, aten.cat.default 2025-06-06T00:20:33.5057268Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_264, aten.cat.default 2025-06-06T00:20:33.5058050Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_265, aten.cat.default 2025-06-06T00:20:33.5058831Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_266, aten.cat.default 2025-06-06T00:20:33.5059883Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_267, aten.cat.default 2025-06-06T00:20:33.5060666Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_268, aten.cat.default 2025-06-06T00:20:33.5061564Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_302, aten.permute_copy.default 2025-06-06T00:20:33.5062489Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_303, aten.permute_copy.default 2025-06-06T00:20:33.5063410Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_304, aten.permute_copy.default 2025-06-06T00:20:33.5064317Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_305, aten.permute_copy.default 2025-06-06T00:20:33.5065234Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_306, aten.permute_copy.default 2025-06-06T00:20:33.5066140Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_307, aten.permute_copy.default 2025-06-06T00:20:33.5067059Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_308, aten.permute_copy.default 2025-06-06T00:20:33.9917293Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_309, aten.permute_copy.default 2025-06-06T00:20:33.9918291Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_310, aten.permute_copy.default 2025-06-06T00:20:33.9919198Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_311, aten.permute_copy.default 2025-06-06T00:20:33.9920134Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_312, aten.permute_copy.default 2025-06-06T00:20:33.9921047Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_313, aten.permute_copy.default 2025-06-06T00:20:33.9921902Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_269, aten.cat.default 2025-06-06T00:20:33.9922893Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_271, aten.cat.default 2025-06-06T00:20:33.9923679Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_273, aten.cat.default 2025-06-06T00:20:33.9924497Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_275, aten.cat.default 2025-06-06T00:20:33.9925269Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_277, aten.cat.default 2025-06-06T00:20:33.9926032Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_279, aten.cat.default 2025-06-06T00:20:33.9926814Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_281, aten.cat.default 2025-06-06T00:20:33.9927591Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_283, aten.cat.default 2025-06-06T00:20:33.9928355Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_285, aten.cat.default 2025-06-06T00:20:33.9929135Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_287, aten.cat.default 2025-06-06T00:20:33.9929968Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_289, aten.cat.default 2025-06-06T00:20:33.9930749Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_291, aten.cat.default 2025-06-06T00:20:33.9931553Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_120, aten.matmul.default 2025-06-06T00:20:33.9932374Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_122, aten.matmul.default 2025-06-06T00:20:33.9933200Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_124, aten.matmul.default 2025-06-06T00:20:33.9934008Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_126, aten.matmul.default 2025-06-06T00:20:33.9934887Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_128, aten.matmul.default 2025-06-06T00:20:33.9935708Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_130, aten.matmul.default 2025-06-06T00:20:33.9936568Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_132, aten.matmul.default 2025-06-06T00:20:33.9937396Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_134, aten.matmul.default 2025-06-06T00:20:33.9938199Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_136, aten.matmul.default 2025-06-06T00:20:33.9939022Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_138, aten.matmul.default 2025-06-06T00:20:33.9939843Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_140, aten.matmul.default 2025-06-06T00:20:33.9940648Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_142, aten.matmul.default 2025-06-06T00:20:33.9941441Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_60, aten.div.Tensor 2025-06-06T00:20:33.9942189Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_61, aten.div.Tensor 2025-06-06T00:20:33.9942938Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_62, aten.div.Tensor 2025-06-06T00:20:33.9943687Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_63, aten.div.Tensor 2025-06-06T00:20:33.9944424Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_64, aten.div.Tensor 2025-06-06T00:20:33.9945171Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_65, aten.div.Tensor 2025-06-06T00:20:33.9945909Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_66, aten.div.Tensor 2025-06-06T00:20:33.9946658Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_67, aten.div.Tensor 2025-06-06T00:20:33.9947409Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_68, aten.div.Tensor 2025-06-06T00:20:33.9948180Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_69, aten.div.Tensor 2025-06-06T00:20:33.9948932Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_70, aten.div.Tensor 2025-06-06T00:20:33.9949697Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_71, aten.div.Tensor 2025-06-06T00:20:33.9950454Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_214, aten.add.Tensor 2025-06-06T00:20:33.9951210Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_215, aten.add.Tensor 2025-06-06T00:20:33.9951951Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_216, aten.add.Tensor 2025-06-06T00:20:33.9952706Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_217, aten.add.Tensor 2025-06-06T00:20:33.9953448Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_218, aten.add.Tensor 2025-06-06T00:20:33.9954221Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_219, aten.add.Tensor 2025-06-06T00:20:33.9954976Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_220, aten.add.Tensor 2025-06-06T00:20:33.9955724Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_221, aten.add.Tensor 2025-06-06T00:20:33.9956487Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_222, aten.add.Tensor 2025-06-06T00:20:33.9957244Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_223, aten.add.Tensor 2025-06-06T00:20:33.9957988Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_224, aten.add.Tensor 2025-06-06T00:20:33.9958749Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_225, aten.add.Tensor 2025-06-06T00:20:33.9959792Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_60, aten._softmax.default 2025-06-06T00:20:33.9960653Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_61, aten._softmax.default 2025-06-06T00:20:33.9961502Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_62, aten._softmax.default 2025-06-06T00:20:33.9962633Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_63, aten._softmax.default 2025-06-06T00:20:33.9963998Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_64, aten._softmax.default 2025-06-06T00:20:33.9965492Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_65, aten._softmax.default 2025-06-06T00:20:33.9967009Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_66, aten._softmax.default 2025-06-06T00:20:33.9968522Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_67, aten._softmax.default 2025-06-06T00:20:33.9970089Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_68, aten._softmax.default 2025-06-06T00:20:33.9971600Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_69, aten._softmax.default 2025-06-06T00:20:33.9973093Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_70, aten._softmax.default 2025-06-06T00:20:33.9974597Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_71, aten._softmax.default 2025-06-06T00:20:33.9976085Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_121, aten.matmul.default 2025-06-06T00:20:33.9977538Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_123, aten.matmul.default 2025-06-06T00:20:33.9979006Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_125, aten.matmul.default 2025-06-06T00:20:33.9980461Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_127, aten.matmul.default 2025-06-06T00:20:33.9982036Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_129, aten.matmul.default 2025-06-06T00:20:33.9983498Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_131, aten.matmul.default 2025-06-06T00:20:33.9985009Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_133, aten.matmul.default 2025-06-06T00:20:33.9986475Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_135, aten.matmul.default 2025-06-06T00:20:33.9987922Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_137, aten.matmul.default 2025-06-06T00:20:33.9989378Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_139, aten.matmul.default 2025-06-06T00:20:33.9990835Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_141, aten.matmul.default 2025-06-06T00:20:33.9992282Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_143, aten.matmul.default 2025-06-06T00:20:33.9993712Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_293, aten.cat.default 2025-06-06T00:20:33.9995172Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_242, aten.view_copy.default 2025-06-06T00:20:33.9996791Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1374, aten.permute_copy.default 2025-06-06T00:20:34.5549211Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_236, aten.convolution.default 2025-06-06T00:20:34.5550942Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1375, aten.permute_copy.default 2025-06-06T00:20:34.5552549Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_243, aten.view_copy.default 2025-06-06T00:20:34.5553999Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_226, aten.add.Tensor 2025-06-06T00:20:34.5555701Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_rms_norm_default_11, aten.rms_norm.default 2025-06-06T00:20:34.5557236Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_244, aten.view_copy.default 2025-06-06T00:20:34.5558909Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1376, aten.permute_copy.default 2025-06-06T00:20:34.5560694Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_237, aten.convolution.default 2025-06-06T00:20:34.5562316Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_238, aten.convolution.default 2025-06-06T00:20:34.5563872Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sigmoid_default_5, aten.sigmoid.default 2025-06-06T00:20:34.5565285Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_586, aten.mul.Tensor 2025-06-06T00:20:34.5566630Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_587, aten.mul.Tensor 2025-06-06T00:20:34.5568127Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_239, aten.convolution.default 2025-06-06T00:20:34.5569788Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1377, aten.permute_copy.default 2025-06-06T00:20:34.5571388Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_245, aten.view_copy.default 2025-06-06T00:20:34.5572843Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_227, aten.add.Tensor 2025-06-06T00:20:34.5574262Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_rms_norm_default_12, aten.rms_norm.default 2025-06-06T00:20:34.5575789Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_246, aten.view_copy.default 2025-06-06T00:20:34.5577374Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1378, aten.permute_copy.default 2025-06-06T00:20:34.5579052Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_631, aten._to_copy.default 2025-06-06T00:20:34.5580626Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_240, aten.convolution.default 2025-06-06T00:20:34.5582318Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1379, aten.permute_copy.default 2025-06-06T00:20:34.5583954Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_241, aten.convolution.default 2025-06-06T00:20:34.5585575Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1380, aten.permute_copy.default 2025-06-06T00:20:34.5587274Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_242, aten.convolution.default 2025-06-06T00:20:34.5588908Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1381, aten.permute_copy.default 2025-06-06T00:20:34.5590575Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_243, aten.convolution.default 2025-06-06T00:20:34.5592218Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1382, aten.permute_copy.default 2025-06-06T00:20:34.5593833Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_244, aten.convolution.default 2025-06-06T00:20:34.5595473Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1383, aten.permute_copy.default 2025-06-06T00:20:34.5597109Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_245, aten.convolution.default 2025-06-06T00:20:34.5598740Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1384, aten.permute_copy.default 2025-06-06T00:20:34.5600372Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_246, aten.convolution.default 2025-06-06T00:20:34.5602058Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1385, aten.permute_copy.default 2025-06-06T00:20:34.5603703Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_247, aten.convolution.default 2025-06-06T00:20:34.5605383Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1386, aten.permute_copy.default 2025-06-06T00:20:34.5607001Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_248, aten.convolution.default 2025-06-06T00:20:34.5608630Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1387, aten.permute_copy.default 2025-06-06T00:20:34.5610322Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_249, aten.convolution.default 2025-06-06T00:20:34.5611959Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1388, aten.permute_copy.default 2025-06-06T00:20:34.5613602Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_250, aten.convolution.default 2025-06-06T00:20:34.5615228Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1389, aten.permute_copy.default 2025-06-06T00:20:34.5616868Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_251, aten.convolution.default 2025-06-06T00:20:34.5618503Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1390, aten.permute_copy.default 2025-06-06T00:20:34.5620126Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_252, aten.convolution.default 2025-06-06T00:20:34.5621759Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1391, aten.permute_copy.default 2025-06-06T00:20:34.5623392Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_253, aten.convolution.default 2025-06-06T00:20:34.5625032Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1392, aten.permute_copy.default 2025-06-06T00:20:34.5626719Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_254, aten.convolution.default 2025-06-06T00:20:34.5628384Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1393, aten.permute_copy.default 2025-06-06T00:20:34.5630025Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_255, aten.convolution.default 2025-06-06T00:20:34.5631639Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1394, aten.permute_copy.default 2025-06-06T00:20:34.5633278Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_256, aten.convolution.default 2025-06-06T00:20:34.5634917Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1395, aten.permute_copy.default 2025-06-06T00:20:34.5636543Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_257, aten.convolution.default 2025-06-06T00:20:34.5638179Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1396, aten.permute_copy.default 2025-06-06T00:20:34.5639810Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_258, aten.convolution.default 2025-06-06T00:20:34.5641448Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1397, aten.permute_copy.default 2025-06-06T00:20:34.5643087Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_259, aten.convolution.default 2025-06-06T00:20:34.5644718Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1398, aten.permute_copy.default 2025-06-06T00:20:34.5646362Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_260, aten.convolution.default 2025-06-06T00:20:34.5648074Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1399, aten.permute_copy.default 2025-06-06T00:20:34.5649758Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_261, aten.convolution.default 2025-06-06T00:20:34.5651439Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1400, aten.permute_copy.default 2025-06-06T00:20:34.5653070Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_262, aten.convolution.default 2025-06-06T00:20:34.5654712Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1401, aten.permute_copy.default 2025-06-06T00:20:34.5656341Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_263, aten.convolution.default 2025-06-06T00:20:34.5657993Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1402, aten.permute_copy.default 2025-06-06T00:20:34.5659763Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_264, aten.convolution.default 2025-06-06T00:20:34.5661406Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1403, aten.permute_copy.default 2025-06-06T00:20:34.5663064Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_265, aten.convolution.default 2025-06-06T00:20:34.5665297Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1404, aten.permute_copy.default 2025-06-06T00:20:34.8513902Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_266, aten.convolution.default 2025-06-06T00:20:34.8515784Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1405, aten.permute_copy.default 2025-06-06T00:20:34.8517417Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_267, aten.convolution.default 2025-06-06T00:20:34.8519160Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1406, aten.permute_copy.default 2025-06-06T00:20:34.8521127Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_268, aten.convolution.default 2025-06-06T00:20:34.8522766Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1407, aten.permute_copy.default 2025-06-06T00:20:34.8524486Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_269, aten.convolution.default 2025-06-06T00:20:34.8526124Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1408, aten.permute_copy.default 2025-06-06T00:20:34.8527749Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_270, aten.convolution.default 2025-06-06T00:20:34.8529383Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1409, aten.permute_copy.default 2025-06-06T00:20:34.8531050Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_271, aten.convolution.default 2025-06-06T00:20:34.8532683Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1410, aten.permute_copy.default 2025-06-06T00:20:34.8534324Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_272, aten.convolution.default 2025-06-06T00:20:34.8535958Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1411, aten.permute_copy.default 2025-06-06T00:20:34.8537601Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_273, aten.convolution.default 2025-06-06T00:20:34.8539269Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1412, aten.permute_copy.default 2025-06-06T00:20:34.8540897Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_274, aten.convolution.default 2025-06-06T00:20:34.8542530Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1413, aten.permute_copy.default 2025-06-06T00:20:34.8544238Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_275, aten.convolution.default 2025-06-06T00:20:34.8545898Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1414, aten.permute_copy.default 2025-06-06T00:20:34.8547572Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_247, aten.view_copy.default 2025-06-06T00:20:34.8549106Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_248, aten.view_copy.default 2025-06-06T00:20:34.8550649Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_249, aten.view_copy.default 2025-06-06T00:20:34.8552183Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_250, aten.view_copy.default 2025-06-06T00:20:34.8553734Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_251, aten.view_copy.default 2025-06-06T00:20:34.8555281Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_252, aten.view_copy.default 2025-06-06T00:20:34.8556816Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_253, aten.view_copy.default 2025-06-06T00:20:34.8558369Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_254, aten.view_copy.default 2025-06-06T00:20:34.8560068Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_255, aten.view_copy.default 2025-06-06T00:20:34.8561618Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_256, aten.view_copy.default 2025-06-06T00:20:34.8563166Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_257, aten.view_copy.default 2025-06-06T00:20:34.8564697Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_258, aten.view_copy.default 2025-06-06T00:20:34.8566255Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_259, aten.view_copy.default 2025-06-06T00:20:34.8567868Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_260, aten.view_copy.default 2025-06-06T00:20:34.8569421Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_261, aten.view_copy.default 2025-06-06T00:20:34.8571080Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_262, aten.view_copy.default 2025-06-06T00:20:34.8572624Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_263, aten.view_copy.default 2025-06-06T00:20:34.8574173Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_264, aten.view_copy.default 2025-06-06T00:20:34.8575706Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_265, aten.view_copy.default 2025-06-06T00:20:34.8577249Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_266, aten.view_copy.default 2025-06-06T00:20:34.8578807Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_267, aten.view_copy.default 2025-06-06T00:20:34.8580346Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_268, aten.view_copy.default 2025-06-06T00:20:34.8581900Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_269, aten.view_copy.default 2025-06-06T00:20:34.8583441Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_270, aten.view_copy.default 2025-06-06T00:20:34.8584989Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_271, aten.view_copy.default 2025-06-06T00:20:34.8586536Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_272, aten.view_copy.default 2025-06-06T00:20:34.8588062Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_273, aten.view_copy.default 2025-06-06T00:20:34.8589656Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_274, aten.view_copy.default 2025-06-06T00:20:34.8591199Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_275, aten.view_copy.default 2025-06-06T00:20:34.8592795Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_276, aten.view_copy.default 2025-06-06T00:20:34.8594336Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_277, aten.view_copy.default 2025-06-06T00:20:34.8595864Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_278, aten.view_copy.default 2025-06-06T00:20:34.8597404Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_279, aten.view_copy.default 2025-06-06T00:20:34.8598933Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_280, aten.view_copy.default 2025-06-06T00:20:34.8600472Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_281, aten.view_copy.default 2025-06-06T00:20:34.8602012Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_282, aten.view_copy.default 2025-06-06T00:20:34.8603545Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_288, aten.slice_copy.Tensor 2025-06-06T00:20:34.8605093Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_289, aten.slice_copy.Tensor 2025-06-06T00:20:34.8606617Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_290, aten.slice_copy.Tensor 2025-06-06T00:20:34.8608154Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_291, aten.slice_copy.Tensor 2025-06-06T00:20:34.8609743Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_292, aten.slice_copy.Tensor 2025-06-06T00:20:34.8611275Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_293, aten.slice_copy.Tensor 2025-06-06T00:20:34.8612859Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_294, aten.slice_copy.Tensor 2025-06-06T00:20:34.8614385Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_295, aten.slice_copy.Tensor 2025-06-06T00:20:34.8615979Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_296, aten.slice_copy.Tensor 2025-06-06T00:20:34.8617529Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_297, aten.slice_copy.Tensor 2025-06-06T00:20:34.8619057Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_298, aten.slice_copy.Tensor 2025-06-06T00:20:34.8620605Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_299, aten.slice_copy.Tensor 2025-06-06T00:20:34.8622140Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_300, aten.slice_copy.Tensor 2025-06-06T00:20:34.8623690Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_301, aten.slice_copy.Tensor 2025-06-06T00:20:34.8625245Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_302, aten.slice_copy.Tensor 2025-06-06T00:20:34.8626780Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_303, aten.slice_copy.Tensor 2025-06-06T00:20:34.8628331Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_304, aten.slice_copy.Tensor 2025-06-06T00:20:35.2613946Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_305, aten.slice_copy.Tensor 2025-06-06T00:20:35.2615601Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_306, aten.slice_copy.Tensor 2025-06-06T00:20:35.2617187Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_307, aten.slice_copy.Tensor 2025-06-06T00:20:35.2619127Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_308, aten.slice_copy.Tensor 2025-06-06T00:20:35.2620731Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_309, aten.slice_copy.Tensor 2025-06-06T00:20:35.2622418Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_310, aten.slice_copy.Tensor 2025-06-06T00:20:35.2624025Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_311, aten.slice_copy.Tensor 2025-06-06T00:20:35.2625644Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_312, aten.slice_copy.Tensor 2025-06-06T00:20:35.2627204Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_313, aten.slice_copy.Tensor 2025-06-06T00:20:35.2628847Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_314, aten.slice_copy.Tensor 2025-06-06T00:20:35.2630483Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_315, aten.slice_copy.Tensor 2025-06-06T00:20:35.2632094Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_316, aten.slice_copy.Tensor 2025-06-06T00:20:35.2633716Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_317, aten.slice_copy.Tensor 2025-06-06T00:20:35.2635363Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_318, aten.slice_copy.Tensor 2025-06-06T00:20:35.2637003Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_319, aten.slice_copy.Tensor 2025-06-06T00:20:35.2638585Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_320, aten.slice_copy.Tensor 2025-06-06T00:20:35.2640160Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_321, aten.slice_copy.Tensor 2025-06-06T00:20:35.2641739Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_322, aten.slice_copy.Tensor 2025-06-06T00:20:35.2643315Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_323, aten.slice_copy.Tensor 2025-06-06T00:20:35.2645062Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_324, aten.slice_copy.Tensor 2025-06-06T00:20:35.2646678Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_325, aten.slice_copy.Tensor 2025-06-06T00:20:35.2648408Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_326, aten.slice_copy.Tensor 2025-06-06T00:20:35.2650065Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_327, aten.slice_copy.Tensor 2025-06-06T00:20:35.2651823Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_328, aten.slice_copy.Tensor 2025-06-06T00:20:35.2653461Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_329, aten.slice_copy.Tensor 2025-06-06T00:20:35.2654993Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_330, aten.slice_copy.Tensor 2025-06-06T00:20:35.2656609Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_331, aten.slice_copy.Tensor 2025-06-06T00:20:35.2658250Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_332, aten.slice_copy.Tensor 2025-06-06T00:20:35.2660116Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_333, aten.slice_copy.Tensor 2025-06-06T00:20:35.2661681Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_334, aten.slice_copy.Tensor 2025-06-06T00:20:35.2663267Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_335, aten.slice_copy.Tensor 2025-06-06T00:20:35.2664742Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_319, aten.cat.default 2025-06-06T00:20:35.2666157Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_321, aten.cat.default 2025-06-06T00:20:35.2667715Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_323, aten.cat.default 2025-06-06T00:20:35.2669161Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_325, aten.cat.default 2025-06-06T00:20:35.2670676Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_327, aten.cat.default 2025-06-06T00:20:35.2672117Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_329, aten.cat.default 2025-06-06T00:20:35.2673517Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_331, aten.cat.default 2025-06-06T00:20:35.2674963Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_333, aten.cat.default 2025-06-06T00:20:35.2676424Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_335, aten.cat.default 2025-06-06T00:20:35.2677825Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_337, aten.cat.default 2025-06-06T00:20:35.2679278Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_339, aten.cat.default 2025-06-06T00:20:35.2680753Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_341, aten.cat.default 2025-06-06T00:20:35.2682205Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_588, aten.mul.Tensor 2025-06-06T00:20:35.2683608Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_590, aten.mul.Tensor 2025-06-06T00:20:35.2684975Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_589, aten.mul.Tensor 2025-06-06T00:20:35.2686346Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_591, aten.mul.Tensor 2025-06-06T00:20:35.2687730Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_592, aten.mul.Tensor 2025-06-06T00:20:35.2689104Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_594, aten.mul.Tensor 2025-06-06T00:20:35.2690591Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_593, aten.mul.Tensor 2025-06-06T00:20:35.2692107Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_595, aten.mul.Tensor 2025-06-06T00:20:35.2693532Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_596, aten.mul.Tensor 2025-06-06T00:20:35.2695001Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_598, aten.mul.Tensor 2025-06-06T00:20:35.2696412Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_597, aten.mul.Tensor 2025-06-06T00:20:35.2697838Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_599, aten.mul.Tensor 2025-06-06T00:20:35.2699242Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_600, aten.mul.Tensor 2025-06-06T00:20:35.2700525Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_602, aten.mul.Tensor 2025-06-06T00:20:35.2701927Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_601, aten.mul.Tensor 2025-06-06T00:20:35.2703363Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_603, aten.mul.Tensor 2025-06-06T00:20:35.2704793Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_604, aten.mul.Tensor 2025-06-06T00:20:35.2706191Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_606, aten.mul.Tensor 2025-06-06T00:20:35.2707576Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_605, aten.mul.Tensor 2025-06-06T00:20:35.2708948Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_607, aten.mul.Tensor 2025-06-06T00:20:35.2710306Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_608, aten.mul.Tensor 2025-06-06T00:20:35.2711681Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_610, aten.mul.Tensor 2025-06-06T00:20:35.2713050Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_609, aten.mul.Tensor 2025-06-06T00:20:35.2714557Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_611, aten.mul.Tensor 2025-06-06T00:20:35.2715968Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_612, aten.mul.Tensor 2025-06-06T00:20:35.2717431Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_614, aten.mul.Tensor 2025-06-06T00:20:35.2718783Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_613, aten.mul.Tensor 2025-06-06T00:20:35.2720179Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_615, aten.mul.Tensor 2025-06-06T00:20:35.2721613Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_616, aten.mul.Tensor 2025-06-06T00:20:35.2722965Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_618, aten.mul.Tensor 2025-06-06T00:20:35.2724384Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_617, aten.mul.Tensor 2025-06-06T00:20:35.2725823Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_619, aten.mul.Tensor 2025-06-06T00:20:35.2727240Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_620, aten.mul.Tensor 2025-06-06T00:20:35.2728646Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_622, aten.mul.Tensor 2025-06-06T00:20:35.2730107Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_621, aten.mul.Tensor 2025-06-06T00:20:35.2731486Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_623, aten.mul.Tensor 2025-06-06T00:20:35.2732864Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_624, aten.mul.Tensor 2025-06-06T00:20:35.7108105Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_626, aten.mul.Tensor 2025-06-06T00:20:35.7109218Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_625, aten.mul.Tensor 2025-06-06T00:20:35.7109981Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_627, aten.mul.Tensor 2025-06-06T00:20:35.7110977Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_628, aten.mul.Tensor 2025-06-06T00:20:35.7111738Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_630, aten.mul.Tensor 2025-06-06T00:20:35.7112542Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_629, aten.mul.Tensor 2025-06-06T00:20:35.7113299Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_631, aten.mul.Tensor 2025-06-06T00:20:35.7114042Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_632, aten.mul.Tensor 2025-06-06T00:20:35.7114800Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_634, aten.mul.Tensor 2025-06-06T00:20:35.7122602Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_633, aten.mul.Tensor 2025-06-06T00:20:35.7123521Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_635, aten.mul.Tensor 2025-06-06T00:20:35.7124293Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_636, aten.mul.Tensor 2025-06-06T00:20:35.7125072Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_638, aten.mul.Tensor 2025-06-06T00:20:35.7125833Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_637, aten.mul.Tensor 2025-06-06T00:20:35.7126598Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_639, aten.mul.Tensor 2025-06-06T00:20:35.7127345Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_640, aten.mul.Tensor 2025-06-06T00:20:35.7128104Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_642, aten.mul.Tensor 2025-06-06T00:20:35.7128862Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_641, aten.mul.Tensor 2025-06-06T00:20:35.7129808Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_643, aten.mul.Tensor 2025-06-06T00:20:35.7130583Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_644, aten.mul.Tensor 2025-06-06T00:20:35.7131334Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_646, aten.mul.Tensor 2025-06-06T00:20:35.7132158Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_645, aten.mul.Tensor 2025-06-06T00:20:35.7132946Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_647, aten.mul.Tensor 2025-06-06T00:20:35.7133695Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_648, aten.mul.Tensor 2025-06-06T00:20:35.7134446Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_650, aten.mul.Tensor 2025-06-06T00:20:35.7135206Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_649, aten.mul.Tensor 2025-06-06T00:20:35.7135952Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_651, aten.mul.Tensor 2025-06-06T00:20:35.7136719Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_652, aten.mul.Tensor 2025-06-06T00:20:35.7137480Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_654, aten.mul.Tensor 2025-06-06T00:20:35.7138227Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_653, aten.mul.Tensor 2025-06-06T00:20:35.7138987Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_655, aten.mul.Tensor 2025-06-06T00:20:35.7139732Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_656, aten.mul.Tensor 2025-06-06T00:20:35.7140492Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_658, aten.mul.Tensor 2025-06-06T00:20:35.7141250Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_657, aten.mul.Tensor 2025-06-06T00:20:35.7141998Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_659, aten.mul.Tensor 2025-06-06T00:20:35.7142759Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_660, aten.mul.Tensor 2025-06-06T00:20:35.7143546Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_662, aten.mul.Tensor 2025-06-06T00:20:35.7144306Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_661, aten.mul.Tensor 2025-06-06T00:20:35.7145100Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_663, aten.mul.Tensor 2025-06-06T00:20:35.7145849Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_664, aten.mul.Tensor 2025-06-06T00:20:35.7146610Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_666, aten.mul.Tensor 2025-06-06T00:20:35.7147352Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_665, aten.mul.Tensor 2025-06-06T00:20:35.7148112Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_667, aten.mul.Tensor 2025-06-06T00:20:35.7148870Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_668, aten.mul.Tensor 2025-06-06T00:20:35.7149615Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_670, aten.mul.Tensor 2025-06-06T00:20:35.7150375Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_669, aten.mul.Tensor 2025-06-06T00:20:35.7151116Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_671, aten.mul.Tensor 2025-06-06T00:20:35.7151874Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_672, aten.mul.Tensor 2025-06-06T00:20:35.7152629Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_674, aten.mul.Tensor 2025-06-06T00:20:35.7153373Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_673, aten.mul.Tensor 2025-06-06T00:20:35.7154130Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_675, aten.mul.Tensor 2025-06-06T00:20:35.7154903Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_676, aten.mul.Tensor 2025-06-06T00:20:35.7155731Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_678, aten.mul.Tensor 2025-06-06T00:20:35.7156509Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_677, aten.mul.Tensor 2025-06-06T00:20:35.7157273Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_679, aten.mul.Tensor 2025-06-06T00:20:35.7158030Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_680, aten.mul.Tensor 2025-06-06T00:20:35.7158834Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_682, aten.mul.Tensor 2025-06-06T00:20:35.7159828Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_681, aten.mul.Tensor 2025-06-06T00:20:35.7160574Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_683, aten.mul.Tensor 2025-06-06T00:20:35.7161333Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_144, aten.sub.Tensor 2025-06-06T00:20:35.7162092Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_228, aten.add.Tensor 2025-06-06T00:20:35.7162835Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_145, aten.sub.Tensor 2025-06-06T00:20:35.7163594Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_229, aten.add.Tensor 2025-06-06T00:20:35.7164338Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_146, aten.sub.Tensor 2025-06-06T00:20:35.7165094Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_230, aten.add.Tensor 2025-06-06T00:20:35.7165853Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_147, aten.sub.Tensor 2025-06-06T00:20:35.7166595Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_231, aten.add.Tensor 2025-06-06T00:20:35.7167353Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_148, aten.sub.Tensor 2025-06-06T00:20:35.7168197Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_232, aten.add.Tensor 2025-06-06T00:20:35.7168962Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_149, aten.sub.Tensor 2025-06-06T00:20:35.7169855Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_233, aten.add.Tensor 2025-06-06T00:20:35.7170610Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_150, aten.sub.Tensor 2025-06-06T00:20:35.7171370Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_234, aten.add.Tensor 2025-06-06T00:20:35.7172114Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_151, aten.sub.Tensor 2025-06-06T00:20:35.7172870Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_235, aten.add.Tensor 2025-06-06T00:20:35.7173628Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_152, aten.sub.Tensor 2025-06-06T00:20:35.7174377Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_236, aten.add.Tensor 2025-06-06T00:20:35.7175135Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_153, aten.sub.Tensor 2025-06-06T00:20:35.7175883Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_237, aten.add.Tensor 2025-06-06T00:20:35.7176639Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_154, aten.sub.Tensor 2025-06-06T00:20:35.7177380Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_238, aten.add.Tensor 2025-06-06T00:20:35.7178140Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_155, aten.sub.Tensor 2025-06-06T00:20:35.7178898Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_239, aten.add.Tensor 2025-06-06T00:20:35.7179644Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_156, aten.sub.Tensor 2025-06-06T00:20:35.7180497Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_632, aten._to_copy.default 2025-06-06T00:20:36.1224689Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_240, aten.add.Tensor 2025-06-06T00:20:36.1226522Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_633, aten._to_copy.default 2025-06-06T00:20:36.1228004Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_157, aten.sub.Tensor 2025-06-06T00:20:36.1229473Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_634, aten._to_copy.default 2025-06-06T00:20:36.1230917Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_241, aten.add.Tensor 2025-06-06T00:20:36.1232396Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_635, aten._to_copy.default 2025-06-06T00:20:36.1233857Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_158, aten.sub.Tensor 2025-06-06T00:20:36.1235360Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_636, aten._to_copy.default 2025-06-06T00:20:36.1236876Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_242, aten.add.Tensor 2025-06-06T00:20:36.1238367Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_637, aten._to_copy.default 2025-06-06T00:20:36.1239877Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_159, aten.sub.Tensor 2025-06-06T00:20:36.1241377Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_638, aten._to_copy.default 2025-06-06T00:20:36.1242877Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_243, aten.add.Tensor 2025-06-06T00:20:36.1244193Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_639, aten._to_copy.default 2025-06-06T00:20:36.1245622Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_160, aten.sub.Tensor 2025-06-06T00:20:36.1247201Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_640, aten._to_copy.default 2025-06-06T00:20:36.1248551Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_244, aten.add.Tensor 2025-06-06T00:20:36.1250306Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_641, aten._to_copy.default 2025-06-06T00:20:36.1251834Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_161, aten.sub.Tensor 2025-06-06T00:20:36.1253339Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_642, aten._to_copy.default 2025-06-06T00:20:36.1254773Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_245, aten.add.Tensor 2025-06-06T00:20:36.1256222Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_643, aten._to_copy.default 2025-06-06T00:20:36.1257680Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_162, aten.sub.Tensor 2025-06-06T00:20:36.1259365Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_644, aten._to_copy.default 2025-06-06T00:20:36.1260832Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_246, aten.add.Tensor 2025-06-06T00:20:36.1262336Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_645, aten._to_copy.default 2025-06-06T00:20:36.1263805Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_163, aten.sub.Tensor 2025-06-06T00:20:36.1265364Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_646, aten._to_copy.default 2025-06-06T00:20:36.1266791Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_247, aten.add.Tensor 2025-06-06T00:20:36.1268286Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_647, aten._to_copy.default 2025-06-06T00:20:36.1269979Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_164, aten.sub.Tensor 2025-06-06T00:20:36.1271370Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_648, aten._to_copy.default 2025-06-06T00:20:36.1272872Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_248, aten.add.Tensor 2025-06-06T00:20:36.1274261Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_649, aten._to_copy.default 2025-06-06T00:20:36.1275585Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_165, aten.sub.Tensor 2025-06-06T00:20:36.1277019Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_650, aten._to_copy.default 2025-06-06T00:20:36.1278534Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_249, aten.add.Tensor 2025-06-06T00:20:36.1280038Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_651, aten._to_copy.default 2025-06-06T00:20:36.1281556Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_166, aten.sub.Tensor 2025-06-06T00:20:36.1283013Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_652, aten._to_copy.default 2025-06-06T00:20:36.1284480Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_250, aten.add.Tensor 2025-06-06T00:20:36.1285930Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_653, aten._to_copy.default 2025-06-06T00:20:36.1287397Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_167, aten.sub.Tensor 2025-06-06T00:20:36.1288875Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_654, aten._to_copy.default 2025-06-06T00:20:36.1290427Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_251, aten.add.Tensor 2025-06-06T00:20:36.1291910Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_655, aten._to_copy.default 2025-06-06T00:20:36.1293415Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_294, aten.cat.default 2025-06-06T00:20:36.1295061Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_295, aten.cat.default 2025-06-06T00:20:36.1296533Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_296, aten.cat.default 2025-06-06T00:20:36.1298069Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_297, aten.cat.default 2025-06-06T00:20:36.1299385Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_298, aten.cat.default 2025-06-06T00:20:36.1300736Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_299, aten.cat.default 2025-06-06T00:20:36.1302081Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_300, aten.cat.default 2025-06-06T00:20:36.1303370Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_301, aten.cat.default 2025-06-06T00:20:36.1304730Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_302, aten.cat.default 2025-06-06T00:20:36.1306194Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_303, aten.cat.default 2025-06-06T00:20:36.1307654Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_304, aten.cat.default 2025-06-06T00:20:36.1309132Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_305, aten.cat.default 2025-06-06T00:20:36.1310527Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_306, aten.cat.default 2025-06-06T00:20:36.1311928Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_307, aten.cat.default 2025-06-06T00:20:36.1313322Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_308, aten.cat.default 2025-06-06T00:20:36.1314748Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_309, aten.cat.default 2025-06-06T00:20:36.1316265Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_310, aten.cat.default 2025-06-06T00:20:36.1317699Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_311, aten.cat.default 2025-06-06T00:20:36.1319180Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_312, aten.cat.default 2025-06-06T00:20:36.1320634Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_313, aten.cat.default 2025-06-06T00:20:36.1322003Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_314, aten.cat.default 2025-06-06T00:20:36.1323449Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_315, aten.cat.default 2025-06-06T00:20:36.1324902Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_316, aten.cat.default 2025-06-06T00:20:36.1326352Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_317, aten.cat.default 2025-06-06T00:20:36.1327899Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_355, aten.permute_copy.default 2025-06-06T00:20:36.1329763Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_356, aten.permute_copy.default 2025-06-06T00:20:36.1331515Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_357, aten.permute_copy.default 2025-06-06T00:20:36.1333180Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_358, aten.permute_copy.default 2025-06-06T00:20:36.1334830Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_359, aten.permute_copy.default 2025-06-06T00:20:36.1336503Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_360, aten.permute_copy.default 2025-06-06T00:20:36.1338173Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_361, aten.permute_copy.default 2025-06-06T00:20:36.1339871Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_362, aten.permute_copy.default 2025-06-06T00:20:36.1341659Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_363, aten.permute_copy.default 2025-06-06T00:20:36.6375513Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_364, aten.permute_copy.default 2025-06-06T00:20:36.6377277Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_365, aten.permute_copy.default 2025-06-06T00:20:36.6379001Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_366, aten.permute_copy.default 2025-06-06T00:20:36.6380532Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_318, aten.cat.default 2025-06-06T00:20:36.6381961Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_320, aten.cat.default 2025-06-06T00:20:36.6383387Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_322, aten.cat.default 2025-06-06T00:20:36.6384839Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_324, aten.cat.default 2025-06-06T00:20:36.6386303Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_326, aten.cat.default 2025-06-06T00:20:36.6387712Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_328, aten.cat.default 2025-06-06T00:20:36.6389176Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_330, aten.cat.default 2025-06-06T00:20:36.6390627Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_332, aten.cat.default 2025-06-06T00:20:36.6392094Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_334, aten.cat.default 2025-06-06T00:20:36.6393483Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_336, aten.cat.default 2025-06-06T00:20:36.6394946Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_338, aten.cat.default 2025-06-06T00:20:36.6396629Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_340, aten.cat.default 2025-06-06T00:20:36.6398123Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_144, aten.matmul.default 2025-06-06T00:20:36.6399769Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_146, aten.matmul.default 2025-06-06T00:20:36.6401268Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_148, aten.matmul.default 2025-06-06T00:20:36.6402750Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_150, aten.matmul.default 2025-06-06T00:20:36.6404265Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_152, aten.matmul.default 2025-06-06T00:20:36.6405773Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_154, aten.matmul.default 2025-06-06T00:20:36.6407289Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_156, aten.matmul.default 2025-06-06T00:20:36.6408842Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_158, aten.matmul.default 2025-06-06T00:20:36.6410424Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_160, aten.matmul.default 2025-06-06T00:20:36.6411975Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_162, aten.matmul.default 2025-06-06T00:20:36.6413510Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_164, aten.matmul.default 2025-06-06T00:20:36.6415046Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_166, aten.matmul.default 2025-06-06T00:20:36.6416336Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_72, aten.div.Tensor 2025-06-06T00:20:36.6417709Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_73, aten.div.Tensor 2025-06-06T00:20:36.6419126Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_74, aten.div.Tensor 2025-06-06T00:20:36.6420685Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_75, aten.div.Tensor 2025-06-06T00:20:36.6422062Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_76, aten.div.Tensor 2025-06-06T00:20:36.6423501Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_77, aten.div.Tensor 2025-06-06T00:20:36.6424849Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_78, aten.div.Tensor 2025-06-06T00:20:36.6426207Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_79, aten.div.Tensor 2025-06-06T00:20:36.6427555Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_80, aten.div.Tensor 2025-06-06T00:20:36.6428931Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_81, aten.div.Tensor 2025-06-06T00:20:36.6430320Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_82, aten.div.Tensor 2025-06-06T00:20:36.6431692Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_83, aten.div.Tensor 2025-06-06T00:20:36.6433121Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_252, aten.add.Tensor 2025-06-06T00:20:36.6434462Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_253, aten.add.Tensor 2025-06-06T00:20:36.6435886Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_254, aten.add.Tensor 2025-06-06T00:20:36.6437304Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_255, aten.add.Tensor 2025-06-06T00:20:36.6438709Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_256, aten.add.Tensor 2025-06-06T00:20:36.6440101Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_257, aten.add.Tensor 2025-06-06T00:20:36.6441515Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_258, aten.add.Tensor 2025-06-06T00:20:36.6443038Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_259, aten.add.Tensor 2025-06-06T00:20:36.6444442Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_260, aten.add.Tensor 2025-06-06T00:20:36.6445878Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_261, aten.add.Tensor 2025-06-06T00:20:36.6447257Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_262, aten.add.Tensor 2025-06-06T00:20:36.6448638Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_263, aten.add.Tensor 2025-06-06T00:20:36.6450169Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_72, aten._softmax.default 2025-06-06T00:20:36.6451737Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_73, aten._softmax.default 2025-06-06T00:20:36.6453301Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_74, aten._softmax.default 2025-06-06T00:20:36.6454924Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_75, aten._softmax.default 2025-06-06T00:20:36.6456461Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_76, aten._softmax.default 2025-06-06T00:20:36.6458042Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_77, aten._softmax.default 2025-06-06T00:20:36.6459830Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_78, aten._softmax.default 2025-06-06T00:20:36.6461393Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_79, aten._softmax.default 2025-06-06T00:20:36.6462870Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_80, aten._softmax.default 2025-06-06T00:20:36.6464468Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_81, aten._softmax.default 2025-06-06T00:20:36.6466060Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_82, aten._softmax.default 2025-06-06T00:20:36.6467764Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_83, aten._softmax.default 2025-06-06T00:20:36.6469282Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_145, aten.matmul.default 2025-06-06T00:20:36.6470882Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_147, aten.matmul.default 2025-06-06T00:20:36.6472390Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_149, aten.matmul.default 2025-06-06T00:20:36.6473889Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_151, aten.matmul.default 2025-06-06T00:20:36.6475405Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_153, aten.matmul.default 2025-06-06T00:20:36.6476917Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_155, aten.matmul.default 2025-06-06T00:20:36.6478469Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_157, aten.matmul.default 2025-06-06T00:20:36.6479942Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_159, aten.matmul.default 2025-06-06T00:20:36.6481482Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_161, aten.matmul.default 2025-06-06T00:20:36.6483029Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_163, aten.matmul.default 2025-06-06T00:20:36.6484495Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_165, aten.matmul.default 2025-06-06T00:20:36.6486046Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_167, aten.matmul.default 2025-06-06T00:20:36.6487560Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_342, aten.cat.default 2025-06-06T00:20:36.6489251Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_283, aten.view_copy.default 2025-06-06T00:20:36.6490985Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1415, aten.permute_copy.default 2025-06-06T00:20:36.6492754Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_276, aten.convolution.default 2025-06-06T00:20:36.6494432Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1416, aten.permute_copy.default 2025-06-06T00:20:37.1979487Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_284, aten.view_copy.default 2025-06-06T00:20:37.1981037Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_264, aten.add.Tensor 2025-06-06T00:20:37.1982516Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_rms_norm_default_13, aten.rms_norm.default 2025-06-06T00:20:37.1984099Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_285, aten.view_copy.default 2025-06-06T00:20:37.1985757Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1417, aten.permute_copy.default 2025-06-06T00:20:37.1987469Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_277, aten.convolution.default 2025-06-06T00:20:37.1989170Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_278, aten.convolution.default 2025-06-06T00:20:37.1990784Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sigmoid_default_6, aten.sigmoid.default 2025-06-06T00:20:37.1992286Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_684, aten.mul.Tensor 2025-06-06T00:20:37.1993629Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_685, aten.mul.Tensor 2025-06-06T00:20:37.1995210Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_279, aten.convolution.default 2025-06-06T00:20:37.1996949Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1418, aten.permute_copy.default 2025-06-06T00:20:37.1998770Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_286, aten.view_copy.default 2025-06-06T00:20:37.2000256Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_265, aten.add.Tensor 2025-06-06T00:20:37.2002264Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_rms_norm_default_14, aten.rms_norm.default 2025-06-06T00:20:37.2003936Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_287, aten.view_copy.default 2025-06-06T00:20:37.2005643Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1419, aten.permute_copy.default 2025-06-06T00:20:37.2007294Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_656, aten._to_copy.default 2025-06-06T00:20:37.2008908Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_280, aten.convolution.default 2025-06-06T00:20:37.2010669Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1420, aten.permute_copy.default 2025-06-06T00:20:37.2012362Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_281, aten.convolution.default 2025-06-06T00:20:37.2014045Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1421, aten.permute_copy.default 2025-06-06T00:20:37.2015743Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_282, aten.convolution.default 2025-06-06T00:20:37.2029746Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1422, aten.permute_copy.default 2025-06-06T00:20:37.2031427Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_283, aten.convolution.default 2025-06-06T00:20:37.2033125Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1423, aten.permute_copy.default 2025-06-06T00:20:37.2034958Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_284, aten.convolution.default 2025-06-06T00:20:37.2036683Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1424, aten.permute_copy.default 2025-06-06T00:20:37.2038367Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_285, aten.convolution.default 2025-06-06T00:20:37.2040149Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1425, aten.permute_copy.default 2025-06-06T00:20:37.2041935Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_286, aten.convolution.default 2025-06-06T00:20:37.2043735Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1426, aten.permute_copy.default 2025-06-06T00:20:37.2045449Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_287, aten.convolution.default 2025-06-06T00:20:37.2047209Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1427, aten.permute_copy.default 2025-06-06T00:20:37.2048961Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_288, aten.convolution.default 2025-06-06T00:20:37.2050513Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1428, aten.permute_copy.default 2025-06-06T00:20:37.2052235Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_289, aten.convolution.default 2025-06-06T00:20:37.2053970Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1429, aten.permute_copy.default 2025-06-06T00:20:37.2055703Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_290, aten.convolution.default 2025-06-06T00:20:37.2057370Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1430, aten.permute_copy.default 2025-06-06T00:20:37.2059049Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_291, aten.convolution.default 2025-06-06T00:20:37.2061085Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1431, aten.permute_copy.default 2025-06-06T00:20:37.2062879Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_292, aten.convolution.default 2025-06-06T00:20:37.2064593Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1432, aten.permute_copy.default 2025-06-06T00:20:37.2066289Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_293, aten.convolution.default 2025-06-06T00:20:37.2067888Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1433, aten.permute_copy.default 2025-06-06T00:20:37.2069627Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_294, aten.convolution.default 2025-06-06T00:20:37.2071378Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1434, aten.permute_copy.default 2025-06-06T00:20:37.2073117Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_295, aten.convolution.default 2025-06-06T00:20:37.2074794Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1435, aten.permute_copy.default 2025-06-06T00:20:37.2076475Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_296, aten.convolution.default 2025-06-06T00:20:37.2078150Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1436, aten.permute_copy.default 2025-06-06T00:20:37.2080023Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_297, aten.convolution.default 2025-06-06T00:20:37.2081730Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1437, aten.permute_copy.default 2025-06-06T00:20:37.2083535Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_298, aten.convolution.default 2025-06-06T00:20:37.2085209Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1438, aten.permute_copy.default 2025-06-06T00:20:37.2086932Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_299, aten.convolution.default 2025-06-06T00:20:37.2088672Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1439, aten.permute_copy.default 2025-06-06T00:20:37.2090507Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_300, aten.convolution.default 2025-06-06T00:20:37.2092191Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1440, aten.permute_copy.default 2025-06-06T00:20:37.2093868Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_301, aten.convolution.default 2025-06-06T00:20:37.2095571Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1441, aten.permute_copy.default 2025-06-06T00:20:37.2097262Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_302, aten.convolution.default 2025-06-06T00:20:37.2098966Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1442, aten.permute_copy.default 2025-06-06T00:20:37.2100669Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_303, aten.convolution.default 2025-06-06T00:20:37.2102242Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1443, aten.permute_copy.default 2025-06-06T00:20:37.2103612Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_304, aten.convolution.default 2025-06-06T00:20:37.2105082Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1444, aten.permute_copy.default 2025-06-06T00:20:37.2106661Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_305, aten.convolution.default 2025-06-06T00:20:37.2108371Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1445, aten.permute_copy.default 2025-06-06T00:20:37.2109957Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_306, aten.convolution.default 2025-06-06T00:20:37.2111585Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1446, aten.permute_copy.default 2025-06-06T00:20:37.4961751Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_307, aten.convolution.default 2025-06-06T00:20:37.4963507Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1447, aten.permute_copy.default 2025-06-06T00:20:37.4965241Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_308, aten.convolution.default 2025-06-06T00:20:37.4966932Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1448, aten.permute_copy.default 2025-06-06T00:20:37.4968581Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_309, aten.convolution.default 2025-06-06T00:20:37.4970283Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1449, aten.permute_copy.default 2025-06-06T00:20:37.4971919Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_310, aten.convolution.default 2025-06-06T00:20:37.4973553Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1450, aten.permute_copy.default 2025-06-06T00:20:37.4975474Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_311, aten.convolution.default 2025-06-06T00:20:37.4977093Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1451, aten.permute_copy.default 2025-06-06T00:20:37.4978806Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_312, aten.convolution.default 2025-06-06T00:20:37.4980440Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1452, aten.permute_copy.default 2025-06-06T00:20:37.4982072Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_313, aten.convolution.default 2025-06-06T00:20:37.4983704Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1453, aten.permute_copy.default 2025-06-06T00:20:37.4985319Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_314, aten.convolution.default 2025-06-06T00:20:37.4986959Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1454, aten.permute_copy.default 2025-06-06T00:20:37.4988592Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_315, aten.convolution.default 2025-06-06T00:20:37.4990213Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1455, aten.permute_copy.default 2025-06-06T00:20:37.4991812Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_288, aten.view_copy.default 2025-06-06T00:20:37.4993357Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_289, aten.view_copy.default 2025-06-06T00:20:37.4994905Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_290, aten.view_copy.default 2025-06-06T00:20:37.4996449Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_291, aten.view_copy.default 2025-06-06T00:20:37.4997977Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_292, aten.view_copy.default 2025-06-06T00:20:37.4999529Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_293, aten.view_copy.default 2025-06-06T00:20:37.5001066Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_294, aten.view_copy.default 2025-06-06T00:20:37.5002619Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_295, aten.view_copy.default 2025-06-06T00:20:37.5004238Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_296, aten.view_copy.default 2025-06-06T00:20:37.5005863Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_297, aten.view_copy.default 2025-06-06T00:20:37.5007403Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_298, aten.view_copy.default 2025-06-06T00:20:37.5008939Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_299, aten.view_copy.default 2025-06-06T00:20:37.5010541Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_300, aten.view_copy.default 2025-06-06T00:20:37.5012098Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_301, aten.view_copy.default 2025-06-06T00:20:37.5013634Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_302, aten.view_copy.default 2025-06-06T00:20:37.5015178Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_303, aten.view_copy.default 2025-06-06T00:20:37.5016709Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_304, aten.view_copy.default 2025-06-06T00:20:37.5018261Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_305, aten.view_copy.default 2025-06-06T00:20:37.5019814Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_306, aten.view_copy.default 2025-06-06T00:20:37.5021406Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_307, aten.view_copy.default 2025-06-06T00:20:37.5022947Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_308, aten.view_copy.default 2025-06-06T00:20:37.5024476Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_309, aten.view_copy.default 2025-06-06T00:20:37.5026549Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_310, aten.view_copy.default 2025-06-06T00:20:37.5028105Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_311, aten.view_copy.default 2025-06-06T00:20:37.5029639Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_312, aten.view_copy.default 2025-06-06T00:20:37.5031193Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_313, aten.view_copy.default 2025-06-06T00:20:37.5032724Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_314, aten.view_copy.default 2025-06-06T00:20:37.5034264Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_315, aten.view_copy.default 2025-06-06T00:20:37.5035810Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_316, aten.view_copy.default 2025-06-06T00:20:37.5037333Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_317, aten.view_copy.default 2025-06-06T00:20:37.5038877Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_318, aten.view_copy.default 2025-06-06T00:20:37.5040404Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_319, aten.view_copy.default 2025-06-06T00:20:37.5041945Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_320, aten.view_copy.default 2025-06-06T00:20:37.5043509Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_321, aten.view_copy.default 2025-06-06T00:20:37.5045051Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_322, aten.view_copy.default 2025-06-06T00:20:37.5046579Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_323, aten.view_copy.default 2025-06-06T00:20:37.5048129Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_336, aten.slice_copy.Tensor 2025-06-06T00:20:37.5049787Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_337, aten.slice_copy.Tensor 2025-06-06T00:20:37.5051340Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_338, aten.slice_copy.Tensor 2025-06-06T00:20:37.5052947Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_339, aten.slice_copy.Tensor 2025-06-06T00:20:37.5054488Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_340, aten.slice_copy.Tensor 2025-06-06T00:20:37.5056038Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_341, aten.slice_copy.Tensor 2025-06-06T00:20:37.5057577Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_342, aten.slice_copy.Tensor 2025-06-06T00:20:37.5059299Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_343, aten.slice_copy.Tensor 2025-06-06T00:20:37.5060868Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_344, aten.slice_copy.Tensor 2025-06-06T00:20:37.5062415Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_345, aten.slice_copy.Tensor 2025-06-06T00:20:37.5063963Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_346, aten.slice_copy.Tensor 2025-06-06T00:20:37.5065498Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_347, aten.slice_copy.Tensor 2025-06-06T00:20:37.5067052Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_348, aten.slice_copy.Tensor 2025-06-06T00:20:37.5068737Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_349, aten.slice_copy.Tensor 2025-06-06T00:20:37.5070280Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_350, aten.slice_copy.Tensor 2025-06-06T00:20:37.5071883Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_351, aten.slice_copy.Tensor 2025-06-06T00:20:37.5073412Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_352, aten.slice_copy.Tensor 2025-06-06T00:20:37.5074964Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_353, aten.slice_copy.Tensor 2025-06-06T00:20:37.5076510Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_354, aten.slice_copy.Tensor 2025-06-06T00:20:37.9343033Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_355, aten.slice_copy.Tensor 2025-06-06T00:20:37.9343980Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_356, aten.slice_copy.Tensor 2025-06-06T00:20:37.9344849Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_357, aten.slice_copy.Tensor 2025-06-06T00:20:37.9345725Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_358, aten.slice_copy.Tensor 2025-06-06T00:20:37.9346607Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_359, aten.slice_copy.Tensor 2025-06-06T00:20:37.9347461Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_360, aten.slice_copy.Tensor 2025-06-06T00:20:37.9348366Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_361, aten.slice_copy.Tensor 2025-06-06T00:20:37.9349235Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_362, aten.slice_copy.Tensor 2025-06-06T00:20:37.9350099Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_363, aten.slice_copy.Tensor 2025-06-06T00:20:37.9350972Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_364, aten.slice_copy.Tensor 2025-06-06T00:20:37.9351842Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_365, aten.slice_copy.Tensor 2025-06-06T00:20:37.9352708Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_366, aten.slice_copy.Tensor 2025-06-06T00:20:37.9353761Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_367, aten.slice_copy.Tensor 2025-06-06T00:20:37.9354677Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_368, aten.slice_copy.Tensor 2025-06-06T00:20:37.9355557Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_369, aten.slice_copy.Tensor 2025-06-06T00:20:37.9356431Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_370, aten.slice_copy.Tensor 2025-06-06T00:20:37.9357297Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_371, aten.slice_copy.Tensor 2025-06-06T00:20:37.9358165Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_372, aten.slice_copy.Tensor 2025-06-06T00:20:37.9359031Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_373, aten.slice_copy.Tensor 2025-06-06T00:20:37.9360114Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_374, aten.slice_copy.Tensor 2025-06-06T00:20:37.9360986Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_375, aten.slice_copy.Tensor 2025-06-06T00:20:37.9361840Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_376, aten.slice_copy.Tensor 2025-06-06T00:20:37.9362707Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_377, aten.slice_copy.Tensor 2025-06-06T00:20:37.9363646Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_378, aten.slice_copy.Tensor 2025-06-06T00:20:37.9364509Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_379, aten.slice_copy.Tensor 2025-06-06T00:20:37.9365374Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_380, aten.slice_copy.Tensor 2025-06-06T00:20:37.9366287Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_381, aten.slice_copy.Tensor 2025-06-06T00:20:37.9367155Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_382, aten.slice_copy.Tensor 2025-06-06T00:20:37.9368010Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_383, aten.slice_copy.Tensor 2025-06-06T00:20:37.9368836Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_368, aten.cat.default 2025-06-06T00:20:37.9369688Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_370, aten.cat.default 2025-06-06T00:20:37.9370460Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_372, aten.cat.default 2025-06-06T00:20:37.9371242Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_374, aten.cat.default 2025-06-06T00:20:37.9372014Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_376, aten.cat.default 2025-06-06T00:20:37.9372792Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_378, aten.cat.default 2025-06-06T00:20:37.9373567Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_380, aten.cat.default 2025-06-06T00:20:37.9374335Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_382, aten.cat.default 2025-06-06T00:20:37.9375109Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_384, aten.cat.default 2025-06-06T00:20:37.9375877Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_386, aten.cat.default 2025-06-06T00:20:37.9376657Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_388, aten.cat.default 2025-06-06T00:20:37.9377437Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_390, aten.cat.default 2025-06-06T00:20:37.9378198Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_686, aten.mul.Tensor 2025-06-06T00:20:37.9379021Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_688, aten.mul.Tensor 2025-06-06T00:20:37.9379771Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_687, aten.mul.Tensor 2025-06-06T00:20:37.9380578Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_689, aten.mul.Tensor 2025-06-06T00:20:37.9381329Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_690, aten.mul.Tensor 2025-06-06T00:20:37.9382094Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_692, aten.mul.Tensor 2025-06-06T00:20:37.9382856Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_691, aten.mul.Tensor 2025-06-06T00:20:37.9383600Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_693, aten.mul.Tensor 2025-06-06T00:20:37.9384366Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_694, aten.mul.Tensor 2025-06-06T00:20:37.9385118Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_696, aten.mul.Tensor 2025-06-06T00:20:37.9385884Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_695, aten.mul.Tensor 2025-06-06T00:20:37.9386646Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_697, aten.mul.Tensor 2025-06-06T00:20:37.9387392Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_698, aten.mul.Tensor 2025-06-06T00:20:37.9388153Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_700, aten.mul.Tensor 2025-06-06T00:20:37.9388932Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_699, aten.mul.Tensor 2025-06-06T00:20:37.9389690Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_701, aten.mul.Tensor 2025-06-06T00:20:37.9390445Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_702, aten.mul.Tensor 2025-06-06T00:20:37.9391221Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_704, aten.mul.Tensor 2025-06-06T00:20:37.9391986Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_703, aten.mul.Tensor 2025-06-06T00:20:37.9392990Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_705, aten.mul.Tensor 2025-06-06T00:20:37.9393847Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_706, aten.mul.Tensor 2025-06-06T00:20:37.9394620Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_708, aten.mul.Tensor 2025-06-06T00:20:37.9395369Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_707, aten.mul.Tensor 2025-06-06T00:20:37.9396124Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_709, aten.mul.Tensor 2025-06-06T00:20:37.9396869Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_710, aten.mul.Tensor 2025-06-06T00:20:37.9397627Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_712, aten.mul.Tensor 2025-06-06T00:20:37.9398380Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_711, aten.mul.Tensor 2025-06-06T00:20:37.9399135Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_713, aten.mul.Tensor 2025-06-06T00:20:37.9399892Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_714, aten.mul.Tensor 2025-06-06T00:20:37.9400636Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_716, aten.mul.Tensor 2025-06-06T00:20:37.9401392Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_715, aten.mul.Tensor 2025-06-06T00:20:37.9402137Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_717, aten.mul.Tensor 2025-06-06T00:20:37.9402891Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_718, aten.mul.Tensor 2025-06-06T00:20:37.9403642Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_720, aten.mul.Tensor 2025-06-06T00:20:37.9404480Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_719, aten.mul.Tensor 2025-06-06T00:20:37.9405237Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_721, aten.mul.Tensor 2025-06-06T00:20:37.9406016Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_722, aten.mul.Tensor 2025-06-06T00:20:37.9406783Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_724, aten.mul.Tensor 2025-06-06T00:20:37.9407546Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_723, aten.mul.Tensor 2025-06-06T00:20:38.3718349Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_725, aten.mul.Tensor 2025-06-06T00:20:38.3719334Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_726, aten.mul.Tensor 2025-06-06T00:20:38.3720121Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_728, aten.mul.Tensor 2025-06-06T00:20:38.3720894Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_727, aten.mul.Tensor 2025-06-06T00:20:38.3721642Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_729, aten.mul.Tensor 2025-06-06T00:20:38.3722403Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_730, aten.mul.Tensor 2025-06-06T00:20:38.3723149Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_732, aten.mul.Tensor 2025-06-06T00:20:38.3723903Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_731, aten.mul.Tensor 2025-06-06T00:20:38.3724935Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_733, aten.mul.Tensor 2025-06-06T00:20:38.3725716Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_734, aten.mul.Tensor 2025-06-06T00:20:38.3726480Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_736, aten.mul.Tensor 2025-06-06T00:20:38.3727305Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_735, aten.mul.Tensor 2025-06-06T00:20:38.3728062Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_737, aten.mul.Tensor 2025-06-06T00:20:38.3728933Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_738, aten.mul.Tensor 2025-06-06T00:20:38.3729760Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_740, aten.mul.Tensor 2025-06-06T00:20:38.3730531Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_739, aten.mul.Tensor 2025-06-06T00:20:38.3731295Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_741, aten.mul.Tensor 2025-06-06T00:20:38.3732044Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_742, aten.mul.Tensor 2025-06-06T00:20:38.3732809Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_744, aten.mul.Tensor 2025-06-06T00:20:38.3733558Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_743, aten.mul.Tensor 2025-06-06T00:20:38.3734324Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_745, aten.mul.Tensor 2025-06-06T00:20:38.3735081Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_746, aten.mul.Tensor 2025-06-06T00:20:38.3735825Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_748, aten.mul.Tensor 2025-06-06T00:20:38.3736585Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_747, aten.mul.Tensor 2025-06-06T00:20:38.3737334Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_749, aten.mul.Tensor 2025-06-06T00:20:38.3738091Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_750, aten.mul.Tensor 2025-06-06T00:20:38.3738842Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_752, aten.mul.Tensor 2025-06-06T00:20:38.3739587Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_751, aten.mul.Tensor 2025-06-06T00:20:38.3740407Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_753, aten.mul.Tensor 2025-06-06T00:20:38.3741149Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_754, aten.mul.Tensor 2025-06-06T00:20:38.3741955Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_756, aten.mul.Tensor 2025-06-06T00:20:38.3742731Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_755, aten.mul.Tensor 2025-06-06T00:20:38.3743483Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_757, aten.mul.Tensor 2025-06-06T00:20:38.3744241Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_758, aten.mul.Tensor 2025-06-06T00:20:38.3744986Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_760, aten.mul.Tensor 2025-06-06T00:20:38.3745753Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_759, aten.mul.Tensor 2025-06-06T00:20:38.3746511Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_761, aten.mul.Tensor 2025-06-06T00:20:38.3747258Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_762, aten.mul.Tensor 2025-06-06T00:20:38.3748019Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_764, aten.mul.Tensor 2025-06-06T00:20:38.3748764Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_763, aten.mul.Tensor 2025-06-06T00:20:38.3749526Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_765, aten.mul.Tensor 2025-06-06T00:20:38.3750331Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_766, aten.mul.Tensor 2025-06-06T00:20:38.3751078Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_768, aten.mul.Tensor 2025-06-06T00:20:38.3751909Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_767, aten.mul.Tensor 2025-06-06T00:20:38.3752661Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_769, aten.mul.Tensor 2025-06-06T00:20:38.3753422Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_770, aten.mul.Tensor 2025-06-06T00:20:38.3754188Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_772, aten.mul.Tensor 2025-06-06T00:20:38.3754930Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_771, aten.mul.Tensor 2025-06-06T00:20:38.3755685Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_773, aten.mul.Tensor 2025-06-06T00:20:38.3756433Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_774, aten.mul.Tensor 2025-06-06T00:20:38.3757193Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_776, aten.mul.Tensor 2025-06-06T00:20:38.3757954Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_775, aten.mul.Tensor 2025-06-06T00:20:38.3758699Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_777, aten.mul.Tensor 2025-06-06T00:20:38.3759668Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_778, aten.mul.Tensor 2025-06-06T00:20:38.3760420Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_780, aten.mul.Tensor 2025-06-06T00:20:38.3761180Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_779, aten.mul.Tensor 2025-06-06T00:20:38.3761923Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_781, aten.mul.Tensor 2025-06-06T00:20:38.3762681Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_168, aten.sub.Tensor 2025-06-06T00:20:38.3763433Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_266, aten.add.Tensor 2025-06-06T00:20:38.3764175Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_169, aten.sub.Tensor 2025-06-06T00:20:38.3765003Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_267, aten.add.Tensor 2025-06-06T00:20:38.3765747Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_170, aten.sub.Tensor 2025-06-06T00:20:38.3766503Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_268, aten.add.Tensor 2025-06-06T00:20:38.3767307Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_171, aten.sub.Tensor 2025-06-06T00:20:38.3768133Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_269, aten.add.Tensor 2025-06-06T00:20:38.3768949Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_172, aten.sub.Tensor 2025-06-06T00:20:38.3769881Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_270, aten.add.Tensor 2025-06-06T00:20:38.3770645Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_173, aten.sub.Tensor 2025-06-06T00:20:38.3771403Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_271, aten.add.Tensor 2025-06-06T00:20:38.3772151Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_174, aten.sub.Tensor 2025-06-06T00:20:38.3772910Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_272, aten.add.Tensor 2025-06-06T00:20:38.3773658Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_175, aten.sub.Tensor 2025-06-06T00:20:38.3774410Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_273, aten.add.Tensor 2025-06-06T00:20:38.3775240Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_176, aten.sub.Tensor 2025-06-06T00:20:38.3775992Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_274, aten.add.Tensor 2025-06-06T00:20:38.3776749Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_177, aten.sub.Tensor 2025-06-06T00:20:38.3777536Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_275, aten.add.Tensor 2025-06-06T00:20:38.3778295Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_178, aten.sub.Tensor 2025-06-06T00:20:38.3779050Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_276, aten.add.Tensor 2025-06-06T00:20:38.3779798Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_179, aten.sub.Tensor 2025-06-06T00:20:38.3780560Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_277, aten.add.Tensor 2025-06-06T00:20:38.3781303Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_180, aten.sub.Tensor 2025-06-06T00:20:38.3782121Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_657, aten._to_copy.default 2025-06-06T00:20:38.3782913Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_278, aten.add.Tensor 2025-06-06T00:20:38.3783720Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_658, aten._to_copy.default 2025-06-06T00:20:38.7671017Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_181, aten.sub.Tensor 2025-06-06T00:20:38.7672576Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_659, aten._to_copy.default 2025-06-06T00:20:38.7674070Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_279, aten.add.Tensor 2025-06-06T00:20:38.7675559Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_660, aten._to_copy.default 2025-06-06T00:20:38.7677095Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_182, aten.sub.Tensor 2025-06-06T00:20:38.7678568Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_661, aten._to_copy.default 2025-06-06T00:20:38.7680058Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_280, aten.add.Tensor 2025-06-06T00:20:38.7681555Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_662, aten._to_copy.default 2025-06-06T00:20:38.7683369Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_183, aten.sub.Tensor 2025-06-06T00:20:38.7684815Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_663, aten._to_copy.default 2025-06-06T00:20:38.7686459Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_281, aten.add.Tensor 2025-06-06T00:20:38.7687988Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_664, aten._to_copy.default 2025-06-06T00:20:38.7689402Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_184, aten.sub.Tensor 2025-06-06T00:20:38.7690855Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_665, aten._to_copy.default 2025-06-06T00:20:38.7692300Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_282, aten.add.Tensor 2025-06-06T00:20:38.7693683Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_666, aten._to_copy.default 2025-06-06T00:20:38.7695091Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_185, aten.sub.Tensor 2025-06-06T00:20:38.7696608Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_667, aten._to_copy.default 2025-06-06T00:20:38.7698142Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_283, aten.add.Tensor 2025-06-06T00:20:38.7699656Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_668, aten._to_copy.default 2025-06-06T00:20:38.7701287Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_186, aten.sub.Tensor 2025-06-06T00:20:38.7702756Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_669, aten._to_copy.default 2025-06-06T00:20:38.7704207Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_284, aten.add.Tensor 2025-06-06T00:20:38.7705789Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_670, aten._to_copy.default 2025-06-06T00:20:38.7707279Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_187, aten.sub.Tensor 2025-06-06T00:20:38.7708762Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_671, aten._to_copy.default 2025-06-06T00:20:38.7710247Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_285, aten.add.Tensor 2025-06-06T00:20:38.7711664Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_672, aten._to_copy.default 2025-06-06T00:20:38.7713195Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_188, aten.sub.Tensor 2025-06-06T00:20:38.7714722Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_673, aten._to_copy.default 2025-06-06T00:20:38.7716229Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_286, aten.add.Tensor 2025-06-06T00:20:38.7717699Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_674, aten._to_copy.default 2025-06-06T00:20:38.7719207Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_189, aten.sub.Tensor 2025-06-06T00:20:38.7720752Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_675, aten._to_copy.default 2025-06-06T00:20:38.7722258Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_287, aten.add.Tensor 2025-06-06T00:20:38.7723736Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_676, aten._to_copy.default 2025-06-06T00:20:38.7725219Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_190, aten.sub.Tensor 2025-06-06T00:20:38.7726666Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_677, aten._to_copy.default 2025-06-06T00:20:38.7728164Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_288, aten.add.Tensor 2025-06-06T00:20:38.7729850Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_678, aten._to_copy.default 2025-06-06T00:20:38.7731312Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_191, aten.sub.Tensor 2025-06-06T00:20:38.7732908Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_679, aten._to_copy.default 2025-06-06T00:20:38.7734350Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_289, aten.add.Tensor 2025-06-06T00:20:38.7735860Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_680, aten._to_copy.default 2025-06-06T00:20:38.7737401Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_343, aten.cat.default 2025-06-06T00:20:38.7738845Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_344, aten.cat.default 2025-06-06T00:20:38.7740259Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_345, aten.cat.default 2025-06-06T00:20:38.7741718Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_346, aten.cat.default 2025-06-06T00:20:38.7743348Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_347, aten.cat.default 2025-06-06T00:20:38.7744784Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_348, aten.cat.default 2025-06-06T00:20:38.7746187Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_349, aten.cat.default 2025-06-06T00:20:38.7747701Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_350, aten.cat.default 2025-06-06T00:20:38.7749101Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_351, aten.cat.default 2025-06-06T00:20:38.7750522Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_352, aten.cat.default 2025-06-06T00:20:38.7752042Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_353, aten.cat.default 2025-06-06T00:20:38.7753461Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_354, aten.cat.default 2025-06-06T00:20:38.7754926Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_355, aten.cat.default 2025-06-06T00:20:38.7756316Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_356, aten.cat.default 2025-06-06T00:20:38.7757774Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_357, aten.cat.default 2025-06-06T00:20:38.7759477Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_358, aten.cat.default 2025-06-06T00:20:38.7760926Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_359, aten.cat.default 2025-06-06T00:20:38.7762234Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_360, aten.cat.default 2025-06-06T00:20:38.7763685Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_361, aten.cat.default 2025-06-06T00:20:38.7765157Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_362, aten.cat.default 2025-06-06T00:20:38.7766607Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_363, aten.cat.default 2025-06-06T00:20:38.7768028Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_364, aten.cat.default 2025-06-06T00:20:38.7769525Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_365, aten.cat.default 2025-06-06T00:20:38.7770924Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_366, aten.cat.default 2025-06-06T00:20:38.7772489Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_408, aten.permute_copy.default 2025-06-06T00:20:38.7774172Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_409, aten.permute_copy.default 2025-06-06T00:20:38.7775883Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_410, aten.permute_copy.default 2025-06-06T00:20:38.7777723Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_411, aten.permute_copy.default 2025-06-06T00:20:38.7779466Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_412, aten.permute_copy.default 2025-06-06T00:20:38.7781200Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_413, aten.permute_copy.default 2025-06-06T00:20:38.7782925Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_414, aten.permute_copy.default 2025-06-06T00:20:38.7784579Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_415, aten.permute_copy.default 2025-06-06T00:20:38.7786323Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_416, aten.permute_copy.default 2025-06-06T00:20:38.7788065Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_417, aten.permute_copy.default 2025-06-06T00:20:38.7789782Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_418, aten.permute_copy.default 2025-06-06T00:20:39.2768789Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_419, aten.permute_copy.default 2025-06-06T00:20:39.2770492Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_367, aten.cat.default 2025-06-06T00:20:39.2771894Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_369, aten.cat.default 2025-06-06T00:20:39.2773682Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_371, aten.cat.default 2025-06-06T00:20:39.2775111Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_373, aten.cat.default 2025-06-06T00:20:39.2776518Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_375, aten.cat.default 2025-06-06T00:20:39.2778094Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_377, aten.cat.default 2025-06-06T00:20:39.2779544Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_379, aten.cat.default 2025-06-06T00:20:39.2781004Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_381, aten.cat.default 2025-06-06T00:20:39.2782397Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_383, aten.cat.default 2025-06-06T00:20:39.2783847Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_385, aten.cat.default 2025-06-06T00:20:39.2785332Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_387, aten.cat.default 2025-06-06T00:20:39.2786748Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_389, aten.cat.default 2025-06-06T00:20:39.2788254Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_168, aten.matmul.default 2025-06-06T00:20:39.2789853Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_170, aten.matmul.default 2025-06-06T00:20:39.2791407Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_172, aten.matmul.default 2025-06-06T00:20:39.2792927Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_174, aten.matmul.default 2025-06-06T00:20:39.2794428Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_176, aten.matmul.default 2025-06-06T00:20:39.2795908Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_178, aten.matmul.default 2025-06-06T00:20:39.2797430Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_180, aten.matmul.default 2025-06-06T00:20:39.2798938Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_182, aten.matmul.default 2025-06-06T00:20:39.2800467Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_184, aten.matmul.default 2025-06-06T00:20:39.2802148Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_186, aten.matmul.default 2025-06-06T00:20:39.2803619Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_188, aten.matmul.default 2025-06-06T00:20:39.2805332Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_190, aten.matmul.default 2025-06-06T00:20:39.2806794Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_84, aten.div.Tensor 2025-06-06T00:20:39.2808179Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_85, aten.div.Tensor 2025-06-06T00:20:39.2809656Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_86, aten.div.Tensor 2025-06-06T00:20:39.2811038Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_87, aten.div.Tensor 2025-06-06T00:20:39.2812430Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_88, aten.div.Tensor 2025-06-06T00:20:39.2813811Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_89, aten.div.Tensor 2025-06-06T00:20:39.2815192Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_90, aten.div.Tensor 2025-06-06T00:20:39.2816606Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_91, aten.div.Tensor 2025-06-06T00:20:39.2817995Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_92, aten.div.Tensor 2025-06-06T00:20:39.2819382Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_93, aten.div.Tensor 2025-06-06T00:20:39.2820860Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_94, aten.div.Tensor 2025-06-06T00:20:39.2822253Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_95, aten.div.Tensor 2025-06-06T00:20:39.2823649Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_290, aten.add.Tensor 2025-06-06T00:20:39.2825134Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_291, aten.add.Tensor 2025-06-06T00:20:39.2826576Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_292, aten.add.Tensor 2025-06-06T00:20:39.2827941Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_293, aten.add.Tensor 2025-06-06T00:20:39.2829429Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_294, aten.add.Tensor 2025-06-06T00:20:39.2830883Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_295, aten.add.Tensor 2025-06-06T00:20:39.2832349Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_296, aten.add.Tensor 2025-06-06T00:20:39.2833752Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_297, aten.add.Tensor 2025-06-06T00:20:39.2835165Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_298, aten.add.Tensor 2025-06-06T00:20:39.2836613Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_299, aten.add.Tensor 2025-06-06T00:20:39.2838000Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_300, aten.add.Tensor 2025-06-06T00:20:39.2839408Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_301, aten.add.Tensor 2025-06-06T00:20:39.2840952Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_84, aten._softmax.default 2025-06-06T00:20:39.2842590Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_85, aten._softmax.default 2025-06-06T00:20:39.2844162Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_86, aten._softmax.default 2025-06-06T00:20:39.2845707Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_87, aten._softmax.default 2025-06-06T00:20:39.2847258Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_88, aten._softmax.default 2025-06-06T00:20:39.2848901Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_89, aten._softmax.default 2025-06-06T00:20:39.2850538Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_90, aten._softmax.default 2025-06-06T00:20:39.2852189Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_91, aten._softmax.default 2025-06-06T00:20:39.2853900Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_92, aten._softmax.default 2025-06-06T00:20:39.2855386Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_93, aten._softmax.default 2025-06-06T00:20:39.2856990Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_94, aten._softmax.default 2025-06-06T00:20:39.2858582Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_95, aten._softmax.default 2025-06-06T00:20:39.2860380Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_169, aten.matmul.default 2025-06-06T00:20:39.2861876Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_171, aten.matmul.default 2025-06-06T00:20:39.2863367Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_173, aten.matmul.default 2025-06-06T00:20:39.2864867Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_175, aten.matmul.default 2025-06-06T00:20:39.2866374Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_177, aten.matmul.default 2025-06-06T00:20:39.2868049Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_179, aten.matmul.default 2025-06-06T00:20:39.2869563Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_181, aten.matmul.default 2025-06-06T00:20:39.2871094Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_183, aten.matmul.default 2025-06-06T00:20:39.2872644Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_185, aten.matmul.default 2025-06-06T00:20:39.2874206Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_187, aten.matmul.default 2025-06-06T00:20:39.2875746Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_189, aten.matmul.default 2025-06-06T00:20:39.2877300Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_191, aten.matmul.default 2025-06-06T00:20:39.2878750Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_391, aten.cat.default 2025-06-06T00:20:39.2880249Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_324, aten.view_copy.default 2025-06-06T00:20:39.2881902Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1456, aten.permute_copy.default 2025-06-06T00:20:39.2883592Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_316, aten.convolution.default 2025-06-06T00:20:39.2885309Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1457, aten.permute_copy.default 2025-06-06T00:20:39.2886957Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_325, aten.view_copy.default 2025-06-06T00:20:39.2888480Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_302, aten.add.Tensor 2025-06-06T00:20:39.8398938Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_rms_norm_default_15, aten.rms_norm.default 2025-06-06T00:20:39.8400570Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_326, aten.view_copy.default 2025-06-06T00:20:39.8402170Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1458, aten.permute_copy.default 2025-06-06T00:20:39.8403815Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_317, aten.convolution.default 2025-06-06T00:20:39.8405740Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_318, aten.convolution.default 2025-06-06T00:20:39.8407280Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sigmoid_default_7, aten.sigmoid.default 2025-06-06T00:20:39.8408773Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_782, aten.mul.Tensor 2025-06-06T00:20:39.8410223Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_783, aten.mul.Tensor 2025-06-06T00:20:39.8411699Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_319, aten.convolution.default 2025-06-06T00:20:39.8413364Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1459, aten.permute_copy.default 2025-06-06T00:20:39.8414959Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_327, aten.view_copy.default 2025-06-06T00:20:39.8416421Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_303, aten.add.Tensor 2025-06-06T00:20:39.8417866Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_rms_norm_default_16, aten.rms_norm.default 2025-06-06T00:20:39.8419375Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_328, aten.view_copy.default 2025-06-06T00:20:39.8420982Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1460, aten.permute_copy.default 2025-06-06T00:20:39.8422551Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_681, aten._to_copy.default 2025-06-06T00:20:39.8424243Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_320, aten.convolution.default 2025-06-06T00:20:39.8425887Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1461, aten.permute_copy.default 2025-06-06T00:20:39.8427514Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_321, aten.convolution.default 2025-06-06T00:20:39.8429232Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1462, aten.permute_copy.default 2025-06-06T00:20:39.8430865Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_322, aten.convolution.default 2025-06-06T00:20:39.8432500Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1463, aten.permute_copy.default 2025-06-06T00:20:39.8434140Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_323, aten.convolution.default 2025-06-06T00:20:39.8435769Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1464, aten.permute_copy.default 2025-06-06T00:20:39.8437403Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_324, aten.convolution.default 2025-06-06T00:20:39.8439018Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1465, aten.permute_copy.default 2025-06-06T00:20:39.8440662Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_325, aten.convolution.default 2025-06-06T00:20:39.8442301Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1466, aten.permute_copy.default 2025-06-06T00:20:39.8443930Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_326, aten.convolution.default 2025-06-06T00:20:39.8445573Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1467, aten.permute_copy.default 2025-06-06T00:20:39.8447208Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_327, aten.convolution.default 2025-06-06T00:20:39.8448834Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1468, aten.permute_copy.default 2025-06-06T00:20:39.8450513Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_328, aten.convolution.default 2025-06-06T00:20:39.8452197Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1469, aten.permute_copy.default 2025-06-06T00:20:39.8453833Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_329, aten.convolution.default 2025-06-06T00:20:39.8455539Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1470, aten.permute_copy.default 2025-06-06T00:20:39.8457161Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_330, aten.convolution.default 2025-06-06T00:20:39.8458801Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1471, aten.permute_copy.default 2025-06-06T00:20:39.8460581Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_331, aten.convolution.default 2025-06-06T00:20:39.8462226Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1472, aten.permute_copy.default 2025-06-06T00:20:39.8463868Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_332, aten.convolution.default 2025-06-06T00:20:39.8465495Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1473, aten.permute_copy.default 2025-06-06T00:20:39.8467144Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_333, aten.convolution.default 2025-06-06T00:20:39.8468776Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1474, aten.permute_copy.default 2025-06-06T00:20:39.8470418Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_334, aten.convolution.default 2025-06-06T00:20:39.8472171Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1475, aten.permute_copy.default 2025-06-06T00:20:39.8473799Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_335, aten.convolution.default 2025-06-06T00:20:39.8475480Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1476, aten.permute_copy.default 2025-06-06T00:20:39.8477121Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_336, aten.convolution.default 2025-06-06T00:20:39.8478753Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1477, aten.permute_copy.default 2025-06-06T00:20:39.8480396Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_337, aten.convolution.default 2025-06-06T00:20:39.8482030Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1478, aten.permute_copy.default 2025-06-06T00:20:39.8483676Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_338, aten.convolution.default 2025-06-06T00:20:39.8485301Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1479, aten.permute_copy.default 2025-06-06T00:20:39.8486947Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_339, aten.convolution.default 2025-06-06T00:20:39.8488585Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1480, aten.permute_copy.default 2025-06-06T00:20:39.8490267Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_340, aten.convolution.default 2025-06-06T00:20:39.8503158Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1481, aten.permute_copy.default 2025-06-06T00:20:39.8504818Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_341, aten.convolution.default 2025-06-06T00:20:39.8506483Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1482, aten.permute_copy.default 2025-06-06T00:20:39.8508120Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_342, aten.convolution.default 2025-06-06T00:20:39.8509766Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1483, aten.permute_copy.default 2025-06-06T00:20:39.8511604Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_343, aten.convolution.default 2025-06-06T00:20:39.8513239Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1484, aten.permute_copy.default 2025-06-06T00:20:39.8514943Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_344, aten.convolution.default 2025-06-06T00:20:39.8516587Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1485, aten.permute_copy.default 2025-06-06T00:20:39.8518215Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_345, aten.convolution.default 2025-06-06T00:20:39.8519857Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1486, aten.permute_copy.default 2025-06-06T00:20:39.8521488Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_346, aten.convolution.default 2025-06-06T00:20:39.8523137Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1487, aten.permute_copy.default 2025-06-06T00:20:39.8524775Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_347, aten.convolution.default 2025-06-06T00:20:40.1198697Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1488, aten.permute_copy.default 2025-06-06T00:20:40.1200395Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_348, aten.convolution.default 2025-06-06T00:20:40.1202346Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1489, aten.permute_copy.default 2025-06-06T00:20:40.1203989Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_349, aten.convolution.default 2025-06-06T00:20:40.1205708Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1490, aten.permute_copy.default 2025-06-06T00:20:40.1207383Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_350, aten.convolution.default 2025-06-06T00:20:40.1209019Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1491, aten.permute_copy.default 2025-06-06T00:20:40.1210668Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_351, aten.convolution.default 2025-06-06T00:20:40.1212297Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1492, aten.permute_copy.default 2025-06-06T00:20:40.1213934Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_352, aten.convolution.default 2025-06-06T00:20:40.1215556Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1493, aten.permute_copy.default 2025-06-06T00:20:40.1217197Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_353, aten.convolution.default 2025-06-06T00:20:40.1218828Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1494, aten.permute_copy.default 2025-06-06T00:20:40.1220470Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_354, aten.convolution.default 2025-06-06T00:20:40.1222107Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1495, aten.permute_copy.default 2025-06-06T00:20:40.1223733Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_355, aten.convolution.default 2025-06-06T00:20:40.1225367Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1496, aten.permute_copy.default 2025-06-06T00:20:40.1226955Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_329, aten.view_copy.default 2025-06-06T00:20:40.1228514Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_330, aten.view_copy.default 2025-06-06T00:20:40.1230140Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_331, aten.view_copy.default 2025-06-06T00:20:40.1231672Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_332, aten.view_copy.default 2025-06-06T00:20:40.1233282Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_333, aten.view_copy.default 2025-06-06T00:20:40.1234814Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_334, aten.view_copy.default 2025-06-06T00:20:40.1236357Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_335, aten.view_copy.default 2025-06-06T00:20:40.1237902Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_336, aten.view_copy.default 2025-06-06T00:20:40.1239437Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_337, aten.view_copy.default 2025-06-06T00:20:40.1240974Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_338, aten.view_copy.default 2025-06-06T00:20:40.1242508Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_339, aten.view_copy.default 2025-06-06T00:20:40.1244057Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_340, aten.view_copy.default 2025-06-06T00:20:40.1245599Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_341, aten.view_copy.default 2025-06-06T00:20:40.1247129Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_342, aten.view_copy.default 2025-06-06T00:20:40.1248720Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_343, aten.view_copy.default 2025-06-06T00:20:40.1250317Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_344, aten.view_copy.default 2025-06-06T00:20:40.1251911Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_345, aten.view_copy.default 2025-06-06T00:20:40.1253462Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_346, aten.view_copy.default 2025-06-06T00:20:40.1254990Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_347, aten.view_copy.default 2025-06-06T00:20:40.1256533Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_348, aten.view_copy.default 2025-06-06T00:20:40.1258083Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_349, aten.view_copy.default 2025-06-06T00:20:40.1259814Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_350, aten.view_copy.default 2025-06-06T00:20:40.1261359Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_351, aten.view_copy.default 2025-06-06T00:20:40.1262889Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_352, aten.view_copy.default 2025-06-06T00:20:40.1264454Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_353, aten.view_copy.default 2025-06-06T00:20:40.1265998Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_354, aten.view_copy.default 2025-06-06T00:20:40.1267535Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_355, aten.view_copy.default 2025-06-06T00:20:40.1269080Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_356, aten.view_copy.default 2025-06-06T00:20:40.1270611Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_357, aten.view_copy.default 2025-06-06T00:20:40.1272161Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_358, aten.view_copy.default 2025-06-06T00:20:40.1273704Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_359, aten.view_copy.default 2025-06-06T00:20:40.1275243Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_360, aten.view_copy.default 2025-06-06T00:20:40.1276884Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_361, aten.view_copy.default 2025-06-06T00:20:40.1278414Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_362, aten.view_copy.default 2025-06-06T00:20:40.1280008Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_363, aten.view_copy.default 2025-06-06T00:20:40.1281549Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_364, aten.view_copy.default 2025-06-06T00:20:40.1283083Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_384, aten.slice_copy.Tensor 2025-06-06T00:20:40.1284628Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_385, aten.slice_copy.Tensor 2025-06-06T00:20:40.1286165Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_386, aten.slice_copy.Tensor 2025-06-06T00:20:40.1287716Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_387, aten.slice_copy.Tensor 2025-06-06T00:20:40.1289259Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_388, aten.slice_copy.Tensor 2025-06-06T00:20:40.1290822Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_389, aten.slice_copy.Tensor 2025-06-06T00:20:40.1292364Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_390, aten.slice_copy.Tensor 2025-06-06T00:20:40.1293990Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_391, aten.slice_copy.Tensor 2025-06-06T00:20:40.1295531Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_392, aten.slice_copy.Tensor 2025-06-06T00:20:40.1297073Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_393, aten.slice_copy.Tensor 2025-06-06T00:20:40.1298656Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_394, aten.slice_copy.Tensor 2025-06-06T00:20:40.1300200Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_395, aten.slice_copy.Tensor 2025-06-06T00:20:40.1301730Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_396, aten.slice_copy.Tensor 2025-06-06T00:20:40.1303274Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_397, aten.slice_copy.Tensor 2025-06-06T00:20:40.1304820Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_398, aten.slice_copy.Tensor 2025-06-06T00:20:40.1306348Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_399, aten.slice_copy.Tensor 2025-06-06T00:20:40.1307892Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_400, aten.slice_copy.Tensor 2025-06-06T00:20:40.1309428Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_401, aten.slice_copy.Tensor 2025-06-06T00:20:40.1310982Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_402, aten.slice_copy.Tensor 2025-06-06T00:20:40.1312533Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_403, aten.slice_copy.Tensor 2025-06-06T00:20:40.5277773Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_404, aten.slice_copy.Tensor 2025-06-06T00:20:40.5278701Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_405, aten.slice_copy.Tensor 2025-06-06T00:20:40.5279644Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_406, aten.slice_copy.Tensor 2025-06-06T00:20:40.5280524Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_407, aten.slice_copy.Tensor 2025-06-06T00:20:40.5281433Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_408, aten.slice_copy.Tensor 2025-06-06T00:20:40.5282524Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_409, aten.slice_copy.Tensor 2025-06-06T00:20:40.5283392Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_410, aten.slice_copy.Tensor 2025-06-06T00:20:40.5284311Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_411, aten.slice_copy.Tensor 2025-06-06T00:20:40.5285164Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_412, aten.slice_copy.Tensor 2025-06-06T00:20:40.5286030Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_413, aten.slice_copy.Tensor 2025-06-06T00:20:40.5286880Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_414, aten.slice_copy.Tensor 2025-06-06T00:20:40.5287745Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_415, aten.slice_copy.Tensor 2025-06-06T00:20:40.5288610Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_416, aten.slice_copy.Tensor 2025-06-06T00:20:40.5289513Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_417, aten.slice_copy.Tensor 2025-06-06T00:20:40.5290386Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_418, aten.slice_copy.Tensor 2025-06-06T00:20:40.5291250Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_419, aten.slice_copy.Tensor 2025-06-06T00:20:40.5292104Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_420, aten.slice_copy.Tensor 2025-06-06T00:20:40.5293031Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_421, aten.slice_copy.Tensor 2025-06-06T00:20:40.5293884Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_422, aten.slice_copy.Tensor 2025-06-06T00:20:40.5294807Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_423, aten.slice_copy.Tensor 2025-06-06T00:20:40.5295675Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_424, aten.slice_copy.Tensor 2025-06-06T00:20:40.5296525Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_425, aten.slice_copy.Tensor 2025-06-06T00:20:40.5297394Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_426, aten.slice_copy.Tensor 2025-06-06T00:20:40.5298248Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_427, aten.slice_copy.Tensor 2025-06-06T00:20:40.5299115Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_428, aten.slice_copy.Tensor 2025-06-06T00:20:40.5299980Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_429, aten.slice_copy.Tensor 2025-06-06T00:20:40.5300830Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_430, aten.slice_copy.Tensor 2025-06-06T00:20:40.5301700Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_431, aten.slice_copy.Tensor 2025-06-06T00:20:40.5302507Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_417, aten.cat.default 2025-06-06T00:20:40.5303287Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_419, aten.cat.default 2025-06-06T00:20:40.5304061Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_421, aten.cat.default 2025-06-06T00:20:40.5304818Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_423, aten.cat.default 2025-06-06T00:20:40.5305593Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_425, aten.cat.default 2025-06-06T00:20:40.5306350Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_427, aten.cat.default 2025-06-06T00:20:40.5307118Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_429, aten.cat.default 2025-06-06T00:20:40.5307920Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_431, aten.cat.default 2025-06-06T00:20:40.5308679Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_433, aten.cat.default 2025-06-06T00:20:40.5309480Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_435, aten.cat.default 2025-06-06T00:20:40.5310243Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_437, aten.cat.default 2025-06-06T00:20:40.5311009Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_439, aten.cat.default 2025-06-06T00:20:40.5311769Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_784, aten.mul.Tensor 2025-06-06T00:20:40.5312526Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_786, aten.mul.Tensor 2025-06-06T00:20:40.5313285Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_785, aten.mul.Tensor 2025-06-06T00:20:40.5314031Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_787, aten.mul.Tensor 2025-06-06T00:20:40.5314780Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_788, aten.mul.Tensor 2025-06-06T00:20:40.5315518Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_790, aten.mul.Tensor 2025-06-06T00:20:40.5316269Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_789, aten.mul.Tensor 2025-06-06T00:20:40.5317021Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_791, aten.mul.Tensor 2025-06-06T00:20:40.5317794Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_792, aten.mul.Tensor 2025-06-06T00:20:40.5318544Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_794, aten.mul.Tensor 2025-06-06T00:20:40.5319288Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_793, aten.mul.Tensor 2025-06-06T00:20:40.5320072Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_795, aten.mul.Tensor 2025-06-06T00:20:40.5320832Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_796, aten.mul.Tensor 2025-06-06T00:20:40.5321577Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_798, aten.mul.Tensor 2025-06-06T00:20:40.5322335Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_797, aten.mul.Tensor 2025-06-06T00:20:40.5323077Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_799, aten.mul.Tensor 2025-06-06T00:20:40.5323828Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_800, aten.mul.Tensor 2025-06-06T00:20:40.5324580Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_802, aten.mul.Tensor 2025-06-06T00:20:40.5325323Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_801, aten.mul.Tensor 2025-06-06T00:20:40.5326076Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_803, aten.mul.Tensor 2025-06-06T00:20:40.5326989Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_804, aten.mul.Tensor 2025-06-06T00:20:40.5327750Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_806, aten.mul.Tensor 2025-06-06T00:20:40.5328510Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_805, aten.mul.Tensor 2025-06-06T00:20:40.5329253Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_807, aten.mul.Tensor 2025-06-06T00:20:40.5330092Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_808, aten.mul.Tensor 2025-06-06T00:20:40.5330838Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_810, aten.mul.Tensor 2025-06-06T00:20:40.5331605Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_809, aten.mul.Tensor 2025-06-06T00:20:40.5332353Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_811, aten.mul.Tensor 2025-06-06T00:20:40.5333168Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_812, aten.mul.Tensor 2025-06-06T00:20:40.5333931Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_814, aten.mul.Tensor 2025-06-06T00:20:40.5334708Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_813, aten.mul.Tensor 2025-06-06T00:20:40.5335464Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_815, aten.mul.Tensor 2025-06-06T00:20:40.5336208Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_816, aten.mul.Tensor 2025-06-06T00:20:40.5336970Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_818, aten.mul.Tensor 2025-06-06T00:20:40.5337727Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_817, aten.mul.Tensor 2025-06-06T00:20:40.5338479Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_819, aten.mul.Tensor 2025-06-06T00:20:40.5339240Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_820, aten.mul.Tensor 2025-06-06T00:20:40.5339982Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_822, aten.mul.Tensor 2025-06-06T00:20:40.5340738Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_821, aten.mul.Tensor 2025-06-06T00:20:40.5341491Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_823, aten.mul.Tensor 2025-06-06T00:20:40.5342237Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_824, aten.mul.Tensor 2025-06-06T00:20:40.9669964Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_826, aten.mul.Tensor 2025-06-06T00:20:40.9670761Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_825, aten.mul.Tensor 2025-06-06T00:20:40.9671526Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_827, aten.mul.Tensor 2025-06-06T00:20:40.9672509Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_828, aten.mul.Tensor 2025-06-06T00:20:40.9673288Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_830, aten.mul.Tensor 2025-06-06T00:20:40.9674061Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_829, aten.mul.Tensor 2025-06-06T00:20:40.9674822Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_831, aten.mul.Tensor 2025-06-06T00:20:40.9675569Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_832, aten.mul.Tensor 2025-06-06T00:20:40.9676334Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_834, aten.mul.Tensor 2025-06-06T00:20:40.9677079Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_833, aten.mul.Tensor 2025-06-06T00:20:40.9677834Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_835, aten.mul.Tensor 2025-06-06T00:20:40.9678598Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_836, aten.mul.Tensor 2025-06-06T00:20:40.9679342Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_838, aten.mul.Tensor 2025-06-06T00:20:40.9680097Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_837, aten.mul.Tensor 2025-06-06T00:20:40.9680841Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_839, aten.mul.Tensor 2025-06-06T00:20:40.9681594Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_840, aten.mul.Tensor 2025-06-06T00:20:40.9682355Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_842, aten.mul.Tensor 2025-06-06T00:20:40.9683102Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_841, aten.mul.Tensor 2025-06-06T00:20:40.9683855Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_843, aten.mul.Tensor 2025-06-06T00:20:40.9684602Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_844, aten.mul.Tensor 2025-06-06T00:20:40.9685457Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_846, aten.mul.Tensor 2025-06-06T00:20:40.9686229Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_845, aten.mul.Tensor 2025-06-06T00:20:40.9687032Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_847, aten.mul.Tensor 2025-06-06T00:20:40.9687798Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_848, aten.mul.Tensor 2025-06-06T00:20:40.9688551Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_850, aten.mul.Tensor 2025-06-06T00:20:40.9689320Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_849, aten.mul.Tensor 2025-06-06T00:20:40.9690170Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_851, aten.mul.Tensor 2025-06-06T00:20:40.9690925Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_852, aten.mul.Tensor 2025-06-06T00:20:40.9691685Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_854, aten.mul.Tensor 2025-06-06T00:20:40.9692428Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_853, aten.mul.Tensor 2025-06-06T00:20:40.9693190Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_855, aten.mul.Tensor 2025-06-06T00:20:40.9693945Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_856, aten.mul.Tensor 2025-06-06T00:20:40.9694685Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_858, aten.mul.Tensor 2025-06-06T00:20:40.9695504Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_857, aten.mul.Tensor 2025-06-06T00:20:40.9696250Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_859, aten.mul.Tensor 2025-06-06T00:20:40.9697045Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_860, aten.mul.Tensor 2025-06-06T00:20:40.9697805Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_862, aten.mul.Tensor 2025-06-06T00:20:40.9698545Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_861, aten.mul.Tensor 2025-06-06T00:20:40.9699303Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_863, aten.mul.Tensor 2025-06-06T00:20:40.9700048Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_864, aten.mul.Tensor 2025-06-06T00:20:40.9700803Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_866, aten.mul.Tensor 2025-06-06T00:20:40.9701548Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_865, aten.mul.Tensor 2025-06-06T00:20:40.9702305Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_867, aten.mul.Tensor 2025-06-06T00:20:40.9703061Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_868, aten.mul.Tensor 2025-06-06T00:20:40.9703803Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_870, aten.mul.Tensor 2025-06-06T00:20:40.9704558Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_869, aten.mul.Tensor 2025-06-06T00:20:40.9705303Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_871, aten.mul.Tensor 2025-06-06T00:20:40.9706063Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_872, aten.mul.Tensor 2025-06-06T00:20:40.9706813Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_874, aten.mul.Tensor 2025-06-06T00:20:40.9707554Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_873, aten.mul.Tensor 2025-06-06T00:20:40.9708303Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_875, aten.mul.Tensor 2025-06-06T00:20:40.9709044Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_876, aten.mul.Tensor 2025-06-06T00:20:40.9709837Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_878, aten.mul.Tensor 2025-06-06T00:20:40.9710593Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_877, aten.mul.Tensor 2025-06-06T00:20:40.9711334Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_879, aten.mul.Tensor 2025-06-06T00:20:40.9712118Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_192, aten.sub.Tensor 2025-06-06T00:20:40.9712864Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_304, aten.add.Tensor 2025-06-06T00:20:40.9713618Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_193, aten.sub.Tensor 2025-06-06T00:20:40.9714369Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_305, aten.add.Tensor 2025-06-06T00:20:40.9715112Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_194, aten.sub.Tensor 2025-06-06T00:20:40.9715869Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_306, aten.add.Tensor 2025-06-06T00:20:40.9716614Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_195, aten.sub.Tensor 2025-06-06T00:20:40.9717370Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_307, aten.add.Tensor 2025-06-06T00:20:40.9718117Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_196, aten.sub.Tensor 2025-06-06T00:20:40.9718874Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_308, aten.add.Tensor 2025-06-06T00:20:40.9719665Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_197, aten.sub.Tensor 2025-06-06T00:20:40.9720410Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_309, aten.add.Tensor 2025-06-06T00:20:40.9721167Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_198, aten.sub.Tensor 2025-06-06T00:20:40.9721970Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_310, aten.add.Tensor 2025-06-06T00:20:40.9722735Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_199, aten.sub.Tensor 2025-06-06T00:20:40.9723497Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_311, aten.add.Tensor 2025-06-06T00:20:40.9724246Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_200, aten.sub.Tensor 2025-06-06T00:20:40.9725005Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_312, aten.add.Tensor 2025-06-06T00:20:40.9725752Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_201, aten.sub.Tensor 2025-06-06T00:20:40.9726513Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_313, aten.add.Tensor 2025-06-06T00:20:40.9727270Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_202, aten.sub.Tensor 2025-06-06T00:20:40.9728021Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_314, aten.add.Tensor 2025-06-06T00:20:40.9728789Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_203, aten.sub.Tensor 2025-06-06T00:20:40.9729612Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_315, aten.add.Tensor 2025-06-06T00:20:40.9730376Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_204, aten.sub.Tensor 2025-06-06T00:20:40.9731195Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_682, aten._to_copy.default 2025-06-06T00:20:40.9731989Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_316, aten.add.Tensor 2025-06-06T00:20:40.9732962Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_683, aten._to_copy.default 2025-06-06T00:20:40.9733927Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_205, aten.sub.Tensor 2025-06-06T00:20:41.3606281Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_684, aten._to_copy.default 2025-06-06T00:20:41.3607442Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_317, aten.add.Tensor 2025-06-06T00:20:41.3608242Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_685, aten._to_copy.default 2025-06-06T00:20:41.3609139Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_206, aten.sub.Tensor 2025-06-06T00:20:41.3610013Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_686, aten._to_copy.default 2025-06-06T00:20:41.3610806Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_318, aten.add.Tensor 2025-06-06T00:20:41.3611653Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_687, aten._to_copy.default 2025-06-06T00:20:41.3612459Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_207, aten.sub.Tensor 2025-06-06T00:20:41.3613253Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_688, aten._to_copy.default 2025-06-06T00:20:41.3614056Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_319, aten.add.Tensor 2025-06-06T00:20:41.3614850Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_689, aten._to_copy.default 2025-06-06T00:20:41.3615655Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_208, aten.sub.Tensor 2025-06-06T00:20:41.3616460Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_690, aten._to_copy.default 2025-06-06T00:20:41.3617314Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_320, aten.add.Tensor 2025-06-06T00:20:41.3618112Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_691, aten._to_copy.default 2025-06-06T00:20:41.3618897Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_209, aten.sub.Tensor 2025-06-06T00:20:41.3619751Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_692, aten._to_copy.default 2025-06-06T00:20:41.3620558Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_321, aten.add.Tensor 2025-06-06T00:20:41.3621345Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_693, aten._to_copy.default 2025-06-06T00:20:41.3622147Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_210, aten.sub.Tensor 2025-06-06T00:20:41.3622936Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_694, aten._to_copy.default 2025-06-06T00:20:41.3623740Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_322, aten.add.Tensor 2025-06-06T00:20:41.3624543Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_695, aten._to_copy.default 2025-06-06T00:20:41.3625331Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_211, aten.sub.Tensor 2025-06-06T00:20:41.3626136Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_696, aten._to_copy.default 2025-06-06T00:20:41.3626927Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_323, aten.add.Tensor 2025-06-06T00:20:41.3627735Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_697, aten._to_copy.default 2025-06-06T00:20:41.3628537Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_212, aten.sub.Tensor 2025-06-06T00:20:41.3629329Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_698, aten._to_copy.default 2025-06-06T00:20:41.3630130Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_324, aten.add.Tensor 2025-06-06T00:20:41.3630914Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_699, aten._to_copy.default 2025-06-06T00:20:41.3631711Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_213, aten.sub.Tensor 2025-06-06T00:20:41.3632550Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_700, aten._to_copy.default 2025-06-06T00:20:41.3633333Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_325, aten.add.Tensor 2025-06-06T00:20:41.3634160Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_701, aten._to_copy.default 2025-06-06T00:20:41.3634950Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_214, aten.sub.Tensor 2025-06-06T00:20:41.3635749Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_702, aten._to_copy.default 2025-06-06T00:20:41.3636647Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_326, aten.add.Tensor 2025-06-06T00:20:41.3637444Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_703, aten._to_copy.default 2025-06-06T00:20:41.3638245Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_215, aten.sub.Tensor 2025-06-06T00:20:41.3639035Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_704, aten._to_copy.default 2025-06-06T00:20:41.3639838Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_327, aten.add.Tensor 2025-06-06T00:20:41.3640645Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_705, aten._to_copy.default 2025-06-06T00:20:41.3641445Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_392, aten.cat.default 2025-06-06T00:20:41.3642223Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_393, aten.cat.default 2025-06-06T00:20:41.3643062Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_394, aten.cat.default 2025-06-06T00:20:41.3643838Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_395, aten.cat.default 2025-06-06T00:20:41.3644647Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_396, aten.cat.default 2025-06-06T00:20:41.3645409Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_397, aten.cat.default 2025-06-06T00:20:41.3646185Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_398, aten.cat.default 2025-06-06T00:20:41.3646945Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_399, aten.cat.default 2025-06-06T00:20:41.3647719Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_400, aten.cat.default 2025-06-06T00:20:41.3648490Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_401, aten.cat.default 2025-06-06T00:20:41.3649254Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_402, aten.cat.default 2025-06-06T00:20:41.3650128Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_403, aten.cat.default 2025-06-06T00:20:41.3650896Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_404, aten.cat.default 2025-06-06T00:20:41.3651676Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_405, aten.cat.default 2025-06-06T00:20:41.3652442Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_406, aten.cat.default 2025-06-06T00:20:41.3653223Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_407, aten.cat.default 2025-06-06T00:20:41.3653999Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_408, aten.cat.default 2025-06-06T00:20:41.3654763Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_409, aten.cat.default 2025-06-06T00:20:41.3655542Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_410, aten.cat.default 2025-06-06T00:20:41.3656300Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_411, aten.cat.default 2025-06-06T00:20:41.3657073Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_412, aten.cat.default 2025-06-06T00:20:41.3657885Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_413, aten.cat.default 2025-06-06T00:20:41.3658715Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_414, aten.cat.default 2025-06-06T00:20:41.3659767Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_415, aten.cat.default 2025-06-06T00:20:41.3660611Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_461, aten.permute_copy.default 2025-06-06T00:20:41.3661536Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_462, aten.permute_copy.default 2025-06-06T00:20:41.3662453Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_463, aten.permute_copy.default 2025-06-06T00:20:41.3663352Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_464, aten.permute_copy.default 2025-06-06T00:20:41.3664266Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_465, aten.permute_copy.default 2025-06-06T00:20:41.3665167Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_466, aten.permute_copy.default 2025-06-06T00:20:41.3666079Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_467, aten.permute_copy.default 2025-06-06T00:20:41.3666988Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_468, aten.permute_copy.default 2025-06-06T00:20:41.3667884Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_469, aten.permute_copy.default 2025-06-06T00:20:41.3668850Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_470, aten.permute_copy.default 2025-06-06T00:20:41.3669749Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_471, aten.permute_copy.default 2025-06-06T00:20:41.3670705Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_472, aten.permute_copy.default 2025-06-06T00:20:41.8794282Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_416, aten.cat.default 2025-06-06T00:20:41.8795799Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_418, aten.cat.default 2025-06-06T00:20:41.8797224Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_420, aten.cat.default 2025-06-06T00:20:41.8798644Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_422, aten.cat.default 2025-06-06T00:20:41.8800070Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_424, aten.cat.default 2025-06-06T00:20:41.8801501Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_426, aten.cat.default 2025-06-06T00:20:41.8802978Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_428, aten.cat.default 2025-06-06T00:20:41.8804454Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_430, aten.cat.default 2025-06-06T00:20:41.8805881Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_432, aten.cat.default 2025-06-06T00:20:41.8807338Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_434, aten.cat.default 2025-06-06T00:20:41.8808804Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_436, aten.cat.default 2025-06-06T00:20:41.8810346Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_438, aten.cat.default 2025-06-06T00:20:41.8811786Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_192, aten.matmul.default 2025-06-06T00:20:41.8813332Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_194, aten.matmul.default 2025-06-06T00:20:41.8814888Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_196, aten.matmul.default 2025-06-06T00:20:41.8816421Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_198, aten.matmul.default 2025-06-06T00:20:41.8818273Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_200, aten.matmul.default 2025-06-06T00:20:41.8819871Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_202, aten.matmul.default 2025-06-06T00:20:41.8821376Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_204, aten.matmul.default 2025-06-06T00:20:41.8822889Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_206, aten.matmul.default 2025-06-06T00:20:41.8824401Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_208, aten.matmul.default 2025-06-06T00:20:41.8825930Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_210, aten.matmul.default 2025-06-06T00:20:41.8827478Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_212, aten.matmul.default 2025-06-06T00:20:41.8829025Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_214, aten.matmul.default 2025-06-06T00:20:41.8830517Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_96, aten.div.Tensor 2025-06-06T00:20:41.8831925Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_97, aten.div.Tensor 2025-06-06T00:20:41.8833240Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_98, aten.div.Tensor 2025-06-06T00:20:41.8834464Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_99, aten.div.Tensor 2025-06-06T00:20:41.8836572Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_100, aten.div.Tensor 2025-06-06T00:20:41.8838016Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_101, aten.div.Tensor 2025-06-06T00:20:41.8839417Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_102, aten.div.Tensor 2025-06-06T00:20:41.8841001Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_103, aten.div.Tensor 2025-06-06T00:20:41.8842374Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_104, aten.div.Tensor 2025-06-06T00:20:41.8843752Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_105, aten.div.Tensor 2025-06-06T00:20:41.8845165Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_106, aten.div.Tensor 2025-06-06T00:20:41.8846564Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_107, aten.div.Tensor 2025-06-06T00:20:41.8847956Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_328, aten.add.Tensor 2025-06-06T00:20:41.8849351Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_329, aten.add.Tensor 2025-06-06T00:20:41.8850858Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_330, aten.add.Tensor 2025-06-06T00:20:41.8852212Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_331, aten.add.Tensor 2025-06-06T00:20:41.8853639Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_332, aten.add.Tensor 2025-06-06T00:20:41.8855051Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_333, aten.add.Tensor 2025-06-06T00:20:41.8856457Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_334, aten.add.Tensor 2025-06-06T00:20:41.8857523Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_335, aten.add.Tensor 2025-06-06T00:20:41.8858629Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_336, aten.add.Tensor 2025-06-06T00:20:41.8860009Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_337, aten.add.Tensor 2025-06-06T00:20:41.8861170Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_338, aten.add.Tensor 2025-06-06T00:20:41.8862370Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_339, aten.add.Tensor 2025-06-06T00:20:41.8863876Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_96, aten._softmax.default 2025-06-06T00:20:41.8865479Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_97, aten._softmax.default 2025-06-06T00:20:41.8867219Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_98, aten._softmax.default 2025-06-06T00:20:41.8868779Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_99, aten._softmax.default 2025-06-06T00:20:41.8870333Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_100, aten._softmax.default 2025-06-06T00:20:41.8871865Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_101, aten._softmax.default 2025-06-06T00:20:41.8873419Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_102, aten._softmax.default 2025-06-06T00:20:41.8874982Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_103, aten._softmax.default 2025-06-06T00:20:41.8876551Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_104, aten._softmax.default 2025-06-06T00:20:41.8878131Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_105, aten._softmax.default 2025-06-06T00:20:41.8879723Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_106, aten._softmax.default 2025-06-06T00:20:41.8881248Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_107, aten._softmax.default 2025-06-06T00:20:41.8882942Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_193, aten.matmul.default 2025-06-06T00:20:41.8884490Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_195, aten.matmul.default 2025-06-06T00:20:41.8886040Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_197, aten.matmul.default 2025-06-06T00:20:41.8887355Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_199, aten.matmul.default 2025-06-06T00:20:41.8889370Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_201, aten.matmul.default 2025-06-06T00:20:41.8891001Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_203, aten.matmul.default 2025-06-06T00:20:41.8892520Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_205, aten.matmul.default 2025-06-06T00:20:41.8894022Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_207, aten.matmul.default 2025-06-06T00:20:41.8895503Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_209, aten.matmul.default 2025-06-06T00:20:41.8897002Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_211, aten.matmul.default 2025-06-06T00:20:41.8898512Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_213, aten.matmul.default 2025-06-06T00:20:41.8900038Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_215, aten.matmul.default 2025-06-06T00:20:41.8901531Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_440, aten.cat.default 2025-06-06T00:20:41.8903080Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_365, aten.view_copy.default 2025-06-06T00:20:41.8904761Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1497, aten.permute_copy.default 2025-06-06T00:20:41.8906489Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_356, aten.convolution.default 2025-06-06T00:20:41.8908220Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1498, aten.permute_copy.default 2025-06-06T00:20:41.8909745Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_366, aten.view_copy.default 2025-06-06T00:20:41.8911074Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_340, aten.add.Tensor 2025-06-06T00:20:41.8912434Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_rms_norm_default_17, aten.rms_norm.default 2025-06-06T00:20:42.4345942Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_367, aten.view_copy.default 2025-06-06T00:20:42.4347635Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1499, aten.permute_copy.default 2025-06-06T00:20:42.4349273Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_357, aten.convolution.default 2025-06-06T00:20:42.4350878Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_358, aten.convolution.default 2025-06-06T00:20:42.4352425Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sigmoid_default_8, aten.sigmoid.default 2025-06-06T00:20:42.4353849Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_880, aten.mul.Tensor 2025-06-06T00:20:42.4355192Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_881, aten.mul.Tensor 2025-06-06T00:20:42.4356661Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_359, aten.convolution.default 2025-06-06T00:20:42.4358293Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1500, aten.permute_copy.default 2025-06-06T00:20:42.4360012Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_368, aten.view_copy.default 2025-06-06T00:20:42.4361551Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_341, aten.add.Tensor 2025-06-06T00:20:42.4362983Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_rms_norm_default_18, aten.rms_norm.default 2025-06-06T00:20:42.4364567Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_369, aten.view_copy.default 2025-06-06T00:20:42.4366177Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1501, aten.permute_copy.default 2025-06-06T00:20:42.4367746Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_706, aten._to_copy.default 2025-06-06T00:20:42.4369319Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_360, aten.convolution.default 2025-06-06T00:20:42.4370998Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1502, aten.permute_copy.default 2025-06-06T00:20:42.4372620Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_361, aten.convolution.default 2025-06-06T00:20:42.4374259Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1503, aten.permute_copy.default 2025-06-06T00:20:42.4375890Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_362, aten.convolution.default 2025-06-06T00:20:42.4377533Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1504, aten.permute_copy.default 2025-06-06T00:20:42.4379175Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_363, aten.convolution.default 2025-06-06T00:20:42.4380797Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1505, aten.permute_copy.default 2025-06-06T00:20:42.4382435Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_364, aten.convolution.default 2025-06-06T00:20:42.4384060Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1506, aten.permute_copy.default 2025-06-06T00:20:42.4385698Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_365, aten.convolution.default 2025-06-06T00:20:42.4387337Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1507, aten.permute_copy.default 2025-06-06T00:20:42.4389011Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_366, aten.convolution.default 2025-06-06T00:20:42.4390664Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1508, aten.permute_copy.default 2025-06-06T00:20:42.4392359Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_367, aten.convolution.default 2025-06-06T00:20:42.4394040Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1509, aten.permute_copy.default 2025-06-06T00:20:42.4395695Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_368, aten.convolution.default 2025-06-06T00:20:42.4397319Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1510, aten.permute_copy.default 2025-06-06T00:20:42.4398961Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_369, aten.convolution.default 2025-06-06T00:20:42.4400604Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1511, aten.permute_copy.default 2025-06-06T00:20:42.4402228Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_370, aten.convolution.default 2025-06-06T00:20:42.4403859Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1512, aten.permute_copy.default 2025-06-06T00:20:42.4409081Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_371, aten.convolution.default 2025-06-06T00:20:42.4410899Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1513, aten.permute_copy.default 2025-06-06T00:20:42.4412543Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_372, aten.convolution.default 2025-06-06T00:20:42.4414194Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1514, aten.permute_copy.default 2025-06-06T00:20:42.4415835Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_373, aten.convolution.default 2025-06-06T00:20:42.4417468Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1515, aten.permute_copy.default 2025-06-06T00:20:42.4419099Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_374, aten.convolution.default 2025-06-06T00:20:42.4420727Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1516, aten.permute_copy.default 2025-06-06T00:20:42.4422406Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_375, aten.convolution.default 2025-06-06T00:20:42.4424030Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1517, aten.permute_copy.default 2025-06-06T00:20:42.4425656Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_376, aten.convolution.default 2025-06-06T00:20:42.4427287Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1518, aten.permute_copy.default 2025-06-06T00:20:42.4428921Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_377, aten.convolution.default 2025-06-06T00:20:42.4430552Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1519, aten.permute_copy.default 2025-06-06T00:20:42.4432184Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_378, aten.convolution.default 2025-06-06T00:20:42.4433815Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1520, aten.permute_copy.default 2025-06-06T00:20:42.4435454Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_379, aten.convolution.default 2025-06-06T00:20:42.4437088Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1521, aten.permute_copy.default 2025-06-06T00:20:42.4438732Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_380, aten.convolution.default 2025-06-06T00:20:42.4440452Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1522, aten.permute_copy.default 2025-06-06T00:20:42.4442271Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_381, aten.convolution.default 2025-06-06T00:20:42.4443923Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1523, aten.permute_copy.default 2025-06-06T00:20:42.4445556Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_382, aten.convolution.default 2025-06-06T00:20:42.4447193Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1524, aten.permute_copy.default 2025-06-06T00:20:42.4448837Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_383, aten.convolution.default 2025-06-06T00:20:42.4450509Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1525, aten.permute_copy.default 2025-06-06T00:20:42.4452151Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_384, aten.convolution.default 2025-06-06T00:20:42.4453777Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1526, aten.permute_copy.default 2025-06-06T00:20:42.4455417Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_385, aten.convolution.default 2025-06-06T00:20:42.4457345Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1527, aten.permute_copy.default 2025-06-06T00:20:42.4459030Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_386, aten.convolution.default 2025-06-06T00:20:42.4460806Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1528, aten.permute_copy.default 2025-06-06T00:20:42.4462443Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_387, aten.convolution.default 2025-06-06T00:20:42.4464096Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1529, aten.permute_copy.default 2025-06-06T00:20:42.7212664Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_388, aten.convolution.default 2025-06-06T00:20:42.7214395Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1530, aten.permute_copy.default 2025-06-06T00:20:42.7216039Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_389, aten.convolution.default 2025-06-06T00:20:42.7217683Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1531, aten.permute_copy.default 2025-06-06T00:20:42.7219307Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_390, aten.convolution.default 2025-06-06T00:20:42.7220941Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1532, aten.permute_copy.default 2025-06-06T00:20:42.7222588Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_391, aten.convolution.default 2025-06-06T00:20:42.7224212Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1533, aten.permute_copy.default 2025-06-06T00:20:42.7225846Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_392, aten.convolution.default 2025-06-06T00:20:42.7227483Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1534, aten.permute_copy.default 2025-06-06T00:20:42.7229122Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_393, aten.convolution.default 2025-06-06T00:20:42.7230752Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1535, aten.permute_copy.default 2025-06-06T00:20:42.7232378Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_394, aten.convolution.default 2025-06-06T00:20:42.7234250Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1536, aten.permute_copy.default 2025-06-06T00:20:42.7235877Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_395, aten.convolution.default 2025-06-06T00:20:42.7237584Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1537, aten.permute_copy.default 2025-06-06T00:20:42.7239190Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_370, aten.view_copy.default 2025-06-06T00:20:42.7240732Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_371, aten.view_copy.default 2025-06-06T00:20:42.7242275Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_372, aten.view_copy.default 2025-06-06T00:20:42.7243804Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_373, aten.view_copy.default 2025-06-06T00:20:42.7245353Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_374, aten.view_copy.default 2025-06-06T00:20:42.7246894Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_375, aten.view_copy.default 2025-06-06T00:20:42.7248423Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_376, aten.view_copy.default 2025-06-06T00:20:42.7250154Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_377, aten.view_copy.default 2025-06-06T00:20:42.7251806Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_378, aten.view_copy.default 2025-06-06T00:20:42.7253350Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_379, aten.view_copy.default 2025-06-06T00:20:42.7254900Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_380, aten.view_copy.default 2025-06-06T00:20:42.7256430Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_381, aten.view_copy.default 2025-06-06T00:20:42.7257978Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_382, aten.view_copy.default 2025-06-06T00:20:42.7259668Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_383, aten.view_copy.default 2025-06-06T00:20:42.7261222Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_384, aten.view_copy.default 2025-06-06T00:20:42.7262778Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_385, aten.view_copy.default 2025-06-06T00:20:42.7264313Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_386, aten.view_copy.default 2025-06-06T00:20:42.7265859Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_387, aten.view_copy.default 2025-06-06T00:20:42.7267389Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_388, aten.view_copy.default 2025-06-06T00:20:42.7268943Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_389, aten.view_copy.default 2025-06-06T00:20:42.7270508Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_390, aten.view_copy.default 2025-06-06T00:20:42.7272041Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_391, aten.view_copy.default 2025-06-06T00:20:42.7273588Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_392, aten.view_copy.default 2025-06-06T00:20:42.7275127Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_393, aten.view_copy.default 2025-06-06T00:20:42.7276646Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_394, aten.view_copy.default 2025-06-06T00:20:42.7278181Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_395, aten.view_copy.default 2025-06-06T00:20:42.7279789Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_396, aten.view_copy.default 2025-06-06T00:20:42.7281339Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_397, aten.view_copy.default 2025-06-06T00:20:42.7282936Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_398, aten.view_copy.default 2025-06-06T00:20:42.7284470Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_399, aten.view_copy.default 2025-06-06T00:20:42.7286024Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_400, aten.view_copy.default 2025-06-06T00:20:42.7287557Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_401, aten.view_copy.default 2025-06-06T00:20:42.7289105Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_402, aten.view_copy.default 2025-06-06T00:20:42.7290703Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_403, aten.view_copy.default 2025-06-06T00:20:42.7292236Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_404, aten.view_copy.default 2025-06-06T00:20:42.7293785Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_405, aten.view_copy.default 2025-06-06T00:20:42.7295331Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_432, aten.slice_copy.Tensor 2025-06-06T00:20:42.7296923Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_433, aten.slice_copy.Tensor 2025-06-06T00:20:42.7298513Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_434, aten.slice_copy.Tensor 2025-06-06T00:20:42.7300071Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_435, aten.slice_copy.Tensor 2025-06-06T00:20:42.7301600Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_436, aten.slice_copy.Tensor 2025-06-06T00:20:42.7303152Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_437, aten.slice_copy.Tensor 2025-06-06T00:20:42.7304688Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_438, aten.slice_copy.Tensor 2025-06-06T00:20:42.7306238Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_439, aten.slice_copy.Tensor 2025-06-06T00:20:42.7307787Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_440, aten.slice_copy.Tensor 2025-06-06T00:20:42.7309323Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_441, aten.slice_copy.Tensor 2025-06-06T00:20:42.7310869Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_442, aten.slice_copy.Tensor 2025-06-06T00:20:42.7312412Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_443, aten.slice_copy.Tensor 2025-06-06T00:20:42.7313957Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_444, aten.slice_copy.Tensor 2025-06-06T00:20:42.7315504Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_445, aten.slice_copy.Tensor 2025-06-06T00:20:42.7317047Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_446, aten.slice_copy.Tensor 2025-06-06T00:20:42.7318591Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_447, aten.slice_copy.Tensor 2025-06-06T00:20:42.7320126Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_448, aten.slice_copy.Tensor 2025-06-06T00:20:42.7321687Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_449, aten.slice_copy.Tensor 2025-06-06T00:20:42.7323238Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_450, aten.slice_copy.Tensor 2025-06-06T00:20:42.7324769Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_451, aten.slice_copy.Tensor 2025-06-06T00:20:42.7326363Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_452, aten.slice_copy.Tensor 2025-06-06T00:20:43.1389155Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_453, aten.slice_copy.Tensor 2025-06-06T00:20:43.1390403Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_454, aten.slice_copy.Tensor 2025-06-06T00:20:43.1391284Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_455, aten.slice_copy.Tensor 2025-06-06T00:20:43.1392173Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_456, aten.slice_copy.Tensor 2025-06-06T00:20:43.1393033Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_457, aten.slice_copy.Tensor 2025-06-06T00:20:43.1393911Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_458, aten.slice_copy.Tensor 2025-06-06T00:20:43.1394795Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_459, aten.slice_copy.Tensor 2025-06-06T00:20:43.1395655Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_460, aten.slice_copy.Tensor 2025-06-06T00:20:43.1396526Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_461, aten.slice_copy.Tensor 2025-06-06T00:20:43.1397465Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_462, aten.slice_copy.Tensor 2025-06-06T00:20:43.1398408Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_463, aten.slice_copy.Tensor 2025-06-06T00:20:43.1399280Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_464, aten.slice_copy.Tensor 2025-06-06T00:20:43.1400144Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_465, aten.slice_copy.Tensor 2025-06-06T00:20:43.1401014Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_466, aten.slice_copy.Tensor 2025-06-06T00:20:43.1401880Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_467, aten.slice_copy.Tensor 2025-06-06T00:20:43.1402759Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_468, aten.slice_copy.Tensor 2025-06-06T00:20:43.1403626Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_469, aten.slice_copy.Tensor 2025-06-06T00:20:43.1404486Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_470, aten.slice_copy.Tensor 2025-06-06T00:20:43.1405357Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_471, aten.slice_copy.Tensor 2025-06-06T00:20:43.1406213Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_472, aten.slice_copy.Tensor 2025-06-06T00:20:43.1407087Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_473, aten.slice_copy.Tensor 2025-06-06T00:20:43.1407958Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_474, aten.slice_copy.Tensor 2025-06-06T00:20:43.1408817Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_475, aten.slice_copy.Tensor 2025-06-06T00:20:43.1409790Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_476, aten.slice_copy.Tensor 2025-06-06T00:20:43.1410667Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_477, aten.slice_copy.Tensor 2025-06-06T00:20:43.1411525Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_478, aten.slice_copy.Tensor 2025-06-06T00:20:43.1412391Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_479, aten.slice_copy.Tensor 2025-06-06T00:20:43.1413207Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_466, aten.cat.default 2025-06-06T00:20:43.1414054Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_468, aten.cat.default 2025-06-06T00:20:43.1414835Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_470, aten.cat.default 2025-06-06T00:20:43.1415630Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_472, aten.cat.default 2025-06-06T00:20:43.1416405Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_474, aten.cat.default 2025-06-06T00:20:43.1417170Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_476, aten.cat.default 2025-06-06T00:20:43.1417942Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_478, aten.cat.default 2025-06-06T00:20:43.1418713Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_480, aten.cat.default 2025-06-06T00:20:43.1419474Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_482, aten.cat.default 2025-06-06T00:20:43.1420247Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_484, aten.cat.default 2025-06-06T00:20:43.1421007Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_486, aten.cat.default 2025-06-06T00:20:43.1421784Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_488, aten.cat.default 2025-06-06T00:20:43.1422554Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_882, aten.mul.Tensor 2025-06-06T00:20:43.1423338Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_884, aten.mul.Tensor 2025-06-06T00:20:43.1424127Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_883, aten.mul.Tensor 2025-06-06T00:20:43.1424869Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_885, aten.mul.Tensor 2025-06-06T00:20:43.1425619Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_886, aten.mul.Tensor 2025-06-06T00:20:43.1426382Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_888, aten.mul.Tensor 2025-06-06T00:20:43.1427124Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_887, aten.mul.Tensor 2025-06-06T00:20:43.1427879Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_889, aten.mul.Tensor 2025-06-06T00:20:43.1428623Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_890, aten.mul.Tensor 2025-06-06T00:20:43.1429380Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_892, aten.mul.Tensor 2025-06-06T00:20:43.1430127Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_891, aten.mul.Tensor 2025-06-06T00:20:43.1430880Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_893, aten.mul.Tensor 2025-06-06T00:20:43.1431638Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_894, aten.mul.Tensor 2025-06-06T00:20:43.1432382Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_896, aten.mul.Tensor 2025-06-06T00:20:43.1433143Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_895, aten.mul.Tensor 2025-06-06T00:20:43.1433891Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_897, aten.mul.Tensor 2025-06-06T00:20:43.1434655Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_898, aten.mul.Tensor 2025-06-06T00:20:43.1435422Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_900, aten.mul.Tensor 2025-06-06T00:20:43.1436172Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_899, aten.mul.Tensor 2025-06-06T00:20:43.1436929Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_901, aten.mul.Tensor 2025-06-06T00:20:43.1437672Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_902, aten.mul.Tensor 2025-06-06T00:20:43.1438436Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_904, aten.mul.Tensor 2025-06-06T00:20:43.1439344Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_903, aten.mul.Tensor 2025-06-06T00:20:43.1440091Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_905, aten.mul.Tensor 2025-06-06T00:20:43.1440890Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_906, aten.mul.Tensor 2025-06-06T00:20:43.1441640Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_908, aten.mul.Tensor 2025-06-06T00:20:43.1442401Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_907, aten.mul.Tensor 2025-06-06T00:20:43.1443160Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_909, aten.mul.Tensor 2025-06-06T00:20:43.1443904Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_910, aten.mul.Tensor 2025-06-06T00:20:43.1444668Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_912, aten.mul.Tensor 2025-06-06T00:20:43.1445416Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_911, aten.mul.Tensor 2025-06-06T00:20:43.1446175Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_913, aten.mul.Tensor 2025-06-06T00:20:43.1446938Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_914, aten.mul.Tensor 2025-06-06T00:20:43.1447683Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_916, aten.mul.Tensor 2025-06-06T00:20:43.1448480Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_915, aten.mul.Tensor 2025-06-06T00:20:43.1449291Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_917, aten.mul.Tensor 2025-06-06T00:20:43.1450125Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_918, aten.mul.Tensor 2025-06-06T00:20:43.1450875Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_920, aten.mul.Tensor 2025-06-06T00:20:43.1451642Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_919, aten.mul.Tensor 2025-06-06T00:20:43.1452409Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_921, aten.mul.Tensor 2025-06-06T00:20:43.1453156Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_922, aten.mul.Tensor 2025-06-06T00:20:43.1453912Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_924, aten.mul.Tensor 2025-06-06T00:20:43.5739018Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_923, aten.mul.Tensor 2025-06-06T00:20:43.5739834Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_925, aten.mul.Tensor 2025-06-06T00:20:43.5740597Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_926, aten.mul.Tensor 2025-06-06T00:20:43.5741351Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_928, aten.mul.Tensor 2025-06-06T00:20:43.5742117Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_927, aten.mul.Tensor 2025-06-06T00:20:43.5742876Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_929, aten.mul.Tensor 2025-06-06T00:20:43.5743619Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_930, aten.mul.Tensor 2025-06-06T00:20:43.5744385Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_932, aten.mul.Tensor 2025-06-06T00:20:43.5745137Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_931, aten.mul.Tensor 2025-06-06T00:20:43.5745902Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_933, aten.mul.Tensor 2025-06-06T00:20:43.5746653Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_934, aten.mul.Tensor 2025-06-06T00:20:43.5747420Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_936, aten.mul.Tensor 2025-06-06T00:20:43.5748184Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_935, aten.mul.Tensor 2025-06-06T00:20:43.5749193Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_937, aten.mul.Tensor 2025-06-06T00:20:43.5749943Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_938, aten.mul.Tensor 2025-06-06T00:20:43.5750754Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_940, aten.mul.Tensor 2025-06-06T00:20:43.5751505Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_939, aten.mul.Tensor 2025-06-06T00:20:43.5752265Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_941, aten.mul.Tensor 2025-06-06T00:20:43.5753013Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_942, aten.mul.Tensor 2025-06-06T00:20:43.5753773Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_944, aten.mul.Tensor 2025-06-06T00:20:43.5754534Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_943, aten.mul.Tensor 2025-06-06T00:20:43.5755289Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_945, aten.mul.Tensor 2025-06-06T00:20:43.5756050Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_946, aten.mul.Tensor 2025-06-06T00:20:43.5756796Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_948, aten.mul.Tensor 2025-06-06T00:20:43.5757559Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_947, aten.mul.Tensor 2025-06-06T00:20:43.5758384Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_949, aten.mul.Tensor 2025-06-06T00:20:43.5759451Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_950, aten.mul.Tensor 2025-06-06T00:20:43.5760216Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_952, aten.mul.Tensor 2025-06-06T00:20:43.5760960Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_951, aten.mul.Tensor 2025-06-06T00:20:43.5761726Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_953, aten.mul.Tensor 2025-06-06T00:20:43.5762488Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_954, aten.mul.Tensor 2025-06-06T00:20:43.5763240Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_956, aten.mul.Tensor 2025-06-06T00:20:43.5763996Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_955, aten.mul.Tensor 2025-06-06T00:20:43.5764741Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_957, aten.mul.Tensor 2025-06-06T00:20:43.5765503Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_958, aten.mul.Tensor 2025-06-06T00:20:43.5766261Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_960, aten.mul.Tensor 2025-06-06T00:20:43.5767006Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_959, aten.mul.Tensor 2025-06-06T00:20:43.5767765Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_961, aten.mul.Tensor 2025-06-06T00:20:43.5768512Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_962, aten.mul.Tensor 2025-06-06T00:20:43.5769272Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_964, aten.mul.Tensor 2025-06-06T00:20:43.5770103Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_963, aten.mul.Tensor 2025-06-06T00:20:43.5770855Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_965, aten.mul.Tensor 2025-06-06T00:20:43.5771617Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_966, aten.mul.Tensor 2025-06-06T00:20:43.5772364Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_968, aten.mul.Tensor 2025-06-06T00:20:43.5773123Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_967, aten.mul.Tensor 2025-06-06T00:20:43.5773928Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_969, aten.mul.Tensor 2025-06-06T00:20:43.5774690Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_970, aten.mul.Tensor 2025-06-06T00:20:43.5775450Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_972, aten.mul.Tensor 2025-06-06T00:20:43.5776243Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_971, aten.mul.Tensor 2025-06-06T00:20:43.5777004Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_973, aten.mul.Tensor 2025-06-06T00:20:43.5777751Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_974, aten.mul.Tensor 2025-06-06T00:20:43.5778507Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_976, aten.mul.Tensor 2025-06-06T00:20:43.5779265Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_975, aten.mul.Tensor 2025-06-06T00:20:43.5780010Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_977, aten.mul.Tensor 2025-06-06T00:20:43.5780771Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_216, aten.sub.Tensor 2025-06-06T00:20:43.5781517Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_342, aten.add.Tensor 2025-06-06T00:20:43.5782278Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_217, aten.sub.Tensor 2025-06-06T00:20:43.5783095Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_343, aten.add.Tensor 2025-06-06T00:20:43.5783892Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_218, aten.sub.Tensor 2025-06-06T00:20:43.5784652Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_344, aten.add.Tensor 2025-06-06T00:20:43.5785396Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_219, aten.sub.Tensor 2025-06-06T00:20:43.5786156Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_345, aten.add.Tensor 2025-06-06T00:20:43.5786913Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_220, aten.sub.Tensor 2025-06-06T00:20:43.5787662Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_346, aten.add.Tensor 2025-06-06T00:20:43.5788423Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_221, aten.sub.Tensor 2025-06-06T00:20:43.5789405Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_347, aten.add.Tensor 2025-06-06T00:20:43.5790171Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_222, aten.sub.Tensor 2025-06-06T00:20:43.5790936Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_348, aten.add.Tensor 2025-06-06T00:20:43.5791684Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_223, aten.sub.Tensor 2025-06-06T00:20:43.5792447Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_349, aten.add.Tensor 2025-06-06T00:20:43.5793201Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_224, aten.sub.Tensor 2025-06-06T00:20:43.5793962Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_350, aten.add.Tensor 2025-06-06T00:20:43.5794713Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_225, aten.sub.Tensor 2025-06-06T00:20:43.5795476Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_351, aten.add.Tensor 2025-06-06T00:20:43.5796237Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_226, aten.sub.Tensor 2025-06-06T00:20:43.5796988Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_352, aten.add.Tensor 2025-06-06T00:20:43.5797752Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_227, aten.sub.Tensor 2025-06-06T00:20:43.5798504Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_353, aten.add.Tensor 2025-06-06T00:20:43.5799324Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_228, aten.sub.Tensor 2025-06-06T00:20:43.5800153Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_707, aten._to_copy.default 2025-06-06T00:20:43.5800984Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_354, aten.add.Tensor 2025-06-06T00:20:43.5801793Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_708, aten._to_copy.default 2025-06-06T00:20:43.5802597Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_229, aten.sub.Tensor 2025-06-06T00:20:43.5803410Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_709, aten._to_copy.default 2025-06-06T00:20:43.9669222Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_355, aten.add.Tensor 2025-06-06T00:20:43.9670084Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_710, aten._to_copy.default 2025-06-06T00:20:43.9670924Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_230, aten.sub.Tensor 2025-06-06T00:20:43.9671724Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_711, aten._to_copy.default 2025-06-06T00:20:43.9672566Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_356, aten.add.Tensor 2025-06-06T00:20:43.9673380Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_712, aten._to_copy.default 2025-06-06T00:20:43.9674395Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_231, aten.sub.Tensor 2025-06-06T00:20:43.9675275Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_713, aten._to_copy.default 2025-06-06T00:20:43.9676086Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_357, aten.add.Tensor 2025-06-06T00:20:43.9676882Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_714, aten._to_copy.default 2025-06-06T00:20:43.9677696Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_232, aten.sub.Tensor 2025-06-06T00:20:43.9678487Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_715, aten._to_copy.default 2025-06-06T00:20:43.9679292Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_358, aten.add.Tensor 2025-06-06T00:20:43.9680098Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_716, aten._to_copy.default 2025-06-06T00:20:43.9680894Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_233, aten.sub.Tensor 2025-06-06T00:20:43.9681699Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_717, aten._to_copy.default 2025-06-06T00:20:43.9682487Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_359, aten.add.Tensor 2025-06-06T00:20:43.9683295Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_718, aten._to_copy.default 2025-06-06T00:20:43.9684101Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_234, aten.sub.Tensor 2025-06-06T00:20:43.9684896Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_719, aten._to_copy.default 2025-06-06T00:20:43.9685704Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_360, aten.add.Tensor 2025-06-06T00:20:43.9686502Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_720, aten._to_copy.default 2025-06-06T00:20:43.9687309Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_235, aten.sub.Tensor 2025-06-06T00:20:43.9688115Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_721, aten._to_copy.default 2025-06-06T00:20:43.9688906Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_361, aten.add.Tensor 2025-06-06T00:20:43.9689881Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_722, aten._to_copy.default 2025-06-06T00:20:43.9690680Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_236, aten.sub.Tensor 2025-06-06T00:20:43.9691562Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_723, aten._to_copy.default 2025-06-06T00:20:43.9692368Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_362, aten.add.Tensor 2025-06-06T00:20:43.9693167Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_724, aten._to_copy.default 2025-06-06T00:20:43.9693976Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_237, aten.sub.Tensor 2025-06-06T00:20:43.9694771Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_725, aten._to_copy.default 2025-06-06T00:20:43.9695576Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_363, aten.add.Tensor 2025-06-06T00:20:43.9696483Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_726, aten._to_copy.default 2025-06-06T00:20:43.9697272Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_238, aten.sub.Tensor 2025-06-06T00:20:43.9698086Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_727, aten._to_copy.default 2025-06-06T00:20:43.9698884Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_364, aten.add.Tensor 2025-06-06T00:20:43.9699734Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_728, aten._to_copy.default 2025-06-06T00:20:43.9700571Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_239, aten.sub.Tensor 2025-06-06T00:20:43.9701366Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_729, aten._to_copy.default 2025-06-06T00:20:43.9702171Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_365, aten.add.Tensor 2025-06-06T00:20:43.9702964Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_730, aten._to_copy.default 2025-06-06T00:20:43.9703778Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_441, aten.cat.default 2025-06-06T00:20:43.9704555Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_442, aten.cat.default 2025-06-06T00:20:43.9705316Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_443, aten.cat.default 2025-06-06T00:20:43.9706090Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_444, aten.cat.default 2025-06-06T00:20:43.9706852Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_445, aten.cat.default 2025-06-06T00:20:43.9707628Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_446, aten.cat.default 2025-06-06T00:20:43.9708402Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_447, aten.cat.default 2025-06-06T00:20:43.9709167Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_448, aten.cat.default 2025-06-06T00:20:43.9709945Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_449, aten.cat.default 2025-06-06T00:20:43.9710707Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_450, aten.cat.default 2025-06-06T00:20:43.9711484Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_451, aten.cat.default 2025-06-06T00:20:43.9712261Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_452, aten.cat.default 2025-06-06T00:20:43.9713023Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_453, aten.cat.default 2025-06-06T00:20:43.9713791Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_454, aten.cat.default 2025-06-06T00:20:43.9714555Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_455, aten.cat.default 2025-06-06T00:20:43.9715368Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_456, aten.cat.default 2025-06-06T00:20:43.9716128Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_457, aten.cat.default 2025-06-06T00:20:43.9716934Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_458, aten.cat.default 2025-06-06T00:20:43.9717711Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_459, aten.cat.default 2025-06-06T00:20:43.9718478Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_460, aten.cat.default 2025-06-06T00:20:43.9719251Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_461, aten.cat.default 2025-06-06T00:20:43.9720015Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_462, aten.cat.default 2025-06-06T00:20:43.9720791Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_463, aten.cat.default 2025-06-06T00:20:43.9721568Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_464, aten.cat.default 2025-06-06T00:20:43.9722406Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_514, aten.permute_copy.default 2025-06-06T00:20:43.9723329Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_515, aten.permute_copy.default 2025-06-06T00:20:43.9724238Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_516, aten.permute_copy.default 2025-06-06T00:20:43.9725228Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_517, aten.permute_copy.default 2025-06-06T00:20:43.9726143Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_518, aten.permute_copy.default 2025-06-06T00:20:43.9727045Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_519, aten.permute_copy.default 2025-06-06T00:20:43.9727965Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_520, aten.permute_copy.default 2025-06-06T00:20:43.9728868Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_521, aten.permute_copy.default 2025-06-06T00:20:43.9729853Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_522, aten.permute_copy.default 2025-06-06T00:20:43.9730784Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_523, aten.permute_copy.default 2025-06-06T00:20:43.9731692Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_524, aten.permute_copy.default 2025-06-06T00:20:43.9732608Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_525, aten.permute_copy.default 2025-06-06T00:20:43.9733449Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_465, aten.cat.default 2025-06-06T00:20:44.4782831Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_467, aten.cat.default 2025-06-06T00:20:44.4784294Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_469, aten.cat.default 2025-06-06T00:20:44.4785665Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_471, aten.cat.default 2025-06-06T00:20:44.4787054Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_473, aten.cat.default 2025-06-06T00:20:44.4800796Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_475, aten.cat.default 2025-06-06T00:20:44.4802238Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_477, aten.cat.default 2025-06-06T00:20:44.4803619Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_479, aten.cat.default 2025-06-06T00:20:44.4805001Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_481, aten.cat.default 2025-06-06T00:20:44.4806391Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_483, aten.cat.default 2025-06-06T00:20:44.4808015Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_485, aten.cat.default 2025-06-06T00:20:44.4809400Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_487, aten.cat.default 2025-06-06T00:20:44.4811554Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_216, aten.matmul.default 2025-06-06T00:20:44.4813043Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_218, aten.matmul.default 2025-06-06T00:20:44.4814522Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_220, aten.matmul.default 2025-06-06T00:20:44.4815977Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_222, aten.matmul.default 2025-06-06T00:20:44.4817443Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_224, aten.matmul.default 2025-06-06T00:20:44.4818892Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_226, aten.matmul.default 2025-06-06T00:20:44.4820359Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_228, aten.matmul.default 2025-06-06T00:20:44.4821819Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_230, aten.matmul.default 2025-06-06T00:20:44.4823294Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_232, aten.matmul.default 2025-06-06T00:20:44.4824836Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_234, aten.matmul.default 2025-06-06T00:20:44.4826364Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_236, aten.matmul.default 2025-06-06T00:20:44.4827817Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_238, aten.matmul.default 2025-06-06T00:20:44.4829228Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_108, aten.div.Tensor 2025-06-06T00:20:44.4830589Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_109, aten.div.Tensor 2025-06-06T00:20:44.4831929Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_110, aten.div.Tensor 2025-06-06T00:20:44.4833279Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_111, aten.div.Tensor 2025-06-06T00:20:44.4834606Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_112, aten.div.Tensor 2025-06-06T00:20:44.4835955Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_113, aten.div.Tensor 2025-06-06T00:20:44.4837289Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_114, aten.div.Tensor 2025-06-06T00:20:44.4838636Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_115, aten.div.Tensor 2025-06-06T00:20:44.4839981Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_116, aten.div.Tensor 2025-06-06T00:20:44.4841317Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_117, aten.div.Tensor 2025-06-06T00:20:44.4842657Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_118, aten.div.Tensor 2025-06-06T00:20:44.4843985Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_119, aten.div.Tensor 2025-06-06T00:20:44.4845325Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_366, aten.add.Tensor 2025-06-06T00:20:44.4846670Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_367, aten.add.Tensor 2025-06-06T00:20:44.4848005Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_368, aten.add.Tensor 2025-06-06T00:20:44.4849348Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_369, aten.add.Tensor 2025-06-06T00:20:44.4850806Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_370, aten.add.Tensor 2025-06-06T00:20:44.4852130Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_371, aten.add.Tensor 2025-06-06T00:20:44.4853539Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_372, aten.add.Tensor 2025-06-06T00:20:44.4854868Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_373, aten.add.Tensor 2025-06-06T00:20:44.4856248Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_374, aten.add.Tensor 2025-06-06T00:20:44.4857597Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_375, aten.add.Tensor 2025-06-06T00:20:44.4858935Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_376, aten.add.Tensor 2025-06-06T00:20:44.4860510Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_377, aten.add.Tensor 2025-06-06T00:20:44.4861928Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_108, aten._softmax.default 2025-06-06T00:20:44.4863444Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_109, aten._softmax.default 2025-06-06T00:20:44.4864813Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_110, aten._softmax.default 2025-06-06T00:20:44.4866150Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_111, aten._softmax.default 2025-06-06T00:20:44.4867571Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_112, aten._softmax.default 2025-06-06T00:20:44.4869230Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_113, aten._softmax.default 2025-06-06T00:20:44.4870820Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_114, aten._softmax.default 2025-06-06T00:20:44.4872338Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_115, aten._softmax.default 2025-06-06T00:20:44.4873844Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_116, aten._softmax.default 2025-06-06T00:20:44.4875410Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_117, aten._softmax.default 2025-06-06T00:20:44.4876917Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_118, aten._softmax.default 2025-06-06T00:20:44.4878427Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_119, aten._softmax.default 2025-06-06T00:20:44.4879920Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_217, aten.matmul.default 2025-06-06T00:20:44.4881374Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_219, aten.matmul.default 2025-06-06T00:20:44.4882859Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_221, aten.matmul.default 2025-06-06T00:20:44.4884307Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_223, aten.matmul.default 2025-06-06T00:20:44.4885777Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_225, aten.matmul.default 2025-06-06T00:20:44.4887248Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_227, aten.matmul.default 2025-06-06T00:20:44.4888695Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_229, aten.matmul.default 2025-06-06T00:20:44.4890247Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_231, aten.matmul.default 2025-06-06T00:20:44.4891704Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_233, aten.matmul.default 2025-06-06T00:20:44.4893187Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_235, aten.matmul.default 2025-06-06T00:20:44.4894656Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_237, aten.matmul.default 2025-06-06T00:20:44.4896104Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_239, aten.matmul.default 2025-06-06T00:20:44.4897528Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_489, aten.cat.default 2025-06-06T00:20:44.4899045Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_406, aten.view_copy.default 2025-06-06T00:20:44.4900714Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1538, aten.permute_copy.default 2025-06-06T00:20:44.4902368Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_396, aten.convolution.default 2025-06-06T00:20:44.4903998Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1539, aten.permute_copy.default 2025-06-06T00:20:44.4905607Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_407, aten.view_copy.default 2025-06-06T00:20:44.4907086Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_378, aten.add.Tensor 2025-06-06T00:20:44.4908519Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_rms_norm_default_19, aten.rms_norm.default 2025-06-06T00:20:44.4910051Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_408, aten.view_copy.default 2025-06-06T00:20:45.0379622Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1540, aten.permute_copy.default 2025-06-06T00:20:45.0381349Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_397, aten.convolution.default 2025-06-06T00:20:45.0383250Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_398, aten.convolution.default 2025-06-06T00:20:45.0384900Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sigmoid_default_9, aten.sigmoid.default 2025-06-06T00:20:45.0386320Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_978, aten.mul.Tensor 2025-06-06T00:20:45.0387703Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_979, aten.mul.Tensor 2025-06-06T00:20:45.0389193Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_399, aten.convolution.default 2025-06-06T00:20:45.0390937Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1541, aten.permute_copy.default 2025-06-06T00:20:45.0392528Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_409, aten.view_copy.default 2025-06-06T00:20:45.0393979Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_379, aten.add.Tensor 2025-06-06T00:20:45.0395415Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_rms_norm_default_20, aten.rms_norm.default 2025-06-06T00:20:45.0396933Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_410, aten.view_copy.default 2025-06-06T00:20:45.0398542Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1542, aten.permute_copy.default 2025-06-06T00:20:45.0400126Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_731, aten._to_copy.default 2025-06-06T00:20:45.0401706Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_400, aten.convolution.default 2025-06-06T00:20:45.0403341Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1543, aten.permute_copy.default 2025-06-06T00:20:45.0404976Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_401, aten.convolution.default 2025-06-06T00:20:45.0406609Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1544, aten.permute_copy.default 2025-06-06T00:20:45.0408238Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_402, aten.convolution.default 2025-06-06T00:20:45.0409941Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1545, aten.permute_copy.default 2025-06-06T00:20:45.0411745Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_403, aten.convolution.default 2025-06-06T00:20:45.0413520Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1546, aten.permute_copy.default 2025-06-06T00:20:45.0415160Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_404, aten.convolution.default 2025-06-06T00:20:45.0416857Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1547, aten.permute_copy.default 2025-06-06T00:20:45.0418507Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_405, aten.convolution.default 2025-06-06T00:20:45.0420157Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1548, aten.permute_copy.default 2025-06-06T00:20:45.0421792Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_406, aten.convolution.default 2025-06-06T00:20:45.0423437Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1549, aten.permute_copy.default 2025-06-06T00:20:45.0425067Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_407, aten.convolution.default 2025-06-06T00:20:45.0426707Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1550, aten.permute_copy.default 2025-06-06T00:20:45.0428344Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_408, aten.convolution.default 2025-06-06T00:20:45.0430030Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1551, aten.permute_copy.default 2025-06-06T00:20:45.0431718Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_409, aten.convolution.default 2025-06-06T00:20:45.0433344Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1552, aten.permute_copy.default 2025-06-06T00:20:45.0434984Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_410, aten.convolution.default 2025-06-06T00:20:45.0436632Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1553, aten.permute_copy.default 2025-06-06T00:20:45.0438265Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_411, aten.convolution.default 2025-06-06T00:20:45.0439911Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1554, aten.permute_copy.default 2025-06-06T00:20:45.0441549Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_412, aten.convolution.default 2025-06-06T00:20:45.0443191Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1555, aten.permute_copy.default 2025-06-06T00:20:45.0444829Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_413, aten.convolution.default 2025-06-06T00:20:45.0446454Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1556, aten.permute_copy.default 2025-06-06T00:20:45.0448095Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_414, aten.convolution.default 2025-06-06T00:20:45.0449801Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1557, aten.permute_copy.default 2025-06-06T00:20:45.0451428Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_415, aten.convolution.default 2025-06-06T00:20:45.0453071Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1558, aten.permute_copy.default 2025-06-06T00:20:45.0454699Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_416, aten.convolution.default 2025-06-06T00:20:45.0456337Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1559, aten.permute_copy.default 2025-06-06T00:20:45.0457971Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_417, aten.convolution.default 2025-06-06T00:20:45.0459788Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1560, aten.permute_copy.default 2025-06-06T00:20:45.0461415Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_418, aten.convolution.default 2025-06-06T00:20:45.0463098Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1561, aten.permute_copy.default 2025-06-06T00:20:45.0464741Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_419, aten.convolution.default 2025-06-06T00:20:45.0466378Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1562, aten.permute_copy.default 2025-06-06T00:20:45.0468004Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_420, aten.convolution.default 2025-06-06T00:20:45.0469642Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1563, aten.permute_copy.default 2025-06-06T00:20:45.0471268Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_421, aten.convolution.default 2025-06-06T00:20:45.0472904Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1564, aten.permute_copy.default 2025-06-06T00:20:45.0474543Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_422, aten.convolution.default 2025-06-06T00:20:45.0476166Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1565, aten.permute_copy.default 2025-06-06T00:20:45.0477867Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_423, aten.convolution.default 2025-06-06T00:20:45.0479546Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1566, aten.permute_copy.default 2025-06-06T00:20:45.0481191Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_424, aten.convolution.default 2025-06-06T00:20:45.0482824Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1567, aten.permute_copy.default 2025-06-06T00:20:45.0484451Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_425, aten.convolution.default 2025-06-06T00:20:45.0486096Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1568, aten.permute_copy.default 2025-06-06T00:20:45.0487716Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_426, aten.convolution.default 2025-06-06T00:20:45.0489354Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1569, aten.permute_copy.default 2025-06-06T00:20:45.0491059Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_427, aten.convolution.default 2025-06-06T00:20:45.0492685Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1570, aten.permute_copy.default 2025-06-06T00:20:45.0494349Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_428, aten.convolution.default 2025-06-06T00:20:45.3136028Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1571, aten.permute_copy.default 2025-06-06T00:20:45.3137738Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_429, aten.convolution.default 2025-06-06T00:20:45.3139383Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1572, aten.permute_copy.default 2025-06-06T00:20:45.3141072Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_430, aten.convolution.default 2025-06-06T00:20:45.3142700Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1573, aten.permute_copy.default 2025-06-06T00:20:45.3144340Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_431, aten.convolution.default 2025-06-06T00:20:45.3145968Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1574, aten.permute_copy.default 2025-06-06T00:20:45.3147872Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_432, aten.convolution.default 2025-06-06T00:20:45.3149582Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1575, aten.permute_copy.default 2025-06-06T00:20:45.3151207Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_433, aten.convolution.default 2025-06-06T00:20:45.3152843Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1576, aten.permute_copy.default 2025-06-06T00:20:45.3154471Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_434, aten.convolution.default 2025-06-06T00:20:45.3156108Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1577, aten.permute_copy.default 2025-06-06T00:20:45.3157752Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_435, aten.convolution.default 2025-06-06T00:20:45.3159517Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1578, aten.permute_copy.default 2025-06-06T00:20:45.3161128Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_411, aten.view_copy.default 2025-06-06T00:20:45.3162696Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_412, aten.view_copy.default 2025-06-06T00:20:45.3164351Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_413, aten.view_copy.default 2025-06-06T00:20:45.3165973Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_414, aten.view_copy.default 2025-06-06T00:20:45.3167516Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_415, aten.view_copy.default 2025-06-06T00:20:45.3169067Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_416, aten.view_copy.default 2025-06-06T00:20:45.3170672Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_417, aten.view_copy.default 2025-06-06T00:20:45.3172203Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_418, aten.view_copy.default 2025-06-06T00:20:45.3173748Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_419, aten.view_copy.default 2025-06-06T00:20:45.3175284Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_420, aten.view_copy.default 2025-06-06T00:20:45.3176830Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_421, aten.view_copy.default 2025-06-06T00:20:45.3178371Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_422, aten.view_copy.default 2025-06-06T00:20:45.3179898Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_423, aten.view_copy.default 2025-06-06T00:20:45.3181439Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_424, aten.view_copy.default 2025-06-06T00:20:45.3182968Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_425, aten.view_copy.default 2025-06-06T00:20:45.3184513Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_426, aten.view_copy.default 2025-06-06T00:20:45.3186059Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_427, aten.view_copy.default 2025-06-06T00:20:45.3187589Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_428, aten.view_copy.default 2025-06-06T00:20:45.3189133Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_429, aten.view_copy.default 2025-06-06T00:20:45.3190664Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_430, aten.view_copy.default 2025-06-06T00:20:45.3192212Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_431, aten.view_copy.default 2025-06-06T00:20:45.3193820Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_432, aten.view_copy.default 2025-06-06T00:20:45.3195348Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_433, aten.view_copy.default 2025-06-06T00:20:45.3196948Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_434, aten.view_copy.default 2025-06-06T00:20:45.3198490Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_435, aten.view_copy.default 2025-06-06T00:20:45.3200037Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_436, aten.view_copy.default 2025-06-06T00:20:45.3201577Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_437, aten.view_copy.default 2025-06-06T00:20:45.3203115Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_438, aten.view_copy.default 2025-06-06T00:20:45.3204669Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_439, aten.view_copy.default 2025-06-06T00:20:45.3206197Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_440, aten.view_copy.default 2025-06-06T00:20:45.3207749Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_441, aten.view_copy.default 2025-06-06T00:20:45.3209332Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_442, aten.view_copy.default 2025-06-06T00:20:45.3210998Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_443, aten.view_copy.default 2025-06-06T00:20:45.3212545Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_444, aten.view_copy.default 2025-06-06T00:20:45.3214088Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_445, aten.view_copy.default 2025-06-06T00:20:45.3215632Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_446, aten.view_copy.default 2025-06-06T00:20:45.3217163Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_480, aten.slice_copy.Tensor 2025-06-06T00:20:45.3218713Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_481, aten.slice_copy.Tensor 2025-06-06T00:20:45.3220245Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_482, aten.slice_copy.Tensor 2025-06-06T00:20:45.3221797Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_483, aten.slice_copy.Tensor 2025-06-06T00:20:45.3223346Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_484, aten.slice_copy.Tensor 2025-06-06T00:20:45.3224881Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_485, aten.slice_copy.Tensor 2025-06-06T00:20:45.3226429Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_486, aten.slice_copy.Tensor 2025-06-06T00:20:45.3227964Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_487, aten.slice_copy.Tensor 2025-06-06T00:20:45.3229510Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_488, aten.slice_copy.Tensor 2025-06-06T00:20:45.3231062Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_489, aten.slice_copy.Tensor 2025-06-06T00:20:45.3232603Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_490, aten.slice_copy.Tensor 2025-06-06T00:20:45.3234152Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_491, aten.slice_copy.Tensor 2025-06-06T00:20:45.3235687Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_492, aten.slice_copy.Tensor 2025-06-06T00:20:45.3237243Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_493, aten.slice_copy.Tensor 2025-06-06T00:20:45.3238851Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_494, aten.slice_copy.Tensor 2025-06-06T00:20:45.3240385Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_495, aten.slice_copy.Tensor 2025-06-06T00:20:45.3241971Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_496, aten.slice_copy.Tensor 2025-06-06T00:20:45.3243507Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_497, aten.slice_copy.Tensor 2025-06-06T00:20:45.3245064Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_498, aten.slice_copy.Tensor 2025-06-06T00:20:45.3246618Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_499, aten.slice_copy.Tensor 2025-06-06T00:20:45.3248151Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_500, aten.slice_copy.Tensor 2025-06-06T00:20:45.3249758Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_501, aten.slice_copy.Tensor 2025-06-06T00:20:45.7283958Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_502, aten.slice_copy.Tensor 2025-06-06T00:20:45.7285653Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_503, aten.slice_copy.Tensor 2025-06-06T00:20:45.7287244Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_504, aten.slice_copy.Tensor 2025-06-06T00:20:45.7289120Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_505, aten.slice_copy.Tensor 2025-06-06T00:20:45.7290890Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_506, aten.slice_copy.Tensor 2025-06-06T00:20:45.7292499Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_507, aten.slice_copy.Tensor 2025-06-06T00:20:45.7294156Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_508, aten.slice_copy.Tensor 2025-06-06T00:20:45.7295770Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_509, aten.slice_copy.Tensor 2025-06-06T00:20:45.7297357Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_510, aten.slice_copy.Tensor 2025-06-06T00:20:45.7299006Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_511, aten.slice_copy.Tensor 2025-06-06T00:20:45.7300650Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_512, aten.slice_copy.Tensor 2025-06-06T00:20:45.7302233Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_513, aten.slice_copy.Tensor 2025-06-06T00:20:45.7303871Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_514, aten.slice_copy.Tensor 2025-06-06T00:20:45.7305541Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_515, aten.slice_copy.Tensor 2025-06-06T00:20:45.7307211Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_516, aten.slice_copy.Tensor 2025-06-06T00:20:45.7308788Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_517, aten.slice_copy.Tensor 2025-06-06T00:20:45.7310400Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_518, aten.slice_copy.Tensor 2025-06-06T00:20:45.7311986Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_519, aten.slice_copy.Tensor 2025-06-06T00:20:45.7313609Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_520, aten.slice_copy.Tensor 2025-06-06T00:20:45.7315233Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_521, aten.slice_copy.Tensor 2025-06-06T00:20:45.7316834Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_522, aten.slice_copy.Tensor 2025-06-06T00:20:45.7318631Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_523, aten.slice_copy.Tensor 2025-06-06T00:20:45.7320409Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_524, aten.slice_copy.Tensor 2025-06-06T00:20:45.7322054Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_525, aten.slice_copy.Tensor 2025-06-06T00:20:45.7323840Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_526, aten.slice_copy.Tensor 2025-06-06T00:20:45.7325356Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_527, aten.slice_copy.Tensor 2025-06-06T00:20:45.7326916Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_515, aten.cat.default 2025-06-06T00:20:45.7328380Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_517, aten.cat.default 2025-06-06T00:20:45.7329925Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_519, aten.cat.default 2025-06-06T00:20:45.7331355Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_521, aten.cat.default 2025-06-06T00:20:45.7332753Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_523, aten.cat.default 2025-06-06T00:20:45.7334190Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_525, aten.cat.default 2025-06-06T00:20:45.7335597Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_527, aten.cat.default 2025-06-06T00:20:45.7337139Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_529, aten.cat.default 2025-06-06T00:20:45.7338639Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_531, aten.cat.default 2025-06-06T00:20:45.7340059Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_533, aten.cat.default 2025-06-06T00:20:45.7341520Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_535, aten.cat.default 2025-06-06T00:20:45.7342951Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_537, aten.cat.default 2025-06-06T00:20:45.7344406Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_980, aten.mul.Tensor 2025-06-06T00:20:45.7345845Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_982, aten.mul.Tensor 2025-06-06T00:20:45.7347208Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_981, aten.mul.Tensor 2025-06-06T00:20:45.7348652Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_983, aten.mul.Tensor 2025-06-06T00:20:45.7350083Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_984, aten.mul.Tensor 2025-06-06T00:20:45.7351530Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_986, aten.mul.Tensor 2025-06-06T00:20:45.7352928Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_985, aten.mul.Tensor 2025-06-06T00:20:45.7354310Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_987, aten.mul.Tensor 2025-06-06T00:20:45.7355701Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_988, aten.mul.Tensor 2025-06-06T00:20:45.7357066Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_990, aten.mul.Tensor 2025-06-06T00:20:45.7358466Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_989, aten.mul.Tensor 2025-06-06T00:20:45.7360118Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_991, aten.mul.Tensor 2025-06-06T00:20:45.7361524Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_992, aten.mul.Tensor 2025-06-06T00:20:45.7362946Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_994, aten.mul.Tensor 2025-06-06T00:20:45.7364299Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_993, aten.mul.Tensor 2025-06-06T00:20:45.7365724Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_995, aten.mul.Tensor 2025-06-06T00:20:45.7367286Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_996, aten.mul.Tensor 2025-06-06T00:20:45.7368710Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_998, aten.mul.Tensor 2025-06-06T00:20:45.7370179Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_997, aten.mul.Tensor 2025-06-06T00:20:45.7371609Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_999, aten.mul.Tensor 2025-06-06T00:20:45.7373057Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1000, aten.mul.Tensor 2025-06-06T00:20:45.7374486Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1002, aten.mul.Tensor 2025-06-06T00:20:45.7375880Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1001, aten.mul.Tensor 2025-06-06T00:20:45.7377273Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1003, aten.mul.Tensor 2025-06-06T00:20:45.7378659Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1004, aten.mul.Tensor 2025-06-06T00:20:45.7380055Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1006, aten.mul.Tensor 2025-06-06T00:20:45.7381458Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1005, aten.mul.Tensor 2025-06-06T00:20:45.7382873Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1007, aten.mul.Tensor 2025-06-06T00:20:45.7384422Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1008, aten.mul.Tensor 2025-06-06T00:20:45.7385923Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1010, aten.mul.Tensor 2025-06-06T00:20:45.7387306Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1009, aten.mul.Tensor 2025-06-06T00:20:45.7388726Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1011, aten.mul.Tensor 2025-06-06T00:20:45.7390171Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1012, aten.mul.Tensor 2025-06-06T00:20:45.7391615Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1014, aten.mul.Tensor 2025-06-06T00:20:45.7392974Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1013, aten.mul.Tensor 2025-06-06T00:20:45.7394423Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1015, aten.mul.Tensor 2025-06-06T00:20:45.7395867Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1016, aten.mul.Tensor 2025-06-06T00:20:45.7397311Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1018, aten.mul.Tensor 2025-06-06T00:20:45.7398681Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1017, aten.mul.Tensor 2025-06-06T00:20:45.7400078Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1019, aten.mul.Tensor 2025-06-06T00:20:45.7401475Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1020, aten.mul.Tensor 2025-06-06T00:20:45.7402856Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1022, aten.mul.Tensor 2025-06-06T00:20:45.7404269Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1021, aten.mul.Tensor 2025-06-06T00:20:46.1682332Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1023, aten.mul.Tensor 2025-06-06T00:20:46.1683834Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1024, aten.mul.Tensor 2025-06-06T00:20:46.1685247Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1026, aten.mul.Tensor 2025-06-06T00:20:46.1686635Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1025, aten.mul.Tensor 2025-06-06T00:20:46.1688026Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1027, aten.mul.Tensor 2025-06-06T00:20:46.1689826Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1028, aten.mul.Tensor 2025-06-06T00:20:46.1691285Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1030, aten.mul.Tensor 2025-06-06T00:20:46.1692842Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1029, aten.mul.Tensor 2025-06-06T00:20:46.1694279Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1031, aten.mul.Tensor 2025-06-06T00:20:46.1695686Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1032, aten.mul.Tensor 2025-06-06T00:20:46.1697125Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1034, aten.mul.Tensor 2025-06-06T00:20:46.1698569Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1033, aten.mul.Tensor 2025-06-06T00:20:46.1700013Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1035, aten.mul.Tensor 2025-06-06T00:20:46.1701388Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1036, aten.mul.Tensor 2025-06-06T00:20:46.1702830Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1038, aten.mul.Tensor 2025-06-06T00:20:46.1704270Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1037, aten.mul.Tensor 2025-06-06T00:20:46.1705714Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1039, aten.mul.Tensor 2025-06-06T00:20:46.1707247Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1040, aten.mul.Tensor 2025-06-06T00:20:46.1708717Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1042, aten.mul.Tensor 2025-06-06T00:20:46.1710114Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1041, aten.mul.Tensor 2025-06-06T00:20:46.1711522Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1043, aten.mul.Tensor 2025-06-06T00:20:46.1712934Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1044, aten.mul.Tensor 2025-06-06T00:20:46.1714370Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1046, aten.mul.Tensor 2025-06-06T00:20:46.1715775Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1045, aten.mul.Tensor 2025-06-06T00:20:46.1717187Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1047, aten.mul.Tensor 2025-06-06T00:20:46.1718631Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1048, aten.mul.Tensor 2025-06-06T00:20:46.1720087Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1050, aten.mul.Tensor 2025-06-06T00:20:46.1721538Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1049, aten.mul.Tensor 2025-06-06T00:20:46.1722909Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1051, aten.mul.Tensor 2025-06-06T00:20:46.1724360Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1052, aten.mul.Tensor 2025-06-06T00:20:46.1725802Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1054, aten.mul.Tensor 2025-06-06T00:20:46.1727255Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1053, aten.mul.Tensor 2025-06-06T00:20:46.1728652Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1055, aten.mul.Tensor 2025-06-06T00:20:46.1730153Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1056, aten.mul.Tensor 2025-06-06T00:20:46.1731555Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1058, aten.mul.Tensor 2025-06-06T00:20:46.1732960Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1057, aten.mul.Tensor 2025-06-06T00:20:46.1734375Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1059, aten.mul.Tensor 2025-06-06T00:20:46.1735790Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1060, aten.mul.Tensor 2025-06-06T00:20:46.1737315Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1062, aten.mul.Tensor 2025-06-06T00:20:46.1738755Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1061, aten.mul.Tensor 2025-06-06T00:20:46.1740213Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1063, aten.mul.Tensor 2025-06-06T00:20:46.1741654Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1064, aten.mul.Tensor 2025-06-06T00:20:46.1743103Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1066, aten.mul.Tensor 2025-06-06T00:20:46.1744544Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1065, aten.mul.Tensor 2025-06-06T00:20:46.1745771Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1067, aten.mul.Tensor 2025-06-06T00:20:46.1747200Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1068, aten.mul.Tensor 2025-06-06T00:20:46.1748649Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1070, aten.mul.Tensor 2025-06-06T00:20:46.1750086Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1069, aten.mul.Tensor 2025-06-06T00:20:46.1751489Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1071, aten.mul.Tensor 2025-06-06T00:20:46.1752896Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1072, aten.mul.Tensor 2025-06-06T00:20:46.1754377Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1074, aten.mul.Tensor 2025-06-06T00:20:46.1755841Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1073, aten.mul.Tensor 2025-06-06T00:20:46.1757234Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1075, aten.mul.Tensor 2025-06-06T00:20:46.1758648Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_240, aten.sub.Tensor 2025-06-06T00:20:46.1760284Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_380, aten.add.Tensor 2025-06-06T00:20:46.1761710Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_241, aten.sub.Tensor 2025-06-06T00:20:46.1763091Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_381, aten.add.Tensor 2025-06-06T00:20:46.1764489Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_242, aten.sub.Tensor 2025-06-06T00:20:46.1765920Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_382, aten.add.Tensor 2025-06-06T00:20:46.1767342Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_243, aten.sub.Tensor 2025-06-06T00:20:46.1768645Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_383, aten.add.Tensor 2025-06-06T00:20:46.1770143Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_244, aten.sub.Tensor 2025-06-06T00:20:46.1771607Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_384, aten.add.Tensor 2025-06-06T00:20:46.1773033Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_245, aten.sub.Tensor 2025-06-06T00:20:46.1774413Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_385, aten.add.Tensor 2025-06-06T00:20:46.1775798Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_246, aten.sub.Tensor 2025-06-06T00:20:46.1777183Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_386, aten.add.Tensor 2025-06-06T00:20:46.1778574Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_247, aten.sub.Tensor 2025-06-06T00:20:46.1779976Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_387, aten.add.Tensor 2025-06-06T00:20:46.1781371Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_248, aten.sub.Tensor 2025-06-06T00:20:46.1782911Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_388, aten.add.Tensor 2025-06-06T00:20:46.1784336Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_249, aten.sub.Tensor 2025-06-06T00:20:46.1785695Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_389, aten.add.Tensor 2025-06-06T00:20:46.1787249Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_250, aten.sub.Tensor 2025-06-06T00:20:46.1788692Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_390, aten.add.Tensor 2025-06-06T00:20:46.1790107Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_251, aten.sub.Tensor 2025-06-06T00:20:46.1791296Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_391, aten.add.Tensor 2025-06-06T00:20:46.1792564Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_252, aten.sub.Tensor 2025-06-06T00:20:46.1794088Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_732, aten._to_copy.default 2025-06-06T00:20:46.1795635Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_392, aten.add.Tensor 2025-06-06T00:20:46.1797128Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_733, aten._to_copy.default 2025-06-06T00:20:46.1798610Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_253, aten.sub.Tensor 2025-06-06T00:20:46.1800207Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_734, aten._to_copy.default 2025-06-06T00:20:46.1801743Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_393, aten.add.Tensor 2025-06-06T00:20:46.5706741Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_735, aten._to_copy.default 2025-06-06T00:20:46.5708250Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_254, aten.sub.Tensor 2025-06-06T00:20:46.5709741Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_736, aten._to_copy.default 2025-06-06T00:20:46.5711200Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_394, aten.add.Tensor 2025-06-06T00:20:46.5712743Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_737, aten._to_copy.default 2025-06-06T00:20:46.5714223Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_255, aten.sub.Tensor 2025-06-06T00:20:46.5715711Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_738, aten._to_copy.default 2025-06-06T00:20:46.5717212Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_395, aten.add.Tensor 2025-06-06T00:20:46.5718737Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_739, aten._to_copy.default 2025-06-06T00:20:46.5720184Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_256, aten.sub.Tensor 2025-06-06T00:20:46.5721717Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_740, aten._to_copy.default 2025-06-06T00:20:46.5723243Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_396, aten.add.Tensor 2025-06-06T00:20:46.5724712Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_741, aten._to_copy.default 2025-06-06T00:20:46.5726221Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_257, aten.sub.Tensor 2025-06-06T00:20:46.5727780Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_742, aten._to_copy.default 2025-06-06T00:20:46.5729296Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_397, aten.add.Tensor 2025-06-06T00:20:46.5730863Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_743, aten._to_copy.default 2025-06-06T00:20:46.5732330Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_258, aten.sub.Tensor 2025-06-06T00:20:46.5734099Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_744, aten._to_copy.default 2025-06-06T00:20:46.5735588Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_398, aten.add.Tensor 2025-06-06T00:20:46.5737188Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_745, aten._to_copy.default 2025-06-06T00:20:46.5738696Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_259, aten.sub.Tensor 2025-06-06T00:20:46.5740227Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_746, aten._to_copy.default 2025-06-06T00:20:46.5741694Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_399, aten.add.Tensor 2025-06-06T00:20:46.5743214Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_747, aten._to_copy.default 2025-06-06T00:20:46.5744725Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_260, aten.sub.Tensor 2025-06-06T00:20:46.5746242Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_748, aten._to_copy.default 2025-06-06T00:20:46.5747722Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_400, aten.add.Tensor 2025-06-06T00:20:46.5749250Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_749, aten._to_copy.default 2025-06-06T00:20:46.5750912Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_261, aten.sub.Tensor 2025-06-06T00:20:46.5752481Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_750, aten._to_copy.default 2025-06-06T00:20:46.5753953Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_401, aten.add.Tensor 2025-06-06T00:20:46.5755418Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_751, aten._to_copy.default 2025-06-06T00:20:46.5756890Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_262, aten.sub.Tensor 2025-06-06T00:20:46.5758396Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_752, aten._to_copy.default 2025-06-06T00:20:46.5760270Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_402, aten.add.Tensor 2025-06-06T00:20:46.5761774Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_753, aten._to_copy.default 2025-06-06T00:20:46.5763274Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_263, aten.sub.Tensor 2025-06-06T00:20:46.5764779Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_754, aten._to_copy.default 2025-06-06T00:20:46.5766297Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_403, aten.add.Tensor 2025-06-06T00:20:46.5767792Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_755, aten._to_copy.default 2025-06-06T00:20:46.5769172Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_490, aten.cat.default 2025-06-06T00:20:46.5770685Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_491, aten.cat.default 2025-06-06T00:20:46.5772137Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_492, aten.cat.default 2025-06-06T00:20:46.5773612Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_493, aten.cat.default 2025-06-06T00:20:46.5775037Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_494, aten.cat.default 2025-06-06T00:20:46.5776460Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_495, aten.cat.default 2025-06-06T00:20:46.5777874Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_496, aten.cat.default 2025-06-06T00:20:46.5779270Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_497, aten.cat.default 2025-06-06T00:20:46.5780695Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_498, aten.cat.default 2025-06-06T00:20:46.5782257Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_499, aten.cat.default 2025-06-06T00:20:46.5783700Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_500, aten.cat.default 2025-06-06T00:20:46.5785230Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_501, aten.cat.default 2025-06-06T00:20:46.5786642Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_502, aten.cat.default 2025-06-06T00:20:46.5788097Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_503, aten.cat.default 2025-06-06T00:20:46.5789543Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_504, aten.cat.default 2025-06-06T00:20:46.5791004Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_505, aten.cat.default 2025-06-06T00:20:46.5792393Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_506, aten.cat.default 2025-06-06T00:20:46.5793860Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_507, aten.cat.default 2025-06-06T00:20:46.5795333Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_508, aten.cat.default 2025-06-06T00:20:46.5796772Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_509, aten.cat.default 2025-06-06T00:20:46.5798296Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_510, aten.cat.default 2025-06-06T00:20:46.5799758Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_511, aten.cat.default 2025-06-06T00:20:46.5801183Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_512, aten.cat.default 2025-06-06T00:20:46.5802606Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_513, aten.cat.default 2025-06-06T00:20:46.5804167Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_567, aten.permute_copy.default 2025-06-06T00:20:46.5805893Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_568, aten.permute_copy.default 2025-06-06T00:20:46.5807614Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_569, aten.permute_copy.default 2025-06-06T00:20:46.5809281Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_570, aten.permute_copy.default 2025-06-06T00:20:46.5811096Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_571, aten.permute_copy.default 2025-06-06T00:20:46.5812821Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_572, aten.permute_copy.default 2025-06-06T00:20:46.5814491Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_573, aten.permute_copy.default 2025-06-06T00:20:46.5816208Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_574, aten.permute_copy.default 2025-06-06T00:20:46.5817968Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_575, aten.permute_copy.default 2025-06-06T00:20:46.5819678Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_576, aten.permute_copy.default 2025-06-06T00:20:46.5821346Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_577, aten.permute_copy.default 2025-06-06T00:20:46.5823030Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_578, aten.permute_copy.default 2025-06-06T00:20:46.5824591Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_514, aten.cat.default 2025-06-06T00:20:46.5826021Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_516, aten.cat.default 2025-06-06T00:20:47.0853563Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_518, aten.cat.default 2025-06-06T00:20:47.0855368Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_520, aten.cat.default 2025-06-06T00:20:47.0856771Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_522, aten.cat.default 2025-06-06T00:20:47.0858319Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_524, aten.cat.default 2025-06-06T00:20:47.0859916Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_526, aten.cat.default 2025-06-06T00:20:47.0861393Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_528, aten.cat.default 2025-06-06T00:20:47.0862830Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_530, aten.cat.default 2025-06-06T00:20:47.0864264Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_532, aten.cat.default 2025-06-06T00:20:47.0865708Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_534, aten.cat.default 2025-06-06T00:20:47.0867147Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_536, aten.cat.default 2025-06-06T00:20:47.0868636Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_240, aten.matmul.default 2025-06-06T00:20:47.0870219Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_242, aten.matmul.default 2025-06-06T00:20:47.0871733Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_244, aten.matmul.default 2025-06-06T00:20:47.0873160Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_246, aten.matmul.default 2025-06-06T00:20:47.0874643Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_248, aten.matmul.default 2025-06-06T00:20:47.0875959Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_250, aten.matmul.default 2025-06-06T00:20:47.0877395Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_252, aten.matmul.default 2025-06-06T00:20:47.0878959Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_254, aten.matmul.default 2025-06-06T00:20:47.0880509Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_256, aten.matmul.default 2025-06-06T00:20:47.0882044Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_258, aten.matmul.default 2025-06-06T00:20:47.0883549Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_260, aten.matmul.default 2025-06-06T00:20:47.0885053Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_262, aten.matmul.default 2025-06-06T00:20:47.0886514Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_120, aten.div.Tensor 2025-06-06T00:20:47.0887907Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_121, aten.div.Tensor 2025-06-06T00:20:47.0889312Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_122, aten.div.Tensor 2025-06-06T00:20:47.0890795Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_123, aten.div.Tensor 2025-06-06T00:20:47.0892199Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_124, aten.div.Tensor 2025-06-06T00:20:47.0893627Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_125, aten.div.Tensor 2025-06-06T00:20:47.0895031Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_126, aten.div.Tensor 2025-06-06T00:20:47.0896459Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_127, aten.div.Tensor 2025-06-06T00:20:47.0897844Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_128, aten.div.Tensor 2025-06-06T00:20:47.0899244Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_129, aten.div.Tensor 2025-06-06T00:20:47.0900805Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_130, aten.div.Tensor 2025-06-06T00:20:47.0902347Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_131, aten.div.Tensor 2025-06-06T00:20:47.0903754Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_404, aten.add.Tensor 2025-06-06T00:20:47.0905289Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_405, aten.add.Tensor 2025-06-06T00:20:47.0906730Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_406, aten.add.Tensor 2025-06-06T00:20:47.0908145Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_407, aten.add.Tensor 2025-06-06T00:20:47.0909536Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_408, aten.add.Tensor 2025-06-06T00:20:47.0910936Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_409, aten.add.Tensor 2025-06-06T00:20:47.0912335Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_410, aten.add.Tensor 2025-06-06T00:20:47.0913749Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_411, aten.add.Tensor 2025-06-06T00:20:47.0915142Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_412, aten.add.Tensor 2025-06-06T00:20:47.0916587Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_413, aten.add.Tensor 2025-06-06T00:20:47.0917972Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_414, aten.add.Tensor 2025-06-06T00:20:47.0919512Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_415, aten.add.Tensor 2025-06-06T00:20:47.0921153Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_120, aten._softmax.default 2025-06-06T00:20:47.0922789Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_121, aten._softmax.default 2025-06-06T00:20:47.0924384Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_122, aten._softmax.default 2025-06-06T00:20:47.0926020Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_123, aten._softmax.default 2025-06-06T00:20:47.0927636Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_124, aten._softmax.default 2025-06-06T00:20:47.0928978Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_125, aten._softmax.default 2025-06-06T00:20:47.0930406Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_126, aten._softmax.default 2025-06-06T00:20:47.0931766Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_127, aten._softmax.default 2025-06-06T00:20:47.0933189Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_128, aten._softmax.default 2025-06-06T00:20:47.0934781Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_129, aten._softmax.default 2025-06-06T00:20:47.0936402Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_130, aten._softmax.default 2025-06-06T00:20:47.0937980Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_131, aten._softmax.default 2025-06-06T00:20:47.0939523Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_241, aten.matmul.default 2025-06-06T00:20:47.0941027Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_243, aten.matmul.default 2025-06-06T00:20:47.0942522Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_245, aten.matmul.default 2025-06-06T00:20:47.0944053Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_247, aten.matmul.default 2025-06-06T00:20:47.0945563Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_249, aten.matmul.default 2025-06-06T00:20:47.0947107Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_251, aten.matmul.default 2025-06-06T00:20:47.0948762Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_253, aten.matmul.default 2025-06-06T00:20:47.0950214Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_255, aten.matmul.default 2025-06-06T00:20:47.0951842Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_257, aten.matmul.default 2025-06-06T00:20:47.0953406Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_259, aten.matmul.default 2025-06-06T00:20:47.0954958Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_261, aten.matmul.default 2025-06-06T00:20:47.0956469Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_263, aten.matmul.default 2025-06-06T00:20:47.0957922Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_538, aten.cat.default 2025-06-06T00:20:47.0959580Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_447, aten.view_copy.default 2025-06-06T00:20:47.0961242Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1579, aten.permute_copy.default 2025-06-06T00:20:47.0962961Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_436, aten.convolution.default 2025-06-06T00:20:47.0964674Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1580, aten.permute_copy.default 2025-06-06T00:20:47.0966477Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_448, aten.view_copy.default 2025-06-06T00:20:47.0968010Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_416, aten.add.Tensor 2025-06-06T00:20:47.0969587Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_rms_norm_default_21, aten.rms_norm.default 2025-06-06T00:20:47.0971209Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_449, aten.view_copy.default 2025-06-06T00:20:47.0972870Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1581, aten.permute_copy.default 2025-06-06T00:20:47.6516290Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_437, aten.convolution.default 2025-06-06T00:20:47.6518017Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_438, aten.convolution.default 2025-06-06T00:20:47.6519566Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sigmoid_default_10, aten.sigmoid.default 2025-06-06T00:20:47.6521014Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1076, aten.mul.Tensor 2025-06-06T00:20:47.6522364Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1077, aten.mul.Tensor 2025-06-06T00:20:47.6523862Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_439, aten.convolution.default 2025-06-06T00:20:47.6525510Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1582, aten.permute_copy.default 2025-06-06T00:20:47.6527109Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_450, aten.view_copy.default 2025-06-06T00:20:47.6528568Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_417, aten.add.Tensor 2025-06-06T00:20:47.6530051Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_rms_norm_default_22, aten.rms_norm.default 2025-06-06T00:20:47.6531590Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_451, aten.view_copy.default 2025-06-06T00:20:47.6533194Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1583, aten.permute_copy.default 2025-06-06T00:20:47.6534793Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_756, aten._to_copy.default 2025-06-06T00:20:47.6536359Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_440, aten.convolution.default 2025-06-06T00:20:47.6538284Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1584, aten.permute_copy.default 2025-06-06T00:20:47.6539912Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_441, aten.convolution.default 2025-06-06T00:20:47.6541618Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1585, aten.permute_copy.default 2025-06-06T00:20:47.6543346Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_442, aten.convolution.default 2025-06-06T00:20:47.6544989Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1586, aten.permute_copy.default 2025-06-06T00:20:47.6546636Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_443, aten.convolution.default 2025-06-06T00:20:47.6548258Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1587, aten.permute_copy.default 2025-06-06T00:20:47.6549894Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_444, aten.convolution.default 2025-06-06T00:20:47.6551524Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1588, aten.permute_copy.default 2025-06-06T00:20:47.6553171Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_445, aten.convolution.default 2025-06-06T00:20:47.6554878Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1589, aten.permute_copy.default 2025-06-06T00:20:47.6556558Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_446, aten.convolution.default 2025-06-06T00:20:47.6558191Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1590, aten.permute_copy.default 2025-06-06T00:20:47.6559932Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_447, aten.convolution.default 2025-06-06T00:20:47.6561602Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1591, aten.permute_copy.default 2025-06-06T00:20:47.6563221Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_448, aten.convolution.default 2025-06-06T00:20:47.6564844Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1592, aten.permute_copy.default 2025-06-06T00:20:47.6566481Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_449, aten.convolution.default 2025-06-06T00:20:47.6568104Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1593, aten.permute_copy.default 2025-06-06T00:20:47.6569808Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_450, aten.convolution.default 2025-06-06T00:20:47.6571458Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1594, aten.permute_copy.default 2025-06-06T00:20:47.6573084Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_451, aten.convolution.default 2025-06-06T00:20:47.6574716Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1595, aten.permute_copy.default 2025-06-06T00:20:47.6576341Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_452, aten.convolution.default 2025-06-06T00:20:47.6577975Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1596, aten.permute_copy.default 2025-06-06T00:20:47.6579613Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_453, aten.convolution.default 2025-06-06T00:20:47.6581241Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1597, aten.permute_copy.default 2025-06-06T00:20:47.6582881Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_454, aten.convolution.default 2025-06-06T00:20:47.6584580Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1598, aten.permute_copy.default 2025-06-06T00:20:47.6586216Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_455, aten.convolution.default 2025-06-06T00:20:47.6587974Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1599, aten.permute_copy.default 2025-06-06T00:20:47.6589601Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_456, aten.convolution.default 2025-06-06T00:20:47.6591236Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1600, aten.permute_copy.default 2025-06-06T00:20:47.6592880Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_457, aten.convolution.default 2025-06-06T00:20:47.6594501Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1601, aten.permute_copy.default 2025-06-06T00:20:47.6596137Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_458, aten.convolution.default 2025-06-06T00:20:47.6597769Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1602, aten.permute_copy.default 2025-06-06T00:20:47.6599415Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_459, aten.convolution.default 2025-06-06T00:20:47.6601046Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1603, aten.permute_copy.default 2025-06-06T00:20:47.6602726Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_460, aten.convolution.default 2025-06-06T00:20:47.6604418Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1604, aten.permute_copy.default 2025-06-06T00:20:47.6606046Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_461, aten.convolution.default 2025-06-06T00:20:47.6607676Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1605, aten.permute_copy.default 2025-06-06T00:20:47.6609320Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_462, aten.convolution.default 2025-06-06T00:20:47.6610985Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1606, aten.permute_copy.default 2025-06-06T00:20:47.6612619Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_463, aten.convolution.default 2025-06-06T00:20:47.6614244Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1607, aten.permute_copy.default 2025-06-06T00:20:47.6615884Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_464, aten.convolution.default 2025-06-06T00:20:47.6617526Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1608, aten.permute_copy.default 2025-06-06T00:20:47.6619148Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_465, aten.convolution.default 2025-06-06T00:20:47.6620781Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1609, aten.permute_copy.default 2025-06-06T00:20:47.6622408Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_466, aten.convolution.default 2025-06-06T00:20:47.6624046Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1610, aten.permute_copy.default 2025-06-06T00:20:47.6625681Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_467, aten.convolution.default 2025-06-06T00:20:47.6627300Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1611, aten.permute_copy.default 2025-06-06T00:20:47.6628939Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_468, aten.convolution.default 2025-06-06T00:20:47.6630558Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1612, aten.permute_copy.default 2025-06-06T00:20:47.9247643Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_469, aten.convolution.default 2025-06-06T00:20:47.9249326Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1613, aten.permute_copy.default 2025-06-06T00:20:47.9251212Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_470, aten.convolution.default 2025-06-06T00:20:47.9252860Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1614, aten.permute_copy.default 2025-06-06T00:20:47.9254504Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_471, aten.convolution.default 2025-06-06T00:20:47.9256124Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1615, aten.permute_copy.default 2025-06-06T00:20:47.9257755Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_472, aten.convolution.default 2025-06-06T00:20:47.9259544Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1616, aten.permute_copy.default 2025-06-06T00:20:47.9261188Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_473, aten.convolution.default 2025-06-06T00:20:47.9262827Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1617, aten.permute_copy.default 2025-06-06T00:20:47.9264545Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_474, aten.convolution.default 2025-06-06T00:20:47.9266682Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1618, aten.permute_copy.default 2025-06-06T00:20:47.9268327Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_475, aten.convolution.default 2025-06-06T00:20:47.9269947Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1619, aten.permute_copy.default 2025-06-06T00:20:47.9271549Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_452, aten.view_copy.default 2025-06-06T00:20:47.9273093Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_453, aten.view_copy.default 2025-06-06T00:20:47.9274641Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_454, aten.view_copy.default 2025-06-06T00:20:47.9276192Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_455, aten.view_copy.default 2025-06-06T00:20:47.9277733Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_456, aten.view_copy.default 2025-06-06T00:20:47.9279306Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_457, aten.view_copy.default 2025-06-06T00:20:47.9280861Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_458, aten.view_copy.default 2025-06-06T00:20:47.9282391Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_459, aten.view_copy.default 2025-06-06T00:20:47.9283938Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_460, aten.view_copy.default 2025-06-06T00:20:47.9285465Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_461, aten.view_copy.default 2025-06-06T00:20:47.9287008Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_462, aten.view_copy.default 2025-06-06T00:20:47.9288561Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_463, aten.view_copy.default 2025-06-06T00:20:47.9290160Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_464, aten.view_copy.default 2025-06-06T00:20:47.9291718Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_465, aten.view_copy.default 2025-06-06T00:20:47.9293253Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_466, aten.view_copy.default 2025-06-06T00:20:47.9294884Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_467, aten.view_copy.default 2025-06-06T00:20:47.9296436Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_468, aten.view_copy.default 2025-06-06T00:20:47.9298028Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_469, aten.view_copy.default 2025-06-06T00:20:47.9299586Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_470, aten.view_copy.default 2025-06-06T00:20:47.9301121Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_471, aten.view_copy.default 2025-06-06T00:20:47.9302668Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_472, aten.view_copy.default 2025-06-06T00:20:47.9304215Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_473, aten.view_copy.default 2025-06-06T00:20:47.9305753Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_474, aten.view_copy.default 2025-06-06T00:20:47.9307299Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_475, aten.view_copy.default 2025-06-06T00:20:47.9308836Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_476, aten.view_copy.default 2025-06-06T00:20:47.9310498Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_477, aten.view_copy.default 2025-06-06T00:20:47.9312083Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_478, aten.view_copy.default 2025-06-06T00:20:47.9313616Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_479, aten.view_copy.default 2025-06-06T00:20:47.9315163Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_480, aten.view_copy.default 2025-06-06T00:20:47.9316704Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_481, aten.view_copy.default 2025-06-06T00:20:47.9318248Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_482, aten.view_copy.default 2025-06-06T00:20:47.9319793Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_483, aten.view_copy.default 2025-06-06T00:20:47.9321333Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_484, aten.view_copy.default 2025-06-06T00:20:47.9322881Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_485, aten.view_copy.default 2025-06-06T00:20:47.9324421Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_486, aten.view_copy.default 2025-06-06T00:20:47.9325982Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_487, aten.view_copy.default 2025-06-06T00:20:47.9327535Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_528, aten.slice_copy.Tensor 2025-06-06T00:20:47.9329073Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_529, aten.slice_copy.Tensor 2025-06-06T00:20:47.9330682Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_530, aten.slice_copy.Tensor 2025-06-06T00:20:47.9332216Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_531, aten.slice_copy.Tensor 2025-06-06T00:20:47.9333763Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_532, aten.slice_copy.Tensor 2025-06-06T00:20:47.9335358Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_533, aten.slice_copy.Tensor 2025-06-06T00:20:47.9336889Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_534, aten.slice_copy.Tensor 2025-06-06T00:20:47.9338451Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_535, aten.slice_copy.Tensor 2025-06-06T00:20:47.9340035Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_536, aten.slice_copy.Tensor 2025-06-06T00:20:47.9341587Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_537, aten.slice_copy.Tensor 2025-06-06T00:20:47.9343170Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_538, aten.slice_copy.Tensor 2025-06-06T00:20:47.9344715Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_539, aten.slice_copy.Tensor 2025-06-06T00:20:47.9346269Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_540, aten.slice_copy.Tensor 2025-06-06T00:20:47.9347808Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_541, aten.slice_copy.Tensor 2025-06-06T00:20:47.9349353Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_542, aten.slice_copy.Tensor 2025-06-06T00:20:47.9350916Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_543, aten.slice_copy.Tensor 2025-06-06T00:20:47.9352455Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_544, aten.slice_copy.Tensor 2025-06-06T00:20:47.9354019Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_545, aten.slice_copy.Tensor 2025-06-06T00:20:47.9355557Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_546, aten.slice_copy.Tensor 2025-06-06T00:20:47.9357159Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_547, aten.slice_copy.Tensor 2025-06-06T00:20:47.9358808Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_548, aten.slice_copy.Tensor 2025-06-06T00:20:47.9360472Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_549, aten.slice_copy.Tensor 2025-06-06T00:20:47.9362023Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_550, aten.slice_copy.Tensor 2025-06-06T00:20:48.3373673Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_551, aten.slice_copy.Tensor 2025-06-06T00:20:48.3375334Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_552, aten.slice_copy.Tensor 2025-06-06T00:20:48.3376969Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_553, aten.slice_copy.Tensor 2025-06-06T00:20:48.3378602Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_554, aten.slice_copy.Tensor 2025-06-06T00:20:48.3380194Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_555, aten.slice_copy.Tensor 2025-06-06T00:20:48.3381847Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_556, aten.slice_copy.Tensor 2025-06-06T00:20:48.3383462Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_557, aten.slice_copy.Tensor 2025-06-06T00:20:48.3385109Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_558, aten.slice_copy.Tensor 2025-06-06T00:20:48.3386709Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_559, aten.slice_copy.Tensor 2025-06-06T00:20:48.3388352Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_560, aten.slice_copy.Tensor 2025-06-06T00:20:48.3390007Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_561, aten.slice_copy.Tensor 2025-06-06T00:20:48.3391623Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_562, aten.slice_copy.Tensor 2025-06-06T00:20:48.3393266Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_563, aten.slice_copy.Tensor 2025-06-06T00:20:48.3394941Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_564, aten.slice_copy.Tensor 2025-06-06T00:20:48.3396577Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_565, aten.slice_copy.Tensor 2025-06-06T00:20:48.3398501Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_566, aten.slice_copy.Tensor 2025-06-06T00:20:48.3400203Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_567, aten.slice_copy.Tensor 2025-06-06T00:20:48.3401787Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_568, aten.slice_copy.Tensor 2025-06-06T00:20:48.3403400Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_569, aten.slice_copy.Tensor 2025-06-06T00:20:48.3405006Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_570, aten.slice_copy.Tensor 2025-06-06T00:20:48.3406632Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_571, aten.slice_copy.Tensor 2025-06-06T00:20:48.3408292Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_572, aten.slice_copy.Tensor 2025-06-06T00:20:48.3409967Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_573, aten.slice_copy.Tensor 2025-06-06T00:20:48.3411613Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_574, aten.slice_copy.Tensor 2025-06-06T00:20:48.3413302Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_575, aten.slice_copy.Tensor 2025-06-06T00:20:48.3414908Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_564, aten.cat.default 2025-06-06T00:20:48.3416465Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_566, aten.cat.default 2025-06-06T00:20:48.3417934Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_568, aten.cat.default 2025-06-06T00:20:48.3419402Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_570, aten.cat.default 2025-06-06T00:20:48.3420798Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_572, aten.cat.default 2025-06-06T00:20:48.3422228Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_574, aten.cat.default 2025-06-06T00:20:48.3423636Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_576, aten.cat.default 2025-06-06T00:20:48.3425050Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_578, aten.cat.default 2025-06-06T00:20:48.3426484Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_580, aten.cat.default 2025-06-06T00:20:48.3427907Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_582, aten.cat.default 2025-06-06T00:20:48.3429355Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_584, aten.cat.default 2025-06-06T00:20:48.3430817Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_586, aten.cat.default 2025-06-06T00:20:48.3432189Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1078, aten.mul.Tensor 2025-06-06T00:20:48.3433650Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1080, aten.mul.Tensor 2025-06-06T00:20:48.3435082Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1079, aten.mul.Tensor 2025-06-06T00:20:48.3436491Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1081, aten.mul.Tensor 2025-06-06T00:20:48.3437942Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1082, aten.mul.Tensor 2025-06-06T00:20:48.3439390Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1084, aten.mul.Tensor 2025-06-06T00:20:48.3440847Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1083, aten.mul.Tensor 2025-06-06T00:20:48.3442244Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1085, aten.mul.Tensor 2025-06-06T00:20:48.3443648Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1086, aten.mul.Tensor 2025-06-06T00:20:48.3445161Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1088, aten.mul.Tensor 2025-06-06T00:20:48.3446570Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1087, aten.mul.Tensor 2025-06-06T00:20:48.3448045Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1089, aten.mul.Tensor 2025-06-06T00:20:48.3449551Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1090, aten.mul.Tensor 2025-06-06T00:20:48.3450964Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1092, aten.mul.Tensor 2025-06-06T00:20:48.3452412Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1091, aten.mul.Tensor 2025-06-06T00:20:48.3453792Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1093, aten.mul.Tensor 2025-06-06T00:20:48.3455221Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1094, aten.mul.Tensor 2025-06-06T00:20:48.3456676Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1096, aten.mul.Tensor 2025-06-06T00:20:48.3458104Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1095, aten.mul.Tensor 2025-06-06T00:20:48.3459647Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1097, aten.mul.Tensor 2025-06-06T00:20:48.3461133Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1098, aten.mul.Tensor 2025-06-06T00:20:48.3462758Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1100, aten.mul.Tensor 2025-06-06T00:20:48.3464319Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1099, aten.mul.Tensor 2025-06-06T00:20:48.3465733Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1101, aten.mul.Tensor 2025-06-06T00:20:48.3467181Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1102, aten.mul.Tensor 2025-06-06T00:20:48.3468611Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1104, aten.mul.Tensor 2025-06-06T00:20:48.3470035Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1103, aten.mul.Tensor 2025-06-06T00:20:48.3471501Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1105, aten.mul.Tensor 2025-06-06T00:20:48.3472939Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1106, aten.mul.Tensor 2025-06-06T00:20:48.3474408Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1108, aten.mul.Tensor 2025-06-06T00:20:48.3475879Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1107, aten.mul.Tensor 2025-06-06T00:20:48.3477301Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1109, aten.mul.Tensor 2025-06-06T00:20:48.3478776Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1110, aten.mul.Tensor 2025-06-06T00:20:48.3480252Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1112, aten.mul.Tensor 2025-06-06T00:20:48.3481721Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1111, aten.mul.Tensor 2025-06-06T00:20:48.3483122Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1113, aten.mul.Tensor 2025-06-06T00:20:48.3484574Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1114, aten.mul.Tensor 2025-06-06T00:20:48.3486029Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1116, aten.mul.Tensor 2025-06-06T00:20:48.3487446Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1115, aten.mul.Tensor 2025-06-06T00:20:48.3488852Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1117, aten.mul.Tensor 2025-06-06T00:20:48.3490313Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1118, aten.mul.Tensor 2025-06-06T00:20:48.3491845Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1120, aten.mul.Tensor 2025-06-06T00:20:48.3493253Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1119, aten.mul.Tensor 2025-06-06T00:20:48.7786092Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1121, aten.mul.Tensor 2025-06-06T00:20:48.7787149Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1122, aten.mul.Tensor 2025-06-06T00:20:48.7787933Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1124, aten.mul.Tensor 2025-06-06T00:20:48.7788712Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1123, aten.mul.Tensor 2025-06-06T00:20:48.7789467Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1125, aten.mul.Tensor 2025-06-06T00:20:48.7790235Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1126, aten.mul.Tensor 2025-06-06T00:20:48.7791003Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1128, aten.mul.Tensor 2025-06-06T00:20:48.7791764Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1127, aten.mul.Tensor 2025-06-06T00:20:48.7792527Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1129, aten.mul.Tensor 2025-06-06T00:20:48.7793282Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1130, aten.mul.Tensor 2025-06-06T00:20:48.7794110Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1132, aten.mul.Tensor 2025-06-06T00:20:48.7794930Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1131, aten.mul.Tensor 2025-06-06T00:20:48.7795685Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1133, aten.mul.Tensor 2025-06-06T00:20:48.7796455Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1134, aten.mul.Tensor 2025-06-06T00:20:48.7797210Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1136, aten.mul.Tensor 2025-06-06T00:20:48.7797980Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1135, aten.mul.Tensor 2025-06-06T00:20:48.7798752Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1137, aten.mul.Tensor 2025-06-06T00:20:48.7799512Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1138, aten.mul.Tensor 2025-06-06T00:20:48.7800279Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1140, aten.mul.Tensor 2025-06-06T00:20:48.7801033Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1139, aten.mul.Tensor 2025-06-06T00:20:48.7801799Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1141, aten.mul.Tensor 2025-06-06T00:20:48.7802556Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1142, aten.mul.Tensor 2025-06-06T00:20:48.7803322Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1144, aten.mul.Tensor 2025-06-06T00:20:48.7804091Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1143, aten.mul.Tensor 2025-06-06T00:20:48.7804845Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1145, aten.mul.Tensor 2025-06-06T00:20:48.7805614Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1146, aten.mul.Tensor 2025-06-06T00:20:48.7806368Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1148, aten.mul.Tensor 2025-06-06T00:20:48.7807135Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1147, aten.mul.Tensor 2025-06-06T00:20:48.7807905Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1149, aten.mul.Tensor 2025-06-06T00:20:48.7808665Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1150, aten.mul.Tensor 2025-06-06T00:20:48.7809511Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1152, aten.mul.Tensor 2025-06-06T00:20:48.7810333Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1151, aten.mul.Tensor 2025-06-06T00:20:48.7811098Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1153, aten.mul.Tensor 2025-06-06T00:20:48.7811901Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1154, aten.mul.Tensor 2025-06-06T00:20:48.7812657Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1156, aten.mul.Tensor 2025-06-06T00:20:48.7813426Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1155, aten.mul.Tensor 2025-06-06T00:20:48.7814180Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1157, aten.mul.Tensor 2025-06-06T00:20:48.7814942Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1158, aten.mul.Tensor 2025-06-06T00:20:48.7815705Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1160, aten.mul.Tensor 2025-06-06T00:20:48.7816460Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1159, aten.mul.Tensor 2025-06-06T00:20:48.7817228Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1161, aten.mul.Tensor 2025-06-06T00:20:48.7817983Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1162, aten.mul.Tensor 2025-06-06T00:20:48.7818776Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1164, aten.mul.Tensor 2025-06-06T00:20:48.7819580Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1163, aten.mul.Tensor 2025-06-06T00:20:48.7820373Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1165, aten.mul.Tensor 2025-06-06T00:20:48.7821145Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1166, aten.mul.Tensor 2025-06-06T00:20:48.7821900Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1168, aten.mul.Tensor 2025-06-06T00:20:48.7822676Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1167, aten.mul.Tensor 2025-06-06T00:20:48.7823446Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1169, aten.mul.Tensor 2025-06-06T00:20:48.7824208Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1170, aten.mul.Tensor 2025-06-06T00:20:48.7824982Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1172, aten.mul.Tensor 2025-06-06T00:20:48.7825738Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1171, aten.mul.Tensor 2025-06-06T00:20:48.7826509Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1173, aten.mul.Tensor 2025-06-06T00:20:48.7827276Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_264, aten.sub.Tensor 2025-06-06T00:20:48.7828030Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_418, aten.add.Tensor 2025-06-06T00:20:48.7828795Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_265, aten.sub.Tensor 2025-06-06T00:20:48.7829544Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_419, aten.add.Tensor 2025-06-06T00:20:48.7830310Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_266, aten.sub.Tensor 2025-06-06T00:20:48.7831073Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_420, aten.add.Tensor 2025-06-06T00:20:48.7839590Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_267, aten.sub.Tensor 2025-06-06T00:20:48.7840501Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_421, aten.add.Tensor 2025-06-06T00:20:48.7841283Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_268, aten.sub.Tensor 2025-06-06T00:20:48.7842040Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_422, aten.add.Tensor 2025-06-06T00:20:48.7842904Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_269, aten.sub.Tensor 2025-06-06T00:20:48.7843676Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_423, aten.add.Tensor 2025-06-06T00:20:48.7844430Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_270, aten.sub.Tensor 2025-06-06T00:20:48.7845236Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_424, aten.add.Tensor 2025-06-06T00:20:48.7845998Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_271, aten.sub.Tensor 2025-06-06T00:20:48.7846764Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_425, aten.add.Tensor 2025-06-06T00:20:48.7847510Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_272, aten.sub.Tensor 2025-06-06T00:20:48.7848351Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_426, aten.add.Tensor 2025-06-06T00:20:48.7849115Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_273, aten.sub.Tensor 2025-06-06T00:20:48.7849954Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_427, aten.add.Tensor 2025-06-06T00:20:48.7850718Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_274, aten.sub.Tensor 2025-06-06T00:20:48.7851471Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_428, aten.add.Tensor 2025-06-06T00:20:48.7852223Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_275, aten.sub.Tensor 2025-06-06T00:20:48.7853056Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_429, aten.add.Tensor 2025-06-06T00:20:48.7853808Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_276, aten.sub.Tensor 2025-06-06T00:20:48.7854605Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_757, aten._to_copy.default 2025-06-06T00:20:48.7855406Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_430, aten.add.Tensor 2025-06-06T00:20:48.7856205Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_758, aten._to_copy.default 2025-06-06T00:20:48.7857003Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_277, aten.sub.Tensor 2025-06-06T00:20:48.7857814Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_759, aten._to_copy.default 2025-06-06T00:20:48.7858611Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_431, aten.add.Tensor 2025-06-06T00:20:49.1758895Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_760, aten._to_copy.default 2025-06-06T00:20:49.1759918Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_278, aten.sub.Tensor 2025-06-06T00:20:49.1760736Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_761, aten._to_copy.default 2025-06-06T00:20:49.1761535Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_432, aten.add.Tensor 2025-06-06T00:20:49.1762370Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_762, aten._to_copy.default 2025-06-06T00:20:49.1763167Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_279, aten.sub.Tensor 2025-06-06T00:20:49.1763979Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_763, aten._to_copy.default 2025-06-06T00:20:49.1764790Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_433, aten.add.Tensor 2025-06-06T00:20:49.1765591Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_764, aten._to_copy.default 2025-06-06T00:20:49.1766395Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_280, aten.sub.Tensor 2025-06-06T00:20:49.1767194Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_765, aten._to_copy.default 2025-06-06T00:20:49.1768286Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_434, aten.add.Tensor 2025-06-06T00:20:49.1769100Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_766, aten._to_copy.default 2025-06-06T00:20:49.1770038Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_281, aten.sub.Tensor 2025-06-06T00:20:49.1770928Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_767, aten._to_copy.default 2025-06-06T00:20:49.1771730Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_435, aten.add.Tensor 2025-06-06T00:20:49.1772541Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_768, aten._to_copy.default 2025-06-06T00:20:49.1773348Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_282, aten.sub.Tensor 2025-06-06T00:20:49.1774140Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_769, aten._to_copy.default 2025-06-06T00:20:49.1774950Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_436, aten.add.Tensor 2025-06-06T00:20:49.1775751Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_770, aten._to_copy.default 2025-06-06T00:20:49.1776563Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_283, aten.sub.Tensor 2025-06-06T00:20:49.1777361Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_771, aten._to_copy.default 2025-06-06T00:20:49.1778228Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_437, aten.add.Tensor 2025-06-06T00:20:49.1779101Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_772, aten._to_copy.default 2025-06-06T00:20:49.1779900Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_284, aten.sub.Tensor 2025-06-06T00:20:49.1780715Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_773, aten._to_copy.default 2025-06-06T00:20:49.1781517Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_438, aten.add.Tensor 2025-06-06T00:20:49.1782332Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_774, aten._to_copy.default 2025-06-06T00:20:49.1783140Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_285, aten.sub.Tensor 2025-06-06T00:20:49.1783938Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_775, aten._to_copy.default 2025-06-06T00:20:49.1784747Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_439, aten.add.Tensor 2025-06-06T00:20:49.1785544Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_776, aten._to_copy.default 2025-06-06T00:20:49.1786352Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_286, aten.sub.Tensor 2025-06-06T00:20:49.1787155Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_777, aten._to_copy.default 2025-06-06T00:20:49.1787951Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_440, aten.add.Tensor 2025-06-06T00:20:49.1788760Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_778, aten._to_copy.default 2025-06-06T00:20:49.1789556Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_287, aten.sub.Tensor 2025-06-06T00:20:49.1790360Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_779, aten._to_copy.default 2025-06-06T00:20:49.1791167Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_441, aten.add.Tensor 2025-06-06T00:20:49.1791993Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_780, aten._to_copy.default 2025-06-06T00:20:49.1792811Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_539, aten.cat.default 2025-06-06T00:20:49.1793593Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_540, aten.cat.default 2025-06-06T00:20:49.1794397Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_541, aten.cat.default 2025-06-06T00:20:49.1795174Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_542, aten.cat.default 2025-06-06T00:20:49.1795974Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_543, aten.cat.default 2025-06-06T00:20:49.1796756Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_544, aten.cat.default 2025-06-06T00:20:49.1797533Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_545, aten.cat.default 2025-06-06T00:20:49.1798293Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_546, aten.cat.default 2025-06-06T00:20:49.1799067Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_547, aten.cat.default 2025-06-06T00:20:49.1799830Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_548, aten.cat.default 2025-06-06T00:20:49.1800610Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_549, aten.cat.default 2025-06-06T00:20:49.1801383Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_550, aten.cat.default 2025-06-06T00:20:49.1802148Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_551, aten.cat.default 2025-06-06T00:20:49.1802929Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_552, aten.cat.default 2025-06-06T00:20:49.1803758Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_553, aten.cat.default 2025-06-06T00:20:49.1804543Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_554, aten.cat.default 2025-06-06T00:20:49.1805310Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_555, aten.cat.default 2025-06-06T00:20:49.1806091Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_556, aten.cat.default 2025-06-06T00:20:49.1806871Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_557, aten.cat.default 2025-06-06T00:20:49.1807635Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_558, aten.cat.default 2025-06-06T00:20:49.1808417Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_559, aten.cat.default 2025-06-06T00:20:49.1809179Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_560, aten.cat.default 2025-06-06T00:20:49.1810037Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_561, aten.cat.default 2025-06-06T00:20:49.1810822Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_562, aten.cat.default 2025-06-06T00:20:49.1811664Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_620, aten.permute_copy.default 2025-06-06T00:20:49.1812589Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_621, aten.permute_copy.default 2025-06-06T00:20:49.1813500Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_622, aten.permute_copy.default 2025-06-06T00:20:49.1814418Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_623, aten.permute_copy.default 2025-06-06T00:20:49.1815334Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_624, aten.permute_copy.default 2025-06-06T00:20:49.1816245Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_625, aten.permute_copy.default 2025-06-06T00:20:49.1817167Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_626, aten.permute_copy.default 2025-06-06T00:20:49.1818069Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_627, aten.permute_copy.default 2025-06-06T00:20:49.1818989Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_628, aten.permute_copy.default 2025-06-06T00:20:49.1819954Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_629, aten.permute_copy.default 2025-06-06T00:20:49.1820859Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_630, aten.permute_copy.default 2025-06-06T00:20:49.1821815Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_631, aten.permute_copy.default 2025-06-06T00:20:49.1822740Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_563, aten.cat.default 2025-06-06T00:20:49.1823519Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_565, aten.cat.default 2025-06-06T00:20:49.6845384Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_567, aten.cat.default 2025-06-06T00:20:49.6846831Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_569, aten.cat.default 2025-06-06T00:20:49.6848278Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_571, aten.cat.default 2025-06-06T00:20:49.6849700Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_573, aten.cat.default 2025-06-06T00:20:49.6851092Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_575, aten.cat.default 2025-06-06T00:20:49.6852460Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_577, aten.cat.default 2025-06-06T00:20:49.6854108Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_579, aten.cat.default 2025-06-06T00:20:49.6855571Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_581, aten.cat.default 2025-06-06T00:20:49.6856942Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_583, aten.cat.default 2025-06-06T00:20:49.6858314Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_585, aten.cat.default 2025-06-06T00:20:49.6859911Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_264, aten.matmul.default 2025-06-06T00:20:49.6861389Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_266, aten.matmul.default 2025-06-06T00:20:49.6862864Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_268, aten.matmul.default 2025-06-06T00:20:49.6864387Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_270, aten.matmul.default 2025-06-06T00:20:49.6865858Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_272, aten.matmul.default 2025-06-06T00:20:49.6867316Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_274, aten.matmul.default 2025-06-06T00:20:49.6868780Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_276, aten.matmul.default 2025-06-06T00:20:49.6870240Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_278, aten.matmul.default 2025-06-06T00:20:49.6871698Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_280, aten.matmul.default 2025-06-06T00:20:49.6873164Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_282, aten.matmul.default 2025-06-06T00:20:49.6874616Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_284, aten.matmul.default 2025-06-06T00:20:49.6876083Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_286, aten.matmul.default 2025-06-06T00:20:49.6877489Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_132, aten.div.Tensor 2025-06-06T00:20:49.6878830Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_133, aten.div.Tensor 2025-06-06T00:20:49.6880173Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_134, aten.div.Tensor 2025-06-06T00:20:49.6881509Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_135, aten.div.Tensor 2025-06-06T00:20:49.6882938Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_136, aten.div.Tensor 2025-06-06T00:20:49.6884279Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_137, aten.div.Tensor 2025-06-06T00:20:49.6885720Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_138, aten.div.Tensor 2025-06-06T00:20:49.6887077Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_139, aten.div.Tensor 2025-06-06T00:20:49.6888415Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_140, aten.div.Tensor 2025-06-06T00:20:49.6889812Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_141, aten.div.Tensor 2025-06-06T00:20:49.6891061Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_142, aten.div.Tensor 2025-06-06T00:20:49.6892279Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_143, aten.div.Tensor 2025-06-06T00:20:49.6893526Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_442, aten.add.Tensor 2025-06-06T00:20:49.6894880Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_443, aten.add.Tensor 2025-06-06T00:20:49.6896237Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_444, aten.add.Tensor 2025-06-06T00:20:49.6897571Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_445, aten.add.Tensor 2025-06-06T00:20:49.6899069Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_446, aten.add.Tensor 2025-06-06T00:20:49.6900482Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_447, aten.add.Tensor 2025-06-06T00:20:49.6901815Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_448, aten.add.Tensor 2025-06-06T00:20:49.6903164Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_449, aten.add.Tensor 2025-06-06T00:20:49.6904500Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_450, aten.add.Tensor 2025-06-06T00:20:49.6905848Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_451, aten.add.Tensor 2025-06-06T00:20:49.6907194Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_452, aten.add.Tensor 2025-06-06T00:20:49.6908522Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_453, aten.add.Tensor 2025-06-06T00:20:49.6909961Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_132, aten._softmax.default 2025-06-06T00:20:49.6911471Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_133, aten._softmax.default 2025-06-06T00:20:49.6912985Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_134, aten._softmax.default 2025-06-06T00:20:49.6914514Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_135, aten._softmax.default 2025-06-06T00:20:49.6916018Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_136, aten._softmax.default 2025-06-06T00:20:49.6917533Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_137, aten._softmax.default 2025-06-06T00:20:49.6919034Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_138, aten._softmax.default 2025-06-06T00:20:49.6920546Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_139, aten._softmax.default 2025-06-06T00:20:49.6922071Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_140, aten._softmax.default 2025-06-06T00:20:49.6923571Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_141, aten._softmax.default 2025-06-06T00:20:49.6925083Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_142, aten._softmax.default 2025-06-06T00:20:49.6926586Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_143, aten._softmax.default 2025-06-06T00:20:49.6928123Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_265, aten.matmul.default 2025-06-06T00:20:49.6929660Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_267, aten.matmul.default 2025-06-06T00:20:49.6931152Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_269, aten.matmul.default 2025-06-06T00:20:49.6932622Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_271, aten.matmul.default 2025-06-06T00:20:49.6934080Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_273, aten.matmul.default 2025-06-06T00:20:49.6935545Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_275, aten.matmul.default 2025-06-06T00:20:49.6937002Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_277, aten.matmul.default 2025-06-06T00:20:49.6938460Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_279, aten.matmul.default 2025-06-06T00:20:49.6939924Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_281, aten.matmul.default 2025-06-06T00:20:49.6941374Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_283, aten.matmul.default 2025-06-06T00:20:49.6942840Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_285, aten.matmul.default 2025-06-06T00:20:49.6944342Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_287, aten.matmul.default 2025-06-06T00:20:49.6945789Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_587, aten.cat.default 2025-06-06T00:20:49.6947255Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_488, aten.view_copy.default 2025-06-06T00:20:49.6948847Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1620, aten.permute_copy.default 2025-06-06T00:20:49.6950499Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_476, aten.convolution.default 2025-06-06T00:20:49.6952140Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1621, aten.permute_copy.default 2025-06-06T00:20:49.6953727Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_489, aten.view_copy.default 2025-06-06T00:20:49.6955182Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_454, aten.add.Tensor 2025-06-06T00:20:49.6956601Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_rms_norm_default_23, aten.rms_norm.default 2025-06-06T00:20:49.6958120Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_490, aten.view_copy.default 2025-06-06T00:20:49.6959846Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1622, aten.permute_copy.default 2025-06-06T00:21:00.9456351Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_477, aten.convolution.default 2025-06-06T00:21:00.9458042Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_478, aten.convolution.default 2025-06-06T00:21:00.9459763Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sigmoid_default_11, aten.sigmoid.default 2025-06-06T00:21:00.9461230Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1174, aten.mul.Tensor 2025-06-06T00:21:00.9462679Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1175, aten.mul.Tensor 2025-06-06T00:21:00.9464238Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_479, aten.convolution.default 2025-06-06T00:21:00.9465909Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1623, aten.permute_copy.default 2025-06-06T00:21:00.9467548Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_491, aten.view_copy.default 2025-06-06T00:21:00.9469342Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_455, aten.add.Tensor 2025-06-06T00:21:00.9470794Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_rms_norm_default_24, aten.rms_norm.default 2025-06-06T00:21:00.9472488Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_unsqueeze_copy_default, aten.unsqueeze_copy.default 2025-06-06T00:21:00.9474200Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1624, aten.permute_copy.default 2025-06-06T00:21:00.9475879Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_480, aten.convolution.default 2025-06-06T00:21:00.9477559Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1625, aten.permute_copy.default 2025-06-06T00:21:00.9479101Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_squeeze_dims, aten.squeeze.dims 2025-06-06T00:21:00.9480369Z INFO:executorch.backends.qualcomm.qnn_preprocess:Processing Method(1): (1/1) 2025-06-06T00:21:00.9481710Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_embedding_default, aten.embedding.default 2025-06-06T00:21:00.9483176Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_index_tensor, aten.index.Tensor 2025-06-06T00:21:00.9484588Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_index_tensor_1, aten.index.Tensor 2025-06-06T00:21:00.9486085Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_rms_norm_default, aten.rms_norm.default 2025-06-06T00:21:00.9487542Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_select_int, aten.select.int 2025-06-06T00:21:00.9488841Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_select_int_1, aten.select.int 2025-06-06T00:21:00.9490331Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default, aten.view_copy.default 2025-06-06T00:21:00.9491917Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1132, aten.permute_copy.default 2025-06-06T00:21:00.9493500Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_481, aten._to_copy.default 2025-06-06T00:21:00.9495062Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default, aten.convolution.default 2025-06-06T00:21:00.9496670Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1133, aten.permute_copy.default 2025-06-06T00:21:00.9498310Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_1, aten.convolution.default 2025-06-06T00:21:00.9499937Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1134, aten.permute_copy.default 2025-06-06T00:21:00.9501524Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_2, aten.convolution.default 2025-06-06T00:21:00.9503149Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1135, aten.permute_copy.default 2025-06-06T00:21:00.9504781Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_3, aten.convolution.default 2025-06-06T00:21:00.9506389Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1136, aten.permute_copy.default 2025-06-06T00:21:00.9508017Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_4, aten.convolution.default 2025-06-06T00:21:00.9509634Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1137, aten.permute_copy.default 2025-06-06T00:21:00.9511265Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_5, aten.convolution.default 2025-06-06T00:21:00.9512896Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1138, aten.permute_copy.default 2025-06-06T00:21:00.9514517Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_6, aten.convolution.default 2025-06-06T00:21:00.9516203Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1139, aten.permute_copy.default 2025-06-06T00:21:00.9517859Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_7, aten.convolution.default 2025-06-06T00:21:00.9519495Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1140, aten.permute_copy.default 2025-06-06T00:21:00.9521129Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_8, aten.convolution.default 2025-06-06T00:21:00.9522742Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1141, aten.permute_copy.default 2025-06-06T00:21:00.9524366Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_9, aten.convolution.default 2025-06-06T00:21:00.9525987Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1142, aten.permute_copy.default 2025-06-06T00:21:00.9527635Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_10, aten.convolution.default 2025-06-06T00:21:00.9529264Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1143, aten.permute_copy.default 2025-06-06T00:21:00.9530903Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_11, aten.convolution.default 2025-06-06T00:21:00.9532570Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1144, aten.permute_copy.default 2025-06-06T00:21:00.9534225Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_12, aten.convolution.default 2025-06-06T00:21:00.9535850Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1145, aten.permute_copy.default 2025-06-06T00:21:00.9537475Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_13, aten.convolution.default 2025-06-06T00:21:00.9539085Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1146, aten.permute_copy.default 2025-06-06T00:21:00.9540713Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_14, aten.convolution.default 2025-06-06T00:21:00.9542330Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1147, aten.permute_copy.default 2025-06-06T00:21:00.9543968Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_15, aten.convolution.default 2025-06-06T00:21:00.9545604Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1148, aten.permute_copy.default 2025-06-06T00:21:00.9547223Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_16, aten.convolution.default 2025-06-06T00:21:00.9548854Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1149, aten.permute_copy.default 2025-06-06T00:21:00.9550469Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_17, aten.convolution.default 2025-06-06T00:21:00.9552099Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1150, aten.permute_copy.default 2025-06-06T00:21:00.9553735Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_18, aten.convolution.default 2025-06-06T00:21:00.9555360Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1151, aten.permute_copy.default 2025-06-06T00:21:00.9556994Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_19, aten.convolution.default 2025-06-06T00:21:00.9558611Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1152, aten.permute_copy.default 2025-06-06T00:21:00.9560365Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_20, aten.convolution.default 2025-06-06T00:21:00.9562116Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1153, aten.permute_copy.default 2025-06-06T00:21:00.9563731Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_21, aten.convolution.default 2025-06-06T00:21:00.9565422Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1154, aten.permute_copy.default 2025-06-06T00:21:00.9567064Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_22, aten.convolution.default 2025-06-06T00:21:00.9568683Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1155, aten.permute_copy.default 2025-06-06T00:21:00.9570365Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_23, aten.convolution.default 2025-06-06T00:21:00.9571990Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1156, aten.permute_copy.default 2025-06-06T00:21:01.3036710Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_24, aten.convolution.default 2025-06-06T00:21:01.3038547Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1157, aten.permute_copy.default 2025-06-06T00:21:01.3040304Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_25, aten.convolution.default 2025-06-06T00:21:01.3042285Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1158, aten.permute_copy.default 2025-06-06T00:21:01.3044089Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_26, aten.convolution.default 2025-06-06T00:21:01.3045800Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1159, aten.permute_copy.default 2025-06-06T00:21:01.3047530Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_27, aten.convolution.default 2025-06-06T00:21:01.3049230Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1160, aten.permute_copy.default 2025-06-06T00:21:01.3051025Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_28, aten.convolution.default 2025-06-06T00:21:01.3052785Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1161, aten.permute_copy.default 2025-06-06T00:21:01.3054320Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_29, aten.convolution.default 2025-06-06T00:21:01.3055989Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1162, aten.permute_copy.default 2025-06-06T00:21:01.3057738Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_30, aten.convolution.default 2025-06-06T00:21:01.3059645Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1163, aten.permute_copy.default 2025-06-06T00:21:01.3061333Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_31, aten.convolution.default 2025-06-06T00:21:01.3063025Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1164, aten.permute_copy.default 2025-06-06T00:21:01.3064725Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_32, aten.convolution.default 2025-06-06T00:21:01.3066427Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1165, aten.permute_copy.default 2025-06-06T00:21:01.3068125Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_33, aten.convolution.default 2025-06-06T00:21:01.3069848Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1166, aten.permute_copy.default 2025-06-06T00:21:01.3071550Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_34, aten.convolution.default 2025-06-06T00:21:01.3073268Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1167, aten.permute_copy.default 2025-06-06T00:21:01.3075210Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_35, aten.convolution.default 2025-06-06T00:21:01.3076983Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1168, aten.permute_copy.default 2025-06-06T00:21:01.3078671Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_482, aten._to_copy.default 2025-06-06T00:21:01.3080286Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_483, aten._to_copy.default 2025-06-06T00:21:01.3081880Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_484, aten._to_copy.default 2025-06-06T00:21:01.3083434Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_485, aten._to_copy.default 2025-06-06T00:21:01.3085022Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_486, aten._to_copy.default 2025-06-06T00:21:01.3086599Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_487, aten._to_copy.default 2025-06-06T00:21:01.3088182Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_488, aten._to_copy.default 2025-06-06T00:21:01.3089837Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_489, aten._to_copy.default 2025-06-06T00:21:01.3091531Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_490, aten._to_copy.default 2025-06-06T00:21:01.3093228Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1, aten.view_copy.default 2025-06-06T00:21:01.3094774Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_2, aten.view_copy.default 2025-06-06T00:21:01.3096374Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_3, aten.view_copy.default 2025-06-06T00:21:01.3097987Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_4, aten.view_copy.default 2025-06-06T00:21:01.3099538Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_5, aten.view_copy.default 2025-06-06T00:21:01.3101158Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_6, aten.view_copy.default 2025-06-06T00:21:01.3102769Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_7, aten.view_copy.default 2025-06-06T00:21:01.3104369Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_8, aten.view_copy.default 2025-06-06T00:21:01.3105940Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_9, aten.view_copy.default 2025-06-06T00:21:01.3107550Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_10, aten.view_copy.default 2025-06-06T00:21:01.3109172Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_11, aten.view_copy.default 2025-06-06T00:21:01.3110772Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_12, aten.view_copy.default 2025-06-06T00:21:01.3112381Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_13, aten.view_copy.default 2025-06-06T00:21:01.3113979Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_14, aten.view_copy.default 2025-06-06T00:21:01.3115572Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_15, aten.view_copy.default 2025-06-06T00:21:01.3117206Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_16, aten.view_copy.default 2025-06-06T00:21:01.3118819Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_17, aten.view_copy.default 2025-06-06T00:21:01.3120449Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_18, aten.view_copy.default 2025-06-06T00:21:01.3122071Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_19, aten.view_copy.default 2025-06-06T00:21:01.3123692Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_20, aten.view_copy.default 2025-06-06T00:21:01.3125418Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_21, aten.view_copy.default 2025-06-06T00:21:01.3126997Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_22, aten.view_copy.default 2025-06-06T00:21:01.3128614Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_23, aten.view_copy.default 2025-06-06T00:21:01.3130283Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_24, aten.view_copy.default 2025-06-06T00:21:01.3131890Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_25, aten.view_copy.default 2025-06-06T00:21:01.3133484Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_491, aten._to_copy.default 2025-06-06T00:21:01.3135077Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_26, aten.view_copy.default 2025-06-06T00:21:01.3136687Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_27, aten.view_copy.default 2025-06-06T00:21:01.3138245Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_492, aten._to_copy.default 2025-06-06T00:21:01.3139965Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_28, aten.view_copy.default 2025-06-06T00:21:01.3141627Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_493, aten._to_copy.default 2025-06-06T00:21:01.3143168Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_29, aten.view_copy.default 2025-06-06T00:21:01.3144763Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_494, aten._to_copy.default 2025-06-06T00:21:01.3146369Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_30, aten.view_copy.default 2025-06-06T00:21:01.3147993Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_495, aten._to_copy.default 2025-06-06T00:21:01.3149577Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_31, aten.view_copy.default 2025-06-06T00:21:01.3151156Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_496, aten._to_copy.default 2025-06-06T00:21:01.3152768Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_32, aten.view_copy.default 2025-06-06T00:21:01.3154372Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_497, aten._to_copy.default 2025-06-06T00:21:01.3155963Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_33, aten.view_copy.default 2025-06-06T00:21:01.3157579Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_34, aten.view_copy.default 2025-06-06T00:21:01.6721771Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_35, aten.view_copy.default 2025-06-06T00:21:01.6723439Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_498, aten._to_copy.default 2025-06-06T00:21:01.6725034Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_36, aten.view_copy.default 2025-06-06T00:21:01.6726654Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_499, aten._to_copy.default 2025-06-06T00:21:01.6728295Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor, aten.slice_copy.Tensor 2025-06-06T00:21:01.6729956Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_1, aten.slice_copy.Tensor 2025-06-06T00:21:01.6731569Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_2, aten.slice_copy.Tensor 2025-06-06T00:21:01.6733498Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_3, aten.slice_copy.Tensor 2025-06-06T00:21:01.6735057Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_4, aten.slice_copy.Tensor 2025-06-06T00:21:01.6736812Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_5, aten.slice_copy.Tensor 2025-06-06T00:21:01.6738431Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_6, aten.slice_copy.Tensor 2025-06-06T00:21:01.6739973Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_7, aten.slice_copy.Tensor 2025-06-06T00:21:01.6741587Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_8, aten.slice_copy.Tensor 2025-06-06T00:21:01.6743224Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_9, aten.slice_copy.Tensor 2025-06-06T00:21:01.6744827Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_10, aten.slice_copy.Tensor 2025-06-06T00:21:01.6746433Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_11, aten.slice_copy.Tensor 2025-06-06T00:21:01.6748050Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_12, aten.slice_copy.Tensor 2025-06-06T00:21:01.6749642Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_13, aten.slice_copy.Tensor 2025-06-06T00:21:01.6751372Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_14, aten.slice_copy.Tensor 2025-06-06T00:21:01.6753141Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_15, aten.slice_copy.Tensor 2025-06-06T00:21:01.6754759Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_16, aten.slice_copy.Tensor 2025-06-06T00:21:01.6756354Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_17, aten.slice_copy.Tensor 2025-06-06T00:21:01.6757970Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_18, aten.slice_copy.Tensor 2025-06-06T00:21:01.6759823Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_19, aten.slice_copy.Tensor 2025-06-06T00:21:01.6761472Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_20, aten.slice_copy.Tensor 2025-06-06T00:21:01.6763010Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_21, aten.slice_copy.Tensor 2025-06-06T00:21:01.6764638Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_22, aten.slice_copy.Tensor 2025-06-06T00:21:01.6766254Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_23, aten.slice_copy.Tensor 2025-06-06T00:21:01.6767831Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_24, aten.slice_copy.Tensor 2025-06-06T00:21:01.6769511Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_25, aten.slice_copy.Tensor 2025-06-06T00:21:01.6771103Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_26, aten.slice_copy.Tensor 2025-06-06T00:21:01.6772719Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_27, aten.slice_copy.Tensor 2025-06-06T00:21:01.6774335Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_28, aten.slice_copy.Tensor 2025-06-06T00:21:01.6775979Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_29, aten.slice_copy.Tensor 2025-06-06T00:21:01.6777619Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_30, aten.slice_copy.Tensor 2025-06-06T00:21:01.6779202Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_31, aten.slice_copy.Tensor 2025-06-06T00:21:01.6780825Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_32, aten.slice_copy.Tensor 2025-06-06T00:21:01.6782592Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_33, aten.slice_copy.Tensor 2025-06-06T00:21:01.6784156Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_34, aten.slice_copy.Tensor 2025-06-06T00:21:01.6785878Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_35, aten.slice_copy.Tensor 2025-06-06T00:21:01.6787522Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_36, aten.slice_copy.Tensor 2025-06-06T00:21:01.6789140Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_37, aten.slice_copy.Tensor 2025-06-06T00:21:01.6790718Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_38, aten.slice_copy.Tensor 2025-06-06T00:21:01.6792329Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_39, aten.slice_copy.Tensor 2025-06-06T00:21:01.6793920Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_40, aten.slice_copy.Tensor 2025-06-06T00:21:01.6795529Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_41, aten.slice_copy.Tensor 2025-06-06T00:21:01.6797142Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_42, aten.slice_copy.Tensor 2025-06-06T00:21:01.6798734Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_43, aten.slice_copy.Tensor 2025-06-06T00:21:01.6800439Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_44, aten.slice_copy.Tensor 2025-06-06T00:21:01.6802120Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_45, aten.slice_copy.Tensor 2025-06-06T00:21:01.6803744Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_46, aten.slice_copy.Tensor 2025-06-06T00:21:01.6805364Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_47, aten.slice_copy.Tensor 2025-06-06T00:21:01.6806683Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_25, aten.cat.default 2025-06-06T00:21:01.6808127Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_27, aten.cat.default 2025-06-06T00:21:01.6809637Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_29, aten.cat.default 2025-06-06T00:21:01.6811088Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_31, aten.cat.default 2025-06-06T00:21:01.6812485Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_33, aten.cat.default 2025-06-06T00:21:01.6813880Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_35, aten.cat.default 2025-06-06T00:21:01.6815306Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_37, aten.cat.default 2025-06-06T00:21:01.6816701Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_39, aten.cat.default 2025-06-06T00:21:01.6818126Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_41, aten.cat.default 2025-06-06T00:21:01.6819551Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_43, aten.cat.default 2025-06-06T00:21:01.6820969Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_45, aten.cat.default 2025-06-06T00:21:01.6822426Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_47, aten.cat.default 2025-06-06T00:21:01.6823778Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor, aten.mul.Tensor 2025-06-06T00:21:01.6825155Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_2, aten.mul.Tensor 2025-06-06T00:21:01.6826543Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1, aten.mul.Tensor 2025-06-06T00:21:01.6827920Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_3, aten.mul.Tensor 2025-06-06T00:21:01.6829333Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_4, aten.mul.Tensor 2025-06-06T00:21:01.6830722Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_6, aten.mul.Tensor 2025-06-06T00:21:01.6832195Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_5, aten.mul.Tensor 2025-06-06T00:21:01.6833599Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_7, aten.mul.Tensor 2025-06-06T00:21:01.6834937Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_8, aten.mul.Tensor 2025-06-06T00:21:01.6836322Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_10, aten.mul.Tensor 2025-06-06T00:21:01.6837691Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_9, aten.mul.Tensor 2025-06-06T00:21:01.6839074Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_11, aten.mul.Tensor 2025-06-06T00:21:01.6840457Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_12, aten.mul.Tensor 2025-06-06T00:21:01.6841856Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_14, aten.mul.Tensor 2025-06-06T00:21:02.1104949Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_13, aten.mul.Tensor 2025-06-06T00:21:02.1105824Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_15, aten.mul.Tensor 2025-06-06T00:21:02.1106818Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_16, aten.mul.Tensor 2025-06-06T00:21:02.1107655Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_18, aten.mul.Tensor 2025-06-06T00:21:02.1108412Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_17, aten.mul.Tensor 2025-06-06T00:21:02.1109155Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_19, aten.mul.Tensor 2025-06-06T00:21:02.1109915Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_20, aten.mul.Tensor 2025-06-06T00:21:02.1110652Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_22, aten.mul.Tensor 2025-06-06T00:21:02.1111398Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_21, aten.mul.Tensor 2025-06-06T00:21:02.1112152Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_23, aten.mul.Tensor 2025-06-06T00:21:02.1112889Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_24, aten.mul.Tensor 2025-06-06T00:21:02.1113639Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_26, aten.mul.Tensor 2025-06-06T00:21:02.1114374Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_25, aten.mul.Tensor 2025-06-06T00:21:02.1115145Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_27, aten.mul.Tensor 2025-06-06T00:21:02.1115893Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_28, aten.mul.Tensor 2025-06-06T00:21:02.1116635Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_30, aten.mul.Tensor 2025-06-06T00:21:02.1117383Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_29, aten.mul.Tensor 2025-06-06T00:21:02.1118137Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_31, aten.mul.Tensor 2025-06-06T00:21:02.1118877Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_32, aten.mul.Tensor 2025-06-06T00:21:02.1119634Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_34, aten.mul.Tensor 2025-06-06T00:21:02.1120373Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_33, aten.mul.Tensor 2025-06-06T00:21:02.1121122Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_35, aten.mul.Tensor 2025-06-06T00:21:02.1121871Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_36, aten.mul.Tensor 2025-06-06T00:21:02.1122672Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_38, aten.mul.Tensor 2025-06-06T00:21:02.1123423Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_37, aten.mul.Tensor 2025-06-06T00:21:02.1124215Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_39, aten.mul.Tensor 2025-06-06T00:21:02.1124968Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_40, aten.mul.Tensor 2025-06-06T00:21:02.1125722Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_42, aten.mul.Tensor 2025-06-06T00:21:02.1126457Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_41, aten.mul.Tensor 2025-06-06T00:21:02.1127209Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_43, aten.mul.Tensor 2025-06-06T00:21:02.1127944Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_44, aten.mul.Tensor 2025-06-06T00:21:02.1128690Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_46, aten.mul.Tensor 2025-06-06T00:21:02.1129501Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_45, aten.mul.Tensor 2025-06-06T00:21:02.1130258Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_47, aten.mul.Tensor 2025-06-06T00:21:02.1131111Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_48, aten.mul.Tensor 2025-06-06T00:21:02.1131899Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_50, aten.mul.Tensor 2025-06-06T00:21:02.1132687Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_49, aten.mul.Tensor 2025-06-06T00:21:02.1133430Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_51, aten.mul.Tensor 2025-06-06T00:21:02.1134186Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_52, aten.mul.Tensor 2025-06-06T00:21:02.1134939Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_54, aten.mul.Tensor 2025-06-06T00:21:02.1135679Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_53, aten.mul.Tensor 2025-06-06T00:21:02.1136434Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_55, aten.mul.Tensor 2025-06-06T00:21:02.1137175Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_56, aten.mul.Tensor 2025-06-06T00:21:02.1137925Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_58, aten.mul.Tensor 2025-06-06T00:21:02.1138678Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_57, aten.mul.Tensor 2025-06-06T00:21:02.1139418Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_59, aten.mul.Tensor 2025-06-06T00:21:02.1140174Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_60, aten.mul.Tensor 2025-06-06T00:21:02.1140918Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_62, aten.mul.Tensor 2025-06-06T00:21:02.1141678Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_61, aten.mul.Tensor 2025-06-06T00:21:02.1142428Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_63, aten.mul.Tensor 2025-06-06T00:21:02.1143176Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_64, aten.mul.Tensor 2025-06-06T00:21:02.1143930Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_66, aten.mul.Tensor 2025-06-06T00:21:02.1144673Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_65, aten.mul.Tensor 2025-06-06T00:21:02.1145429Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_67, aten.mul.Tensor 2025-06-06T00:21:02.1146182Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_68, aten.mul.Tensor 2025-06-06T00:21:02.1146923Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_70, aten.mul.Tensor 2025-06-06T00:21:02.1147708Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_69, aten.mul.Tensor 2025-06-06T00:21:02.1148457Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_71, aten.mul.Tensor 2025-06-06T00:21:02.1149257Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_72, aten.mul.Tensor 2025-06-06T00:21:02.1150000Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_74, aten.mul.Tensor 2025-06-06T00:21:02.1150755Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_73, aten.mul.Tensor 2025-06-06T00:21:02.1151509Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_75, aten.mul.Tensor 2025-06-06T00:21:02.1152248Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_76, aten.mul.Tensor 2025-06-06T00:21:02.1153000Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_78, aten.mul.Tensor 2025-06-06T00:21:02.1153871Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_77, aten.mul.Tensor 2025-06-06T00:21:02.1154687Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_79, aten.mul.Tensor 2025-06-06T00:21:02.1155433Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_80, aten.mul.Tensor 2025-06-06T00:21:02.1156166Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_82, aten.mul.Tensor 2025-06-06T00:21:02.1156953Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_81, aten.mul.Tensor 2025-06-06T00:21:02.1157721Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_83, aten.mul.Tensor 2025-06-06T00:21:02.1158471Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_84, aten.mul.Tensor 2025-06-06T00:21:02.1159395Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_86, aten.mul.Tensor 2025-06-06T00:21:02.1160133Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_85, aten.mul.Tensor 2025-06-06T00:21:02.1160888Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_87, aten.mul.Tensor 2025-06-06T00:21:02.1161629Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_88, aten.mul.Tensor 2025-06-06T00:21:02.1162382Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_90, aten.mul.Tensor 2025-06-06T00:21:02.1163132Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_89, aten.mul.Tensor 2025-06-06T00:21:02.1163869Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_91, aten.mul.Tensor 2025-06-06T00:21:02.1164622Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_92, aten.mul.Tensor 2025-06-06T00:21:02.1165363Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_94, aten.mul.Tensor 2025-06-06T00:21:02.1166113Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_93, aten.mul.Tensor 2025-06-06T00:21:02.1166850Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_95, aten.mul.Tensor 2025-06-06T00:21:02.1167592Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor, aten.sub.Tensor 2025-06-06T00:21:02.1168331Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor, aten.add.Tensor 2025-06-06T00:21:02.1169061Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_1, aten.sub.Tensor 2025-06-06T00:21:02.1169871Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_1, aten.add.Tensor 2025-06-06T00:21:02.5551595Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_2, aten.sub.Tensor 2025-06-06T00:21:02.5553048Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_2, aten.add.Tensor 2025-06-06T00:21:02.5554406Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_3, aten.sub.Tensor 2025-06-06T00:21:02.5556090Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_3, aten.add.Tensor 2025-06-06T00:21:02.5557445Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_4, aten.sub.Tensor 2025-06-06T00:21:02.5558949Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_4, aten.add.Tensor 2025-06-06T00:21:02.5560538Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_5, aten.sub.Tensor 2025-06-06T00:21:02.5561929Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_5, aten.add.Tensor 2025-06-06T00:21:02.5563344Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_6, aten.sub.Tensor 2025-06-06T00:21:02.5564668Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_6, aten.add.Tensor 2025-06-06T00:21:02.5566077Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_7, aten.sub.Tensor 2025-06-06T00:21:02.5567472Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_7, aten.add.Tensor 2025-06-06T00:21:02.5568857Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_8, aten.sub.Tensor 2025-06-06T00:21:02.5570270Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_8, aten.add.Tensor 2025-06-06T00:21:02.5571666Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_9, aten.sub.Tensor 2025-06-06T00:21:02.5573227Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_9, aten.add.Tensor 2025-06-06T00:21:02.5574753Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_10, aten.sub.Tensor 2025-06-06T00:21:02.5576109Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_10, aten.add.Tensor 2025-06-06T00:21:02.5577509Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_11, aten.sub.Tensor 2025-06-06T00:21:02.5578890Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_11, aten.add.Tensor 2025-06-06T00:21:02.5580296Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_12, aten.sub.Tensor 2025-06-06T00:21:02.5581794Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_500, aten._to_copy.default 2025-06-06T00:21:02.5583288Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_12, aten.add.Tensor 2025-06-06T00:21:02.5584792Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_501, aten._to_copy.default 2025-06-06T00:21:02.5586297Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_13, aten.sub.Tensor 2025-06-06T00:21:02.5587782Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_502, aten._to_copy.default 2025-06-06T00:21:02.5589297Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_13, aten.add.Tensor 2025-06-06T00:21:02.5590795Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_503, aten._to_copy.default 2025-06-06T00:21:02.5592270Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_14, aten.sub.Tensor 2025-06-06T00:21:02.5593768Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_504, aten._to_copy.default 2025-06-06T00:21:02.5595289Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_14, aten.add.Tensor 2025-06-06T00:21:02.5596807Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_505, aten._to_copy.default 2025-06-06T00:21:02.5598274Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_15, aten.sub.Tensor 2025-06-06T00:21:02.5599763Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_506, aten._to_copy.default 2025-06-06T00:21:02.5601244Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_15, aten.add.Tensor 2025-06-06T00:21:02.5602737Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_507, aten._to_copy.default 2025-06-06T00:21:02.5604340Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_16, aten.sub.Tensor 2025-06-06T00:21:02.5605833Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_508, aten._to_copy.default 2025-06-06T00:21:02.5607446Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_16, aten.add.Tensor 2025-06-06T00:21:02.5608907Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_509, aten._to_copy.default 2025-06-06T00:21:02.5610489Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_17, aten.sub.Tensor 2025-06-06T00:21:02.5611978Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_510, aten._to_copy.default 2025-06-06T00:21:02.5613444Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_17, aten.add.Tensor 2025-06-06T00:21:02.5614939Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_511, aten._to_copy.default 2025-06-06T00:21:02.5616438Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_18, aten.sub.Tensor 2025-06-06T00:21:02.5617965Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_512, aten._to_copy.default 2025-06-06T00:21:02.5619429Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_18, aten.add.Tensor 2025-06-06T00:21:02.5621009Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_513, aten._to_copy.default 2025-06-06T00:21:02.5622553Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_19, aten.sub.Tensor 2025-06-06T00:21:02.5624029Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_514, aten._to_copy.default 2025-06-06T00:21:02.5625518Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_19, aten.add.Tensor 2025-06-06T00:21:02.5627020Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_515, aten._to_copy.default 2025-06-06T00:21:02.5628517Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_20, aten.sub.Tensor 2025-06-06T00:21:02.5630039Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_516, aten._to_copy.default 2025-06-06T00:21:02.5631537Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_20, aten.add.Tensor 2025-06-06T00:21:02.5633048Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_517, aten._to_copy.default 2025-06-06T00:21:02.5634558Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_21, aten.sub.Tensor 2025-06-06T00:21:02.5635944Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_518, aten._to_copy.default 2025-06-06T00:21:02.5637311Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_21, aten.add.Tensor 2025-06-06T00:21:02.5638837Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_519, aten._to_copy.default 2025-06-06T00:21:02.5640344Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_22, aten.sub.Tensor 2025-06-06T00:21:02.5641858Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_520, aten._to_copy.default 2025-06-06T00:21:02.5643317Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_22, aten.add.Tensor 2025-06-06T00:21:02.5644792Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_521, aten._to_copy.default 2025-06-06T00:21:02.5646288Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_23, aten.sub.Tensor 2025-06-06T00:21:02.5647770Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_522, aten._to_copy.default 2025-06-06T00:21:02.5649241Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_23, aten.add.Tensor 2025-06-06T00:21:02.5650917Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_523, aten._to_copy.default 2025-06-06T00:21:02.5652394Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default, aten.cat.default 2025-06-06T00:21:02.5653846Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_1, aten.cat.default 2025-06-06T00:21:02.5655289Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_2, aten.cat.default 2025-06-06T00:21:02.5656714Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_3, aten.cat.default 2025-06-06T00:21:02.5658151Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_4, aten.cat.default 2025-06-06T00:21:02.5659701Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_5, aten.cat.default 2025-06-06T00:21:02.5661140Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_6, aten.cat.default 2025-06-06T00:21:02.5662580Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_7, aten.cat.default 2025-06-06T00:21:02.5663997Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_8, aten.cat.default 2025-06-06T00:21:02.5665387Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_9, aten.cat.default 2025-06-06T00:21:02.5666801Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_10, aten.cat.default 2025-06-06T00:21:02.5668345Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_11, aten.cat.default 2025-06-06T00:21:02.5669827Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_12, aten.cat.default 2025-06-06T00:21:02.5671315Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_524, aten._to_copy.default 2025-06-06T00:21:03.0420644Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_13, aten.cat.default 2025-06-06T00:21:03.0422183Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_14, aten.cat.default 2025-06-06T00:21:03.0423694Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_525, aten._to_copy.default 2025-06-06T00:21:03.0425207Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_15, aten.cat.default 2025-06-06T00:21:03.0426710Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_526, aten._to_copy.default 2025-06-06T00:21:03.0428211Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_16, aten.cat.default 2025-06-06T00:21:03.0429735Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_527, aten._to_copy.default 2025-06-06T00:21:03.0431248Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_17, aten.cat.default 2025-06-06T00:21:03.0432772Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_528, aten._to_copy.default 2025-06-06T00:21:03.0434250Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_18, aten.cat.default 2025-06-06T00:21:03.0435762Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_529, aten._to_copy.default 2025-06-06T00:21:03.0437297Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_19, aten.cat.default 2025-06-06T00:21:03.0438759Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_530, aten._to_copy.default 2025-06-06T00:21:03.0440283Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_20, aten.cat.default 2025-06-06T00:21:03.0441816Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_531, aten._to_copy.default 2025-06-06T00:21:03.0443345Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_21, aten.cat.default 2025-06-06T00:21:03.0444751Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_22, aten.cat.default 2025-06-06T00:21:03.0446494Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_23, aten.cat.default 2025-06-06T00:21:03.0447985Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_532, aten._to_copy.default 2025-06-06T00:21:03.0449862Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_37, aten.permute_copy.default 2025-06-06T00:21:03.0451508Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_533, aten._to_copy.default 2025-06-06T00:21:03.0453152Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_38, aten.permute_copy.default 2025-06-06T00:21:03.0454882Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_39, aten.permute_copy.default 2025-06-06T00:21:03.0456474Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_534, aten._to_copy.default 2025-06-06T00:21:03.0458149Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_40, aten.permute_copy.default 2025-06-06T00:21:03.0460031Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_535, aten._to_copy.default 2025-06-06T00:21:03.0461558Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_41, aten.permute_copy.default 2025-06-06T00:21:03.0463380Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_536, aten._to_copy.default 2025-06-06T00:21:03.0465116Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_42, aten.permute_copy.default 2025-06-06T00:21:03.0466748Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_537, aten._to_copy.default 2025-06-06T00:21:03.0468372Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_43, aten.permute_copy.default 2025-06-06T00:21:03.0470015Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_538, aten._to_copy.default 2025-06-06T00:21:03.0471650Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_44, aten.permute_copy.default 2025-06-06T00:21:03.0473282Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_539, aten._to_copy.default 2025-06-06T00:21:03.0474927Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_45, aten.permute_copy.default 2025-06-06T00:21:03.0476562Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_540, aten._to_copy.default 2025-06-06T00:21:03.0478184Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_46, aten.permute_copy.default 2025-06-06T00:21:03.0479901Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_47, aten.permute_copy.default 2025-06-06T00:21:03.0481599Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_48, aten.permute_copy.default 2025-06-06T00:21:03.0483204Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_541, aten._to_copy.default 2025-06-06T00:21:03.0484738Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_24, aten.cat.default 2025-06-06T00:21:03.0486192Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_26, aten.cat.default 2025-06-06T00:21:03.0487654Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_28, aten.cat.default 2025-06-06T00:21:03.0489054Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_30, aten.cat.default 2025-06-06T00:21:03.0490571Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_32, aten.cat.default 2025-06-06T00:21:03.0491981Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_34, aten.cat.default 2025-06-06T00:21:03.0493406Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_36, aten.cat.default 2025-06-06T00:21:03.0494970Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_38, aten.cat.default 2025-06-06T00:21:03.0496391Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_40, aten.cat.default 2025-06-06T00:21:03.0497911Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_42, aten.cat.default 2025-06-06T00:21:03.0499357Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_44, aten.cat.default 2025-06-06T00:21:03.0500781Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_46, aten.cat.default 2025-06-06T00:21:03.0502255Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default, aten.matmul.default 2025-06-06T00:21:03.0503769Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_2, aten.matmul.default 2025-06-06T00:21:03.0505163Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_4, aten.matmul.default 2025-06-06T00:21:03.0506569Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_6, aten.matmul.default 2025-06-06T00:21:03.0508100Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_8, aten.matmul.default 2025-06-06T00:21:03.0509648Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_10, aten.matmul.default 2025-06-06T00:21:03.0511276Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_12, aten.matmul.default 2025-06-06T00:21:03.0512843Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_14, aten.matmul.default 2025-06-06T00:21:03.0514349Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_16, aten.matmul.default 2025-06-06T00:21:03.0515860Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_18, aten.matmul.default 2025-06-06T00:21:03.0517392Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_20, aten.matmul.default 2025-06-06T00:21:03.0518896Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_22, aten.matmul.default 2025-06-06T00:21:03.0520363Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor, aten.div.Tensor 2025-06-06T00:21:03.0521760Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_1, aten.div.Tensor 2025-06-06T00:21:03.0523107Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_2, aten.div.Tensor 2025-06-06T00:21:03.0524506Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_3, aten.div.Tensor 2025-06-06T00:21:03.0525883Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_4, aten.div.Tensor 2025-06-06T00:21:03.0527282Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_5, aten.div.Tensor 2025-06-06T00:21:03.0528588Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_6, aten.div.Tensor 2025-06-06T00:21:03.0530066Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_7, aten.div.Tensor 2025-06-06T00:21:03.0531465Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_8, aten.div.Tensor 2025-06-06T00:21:03.0532849Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_9, aten.div.Tensor 2025-06-06T00:21:03.0534209Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_10, aten.div.Tensor 2025-06-06T00:21:03.0535595Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_11, aten.div.Tensor 2025-06-06T00:21:03.0537008Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_24, aten.add.Tensor 2025-06-06T00:21:03.0538381Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_25, aten.add.Tensor 2025-06-06T00:21:03.0539776Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_26, aten.add.Tensor 2025-06-06T00:21:03.0541270Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_27, aten.add.Tensor 2025-06-06T00:21:03.5583742Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_28, aten.add.Tensor 2025-06-06T00:21:03.5585479Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_29, aten.add.Tensor 2025-06-06T00:21:03.5586871Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_30, aten.add.Tensor 2025-06-06T00:21:03.5588278Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_31, aten.add.Tensor 2025-06-06T00:21:03.5589716Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_32, aten.add.Tensor 2025-06-06T00:21:03.5591103Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_33, aten.add.Tensor 2025-06-06T00:21:03.5592506Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_34, aten.add.Tensor 2025-06-06T00:21:03.5593914Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_35, aten.add.Tensor 2025-06-06T00:21:03.5595372Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default, aten._softmax.default 2025-06-06T00:21:03.5596970Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_1, aten._softmax.default 2025-06-06T00:21:03.5598550Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_2, aten._softmax.default 2025-06-06T00:21:03.5600286Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_3, aten._softmax.default 2025-06-06T00:21:03.5601734Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_4, aten._softmax.default 2025-06-06T00:21:03.5603242Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_5, aten._softmax.default 2025-06-06T00:21:03.5604701Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_6, aten._softmax.default 2025-06-06T00:21:03.5606246Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_7, aten._softmax.default 2025-06-06T00:21:03.5607699Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_8, aten._softmax.default 2025-06-06T00:21:03.5609263Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_9, aten._softmax.default 2025-06-06T00:21:03.5610819Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_10, aten._softmax.default 2025-06-06T00:21:03.5612427Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_11, aten._softmax.default 2025-06-06T00:21:03.5613988Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_1, aten.matmul.default 2025-06-06T00:21:03.5615540Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_3, aten.matmul.default 2025-06-06T00:21:03.5617014Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_5, aten.matmul.default 2025-06-06T00:21:03.5618521Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_7, aten.matmul.default 2025-06-06T00:21:03.5620028Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_9, aten.matmul.default 2025-06-06T00:21:03.5621532Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_11, aten.matmul.default 2025-06-06T00:21:03.5623057Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_13, aten.matmul.default 2025-06-06T00:21:03.5624578Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_15, aten.matmul.default 2025-06-06T00:21:03.5626086Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_17, aten.matmul.default 2025-06-06T00:21:03.5627570Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_19, aten.matmul.default 2025-06-06T00:21:03.5629343Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_21, aten.matmul.default 2025-06-06T00:21:03.5630881Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_23, aten.matmul.default 2025-06-06T00:21:03.5632445Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_48, aten.cat.default 2025-06-06T00:21:03.5633750Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_37, aten.view_copy.default 2025-06-06T00:21:03.5635382Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1169, aten.permute_copy.default 2025-06-06T00:21:03.5637109Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_36, aten.convolution.default 2025-06-06T00:21:03.5638843Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1170, aten.permute_copy.default 2025-06-06T00:21:03.5640485Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_38, aten.view_copy.default 2025-06-06T00:21:03.5641982Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_36, aten.add.Tensor 2025-06-06T00:21:03.5643469Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_rms_norm_default_1, aten.rms_norm.default 2025-06-06T00:21:03.5645049Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_39, aten.view_copy.default 2025-06-06T00:21:03.5646813Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1171, aten.permute_copy.default 2025-06-06T00:21:03.5648579Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_37, aten.convolution.default 2025-06-06T00:21:03.5650356Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_38, aten.convolution.default 2025-06-06T00:21:03.5651913Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sigmoid_default, aten.sigmoid.default 2025-06-06T00:21:03.5653376Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_96, aten.mul.Tensor 2025-06-06T00:21:03.5654787Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_97, aten.mul.Tensor 2025-06-06T00:21:03.5656277Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_39, aten.convolution.default 2025-06-06T00:21:03.5657856Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1172, aten.permute_copy.default 2025-06-06T00:21:03.5659649Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_40, aten.view_copy.default 2025-06-06T00:21:03.5661039Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_37, aten.add.Tensor 2025-06-06T00:21:03.5662494Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_rms_norm_default_2, aten.rms_norm.default 2025-06-06T00:21:03.5664039Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_41, aten.view_copy.default 2025-06-06T00:21:03.5665726Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1173, aten.permute_copy.default 2025-06-06T00:21:03.5667415Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_542, aten._to_copy.default 2025-06-06T00:21:03.5669018Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_40, aten.convolution.default 2025-06-06T00:21:03.5670738Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1174, aten.permute_copy.default 2025-06-06T00:21:03.5672459Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_41, aten.convolution.default 2025-06-06T00:21:03.5674161Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1175, aten.permute_copy.default 2025-06-06T00:21:03.5675866Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_42, aten.convolution.default 2025-06-06T00:21:03.5677702Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1176, aten.permute_copy.default 2025-06-06T00:21:03.5679442Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_43, aten.convolution.default 2025-06-06T00:21:03.5681232Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1177, aten.permute_copy.default 2025-06-06T00:21:03.5682967Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_44, aten.convolution.default 2025-06-06T00:21:03.5684691Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1178, aten.permute_copy.default 2025-06-06T00:21:03.5686544Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_45, aten.convolution.default 2025-06-06T00:21:03.5688275Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1179, aten.permute_copy.default 2025-06-06T00:21:03.5690066Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_46, aten.convolution.default 2025-06-06T00:21:03.5691751Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1180, aten.permute_copy.default 2025-06-06T00:21:03.5693513Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_47, aten.convolution.default 2025-06-06T00:21:03.5695374Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1181, aten.permute_copy.default 2025-06-06T00:21:03.5697146Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_48, aten.convolution.default 2025-06-06T00:21:03.5698864Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1182, aten.permute_copy.default 2025-06-06T00:21:03.5700557Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_49, aten.convolution.default 2025-06-06T00:21:03.5702310Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1183, aten.permute_copy.default 2025-06-06T00:21:03.5704057Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_50, aten.convolution.default 2025-06-06T00:21:03.9941258Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1184, aten.permute_copy.default 2025-06-06T00:21:03.9942982Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_51, aten.convolution.default 2025-06-06T00:21:03.9944695Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1185, aten.permute_copy.default 2025-06-06T00:21:03.9946402Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_52, aten.convolution.default 2025-06-06T00:21:03.9948114Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1186, aten.permute_copy.default 2025-06-06T00:21:03.9949880Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_53, aten.convolution.default 2025-06-06T00:21:03.9951580Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1187, aten.permute_copy.default 2025-06-06T00:21:03.9953324Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_54, aten.convolution.default 2025-06-06T00:21:03.9955044Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1188, aten.permute_copy.default 2025-06-06T00:21:03.9956782Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_55, aten.convolution.default 2025-06-06T00:21:03.9958501Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1189, aten.permute_copy.default 2025-06-06T00:21:03.9960363Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_56, aten.convolution.default 2025-06-06T00:21:03.9962108Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1190, aten.permute_copy.default 2025-06-06T00:21:03.9964096Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_57, aten.convolution.default 2025-06-06T00:21:03.9965911Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1191, aten.permute_copy.default 2025-06-06T00:21:03.9967627Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_58, aten.convolution.default 2025-06-06T00:21:03.9969340Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1192, aten.permute_copy.default 2025-06-06T00:21:03.9971139Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_59, aten.convolution.default 2025-06-06T00:21:03.9972837Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1193, aten.permute_copy.default 2025-06-06T00:21:03.9974555Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_60, aten.convolution.default 2025-06-06T00:21:03.9976249Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1194, aten.permute_copy.default 2025-06-06T00:21:03.9977958Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_61, aten.convolution.default 2025-06-06T00:21:03.9979697Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1195, aten.permute_copy.default 2025-06-06T00:21:03.9981552Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_62, aten.convolution.default 2025-06-06T00:21:03.9983326Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1196, aten.permute_copy.default 2025-06-06T00:21:03.9985055Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_63, aten.convolution.default 2025-06-06T00:21:03.9986773Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1197, aten.permute_copy.default 2025-06-06T00:21:03.9988462Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_64, aten.convolution.default 2025-06-06T00:21:03.9990169Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1198, aten.permute_copy.default 2025-06-06T00:21:03.9991886Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_65, aten.convolution.default 2025-06-06T00:21:03.9993606Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1199, aten.permute_copy.default 2025-06-06T00:21:03.9995304Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_66, aten.convolution.default 2025-06-06T00:21:03.9997029Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1200, aten.permute_copy.default 2025-06-06T00:21:03.9998718Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_67, aten.convolution.default 2025-06-06T00:21:04.0000456Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1201, aten.permute_copy.default 2025-06-06T00:21:04.0002187Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_68, aten.convolution.default 2025-06-06T00:21:04.0003875Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1202, aten.permute_copy.default 2025-06-06T00:21:04.0005597Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_69, aten.convolution.default 2025-06-06T00:21:04.0007328Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1203, aten.permute_copy.default 2025-06-06T00:21:04.0009063Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_70, aten.convolution.default 2025-06-06T00:21:04.0010832Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1204, aten.permute_copy.default 2025-06-06T00:21:04.0012643Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_71, aten.convolution.default 2025-06-06T00:21:04.0014352Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1205, aten.permute_copy.default 2025-06-06T00:21:04.0016142Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_72, aten.convolution.default 2025-06-06T00:21:04.0017850Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1206, aten.permute_copy.default 2025-06-06T00:21:04.0019702Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_73, aten.convolution.default 2025-06-06T00:21:04.0021379Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1207, aten.permute_copy.default 2025-06-06T00:21:04.0023106Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_74, aten.convolution.default 2025-06-06T00:21:04.0024846Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1208, aten.permute_copy.default 2025-06-06T00:21:04.0026440Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_75, aten.convolution.default 2025-06-06T00:21:04.0028058Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1209, aten.permute_copy.default 2025-06-06T00:21:04.0029835Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_42, aten.view_copy.default 2025-06-06T00:21:04.0031523Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_43, aten.view_copy.default 2025-06-06T00:21:04.0033096Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_44, aten.view_copy.default 2025-06-06T00:21:04.0034677Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_45, aten.view_copy.default 2025-06-06T00:21:04.0036279Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_46, aten.view_copy.default 2025-06-06T00:21:04.0037857Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_47, aten.view_copy.default 2025-06-06T00:21:04.0039460Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_48, aten.view_copy.default 2025-06-06T00:21:04.0041065Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_49, aten.view_copy.default 2025-06-06T00:21:04.0042660Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_50, aten.view_copy.default 2025-06-06T00:21:04.0044244Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_51, aten.view_copy.default 2025-06-06T00:21:04.0045851Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_52, aten.view_copy.default 2025-06-06T00:21:04.0047471Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_53, aten.view_copy.default 2025-06-06T00:21:04.0049057Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_54, aten.view_copy.default 2025-06-06T00:21:04.0050735Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_55, aten.view_copy.default 2025-06-06T00:21:04.0052374Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_56, aten.view_copy.default 2025-06-06T00:21:04.0054000Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_57, aten.view_copy.default 2025-06-06T00:21:04.0055572Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_58, aten.view_copy.default 2025-06-06T00:21:04.0057180Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_59, aten.view_copy.default 2025-06-06T00:21:04.0058776Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_60, aten.view_copy.default 2025-06-06T00:21:04.0060661Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_61, aten.view_copy.default 2025-06-06T00:21:04.0062260Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_62, aten.view_copy.default 2025-06-06T00:21:04.2835898Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_63, aten.view_copy.default 2025-06-06T00:21:04.2837586Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_64, aten.view_copy.default 2025-06-06T00:21:04.2839201Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_65, aten.view_copy.default 2025-06-06T00:21:04.2840827Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_66, aten.view_copy.default 2025-06-06T00:21:04.2842413Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_554, aten._to_copy.default 2025-06-06T00:21:04.2844006Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_67, aten.view_copy.default 2025-06-06T00:21:04.2845618Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_555, aten._to_copy.default 2025-06-06T00:21:04.2847215Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_68, aten.view_copy.default 2025-06-06T00:21:04.2848809Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_556, aten._to_copy.default 2025-06-06T00:21:04.2850740Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_69, aten.view_copy.default 2025-06-06T00:21:04.2852452Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_557, aten._to_copy.default 2025-06-06T00:21:04.2854004Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_70, aten.view_copy.default 2025-06-06T00:21:04.2855617Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_558, aten._to_copy.default 2025-06-06T00:21:04.2857252Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_71, aten.view_copy.default 2025-06-06T00:21:04.2858836Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_559, aten._to_copy.default 2025-06-06T00:21:04.2860639Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_72, aten.view_copy.default 2025-06-06T00:21:04.2873280Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_560, aten._to_copy.default 2025-06-06T00:21:04.2874868Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_73, aten.view_copy.default 2025-06-06T00:21:04.2876497Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_561, aten._to_copy.default 2025-06-06T00:21:04.2878111Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_74, aten.view_copy.default 2025-06-06T00:21:04.2879742Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_562, aten._to_copy.default 2025-06-06T00:21:04.2881332Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_75, aten.view_copy.default 2025-06-06T00:21:04.2882938Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_76, aten.view_copy.default 2025-06-06T00:21:04.2884539Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_563, aten._to_copy.default 2025-06-06T00:21:04.2886128Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_77, aten.view_copy.default 2025-06-06T00:21:04.2887732Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_564, aten._to_copy.default 2025-06-06T00:21:04.2889323Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_48, aten.slice_copy.Tensor 2025-06-06T00:21:04.2891043Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_49, aten.slice_copy.Tensor 2025-06-06T00:21:04.2892806Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_50, aten.slice_copy.Tensor 2025-06-06T00:21:04.2894423Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_51, aten.slice_copy.Tensor 2025-06-06T00:21:04.2896167Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_52, aten.slice_copy.Tensor 2025-06-06T00:21:04.2897676Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_53, aten.slice_copy.Tensor 2025-06-06T00:21:04.2899314Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_54, aten.slice_copy.Tensor 2025-06-06T00:21:04.2900937Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_55, aten.slice_copy.Tensor 2025-06-06T00:21:04.2902553Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_56, aten.slice_copy.Tensor 2025-06-06T00:21:04.2904140Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_57, aten.slice_copy.Tensor 2025-06-06T00:21:04.2905751Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_58, aten.slice_copy.Tensor 2025-06-06T00:21:04.2907363Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_59, aten.slice_copy.Tensor 2025-06-06T00:21:04.2908955Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_60, aten.slice_copy.Tensor 2025-06-06T00:21:04.2910673Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_61, aten.slice_copy.Tensor 2025-06-06T00:21:04.2912351Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_62, aten.slice_copy.Tensor 2025-06-06T00:21:04.2913941Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_63, aten.slice_copy.Tensor 2025-06-06T00:21:04.2915571Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_64, aten.slice_copy.Tensor 2025-06-06T00:21:04.2917188Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_65, aten.slice_copy.Tensor 2025-06-06T00:21:04.2918825Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_66, aten.slice_copy.Tensor 2025-06-06T00:21:04.2920398Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_67, aten.slice_copy.Tensor 2025-06-06T00:21:04.2922044Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_68, aten.slice_copy.Tensor 2025-06-06T00:21:04.2923687Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_69, aten.slice_copy.Tensor 2025-06-06T00:21:04.2925257Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_70, aten.slice_copy.Tensor 2025-06-06T00:21:04.2926866Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_71, aten.slice_copy.Tensor 2025-06-06T00:21:04.2928472Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_72, aten.slice_copy.Tensor 2025-06-06T00:21:04.2930155Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_73, aten.slice_copy.Tensor 2025-06-06T00:21:04.2931767Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_74, aten.slice_copy.Tensor 2025-06-06T00:21:04.2933359Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_75, aten.slice_copy.Tensor 2025-06-06T00:21:04.2935138Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_76, aten.slice_copy.Tensor 2025-06-06T00:21:04.2936698Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_77, aten.slice_copy.Tensor 2025-06-06T00:21:04.2938333Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_78, aten.slice_copy.Tensor 2025-06-06T00:21:04.2939969Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_79, aten.slice_copy.Tensor 2025-06-06T00:21:04.2941613Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_80, aten.slice_copy.Tensor 2025-06-06T00:21:04.2943257Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_81, aten.slice_copy.Tensor 2025-06-06T00:21:04.2944960Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_82, aten.slice_copy.Tensor 2025-06-06T00:21:04.2946576Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_83, aten.slice_copy.Tensor 2025-06-06T00:21:04.2948182Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_84, aten.slice_copy.Tensor 2025-06-06T00:21:04.2949764Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_85, aten.slice_copy.Tensor 2025-06-06T00:21:04.2951375Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_86, aten.slice_copy.Tensor 2025-06-06T00:21:04.2952967Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_87, aten.slice_copy.Tensor 2025-06-06T00:21:04.2954584Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_88, aten.slice_copy.Tensor 2025-06-06T00:21:04.2956208Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_89, aten.slice_copy.Tensor 2025-06-06T00:21:04.2957857Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_90, aten.slice_copy.Tensor 2025-06-06T00:21:04.2959720Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_91, aten.slice_copy.Tensor 2025-06-06T00:21:04.2961332Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_92, aten.slice_copy.Tensor 2025-06-06T00:21:04.2962924Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_93, aten.slice_copy.Tensor 2025-06-06T00:21:04.2964326Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_94, aten.slice_copy.Tensor 2025-06-06T00:21:04.2965929Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_95, aten.slice_copy.Tensor 2025-06-06T00:21:04.2967480Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_74, aten.cat.default 2025-06-06T00:21:04.7413240Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_76, aten.cat.default 2025-06-06T00:21:04.7414117Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_78, aten.cat.default 2025-06-06T00:21:04.7414892Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_80, aten.cat.default 2025-06-06T00:21:04.7415670Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_82, aten.cat.default 2025-06-06T00:21:04.7416429Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_84, aten.cat.default 2025-06-06T00:21:04.7417205Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_86, aten.cat.default 2025-06-06T00:21:04.7417972Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_88, aten.cat.default 2025-06-06T00:21:04.7418728Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_90, aten.cat.default 2025-06-06T00:21:04.7419504Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_92, aten.cat.default 2025-06-06T00:21:04.7420263Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_94, aten.cat.default 2025-06-06T00:21:04.7421033Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_96, aten.cat.default 2025-06-06T00:21:04.7421785Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_98, aten.mul.Tensor 2025-06-06T00:21:04.7422574Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_100, aten.mul.Tensor 2025-06-06T00:21:04.7423332Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_99, aten.mul.Tensor 2025-06-06T00:21:04.7424316Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_101, aten.mul.Tensor 2025-06-06T00:21:04.7425068Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_102, aten.mul.Tensor 2025-06-06T00:21:04.7425915Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_104, aten.mul.Tensor 2025-06-06T00:21:04.7426673Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_103, aten.mul.Tensor 2025-06-06T00:21:04.7427438Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_105, aten.mul.Tensor 2025-06-06T00:21:04.7428198Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_106, aten.mul.Tensor 2025-06-06T00:21:04.7428948Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_108, aten.mul.Tensor 2025-06-06T00:21:04.7429712Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_107, aten.mul.Tensor 2025-06-06T00:21:04.7430462Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_109, aten.mul.Tensor 2025-06-06T00:21:04.7431226Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_110, aten.mul.Tensor 2025-06-06T00:21:04.7431976Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_112, aten.mul.Tensor 2025-06-06T00:21:04.7432735Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_111, aten.mul.Tensor 2025-06-06T00:21:04.7433548Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_113, aten.mul.Tensor 2025-06-06T00:21:04.7434357Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_114, aten.mul.Tensor 2025-06-06T00:21:04.7435116Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_116, aten.mul.Tensor 2025-06-06T00:21:04.7435861Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_115, aten.mul.Tensor 2025-06-06T00:21:04.7436624Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_117, aten.mul.Tensor 2025-06-06T00:21:04.7437386Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_118, aten.mul.Tensor 2025-06-06T00:21:04.7438133Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_120, aten.mul.Tensor 2025-06-06T00:21:04.7438890Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_119, aten.mul.Tensor 2025-06-06T00:21:04.7439640Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_121, aten.mul.Tensor 2025-06-06T00:21:04.7440403Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_122, aten.mul.Tensor 2025-06-06T00:21:04.7441162Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_124, aten.mul.Tensor 2025-06-06T00:21:04.7441910Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_123, aten.mul.Tensor 2025-06-06T00:21:04.7442762Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_125, aten.mul.Tensor 2025-06-06T00:21:04.7443511Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_126, aten.mul.Tensor 2025-06-06T00:21:04.7444271Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_128, aten.mul.Tensor 2025-06-06T00:21:04.7445036Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_127, aten.mul.Tensor 2025-06-06T00:21:04.7445789Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_129, aten.mul.Tensor 2025-06-06T00:21:04.7446550Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_130, aten.mul.Tensor 2025-06-06T00:21:04.7447294Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_132, aten.mul.Tensor 2025-06-06T00:21:04.7448112Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_131, aten.mul.Tensor 2025-06-06T00:21:04.7448976Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_133, aten.mul.Tensor 2025-06-06T00:21:04.7449828Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_134, aten.mul.Tensor 2025-06-06T00:21:04.7450592Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_136, aten.mul.Tensor 2025-06-06T00:21:04.7451384Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_135, aten.mul.Tensor 2025-06-06T00:21:04.7452147Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_137, aten.mul.Tensor 2025-06-06T00:21:04.7452896Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_138, aten.mul.Tensor 2025-06-06T00:21:04.7453659Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_140, aten.mul.Tensor 2025-06-06T00:21:04.7454420Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_139, aten.mul.Tensor 2025-06-06T00:21:04.7455172Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_141, aten.mul.Tensor 2025-06-06T00:21:04.7455933Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_142, aten.mul.Tensor 2025-06-06T00:21:04.7456678Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_144, aten.mul.Tensor 2025-06-06T00:21:04.7457443Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_143, aten.mul.Tensor 2025-06-06T00:21:04.7458238Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_145, aten.mul.Tensor 2025-06-06T00:21:04.7459025Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_146, aten.mul.Tensor 2025-06-06T00:21:04.7459965Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_148, aten.mul.Tensor 2025-06-06T00:21:04.7460857Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_147, aten.mul.Tensor 2025-06-06T00:21:04.7461764Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_149, aten.mul.Tensor 2025-06-06T00:21:04.7462534Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_150, aten.mul.Tensor 2025-06-06T00:21:04.7463278Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_152, aten.mul.Tensor 2025-06-06T00:21:04.7464032Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_151, aten.mul.Tensor 2025-06-06T00:21:04.7464776Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_153, aten.mul.Tensor 2025-06-06T00:21:04.7465538Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_154, aten.mul.Tensor 2025-06-06T00:21:04.7466293Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_156, aten.mul.Tensor 2025-06-06T00:21:04.7467042Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_155, aten.mul.Tensor 2025-06-06T00:21:04.7467803Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_157, aten.mul.Tensor 2025-06-06T00:21:04.7468546Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_158, aten.mul.Tensor 2025-06-06T00:21:04.7469299Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_160, aten.mul.Tensor 2025-06-06T00:21:04.7470055Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_159, aten.mul.Tensor 2025-06-06T00:21:04.7470799Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_161, aten.mul.Tensor 2025-06-06T00:21:04.7471556Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_162, aten.mul.Tensor 2025-06-06T00:21:04.7472301Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_164, aten.mul.Tensor 2025-06-06T00:21:04.7473055Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_163, aten.mul.Tensor 2025-06-06T00:21:04.7473796Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_165, aten.mul.Tensor 2025-06-06T00:21:04.7474651Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_166, aten.mul.Tensor 2025-06-06T00:21:04.7475407Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_168, aten.mul.Tensor 2025-06-06T00:21:04.7476196Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_167, aten.mul.Tensor 2025-06-06T00:21:04.7476956Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_169, aten.mul.Tensor 2025-06-06T00:21:04.7477702Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_170, aten.mul.Tensor 2025-06-06T00:21:04.7478463Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_172, aten.mul.Tensor 2025-06-06T00:21:05.1777509Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_171, aten.mul.Tensor 2025-06-06T00:21:05.1778469Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_173, aten.mul.Tensor 2025-06-06T00:21:05.1779248Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_174, aten.mul.Tensor 2025-06-06T00:21:05.1780017Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_176, aten.mul.Tensor 2025-06-06T00:21:05.1780789Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_175, aten.mul.Tensor 2025-06-06T00:21:05.1781562Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_177, aten.mul.Tensor 2025-06-06T00:21:05.1782534Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_178, aten.mul.Tensor 2025-06-06T00:21:05.1783392Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_180, aten.mul.Tensor 2025-06-06T00:21:05.1784136Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_179, aten.mul.Tensor 2025-06-06T00:21:05.1784895Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_181, aten.mul.Tensor 2025-06-06T00:21:05.1785679Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_182, aten.mul.Tensor 2025-06-06T00:21:05.1786447Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_184, aten.mul.Tensor 2025-06-06T00:21:05.1787204Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_183, aten.mul.Tensor 2025-06-06T00:21:05.1787952Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_185, aten.mul.Tensor 2025-06-06T00:21:05.1788708Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_186, aten.mul.Tensor 2025-06-06T00:21:05.1789456Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_188, aten.mul.Tensor 2025-06-06T00:21:05.1790212Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_187, aten.mul.Tensor 2025-06-06T00:21:05.1790969Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_189, aten.mul.Tensor 2025-06-06T00:21:05.1791716Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_190, aten.mul.Tensor 2025-06-06T00:21:05.1792477Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_192, aten.mul.Tensor 2025-06-06T00:21:05.1793224Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_191, aten.mul.Tensor 2025-06-06T00:21:05.1793983Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_193, aten.mul.Tensor 2025-06-06T00:21:05.1794743Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_24, aten.sub.Tensor 2025-06-06T00:21:05.1795491Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_38, aten.add.Tensor 2025-06-06T00:21:05.1796238Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_25, aten.sub.Tensor 2025-06-06T00:21:05.1796974Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_39, aten.add.Tensor 2025-06-06T00:21:05.1797723Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_26, aten.sub.Tensor 2025-06-06T00:21:05.1798532Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_40, aten.add.Tensor 2025-06-06T00:21:05.1799269Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_27, aten.sub.Tensor 2025-06-06T00:21:05.1800084Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_41, aten.add.Tensor 2025-06-06T00:21:05.1800825Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_28, aten.sub.Tensor 2025-06-06T00:21:05.1801577Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_42, aten.add.Tensor 2025-06-06T00:21:05.1802318Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_29, aten.sub.Tensor 2025-06-06T00:21:05.1803071Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_43, aten.add.Tensor 2025-06-06T00:21:05.1803824Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_30, aten.sub.Tensor 2025-06-06T00:21:05.1804563Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_44, aten.add.Tensor 2025-06-06T00:21:05.1805311Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_31, aten.sub.Tensor 2025-06-06T00:21:05.1806046Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_45, aten.add.Tensor 2025-06-06T00:21:05.1806796Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_32, aten.sub.Tensor 2025-06-06T00:21:05.1807584Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_46, aten.add.Tensor 2025-06-06T00:21:05.1808355Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_33, aten.sub.Tensor 2025-06-06T00:21:05.1809103Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_47, aten.add.Tensor 2025-06-06T00:21:05.1809923Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_34, aten.sub.Tensor 2025-06-06T00:21:05.1810678Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_48, aten.add.Tensor 2025-06-06T00:21:05.1811430Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_35, aten.sub.Tensor 2025-06-06T00:21:05.1812168Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_49, aten.add.Tensor 2025-06-06T00:21:05.1812925Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_36, aten.sub.Tensor 2025-06-06T00:21:05.1813726Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_565, aten._to_copy.default 2025-06-06T00:21:05.1814535Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_50, aten.add.Tensor 2025-06-06T00:21:05.1815340Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_566, aten._to_copy.default 2025-06-06T00:21:05.1816133Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_37, aten.sub.Tensor 2025-06-06T00:21:05.1816943Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_567, aten._to_copy.default 2025-06-06T00:21:05.1817734Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_51, aten.add.Tensor 2025-06-06T00:21:05.1818545Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_568, aten._to_copy.default 2025-06-06T00:21:05.1819357Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_38, aten.sub.Tensor 2025-06-06T00:21:05.1820163Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_569, aten._to_copy.default 2025-06-06T00:21:05.1820959Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_52, aten.add.Tensor 2025-06-06T00:21:05.1821765Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_570, aten._to_copy.default 2025-06-06T00:21:05.1822558Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_39, aten.sub.Tensor 2025-06-06T00:21:05.1823408Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_571, aten._to_copy.default 2025-06-06T00:21:05.1824217Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_53, aten.add.Tensor 2025-06-06T00:21:05.1825039Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_572, aten._to_copy.default 2025-06-06T00:21:05.1825844Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_40, aten.sub.Tensor 2025-06-06T00:21:05.1826640Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_573, aten._to_copy.default 2025-06-06T00:21:05.1827446Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_54, aten.add.Tensor 2025-06-06T00:21:05.1828252Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_574, aten._to_copy.default 2025-06-06T00:21:05.1829053Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_41, aten.sub.Tensor 2025-06-06T00:21:05.1829865Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_575, aten._to_copy.default 2025-06-06T00:21:05.1830653Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_55, aten.add.Tensor 2025-06-06T00:21:05.1831459Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_576, aten._to_copy.default 2025-06-06T00:21:05.1832254Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_42, aten.sub.Tensor 2025-06-06T00:21:05.1833094Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_577, aten._to_copy.default 2025-06-06T00:21:05.1833924Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_56, aten.add.Tensor 2025-06-06T00:21:05.1834716Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_578, aten._to_copy.default 2025-06-06T00:21:05.1835526Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_43, aten.sub.Tensor 2025-06-06T00:21:05.1836316Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_579, aten._to_copy.default 2025-06-06T00:21:05.1837124Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_57, aten.add.Tensor 2025-06-06T00:21:05.1838000Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_580, aten._to_copy.default 2025-06-06T00:21:05.1838957Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_44, aten.sub.Tensor 2025-06-06T00:21:05.1839768Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_581, aten._to_copy.default 2025-06-06T00:21:05.1840561Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_58, aten.add.Tensor 2025-06-06T00:21:05.1841366Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_582, aten._to_copy.default 2025-06-06T00:21:05.1842167Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_45, aten.sub.Tensor 2025-06-06T00:21:05.5839357Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_583, aten._to_copy.default 2025-06-06T00:21:05.5840863Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_59, aten.add.Tensor 2025-06-06T00:21:05.5842373Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_584, aten._to_copy.default 2025-06-06T00:21:05.5843871Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_46, aten.sub.Tensor 2025-06-06T00:21:05.5845354Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_585, aten._to_copy.default 2025-06-06T00:21:05.5846846Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_60, aten.add.Tensor 2025-06-06T00:21:05.5848347Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_586, aten._to_copy.default 2025-06-06T00:21:05.5849902Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_47, aten.sub.Tensor 2025-06-06T00:21:05.5851663Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_587, aten._to_copy.default 2025-06-06T00:21:05.5853165Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_61, aten.add.Tensor 2025-06-06T00:21:05.5854823Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_588, aten._to_copy.default 2025-06-06T00:21:05.5856361Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_49, aten.cat.default 2025-06-06T00:21:05.5857767Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_50, aten.cat.default 2025-06-06T00:21:05.5859441Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_51, aten.cat.default 2025-06-06T00:21:05.5860892Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_52, aten.cat.default 2025-06-06T00:21:05.5862308Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_53, aten.cat.default 2025-06-06T00:21:05.5863720Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_54, aten.cat.default 2025-06-06T00:21:05.5865148Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_55, aten.cat.default 2025-06-06T00:21:05.5866580Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_56, aten.cat.default 2025-06-06T00:21:05.5868122Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_57, aten.cat.default 2025-06-06T00:21:05.5869627Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_58, aten.cat.default 2025-06-06T00:21:05.5871041Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_59, aten.cat.default 2025-06-06T00:21:05.5872501Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_60, aten.cat.default 2025-06-06T00:21:05.5873907Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_61, aten.cat.default 2025-06-06T00:21:05.5875434Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_589, aten._to_copy.default 2025-06-06T00:21:05.5876954Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_62, aten.cat.default 2025-06-06T00:21:05.5878477Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_590, aten._to_copy.default 2025-06-06T00:21:05.5879954Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_63, aten.cat.default 2025-06-06T00:21:05.5881478Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_591, aten._to_copy.default 2025-06-06T00:21:05.5883003Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_64, aten.cat.default 2025-06-06T00:21:05.5884548Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_592, aten._to_copy.default 2025-06-06T00:21:05.5886040Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_65, aten.cat.default 2025-06-06T00:21:05.5887554Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_593, aten._to_copy.default 2025-06-06T00:21:05.5889061Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_66, aten.cat.default 2025-06-06T00:21:05.5890628Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_594, aten._to_copy.default 2025-06-06T00:21:05.5892146Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_67, aten.cat.default 2025-06-06T00:21:05.5893632Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_595, aten._to_copy.default 2025-06-06T00:21:05.5895160Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_68, aten.cat.default 2025-06-06T00:21:05.5896646Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_596, aten._to_copy.default 2025-06-06T00:21:05.5898303Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_69, aten.cat.default 2025-06-06T00:21:05.5899892Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_597, aten._to_copy.default 2025-06-06T00:21:05.5901387Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_70, aten.cat.default 2025-06-06T00:21:05.5902909Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_598, aten._to_copy.default 2025-06-06T00:21:05.5904432Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_71, aten.cat.default 2025-06-06T00:21:05.5905950Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_599, aten._to_copy.default 2025-06-06T00:21:05.5907429Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_72, aten.cat.default 2025-06-06T00:21:05.5908922Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_600, aten._to_copy.default 2025-06-06T00:21:05.5910580Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_90, aten.permute_copy.default 2025-06-06T00:21:05.5912218Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_601, aten._to_copy.default 2025-06-06T00:21:05.5913848Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_91, aten.permute_copy.default 2025-06-06T00:21:05.5915574Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_602, aten._to_copy.default 2025-06-06T00:21:05.5917297Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_92, aten.permute_copy.default 2025-06-06T00:21:05.5918913Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_603, aten._to_copy.default 2025-06-06T00:21:05.5920574Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_93, aten.permute_copy.default 2025-06-06T00:21:05.5922225Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_604, aten._to_copy.default 2025-06-06T00:21:05.5923832Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_94, aten.permute_copy.default 2025-06-06T00:21:05.5925507Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_605, aten._to_copy.default 2025-06-06T00:21:05.5927172Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_95, aten.permute_copy.default 2025-06-06T00:21:05.5928812Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_606, aten._to_copy.default 2025-06-06T00:21:05.5930529Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_96, aten.permute_copy.default 2025-06-06T00:21:05.5932174Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_607, aten._to_copy.default 2025-06-06T00:21:05.5933816Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_97, aten.permute_copy.default 2025-06-06T00:21:05.5935472Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_608, aten._to_copy.default 2025-06-06T00:21:05.5937132Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_98, aten.permute_copy.default 2025-06-06T00:21:05.5938807Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_609, aten._to_copy.default 2025-06-06T00:21:05.5940423Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_99, aten.permute_copy.default 2025-06-06T00:21:05.5942091Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_610, aten._to_copy.default 2025-06-06T00:21:05.5943744Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_100, aten.permute_copy.default 2025-06-06T00:21:05.5945356Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_611, aten._to_copy.default 2025-06-06T00:21:05.5947113Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_101, aten.permute_copy.default 2025-06-06T00:21:05.5948794Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_612, aten._to_copy.default 2025-06-06T00:21:05.5950377Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_73, aten.cat.default 2025-06-06T00:21:05.5951799Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_75, aten.cat.default 2025-06-06T00:21:05.5953238Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_77, aten.cat.default 2025-06-06T00:21:05.5954650Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_79, aten.cat.default 2025-06-06T00:21:05.5956083Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_81, aten.cat.default 2025-06-06T00:21:05.5957516Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_83, aten.cat.default 2025-06-06T00:21:05.5958950Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_85, aten.cat.default 2025-06-06T00:21:06.1246085Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_87, aten.cat.default 2025-06-06T00:21:06.1247579Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_89, aten.cat.default 2025-06-06T00:21:06.1249057Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_91, aten.cat.default 2025-06-06T00:21:06.1250820Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_93, aten.cat.default 2025-06-06T00:21:06.1252343Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_95, aten.cat.default 2025-06-06T00:21:06.1253813Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_24, aten.matmul.default 2025-06-06T00:21:06.1255339Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_26, aten.matmul.default 2025-06-06T00:21:06.1256886Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_28, aten.matmul.default 2025-06-06T00:21:06.1258431Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_30, aten.matmul.default 2025-06-06T00:21:06.1260138Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_32, aten.matmul.default 2025-06-06T00:21:06.1261667Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_34, aten.matmul.default 2025-06-06T00:21:06.1263216Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_36, aten.matmul.default 2025-06-06T00:21:06.1264650Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_38, aten.matmul.default 2025-06-06T00:21:06.1266085Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_40, aten.matmul.default 2025-06-06T00:21:06.1267511Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_42, aten.matmul.default 2025-06-06T00:21:06.1268934Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_44, aten.matmul.default 2025-06-06T00:21:06.1270433Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_46, aten.matmul.default 2025-06-06T00:21:06.1271871Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_12, aten.div.Tensor 2025-06-06T00:21:06.1273285Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_13, aten.div.Tensor 2025-06-06T00:21:06.1274724Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_14, aten.div.Tensor 2025-06-06T00:21:06.1276132Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_15, aten.div.Tensor 2025-06-06T00:21:06.1277514Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_16, aten.div.Tensor 2025-06-06T00:21:06.1278902Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_17, aten.div.Tensor 2025-06-06T00:21:06.1280495Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_18, aten.div.Tensor 2025-06-06T00:21:06.1281892Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_19, aten.div.Tensor 2025-06-06T00:21:06.1283392Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_20, aten.div.Tensor 2025-06-06T00:21:06.1284795Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_21, aten.div.Tensor 2025-06-06T00:21:06.1286195Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_22, aten.div.Tensor 2025-06-06T00:21:06.1287552Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_23, aten.div.Tensor 2025-06-06T00:21:06.1288975Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_62, aten.add.Tensor 2025-06-06T00:21:06.1290464Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_63, aten.add.Tensor 2025-06-06T00:21:06.1291886Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_64, aten.add.Tensor 2025-06-06T00:21:06.1293287Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_65, aten.add.Tensor 2025-06-06T00:21:06.1294684Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_66, aten.add.Tensor 2025-06-06T00:21:06.1296089Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_67, aten.add.Tensor 2025-06-06T00:21:06.1297604Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_68, aten.add.Tensor 2025-06-06T00:21:06.1299045Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_69, aten.add.Tensor 2025-06-06T00:21:06.1300467Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_70, aten.add.Tensor 2025-06-06T00:21:06.1301894Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_71, aten.add.Tensor 2025-06-06T00:21:06.1303349Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_72, aten.add.Tensor 2025-06-06T00:21:06.1304746Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_73, aten.add.Tensor 2025-06-06T00:21:06.1306273Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_12, aten._softmax.default 2025-06-06T00:21:06.1307863Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_13, aten._softmax.default 2025-06-06T00:21:06.1309488Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_14, aten._softmax.default 2025-06-06T00:21:06.1311069Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_15, aten._softmax.default 2025-06-06T00:21:06.1312708Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_16, aten._softmax.default 2025-06-06T00:21:06.1314360Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_17, aten._softmax.default 2025-06-06T00:21:06.1315991Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_18, aten._softmax.default 2025-06-06T00:21:06.1317566Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_19, aten._softmax.default 2025-06-06T00:21:06.1319177Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_20, aten._softmax.default 2025-06-06T00:21:06.1320789Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_21, aten._softmax.default 2025-06-06T00:21:06.1322104Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_22, aten._softmax.default 2025-06-06T00:21:06.1323914Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_23, aten._softmax.default 2025-06-06T00:21:06.1325718Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_25, aten.matmul.default 2025-06-06T00:21:06.1327386Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_27, aten.matmul.default 2025-06-06T00:21:06.1329163Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_29, aten.matmul.default 2025-06-06T00:21:06.1330852Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_31, aten.matmul.default 2025-06-06T00:21:06.1332492Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_33, aten.matmul.default 2025-06-06T00:21:06.1334067Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_35, aten.matmul.default 2025-06-06T00:21:06.1335534Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_37, aten.matmul.default 2025-06-06T00:21:06.1337023Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_39, aten.matmul.default 2025-06-06T00:21:06.1338523Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_41, aten.matmul.default 2025-06-06T00:21:06.1340016Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_43, aten.matmul.default 2025-06-06T00:21:06.1341519Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_45, aten.matmul.default 2025-06-06T00:21:06.1343025Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_47, aten.matmul.default 2025-06-06T00:21:06.1344483Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_97, aten.cat.default 2025-06-06T00:21:06.1346040Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_78, aten.view_copy.default 2025-06-06T00:21:06.1347767Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1210, aten.permute_copy.default 2025-06-06T00:21:06.1349473Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_76, aten.convolution.default 2025-06-06T00:21:06.1351170Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1211, aten.permute_copy.default 2025-06-06T00:21:06.1352744Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_79, aten.view_copy.default 2025-06-06T00:21:06.1354281Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_74, aten.add.Tensor 2025-06-06T00:21:06.1355785Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_rms_norm_default_3, aten.rms_norm.default 2025-06-06T00:21:06.1357366Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_80, aten.view_copy.default 2025-06-06T00:21:06.1359018Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1212, aten.permute_copy.default 2025-06-06T00:21:06.1360886Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_77, aten.convolution.default 2025-06-06T00:21:06.1362592Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_78, aten.convolution.default 2025-06-06T00:21:06.1364202Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sigmoid_default_1, aten.sigmoid.default 2025-06-06T00:21:06.1365697Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_194, aten.mul.Tensor 2025-06-06T00:21:06.1367095Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_195, aten.mul.Tensor 2025-06-06T00:21:06.6599218Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_79, aten.convolution.default 2025-06-06T00:21:06.6601054Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1213, aten.permute_copy.default 2025-06-06T00:21:06.6602747Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_81, aten.view_copy.default 2025-06-06T00:21:06.6604262Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_75, aten.add.Tensor 2025-06-06T00:21:06.6605765Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_rms_norm_default_4, aten.rms_norm.default 2025-06-06T00:21:06.6607673Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_82, aten.view_copy.default 2025-06-06T00:21:06.6609339Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1214, aten.permute_copy.default 2025-06-06T00:21:06.6611199Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_613, aten._to_copy.default 2025-06-06T00:21:06.6612858Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_80, aten.convolution.default 2025-06-06T00:21:06.6614600Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1215, aten.permute_copy.default 2025-06-06T00:21:06.6616216Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_81, aten.convolution.default 2025-06-06T00:21:06.6617810Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1216, aten.permute_copy.default 2025-06-06T00:21:06.6619427Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_82, aten.convolution.default 2025-06-06T00:21:06.6621013Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1217, aten.permute_copy.default 2025-06-06T00:21:06.6622666Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_83, aten.convolution.default 2025-06-06T00:21:06.6624505Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1218, aten.permute_copy.default 2025-06-06T00:21:06.6626166Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_84, aten.convolution.default 2025-06-06T00:21:06.6627913Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1219, aten.permute_copy.default 2025-06-06T00:21:06.6629643Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_85, aten.convolution.default 2025-06-06T00:21:06.6631366Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1220, aten.permute_copy.default 2025-06-06T00:21:06.6633072Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_86, aten.convolution.default 2025-06-06T00:21:06.6634772Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1221, aten.permute_copy.default 2025-06-06T00:21:06.6636508Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_87, aten.convolution.default 2025-06-06T00:21:06.6638206Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1222, aten.permute_copy.default 2025-06-06T00:21:06.6639918Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_88, aten.convolution.default 2025-06-06T00:21:06.6641632Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1223, aten.permute_copy.default 2025-06-06T00:21:06.6643320Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_89, aten.convolution.default 2025-06-06T00:21:06.6645053Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1224, aten.permute_copy.default 2025-06-06T00:21:06.6646770Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_90, aten.convolution.default 2025-06-06T00:21:06.6648400Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1225, aten.permute_copy.default 2025-06-06T00:21:06.6649944Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_91, aten.convolution.default 2025-06-06T00:21:06.6651677Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1226, aten.permute_copy.default 2025-06-06T00:21:06.6653408Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_92, aten.convolution.default 2025-06-06T00:21:06.6655209Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1227, aten.permute_copy.default 2025-06-06T00:21:06.6657060Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_93, aten.convolution.default 2025-06-06T00:21:06.6658846Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1228, aten.permute_copy.default 2025-06-06T00:21:06.6660707Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_94, aten.convolution.default 2025-06-06T00:21:06.6662414Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1229, aten.permute_copy.default 2025-06-06T00:21:06.6664125Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_95, aten.convolution.default 2025-06-06T00:21:06.6665866Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1230, aten.permute_copy.default 2025-06-06T00:21:06.6667540Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_96, aten.convolution.default 2025-06-06T00:21:06.6669270Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1231, aten.permute_copy.default 2025-06-06T00:21:06.6671011Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_97, aten.convolution.default 2025-06-06T00:21:06.6672578Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1232, aten.permute_copy.default 2025-06-06T00:21:06.6674318Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_98, aten.convolution.default 2025-06-06T00:21:06.6675958Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1233, aten.permute_copy.default 2025-06-06T00:21:06.6677600Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_99, aten.convolution.default 2025-06-06T00:21:06.6679205Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1234, aten.permute_copy.default 2025-06-06T00:21:06.6680977Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_100, aten.convolution.default 2025-06-06T00:21:06.6682724Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1235, aten.permute_copy.default 2025-06-06T00:21:06.6684438Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_101, aten.convolution.default 2025-06-06T00:21:06.6686138Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1236, aten.permute_copy.default 2025-06-06T00:21:06.6687857Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_102, aten.convolution.default 2025-06-06T00:21:06.6689652Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1237, aten.permute_copy.default 2025-06-06T00:21:06.6691355Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_103, aten.convolution.default 2025-06-06T00:21:06.6693085Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1238, aten.permute_copy.default 2025-06-06T00:21:06.6694829Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_104, aten.convolution.default 2025-06-06T00:21:06.6696525Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1239, aten.permute_copy.default 2025-06-06T00:21:06.6698287Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_105, aten.convolution.default 2025-06-06T00:21:06.6700015Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1240, aten.permute_copy.default 2025-06-06T00:21:06.6701742Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_106, aten.convolution.default 2025-06-06T00:21:06.6703453Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1241, aten.permute_copy.default 2025-06-06T00:21:06.6705331Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_107, aten.convolution.default 2025-06-06T00:21:06.6707042Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1242, aten.permute_copy.default 2025-06-06T00:21:06.6708891Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_108, aten.convolution.default 2025-06-06T00:21:06.6710639Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1243, aten.permute_copy.default 2025-06-06T00:21:06.6712349Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_109, aten.convolution.default 2025-06-06T00:21:06.6714079Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1244, aten.permute_copy.default 2025-06-06T00:21:06.6715802Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_110, aten.convolution.default 2025-06-06T00:21:06.6717550Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1245, aten.permute_copy.default 2025-06-06T00:21:06.6719271Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_111, aten.convolution.default 2025-06-06T00:21:06.9484735Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1246, aten.permute_copy.default 2025-06-06T00:21:06.9485940Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_112, aten.convolution.default 2025-06-06T00:21:06.9486964Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1247, aten.permute_copy.default 2025-06-06T00:21:06.9487875Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_113, aten.convolution.default 2025-06-06T00:21:06.9488793Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1248, aten.permute_copy.default 2025-06-06T00:21:06.9489797Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_114, aten.convolution.default 2025-06-06T00:21:06.9490707Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1249, aten.permute_copy.default 2025-06-06T00:21:06.9491630Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_115, aten.convolution.default 2025-06-06T00:21:06.9492536Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1250, aten.permute_copy.default 2025-06-06T00:21:06.9493440Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_83, aten.view_copy.default 2025-06-06T00:21:06.9494307Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_84, aten.view_copy.default 2025-06-06T00:21:06.9495162Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_85, aten.view_copy.default 2025-06-06T00:21:06.9496029Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_86, aten.view_copy.default 2025-06-06T00:21:06.9496878Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_87, aten.view_copy.default 2025-06-06T00:21:06.9497740Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_88, aten.view_copy.default 2025-06-06T00:21:06.9498606Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_89, aten.view_copy.default 2025-06-06T00:21:06.9499462Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_90, aten.view_copy.default 2025-06-06T00:21:06.9500330Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_91, aten.view_copy.default 2025-06-06T00:21:06.9501180Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_92, aten.view_copy.default 2025-06-06T00:21:06.9502044Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_93, aten.view_copy.default 2025-06-06T00:21:06.9502981Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_94, aten.view_copy.default 2025-06-06T00:21:06.9503831Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_95, aten.view_copy.default 2025-06-06T00:21:06.9504754Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_96, aten.view_copy.default 2025-06-06T00:21:06.9505610Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_97, aten.view_copy.default 2025-06-06T00:21:06.9506478Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_98, aten.view_copy.default 2025-06-06T00:21:06.9507342Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_99, aten.view_copy.default 2025-06-06T00:21:06.9508208Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_100, aten.view_copy.default 2025-06-06T00:21:06.9509092Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_101, aten.view_copy.default 2025-06-06T00:21:06.9509948Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_102, aten.view_copy.default 2025-06-06T00:21:06.9510821Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_103, aten.view_copy.default 2025-06-06T00:21:06.9511749Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_104, aten.view_copy.default 2025-06-06T00:21:06.9512640Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_105, aten.view_copy.default 2025-06-06T00:21:06.9513506Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_106, aten.view_copy.default 2025-06-06T00:21:06.9514364Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_107, aten.view_copy.default 2025-06-06T00:21:06.9515230Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_626, aten._to_copy.default 2025-06-06T00:21:06.9516088Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_108, aten.view_copy.default 2025-06-06T00:21:06.9516945Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_627, aten._to_copy.default 2025-06-06T00:21:06.9517804Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_109, aten.view_copy.default 2025-06-06T00:21:06.9518653Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_628, aten._to_copy.default 2025-06-06T00:21:06.9519512Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_110, aten.view_copy.default 2025-06-06T00:21:06.9520373Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_629, aten._to_copy.default 2025-06-06T00:21:06.9521443Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_111, aten.view_copy.default 2025-06-06T00:21:06.9522312Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_630, aten._to_copy.default 2025-06-06T00:21:06.9523159Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_112, aten.view_copy.default 2025-06-06T00:21:06.9524023Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_631, aten._to_copy.default 2025-06-06T00:21:06.9524880Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_113, aten.view_copy.default 2025-06-06T00:21:06.9525726Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_632, aten._to_copy.default 2025-06-06T00:21:06.9526586Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_114, aten.view_copy.default 2025-06-06T00:21:06.9527435Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_633, aten._to_copy.default 2025-06-06T00:21:06.9528348Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_115, aten.view_copy.default 2025-06-06T00:21:06.9529208Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_634, aten._to_copy.default 2025-06-06T00:21:06.9530170Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_116, aten.view_copy.default 2025-06-06T00:21:06.9531028Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_635, aten._to_copy.default 2025-06-06T00:21:06.9531875Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_117, aten.view_copy.default 2025-06-06T00:21:06.9532737Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_636, aten._to_copy.default 2025-06-06T00:21:06.9533594Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_118, aten.view_copy.default 2025-06-06T00:21:06.9534442Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_637, aten._to_copy.default 2025-06-06T00:21:06.9535303Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_96, aten.slice_copy.Tensor 2025-06-06T00:21:06.9536155Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_97, aten.slice_copy.Tensor 2025-06-06T00:21:06.9537021Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_98, aten.slice_copy.Tensor 2025-06-06T00:21:06.9537912Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_99, aten.slice_copy.Tensor 2025-06-06T00:21:06.9538839Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_100, aten.slice_copy.Tensor 2025-06-06T00:21:06.9539710Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_101, aten.slice_copy.Tensor 2025-06-06T00:21:06.9540563Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_102, aten.slice_copy.Tensor 2025-06-06T00:21:06.9541435Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_103, aten.slice_copy.Tensor 2025-06-06T00:21:06.9542304Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_104, aten.slice_copy.Tensor 2025-06-06T00:21:06.9543162Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_105, aten.slice_copy.Tensor 2025-06-06T00:21:06.9544036Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_106, aten.slice_copy.Tensor 2025-06-06T00:21:06.9544895Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_107, aten.slice_copy.Tensor 2025-06-06T00:21:06.9545763Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_108, aten.slice_copy.Tensor 2025-06-06T00:21:06.9546634Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_109, aten.slice_copy.Tensor 2025-06-06T00:21:06.9547494Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_110, aten.slice_copy.Tensor 2025-06-06T00:21:06.9548364Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_111, aten.slice_copy.Tensor 2025-06-06T00:21:06.9549224Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_112, aten.slice_copy.Tensor 2025-06-06T00:21:07.3435626Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_113, aten.slice_copy.Tensor 2025-06-06T00:21:07.3436690Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_114, aten.slice_copy.Tensor 2025-06-06T00:21:07.3437565Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_115, aten.slice_copy.Tensor 2025-06-06T00:21:07.3438435Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_116, aten.slice_copy.Tensor 2025-06-06T00:21:07.3439328Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_117, aten.slice_copy.Tensor 2025-06-06T00:21:07.3440409Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_118, aten.slice_copy.Tensor 2025-06-06T00:21:07.3441282Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_119, aten.slice_copy.Tensor 2025-06-06T00:21:07.3442206Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_120, aten.slice_copy.Tensor 2025-06-06T00:21:07.3443080Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_121, aten.slice_copy.Tensor 2025-06-06T00:21:07.3443950Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_122, aten.slice_copy.Tensor 2025-06-06T00:21:07.3444806Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_123, aten.slice_copy.Tensor 2025-06-06T00:21:07.3445675Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_124, aten.slice_copy.Tensor 2025-06-06T00:21:07.3446536Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_125, aten.slice_copy.Tensor 2025-06-06T00:21:07.3447536Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_126, aten.slice_copy.Tensor 2025-06-06T00:21:07.3448410Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_127, aten.slice_copy.Tensor 2025-06-06T00:21:07.3449269Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_128, aten.slice_copy.Tensor 2025-06-06T00:21:07.3450274Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_129, aten.slice_copy.Tensor 2025-06-06T00:21:07.3451186Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_130, aten.slice_copy.Tensor 2025-06-06T00:21:07.3452054Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_131, aten.slice_copy.Tensor 2025-06-06T00:21:07.3452921Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_132, aten.slice_copy.Tensor 2025-06-06T00:21:07.3453776Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_133, aten.slice_copy.Tensor 2025-06-06T00:21:07.3454651Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_134, aten.slice_copy.Tensor 2025-06-06T00:21:07.3455506Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_135, aten.slice_copy.Tensor 2025-06-06T00:21:07.3456394Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_136, aten.slice_copy.Tensor 2025-06-06T00:21:07.3457266Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_137, aten.slice_copy.Tensor 2025-06-06T00:21:07.3458250Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_138, aten.slice_copy.Tensor 2025-06-06T00:21:07.3459113Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_139, aten.slice_copy.Tensor 2025-06-06T00:21:07.3460196Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_140, aten.slice_copy.Tensor 2025-06-06T00:21:07.3461055Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_141, aten.slice_copy.Tensor 2025-06-06T00:21:07.3461936Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_142, aten.slice_copy.Tensor 2025-06-06T00:21:07.3462811Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_143, aten.slice_copy.Tensor 2025-06-06T00:21:07.3463636Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_123, aten.cat.default 2025-06-06T00:21:07.3464426Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_125, aten.cat.default 2025-06-06T00:21:07.3465198Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_127, aten.cat.default 2025-06-06T00:21:07.3465984Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_129, aten.cat.default 2025-06-06T00:21:07.3466832Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_131, aten.cat.default 2025-06-06T00:21:07.3467602Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_133, aten.cat.default 2025-06-06T00:21:07.3468513Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_135, aten.cat.default 2025-06-06T00:21:07.3469285Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_137, aten.cat.default 2025-06-06T00:21:07.3470063Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_139, aten.cat.default 2025-06-06T00:21:07.3470837Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_141, aten.cat.default 2025-06-06T00:21:07.3471599Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_143, aten.cat.default 2025-06-06T00:21:07.3472376Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_145, aten.cat.default 2025-06-06T00:21:07.3473137Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_196, aten.mul.Tensor 2025-06-06T00:21:07.3473897Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_198, aten.mul.Tensor 2025-06-06T00:21:07.3474646Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_197, aten.mul.Tensor 2025-06-06T00:21:07.3475489Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_199, aten.mul.Tensor 2025-06-06T00:21:07.3476328Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_200, aten.mul.Tensor 2025-06-06T00:21:07.3477073Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_202, aten.mul.Tensor 2025-06-06T00:21:07.3477830Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_201, aten.mul.Tensor 2025-06-06T00:21:07.3478572Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_203, aten.mul.Tensor 2025-06-06T00:21:07.3479487Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_204, aten.mul.Tensor 2025-06-06T00:21:07.3480241Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_206, aten.mul.Tensor 2025-06-06T00:21:07.3480985Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_205, aten.mul.Tensor 2025-06-06T00:21:07.3481740Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_207, aten.mul.Tensor 2025-06-06T00:21:07.3482484Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_208, aten.mul.Tensor 2025-06-06T00:21:07.3483243Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_210, aten.mul.Tensor 2025-06-06T00:21:07.3484072Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_209, aten.mul.Tensor 2025-06-06T00:21:07.3484821Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_211, aten.mul.Tensor 2025-06-06T00:21:07.3485718Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_212, aten.mul.Tensor 2025-06-06T00:21:07.3486468Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_214, aten.mul.Tensor 2025-06-06T00:21:07.3487230Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_213, aten.mul.Tensor 2025-06-06T00:21:07.3487986Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_215, aten.mul.Tensor 2025-06-06T00:21:07.3488734Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_216, aten.mul.Tensor 2025-06-06T00:21:07.3489570Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_218, aten.mul.Tensor 2025-06-06T00:21:07.3490476Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_217, aten.mul.Tensor 2025-06-06T00:21:07.3491238Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_219, aten.mul.Tensor 2025-06-06T00:21:07.3492059Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_220, aten.mul.Tensor 2025-06-06T00:21:07.3492819Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_222, aten.mul.Tensor 2025-06-06T00:21:07.3493613Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_221, aten.mul.Tensor 2025-06-06T00:21:07.3494359Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_223, aten.mul.Tensor 2025-06-06T00:21:07.3495117Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_224, aten.mul.Tensor 2025-06-06T00:21:07.3495865Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_226, aten.mul.Tensor 2025-06-06T00:21:07.3496624Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_225, aten.mul.Tensor 2025-06-06T00:21:07.3497386Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_227, aten.mul.Tensor 2025-06-06T00:21:07.3498138Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_228, aten.mul.Tensor 2025-06-06T00:21:07.3498897Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_230, aten.mul.Tensor 2025-06-06T00:21:07.3499646Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_229, aten.mul.Tensor 2025-06-06T00:21:07.3500406Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_231, aten.mul.Tensor 2025-06-06T00:21:07.3501191Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_232, aten.mul.Tensor 2025-06-06T00:21:07.7737849Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_234, aten.mul.Tensor 2025-06-06T00:21:07.7738738Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_233, aten.mul.Tensor 2025-06-06T00:21:07.7739557Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_235, aten.mul.Tensor 2025-06-06T00:21:07.7740379Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_236, aten.mul.Tensor 2025-06-06T00:21:07.7741212Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_238, aten.mul.Tensor 2025-06-06T00:21:07.7742034Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_237, aten.mul.Tensor 2025-06-06T00:21:07.7742860Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_239, aten.mul.Tensor 2025-06-06T00:21:07.7743679Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_240, aten.mul.Tensor 2025-06-06T00:21:07.7744507Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_242, aten.mul.Tensor 2025-06-06T00:21:07.7745343Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_241, aten.mul.Tensor 2025-06-06T00:21:07.7746173Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_243, aten.mul.Tensor 2025-06-06T00:21:07.7746987Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_244, aten.mul.Tensor 2025-06-06T00:21:07.7747795Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_246, aten.mul.Tensor 2025-06-06T00:21:07.7748612Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_245, aten.mul.Tensor 2025-06-06T00:21:07.7749419Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_247, aten.mul.Tensor 2025-06-06T00:21:07.7750236Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_248, aten.mul.Tensor 2025-06-06T00:21:07.7751051Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_250, aten.mul.Tensor 2025-06-06T00:21:07.7751862Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_249, aten.mul.Tensor 2025-06-06T00:21:07.7752680Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_251, aten.mul.Tensor 2025-06-06T00:21:07.7753485Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_252, aten.mul.Tensor 2025-06-06T00:21:07.7754569Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_254, aten.mul.Tensor 2025-06-06T00:21:07.7755394Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_253, aten.mul.Tensor 2025-06-06T00:21:07.7756271Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_255, aten.mul.Tensor 2025-06-06T00:21:07.7757096Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_256, aten.mul.Tensor 2025-06-06T00:21:07.7757905Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_258, aten.mul.Tensor 2025-06-06T00:21:07.7758729Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_257, aten.mul.Tensor 2025-06-06T00:21:07.7759688Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_259, aten.mul.Tensor 2025-06-06T00:21:07.7760515Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_260, aten.mul.Tensor 2025-06-06T00:21:07.7761360Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_262, aten.mul.Tensor 2025-06-06T00:21:07.7762185Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_261, aten.mul.Tensor 2025-06-06T00:21:07.7763011Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_263, aten.mul.Tensor 2025-06-06T00:21:07.7763817Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_264, aten.mul.Tensor 2025-06-06T00:21:07.7764698Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_266, aten.mul.Tensor 2025-06-06T00:21:07.7765566Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_265, aten.mul.Tensor 2025-06-06T00:21:07.7766368Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_267, aten.mul.Tensor 2025-06-06T00:21:07.7767186Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_268, aten.mul.Tensor 2025-06-06T00:21:07.7768023Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_270, aten.mul.Tensor 2025-06-06T00:21:07.7768838Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_269, aten.mul.Tensor 2025-06-06T00:21:07.7769745Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_271, aten.mul.Tensor 2025-06-06T00:21:07.7770590Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_272, aten.mul.Tensor 2025-06-06T00:21:07.7771414Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_274, aten.mul.Tensor 2025-06-06T00:21:07.7772223Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_273, aten.mul.Tensor 2025-06-06T00:21:07.7773068Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_275, aten.mul.Tensor 2025-06-06T00:21:07.7773886Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_276, aten.mul.Tensor 2025-06-06T00:21:07.7774690Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_278, aten.mul.Tensor 2025-06-06T00:21:07.7775449Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_277, aten.mul.Tensor 2025-06-06T00:21:07.7776248Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_279, aten.mul.Tensor 2025-06-06T00:21:07.7777006Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_280, aten.mul.Tensor 2025-06-06T00:21:07.7777766Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_282, aten.mul.Tensor 2025-06-06T00:21:07.7778569Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_281, aten.mul.Tensor 2025-06-06T00:21:07.7779327Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_283, aten.mul.Tensor 2025-06-06T00:21:07.7780070Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_284, aten.mul.Tensor 2025-06-06T00:21:07.7780828Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_286, aten.mul.Tensor 2025-06-06T00:21:07.7781647Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_285, aten.mul.Tensor 2025-06-06T00:21:07.7782461Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_287, aten.mul.Tensor 2025-06-06T00:21:07.7783308Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_288, aten.mul.Tensor 2025-06-06T00:21:07.7784059Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_290, aten.mul.Tensor 2025-06-06T00:21:07.7784822Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_289, aten.mul.Tensor 2025-06-06T00:21:07.7785588Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_291, aten.mul.Tensor 2025-06-06T00:21:07.7786416Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_48, aten.sub.Tensor 2025-06-06T00:21:07.7787176Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_76, aten.add.Tensor 2025-06-06T00:21:07.7787918Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_49, aten.sub.Tensor 2025-06-06T00:21:07.7788671Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_77, aten.add.Tensor 2025-06-06T00:21:07.7789493Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_50, aten.sub.Tensor 2025-06-06T00:21:07.7790230Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_78, aten.add.Tensor 2025-06-06T00:21:07.7791023Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_51, aten.sub.Tensor 2025-06-06T00:21:07.7791794Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_79, aten.add.Tensor 2025-06-06T00:21:07.7792545Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_52, aten.sub.Tensor 2025-06-06T00:21:07.7793293Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_80, aten.add.Tensor 2025-06-06T00:21:07.7794036Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_53, aten.sub.Tensor 2025-06-06T00:21:07.7794788Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_81, aten.add.Tensor 2025-06-06T00:21:07.7795528Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_54, aten.sub.Tensor 2025-06-06T00:21:07.7796276Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_82, aten.add.Tensor 2025-06-06T00:21:07.7797020Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_55, aten.sub.Tensor 2025-06-06T00:21:07.7797772Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_83, aten.add.Tensor 2025-06-06T00:21:07.7798518Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_56, aten.sub.Tensor 2025-06-06T00:21:07.7799253Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_84, aten.add.Tensor 2025-06-06T00:21:07.7800005Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_57, aten.sub.Tensor 2025-06-06T00:21:07.7800745Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_85, aten.add.Tensor 2025-06-06T00:21:07.7801496Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_58, aten.sub.Tensor 2025-06-06T00:21:07.7802301Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_86, aten.add.Tensor 2025-06-06T00:21:07.7803041Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_59, aten.sub.Tensor 2025-06-06T00:21:07.7803790Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_87, aten.add.Tensor 2025-06-06T00:21:07.7804527Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_60, aten.sub.Tensor 2025-06-06T00:21:07.7805335Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_638, aten._to_copy.default 2025-06-06T00:21:08.2152096Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_88, aten.add.Tensor 2025-06-06T00:21:08.2153259Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_639, aten._to_copy.default 2025-06-06T00:21:08.2154055Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_61, aten.sub.Tensor 2025-06-06T00:21:08.2154928Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_640, aten._to_copy.default 2025-06-06T00:21:08.2155750Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_89, aten.add.Tensor 2025-06-06T00:21:08.2156545Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_641, aten._to_copy.default 2025-06-06T00:21:08.2157345Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_62, aten.sub.Tensor 2025-06-06T00:21:08.2158130Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_642, aten._to_copy.default 2025-06-06T00:21:08.2158928Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_90, aten.add.Tensor 2025-06-06T00:21:08.2159924Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_643, aten._to_copy.default 2025-06-06T00:21:08.2160712Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_63, aten.sub.Tensor 2025-06-06T00:21:08.2161514Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_644, aten._to_copy.default 2025-06-06T00:21:08.2162360Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_91, aten.add.Tensor 2025-06-06T00:21:08.2163260Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_645, aten._to_copy.default 2025-06-06T00:21:08.2164067Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_64, aten.sub.Tensor 2025-06-06T00:21:08.2164860Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_646, aten._to_copy.default 2025-06-06T00:21:08.2165673Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_92, aten.add.Tensor 2025-06-06T00:21:08.2166518Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_647, aten._to_copy.default 2025-06-06T00:21:08.2167310Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_65, aten.sub.Tensor 2025-06-06T00:21:08.2168112Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_648, aten._to_copy.default 2025-06-06T00:21:08.2168905Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_93, aten.add.Tensor 2025-06-06T00:21:08.2169836Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_649, aten._to_copy.default 2025-06-06T00:21:08.2170703Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_66, aten.sub.Tensor 2025-06-06T00:21:08.2171495Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_650, aten._to_copy.default 2025-06-06T00:21:08.2172295Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_94, aten.add.Tensor 2025-06-06T00:21:08.2173081Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_651, aten._to_copy.default 2025-06-06T00:21:08.2173881Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_67, aten.sub.Tensor 2025-06-06T00:21:08.2174681Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_652, aten._to_copy.default 2025-06-06T00:21:08.2175474Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_95, aten.add.Tensor 2025-06-06T00:21:08.2176296Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_653, aten._to_copy.default 2025-06-06T00:21:08.2177083Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_68, aten.sub.Tensor 2025-06-06T00:21:08.2177886Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_654, aten._to_copy.default 2025-06-06T00:21:08.2178777Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_96, aten.add.Tensor 2025-06-06T00:21:08.2179575Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_655, aten._to_copy.default 2025-06-06T00:21:08.2180432Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_69, aten.sub.Tensor 2025-06-06T00:21:08.2181228Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_656, aten._to_copy.default 2025-06-06T00:21:08.2182027Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_97, aten.add.Tensor 2025-06-06T00:21:08.2182830Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_657, aten._to_copy.default 2025-06-06T00:21:08.2183619Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_70, aten.sub.Tensor 2025-06-06T00:21:08.2184424Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_658, aten._to_copy.default 2025-06-06T00:21:08.2185217Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_98, aten.add.Tensor 2025-06-06T00:21:08.2186023Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_659, aten._to_copy.default 2025-06-06T00:21:08.2186886Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_71, aten.sub.Tensor 2025-06-06T00:21:08.2187774Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_660, aten._to_copy.default 2025-06-06T00:21:08.2188604Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_99, aten.add.Tensor 2025-06-06T00:21:08.2189411Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_661, aten._to_copy.default 2025-06-06T00:21:08.2190211Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_98, aten.cat.default 2025-06-06T00:21:08.2190984Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_99, aten.cat.default 2025-06-06T00:21:08.2191748Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_100, aten.cat.default 2025-06-06T00:21:08.2192533Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_101, aten.cat.default 2025-06-06T00:21:08.2193302Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_102, aten.cat.default 2025-06-06T00:21:08.2194082Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_103, aten.cat.default 2025-06-06T00:21:08.2194863Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_104, aten.cat.default 2025-06-06T00:21:08.2195627Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_105, aten.cat.default 2025-06-06T00:21:08.2196403Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_106, aten.cat.default 2025-06-06T00:21:08.2197169Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_107, aten.cat.default 2025-06-06T00:21:08.2197952Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_108, aten.cat.default 2025-06-06T00:21:08.2198732Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_109, aten.cat.default 2025-06-06T00:21:08.2199500Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_110, aten.cat.default 2025-06-06T00:21:08.2200277Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_111, aten.cat.default 2025-06-06T00:21:08.2201091Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_112, aten.cat.default 2025-06-06T00:21:08.2201905Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_662, aten._to_copy.default 2025-06-06T00:21:08.2202718Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_113, aten.cat.default 2025-06-06T00:21:08.2203521Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_663, aten._to_copy.default 2025-06-06T00:21:08.2204373Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_114, aten.cat.default 2025-06-06T00:21:08.2205169Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_664, aten._to_copy.default 2025-06-06T00:21:08.2206017Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_115, aten.cat.default 2025-06-06T00:21:08.2206836Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_665, aten._to_copy.default 2025-06-06T00:21:08.2207638Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_116, aten.cat.default 2025-06-06T00:21:08.2208450Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_666, aten._to_copy.default 2025-06-06T00:21:08.2209247Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_117, aten.cat.default 2025-06-06T00:21:08.2210130Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_667, aten._to_copy.default 2025-06-06T00:21:08.2210939Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_118, aten.cat.default 2025-06-06T00:21:08.2211739Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_668, aten._to_copy.default 2025-06-06T00:21:08.2212546Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_119, aten.cat.default 2025-06-06T00:21:08.2213366Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_120, aten.cat.default 2025-06-06T00:21:08.2214209Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_669, aten._to_copy.default 2025-06-06T00:21:08.2215019Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_121, aten.cat.default 2025-06-06T00:21:08.2215827Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_670, aten._to_copy.default 2025-06-06T00:21:08.2216715Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_143, aten.permute_copy.default 2025-06-06T00:21:08.6714806Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_144, aten.permute_copy.default 2025-06-06T00:21:08.6715820Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_145, aten.permute_copy.default 2025-06-06T00:21:08.6716707Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_671, aten._to_copy.default 2025-06-06T00:21:08.6717618Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_146, aten.permute_copy.default 2025-06-06T00:21:08.6718510Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_672, aten._to_copy.default 2025-06-06T00:21:08.6719385Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_147, aten.permute_copy.default 2025-06-06T00:21:08.6720280Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_673, aten._to_copy.default 2025-06-06T00:21:08.6721154Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_148, aten.permute_copy.default 2025-06-06T00:21:08.6722042Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_674, aten._to_copy.default 2025-06-06T00:21:08.6722934Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_149, aten.permute_copy.default 2025-06-06T00:21:08.6723809Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_675, aten._to_copy.default 2025-06-06T00:21:08.6724702Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_150, aten.permute_copy.default 2025-06-06T00:21:08.6725582Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_676, aten._to_copy.default 2025-06-06T00:21:08.6726467Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_151, aten.permute_copy.default 2025-06-06T00:21:08.6727635Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_677, aten._to_copy.default 2025-06-06T00:21:08.6728523Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_152, aten.permute_copy.default 2025-06-06T00:21:08.6729579Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_153, aten.permute_copy.default 2025-06-06T00:21:08.6730480Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_678, aten._to_copy.default 2025-06-06T00:21:08.6731361Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_154, aten.permute_copy.default 2025-06-06T00:21:08.6732250Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_679, aten._to_copy.default 2025-06-06T00:21:08.6733075Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_122, aten.cat.default 2025-06-06T00:21:08.6733853Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_124, aten.cat.default 2025-06-06T00:21:08.6734639Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_126, aten.cat.default 2025-06-06T00:21:08.6735410Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_128, aten.cat.default 2025-06-06T00:21:08.6736188Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_130, aten.cat.default 2025-06-06T00:21:08.6737018Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_132, aten.cat.default 2025-06-06T00:21:08.6737842Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_134, aten.cat.default 2025-06-06T00:21:08.6738627Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_136, aten.cat.default 2025-06-06T00:21:08.6739396Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_138, aten.cat.default 2025-06-06T00:21:08.6740182Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_140, aten.cat.default 2025-06-06T00:21:08.6740965Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_142, aten.cat.default 2025-06-06T00:21:08.6741741Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_144, aten.cat.default 2025-06-06T00:21:08.6742549Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_48, aten.matmul.default 2025-06-06T00:21:08.6743363Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_50, aten.matmul.default 2025-06-06T00:21:08.6744186Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_52, aten.matmul.default 2025-06-06T00:21:08.6745009Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_54, aten.matmul.default 2025-06-06T00:21:08.6745819Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_56, aten.matmul.default 2025-06-06T00:21:08.6746642Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_58, aten.matmul.default 2025-06-06T00:21:08.6747446Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_60, aten.matmul.default 2025-06-06T00:21:08.6748271Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_62, aten.matmul.default 2025-06-06T00:21:08.6749090Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_64, aten.matmul.default 2025-06-06T00:21:08.6749900Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_66, aten.matmul.default 2025-06-06T00:21:08.6750789Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_68, aten.matmul.default 2025-06-06T00:21:08.6751733Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_70, aten.matmul.default 2025-06-06T00:21:08.6752531Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_24, aten.div.Tensor 2025-06-06T00:21:08.6753365Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_25, aten.div.Tensor 2025-06-06T00:21:08.6754109Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_26, aten.div.Tensor 2025-06-06T00:21:08.6754932Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_27, aten.div.Tensor 2025-06-06T00:21:08.6755684Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_28, aten.div.Tensor 2025-06-06T00:21:08.6763956Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_29, aten.div.Tensor 2025-06-06T00:21:08.6764867Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_30, aten.div.Tensor 2025-06-06T00:21:08.6765642Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_31, aten.div.Tensor 2025-06-06T00:21:08.6766399Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_32, aten.div.Tensor 2025-06-06T00:21:08.6767170Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_33, aten.div.Tensor 2025-06-06T00:21:08.6767915Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_34, aten.div.Tensor 2025-06-06T00:21:08.6768683Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_35, aten.div.Tensor 2025-06-06T00:21:08.6769519Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_100, aten.add.Tensor 2025-06-06T00:21:08.6770410Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_101, aten.add.Tensor 2025-06-06T00:21:08.6771241Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_102, aten.add.Tensor 2025-06-06T00:21:08.6771998Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_103, aten.add.Tensor 2025-06-06T00:21:08.6772767Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_104, aten.add.Tensor 2025-06-06T00:21:08.6773599Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_105, aten.add.Tensor 2025-06-06T00:21:08.6774386Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_106, aten.add.Tensor 2025-06-06T00:21:08.6775155Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_107, aten.add.Tensor 2025-06-06T00:21:08.6775916Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_108, aten.add.Tensor 2025-06-06T00:21:08.6776668Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_109, aten.add.Tensor 2025-06-06T00:21:08.6777431Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_110, aten.add.Tensor 2025-06-06T00:21:08.6778180Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_111, aten.add.Tensor 2025-06-06T00:21:08.6778994Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_24, aten._softmax.default 2025-06-06T00:21:08.6779857Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_25, aten._softmax.default 2025-06-06T00:21:08.6780698Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_26, aten._softmax.default 2025-06-06T00:21:08.6781554Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_27, aten._softmax.default 2025-06-06T00:21:08.6782393Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_28, aten._softmax.default 2025-06-06T00:21:08.6783248Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_29, aten._softmax.default 2025-06-06T00:21:08.6784104Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_30, aten._softmax.default 2025-06-06T00:21:08.6785042Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_31, aten._softmax.default 2025-06-06T00:21:08.6785886Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_32, aten._softmax.default 2025-06-06T00:21:08.6786785Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_33, aten._softmax.default 2025-06-06T00:21:08.6787637Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_34, aten._softmax.default 2025-06-06T00:21:09.2154126Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_35, aten._softmax.default 2025-06-06T00:21:09.2155682Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_49, aten.matmul.default 2025-06-06T00:21:09.2157128Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_51, aten.matmul.default 2025-06-06T00:21:09.2158582Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_53, aten.matmul.default 2025-06-06T00:21:09.2160284Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_55, aten.matmul.default 2025-06-06T00:21:09.2161723Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_57, aten.matmul.default 2025-06-06T00:21:09.2163191Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_59, aten.matmul.default 2025-06-06T00:21:09.2164667Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_61, aten.matmul.default 2025-06-06T00:21:09.2166102Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_63, aten.matmul.default 2025-06-06T00:21:09.2167644Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_65, aten.matmul.default 2025-06-06T00:21:09.2169167Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_67, aten.matmul.default 2025-06-06T00:21:09.2170668Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_69, aten.matmul.default 2025-06-06T00:21:09.2172103Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_71, aten.matmul.default 2025-06-06T00:21:09.2173509Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_146, aten.cat.default 2025-06-06T00:21:09.2174976Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_119, aten.view_copy.default 2025-06-06T00:21:09.2176585Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1251, aten.permute_copy.default 2025-06-06T00:21:09.2178209Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_116, aten.convolution.default 2025-06-06T00:21:09.2179855Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1252, aten.permute_copy.default 2025-06-06T00:21:09.2181496Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_120, aten.view_copy.default 2025-06-06T00:21:09.2183033Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_112, aten.add.Tensor 2025-06-06T00:21:09.2184463Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_rms_norm_default_5, aten.rms_norm.default 2025-06-06T00:21:09.2185973Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_121, aten.view_copy.default 2025-06-06T00:21:09.2187576Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1253, aten.permute_copy.default 2025-06-06T00:21:09.2189192Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_117, aten.convolution.default 2025-06-06T00:21:09.2190817Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_118, aten.convolution.default 2025-06-06T00:21:09.2192370Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sigmoid_default_2, aten.sigmoid.default 2025-06-06T00:21:09.2193768Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_292, aten.mul.Tensor 2025-06-06T00:21:09.2195114Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_293, aten.mul.Tensor 2025-06-06T00:21:09.2196688Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_119, aten.convolution.default 2025-06-06T00:21:09.2198320Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1254, aten.permute_copy.default 2025-06-06T00:21:09.2199974Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_122, aten.view_copy.default 2025-06-06T00:21:09.2201415Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_113, aten.add.Tensor 2025-06-06T00:21:09.2202843Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_rms_norm_default_6, aten.rms_norm.default 2025-06-06T00:21:09.2204352Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_123, aten.view_copy.default 2025-06-06T00:21:09.2205958Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1255, aten.permute_copy.default 2025-06-06T00:21:09.2207596Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_680, aten._to_copy.default 2025-06-06T00:21:09.2209153Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_120, aten.convolution.default 2025-06-06T00:21:09.2210855Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1256, aten.permute_copy.default 2025-06-06T00:21:09.2212470Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_121, aten.convolution.default 2025-06-06T00:21:09.2214149Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1257, aten.permute_copy.default 2025-06-06T00:21:09.2215827Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_122, aten.convolution.default 2025-06-06T00:21:09.2217448Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1258, aten.permute_copy.default 2025-06-06T00:21:09.2219158Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_123, aten.convolution.default 2025-06-06T00:21:09.2220779Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1259, aten.permute_copy.default 2025-06-06T00:21:09.2222415Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_124, aten.convolution.default 2025-06-06T00:21:09.2224057Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1260, aten.permute_copy.default 2025-06-06T00:21:09.2225677Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_125, aten.convolution.default 2025-06-06T00:21:09.2227306Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1261, aten.permute_copy.default 2025-06-06T00:21:09.2228926Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_126, aten.convolution.default 2025-06-06T00:21:09.2230567Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1262, aten.permute_copy.default 2025-06-06T00:21:09.2232166Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_127, aten.convolution.default 2025-06-06T00:21:09.2233790Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1263, aten.permute_copy.default 2025-06-06T00:21:09.2235433Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_128, aten.convolution.default 2025-06-06T00:21:09.2237065Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1264, aten.permute_copy.default 2025-06-06T00:21:09.2238701Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_129, aten.convolution.default 2025-06-06T00:21:09.2240331Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1265, aten.permute_copy.default 2025-06-06T00:21:09.2241948Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_130, aten.convolution.default 2025-06-06T00:21:09.2243632Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1266, aten.permute_copy.default 2025-06-06T00:21:09.2245244Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_131, aten.convolution.default 2025-06-06T00:21:09.2246902Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1267, aten.permute_copy.default 2025-06-06T00:21:09.2248545Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_132, aten.convolution.default 2025-06-06T00:21:09.2250228Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1268, aten.permute_copy.default 2025-06-06T00:21:09.2251859Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_133, aten.convolution.default 2025-06-06T00:21:09.2253490Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1269, aten.permute_copy.default 2025-06-06T00:21:09.2255107Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_134, aten.convolution.default 2025-06-06T00:21:09.2256743Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1270, aten.permute_copy.default 2025-06-06T00:21:09.2258373Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_135, aten.convolution.default 2025-06-06T00:21:09.2260198Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1271, aten.permute_copy.default 2025-06-06T00:21:09.2261887Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_136, aten.convolution.default 2025-06-06T00:21:09.2263509Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1272, aten.permute_copy.default 2025-06-06T00:21:09.2265140Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_137, aten.convolution.default 2025-06-06T00:21:09.2266767Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1273, aten.permute_copy.default 2025-06-06T00:21:09.2268382Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_138, aten.convolution.default 2025-06-06T00:21:09.5799888Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1274, aten.permute_copy.default 2025-06-06T00:21:09.5801645Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_139, aten.convolution.default 2025-06-06T00:21:09.5803364Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1275, aten.permute_copy.default 2025-06-06T00:21:09.5805139Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_140, aten.convolution.default 2025-06-06T00:21:09.5806857Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1276, aten.permute_copy.default 2025-06-06T00:21:09.5808587Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_141, aten.convolution.default 2025-06-06T00:21:09.5810375Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1277, aten.permute_copy.default 2025-06-06T00:21:09.5812128Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_142, aten.convolution.default 2025-06-06T00:21:09.5813813Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1278, aten.permute_copy.default 2025-06-06T00:21:09.5815562Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_143, aten.convolution.default 2025-06-06T00:21:09.5817295Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1279, aten.permute_copy.default 2025-06-06T00:21:09.5818809Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_144, aten.convolution.default 2025-06-06T00:21:09.5820891Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1280, aten.permute_copy.default 2025-06-06T00:21:09.5822622Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_145, aten.convolution.default 2025-06-06T00:21:09.5824467Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1281, aten.permute_copy.default 2025-06-06T00:21:09.5826191Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_146, aten.convolution.default 2025-06-06T00:21:09.5827896Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1282, aten.permute_copy.default 2025-06-06T00:21:09.5829617Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_147, aten.convolution.default 2025-06-06T00:21:09.5831319Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1283, aten.permute_copy.default 2025-06-06T00:21:09.5833058Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_148, aten.convolution.default 2025-06-06T00:21:09.5834792Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1284, aten.permute_copy.default 2025-06-06T00:21:09.5836488Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_149, aten.convolution.default 2025-06-06T00:21:09.5838222Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1285, aten.permute_copy.default 2025-06-06T00:21:09.5840071Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_150, aten.convolution.default 2025-06-06T00:21:09.5842023Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1286, aten.permute_copy.default 2025-06-06T00:21:09.5843760Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_151, aten.convolution.default 2025-06-06T00:21:09.5845505Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1287, aten.permute_copy.default 2025-06-06T00:21:09.5847202Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_152, aten.convolution.default 2025-06-06T00:21:09.5848917Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1288, aten.permute_copy.default 2025-06-06T00:21:09.5850700Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_153, aten.convolution.default 2025-06-06T00:21:09.5852423Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1289, aten.permute_copy.default 2025-06-06T00:21:09.5854133Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_154, aten.convolution.default 2025-06-06T00:21:09.5855873Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1290, aten.permute_copy.default 2025-06-06T00:21:09.5857610Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_155, aten.convolution.default 2025-06-06T00:21:09.5859526Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1291, aten.permute_copy.default 2025-06-06T00:21:09.5861233Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_124, aten.view_copy.default 2025-06-06T00:21:09.5862873Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_125, aten.view_copy.default 2025-06-06T00:21:09.5864442Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_126, aten.view_copy.default 2025-06-06T00:21:09.5866093Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_127, aten.view_copy.default 2025-06-06T00:21:09.5867726Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_128, aten.view_copy.default 2025-06-06T00:21:09.5869323Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_129, aten.view_copy.default 2025-06-06T00:21:09.5871078Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_130, aten.view_copy.default 2025-06-06T00:21:09.5872701Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_131, aten.view_copy.default 2025-06-06T00:21:09.5874422Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_132, aten.view_copy.default 2025-06-06T00:21:09.5876056Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_133, aten.view_copy.default 2025-06-06T00:21:09.5877665Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_134, aten.view_copy.default 2025-06-06T00:21:09.5879297Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_135, aten.view_copy.default 2025-06-06T00:21:09.5880874Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_136, aten.view_copy.default 2025-06-06T00:21:09.5882511Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_137, aten.view_copy.default 2025-06-06T00:21:09.5884146Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_138, aten.view_copy.default 2025-06-06T00:21:09.5885683Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_139, aten.view_copy.default 2025-06-06T00:21:09.5887302Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_140, aten.view_copy.default 2025-06-06T00:21:09.5889085Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_141, aten.view_copy.default 2025-06-06T00:21:09.5890862Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_142, aten.view_copy.default 2025-06-06T00:21:09.5892448Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_143, aten.view_copy.default 2025-06-06T00:21:09.5894059Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_144, aten.view_copy.default 2025-06-06T00:21:09.5895657Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_145, aten.view_copy.default 2025-06-06T00:21:09.5897294Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_146, aten.view_copy.default 2025-06-06T00:21:09.5898907Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_147, aten.view_copy.default 2025-06-06T00:21:09.5900524Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_148, aten.view_copy.default 2025-06-06T00:21:09.5902175Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_149, aten.view_copy.default 2025-06-06T00:21:09.5903740Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_692, aten._to_copy.default 2025-06-06T00:21:09.5905346Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_150, aten.view_copy.default 2025-06-06T00:21:09.5906983Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_693, aten._to_copy.default 2025-06-06T00:21:09.5908510Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_151, aten.view_copy.default 2025-06-06T00:21:09.5910133Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_694, aten._to_copy.default 2025-06-06T00:21:09.5911753Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_152, aten.view_copy.default 2025-06-06T00:21:09.5913360Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_695, aten._to_copy.default 2025-06-06T00:21:09.5914944Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_153, aten.view_copy.default 2025-06-06T00:21:09.5916534Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_696, aten._to_copy.default 2025-06-06T00:21:09.5918216Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_154, aten.view_copy.default 2025-06-06T00:21:09.5919796Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_697, aten._to_copy.default 2025-06-06T00:21:09.9274037Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_155, aten.view_copy.default 2025-06-06T00:21:09.9275697Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_698, aten._to_copy.default 2025-06-06T00:21:09.9277309Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_156, aten.view_copy.default 2025-06-06T00:21:09.9278916Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_699, aten._to_copy.default 2025-06-06T00:21:09.9280506Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_157, aten.view_copy.default 2025-06-06T00:21:09.9282145Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_700, aten._to_copy.default 2025-06-06T00:21:09.9283771Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_158, aten.view_copy.default 2025-06-06T00:21:09.9285410Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_701, aten._to_copy.default 2025-06-06T00:21:09.9286990Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_159, aten.view_copy.default 2025-06-06T00:21:09.9288794Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_702, aten._to_copy.default 2025-06-06T00:21:09.9290650Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_144, aten.slice_copy.Tensor 2025-06-06T00:21:09.9292190Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_145, aten.slice_copy.Tensor 2025-06-06T00:21:09.9293829Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_146, aten.slice_copy.Tensor 2025-06-06T00:21:09.9295472Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_147, aten.slice_copy.Tensor 2025-06-06T00:21:09.9297092Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_148, aten.slice_copy.Tensor 2025-06-06T00:21:09.9298715Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_149, aten.slice_copy.Tensor 2025-06-06T00:21:09.9300318Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_150, aten.slice_copy.Tensor 2025-06-06T00:21:09.9301948Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_151, aten.slice_copy.Tensor 2025-06-06T00:21:09.9303558Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_152, aten.slice_copy.Tensor 2025-06-06T00:21:09.9305183Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_153, aten.slice_copy.Tensor 2025-06-06T00:21:09.9306815Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_154, aten.slice_copy.Tensor 2025-06-06T00:21:09.9308403Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_155, aten.slice_copy.Tensor 2025-06-06T00:21:09.9310029Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_156, aten.slice_copy.Tensor 2025-06-06T00:21:09.9311665Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_157, aten.slice_copy.Tensor 2025-06-06T00:21:09.9313298Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_158, aten.slice_copy.Tensor 2025-06-06T00:21:09.9314813Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_159, aten.slice_copy.Tensor 2025-06-06T00:21:09.9316447Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_160, aten.slice_copy.Tensor 2025-06-06T00:21:09.9318078Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_161, aten.slice_copy.Tensor 2025-06-06T00:21:09.9319841Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_162, aten.slice_copy.Tensor 2025-06-06T00:21:09.9321462Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_163, aten.slice_copy.Tensor 2025-06-06T00:21:09.9323155Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_164, aten.slice_copy.Tensor 2025-06-06T00:21:09.9324783Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_165, aten.slice_copy.Tensor 2025-06-06T00:21:09.9326386Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_166, aten.slice_copy.Tensor 2025-06-06T00:21:09.9328015Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_167, aten.slice_copy.Tensor 2025-06-06T00:21:09.9329744Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_168, aten.slice_copy.Tensor 2025-06-06T00:21:09.9331325Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_169, aten.slice_copy.Tensor 2025-06-06T00:21:09.9332951Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_170, aten.slice_copy.Tensor 2025-06-06T00:21:09.9334592Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_171, aten.slice_copy.Tensor 2025-06-06T00:21:09.9336151Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_172, aten.slice_copy.Tensor 2025-06-06T00:21:09.9338372Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_173, aten.slice_copy.Tensor 2025-06-06T00:21:09.9340092Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_174, aten.slice_copy.Tensor 2025-06-06T00:21:09.9341707Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_175, aten.slice_copy.Tensor 2025-06-06T00:21:09.9343319Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_176, aten.slice_copy.Tensor 2025-06-06T00:21:09.9344928Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_177, aten.slice_copy.Tensor 2025-06-06T00:21:09.9346551Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_178, aten.slice_copy.Tensor 2025-06-06T00:21:09.9348165Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_179, aten.slice_copy.Tensor 2025-06-06T00:21:09.9349799Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_180, aten.slice_copy.Tensor 2025-06-06T00:21:09.9351430Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_181, aten.slice_copy.Tensor 2025-06-06T00:21:09.9353004Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_182, aten.slice_copy.Tensor 2025-06-06T00:21:09.9354642Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_183, aten.slice_copy.Tensor 2025-06-06T00:21:09.9356258Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_184, aten.slice_copy.Tensor 2025-06-06T00:21:09.9357858Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_185, aten.slice_copy.Tensor 2025-06-06T00:21:09.9359380Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_186, aten.slice_copy.Tensor 2025-06-06T00:21:09.9361017Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_187, aten.slice_copy.Tensor 2025-06-06T00:21:09.9362787Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_188, aten.slice_copy.Tensor 2025-06-06T00:21:09.9364396Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_189, aten.slice_copy.Tensor 2025-06-06T00:21:09.9365985Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_190, aten.slice_copy.Tensor 2025-06-06T00:21:09.9367770Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_191, aten.slice_copy.Tensor 2025-06-06T00:21:09.9369276Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_172, aten.cat.default 2025-06-06T00:21:09.9370903Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_174, aten.cat.default 2025-06-06T00:21:09.9372334Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_176, aten.cat.default 2025-06-06T00:21:09.9373773Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_178, aten.cat.default 2025-06-06T00:21:09.9375250Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_180, aten.cat.default 2025-06-06T00:21:09.9376647Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_182, aten.cat.default 2025-06-06T00:21:09.9378092Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_184, aten.cat.default 2025-06-06T00:21:09.9379526Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_186, aten.cat.default 2025-06-06T00:21:09.9380985Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_188, aten.cat.default 2025-06-06T00:21:09.9382348Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_190, aten.cat.default 2025-06-06T00:21:09.9383800Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_192, aten.cat.default 2025-06-06T00:21:09.9385382Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_194, aten.cat.default 2025-06-06T00:21:09.9386868Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_294, aten.mul.Tensor 2025-06-06T00:21:09.9388274Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_296, aten.mul.Tensor 2025-06-06T00:21:09.9389670Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_295, aten.mul.Tensor 2025-06-06T00:21:09.9391093Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_297, aten.mul.Tensor 2025-06-06T00:21:09.9392499Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_298, aten.mul.Tensor 2025-06-06T00:21:09.9393897Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_300, aten.mul.Tensor 2025-06-06T00:21:10.3594906Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_299, aten.mul.Tensor 2025-06-06T00:21:10.3596384Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_301, aten.mul.Tensor 2025-06-06T00:21:10.3597751Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_302, aten.mul.Tensor 2025-06-06T00:21:10.3599189Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_304, aten.mul.Tensor 2025-06-06T00:21:10.3600600Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_303, aten.mul.Tensor 2025-06-06T00:21:10.3601991Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_305, aten.mul.Tensor 2025-06-06T00:21:10.3603408Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_306, aten.mul.Tensor 2025-06-06T00:21:10.3604824Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_308, aten.mul.Tensor 2025-06-06T00:21:10.3606249Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_307, aten.mul.Tensor 2025-06-06T00:21:10.3607695Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_309, aten.mul.Tensor 2025-06-06T00:21:10.3609073Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_310, aten.mul.Tensor 2025-06-06T00:21:10.3610577Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_312, aten.mul.Tensor 2025-06-06T00:21:10.3611995Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_311, aten.mul.Tensor 2025-06-06T00:21:10.3613403Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_313, aten.mul.Tensor 2025-06-06T00:21:10.3615046Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_314, aten.mul.Tensor 2025-06-06T00:21:10.3616463Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_316, aten.mul.Tensor 2025-06-06T00:21:10.3618014Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_315, aten.mul.Tensor 2025-06-06T00:21:10.3619410Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_317, aten.mul.Tensor 2025-06-06T00:21:10.3620803Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_318, aten.mul.Tensor 2025-06-06T00:21:10.3622219Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_320, aten.mul.Tensor 2025-06-06T00:21:10.3623608Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_319, aten.mul.Tensor 2025-06-06T00:21:10.3625013Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_321, aten.mul.Tensor 2025-06-06T00:21:10.3626431Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_322, aten.mul.Tensor 2025-06-06T00:21:10.3627830Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_324, aten.mul.Tensor 2025-06-06T00:21:10.3629276Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_323, aten.mul.Tensor 2025-06-06T00:21:10.3630644Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_325, aten.mul.Tensor 2025-06-06T00:21:10.3632181Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_326, aten.mul.Tensor 2025-06-06T00:21:10.3633713Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_328, aten.mul.Tensor 2025-06-06T00:21:10.3635138Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_327, aten.mul.Tensor 2025-06-06T00:21:10.3636450Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_329, aten.mul.Tensor 2025-06-06T00:21:10.3637859Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_330, aten.mul.Tensor 2025-06-06T00:21:10.3639278Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_332, aten.mul.Tensor 2025-06-06T00:21:10.3640692Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_331, aten.mul.Tensor 2025-06-06T00:21:10.3642075Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_333, aten.mul.Tensor 2025-06-06T00:21:10.3643484Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_334, aten.mul.Tensor 2025-06-06T00:21:10.3644877Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_336, aten.mul.Tensor 2025-06-06T00:21:10.3646287Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_335, aten.mul.Tensor 2025-06-06T00:21:10.3647675Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_337, aten.mul.Tensor 2025-06-06T00:21:10.3649085Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_338, aten.mul.Tensor 2025-06-06T00:21:10.3650570Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_340, aten.mul.Tensor 2025-06-06T00:21:10.3651988Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_339, aten.mul.Tensor 2025-06-06T00:21:10.3653369Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_341, aten.mul.Tensor 2025-06-06T00:21:10.3654770Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_342, aten.mul.Tensor 2025-06-06T00:21:10.3656192Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_344, aten.mul.Tensor 2025-06-06T00:21:10.3657617Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_343, aten.mul.Tensor 2025-06-06T00:21:10.3658968Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_345, aten.mul.Tensor 2025-06-06T00:21:10.3660651Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_346, aten.mul.Tensor 2025-06-06T00:21:10.3662212Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_348, aten.mul.Tensor 2025-06-06T00:21:10.3663597Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_347, aten.mul.Tensor 2025-06-06T00:21:10.3665072Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_349, aten.mul.Tensor 2025-06-06T00:21:10.3666494Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_350, aten.mul.Tensor 2025-06-06T00:21:10.3667904Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_352, aten.mul.Tensor 2025-06-06T00:21:10.3669299Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_351, aten.mul.Tensor 2025-06-06T00:21:10.3670704Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_353, aten.mul.Tensor 2025-06-06T00:21:10.3672098Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_354, aten.mul.Tensor 2025-06-06T00:21:10.3673517Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_356, aten.mul.Tensor 2025-06-06T00:21:10.3674905Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_355, aten.mul.Tensor 2025-06-06T00:21:10.3676305Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_357, aten.mul.Tensor 2025-06-06T00:21:10.3677718Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_358, aten.mul.Tensor 2025-06-06T00:21:10.3679237Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_360, aten.mul.Tensor 2025-06-06T00:21:10.3680622Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_359, aten.mul.Tensor 2025-06-06T00:21:10.3681998Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_361, aten.mul.Tensor 2025-06-06T00:21:10.3683403Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_362, aten.mul.Tensor 2025-06-06T00:21:10.3684840Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_364, aten.mul.Tensor 2025-06-06T00:21:10.3686227Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_363, aten.mul.Tensor 2025-06-06T00:21:10.3687630Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_365, aten.mul.Tensor 2025-06-06T00:21:10.3689041Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_366, aten.mul.Tensor 2025-06-06T00:21:10.3690512Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_368, aten.mul.Tensor 2025-06-06T00:21:10.3691903Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_367, aten.mul.Tensor 2025-06-06T00:21:10.3693301Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_369, aten.mul.Tensor 2025-06-06T00:21:10.3694708Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_370, aten.mul.Tensor 2025-06-06T00:21:10.3696125Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_372, aten.mul.Tensor 2025-06-06T00:21:10.3697524Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_371, aten.mul.Tensor 2025-06-06T00:21:10.3698940Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_373, aten.mul.Tensor 2025-06-06T00:21:10.3700338Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_374, aten.mul.Tensor 2025-06-06T00:21:10.3701767Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_376, aten.mul.Tensor 2025-06-06T00:21:10.3703107Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_375, aten.mul.Tensor 2025-06-06T00:21:10.3704533Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_377, aten.mul.Tensor 2025-06-06T00:21:10.3705960Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_378, aten.mul.Tensor 2025-06-06T00:21:10.3707478Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_380, aten.mul.Tensor 2025-06-06T00:21:10.3708863Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_379, aten.mul.Tensor 2025-06-06T00:21:10.3710244Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_381, aten.mul.Tensor 2025-06-06T00:21:10.3711753Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_382, aten.mul.Tensor 2025-06-06T00:21:10.3713178Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_384, aten.mul.Tensor 2025-06-06T00:21:10.3714573Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_383, aten.mul.Tensor 2025-06-06T00:21:10.8068570Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_385, aten.mul.Tensor 2025-06-06T00:21:10.8070024Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_386, aten.mul.Tensor 2025-06-06T00:21:10.8071412Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_388, aten.mul.Tensor 2025-06-06T00:21:10.8072845Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_387, aten.mul.Tensor 2025-06-06T00:21:10.8074294Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_389, aten.mul.Tensor 2025-06-06T00:21:10.8075689Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_72, aten.sub.Tensor 2025-06-06T00:21:10.8077361Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_114, aten.add.Tensor 2025-06-06T00:21:10.8078838Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_73, aten.sub.Tensor 2025-06-06T00:21:10.8080273Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_115, aten.add.Tensor 2025-06-06T00:21:10.8081645Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_74, aten.sub.Tensor 2025-06-06T00:21:10.8083030Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_116, aten.add.Tensor 2025-06-06T00:21:10.8084449Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_75, aten.sub.Tensor 2025-06-06T00:21:10.8085850Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_117, aten.add.Tensor 2025-06-06T00:21:10.8087207Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_76, aten.sub.Tensor 2025-06-06T00:21:10.8088623Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_118, aten.add.Tensor 2025-06-06T00:21:10.8090114Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_77, aten.sub.Tensor 2025-06-06T00:21:10.8091540Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_119, aten.add.Tensor 2025-06-06T00:21:10.8092902Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_78, aten.sub.Tensor 2025-06-06T00:21:10.8094298Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_120, aten.add.Tensor 2025-06-06T00:21:10.8095704Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_79, aten.sub.Tensor 2025-06-06T00:21:10.8097082Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_121, aten.add.Tensor 2025-06-06T00:21:10.8098489Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_80, aten.sub.Tensor 2025-06-06T00:21:10.8099880Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_122, aten.add.Tensor 2025-06-06T00:21:10.8101295Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_81, aten.sub.Tensor 2025-06-06T00:21:10.8102733Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_123, aten.add.Tensor 2025-06-06T00:21:10.8104085Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_82, aten.sub.Tensor 2025-06-06T00:21:10.8105491Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_124, aten.add.Tensor 2025-06-06T00:21:10.8107056Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_83, aten.sub.Tensor 2025-06-06T00:21:10.8108426Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_125, aten.add.Tensor 2025-06-06T00:21:10.8109945Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_84, aten.sub.Tensor 2025-06-06T00:21:10.8111508Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_703, aten._to_copy.default 2025-06-06T00:21:10.8113036Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_126, aten.add.Tensor 2025-06-06T00:21:10.8114524Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_704, aten._to_copy.default 2025-06-06T00:21:10.8116010Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_85, aten.sub.Tensor 2025-06-06T00:21:10.8117511Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_705, aten._to_copy.default 2025-06-06T00:21:10.8119013Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_127, aten.add.Tensor 2025-06-06T00:21:10.8120499Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_706, aten._to_copy.default 2025-06-06T00:21:10.8122004Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_86, aten.sub.Tensor 2025-06-06T00:21:10.8123487Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_707, aten._to_copy.default 2025-06-06T00:21:10.8125062Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_128, aten.add.Tensor 2025-06-06T00:21:10.8126628Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_708, aten._to_copy.default 2025-06-06T00:21:10.8128124Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_87, aten.sub.Tensor 2025-06-06T00:21:10.8129748Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_709, aten._to_copy.default 2025-06-06T00:21:10.8131182Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_129, aten.add.Tensor 2025-06-06T00:21:10.8132701Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_710, aten._to_copy.default 2025-06-06T00:21:10.8134225Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_88, aten.sub.Tensor 2025-06-06T00:21:10.8135706Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_711, aten._to_copy.default 2025-06-06T00:21:10.8137198Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_130, aten.add.Tensor 2025-06-06T00:21:10.8138682Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_712, aten._to_copy.default 2025-06-06T00:21:10.8140167Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_89, aten.sub.Tensor 2025-06-06T00:21:10.8141658Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_713, aten._to_copy.default 2025-06-06T00:21:10.8143147Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_131, aten.add.Tensor 2025-06-06T00:21:10.8144655Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_714, aten._to_copy.default 2025-06-06T00:21:10.8146163Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_90, aten.sub.Tensor 2025-06-06T00:21:10.8147636Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_715, aten._to_copy.default 2025-06-06T00:21:10.8149128Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_132, aten.add.Tensor 2025-06-06T00:21:10.8150642Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_716, aten._to_copy.default 2025-06-06T00:21:10.8152122Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_91, aten.sub.Tensor 2025-06-06T00:21:10.8153414Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_717, aten._to_copy.default 2025-06-06T00:21:10.8155030Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_133, aten.add.Tensor 2025-06-06T00:21:10.8156529Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_718, aten._to_copy.default 2025-06-06T00:21:10.8158107Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_92, aten.sub.Tensor 2025-06-06T00:21:10.8159781Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_719, aten._to_copy.default 2025-06-06T00:21:10.8161257Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_134, aten.add.Tensor 2025-06-06T00:21:10.8162753Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_720, aten._to_copy.default 2025-06-06T00:21:10.8164224Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_93, aten.sub.Tensor 2025-06-06T00:21:10.8165712Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_721, aten._to_copy.default 2025-06-06T00:21:10.8167217Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_135, aten.add.Tensor 2025-06-06T00:21:10.8168699Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_722, aten._to_copy.default 2025-06-06T00:21:10.8170293Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_94, aten.sub.Tensor 2025-06-06T00:21:10.8171841Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_723, aten._to_copy.default 2025-06-06T00:21:10.8173410Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_136, aten.add.Tensor 2025-06-06T00:21:10.8174923Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_724, aten._to_copy.default 2025-06-06T00:21:10.8176345Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_95, aten.sub.Tensor 2025-06-06T00:21:10.8177854Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_725, aten._to_copy.default 2025-06-06T00:21:10.8179349Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_137, aten.add.Tensor 2025-06-06T00:21:10.8180877Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_726, aten._to_copy.default 2025-06-06T00:21:10.8182367Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_147, aten.cat.default 2025-06-06T00:21:10.8183793Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_148, aten.cat.default 2025-06-06T00:21:10.8185239Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_149, aten.cat.default 2025-06-06T00:21:10.8186659Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_150, aten.cat.default 2025-06-06T00:21:10.8188103Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_151, aten.cat.default 2025-06-06T00:21:11.2276666Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_152, aten.cat.default 2025-06-06T00:21:11.2278149Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_153, aten.cat.default 2025-06-06T00:21:11.2279604Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_154, aten.cat.default 2025-06-06T00:21:11.2281037Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_155, aten.cat.default 2025-06-06T00:21:11.2282492Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_156, aten.cat.default 2025-06-06T00:21:11.2283932Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_157, aten.cat.default 2025-06-06T00:21:11.2285379Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_158, aten.cat.default 2025-06-06T00:21:11.2286876Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_159, aten.cat.default 2025-06-06T00:21:11.2288644Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_160, aten.cat.default 2025-06-06T00:21:11.2290217Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_727, aten._to_copy.default 2025-06-06T00:21:11.2291911Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_161, aten.cat.default 2025-06-06T00:21:11.2293465Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_728, aten._to_copy.default 2025-06-06T00:21:11.2294931Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_162, aten.cat.default 2025-06-06T00:21:11.2296472Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_729, aten._to_copy.default 2025-06-06T00:21:11.2298009Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_163, aten.cat.default 2025-06-06T00:21:11.2299538Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_730, aten._to_copy.default 2025-06-06T00:21:11.2301036Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_164, aten.cat.default 2025-06-06T00:21:11.2302548Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_731, aten._to_copy.default 2025-06-06T00:21:11.2304053Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_165, aten.cat.default 2025-06-06T00:21:11.2305566Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_732, aten._to_copy.default 2025-06-06T00:21:11.2307186Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_166, aten.cat.default 2025-06-06T00:21:11.2308789Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_733, aten._to_copy.default 2025-06-06T00:21:11.2310343Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_167, aten.cat.default 2025-06-06T00:21:11.2311833Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_734, aten._to_copy.default 2025-06-06T00:21:11.2313358Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_168, aten.cat.default 2025-06-06T00:21:11.2314869Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_735, aten._to_copy.default 2025-06-06T00:21:11.2316391Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_169, aten.cat.default 2025-06-06T00:21:11.2317812Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_736, aten._to_copy.default 2025-06-06T00:21:11.2319321Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_170, aten.cat.default 2025-06-06T00:21:11.2320845Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_737, aten._to_copy.default 2025-06-06T00:21:11.2322478Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_196, aten.permute_copy.default 2025-06-06T00:21:11.2324190Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_197, aten.permute_copy.default 2025-06-06T00:21:11.2325855Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_738, aten._to_copy.default 2025-06-06T00:21:11.2327497Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_198, aten.permute_copy.default 2025-06-06T00:21:11.2329144Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_739, aten._to_copy.default 2025-06-06T00:21:11.2330898Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_199, aten.permute_copy.default 2025-06-06T00:21:11.2332568Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_740, aten._to_copy.default 2025-06-06T00:21:11.2334182Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_200, aten.permute_copy.default 2025-06-06T00:21:11.2335817Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_741, aten._to_copy.default 2025-06-06T00:21:11.2337612Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_201, aten.permute_copy.default 2025-06-06T00:21:11.2339207Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_742, aten._to_copy.default 2025-06-06T00:21:11.2340942Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_202, aten.permute_copy.default 2025-06-06T00:21:11.2342625Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_743, aten._to_copy.default 2025-06-06T00:21:11.2344280Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_203, aten.permute_copy.default 2025-06-06T00:21:11.2345917Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_744, aten._to_copy.default 2025-06-06T00:21:11.2347542Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_204, aten.permute_copy.default 2025-06-06T00:21:11.2349187Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_745, aten._to_copy.default 2025-06-06T00:21:11.2350829Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_205, aten.permute_copy.default 2025-06-06T00:21:11.2352480Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_746, aten._to_copy.default 2025-06-06T00:21:11.2354222Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_206, aten.permute_copy.default 2025-06-06T00:21:11.2355885Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_747, aten._to_copy.default 2025-06-06T00:21:11.2357544Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_207, aten.permute_copy.default 2025-06-06T00:21:11.2359417Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_748, aten._to_copy.default 2025-06-06T00:21:11.2360950Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_171, aten.cat.default 2025-06-06T00:21:11.2362376Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_173, aten.cat.default 2025-06-06T00:21:11.2363804Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_175, aten.cat.default 2025-06-06T00:21:11.2365252Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_177, aten.cat.default 2025-06-06T00:21:11.2366687Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_179, aten.cat.default 2025-06-06T00:21:11.2368128Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_181, aten.cat.default 2025-06-06T00:21:11.2369636Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_183, aten.cat.default 2025-06-06T00:21:11.2371065Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_185, aten.cat.default 2025-06-06T00:21:11.2372522Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_187, aten.cat.default 2025-06-06T00:21:11.2373973Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_189, aten.cat.default 2025-06-06T00:21:11.2375417Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_191, aten.cat.default 2025-06-06T00:21:11.2376895Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_193, aten.cat.default 2025-06-06T00:21:11.2378367Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_72, aten.matmul.default 2025-06-06T00:21:11.2379898Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_74, aten.matmul.default 2025-06-06T00:21:11.2381439Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_76, aten.matmul.default 2025-06-06T00:21:11.2382977Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_78, aten.matmul.default 2025-06-06T00:21:11.2384638Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_80, aten.matmul.default 2025-06-06T00:21:11.2386180Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_82, aten.matmul.default 2025-06-06T00:21:11.2387827Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_84, aten.matmul.default 2025-06-06T00:21:11.2389404Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_86, aten.matmul.default 2025-06-06T00:21:11.2390919Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_88, aten.matmul.default 2025-06-06T00:21:11.2392451Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_90, aten.matmul.default 2025-06-06T00:21:11.2393959Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_92, aten.matmul.default 2025-06-06T00:21:11.2395435Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_94, aten.matmul.default 2025-06-06T00:21:11.2396950Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_36, aten.div.Tensor 2025-06-06T00:21:11.7786627Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_37, aten.div.Tensor 2025-06-06T00:21:11.7788106Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_38, aten.div.Tensor 2025-06-06T00:21:11.7789471Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_39, aten.div.Tensor 2025-06-06T00:21:11.7791153Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_40, aten.div.Tensor 2025-06-06T00:21:11.7792642Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_41, aten.div.Tensor 2025-06-06T00:21:11.7794018Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_42, aten.div.Tensor 2025-06-06T00:21:11.7795418Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_43, aten.div.Tensor 2025-06-06T00:21:11.7796809Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_44, aten.div.Tensor 2025-06-06T00:21:11.7798201Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_45, aten.div.Tensor 2025-06-06T00:21:11.7799603Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_46, aten.div.Tensor 2025-06-06T00:21:11.7800994Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_47, aten.div.Tensor 2025-06-06T00:21:11.7802416Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_138, aten.add.Tensor 2025-06-06T00:21:11.7803838Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_139, aten.add.Tensor 2025-06-06T00:21:11.7805154Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_140, aten.add.Tensor 2025-06-06T00:21:11.7806452Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_141, aten.add.Tensor 2025-06-06T00:21:11.7807797Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_142, aten.add.Tensor 2025-06-06T00:21:11.7809106Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_143, aten.add.Tensor 2025-06-06T00:21:11.7810582Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_144, aten.add.Tensor 2025-06-06T00:21:11.7811893Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_145, aten.add.Tensor 2025-06-06T00:21:11.7813334Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_146, aten.add.Tensor 2025-06-06T00:21:11.7814749Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_147, aten.add.Tensor 2025-06-06T00:21:11.7816239Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_148, aten.add.Tensor 2025-06-06T00:21:11.7817608Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_149, aten.add.Tensor 2025-06-06T00:21:11.7819105Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_36, aten._softmax.default 2025-06-06T00:21:11.7820920Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_37, aten._softmax.default 2025-06-06T00:21:11.7822466Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_38, aten._softmax.default 2025-06-06T00:21:11.7824164Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_39, aten._softmax.default 2025-06-06T00:21:11.7825738Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_40, aten._softmax.default 2025-06-06T00:21:11.7827331Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_41, aten._softmax.default 2025-06-06T00:21:11.7828871Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_42, aten._softmax.default 2025-06-06T00:21:11.7830465Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_43, aten._softmax.default 2025-06-06T00:21:11.7832066Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_44, aten._softmax.default 2025-06-06T00:21:11.7833638Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_45, aten._softmax.default 2025-06-06T00:21:11.7835229Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_46, aten._softmax.default 2025-06-06T00:21:11.7836813Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_47, aten._softmax.default 2025-06-06T00:21:11.7838457Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_73, aten.matmul.default 2025-06-06T00:21:11.7840020Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_75, aten.matmul.default 2025-06-06T00:21:11.7841558Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_77, aten.matmul.default 2025-06-06T00:21:11.7843104Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_79, aten.matmul.default 2025-06-06T00:21:11.7844640Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_81, aten.matmul.default 2025-06-06T00:21:11.7846148Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_83, aten.matmul.default 2025-06-06T00:21:11.7847688Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_85, aten.matmul.default 2025-06-06T00:21:11.7849223Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_87, aten.matmul.default 2025-06-06T00:21:11.7850857Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_89, aten.matmul.default 2025-06-06T00:21:11.7852368Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_91, aten.matmul.default 2025-06-06T00:21:11.7853937Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_93, aten.matmul.default 2025-06-06T00:21:11.7855519Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_95, aten.matmul.default 2025-06-06T00:21:11.7857038Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_195, aten.cat.default 2025-06-06T00:21:11.7858567Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_160, aten.view_copy.default 2025-06-06T00:21:11.7860500Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1292, aten.permute_copy.default 2025-06-06T00:21:11.7862253Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_156, aten.convolution.default 2025-06-06T00:21:11.7863696Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1293, aten.permute_copy.default 2025-06-06T00:21:11.7865381Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_161, aten.view_copy.default 2025-06-06T00:21:11.7866929Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_150, aten.add.Tensor 2025-06-06T00:21:11.7868601Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_rms_norm_default_7, aten.rms_norm.default 2025-06-06T00:21:11.7870192Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_162, aten.view_copy.default 2025-06-06T00:21:11.7871968Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1294, aten.permute_copy.default 2025-06-06T00:21:11.7873710Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_157, aten.convolution.default 2025-06-06T00:21:11.7875419Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_158, aten.convolution.default 2025-06-06T00:21:11.7877038Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sigmoid_default_3, aten.sigmoid.default 2025-06-06T00:21:11.7878510Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_390, aten.mul.Tensor 2025-06-06T00:21:11.7879907Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_391, aten.mul.Tensor 2025-06-06T00:21:11.7881448Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_159, aten.convolution.default 2025-06-06T00:21:11.7883195Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1295, aten.permute_copy.default 2025-06-06T00:21:11.7884894Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_163, aten.view_copy.default 2025-06-06T00:21:11.7886506Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_151, aten.add.Tensor 2025-06-06T00:21:11.7888077Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_rms_norm_default_8, aten.rms_norm.default 2025-06-06T00:21:11.7889745Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_164, aten.view_copy.default 2025-06-06T00:21:11.7891405Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1296, aten.permute_copy.default 2025-06-06T00:21:11.7893057Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_749, aten._to_copy.default 2025-06-06T00:21:11.7894694Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_160, aten.convolution.default 2025-06-06T00:21:11.7896434Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1297, aten.permute_copy.default 2025-06-06T00:21:11.7898092Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_161, aten.convolution.default 2025-06-06T00:21:11.7899845Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1298, aten.permute_copy.default 2025-06-06T00:21:11.7901573Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_162, aten.convolution.default 2025-06-06T00:21:11.7903262Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1299, aten.permute_copy.default 2025-06-06T00:21:11.7904961Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_163, aten.convolution.default 2025-06-06T00:21:11.7906658Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1300, aten.permute_copy.default 2025-06-06T00:21:12.2804273Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_164, aten.convolution.default 2025-06-06T00:21:12.2806031Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1301, aten.permute_copy.default 2025-06-06T00:21:12.2807741Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_165, aten.convolution.default 2025-06-06T00:21:12.2809539Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1302, aten.permute_copy.default 2025-06-06T00:21:12.2811241Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_166, aten.convolution.default 2025-06-06T00:21:12.2813260Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1303, aten.permute_copy.default 2025-06-06T00:21:12.2815024Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_167, aten.convolution.default 2025-06-06T00:21:12.2816876Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1304, aten.permute_copy.default 2025-06-06T00:21:12.2818623Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_168, aten.convolution.default 2025-06-06T00:21:12.2820359Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1305, aten.permute_copy.default 2025-06-06T00:21:12.2822041Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_169, aten.convolution.default 2025-06-06T00:21:12.2823748Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1306, aten.permute_copy.default 2025-06-06T00:21:12.2825498Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_170, aten.convolution.default 2025-06-06T00:21:12.2827233Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1307, aten.permute_copy.default 2025-06-06T00:21:12.2828951Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_171, aten.convolution.default 2025-06-06T00:21:12.2830784Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1308, aten.permute_copy.default 2025-06-06T00:21:12.2832579Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_172, aten.convolution.default 2025-06-06T00:21:12.2834292Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1309, aten.permute_copy.default 2025-06-06T00:21:12.2836008Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_173, aten.convolution.default 2025-06-06T00:21:12.2837732Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1310, aten.permute_copy.default 2025-06-06T00:21:12.2839433Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_174, aten.convolution.default 2025-06-06T00:21:12.2841157Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1311, aten.permute_copy.default 2025-06-06T00:21:12.2842896Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_175, aten.convolution.default 2025-06-06T00:21:12.2844532Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1312, aten.permute_copy.default 2025-06-06T00:21:12.2846151Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_176, aten.convolution.default 2025-06-06T00:21:12.2847891Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1313, aten.permute_copy.default 2025-06-06T00:21:12.2849711Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_177, aten.convolution.default 2025-06-06T00:21:12.2851398Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1314, aten.permute_copy.default 2025-06-06T00:21:12.2853101Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_178, aten.convolution.default 2025-06-06T00:21:12.2854823Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1315, aten.permute_copy.default 2025-06-06T00:21:12.2856543Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_179, aten.convolution.default 2025-06-06T00:21:12.2858257Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1316, aten.permute_copy.default 2025-06-06T00:21:12.2860203Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_180, aten.convolution.default 2025-06-06T00:21:12.2862057Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1317, aten.permute_copy.default 2025-06-06T00:21:12.2863949Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_181, aten.convolution.default 2025-06-06T00:21:12.2865790Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1318, aten.permute_copy.default 2025-06-06T00:21:12.2867487Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_182, aten.convolution.default 2025-06-06T00:21:12.2869176Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1319, aten.permute_copy.default 2025-06-06T00:21:12.2870924Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_183, aten.convolution.default 2025-06-06T00:21:12.2872660Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1320, aten.permute_copy.default 2025-06-06T00:21:12.2874351Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_184, aten.convolution.default 2025-06-06T00:21:12.2876056Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1321, aten.permute_copy.default 2025-06-06T00:21:12.2877774Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_185, aten.convolution.default 2025-06-06T00:21:12.2879490Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1322, aten.permute_copy.default 2025-06-06T00:21:12.2881306Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_186, aten.convolution.default 2025-06-06T00:21:12.2883112Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1323, aten.permute_copy.default 2025-06-06T00:21:12.2884781Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_187, aten.convolution.default 2025-06-06T00:21:12.2886509Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1324, aten.permute_copy.default 2025-06-06T00:21:12.2888254Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_188, aten.convolution.default 2025-06-06T00:21:12.2889994Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1325, aten.permute_copy.default 2025-06-06T00:21:12.2891572Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_189, aten.convolution.default 2025-06-06T00:21:12.2893298Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1326, aten.permute_copy.default 2025-06-06T00:21:12.2895045Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_190, aten.convolution.default 2025-06-06T00:21:12.2896736Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1327, aten.permute_copy.default 2025-06-06T00:21:12.2898435Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_191, aten.convolution.default 2025-06-06T00:21:12.2900146Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1328, aten.permute_copy.default 2025-06-06T00:21:12.2901833Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_192, aten.convolution.default 2025-06-06T00:21:12.2903546Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1329, aten.permute_copy.default 2025-06-06T00:21:12.2905252Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_193, aten.convolution.default 2025-06-06T00:21:12.2906983Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1330, aten.permute_copy.default 2025-06-06T00:21:12.2908663Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_194, aten.convolution.default 2025-06-06T00:21:12.2910395Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1331, aten.permute_copy.default 2025-06-06T00:21:12.2912239Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_195, aten.convolution.default 2025-06-06T00:21:12.2913892Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1332, aten.permute_copy.default 2025-06-06T00:21:12.2915657Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_165, aten.view_copy.default 2025-06-06T00:21:12.2917326Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_166, aten.view_copy.default 2025-06-06T00:21:12.2918937Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_167, aten.view_copy.default 2025-06-06T00:21:12.2920538Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_168, aten.view_copy.default 2025-06-06T00:21:12.2922159Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_169, aten.view_copy.default 2025-06-06T00:21:12.2923762Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_170, aten.view_copy.default 2025-06-06T00:21:12.2925375Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_171, aten.view_copy.default 2025-06-06T00:21:12.5462517Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_172, aten.view_copy.default 2025-06-06T00:21:12.5464201Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_173, aten.view_copy.default 2025-06-06T00:21:12.5466210Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_174, aten.view_copy.default 2025-06-06T00:21:12.5467833Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_175, aten.view_copy.default 2025-06-06T00:21:12.5469442Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_176, aten.view_copy.default 2025-06-06T00:21:12.5471039Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_177, aten.view_copy.default 2025-06-06T00:21:12.5472668Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_178, aten.view_copy.default 2025-06-06T00:21:12.5474274Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_179, aten.view_copy.default 2025-06-06T00:21:12.5475868Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_180, aten.view_copy.default 2025-06-06T00:21:12.5477524Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_181, aten.view_copy.default 2025-06-06T00:21:12.5479153Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_182, aten.view_copy.default 2025-06-06T00:21:12.5480775Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_183, aten.view_copy.default 2025-06-06T00:21:12.5482400Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_184, aten.view_copy.default 2025-06-06T00:21:12.5484037Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_185, aten.view_copy.default 2025-06-06T00:21:12.5485676Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_186, aten.view_copy.default 2025-06-06T00:21:12.5487273Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_187, aten.view_copy.default 2025-06-06T00:21:12.5488897Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_188, aten.view_copy.default 2025-06-06T00:21:12.5490602Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_189, aten.view_copy.default 2025-06-06T00:21:12.5492192Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_761, aten._to_copy.default 2025-06-06T00:21:12.5493792Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_190, aten.view_copy.default 2025-06-06T00:21:12.5495589Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_762, aten._to_copy.default 2025-06-06T00:21:12.5497215Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_191, aten.view_copy.default 2025-06-06T00:21:12.5498941Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_763, aten._to_copy.default 2025-06-06T00:21:12.5500555Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_192, aten.view_copy.default 2025-06-06T00:21:12.5502213Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_193, aten.view_copy.default 2025-06-06T00:21:12.5503765Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_764, aten._to_copy.default 2025-06-06T00:21:12.5505374Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_194, aten.view_copy.default 2025-06-06T00:21:12.5507008Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_765, aten._to_copy.default 2025-06-06T00:21:12.5508606Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_195, aten.view_copy.default 2025-06-06T00:21:12.5510206Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_766, aten._to_copy.default 2025-06-06T00:21:12.5511812Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_196, aten.view_copy.default 2025-06-06T00:21:12.5513621Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_767, aten._to_copy.default 2025-06-06T00:21:12.5515286Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_197, aten.view_copy.default 2025-06-06T00:21:12.5516873Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_768, aten._to_copy.default 2025-06-06T00:21:12.5518472Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_198, aten.view_copy.default 2025-06-06T00:21:12.5520064Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_769, aten._to_copy.default 2025-06-06T00:21:12.5521663Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_199, aten.view_copy.default 2025-06-06T00:21:12.5523276Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_770, aten._to_copy.default 2025-06-06T00:21:12.5524860Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_200, aten.view_copy.default 2025-06-06T00:21:12.5526282Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_771, aten._to_copy.default 2025-06-06T00:21:12.5527896Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_192, aten.slice_copy.Tensor 2025-06-06T00:21:12.5529614Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_193, aten.slice_copy.Tensor 2025-06-06T00:21:12.5531263Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_194, aten.slice_copy.Tensor 2025-06-06T00:21:12.5532842Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_195, aten.slice_copy.Tensor 2025-06-06T00:21:12.5534450Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_196, aten.slice_copy.Tensor 2025-06-06T00:21:12.5536085Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_197, aten.slice_copy.Tensor 2025-06-06T00:21:12.5537690Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_198, aten.slice_copy.Tensor 2025-06-06T00:21:12.5539312Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_199, aten.slice_copy.Tensor 2025-06-06T00:21:12.5540913Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_200, aten.slice_copy.Tensor 2025-06-06T00:21:12.5542554Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_201, aten.slice_copy.Tensor 2025-06-06T00:21:12.5544250Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_202, aten.slice_copy.Tensor 2025-06-06T00:21:12.5545869Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_203, aten.slice_copy.Tensor 2025-06-06T00:21:12.5547587Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_204, aten.slice_copy.Tensor 2025-06-06T00:21:12.5549156Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_205, aten.slice_copy.Tensor 2025-06-06T00:21:12.5550799Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_206, aten.slice_copy.Tensor 2025-06-06T00:21:12.5552441Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_207, aten.slice_copy.Tensor 2025-06-06T00:21:12.5554038Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_208, aten.slice_copy.Tensor 2025-06-06T00:21:12.5555651Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_209, aten.slice_copy.Tensor 2025-06-06T00:21:12.5557257Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_210, aten.slice_copy.Tensor 2025-06-06T00:21:12.5558874Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_211, aten.slice_copy.Tensor 2025-06-06T00:21:12.5560696Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_212, aten.slice_copy.Tensor 2025-06-06T00:21:12.5562434Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_213, aten.slice_copy.Tensor 2025-06-06T00:21:12.5564133Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_214, aten.slice_copy.Tensor 2025-06-06T00:21:12.5565708Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_215, aten.slice_copy.Tensor 2025-06-06T00:21:12.5567333Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_216, aten.slice_copy.Tensor 2025-06-06T00:21:12.5568972Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_217, aten.slice_copy.Tensor 2025-06-06T00:21:12.5570617Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_218, aten.slice_copy.Tensor 2025-06-06T00:21:12.5572262Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_219, aten.slice_copy.Tensor 2025-06-06T00:21:12.5573889Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_220, aten.slice_copy.Tensor 2025-06-06T00:21:12.5575540Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_221, aten.slice_copy.Tensor 2025-06-06T00:21:12.5577132Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_222, aten.slice_copy.Tensor 2025-06-06T00:21:12.5578731Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_223, aten.slice_copy.Tensor 2025-06-06T00:21:12.5580358Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_224, aten.slice_copy.Tensor 2025-06-06T00:21:12.5581963Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_225, aten.slice_copy.Tensor 2025-06-06T00:21:12.9822855Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_226, aten.slice_copy.Tensor 2025-06-06T00:21:12.9824519Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_227, aten.slice_copy.Tensor 2025-06-06T00:21:12.9826134Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_228, aten.slice_copy.Tensor 2025-06-06T00:21:12.9827755Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_229, aten.slice_copy.Tensor 2025-06-06T00:21:12.9829426Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_230, aten.slice_copy.Tensor 2025-06-06T00:21:12.9831336Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_231, aten.slice_copy.Tensor 2025-06-06T00:21:12.9832957Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_232, aten.slice_copy.Tensor 2025-06-06T00:21:12.9834734Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_233, aten.slice_copy.Tensor 2025-06-06T00:21:12.9836313Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_234, aten.slice_copy.Tensor 2025-06-06T00:21:12.9837969Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_235, aten.slice_copy.Tensor 2025-06-06T00:21:12.9839620Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_236, aten.slice_copy.Tensor 2025-06-06T00:21:12.9841186Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_237, aten.slice_copy.Tensor 2025-06-06T00:21:12.9842826Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_238, aten.slice_copy.Tensor 2025-06-06T00:21:12.9844496Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_239, aten.slice_copy.Tensor 2025-06-06T00:21:12.9846030Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_221, aten.cat.default 2025-06-06T00:21:12.9847483Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_223, aten.cat.default 2025-06-06T00:21:12.9849061Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_225, aten.cat.default 2025-06-06T00:21:12.9850697Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_227, aten.cat.default 2025-06-06T00:21:12.9852141Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_229, aten.cat.default 2025-06-06T00:21:12.9853563Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_231, aten.cat.default 2025-06-06T00:21:12.9854992Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_233, aten.cat.default 2025-06-06T00:21:12.9856448Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_235, aten.cat.default 2025-06-06T00:21:12.9857861Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_237, aten.cat.default 2025-06-06T00:21:12.9859519Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_239, aten.cat.default 2025-06-06T00:21:12.9860961Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_241, aten.cat.default 2025-06-06T00:21:12.9862435Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_243, aten.cat.default 2025-06-06T00:21:12.9863702Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_392, aten.mul.Tensor 2025-06-06T00:21:12.9865133Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_394, aten.mul.Tensor 2025-06-06T00:21:12.9866561Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_393, aten.mul.Tensor 2025-06-06T00:21:12.9867979Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_395, aten.mul.Tensor 2025-06-06T00:21:12.9869358Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_396, aten.mul.Tensor 2025-06-06T00:21:12.9870751Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_398, aten.mul.Tensor 2025-06-06T00:21:12.9872210Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_397, aten.mul.Tensor 2025-06-06T00:21:12.9873626Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_399, aten.mul.Tensor 2025-06-06T00:21:12.9875015Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_400, aten.mul.Tensor 2025-06-06T00:21:12.9876419Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_402, aten.mul.Tensor 2025-06-06T00:21:12.9877800Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_401, aten.mul.Tensor 2025-06-06T00:21:12.9879377Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_403, aten.mul.Tensor 2025-06-06T00:21:12.9880734Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_404, aten.mul.Tensor 2025-06-06T00:21:12.9882236Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_406, aten.mul.Tensor 2025-06-06T00:21:12.9883665Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_405, aten.mul.Tensor 2025-06-06T00:21:12.9885063Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_407, aten.mul.Tensor 2025-06-06T00:21:12.9886450Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_408, aten.mul.Tensor 2025-06-06T00:21:12.9887873Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_410, aten.mul.Tensor 2025-06-06T00:21:12.9889285Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_409, aten.mul.Tensor 2025-06-06T00:21:12.9890765Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_411, aten.mul.Tensor 2025-06-06T00:21:12.9892150Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_412, aten.mul.Tensor 2025-06-06T00:21:12.9893554Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_414, aten.mul.Tensor 2025-06-06T00:21:12.9894951Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_413, aten.mul.Tensor 2025-06-06T00:21:12.9896494Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_415, aten.mul.Tensor 2025-06-06T00:21:12.9897965Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_416, aten.mul.Tensor 2025-06-06T00:21:12.9899365Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_418, aten.mul.Tensor 2025-06-06T00:21:12.9900797Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_417, aten.mul.Tensor 2025-06-06T00:21:12.9902157Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_419, aten.mul.Tensor 2025-06-06T00:21:12.9903582Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_420, aten.mul.Tensor 2025-06-06T00:21:12.9905011Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_422, aten.mul.Tensor 2025-06-06T00:21:12.9906423Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_421, aten.mul.Tensor 2025-06-06T00:21:12.9907708Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_423, aten.mul.Tensor 2025-06-06T00:21:12.9909060Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_424, aten.mul.Tensor 2025-06-06T00:21:12.9910482Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_426, aten.mul.Tensor 2025-06-06T00:21:12.9911902Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_425, aten.mul.Tensor 2025-06-06T00:21:12.9913296Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_427, aten.mul.Tensor 2025-06-06T00:21:12.9914702Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_428, aten.mul.Tensor 2025-06-06T00:21:12.9916097Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_430, aten.mul.Tensor 2025-06-06T00:21:12.9917517Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_429, aten.mul.Tensor 2025-06-06T00:21:12.9918916Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_431, aten.mul.Tensor 2025-06-06T00:21:12.9920306Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_432, aten.mul.Tensor 2025-06-06T00:21:12.9921721Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_434, aten.mul.Tensor 2025-06-06T00:21:12.9923116Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_433, aten.mul.Tensor 2025-06-06T00:21:12.9924541Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_435, aten.mul.Tensor 2025-06-06T00:21:12.9926066Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_436, aten.mul.Tensor 2025-06-06T00:21:12.9927468Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_438, aten.mul.Tensor 2025-06-06T00:21:12.9928961Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_437, aten.mul.Tensor 2025-06-06T00:21:12.9930371Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_439, aten.mul.Tensor 2025-06-06T00:21:12.9931804Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_440, aten.mul.Tensor 2025-06-06T00:21:12.9933215Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_442, aten.mul.Tensor 2025-06-06T00:21:12.9934641Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_441, aten.mul.Tensor 2025-06-06T00:21:12.9936049Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_443, aten.mul.Tensor 2025-06-06T00:21:12.9937438Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_444, aten.mul.Tensor 2025-06-06T00:21:12.9938844Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_446, aten.mul.Tensor 2025-06-06T00:21:12.9940232Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_445, aten.mul.Tensor 2025-06-06T00:21:12.9941638Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_447, aten.mul.Tensor 2025-06-06T00:21:12.9943123Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_448, aten.mul.Tensor 2025-06-06T00:21:13.4231827Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_450, aten.mul.Tensor 2025-06-06T00:21:13.4233312Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_449, aten.mul.Tensor 2025-06-06T00:21:13.4234673Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_451, aten.mul.Tensor 2025-06-06T00:21:13.4236103Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_452, aten.mul.Tensor 2025-06-06T00:21:13.4237507Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_454, aten.mul.Tensor 2025-06-06T00:21:13.4238907Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_453, aten.mul.Tensor 2025-06-06T00:21:13.4240319Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_455, aten.mul.Tensor 2025-06-06T00:21:13.4241717Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_456, aten.mul.Tensor 2025-06-06T00:21:13.4243122Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_458, aten.mul.Tensor 2025-06-06T00:21:13.4244556Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_457, aten.mul.Tensor 2025-06-06T00:21:13.4245921Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_459, aten.mul.Tensor 2025-06-06T00:21:13.4247355Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_460, aten.mul.Tensor 2025-06-06T00:21:13.4248756Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_462, aten.mul.Tensor 2025-06-06T00:21:13.4250287Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_461, aten.mul.Tensor 2025-06-06T00:21:13.4251644Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_463, aten.mul.Tensor 2025-06-06T00:21:13.4253062Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_464, aten.mul.Tensor 2025-06-06T00:21:13.4254490Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_466, aten.mul.Tensor 2025-06-06T00:21:13.4265755Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_465, aten.mul.Tensor 2025-06-06T00:21:13.4267184Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_467, aten.mul.Tensor 2025-06-06T00:21:13.4268849Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_468, aten.mul.Tensor 2025-06-06T00:21:13.4270251Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_470, aten.mul.Tensor 2025-06-06T00:21:13.4271682Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_469, aten.mul.Tensor 2025-06-06T00:21:13.4273168Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_471, aten.mul.Tensor 2025-06-06T00:21:13.4274608Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_472, aten.mul.Tensor 2025-06-06T00:21:13.4276047Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_474, aten.mul.Tensor 2025-06-06T00:21:13.4277448Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_473, aten.mul.Tensor 2025-06-06T00:21:13.4278844Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_475, aten.mul.Tensor 2025-06-06T00:21:13.4280302Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_476, aten.mul.Tensor 2025-06-06T00:21:13.4281714Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_478, aten.mul.Tensor 2025-06-06T00:21:13.4283117Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_477, aten.mul.Tensor 2025-06-06T00:21:13.4284535Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_479, aten.mul.Tensor 2025-06-06T00:21:13.4286046Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_480, aten.mul.Tensor 2025-06-06T00:21:13.4287535Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_482, aten.mul.Tensor 2025-06-06T00:21:13.4288930Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_481, aten.mul.Tensor 2025-06-06T00:21:13.4290423Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_483, aten.mul.Tensor 2025-06-06T00:21:13.4291840Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_484, aten.mul.Tensor 2025-06-06T00:21:13.4293264Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_486, aten.mul.Tensor 2025-06-06T00:21:13.4294609Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_485, aten.mul.Tensor 2025-06-06T00:21:13.4295995Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_487, aten.mul.Tensor 2025-06-06T00:21:13.4297401Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_96, aten.sub.Tensor 2025-06-06T00:21:13.4298829Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_152, aten.add.Tensor 2025-06-06T00:21:13.4300217Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_97, aten.sub.Tensor 2025-06-06T00:21:13.4301599Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_153, aten.add.Tensor 2025-06-06T00:21:13.4303006Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_98, aten.sub.Tensor 2025-06-06T00:21:13.4304399Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_154, aten.add.Tensor 2025-06-06T00:21:13.4305795Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_99, aten.sub.Tensor 2025-06-06T00:21:13.4307190Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_155, aten.add.Tensor 2025-06-06T00:21:13.4308596Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_100, aten.sub.Tensor 2025-06-06T00:21:13.4310014Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_156, aten.add.Tensor 2025-06-06T00:21:13.4311427Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_101, aten.sub.Tensor 2025-06-06T00:21:13.4312828Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_157, aten.add.Tensor 2025-06-06T00:21:13.4314231Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_102, aten.sub.Tensor 2025-06-06T00:21:13.4315760Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_158, aten.add.Tensor 2025-06-06T00:21:13.4317088Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_103, aten.sub.Tensor 2025-06-06T00:21:13.4318588Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_159, aten.add.Tensor 2025-06-06T00:21:13.4320019Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_104, aten.sub.Tensor 2025-06-06T00:21:13.4321435Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_160, aten.add.Tensor 2025-06-06T00:21:13.4322837Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_105, aten.sub.Tensor 2025-06-06T00:21:13.4324226Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_161, aten.add.Tensor 2025-06-06T00:21:13.4325633Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_106, aten.sub.Tensor 2025-06-06T00:21:13.4327050Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_162, aten.add.Tensor 2025-06-06T00:21:13.4328438Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_107, aten.sub.Tensor 2025-06-06T00:21:13.4329920Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_163, aten.add.Tensor 2025-06-06T00:21:13.4331323Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_108, aten.sub.Tensor 2025-06-06T00:21:13.4332946Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_772, aten._to_copy.default 2025-06-06T00:21:13.4334464Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_164, aten.add.Tensor 2025-06-06T00:21:13.4335966Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_773, aten._to_copy.default 2025-06-06T00:21:13.4337480Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_109, aten.sub.Tensor 2025-06-06T00:21:13.4338977Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_774, aten._to_copy.default 2025-06-06T00:21:13.4340308Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_165, aten.add.Tensor 2025-06-06T00:21:13.4341808Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_775, aten._to_copy.default 2025-06-06T00:21:13.4343301Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_110, aten.sub.Tensor 2025-06-06T00:21:13.4344824Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_776, aten._to_copy.default 2025-06-06T00:21:13.4346283Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_166, aten.add.Tensor 2025-06-06T00:21:13.4347775Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_777, aten._to_copy.default 2025-06-06T00:21:13.4349270Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_111, aten.sub.Tensor 2025-06-06T00:21:13.4350758Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_778, aten._to_copy.default 2025-06-06T00:21:13.4352249Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_167, aten.add.Tensor 2025-06-06T00:21:13.4353740Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_779, aten._to_copy.default 2025-06-06T00:21:13.4355241Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_112, aten.sub.Tensor 2025-06-06T00:21:13.4356770Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_780, aten._to_copy.default 2025-06-06T00:21:13.4358212Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_168, aten.add.Tensor 2025-06-06T00:21:13.4359930Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_781, aten._to_copy.default 2025-06-06T00:21:13.4361441Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_113, aten.sub.Tensor 2025-06-06T00:21:13.8320883Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_782, aten._to_copy.default 2025-06-06T00:21:13.8322468Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_169, aten.add.Tensor 2025-06-06T00:21:13.8324264Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_783, aten._to_copy.default 2025-06-06T00:21:13.8325777Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_114, aten.sub.Tensor 2025-06-06T00:21:13.8327286Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_784, aten._to_copy.default 2025-06-06T00:21:13.8328768Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_170, aten.add.Tensor 2025-06-06T00:21:13.8330358Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_785, aten._to_copy.default 2025-06-06T00:21:13.8331853Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_115, aten.sub.Tensor 2025-06-06T00:21:13.8333393Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_786, aten._to_copy.default 2025-06-06T00:21:13.8334846Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_171, aten.add.Tensor 2025-06-06T00:21:13.8336358Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_787, aten._to_copy.default 2025-06-06T00:21:13.8337875Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_116, aten.sub.Tensor 2025-06-06T00:21:13.8339507Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_788, aten._to_copy.default 2025-06-06T00:21:13.8340879Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_172, aten.add.Tensor 2025-06-06T00:21:13.8342289Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_789, aten._to_copy.default 2025-06-06T00:21:13.8343633Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_117, aten.sub.Tensor 2025-06-06T00:21:13.8345068Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_790, aten._to_copy.default 2025-06-06T00:21:13.8346560Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_173, aten.add.Tensor 2025-06-06T00:21:13.8348082Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_791, aten._to_copy.default 2025-06-06T00:21:13.8349609Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_118, aten.sub.Tensor 2025-06-06T00:21:13.8351063Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_792, aten._to_copy.default 2025-06-06T00:21:13.8352550Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_174, aten.add.Tensor 2025-06-06T00:21:13.8354029Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_793, aten._to_copy.default 2025-06-06T00:21:13.8355512Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_119, aten.sub.Tensor 2025-06-06T00:21:13.8357013Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_794, aten._to_copy.default 2025-06-06T00:21:13.8358505Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_175, aten.add.Tensor 2025-06-06T00:21:13.8360220Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_795, aten._to_copy.default 2025-06-06T00:21:13.8361680Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_196, aten.cat.default 2025-06-06T00:21:13.8363143Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_197, aten.cat.default 2025-06-06T00:21:13.8364597Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_198, aten.cat.default 2025-06-06T00:21:13.8366046Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_199, aten.cat.default 2025-06-06T00:21:13.8367615Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_200, aten.cat.default 2025-06-06T00:21:13.8369068Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_201, aten.cat.default 2025-06-06T00:21:13.8370605Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_202, aten.cat.default 2025-06-06T00:21:13.8372193Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_203, aten.cat.default 2025-06-06T00:21:13.8373626Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_204, aten.cat.default 2025-06-06T00:21:13.8375074Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_205, aten.cat.default 2025-06-06T00:21:13.8376511Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_206, aten.cat.default 2025-06-06T00:21:13.8377947Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_207, aten.cat.default 2025-06-06T00:21:13.8379394Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_208, aten.cat.default 2025-06-06T00:21:13.8380916Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_796, aten._to_copy.default 2025-06-06T00:21:13.8382466Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_209, aten.cat.default 2025-06-06T00:21:13.8383963Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_797, aten._to_copy.default 2025-06-06T00:21:13.8385638Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_210, aten.cat.default 2025-06-06T00:21:13.8387238Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_798, aten._to_copy.default 2025-06-06T00:21:13.8388698Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_211, aten.cat.default 2025-06-06T00:21:13.8390228Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_799, aten._to_copy.default 2025-06-06T00:21:13.8391762Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_212, aten.cat.default 2025-06-06T00:21:13.8393310Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_800, aten._to_copy.default 2025-06-06T00:21:13.8394814Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_213, aten.cat.default 2025-06-06T00:21:13.8396310Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_801, aten._to_copy.default 2025-06-06T00:21:13.8397826Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_214, aten.cat.default 2025-06-06T00:21:13.8399326Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_802, aten._to_copy.default 2025-06-06T00:21:13.8400836Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_215, aten.cat.default 2025-06-06T00:21:13.8402268Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_216, aten.cat.default 2025-06-06T00:21:13.8403785Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_803, aten._to_copy.default 2025-06-06T00:21:13.8405279Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_217, aten.cat.default 2025-06-06T00:21:13.8406797Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_804, aten._to_copy.default 2025-06-06T00:21:13.8408324Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_218, aten.cat.default 2025-06-06T00:21:13.8409864Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_219, aten.cat.default 2025-06-06T00:21:13.8411270Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_805, aten._to_copy.default 2025-06-06T00:21:13.8412930Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_249, aten.permute_copy.default 2025-06-06T00:21:13.8414586Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_806, aten._to_copy.default 2025-06-06T00:21:13.8416350Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_250, aten.permute_copy.default 2025-06-06T00:21:13.8417964Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_807, aten._to_copy.default 2025-06-06T00:21:13.8419675Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_251, aten.permute_copy.default 2025-06-06T00:21:13.8421316Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_808, aten._to_copy.default 2025-06-06T00:21:13.8422944Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_252, aten.permute_copy.default 2025-06-06T00:21:13.8424595Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_809, aten._to_copy.default 2025-06-06T00:21:13.8426240Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_253, aten.permute_copy.default 2025-06-06T00:21:13.8427874Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_810, aten._to_copy.default 2025-06-06T00:21:13.8429528Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_254, aten.permute_copy.default 2025-06-06T00:21:13.8431176Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_811, aten._to_copy.default 2025-06-06T00:21:13.8432917Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_255, aten.permute_copy.default 2025-06-06T00:21:13.8434563Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_812, aten._to_copy.default 2025-06-06T00:21:13.8436211Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_256, aten.permute_copy.default 2025-06-06T00:21:13.8437946Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_257, aten.permute_copy.default 2025-06-06T00:21:13.8439571Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_813, aten._to_copy.default 2025-06-06T00:21:14.3223399Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_258, aten.permute_copy.default 2025-06-06T00:21:14.3225122Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_814, aten._to_copy.default 2025-06-06T00:21:14.3226812Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_259, aten.permute_copy.default 2025-06-06T00:21:14.3228527Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_260, aten.permute_copy.default 2025-06-06T00:21:14.3230189Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_815, aten._to_copy.default 2025-06-06T00:21:14.3231693Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_220, aten.cat.default 2025-06-06T00:21:14.3233137Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_222, aten.cat.default 2025-06-06T00:21:14.3234609Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_224, aten.cat.default 2025-06-06T00:21:14.3236069Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_226, aten.cat.default 2025-06-06T00:21:14.3237487Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_228, aten.cat.default 2025-06-06T00:21:14.3238941Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_230, aten.cat.default 2025-06-06T00:21:14.3240407Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_232, aten.cat.default 2025-06-06T00:21:14.3241797Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_234, aten.cat.default 2025-06-06T00:21:14.3242943Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_236, aten.cat.default 2025-06-06T00:21:14.3244171Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_238, aten.cat.default 2025-06-06T00:21:14.3245707Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_240, aten.cat.default 2025-06-06T00:21:14.3246939Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_242, aten.cat.default 2025-06-06T00:21:14.3248478Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_96, aten.matmul.default 2025-06-06T00:21:14.3249966Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_98, aten.matmul.default 2025-06-06T00:21:14.3251504Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_100, aten.matmul.default 2025-06-06T00:21:14.3253046Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_102, aten.matmul.default 2025-06-06T00:21:14.3254598Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_104, aten.matmul.default 2025-06-06T00:21:14.3256099Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_106, aten.matmul.default 2025-06-06T00:21:14.3257615Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_108, aten.matmul.default 2025-06-06T00:21:14.3259366Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_110, aten.matmul.default 2025-06-06T00:21:14.3260886Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_112, aten.matmul.default 2025-06-06T00:21:14.3262545Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_114, aten.matmul.default 2025-06-06T00:21:14.3264149Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_116, aten.matmul.default 2025-06-06T00:21:14.3265693Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_118, aten.matmul.default 2025-06-06T00:21:14.3267117Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_48, aten.div.Tensor 2025-06-06T00:21:14.3268537Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_49, aten.div.Tensor 2025-06-06T00:21:14.3269967Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_50, aten.div.Tensor 2025-06-06T00:21:14.3271372Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_51, aten.div.Tensor 2025-06-06T00:21:14.3272783Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_52, aten.div.Tensor 2025-06-06T00:21:14.3274185Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_53, aten.div.Tensor 2025-06-06T00:21:14.3275580Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_54, aten.div.Tensor 2025-06-06T00:21:14.3276986Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_55, aten.div.Tensor 2025-06-06T00:21:14.3278357Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_56, aten.div.Tensor 2025-06-06T00:21:14.3279774Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_57, aten.div.Tensor 2025-06-06T00:21:14.3281209Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_58, aten.div.Tensor 2025-06-06T00:21:14.3282603Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_59, aten.div.Tensor 2025-06-06T00:21:14.3284008Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_176, aten.add.Tensor 2025-06-06T00:21:14.3285415Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_177, aten.add.Tensor 2025-06-06T00:21:14.3286837Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_178, aten.add.Tensor 2025-06-06T00:21:14.3288254Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_179, aten.add.Tensor 2025-06-06T00:21:14.3289699Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_180, aten.add.Tensor 2025-06-06T00:21:14.3291166Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_181, aten.add.Tensor 2025-06-06T00:21:14.3292754Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_182, aten.add.Tensor 2025-06-06T00:21:14.3294230Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_183, aten.add.Tensor 2025-06-06T00:21:14.3295781Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_184, aten.add.Tensor 2025-06-06T00:21:14.3297189Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_185, aten.add.Tensor 2025-06-06T00:21:14.3298613Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_186, aten.add.Tensor 2025-06-06T00:21:14.3300042Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_187, aten.add.Tensor 2025-06-06T00:21:14.3301367Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_48, aten._softmax.default 2025-06-06T00:21:14.3302650Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_49, aten._softmax.default 2025-06-06T00:21:14.3304026Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_50, aten._softmax.default 2025-06-06T00:21:14.3305620Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_51, aten._softmax.default 2025-06-06T00:21:14.3307206Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_52, aten._softmax.default 2025-06-06T00:21:14.3308874Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_53, aten._softmax.default 2025-06-06T00:21:14.3310492Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_54, aten._softmax.default 2025-06-06T00:21:14.3312065Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_55, aten._softmax.default 2025-06-06T00:21:14.3313620Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_56, aten._softmax.default 2025-06-06T00:21:14.3315203Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_57, aten._softmax.default 2025-06-06T00:21:14.3316775Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_58, aten._softmax.default 2025-06-06T00:21:14.3318369Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_59, aten._softmax.default 2025-06-06T00:21:14.3319956Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_97, aten.matmul.default 2025-06-06T00:21:14.3321404Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_99, aten.matmul.default 2025-06-06T00:21:14.3322952Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_101, aten.matmul.default 2025-06-06T00:21:14.3324505Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_103, aten.matmul.default 2025-06-06T00:21:14.3326034Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_105, aten.matmul.default 2025-06-06T00:21:14.3327570Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_107, aten.matmul.default 2025-06-06T00:21:14.3329093Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_109, aten.matmul.default 2025-06-06T00:21:14.3330719Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_111, aten.matmul.default 2025-06-06T00:21:14.3332237Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_113, aten.matmul.default 2025-06-06T00:21:14.3333792Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_115, aten.matmul.default 2025-06-06T00:21:14.3335335Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_117, aten.matmul.default 2025-06-06T00:21:14.3336879Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_119, aten.matmul.default 2025-06-06T00:21:14.3338360Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_244, aten.cat.default 2025-06-06T00:21:14.3340009Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_201, aten.view_copy.default 2025-06-06T00:21:14.3341727Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1333, aten.permute_copy.default 2025-06-06T00:21:14.8892971Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_196, aten.convolution.default 2025-06-06T00:21:14.8894786Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1334, aten.permute_copy.default 2025-06-06T00:21:14.8896462Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_202, aten.view_copy.default 2025-06-06T00:21:14.8898043Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_188, aten.add.Tensor 2025-06-06T00:21:14.8899540Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_rms_norm_default_9, aten.rms_norm.default 2025-06-06T00:21:14.8901147Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_203, aten.view_copy.default 2025-06-06T00:21:14.8902805Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1335, aten.permute_copy.default 2025-06-06T00:21:14.8904575Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_197, aten.convolution.default 2025-06-06T00:21:14.8906402Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_198, aten.convolution.default 2025-06-06T00:21:14.8908140Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sigmoid_default_4, aten.sigmoid.default 2025-06-06T00:21:14.8909643Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_488, aten.mul.Tensor 2025-06-06T00:21:14.8910872Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_489, aten.mul.Tensor 2025-06-06T00:21:14.8912391Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_199, aten.convolution.default 2025-06-06T00:21:14.8913977Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1336, aten.permute_copy.default 2025-06-06T00:21:14.8915636Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_204, aten.view_copy.default 2025-06-06T00:21:14.8917083Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_189, aten.add.Tensor 2025-06-06T00:21:14.8918596Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_rms_norm_default_10, aten.rms_norm.default 2025-06-06T00:21:14.8920221Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_205, aten.view_copy.default 2025-06-06T00:21:14.8921891Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1337, aten.permute_copy.default 2025-06-06T00:21:14.8923539Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_816, aten._to_copy.default 2025-06-06T00:21:14.8925187Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_200, aten.convolution.default 2025-06-06T00:21:14.8926881Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1338, aten.permute_copy.default 2025-06-06T00:21:14.8928596Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_201, aten.convolution.default 2025-06-06T00:21:14.8930413Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1339, aten.permute_copy.default 2025-06-06T00:21:14.8932127Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_202, aten.convolution.default 2025-06-06T00:21:14.8933806Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1340, aten.permute_copy.default 2025-06-06T00:21:14.8935542Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_203, aten.convolution.default 2025-06-06T00:21:14.8937439Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1341, aten.permute_copy.default 2025-06-06T00:21:14.8939137Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_204, aten.convolution.default 2025-06-06T00:21:14.8940936Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1342, aten.permute_copy.default 2025-06-06T00:21:14.8942668Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_205, aten.convolution.default 2025-06-06T00:21:14.8944398Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1343, aten.permute_copy.default 2025-06-06T00:21:14.8946096Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_206, aten.convolution.default 2025-06-06T00:21:14.8947835Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1344, aten.permute_copy.default 2025-06-06T00:21:14.8949568Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_207, aten.convolution.default 2025-06-06T00:21:14.8951292Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1345, aten.permute_copy.default 2025-06-06T00:21:14.8953010Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_208, aten.convolution.default 2025-06-06T00:21:14.8954824Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1346, aten.permute_copy.default 2025-06-06T00:21:14.8956569Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_209, aten.convolution.default 2025-06-06T00:21:14.8958362Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1347, aten.permute_copy.default 2025-06-06T00:21:14.8960324Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_210, aten.convolution.default 2025-06-06T00:21:14.8962099Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1348, aten.permute_copy.default 2025-06-06T00:21:14.8963787Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_211, aten.convolution.default 2025-06-06T00:21:14.8965520Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1349, aten.permute_copy.default 2025-06-06T00:21:14.8967276Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_212, aten.convolution.default 2025-06-06T00:21:14.8968753Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1350, aten.permute_copy.default 2025-06-06T00:21:14.8970551Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_213, aten.convolution.default 2025-06-06T00:21:14.8972295Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1351, aten.permute_copy.default 2025-06-06T00:21:14.8974012Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_214, aten.convolution.default 2025-06-06T00:21:14.8975712Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1352, aten.permute_copy.default 2025-06-06T00:21:14.8977429Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_215, aten.convolution.default 2025-06-06T00:21:14.8979126Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1353, aten.permute_copy.default 2025-06-06T00:21:14.8980855Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_216, aten.convolution.default 2025-06-06T00:21:14.8982568Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1354, aten.permute_copy.default 2025-06-06T00:21:14.8984304Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_217, aten.convolution.default 2025-06-06T00:21:14.8986106Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1355, aten.permute_copy.default 2025-06-06T00:21:14.8987832Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_218, aten.convolution.default 2025-06-06T00:21:14.8989697Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1356, aten.permute_copy.default 2025-06-06T00:21:14.8991397Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_219, aten.convolution.default 2025-06-06T00:21:14.8993093Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1357, aten.permute_copy.default 2025-06-06T00:21:14.8994808Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_220, aten.convolution.default 2025-06-06T00:21:14.8996512Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1358, aten.permute_copy.default 2025-06-06T00:21:14.8998234Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_221, aten.convolution.default 2025-06-06T00:21:14.8999973Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1359, aten.permute_copy.default 2025-06-06T00:21:14.9001674Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_222, aten.convolution.default 2025-06-06T00:21:14.9003411Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1360, aten.permute_copy.default 2025-06-06T00:21:14.9005245Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_223, aten.convolution.default 2025-06-06T00:21:14.9007036Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1361, aten.permute_copy.default 2025-06-06T00:21:14.9008747Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_224, aten.convolution.default 2025-06-06T00:21:14.9010511Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1362, aten.permute_copy.default 2025-06-06T00:21:14.9012238Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_225, aten.convolution.default 2025-06-06T00:21:14.9013941Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1363, aten.permute_copy.default 2025-06-06T00:21:15.2157176Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_226, aten.convolution.default 2025-06-06T00:21:15.2158994Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1364, aten.permute_copy.default 2025-06-06T00:21:15.2160915Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_227, aten.convolution.default 2025-06-06T00:21:15.2162621Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1365, aten.permute_copy.default 2025-06-06T00:21:15.2164333Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_228, aten.convolution.default 2025-06-06T00:21:15.2166068Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1366, aten.permute_copy.default 2025-06-06T00:21:15.2167775Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_229, aten.convolution.default 2025-06-06T00:21:15.2169633Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1367, aten.permute_copy.default 2025-06-06T00:21:15.2171306Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_230, aten.convolution.default 2025-06-06T00:21:15.2173057Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1368, aten.permute_copy.default 2025-06-06T00:21:15.2174833Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_231, aten.convolution.default 2025-06-06T00:21:15.2176487Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1369, aten.permute_copy.default 2025-06-06T00:21:15.2178542Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_232, aten.convolution.default 2025-06-06T00:21:15.2180244Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1370, aten.permute_copy.default 2025-06-06T00:21:15.2182069Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_233, aten.convolution.default 2025-06-06T00:21:15.2183935Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1371, aten.permute_copy.default 2025-06-06T00:21:15.2185633Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_234, aten.convolution.default 2025-06-06T00:21:15.2187348Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1372, aten.permute_copy.default 2025-06-06T00:21:15.2189057Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_235, aten.convolution.default 2025-06-06T00:21:15.2190810Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1373, aten.permute_copy.default 2025-06-06T00:21:15.2192446Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_206, aten.view_copy.default 2025-06-06T00:21:15.2194083Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_207, aten.view_copy.default 2025-06-06T00:21:15.2195923Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_208, aten.view_copy.default 2025-06-06T00:21:15.2197580Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_209, aten.view_copy.default 2025-06-06T00:21:15.2199227Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_210, aten.view_copy.default 2025-06-06T00:21:15.2200868Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_211, aten.view_copy.default 2025-06-06T00:21:15.2202470Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_212, aten.view_copy.default 2025-06-06T00:21:15.2204084Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_213, aten.view_copy.default 2025-06-06T00:21:15.2205688Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_214, aten.view_copy.default 2025-06-06T00:21:15.2207297Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_215, aten.view_copy.default 2025-06-06T00:21:15.2208923Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_216, aten.view_copy.default 2025-06-06T00:21:15.2210612Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_217, aten.view_copy.default 2025-06-06T00:21:15.2212238Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_218, aten.view_copy.default 2025-06-06T00:21:15.2213811Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_219, aten.view_copy.default 2025-06-06T00:21:15.2215452Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_220, aten.view_copy.default 2025-06-06T00:21:15.2217093Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_221, aten.view_copy.default 2025-06-06T00:21:15.2218700Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_222, aten.view_copy.default 2025-06-06T00:21:15.2220136Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_223, aten.view_copy.default 2025-06-06T00:21:15.2221749Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_224, aten.view_copy.default 2025-06-06T00:21:15.2223397Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_225, aten.view_copy.default 2025-06-06T00:21:15.2225045Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_226, aten.view_copy.default 2025-06-06T00:21:15.2226758Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_227, aten.view_copy.default 2025-06-06T00:21:15.2228376Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_228, aten.view_copy.default 2025-06-06T00:21:15.2230067Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_229, aten.view_copy.default 2025-06-06T00:21:15.2231697Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_230, aten.view_copy.default 2025-06-06T00:21:15.2233319Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_828, aten._to_copy.default 2025-06-06T00:21:15.2234910Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_231, aten.view_copy.default 2025-06-06T00:21:15.2236542Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_829, aten._to_copy.default 2025-06-06T00:21:15.2238111Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_232, aten.view_copy.default 2025-06-06T00:21:15.2239766Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_830, aten._to_copy.default 2025-06-06T00:21:15.2241402Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_233, aten.view_copy.default 2025-06-06T00:21:15.2242958Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_831, aten._to_copy.default 2025-06-06T00:21:15.2244681Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_234, aten.view_copy.default 2025-06-06T00:21:15.2246371Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_832, aten._to_copy.default 2025-06-06T00:21:15.2247943Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_235, aten.view_copy.default 2025-06-06T00:21:15.2249620Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_833, aten._to_copy.default 2025-06-06T00:21:15.2251211Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_236, aten.view_copy.default 2025-06-06T00:21:15.2252816Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_834, aten._to_copy.default 2025-06-06T00:21:15.2254421Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_237, aten.view_copy.default 2025-06-06T00:21:15.2256024Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_835, aten._to_copy.default 2025-06-06T00:21:15.2257642Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_238, aten.view_copy.default 2025-06-06T00:21:15.2259365Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_836, aten._to_copy.default 2025-06-06T00:21:15.2260988Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_239, aten.view_copy.default 2025-06-06T00:21:15.2262617Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_837, aten._to_copy.default 2025-06-06T00:21:15.2264182Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_240, aten.view_copy.default 2025-06-06T00:21:15.2265792Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_838, aten._to_copy.default 2025-06-06T00:21:15.2267392Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_241, aten.view_copy.default 2025-06-06T00:21:15.2269098Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_240, aten.slice_copy.Tensor 2025-06-06T00:21:15.2270695Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_241, aten.slice_copy.Tensor 2025-06-06T00:21:15.2272293Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_242, aten.slice_copy.Tensor 2025-06-06T00:21:15.2273922Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_243, aten.slice_copy.Tensor 2025-06-06T00:21:15.2275685Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_244, aten.slice_copy.Tensor 2025-06-06T00:21:15.2277394Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_245, aten.slice_copy.Tensor 2025-06-06T00:21:15.5919693Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_246, aten.slice_copy.Tensor 2025-06-06T00:21:15.5921418Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_247, aten.slice_copy.Tensor 2025-06-06T00:21:15.5923046Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_248, aten.slice_copy.Tensor 2025-06-06T00:21:15.5924645Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_249, aten.slice_copy.Tensor 2025-06-06T00:21:15.5926255Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_250, aten.slice_copy.Tensor 2025-06-06T00:21:15.5927878Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_251, aten.slice_copy.Tensor 2025-06-06T00:21:15.5929564Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_252, aten.slice_copy.Tensor 2025-06-06T00:21:15.5931210Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_253, aten.slice_copy.Tensor 2025-06-06T00:21:15.5933098Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_254, aten.slice_copy.Tensor 2025-06-06T00:21:15.5934832Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_255, aten.slice_copy.Tensor 2025-06-06T00:21:15.5936480Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_256, aten.slice_copy.Tensor 2025-06-06T00:21:15.5938034Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_257, aten.slice_copy.Tensor 2025-06-06T00:21:15.5939692Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_258, aten.slice_copy.Tensor 2025-06-06T00:21:15.5941326Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_259, aten.slice_copy.Tensor 2025-06-06T00:21:15.5942979Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_260, aten.slice_copy.Tensor 2025-06-06T00:21:15.5944592Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_261, aten.slice_copy.Tensor 2025-06-06T00:21:15.5946216Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_262, aten.slice_copy.Tensor 2025-06-06T00:21:15.5947835Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_263, aten.slice_copy.Tensor 2025-06-06T00:21:15.5949441Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_264, aten.slice_copy.Tensor 2025-06-06T00:21:15.5951072Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_265, aten.slice_copy.Tensor 2025-06-06T00:21:15.5952702Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_266, aten.slice_copy.Tensor 2025-06-06T00:21:15.5954315Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_267, aten.slice_copy.Tensor 2025-06-06T00:21:15.5955944Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_268, aten.slice_copy.Tensor 2025-06-06T00:21:15.5957580Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_269, aten.slice_copy.Tensor 2025-06-06T00:21:15.5959417Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_270, aten.slice_copy.Tensor 2025-06-06T00:21:15.5960939Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_271, aten.slice_copy.Tensor 2025-06-06T00:21:15.5962563Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_272, aten.slice_copy.Tensor 2025-06-06T00:21:15.5964384Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_273, aten.slice_copy.Tensor 2025-06-06T00:21:15.5965972Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_274, aten.slice_copy.Tensor 2025-06-06T00:21:15.5967711Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_275, aten.slice_copy.Tensor 2025-06-06T00:21:15.5969350Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_276, aten.slice_copy.Tensor 2025-06-06T00:21:15.5971041Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_277, aten.slice_copy.Tensor 2025-06-06T00:21:15.5972663Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_278, aten.slice_copy.Tensor 2025-06-06T00:21:15.5974283Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_279, aten.slice_copy.Tensor 2025-06-06T00:21:15.5975950Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_280, aten.slice_copy.Tensor 2025-06-06T00:21:15.5977558Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_281, aten.slice_copy.Tensor 2025-06-06T00:21:15.5979189Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_282, aten.slice_copy.Tensor 2025-06-06T00:21:15.5980822Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_283, aten.slice_copy.Tensor 2025-06-06T00:21:15.5982514Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_284, aten.slice_copy.Tensor 2025-06-06T00:21:15.5984226Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_285, aten.slice_copy.Tensor 2025-06-06T00:21:15.5985872Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_286, aten.slice_copy.Tensor 2025-06-06T00:21:15.5987488Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_287, aten.slice_copy.Tensor 2025-06-06T00:21:15.5989026Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_270, aten.cat.default 2025-06-06T00:21:15.5990455Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_272, aten.cat.default 2025-06-06T00:21:15.5991912Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_274, aten.cat.default 2025-06-06T00:21:15.5993357Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_276, aten.cat.default 2025-06-06T00:21:15.5994787Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_278, aten.cat.default 2025-06-06T00:21:15.5996248Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_280, aten.cat.default 2025-06-06T00:21:15.5997697Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_282, aten.cat.default 2025-06-06T00:21:15.5999097Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_284, aten.cat.default 2025-06-06T00:21:15.6000551Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_286, aten.cat.default 2025-06-06T00:21:15.6001989Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_288, aten.cat.default 2025-06-06T00:21:15.6003459Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_290, aten.cat.default 2025-06-06T00:21:15.6004745Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_292, aten.cat.default 2025-06-06T00:21:15.6006189Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_490, aten.mul.Tensor 2025-06-06T00:21:15.6007624Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_492, aten.mul.Tensor 2025-06-06T00:21:15.6009045Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_491, aten.mul.Tensor 2025-06-06T00:21:15.6010511Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_493, aten.mul.Tensor 2025-06-06T00:21:15.6012007Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_494, aten.mul.Tensor 2025-06-06T00:21:15.6013411Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_496, aten.mul.Tensor 2025-06-06T00:21:15.6014892Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_495, aten.mul.Tensor 2025-06-06T00:21:15.6016288Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_497, aten.mul.Tensor 2025-06-06T00:21:15.6017708Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_498, aten.mul.Tensor 2025-06-06T00:21:15.6019107Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_500, aten.mul.Tensor 2025-06-06T00:21:15.6020540Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_499, aten.mul.Tensor 2025-06-06T00:21:15.6021909Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_501, aten.mul.Tensor 2025-06-06T00:21:15.6023340Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_502, aten.mul.Tensor 2025-06-06T00:21:15.6024765Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_504, aten.mul.Tensor 2025-06-06T00:21:15.6026187Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_503, aten.mul.Tensor 2025-06-06T00:21:15.6027545Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_505, aten.mul.Tensor 2025-06-06T00:21:15.6029046Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_506, aten.mul.Tensor 2025-06-06T00:21:15.6030558Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_508, aten.mul.Tensor 2025-06-06T00:21:15.6031974Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_507, aten.mul.Tensor 2025-06-06T00:21:15.6033340Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_509, aten.mul.Tensor 2025-06-06T00:21:15.6034740Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_510, aten.mul.Tensor 2025-06-06T00:21:15.6036137Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_512, aten.mul.Tensor 2025-06-06T00:21:15.6037552Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_511, aten.mul.Tensor 2025-06-06T00:21:15.6038957Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_513, aten.mul.Tensor 2025-06-06T00:21:16.0244777Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_514, aten.mul.Tensor 2025-06-06T00:21:16.0246237Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_516, aten.mul.Tensor 2025-06-06T00:21:16.0247649Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_515, aten.mul.Tensor 2025-06-06T00:21:16.0249061Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_517, aten.mul.Tensor 2025-06-06T00:21:16.0250560Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_518, aten.mul.Tensor 2025-06-06T00:21:16.0252008Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_520, aten.mul.Tensor 2025-06-06T00:21:16.0253432Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_519, aten.mul.Tensor 2025-06-06T00:21:16.0254869Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_521, aten.mul.Tensor 2025-06-06T00:21:16.0256296Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_522, aten.mul.Tensor 2025-06-06T00:21:16.0257677Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_524, aten.mul.Tensor 2025-06-06T00:21:16.0259086Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_523, aten.mul.Tensor 2025-06-06T00:21:16.0260672Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_525, aten.mul.Tensor 2025-06-06T00:21:16.0262099Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_526, aten.mul.Tensor 2025-06-06T00:21:16.0263718Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_528, aten.mul.Tensor 2025-06-06T00:21:16.0265152Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_527, aten.mul.Tensor 2025-06-06T00:21:16.0266688Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_529, aten.mul.Tensor 2025-06-06T00:21:16.0268105Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_530, aten.mul.Tensor 2025-06-06T00:21:16.0269500Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_532, aten.mul.Tensor 2025-06-06T00:21:16.0270894Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_531, aten.mul.Tensor 2025-06-06T00:21:16.0272294Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_533, aten.mul.Tensor 2025-06-06T00:21:16.0273681Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_534, aten.mul.Tensor 2025-06-06T00:21:16.0275093Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_536, aten.mul.Tensor 2025-06-06T00:21:16.0276505Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_535, aten.mul.Tensor 2025-06-06T00:21:16.0277910Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_537, aten.mul.Tensor 2025-06-06T00:21:16.0279324Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_538, aten.mul.Tensor 2025-06-06T00:21:16.0280847Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_540, aten.mul.Tensor 2025-06-06T00:21:16.0282342Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_539, aten.mul.Tensor 2025-06-06T00:21:16.0283748Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_541, aten.mul.Tensor 2025-06-06T00:21:16.0285066Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_542, aten.mul.Tensor 2025-06-06T00:21:16.0286485Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_544, aten.mul.Tensor 2025-06-06T00:21:16.0287884Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_543, aten.mul.Tensor 2025-06-06T00:21:16.0289316Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_545, aten.mul.Tensor 2025-06-06T00:21:16.0290772Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_546, aten.mul.Tensor 2025-06-06T00:21:16.0292171Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_548, aten.mul.Tensor 2025-06-06T00:21:16.0293571Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_547, aten.mul.Tensor 2025-06-06T00:21:16.0294959Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_549, aten.mul.Tensor 2025-06-06T00:21:16.0296354Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_550, aten.mul.Tensor 2025-06-06T00:21:16.0297751Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_552, aten.mul.Tensor 2025-06-06T00:21:16.0299164Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_551, aten.mul.Tensor 2025-06-06T00:21:16.0300568Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_553, aten.mul.Tensor 2025-06-06T00:21:16.0301929Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_554, aten.mul.Tensor 2025-06-06T00:21:16.0303346Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_556, aten.mul.Tensor 2025-06-06T00:21:16.0304752Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_555, aten.mul.Tensor 2025-06-06T00:21:16.0306177Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_557, aten.mul.Tensor 2025-06-06T00:21:16.0307546Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_558, aten.mul.Tensor 2025-06-06T00:21:16.0309065Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_560, aten.mul.Tensor 2025-06-06T00:21:16.0310500Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_559, aten.mul.Tensor 2025-06-06T00:21:16.0311918Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_561, aten.mul.Tensor 2025-06-06T00:21:16.0313386Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_562, aten.mul.Tensor 2025-06-06T00:21:16.0314791Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_564, aten.mul.Tensor 2025-06-06T00:21:16.0316205Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_563, aten.mul.Tensor 2025-06-06T00:21:16.0317608Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_565, aten.mul.Tensor 2025-06-06T00:21:16.0319001Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_566, aten.mul.Tensor 2025-06-06T00:21:16.0320413Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_568, aten.mul.Tensor 2025-06-06T00:21:16.0321826Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_567, aten.mul.Tensor 2025-06-06T00:21:16.0323257Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_569, aten.mul.Tensor 2025-06-06T00:21:16.0324638Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_570, aten.mul.Tensor 2025-06-06T00:21:16.0326130Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_572, aten.mul.Tensor 2025-06-06T00:21:16.0327603Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_571, aten.mul.Tensor 2025-06-06T00:21:16.0328970Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_573, aten.mul.Tensor 2025-06-06T00:21:16.0330399Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_574, aten.mul.Tensor 2025-06-06T00:21:16.0331829Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_576, aten.mul.Tensor 2025-06-06T00:21:16.0333252Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_575, aten.mul.Tensor 2025-06-06T00:21:16.0334667Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_577, aten.mul.Tensor 2025-06-06T00:21:16.0336041Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_578, aten.mul.Tensor 2025-06-06T00:21:16.0337444Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_580, aten.mul.Tensor 2025-06-06T00:21:16.0338853Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_579, aten.mul.Tensor 2025-06-06T00:21:16.0340241Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_581, aten.mul.Tensor 2025-06-06T00:21:16.0341649Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_582, aten.mul.Tensor 2025-06-06T00:21:16.0343047Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_584, aten.mul.Tensor 2025-06-06T00:21:16.0344447Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_583, aten.mul.Tensor 2025-06-06T00:21:16.0345874Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_585, aten.mul.Tensor 2025-06-06T00:21:16.0347233Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_120, aten.sub.Tensor 2025-06-06T00:21:16.0348653Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_190, aten.add.Tensor 2025-06-06T00:21:16.0350056Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_121, aten.sub.Tensor 2025-06-06T00:21:16.0351490Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_191, aten.add.Tensor 2025-06-06T00:21:16.0352817Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_122, aten.sub.Tensor 2025-06-06T00:21:16.0354247Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_192, aten.add.Tensor 2025-06-06T00:21:16.0355794Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_123, aten.sub.Tensor 2025-06-06T00:21:16.0357188Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_193, aten.add.Tensor 2025-06-06T00:21:16.0358659Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_124, aten.sub.Tensor 2025-06-06T00:21:16.0360219Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_194, aten.add.Tensor 2025-06-06T00:21:16.0361640Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_125, aten.sub.Tensor 2025-06-06T00:21:16.0363054Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_195, aten.add.Tensor 2025-06-06T00:21:16.0364446Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_126, aten.sub.Tensor 2025-06-06T00:21:16.4748685Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_196, aten.add.Tensor 2025-06-06T00:21:16.4750182Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_127, aten.sub.Tensor 2025-06-06T00:21:16.4751565Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_197, aten.add.Tensor 2025-06-06T00:21:16.4752974Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_128, aten.sub.Tensor 2025-06-06T00:21:16.4754399Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_198, aten.add.Tensor 2025-06-06T00:21:16.4756066Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_129, aten.sub.Tensor 2025-06-06T00:21:16.4757607Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_199, aten.add.Tensor 2025-06-06T00:21:16.4759021Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_130, aten.sub.Tensor 2025-06-06T00:21:16.4760725Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_200, aten.add.Tensor 2025-06-06T00:21:16.4762107Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_131, aten.sub.Tensor 2025-06-06T00:21:16.4763523Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_201, aten.add.Tensor 2025-06-06T00:21:16.4764943Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_132, aten.sub.Tensor 2025-06-06T00:21:16.4766481Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_839, aten._to_copy.default 2025-06-06T00:21:16.4767927Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_202, aten.add.Tensor 2025-06-06T00:21:16.4769537Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_840, aten._to_copy.default 2025-06-06T00:21:16.4771043Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_133, aten.sub.Tensor 2025-06-06T00:21:16.4772527Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_841, aten._to_copy.default 2025-06-06T00:21:16.4774027Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_203, aten.add.Tensor 2025-06-06T00:21:16.4775513Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_842, aten._to_copy.default 2025-06-06T00:21:16.4777018Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_134, aten.sub.Tensor 2025-06-06T00:21:16.4778516Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_843, aten._to_copy.default 2025-06-06T00:21:16.4780033Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_204, aten.add.Tensor 2025-06-06T00:21:16.4781526Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_844, aten._to_copy.default 2025-06-06T00:21:16.4783058Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_135, aten.sub.Tensor 2025-06-06T00:21:16.4784521Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_845, aten._to_copy.default 2025-06-06T00:21:16.4786192Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_205, aten.add.Tensor 2025-06-06T00:21:16.4787700Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_846, aten._to_copy.default 2025-06-06T00:21:16.4789260Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_136, aten.sub.Tensor 2025-06-06T00:21:16.4790785Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_847, aten._to_copy.default 2025-06-06T00:21:16.4792311Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_206, aten.add.Tensor 2025-06-06T00:21:16.4793831Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_848, aten._to_copy.default 2025-06-06T00:21:16.4795295Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_137, aten.sub.Tensor 2025-06-06T00:21:16.4796778Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_849, aten._to_copy.default 2025-06-06T00:21:16.4798288Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_207, aten.add.Tensor 2025-06-06T00:21:16.4799790Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_850, aten._to_copy.default 2025-06-06T00:21:16.4801278Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_138, aten.sub.Tensor 2025-06-06T00:21:16.4802777Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_851, aten._to_copy.default 2025-06-06T00:21:16.4804396Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_208, aten.add.Tensor 2025-06-06T00:21:16.4805946Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_852, aten._to_copy.default 2025-06-06T00:21:16.4807461Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_139, aten.sub.Tensor 2025-06-06T00:21:16.4808968Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_853, aten._to_copy.default 2025-06-06T00:21:16.4810572Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_209, aten.add.Tensor 2025-06-06T00:21:16.4811939Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_854, aten._to_copy.default 2025-06-06T00:21:16.4813457Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_140, aten.sub.Tensor 2025-06-06T00:21:16.4814969Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_855, aten._to_copy.default 2025-06-06T00:21:16.4816488Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_210, aten.add.Tensor 2025-06-06T00:21:16.4817965Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_856, aten._to_copy.default 2025-06-06T00:21:16.4819451Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_141, aten.sub.Tensor 2025-06-06T00:21:16.4820950Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_857, aten._to_copy.default 2025-06-06T00:21:16.4822426Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_211, aten.add.Tensor 2025-06-06T00:21:16.4823916Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_858, aten._to_copy.default 2025-06-06T00:21:16.4825422Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_142, aten.sub.Tensor 2025-06-06T00:21:16.4826943Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_859, aten._to_copy.default 2025-06-06T00:21:16.4828415Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_212, aten.add.Tensor 2025-06-06T00:21:16.4829918Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_860, aten._to_copy.default 2025-06-06T00:21:16.4831428Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_143, aten.sub.Tensor 2025-06-06T00:21:16.4832955Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_861, aten._to_copy.default 2025-06-06T00:21:16.4834471Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_213, aten.add.Tensor 2025-06-06T00:21:16.4835997Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_862, aten._to_copy.default 2025-06-06T00:21:16.4837598Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_245, aten.cat.default 2025-06-06T00:21:16.4839050Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_246, aten.cat.default 2025-06-06T00:21:16.4840489Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_247, aten.cat.default 2025-06-06T00:21:16.4841919Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_248, aten.cat.default 2025-06-06T00:21:16.4843361Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_249, aten.cat.default 2025-06-06T00:21:16.4844788Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_250, aten.cat.default 2025-06-06T00:21:16.4846245Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_251, aten.cat.default 2025-06-06T00:21:16.4847697Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_252, aten.cat.default 2025-06-06T00:21:16.4849151Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_253, aten.cat.default 2025-06-06T00:21:16.4850724Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_254, aten.cat.default 2025-06-06T00:21:16.4852215Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_255, aten.cat.default 2025-06-06T00:21:16.4853677Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_256, aten.cat.default 2025-06-06T00:21:16.4855139Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_257, aten.cat.default 2025-06-06T00:21:16.4856489Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_863, aten._to_copy.default 2025-06-06T00:21:16.4857963Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_258, aten.cat.default 2025-06-06T00:21:16.4859569Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_259, aten.cat.default 2025-06-06T00:21:16.4861118Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_864, aten._to_copy.default 2025-06-06T00:21:16.4862623Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_260, aten.cat.default 2025-06-06T00:21:16.4864111Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_865, aten._to_copy.default 2025-06-06T00:21:16.4865613Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_261, aten.cat.default 2025-06-06T00:21:16.4867102Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_866, aten._to_copy.default 2025-06-06T00:21:16.4868614Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_262, aten.cat.default 2025-06-06T00:21:16.9590538Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_867, aten._to_copy.default 2025-06-06T00:21:16.9592156Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_263, aten.cat.default 2025-06-06T00:21:16.9593602Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_264, aten.cat.default 2025-06-06T00:21:16.9595111Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_868, aten._to_copy.default 2025-06-06T00:21:16.9596639Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_265, aten.cat.default 2025-06-06T00:21:16.9598139Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_869, aten._to_copy.default 2025-06-06T00:21:16.9599662Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_266, aten.cat.default 2025-06-06T00:21:16.9601488Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_870, aten._to_copy.default 2025-06-06T00:21:16.9602980Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_267, aten.cat.default 2025-06-06T00:21:16.9604656Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_871, aten._to_copy.default 2025-06-06T00:21:16.9606181Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_268, aten.cat.default 2025-06-06T00:21:16.9607739Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_872, aten._to_copy.default 2025-06-06T00:21:16.9609339Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_302, aten.permute_copy.default 2025-06-06T00:21:16.9611067Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_873, aten._to_copy.default 2025-06-06T00:21:16.9612745Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_303, aten.permute_copy.default 2025-06-06T00:21:16.9614427Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_304, aten.permute_copy.default 2025-06-06T00:21:16.9616062Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_874, aten._to_copy.default 2025-06-06T00:21:16.9617717Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_305, aten.permute_copy.default 2025-06-06T00:21:16.9619475Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_875, aten._to_copy.default 2025-06-06T00:21:16.9621199Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_306, aten.permute_copy.default 2025-06-06T00:21:16.9622830Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_876, aten._to_copy.default 2025-06-06T00:21:16.9624511Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_307, aten.permute_copy.default 2025-06-06T00:21:16.9626115Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_877, aten._to_copy.default 2025-06-06T00:21:16.9627764Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_308, aten.permute_copy.default 2025-06-06T00:21:16.9629650Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_309, aten.permute_copy.default 2025-06-06T00:21:16.9631186Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_878, aten._to_copy.default 2025-06-06T00:21:16.9632858Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_310, aten.permute_copy.default 2025-06-06T00:21:16.9634537Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_879, aten._to_copy.default 2025-06-06T00:21:16.9636165Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_311, aten.permute_copy.default 2025-06-06T00:21:16.9637813Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_880, aten._to_copy.default 2025-06-06T00:21:16.9639464Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_312, aten.permute_copy.default 2025-06-06T00:21:16.9641116Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_881, aten._to_copy.default 2025-06-06T00:21:16.9642763Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_313, aten.permute_copy.default 2025-06-06T00:21:16.9644404Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_882, aten._to_copy.default 2025-06-06T00:21:16.9645920Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_269, aten.cat.default 2025-06-06T00:21:16.9647357Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_271, aten.cat.default 2025-06-06T00:21:16.9648800Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_273, aten.cat.default 2025-06-06T00:21:16.9650441Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_275, aten.cat.default 2025-06-06T00:21:16.9651887Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_277, aten.cat.default 2025-06-06T00:21:16.9653373Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_279, aten.cat.default 2025-06-06T00:21:16.9654835Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_281, aten.cat.default 2025-06-06T00:21:16.9656307Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_283, aten.cat.default 2025-06-06T00:21:16.9657758Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_285, aten.cat.default 2025-06-06T00:21:16.9659355Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_287, aten.cat.default 2025-06-06T00:21:16.9660807Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_289, aten.cat.default 2025-06-06T00:21:16.9662246Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_291, aten.cat.default 2025-06-06T00:21:16.9663734Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_120, aten.matmul.default 2025-06-06T00:21:16.9665283Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_122, aten.matmul.default 2025-06-06T00:21:16.9666954Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_124, aten.matmul.default 2025-06-06T00:21:16.9668596Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_126, aten.matmul.default 2025-06-06T00:21:16.9670100Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_128, aten.matmul.default 2025-06-06T00:21:16.9671647Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_130, aten.matmul.default 2025-06-06T00:21:16.9673202Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_132, aten.matmul.default 2025-06-06T00:21:16.9674708Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_134, aten.matmul.default 2025-06-06T00:21:16.9676116Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_136, aten.matmul.default 2025-06-06T00:21:16.9677651Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_138, aten.matmul.default 2025-06-06T00:21:16.9679209Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_140, aten.matmul.default 2025-06-06T00:21:16.9680761Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_142, aten.matmul.default 2025-06-06T00:21:16.9682193Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_60, aten.div.Tensor 2025-06-06T00:21:16.9683596Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_61, aten.div.Tensor 2025-06-06T00:21:16.9684989Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_62, aten.div.Tensor 2025-06-06T00:21:16.9686376Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_63, aten.div.Tensor 2025-06-06T00:21:16.9687770Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_64, aten.div.Tensor 2025-06-06T00:21:16.9689160Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_65, aten.div.Tensor 2025-06-06T00:21:16.9690629Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_66, aten.div.Tensor 2025-06-06T00:21:16.9692041Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_67, aten.div.Tensor 2025-06-06T00:21:16.9693384Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_68, aten.div.Tensor 2025-06-06T00:21:16.9694790Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_69, aten.div.Tensor 2025-06-06T00:21:16.9696180Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_70, aten.div.Tensor 2025-06-06T00:21:16.9697672Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_71, aten.div.Tensor 2025-06-06T00:21:16.9699071Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_214, aten.add.Tensor 2025-06-06T00:21:16.9700636Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_215, aten.add.Tensor 2025-06-06T00:21:16.9702083Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_216, aten.add.Tensor 2025-06-06T00:21:16.9703450Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_217, aten.add.Tensor 2025-06-06T00:21:16.9704847Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_218, aten.add.Tensor 2025-06-06T00:21:16.9706235Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_219, aten.add.Tensor 2025-06-06T00:21:16.9707640Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_220, aten.add.Tensor 2025-06-06T00:21:16.9709035Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_221, aten.add.Tensor 2025-06-06T00:21:16.9710446Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_222, aten.add.Tensor 2025-06-06T00:21:17.4686607Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_223, aten.add.Tensor 2025-06-06T00:21:17.4688074Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_224, aten.add.Tensor 2025-06-06T00:21:17.4689829Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_225, aten.add.Tensor 2025-06-06T00:21:17.4691408Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_60, aten._softmax.default 2025-06-06T00:21:17.4692979Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_61, aten._softmax.default 2025-06-06T00:21:17.4694548Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_62, aten._softmax.default 2025-06-06T00:21:17.4696136Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_63, aten._softmax.default 2025-06-06T00:21:17.4697747Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_64, aten._softmax.default 2025-06-06T00:21:17.4699300Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_65, aten._softmax.default 2025-06-06T00:21:17.4700900Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_66, aten._softmax.default 2025-06-06T00:21:17.4702478Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_67, aten._softmax.default 2025-06-06T00:21:17.4704017Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_68, aten._softmax.default 2025-06-06T00:21:17.4705464Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_69, aten._softmax.default 2025-06-06T00:21:17.4706993Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_70, aten._softmax.default 2025-06-06T00:21:17.4708457Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_71, aten._softmax.default 2025-06-06T00:21:17.4710000Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_121, aten.matmul.default 2025-06-06T00:21:17.4711503Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_123, aten.matmul.default 2025-06-06T00:21:17.4713073Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_125, aten.matmul.default 2025-06-06T00:21:17.4714625Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_127, aten.matmul.default 2025-06-06T00:21:17.4716134Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_129, aten.matmul.default 2025-06-06T00:21:17.4717647Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_131, aten.matmul.default 2025-06-06T00:21:17.4719401Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_133, aten.matmul.default 2025-06-06T00:21:17.4720948Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_135, aten.matmul.default 2025-06-06T00:21:17.4722587Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_137, aten.matmul.default 2025-06-06T00:21:17.4724138Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_139, aten.matmul.default 2025-06-06T00:21:17.4725661Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_141, aten.matmul.default 2025-06-06T00:21:17.4727197Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_143, aten.matmul.default 2025-06-06T00:21:17.4728700Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_293, aten.cat.default 2025-06-06T00:21:17.4730349Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_242, aten.view_copy.default 2025-06-06T00:21:17.4732059Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1374, aten.permute_copy.default 2025-06-06T00:21:17.4733771Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_236, aten.convolution.default 2025-06-06T00:21:17.4735505Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1375, aten.permute_copy.default 2025-06-06T00:21:17.4737276Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_243, aten.view_copy.default 2025-06-06T00:21:17.4738812Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_226, aten.add.Tensor 2025-06-06T00:21:17.4740333Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_rms_norm_default_11, aten.rms_norm.default 2025-06-06T00:21:17.4741942Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_244, aten.view_copy.default 2025-06-06T00:21:17.4743632Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1376, aten.permute_copy.default 2025-06-06T00:21:17.4745359Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_237, aten.convolution.default 2025-06-06T00:21:17.4747057Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_238, aten.convolution.default 2025-06-06T00:21:17.4748700Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sigmoid_default_5, aten.sigmoid.default 2025-06-06T00:21:17.4750147Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_586, aten.mul.Tensor 2025-06-06T00:21:17.4751612Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_587, aten.mul.Tensor 2025-06-06T00:21:17.4753234Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_239, aten.convolution.default 2025-06-06T00:21:17.4755024Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1377, aten.permute_copy.default 2025-06-06T00:21:17.4756721Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_245, aten.view_copy.default 2025-06-06T00:21:17.4758241Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_227, aten.add.Tensor 2025-06-06T00:21:17.4759989Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_rms_norm_default_12, aten.rms_norm.default 2025-06-06T00:21:17.4761550Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_246, aten.view_copy.default 2025-06-06T00:21:17.4763122Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1378, aten.permute_copy.default 2025-06-06T00:21:17.4764847Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_883, aten._to_copy.default 2025-06-06T00:21:17.4766548Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_240, aten.convolution.default 2025-06-06T00:21:17.4768443Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1379, aten.permute_copy.default 2025-06-06T00:21:17.4770290Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_241, aten.convolution.default 2025-06-06T00:21:17.4772153Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1380, aten.permute_copy.default 2025-06-06T00:21:17.4773921Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_242, aten.convolution.default 2025-06-06T00:21:17.4775668Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1381, aten.permute_copy.default 2025-06-06T00:21:17.4777407Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_243, aten.convolution.default 2025-06-06T00:21:17.4779116Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1382, aten.permute_copy.default 2025-06-06T00:21:17.4780881Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_244, aten.convolution.default 2025-06-06T00:21:17.4782666Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1383, aten.permute_copy.default 2025-06-06T00:21:17.4784427Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_245, aten.convolution.default 2025-06-06T00:21:17.4786299Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1384, aten.permute_copy.default 2025-06-06T00:21:17.4788121Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_246, aten.convolution.default 2025-06-06T00:21:17.4789854Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1385, aten.permute_copy.default 2025-06-06T00:21:17.4791610Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_247, aten.convolution.default 2025-06-06T00:21:17.4793349Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1386, aten.permute_copy.default 2025-06-06T00:21:17.4795135Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_248, aten.convolution.default 2025-06-06T00:21:17.4796855Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1387, aten.permute_copy.default 2025-06-06T00:21:17.4798630Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_249, aten.convolution.default 2025-06-06T00:21:17.4800421Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1388, aten.permute_copy.default 2025-06-06T00:21:17.4802138Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_250, aten.convolution.default 2025-06-06T00:21:17.4803911Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1389, aten.permute_copy.default 2025-06-06T00:21:17.4805682Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_251, aten.convolution.default 2025-06-06T00:21:17.4807417Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1390, aten.permute_copy.default 2025-06-06T00:21:17.8917488Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_252, aten.convolution.default 2025-06-06T00:21:17.8919188Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1391, aten.permute_copy.default 2025-06-06T00:21:17.8920879Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_253, aten.convolution.default 2025-06-06T00:21:17.8922519Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1392, aten.permute_copy.default 2025-06-06T00:21:17.8924166Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_254, aten.convolution.default 2025-06-06T00:21:17.8926100Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1393, aten.permute_copy.default 2025-06-06T00:21:17.8927737Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_255, aten.convolution.default 2025-06-06T00:21:17.8929508Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1394, aten.permute_copy.default 2025-06-06T00:21:17.8931163Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_256, aten.convolution.default 2025-06-06T00:21:17.8932806Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1395, aten.permute_copy.default 2025-06-06T00:21:17.8934427Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_257, aten.convolution.default 2025-06-06T00:21:17.8936060Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1396, aten.permute_copy.default 2025-06-06T00:21:17.8937682Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_258, aten.convolution.default 2025-06-06T00:21:17.8939317Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1397, aten.permute_copy.default 2025-06-06T00:21:17.8940958Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_259, aten.convolution.default 2025-06-06T00:21:17.8942583Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1398, aten.permute_copy.default 2025-06-06T00:21:17.8944358Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_260, aten.convolution.default 2025-06-06T00:21:17.8945993Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1399, aten.permute_copy.default 2025-06-06T00:21:17.8947638Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_261, aten.convolution.default 2025-06-06T00:21:17.8949286Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1400, aten.permute_copy.default 2025-06-06T00:21:17.8950912Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_262, aten.convolution.default 2025-06-06T00:21:17.8952552Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1401, aten.permute_copy.default 2025-06-06T00:21:17.8954175Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_263, aten.convolution.default 2025-06-06T00:21:17.8955822Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1402, aten.permute_copy.default 2025-06-06T00:21:17.8957462Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_264, aten.convolution.default 2025-06-06T00:21:17.8959081Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1403, aten.permute_copy.default 2025-06-06T00:21:17.8960875Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_265, aten.convolution.default 2025-06-06T00:21:17.8962516Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1404, aten.permute_copy.default 2025-06-06T00:21:17.8964143Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_266, aten.convolution.default 2025-06-06T00:21:17.8965791Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1405, aten.permute_copy.default 2025-06-06T00:21:17.8967421Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_267, aten.convolution.default 2025-06-06T00:21:17.8969060Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1406, aten.permute_copy.default 2025-06-06T00:21:17.8970727Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_268, aten.convolution.default 2025-06-06T00:21:17.8972359Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1407, aten.permute_copy.default 2025-06-06T00:21:17.8974067Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_269, aten.convolution.default 2025-06-06T00:21:17.8975740Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1408, aten.permute_copy.default 2025-06-06T00:21:17.8977377Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_270, aten.convolution.default 2025-06-06T00:21:17.8979019Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1409, aten.permute_copy.default 2025-06-06T00:21:17.8980647Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_271, aten.convolution.default 2025-06-06T00:21:17.8982279Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1410, aten.permute_copy.default 2025-06-06T00:21:17.8983900Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_272, aten.convolution.default 2025-06-06T00:21:17.8985536Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1411, aten.permute_copy.default 2025-06-06T00:21:17.8987177Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_273, aten.convolution.default 2025-06-06T00:21:17.8988807Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1412, aten.permute_copy.default 2025-06-06T00:21:17.8990497Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_274, aten.convolution.default 2025-06-06T00:21:17.8992181Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1413, aten.permute_copy.default 2025-06-06T00:21:17.8993820Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_275, aten.convolution.default 2025-06-06T00:21:17.8995451Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1414, aten.permute_copy.default 2025-06-06T00:21:17.8997045Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_247, aten.view_copy.default 2025-06-06T00:21:17.8998590Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_248, aten.view_copy.default 2025-06-06T00:21:17.9000127Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_249, aten.view_copy.default 2025-06-06T00:21:17.9001671Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_250, aten.view_copy.default 2025-06-06T00:21:17.9003220Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_251, aten.view_copy.default 2025-06-06T00:21:17.9004756Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_252, aten.view_copy.default 2025-06-06T00:21:17.9006302Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_253, aten.view_copy.default 2025-06-06T00:21:17.9007837Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_254, aten.view_copy.default 2025-06-06T00:21:17.9009376Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_255, aten.view_copy.default 2025-06-06T00:21:17.9010989Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_256, aten.view_copy.default 2025-06-06T00:21:17.9012519Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_257, aten.view_copy.default 2025-06-06T00:21:17.9014063Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_258, aten.view_copy.default 2025-06-06T00:21:17.9015595Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_259, aten.view_copy.default 2025-06-06T00:21:17.9017136Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_260, aten.view_copy.default 2025-06-06T00:21:17.9018674Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_261, aten.view_copy.default 2025-06-06T00:21:17.9029887Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_262, aten.view_copy.default 2025-06-06T00:21:17.9031588Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_263, aten.view_copy.default 2025-06-06T00:21:17.9033129Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_264, aten.view_copy.default 2025-06-06T00:21:17.9034685Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_265, aten.view_copy.default 2025-06-06T00:21:17.9036235Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_266, aten.view_copy.default 2025-06-06T00:21:17.9037781Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_267, aten.view_copy.default 2025-06-06T00:21:17.9039327Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_268, aten.view_copy.default 2025-06-06T00:21:17.9040867Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_269, aten.view_copy.default 2025-06-06T00:21:17.9042419Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_270, aten.view_copy.default 2025-06-06T00:21:18.1911769Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_271, aten.view_copy.default 2025-06-06T00:21:18.1912939Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_895, aten._to_copy.default 2025-06-06T00:21:18.1913864Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_272, aten.view_copy.default 2025-06-06T00:21:18.1914739Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_896, aten._to_copy.default 2025-06-06T00:21:18.1915587Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_273, aten.view_copy.default 2025-06-06T00:21:18.1916462Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_897, aten._to_copy.default 2025-06-06T00:21:18.1917346Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_274, aten.view_copy.default 2025-06-06T00:21:18.1918219Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_275, aten.view_copy.default 2025-06-06T00:21:18.1919063Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_898, aten._to_copy.default 2025-06-06T00:21:18.1919922Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_276, aten.view_copy.default 2025-06-06T00:21:18.1920766Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_899, aten._to_copy.default 2025-06-06T00:21:18.1921624Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_277, aten.view_copy.default 2025-06-06T00:21:18.1922482Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_900, aten._to_copy.default 2025-06-06T00:21:18.1923326Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_278, aten.view_copy.default 2025-06-06T00:21:18.1924180Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_901, aten._to_copy.default 2025-06-06T00:21:18.1925016Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_279, aten.view_copy.default 2025-06-06T00:21:18.1925871Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_902, aten._to_copy.default 2025-06-06T00:21:18.1926727Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_280, aten.view_copy.default 2025-06-06T00:21:18.1927565Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_903, aten._to_copy.default 2025-06-06T00:21:18.1928417Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_281, aten.view_copy.default 2025-06-06T00:21:18.1929320Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_904, aten._to_copy.default 2025-06-06T00:21:18.1930271Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_282, aten.view_copy.default 2025-06-06T00:21:18.1931190Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_905, aten._to_copy.default 2025-06-06T00:21:18.1932040Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_288, aten.slice_copy.Tensor 2025-06-06T00:21:18.1932905Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_289, aten.slice_copy.Tensor 2025-06-06T00:21:18.1933760Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_290, aten.slice_copy.Tensor 2025-06-06T00:21:18.1934628Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_291, aten.slice_copy.Tensor 2025-06-06T00:21:18.1935495Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_292, aten.slice_copy.Tensor 2025-06-06T00:21:18.1936352Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_293, aten.slice_copy.Tensor 2025-06-06T00:21:18.1937218Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_294, aten.slice_copy.Tensor 2025-06-06T00:21:18.1938076Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_295, aten.slice_copy.Tensor 2025-06-06T00:21:18.1938973Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_296, aten.slice_copy.Tensor 2025-06-06T00:21:18.1939875Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_297, aten.slice_copy.Tensor 2025-06-06T00:21:18.1940727Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_298, aten.slice_copy.Tensor 2025-06-06T00:21:18.1941589Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_299, aten.slice_copy.Tensor 2025-06-06T00:21:18.1942441Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_300, aten.slice_copy.Tensor 2025-06-06T00:21:18.1943306Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_301, aten.slice_copy.Tensor 2025-06-06T00:21:18.1944172Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_302, aten.slice_copy.Tensor 2025-06-06T00:21:18.1945025Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_303, aten.slice_copy.Tensor 2025-06-06T00:21:18.1945891Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_304, aten.slice_copy.Tensor 2025-06-06T00:21:18.1946744Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_305, aten.slice_copy.Tensor 2025-06-06T00:21:18.1947609Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_306, aten.slice_copy.Tensor 2025-06-06T00:21:18.1948479Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_307, aten.slice_copy.Tensor 2025-06-06T00:21:18.1949334Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_308, aten.slice_copy.Tensor 2025-06-06T00:21:18.1950205Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_309, aten.slice_copy.Tensor 2025-06-06T00:21:18.1951054Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_310, aten.slice_copy.Tensor 2025-06-06T00:21:18.1951918Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_311, aten.slice_copy.Tensor 2025-06-06T00:21:18.1952783Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_312, aten.slice_copy.Tensor 2025-06-06T00:21:18.1953631Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_313, aten.slice_copy.Tensor 2025-06-06T00:21:18.1954496Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_314, aten.slice_copy.Tensor 2025-06-06T00:21:18.1955383Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_315, aten.slice_copy.Tensor 2025-06-06T00:21:18.1956275Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_316, aten.slice_copy.Tensor 2025-06-06T00:21:18.1957137Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_317, aten.slice_copy.Tensor 2025-06-06T00:21:18.1957990Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_318, aten.slice_copy.Tensor 2025-06-06T00:21:18.1958858Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_319, aten.slice_copy.Tensor 2025-06-06T00:21:18.1959872Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_320, aten.slice_copy.Tensor 2025-06-06T00:21:18.1960740Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_321, aten.slice_copy.Tensor 2025-06-06T00:21:18.1961605Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_322, aten.slice_copy.Tensor 2025-06-06T00:21:18.1962459Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_323, aten.slice_copy.Tensor 2025-06-06T00:21:18.1963329Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_324, aten.slice_copy.Tensor 2025-06-06T00:21:18.1964237Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_325, aten.slice_copy.Tensor 2025-06-06T00:21:18.1965155Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_326, aten.slice_copy.Tensor 2025-06-06T00:21:18.1966021Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_327, aten.slice_copy.Tensor 2025-06-06T00:21:18.1966872Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_328, aten.slice_copy.Tensor 2025-06-06T00:21:18.1967737Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_329, aten.slice_copy.Tensor 2025-06-06T00:21:18.1968604Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_330, aten.slice_copy.Tensor 2025-06-06T00:21:18.1969528Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_331, aten.slice_copy.Tensor 2025-06-06T00:21:18.1970391Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_332, aten.slice_copy.Tensor 2025-06-06T00:21:18.1971241Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_333, aten.slice_copy.Tensor 2025-06-06T00:21:18.1972105Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_334, aten.slice_copy.Tensor 2025-06-06T00:21:18.1972971Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_335, aten.slice_copy.Tensor 2025-06-06T00:21:18.1973779Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_319, aten.cat.default 2025-06-06T00:21:18.1974560Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_321, aten.cat.default 2025-06-06T00:21:18.1975319Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_323, aten.cat.default 2025-06-06T00:21:18.1976098Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_325, aten.cat.default 2025-06-06T00:21:18.6394795Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_327, aten.cat.default 2025-06-06T00:21:18.6395876Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_329, aten.cat.default 2025-06-06T00:21:18.6396681Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_331, aten.cat.default 2025-06-06T00:21:18.6397442Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_333, aten.cat.default 2025-06-06T00:21:18.6398212Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_335, aten.cat.default 2025-06-06T00:21:18.6399210Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_337, aten.cat.default 2025-06-06T00:21:18.6399984Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_339, aten.cat.default 2025-06-06T00:21:18.6400816Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_341, aten.cat.default 2025-06-06T00:21:18.6401576Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_588, aten.mul.Tensor 2025-06-06T00:21:18.6402345Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_590, aten.mul.Tensor 2025-06-06T00:21:18.6403092Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_589, aten.mul.Tensor 2025-06-06T00:21:18.6403940Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_591, aten.mul.Tensor 2025-06-06T00:21:18.6404697Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_592, aten.mul.Tensor 2025-06-06T00:21:18.6405448Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_594, aten.mul.Tensor 2025-06-06T00:21:18.6406199Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_593, aten.mul.Tensor 2025-06-06T00:21:18.6406946Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_595, aten.mul.Tensor 2025-06-06T00:21:18.6407702Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_596, aten.mul.Tensor 2025-06-06T00:21:18.6408502Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_598, aten.mul.Tensor 2025-06-06T00:21:18.6409328Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_597, aten.mul.Tensor 2025-06-06T00:21:18.6410138Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_599, aten.mul.Tensor 2025-06-06T00:21:18.6410882Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_600, aten.mul.Tensor 2025-06-06T00:21:18.6411646Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_602, aten.mul.Tensor 2025-06-06T00:21:18.6412404Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_601, aten.mul.Tensor 2025-06-06T00:21:18.6413151Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_603, aten.mul.Tensor 2025-06-06T00:21:18.6413905Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_604, aten.mul.Tensor 2025-06-06T00:21:18.6414652Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_606, aten.mul.Tensor 2025-06-06T00:21:18.6415410Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_605, aten.mul.Tensor 2025-06-06T00:21:18.6416167Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_607, aten.mul.Tensor 2025-06-06T00:21:18.6416914Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_608, aten.mul.Tensor 2025-06-06T00:21:18.6417673Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_610, aten.mul.Tensor 2025-06-06T00:21:18.6418416Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_609, aten.mul.Tensor 2025-06-06T00:21:18.6419172Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_611, aten.mul.Tensor 2025-06-06T00:21:18.6419914Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_612, aten.mul.Tensor 2025-06-06T00:21:18.6420673Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_614, aten.mul.Tensor 2025-06-06T00:21:18.6421432Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_613, aten.mul.Tensor 2025-06-06T00:21:18.6422176Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_615, aten.mul.Tensor 2025-06-06T00:21:18.6422928Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_616, aten.mul.Tensor 2025-06-06T00:21:18.6423711Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_618, aten.mul.Tensor 2025-06-06T00:21:18.6424467Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_617, aten.mul.Tensor 2025-06-06T00:21:18.6425223Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_619, aten.mul.Tensor 2025-06-06T00:21:18.6425996Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_620, aten.mul.Tensor 2025-06-06T00:21:18.6426754Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_622, aten.mul.Tensor 2025-06-06T00:21:18.6427495Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_621, aten.mul.Tensor 2025-06-06T00:21:18.6428252Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_623, aten.mul.Tensor 2025-06-06T00:21:18.6429006Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_624, aten.mul.Tensor 2025-06-06T00:21:18.6429745Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_626, aten.mul.Tensor 2025-06-06T00:21:18.6430500Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_625, aten.mul.Tensor 2025-06-06T00:21:18.6431243Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_627, aten.mul.Tensor 2025-06-06T00:21:18.6431996Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_628, aten.mul.Tensor 2025-06-06T00:21:18.6432779Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_630, aten.mul.Tensor 2025-06-06T00:21:18.6433562Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_629, aten.mul.Tensor 2025-06-06T00:21:18.6434313Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_631, aten.mul.Tensor 2025-06-06T00:21:18.6435054Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_632, aten.mul.Tensor 2025-06-06T00:21:18.6435808Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_634, aten.mul.Tensor 2025-06-06T00:21:18.6436555Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_633, aten.mul.Tensor 2025-06-06T00:21:18.6437314Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_635, aten.mul.Tensor 2025-06-06T00:21:18.6438073Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_636, aten.mul.Tensor 2025-06-06T00:21:18.6438814Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_638, aten.mul.Tensor 2025-06-06T00:21:18.6439570Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_637, aten.mul.Tensor 2025-06-06T00:21:18.6440316Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_639, aten.mul.Tensor 2025-06-06T00:21:18.6441072Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_640, aten.mul.Tensor 2025-06-06T00:21:18.6441826Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_642, aten.mul.Tensor 2025-06-06T00:21:18.6442573Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_641, aten.mul.Tensor 2025-06-06T00:21:18.6443525Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_643, aten.mul.Tensor 2025-06-06T00:21:18.6444344Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_644, aten.mul.Tensor 2025-06-06T00:21:18.6445102Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_646, aten.mul.Tensor 2025-06-06T00:21:18.6445865Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_645, aten.mul.Tensor 2025-06-06T00:21:18.6446617Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_647, aten.mul.Tensor 2025-06-06T00:21:18.6447369Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_648, aten.mul.Tensor 2025-06-06T00:21:18.6448112Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_650, aten.mul.Tensor 2025-06-06T00:21:18.6448933Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_649, aten.mul.Tensor 2025-06-06T00:21:18.6449761Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_651, aten.mul.Tensor 2025-06-06T00:21:18.6450544Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_652, aten.mul.Tensor 2025-06-06T00:21:18.6451303Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_654, aten.mul.Tensor 2025-06-06T00:21:18.6452050Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_653, aten.mul.Tensor 2025-06-06T00:21:18.6452809Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_655, aten.mul.Tensor 2025-06-06T00:21:18.6453565Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_656, aten.mul.Tensor 2025-06-06T00:21:18.6454309Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_658, aten.mul.Tensor 2025-06-06T00:21:18.6455063Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_657, aten.mul.Tensor 2025-06-06T00:21:18.6455809Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_659, aten.mul.Tensor 2025-06-06T00:21:18.6456565Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_660, aten.mul.Tensor 2025-06-06T00:21:18.6457310Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_662, aten.mul.Tensor 2025-06-06T00:21:18.6458100Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_661, aten.mul.Tensor 2025-06-06T00:21:18.6458890Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_663, aten.mul.Tensor 2025-06-06T00:21:18.6459844Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_664, aten.mul.Tensor 2025-06-06T00:21:19.0776379Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_666, aten.mul.Tensor 2025-06-06T00:21:19.0777333Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_665, aten.mul.Tensor 2025-06-06T00:21:19.0778100Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_667, aten.mul.Tensor 2025-06-06T00:21:19.0778884Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_668, aten.mul.Tensor 2025-06-06T00:21:19.0779646Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_670, aten.mul.Tensor 2025-06-06T00:21:19.0780394Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_669, aten.mul.Tensor 2025-06-06T00:21:19.0781155Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_671, aten.mul.Tensor 2025-06-06T00:21:19.0781909Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_672, aten.mul.Tensor 2025-06-06T00:21:19.0782652Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_674, aten.mul.Tensor 2025-06-06T00:21:19.0783405Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_673, aten.mul.Tensor 2025-06-06T00:21:19.0784151Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_675, aten.mul.Tensor 2025-06-06T00:21:19.0784907Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_676, aten.mul.Tensor 2025-06-06T00:21:19.0785665Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_678, aten.mul.Tensor 2025-06-06T00:21:19.0786407Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_677, aten.mul.Tensor 2025-06-06T00:21:19.0787161Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_679, aten.mul.Tensor 2025-06-06T00:21:19.0787904Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_680, aten.mul.Tensor 2025-06-06T00:21:19.0788661Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_682, aten.mul.Tensor 2025-06-06T00:21:19.0789420Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_681, aten.mul.Tensor 2025-06-06T00:21:19.0790392Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_683, aten.mul.Tensor 2025-06-06T00:21:19.0791153Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_144, aten.sub.Tensor 2025-06-06T00:21:19.0791956Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_228, aten.add.Tensor 2025-06-06T00:21:19.0792715Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_145, aten.sub.Tensor 2025-06-06T00:21:19.0793473Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_229, aten.add.Tensor 2025-06-06T00:21:19.0794228Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_146, aten.sub.Tensor 2025-06-06T00:21:19.0794984Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_230, aten.add.Tensor 2025-06-06T00:21:19.0795729Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_147, aten.sub.Tensor 2025-06-06T00:21:19.0796487Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_231, aten.add.Tensor 2025-06-06T00:21:19.0797229Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_148, aten.sub.Tensor 2025-06-06T00:21:19.0797987Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_232, aten.add.Tensor 2025-06-06T00:21:19.0798743Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_149, aten.sub.Tensor 2025-06-06T00:21:19.0799538Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_233, aten.add.Tensor 2025-06-06T00:21:19.0800344Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_150, aten.sub.Tensor 2025-06-06T00:21:19.0801086Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_234, aten.add.Tensor 2025-06-06T00:21:19.0801839Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_151, aten.sub.Tensor 2025-06-06T00:21:19.0802597Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_235, aten.add.Tensor 2025-06-06T00:21:19.0803341Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_152, aten.sub.Tensor 2025-06-06T00:21:19.0804097Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_236, aten.add.Tensor 2025-06-06T00:21:19.0804844Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_153, aten.sub.Tensor 2025-06-06T00:21:19.0805598Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_237, aten.add.Tensor 2025-06-06T00:21:19.0806355Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_154, aten.sub.Tensor 2025-06-06T00:21:19.0807099Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_238, aten.add.Tensor 2025-06-06T00:21:19.0807857Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_155, aten.sub.Tensor 2025-06-06T00:21:19.0808602Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_239, aten.add.Tensor 2025-06-06T00:21:19.0809359Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_156, aten.sub.Tensor 2025-06-06T00:21:19.0810261Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_906, aten._to_copy.default 2025-06-06T00:21:19.0811062Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_240, aten.add.Tensor 2025-06-06T00:21:19.0811875Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_907, aten._to_copy.default 2025-06-06T00:21:19.0812670Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_157, aten.sub.Tensor 2025-06-06T00:21:19.0813476Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_908, aten._to_copy.default 2025-06-06T00:21:19.0814278Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_241, aten.add.Tensor 2025-06-06T00:21:19.0815069Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_909, aten._to_copy.default 2025-06-06T00:21:19.0815912Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_158, aten.sub.Tensor 2025-06-06T00:21:19.0816732Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_910, aten._to_copy.default 2025-06-06T00:21:19.0817536Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_242, aten.add.Tensor 2025-06-06T00:21:19.0818335Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_911, aten._to_copy.default 2025-06-06T00:21:19.0819146Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_159, aten.sub.Tensor 2025-06-06T00:21:19.0819952Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_912, aten._to_copy.default 2025-06-06T00:21:19.0820734Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_243, aten.add.Tensor 2025-06-06T00:21:19.0821536Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_913, aten._to_copy.default 2025-06-06T00:21:19.0822326Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_160, aten.sub.Tensor 2025-06-06T00:21:19.0823131Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_914, aten._to_copy.default 2025-06-06T00:21:19.0823933Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_244, aten.add.Tensor 2025-06-06T00:21:19.0824753Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_915, aten._to_copy.default 2025-06-06T00:21:19.0825590Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_161, aten.sub.Tensor 2025-06-06T00:21:19.0826376Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_916, aten._to_copy.default 2025-06-06T00:21:19.0827176Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_245, aten.add.Tensor 2025-06-06T00:21:19.0827981Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_917, aten._to_copy.default 2025-06-06T00:21:19.0828774Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_162, aten.sub.Tensor 2025-06-06T00:21:19.0829573Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_918, aten._to_copy.default 2025-06-06T00:21:19.0830366Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_246, aten.add.Tensor 2025-06-06T00:21:19.0831171Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_919, aten._to_copy.default 2025-06-06T00:21:19.0831977Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_163, aten.sub.Tensor 2025-06-06T00:21:19.0832777Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_920, aten._to_copy.default 2025-06-06T00:21:19.0833580Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_247, aten.add.Tensor 2025-06-06T00:21:19.0834374Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_921, aten._to_copy.default 2025-06-06T00:21:19.0835184Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_164, aten.sub.Tensor 2025-06-06T00:21:19.0836002Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_922, aten._to_copy.default 2025-06-06T00:21:19.0836795Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_248, aten.add.Tensor 2025-06-06T00:21:19.0837779Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_923, aten._to_copy.default 2025-06-06T00:21:19.0838624Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_165, aten.sub.Tensor 2025-06-06T00:21:19.0839430Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_924, aten._to_copy.default 2025-06-06T00:21:19.0840232Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_249, aten.add.Tensor 2025-06-06T00:21:19.4904525Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_925, aten._to_copy.default 2025-06-06T00:21:19.4905400Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_166, aten.sub.Tensor 2025-06-06T00:21:19.4906413Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_926, aten._to_copy.default 2025-06-06T00:21:19.4907244Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_250, aten.add.Tensor 2025-06-06T00:21:19.4908090Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_927, aten._to_copy.default 2025-06-06T00:21:19.4908880Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_167, aten.sub.Tensor 2025-06-06T00:21:19.4909685Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_928, aten._to_copy.default 2025-06-06T00:21:19.4910487Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_251, aten.add.Tensor 2025-06-06T00:21:19.4911285Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_929, aten._to_copy.default 2025-06-06T00:21:19.4912097Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_294, aten.cat.default 2025-06-06T00:21:19.4912861Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_295, aten.cat.default 2025-06-06T00:21:19.4913696Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_296, aten.cat.default 2025-06-06T00:21:19.4914521Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_297, aten.cat.default 2025-06-06T00:21:19.4915284Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_298, aten.cat.default 2025-06-06T00:21:19.4916056Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_299, aten.cat.default 2025-06-06T00:21:19.4916816Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_300, aten.cat.default 2025-06-06T00:21:19.4917592Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_301, aten.cat.default 2025-06-06T00:21:19.4918366Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_302, aten.cat.default 2025-06-06T00:21:19.4919126Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_303, aten.cat.default 2025-06-06T00:21:19.4919895Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_304, aten.cat.default 2025-06-06T00:21:19.4920656Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_305, aten.cat.default 2025-06-06T00:21:19.4921426Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_306, aten.cat.default 2025-06-06T00:21:19.4922232Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_930, aten._to_copy.default 2025-06-06T00:21:19.4923028Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_307, aten.cat.default 2025-06-06T00:21:19.4923841Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_931, aten._to_copy.default 2025-06-06T00:21:19.4924632Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_308, aten.cat.default 2025-06-06T00:21:19.4925447Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_932, aten._to_copy.default 2025-06-06T00:21:19.4926258Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_309, aten.cat.default 2025-06-06T00:21:19.4927056Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_933, aten._to_copy.default 2025-06-06T00:21:19.4927862Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_310, aten.cat.default 2025-06-06T00:21:19.4928660Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_934, aten._to_copy.default 2025-06-06T00:21:19.4929646Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_311, aten.cat.default 2025-06-06T00:21:19.4930457Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_935, aten._to_copy.default 2025-06-06T00:21:19.4931289Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_312, aten.cat.default 2025-06-06T00:21:19.4932105Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_936, aten._to_copy.default 2025-06-06T00:21:19.4932905Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_313, aten.cat.default 2025-06-06T00:21:19.4933719Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_937, aten._to_copy.default 2025-06-06T00:21:19.4934529Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_314, aten.cat.default 2025-06-06T00:21:19.4935328Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_938, aten._to_copy.default 2025-06-06T00:21:19.4936139Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_315, aten.cat.default 2025-06-06T00:21:19.4936937Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_939, aten._to_copy.default 2025-06-06T00:21:19.4937747Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_316, aten.cat.default 2025-06-06T00:21:19.4938557Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_940, aten._to_copy.default 2025-06-06T00:21:19.4939385Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_317, aten.cat.default 2025-06-06T00:21:19.4940239Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_941, aten._to_copy.default 2025-06-06T00:21:19.4941110Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_355, aten.permute_copy.default 2025-06-06T00:21:19.4941996Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_942, aten._to_copy.default 2025-06-06T00:21:19.4942879Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_356, aten.permute_copy.default 2025-06-06T00:21:19.4943752Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_943, aten._to_copy.default 2025-06-06T00:21:19.4944632Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_357, aten.permute_copy.default 2025-06-06T00:21:19.4945505Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_944, aten._to_copy.default 2025-06-06T00:21:19.4946388Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_358, aten.permute_copy.default 2025-06-06T00:21:19.4947379Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_945, aten._to_copy.default 2025-06-06T00:21:19.4948247Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_359, aten.permute_copy.default 2025-06-06T00:21:19.4949137Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_946, aten._to_copy.default 2025-06-06T00:21:19.4950006Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_360, aten.permute_copy.default 2025-06-06T00:21:19.4950898Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_947, aten._to_copy.default 2025-06-06T00:21:19.4951782Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_361, aten.permute_copy.default 2025-06-06T00:21:19.4952659Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_948, aten._to_copy.default 2025-06-06T00:21:19.4953536Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_362, aten.permute_copy.default 2025-06-06T00:21:19.4954406Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_949, aten._to_copy.default 2025-06-06T00:21:19.4955325Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_363, aten.permute_copy.default 2025-06-06T00:21:19.4956211Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_950, aten._to_copy.default 2025-06-06T00:21:19.4957107Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_364, aten.permute_copy.default 2025-06-06T00:21:19.4957992Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_951, aten._to_copy.default 2025-06-06T00:21:19.4958863Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_365, aten.permute_copy.default 2025-06-06T00:21:19.4959931Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_952, aten._to_copy.default 2025-06-06T00:21:19.4960815Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_366, aten.permute_copy.default 2025-06-06T00:21:19.4961691Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_953, aten._to_copy.default 2025-06-06T00:21:19.4962504Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_318, aten.cat.default 2025-06-06T00:21:19.4963270Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_320, aten.cat.default 2025-06-06T00:21:19.4964049Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_322, aten.cat.default 2025-06-06T00:21:19.4964888Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_324, aten.cat.default 2025-06-06T00:21:19.4965691Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_326, aten.cat.default 2025-06-06T00:21:19.4966471Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_328, aten.cat.default 2025-06-06T00:21:19.4967233Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_330, aten.cat.default 2025-06-06T00:21:19.4968015Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_332, aten.cat.default 2025-06-06T00:21:19.4968793Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_334, aten.cat.default 2025-06-06T00:21:20.0298805Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_336, aten.cat.default 2025-06-06T00:21:20.0300258Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_338, aten.cat.default 2025-06-06T00:21:20.0301641Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_340, aten.cat.default 2025-06-06T00:21:20.0303077Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_144, aten.matmul.default 2025-06-06T00:21:20.0304582Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_146, aten.matmul.default 2025-06-06T00:21:20.0306037Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_148, aten.matmul.default 2025-06-06T00:21:20.0307511Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_150, aten.matmul.default 2025-06-06T00:21:20.0308977Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_152, aten.matmul.default 2025-06-06T00:21:20.0310424Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_154, aten.matmul.default 2025-06-06T00:21:20.0311896Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_156, aten.matmul.default 2025-06-06T00:21:20.0313349Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_158, aten.matmul.default 2025-06-06T00:21:20.0314817Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_160, aten.matmul.default 2025-06-06T00:21:20.0316280Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_162, aten.matmul.default 2025-06-06T00:21:20.0317732Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_164, aten.matmul.default 2025-06-06T00:21:20.0319493Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_166, aten.matmul.default 2025-06-06T00:21:20.0320889Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_72, aten.div.Tensor 2025-06-06T00:21:20.0322310Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_73, aten.div.Tensor 2025-06-06T00:21:20.0323651Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_74, aten.div.Tensor 2025-06-06T00:21:20.0324977Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_75, aten.div.Tensor 2025-06-06T00:21:20.0326318Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_76, aten.div.Tensor 2025-06-06T00:21:20.0327649Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_77, aten.div.Tensor 2025-06-06T00:21:20.0328992Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_78, aten.div.Tensor 2025-06-06T00:21:20.0330405Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_79, aten.div.Tensor 2025-06-06T00:21:20.0331730Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_80, aten.div.Tensor 2025-06-06T00:21:20.0333070Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_81, aten.div.Tensor 2025-06-06T00:21:20.0334390Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_82, aten.div.Tensor 2025-06-06T00:21:20.0335795Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_83, aten.div.Tensor 2025-06-06T00:21:20.0337205Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_252, aten.add.Tensor 2025-06-06T00:21:20.0338547Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_253, aten.add.Tensor 2025-06-06T00:21:20.0339894Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_254, aten.add.Tensor 2025-06-06T00:21:20.0341233Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_255, aten.add.Tensor 2025-06-06T00:21:20.0342578Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_256, aten.add.Tensor 2025-06-06T00:21:20.0343906Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_257, aten.add.Tensor 2025-06-06T00:21:20.0345273Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_258, aten.add.Tensor 2025-06-06T00:21:20.0346611Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_259, aten.add.Tensor 2025-06-06T00:21:20.0347963Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_260, aten.add.Tensor 2025-06-06T00:21:20.0349312Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_261, aten.add.Tensor 2025-06-06T00:21:20.0350646Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_262, aten.add.Tensor 2025-06-06T00:21:20.0351997Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_263, aten.add.Tensor 2025-06-06T00:21:20.0353420Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_72, aten._softmax.default 2025-06-06T00:21:20.0354946Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_73, aten._softmax.default 2025-06-06T00:21:20.0356470Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_74, aten._softmax.default 2025-06-06T00:21:20.0357972Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_75, aten._softmax.default 2025-06-06T00:21:20.0359640Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_76, aten._softmax.default 2025-06-06T00:21:20.0361137Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_77, aten._softmax.default 2025-06-06T00:21:20.0362647Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_78, aten._softmax.default 2025-06-06T00:21:20.0364236Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_79, aten._softmax.default 2025-06-06T00:21:20.0365731Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_80, aten._softmax.default 2025-06-06T00:21:20.0367305Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_81, aten._softmax.default 2025-06-06T00:21:20.0368802Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_82, aten._softmax.default 2025-06-06T00:21:20.0370338Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_83, aten._softmax.default 2025-06-06T00:21:20.0371836Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_145, aten.matmul.default 2025-06-06T00:21:20.0373295Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_147, aten.matmul.default 2025-06-06T00:21:20.0374758Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_149, aten.matmul.default 2025-06-06T00:21:20.0376217Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_151, aten.matmul.default 2025-06-06T00:21:20.0377682Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_153, aten.matmul.default 2025-06-06T00:21:20.0379163Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_155, aten.matmul.default 2025-06-06T00:21:20.0380710Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_157, aten.matmul.default 2025-06-06T00:21:20.0382237Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_159, aten.matmul.default 2025-06-06T00:21:20.0383683Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_161, aten.matmul.default 2025-06-06T00:21:20.0385153Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_163, aten.matmul.default 2025-06-06T00:21:20.0386618Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_165, aten.matmul.default 2025-06-06T00:21:20.0388073Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_167, aten.matmul.default 2025-06-06T00:21:20.0389498Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_342, aten.cat.default 2025-06-06T00:21:20.0390952Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_283, aten.view_copy.default 2025-06-06T00:21:20.0392572Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1415, aten.permute_copy.default 2025-06-06T00:21:20.0394232Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_276, aten.convolution.default 2025-06-06T00:21:20.0395872Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1416, aten.permute_copy.default 2025-06-06T00:21:20.0397479Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_284, aten.view_copy.default 2025-06-06T00:21:20.0398915Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_264, aten.add.Tensor 2025-06-06T00:21:20.0400350Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_rms_norm_default_13, aten.rms_norm.default 2025-06-06T00:21:20.0401888Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_285, aten.view_copy.default 2025-06-06T00:21:20.0403486Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1417, aten.permute_copy.default 2025-06-06T00:21:20.0405133Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_277, aten.convolution.default 2025-06-06T00:21:20.0406754Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_278, aten.convolution.default 2025-06-06T00:21:20.0408312Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sigmoid_default_6, aten.sigmoid.default 2025-06-06T00:21:20.0409821Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_684, aten.mul.Tensor 2025-06-06T00:21:20.0411159Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_685, aten.mul.Tensor 2025-06-06T00:21:20.0412695Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_279, aten.convolution.default 2025-06-06T00:21:20.5435565Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1418, aten.permute_copy.default 2025-06-06T00:21:20.5437249Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_286, aten.view_copy.default 2025-06-06T00:21:20.5438715Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_265, aten.add.Tensor 2025-06-06T00:21:20.5440153Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_rms_norm_default_14, aten.rms_norm.default 2025-06-06T00:21:20.5441681Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_287, aten.view_copy.default 2025-06-06T00:21:20.5443271Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1419, aten.permute_copy.default 2025-06-06T00:21:20.5444859Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_954, aten._to_copy.default 2025-06-06T00:21:20.5446428Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_280, aten.convolution.default 2025-06-06T00:21:20.5448292Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1420, aten.permute_copy.default 2025-06-06T00:21:20.5450093Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_281, aten.convolution.default 2025-06-06T00:21:20.5451716Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1421, aten.permute_copy.default 2025-06-06T00:21:20.5453384Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_282, aten.convolution.default 2025-06-06T00:21:20.5455020Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1422, aten.permute_copy.default 2025-06-06T00:21:20.5456646Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_283, aten.convolution.default 2025-06-06T00:21:20.5458291Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1423, aten.permute_copy.default 2025-06-06T00:21:20.5460049Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_284, aten.convolution.default 2025-06-06T00:21:20.5461695Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1424, aten.permute_copy.default 2025-06-06T00:21:20.5463343Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_285, aten.convolution.default 2025-06-06T00:21:20.5464966Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1425, aten.permute_copy.default 2025-06-06T00:21:20.5466612Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_286, aten.convolution.default 2025-06-06T00:21:20.5468250Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1426, aten.permute_copy.default 2025-06-06T00:21:20.5469876Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_287, aten.convolution.default 2025-06-06T00:21:20.5471508Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1427, aten.permute_copy.default 2025-06-06T00:21:20.5473131Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_288, aten.convolution.default 2025-06-06T00:21:20.5474770Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1428, aten.permute_copy.default 2025-06-06T00:21:20.5476400Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_289, aten.convolution.default 2025-06-06T00:21:20.5478105Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1429, aten.permute_copy.default 2025-06-06T00:21:20.5479720Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_290, aten.convolution.default 2025-06-06T00:21:20.5481436Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1430, aten.permute_copy.default 2025-06-06T00:21:20.5483081Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_291, aten.convolution.default 2025-06-06T00:21:20.5484697Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1431, aten.permute_copy.default 2025-06-06T00:21:20.5486319Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_292, aten.convolution.default 2025-06-06T00:21:20.5487962Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1432, aten.permute_copy.default 2025-06-06T00:21:20.5489636Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_293, aten.convolution.default 2025-06-06T00:21:20.5491277Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1433, aten.permute_copy.default 2025-06-06T00:21:20.5492924Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_294, aten.convolution.default 2025-06-06T00:21:20.5494532Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1434, aten.permute_copy.default 2025-06-06T00:21:20.5496245Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_295, aten.convolution.default 2025-06-06T00:21:20.5497941Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1435, aten.permute_copy.default 2025-06-06T00:21:20.5499589Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_296, aten.convolution.default 2025-06-06T00:21:20.5501225Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1436, aten.permute_copy.default 2025-06-06T00:21:20.5502849Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_297, aten.convolution.default 2025-06-06T00:21:20.5504489Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1437, aten.permute_copy.default 2025-06-06T00:21:20.5506115Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_298, aten.convolution.default 2025-06-06T00:21:20.5507761Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1438, aten.permute_copy.default 2025-06-06T00:21:20.5509404Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_299, aten.convolution.default 2025-06-06T00:21:20.5511032Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1439, aten.permute_copy.default 2025-06-06T00:21:20.5512672Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_300, aten.convolution.default 2025-06-06T00:21:20.5514299Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1440, aten.permute_copy.default 2025-06-06T00:21:20.5515937Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_301, aten.convolution.default 2025-06-06T00:21:20.5517580Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1441, aten.permute_copy.default 2025-06-06T00:21:20.5519207Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_302, aten.convolution.default 2025-06-06T00:21:20.5520845Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1442, aten.permute_copy.default 2025-06-06T00:21:20.5522483Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_303, aten.convolution.default 2025-06-06T00:21:20.5524107Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1443, aten.permute_copy.default 2025-06-06T00:21:20.5525800Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_304, aten.convolution.default 2025-06-06T00:21:20.5527465Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1444, aten.permute_copy.default 2025-06-06T00:21:20.5529104Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_305, aten.convolution.default 2025-06-06T00:21:20.5530793Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1445, aten.permute_copy.default 2025-06-06T00:21:20.5532419Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_306, aten.convolution.default 2025-06-06T00:21:20.5534058Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1446, aten.permute_copy.default 2025-06-06T00:21:20.5535680Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_307, aten.convolution.default 2025-06-06T00:21:20.5537327Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1447, aten.permute_copy.default 2025-06-06T00:21:20.5538968Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_308, aten.convolution.default 2025-06-06T00:21:20.5540593Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1448, aten.permute_copy.default 2025-06-06T00:21:20.5542268Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_309, aten.convolution.default 2025-06-06T00:21:20.5543927Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1449, aten.permute_copy.default 2025-06-06T00:21:20.5545566Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_310, aten.convolution.default 2025-06-06T00:21:20.5547213Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1450, aten.permute_copy.default 2025-06-06T00:21:20.5548840Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_311, aten.convolution.default 2025-06-06T00:21:20.5550473Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1451, aten.permute_copy.default 2025-06-06T00:21:20.8215868Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_312, aten.convolution.default 2025-06-06T00:21:20.8216840Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1452, aten.permute_copy.default 2025-06-06T00:21:20.8217771Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_313, aten.convolution.default 2025-06-06T00:21:20.8218676Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1453, aten.permute_copy.default 2025-06-06T00:21:20.8219587Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_314, aten.convolution.default 2025-06-06T00:21:20.8220532Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1454, aten.permute_copy.default 2025-06-06T00:21:20.8221433Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_315, aten.convolution.default 2025-06-06T00:21:20.8222345Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1455, aten.permute_copy.default 2025-06-06T00:21:20.8223245Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_288, aten.view_copy.default 2025-06-06T00:21:20.8224106Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_289, aten.view_copy.default 2025-06-06T00:21:20.8224970Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_290, aten.view_copy.default 2025-06-06T00:21:20.8225817Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_291, aten.view_copy.default 2025-06-06T00:21:20.8227030Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_292, aten.view_copy.default 2025-06-06T00:21:20.8227893Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_293, aten.view_copy.default 2025-06-06T00:21:20.8228814Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_294, aten.view_copy.default 2025-06-06T00:21:20.8229687Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_295, aten.view_copy.default 2025-06-06T00:21:20.8230542Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_296, aten.view_copy.default 2025-06-06T00:21:20.8231407Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_297, aten.view_copy.default 2025-06-06T00:21:20.8232270Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_298, aten.view_copy.default 2025-06-06T00:21:20.8233119Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_299, aten.view_copy.default 2025-06-06T00:21:20.8233983Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_300, aten.view_copy.default 2025-06-06T00:21:20.8234846Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_301, aten.view_copy.default 2025-06-06T00:21:20.8235698Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_302, aten.view_copy.default 2025-06-06T00:21:20.8236613Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_303, aten.view_copy.default 2025-06-06T00:21:20.8237558Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_304, aten.view_copy.default 2025-06-06T00:21:20.8238420Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_305, aten.view_copy.default 2025-06-06T00:21:20.8239288Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_306, aten.view_copy.default 2025-06-06T00:21:20.8240149Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_307, aten.view_copy.default 2025-06-06T00:21:20.8241018Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_308, aten.view_copy.default 2025-06-06T00:21:20.8241876Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_309, aten.view_copy.default 2025-06-06T00:21:20.8242745Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_310, aten.view_copy.default 2025-06-06T00:21:20.8243606Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_311, aten.view_copy.default 2025-06-06T00:21:20.8244456Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_312, aten.view_copy.default 2025-06-06T00:21:20.8245317Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_965, aten._to_copy.default 2025-06-06T00:21:20.8246164Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_313, aten.view_copy.default 2025-06-06T00:21:20.8247021Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_966, aten._to_copy.default 2025-06-06T00:21:20.8247876Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_314, aten.view_copy.default 2025-06-06T00:21:20.8248717Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_967, aten._to_copy.default 2025-06-06T00:21:20.8249640Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_315, aten.view_copy.default 2025-06-06T00:21:20.8250486Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_968, aten._to_copy.default 2025-06-06T00:21:20.8251340Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_316, aten.view_copy.default 2025-06-06T00:21:20.8252426Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_317, aten.view_copy.default 2025-06-06T00:21:20.8253340Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_969, aten._to_copy.default 2025-06-06T00:21:20.8254200Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_318, aten.view_copy.default 2025-06-06T00:21:20.8255084Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_970, aten._to_copy.default 2025-06-06T00:21:20.8255943Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_319, aten.view_copy.default 2025-06-06T00:21:20.8256803Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_971, aten._to_copy.default 2025-06-06T00:21:20.8257644Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_320, aten.view_copy.default 2025-06-06T00:21:20.8258501Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_972, aten._to_copy.default 2025-06-06T00:21:20.8259491Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_321, aten.view_copy.default 2025-06-06T00:21:20.8260349Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_973, aten._to_copy.default 2025-06-06T00:21:20.8261206Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_322, aten.view_copy.default 2025-06-06T00:21:20.8262105Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_974, aten._to_copy.default 2025-06-06T00:21:20.8263003Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_323, aten.view_copy.default 2025-06-06T00:21:20.8263857Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_336, aten.slice_copy.Tensor 2025-06-06T00:21:20.8264722Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_337, aten.slice_copy.Tensor 2025-06-06T00:21:20.8265591Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_338, aten.slice_copy.Tensor 2025-06-06T00:21:20.8266443Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_339, aten.slice_copy.Tensor 2025-06-06T00:21:20.8267306Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_340, aten.slice_copy.Tensor 2025-06-06T00:21:20.8268154Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_341, aten.slice_copy.Tensor 2025-06-06T00:21:20.8269021Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_342, aten.slice_copy.Tensor 2025-06-06T00:21:20.8269889Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_343, aten.slice_copy.Tensor 2025-06-06T00:21:20.8270742Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_344, aten.slice_copy.Tensor 2025-06-06T00:21:20.8271606Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_345, aten.slice_copy.Tensor 2025-06-06T00:21:20.8272457Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_346, aten.slice_copy.Tensor 2025-06-06T00:21:20.8273325Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_347, aten.slice_copy.Tensor 2025-06-06T00:21:20.8274199Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_348, aten.slice_copy.Tensor 2025-06-06T00:21:20.8275056Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_349, aten.slice_copy.Tensor 2025-06-06T00:21:20.8275929Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_350, aten.slice_copy.Tensor 2025-06-06T00:21:20.8276780Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_351, aten.slice_copy.Tensor 2025-06-06T00:21:20.8277645Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_352, aten.slice_copy.Tensor 2025-06-06T00:21:20.8278571Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_353, aten.slice_copy.Tensor 2025-06-06T00:21:20.8279424Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_354, aten.slice_copy.Tensor 2025-06-06T00:21:20.8280358Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_355, aten.slice_copy.Tensor 2025-06-06T00:21:21.2200587Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_356, aten.slice_copy.Tensor 2025-06-06T00:21:21.2201561Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_357, aten.slice_copy.Tensor 2025-06-06T00:21:21.2202432Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_358, aten.slice_copy.Tensor 2025-06-06T00:21:21.2203303Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_359, aten.slice_copy.Tensor 2025-06-06T00:21:21.2204159Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_360, aten.slice_copy.Tensor 2025-06-06T00:21:21.2205038Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_361, aten.slice_copy.Tensor 2025-06-06T00:21:21.2205912Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_362, aten.slice_copy.Tensor 2025-06-06T00:21:21.2206770Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_363, aten.slice_copy.Tensor 2025-06-06T00:21:21.2207887Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_364, aten.slice_copy.Tensor 2025-06-06T00:21:21.2208810Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_365, aten.slice_copy.Tensor 2025-06-06T00:21:21.2209754Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_366, aten.slice_copy.Tensor 2025-06-06T00:21:21.2210620Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_367, aten.slice_copy.Tensor 2025-06-06T00:21:21.2211481Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_368, aten.slice_copy.Tensor 2025-06-06T00:21:21.2212348Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_369, aten.slice_copy.Tensor 2025-06-06T00:21:21.2213207Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_370, aten.slice_copy.Tensor 2025-06-06T00:21:21.2214076Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_371, aten.slice_copy.Tensor 2025-06-06T00:21:21.2214940Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_372, aten.slice_copy.Tensor 2025-06-06T00:21:21.2215792Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_373, aten.slice_copy.Tensor 2025-06-06T00:21:21.2216652Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_374, aten.slice_copy.Tensor 2025-06-06T00:21:21.2217506Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_375, aten.slice_copy.Tensor 2025-06-06T00:21:21.2218364Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_376, aten.slice_copy.Tensor 2025-06-06T00:21:21.2219230Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_377, aten.slice_copy.Tensor 2025-06-06T00:21:21.2220082Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_378, aten.slice_copy.Tensor 2025-06-06T00:21:21.2220948Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_379, aten.slice_copy.Tensor 2025-06-06T00:21:21.2221804Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_380, aten.slice_copy.Tensor 2025-06-06T00:21:21.2222667Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_381, aten.slice_copy.Tensor 2025-06-06T00:21:21.2223528Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_382, aten.slice_copy.Tensor 2025-06-06T00:21:21.2224441Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_383, aten.slice_copy.Tensor 2025-06-06T00:21:21.2225259Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_368, aten.cat.default 2025-06-06T00:21:21.2226074Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_370, aten.cat.default 2025-06-06T00:21:21.2226855Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_372, aten.cat.default 2025-06-06T00:21:21.2227629Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_374, aten.cat.default 2025-06-06T00:21:21.2228389Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_376, aten.cat.default 2025-06-06T00:21:21.2229157Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_378, aten.cat.default 2025-06-06T00:21:21.2229917Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_380, aten.cat.default 2025-06-06T00:21:21.2230692Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_382, aten.cat.default 2025-06-06T00:21:21.2231461Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_384, aten.cat.default 2025-06-06T00:21:21.2232223Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_386, aten.cat.default 2025-06-06T00:21:21.2233057Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_388, aten.cat.default 2025-06-06T00:21:21.2233862Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_390, aten.cat.default 2025-06-06T00:21:21.2234620Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_686, aten.mul.Tensor 2025-06-06T00:21:21.2235382Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_688, aten.mul.Tensor 2025-06-06T00:21:21.2236127Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_687, aten.mul.Tensor 2025-06-06T00:21:21.2236885Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_689, aten.mul.Tensor 2025-06-06T00:21:21.2237641Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_690, aten.mul.Tensor 2025-06-06T00:21:21.2238383Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_692, aten.mul.Tensor 2025-06-06T00:21:21.2239134Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_691, aten.mul.Tensor 2025-06-06T00:21:21.2239874Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_693, aten.mul.Tensor 2025-06-06T00:21:21.2240630Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_694, aten.mul.Tensor 2025-06-06T00:21:21.2241383Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_696, aten.mul.Tensor 2025-06-06T00:21:21.2242127Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_695, aten.mul.Tensor 2025-06-06T00:21:21.2242878Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_697, aten.mul.Tensor 2025-06-06T00:21:21.2243622Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_698, aten.mul.Tensor 2025-06-06T00:21:21.2244378Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_700, aten.mul.Tensor 2025-06-06T00:21:21.2245120Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_699, aten.mul.Tensor 2025-06-06T00:21:21.2245878Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_701, aten.mul.Tensor 2025-06-06T00:21:21.2246633Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_702, aten.mul.Tensor 2025-06-06T00:21:21.2247378Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_704, aten.mul.Tensor 2025-06-06T00:21:21.2248131Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_703, aten.mul.Tensor 2025-06-06T00:21:21.2249112Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_705, aten.mul.Tensor 2025-06-06T00:21:21.2249942Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_706, aten.mul.Tensor 2025-06-06T00:21:21.2250752Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_708, aten.mul.Tensor 2025-06-06T00:21:21.2251500Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_707, aten.mul.Tensor 2025-06-06T00:21:21.2252259Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_709, aten.mul.Tensor 2025-06-06T00:21:21.2253003Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_710, aten.mul.Tensor 2025-06-06T00:21:21.2253762Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_712, aten.mul.Tensor 2025-06-06T00:21:21.2254514Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_711, aten.mul.Tensor 2025-06-06T00:21:21.2255257Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_713, aten.mul.Tensor 2025-06-06T00:21:21.2256010Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_714, aten.mul.Tensor 2025-06-06T00:21:21.2256755Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_716, aten.mul.Tensor 2025-06-06T00:21:21.2257509Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_715, aten.mul.Tensor 2025-06-06T00:21:21.2258299Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_717, aten.mul.Tensor 2025-06-06T00:21:21.2259079Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_718, aten.mul.Tensor 2025-06-06T00:21:21.2260013Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_720, aten.mul.Tensor 2025-06-06T00:21:21.2260758Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_719, aten.mul.Tensor 2025-06-06T00:21:21.2261517Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_721, aten.mul.Tensor 2025-06-06T00:21:21.2262267Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_722, aten.mul.Tensor 2025-06-06T00:21:21.2263024Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_724, aten.mul.Tensor 2025-06-06T00:21:21.2263785Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_723, aten.mul.Tensor 2025-06-06T00:21:21.2264529Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_725, aten.mul.Tensor 2025-06-06T00:21:21.2265289Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_726, aten.mul.Tensor 2025-06-06T00:21:21.6502681Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_728, aten.mul.Tensor 2025-06-06T00:21:21.6503513Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_727, aten.mul.Tensor 2025-06-06T00:21:21.6504286Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_729, aten.mul.Tensor 2025-06-06T00:21:21.6505053Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_730, aten.mul.Tensor 2025-06-06T00:21:21.6505819Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_732, aten.mul.Tensor 2025-06-06T00:21:21.6506620Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_731, aten.mul.Tensor 2025-06-06T00:21:21.6507391Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_733, aten.mul.Tensor 2025-06-06T00:21:21.6508147Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_734, aten.mul.Tensor 2025-06-06T00:21:21.6508911Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_736, aten.mul.Tensor 2025-06-06T00:21:21.6509658Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_735, aten.mul.Tensor 2025-06-06T00:21:21.6510418Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_737, aten.mul.Tensor 2025-06-06T00:21:21.6511409Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_738, aten.mul.Tensor 2025-06-06T00:21:21.6512172Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_740, aten.mul.Tensor 2025-06-06T00:21:21.6512993Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_739, aten.mul.Tensor 2025-06-06T00:21:21.6513744Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_741, aten.mul.Tensor 2025-06-06T00:21:21.6514511Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_742, aten.mul.Tensor 2025-06-06T00:21:21.6515262Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_744, aten.mul.Tensor 2025-06-06T00:21:21.6516025Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_743, aten.mul.Tensor 2025-06-06T00:21:21.6516789Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_745, aten.mul.Tensor 2025-06-06T00:21:21.6517534Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_746, aten.mul.Tensor 2025-06-06T00:21:21.6518290Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_748, aten.mul.Tensor 2025-06-06T00:21:21.6519035Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_747, aten.mul.Tensor 2025-06-06T00:21:21.6519792Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_749, aten.mul.Tensor 2025-06-06T00:21:21.6520598Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_750, aten.mul.Tensor 2025-06-06T00:21:21.6521393Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_752, aten.mul.Tensor 2025-06-06T00:21:21.6522149Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_751, aten.mul.Tensor 2025-06-06T00:21:21.6522892Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_753, aten.mul.Tensor 2025-06-06T00:21:21.6523651Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_754, aten.mul.Tensor 2025-06-06T00:21:21.6524409Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_756, aten.mul.Tensor 2025-06-06T00:21:21.6525160Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_755, aten.mul.Tensor 2025-06-06T00:21:21.6525918Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_757, aten.mul.Tensor 2025-06-06T00:21:21.6526668Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_758, aten.mul.Tensor 2025-06-06T00:21:21.6527430Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_760, aten.mul.Tensor 2025-06-06T00:21:21.6528190Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_759, aten.mul.Tensor 2025-06-06T00:21:21.6528932Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_761, aten.mul.Tensor 2025-06-06T00:21:21.6529766Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_762, aten.mul.Tensor 2025-06-06T00:21:21.6530513Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_764, aten.mul.Tensor 2025-06-06T00:21:21.6531272Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_763, aten.mul.Tensor 2025-06-06T00:21:21.6532019Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_765, aten.mul.Tensor 2025-06-06T00:21:21.6532775Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_766, aten.mul.Tensor 2025-06-06T00:21:21.6533537Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_768, aten.mul.Tensor 2025-06-06T00:21:21.6534285Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_767, aten.mul.Tensor 2025-06-06T00:21:21.6535040Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_769, aten.mul.Tensor 2025-06-06T00:21:21.6535785Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_770, aten.mul.Tensor 2025-06-06T00:21:21.6536587Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_772, aten.mul.Tensor 2025-06-06T00:21:21.6537349Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_771, aten.mul.Tensor 2025-06-06T00:21:21.6538127Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_773, aten.mul.Tensor 2025-06-06T00:21:21.6538894Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_774, aten.mul.Tensor 2025-06-06T00:21:21.6539642Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_776, aten.mul.Tensor 2025-06-06T00:21:21.6540398Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_775, aten.mul.Tensor 2025-06-06T00:21:21.6541155Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_777, aten.mul.Tensor 2025-06-06T00:21:21.6541899Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_778, aten.mul.Tensor 2025-06-06T00:21:21.6542658Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_780, aten.mul.Tensor 2025-06-06T00:21:21.6543401Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_779, aten.mul.Tensor 2025-06-06T00:21:21.6544160Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_781, aten.mul.Tensor 2025-06-06T00:21:21.6544914Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_168, aten.sub.Tensor 2025-06-06T00:21:21.6545731Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_266, aten.add.Tensor 2025-06-06T00:21:21.6546519Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_169, aten.sub.Tensor 2025-06-06T00:21:21.6547267Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_267, aten.add.Tensor 2025-06-06T00:21:21.6548027Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_170, aten.sub.Tensor 2025-06-06T00:21:21.6548777Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_268, aten.add.Tensor 2025-06-06T00:21:21.6549535Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_171, aten.sub.Tensor 2025-06-06T00:21:21.6550290Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_269, aten.add.Tensor 2025-06-06T00:21:21.6551035Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_172, aten.sub.Tensor 2025-06-06T00:21:21.6551797Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_270, aten.add.Tensor 2025-06-06T00:21:21.6552542Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_173, aten.sub.Tensor 2025-06-06T00:21:21.6553301Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_271, aten.add.Tensor 2025-06-06T00:21:21.6554053Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_174, aten.sub.Tensor 2025-06-06T00:21:21.6554800Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_272, aten.add.Tensor 2025-06-06T00:21:21.6555557Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_175, aten.sub.Tensor 2025-06-06T00:21:21.6556338Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_273, aten.add.Tensor 2025-06-06T00:21:21.6557092Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_176, aten.sub.Tensor 2025-06-06T00:21:21.6557846Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_274, aten.add.Tensor 2025-06-06T00:21:21.6558590Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_177, aten.sub.Tensor 2025-06-06T00:21:21.6559551Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_275, aten.add.Tensor 2025-06-06T00:21:21.6560300Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_178, aten.sub.Tensor 2025-06-06T00:21:21.6561141Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_276, aten.add.Tensor 2025-06-06T00:21:21.6561905Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_179, aten.sub.Tensor 2025-06-06T00:21:21.6562652Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_277, aten.add.Tensor 2025-06-06T00:21:21.6563683Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_180, aten.sub.Tensor 2025-06-06T00:21:21.6564670Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_975, aten._to_copy.default 2025-06-06T00:21:21.6565490Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_278, aten.add.Tensor 2025-06-06T00:21:21.6566295Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_976, aten._to_copy.default 2025-06-06T00:21:21.6567088Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_181, aten.sub.Tensor 2025-06-06T00:21:22.0916086Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_977, aten._to_copy.default 2025-06-06T00:21:22.0916961Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_279, aten.add.Tensor 2025-06-06T00:21:22.0917783Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_978, aten._to_copy.default 2025-06-06T00:21:22.0918596Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_182, aten.sub.Tensor 2025-06-06T00:21:22.0919604Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_979, aten._to_copy.default 2025-06-06T00:21:22.0920463Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_280, aten.add.Tensor 2025-06-06T00:21:22.0921269Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_980, aten._to_copy.default 2025-06-06T00:21:22.0922064Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_183, aten.sub.Tensor 2025-06-06T00:21:22.0922873Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_981, aten._to_copy.default 2025-06-06T00:21:22.0923683Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_281, aten.add.Tensor 2025-06-06T00:21:22.0924474Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_982, aten._to_copy.default 2025-06-06T00:21:22.0925290Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_184, aten.sub.Tensor 2025-06-06T00:21:22.0926102Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_983, aten._to_copy.default 2025-06-06T00:21:22.0926905Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_282, aten.add.Tensor 2025-06-06T00:21:22.0927714Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_984, aten._to_copy.default 2025-06-06T00:21:22.0928510Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_185, aten.sub.Tensor 2025-06-06T00:21:22.0929322Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_985, aten._to_copy.default 2025-06-06T00:21:22.0930218Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_283, aten.add.Tensor 2025-06-06T00:21:22.0931048Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_986, aten._to_copy.default 2025-06-06T00:21:22.0931875Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_186, aten.sub.Tensor 2025-06-06T00:21:22.0932935Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_987, aten._to_copy.default 2025-06-06T00:21:22.0933782Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_284, aten.add.Tensor 2025-06-06T00:21:22.0934595Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_988, aten._to_copy.default 2025-06-06T00:21:22.0935393Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_187, aten.sub.Tensor 2025-06-06T00:21:22.0936298Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_989, aten._to_copy.default 2025-06-06T00:21:22.0937106Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_285, aten.add.Tensor 2025-06-06T00:21:22.0937955Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_990, aten._to_copy.default 2025-06-06T00:21:22.0938767Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_188, aten.sub.Tensor 2025-06-06T00:21:22.0939559Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_991, aten._to_copy.default 2025-06-06T00:21:22.0940359Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_286, aten.add.Tensor 2025-06-06T00:21:22.0941153Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_992, aten._to_copy.default 2025-06-06T00:21:22.0941958Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_189, aten.sub.Tensor 2025-06-06T00:21:22.0942770Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_993, aten._to_copy.default 2025-06-06T00:21:22.0943561Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_287, aten.add.Tensor 2025-06-06T00:21:22.0944363Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_994, aten._to_copy.default 2025-06-06T00:21:22.0945187Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_190, aten.sub.Tensor 2025-06-06T00:21:22.0946026Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_995, aten._to_copy.default 2025-06-06T00:21:22.0946827Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_288, aten.add.Tensor 2025-06-06T00:21:22.0947617Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_996, aten._to_copy.default 2025-06-06T00:21:22.0948422Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_191, aten.sub.Tensor 2025-06-06T00:21:22.0949213Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_997, aten._to_copy.default 2025-06-06T00:21:22.0950018Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_289, aten.add.Tensor 2025-06-06T00:21:22.0950821Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_998, aten._to_copy.default 2025-06-06T00:21:22.0951626Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_343, aten.cat.default 2025-06-06T00:21:22.0952413Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_344, aten.cat.default 2025-06-06T00:21:22.0953177Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_345, aten.cat.default 2025-06-06T00:21:22.0953950Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_346, aten.cat.default 2025-06-06T00:21:22.0954729Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_347, aten.cat.default 2025-06-06T00:21:22.0955493Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_348, aten.cat.default 2025-06-06T00:21:22.0956276Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_349, aten.cat.default 2025-06-06T00:21:22.0957040Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_350, aten.cat.default 2025-06-06T00:21:22.0957819Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_351, aten.cat.default 2025-06-06T00:21:22.0958594Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_352, aten.cat.default 2025-06-06T00:21:22.0959546Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_353, aten.cat.default 2025-06-06T00:21:22.0960327Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_354, aten.cat.default 2025-06-06T00:21:22.0961160Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_355, aten.cat.default 2025-06-06T00:21:22.0961979Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_999, aten._to_copy.default 2025-06-06T00:21:22.0962828Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_356, aten.cat.default 2025-06-06T00:21:22.0963636Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1000, aten._to_copy.default 2025-06-06T00:21:22.0964454Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_357, aten.cat.default 2025-06-06T00:21:22.0965261Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1001, aten._to_copy.default 2025-06-06T00:21:22.0966073Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_358, aten.cat.default 2025-06-06T00:21:22.0966891Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1002, aten._to_copy.default 2025-06-06T00:21:22.0967698Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_359, aten.cat.default 2025-06-06T00:21:22.0968472Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_360, aten.cat.default 2025-06-06T00:21:22.0969279Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1003, aten._to_copy.default 2025-06-06T00:21:22.0970168Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_361, aten.cat.default 2025-06-06T00:21:22.0971027Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1004, aten._to_copy.default 2025-06-06T00:21:22.0971865Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_362, aten.cat.default 2025-06-06T00:21:22.0972679Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1005, aten._to_copy.default 2025-06-06T00:21:22.0973477Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_363, aten.cat.default 2025-06-06T00:21:22.0974297Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1006, aten._to_copy.default 2025-06-06T00:21:22.0975109Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_364, aten.cat.default 2025-06-06T00:21:22.0975907Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1007, aten._to_copy.default 2025-06-06T00:21:22.0976713Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_365, aten.cat.default 2025-06-06T00:21:22.0977515Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1008, aten._to_copy.default 2025-06-06T00:21:22.0978320Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_366, aten.cat.default 2025-06-06T00:21:22.0979129Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1009, aten._to_copy.default 2025-06-06T00:21:22.0979996Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_408, aten.permute_copy.default 2025-06-06T00:21:22.0980891Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1010, aten._to_copy.default 2025-06-06T00:21:22.5482235Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_409, aten.permute_copy.default 2025-06-06T00:21:22.5483179Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1011, aten._to_copy.default 2025-06-06T00:21:22.5484084Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_410, aten.permute_copy.default 2025-06-06T00:21:22.5484971Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1012, aten._to_copy.default 2025-06-06T00:21:22.5485860Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_411, aten.permute_copy.default 2025-06-06T00:21:22.5486735Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1013, aten._to_copy.default 2025-06-06T00:21:22.5487853Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_412, aten.permute_copy.default 2025-06-06T00:21:22.5488778Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_413, aten.permute_copy.default 2025-06-06T00:21:22.5489813Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1014, aten._to_copy.default 2025-06-06T00:21:22.5490706Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_414, aten.permute_copy.default 2025-06-06T00:21:22.5491583Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1015, aten._to_copy.default 2025-06-06T00:21:22.5492471Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_415, aten.permute_copy.default 2025-06-06T00:21:22.5493368Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1016, aten._to_copy.default 2025-06-06T00:21:22.5494252Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_416, aten.permute_copy.default 2025-06-06T00:21:22.5495147Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1017, aten._to_copy.default 2025-06-06T00:21:22.5496024Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_417, aten.permute_copy.default 2025-06-06T00:21:22.5496967Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1018, aten._to_copy.default 2025-06-06T00:21:22.5497917Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_418, aten.permute_copy.default 2025-06-06T00:21:22.5506134Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1019, aten._to_copy.default 2025-06-06T00:21:22.5507104Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_419, aten.permute_copy.default 2025-06-06T00:21:22.5508027Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1020, aten._to_copy.default 2025-06-06T00:21:22.5508836Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_367, aten.cat.default 2025-06-06T00:21:22.5509626Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_369, aten.cat.default 2025-06-06T00:21:22.5510408Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_371, aten.cat.default 2025-06-06T00:21:22.5511183Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_373, aten.cat.default 2025-06-06T00:21:22.5511967Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_375, aten.cat.default 2025-06-06T00:21:22.5512731Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_377, aten.cat.default 2025-06-06T00:21:22.5513509Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_379, aten.cat.default 2025-06-06T00:21:22.5514291Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_381, aten.cat.default 2025-06-06T00:21:22.5515055Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_383, aten.cat.default 2025-06-06T00:21:22.5515836Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_385, aten.cat.default 2025-06-06T00:21:22.5516597Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_387, aten.cat.default 2025-06-06T00:21:22.5517382Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_389, aten.cat.default 2025-06-06T00:21:22.5518306Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_168, aten.matmul.default 2025-06-06T00:21:22.5519192Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_170, aten.matmul.default 2025-06-06T00:21:22.5520085Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_172, aten.matmul.default 2025-06-06T00:21:22.5521012Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_174, aten.matmul.default 2025-06-06T00:21:22.5521821Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_176, aten.matmul.default 2025-06-06T00:21:22.5522721Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_178, aten.matmul.default 2025-06-06T00:21:22.5523557Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_180, aten.matmul.default 2025-06-06T00:21:22.5524370Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_182, aten.matmul.default 2025-06-06T00:21:22.5525198Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_184, aten.matmul.default 2025-06-06T00:21:22.5526015Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_186, aten.matmul.default 2025-06-06T00:21:22.5526842Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_188, aten.matmul.default 2025-06-06T00:21:22.5527671Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_190, aten.matmul.default 2025-06-06T00:21:22.5528456Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_84, aten.div.Tensor 2025-06-06T00:21:22.5529223Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_85, aten.div.Tensor 2025-06-06T00:21:22.5530029Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_86, aten.div.Tensor 2025-06-06T00:21:22.5530823Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_87, aten.div.Tensor 2025-06-06T00:21:22.5531615Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_88, aten.div.Tensor 2025-06-06T00:21:22.5532354Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_89, aten.div.Tensor 2025-06-06T00:21:22.5533105Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_90, aten.div.Tensor 2025-06-06T00:21:22.5533850Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_91, aten.div.Tensor 2025-06-06T00:21:22.5534600Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_92, aten.div.Tensor 2025-06-06T00:21:22.5535353Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_93, aten.div.Tensor 2025-06-06T00:21:22.5536091Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_94, aten.div.Tensor 2025-06-06T00:21:22.5536839Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_95, aten.div.Tensor 2025-06-06T00:21:22.5537587Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_290, aten.add.Tensor 2025-06-06T00:21:22.5538348Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_291, aten.add.Tensor 2025-06-06T00:21:22.5539096Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_292, aten.add.Tensor 2025-06-06T00:21:22.5539856Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_293, aten.add.Tensor 2025-06-06T00:21:22.5540620Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_294, aten.add.Tensor 2025-06-06T00:21:22.5541367Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_295, aten.add.Tensor 2025-06-06T00:21:22.5542125Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_296, aten.add.Tensor 2025-06-06T00:21:22.5542955Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_297, aten.add.Tensor 2025-06-06T00:21:22.5543714Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_298, aten.add.Tensor 2025-06-06T00:21:22.5544471Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_299, aten.add.Tensor 2025-06-06T00:21:22.5545217Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_300, aten.add.Tensor 2025-06-06T00:21:22.5546002Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_301, aten.add.Tensor 2025-06-06T00:21:22.5546792Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_84, aten._softmax.default 2025-06-06T00:21:22.5547668Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_85, aten._softmax.default 2025-06-06T00:21:22.5548514Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_86, aten._softmax.default 2025-06-06T00:21:22.5549348Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_87, aten._softmax.default 2025-06-06T00:21:22.5550191Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_88, aten._softmax.default 2025-06-06T00:21:22.5551018Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_89, aten._softmax.default 2025-06-06T00:21:22.5551863Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_90, aten._softmax.default 2025-06-06T00:21:22.5552705Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_91, aten._softmax.default 2025-06-06T00:21:22.5553537Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_92, aten._softmax.default 2025-06-06T00:21:22.5554385Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_93, aten._softmax.default 2025-06-06T00:21:23.0887517Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_94, aten._softmax.default 2025-06-06T00:21:23.0889184Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_95, aten._softmax.default 2025-06-06T00:21:23.0890707Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_169, aten.matmul.default 2025-06-06T00:21:23.0892184Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_171, aten.matmul.default 2025-06-06T00:21:23.0893685Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_173, aten.matmul.default 2025-06-06T00:21:23.0895164Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_175, aten.matmul.default 2025-06-06T00:21:23.0896611Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_177, aten.matmul.default 2025-06-06T00:21:23.0898079Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_179, aten.matmul.default 2025-06-06T00:21:23.0899534Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_181, aten.matmul.default 2025-06-06T00:21:23.0901000Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_183, aten.matmul.default 2025-06-06T00:21:23.0902460Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_185, aten.matmul.default 2025-06-06T00:21:23.0903902Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_187, aten.matmul.default 2025-06-06T00:21:23.0905363Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_189, aten.matmul.default 2025-06-06T00:21:23.0906813Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_191, aten.matmul.default 2025-06-06T00:21:23.0908230Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_391, aten.cat.default 2025-06-06T00:21:23.0909681Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_324, aten.view_copy.default 2025-06-06T00:21:23.0911292Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1456, aten.permute_copy.default 2025-06-06T00:21:23.0912935Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_316, aten.convolution.default 2025-06-06T00:21:23.0914565Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1457, aten.permute_copy.default 2025-06-06T00:21:23.0916162Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_325, aten.view_copy.default 2025-06-06T00:21:23.0917711Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_302, aten.add.Tensor 2025-06-06T00:21:23.0919133Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_rms_norm_default_15, aten.rms_norm.default 2025-06-06T00:21:23.0920746Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_326, aten.view_copy.default 2025-06-06T00:21:23.0922342Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1458, aten.permute_copy.default 2025-06-06T00:21:23.0923987Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_317, aten.convolution.default 2025-06-06T00:21:23.0925614Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_318, aten.convolution.default 2025-06-06T00:21:23.0927156Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sigmoid_default_7, aten.sigmoid.default 2025-06-06T00:21:23.0928571Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_782, aten.mul.Tensor 2025-06-06T00:21:23.0929957Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_783, aten.mul.Tensor 2025-06-06T00:21:23.0931454Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_319, aten.convolution.default 2025-06-06T00:21:23.0933091Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1459, aten.permute_copy.default 2025-06-06T00:21:23.0934725Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_327, aten.view_copy.default 2025-06-06T00:21:23.0936207Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_303, aten.add.Tensor 2025-06-06T00:21:23.0937626Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_rms_norm_default_16, aten.rms_norm.default 2025-06-06T00:21:23.0939155Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_328, aten.view_copy.default 2025-06-06T00:21:23.0940767Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1460, aten.permute_copy.default 2025-06-06T00:21:23.0942350Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1021, aten._to_copy.default 2025-06-06T00:21:23.0943924Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_320, aten.convolution.default 2025-06-06T00:21:23.0945553Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1461, aten.permute_copy.default 2025-06-06T00:21:23.0947189Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_321, aten.convolution.default 2025-06-06T00:21:23.0948824Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1462, aten.permute_copy.default 2025-06-06T00:21:23.0950450Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_322, aten.convolution.default 2025-06-06T00:21:23.0952090Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1463, aten.permute_copy.default 2025-06-06T00:21:23.0953712Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_323, aten.convolution.default 2025-06-06T00:21:23.0955344Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1464, aten.permute_copy.default 2025-06-06T00:21:23.0956979Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_324, aten.convolution.default 2025-06-06T00:21:23.0958610Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1465, aten.permute_copy.default 2025-06-06T00:21:23.0960464Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_325, aten.convolution.default 2025-06-06T00:21:23.0962098Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1466, aten.permute_copy.default 2025-06-06T00:21:23.0963839Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_326, aten.convolution.default 2025-06-06T00:21:23.0965475Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1467, aten.permute_copy.default 2025-06-06T00:21:23.0967162Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_327, aten.convolution.default 2025-06-06T00:21:23.0968796Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1468, aten.permute_copy.default 2025-06-06T00:21:23.0970479Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_328, aten.convolution.default 2025-06-06T00:21:23.0972133Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1469, aten.permute_copy.default 2025-06-06T00:21:23.0973770Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_329, aten.convolution.default 2025-06-06T00:21:23.0975404Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1470, aten.permute_copy.default 2025-06-06T00:21:23.0977048Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_330, aten.convolution.default 2025-06-06T00:21:23.0978670Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1471, aten.permute_copy.default 2025-06-06T00:21:23.0980370Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_331, aten.convolution.default 2025-06-06T00:21:23.0982067Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1472, aten.permute_copy.default 2025-06-06T00:21:23.0983687Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_332, aten.convolution.default 2025-06-06T00:21:23.0985323Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1473, aten.permute_copy.default 2025-06-06T00:21:23.0986973Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_333, aten.convolution.default 2025-06-06T00:21:23.0988604Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1474, aten.permute_copy.default 2025-06-06T00:21:23.0990256Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_334, aten.convolution.default 2025-06-06T00:21:23.0991896Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1475, aten.permute_copy.default 2025-06-06T00:21:23.0993549Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_335, aten.convolution.default 2025-06-06T00:21:23.0995195Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1476, aten.permute_copy.default 2025-06-06T00:21:23.0996822Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_336, aten.convolution.default 2025-06-06T00:21:23.0998460Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1477, aten.permute_copy.default 2025-06-06T00:21:23.1000083Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_337, aten.convolution.default 2025-06-06T00:21:23.1001722Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1478, aten.permute_copy.default 2025-06-06T00:21:23.4657492Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_338, aten.convolution.default 2025-06-06T00:21:23.4659388Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1479, aten.permute_copy.default 2025-06-06T00:21:23.4661029Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_339, aten.convolution.default 2025-06-06T00:21:23.4662714Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1480, aten.permute_copy.default 2025-06-06T00:21:23.4664610Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_340, aten.convolution.default 2025-06-06T00:21:23.4666246Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1481, aten.permute_copy.default 2025-06-06T00:21:23.4667943Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_341, aten.convolution.default 2025-06-06T00:21:23.4669585Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1482, aten.permute_copy.default 2025-06-06T00:21:23.4671213Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_342, aten.convolution.default 2025-06-06T00:21:23.4672854Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1483, aten.permute_copy.default 2025-06-06T00:21:23.4674482Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_343, aten.convolution.default 2025-06-06T00:21:23.4676103Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1484, aten.permute_copy.default 2025-06-06T00:21:23.4677743Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_344, aten.convolution.default 2025-06-06T00:21:23.4679369Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1485, aten.permute_copy.default 2025-06-06T00:21:23.4681004Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_345, aten.convolution.default 2025-06-06T00:21:23.4682712Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1486, aten.permute_copy.default 2025-06-06T00:21:23.4684406Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_346, aten.convolution.default 2025-06-06T00:21:23.4686048Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1487, aten.permute_copy.default 2025-06-06T00:21:23.4687670Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_347, aten.convolution.default 2025-06-06T00:21:23.4689324Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1488, aten.permute_copy.default 2025-06-06T00:21:23.4691037Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_348, aten.convolution.default 2025-06-06T00:21:23.4692667Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1489, aten.permute_copy.default 2025-06-06T00:21:23.4694311Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_349, aten.convolution.default 2025-06-06T00:21:23.4695947Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1490, aten.permute_copy.default 2025-06-06T00:21:23.4697590Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_350, aten.convolution.default 2025-06-06T00:21:23.4699226Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1491, aten.permute_copy.default 2025-06-06T00:21:23.4700857Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_351, aten.convolution.default 2025-06-06T00:21:23.4702497Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1492, aten.permute_copy.default 2025-06-06T00:21:23.4704119Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_352, aten.convolution.default 2025-06-06T00:21:23.4705765Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1493, aten.permute_copy.default 2025-06-06T00:21:23.4707402Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_353, aten.convolution.default 2025-06-06T00:21:23.4709024Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1494, aten.permute_copy.default 2025-06-06T00:21:23.4710655Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_354, aten.convolution.default 2025-06-06T00:21:23.4712332Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1495, aten.permute_copy.default 2025-06-06T00:21:23.4714050Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_355, aten.convolution.default 2025-06-06T00:21:23.4715693Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1496, aten.permute_copy.default 2025-06-06T00:21:23.4717280Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_329, aten.view_copy.default 2025-06-06T00:21:23.4718853Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_330, aten.view_copy.default 2025-06-06T00:21:23.4720410Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_331, aten.view_copy.default 2025-06-06T00:21:23.4721953Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_332, aten.view_copy.default 2025-06-06T00:21:23.4723514Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_333, aten.view_copy.default 2025-06-06T00:21:23.4725038Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_334, aten.view_copy.default 2025-06-06T00:21:23.4726587Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_335, aten.view_copy.default 2025-06-06T00:21:23.4728166Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_336, aten.view_copy.default 2025-06-06T00:21:23.4729768Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_337, aten.view_copy.default 2025-06-06T00:21:23.4731320Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_338, aten.view_copy.default 2025-06-06T00:21:23.4732857Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_339, aten.view_copy.default 2025-06-06T00:21:23.4734403Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_340, aten.view_copy.default 2025-06-06T00:21:23.4735946Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_341, aten.view_copy.default 2025-06-06T00:21:23.4737483Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_342, aten.view_copy.default 2025-06-06T00:21:23.4739024Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_343, aten.view_copy.default 2025-06-06T00:21:23.4740551Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_344, aten.view_copy.default 2025-06-06T00:21:23.4742096Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_345, aten.view_copy.default 2025-06-06T00:21:23.4743643Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_346, aten.view_copy.default 2025-06-06T00:21:23.4745167Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_347, aten.view_copy.default 2025-06-06T00:21:23.4746707Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_348, aten.view_copy.default 2025-06-06T00:21:23.4748229Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_349, aten.view_copy.default 2025-06-06T00:21:23.4749771Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_350, aten.view_copy.default 2025-06-06T00:21:23.4751318Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_351, aten.view_copy.default 2025-06-06T00:21:23.4752857Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_352, aten.view_copy.default 2025-06-06T00:21:23.4754400Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_353, aten.view_copy.default 2025-06-06T00:21:23.4755921Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1033, aten._to_copy.default 2025-06-06T00:21:23.4757498Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_354, aten.view_copy.default 2025-06-06T00:21:23.4759058Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1034, aten._to_copy.default 2025-06-06T00:21:23.4760784Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_355, aten.view_copy.default 2025-06-06T00:21:23.4762319Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1035, aten._to_copy.default 2025-06-06T00:21:23.4763848Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_356, aten.view_copy.default 2025-06-06T00:21:23.4765389Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1036, aten._to_copy.default 2025-06-06T00:21:23.4766925Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_357, aten.view_copy.default 2025-06-06T00:21:23.4768446Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1037, aten._to_copy.default 2025-06-06T00:21:23.4770011Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_358, aten.view_copy.default 2025-06-06T00:21:23.4771529Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1038, aten._to_copy.default 2025-06-06T00:21:23.8041969Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_359, aten.view_copy.default 2025-06-06T00:21:23.8043113Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1039, aten._to_copy.default 2025-06-06T00:21:23.8044490Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_360, aten.view_copy.default 2025-06-06T00:21:23.8045336Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1040, aten._to_copy.default 2025-06-06T00:21:23.8046223Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_361, aten.view_copy.default 2025-06-06T00:21:23.8047086Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1041, aten._to_copy.default 2025-06-06T00:21:23.8047930Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_362, aten.view_copy.default 2025-06-06T00:21:23.8048796Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1042, aten._to_copy.default 2025-06-06T00:21:23.8049743Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_363, aten.view_copy.default 2025-06-06T00:21:23.8050597Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1043, aten._to_copy.default 2025-06-06T00:21:23.8051462Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_364, aten.view_copy.default 2025-06-06T00:21:23.8052318Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_384, aten.slice_copy.Tensor 2025-06-06T00:21:23.8053191Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_385, aten.slice_copy.Tensor 2025-06-06T00:21:23.8054059Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_386, aten.slice_copy.Tensor 2025-06-06T00:21:23.8054913Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_387, aten.slice_copy.Tensor 2025-06-06T00:21:23.8055774Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_388, aten.slice_copy.Tensor 2025-06-06T00:21:23.8056624Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_389, aten.slice_copy.Tensor 2025-06-06T00:21:23.8057492Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_390, aten.slice_copy.Tensor 2025-06-06T00:21:23.8058350Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_391, aten.slice_copy.Tensor 2025-06-06T00:21:23.8059380Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_392, aten.slice_copy.Tensor 2025-06-06T00:21:23.8060337Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_393, aten.slice_copy.Tensor 2025-06-06T00:21:23.8061282Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_394, aten.slice_copy.Tensor 2025-06-06T00:21:23.8062154Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_395, aten.slice_copy.Tensor 2025-06-06T00:21:23.8063020Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_396, aten.slice_copy.Tensor 2025-06-06T00:21:23.8063871Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_397, aten.slice_copy.Tensor 2025-06-06T00:21:23.8064732Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_398, aten.slice_copy.Tensor 2025-06-06T00:21:23.8065575Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_399, aten.slice_copy.Tensor 2025-06-06T00:21:23.8066435Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_400, aten.slice_copy.Tensor 2025-06-06T00:21:23.8067297Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_401, aten.slice_copy.Tensor 2025-06-06T00:21:23.8068148Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_402, aten.slice_copy.Tensor 2025-06-06T00:21:23.8069050Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_403, aten.slice_copy.Tensor 2025-06-06T00:21:23.8069950Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_404, aten.slice_copy.Tensor 2025-06-06T00:21:23.8070815Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_405, aten.slice_copy.Tensor 2025-06-06T00:21:23.8071677Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_406, aten.slice_copy.Tensor 2025-06-06T00:21:23.8072523Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_407, aten.slice_copy.Tensor 2025-06-06T00:21:23.8073384Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_408, aten.slice_copy.Tensor 2025-06-06T00:21:23.8074245Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_409, aten.slice_copy.Tensor 2025-06-06T00:21:23.8075096Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_410, aten.slice_copy.Tensor 2025-06-06T00:21:23.8075960Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_411, aten.slice_copy.Tensor 2025-06-06T00:21:23.8076814Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_412, aten.slice_copy.Tensor 2025-06-06T00:21:23.8077676Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_413, aten.slice_copy.Tensor 2025-06-06T00:21:23.8078535Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_414, aten.slice_copy.Tensor 2025-06-06T00:21:23.8079389Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_415, aten.slice_copy.Tensor 2025-06-06T00:21:23.8080253Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_416, aten.slice_copy.Tensor 2025-06-06T00:21:23.8081115Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_417, aten.slice_copy.Tensor 2025-06-06T00:21:23.8081980Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_418, aten.slice_copy.Tensor 2025-06-06T00:21:23.8082846Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_419, aten.slice_copy.Tensor 2025-06-06T00:21:23.8083786Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_420, aten.slice_copy.Tensor 2025-06-06T00:21:23.8084656Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_421, aten.slice_copy.Tensor 2025-06-06T00:21:23.8085567Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_422, aten.slice_copy.Tensor 2025-06-06T00:21:23.8086436Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_423, aten.slice_copy.Tensor 2025-06-06T00:21:23.8087341Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_424, aten.slice_copy.Tensor 2025-06-06T00:21:23.8088198Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_425, aten.slice_copy.Tensor 2025-06-06T00:21:23.8089068Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_426, aten.slice_copy.Tensor 2025-06-06T00:21:23.8089992Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_427, aten.slice_copy.Tensor 2025-06-06T00:21:23.8090954Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_428, aten.slice_copy.Tensor 2025-06-06T00:21:23.8092037Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_429, aten.slice_copy.Tensor 2025-06-06T00:21:23.8092906Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_430, aten.slice_copy.Tensor 2025-06-06T00:21:23.8093782Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_431, aten.slice_copy.Tensor 2025-06-06T00:21:23.8094599Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_417, aten.cat.default 2025-06-06T00:21:23.8095428Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_419, aten.cat.default 2025-06-06T00:21:23.8096238Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_421, aten.cat.default 2025-06-06T00:21:23.8097002Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_423, aten.cat.default 2025-06-06T00:21:23.8097778Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_425, aten.cat.default 2025-06-06T00:21:23.8098545Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_427, aten.cat.default 2025-06-06T00:21:23.8099316Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_429, aten.cat.default 2025-06-06T00:21:23.8100089Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_431, aten.cat.default 2025-06-06T00:21:23.8100849Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_433, aten.cat.default 2025-06-06T00:21:23.8101618Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_435, aten.cat.default 2025-06-06T00:21:23.8102378Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_437, aten.cat.default 2025-06-06T00:21:23.8103153Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_439, aten.cat.default 2025-06-06T00:21:23.8103917Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_784, aten.mul.Tensor 2025-06-06T00:21:23.8104667Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_786, aten.mul.Tensor 2025-06-06T00:21:23.8105428Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_785, aten.mul.Tensor 2025-06-06T00:21:23.8106173Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_787, aten.mul.Tensor 2025-06-06T00:21:23.8106928Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_788, aten.mul.Tensor 2025-06-06T00:21:24.2321099Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_790, aten.mul.Tensor 2025-06-06T00:21:24.2322556Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_789, aten.mul.Tensor 2025-06-06T00:21:24.2323967Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_791, aten.mul.Tensor 2025-06-06T00:21:24.2325385Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_792, aten.mul.Tensor 2025-06-06T00:21:24.2327116Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_794, aten.mul.Tensor 2025-06-06T00:21:24.2328515Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_793, aten.mul.Tensor 2025-06-06T00:21:24.2329979Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_795, aten.mul.Tensor 2025-06-06T00:21:24.2331539Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_796, aten.mul.Tensor 2025-06-06T00:21:24.2332984Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_798, aten.mul.Tensor 2025-06-06T00:21:24.2334358Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_797, aten.mul.Tensor 2025-06-06T00:21:24.2335770Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_799, aten.mul.Tensor 2025-06-06T00:21:24.2337185Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_800, aten.mul.Tensor 2025-06-06T00:21:24.2338659Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_802, aten.mul.Tensor 2025-06-06T00:21:24.2340016Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_801, aten.mul.Tensor 2025-06-06T00:21:24.2341423Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_803, aten.mul.Tensor 2025-06-06T00:21:24.2342856Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_804, aten.mul.Tensor 2025-06-06T00:21:24.2344418Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_806, aten.mul.Tensor 2025-06-06T00:21:24.2345879Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_805, aten.mul.Tensor 2025-06-06T00:21:24.2347293Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_807, aten.mul.Tensor 2025-06-06T00:21:24.2348688Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_808, aten.mul.Tensor 2025-06-06T00:21:24.2350087Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_810, aten.mul.Tensor 2025-06-06T00:21:24.2351503Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_809, aten.mul.Tensor 2025-06-06T00:21:24.2352896Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_811, aten.mul.Tensor 2025-06-06T00:21:24.2354309Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_812, aten.mul.Tensor 2025-06-06T00:21:24.2355725Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_814, aten.mul.Tensor 2025-06-06T00:21:24.2357126Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_813, aten.mul.Tensor 2025-06-06T00:21:24.2358552Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_815, aten.mul.Tensor 2025-06-06T00:21:24.2360155Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_816, aten.mul.Tensor 2025-06-06T00:21:24.2361519Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_818, aten.mul.Tensor 2025-06-06T00:21:24.2362871Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_817, aten.mul.Tensor 2025-06-06T00:21:24.2364292Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_819, aten.mul.Tensor 2025-06-06T00:21:24.2365703Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_820, aten.mul.Tensor 2025-06-06T00:21:24.2367131Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_822, aten.mul.Tensor 2025-06-06T00:21:24.2368542Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_821, aten.mul.Tensor 2025-06-06T00:21:24.2370055Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_823, aten.mul.Tensor 2025-06-06T00:21:24.2371468Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_824, aten.mul.Tensor 2025-06-06T00:21:24.2372854Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_826, aten.mul.Tensor 2025-06-06T00:21:24.2374405Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_825, aten.mul.Tensor 2025-06-06T00:21:24.2375818Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_827, aten.mul.Tensor 2025-06-06T00:21:24.2377307Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_828, aten.mul.Tensor 2025-06-06T00:21:24.2378684Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_830, aten.mul.Tensor 2025-06-06T00:21:24.2380095Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_829, aten.mul.Tensor 2025-06-06T00:21:24.2381515Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_831, aten.mul.Tensor 2025-06-06T00:21:24.2382944Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_832, aten.mul.Tensor 2025-06-06T00:21:24.2384305Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_834, aten.mul.Tensor 2025-06-06T00:21:24.2385733Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_833, aten.mul.Tensor 2025-06-06T00:21:24.2387148Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_835, aten.mul.Tensor 2025-06-06T00:21:24.2388585Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_836, aten.mul.Tensor 2025-06-06T00:21:24.2389986Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_838, aten.mul.Tensor 2025-06-06T00:21:24.2391506Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_837, aten.mul.Tensor 2025-06-06T00:21:24.2392989Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_839, aten.mul.Tensor 2025-06-06T00:21:24.2394376Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_840, aten.mul.Tensor 2025-06-06T00:21:24.2395779Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_842, aten.mul.Tensor 2025-06-06T00:21:24.2397187Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_841, aten.mul.Tensor 2025-06-06T00:21:24.2398588Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_843, aten.mul.Tensor 2025-06-06T00:21:24.2400025Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_844, aten.mul.Tensor 2025-06-06T00:21:24.2401391Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_846, aten.mul.Tensor 2025-06-06T00:21:24.2402816Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_845, aten.mul.Tensor 2025-06-06T00:21:24.2404214Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_847, aten.mul.Tensor 2025-06-06T00:21:24.2405617Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_848, aten.mul.Tensor 2025-06-06T00:21:24.2406824Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_850, aten.mul.Tensor 2025-06-06T00:21:24.2408239Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_849, aten.mul.Tensor 2025-06-06T00:21:24.2409741Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_851, aten.mul.Tensor 2025-06-06T00:21:24.2411153Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_852, aten.mul.Tensor 2025-06-06T00:21:24.2412542Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_854, aten.mul.Tensor 2025-06-06T00:21:24.2413948Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_853, aten.mul.Tensor 2025-06-06T00:21:24.2415349Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_855, aten.mul.Tensor 2025-06-06T00:21:24.2416749Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_856, aten.mul.Tensor 2025-06-06T00:21:24.2418146Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_858, aten.mul.Tensor 2025-06-06T00:21:24.2419550Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_857, aten.mul.Tensor 2025-06-06T00:21:24.2421073Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_859, aten.mul.Tensor 2025-06-06T00:21:24.2422503Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_860, aten.mul.Tensor 2025-06-06T00:21:24.2423980Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_862, aten.mul.Tensor 2025-06-06T00:21:24.2425392Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_861, aten.mul.Tensor 2025-06-06T00:21:24.2426824Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_863, aten.mul.Tensor 2025-06-06T00:21:24.2428257Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_864, aten.mul.Tensor 2025-06-06T00:21:24.2429592Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_866, aten.mul.Tensor 2025-06-06T00:21:24.2431027Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_865, aten.mul.Tensor 2025-06-06T00:21:24.2432444Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_867, aten.mul.Tensor 2025-06-06T00:21:24.2433869Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_868, aten.mul.Tensor 2025-06-06T00:21:24.2435255Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_870, aten.mul.Tensor 2025-06-06T00:21:24.2436674Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_869, aten.mul.Tensor 2025-06-06T00:21:24.2438170Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_871, aten.mul.Tensor 2025-06-06T00:21:24.2439609Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_872, aten.mul.Tensor 2025-06-06T00:21:24.2441018Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_874, aten.mul.Tensor 2025-06-06T00:21:24.6740442Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_873, aten.mul.Tensor 2025-06-06T00:21:24.6741930Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_875, aten.mul.Tensor 2025-06-06T00:21:24.6743340Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_876, aten.mul.Tensor 2025-06-06T00:21:24.6744800Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_878, aten.mul.Tensor 2025-06-06T00:21:24.6746213Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_877, aten.mul.Tensor 2025-06-06T00:21:24.6747631Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_879, aten.mul.Tensor 2025-06-06T00:21:24.6749030Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_192, aten.sub.Tensor 2025-06-06T00:21:24.6750447Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_304, aten.add.Tensor 2025-06-06T00:21:24.6751884Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_193, aten.sub.Tensor 2025-06-06T00:21:24.6753247Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_305, aten.add.Tensor 2025-06-06T00:21:24.6754686Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_194, aten.sub.Tensor 2025-06-06T00:21:24.6756102Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_306, aten.add.Tensor 2025-06-06T00:21:24.6757535Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_195, aten.sub.Tensor 2025-06-06T00:21:24.6758901Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_307, aten.add.Tensor 2025-06-06T00:21:24.6760546Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_196, aten.sub.Tensor 2025-06-06T00:21:24.6761980Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_308, aten.add.Tensor 2025-06-06T00:21:24.6763399Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_197, aten.sub.Tensor 2025-06-06T00:21:24.6764766Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_309, aten.add.Tensor 2025-06-06T00:21:24.6766464Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_198, aten.sub.Tensor 2025-06-06T00:21:24.6767880Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_310, aten.add.Tensor 2025-06-06T00:21:24.6769398Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_199, aten.sub.Tensor 2025-06-06T00:21:24.6770863Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_311, aten.add.Tensor 2025-06-06T00:21:24.6772287Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_200, aten.sub.Tensor 2025-06-06T00:21:24.6773679Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_312, aten.add.Tensor 2025-06-06T00:21:24.6775094Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_201, aten.sub.Tensor 2025-06-06T00:21:24.6776508Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_313, aten.add.Tensor 2025-06-06T00:21:24.6777920Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_202, aten.sub.Tensor 2025-06-06T00:21:24.6779362Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_314, aten.add.Tensor 2025-06-06T00:21:24.6780717Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_203, aten.sub.Tensor 2025-06-06T00:21:24.6782143Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_315, aten.add.Tensor 2025-06-06T00:21:24.6783770Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_204, aten.sub.Tensor 2025-06-06T00:21:24.6785365Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1044, aten._to_copy.default 2025-06-06T00:21:24.6786851Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_316, aten.add.Tensor 2025-06-06T00:21:24.6788333Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1045, aten._to_copy.default 2025-06-06T00:21:24.6789848Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_205, aten.sub.Tensor 2025-06-06T00:21:24.6791339Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1046, aten._to_copy.default 2025-06-06T00:21:24.6792835Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_317, aten.add.Tensor 2025-06-06T00:21:24.6794349Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1047, aten._to_copy.default 2025-06-06T00:21:24.6795876Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_206, aten.sub.Tensor 2025-06-06T00:21:24.6797339Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1048, aten._to_copy.default 2025-06-06T00:21:24.6798856Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_318, aten.add.Tensor 2025-06-06T00:21:24.6800359Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1049, aten._to_copy.default 2025-06-06T00:21:24.6801887Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_207, aten.sub.Tensor 2025-06-06T00:21:24.6803320Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1050, aten._to_copy.default 2025-06-06T00:21:24.6804849Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_319, aten.add.Tensor 2025-06-06T00:21:24.6806379Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1051, aten._to_copy.default 2025-06-06T00:21:24.6807892Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_208, aten.sub.Tensor 2025-06-06T00:21:24.6809388Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1052, aten._to_copy.default 2025-06-06T00:21:24.6810950Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_320, aten.add.Tensor 2025-06-06T00:21:24.6812447Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1053, aten._to_copy.default 2025-06-06T00:21:24.6814046Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_209, aten.sub.Tensor 2025-06-06T00:21:24.6815560Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1054, aten._to_copy.default 2025-06-06T00:21:24.6817187Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_321, aten.add.Tensor 2025-06-06T00:21:24.6818714Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1055, aten._to_copy.default 2025-06-06T00:21:24.6820185Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_210, aten.sub.Tensor 2025-06-06T00:21:24.6821683Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1056, aten._to_copy.default 2025-06-06T00:21:24.6823216Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_322, aten.add.Tensor 2025-06-06T00:21:24.6824647Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1057, aten._to_copy.default 2025-06-06T00:21:24.6825961Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_211, aten.sub.Tensor 2025-06-06T00:21:24.6827502Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1058, aten._to_copy.default 2025-06-06T00:21:24.6828999Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_323, aten.add.Tensor 2025-06-06T00:21:24.6830632Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1059, aten._to_copy.default 2025-06-06T00:21:24.6832156Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_212, aten.sub.Tensor 2025-06-06T00:21:24.6833645Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1060, aten._to_copy.default 2025-06-06T00:21:24.6835147Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_324, aten.add.Tensor 2025-06-06T00:21:24.6836626Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1061, aten._to_copy.default 2025-06-06T00:21:24.6838130Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_213, aten.sub.Tensor 2025-06-06T00:21:24.6839641Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1062, aten._to_copy.default 2025-06-06T00:21:24.6841124Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_325, aten.add.Tensor 2025-06-06T00:21:24.6842593Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1063, aten._to_copy.default 2025-06-06T00:21:24.6844089Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_214, aten.sub.Tensor 2025-06-06T00:21:24.6845593Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1064, aten._to_copy.default 2025-06-06T00:21:24.6847119Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_326, aten.add.Tensor 2025-06-06T00:21:24.6848561Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1065, aten._to_copy.default 2025-06-06T00:21:24.6850181Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_215, aten.sub.Tensor 2025-06-06T00:21:24.6851694Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1066, aten._to_copy.default 2025-06-06T00:21:24.6853189Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_327, aten.add.Tensor 2025-06-06T00:21:24.6854696Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1067, aten._to_copy.default 2025-06-06T00:21:24.6856196Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_392, aten.cat.default 2025-06-06T00:21:24.6857633Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_393, aten.cat.default 2025-06-06T00:21:24.6859063Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_394, aten.cat.default 2025-06-06T00:21:24.6860793Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_395, aten.cat.default 2025-06-06T00:21:25.1042977Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_396, aten.cat.default 2025-06-06T00:21:25.1044732Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_397, aten.cat.default 2025-06-06T00:21:25.1046163Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_398, aten.cat.default 2025-06-06T00:21:25.1047628Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_399, aten.cat.default 2025-06-06T00:21:25.1049116Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_400, aten.cat.default 2025-06-06T00:21:25.1050624Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_401, aten.cat.default 2025-06-06T00:21:25.1052077Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_402, aten.cat.default 2025-06-06T00:21:25.1053536Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_403, aten.cat.default 2025-06-06T00:21:25.1054952Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_404, aten.cat.default 2025-06-06T00:21:25.1056510Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1068, aten._to_copy.default 2025-06-06T00:21:25.1058234Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_405, aten.cat.default 2025-06-06T00:21:25.1060071Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1069, aten._to_copy.default 2025-06-06T00:21:25.1061495Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_406, aten.cat.default 2025-06-06T00:21:25.1063025Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1070, aten._to_copy.default 2025-06-06T00:21:25.1064569Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_407, aten.cat.default 2025-06-06T00:21:25.1066005Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_408, aten.cat.default 2025-06-06T00:21:25.1067520Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1071, aten._to_copy.default 2025-06-06T00:21:25.1069046Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_409, aten.cat.default 2025-06-06T00:21:25.1070543Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1072, aten._to_copy.default 2025-06-06T00:21:25.1072063Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_410, aten.cat.default 2025-06-06T00:21:25.1073489Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_411, aten.cat.default 2025-06-06T00:21:25.1074996Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1073, aten._to_copy.default 2025-06-06T00:21:25.1076552Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_412, aten.cat.default 2025-06-06T00:21:25.1078025Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1074, aten._to_copy.default 2025-06-06T00:21:25.1079568Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_413, aten.cat.default 2025-06-06T00:21:25.1081094Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1075, aten._to_copy.default 2025-06-06T00:21:25.1082569Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_414, aten.cat.default 2025-06-06T00:21:25.1084010Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1076, aten._to_copy.default 2025-06-06T00:21:25.1085528Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_415, aten.cat.default 2025-06-06T00:21:25.1087060Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1077, aten._to_copy.default 2025-06-06T00:21:25.1088867Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_461, aten.permute_copy.default 2025-06-06T00:21:25.1090607Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1078, aten._to_copy.default 2025-06-06T00:21:25.1092384Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_462, aten.permute_copy.default 2025-06-06T00:21:25.1094023Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1079, aten._to_copy.default 2025-06-06T00:21:25.1095675Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_463, aten.permute_copy.default 2025-06-06T00:21:25.1097309Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1080, aten._to_copy.default 2025-06-06T00:21:25.1098996Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_464, aten.permute_copy.default 2025-06-06T00:21:25.1100681Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_465, aten.permute_copy.default 2025-06-06T00:21:25.1102329Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1081, aten._to_copy.default 2025-06-06T00:21:25.1104006Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_466, aten.permute_copy.default 2025-06-06T00:21:25.1105621Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1082, aten._to_copy.default 2025-06-06T00:21:25.1107404Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_467, aten.permute_copy.default 2025-06-06T00:21:25.1109217Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_468, aten.permute_copy.default 2025-06-06T00:21:25.1110831Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1083, aten._to_copy.default 2025-06-06T00:21:25.1112489Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_469, aten.permute_copy.default 2025-06-06T00:21:25.1114139Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1084, aten._to_copy.default 2025-06-06T00:21:25.1115786Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_470, aten.permute_copy.default 2025-06-06T00:21:25.1117434Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1085, aten._to_copy.default 2025-06-06T00:21:25.1119078Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_471, aten.permute_copy.default 2025-06-06T00:21:25.1120760Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1086, aten._to_copy.default 2025-06-06T00:21:25.1122369Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_472, aten.permute_copy.default 2025-06-06T00:21:25.1124036Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1087, aten._to_copy.default 2025-06-06T00:21:25.1125582Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_416, aten.cat.default 2025-06-06T00:21:25.1127005Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_418, aten.cat.default 2025-06-06T00:21:25.1128452Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_420, aten.cat.default 2025-06-06T00:21:25.1129961Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_422, aten.cat.default 2025-06-06T00:21:25.1131411Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_424, aten.cat.default 2025-06-06T00:21:25.1132856Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_426, aten.cat.default 2025-06-06T00:21:25.1134281Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_428, aten.cat.default 2025-06-06T00:21:25.1135727Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_430, aten.cat.default 2025-06-06T00:21:25.1137275Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_432, aten.cat.default 2025-06-06T00:21:25.1138696Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_434, aten.cat.default 2025-06-06T00:21:25.1140290Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_436, aten.cat.default 2025-06-06T00:21:25.1141740Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_438, aten.cat.default 2025-06-06T00:21:25.1143245Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_192, aten.matmul.default 2025-06-06T00:21:25.1144772Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_194, aten.matmul.default 2025-06-06T00:21:25.1146315Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_196, aten.matmul.default 2025-06-06T00:21:25.1147849Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_198, aten.matmul.default 2025-06-06T00:21:25.1149387Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_200, aten.matmul.default 2025-06-06T00:21:25.1150933Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_202, aten.matmul.default 2025-06-06T00:21:25.1152487Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_204, aten.matmul.default 2025-06-06T00:21:25.1154103Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_206, aten.matmul.default 2025-06-06T00:21:25.1155691Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_208, aten.matmul.default 2025-06-06T00:21:25.1157218Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_210, aten.matmul.default 2025-06-06T00:21:25.1158744Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_212, aten.matmul.default 2025-06-06T00:21:25.1160476Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_214, aten.matmul.default 2025-06-06T00:21:25.1161921Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_96, aten.div.Tensor 2025-06-06T00:21:25.1163383Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_97, aten.div.Tensor 2025-06-06T00:21:25.6541946Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_98, aten.div.Tensor 2025-06-06T00:21:25.6543344Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_99, aten.div.Tensor 2025-06-06T00:21:25.6544737Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_100, aten.div.Tensor 2025-06-06T00:21:25.6546071Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_101, aten.div.Tensor 2025-06-06T00:21:25.6547418Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_102, aten.div.Tensor 2025-06-06T00:21:25.6548751Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_103, aten.div.Tensor 2025-06-06T00:21:25.6550100Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_104, aten.div.Tensor 2025-06-06T00:21:25.6551440Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_105, aten.div.Tensor 2025-06-06T00:21:25.6552771Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_106, aten.div.Tensor 2025-06-06T00:21:25.6554110Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_107, aten.div.Tensor 2025-06-06T00:21:25.6555442Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_328, aten.add.Tensor 2025-06-06T00:21:25.6556784Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_329, aten.add.Tensor 2025-06-06T00:21:25.6558126Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_330, aten.add.Tensor 2025-06-06T00:21:25.6559675Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_331, aten.add.Tensor 2025-06-06T00:21:25.6561288Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_332, aten.add.Tensor 2025-06-06T00:21:25.6562621Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_333, aten.add.Tensor 2025-06-06T00:21:25.6564035Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_334, aten.add.Tensor 2025-06-06T00:21:25.6565390Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_335, aten.add.Tensor 2025-06-06T00:21:25.6566725Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_336, aten.add.Tensor 2025-06-06T00:21:25.6568081Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_337, aten.add.Tensor 2025-06-06T00:21:25.6569482Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_338, aten.add.Tensor 2025-06-06T00:21:25.6570840Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_339, aten.add.Tensor 2025-06-06T00:21:25.6572288Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_96, aten._softmax.default 2025-06-06T00:21:25.6573783Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_97, aten._softmax.default 2025-06-06T00:21:25.6575300Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_98, aten._softmax.default 2025-06-06T00:21:25.6576905Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_99, aten._softmax.default 2025-06-06T00:21:25.6578527Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_100, aten._softmax.default 2025-06-06T00:21:25.6580055Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_101, aten._softmax.default 2025-06-06T00:21:25.6581572Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_102, aten._softmax.default 2025-06-06T00:21:25.6583096Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_103, aten._softmax.default 2025-06-06T00:21:25.6584608Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_104, aten._softmax.default 2025-06-06T00:21:25.6586130Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_105, aten._softmax.default 2025-06-06T00:21:25.6587653Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_106, aten._softmax.default 2025-06-06T00:21:25.6589165Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_107, aten._softmax.default 2025-06-06T00:21:25.6590666Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_193, aten.matmul.default 2025-06-06T00:21:25.6592120Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_195, aten.matmul.default 2025-06-06T00:21:25.6593583Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_197, aten.matmul.default 2025-06-06T00:21:25.6595045Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_199, aten.matmul.default 2025-06-06T00:21:25.6596499Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_201, aten.matmul.default 2025-06-06T00:21:25.6597962Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_203, aten.matmul.default 2025-06-06T00:21:25.6599416Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_205, aten.matmul.default 2025-06-06T00:21:25.6600940Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_207, aten.matmul.default 2025-06-06T00:21:25.6602394Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_209, aten.matmul.default 2025-06-06T00:21:25.6605392Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_211, aten.matmul.default 2025-06-06T00:21:25.6606883Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_213, aten.matmul.default 2025-06-06T00:21:25.6608424Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_215, aten.matmul.default 2025-06-06T00:21:25.6609922Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_440, aten.cat.default 2025-06-06T00:21:25.6611434Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_365, aten.view_copy.default 2025-06-06T00:21:25.6613060Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1497, aten.permute_copy.default 2025-06-06T00:21:25.6614714Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_356, aten.convolution.default 2025-06-06T00:21:25.6616335Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1498, aten.permute_copy.default 2025-06-06T00:21:25.6617929Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_366, aten.view_copy.default 2025-06-06T00:21:25.6619379Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_340, aten.add.Tensor 2025-06-06T00:21:25.6620800Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_rms_norm_default_17, aten.rms_norm.default 2025-06-06T00:21:25.6622325Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_367, aten.view_copy.default 2025-06-06T00:21:25.6623912Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1499, aten.permute_copy.default 2025-06-06T00:21:25.6625597Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_357, aten.convolution.default 2025-06-06T00:21:25.6627266Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_358, aten.convolution.default 2025-06-06T00:21:25.6628801Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sigmoid_default_8, aten.sigmoid.default 2025-06-06T00:21:25.6630219Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_880, aten.mul.Tensor 2025-06-06T00:21:25.6631560Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_881, aten.mul.Tensor 2025-06-06T00:21:25.6633044Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_359, aten.convolution.default 2025-06-06T00:21:25.6634683Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1500, aten.permute_copy.default 2025-06-06T00:21:25.6636279Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_368, aten.view_copy.default 2025-06-06T00:21:25.6637727Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_341, aten.add.Tensor 2025-06-06T00:21:25.6639145Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_rms_norm_default_18, aten.rms_norm.default 2025-06-06T00:21:25.6640763Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_369, aten.view_copy.default 2025-06-06T00:21:25.6642358Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1501, aten.permute_copy.default 2025-06-06T00:21:25.6643922Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1088, aten._to_copy.default 2025-06-06T00:21:25.6645502Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_360, aten.convolution.default 2025-06-06T00:21:25.6647130Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1502, aten.permute_copy.default 2025-06-06T00:21:25.6648771Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_361, aten.convolution.default 2025-06-06T00:21:25.6650436Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1503, aten.permute_copy.default 2025-06-06T00:21:25.6652055Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_362, aten.convolution.default 2025-06-06T00:21:25.6653729Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1504, aten.permute_copy.default 2025-06-06T00:21:25.6655359Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_363, aten.convolution.default 2025-06-06T00:21:25.6657046Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1505, aten.permute_copy.default 2025-06-06T00:21:25.6658692Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_364, aten.convolution.default 2025-06-06T00:21:26.1444968Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1506, aten.permute_copy.default 2025-06-06T00:21:26.1446688Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_365, aten.convolution.default 2025-06-06T00:21:26.1448405Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1507, aten.permute_copy.default 2025-06-06T00:21:26.1450191Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_366, aten.convolution.default 2025-06-06T00:21:26.1451901Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1508, aten.permute_copy.default 2025-06-06T00:21:26.1453632Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_367, aten.convolution.default 2025-06-06T00:21:26.1455390Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1509, aten.permute_copy.default 2025-06-06T00:21:26.1457417Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_368, aten.convolution.default 2025-06-06T00:21:26.1459455Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1510, aten.permute_copy.default 2025-06-06T00:21:26.1461182Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_369, aten.convolution.default 2025-06-06T00:21:26.1462864Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1511, aten.permute_copy.default 2025-06-06T00:21:26.1464605Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_370, aten.convolution.default 2025-06-06T00:21:26.1466345Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1512, aten.permute_copy.default 2025-06-06T00:21:26.1468163Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_371, aten.convolution.default 2025-06-06T00:21:26.1469852Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1513, aten.permute_copy.default 2025-06-06T00:21:26.1471570Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_372, aten.convolution.default 2025-06-06T00:21:26.1473288Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1514, aten.permute_copy.default 2025-06-06T00:21:26.1475033Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_373, aten.convolution.default 2025-06-06T00:21:26.1476772Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1515, aten.permute_copy.default 2025-06-06T00:21:26.1478486Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_374, aten.convolution.default 2025-06-06T00:21:26.1480185Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1516, aten.permute_copy.default 2025-06-06T00:21:26.1481936Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_375, aten.convolution.default 2025-06-06T00:21:26.1483672Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1517, aten.permute_copy.default 2025-06-06T00:21:26.1485316Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_376, aten.convolution.default 2025-06-06T00:21:26.1486945Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1518, aten.permute_copy.default 2025-06-06T00:21:26.1488878Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_377, aten.convolution.default 2025-06-06T00:21:26.1490812Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1519, aten.permute_copy.default 2025-06-06T00:21:26.1492473Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_378, aten.convolution.default 2025-06-06T00:21:26.1494188Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1520, aten.permute_copy.default 2025-06-06T00:21:26.1495913Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_379, aten.convolution.default 2025-06-06T00:21:26.1497608Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1521, aten.permute_copy.default 2025-06-06T00:21:26.1499330Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_380, aten.convolution.default 2025-06-06T00:21:26.1501048Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1522, aten.permute_copy.default 2025-06-06T00:21:26.1502772Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_381, aten.convolution.default 2025-06-06T00:21:26.1504508Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1523, aten.permute_copy.default 2025-06-06T00:21:26.1506376Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_382, aten.convolution.default 2025-06-06T00:21:26.1508124Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1524, aten.permute_copy.default 2025-06-06T00:21:26.1509848Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_383, aten.convolution.default 2025-06-06T00:21:26.1511592Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1525, aten.permute_copy.default 2025-06-06T00:21:26.1513333Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_384, aten.convolution.default 2025-06-06T00:21:26.1515012Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1526, aten.permute_copy.default 2025-06-06T00:21:26.1516730Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_385, aten.convolution.default 2025-06-06T00:21:26.1518430Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1527, aten.permute_copy.default 2025-06-06T00:21:26.1520156Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_386, aten.convolution.default 2025-06-06T00:21:26.1521872Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1528, aten.permute_copy.default 2025-06-06T00:21:26.1523574Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_387, aten.convolution.default 2025-06-06T00:21:26.1525275Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1529, aten.permute_copy.default 2025-06-06T00:21:26.1527000Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_388, aten.convolution.default 2025-06-06T00:21:26.1528745Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1530, aten.permute_copy.default 2025-06-06T00:21:26.1530463Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_389, aten.convolution.default 2025-06-06T00:21:26.1532044Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1531, aten.permute_copy.default 2025-06-06T00:21:26.1533781Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_390, aten.convolution.default 2025-06-06T00:21:26.1535506Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1532, aten.permute_copy.default 2025-06-06T00:21:26.1537354Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_391, aten.convolution.default 2025-06-06T00:21:26.1539065Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1533, aten.permute_copy.default 2025-06-06T00:21:26.1540851Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_392, aten.convolution.default 2025-06-06T00:21:26.1542557Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1534, aten.permute_copy.default 2025-06-06T00:21:26.1544274Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_393, aten.convolution.default 2025-06-06T00:21:26.1545951Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1535, aten.permute_copy.default 2025-06-06T00:21:26.1547693Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_394, aten.convolution.default 2025-06-06T00:21:26.1549365Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1536, aten.permute_copy.default 2025-06-06T00:21:26.1551097Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_395, aten.convolution.default 2025-06-06T00:21:26.1552847Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1537, aten.permute_copy.default 2025-06-06T00:21:26.1554536Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_370, aten.view_copy.default 2025-06-06T00:21:26.1556234Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_371, aten.view_copy.default 2025-06-06T00:21:26.1557870Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_372, aten.view_copy.default 2025-06-06T00:21:26.1559648Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_373, aten.view_copy.default 2025-06-06T00:21:26.1561271Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_374, aten.view_copy.default 2025-06-06T00:21:26.1562879Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_375, aten.view_copy.default 2025-06-06T00:21:26.1564491Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_376, aten.view_copy.default 2025-06-06T00:21:26.1566098Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_377, aten.view_copy.default 2025-06-06T00:21:26.4155911Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_378, aten.view_copy.default 2025-06-06T00:21:26.4156855Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_379, aten.view_copy.default 2025-06-06T00:21:26.4157719Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_380, aten.view_copy.default 2025-06-06T00:21:26.4158593Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_381, aten.view_copy.default 2025-06-06T00:21:26.4159635Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_382, aten.view_copy.default 2025-06-06T00:21:26.4160543Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_383, aten.view_copy.default 2025-06-06T00:21:26.4161429Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_384, aten.view_copy.default 2025-06-06T00:21:26.4162285Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_385, aten.view_copy.default 2025-06-06T00:21:26.4163159Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_386, aten.view_copy.default 2025-06-06T00:21:26.4164040Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_387, aten.view_copy.default 2025-06-06T00:21:26.4164900Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_388, aten.view_copy.default 2025-06-06T00:21:26.4166011Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_389, aten.view_copy.default 2025-06-06T00:21:26.4166921Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_390, aten.view_copy.default 2025-06-06T00:21:26.4167865Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_391, aten.view_copy.default 2025-06-06T00:21:26.4168747Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_392, aten.view_copy.default 2025-06-06T00:21:26.4169676Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_393, aten.view_copy.default 2025-06-06T00:21:26.4170549Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_394, aten.view_copy.default 2025-06-06T00:21:26.4171424Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1101, aten._to_copy.default 2025-06-06T00:21:26.4172283Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_395, aten.view_copy.default 2025-06-06T00:21:26.4173150Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1102, aten._to_copy.default 2025-06-06T00:21:26.4174004Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_396, aten.view_copy.default 2025-06-06T00:21:26.4174866Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1103, aten._to_copy.default 2025-06-06T00:21:26.4175786Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_397, aten.view_copy.default 2025-06-06T00:21:26.4176693Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1104, aten._to_copy.default 2025-06-06T00:21:26.4177554Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_398, aten.view_copy.default 2025-06-06T00:21:26.4178402Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1105, aten._to_copy.default 2025-06-06T00:21:26.4179268Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_399, aten.view_copy.default 2025-06-06T00:21:26.4180131Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1106, aten._to_copy.default 2025-06-06T00:21:26.4180982Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_400, aten.view_copy.default 2025-06-06T00:21:26.4181845Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1107, aten._to_copy.default 2025-06-06T00:21:26.4182700Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_401, aten.view_copy.default 2025-06-06T00:21:26.4183563Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1108, aten._to_copy.default 2025-06-06T00:21:26.4184425Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_402, aten.view_copy.default 2025-06-06T00:21:26.4185274Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1109, aten._to_copy.default 2025-06-06T00:21:26.4186132Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_403, aten.view_copy.default 2025-06-06T00:21:26.4186994Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1110, aten._to_copy.default 2025-06-06T00:21:26.4187854Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_404, aten.view_copy.default 2025-06-06T00:21:26.4188722Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1111, aten._to_copy.default 2025-06-06T00:21:26.4189574Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_405, aten.view_copy.default 2025-06-06T00:21:26.4190429Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1112, aten._to_copy.default 2025-06-06T00:21:26.4191283Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_432, aten.slice_copy.Tensor 2025-06-06T00:21:26.4192205Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_433, aten.slice_copy.Tensor 2025-06-06T00:21:26.4193109Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_434, aten.slice_copy.Tensor 2025-06-06T00:21:26.4193974Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_435, aten.slice_copy.Tensor 2025-06-06T00:21:26.4194851Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_436, aten.slice_copy.Tensor 2025-06-06T00:21:26.4195938Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_437, aten.slice_copy.Tensor 2025-06-06T00:21:26.4196829Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_438, aten.slice_copy.Tensor 2025-06-06T00:21:26.4197701Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_439, aten.slice_copy.Tensor 2025-06-06T00:21:26.4198568Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_440, aten.slice_copy.Tensor 2025-06-06T00:21:26.4199445Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_441, aten.slice_copy.Tensor 2025-06-06T00:21:26.4200309Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_442, aten.slice_copy.Tensor 2025-06-06T00:21:26.4201275Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_443, aten.slice_copy.Tensor 2025-06-06T00:21:26.4202186Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_444, aten.slice_copy.Tensor 2025-06-06T00:21:26.4203043Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_445, aten.slice_copy.Tensor 2025-06-06T00:21:26.4203922Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_446, aten.slice_copy.Tensor 2025-06-06T00:21:26.4204789Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_447, aten.slice_copy.Tensor 2025-06-06T00:21:26.4205663Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_448, aten.slice_copy.Tensor 2025-06-06T00:21:26.4206539Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_449, aten.slice_copy.Tensor 2025-06-06T00:21:26.4207402Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_450, aten.slice_copy.Tensor 2025-06-06T00:21:26.4208281Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_451, aten.slice_copy.Tensor 2025-06-06T00:21:26.4209172Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_452, aten.slice_copy.Tensor 2025-06-06T00:21:26.4210123Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_453, aten.slice_copy.Tensor 2025-06-06T00:21:26.4211012Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_454, aten.slice_copy.Tensor 2025-06-06T00:21:26.4211880Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_455, aten.slice_copy.Tensor 2025-06-06T00:21:26.4212757Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_456, aten.slice_copy.Tensor 2025-06-06T00:21:26.4213628Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_457, aten.slice_copy.Tensor 2025-06-06T00:21:26.4214510Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_458, aten.slice_copy.Tensor 2025-06-06T00:21:26.4215396Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_459, aten.slice_copy.Tensor 2025-06-06T00:21:26.4216260Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_460, aten.slice_copy.Tensor 2025-06-06T00:21:26.4217136Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_461, aten.slice_copy.Tensor 2025-06-06T00:21:26.4218062Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_462, aten.slice_copy.Tensor 2025-06-06T00:21:26.4218949Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_463, aten.slice_copy.Tensor 2025-06-06T00:21:26.4219867Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_464, aten.slice_copy.Tensor 2025-06-06T00:21:26.4220735Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_465, aten.slice_copy.Tensor 2025-06-06T00:21:26.8454410Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_466, aten.slice_copy.Tensor 2025-06-06T00:21:26.8456054Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_467, aten.slice_copy.Tensor 2025-06-06T00:21:26.8457665Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_468, aten.slice_copy.Tensor 2025-06-06T00:21:26.8459563Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_469, aten.slice_copy.Tensor 2025-06-06T00:21:26.8461173Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_470, aten.slice_copy.Tensor 2025-06-06T00:21:26.8462795Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_471, aten.slice_copy.Tensor 2025-06-06T00:21:26.8464412Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_472, aten.slice_copy.Tensor 2025-06-06T00:21:26.8466354Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_473, aten.slice_copy.Tensor 2025-06-06T00:21:26.8468004Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_474, aten.slice_copy.Tensor 2025-06-06T00:21:26.8469639Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_475, aten.slice_copy.Tensor 2025-06-06T00:21:26.8471270Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_476, aten.slice_copy.Tensor 2025-06-06T00:21:26.8472849Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_477, aten.slice_copy.Tensor 2025-06-06T00:21:26.8474508Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_478, aten.slice_copy.Tensor 2025-06-06T00:21:26.8476156Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_479, aten.slice_copy.Tensor 2025-06-06T00:21:26.8477705Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_466, aten.cat.default 2025-06-06T00:21:26.8479159Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_468, aten.cat.default 2025-06-06T00:21:26.8480589Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_470, aten.cat.default 2025-06-06T00:21:26.8482033Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_472, aten.cat.default 2025-06-06T00:21:26.8483465Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_474, aten.cat.default 2025-06-06T00:21:26.8484919Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_476, aten.cat.default 2025-06-06T00:21:26.8486349Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_478, aten.cat.default 2025-06-06T00:21:26.8487833Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_480, aten.cat.default 2025-06-06T00:21:26.8489265Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_482, aten.cat.default 2025-06-06T00:21:26.8490801Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_484, aten.cat.default 2025-06-06T00:21:26.8492255Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_486, aten.cat.default 2025-06-06T00:21:26.8493705Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_488, aten.cat.default 2025-06-06T00:21:26.8495021Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_882, aten.mul.Tensor 2025-06-06T00:21:26.8496665Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_884, aten.mul.Tensor 2025-06-06T00:21:26.8498081Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_883, aten.mul.Tensor 2025-06-06T00:21:26.8499618Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_885, aten.mul.Tensor 2025-06-06T00:21:26.8501001Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_886, aten.mul.Tensor 2025-06-06T00:21:26.8502414Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_888, aten.mul.Tensor 2025-06-06T00:21:26.8503831Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_887, aten.mul.Tensor 2025-06-06T00:21:26.8505217Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_889, aten.mul.Tensor 2025-06-06T00:21:26.8506629Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_890, aten.mul.Tensor 2025-06-06T00:21:26.8508033Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_892, aten.mul.Tensor 2025-06-06T00:21:26.8509432Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_891, aten.mul.Tensor 2025-06-06T00:21:26.8510878Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_893, aten.mul.Tensor 2025-06-06T00:21:26.8512227Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_894, aten.mul.Tensor 2025-06-06T00:21:26.8513737Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_896, aten.mul.Tensor 2025-06-06T00:21:26.8515214Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_895, aten.mul.Tensor 2025-06-06T00:21:26.8516580Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_897, aten.mul.Tensor 2025-06-06T00:21:26.8518004Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_898, aten.mul.Tensor 2025-06-06T00:21:26.8519426Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_900, aten.mul.Tensor 2025-06-06T00:21:26.8520857Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_899, aten.mul.Tensor 2025-06-06T00:21:26.8522243Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_901, aten.mul.Tensor 2025-06-06T00:21:26.8523647Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_902, aten.mul.Tensor 2025-06-06T00:21:26.8525054Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_904, aten.mul.Tensor 2025-06-06T00:21:26.8526466Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_903, aten.mul.Tensor 2025-06-06T00:21:26.8527871Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_905, aten.mul.Tensor 2025-06-06T00:21:26.8529416Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_906, aten.mul.Tensor 2025-06-06T00:21:26.8530942Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_908, aten.mul.Tensor 2025-06-06T00:21:26.8532357Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_907, aten.mul.Tensor 2025-06-06T00:21:26.8533740Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_909, aten.mul.Tensor 2025-06-06T00:21:26.8535164Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_910, aten.mul.Tensor 2025-06-06T00:21:26.8536699Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_912, aten.mul.Tensor 2025-06-06T00:21:26.8538140Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_911, aten.mul.Tensor 2025-06-06T00:21:26.8539354Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_913, aten.mul.Tensor 2025-06-06T00:21:26.8540845Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_914, aten.mul.Tensor 2025-06-06T00:21:26.8542374Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_916, aten.mul.Tensor 2025-06-06T00:21:26.8543790Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_915, aten.mul.Tensor 2025-06-06T00:21:26.8545165Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_917, aten.mul.Tensor 2025-06-06T00:21:26.8546636Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_918, aten.mul.Tensor 2025-06-06T00:21:26.8548053Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_920, aten.mul.Tensor 2025-06-06T00:21:26.8549470Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_919, aten.mul.Tensor 2025-06-06T00:21:26.8550873Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_921, aten.mul.Tensor 2025-06-06T00:21:26.8552274Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_922, aten.mul.Tensor 2025-06-06T00:21:26.8553654Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_924, aten.mul.Tensor 2025-06-06T00:21:26.8555089Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_923, aten.mul.Tensor 2025-06-06T00:21:26.8556474Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_925, aten.mul.Tensor 2025-06-06T00:21:26.8557888Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_926, aten.mul.Tensor 2025-06-06T00:21:26.8559611Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_928, aten.mul.Tensor 2025-06-06T00:21:26.8561111Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_927, aten.mul.Tensor 2025-06-06T00:21:26.8562478Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_929, aten.mul.Tensor 2025-06-06T00:21:26.8563896Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_930, aten.mul.Tensor 2025-06-06T00:21:26.8565336Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_932, aten.mul.Tensor 2025-06-06T00:21:26.8566747Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_931, aten.mul.Tensor 2025-06-06T00:21:26.8579646Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_933, aten.mul.Tensor 2025-06-06T00:21:26.8581102Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_934, aten.mul.Tensor 2025-06-06T00:21:26.8582532Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_936, aten.mul.Tensor 2025-06-06T00:21:26.8583830Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_935, aten.mul.Tensor 2025-06-06T00:21:26.8585268Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_937, aten.mul.Tensor 2025-06-06T00:21:26.8586675Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_938, aten.mul.Tensor 2025-06-06T00:21:27.2819050Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_940, aten.mul.Tensor 2025-06-06T00:21:27.2820508Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_939, aten.mul.Tensor 2025-06-06T00:21:27.2821933Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_941, aten.mul.Tensor 2025-06-06T00:21:27.2823344Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_942, aten.mul.Tensor 2025-06-06T00:21:27.2824749Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_944, aten.mul.Tensor 2025-06-06T00:21:27.2826170Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_943, aten.mul.Tensor 2025-06-06T00:21:27.2827573Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_945, aten.mul.Tensor 2025-06-06T00:21:27.2829031Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_946, aten.mul.Tensor 2025-06-06T00:21:27.2830471Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_948, aten.mul.Tensor 2025-06-06T00:21:27.2832174Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_947, aten.mul.Tensor 2025-06-06T00:21:27.2833595Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_949, aten.mul.Tensor 2025-06-06T00:21:27.2835138Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_950, aten.mul.Tensor 2025-06-06T00:21:27.2836532Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_952, aten.mul.Tensor 2025-06-06T00:21:27.2837953Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_951, aten.mul.Tensor 2025-06-06T00:21:27.2839377Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_953, aten.mul.Tensor 2025-06-06T00:21:27.2840954Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_954, aten.mul.Tensor 2025-06-06T00:21:27.2842343Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_956, aten.mul.Tensor 2025-06-06T00:21:27.2843757Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_955, aten.mul.Tensor 2025-06-06T00:21:27.2845150Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_957, aten.mul.Tensor 2025-06-06T00:21:27.2846559Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_958, aten.mul.Tensor 2025-06-06T00:21:27.2847978Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_960, aten.mul.Tensor 2025-06-06T00:21:27.2849603Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_959, aten.mul.Tensor 2025-06-06T00:21:27.2851092Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_961, aten.mul.Tensor 2025-06-06T00:21:27.2852511Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_962, aten.mul.Tensor 2025-06-06T00:21:27.2853889Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_964, aten.mul.Tensor 2025-06-06T00:21:27.2855313Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_963, aten.mul.Tensor 2025-06-06T00:21:27.2856725Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_965, aten.mul.Tensor 2025-06-06T00:21:27.2858150Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_966, aten.mul.Tensor 2025-06-06T00:21:27.2859665Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_968, aten.mul.Tensor 2025-06-06T00:21:27.2861099Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_967, aten.mul.Tensor 2025-06-06T00:21:27.2862532Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_969, aten.mul.Tensor 2025-06-06T00:21:27.2863950Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_970, aten.mul.Tensor 2025-06-06T00:21:27.2865329Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_972, aten.mul.Tensor 2025-06-06T00:21:27.2866713Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_971, aten.mul.Tensor 2025-06-06T00:21:27.2868121Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_973, aten.mul.Tensor 2025-06-06T00:21:27.2869512Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_974, aten.mul.Tensor 2025-06-06T00:21:27.2870909Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_976, aten.mul.Tensor 2025-06-06T00:21:27.2872314Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_975, aten.mul.Tensor 2025-06-06T00:21:27.2873711Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_977, aten.mul.Tensor 2025-06-06T00:21:27.2875142Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_216, aten.sub.Tensor 2025-06-06T00:21:27.2876527Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_342, aten.add.Tensor 2025-06-06T00:21:27.2877936Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_217, aten.sub.Tensor 2025-06-06T00:21:27.2879501Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_343, aten.add.Tensor 2025-06-06T00:21:27.2880915Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_218, aten.sub.Tensor 2025-06-06T00:21:27.2882376Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_344, aten.add.Tensor 2025-06-06T00:21:27.2883803Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_219, aten.sub.Tensor 2025-06-06T00:21:27.2885240Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_345, aten.add.Tensor 2025-06-06T00:21:27.2886650Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_220, aten.sub.Tensor 2025-06-06T00:21:27.2888028Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_346, aten.add.Tensor 2025-06-06T00:21:27.2889508Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_221, aten.sub.Tensor 2025-06-06T00:21:27.2890922Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_347, aten.add.Tensor 2025-06-06T00:21:27.2892326Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_222, aten.sub.Tensor 2025-06-06T00:21:27.2893734Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_348, aten.add.Tensor 2025-06-06T00:21:27.2895127Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_223, aten.sub.Tensor 2025-06-06T00:21:27.2896645Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_349, aten.add.Tensor 2025-06-06T00:21:27.2898075Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_224, aten.sub.Tensor 2025-06-06T00:21:27.2899499Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_350, aten.add.Tensor 2025-06-06T00:21:27.2900913Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_225, aten.sub.Tensor 2025-06-06T00:21:27.2902364Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_351, aten.add.Tensor 2025-06-06T00:21:27.2903671Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_226, aten.sub.Tensor 2025-06-06T00:21:27.2905014Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_352, aten.add.Tensor 2025-06-06T00:21:27.2906443Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_227, aten.sub.Tensor 2025-06-06T00:21:27.2907867Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_353, aten.add.Tensor 2025-06-06T00:21:27.2909262Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_228, aten.sub.Tensor 2025-06-06T00:21:27.2910736Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1113, aten._to_copy.default 2025-06-06T00:21:27.2912214Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_354, aten.add.Tensor 2025-06-06T00:21:27.2913731Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1114, aten._to_copy.default 2025-06-06T00:21:27.2915231Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_229, aten.sub.Tensor 2025-06-06T00:21:27.2916727Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1115, aten._to_copy.default 2025-06-06T00:21:27.2918226Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_355, aten.add.Tensor 2025-06-06T00:21:27.2919741Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1116, aten._to_copy.default 2025-06-06T00:21:27.2921216Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_230, aten.sub.Tensor 2025-06-06T00:21:27.2922727Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1117, aten._to_copy.default 2025-06-06T00:21:27.2924221Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_356, aten.add.Tensor 2025-06-06T00:21:27.2925837Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1118, aten._to_copy.default 2025-06-06T00:21:27.2927300Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_231, aten.sub.Tensor 2025-06-06T00:21:27.2928883Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1119, aten._to_copy.default 2025-06-06T00:21:27.2930475Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_357, aten.add.Tensor 2025-06-06T00:21:27.2931979Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1120, aten._to_copy.default 2025-06-06T00:21:27.2933481Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_232, aten.sub.Tensor 2025-06-06T00:21:27.2934967Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1121, aten._to_copy.default 2025-06-06T00:21:27.2936458Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_358, aten.add.Tensor 2025-06-06T00:21:27.2937942Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1122, aten._to_copy.default 2025-06-06T00:21:27.6937335Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_233, aten.sub.Tensor 2025-06-06T00:21:27.6938896Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1123, aten._to_copy.default 2025-06-06T00:21:27.6940386Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_359, aten.add.Tensor 2025-06-06T00:21:27.6942183Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1124, aten._to_copy.default 2025-06-06T00:21:27.6943761Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_234, aten.sub.Tensor 2025-06-06T00:21:27.6945249Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1125, aten._to_copy.default 2025-06-06T00:21:27.6946756Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_360, aten.add.Tensor 2025-06-06T00:21:27.6948252Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1126, aten._to_copy.default 2025-06-06T00:21:27.6949776Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_235, aten.sub.Tensor 2025-06-06T00:21:27.6951327Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1127, aten._to_copy.default 2025-06-06T00:21:27.6952833Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_361, aten.add.Tensor 2025-06-06T00:21:27.6954372Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1128, aten._to_copy.default 2025-06-06T00:21:27.6955834Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_236, aten.sub.Tensor 2025-06-06T00:21:27.6957346Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1129, aten._to_copy.default 2025-06-06T00:21:27.6958860Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_362, aten.add.Tensor 2025-06-06T00:21:27.6960577Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1130, aten._to_copy.default 2025-06-06T00:21:27.6962071Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_237, aten.sub.Tensor 2025-06-06T00:21:27.6963583Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1131, aten._to_copy.default 2025-06-06T00:21:27.6965075Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_363, aten.add.Tensor 2025-06-06T00:21:27.6966583Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1132, aten._to_copy.default 2025-06-06T00:21:27.6968067Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_238, aten.sub.Tensor 2025-06-06T00:21:27.6969643Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1133, aten._to_copy.default 2025-06-06T00:21:27.6971845Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_364, aten.add.Tensor 2025-06-06T00:21:27.6973311Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1134, aten._to_copy.default 2025-06-06T00:21:27.6974950Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_239, aten.sub.Tensor 2025-06-06T00:21:27.6976611Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1135, aten._to_copy.default 2025-06-06T00:21:27.6978061Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_365, aten.add.Tensor 2025-06-06T00:21:27.6979592Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1136, aten._to_copy.default 2025-06-06T00:21:27.6981111Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_441, aten.cat.default 2025-06-06T00:21:27.6982560Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_442, aten.cat.default 2025-06-06T00:21:27.6983983Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_443, aten.cat.default 2025-06-06T00:21:27.6985428Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_444, aten.cat.default 2025-06-06T00:21:27.6986882Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_445, aten.cat.default 2025-06-06T00:21:27.6988325Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_446, aten.cat.default 2025-06-06T00:21:27.6989931Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_447, aten.cat.default 2025-06-06T00:21:27.6991438Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_448, aten.cat.default 2025-06-06T00:21:27.6992903Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_449, aten.cat.default 2025-06-06T00:21:27.6994300Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_450, aten.cat.default 2025-06-06T00:21:27.6995750Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_451, aten.cat.default 2025-06-06T00:21:27.6997206Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_452, aten.cat.default 2025-06-06T00:21:27.6998664Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_453, aten.cat.default 2025-06-06T00:21:27.7000067Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1137, aten._to_copy.default 2025-06-06T00:21:27.7001610Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_454, aten.cat.default 2025-06-06T00:21:27.7003133Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1138, aten._to_copy.default 2025-06-06T00:21:27.7004674Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_455, aten.cat.default 2025-06-06T00:21:27.7006145Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1139, aten._to_copy.default 2025-06-06T00:21:27.7007658Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_456, aten.cat.default 2025-06-06T00:21:27.7009170Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1140, aten._to_copy.default 2025-06-06T00:21:27.7010747Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_457, aten.cat.default 2025-06-06T00:21:27.7012253Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1141, aten._to_copy.default 2025-06-06T00:21:27.7013761Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_458, aten.cat.default 2025-06-06T00:21:27.7015279Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1142, aten._to_copy.default 2025-06-06T00:21:27.7016750Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_459, aten.cat.default 2025-06-06T00:21:27.7018262Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1143, aten._to_copy.default 2025-06-06T00:21:27.7019897Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_460, aten.cat.default 2025-06-06T00:21:27.7021420Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1144, aten._to_copy.default 2025-06-06T00:21:27.7022942Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_461, aten.cat.default 2025-06-06T00:21:27.7024493Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1145, aten._to_copy.default 2025-06-06T00:21:27.7026018Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_462, aten.cat.default 2025-06-06T00:21:27.7027533Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1146, aten._to_copy.default 2025-06-06T00:21:27.7029019Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_463, aten.cat.default 2025-06-06T00:21:27.7030449Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_464, aten.cat.default 2025-06-06T00:21:27.7031971Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1147, aten._to_copy.default 2025-06-06T00:21:27.7033617Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_514, aten.permute_copy.default 2025-06-06T00:21:27.7035272Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1148, aten._to_copy.default 2025-06-06T00:21:27.7036994Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_515, aten.permute_copy.default 2025-06-06T00:21:27.7038688Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1149, aten._to_copy.default 2025-06-06T00:21:27.7040353Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_516, aten.permute_copy.default 2025-06-06T00:21:27.7042002Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1150, aten._to_copy.default 2025-06-06T00:21:27.7043679Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_517, aten.permute_copy.default 2025-06-06T00:21:27.7045108Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1151, aten._to_copy.default 2025-06-06T00:21:27.7046749Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_518, aten.permute_copy.default 2025-06-06T00:21:27.7048431Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1152, aten._to_copy.default 2025-06-06T00:21:27.7050162Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_519, aten.permute_copy.default 2025-06-06T00:21:27.7051775Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1153, aten._to_copy.default 2025-06-06T00:21:27.7053399Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_520, aten.permute_copy.default 2025-06-06T00:21:27.7055051Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1154, aten._to_copy.default 2025-06-06T00:21:27.7056694Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_521, aten.permute_copy.default 2025-06-06T00:21:28.1736246Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1155, aten._to_copy.default 2025-06-06T00:21:28.1737938Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_522, aten.permute_copy.default 2025-06-06T00:21:28.1739596Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1156, aten._to_copy.default 2025-06-06T00:21:28.1741295Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_523, aten.permute_copy.default 2025-06-06T00:21:28.1742933Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1157, aten._to_copy.default 2025-06-06T00:21:28.1744884Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_524, aten.permute_copy.default 2025-06-06T00:21:28.1746583Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_525, aten.permute_copy.default 2025-06-06T00:21:28.1748418Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1158, aten._to_copy.default 2025-06-06T00:21:28.1749941Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_465, aten.cat.default 2025-06-06T00:21:28.1751410Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_467, aten.cat.default 2025-06-06T00:21:28.1752886Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_469, aten.cat.default 2025-06-06T00:21:28.1754268Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_471, aten.cat.default 2025-06-06T00:21:28.1755719Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_473, aten.cat.default 2025-06-06T00:21:28.1757174Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_475, aten.cat.default 2025-06-06T00:21:28.1758642Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_477, aten.cat.default 2025-06-06T00:21:28.1760280Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_479, aten.cat.default 2025-06-06T00:21:28.1761721Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_481, aten.cat.default 2025-06-06T00:21:28.1763306Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_483, aten.cat.default 2025-06-06T00:21:28.1764821Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_485, aten.cat.default 2025-06-06T00:21:28.1766261Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_487, aten.cat.default 2025-06-06T00:21:28.1767739Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_216, aten.matmul.default 2025-06-06T00:21:28.1769291Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_218, aten.matmul.default 2025-06-06T00:21:28.1770859Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_220, aten.matmul.default 2025-06-06T00:21:28.1772409Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_222, aten.matmul.default 2025-06-06T00:21:28.1773962Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_224, aten.matmul.default 2025-06-06T00:21:28.1775505Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_226, aten.matmul.default 2025-06-06T00:21:28.1777006Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_228, aten.matmul.default 2025-06-06T00:21:28.1778569Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_230, aten.matmul.default 2025-06-06T00:21:28.1780121Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_232, aten.matmul.default 2025-06-06T00:21:28.1781658Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_234, aten.matmul.default 2025-06-06T00:21:28.1783181Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_236, aten.matmul.default 2025-06-06T00:21:28.1784718Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_238, aten.matmul.default 2025-06-06T00:21:28.1786204Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_108, aten.div.Tensor 2025-06-06T00:21:28.1787604Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_109, aten.div.Tensor 2025-06-06T00:21:28.1789012Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_110, aten.div.Tensor 2025-06-06T00:21:28.1790395Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_111, aten.div.Tensor 2025-06-06T00:21:28.1791828Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_112, aten.div.Tensor 2025-06-06T00:21:28.1793336Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_113, aten.div.Tensor 2025-06-06T00:21:28.1794733Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_114, aten.div.Tensor 2025-06-06T00:21:28.1796250Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_115, aten.div.Tensor 2025-06-06T00:21:28.1797644Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_116, aten.div.Tensor 2025-06-06T00:21:28.1799055Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_117, aten.div.Tensor 2025-06-06T00:21:28.1800475Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_118, aten.div.Tensor 2025-06-06T00:21:28.1801906Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_119, aten.div.Tensor 2025-06-06T00:21:28.1803299Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_366, aten.add.Tensor 2025-06-06T00:21:28.1804686Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_367, aten.add.Tensor 2025-06-06T00:21:28.1806093Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_368, aten.add.Tensor 2025-06-06T00:21:28.1807486Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_369, aten.add.Tensor 2025-06-06T00:21:28.1808899Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_370, aten.add.Tensor 2025-06-06T00:21:28.1810465Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_371, aten.add.Tensor 2025-06-06T00:21:28.1811916Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_372, aten.add.Tensor 2025-06-06T00:21:28.1813344Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_373, aten.add.Tensor 2025-06-06T00:21:28.1814697Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_374, aten.add.Tensor 2025-06-06T00:21:28.1816132Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_375, aten.add.Tensor 2025-06-06T00:21:28.1817552Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_376, aten.add.Tensor 2025-06-06T00:21:28.1818966Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_377, aten.add.Tensor 2025-06-06T00:21:28.1820424Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_108, aten._softmax.default 2025-06-06T00:21:28.1822039Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_109, aten._softmax.default 2025-06-06T00:21:28.1823661Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_110, aten._softmax.default 2025-06-06T00:21:28.1825253Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_111, aten._softmax.default 2025-06-06T00:21:28.1826817Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_112, aten._softmax.default 2025-06-06T00:21:28.1828408Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_113, aten._softmax.default 2025-06-06T00:21:28.1829984Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_114, aten._softmax.default 2025-06-06T00:21:28.1831580Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_115, aten._softmax.default 2025-06-06T00:21:28.1833179Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_116, aten._softmax.default 2025-06-06T00:21:28.1834756Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_117, aten._softmax.default 2025-06-06T00:21:28.1836320Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_118, aten._softmax.default 2025-06-06T00:21:28.1837902Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_119, aten._softmax.default 2025-06-06T00:21:28.1839561Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_217, aten.matmul.default 2025-06-06T00:21:28.1841118Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_219, aten.matmul.default 2025-06-06T00:21:28.1842705Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_221, aten.matmul.default 2025-06-06T00:21:28.1844263Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_223, aten.matmul.default 2025-06-06T00:21:28.1845817Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_225, aten.matmul.default 2025-06-06T00:21:28.1847332Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_227, aten.matmul.default 2025-06-06T00:21:28.1848860Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_229, aten.matmul.default 2025-06-06T00:21:28.1850440Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_231, aten.matmul.default 2025-06-06T00:21:28.1851972Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_233, aten.matmul.default 2025-06-06T00:21:28.1853482Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_235, aten.matmul.default 2025-06-06T00:21:28.1855028Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_237, aten.matmul.default 2025-06-06T00:21:28.1856569Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_239, aten.matmul.default 2025-06-06T00:21:28.7531562Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_489, aten.cat.default 2025-06-06T00:21:28.7533219Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_406, aten.view_copy.default 2025-06-06T00:21:28.7534908Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1538, aten.permute_copy.default 2025-06-06T00:21:28.7536622Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_396, aten.convolution.default 2025-06-06T00:21:28.7538349Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1539, aten.permute_copy.default 2025-06-06T00:21:28.7540019Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_407, aten.view_copy.default 2025-06-06T00:21:28.7541549Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_378, aten.add.Tensor 2025-06-06T00:21:28.7543078Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_rms_norm_default_19, aten.rms_norm.default 2025-06-06T00:21:28.7544637Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_408, aten.view_copy.default 2025-06-06T00:21:28.7546331Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1540, aten.permute_copy.default 2025-06-06T00:21:28.7548067Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_397, aten.convolution.default 2025-06-06T00:21:28.7549621Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_398, aten.convolution.default 2025-06-06T00:21:28.7551176Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sigmoid_default_9, aten.sigmoid.default 2025-06-06T00:21:28.7552549Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_978, aten.mul.Tensor 2025-06-06T00:21:28.7553905Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_979, aten.mul.Tensor 2025-06-06T00:21:28.7555413Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_399, aten.convolution.default 2025-06-06T00:21:28.7557097Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1541, aten.permute_copy.default 2025-06-06T00:21:28.7558680Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_409, aten.view_copy.default 2025-06-06T00:21:28.7560669Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_379, aten.add.Tensor 2025-06-06T00:21:28.7562196Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_rms_norm_default_20, aten.rms_norm.default 2025-06-06T00:21:28.7563934Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_410, aten.view_copy.default 2025-06-06T00:21:28.7565580Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1542, aten.permute_copy.default 2025-06-06T00:21:28.7567246Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1159, aten._to_copy.default 2025-06-06T00:21:28.7568910Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_400, aten.convolution.default 2025-06-06T00:21:28.7570693Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1543, aten.permute_copy.default 2025-06-06T00:21:28.7572412Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_401, aten.convolution.default 2025-06-06T00:21:28.7574108Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1544, aten.permute_copy.default 2025-06-06T00:21:28.7575797Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_402, aten.convolution.default 2025-06-06T00:21:28.7577525Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1545, aten.permute_copy.default 2025-06-06T00:21:28.7579384Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_403, aten.convolution.default 2025-06-06T00:21:28.7581138Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1546, aten.permute_copy.default 2025-06-06T00:21:28.7582522Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_404, aten.convolution.default 2025-06-06T00:21:28.7584207Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1547, aten.permute_copy.default 2025-06-06T00:21:28.7585949Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_405, aten.convolution.default 2025-06-06T00:21:28.7587674Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1548, aten.permute_copy.default 2025-06-06T00:21:28.7589365Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_406, aten.convolution.default 2025-06-06T00:21:28.7591079Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1549, aten.permute_copy.default 2025-06-06T00:21:28.7592801Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_407, aten.convolution.default 2025-06-06T00:21:28.7594500Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1550, aten.permute_copy.default 2025-06-06T00:21:28.7596207Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_408, aten.convolution.default 2025-06-06T00:21:28.7597932Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1551, aten.permute_copy.default 2025-06-06T00:21:28.7599627Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_409, aten.convolution.default 2025-06-06T00:21:28.7601375Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1552, aten.permute_copy.default 2025-06-06T00:21:28.7603096Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_410, aten.convolution.default 2025-06-06T00:21:28.7604782Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1553, aten.permute_copy.default 2025-06-06T00:21:28.7606336Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_411, aten.convolution.default 2025-06-06T00:21:28.7607962Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1554, aten.permute_copy.default 2025-06-06T00:21:28.7609806Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_412, aten.convolution.default 2025-06-06T00:21:28.7611453Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1555, aten.permute_copy.default 2025-06-06T00:21:28.7613277Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_413, aten.convolution.default 2025-06-06T00:21:28.7615028Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1556, aten.permute_copy.default 2025-06-06T00:21:28.7616756Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_414, aten.convolution.default 2025-06-06T00:21:28.7618440Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1557, aten.permute_copy.default 2025-06-06T00:21:28.7620138Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_415, aten.convolution.default 2025-06-06T00:21:28.7621856Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1558, aten.permute_copy.default 2025-06-06T00:21:28.7623563Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_416, aten.convolution.default 2025-06-06T00:21:28.7625270Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1559, aten.permute_copy.default 2025-06-06T00:21:28.7627076Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_417, aten.convolution.default 2025-06-06T00:21:28.7628823Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1560, aten.permute_copy.default 2025-06-06T00:21:28.7630571Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_418, aten.convolution.default 2025-06-06T00:21:28.7632311Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1561, aten.permute_copy.default 2025-06-06T00:21:28.7634022Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_419, aten.convolution.default 2025-06-06T00:21:28.7635739Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1562, aten.permute_copy.default 2025-06-06T00:21:28.7637461Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_420, aten.convolution.default 2025-06-06T00:21:28.7639201Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1563, aten.permute_copy.default 2025-06-06T00:21:28.7640894Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_421, aten.convolution.default 2025-06-06T00:21:28.7642626Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1564, aten.permute_copy.default 2025-06-06T00:21:28.7644351Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_422, aten.convolution.default 2025-06-06T00:21:28.7646076Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1565, aten.permute_copy.default 2025-06-06T00:21:28.7647782Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_423, aten.convolution.default 2025-06-06T00:21:28.7649596Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1566, aten.permute_copy.default 2025-06-06T00:21:28.7651279Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_424, aten.convolution.default 2025-06-06T00:21:29.0895805Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1567, aten.permute_copy.default 2025-06-06T00:21:29.0897552Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_425, aten.convolution.default 2025-06-06T00:21:29.0899254Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1568, aten.permute_copy.default 2025-06-06T00:21:29.0901296Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_426, aten.convolution.default 2025-06-06T00:21:29.0903006Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1569, aten.permute_copy.default 2025-06-06T00:21:29.0904891Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_427, aten.convolution.default 2025-06-06T00:21:29.0906607Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1570, aten.permute_copy.default 2025-06-06T00:21:29.0908309Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_428, aten.convolution.default 2025-06-06T00:21:29.0910047Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1571, aten.permute_copy.default 2025-06-06T00:21:29.0911786Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_429, aten.convolution.default 2025-06-06T00:21:29.0913462Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1572, aten.permute_copy.default 2025-06-06T00:21:29.0915206Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_430, aten.convolution.default 2025-06-06T00:21:29.0916969Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1573, aten.permute_copy.default 2025-06-06T00:21:29.0918672Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_431, aten.convolution.default 2025-06-06T00:21:29.0920510Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1574, aten.permute_copy.default 2025-06-06T00:21:29.0922307Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_432, aten.convolution.default 2025-06-06T00:21:29.0923995Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1575, aten.permute_copy.default 2025-06-06T00:21:29.0925701Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_433, aten.convolution.default 2025-06-06T00:21:29.0927404Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1576, aten.permute_copy.default 2025-06-06T00:21:29.0929148Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_434, aten.convolution.default 2025-06-06T00:21:29.0930934Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1577, aten.permute_copy.default 2025-06-06T00:21:29.0932666Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_435, aten.convolution.default 2025-06-06T00:21:29.0934407Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1578, aten.permute_copy.default 2025-06-06T00:21:29.0936012Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_411, aten.view_copy.default 2025-06-06T00:21:29.0937659Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_412, aten.view_copy.default 2025-06-06T00:21:29.0939322Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_413, aten.view_copy.default 2025-06-06T00:21:29.0940927Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_414, aten.view_copy.default 2025-06-06T00:21:29.0942551Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_415, aten.view_copy.default 2025-06-06T00:21:29.0944159Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_416, aten.view_copy.default 2025-06-06T00:21:29.0945769Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_417, aten.view_copy.default 2025-06-06T00:21:29.0947386Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_418, aten.view_copy.default 2025-06-06T00:21:29.0948991Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_419, aten.view_copy.default 2025-06-06T00:21:29.0950737Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_420, aten.view_copy.default 2025-06-06T00:21:29.0952316Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_421, aten.view_copy.default 2025-06-06T00:21:29.0954037Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_422, aten.view_copy.default 2025-06-06T00:21:29.0955674Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_423, aten.view_copy.default 2025-06-06T00:21:29.0957236Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_424, aten.view_copy.default 2025-06-06T00:21:29.0958656Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_425, aten.view_copy.default 2025-06-06T00:21:29.0960473Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_426, aten.view_copy.default 2025-06-06T00:21:29.0962119Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_427, aten.view_copy.default 2025-06-06T00:21:29.0963750Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_428, aten.view_copy.default 2025-06-06T00:21:29.0965319Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_429, aten.view_copy.default 2025-06-06T00:21:29.0966941Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_430, aten.view_copy.default 2025-06-06T00:21:29.0968684Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_431, aten.view_copy.default 2025-06-06T00:21:29.0971066Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_432, aten.view_copy.default 2025-06-06T00:21:29.0972702Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_433, aten.view_copy.default 2025-06-06T00:21:29.0974314Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_434, aten.view_copy.default 2025-06-06T00:21:29.0975912Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_435, aten.view_copy.default 2025-06-06T00:21:29.0977538Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1172, aten._to_copy.default 2025-06-06T00:21:29.0979152Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_436, aten.view_copy.default 2025-06-06T00:21:29.0980789Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1173, aten._to_copy.default 2025-06-06T00:21:29.0982344Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_437, aten.view_copy.default 2025-06-06T00:21:29.0983976Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1174, aten._to_copy.default 2025-06-06T00:21:29.0985611Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_438, aten.view_copy.default 2025-06-06T00:21:29.0987194Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1175, aten._to_copy.default 2025-06-06T00:21:29.0988799Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_439, aten.view_copy.default 2025-06-06T00:21:29.0990389Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1176, aten._to_copy.default 2025-06-06T00:21:29.0991987Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_440, aten.view_copy.default 2025-06-06T00:21:29.0993595Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1177, aten._to_copy.default 2025-06-06T00:21:29.0995184Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_441, aten.view_copy.default 2025-06-06T00:21:29.0996821Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1178, aten._to_copy.default 2025-06-06T00:21:29.0998386Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_442, aten.view_copy.default 2025-06-06T00:21:29.1000155Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1179, aten._to_copy.default 2025-06-06T00:21:29.1001865Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_443, aten.view_copy.default 2025-06-06T00:21:29.1003417Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1180, aten._to_copy.default 2025-06-06T00:21:29.1005055Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_444, aten.view_copy.default 2025-06-06T00:21:29.1006668Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1181, aten._to_copy.default 2025-06-06T00:21:29.1008279Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_445, aten.view_copy.default 2025-06-06T00:21:29.1009982Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1182, aten._to_copy.default 2025-06-06T00:21:29.1011578Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_446, aten.view_copy.default 2025-06-06T00:21:29.1013171Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1183, aten._to_copy.default 2025-06-06T00:21:29.1014754Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_480, aten.slice_copy.Tensor 2025-06-06T00:21:29.1016461Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_481, aten.slice_copy.Tensor 2025-06-06T00:21:29.4609812Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_482, aten.slice_copy.Tensor 2025-06-06T00:21:29.4611468Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_483, aten.slice_copy.Tensor 2025-06-06T00:21:29.4613082Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_484, aten.slice_copy.Tensor 2025-06-06T00:21:29.4614727Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_485, aten.slice_copy.Tensor 2025-06-06T00:21:29.4616335Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_486, aten.slice_copy.Tensor 2025-06-06T00:21:29.4618011Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_487, aten.slice_copy.Tensor 2025-06-06T00:21:29.4619616Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_488, aten.slice_copy.Tensor 2025-06-06T00:21:29.4621257Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_489, aten.slice_copy.Tensor 2025-06-06T00:21:29.4622852Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_490, aten.slice_copy.Tensor 2025-06-06T00:21:29.4624485Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_491, aten.slice_copy.Tensor 2025-06-06T00:21:29.4626117Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_492, aten.slice_copy.Tensor 2025-06-06T00:21:29.4627686Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_493, aten.slice_copy.Tensor 2025-06-06T00:21:29.4629321Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_494, aten.slice_copy.Tensor 2025-06-06T00:21:29.4630962Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_495, aten.slice_copy.Tensor 2025-06-06T00:21:29.4632623Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_496, aten.slice_copy.Tensor 2025-06-06T00:21:29.4634219Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_497, aten.slice_copy.Tensor 2025-06-06T00:21:29.4635827Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_498, aten.slice_copy.Tensor 2025-06-06T00:21:29.4637436Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_499, aten.slice_copy.Tensor 2025-06-06T00:21:29.4639359Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_500, aten.slice_copy.Tensor 2025-06-06T00:21:29.4640975Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_501, aten.slice_copy.Tensor 2025-06-06T00:21:29.4642715Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_502, aten.slice_copy.Tensor 2025-06-06T00:21:29.4644318Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_503, aten.slice_copy.Tensor 2025-06-06T00:21:29.4645964Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_504, aten.slice_copy.Tensor 2025-06-06T00:21:29.4647589Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_505, aten.slice_copy.Tensor 2025-06-06T00:21:29.4649236Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_506, aten.slice_copy.Tensor 2025-06-06T00:21:29.4650830Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_507, aten.slice_copy.Tensor 2025-06-06T00:21:29.4652478Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_508, aten.slice_copy.Tensor 2025-06-06T00:21:29.4654139Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_509, aten.slice_copy.Tensor 2025-06-06T00:21:29.4655726Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_510, aten.slice_copy.Tensor 2025-06-06T00:21:29.4657522Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_511, aten.slice_copy.Tensor 2025-06-06T00:21:29.4659426Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_512, aten.slice_copy.Tensor 2025-06-06T00:21:29.4661032Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_513, aten.slice_copy.Tensor 2025-06-06T00:21:29.4662648Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_514, aten.slice_copy.Tensor 2025-06-06T00:21:29.4664262Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_515, aten.slice_copy.Tensor 2025-06-06T00:21:29.4665904Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_516, aten.slice_copy.Tensor 2025-06-06T00:21:29.4667507Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_517, aten.slice_copy.Tensor 2025-06-06T00:21:29.4669145Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_518, aten.slice_copy.Tensor 2025-06-06T00:21:29.4670783Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_519, aten.slice_copy.Tensor 2025-06-06T00:21:29.4672353Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_520, aten.slice_copy.Tensor 2025-06-06T00:21:29.4673998Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_521, aten.slice_copy.Tensor 2025-06-06T00:21:29.4675648Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_522, aten.slice_copy.Tensor 2025-06-06T00:21:29.4677275Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_523, aten.slice_copy.Tensor 2025-06-06T00:21:29.4678885Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_524, aten.slice_copy.Tensor 2025-06-06T00:21:29.4680493Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_525, aten.slice_copy.Tensor 2025-06-06T00:21:29.4682108Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_526, aten.slice_copy.Tensor 2025-06-06T00:21:29.4683732Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_527, aten.slice_copy.Tensor 2025-06-06T00:21:29.4685250Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_515, aten.cat.default 2025-06-06T00:21:29.4686690Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_517, aten.cat.default 2025-06-06T00:21:29.4688303Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_519, aten.cat.default 2025-06-06T00:21:29.4689783Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_521, aten.cat.default 2025-06-06T00:21:29.4691378Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_523, aten.cat.default 2025-06-06T00:21:29.4692833Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_525, aten.cat.default 2025-06-06T00:21:29.4694209Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_527, aten.cat.default 2025-06-06T00:21:29.4695539Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_529, aten.cat.default 2025-06-06T00:21:29.4696997Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_531, aten.cat.default 2025-06-06T00:21:29.4698456Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_533, aten.cat.default 2025-06-06T00:21:29.4699911Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_535, aten.cat.default 2025-06-06T00:21:29.4701318Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_537, aten.cat.default 2025-06-06T00:21:29.4702736Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_980, aten.mul.Tensor 2025-06-06T00:21:29.4704149Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_982, aten.mul.Tensor 2025-06-06T00:21:29.4705683Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_981, aten.mul.Tensor 2025-06-06T00:21:29.4707150Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_983, aten.mul.Tensor 2025-06-06T00:21:29.4708565Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_984, aten.mul.Tensor 2025-06-06T00:21:29.4709954Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_986, aten.mul.Tensor 2025-06-06T00:21:29.4711385Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_985, aten.mul.Tensor 2025-06-06T00:21:29.4712744Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_987, aten.mul.Tensor 2025-06-06T00:21:29.4714173Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_988, aten.mul.Tensor 2025-06-06T00:21:29.4715597Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_990, aten.mul.Tensor 2025-06-06T00:21:29.4716939Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_989, aten.mul.Tensor 2025-06-06T00:21:29.4718363Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_991, aten.mul.Tensor 2025-06-06T00:21:29.4719773Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_992, aten.mul.Tensor 2025-06-06T00:21:29.4721216Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_994, aten.mul.Tensor 2025-06-06T00:21:29.4722624Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_993, aten.mul.Tensor 2025-06-06T00:21:29.4724012Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_995, aten.mul.Tensor 2025-06-06T00:21:29.4725436Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_996, aten.mul.Tensor 2025-06-06T00:21:29.4726822Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_998, aten.mul.Tensor 2025-06-06T00:21:29.4728238Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_997, aten.mul.Tensor 2025-06-06T00:21:29.4729739Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_999, aten.mul.Tensor 2025-06-06T00:21:29.8889820Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1000, aten.mul.Tensor 2025-06-06T00:21:29.8891283Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1002, aten.mul.Tensor 2025-06-06T00:21:29.8893011Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1001, aten.mul.Tensor 2025-06-06T00:21:29.8894438Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1003, aten.mul.Tensor 2025-06-06T00:21:29.8896030Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1004, aten.mul.Tensor 2025-06-06T00:21:29.8897462Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1006, aten.mul.Tensor 2025-06-06T00:21:29.8898879Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1005, aten.mul.Tensor 2025-06-06T00:21:29.8900310Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1007, aten.mul.Tensor 2025-06-06T00:21:29.8901735Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1008, aten.mul.Tensor 2025-06-06T00:21:29.8903139Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1010, aten.mul.Tensor 2025-06-06T00:21:29.8904572Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1009, aten.mul.Tensor 2025-06-06T00:21:29.8906008Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1011, aten.mul.Tensor 2025-06-06T00:21:29.8907424Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1012, aten.mul.Tensor 2025-06-06T00:21:29.8908809Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1014, aten.mul.Tensor 2025-06-06T00:21:29.8910388Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1013, aten.mul.Tensor 2025-06-06T00:21:29.8911894Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1015, aten.mul.Tensor 2025-06-06T00:21:29.8913301Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1016, aten.mul.Tensor 2025-06-06T00:21:29.8914712Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1018, aten.mul.Tensor 2025-06-06T00:21:29.8916110Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1017, aten.mul.Tensor 2025-06-06T00:21:29.8917530Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1019, aten.mul.Tensor 2025-06-06T00:21:29.8918930Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1020, aten.mul.Tensor 2025-06-06T00:21:29.8920354Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1022, aten.mul.Tensor 2025-06-06T00:21:29.8921786Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1021, aten.mul.Tensor 2025-06-06T00:21:29.8923217Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1023, aten.mul.Tensor 2025-06-06T00:21:29.8924608Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1024, aten.mul.Tensor 2025-06-06T00:21:29.8926036Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1026, aten.mul.Tensor 2025-06-06T00:21:29.8927471Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1025, aten.mul.Tensor 2025-06-06T00:21:29.8928919Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1027, aten.mul.Tensor 2025-06-06T00:21:29.8930287Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1028, aten.mul.Tensor 2025-06-06T00:21:29.8931742Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1030, aten.mul.Tensor 2025-06-06T00:21:29.8933174Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1029, aten.mul.Tensor 2025-06-06T00:21:29.8934621Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1031, aten.mul.Tensor 2025-06-06T00:21:29.8936024Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1032, aten.mul.Tensor 2025-06-06T00:21:29.8937414Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1034, aten.mul.Tensor 2025-06-06T00:21:29.8938825Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1033, aten.mul.Tensor 2025-06-06T00:21:29.8940328Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1035, aten.mul.Tensor 2025-06-06T00:21:29.8941737Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1036, aten.mul.Tensor 2025-06-06T00:21:29.8943205Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1038, aten.mul.Tensor 2025-06-06T00:21:29.8944613Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1037, aten.mul.Tensor 2025-06-06T00:21:29.8946063Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1039, aten.mul.Tensor 2025-06-06T00:21:29.8947423Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1040, aten.mul.Tensor 2025-06-06T00:21:29.8948858Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1042, aten.mul.Tensor 2025-06-06T00:21:29.8950277Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1041, aten.mul.Tensor 2025-06-06T00:21:29.8951727Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1043, aten.mul.Tensor 2025-06-06T00:21:29.8953101Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1044, aten.mul.Tensor 2025-06-06T00:21:29.8954533Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1046, aten.mul.Tensor 2025-06-06T00:21:29.8955986Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1045, aten.mul.Tensor 2025-06-06T00:21:29.8957496Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1047, aten.mul.Tensor 2025-06-06T00:21:29.8958957Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1048, aten.mul.Tensor 2025-06-06T00:21:29.8960567Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1050, aten.mul.Tensor 2025-06-06T00:21:29.8961967Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1049, aten.mul.Tensor 2025-06-06T00:21:29.8963389Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1051, aten.mul.Tensor 2025-06-06T00:21:29.8964803Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1052, aten.mul.Tensor 2025-06-06T00:21:29.8966240Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1054, aten.mul.Tensor 2025-06-06T00:21:29.8967688Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1053, aten.mul.Tensor 2025-06-06T00:21:29.8969053Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1055, aten.mul.Tensor 2025-06-06T00:21:29.8970569Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1056, aten.mul.Tensor 2025-06-06T00:21:29.8971982Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1058, aten.mul.Tensor 2025-06-06T00:21:29.8973422Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1057, aten.mul.Tensor 2025-06-06T00:21:29.8974720Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1059, aten.mul.Tensor 2025-06-06T00:21:29.8976117Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1060, aten.mul.Tensor 2025-06-06T00:21:29.8977555Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1062, aten.mul.Tensor 2025-06-06T00:21:29.8978981Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1061, aten.mul.Tensor 2025-06-06T00:21:29.8980391Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1063, aten.mul.Tensor 2025-06-06T00:21:29.8981787Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1064, aten.mul.Tensor 2025-06-06T00:21:29.8983207Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1066, aten.mul.Tensor 2025-06-06T00:21:29.8984624Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1065, aten.mul.Tensor 2025-06-06T00:21:29.8986157Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1067, aten.mul.Tensor 2025-06-06T00:21:29.8987581Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1068, aten.mul.Tensor 2025-06-06T00:21:29.8989083Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1070, aten.mul.Tensor 2025-06-06T00:21:29.8990527Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1069, aten.mul.Tensor 2025-06-06T00:21:29.8991902Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1071, aten.mul.Tensor 2025-06-06T00:21:29.8993326Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1072, aten.mul.Tensor 2025-06-06T00:21:29.8994752Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1074, aten.mul.Tensor 2025-06-06T00:21:29.8996178Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1073, aten.mul.Tensor 2025-06-06T00:21:29.8997543Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1075, aten.mul.Tensor 2025-06-06T00:21:29.8999035Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_240, aten.sub.Tensor 2025-06-06T00:21:29.9000460Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_380, aten.add.Tensor 2025-06-06T00:21:29.9001900Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_241, aten.sub.Tensor 2025-06-06T00:21:29.9003373Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_381, aten.add.Tensor 2025-06-06T00:21:29.9004844Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_242, aten.sub.Tensor 2025-06-06T00:21:29.9006253Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_382, aten.add.Tensor 2025-06-06T00:21:29.9007629Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_243, aten.sub.Tensor 2025-06-06T00:21:29.9009036Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_383, aten.add.Tensor 2025-06-06T00:21:30.3355772Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_244, aten.sub.Tensor 2025-06-06T00:21:30.3357227Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_384, aten.add.Tensor 2025-06-06T00:21:30.3358638Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_245, aten.sub.Tensor 2025-06-06T00:21:30.3360233Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_385, aten.add.Tensor 2025-06-06T00:21:30.3361628Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_246, aten.sub.Tensor 2025-06-06T00:21:30.3363059Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_386, aten.add.Tensor 2025-06-06T00:21:30.3364464Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_247, aten.sub.Tensor 2025-06-06T00:21:30.3365857Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_387, aten.add.Tensor 2025-06-06T00:21:30.3367269Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_248, aten.sub.Tensor 2025-06-06T00:21:30.3368678Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_388, aten.add.Tensor 2025-06-06T00:21:30.3370170Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_249, aten.sub.Tensor 2025-06-06T00:21:30.3371589Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_389, aten.add.Tensor 2025-06-06T00:21:30.3373017Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_250, aten.sub.Tensor 2025-06-06T00:21:30.3374378Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_390, aten.add.Tensor 2025-06-06T00:21:30.3375811Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_251, aten.sub.Tensor 2025-06-06T00:21:30.3377227Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_391, aten.add.Tensor 2025-06-06T00:21:30.3378949Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_252, aten.sub.Tensor 2025-06-06T00:21:30.3380413Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1184, aten._to_copy.default 2025-06-06T00:21:30.3382040Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_392, aten.add.Tensor 2025-06-06T00:21:30.3383553Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1185, aten._to_copy.default 2025-06-06T00:21:30.3385047Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_253, aten.sub.Tensor 2025-06-06T00:21:30.3386554Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1186, aten._to_copy.default 2025-06-06T00:21:30.3388057Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_393, aten.add.Tensor 2025-06-06T00:21:30.3389582Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1187, aten._to_copy.default 2025-06-06T00:21:30.3391064Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_254, aten.sub.Tensor 2025-06-06T00:21:30.3392575Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1188, aten._to_copy.default 2025-06-06T00:21:30.3394157Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_394, aten.add.Tensor 2025-06-06T00:21:30.3395825Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1189, aten._to_copy.default 2025-06-06T00:21:30.3397413Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_255, aten.sub.Tensor 2025-06-06T00:21:30.3398946Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1190, aten._to_copy.default 2025-06-06T00:21:30.3400454Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_395, aten.add.Tensor 2025-06-06T00:21:30.3401945Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1191, aten._to_copy.default 2025-06-06T00:21:30.3403435Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_256, aten.sub.Tensor 2025-06-06T00:21:30.3405151Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1192, aten._to_copy.default 2025-06-06T00:21:30.3406661Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_396, aten.add.Tensor 2025-06-06T00:21:30.3408148Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1193, aten._to_copy.default 2025-06-06T00:21:30.3409719Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_257, aten.sub.Tensor 2025-06-06T00:21:30.3411208Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1194, aten._to_copy.default 2025-06-06T00:21:30.3412726Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_397, aten.add.Tensor 2025-06-06T00:21:30.3414230Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1195, aten._to_copy.default 2025-06-06T00:21:30.3415732Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_258, aten.sub.Tensor 2025-06-06T00:21:30.3417278Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1196, aten._to_copy.default 2025-06-06T00:21:30.3418658Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_398, aten.add.Tensor 2025-06-06T00:21:30.3420179Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1197, aten._to_copy.default 2025-06-06T00:21:30.3421690Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_259, aten.sub.Tensor 2025-06-06T00:21:30.3423214Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1198, aten._to_copy.default 2025-06-06T00:21:30.3424694Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_399, aten.add.Tensor 2025-06-06T00:21:30.3426311Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1199, aten._to_copy.default 2025-06-06T00:21:30.3427814Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_260, aten.sub.Tensor 2025-06-06T00:21:30.3429374Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1200, aten._to_copy.default 2025-06-06T00:21:30.3430878Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_400, aten.add.Tensor 2025-06-06T00:21:30.3432384Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1201, aten._to_copy.default 2025-06-06T00:21:30.3433875Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_261, aten.sub.Tensor 2025-06-06T00:21:30.3435360Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1202, aten._to_copy.default 2025-06-06T00:21:30.3436856Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_401, aten.add.Tensor 2025-06-06T00:21:30.3438371Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1203, aten._to_copy.default 2025-06-06T00:21:30.3439974Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_262, aten.sub.Tensor 2025-06-06T00:21:30.3441386Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1204, aten._to_copy.default 2025-06-06T00:21:30.3442911Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_402, aten.add.Tensor 2025-06-06T00:21:30.3444516Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1205, aten._to_copy.default 2025-06-06T00:21:30.3446086Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_263, aten.sub.Tensor 2025-06-06T00:21:30.3447554Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1206, aten._to_copy.default 2025-06-06T00:21:30.3449029Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_403, aten.add.Tensor 2025-06-06T00:21:30.3450612Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1207, aten._to_copy.default 2025-06-06T00:21:30.3452099Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_490, aten.cat.default 2025-06-06T00:21:30.3453551Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_491, aten.cat.default 2025-06-06T00:21:30.3455005Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_492, aten.cat.default 2025-06-06T00:21:30.3456442Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_493, aten.cat.default 2025-06-06T00:21:30.3457872Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_494, aten.cat.default 2025-06-06T00:21:30.3459489Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_495, aten.cat.default 2025-06-06T00:21:30.3460946Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_496, aten.cat.default 2025-06-06T00:21:30.3462413Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_497, aten.cat.default 2025-06-06T00:21:30.3463755Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_498, aten.cat.default 2025-06-06T00:21:30.3464939Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_499, aten.cat.default 2025-06-06T00:21:30.3466388Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_500, aten.cat.default 2025-06-06T00:21:30.3467850Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_501, aten.cat.default 2025-06-06T00:21:30.3469310Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_502, aten.cat.default 2025-06-06T00:21:30.3470805Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1208, aten._to_copy.default 2025-06-06T00:21:30.3472322Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_503, aten.cat.default 2025-06-06T00:21:30.3473990Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1209, aten._to_copy.default 2025-06-06T00:21:30.3475495Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_504, aten.cat.default 2025-06-06T00:21:30.8150848Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1210, aten._to_copy.default 2025-06-06T00:21:30.8152428Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_505, aten.cat.default 2025-06-06T00:21:30.8153939Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1211, aten._to_copy.default 2025-06-06T00:21:30.8155461Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_506, aten.cat.default 2025-06-06T00:21:30.8156964Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1212, aten._to_copy.default 2025-06-06T00:21:30.8158539Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_507, aten.cat.default 2025-06-06T00:21:30.8160269Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1213, aten._to_copy.default 2025-06-06T00:21:30.8161787Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_508, aten.cat.default 2025-06-06T00:21:30.8163253Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1214, aten._to_copy.default 2025-06-06T00:21:30.8164959Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_509, aten.cat.default 2025-06-06T00:21:30.8166556Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1215, aten._to_copy.default 2025-06-06T00:21:30.8168090Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_510, aten.cat.default 2025-06-06T00:21:30.8169594Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1216, aten._to_copy.default 2025-06-06T00:21:30.8171149Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_511, aten.cat.default 2025-06-06T00:21:30.8172701Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1217, aten._to_copy.default 2025-06-06T00:21:30.8174203Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_512, aten.cat.default 2025-06-06T00:21:30.8175646Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_513, aten.cat.default 2025-06-06T00:21:30.8177161Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1218, aten._to_copy.default 2025-06-06T00:21:30.8178818Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_567, aten.permute_copy.default 2025-06-06T00:21:30.8180478Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1219, aten._to_copy.default 2025-06-06T00:21:30.8182116Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_568, aten.permute_copy.default 2025-06-06T00:21:30.8183779Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1220, aten._to_copy.default 2025-06-06T00:21:30.8185407Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_569, aten.permute_copy.default 2025-06-06T00:21:30.8187078Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1221, aten._to_copy.default 2025-06-06T00:21:30.8188751Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_570, aten.permute_copy.default 2025-06-06T00:21:30.8190399Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1222, aten._to_copy.default 2025-06-06T00:21:30.8191977Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_571, aten.permute_copy.default 2025-06-06T00:21:30.8193645Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1223, aten._to_copy.default 2025-06-06T00:21:30.8195469Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_572, aten.permute_copy.default 2025-06-06T00:21:30.8197094Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1224, aten._to_copy.default 2025-06-06T00:21:30.8198841Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_573, aten.permute_copy.default 2025-06-06T00:21:30.8200509Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1225, aten._to_copy.default 2025-06-06T00:21:30.8202156Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_574, aten.permute_copy.default 2025-06-06T00:21:30.8203793Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1226, aten._to_copy.default 2025-06-06T00:21:30.8205439Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_575, aten.permute_copy.default 2025-06-06T00:21:30.8207117Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1227, aten._to_copy.default 2025-06-06T00:21:30.8208746Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_576, aten.permute_copy.default 2025-06-06T00:21:30.8210499Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1228, aten._to_copy.default 2025-06-06T00:21:30.8212257Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_577, aten.permute_copy.default 2025-06-06T00:21:30.8213989Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_578, aten.permute_copy.default 2025-06-06T00:21:30.8215654Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1229, aten._to_copy.default 2025-06-06T00:21:30.8217198Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_514, aten.cat.default 2025-06-06T00:21:30.8218626Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_516, aten.cat.default 2025-06-06T00:21:30.8220049Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_518, aten.cat.default 2025-06-06T00:21:30.8221491Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_520, aten.cat.default 2025-06-06T00:21:30.8222921Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_522, aten.cat.default 2025-06-06T00:21:30.8224366Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_524, aten.cat.default 2025-06-06T00:21:30.8225810Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_526, aten.cat.default 2025-06-06T00:21:30.8227246Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_528, aten.cat.default 2025-06-06T00:21:30.8228720Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_530, aten.cat.default 2025-06-06T00:21:30.8230127Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_532, aten.cat.default 2025-06-06T00:21:30.8231585Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_534, aten.cat.default 2025-06-06T00:21:30.8233036Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_536, aten.cat.default 2025-06-06T00:21:30.8234535Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_240, aten.matmul.default 2025-06-06T00:21:30.8235868Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_242, aten.matmul.default 2025-06-06T00:21:30.8237419Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_244, aten.matmul.default 2025-06-06T00:21:30.8238963Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_246, aten.matmul.default 2025-06-06T00:21:30.8240492Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_248, aten.matmul.default 2025-06-06T00:21:30.8242093Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_250, aten.matmul.default 2025-06-06T00:21:30.8243608Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_252, aten.matmul.default 2025-06-06T00:21:30.8245201Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_254, aten.matmul.default 2025-06-06T00:21:30.8246723Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_256, aten.matmul.default 2025-06-06T00:21:30.8248237Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_258, aten.matmul.default 2025-06-06T00:21:30.8249835Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_260, aten.matmul.default 2025-06-06T00:21:30.8251394Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_262, aten.matmul.default 2025-06-06T00:21:30.8252828Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_120, aten.div.Tensor 2025-06-06T00:21:30.8254275Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_121, aten.div.Tensor 2025-06-06T00:21:30.8255679Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_122, aten.div.Tensor 2025-06-06T00:21:30.8257115Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_123, aten.div.Tensor 2025-06-06T00:21:30.8258459Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_124, aten.div.Tensor 2025-06-06T00:21:30.8260201Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_125, aten.div.Tensor 2025-06-06T00:21:30.8261690Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_126, aten.div.Tensor 2025-06-06T00:21:30.8263078Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_127, aten.div.Tensor 2025-06-06T00:21:30.8264466Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_128, aten.div.Tensor 2025-06-06T00:21:30.8265871Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_129, aten.div.Tensor 2025-06-06T00:21:30.8267258Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_130, aten.div.Tensor 2025-06-06T00:21:30.8268655Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_131, aten.div.Tensor 2025-06-06T00:21:30.8270048Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_404, aten.add.Tensor 2025-06-06T00:21:31.3167341Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_405, aten.add.Tensor 2025-06-06T00:21:31.3168811Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_406, aten.add.Tensor 2025-06-06T00:21:31.3170267Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_407, aten.add.Tensor 2025-06-06T00:21:31.3171677Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_408, aten.add.Tensor 2025-06-06T00:21:31.3173084Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_409, aten.add.Tensor 2025-06-06T00:21:31.3174521Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_410, aten.add.Tensor 2025-06-06T00:21:31.3175934Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_411, aten.add.Tensor 2025-06-06T00:21:31.3177346Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_412, aten.add.Tensor 2025-06-06T00:21:31.3178769Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_413, aten.add.Tensor 2025-06-06T00:21:31.3180154Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_414, aten.add.Tensor 2025-06-06T00:21:31.3181558Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_415, aten.add.Tensor 2025-06-06T00:21:31.3183077Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_120, aten._softmax.default 2025-06-06T00:21:31.3184685Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_121, aten._softmax.default 2025-06-06T00:21:31.3186429Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_122, aten._softmax.default 2025-06-06T00:21:31.3187961Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_123, aten._softmax.default 2025-06-06T00:21:31.3189572Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_124, aten._softmax.default 2025-06-06T00:21:31.3191161Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_125, aten._softmax.default 2025-06-06T00:21:31.3192726Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_126, aten._softmax.default 2025-06-06T00:21:31.3194349Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_127, aten._softmax.default 2025-06-06T00:21:31.3195960Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_128, aten._softmax.default 2025-06-06T00:21:31.3197542Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_129, aten._softmax.default 2025-06-06T00:21:31.3199120Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_130, aten._softmax.default 2025-06-06T00:21:31.3200715Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_131, aten._softmax.default 2025-06-06T00:21:31.3202281Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_241, aten.matmul.default 2025-06-06T00:21:31.3203956Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_243, aten.matmul.default 2025-06-06T00:21:31.3205618Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_245, aten.matmul.default 2025-06-06T00:21:31.3207148Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_247, aten.matmul.default 2025-06-06T00:21:31.3208649Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_249, aten.matmul.default 2025-06-06T00:21:31.3210350Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_251, aten.matmul.default 2025-06-06T00:21:31.3211881Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_253, aten.matmul.default 2025-06-06T00:21:31.3213423Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_255, aten.matmul.default 2025-06-06T00:21:31.3214956Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_257, aten.matmul.default 2025-06-06T00:21:31.3216497Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_259, aten.matmul.default 2025-06-06T00:21:31.3218043Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_261, aten.matmul.default 2025-06-06T00:21:31.3219595Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_263, aten.matmul.default 2025-06-06T00:21:31.3221080Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_538, aten.cat.default 2025-06-06T00:21:31.3222639Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_447, aten.view_copy.default 2025-06-06T00:21:31.3224360Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1579, aten.permute_copy.default 2025-06-06T00:21:31.3226102Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_436, aten.convolution.default 2025-06-06T00:21:31.3227813Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1580, aten.permute_copy.default 2025-06-06T00:21:31.3229504Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_448, aten.view_copy.default 2025-06-06T00:21:31.3231039Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_416, aten.add.Tensor 2025-06-06T00:21:31.3232562Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_rms_norm_default_21, aten.rms_norm.default 2025-06-06T00:21:31.3234324Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_449, aten.view_copy.default 2025-06-06T00:21:31.3236055Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1581, aten.permute_copy.default 2025-06-06T00:21:31.3237836Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_437, aten.convolution.default 2025-06-06T00:21:31.3239584Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_438, aten.convolution.default 2025-06-06T00:21:31.3241243Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sigmoid_default_10, aten.sigmoid.default 2025-06-06T00:21:31.3242635Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1076, aten.mul.Tensor 2025-06-06T00:21:31.3243904Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1077, aten.mul.Tensor 2025-06-06T00:21:31.3245507Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_439, aten.convolution.default 2025-06-06T00:21:31.3247239Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1582, aten.permute_copy.default 2025-06-06T00:21:31.3248919Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_450, aten.view_copy.default 2025-06-06T00:21:31.3250513Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_417, aten.add.Tensor 2025-06-06T00:21:31.3252092Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_rms_norm_default_22, aten.rms_norm.default 2025-06-06T00:21:31.3253753Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_451, aten.view_copy.default 2025-06-06T00:21:31.3255434Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1583, aten.permute_copy.default 2025-06-06T00:21:31.3257086Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1230, aten._to_copy.default 2025-06-06T00:21:31.3258742Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_440, aten.convolution.default 2025-06-06T00:21:31.3260559Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1584, aten.permute_copy.default 2025-06-06T00:21:31.3262317Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_441, aten.convolution.default 2025-06-06T00:21:31.3264057Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1585, aten.permute_copy.default 2025-06-06T00:21:31.3265759Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_442, aten.convolution.default 2025-06-06T00:21:31.3267469Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1586, aten.permute_copy.default 2025-06-06T00:21:31.3269178Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_443, aten.convolution.default 2025-06-06T00:21:31.3270894Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1587, aten.permute_copy.default 2025-06-06T00:21:31.3272612Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_444, aten.convolution.default 2025-06-06T00:21:31.3274325Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1588, aten.permute_copy.default 2025-06-06T00:21:31.3276052Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_445, aten.convolution.default 2025-06-06T00:21:31.3277734Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1589, aten.permute_copy.default 2025-06-06T00:21:31.3279477Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_446, aten.convolution.default 2025-06-06T00:21:31.3281220Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1590, aten.permute_copy.default 2025-06-06T00:21:31.3283044Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_447, aten.convolution.default 2025-06-06T00:21:31.3284753Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1591, aten.permute_copy.default 2025-06-06T00:21:31.3286544Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_448, aten.convolution.default 2025-06-06T00:21:31.3288268Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1592, aten.permute_copy.default 2025-06-06T00:21:31.7710281Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_449, aten.convolution.default 2025-06-06T00:21:31.7712032Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1593, aten.permute_copy.default 2025-06-06T00:21:31.7713727Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_450, aten.convolution.default 2025-06-06T00:21:31.7715454Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1594, aten.permute_copy.default 2025-06-06T00:21:31.7717160Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_451, aten.convolution.default 2025-06-06T00:21:31.7718942Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1595, aten.permute_copy.default 2025-06-06T00:21:31.7720942Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_452, aten.convolution.default 2025-06-06T00:21:31.7722784Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1596, aten.permute_copy.default 2025-06-06T00:21:31.7724458Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_453, aten.convolution.default 2025-06-06T00:21:31.7726184Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1597, aten.permute_copy.default 2025-06-06T00:21:31.7727938Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_454, aten.convolution.default 2025-06-06T00:21:31.7729659Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1598, aten.permute_copy.default 2025-06-06T00:21:31.7731415Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_455, aten.convolution.default 2025-06-06T00:21:31.7733154Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1599, aten.permute_copy.default 2025-06-06T00:21:31.7734840Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_456, aten.convolution.default 2025-06-06T00:21:31.7736553Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1600, aten.permute_copy.default 2025-06-06T00:21:31.7738394Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_457, aten.convolution.default 2025-06-06T00:21:31.7740123Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1601, aten.permute_copy.default 2025-06-06T00:21:31.7741822Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_458, aten.convolution.default 2025-06-06T00:21:31.7743551Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1602, aten.permute_copy.default 2025-06-06T00:21:31.7745258Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_459, aten.convolution.default 2025-06-06T00:21:31.7746987Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1603, aten.permute_copy.default 2025-06-06T00:21:31.7748714Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_460, aten.convolution.default 2025-06-06T00:21:31.7750407Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1604, aten.permute_copy.default 2025-06-06T00:21:31.7752174Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_461, aten.convolution.default 2025-06-06T00:21:31.7753924Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1605, aten.permute_copy.default 2025-06-06T00:21:31.7755803Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_462, aten.convolution.default 2025-06-06T00:21:31.7757504Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1606, aten.permute_copy.default 2025-06-06T00:21:31.7770003Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_463, aten.convolution.default 2025-06-06T00:21:31.7771781Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1607, aten.permute_copy.default 2025-06-06T00:21:31.7773422Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_464, aten.convolution.default 2025-06-06T00:21:31.7775176Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1608, aten.permute_copy.default 2025-06-06T00:21:31.7776923Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_465, aten.convolution.default 2025-06-06T00:21:31.7778645Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1609, aten.permute_copy.default 2025-06-06T00:21:31.7780356Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_466, aten.convolution.default 2025-06-06T00:21:31.7782205Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1610, aten.permute_copy.default 2025-06-06T00:21:31.7784007Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_467, aten.convolution.default 2025-06-06T00:21:31.7785724Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1611, aten.permute_copy.default 2025-06-06T00:21:31.7787424Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_468, aten.convolution.default 2025-06-06T00:21:31.7789163Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1612, aten.permute_copy.default 2025-06-06T00:21:31.7790831Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_469, aten.convolution.default 2025-06-06T00:21:31.7792564Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1613, aten.permute_copy.default 2025-06-06T00:21:31.7794306Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_470, aten.convolution.default 2025-06-06T00:21:31.7795910Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1614, aten.permute_copy.default 2025-06-06T00:21:31.7797548Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_471, aten.convolution.default 2025-06-06T00:21:31.7799278Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1615, aten.permute_copy.default 2025-06-06T00:21:31.7801011Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_472, aten.convolution.default 2025-06-06T00:21:31.7802710Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1616, aten.permute_copy.default 2025-06-06T00:21:31.7804432Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_473, aten.convolution.default 2025-06-06T00:21:31.7806138Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1617, aten.permute_copy.default 2025-06-06T00:21:31.7807842Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_474, aten.convolution.default 2025-06-06T00:21:31.7809615Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1618, aten.permute_copy.default 2025-06-06T00:21:31.7811322Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_475, aten.convolution.default 2025-06-06T00:21:31.7813192Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1619, aten.permute_copy.default 2025-06-06T00:21:31.7814949Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_452, aten.view_copy.default 2025-06-06T00:21:31.7816591Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_453, aten.view_copy.default 2025-06-06T00:21:31.7818215Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_454, aten.view_copy.default 2025-06-06T00:21:31.7819766Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_455, aten.view_copy.default 2025-06-06T00:21:31.7821410Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_456, aten.view_copy.default 2025-06-06T00:21:31.7823041Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_457, aten.view_copy.default 2025-06-06T00:21:31.7824654Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_458, aten.view_copy.default 2025-06-06T00:21:31.7826247Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_459, aten.view_copy.default 2025-06-06T00:21:31.7827877Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_460, aten.view_copy.default 2025-06-06T00:21:31.7829576Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_461, aten.view_copy.default 2025-06-06T00:21:31.7831216Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_462, aten.view_copy.default 2025-06-06T00:21:31.7832840Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_463, aten.view_copy.default 2025-06-06T00:21:31.7834468Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_464, aten.view_copy.default 2025-06-06T00:21:31.7836065Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_465, aten.view_copy.default 2025-06-06T00:21:31.7837692Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_466, aten.view_copy.default 2025-06-06T00:21:31.7839331Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_467, aten.view_copy.default 2025-06-06T00:21:31.7840888Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_468, aten.view_copy.default 2025-06-06T00:21:32.0545486Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_469, aten.view_copy.default 2025-06-06T00:21:32.0547145Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_470, aten.view_copy.default 2025-06-06T00:21:32.0548766Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_471, aten.view_copy.default 2025-06-06T00:21:32.0550368Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_472, aten.view_copy.default 2025-06-06T00:21:32.0551981Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_473, aten.view_copy.default 2025-06-06T00:21:32.0553589Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_474, aten.view_copy.default 2025-06-06T00:21:32.0555213Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_475, aten.view_copy.default 2025-06-06T00:21:32.0556844Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_476, aten.view_copy.default 2025-06-06T00:21:32.0558432Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1243, aten._to_copy.default 2025-06-06T00:21:32.0560252Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_477, aten.view_copy.default 2025-06-06T00:21:32.0561853Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1244, aten._to_copy.default 2025-06-06T00:21:32.0563693Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_478, aten.view_copy.default 2025-06-06T00:21:32.0565316Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1245, aten._to_copy.default 2025-06-06T00:21:32.0567045Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_479, aten.view_copy.default 2025-06-06T00:21:32.0568655Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1246, aten._to_copy.default 2025-06-06T00:21:32.0570424Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_480, aten.view_copy.default 2025-06-06T00:21:32.0572026Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1247, aten._to_copy.default 2025-06-06T00:21:32.0573608Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_481, aten.view_copy.default 2025-06-06T00:21:32.0575203Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1248, aten._to_copy.default 2025-06-06T00:21:32.0576809Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_482, aten.view_copy.default 2025-06-06T00:21:32.0578427Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1249, aten._to_copy.default 2025-06-06T00:21:32.0580020Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_483, aten.view_copy.default 2025-06-06T00:21:32.0581774Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1250, aten._to_copy.default 2025-06-06T00:21:32.0583494Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_484, aten.view_copy.default 2025-06-06T00:21:32.0585104Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1251, aten._to_copy.default 2025-06-06T00:21:32.0586682Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_485, aten.view_copy.default 2025-06-06T00:21:32.0588319Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1252, aten._to_copy.default 2025-06-06T00:21:32.0589952Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_486, aten.view_copy.default 2025-06-06T00:21:32.0591523Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1253, aten._to_copy.default 2025-06-06T00:21:32.0593128Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_487, aten.view_copy.default 2025-06-06T00:21:32.0594735Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1254, aten._to_copy.default 2025-06-06T00:21:32.0596323Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_528, aten.slice_copy.Tensor 2025-06-06T00:21:32.0597945Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_529, aten.slice_copy.Tensor 2025-06-06T00:21:32.0599559Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_530, aten.slice_copy.Tensor 2025-06-06T00:21:32.0601200Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_531, aten.slice_copy.Tensor 2025-06-06T00:21:32.0602793Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_532, aten.slice_copy.Tensor 2025-06-06T00:21:32.0604427Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_533, aten.slice_copy.Tensor 2025-06-06T00:21:32.0606072Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_534, aten.slice_copy.Tensor 2025-06-06T00:21:32.0607597Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_535, aten.slice_copy.Tensor 2025-06-06T00:21:32.0609099Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_536, aten.slice_copy.Tensor 2025-06-06T00:21:32.0610803Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_537, aten.slice_copy.Tensor 2025-06-06T00:21:32.0612529Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_538, aten.slice_copy.Tensor 2025-06-06T00:21:32.0614200Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_539, aten.slice_copy.Tensor 2025-06-06T00:21:32.0615796Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_540, aten.slice_copy.Tensor 2025-06-06T00:21:32.0617424Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_541, aten.slice_copy.Tensor 2025-06-06T00:21:32.0619032Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_542, aten.slice_copy.Tensor 2025-06-06T00:21:32.0620633Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_543, aten.slice_copy.Tensor 2025-06-06T00:21:32.0622255Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_544, aten.slice_copy.Tensor 2025-06-06T00:21:32.0623870Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_545, aten.slice_copy.Tensor 2025-06-06T00:21:32.0625477Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_546, aten.slice_copy.Tensor 2025-06-06T00:21:32.0627120Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_547, aten.slice_copy.Tensor 2025-06-06T00:21:32.0628816Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_548, aten.slice_copy.Tensor 2025-06-06T00:21:32.0630498Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_549, aten.slice_copy.Tensor 2025-06-06T00:21:32.0632083Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_550, aten.slice_copy.Tensor 2025-06-06T00:21:32.0633727Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_551, aten.slice_copy.Tensor 2025-06-06T00:21:32.0635381Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_552, aten.slice_copy.Tensor 2025-06-06T00:21:32.0636957Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_553, aten.slice_copy.Tensor 2025-06-06T00:21:32.0638584Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_554, aten.slice_copy.Tensor 2025-06-06T00:21:32.0640180Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_555, aten.slice_copy.Tensor 2025-06-06T00:21:32.0641796Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_556, aten.slice_copy.Tensor 2025-06-06T00:21:32.0643420Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_557, aten.slice_copy.Tensor 2025-06-06T00:21:32.0645025Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_558, aten.slice_copy.Tensor 2025-06-06T00:21:32.0646668Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_559, aten.slice_copy.Tensor 2025-06-06T00:21:32.0648245Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_560, aten.slice_copy.Tensor 2025-06-06T00:21:32.0650021Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_561, aten.slice_copy.Tensor 2025-06-06T00:21:32.0651668Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_562, aten.slice_copy.Tensor 2025-06-06T00:21:32.0653242Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_563, aten.slice_copy.Tensor 2025-06-06T00:21:32.0654885Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_564, aten.slice_copy.Tensor 2025-06-06T00:21:32.0656509Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_565, aten.slice_copy.Tensor 2025-06-06T00:21:32.0658138Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_566, aten.slice_copy.Tensor 2025-06-06T00:21:32.0660007Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_567, aten.slice_copy.Tensor 2025-06-06T00:21:32.0661612Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_568, aten.slice_copy.Tensor 2025-06-06T00:21:32.0663359Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_569, aten.slice_copy.Tensor 2025-06-06T00:21:32.0664964Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_570, aten.slice_copy.Tensor 2025-06-06T00:21:32.4988659Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_571, aten.slice_copy.Tensor 2025-06-06T00:21:32.4989594Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_572, aten.slice_copy.Tensor 2025-06-06T00:21:32.4990462Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_573, aten.slice_copy.Tensor 2025-06-06T00:21:32.4991393Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_574, aten.slice_copy.Tensor 2025-06-06T00:21:32.4992270Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_575, aten.slice_copy.Tensor 2025-06-06T00:21:32.4993097Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_564, aten.cat.default 2025-06-06T00:21:32.4993882Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_566, aten.cat.default 2025-06-06T00:21:32.4994904Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_568, aten.cat.default 2025-06-06T00:21:32.4995765Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_570, aten.cat.default 2025-06-06T00:21:32.4996540Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_572, aten.cat.default 2025-06-06T00:21:32.4997306Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_574, aten.cat.default 2025-06-06T00:21:32.4998089Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_576, aten.cat.default 2025-06-06T00:21:32.4998866Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_578, aten.cat.default 2025-06-06T00:21:32.4999632Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_580, aten.cat.default 2025-06-06T00:21:32.5000408Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_582, aten.cat.default 2025-06-06T00:21:32.5001176Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_584, aten.cat.default 2025-06-06T00:21:32.5001958Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_586, aten.cat.default 2025-06-06T00:21:32.5002731Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1078, aten.mul.Tensor 2025-06-06T00:21:32.5003492Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1080, aten.mul.Tensor 2025-06-06T00:21:32.5004267Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1079, aten.mul.Tensor 2025-06-06T00:21:32.5005026Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1081, aten.mul.Tensor 2025-06-06T00:21:32.5005799Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1082, aten.mul.Tensor 2025-06-06T00:21:32.5006571Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1084, aten.mul.Tensor 2025-06-06T00:21:32.5007330Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1083, aten.mul.Tensor 2025-06-06T00:21:32.5008105Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1085, aten.mul.Tensor 2025-06-06T00:21:32.5008863Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1086, aten.mul.Tensor 2025-06-06T00:21:32.5009713Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1088, aten.mul.Tensor 2025-06-06T00:21:32.5010562Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1087, aten.mul.Tensor 2025-06-06T00:21:32.5011318Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1089, aten.mul.Tensor 2025-06-06T00:21:32.5012084Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1090, aten.mul.Tensor 2025-06-06T00:21:32.5012893Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1092, aten.mul.Tensor 2025-06-06T00:21:32.5013671Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1091, aten.mul.Tensor 2025-06-06T00:21:32.5014426Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1093, aten.mul.Tensor 2025-06-06T00:21:32.5015189Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1094, aten.mul.Tensor 2025-06-06T00:21:32.5015958Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1096, aten.mul.Tensor 2025-06-06T00:21:32.5016708Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1095, aten.mul.Tensor 2025-06-06T00:21:32.5017477Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1097, aten.mul.Tensor 2025-06-06T00:21:32.5018233Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1098, aten.mul.Tensor 2025-06-06T00:21:32.5019003Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1100, aten.mul.Tensor 2025-06-06T00:21:32.5019798Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1099, aten.mul.Tensor 2025-06-06T00:21:32.5020581Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1101, aten.mul.Tensor 2025-06-06T00:21:32.5021348Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1102, aten.mul.Tensor 2025-06-06T00:21:32.5022097Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1104, aten.mul.Tensor 2025-06-06T00:21:32.5022862Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1103, aten.mul.Tensor 2025-06-06T00:21:32.5023631Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1105, aten.mul.Tensor 2025-06-06T00:21:32.5024382Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1106, aten.mul.Tensor 2025-06-06T00:21:32.5025149Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1108, aten.mul.Tensor 2025-06-06T00:21:32.5025901Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1107, aten.mul.Tensor 2025-06-06T00:21:32.5026662Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1109, aten.mul.Tensor 2025-06-06T00:21:32.5027423Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1110, aten.mul.Tensor 2025-06-06T00:21:32.5028174Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1112, aten.mul.Tensor 2025-06-06T00:21:32.5029031Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1111, aten.mul.Tensor 2025-06-06T00:21:32.5029789Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1113, aten.mul.Tensor 2025-06-06T00:21:32.5030552Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1114, aten.mul.Tensor 2025-06-06T00:21:32.5031320Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1116, aten.mul.Tensor 2025-06-06T00:21:32.5032073Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1115, aten.mul.Tensor 2025-06-06T00:21:32.5032839Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1117, aten.mul.Tensor 2025-06-06T00:21:32.5033590Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1118, aten.mul.Tensor 2025-06-06T00:21:32.5034354Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1120, aten.mul.Tensor 2025-06-06T00:21:32.5035097Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1119, aten.mul.Tensor 2025-06-06T00:21:32.5035917Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1121, aten.mul.Tensor 2025-06-06T00:21:32.5036682Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1122, aten.mul.Tensor 2025-06-06T00:21:32.5037751Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1124, aten.mul.Tensor 2025-06-06T00:21:32.5038579Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1123, aten.mul.Tensor 2025-06-06T00:21:32.5039334Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1125, aten.mul.Tensor 2025-06-06T00:21:32.5040101Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1126, aten.mul.Tensor 2025-06-06T00:21:32.5040866Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1128, aten.mul.Tensor 2025-06-06T00:21:32.5041621Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1127, aten.mul.Tensor 2025-06-06T00:21:32.5042390Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1129, aten.mul.Tensor 2025-06-06T00:21:32.5043142Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1130, aten.mul.Tensor 2025-06-06T00:21:32.5043913Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1132, aten.mul.Tensor 2025-06-06T00:21:32.5044671Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1131, aten.mul.Tensor 2025-06-06T00:21:32.5045461Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1133, aten.mul.Tensor 2025-06-06T00:21:32.5046252Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1134, aten.mul.Tensor 2025-06-06T00:21:32.5047005Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1136, aten.mul.Tensor 2025-06-06T00:21:32.5047766Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1135, aten.mul.Tensor 2025-06-06T00:21:32.5048533Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1137, aten.mul.Tensor 2025-06-06T00:21:32.5049288Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1138, aten.mul.Tensor 2025-06-06T00:21:32.5050135Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1140, aten.mul.Tensor 2025-06-06T00:21:32.5050893Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1139, aten.mul.Tensor 2025-06-06T00:21:32.5051667Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1141, aten.mul.Tensor 2025-06-06T00:21:32.5052441Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1142, aten.mul.Tensor 2025-06-06T00:21:32.5053197Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1144, aten.mul.Tensor 2025-06-06T00:21:32.9342823Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1143, aten.mul.Tensor 2025-06-06T00:21:32.9343667Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1145, aten.mul.Tensor 2025-06-06T00:21:32.9344437Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1146, aten.mul.Tensor 2025-06-06T00:21:32.9345191Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1148, aten.mul.Tensor 2025-06-06T00:21:32.9345961Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1147, aten.mul.Tensor 2025-06-06T00:21:32.9346755Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1149, aten.mul.Tensor 2025-06-06T00:21:32.9347513Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1150, aten.mul.Tensor 2025-06-06T00:21:32.9348280Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1152, aten.mul.Tensor 2025-06-06T00:21:32.9349043Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1151, aten.mul.Tensor 2025-06-06T00:21:32.9349793Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1153, aten.mul.Tensor 2025-06-06T00:21:32.9350760Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1154, aten.mul.Tensor 2025-06-06T00:21:32.9351513Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1156, aten.mul.Tensor 2025-06-06T00:21:32.9352340Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1155, aten.mul.Tensor 2025-06-06T00:21:32.9353109Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1157, aten.mul.Tensor 2025-06-06T00:21:32.9353863Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1158, aten.mul.Tensor 2025-06-06T00:21:32.9354628Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1160, aten.mul.Tensor 2025-06-06T00:21:32.9355380Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1159, aten.mul.Tensor 2025-06-06T00:21:32.9356143Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1161, aten.mul.Tensor 2025-06-06T00:21:32.9356913Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1162, aten.mul.Tensor 2025-06-06T00:21:32.9357667Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1164, aten.mul.Tensor 2025-06-06T00:21:32.9358430Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1163, aten.mul.Tensor 2025-06-06T00:21:32.9359428Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1165, aten.mul.Tensor 2025-06-06T00:21:32.9360260Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1166, aten.mul.Tensor 2025-06-06T00:21:32.9361021Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1168, aten.mul.Tensor 2025-06-06T00:21:32.9361780Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1167, aten.mul.Tensor 2025-06-06T00:21:32.9362542Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1169, aten.mul.Tensor 2025-06-06T00:21:32.9363294Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1170, aten.mul.Tensor 2025-06-06T00:21:32.9364059Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1172, aten.mul.Tensor 2025-06-06T00:21:32.9364825Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1171, aten.mul.Tensor 2025-06-06T00:21:32.9365580Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1173, aten.mul.Tensor 2025-06-06T00:21:32.9366350Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_264, aten.sub.Tensor 2025-06-06T00:21:32.9367100Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_418, aten.add.Tensor 2025-06-06T00:21:32.9367859Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_265, aten.sub.Tensor 2025-06-06T00:21:32.9368607Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_419, aten.add.Tensor 2025-06-06T00:21:32.9369366Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_266, aten.sub.Tensor 2025-06-06T00:21:32.9370194Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_420, aten.add.Tensor 2025-06-06T00:21:32.9370940Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_267, aten.sub.Tensor 2025-06-06T00:21:32.9371698Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_421, aten.add.Tensor 2025-06-06T00:21:32.9372446Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_268, aten.sub.Tensor 2025-06-06T00:21:32.9373207Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_422, aten.add.Tensor 2025-06-06T00:21:32.9373968Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_269, aten.sub.Tensor 2025-06-06T00:21:32.9374714Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_423, aten.add.Tensor 2025-06-06T00:21:32.9375531Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_270, aten.sub.Tensor 2025-06-06T00:21:32.9376277Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_424, aten.add.Tensor 2025-06-06T00:21:32.9377082Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_271, aten.sub.Tensor 2025-06-06T00:21:32.9377842Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_425, aten.add.Tensor 2025-06-06T00:21:32.9378594Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_272, aten.sub.Tensor 2025-06-06T00:21:32.9379354Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_426, aten.add.Tensor 2025-06-06T00:21:32.9380095Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_273, aten.sub.Tensor 2025-06-06T00:21:32.9380855Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_427, aten.add.Tensor 2025-06-06T00:21:32.9381618Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_274, aten.sub.Tensor 2025-06-06T00:21:32.9382362Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_428, aten.add.Tensor 2025-06-06T00:21:32.9383117Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_275, aten.sub.Tensor 2025-06-06T00:21:32.9383866Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_429, aten.add.Tensor 2025-06-06T00:21:32.9384663Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_276, aten.sub.Tensor 2025-06-06T00:21:32.9385505Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1255, aten._to_copy.default 2025-06-06T00:21:32.9386300Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_430, aten.add.Tensor 2025-06-06T00:21:32.9387114Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1256, aten._to_copy.default 2025-06-06T00:21:32.9387911Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_277, aten.sub.Tensor 2025-06-06T00:21:32.9388725Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1257, aten._to_copy.default 2025-06-06T00:21:32.9389518Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_431, aten.add.Tensor 2025-06-06T00:21:32.9390326Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1258, aten._to_copy.default 2025-06-06T00:21:32.9391135Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_278, aten.sub.Tensor 2025-06-06T00:21:32.9391933Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1259, aten._to_copy.default 2025-06-06T00:21:32.9392733Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_432, aten.add.Tensor 2025-06-06T00:21:32.9393526Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1260, aten._to_copy.default 2025-06-06T00:21:32.9394338Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_279, aten.sub.Tensor 2025-06-06T00:21:32.9395152Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1261, aten._to_copy.default 2025-06-06T00:21:32.9395948Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_433, aten.add.Tensor 2025-06-06T00:21:32.9396758Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1262, aten._to_copy.default 2025-06-06T00:21:32.9397554Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_280, aten.sub.Tensor 2025-06-06T00:21:32.9398365Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1263, aten._to_copy.default 2025-06-06T00:21:32.9399167Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_434, aten.add.Tensor 2025-06-06T00:21:32.9399960Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1264, aten._to_copy.default 2025-06-06T00:21:32.9400817Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_281, aten.sub.Tensor 2025-06-06T00:21:32.9401614Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1265, aten._to_copy.default 2025-06-06T00:21:32.9402451Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_435, aten.add.Tensor 2025-06-06T00:21:32.9403263Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1266, aten._to_copy.default 2025-06-06T00:21:32.9404252Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_282, aten.sub.Tensor 2025-06-06T00:21:32.9405066Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1267, aten._to_copy.default 2025-06-06T00:21:32.9405863Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_436, aten.add.Tensor 2025-06-06T00:21:32.9406669Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1268, aten._to_copy.default 2025-06-06T00:21:32.9407478Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_283, aten.sub.Tensor 2025-06-06T00:21:33.3284825Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1269, aten._to_copy.default 2025-06-06T00:21:33.3285713Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_437, aten.add.Tensor 2025-06-06T00:21:33.3286760Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1270, aten._to_copy.default 2025-06-06T00:21:33.3287637Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_284, aten.sub.Tensor 2025-06-06T00:21:33.3288433Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1271, aten._to_copy.default 2025-06-06T00:21:33.3289264Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_438, aten.add.Tensor 2025-06-06T00:21:33.3290158Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1272, aten._to_copy.default 2025-06-06T00:21:33.3290953Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_285, aten.sub.Tensor 2025-06-06T00:21:33.3291773Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1273, aten._to_copy.default 2025-06-06T00:21:33.3292579Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_439, aten.add.Tensor 2025-06-06T00:21:33.3293373Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1274, aten._to_copy.default 2025-06-06T00:21:33.3294182Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_286, aten.sub.Tensor 2025-06-06T00:21:33.3294978Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1275, aten._to_copy.default 2025-06-06T00:21:33.3295775Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_440, aten.add.Tensor 2025-06-06T00:21:33.3296570Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1276, aten._to_copy.default 2025-06-06T00:21:33.3297370Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_287, aten.sub.Tensor 2025-06-06T00:21:33.3298176Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1277, aten._to_copy.default 2025-06-06T00:21:33.3298965Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_441, aten.add.Tensor 2025-06-06T00:21:33.3299874Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1278, aten._to_copy.default 2025-06-06T00:21:33.3300679Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_539, aten.cat.default 2025-06-06T00:21:33.3301453Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_540, aten.cat.default 2025-06-06T00:21:33.3302224Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_541, aten.cat.default 2025-06-06T00:21:33.3303062Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_542, aten.cat.default 2025-06-06T00:21:33.3303832Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_543, aten.cat.default 2025-06-06T00:21:33.3304650Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_544, aten.cat.default 2025-06-06T00:21:33.3305421Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_545, aten.cat.default 2025-06-06T00:21:33.3306195Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_546, aten.cat.default 2025-06-06T00:21:33.3306958Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_547, aten.cat.default 2025-06-06T00:21:33.3307733Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_548, aten.cat.default 2025-06-06T00:21:33.3308490Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_549, aten.cat.default 2025-06-06T00:21:33.3309261Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_550, aten.cat.default 2025-06-06T00:21:33.3310033Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_551, aten.cat.default 2025-06-06T00:21:33.3310837Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1279, aten._to_copy.default 2025-06-06T00:21:33.3311647Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_552, aten.cat.default 2025-06-06T00:21:33.3312481Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1280, aten._to_copy.default 2025-06-06T00:21:33.3313325Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_553, aten.cat.default 2025-06-06T00:21:33.3314141Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1281, aten._to_copy.default 2025-06-06T00:21:33.3314939Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_554, aten.cat.default 2025-06-06T00:21:33.3315753Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1282, aten._to_copy.default 2025-06-06T00:21:33.3316554Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_555, aten.cat.default 2025-06-06T00:21:33.3317368Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1283, aten._to_copy.default 2025-06-06T00:21:33.3318176Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_556, aten.cat.default 2025-06-06T00:21:33.3318983Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1284, aten._to_copy.default 2025-06-06T00:21:33.3319797Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_557, aten.cat.default 2025-06-06T00:21:33.3320599Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1285, aten._to_copy.default 2025-06-06T00:21:33.3321415Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_558, aten.cat.default 2025-06-06T00:21:33.3322236Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1286, aten._to_copy.default 2025-06-06T00:21:33.3323036Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_559, aten.cat.default 2025-06-06T00:21:33.3323850Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1287, aten._to_copy.default 2025-06-06T00:21:33.3324653Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_560, aten.cat.default 2025-06-06T00:21:33.3325469Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1288, aten._to_copy.default 2025-06-06T00:21:33.3326285Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_561, aten.cat.default 2025-06-06T00:21:33.3327088Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1289, aten._to_copy.default 2025-06-06T00:21:33.3327943Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_562, aten.cat.default 2025-06-06T00:21:33.3328748Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1290, aten._to_copy.default 2025-06-06T00:21:33.3329746Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_620, aten.permute_copy.default 2025-06-06T00:21:33.3330649Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1291, aten._to_copy.default 2025-06-06T00:21:33.3331524Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_621, aten.permute_copy.default 2025-06-06T00:21:33.3332418Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1292, aten._to_copy.default 2025-06-06T00:21:33.3333293Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_622, aten.permute_copy.default 2025-06-06T00:21:33.3334180Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1293, aten._to_copy.default 2025-06-06T00:21:33.3335066Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_623, aten.permute_copy.default 2025-06-06T00:21:33.3335931Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1294, aten._to_copy.default 2025-06-06T00:21:33.3336808Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_624, aten.permute_copy.default 2025-06-06T00:21:33.3337707Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1295, aten._to_copy.default 2025-06-06T00:21:33.3338614Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_625, aten.permute_copy.default 2025-06-06T00:21:33.3339490Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1296, aten._to_copy.default 2025-06-06T00:21:33.3340433Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_626, aten.permute_copy.default 2025-06-06T00:21:33.3341319Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1297, aten._to_copy.default 2025-06-06T00:21:33.3342190Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_627, aten.permute_copy.default 2025-06-06T00:21:33.3343078Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1298, aten._to_copy.default 2025-06-06T00:21:33.3343961Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_628, aten.permute_copy.default 2025-06-06T00:21:33.3344830Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1299, aten._to_copy.default 2025-06-06T00:21:33.3345711Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_629, aten.permute_copy.default 2025-06-06T00:21:33.3346575Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1300, aten._to_copy.default 2025-06-06T00:21:33.3347457Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_630, aten.permute_copy.default 2025-06-06T00:21:33.3348335Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1301, aten._to_copy.default 2025-06-06T00:21:33.8269920Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_631, aten.permute_copy.default 2025-06-06T00:21:33.8271555Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1302, aten._to_copy.default 2025-06-06T00:21:33.8273115Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_563, aten.cat.default 2025-06-06T00:21:33.8274524Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_565, aten.cat.default 2025-06-06T00:21:33.8275911Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_567, aten.cat.default 2025-06-06T00:21:33.8277290Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_569, aten.cat.default 2025-06-06T00:21:33.8278929Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_571, aten.cat.default 2025-06-06T00:21:33.8280305Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_573, aten.cat.default 2025-06-06T00:21:33.8281774Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_575, aten.cat.default 2025-06-06T00:21:33.8283143Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_577, aten.cat.default 2025-06-06T00:21:33.8284523Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_579, aten.cat.default 2025-06-06T00:21:33.8285913Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_581, aten.cat.default 2025-06-06T00:21:33.8287278Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_583, aten.cat.default 2025-06-06T00:21:33.8288664Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_585, aten.cat.default 2025-06-06T00:21:33.8290111Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_264, aten.matmul.default 2025-06-06T00:21:33.8291591Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_266, aten.matmul.default 2025-06-06T00:21:33.8293063Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_268, aten.matmul.default 2025-06-06T00:21:33.8294590Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_270, aten.matmul.default 2025-06-06T00:21:33.8296154Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_272, aten.matmul.default 2025-06-06T00:21:33.8297606Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_274, aten.matmul.default 2025-06-06T00:21:33.8299075Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_276, aten.matmul.default 2025-06-06T00:21:33.8300545Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_278, aten.matmul.default 2025-06-06T00:21:33.8302076Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_280, aten.matmul.default 2025-06-06T00:21:33.8303553Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_282, aten.matmul.default 2025-06-06T00:21:33.8305011Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_284, aten.matmul.default 2025-06-06T00:21:33.8306481Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_286, aten.matmul.default 2025-06-06T00:21:33.8307893Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_132, aten.div.Tensor 2025-06-06T00:21:33.8309234Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_133, aten.div.Tensor 2025-06-06T00:21:33.8310582Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_134, aten.div.Tensor 2025-06-06T00:21:33.8311915Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_135, aten.div.Tensor 2025-06-06T00:21:33.8313264Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_136, aten.div.Tensor 2025-06-06T00:21:33.8314610Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_137, aten.div.Tensor 2025-06-06T00:21:33.8315943Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_138, aten.div.Tensor 2025-06-06T00:21:33.8317286Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_139, aten.div.Tensor 2025-06-06T00:21:33.8318620Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_140, aten.div.Tensor 2025-06-06T00:21:33.8319953Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_141, aten.div.Tensor 2025-06-06T00:21:33.8321298Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_142, aten.div.Tensor 2025-06-06T00:21:33.8322622Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_143, aten.div.Tensor 2025-06-06T00:21:33.8324009Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_442, aten.add.Tensor 2025-06-06T00:21:33.8325336Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_443, aten.add.Tensor 2025-06-06T00:21:33.8326723Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_444, aten.add.Tensor 2025-06-06T00:21:33.8328065Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_445, aten.add.Tensor 2025-06-06T00:21:33.8329406Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_446, aten.add.Tensor 2025-06-06T00:21:33.8330783Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_447, aten.add.Tensor 2025-06-06T00:21:33.8332114Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_448, aten.add.Tensor 2025-06-06T00:21:33.8333464Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_449, aten.add.Tensor 2025-06-06T00:21:33.8334803Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_450, aten.add.Tensor 2025-06-06T00:21:33.8336143Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_451, aten.add.Tensor 2025-06-06T00:21:33.8337500Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_452, aten.add.Tensor 2025-06-06T00:21:33.8338843Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_453, aten.add.Tensor 2025-06-06T00:21:33.8340332Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_132, aten._softmax.default 2025-06-06T00:21:33.8341888Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_133, aten._softmax.default 2025-06-06T00:21:33.8343405Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_134, aten._softmax.default 2025-06-06T00:21:33.8344925Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_135, aten._softmax.default 2025-06-06T00:21:33.8346432Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_136, aten._softmax.default 2025-06-06T00:21:33.8347953Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_137, aten._softmax.default 2025-06-06T00:21:33.8349467Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_138, aten._softmax.default 2025-06-06T00:21:33.8350990Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_139, aten._softmax.default 2025-06-06T00:21:33.8352512Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_140, aten._softmax.default 2025-06-06T00:21:33.8354022Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_141, aten._softmax.default 2025-06-06T00:21:33.8355535Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_142, aten._softmax.default 2025-06-06T00:21:33.8357050Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_143, aten._softmax.default 2025-06-06T00:21:33.8358551Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_265, aten.matmul.default 2025-06-06T00:21:33.8360177Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_267, aten.matmul.default 2025-06-06T00:21:33.8361631Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_269, aten.matmul.default 2025-06-06T00:21:33.8363100Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_271, aten.matmul.default 2025-06-06T00:21:33.8364552Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_273, aten.matmul.default 2025-06-06T00:21:33.8366021Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_275, aten.matmul.default 2025-06-06T00:21:33.8367501Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_277, aten.matmul.default 2025-06-06T00:21:33.8369046Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_279, aten.matmul.default 2025-06-06T00:21:33.8370537Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_281, aten.matmul.default 2025-06-06T00:21:33.8372047Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_283, aten.matmul.default 2025-06-06T00:21:33.8373528Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_285, aten.matmul.default 2025-06-06T00:21:33.8375007Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_287, aten.matmul.default 2025-06-06T00:21:33.8376421Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_587, aten.cat.default 2025-06-06T00:21:33.8377892Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_488, aten.view_copy.default 2025-06-06T00:21:33.8379499Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1620, aten.permute_copy.default 2025-06-06T00:21:33.8381145Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_476, aten.convolution.default 2025-06-06T00:21:33.8382801Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1621, aten.permute_copy.default 2025-06-06T00:21:33.8384396Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_489, aten.view_copy.default 2025-06-06T00:26:04.6770090Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_454, aten.add.Tensor 2025-06-06T00:26:04.6771157Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_rms_norm_default_23, aten.rms_norm.default 2025-06-06T00:26:04.6772113Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_490, aten.view_copy.default 2025-06-06T00:26:04.6773090Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1622, aten.permute_copy.default 2025-06-06T00:26:04.6774072Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_477, aten.convolution.default 2025-06-06T00:26:04.6775047Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_478, aten.convolution.default 2025-06-06T00:26:04.6776044Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sigmoid_default_11, aten.sigmoid.default 2025-06-06T00:26:04.6776910Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1174, aten.mul.Tensor 2025-06-06T00:26:04.6777729Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1175, aten.mul.Tensor 2025-06-06T00:26:04.6778618Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_479, aten.convolution.default 2025-06-06T00:26:04.6779718Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1623, aten.permute_copy.default 2025-06-06T00:26:04.6780831Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_491, aten.view_copy.default 2025-06-06T00:26:04.6781660Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_455, aten.add.Tensor 2025-06-06T00:26:04.6782465Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_rms_norm_default_24, aten.rms_norm.default 2025-06-06T00:26:04.6783355Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_unsqueeze_copy_default, aten.unsqueeze_copy.default 2025-06-06T00:26:04.6784285Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1624, aten.permute_copy.default 2025-06-06T00:26:04.6785209Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_480, aten.convolution.default 2025-06-06T00:26:04.6786127Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1625, aten.permute_copy.default 2025-06-06T00:26:04.6787006Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1303, aten._to_copy.default 2025-06-06T00:26:04.6787970Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_squeeze_dims, aten.squeeze.dims 2025-06-06T00:26:04.6788553Z [INFO] [Qnn ExecuTorch]: Destroy Qnn backend parameters 2025-06-06T00:26:04.6788993Z [INFO] [Qnn ExecuTorch]: Destroy Qnn context 2025-06-06T00:26:04.6789332Z [INFO] [Qnn ExecuTorch]: Destroy Qnn device 2025-06-06T00:26:04.6789650Z [INFO] [Qnn ExecuTorch]: Destroy Qnn backend 2025-06-06T00:26:04.6790021Z [INFO] [Qnn ExecuTorch]: Destroy Qnn backend parameters 2025-06-06T00:26:04.6790386Z INFO:root:Time for compiling: 1249.3327431678772 2025-06-06T00:26:04.6790926Z WARNING:root:x86 only support ShiftPointer, overwrite kv_updater to ShiftPointer 2025-06-06T00:26:04.6791357Z . 2025-06-06T00:26:04.6791609Z ---------------------------------------------------------------------- 2025-06-06T00:26:04.6791958Z Ran 1 test in 2009.640s 2025-06-06T00:26:04.6792133Z 2025-06-06T00:26:04.6792245Z OK 2025-06-06T00:26:04.6792435Z + exit_code2=0 2025-06-06T00:26:04.6792636Z + '[' 0 -ne 0 ']' 2025-06-06T00:26:04.6792848Z + '[' 0 -ne 0 ']' 2025-06-06T00:26:04.6793045Z + '[' 0 -ne 0 ']' 2025-06-06T00:26:04.6793253Z + '[' 0 -ne 0 ']' 2025-06-06T00:26:04.6793448Z + exit 0 2025-06-06T00:26:04.6940307Z ##[group]Run pmeier/pytest-results-action@a2c1430e2bddadbad9f49a6f9b879f062c6b19b1 2025-06-06T00:26:04.6940819Z with: 2025-06-06T00:26:04.6941107Z path: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-06T00:26:04.6941491Z fail-on-empty: false 2025-06-06T00:26:04.6941798Z env: 2025-06-06T00:26:04.6942044Z DOCKER_IMAGE: executorch-ubuntu-22.04-qnn-sdk 2025-06-06T00:26:04.6942393Z REPOSITORY: pytorch/executorch 2025-06-06T00:26:04.6942654Z PR_NUMBER: 2025-06-06T00:26:04.6945177Z 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}" BUILD_TOOL="cmake" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-qnn-deps.sh PYTHON_EXECUTABLE=python bash .ci/scripts/build-qnn-sdk.sh # Setup executorch PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Setup install_requirements for llama PYTHON_EXECUTABLE=python bash examples/models/llama/install_requirements.sh # Test static llama weight sharing and accuracy PYTHON_EXECUTABLE=python bash .ci/scripts/test_qnn_static_llama.sh 2025-06-06T00:26:04.6947847Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-06T00:26:04.6948405Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-06T00:26:04.6948945Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-06T00:26:04.6949312Z ##[endgroup] 2025-06-06T00:26:04.7581763Z Prepare all required actions 2025-06-06T00:26:04.7619801Z ##[group]Run ./test-infra/.github/actions/chown-directory 2025-06-06T00:26:04.7620143Z with: 2025-06-06T00:26:04.7620479Z directory: /home/ec2-user/actions-runner/_work/executorch/executorch/ 2025-06-06T00:26:04.7621040Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2025-06-06T00:26:04.7621432Z env: 2025-06-06T00:26:04.7621675Z DOCKER_IMAGE: executorch-ubuntu-22.04-qnn-sdk 2025-06-06T00:26:04.7622009Z REPOSITORY: pytorch/executorch 2025-06-06T00:26:04.7622283Z PR_NUMBER: 2025-06-06T00:26:04.7624783Z 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}" BUILD_TOOL="cmake" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-qnn-deps.sh PYTHON_EXECUTABLE=python bash .ci/scripts/build-qnn-sdk.sh # Setup executorch PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Setup install_requirements for llama PYTHON_EXECUTABLE=python bash examples/models/llama/install_requirements.sh # Test static llama weight sharing and accuracy PYTHON_EXECUTABLE=python bash .ci/scripts/test_qnn_static_llama.sh 2025-06-06T00:26:04.7627556Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-06T00:26:04.7628128Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-06T00:26:04.7628650Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-06T00:26:04.7629027Z ##[endgroup] 2025-06-06T00:26:04.7652290Z ##[group]Run docker run --rm -v "${DIRECTORY}":/v -w /v "${ALPINE_IMAGE}" chown -R "$(id -u):$(id -g)" . 2025-06-06T00:26:04.7652971Z docker run --rm -v "${DIRECTORY}":/v -w /v "${ALPINE_IMAGE}" chown -R "$(id -u):$(id -g)" . 2025-06-06T00:26:04.7674798Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-06T00:26:04.7675168Z env: 2025-06-06T00:26:04.7675428Z DOCKER_IMAGE: executorch-ubuntu-22.04-qnn-sdk 2025-06-06T00:26:04.7675778Z REPOSITORY: pytorch/executorch 2025-06-06T00:26:04.7676037Z PR_NUMBER: 2025-06-06T00:26:04.7678515Z 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}" BUILD_TOOL="cmake" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-qnn-deps.sh PYTHON_EXECUTABLE=python bash .ci/scripts/build-qnn-sdk.sh # Setup executorch PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Setup install_requirements for llama PYTHON_EXECUTABLE=python bash examples/models/llama/install_requirements.sh # Test static llama weight sharing and accuracy PYTHON_EXECUTABLE=python bash .ci/scripts/test_qnn_static_llama.sh 2025-06-06T00:26:04.7681270Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-06T00:26:04.7681846Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-06T00:26:04.7682367Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-06T00:26:04.7682880Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2025-06-06T00:26:04.7683424Z DIRECTORY: /home/ec2-user/actions-runner/_work/executorch/executorch/ 2025-06-06T00:26:04.7683825Z ##[endgroup] 2025-06-06T00:26:04.7996083Z Unable to find image '308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine:latest' locally 2025-06-06T00:26:05.0240727Z latest: Pulling from tool/alpine 2025-06-06T00:26:05.0246049Z 540db60ca938: Pulling fs layer 2025-06-06T00:26:05.1002840Z 540db60ca938: Download complete 2025-06-06T00:26:05.1959426Z 540db60ca938: Pull complete 2025-06-06T00:26:05.2121237Z Digest: sha256:def822f9851ca422481ec6fee59a9966f12b351c62ccb9aca841526ffaa9f748 2025-06-06T00:26:05.2172089Z Status: Downloaded newer image for 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine:latest 2025-06-06T00:26:08.7158630Z Prepare all required actions 2025-06-06T00:26:08.7185099Z ##[group]Run ./test-infra/.github/actions/chown-directory 2025-06-06T00:26:08.7185457Z with: 2025-06-06T00:26:08.7185708Z directory: /home/ec2-user/actions-runner/_work/_temp 2025-06-06T00:26:08.7186193Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2025-06-06T00:26:08.7186588Z env: 2025-06-06T00:26:08.7186832Z DOCKER_IMAGE: executorch-ubuntu-22.04-qnn-sdk 2025-06-06T00:26:08.7187163Z REPOSITORY: pytorch/executorch 2025-06-06T00:26:08.7187435Z PR_NUMBER: 2025-06-06T00:26:08.7189970Z 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}" BUILD_TOOL="cmake" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-qnn-deps.sh PYTHON_EXECUTABLE=python bash .ci/scripts/build-qnn-sdk.sh # Setup executorch PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Setup install_requirements for llama PYTHON_EXECUTABLE=python bash examples/models/llama/install_requirements.sh # Test static llama weight sharing and accuracy PYTHON_EXECUTABLE=python bash .ci/scripts/test_qnn_static_llama.sh 2025-06-06T00:26:08.7192735Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-06T00:26:08.7193300Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-06T00:26:08.7193834Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-06T00:26:08.7194195Z ##[endgroup] 2025-06-06T00:26:08.7216748Z ##[group]Run docker run --rm -v "${DIRECTORY}":/v -w /v "${ALPINE_IMAGE}" chown -R "$(id -u):$(id -g)" . 2025-06-06T00:26:08.7217441Z docker run --rm -v "${DIRECTORY}":/v -w /v "${ALPINE_IMAGE}" chown -R "$(id -u):$(id -g)" . 2025-06-06T00:26:08.7224874Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-06T00:26:08.7225254Z env: 2025-06-06T00:26:08.7225517Z DOCKER_IMAGE: executorch-ubuntu-22.04-qnn-sdk 2025-06-06T00:26:08.7225855Z REPOSITORY: pytorch/executorch 2025-06-06T00:26:08.7226129Z PR_NUMBER: 2025-06-06T00:26:08.7228599Z 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}" BUILD_TOOL="cmake" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-qnn-deps.sh PYTHON_EXECUTABLE=python bash .ci/scripts/build-qnn-sdk.sh # Setup executorch PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Setup install_requirements for llama PYTHON_EXECUTABLE=python bash examples/models/llama/install_requirements.sh # Test static llama weight sharing and accuracy PYTHON_EXECUTABLE=python bash .ci/scripts/test_qnn_static_llama.sh 2025-06-06T00:26:08.7231267Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-06T00:26:08.7231948Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-06T00:26:08.7232488Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-06T00:26:08.7232986Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2025-06-06T00:26:08.7233469Z DIRECTORY: /home/ec2-user/actions-runner/_work/_temp 2025-06-06T00:26:08.7233806Z ##[endgroup] 2025-06-06T00:26:09.7139491Z ##[group]Run # Only do these steps if we actually want to upload an artifact 2025-06-06T00:26:09.7140089Z # Only do these steps if we actually want to upload an artifact 2025-06-06T00:26:09.7140534Z if [[ -n "${UPLOAD_ARTIFACT_NAME}" ]]; then 2025-06-06T00:26:09.7141053Z  # If the default execution path is followed then we should get a wheel in the dist/ folder 2025-06-06T00:26:09.7141654Z  # attempt to just grab whatever is in there and scoop it all up 2025-06-06T00:26:09.7142131Z  if find "dist/" -name "*.whl" >/dev/null 2>/dev/null; then 2025-06-06T00:26:09.7142545Z  mv -v dist/*.whl "${RUNNER_ARTIFACT_DIR}/" 2025-06-06T00:26:09.7142871Z  fi 2025-06-06T00:26:09.7143128Z  if [[ -d "artifacts-to-be-uploaded" ]]; then 2025-06-06T00:26:09.7143570Z  mv -v artifacts-to-be-uploaded/* "${RUNNER_ARTIFACT_DIR}/" 2025-06-06T00:26:09.7143948Z  fi 2025-06-06T00:26:09.7144195Z fi 2025-06-06T00:26:09.7144388Z  2025-06-06T00:26:09.7144592Z upload_docs=0 2025-06-06T00:26:09.7144963Z # Check if there are files in the documentation folder to upload, note that 2025-06-06T00:26:09.7145413Z # empty folders do not count 2025-06-06T00:26:09.7145840Z if find "${RUNNER_DOCS_DIR}" -mindepth 1 -maxdepth 1 -type f | read -r; then 2025-06-06T00:26:09.7146425Z  # TODO: Add a check here to test if on ec2 because if we're not on ec2 then this 2025-06-06T00:26:09.7146909Z  # upload will probably not work correctly 2025-06-06T00:26:09.7147235Z  upload_docs=1 2025-06-06T00:26:09.7147477Z fi 2025-06-06T00:26:09.7147766Z echo "upload-docs=${upload_docs}" >> "${GITHUB_OUTPUT}" 2025-06-06T00:26:09.7153709Z shell: /usr/bin/bash -e {0} 2025-06-06T00:26:09.7153958Z env: 2025-06-06T00:26:09.7154213Z DOCKER_IMAGE: executorch-ubuntu-22.04-qnn-sdk 2025-06-06T00:26:09.7154644Z REPOSITORY: pytorch/executorch 2025-06-06T00:26:09.7154921Z PR_NUMBER: 2025-06-06T00:26:09.7157400Z 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}" BUILD_TOOL="cmake" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-qnn-deps.sh PYTHON_EXECUTABLE=python bash .ci/scripts/build-qnn-sdk.sh # Setup executorch PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Setup install_requirements for llama PYTHON_EXECUTABLE=python bash examples/models/llama/install_requirements.sh # Test static llama weight sharing and accuracy PYTHON_EXECUTABLE=python bash .ci/scripts/test_qnn_static_llama.sh 2025-06-06T00:26:09.7160329Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-06T00:26:09.7160893Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-06T00:26:09.7161441Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-06T00:26:09.7161819Z UPLOAD_ARTIFACT_NAME: 2025-06-06T00:26:09.7162062Z ##[endgroup] 2025-06-06T00:26:09.7248911Z Prepare all required actions 2025-06-06T00:26:09.7281797Z ##[group]Run ./test-infra/.github/actions/teardown-linux 2025-06-06T00:26:09.7282136Z with: 2025-06-06T00:26:09.7282326Z env: 2025-06-06T00:26:09.7282557Z DOCKER_IMAGE: executorch-ubuntu-22.04-qnn-sdk 2025-06-06T00:26:09.7282902Z REPOSITORY: pytorch/executorch 2025-06-06T00:26:09.7283159Z PR_NUMBER: 2025-06-06T00:26:09.7285745Z 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}" BUILD_TOOL="cmake" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-qnn-deps.sh PYTHON_EXECUTABLE=python bash .ci/scripts/build-qnn-sdk.sh # Setup executorch PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Setup install_requirements for llama PYTHON_EXECUTABLE=python bash examples/models/llama/install_requirements.sh # Test static llama weight sharing and accuracy PYTHON_EXECUTABLE=python bash .ci/scripts/test_qnn_static_llama.sh 2025-06-06T00:26:09.7288411Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-06T00:26:09.7288968Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-06T00:26:09.7289589Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-06T00:26:09.7289957Z ##[endgroup] 2025-06-06T00:26:09.7311023Z ##[group]Run set -eou pipefail 2025-06-06T00:26:09.7311338Z set -eou pipefail 2025-06-06T00:26:09.7311597Z  2025-06-06T00:26:09.7311942Z echo "Holding runner for 2 hours until all ssh sessions have logged out" 2025-06-06T00:26:09.7312396Z for _ in $(seq 1440); do 2025-06-06T00:26:09.7312703Z  # Break if no ssh session exists anymore 2025-06-06T00:26:09.7313049Z  if [ "$(who)" = "" ]; then 2025-06-06T00:26:09.7313321Z  break 2025-06-06T00:26:09.7313546Z  fi 2025-06-06T00:26:09.7313756Z  echo "." 2025-06-06T00:26:09.7313987Z  sleep 5 2025-06-06T00:26:09.7314211Z done 2025-06-06T00:26:09.7319640Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-06T00:26:09.7319983Z env: 2025-06-06T00:26:09.7320237Z DOCKER_IMAGE: executorch-ubuntu-22.04-qnn-sdk 2025-06-06T00:26:09.7320583Z REPOSITORY: pytorch/executorch 2025-06-06T00:26:09.7320851Z PR_NUMBER: 2025-06-06T00:26:09.7323337Z 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}" BUILD_TOOL="cmake" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-qnn-deps.sh PYTHON_EXECUTABLE=python bash .ci/scripts/build-qnn-sdk.sh # Setup executorch PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Setup install_requirements for llama PYTHON_EXECUTABLE=python bash examples/models/llama/install_requirements.sh # Test static llama weight sharing and accuracy PYTHON_EXECUTABLE=python bash .ci/scripts/test_qnn_static_llama.sh 2025-06-06T00:26:09.7326085Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-06T00:26:09.7326647Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-06T00:26:09.7327187Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-06T00:26:09.7327566Z ##[endgroup] 2025-06-06T00:26:09.7348787Z Holding runner for 2 hours until all ssh sessions have logged out 2025-06-06T00:26:09.7424208Z ##[group]Run # ignore expansion of "docker ps -q" since it could be empty 2025-06-06T00:26:09.7424756Z # ignore expansion of "docker ps -q" since it could be empty 2025-06-06T00:26:09.7425169Z # shellcheck disable=SC2046 2025-06-06T00:26:09.7425491Z docker stop $(docker ps -q) || true 2025-06-06T00:26:09.7425823Z # Prune all of the docker images 2025-06-06T00:26:09.7426268Z docker system prune -af 2025-06-06T00:26:09.7431486Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-06T00:26:09.7431833Z env: 2025-06-06T00:26:09.7432089Z DOCKER_IMAGE: executorch-ubuntu-22.04-qnn-sdk 2025-06-06T00:26:09.7432425Z REPOSITORY: pytorch/executorch 2025-06-06T00:26:09.7432696Z PR_NUMBER: 2025-06-06T00:26:09.7435186Z 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}" BUILD_TOOL="cmake" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-qnn-deps.sh PYTHON_EXECUTABLE=python bash .ci/scripts/build-qnn-sdk.sh # Setup executorch PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Setup install_requirements for llama PYTHON_EXECUTABLE=python bash examples/models/llama/install_requirements.sh # Test static llama weight sharing and accuracy PYTHON_EXECUTABLE=python bash .ci/scripts/test_qnn_static_llama.sh 2025-06-06T00:26:09.7437950Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-06T00:26:09.7438507Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-06T00:26:09.7439042Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-06T00:26:09.7439402Z ##[endgroup] 2025-06-06T00:26:20.4878219Z 6722da741490 2025-06-06T00:26:21.9563997Z Deleted Containers: 2025-06-06T00:26:21.9564479Z 6722da7414909bc6935e78abc9601a8dba5802e529236c9384ebd90bcc322361 2025-06-06T00:26:21.9564817Z 2025-06-06T00:26:28.5467006Z Deleted Images: 2025-06-06T00:26:28.5467747Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-qnn-sdk:6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-06T00:26:28.5469158Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-qnn-sdk@sha256:a598771deb521efdcb258eacf60b9a9115e34a47e0ec6e3b41bd6a49ffb3adce 2025-06-06T00:26:28.5470303Z deleted: sha256:1db6031c5a19f41579dd393b449a8fa85c2e949e96f78b1202be29e201459087 2025-06-06T00:26:28.5470945Z deleted: sha256:2f2eccd33cd08ce1a5e38468b52d9d95309b93418bfcca96e8fecd24b2d087c1 2025-06-06T00:26:28.5471586Z deleted: sha256:30bbb8cd693e59269a0544aa710ff8a5109d307e7908f4c2f8aac222421dc8dd 2025-06-06T00:26:28.5472196Z deleted: sha256:6e598ee06d673625e12654ece295810f8f2c64c1c4b6b4c79d4a0085b0ab95bb 2025-06-06T00:26:28.5472821Z deleted: sha256:856136dec3b778e070b15e3bfe8f902b99152db01002b3c51fe4f0e9440ede3c 2025-06-06T00:26:28.5473434Z deleted: sha256:9896dbf07a7036fd4354309e72f5c9efef5ef96caf0f4030e7132bc8677b696d 2025-06-06T00:26:28.5474061Z deleted: sha256:43295d93d8fa1e6243da0a50e7ff812d7a45e91900e17bc9a32d10164c29b044 2025-06-06T00:26:28.5474673Z deleted: sha256:7beb7b1518707d2639b04b8f611f941be6542d5df8e00fbff1119ee1e36b01f3 2025-06-06T00:26:28.5475467Z deleted: sha256:f140d996341bc26628ec3d9f1550904ba8a7b7931ebd62ee23d12fc126491a47 2025-06-06T00:26:28.5476113Z deleted: sha256:da746bb2b38ce237c36fae5af2a50b4a46f285ebd50b0a02d84f6c8bcb6bbc0c 2025-06-06T00:26:28.5476728Z deleted: sha256:04c8a937a1561e8550a8a598e9c093d73f10246690ed589ad3f23534ab02c76f 2025-06-06T00:26:28.5477410Z deleted: sha256:b5d6d4acd251b6ac69357a165c91479b5e8f1702a37cfc15776af77eddde2404 2025-06-06T00:26:28.5478036Z deleted: sha256:7bee23d9f5e199e37a2ec556e712b54ef52bb30ced5e0ce2f37b60d7624df5ae 2025-06-06T00:26:28.5478676Z deleted: sha256:9d9ccae416e588bffff015c33b0c117bde8024b11b043956cbc26b18916ad299 2025-06-06T00:26:28.5479310Z deleted: sha256:5c7e5b5e3b2ebcee3007bd0fd2c409a85598d546930a22df302dd1fe7f1542d6 2025-06-06T00:26:28.5479951Z deleted: sha256:ab74eae120b22cff36da0a48ed5b30d804f4a65606735fd3077688c2e1ae7030 2025-06-06T00:26:28.5480585Z deleted: sha256:f14125e3900dee8f0d0a7b8a38d05ad0f6076c4500976a6795ec23f1b14ea1a2 2025-06-06T00:26:28.5481206Z deleted: sha256:e6fec5e98753edbdb07c6ea073f99f5bd4b6dd41a343c0228140b69913127cee 2025-06-06T00:26:28.5481847Z deleted: sha256:08804d9b4c7ba8ea664e3bbeac4916f5305caa3df590424c86bcd2ee81333b6e 2025-06-06T00:26:28.5482643Z deleted: sha256:a1e0e6887505fbba5f7542191b585d1aa1646085f5b9169d7d66c021044cd4a5 2025-06-06T00:26:28.5483275Z deleted: sha256:12655bcb01ff12049daf2e00ecdc5667a888a3ea832902ac2ab9aa3489a887cb 2025-06-06T00:26:28.5483906Z deleted: sha256:57ddd7a9d4b7281b997e017f8abe678d2d78c09f6dbe876306217f96d3a81a94 2025-06-06T00:26:28.5484572Z deleted: sha256:1b7f3a4b5bbcb835b8a919c3a1400b26cae20a19b863d03034d7a2bd78f3d48b 2025-06-06T00:26:28.5485369Z deleted: sha256:a16c0bf8d39a8e40c9c3bd305f8b1aa6daf203740f4a4b085d4082c6fe1159df 2025-06-06T00:26:28.5486007Z deleted: sha256:ad081a7103efef197123cbdb82d44e3f4d526b313f55acbaaaf7233443429d17 2025-06-06T00:26:28.5486646Z deleted: sha256:810dfb733d8f668f5034dc291c928ebecf583718c7d477148f8ff3424bfd45b1 2025-06-06T00:26:28.5487289Z deleted: sha256:a0b754dcf20ac4d7e88d4ebbb5f6bf366b15eac93096716993dd8ad0f63399c7 2025-06-06T00:26:28.5487928Z deleted: sha256:1662d8ba2290ad0ef83f1bbf3bec3e4a1390b2b1eeb600986ba64e02d2440c15 2025-06-06T00:26:28.5488622Z deleted: sha256:72f3c75257d1046ee55cece841f69a404113937fbb9dad11b1d208ad402ab0ec 2025-06-06T00:26:28.5489234Z deleted: sha256:b7ad650ecd12b33a673062609f9a9fe8873488f8d901724ce0b7e24bbb7c1950 2025-06-06T00:26:28.5489980Z deleted: sha256:a9c00ddfc9c07f0a7c96d11b9ce336c40144cc6d7d858218610ec9bdb6621766 2025-06-06T00:26:28.5490689Z deleted: sha256:3a0b9283b8e87533d4af456357fc8069774f8f7bdd863a4dd5f4fa84ea18d261 2025-06-06T00:26:28.5491331Z deleted: sha256:0ed09f6a3dce2ecb5545a6d08f414f944ce42688bb354410d2d3c4c2c63813ad 2025-06-06T00:26:28.5491963Z deleted: sha256:5c11659163aafc56df935c27e80e0882f36ab549b251996da49dc9c93e12a60c 2025-06-06T00:26:28.5492577Z deleted: sha256:4abfca2c3b9c37dd338f44590567a01587399406da63f68c0cb99a4d93425f1a 2025-06-06T00:26:28.5493204Z deleted: sha256:927b857563b91cfb53a865bf98c645f5475ba3fe9cf4608efc634bcb56499704 2025-06-06T00:26:28.5493825Z deleted: sha256:f862e1968e4b4c3c3af141e37d2ec22b19ec0fd50d6a8aaf683de6729e296226 2025-06-06T00:26:28.5494446Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine:latest 2025-06-06T00:26:28.5495289Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine@sha256:def822f9851ca422481ec6fee59a9966f12b351c62ccb9aca841526ffaa9f748 2025-06-06T00:26:28.5496194Z deleted: sha256:6dbb9cc54074106d46d4ccb330f2a40a682d49dda5f4844962b7dce9fe44aaec 2025-06-06T00:26:28.5496838Z deleted: sha256:b2d5eeeaba3a22b9b8aa97261957974a6bd65274ebd43e1d81d0a7b8b752b116 2025-06-06T00:26:28.5497220Z 2025-06-06T00:26:28.5524543Z Total reclaimed space: 17.9GB 2025-06-06T00:26:28.5567270Z ##[group]Run set +e 2025-06-06T00:26:28.5567544Z set +e 2025-06-06T00:26:28.5567777Z if [[ "${NO_SUDO}" == "false" ]]; then 2025-06-06T00:26:28.5568166Z  sudo rm -rf "${GITHUB_WORKSPACE:?}/${REPOSITORY:?}" 2025-06-06T00:26:28.5568503Z else 2025-06-06T00:26:28.5568853Z  rm -rf "${GITHUB_WORKSPACE:?}/${REPOSITORY:?}" 2025-06-06T00:26:28.5569168Z fi 2025-06-06T00:26:28.5569372Z set -e 2025-06-06T00:26:28.5575192Z shell: /usr/bin/bash -e {0} 2025-06-06T00:26:28.5575462Z env: 2025-06-06T00:26:28.5575702Z DOCKER_IMAGE: executorch-ubuntu-22.04-qnn-sdk 2025-06-06T00:26:28.5576053Z REPOSITORY: pytorch/executorch 2025-06-06T00:26:28.5576310Z PR_NUMBER: 2025-06-06T00:26:28.5578825Z 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}" BUILD_TOOL="cmake" PYTHON_EXECUTABLE=python bash .ci/scripts/setup-qnn-deps.sh PYTHON_EXECUTABLE=python bash .ci/scripts/build-qnn-sdk.sh # Setup executorch PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Setup install_requirements for llama PYTHON_EXECUTABLE=python bash examples/models/llama/install_requirements.sh # Test static llama weight sharing and accuracy PYTHON_EXECUTABLE=python bash .ci/scripts/test_qnn_static_llama.sh 2025-06-06T00:26:28.5581511Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-06T00:26:28.5582075Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-06T00:26:28.5582614Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-06T00:26:28.5582989Z NO_SUDO: false 2025-06-06T00:26:28.5583191Z ##[endgroup] 2025-06-06T00:26:29.8661007Z Post job cleanup. 2025-06-06T00:26:29.9700727Z Post job cleanup. 2025-06-06T00:26:30.0652978Z [command]/usr/bin/git version 2025-06-06T00:26:30.0710514Z git version 2.47.1 2025-06-06T00:26:30.0758159Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/e2708010-62fa-4432-91d9-d34f5f300e7f' before making global git config changes 2025-06-06T00:26:30.0759102Z Adding repository directory to the temporary git global config as a safe directory 2025-06-06T00:26:30.0763213Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/executorch/executorch/test-infra 2025-06-06T00:26:30.0792598Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-06-06T00:26:30.0827039Z [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-06-06T00:26:30.1112551Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-06-06T00:26:30.1130559Z http.https://github.com/.extraheader 2025-06-06T00:26:30.1139987Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2025-06-06T00:26:30.1164792Z [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-06-06T00:26:30.1474806Z A job completed hook has been configured by the self-hosted runner administrator 2025-06-06T00:26:30.1501524Z ##[group]Run '/home/ec2-user/runner-scripts/after_job.sh' 2025-06-06T00:26:30.1506737Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-06T00:26:30.1507101Z ##[endgroup] 2025-06-06T00:26:38.5048007Z Cleaning up orphan processes