2025-03-21T20:17:50.5861669Z Current runner version: '2.323.0' 2025-03-21T20:17:50.5869074Z Runner name: 'i-09339782bd72bbffa' 2025-03-21T20:17:50.5870057Z Runner group name: 'Default' 2025-03-21T20:17:50.5871010Z Machine name: 'ip-10-0-6-80' 2025-03-21T20:17:50.5874179Z ##[group]GITHUB_TOKEN Permissions 2025-03-21T20:17:50.5877117Z Contents: read 2025-03-21T20:17:50.5877792Z Metadata: read 2025-03-21T20:17:50.5878360Z ##[endgroup] 2025-03-21T20:17:50.5881713Z Secret source: Actions 2025-03-21T20:17:50.5882708Z Prepare workflow directory 2025-03-21T20:17:50.6417643Z Prepare all required actions 2025-03-21T20:17:50.6457029Z Getting action download info 2025-03-21T20:17:50.8360321Z Download action repository 'actions/checkout@v4' (SHA:11bd71901bbe5b1630ceea73d27597364c9af683) 2025-03-21T20:17:51.0998522Z Download action repository 'pytorch/pytorch@main' (SHA:c5deacc27a4a29fa141e179535d56d21a0eb734f) 2025-03-21T20:18:03.7127948Z Download action repository 'actions/download-artifact@v4' (SHA:95815c38cf2ff2164869cbab79da8d1f422bc89e) 2025-03-21T20:18:04.0303324Z Download action repository 'pmeier/pytest-results-action@v0.3.0' (SHA:a2c1430e2bddadbad9f49a6f9b879f062c6b19b1) 2025-03-21T20:18:04.1281292Z Download action repository 'actions/upload-artifact@v4' (SHA:ea165f8d65b6e75b540449e92b4886f43607fa02) 2025-03-21T20:18:04.5291697Z Download action repository 'seemethere/upload-artifact-s3@v5' (SHA:baba72d0712b404f646cebe0730933554ebce96a) 2025-03-21T20:18:04.7749080Z Getting action download info 2025-03-21T20:18:04.9250231Z Uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@refs/heads/main (c1d92bc76c9d8ecf59b36ef10588c9605c8578d1) 2025-03-21T20:18:04.9252251Z ##[group] Inputs 2025-03-21T20:18:04.9255155Z 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" ./install_requirements.sh --use-pt-pinned-commit 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-03-21T20:18:04.9258493Z timeout: 180 2025-03-21T20:18:04.9258759Z runner: linux.2xlarge 2025-03-21T20:18:04.9259043Z upload-artifact: 2025-03-21T20:18:04.9259607Z upload-artifact-to-s3: false 2025-03-21T20:18:04.9259917Z download-artifact: 2025-03-21T20:18:04.9260190Z repository: 2025-03-21T20:18:04.9260461Z fetch-depth: 1 2025-03-21T20:18:04.9260710Z submodules: true 2025-03-21T20:18:04.9261005Z ref: be92d7d85cb7081ac0a544036da4096a4efa33a8 2025-03-21T20:18:04.9261400Z test-infra-repository: pytorch/test-infra 2025-03-21T20:18:04.9261752Z test-infra-ref: 2025-03-21T20:18:04.9262079Z docker-image: executorch-ubuntu-22.04-qnn-sdk 2025-03-21T20:18:04.9262469Z docker-build-dir: .ci/docker 2025-03-21T20:18:04.9262769Z gpu-arch-type: cpu 2025-03-21T20:18:04.9263024Z gpu-arch-version: 2025-03-21T20:18:04.9263285Z job-name: linux-job 2025-03-21T20:18:04.9263560Z continue-on-error: false 2025-03-21T20:18:04.9263848Z binary-matrix: 2025-03-21T20:18:04.9264092Z run-with-docker: true 2025-03-21T20:18:04.9264361Z secrets-env: 2025-03-21T20:18:04.9264602Z no-sudo: false 2025-03-21T20:18:04.9264884Z ##[endgroup] 2025-03-21T20:18:04.9265238Z Complete job name: test-static-llama-qnn-linux / linux-job 2025-03-21T20:18:04.9678728Z A job started hook has been configured by the self-hosted runner administrator 2025-03-21T20:18:04.9780172Z ##[group]Run '/home/ec2-user/runner-scripts/before_job.sh' 2025-03-21T20:18:04.9789100Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:04.9789800Z ##[endgroup] 2025-03-21T20:18:06.1075466Z Runner Type: linux.2xlarge 2025-03-21T20:18:06.1075931Z Instance Type: c5.2xlarge 2025-03-21T20:18:06.1077625Z AMI Name: unknown 2025-03-21T20:18:06.1104867Z AMI ID: ami-08b5b3a93ed654d19 2025-03-21T20:18:11.3832085Z ##[group]Run set -euxo pipefail 2025-03-21T20:18:11.3832526Z set -euxo pipefail 2025-03-21T20:18:11.3832866Z if [[ "${NO_SUDO}" == "false" ]]; then 2025-03-21T20:18:11.3833286Z  echo "::group::Cleanup with-sudo debug output" 2025-03-21T20:18:11.3833703Z  sudo rm -rfv "${GITHUB_WORKSPACE}" 2025-03-21T20:18:11.3834044Z else 2025-03-21T20:18:11.3834343Z  echo "::group::Cleanup no-sudo debug output" 2025-03-21T20:18:11.3834720Z  rm -rfv "${GITHUB_WORKSPACE}" 2025-03-21T20:18:11.3835044Z fi 2025-03-21T20:18:11.3835280Z  2025-03-21T20:18:11.3835542Z mkdir -p "${GITHUB_WORKSPACE}" 2025-03-21T20:18:11.3835885Z echo "::endgroup::" 2025-03-21T20:18:11.3844457Z shell: /usr/bin/bash -e {0} 2025-03-21T20:18:11.3844777Z env: 2025-03-21T20:18:11.3845063Z DOCKER_IMAGE: executorch-ubuntu-22.04-qnn-sdk 2025-03-21T20:18:11.3845470Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:11.3845835Z PR_NUMBER: 2025-03-21T20:18:11.3848633Z 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" ./install_requirements.sh --use-pt-pinned-commit 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-03-21T20:18:11.3851486Z NO_SUDO: false 2025-03-21T20:18:11.3851738Z ##[endgroup] 2025-03-21T20:18:11.3879635Z + [[ false == \f\a\l\s\e ]] 2025-03-21T20:18:11.3890035Z + echo '::group::Cleanup with-sudo debug output' 2025-03-21T20:18:11.3890573Z + sudo rm -rfv /home/ec2-user/actions-runner/_work/executorch/executorch 2025-03-21T20:18:11.3896961Z ##[group]Cleanup with-sudo debug output 2025-03-21T20:18:11.4922964Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch' 2025-03-21T20:18:11.4937160Z + mkdir -p /home/ec2-user/actions-runner/_work/executorch/executorch 2025-03-21T20:18:11.4947531Z + echo ::endgroup:: 2025-03-21T20:18:11.4948594Z ##[endgroup] 2025-03-21T20:18:11.5051165Z ##[group]Run actions/checkout@v4 2025-03-21T20:18:11.5051517Z with: 2025-03-21T20:18:11.5051758Z repository: pytorch/test-infra 2025-03-21T20:18:11.5052079Z path: test-infra 2025-03-21T20:18:11.5052339Z submodules: recursive 2025-03-21T20:18:11.5052876Z token: *** 2025-03-21T20:18:11.5053138Z ssh-strict: true 2025-03-21T20:18:11.5053394Z ssh-user: git 2025-03-21T20:18:11.5053647Z persist-credentials: true 2025-03-21T20:18:11.5053952Z clean: true 2025-03-21T20:18:11.5054215Z sparse-checkout-cone-mode: true 2025-03-21T20:18:11.5054528Z fetch-depth: 1 2025-03-21T20:18:11.5054795Z fetch-tags: false 2025-03-21T20:18:11.5055040Z show-progress: true 2025-03-21T20:18:11.5055299Z lfs: false 2025-03-21T20:18:11.5055547Z set-safe-directory: true 2025-03-21T20:18:11.5055826Z env: 2025-03-21T20:18:11.5056097Z DOCKER_IMAGE: executorch-ubuntu-22.04-qnn-sdk 2025-03-21T20:18:11.5056461Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:11.5056759Z PR_NUMBER: 2025-03-21T20:18:11.5059586Z 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" ./install_requirements.sh --use-pt-pinned-commit 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-03-21T20:18:11.5062589Z ##[endgroup] 2025-03-21T20:18:11.6160359Z Syncing repository: pytorch/test-infra 2025-03-21T20:18:11.6161110Z ##[group]Getting Git version info 2025-03-21T20:18:11.6161664Z Working directory is '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra' 2025-03-21T20:18:11.6162431Z [command]/usr/bin/git version 2025-03-21T20:18:11.6162739Z git version 2.47.1 2025-03-21T20:18:11.6177631Z ##[endgroup] 2025-03-21T20:18:11.6188859Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/0e709483-871e-467f-8c70-c7a0ba773ac7' before making global git config changes 2025-03-21T20:18:11.6190055Z Adding repository directory to the temporary git global config as a safe directory 2025-03-21T20:18:11.6194079Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/executorch/executorch/test-infra 2025-03-21T20:18:11.6219230Z ##[group]Initializing the repository 2025-03-21T20:18:11.6223310Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/executorch/executorch/test-infra 2025-03-21T20:18:11.6251234Z hint: Using 'master' as the name for the initial branch. This default branch name 2025-03-21T20:18:11.6252275Z hint: is subject to change. To configure the initial branch name to use in all 2025-03-21T20:18:11.6253138Z hint: of your new repositories, which will suppress this warning, call: 2025-03-21T20:18:11.6253678Z hint: 2025-03-21T20:18:11.6254070Z hint: git config --global init.defaultBranch 2025-03-21T20:18:11.6254590Z hint: 2025-03-21T20:18:11.6254995Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2025-03-21T20:18:11.6256083Z hint: 'development'. The just-created branch can be renamed via this command: 2025-03-21T20:18:11.6256711Z hint: 2025-03-21T20:18:11.6257063Z hint: git branch -m 2025-03-21T20:18:11.6257782Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/ 2025-03-21T20:18:11.6259868Z [command]/usr/bin/git remote add origin https://github.com/pytorch/test-infra 2025-03-21T20:18:11.6283723Z ##[endgroup] 2025-03-21T20:18:11.6284344Z ##[group]Disabling automatic garbage collection 2025-03-21T20:18:11.6287433Z [command]/usr/bin/git config --local gc.auto 0 2025-03-21T20:18:11.6310146Z ##[endgroup] 2025-03-21T20:18:11.6310885Z ##[group]Setting up auth 2025-03-21T20:18:11.6315383Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-03-21T20:18:11.6337847Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :" 2025-03-21T20:18:11.6597642Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-03-21T20:18:11.6620321Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :" 2025-03-21T20:18:11.6857691Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-03-21T20:18:11.6894631Z ##[endgroup] 2025-03-21T20:18:11.6895290Z ##[group]Determining the default branch 2025-03-21T20:18:11.6897591Z Retrieving the default branch name 2025-03-21T20:18:11.8968120Z Default branch 'main' 2025-03-21T20:18:11.8968962Z ##[endgroup] 2025-03-21T20:18:11.8969653Z ##[group]Fetching the repository 2025-03-21T20:18:11.8974033Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +refs/heads/main:refs/remotes/origin/main 2025-03-21T20:18:12.2185189Z From https://github.com/pytorch/test-infra 2025-03-21T20:18:12.2186195Z * [new branch] main -> origin/main 2025-03-21T20:18:12.2204267Z ##[endgroup] 2025-03-21T20:18:12.2204711Z ##[group]Determining the checkout info 2025-03-21T20:18:12.2205678Z ##[endgroup] 2025-03-21T20:18:12.2210054Z [command]/usr/bin/git sparse-checkout disable 2025-03-21T20:18:12.2239363Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig 2025-03-21T20:18:12.2260865Z ##[group]Checking out the ref 2025-03-21T20:18:12.2264343Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main 2025-03-21T20:18:12.3051597Z Switched to a new branch 'main' 2025-03-21T20:18:12.3052388Z branch 'main' set up to track 'origin/main'. 2025-03-21T20:18:12.3059467Z ##[endgroup] 2025-03-21T20:18:12.3059911Z ##[group]Setting up auth for fetching submodules 2025-03-21T20:18:12.3064699Z [command]/usr/bin/git config --global http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-03-21T20:18:12.3102874Z [command]/usr/bin/git config --global --unset-all url.https://github.com/.insteadOf 2025-03-21T20:18:12.3128508Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf git@github.com: 2025-03-21T20:18:12.3154011Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2025-03-21T20:18:12.3175254Z ##[endgroup] 2025-03-21T20:18:12.3175671Z ##[group]Fetching submodules 2025-03-21T20:18:12.3179043Z [command]/usr/bin/git submodule sync --recursive 2025-03-21T20:18:12.3422563Z [command]/usr/bin/git -c protocol.version=2 submodule update --init --force --depth=1 --recursive 2025-03-21T20:18:12.3666012Z [command]/usr/bin/git submodule foreach --recursive git config --local gc.auto 0 2025-03-21T20:18:12.3903475Z ##[endgroup] 2025-03-21T20:18:12.3903965Z ##[group]Persisting credentials for submodules 2025-03-21T20:18:12.3908270Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'url\.https\:\/\/github\.com\/\.insteadOf' && git config --local --unset-all 'url.https://github.com/.insteadOf' || :" 2025-03-21T20:18:12.4148454Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local 'http.https://github.com/.extraheader' 'AUTHORIZATION: basic ***' && git config --local --show-origin --name-only --get-regexp remote.origin.url" 2025-03-21T20:18:12.4389621Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:' 2025-03-21T20:18:12.4630695Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'org-21003710@github.com:' 2025-03-21T20:18:12.4869614Z ##[endgroup] 2025-03-21T20:18:12.4898566Z [command]/usr/bin/git log -1 --format=%H 2025-03-21T20:18:12.4917530Z c1d92bc76c9d8ecf59b36ef10588c9605c8578d1 2025-03-21T20:18:12.5109216Z Prepare all required actions 2025-03-21T20:18:12.5109759Z Getting action download info 2025-03-21T20:18:12.6417501Z Download action repository 'pytorch/test-infra@main' (SHA:c1d92bc76c9d8ecf59b36ef10588c9605c8578d1) 2025-03-21T20:18:14.0934317Z Getting action download info 2025-03-21T20:18:14.1856617Z Download action repository 'nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482' (SHA:3e91a01664abd3c5cd539100d10d33b9c5b68482) 2025-03-21T20:18:14.3471209Z ##[group]Run ./test-infra/.github/actions/setup-linux 2025-03-21T20:18:14.3471569Z env: 2025-03-21T20:18:14.3471850Z DOCKER_IMAGE: executorch-ubuntu-22.04-qnn-sdk 2025-03-21T20:18:14.3472228Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:14.3472529Z PR_NUMBER: 2025-03-21T20:18:14.3475292Z 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" ./install_requirements.sh --use-pt-pinned-commit 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-03-21T20:18:14.3478696Z ##[endgroup] 2025-03-21T20:18:14.3562711Z ##[group]Run set -euo pipefail 2025-03-21T20:18:14.3563059Z set -euo pipefail 2025-03-21T20:18:14.3563370Z function get_ec2_metadata() { 2025-03-21T20:18:14.3563748Z  # Pulled from instance metadata endpoint for EC2 2025-03-21T20:18:14.3564402Z  # see https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-data-retrieval.html 2025-03-21T20:18:14.3564978Z  category=$1 2025-03-21T20:18:14.3565883Z  curl -H "X-aws-ec2-metadata-token: $(curl -s -X PUT "http://169.254.169.254/latest/api/token" -H "X-aws-ec2-metadata-token-ttl-seconds: 30")" -fsSL "http://169.254.169.254/latest/meta-data/${category}" 2025-03-21T20:18:14.3566810Z } 2025-03-21T20:18:14.3567087Z echo "ami-id: $(get_ec2_metadata ami-id)" 2025-03-21T20:18:14.3567523Z echo "instance-id: $(get_ec2_metadata instance-id)" 2025-03-21T20:18:14.3567997Z echo "instance-type: $(get_ec2_metadata instance-type)" 2025-03-21T20:18:14.3568420Z echo "system info $(uname -a)" 2025-03-21T20:18:14.3574112Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:14.3574502Z env: 2025-03-21T20:18:14.3574773Z DOCKER_IMAGE: executorch-ubuntu-22.04-qnn-sdk 2025-03-21T20:18:14.3575144Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:14.3575430Z PR_NUMBER: 2025-03-21T20:18:14.3578527Z 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" ./install_requirements.sh --use-pt-pinned-commit 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-03-21T20:18:14.3581318Z ##[endgroup] 2025-03-21T20:18:14.3720334Z ami-id: ami-08b5b3a93ed654d19 2025-03-21T20:18:14.3809627Z instance-id: i-09339782bd72bbffa 2025-03-21T20:18:14.3897047Z instance-type: c5.2xlarge 2025-03-21T20:18:14.3906367Z system info Linux ip-10-0-6-80.ec2.internal 6.1.129-138.220.amzn2023.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Feb 25 22:18:43 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux 2025-03-21T20:18:14.3940780Z ##[group]Run echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-03-21T20:18:14.3941729Z echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-03-21T20:18:14.3947497Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:14.3947872Z env: 2025-03-21T20:18:14.3948159Z DOCKER_IMAGE: executorch-ubuntu-22.04-qnn-sdk 2025-03-21T20:18:14.3948539Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:14.3948849Z PR_NUMBER: 2025-03-21T20:18:14.3951652Z 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" ./install_requirements.sh --use-pt-pinned-commit 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-03-21T20:18:14.3954539Z ##[endgroup] 2025-03-21T20:18:14.4025535Z ##[group]Run if systemctl is-active --quiet docker; then 2025-03-21T20:18:14.4025995Z if systemctl is-active --quiet docker; then 2025-03-21T20:18:14.4026385Z  echo "Docker daemon is running..."; 2025-03-21T20:18:14.4026723Z else 2025-03-21T20:18:14.4027090Z  echo "Starting docker deamon..." && sudo systemctl start docker; 2025-03-21T20:18:14.4027532Z fi 2025-03-21T20:18:14.4032718Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:14.4033115Z env: 2025-03-21T20:18:14.4033390Z DOCKER_IMAGE: executorch-ubuntu-22.04-qnn-sdk 2025-03-21T20:18:14.4033769Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:14.4034072Z PR_NUMBER: 2025-03-21T20:18:14.4036781Z 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" ./install_requirements.sh --use-pt-pinned-commit 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-03-21T20:18:14.4039539Z ##[endgroup] 2025-03-21T20:18:14.4107753Z Docker daemon is running... 2025-03-21T20:18:14.4135790Z ##[group]Run AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2025-03-21T20:18:14.4136439Z AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2025-03-21T20:18:14.4136970Z retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2025-03-21T20:18:14.4137597Z retry aws ecr get-login-password --region "$AWS_DEFAULT_REGION" | docker login --username AWS \ 2025-03-21T20:18:14.4138335Z  --password-stdin "$AWS_ACCOUNT_ID.dkr.ecr.$AWS_DEFAULT_REGION.amazonaws.com" 2025-03-21T20:18:14.4143900Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:14.4144287Z env: 2025-03-21T20:18:14.4144563Z DOCKER_IMAGE: executorch-ubuntu-22.04-qnn-sdk 2025-03-21T20:18:14.4144938Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:14.4145225Z PR_NUMBER: 2025-03-21T20:18:14.4148085Z 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" ./install_requirements.sh --use-pt-pinned-commit 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-03-21T20:18:14.4150977Z AWS_RETRY_MODE: standard 2025-03-21T20:18:14.4151297Z AWS_MAX_ATTEMPTS: 5 2025-03-21T20:18:14.4151573Z AWS_DEFAULT_REGION: us-east-1 2025-03-21T20:18:14.4151849Z ##[endgroup] 2025-03-21T20:18:15.4110763Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2025-03-21T20:18:15.4111754Z Configure a credential helper to remove this warning. See 2025-03-21T20:18:15.4112598Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2025-03-21T20:18:15.4113092Z 2025-03-21T20:18:15.4113211Z Login Succeeded 2025-03-21T20:18:15.4294276Z ##[group]Run env | grep '^GITHUB' >> "${RUNNER_TEMP}/github_env_${GITHUB_RUN_ID}" 2025-03-21T20:18:15.4295125Z env | grep '^GITHUB' >> "${RUNNER_TEMP}/github_env_${GITHUB_RUN_ID}" 2025-03-21T20:18:15.4295650Z env | grep '^CI' >> "${RUNNER_TEMP}/github_env_${GITHUB_RUN_ID}" 2025-03-21T20:18:15.4301562Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:15.4301954Z env: 2025-03-21T20:18:15.4302233Z DOCKER_IMAGE: executorch-ubuntu-22.04-qnn-sdk 2025-03-21T20:18:15.4302609Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:15.4302916Z PR_NUMBER: 2025-03-21T20:18:15.4305647Z 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" ./install_requirements.sh --use-pt-pinned-commit 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-03-21T20:18:15.4308419Z ##[endgroup] 2025-03-21T20:18:15.4391507Z ##[group]Run RUNNER_ARTIFACT_DIR="${RUNNER_TEMP}/artifacts" 2025-03-21T20:18:15.4392009Z RUNNER_ARTIFACT_DIR="${RUNNER_TEMP}/artifacts" 2025-03-21T20:18:15.4392421Z sudo rm -rf "${RUNNER_ARTIFACT_DIR}" 2025-03-21T20:18:15.4392794Z mkdir -p "${RUNNER_ARTIFACT_DIR}" 2025-03-21T20:18:15.4393250Z echo "RUNNER_ARTIFACT_DIR=${RUNNER_ARTIFACT_DIR}" >> "${GITHUB_ENV}" 2025-03-21T20:18:15.4393694Z  2025-03-21T20:18:15.4394023Z RUNNER_TEST_RESULTS_DIR="${RUNNER_TEMP}/test-results" 2025-03-21T20:18:15.4394469Z sudo rm -rf "${RUNNER_TEST_RESULTS_DIR}" 2025-03-21T20:18:15.4394854Z mkdir -p "${RUNNER_TEST_RESULTS_DIR}" 2025-03-21T20:18:15.4395350Z echo "RUNNER_TEST_RESULTS_DIR=${RUNNER_TEST_RESULTS_DIR}" >> "${GITHUB_ENV}" 2025-03-21T20:18:15.4395821Z  2025-03-21T20:18:15.4396079Z RUNNER_DOCS_DIR="${RUNNER_TEMP}/docs" 2025-03-21T20:18:15.4396440Z sudo rm -rf "${RUNNER_DOCS_DIR}" 2025-03-21T20:18:15.4396782Z mkdir -p "${RUNNER_DOCS_DIR}" 2025-03-21T20:18:15.4397201Z echo "RUNNER_DOCS_DIR=${RUNNER_DOCS_DIR}" >> "${GITHUB_ENV}" 2025-03-21T20:18:15.4402655Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:15.4403032Z env: 2025-03-21T20:18:15.4403314Z DOCKER_IMAGE: executorch-ubuntu-22.04-qnn-sdk 2025-03-21T20:18:15.4403690Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:15.4403988Z PR_NUMBER: 2025-03-21T20:18:15.4406849Z 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" ./install_requirements.sh --use-pt-pinned-commit 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-03-21T20:18:15.4409609Z ##[endgroup] 2025-03-21T20:18:15.8882303Z ##[group]Run needs=0 2025-03-21T20:18:15.8882603Z needs=0 2025-03-21T20:18:15.8882990Z if lspci -v | grep -e 'controller.*NVIDIA' >/dev/null 2>/dev/null; then 2025-03-21T20:18:15.8883443Z  needs=1 2025-03-21T20:18:15.8883707Z fi 2025-03-21T20:18:15.8883983Z echo "does=${needs}" >> $GITHUB_OUTPUT 2025-03-21T20:18:15.8889718Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:15.8890107Z env: 2025-03-21T20:18:15.8890533Z DOCKER_IMAGE: executorch-ubuntu-22.04-qnn-sdk 2025-03-21T20:18:15.8890908Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:15.8891211Z PR_NUMBER: 2025-03-21T20:18:15.8893951Z 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" ./install_requirements.sh --use-pt-pinned-commit 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-03-21T20:18:15.8896875Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:18:15.8897486Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:18:15.8898057Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:18:15.8898463Z ##[endgroup] 2025-03-21T20:18:15.9133758Z ##[group]Run # ignore expansion of "docker ps -q" since it could be empty 2025-03-21T20:18:15.9134342Z # ignore expansion of "docker ps -q" since it could be empty 2025-03-21T20:18:15.9134788Z # shellcheck disable=SC2046 2025-03-21T20:18:15.9135125Z docker stop $(docker ps -q) || true 2025-03-21T20:18:15.9135487Z # Prune all of the docker images 2025-03-21T20:18:15.9135834Z docker system prune -af 2025-03-21T20:18:15.9141147Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:15.9141557Z env: 2025-03-21T20:18:15.9141817Z DOCKER_IMAGE: executorch-ubuntu-22.04-qnn-sdk 2025-03-21T20:18:15.9142192Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:15.9142495Z PR_NUMBER: 2025-03-21T20:18:15.9145203Z 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" ./install_requirements.sh --use-pt-pinned-commit 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-03-21T20:18:15.9148236Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:18:15.9148835Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:18:15.9149496Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:18:15.9149905Z ##[endgroup] 2025-03-21T20:18:15.9361599Z "docker stop" requires at least 1 argument. 2025-03-21T20:18:15.9361979Z See 'docker stop --help'. 2025-03-21T20:18:15.9362172Z 2025-03-21T20:18:15.9362337Z Usage: docker stop [OPTIONS] CONTAINER [CONTAINER...] 2025-03-21T20:18:15.9362624Z 2025-03-21T20:18:15.9362741Z Stop one or more running containers 2025-03-21T20:18:15.9508319Z Total reclaimed space: 0B 2025-03-21T20:18:15.9579463Z ##[group]Run ./test-infra/.github/actions/setup-ssh 2025-03-21T20:18:15.9579850Z with: 2025-03-21T20:18:15.9580309Z github-secret: *** 2025-03-21T20:18:15.9581004Z instructions: All testing is done inside the container, to start an interactive session run: docker exec -it $(docker container ps --format '{{.ID}}') bash 2025-03-21T20:18:15.9581775Z activate-with-label: false 2025-03-21T20:18:15.9582067Z label: with-ssh 2025-03-21T20:18:15.9582327Z remove-existing-keys: true 2025-03-21T20:18:15.9582614Z fail-silently: true 2025-03-21T20:18:15.9583009Z env: 2025-03-21T20:18:15.9583267Z DOCKER_IMAGE: executorch-ubuntu-22.04-qnn-sdk 2025-03-21T20:18:15.9583637Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:15.9583932Z PR_NUMBER: 2025-03-21T20:18:15.9586698Z 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" ./install_requirements.sh --use-pt-pinned-commit 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-03-21T20:18:15.9589728Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:18:15.9590335Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:18:15.9590903Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:18:15.9591293Z ##[endgroup] 2025-03-21T20:18:16.0614607Z Please see https://github.com/pytorch/pytorch/wiki/Debugging-using-with-ssh-for-Github-Actions for more info. 2025-03-21T20:18:16.0616962Z Not on pull request and ciflow reference could not be extracted, skipping adding ssh keys 2025-03-21T20:18:16.0749295Z ##[group]Run actions/checkout@v4 2025-03-21T20:18:16.0749621Z with: 2025-03-21T20:18:16.0749871Z repository: pytorch/executorch 2025-03-21T20:18:16.0750197Z ref: be92d7d85cb7081ac0a544036da4096a4efa33a8 2025-03-21T20:18:16.0750555Z path: pytorch/executorch 2025-03-21T20:18:16.0750835Z fetch-depth: 1 2025-03-21T20:18:16.0751080Z submodules: true 2025-03-21T20:18:16.0751474Z token: *** 2025-03-21T20:18:16.0751700Z ssh-strict: true 2025-03-21T20:18:16.0751971Z ssh-user: git 2025-03-21T20:18:16.0752230Z persist-credentials: true 2025-03-21T20:18:16.0752518Z clean: true 2025-03-21T20:18:16.0752779Z sparse-checkout-cone-mode: true 2025-03-21T20:18:16.0753080Z fetch-tags: false 2025-03-21T20:18:16.0753334Z show-progress: true 2025-03-21T20:18:16.0753591Z lfs: false 2025-03-21T20:18:16.0753834Z set-safe-directory: true 2025-03-21T20:18:16.0754108Z env: 2025-03-21T20:18:16.0754362Z DOCKER_IMAGE: executorch-ubuntu-22.04-qnn-sdk 2025-03-21T20:18:16.0754782Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:16.0755084Z PR_NUMBER: 2025-03-21T20:18:16.0757809Z 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" ./install_requirements.sh --use-pt-pinned-commit 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-03-21T20:18:16.0760740Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:18:16.0761353Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:18:16.0761922Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:18:16.0762309Z ##[endgroup] 2025-03-21T20:18:16.1681990Z Syncing repository: pytorch/executorch 2025-03-21T20:18:16.1690633Z ##[group]Getting Git version info 2025-03-21T20:18:16.1691698Z Working directory is '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch' 2025-03-21T20:18:16.1717972Z [command]/usr/bin/git version 2025-03-21T20:18:16.1750614Z git version 2.47.1 2025-03-21T20:18:16.1775208Z ##[endgroup] 2025-03-21T20:18:16.1788061Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/6fa1076e-868d-4ab4-9115-d27913639db1' before making global git config changes 2025-03-21T20:18:16.1789897Z Adding repository directory to the temporary git global config as a safe directory 2025-03-21T20:18:16.1794579Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch 2025-03-21T20:18:16.1820157Z ##[group]Initializing the repository 2025-03-21T20:18:16.1825185Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch 2025-03-21T20:18:16.1852102Z hint: Using 'master' as the name for the initial branch. This default branch name 2025-03-21T20:18:16.1853168Z hint: is subject to change. To configure the initial branch name to use in all 2025-03-21T20:18:16.1854163Z hint: of your new repositories, which will suppress this warning, call: 2025-03-21T20:18:16.1854911Z hint: 2025-03-21T20:18:16.1855398Z hint: git config --global init.defaultBranch 2025-03-21T20:18:16.1856020Z hint: 2025-03-21T20:18:16.1856626Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2025-03-21T20:18:16.1857627Z hint: 'development'. The just-created branch can be renamed via this command: 2025-03-21T20:18:16.1858363Z hint: 2025-03-21T20:18:16.1858724Z hint: git branch -m 2025-03-21T20:18:16.1860134Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/ 2025-03-21T20:18:16.1864525Z [command]/usr/bin/git remote add origin https://github.com/pytorch/executorch 2025-03-21T20:18:16.1888442Z ##[endgroup] 2025-03-21T20:18:16.1889244Z ##[group]Disabling automatic garbage collection 2025-03-21T20:18:16.1893613Z [command]/usr/bin/git config --local gc.auto 0 2025-03-21T20:18:16.1916301Z ##[endgroup] 2025-03-21T20:18:16.1917010Z ##[group]Setting up auth 2025-03-21T20:18:16.1922652Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-03-21T20:18:16.1946787Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :" 2025-03-21T20:18:16.2189362Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-03-21T20:18:16.2213074Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :" 2025-03-21T20:18:16.2454209Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-03-21T20:18:16.2492368Z ##[endgroup] 2025-03-21T20:18:16.2493117Z ##[group]Fetching the repository 2025-03-21T20:18:16.2500661Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin be92d7d85cb7081ac0a544036da4096a4efa33a8 2025-03-21T20:18:17.5916462Z From https://github.com/pytorch/executorch 2025-03-21T20:18:17.5916988Z * branch be92d7d85cb7081ac0a544036da4096a4efa33a8 -> FETCH_HEAD 2025-03-21T20:18:17.5934979Z ##[endgroup] 2025-03-21T20:18:17.5935499Z ##[group]Determining the checkout info 2025-03-21T20:18:17.5937204Z ##[endgroup] 2025-03-21T20:18:17.5941332Z [command]/usr/bin/git sparse-checkout disable 2025-03-21T20:18:17.5970459Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig 2025-03-21T20:18:17.5992348Z ##[group]Checking out the ref 2025-03-21T20:18:17.5995656Z [command]/usr/bin/git checkout --progress --force be92d7d85cb7081ac0a544036da4096a4efa33a8 2025-03-21T20:18:18.0506002Z Note: switching to 'be92d7d85cb7081ac0a544036da4096a4efa33a8'. 2025-03-21T20:18:18.0506349Z 2025-03-21T20:18:18.0506581Z You are in 'detached HEAD' state. You can look around, make experimental 2025-03-21T20:18:18.0507160Z changes and commit them, and you can discard any commits you make in this 2025-03-21T20:18:18.0507926Z state without impacting any branches by switching back to a branch. 2025-03-21T20:18:18.0508252Z 2025-03-21T20:18:18.0508478Z If you want to create a new branch to retain commits you create, you may 2025-03-21T20:18:18.0509075Z do so (now or later) by using -c with the switch command. Example: 2025-03-21T20:18:18.0509371Z 2025-03-21T20:18:18.0509495Z git switch -c 2025-03-21T20:18:18.0509716Z 2025-03-21T20:18:18.0509848Z Or undo this operation with: 2025-03-21T20:18:18.0510049Z 2025-03-21T20:18:18.0510148Z git switch - 2025-03-21T20:18:18.0510302Z 2025-03-21T20:18:18.0510543Z Turn off this advice by setting config variable advice.detachedHead to false 2025-03-21T20:18:18.0510892Z 2025-03-21T20:18:18.0511072Z HEAD is now at be92d7d [Android] Use new Llm package API 2025-03-21T20:18:18.0529228Z ##[endgroup] 2025-03-21T20:18:18.0529683Z ##[group]Setting up auth for fetching submodules 2025-03-21T20:18:18.0534639Z [command]/usr/bin/git config --global http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-03-21T20:18:18.0569239Z [command]/usr/bin/git config --global --unset-all url.https://github.com/.insteadOf 2025-03-21T20:18:18.0591592Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf git@github.com: 2025-03-21T20:18:18.0615000Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2025-03-21T20:18:18.0633916Z ##[endgroup] 2025-03-21T20:18:18.0634584Z ##[group]Fetching submodules 2025-03-21T20:18:18.0637219Z [command]/usr/bin/git submodule sync 2025-03-21T20:18:18.0886978Z [command]/usr/bin/git -c protocol.version=2 submodule update --init --force --depth=1 2025-03-21T20:18:18.1125917Z Submodule 'backends/arm/third-party/ethos-u-core-driver' (https://github.com/pytorch-labs/ethos-u-core-driver-mirror) registered for path 'backends/arm/third-party/ethos-u-core-driver' 2025-03-21T20:18:18.1127679Z Submodule 'backends/arm/third-party/serialization_lib' (https://github.com/pytorch-labs/tosa_serialization_lib-mirror) registered for path 'backends/arm/third-party/serialization_lib' 2025-03-21T20:18:18.1130282Z Submodule 'backends/cadence/utils/FACTO' (https://github.com/pytorch-labs/FACTO.git) registered for path 'backends/cadence/utils/FACTO' 2025-03-21T20:18:18.1133436Z Submodule 'backends/vulkan/third-party/Vulkan-Headers' (https://github.com/KhronosGroup/Vulkan-Headers) registered for path 'backends/vulkan/third-party/Vulkan-Headers' 2025-03-21T20:18:18.1137032Z Submodule 'backends/vulkan/third-party/VulkanMemoryAllocator' (https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git) registered for path 'backends/vulkan/third-party/VulkanMemoryAllocator' 2025-03-21T20:18:18.1139842Z Submodule 'backends/vulkan/third-party/volk' (https://github.com/zeux/volk) registered for path 'backends/vulkan/third-party/volk' 2025-03-21T20:18:18.1143117Z Submodule 'backends/xnnpack/third-party/FP16' (https://github.com/Maratyszcza/FP16.git) registered for path 'backends/xnnpack/third-party/FP16' 2025-03-21T20:18:18.1146589Z Submodule 'backends/xnnpack/third-party/FXdiv' (https://github.com/Maratyszcza/FXdiv.git) registered for path 'backends/xnnpack/third-party/FXdiv' 2025-03-21T20:18:18.1150455Z Submodule 'backends/xnnpack/third-party/XNNPACK' (https://github.com/google/XNNPACK.git) registered for path 'backends/xnnpack/third-party/XNNPACK' 2025-03-21T20:18:18.1153867Z Submodule 'backends/xnnpack/third-party/cpuinfo' (https://github.com/pytorch/cpuinfo.git) registered for path 'backends/xnnpack/third-party/cpuinfo' 2025-03-21T20:18:18.1157518Z Submodule 'backends/xnnpack/third-party/pthreadpool' (https://github.com/Maratyszcza/pthreadpool.git) registered for path 'backends/xnnpack/third-party/pthreadpool' 2025-03-21T20:18:18.1160969Z Submodule 'extension/llm/tokenizers' (https://github.com/pytorch-labs/tokenizers.git) registered for path 'extension/llm/tokenizers' 2025-03-21T20:18:18.1164783Z Submodule 'kernels/optimized/third-party/eigen' (https://gitlab.com/libeigen/eigen.git) registered for path 'kernels/optimized/third-party/eigen' 2025-03-21T20:18:18.1168522Z Submodule 'shim' (https://github.com/facebook/buck2-shims-meta) registered for path 'shim' 2025-03-21T20:18:18.1172417Z Submodule 'third-party/ao' (https://github.com/pytorch/ao.git) registered for path 'third-party/ao' 2025-03-21T20:18:18.1177371Z Submodule 'third-party/flatbuffers' (https://github.com/google/flatbuffers.git) registered for path 'third-party/flatbuffers' 2025-03-21T20:18:18.1182820Z Submodule 'third-party/flatcc' (https://github.com/dvidelabs/flatcc.git) registered for path 'third-party/flatcc' 2025-03-21T20:18:18.1187018Z Submodule 'third-party/gflags' (https://github.com/gflags/gflags.git) registered for path 'third-party/gflags' 2025-03-21T20:18:18.1191465Z Submodule 'third-party/googletest' (https://github.com/google/googletest.git) registered for path 'third-party/googletest' 2025-03-21T20:18:18.1195748Z Submodule 'third-party/ios-cmake' (https://github.com/leetal/ios-cmake) registered for path 'third-party/ios-cmake' 2025-03-21T20:18:18.1200404Z Submodule 'third-party/pocketfft' (https://github.com/mreineck/pocketfft) registered for path 'third-party/pocketfft' 2025-03-21T20:18:18.1205133Z Submodule 'third-party/prelude' (https://github.com/facebook/buck2-prelude.git) registered for path 'third-party/prelude' 2025-03-21T20:18:18.1209730Z Submodule 'third-party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third-party/pybind11' 2025-03-21T20:18:18.1234844Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/ethos-u-core-driver'... 2025-03-21T20:18:18.3261015Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/serialization_lib'... 2025-03-21T20:18:18.5260438Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/FACTO'... 2025-03-21T20:18:18.7097373Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/Vulkan-Headers'... 2025-03-21T20:18:19.1042131Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator'... 2025-03-21T20:18:19.3490611Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/volk'... 2025-03-21T20:18:19.5139284Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FP16'... 2025-03-21T20:18:19.6780982Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FXdiv'... 2025-03-21T20:18:19.8849270Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK'... 2025-03-21T20:18:20.5607417Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo'... 2025-03-21T20:18:20.8849661Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/pthreadpool'... 2025-03-21T20:18:21.1208522Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers'... 2025-03-21T20:18:21.3453274Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen'... 2025-03-21T20:18:22.0700972Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim'... 2025-03-21T20:18:22.2930570Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao'... 2025-03-21T20:18:22.6012869Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers'... 2025-03-21T20:18:22.8986412Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc'... 2025-03-21T20:18:23.1032202Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gflags'... 2025-03-21T20:18:23.2927455Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest'... 2025-03-21T20:18:23.5168864Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ios-cmake'... 2025-03-21T20:18:23.6939895Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pocketfft'... 2025-03-21T20:18:23.8991651Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude'... 2025-03-21T20:18:24.2511942Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11'... 2025-03-21T20:18:24.9185962Z From https://github.com/pytorch-labs/ethos-u-core-driver-mirror 2025-03-21T20:18:24.9186591Z * branch 78df0006c5fa667150d3ee35db7bde1d3f6f58c7 -> FETCH_HEAD 2025-03-21T20:18:24.9292689Z Submodule path 'backends/arm/third-party/ethos-u-core-driver': checked out '78df0006c5fa667150d3ee35db7bde1d3f6f58c7' 2025-03-21T20:18:25.4178820Z From https://github.com/pytorch-labs/tosa_serialization_lib-mirror 2025-03-21T20:18:25.4179827Z * branch 187af0d41fe75d08d2a7ec84c1b4d24b9b641ed2 -> FETCH_HEAD 2025-03-21T20:18:25.4286338Z Submodule path 'backends/arm/third-party/serialization_lib': checked out '187af0d41fe75d08d2a7ec84c1b4d24b9b641ed2' 2025-03-21T20:18:25.4377293Z Submodule path 'backends/cadence/utils/FACTO': checked out '1db37fc79d0d59638cbb794fa49d878aafc24461' 2025-03-21T20:18:26.2605080Z From https://github.com/KhronosGroup/Vulkan-Headers 2025-03-21T20:18:26.2605961Z * branch 0c5928795a66e93f65e5e68a36d8daa79a209dc2 -> FETCH_HEAD 2025-03-21T20:18:26.3091408Z Submodule path 'backends/vulkan/third-party/Vulkan-Headers': checked out '0c5928795a66e93f65e5e68a36d8daa79a209dc2' 2025-03-21T20:18:26.8470175Z From https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator 2025-03-21T20:18:26.8470987Z * branch a6bfc237255a6bac1513f7c1ebde6d8aed6b5191 -> FETCH_HEAD 2025-03-21T20:18:26.8778322Z Submodule path 'backends/vulkan/third-party/VulkanMemoryAllocator': checked out 'a6bfc237255a6bac1513f7c1ebde6d8aed6b5191' 2025-03-21T20:18:27.2512452Z From https://github.com/zeux/volk 2025-03-21T20:18:27.2512991Z * branch b3bc21e584f97400b6884cb2a541a56c6a5ddba3 -> FETCH_HEAD 2025-03-21T20:18:27.2582685Z Submodule path 'backends/vulkan/third-party/volk': checked out 'b3bc21e584f97400b6884cb2a541a56c6a5ddba3' 2025-03-21T20:18:27.6589413Z From https://github.com/Maratyszcza/FP16 2025-03-21T20:18:27.6589942Z * branch 4dfe081cf6bcd15db339cf2680b9281b8451eeb3 -> FETCH_HEAD 2025-03-21T20:18:27.6673402Z Submodule path 'backends/xnnpack/third-party/FP16': checked out '4dfe081cf6bcd15db339cf2680b9281b8451eeb3' 2025-03-21T20:18:28.0337782Z From https://github.com/Maratyszcza/FXdiv 2025-03-21T20:18:28.0338293Z * branch b408327ac2a15ec3e43352421954f5b1967701d1 -> FETCH_HEAD 2025-03-21T20:18:28.0394060Z Submodule path 'backends/xnnpack/third-party/FXdiv': checked out 'b408327ac2a15ec3e43352421954f5b1967701d1' 2025-03-21T20:18:29.5907042Z From https://github.com/google/XNNPACK 2025-03-21T20:18:29.5907559Z * branch 4ea82e595b36106653175dcb04b2aa532660d0d8 -> FETCH_HEAD 2025-03-21T20:18:30.1728036Z Submodule path 'backends/xnnpack/third-party/XNNPACK': checked out '4ea82e595b36106653175dcb04b2aa532660d0d8' 2025-03-21T20:18:30.6270862Z From https://github.com/pytorch/cpuinfo 2025-03-21T20:18:30.6271384Z * branch 1e83a2fdd3102f65c6f1fb602c1b320486218a99 -> FETCH_HEAD 2025-03-21T20:18:30.7276957Z Submodule path 'backends/xnnpack/third-party/cpuinfo': checked out '1e83a2fdd3102f65c6f1fb602c1b320486218a99' 2025-03-21T20:18:31.1462995Z From https://github.com/Maratyszcza/pthreadpool 2025-03-21T20:18:31.1463805Z * branch 4fe0e1e183925bf8cfa6aae24237e724a96479b8 -> FETCH_HEAD 2025-03-21T20:18:31.1543428Z Submodule path 'backends/xnnpack/third-party/pthreadpool': checked out '4fe0e1e183925bf8cfa6aae24237e724a96479b8' 2025-03-21T20:18:31.6147054Z From https://github.com/pytorch-labs/tokenizers 2025-03-21T20:18:31.6147939Z * branch d70f5a760552d8d3bb288cdd93eebde477bb6eb0 -> FETCH_HEAD 2025-03-21T20:18:31.6403699Z Submodule path 'extension/llm/tokenizers': checked out 'd70f5a760552d8d3bb288cdd93eebde477bb6eb0' 2025-03-21T20:18:33.3274993Z From https://gitlab.com/libeigen/eigen 2025-03-21T20:18:33.3275524Z * branch a39ade4ccf99df845ec85c580fbbb324f71952fa -> FETCH_HEAD 2025-03-21T20:18:33.4493142Z Submodule path 'kernels/optimized/third-party/eigen': checked out 'a39ade4ccf99df845ec85c580fbbb324f71952fa' 2025-03-21T20:18:33.4699868Z Submodule path 'shim': checked out 'cf6a954aae4bee7b4515e13475878460115027d1' 2025-03-21T20:18:33.9338156Z From https://github.com/pytorch/ao 2025-03-21T20:18:33.9338664Z * branch 64bcf4c25755a783685ba7383000b3bf722523c1 -> FETCH_HEAD 2025-03-21T20:18:33.9992739Z Submodule path 'third-party/ao': checked out '64bcf4c25755a783685ba7383000b3bf722523c1' 2025-03-21T20:18:34.5845776Z From https://github.com/google/flatbuffers 2025-03-21T20:18:34.5846287Z * branch 595bf0007ab1929570c7671f091313c8fc20644e -> FETCH_HEAD 2025-03-21T20:18:34.6851624Z Submodule path 'third-party/flatbuffers': checked out '595bf0007ab1929570c7671f091313c8fc20644e' 2025-03-21T20:18:35.1196345Z From https://github.com/dvidelabs/flatcc 2025-03-21T20:18:35.1196863Z * branch 896db54787e8b730a6be482c69324751f3f5f117 -> FETCH_HEAD 2025-03-21T20:18:35.1435892Z Submodule path 'third-party/flatcc': checked out '896db54787e8b730a6be482c69324751f3f5f117' 2025-03-21T20:18:35.9176711Z From https://github.com/gflags/gflags 2025-03-21T20:18:35.9177450Z * branch a738fdf9338412f83ab3f26f31ac11ed3f3ec4bd -> FETCH_HEAD 2025-03-21T20:18:35.9262472Z Submodule path 'third-party/gflags': checked out 'a738fdf9338412f83ab3f26f31ac11ed3f3ec4bd' 2025-03-21T20:18:36.5580940Z From https://github.com/google/googletest 2025-03-21T20:18:36.5581468Z * branch e2239ee6043f73722e7aa812a459f54a28552929 -> FETCH_HEAD 2025-03-21T20:18:36.5922571Z Submodule path 'third-party/googletest': checked out 'e2239ee6043f73722e7aa812a459f54a28552929' 2025-03-21T20:18:37.0002398Z From https://github.com/leetal/ios-cmake 2025-03-21T20:18:37.0002933Z * branch 06465b27698424cf4a04a5ca4904d50a3c966c45 -> FETCH_HEAD 2025-03-21T20:18:37.0073349Z Submodule path 'third-party/ios-cmake': checked out '06465b27698424cf4a04a5ca4904d50a3c966c45' 2025-03-21T20:18:37.0140154Z Submodule path 'third-party/pocketfft': checked out '0fa0ef591e38c2758e3184c6c23e497b9f732ffa' 2025-03-21T20:18:37.5830298Z From https://github.com/facebook/buck2-prelude 2025-03-21T20:18:37.5830842Z * branch 851d3f09c452937fc5adef27e2c50f7f304f1646 -> FETCH_HEAD 2025-03-21T20:18:37.6567871Z Submodule path 'third-party/prelude': checked out '851d3f09c452937fc5adef27e2c50f7f304f1646' 2025-03-21T20:18:38.1928194Z From https://github.com/pybind/pybind11 2025-03-21T20:18:38.1928727Z * branch a2e59f0e7065404b44dfe92a28aca47ba1378dc4 -> FETCH_HEAD 2025-03-21T20:18:38.2191206Z Submodule path 'third-party/pybind11': checked out 'a2e59f0e7065404b44dfe92a28aca47ba1378dc4' 2025-03-21T20:18:38.2205807Z [command]/usr/bin/git submodule foreach git config --local gc.auto 0 2025-03-21T20:18:38.2453813Z Entering 'backends/arm/third-party/ethos-u-core-driver' 2025-03-21T20:18:38.2478281Z Entering 'backends/arm/third-party/serialization_lib' 2025-03-21T20:18:38.2502870Z Entering 'backends/cadence/utils/FACTO' 2025-03-21T20:18:38.2526704Z Entering 'backends/vulkan/third-party/Vulkan-Headers' 2025-03-21T20:18:38.2550091Z Entering 'backends/vulkan/third-party/VulkanMemoryAllocator' 2025-03-21T20:18:38.2573607Z Entering 'backends/vulkan/third-party/volk' 2025-03-21T20:18:38.2597263Z Entering 'backends/xnnpack/third-party/FP16' 2025-03-21T20:18:38.2621126Z Entering 'backends/xnnpack/third-party/FXdiv' 2025-03-21T20:18:38.2644226Z Entering 'backends/xnnpack/third-party/XNNPACK' 2025-03-21T20:18:38.2667572Z Entering 'backends/xnnpack/third-party/cpuinfo' 2025-03-21T20:18:38.2691180Z Entering 'backends/xnnpack/third-party/pthreadpool' 2025-03-21T20:18:38.2714494Z Entering 'extension/llm/tokenizers' 2025-03-21T20:18:38.2737578Z Entering 'kernels/optimized/third-party/eigen' 2025-03-21T20:18:38.2760647Z Entering 'shim' 2025-03-21T20:18:38.2784245Z Entering 'third-party/ao' 2025-03-21T20:18:38.2807015Z Entering 'third-party/flatbuffers' 2025-03-21T20:18:38.2829785Z Entering 'third-party/flatcc' 2025-03-21T20:18:38.2852475Z Entering 'third-party/gflags' 2025-03-21T20:18:38.2875452Z Entering 'third-party/googletest' 2025-03-21T20:18:38.2898295Z Entering 'third-party/ios-cmake' 2025-03-21T20:18:38.2921148Z Entering 'third-party/pocketfft' 2025-03-21T20:18:38.2943981Z Entering 'third-party/prelude' 2025-03-21T20:18:38.2966717Z Entering 'third-party/pybind11' 2025-03-21T20:18:38.2997946Z ##[endgroup] 2025-03-21T20:18:38.2998401Z ##[group]Persisting credentials for submodules 2025-03-21T20:18:38.3004927Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'url\.https\:\/\/github\.com\/\.insteadOf' && git config --local --unset-all 'url.https://github.com/.insteadOf' || :" 2025-03-21T20:18:38.3249990Z Entering 'backends/arm/third-party/ethos-u-core-driver' 2025-03-21T20:18:38.3298585Z Entering 'backends/arm/third-party/serialization_lib' 2025-03-21T20:18:38.3346410Z Entering 'backends/cadence/utils/FACTO' 2025-03-21T20:18:38.3395450Z Entering 'backends/vulkan/third-party/Vulkan-Headers' 2025-03-21T20:18:38.3444030Z Entering 'backends/vulkan/third-party/VulkanMemoryAllocator' 2025-03-21T20:18:38.3492458Z Entering 'backends/vulkan/third-party/volk' 2025-03-21T20:18:38.3540192Z Entering 'backends/xnnpack/third-party/FP16' 2025-03-21T20:18:38.3590301Z Entering 'backends/xnnpack/third-party/FXdiv' 2025-03-21T20:18:38.3638609Z Entering 'backends/xnnpack/third-party/XNNPACK' 2025-03-21T20:18:38.3702183Z Entering 'backends/xnnpack/third-party/cpuinfo' 2025-03-21T20:18:38.3750870Z Entering 'backends/xnnpack/third-party/pthreadpool' 2025-03-21T20:18:38.3799675Z Entering 'extension/llm/tokenizers' 2025-03-21T20:18:38.3848277Z Entering 'kernels/optimized/third-party/eigen' 2025-03-21T20:18:38.3899208Z Entering 'shim' 2025-03-21T20:18:38.3947178Z Entering 'third-party/ao' 2025-03-21T20:18:38.3997016Z Entering 'third-party/flatbuffers' 2025-03-21T20:18:38.4047208Z Entering 'third-party/flatcc' 2025-03-21T20:18:38.4094949Z Entering 'third-party/gflags' 2025-03-21T20:18:38.4142446Z Entering 'third-party/googletest' 2025-03-21T20:18:38.4190958Z Entering 'third-party/ios-cmake' 2025-03-21T20:18:38.4238306Z Entering 'third-party/pocketfft' 2025-03-21T20:18:38.4285752Z Entering 'third-party/prelude' 2025-03-21T20:18:38.4334698Z Entering 'third-party/pybind11' 2025-03-21T20:18:38.4393907Z [command]/usr/bin/git submodule foreach sh -c "git config --local 'http.https://github.com/.extraheader' 'AUTHORIZATION: basic ***' && git config --local --show-origin --name-only --get-regexp remote.origin.url" 2025-03-21T20:18:38.4637596Z Entering 'backends/arm/third-party/ethos-u-core-driver' 2025-03-21T20:18:38.4683931Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/ethos-u-core-driver/config remote.origin.url 2025-03-21T20:18:38.4685673Z Entering 'backends/arm/third-party/serialization_lib' 2025-03-21T20:18:38.4731379Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/serialization_lib/config remote.origin.url 2025-03-21T20:18:38.4732995Z Entering 'backends/cadence/utils/FACTO' 2025-03-21T20:18:38.4779273Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/cadence/utils/FACTO/config remote.origin.url 2025-03-21T20:18:38.4781133Z Entering 'backends/vulkan/third-party/Vulkan-Headers' 2025-03-21T20:18:38.4826445Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/Vulkan-Headers/config remote.origin.url 2025-03-21T20:18:38.4828172Z Entering 'backends/vulkan/third-party/VulkanMemoryAllocator' 2025-03-21T20:18:38.4873434Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/VulkanMemoryAllocator/config remote.origin.url 2025-03-21T20:18:38.4875081Z Entering 'backends/vulkan/third-party/volk' 2025-03-21T20:18:38.4919942Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/volk/config remote.origin.url 2025-03-21T20:18:38.4921537Z Entering 'backends/xnnpack/third-party/FP16' 2025-03-21T20:18:38.4966555Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FP16/config remote.origin.url 2025-03-21T20:18:38.4968177Z Entering 'backends/xnnpack/third-party/FXdiv' 2025-03-21T20:18:38.5013782Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FXdiv/config remote.origin.url 2025-03-21T20:18:38.5015382Z Entering 'backends/xnnpack/third-party/XNNPACK' 2025-03-21T20:18:38.5060896Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/XNNPACK/config remote.origin.url 2025-03-21T20:18:38.5062496Z Entering 'backends/xnnpack/third-party/cpuinfo' 2025-03-21T20:18:38.5109795Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/cpuinfo/config remote.origin.url 2025-03-21T20:18:38.5111440Z Entering 'backends/xnnpack/third-party/pthreadpool' 2025-03-21T20:18:38.5157223Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/pthreadpool/config remote.origin.url 2025-03-21T20:18:38.5158927Z Entering 'extension/llm/tokenizers' 2025-03-21T20:18:38.5203958Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/config remote.origin.url 2025-03-21T20:18:38.5205518Z Entering 'kernels/optimized/third-party/eigen' 2025-03-21T20:18:38.5250952Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/kernels/optimized/third-party/eigen/config remote.origin.url 2025-03-21T20:18:38.5252464Z Entering 'shim' 2025-03-21T20:18:38.5298758Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/shim/config remote.origin.url 2025-03-21T20:18:38.5300061Z Entering 'third-party/ao' 2025-03-21T20:18:38.5345933Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/config remote.origin.url 2025-03-21T20:18:38.5347367Z Entering 'third-party/flatbuffers' 2025-03-21T20:18:38.5393047Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatbuffers/config remote.origin.url 2025-03-21T20:18:38.5394549Z Entering 'third-party/flatcc' 2025-03-21T20:18:38.5439819Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/config remote.origin.url 2025-03-21T20:18:38.5441234Z Entering 'third-party/gflags' 2025-03-21T20:18:38.5486239Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/config remote.origin.url 2025-03-21T20:18:38.5487639Z Entering 'third-party/googletest' 2025-03-21T20:18:38.5532423Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/googletest/config remote.origin.url 2025-03-21T20:18:38.5533874Z Entering 'third-party/ios-cmake' 2025-03-21T20:18:38.5579158Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ios-cmake/config remote.origin.url 2025-03-21T20:18:38.5580819Z Entering 'third-party/pocketfft' 2025-03-21T20:18:38.5625673Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pocketfft/config remote.origin.url 2025-03-21T20:18:38.5626632Z Entering 'third-party/prelude' 2025-03-21T20:18:38.5671816Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/prelude/config remote.origin.url 2025-03-21T20:18:38.5672674Z Entering 'third-party/pybind11' 2025-03-21T20:18:38.5718422Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pybind11/config remote.origin.url 2025-03-21T20:18:38.5885743Z [command]/usr/bin/git submodule foreach git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:' 2025-03-21T20:18:38.6129604Z Entering 'backends/arm/third-party/ethos-u-core-driver' 2025-03-21T20:18:38.6153178Z Entering 'backends/arm/third-party/serialization_lib' 2025-03-21T20:18:38.6177046Z Entering 'backends/cadence/utils/FACTO' 2025-03-21T20:18:38.6201666Z Entering 'backends/vulkan/third-party/Vulkan-Headers' 2025-03-21T20:18:38.6225811Z Entering 'backends/vulkan/third-party/VulkanMemoryAllocator' 2025-03-21T20:18:38.6250000Z Entering 'backends/vulkan/third-party/volk' 2025-03-21T20:18:38.6274053Z Entering 'backends/xnnpack/third-party/FP16' 2025-03-21T20:18:38.6299826Z Entering 'backends/xnnpack/third-party/FXdiv' 2025-03-21T20:18:38.6323369Z Entering 'backends/xnnpack/third-party/XNNPACK' 2025-03-21T20:18:38.6346832Z Entering 'backends/xnnpack/third-party/cpuinfo' 2025-03-21T20:18:38.6370415Z Entering 'backends/xnnpack/third-party/pthreadpool' 2025-03-21T20:18:38.6395460Z Entering 'extension/llm/tokenizers' 2025-03-21T20:18:38.6419131Z Entering 'kernels/optimized/third-party/eigen' 2025-03-21T20:18:38.6443376Z Entering 'shim' 2025-03-21T20:18:38.6466902Z Entering 'third-party/ao' 2025-03-21T20:18:38.6491469Z Entering 'third-party/flatbuffers' 2025-03-21T20:18:38.6514903Z Entering 'third-party/flatcc' 2025-03-21T20:18:38.6538833Z Entering 'third-party/gflags' 2025-03-21T20:18:38.6562327Z Entering 'third-party/googletest' 2025-03-21T20:18:38.6586225Z Entering 'third-party/ios-cmake' 2025-03-21T20:18:38.6610506Z Entering 'third-party/pocketfft' 2025-03-21T20:18:38.6635000Z Entering 'third-party/prelude' 2025-03-21T20:18:38.6658148Z Entering 'third-party/pybind11' 2025-03-21T20:18:38.6692975Z [command]/usr/bin/git submodule foreach git config --local --add 'url.https://github.com/.insteadOf' 'org-21003710@github.com:' 2025-03-21T20:18:38.6936345Z Entering 'backends/arm/third-party/ethos-u-core-driver' 2025-03-21T20:18:38.6959157Z Entering 'backends/arm/third-party/serialization_lib' 2025-03-21T20:18:38.6984226Z Entering 'backends/cadence/utils/FACTO' 2025-03-21T20:18:38.7008662Z Entering 'backends/vulkan/third-party/Vulkan-Headers' 2025-03-21T20:18:38.7032142Z Entering 'backends/vulkan/third-party/VulkanMemoryAllocator' 2025-03-21T20:18:38.7055366Z Entering 'backends/vulkan/third-party/volk' 2025-03-21T20:18:38.7079126Z Entering 'backends/xnnpack/third-party/FP16' 2025-03-21T20:18:38.7104357Z Entering 'backends/xnnpack/third-party/FXdiv' 2025-03-21T20:18:38.7127975Z Entering 'backends/xnnpack/third-party/XNNPACK' 2025-03-21T20:18:38.7151414Z Entering 'backends/xnnpack/third-party/cpuinfo' 2025-03-21T20:18:38.7174711Z Entering 'backends/xnnpack/third-party/pthreadpool' 2025-03-21T20:18:38.7198275Z Entering 'extension/llm/tokenizers' 2025-03-21T20:18:38.7221630Z Entering 'kernels/optimized/third-party/eigen' 2025-03-21T20:18:38.7244930Z Entering 'shim' 2025-03-21T20:18:38.7268082Z Entering 'third-party/ao' 2025-03-21T20:18:38.7293067Z Entering 'third-party/flatbuffers' 2025-03-21T20:18:38.7316100Z Entering 'third-party/flatcc' 2025-03-21T20:18:38.7338959Z Entering 'third-party/gflags' 2025-03-21T20:18:38.7361975Z Entering 'third-party/googletest' 2025-03-21T20:18:38.7385138Z Entering 'third-party/ios-cmake' 2025-03-21T20:18:38.7408106Z Entering 'third-party/pocketfft' 2025-03-21T20:18:38.7431345Z Entering 'third-party/prelude' 2025-03-21T20:18:38.7455042Z Entering 'third-party/pybind11' 2025-03-21T20:18:38.7486361Z ##[endgroup] 2025-03-21T20:18:38.7515985Z [command]/usr/bin/git log -1 --format=%H 2025-03-21T20:18:38.7534420Z be92d7d85cb7081ac0a544036da4096a4efa33a8 2025-03-21T20:18:38.7717231Z Prepare all required actions 2025-03-21T20:18:38.7717726Z Getting action download info 2025-03-21T20:18:38.8697620Z Download action repository 'nick-fields/retry@v3.0.0' (SHA:7152eba30c6575329ac0576536151aca5a72780e) 2025-03-21T20:18:38.9987363Z ##[group]Run ./test-infra/.github/actions/calculate-docker-image 2025-03-21T20:18:38.9987777Z with: 2025-03-21T20:18:38.9988058Z docker-image-name: executorch-ubuntu-22.04-qnn-sdk 2025-03-21T20:18:38.9988455Z docker-build-dir: .ci/docker 2025-03-21T20:18:38.9988779Z working-directory: pytorch/executorch 2025-03-21T20:18:38.9989333Z docker-registry: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:18:38.9989746Z force-push: false 2025-03-21T20:18:38.9989993Z env: 2025-03-21T20:18:38.9990245Z DOCKER_IMAGE: executorch-ubuntu-22.04-qnn-sdk 2025-03-21T20:18:38.9990613Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:38.9990910Z PR_NUMBER: 2025-03-21T20:18:38.9993665Z 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" ./install_requirements.sh --use-pt-pinned-commit 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-03-21T20:18:38.9996587Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:18:38.9997188Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:18:38.9997753Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:18:38.9998155Z ##[endgroup] 2025-03-21T20:18:39.0021474Z ##[group]Run set -ex 2025-03-21T20:18:39.0021811Z set -ex 2025-03-21T20:18:39.0022040Z  2025-03-21T20:18:39.0022447Z # If the docker build directory or the build script doesn't exist, the action will 2025-03-21T20:18:39.0023121Z # gracefully return the docker image name as it is. Pulling docker image in Linux 2025-03-21T20:18:39.0023698Z # job could then download the pre-built image as usual 2025-03-21T20:18:39.0024218Z if [[ ! -d "${DOCKER_BUILD_DIR}" ]] || [[ ! -f "${DOCKER_BUILD_DIR}/build.sh" ]]; then 2025-03-21T20:18:39.0024711Z  echo "skip=true" >> "${GITHUB_OUTPUT}" 2025-03-21T20:18:39.0025152Z  echo "docker-image=${DOCKER_IMAGE_NAME}" >> "${GITHUB_OUTPUT}" 2025-03-21T20:18:39.0025572Z  2025-03-21T20:18:39.0025934Z  echo "There is no Docker build script in ${REPO_NAME} repo, skipping..." 2025-03-21T20:18:39.0026382Z  exit 0 2025-03-21T20:18:39.0026628Z else 2025-03-21T20:18:39.0026893Z  echo "skip=false" >> "${GITHUB_OUTPUT}" 2025-03-21T20:18:39.0027228Z fi 2025-03-21T20:18:39.0027450Z  2025-03-21T20:18:39.0027791Z if [[ "${DOCKER_IMAGE_NAME}" == *"${DOCKER_REGISTRY}/${REPO_NAME}"* ]]; then 2025-03-21T20:18:39.0028398Z  # The docker image name already includes the ECR prefix and tag, so we can just 2025-03-21T20:18:39.0028942Z  # use it as it is, but first let's extract the tag 2025-03-21T20:18:39.0029523Z  DOCKER_TAG=$(echo "${DOCKER_IMAGE_NAME}" | awk -F '[:,]' '{print $2}') 2025-03-21T20:18:39.0030172Z  echo "docker-tag=${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2025-03-21T20:18:39.0030671Z  echo "docker-image=${DOCKER_IMAGE_NAME}" >> "${GITHUB_OUTPUT}" 2025-03-21T20:18:39.0031086Z else 2025-03-21T20:18:39.0031409Z  DOCKER_TAG=$(git rev-parse HEAD:"${DOCKER_BUILD_DIR}") 2025-03-21T20:18:39.0031997Z  echo "docker-tag=${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2025-03-21T20:18:39.0032630Z  echo "docker-image=${DOCKER_REGISTRY}/${REPO_NAME}/${DOCKER_IMAGE_NAME}:${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2025-03-21T20:18:39.0033201Z fi 2025-03-21T20:18:39.0038809Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:39.0039196Z env: 2025-03-21T20:18:39.0039480Z DOCKER_IMAGE: executorch-ubuntu-22.04-qnn-sdk 2025-03-21T20:18:39.0039854Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:39.0040143Z PR_NUMBER: 2025-03-21T20:18:39.0042843Z 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" ./install_requirements.sh --use-pt-pinned-commit 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-03-21T20:18:39.0045764Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:18:39.0046352Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:18:39.0046914Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:18:39.0047325Z REPO_NAME: executorch 2025-03-21T20:18:39.0047652Z DOCKER_IMAGE_NAME: executorch-ubuntu-22.04-qnn-sdk 2025-03-21T20:18:39.0048027Z DOCKER_BUILD_DIR: .ci/docker 2025-03-21T20:18:39.0048403Z DOCKER_REGISTRY: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:18:39.0048787Z ##[endgroup] 2025-03-21T20:18:39.0073177Z + [[ ! -d .ci/docker ]] 2025-03-21T20:18:39.0073712Z + [[ ! -f .ci/docker/build.sh ]] 2025-03-21T20:18:39.0074239Z + echo skip=false 2025-03-21T20:18:39.0074946Z + [[ executorch-ubuntu-22.04-qnn-sdk == *\3\0\8\5\3\5\3\8\5\1\1\4\.\d\k\r\.\e\c\r\.\u\s\-\e\a\s\t\-\1\.\a\m\a\z\o\n\a\w\s\.\c\o\m\/\e\x\e\c\u\t\o\r\c\h* ]] 2025-03-21T20:18:39.0080904Z ++ git rev-parse HEAD:.ci/docker 2025-03-21T20:18:39.0094527Z + DOCKER_TAG=2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:18:39.0095348Z + echo docker-tag=2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:18:39.0096830Z + echo docker-image=308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-qnn-sdk:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:18:39.0126777Z ##[group]Run set +e 2025-03-21T20:18:39.0127113Z set +e 2025-03-21T20:18:39.0127358Z set -x 2025-03-21T20:18:39.0127593Z  2025-03-21T20:18:39.0127805Z login() { 2025-03-21T20:18:39.0128293Z  aws ecr get-login-password --region us-east-1 | docker login -u AWS --password-stdin "$1" 2025-03-21T20:18:39.0128824Z } 2025-03-21T20:18:39.0129053Z  2025-03-21T20:18:39.0129274Z retry () { 2025-03-21T20:18:39.0129554Z  $* || (sleep 1 && $*) || (sleep 2 && $*) 2025-03-21T20:18:39.0129869Z } 2025-03-21T20:18:39.0130089Z  2025-03-21T20:18:39.0130335Z retry login "${DOCKER_REGISTRY}" 2025-03-21T20:18:39.0130656Z  2025-03-21T20:18:39.0130875Z START_TIME=$(date +%s) 2025-03-21T20:18:39.0131182Z # Wait up to 120 minutes 2025-03-21T20:18:39.0131555Z while [[ $(( $(date +%s) - 7200 )) -lt $START_TIME ]]; do 2025-03-21T20:18:39.0132182Z  # Check if image already exists, if it does then skip building it 2025-03-21T20:18:39.0132683Z  if docker manifest inspect "${DOCKER_IMAGE}"; then 2025-03-21T20:18:39.0133056Z  exit 0 2025-03-21T20:18:39.0133290Z  fi 2025-03-21T20:18:39.0133518Z  2025-03-21T20:18:39.0134013Z  # NB: This flag is used by Docker build workflow to push the image to ECR, so we can 2025-03-21T20:18:39.0134687Z  # use this to differentiate between the Docker build and regular build jobs. For the 2025-03-21T20:18:39.0135356Z  # latter, it will wait for the Docker images to become available before continuing 2025-03-21T20:18:39.0135893Z  if [ "${DOCKER_PUSH:-false}" == "true" ]; then 2025-03-21T20:18:39.0136299Z  # It's a Docker build job, let's build the image 2025-03-21T20:18:39.0136666Z  break 2025-03-21T20:18:39.0136915Z  else 2025-03-21T20:18:39.0137266Z  # It's a regular build job, wait for the image to become available 2025-03-21T20:18:39.0137699Z  sleep 300 2025-03-21T20:18:39.0137945Z  fi 2025-03-21T20:18:39.0138174Z done 2025-03-21T20:18:39.0138400Z  2025-03-21T20:18:39.0138760Z # NB: This part requires a full checkout. Otherwise, the merge base will 2025-03-21T20:18:39.0139342Z # be empty. The default action would be to continue rebuild the image 2025-03-21T20:18:39.0139863Z if [[ "$BASE_REVISION" = "$(git rev-parse HEAD)" ]]; then 2025-03-21T20:18:39.0140318Z  # if we're on the base branch then use the parent commit 2025-03-21T20:18:39.0140730Z  MERGE_BASE=$(git rev-parse HEAD~) 2025-03-21T20:18:39.0141058Z else 2025-03-21T20:18:39.0141394Z  # otherwise we're on a PR, so use the most recent base commit 2025-03-21T20:18:39.0141876Z  MERGE_BASE=$(git merge-base HEAD "$BASE_REVISION") 2025-03-21T20:18:39.0142235Z fi 2025-03-21T20:18:39.0142461Z  2025-03-21T20:18:39.0142704Z if [[ -z "${MERGE_BASE}" ]]; then 2025-03-21T20:18:39.0143069Z  echo "rebuild=true" >> "${GITHUB_OUTPUT}" 2025-03-21T20:18:39.0143417Z  2025-03-21T20:18:39.0143888Z  echo "Finding merge base only works with full checkout, please set fetch-depth to 0, continuing ..." 2025-03-21T20:18:39.0144441Z  exit 0 2025-03-21T20:18:39.0144676Z fi 2025-03-21T20:18:39.0144897Z  2025-03-21T20:18:39.0145213Z if ! git rev-parse "${MERGE_BASE}:${DOCKER_BUILD_DIR}"; then 2025-03-21T20:18:39.0145902Z  echo "Directory '${DOCKER_BUILD_DIR}' not found in commit $MERGE_BASE, you should rebase onto a more recent commit" 2025-03-21T20:18:39.0146480Z  exit 1 2025-03-21T20:18:39.0146717Z fi 2025-03-21T20:18:39.0146938Z  2025-03-21T20:18:39.0147307Z PREVIOUS_DOCKER_TAG=$(git rev-parse "${MERGE_BASE}:${DOCKER_BUILD_DIR}") 2025-03-21T20:18:39.0147978Z # If no image exists but the hash is the same as the previous hash then we should error out here 2025-03-21T20:18:39.0148576Z if [[ "${PREVIOUS_DOCKER_TAG}" == "${DOCKER_TAG}" ]]; then 2025-03-21T20:18:39.0149357Z  echo "WARNING: Something has gone wrong and the previous image isn't available for the merge-base of your branch" 2025-03-21T20:18:39.0150137Z  echo " Will re-build docker image to store in local cache, TTS may be longer" 2025-03-21T20:18:39.0150604Z fi 2025-03-21T20:18:39.0150831Z  2025-03-21T20:18:39.0151124Z echo "rebuild=true" >> "${GITHUB_OUTPUT}" 2025-03-21T20:18:39.0156518Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:39.0156905Z env: 2025-03-21T20:18:39.0157563Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-qnn-sdk:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:18:39.0158328Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:39.0158694Z PR_NUMBER: 2025-03-21T20:18:39.0161478Z 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" ./install_requirements.sh --use-pt-pinned-commit 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-03-21T20:18:39.0164386Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:18:39.0164985Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:18:39.0165542Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:18:39.0165964Z DOCKER_BUILD_DIR: .ci/docker 2025-03-21T20:18:39.0166317Z BASE_REVISION: be92d7d85cb7081ac0a544036da4096a4efa33a8 2025-03-21T20:18:39.0166747Z DOCKER_TAG: 2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:18:39.0167209Z DOCKER_REGISTRY: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:18:39.0167609Z DOCKER_PUSH: 2025-03-21T20:18:39.0167832Z ##[endgroup] 2025-03-21T20:18:39.0190179Z + retry login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:18:39.0190635Z + login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:18:39.0192920Z + aws ecr get-login-password --region us-east-1 2025-03-21T20:18:39.0193958Z + docker login -u AWS --password-stdin 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:18:39.5188064Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2025-03-21T20:18:39.5189157Z Configure a credential helper to remove this warning. See 2025-03-21T20:18:39.5190117Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2025-03-21T20:18:39.5190704Z 2025-03-21T20:18:39.5190890Z Login Succeeded 2025-03-21T20:18:39.5205524Z ++ date +%s 2025-03-21T20:18:39.5213752Z + START_TIME=1742588319 2025-03-21T20:18:39.5216714Z ++ date +%s 2025-03-21T20:18:39.5224993Z + [[ 1742581119 -lt 1742588319 ]] 2025-03-21T20:18:39.5225807Z + docker manifest inspect 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-qnn-sdk:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:18:39.7472354Z { 2025-03-21T20:18:39.7472750Z "schemaVersion": 2, 2025-03-21T20:18:39.7473435Z "mediaType": "application/vnd.docker.distribution.manifest.v2+json", 2025-03-21T20:18:39.7474254Z "config": { 2025-03-21T20:18:39.7474706Z "mediaType": "application/vnd.docker.container.image.v1+json", 2025-03-21T20:18:39.7475122Z "size": 15116, 2025-03-21T20:18:39.7475534Z "digest": "sha256:a30343f4b72f0dce49d6d4823ed055cd99145a3bc06228740f811eb1decc1863" 2025-03-21T20:18:39.7476290Z }, 2025-03-21T20:18:39.7476518Z "layers": [ 2025-03-21T20:18:39.7476752Z { 2025-03-21T20:18:39.7477106Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:39.7477546Z "size": 30440118, 2025-03-21T20:18:39.7478078Z "digest": "sha256:8f84a9f2102e97a4a6bf673b150fc9894df5acc9618ad3484c6c36f768c1caa0" 2025-03-21T20:18:39.7478554Z }, 2025-03-21T20:18:39.7478767Z { 2025-03-21T20:18:39.7479110Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:39.7479538Z "size": 632, 2025-03-21T20:18:39.7479953Z "digest": "sha256:86e413e13063e43e9840dda1e93f5db4a40e184a756693799c0369fd9d008e6e" 2025-03-21T20:18:39.7480425Z }, 2025-03-21T20:18:39.7480629Z { 2025-03-21T20:18:39.7480964Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:39.7481391Z "size": 157526659, 2025-03-21T20:18:39.7481819Z "digest": "sha256:56848936f031f07230bafdc656bc2496665574dc8b02b43ffee6c54b53cf514b" 2025-03-21T20:18:39.7482532Z }, 2025-03-21T20:18:39.7482740Z { 2025-03-21T20:18:39.7483082Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:39.7483516Z "size": 623, 2025-03-21T20:18:39.7483939Z "digest": "sha256:261c0f487ad07815c767b360dc3f2b7876eec9795ea5a311db7499b7ca2f1e38" 2025-03-21T20:18:39.7484524Z }, 2025-03-21T20:18:39.7484740Z { 2025-03-21T20:18:39.7485147Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:39.7485579Z "size": 19308800, 2025-03-21T20:18:39.7486155Z "digest": "sha256:a3f0567f83ae99b86c52170d45ec5d261f30cf897dba2100e348a19ba11e81b6" 2025-03-21T20:18:39.7486810Z }, 2025-03-21T20:18:39.7487021Z { 2025-03-21T20:18:39.7487361Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:39.7487789Z "size": 737, 2025-03-21T20:18:39.7488218Z "digest": "sha256:a0c2fdb93deca15e6e50f0cc2f2b253f65c424a5ba7146fa214b3dabf949e47d" 2025-03-21T20:18:39.7488704Z }, 2025-03-21T20:18:39.7488907Z { 2025-03-21T20:18:39.7489244Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:39.7489670Z "size": 131418191, 2025-03-21T20:18:39.7490098Z "digest": "sha256:4e0f8d4747dac663f43c5d2b26132555949337e7cd648644b12ff05b7fdbe750" 2025-03-21T20:18:39.7490560Z }, 2025-03-21T20:18:39.7490769Z { 2025-03-21T20:18:39.7491103Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:39.7491526Z "size": 447, 2025-03-21T20:18:39.7491940Z "digest": "sha256:5a102502de33c5d0391cba90688a95c6d138caa80472d8586f51fe199d15e056" 2025-03-21T20:18:39.7492403Z }, 2025-03-21T20:18:39.7492605Z { 2025-03-21T20:18:39.7492940Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:39.7493362Z "size": 104, 2025-03-21T20:18:39.7493775Z "digest": "sha256:5d24dc753f042bf098877a7e9c814f22d72e16bf8f4d731e11d707f626d3a716" 2025-03-21T20:18:39.7494251Z }, 2025-03-21T20:18:39.7494456Z { 2025-03-21T20:18:39.7494794Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:39.7495217Z "size": 637, 2025-03-21T20:18:39.7495624Z "digest": "sha256:85f4a172d5b6549c71f192713230a09e559248bc692b3c7880a7aeb8cbc8063d" 2025-03-21T20:18:39.7496081Z }, 2025-03-21T20:18:39.7496288Z { 2025-03-21T20:18:39.7496637Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:39.7497068Z "size": 33695150, 2025-03-21T20:18:39.7497505Z "digest": "sha256:bb9ad7d84f6e851744d415663cd550e7fffcad904d896f5e5f0c0700cbff5249" 2025-03-21T20:18:39.7497984Z }, 2025-03-21T20:18:39.7498191Z { 2025-03-21T20:18:39.7498526Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:39.7498948Z "size": 319, 2025-03-21T20:18:39.7499355Z "digest": "sha256:5120711d46e36360293dc8943ca1ad1310579dc5a9970d1ec6f4f3b3a408ccac" 2025-03-21T20:18:39.7499814Z }, 2025-03-21T20:18:39.7500025Z { 2025-03-21T20:18:39.7500360Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:39.7500789Z "size": 249990691, 2025-03-21T20:18:39.7501221Z "digest": "sha256:2d4cecada8b45d3248f175d740425816048bb20527e7369fdaa7250146b3b173" 2025-03-21T20:18:39.7501687Z }, 2025-03-21T20:18:39.7501896Z { 2025-03-21T20:18:39.7502242Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:39.7502672Z "size": 475, 2025-03-21T20:18:39.7503102Z "digest": "sha256:e1fd02ccae095d8166d03a3f7af0d5ea3fcc2cb9514e293d10ac0025e3ef3211" 2025-03-21T20:18:39.7503581Z }, 2025-03-21T20:18:39.7503793Z { 2025-03-21T20:18:39.7504136Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:39.7504563Z "size": 1043, 2025-03-21T20:18:39.7504990Z "digest": "sha256:508bc8ee650d1222c97006db6a268d90fb07ac31c4c3b84c99c7fc760b02b365" 2025-03-21T20:18:39.7505464Z }, 2025-03-21T20:18:39.7505672Z { 2025-03-21T20:18:39.7506126Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:39.7506553Z "size": 613, 2025-03-21T20:18:39.7506984Z "digest": "sha256:6ff1ffcc6d8434dbeeeffcbf49238e47562a299ebd97987c8fb752e47aad7dc0" 2025-03-21T20:18:39.7507468Z }, 2025-03-21T20:18:39.7507678Z { 2025-03-21T20:18:39.7508015Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:39.7508516Z "size": 77562541, 2025-03-21T20:18:39.7508944Z "digest": "sha256:6a063300ab4b844689b6c0ae46ce80e0423bae164b62e75ae970c77d4abf0d00" 2025-03-21T20:18:39.7509492Z }, 2025-03-21T20:18:39.7509698Z { 2025-03-21T20:18:39.7510031Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:39.7510455Z "size": 562, 2025-03-21T20:18:39.7510877Z "digest": "sha256:fb7c06bc00e5da7a1402ca2017266d38dfbd2144ae151a8f2c9c205c543d5b0a" 2025-03-21T20:18:39.7511351Z }, 2025-03-21T20:18:39.7511558Z { 2025-03-21T20:18:39.7511892Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:39.7512319Z "size": 208, 2025-03-21T20:18:39.7512745Z "digest": "sha256:eda4db11af8ffbdc56d01d522c9d47a2ae3730b850b74f7517e30049eb73637e" 2025-03-21T20:18:39.7513226Z }, 2025-03-21T20:18:39.7513434Z { 2025-03-21T20:18:39.7513771Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:39.7514201Z "size": 1189, 2025-03-21T20:18:39.7514621Z "digest": "sha256:3cfbc5ff2ac06cf9bffc37a8a7a1578bd7264def9f15522294ac0f325930481b" 2025-03-21T20:18:39.7515116Z }, 2025-03-21T20:18:39.7515326Z { 2025-03-21T20:18:39.7515660Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:39.7516084Z "size": 679, 2025-03-21T20:18:39.7516478Z "digest": "sha256:59fe3e9404630f57be5670798e4d94c7767c07a9ca79487e335054f938daf0ba" 2025-03-21T20:18:39.7516949Z }, 2025-03-21T20:18:39.7517152Z { 2025-03-21T20:18:39.7517485Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:39.7517920Z "size": 6839266947, 2025-03-21T20:18:39.7518342Z "digest": "sha256:50754bc025fc1de200f32bd74019f345ec85c136d6a09b915c482c98fb5bd8af" 2025-03-21T20:18:39.7518823Z }, 2025-03-21T20:18:39.7519029Z { 2025-03-21T20:18:39.7519369Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:39.7519794Z "size": 1383, 2025-03-21T20:18:39.7520208Z "digest": "sha256:db5c552aa08bc175670ba61c1394e4eb8f14e880b54bc9117e45d201a78983d1" 2025-03-21T20:18:39.7520692Z }, 2025-03-21T20:18:39.7520900Z { 2025-03-21T20:18:39.7521233Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:39.7521657Z "size": 679, 2025-03-21T20:18:39.7522048Z "digest": "sha256:59fe3e9404630f57be5670798e4d94c7767c07a9ca79487e335054f938daf0ba" 2025-03-21T20:18:39.7522518Z }, 2025-03-21T20:18:39.7522721Z { 2025-03-21T20:18:39.7523059Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:39.7523484Z "size": 230829648, 2025-03-21T20:18:39.7523907Z "digest": "sha256:706d7d7c1227085c0cac3515a61ff3c6b82a74c3731770098e9c7daf32e2184e" 2025-03-21T20:18:39.7524384Z }, 2025-03-21T20:18:39.7524588Z { 2025-03-21T20:18:39.7524923Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:39.7525349Z "size": 828, 2025-03-21T20:18:39.7525766Z "digest": "sha256:32a4dbb2ef2f3551374be7a84cb414cd30b101c4d3cdfe7c4ddebfe78ea1d939" 2025-03-21T20:18:39.7526258Z }, 2025-03-21T20:18:39.7526462Z { 2025-03-21T20:18:39.7526796Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:39.7527219Z "size": 679, 2025-03-21T20:18:39.7527610Z "digest": "sha256:59fe3e9404630f57be5670798e4d94c7767c07a9ca79487e335054f938daf0ba" 2025-03-21T20:18:39.7528077Z }, 2025-03-21T20:18:39.7528279Z { 2025-03-21T20:18:39.7528613Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:39.7529036Z "size": 178598108, 2025-03-21T20:18:39.7529455Z "digest": "sha256:242848c50d1a4198b82dd1283e85e8cd8581d6fbccfe9015dc50de6e0340dec9" 2025-03-21T20:18:39.7530052Z }, 2025-03-21T20:18:39.7530258Z { 2025-03-21T20:18:39.7530595Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:39.7531027Z "size": 530, 2025-03-21T20:18:39.7531435Z "digest": "sha256:77ba92adb1392840c455cc217ac4fee89f4452db783ce2b4948dc40025a0840a" 2025-03-21T20:18:39.7531979Z }, 2025-03-21T20:18:39.7532188Z { 2025-03-21T20:18:39.7532530Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:39.7532952Z "size": 679, 2025-03-21T20:18:39.7533346Z "digest": "sha256:59fe3e9404630f57be5670798e4d94c7767c07a9ca79487e335054f938daf0ba" 2025-03-21T20:18:39.7533816Z }, 2025-03-21T20:18:39.7534027Z { 2025-03-21T20:18:39.7534362Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:39.7534786Z "size": 356, 2025-03-21T20:18:39.7535183Z "digest": "sha256:3c65b9b0c07752feb5370318714bc114b717fb4cc8978ee39180b73cb1a03666" 2025-03-21T20:18:39.7535681Z }, 2025-03-21T20:18:39.7535888Z { 2025-03-21T20:18:39.7536229Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:39.7536659Z "size": 32, 2025-03-21T20:18:39.7537069Z "digest": "sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1" 2025-03-21T20:18:39.7537561Z }, 2025-03-21T20:18:39.7537773Z { 2025-03-21T20:18:39.7538115Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:39.7538548Z "size": 165, 2025-03-21T20:18:39.7538955Z "digest": "sha256:3d39d3c3833d0b35f99be7ef483e33856321f4f469a7fe9d58612f96caf7ab8c" 2025-03-21T20:18:39.7539439Z }, 2025-03-21T20:18:39.7539653Z { 2025-03-21T20:18:39.7540000Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:39.7540429Z "size": 1111, 2025-03-21T20:18:39.7540839Z "digest": "sha256:040f4b25fe47bc8918c851025cce90e70d8c7182f8e6bbc984aee16c30b5bd3a" 2025-03-21T20:18:39.7541333Z }, 2025-03-21T20:18:39.7541545Z { 2025-03-21T20:18:39.7541876Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:39.7542308Z "size": 32, 2025-03-21T20:18:39.7542714Z "digest": "sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1" 2025-03-21T20:18:39.7543194Z }, 2025-03-21T20:18:39.7543401Z { 2025-03-21T20:18:39.7543737Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-03-21T20:18:39.7544162Z "size": 108, 2025-03-21T20:18:39.7544565Z "digest": "sha256:2ce202d93f2e5871bc44522f1b7c6aab9bf20560c95bd2e9482dbde946b83ff7" 2025-03-21T20:18:39.7545047Z } 2025-03-21T20:18:39.7545251Z ] 2025-03-21T20:18:39.7545454Z } 2025-03-21T20:18:39.7545672Z + exit 0 2025-03-21T20:18:39.7574493Z ##[group]Run set -eux 2025-03-21T20:18:39.7574787Z set -eux 2025-03-21T20:18:39.7575663Z aws secretsmanager get-secret-value --secret-id docker_hub_readonly_token | jq --raw-output '.SecretString' | jq -r .docker_hub_readonly_token | docker login --username pytorchbot --password-stdin 2025-03-21T20:18:39.7582574Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:39.7582952Z env: 2025-03-21T20:18:39.7583231Z DOCKER_IMAGE: executorch-ubuntu-22.04-qnn-sdk 2025-03-21T20:18:39.7583605Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:39.7583905Z PR_NUMBER: 2025-03-21T20:18:39.7586627Z 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" ./install_requirements.sh --use-pt-pinned-commit 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-03-21T20:18:39.7589728Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:18:39.7590328Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:18:39.7590889Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:18:39.7591379Z ##[endgroup] 2025-03-21T20:18:39.7617411Z + aws secretsmanager get-secret-value --secret-id docker_hub_readonly_token 2025-03-21T20:18:39.7618274Z + jq --raw-output .SecretString 2025-03-21T20:18:39.7619735Z + jq -r .docker_hub_readonly_token 2025-03-21T20:18:39.7621467Z + docker login --username pytorchbot --password-stdin 2025-03-21T20:18:40.3210318Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2025-03-21T20:18:40.3210958Z Configure a credential helper to remove this warning. See 2025-03-21T20:18:40.3211552Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2025-03-21T20:18:40.3212119Z 2025-03-21T20:18:40.3212271Z Login Succeeded 2025-03-21T20:18:40.3309484Z Prepare all required actions 2025-03-21T20:18:40.3343435Z ##[group]Run ./test-infra/.github/actions/pull-docker-image 2025-03-21T20:18:40.3343831Z with: 2025-03-21T20:18:40.3344495Z docker-image: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-qnn-sdk:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:18:40.3345345Z docker-registry: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:18:40.3345737Z env: 2025-03-21T20:18:40.3346005Z DOCKER_IMAGE: executorch-ubuntu-22.04-qnn-sdk 2025-03-21T20:18:40.3346375Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:40.3346676Z PR_NUMBER: 2025-03-21T20:18:40.3349589Z 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" ./install_requirements.sh --use-pt-pinned-commit 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-03-21T20:18:40.3352517Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:18:40.3353113Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:18:40.3353678Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:18:40.3354065Z ##[endgroup] 2025-03-21T20:18:40.3390104Z ##[group]Run set -x 2025-03-21T20:18:40.3390397Z set -x 2025-03-21T20:18:40.3390640Z set +e 2025-03-21T20:18:40.3390896Z  2025-03-21T20:18:40.3391125Z login() { 2025-03-21T20:18:40.3391614Z  aws ecr get-login-password --region us-east-1 | docker login -u AWS --password-stdin "$1" 2025-03-21T20:18:40.3392146Z } 2025-03-21T20:18:40.3392373Z  2025-03-21T20:18:40.3392604Z retry () { 2025-03-21T20:18:40.3392890Z  $* || (sleep 1 && $*) || (sleep 2 && $*) 2025-03-21T20:18:40.3393209Z } 2025-03-21T20:18:40.3393429Z  2025-03-21T20:18:40.3393674Z retry login "${DOCKER_REGISTRY}" 2025-03-21T20:18:40.3393999Z  2025-03-21T20:18:40.3394223Z set -e 2025-03-21T20:18:40.3394560Z # ignore output since only exit code is used for conditional 2025-03-21T20:18:40.3395060Z # only pull docker image if it's not available locally 2025-03-21T20:18:40.3395612Z if ! docker inspect --type=image "${DOCKER_IMAGE}" >/dev/null 2>/dev/null; then 2025-03-21T20:18:40.3396123Z  retry docker pull "${DOCKER_IMAGE}" 2025-03-21T20:18:40.3396592Z fi 2025-03-21T20:18:40.3402167Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:18:40.3402544Z env: 2025-03-21T20:18:40.3403207Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-qnn-sdk:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:18:40.3403977Z REPOSITORY: pytorch/executorch 2025-03-21T20:18:40.3404273Z PR_NUMBER: 2025-03-21T20:18:40.3407087Z 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" ./install_requirements.sh --use-pt-pinned-commit 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-03-21T20:18:40.3410003Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:18:40.3410599Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:18:40.3411164Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:18:40.3411660Z DOCKER_REGISTRY: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:18:40.3412041Z ##[endgroup] 2025-03-21T20:18:40.3434709Z + set +e 2025-03-21T20:18:40.3435064Z + retry login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:18:40.3435515Z + login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:18:40.3438120Z + aws ecr get-login-password --region us-east-1 2025-03-21T20:18:40.3439367Z + docker login -u AWS --password-stdin 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-03-21T20:18:40.8518636Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2025-03-21T20:18:40.8519644Z Configure a credential helper to remove this warning. See 2025-03-21T20:18:40.8520438Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2025-03-21T20:18:40.8520935Z 2025-03-21T20:18:40.8525909Z Login Succeeded 2025-03-21T20:18:40.8533462Z + set -e 2025-03-21T20:18:40.8534591Z + docker inspect --type=image 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-qnn-sdk:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:18:40.8647776Z + retry docker pull 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-qnn-sdk:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:18:40.8648998Z + docker pull 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-qnn-sdk:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:18:41.0758991Z 2abd9b1bd42f655b7d130222db4a0cdbc04da8a4: Pulling from executorch/executorch-ubuntu-22.04-qnn-sdk 2025-03-21T20:18:41.0760753Z 8f84a9f2102e: Pulling fs layer 2025-03-21T20:18:41.0761321Z 86e413e13063: Pulling fs layer 2025-03-21T20:18:41.0761802Z 56848936f031: Pulling fs layer 2025-03-21T20:18:41.0762329Z 261c0f487ad0: Pulling fs layer 2025-03-21T20:18:41.0762771Z a3f0567f83ae: Pulling fs layer 2025-03-21T20:18:41.0763082Z a0c2fdb93dec: Pulling fs layer 2025-03-21T20:18:41.0763492Z 4e0f8d4747da: Pulling fs layer 2025-03-21T20:18:41.0763975Z 5a102502de33: Pulling fs layer 2025-03-21T20:18:41.0764277Z 5d24dc753f04: Pulling fs layer 2025-03-21T20:18:41.0764558Z 85f4a172d5b6: Pulling fs layer 2025-03-21T20:18:41.0764858Z bb9ad7d84f6e: Pulling fs layer 2025-03-21T20:18:41.0765148Z 261c0f487ad0: Waiting 2025-03-21T20:18:41.0765403Z 4e0f8d4747da: Waiting 2025-03-21T20:18:41.0765668Z 5120711d46e3: Pulling fs layer 2025-03-21T20:18:41.0765951Z 2d4cecada8b4: Pulling fs layer 2025-03-21T20:18:41.0766232Z 5a102502de33: Waiting 2025-03-21T20:18:41.0766716Z e1fd02ccae09: Pulling fs layer 2025-03-21T20:18:41.0767005Z 5d24dc753f04: Waiting 2025-03-21T20:18:41.0767261Z 85f4a172d5b6: Waiting 2025-03-21T20:18:41.0767524Z 508bc8ee650d: Pulling fs layer 2025-03-21T20:18:41.0767824Z 6ff1ffcc6d84: Pulling fs layer 2025-03-21T20:18:41.0768108Z a3f0567f83ae: Waiting 2025-03-21T20:18:41.0768367Z 6a063300ab4b: Pulling fs layer 2025-03-21T20:18:41.0768648Z fb7c06bc00e5: Pulling fs layer 2025-03-21T20:18:41.0768947Z eda4db11af8f: Pulling fs layer 2025-03-21T20:18:41.0769236Z a0c2fdb93dec: Waiting 2025-03-21T20:18:41.0769503Z 3cfbc5ff2ac0: Pulling fs layer 2025-03-21T20:18:41.0769803Z 59fe3e940463: Pulling fs layer 2025-03-21T20:18:41.0770076Z bb9ad7d84f6e: Waiting 2025-03-21T20:18:41.0770338Z 50754bc025fc: Pulling fs layer 2025-03-21T20:18:41.0770622Z 5120711d46e3: Waiting 2025-03-21T20:18:41.0770886Z db5c552aa08b: Pulling fs layer 2025-03-21T20:18:41.0771180Z 706d7d7c1227: Pulling fs layer 2025-03-21T20:18:41.0771451Z 2d4cecada8b4: Waiting 2025-03-21T20:18:41.0771711Z 3cfbc5ff2ac0: Waiting 2025-03-21T20:18:41.0771977Z 32a4dbb2ef2f: Pulling fs layer 2025-03-21T20:18:41.0772393Z e1fd02ccae09: Waiting 2025-03-21T20:18:41.0772653Z 6ff1ffcc6d84: Waiting 2025-03-21T20:18:41.0772894Z 508bc8ee650d: Waiting 2025-03-21T20:18:41.0773145Z fb7c06bc00e5: Waiting 2025-03-21T20:18:41.0773398Z eda4db11af8f: Waiting 2025-03-21T20:18:41.0773990Z 242848c50d1a: Pulling fs layer 2025-03-21T20:18:41.0774458Z 77ba92adb139: Pulling fs layer 2025-03-21T20:18:41.0774959Z 59fe3e940463: Waiting 2025-03-21T20:18:41.0775414Z 6a063300ab4b: Waiting 2025-03-21T20:18:41.0775828Z 3c65b9b0c077: Pulling fs layer 2025-03-21T20:18:41.0776433Z 242848c50d1a: Waiting 2025-03-21T20:18:41.0776692Z 4f4fb700ef54: Pulling fs layer 2025-03-21T20:18:41.0776984Z 32a4dbb2ef2f: Waiting 2025-03-21T20:18:41.0777292Z 77ba92adb139: Waiting 2025-03-21T20:18:41.0777557Z 3d39d3c3833d: Pulling fs layer 2025-03-21T20:18:41.0777875Z 706d7d7c1227: Waiting 2025-03-21T20:18:41.0778407Z 040f4b25fe47: Pulling fs layer 2025-03-21T20:18:41.0778952Z 3d39d3c3833d: Waiting 2025-03-21T20:18:41.0779398Z 2ce202d93f2e: Pulling fs layer 2025-03-21T20:18:41.0779807Z 50754bc025fc: Waiting 2025-03-21T20:18:41.0780062Z 4f4fb700ef54: Waiting 2025-03-21T20:18:41.0780319Z 040f4b25fe47: Waiting 2025-03-21T20:18:41.0780578Z 2ce202d93f2e: Waiting 2025-03-21T20:18:41.0780833Z db5c552aa08b: Waiting 2025-03-21T20:18:41.0781075Z 3c65b9b0c077: Waiting 2025-03-21T20:18:41.1458181Z 86e413e13063: Verifying Checksum 2025-03-21T20:18:41.1458659Z 86e413e13063: Download complete 2025-03-21T20:18:41.3283856Z 261c0f487ad0: Verifying Checksum 2025-03-21T20:18:41.3284222Z 261c0f487ad0: Download complete 2025-03-21T20:18:41.4298469Z 8f84a9f2102e: Download complete 2025-03-21T20:18:41.5102666Z a0c2fdb93dec: Download complete 2025-03-21T20:18:41.5919857Z a3f0567f83ae: Verifying Checksum 2025-03-21T20:18:41.5920404Z a3f0567f83ae: Download complete 2025-03-21T20:18:41.6670145Z 5a102502de33: Download complete 2025-03-21T20:18:41.7490228Z 5d24dc753f04: Verifying Checksum 2025-03-21T20:18:41.7490900Z 5d24dc753f04: Download complete 2025-03-21T20:18:41.8120026Z 85f4a172d5b6: Verifying Checksum 2025-03-21T20:18:41.8120562Z 85f4a172d5b6: Download complete 2025-03-21T20:18:42.2016804Z bb9ad7d84f6e: Verifying Checksum 2025-03-21T20:18:42.2017331Z bb9ad7d84f6e: Download complete 2025-03-21T20:18:42.2647200Z 5120711d46e3: Download complete 2025-03-21T20:18:42.3590911Z 8f84a9f2102e: Pull complete 2025-03-21T20:18:42.3945256Z 86e413e13063: Pull complete 2025-03-21T20:18:42.7016369Z 56848936f031: Verifying Checksum 2025-03-21T20:18:42.7016991Z 56848936f031: Download complete 2025-03-21T20:18:42.7810238Z e1fd02ccae09: Download complete 2025-03-21T20:18:42.8581569Z 508bc8ee650d: Download complete 2025-03-21T20:18:42.8926527Z 4e0f8d4747da: Verifying Checksum 2025-03-21T20:18:42.8927047Z 4e0f8d4747da: Download complete 2025-03-21T20:18:42.9325999Z 6ff1ffcc6d84: Download complete 2025-03-21T20:18:43.0078575Z fb7c06bc00e5: Verifying Checksum 2025-03-21T20:18:43.0079231Z fb7c06bc00e5: Download complete 2025-03-21T20:18:43.0822093Z eda4db11af8f: Download complete 2025-03-21T20:18:43.2407653Z 3cfbc5ff2ac0: Download complete 2025-03-21T20:18:43.3102925Z 59fe3e940463: Download complete 2025-03-21T20:18:43.7136911Z 6a063300ab4b: Verifying Checksum 2025-03-21T20:18:43.7137326Z 6a063300ab4b: Download complete 2025-03-21T20:18:43.8022030Z db5c552aa08b: Verifying Checksum 2025-03-21T20:18:43.8022450Z db5c552aa08b: Download complete 2025-03-21T20:18:44.8189339Z 2d4cecada8b4: Verifying Checksum 2025-03-21T20:18:44.8189925Z 2d4cecada8b4: Download complete 2025-03-21T20:18:44.9036219Z 32a4dbb2ef2f: Verifying Checksum 2025-03-21T20:18:44.9036894Z 32a4dbb2ef2f: Download complete 2025-03-21T20:18:46.1755732Z 706d7d7c1227: Verifying Checksum 2025-03-21T20:18:46.1756373Z 706d7d7c1227: Download complete 2025-03-21T20:18:46.2426078Z 77ba92adb139: Download complete 2025-03-21T20:18:46.3177905Z 3c65b9b0c077: Verifying Checksum 2025-03-21T20:18:46.3178337Z 3c65b9b0c077: Download complete 2025-03-21T20:18:46.3291257Z 4f4fb700ef54: Verifying Checksum 2025-03-21T20:18:46.3291866Z 4f4fb700ef54: Download complete 2025-03-21T20:18:46.4086323Z 3d39d3c3833d: Verifying Checksum 2025-03-21T20:18:46.4086842Z 3d39d3c3833d: Download complete 2025-03-21T20:18:46.4861778Z 040f4b25fe47: Download complete 2025-03-21T20:18:46.5562393Z 2ce202d93f2e: Verifying Checksum 2025-03-21T20:18:46.5562861Z 2ce202d93f2e: Download complete 2025-03-21T20:18:46.7419584Z 242848c50d1a: Verifying Checksum 2025-03-21T20:18:46.7419967Z 242848c50d1a: Download complete 2025-03-21T20:18:46.9583244Z 56848936f031: Pull complete 2025-03-21T20:18:47.1787339Z 261c0f487ad0: Pull complete 2025-03-21T20:18:47.6094283Z a3f0567f83ae: Pull complete 2025-03-21T20:18:47.8079577Z a0c2fdb93dec: Pull complete 2025-03-21T20:18:50.3563607Z 4e0f8d4747da: Pull complete 2025-03-21T20:18:50.4840782Z 5a102502de33: Pull complete 2025-03-21T20:18:50.6199420Z 5d24dc753f04: Pull complete 2025-03-21T20:18:50.7697568Z 85f4a172d5b6: Pull complete 2025-03-21T20:18:51.4410850Z bb9ad7d84f6e: Pull complete 2025-03-21T20:18:51.5914652Z 5120711d46e3: Pull complete 2025-03-21T20:18:57.8211599Z 2d4cecada8b4: Pull complete 2025-03-21T20:18:57.9233113Z e1fd02ccae09: Pull complete 2025-03-21T20:18:58.0577478Z 508bc8ee650d: Pull complete 2025-03-21T20:18:58.2014290Z 6ff1ffcc6d84: Pull complete 2025-03-21T20:19:01.2186354Z 6a063300ab4b: Pull complete 2025-03-21T20:19:01.4398357Z fb7c06bc00e5: Pull complete 2025-03-21T20:19:01.6463185Z eda4db11af8f: Pull complete 2025-03-21T20:19:01.8389547Z 3cfbc5ff2ac0: Pull complete 2025-03-21T20:19:02.0334639Z 59fe3e940463: Pull complete 2025-03-21T20:19:51.7592960Z 50754bc025fc: Verifying Checksum 2025-03-21T20:19:51.7593338Z 50754bc025fc: Download complete 2025-03-21T20:21:03.1015383Z 50754bc025fc: Pull complete 2025-03-21T20:21:03.2695556Z db5c552aa08b: Pull complete 2025-03-21T20:21:10.2667412Z 706d7d7c1227: Pull complete 2025-03-21T20:21:10.2960659Z 32a4dbb2ef2f: Pull complete 2025-03-21T20:21:17.0392800Z 242848c50d1a: Pull complete 2025-03-21T20:21:17.0934996Z 77ba92adb139: Pull complete 2025-03-21T20:21:17.1682688Z 3c65b9b0c077: Pull complete 2025-03-21T20:21:17.1980177Z 4f4fb700ef54: Pull complete 2025-03-21T20:21:17.2519070Z 3d39d3c3833d: Pull complete 2025-03-21T20:21:17.3384266Z 040f4b25fe47: Pull complete 2025-03-21T20:21:17.4838528Z 2ce202d93f2e: Pull complete 2025-03-21T20:21:17.5095498Z Digest: sha256:d38559c98aeb82552e009bbb7b17d76adfa19c8f3fb874ea99a5e76d87757f76 2025-03-21T20:21:17.5179519Z Status: Downloaded newer image for 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-qnn-sdk:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:21:17.5279725Z 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-qnn-sdk:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:21:17.5317857Z ##[group]Run echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-03-21T20:21:17.5318828Z echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-03-21T20:21:17.5326320Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T20:21:17.5326711Z env: 2025-03-21T20:21:17.5326992Z DOCKER_IMAGE: executorch-ubuntu-22.04-qnn-sdk 2025-03-21T20:21:17.5327355Z REPOSITORY: pytorch/executorch 2025-03-21T20:21:17.5327661Z PR_NUMBER: 2025-03-21T20:21:17.5330440Z 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" ./install_requirements.sh --use-pt-pinned-commit 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-03-21T20:21:17.5333572Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:21:17.5334177Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:21:17.5334741Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:21:17.5335145Z ##[endgroup] 2025-03-21T20:21:17.5492079Z ##[group]Run set -ex 2025-03-21T20:21:17.5492382Z set -ex 2025-03-21T20:21:17.5492623Z { 2025-03-21T20:21:17.5492862Z  echo "#!/usr/bin/env bash"; 2025-03-21T20:21:17.5493205Z  echo "set -eou pipefail"; 2025-03-21T20:21:17.5493537Z  # shellcheck disable=SC2016 2025-03-21T20:21:17.5493898Z  echo 'eval "$(conda shell.bash hook)"'; 2025-03-21T20:21:17.5494251Z  echo "set -x"; 2025-03-21T20:21:17.5494534Z  echo "${SCRIPT}"; 2025-03-21T20:21:17.5494826Z } > "${RUNNER_TEMP}/exec_script" 2025-03-21T20:21:17.5495196Z chmod +x "${RUNNER_TEMP}/exec_script" 2025-03-21T20:21:17.5495923Z python3 "/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/run_with_env_secrets.py" "" 2025-03-21T20:21:17.5501445Z shell: /usr/bin/bash -e {0} 2025-03-21T20:21:17.5501732Z env: 2025-03-21T20:21:17.5502421Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-qnn-sdk:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T20:21:17.5503184Z REPOSITORY: pytorch/executorch 2025-03-21T20:21:17.5503483Z PR_NUMBER: 2025-03-21T20:21:17.5506178Z 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" ./install_requirements.sh --use-pt-pinned-commit 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-03-21T20:21:17.5509182Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T20:21:17.5509786Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T20:21:17.5510356Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T20:21:17.5511053Z ALL_SECRETS: { "github_token": "***" } 2025-03-21T20:21:17.5511367Z ##[endgroup] 2025-03-21T20:21:17.5533805Z + echo '#!/usr/bin/env bash' 2025-03-21T20:21:17.5534352Z + echo 'set -eou pipefail' 2025-03-21T20:21:17.5534969Z + echo 'eval "$(conda shell.bash hook)"' 2025-03-21T20:21:17.5535336Z + echo 'set -x' 2025-03-21T20:21:17.5535884Z + echo '# The generic Linux job chooses to use base env, not the one setup by the image 2025-03-21T20:21:17.5536442Z CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") 2025-03-21T20:21:17.5536826Z conda activate "${CONDA_ENV}" 2025-03-21T20:21:17.5537022Z 2025-03-21T20:21:17.5537120Z BUILD_TOOL="cmake" 2025-03-21T20:21:17.5537278Z 2025-03-21T20:21:17.5537430Z ./install_requirements.sh --use-pt-pinned-commit 2025-03-21T20:21:17.5537892Z PYTHON_EXECUTABLE=python bash .ci/scripts/setup-qnn-deps.sh 2025-03-21T20:21:17.5538387Z PYTHON_EXECUTABLE=python bash .ci/scripts/build-qnn-sdk.sh 2025-03-21T20:21:17.5538678Z 2025-03-21T20:21:17.5538788Z # Setup executorch 2025-03-21T20:21:17.5539211Z PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" 2025-03-21T20:21:17.5539619Z 2025-03-21T20:21:17.5539740Z # Setup install_requirements for llama 2025-03-21T20:21:17.5540206Z PYTHON_EXECUTABLE=python bash examples/models/llama/install_requirements.sh 2025-03-21T20:21:17.5540582Z 2025-03-21T20:21:17.5540724Z # Test static llama weight sharing and accuracy 2025-03-21T20:21:17.5541190Z PYTHON_EXECUTABLE=python bash .ci/scripts/test_qnn_static_llama.sh 2025-03-21T20:21:17.5541605Z ' 2025-03-21T20:21:17.5541907Z + chmod +x /home/ec2-user/actions-runner/_work/_temp/exec_script 2025-03-21T20:21:17.5544601Z + python3 /home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/run_with_env_secrets.py '' 2025-03-21T20:21:39.2139969Z Running command: 2025-03-21T20:21:39.2146721Z docker run -e PR_NUMBER -e RUNNER_ARTIFACT_DIR=/artifacts -e RUNNER_DOCS_DIR=/docs -e RUNNER_TEST_RESULTS_DIR=/test-results --env-file="/home/ec2-user/actions-runner/_work/_temp/github_env_14000170672" `# It is unknown why the container sees a different value for this.` -e GITHUB_STEP_SUMMARY -e SECRET_GITHUB_TOKEN --cap-add=SYS_PTRACE --detach --ipc=host --security-opt seccomp=unconfined --shm-size=2g --tty --ulimit stack=10485760:83886080 --ulimit core=0 -v "/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch:/pytorch/executorch" -v "/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra:/test-infra" -v "/home/ec2-user/actions-runner/_work/_temp/artifacts:/artifacts" -v "/home/ec2-user/actions-runner/_work/_temp/docs:/docs" -v "/home/ec2-user/actions-runner/_work/_temp/test-results:/test-results" -v "/home/ec2-user/actions-runner/_work/_temp/exec_script:/exec" -v "/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/step_summary_a8d43ba2-e467-4bc7-a1f4-86a07edce453":"/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/step_summary_a8d43ba2-e467-4bc7-a1f4-86a07edce453" -w /pytorch/executorch "308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-qnn-sdk:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4" 2025-03-21T20:21:39.2152536Z 2025-03-21T20:21:39.2152886Z eb107ea6aae3eb55d362e856c905029f61260c0c8c5ebad72e46069f1ad241f2 2025-03-21T20:21:39.2153594Z Running command: docker exec -t eb107ea6aae3eb55d362e856c905029f61260c0c8c5ebad72e46069f1ad241f2 /exec 2025-03-21T20:21:39.2154185Z ++ conda env list --json 2025-03-21T20:21:39.2154464Z ++ local cmd=env 2025-03-21T20:21:39.2154705Z ++ case "$cmd" in 2025-03-21T20:21:39.2154941Z ++ jq -r '.envs | .[-1]' 2025-03-21T20:21:39.2155223Z ++ __conda_exe env list --json 2025-03-21T20:21:39.2155532Z ++ /opt/conda/bin/conda env list --json 2025-03-21T20:21:39.2155874Z + CONDA_ENV=/opt/conda/envs/py_3.10 2025-03-21T20:21:39.2156192Z + conda activate /opt/conda/envs/py_3.10 2025-03-21T20:21:39.2156520Z + local cmd=activate 2025-03-21T20:21:39.2156772Z + case "$cmd" in 2025-03-21T20:21:39.2157060Z + __conda_activate activate /opt/conda/envs/py_3.10 2025-03-21T20:21:39.2157665Z + '[' -n '' ']' 2025-03-21T20:21:39.2157888Z + local ask_conda 2025-03-21T20:21:39.2158134Z ++ PS1='(base) ' 2025-03-21T20:21:39.2158454Z ++ __conda_exe shell.posix activate /opt/conda/envs/py_3.10 2025-03-21T20:21:39.2158960Z ++ /opt/conda/bin/conda shell.posix activate /opt/conda/envs/py_3.10 2025-03-21T20:21:39.2159403Z + ask_conda='PS1='\''(py_3.10) '\'' 2025-03-21T20:21:39.2160291Z export PATH='\''/opt/conda/envs/py_3.10/bin:/opt/conda/condabin:/opt/cache/bin:/opt/conda/envs/py_3.10/bin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'\'' 2025-03-21T20:21:39.2161200Z export CONDA_PREFIX='\''/opt/conda/envs/py_3.10'\'' 2025-03-21T20:21:39.2161566Z export CONDA_SHLVL='\''2'\'' 2025-03-21T20:21:39.2161872Z export CONDA_DEFAULT_ENV='\''py_3.10'\'' 2025-03-21T20:21:39.2162234Z export CONDA_PROMPT_MODIFIER='\''(py_3.10) '\'' 2025-03-21T20:21:39.2162598Z export CONDA_PREFIX_1='\''/opt/conda'\'' 2025-03-21T20:21:39.2162938Z export CONDA_EXE='\''/opt/conda/bin/conda'\'' 2025-03-21T20:21:39.2163281Z export _CE_M='\'''\'' 2025-03-21T20:21:39.2163544Z export _CE_CONDA='\'''\'' 2025-03-21T20:21:39.2163874Z export CONDA_PYTHON_EXE='\''/opt/conda/bin/python'\''' 2025-03-21T20:21:39.2164250Z + eval 'PS1='\''(py_3.10) '\'' 2025-03-21T20:21:39.2165224Z export PATH='\''/opt/conda/envs/py_3.10/bin:/opt/conda/condabin:/opt/cache/bin:/opt/conda/envs/py_3.10/bin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'\'' 2025-03-21T20:21:39.2166147Z export CONDA_PREFIX='\''/opt/conda/envs/py_3.10'\'' 2025-03-21T20:21:39.2166535Z export CONDA_SHLVL='\''2'\'' 2025-03-21T20:21:39.2166875Z export CONDA_DEFAULT_ENV='\''py_3.10'\'' 2025-03-21T20:21:39.2167235Z export CONDA_PROMPT_MODIFIER='\''(py_3.10) '\'' 2025-03-21T20:21:39.2167590Z export CONDA_PREFIX_1='\''/opt/conda'\'' 2025-03-21T20:21:39.2167942Z export CONDA_EXE='\''/opt/conda/bin/conda'\'' 2025-03-21T20:21:39.2168282Z export _CE_M='\'''\'' 2025-03-21T20:21:39.2168545Z export _CE_CONDA='\'''\'' 2025-03-21T20:21:39.2168890Z export CONDA_PYTHON_EXE='\''/opt/conda/bin/python'\''' 2025-03-21T20:21:39.2169246Z ++ PS1='(py_3.10) ' 2025-03-21T20:21:39.2170046Z ++ export PATH=/opt/conda/envs/py_3.10/bin:/opt/conda/condabin:/opt/cache/bin:/opt/conda/envs/py_3.10/bin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 2025-03-21T20:21:39.2171418Z ++ PATH=/opt/conda/envs/py_3.10/bin:/opt/conda/condabin:/opt/cache/bin:/opt/conda/envs/py_3.10/bin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 2025-03-21T20:21:39.2172278Z ++ export CONDA_PREFIX=/opt/conda/envs/py_3.10 2025-03-21T20:21:39.2172639Z ++ CONDA_PREFIX=/opt/conda/envs/py_3.10 2025-03-21T20:21:39.2172959Z ++ export CONDA_SHLVL=2 2025-03-21T20:21:39.2173207Z ++ CONDA_SHLVL=2 2025-03-21T20:21:39.2173467Z ++ export CONDA_DEFAULT_ENV=py_3.10 2025-03-21T20:21:39.2173783Z ++ CONDA_DEFAULT_ENV=py_3.10 2025-03-21T20:21:39.2174096Z ++ export 'CONDA_PROMPT_MODIFIER=(py_3.10) ' 2025-03-21T20:21:39.2174447Z ++ CONDA_PROMPT_MODIFIER='(py_3.10) ' 2025-03-21T20:21:39.2174769Z ++ export CONDA_PREFIX_1=/opt/conda 2025-03-21T20:21:39.2175084Z ++ CONDA_PREFIX_1=/opt/conda 2025-03-21T20:21:39.2175388Z ++ export CONDA_EXE=/opt/conda/bin/conda 2025-03-21T20:21:39.2175724Z ++ CONDA_EXE=/opt/conda/bin/conda 2025-03-21T20:21:39.2176267Z ++ export _CE_M= 2025-03-21T20:21:39.2176508Z ++ _CE_M= 2025-03-21T20:21:39.2176739Z ++ export _CE_CONDA= 2025-03-21T20:21:39.2176997Z ++ _CE_CONDA= 2025-03-21T20:21:39.2177277Z ++ export CONDA_PYTHON_EXE=/opt/conda/bin/python 2025-03-21T20:21:39.2177645Z ++ CONDA_PYTHON_EXE=/opt/conda/bin/python 2025-03-21T20:21:39.2177950Z + __conda_hashr 2025-03-21T20:21:39.2178185Z + '[' -n '' ']' 2025-03-21T20:21:39.2178415Z + '[' -n '' ']' 2025-03-21T20:21:39.2178641Z + hash -r 2025-03-21T20:21:39.2178864Z + BUILD_TOOL=cmake 2025-03-21T20:21:39.2179152Z + ./install_requirements.sh --use-pt-pinned-commit 2025-03-21T20:21:39.2179739Z Looking in indexes: https://pypi.org/simple, https://download.pytorch.org/whl/nightly/cpu 2025-03-21T20:21:39.2180689Z Requirement already satisfied: torch in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (2.7.0a0+git295f2ed) 2025-03-21T20:21:39.2181612Z Requirement already satisfied: torchvision in /var/lib/ci-user/.local/lib/python3.10/site-packages (0.19.0a0+d23a6e1) 2025-03-21T20:21:39.2182537Z Requirement already satisfied: torchaudio in /var/lib/ci-user/.local/lib/python3.10/site-packages (2.6.0a0+c670ad8) 2025-03-21T20:21:39.2183298Z Collecting timm==1.0.7 (from -r requirements-examples.txt (line 3)) 2025-03-21T20:21:39.2183817Z Downloading timm-1.0.7-py3-none-any.whl.metadata (47 kB) 2025-03-21T20:21:39.2184659Z Requirement already satisfied: torchsr==1.0.4 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-examples.txt (line 4)) (1.0.4) 2025-03-21T20:21:39.2185902Z Requirement already satisfied: transformers==4.47.1 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-examples.txt (line 5)) (4.47.1) 2025-03-21T20:21:39.2186805Z Collecting cmake>=3.19 (from -r requirements-dev.txt (line 1)) 2025-03-21T20:21:39.2187456Z Downloading cmake-3.31.6-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (6.3 kB) 2025-03-21T20:21:39.2188415Z Requirement already satisfied: pip>=23 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-dev.txt (line 2)) (25.0) 2025-03-21T20:21:39.2189725Z Requirement already satisfied: pyyaml in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-dev.txt (line 3)) (6.0.1) 2025-03-21T20:21:39.2190885Z Requirement already satisfied: setuptools>=63 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-dev.txt (line 4)) (75.8.0) 2025-03-21T20:21:39.2192023Z Requirement already satisfied: tomli in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-dev.txt (line 5)) (2.0.1) 2025-03-21T20:21:39.2193145Z Requirement already satisfied: wheel in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-dev.txt (line 6)) (0.45.1) 2025-03-21T20:21:39.2194274Z Requirement already satisfied: zstd in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-dev.txt (line 7)) (1.5.5.1) 2025-03-21T20:21:39.2195526Z Requirement already satisfied: huggingface_hub in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from timm==1.0.7->-r requirements-examples.txt (line 3)) (0.29.3) 2025-03-21T20:21:39.2196848Z Requirement already satisfied: safetensors in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from timm==1.0.7->-r requirements-examples.txt (line 3)) (0.5.3) 2025-03-21T20:21:39.2198178Z Requirement already satisfied: filelock in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from transformers==4.47.1->-r requirements-examples.txt (line 5)) (3.18.0) 2025-03-21T20:21:39.2199532Z Requirement already satisfied: numpy>=1.17 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from transformers==4.47.1->-r requirements-examples.txt (line 5)) (2.2.4) 2025-03-21T20:21:39.2200890Z Requirement already satisfied: packaging>=20.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from transformers==4.47.1->-r requirements-examples.txt (line 5)) (24.2) 2025-03-21T20:21:39.2202284Z Requirement already satisfied: regex!=2019.12.17 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from transformers==4.47.1->-r requirements-examples.txt (line 5)) (2024.11.6) 2025-03-21T20:21:39.2203668Z Requirement already satisfied: requests in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from transformers==4.47.1->-r requirements-examples.txt (line 5)) (2.32.3) 2025-03-21T20:21:39.2205049Z Requirement already satisfied: tokenizers<0.22,>=0.21 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from transformers==4.47.1->-r requirements-examples.txt (line 5)) (0.21.1) 2025-03-21T20:21:39.2206425Z Requirement already satisfied: tqdm>=4.27 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from transformers==4.47.1->-r requirements-examples.txt (line 5)) (4.67.1) 2025-03-21T20:21:39.2207672Z Requirement already satisfied: typing-extensions>=4.10.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch) (4.12.2) 2025-03-21T20:21:52.3544097Z Requirement already satisfied: sympy>=1.13.3 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch) (1.13.3) 2025-03-21T20:21:52.3545232Z Requirement already satisfied: networkx in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch) (3.4.2) 2025-03-21T20:21:52.3546154Z Requirement already satisfied: jinja2 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch) (3.1.6) 2025-03-21T20:21:52.3547068Z Requirement already satisfied: fsspec in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch) (2025.3.0) 2025-03-21T20:21:52.3548039Z Requirement already satisfied: pillow!=8.3.*,>=5.3.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torchvision) (11.1.0) 2025-03-21T20:21:52.3549136Z Requirement already satisfied: mpmath<1.4,>=1.1.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from sympy>=1.13.3->torch) (1.3.0) 2025-03-21T20:21:52.3550193Z Requirement already satisfied: MarkupSafe>=2.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from jinja2->torch) (3.0.2) 2025-03-21T20:21:52.3551727Z Requirement already satisfied: charset-normalizer<4,>=2 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from requests->transformers==4.47.1->-r requirements-examples.txt (line 5)) (3.4.1) 2025-03-21T20:21:52.3553228Z Requirement already satisfied: idna<4,>=2.5 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from requests->transformers==4.47.1->-r requirements-examples.txt (line 5)) (3.10) 2025-03-21T20:21:52.3554770Z Requirement already satisfied: urllib3<3,>=1.21.1 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from requests->transformers==4.47.1->-r requirements-examples.txt (line 5)) (2.3.0) 2025-03-21T20:21:52.3556247Z Requirement already satisfied: certifi>=2017.4.17 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from requests->transformers==4.47.1->-r requirements-examples.txt (line 5)) (2025.1.31) 2025-03-21T20:21:52.3557212Z Downloading timm-1.0.7-py3-none-any.whl (2.3 MB) 2025-03-21T20:21:52.3559595Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/2.3 MB ? eta -:--:-- 2025-03-21T20:21:52.3560384Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.3/2.3 MB 80.0 MB/s eta 0:00:00 2025-03-21T20:21:52.3561155Z [?25hDownloading cmake-3.31.6-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (27.8 MB) 2025-03-21T20:21:52.3561932Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/27.8 MB ? eta -:--:-- 2025-03-21T20:21:52.3562627Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 27.8/27.8 MB 215.1 MB/s eta 0:00:00 2025-03-21T20:21:52.3563185Z [?25hInstalling collected packages: cmake, timm 2025-03-21T20:21:52.3563557Z Attempting uninstall: timm 2025-03-21T20:21:52.3563877Z Found existing installation: timm 0.6.13 2025-03-21T20:21:52.3564244Z Uninstalling timm-0.6.13: 2025-03-21T20:21:52.3564568Z Successfully uninstalled timm-0.6.13 2025-03-21T20:21:52.3564929Z Successfully installed cmake-3.31.6 timm-1.0.7 2025-03-21T20:21:52.3565403Z Processing ./third-party/ao 2025-03-21T20:21:52.3565824Z Preparing metadata (setup.py) ... [?25l- \ done 2025-03-21T20:21:52.3566436Z [?25hBuilding wheels for collected packages: torchao 2025-03-21T20:21:52.3567279Z Building wheel for torchao (setup.py) ... [?25l- \ | done 2025-03-21T20:21:52.3568372Z [?25h Created wheel for torchao: filename=torchao-0.10.0+git64bcf4c-py3-none-any.whl size=758276 sha256=bef364df9ce2265686541e649f5f397406f016fcc67bb03b0a93f1b7d768301b 2025-03-21T20:21:52.3569580Z Stored in directory: /tmp/pip-ephem-wheel-cache-th08t_40/wheels/0b/23/ff/2261dc1c4a27252503fe159d9fc88676b133e0e8d621abf36f 2025-03-21T20:21:52.3570274Z Successfully built torchao 2025-03-21T20:21:52.3570583Z Installing collected packages: torchao 2025-03-21T20:21:52.3571173Z Successfully installed torchao-0.10.0+git64bcf4c 2025-03-21T20:21:52.3571551Z + PYTHON_EXECUTABLE=python 2025-03-21T20:21:52.3571844Z + bash .ci/scripts/setup-qnn-deps.sh 2025-03-21T20:21:52.3572163Z + setup_libc++ 12 2025-03-21T20:21:52.3572413Z + clang_version=12 2025-03-21T20:21:52.3572668Z + sudo apt-get update 2025-03-21T20:21:52.3572828Z 2025-03-21T20:21:52.3572940Z 0% [Working] 2025-03-21T20:21:52.3573156Z 2025-03-21T20:21:52.3573459Z Hit:1 https://dl.yarnpkg.com/debian stable InRelease 2025-03-21T20:21:52.3573739Z 2025-03-21T20:21:52.3573985Z 0% [Connecting to archive.ubuntu.com (185.125.190.81)] [Connecting to security. 2025-03-21T20:21:52.3574465Z 2025-03-21T20:21:52.3574897Z Hit:2 https://deb.nodesource.com/node_16.x nodistro InRelease 2025-03-21T20:21:52.3575195Z 2025-03-21T20:21:52.3575317Z 2025-03-21T20:21:52.3575694Z 0% [Waiting for headers] [Waiting for headers] 2025-03-21T20:21:52.3576319Z 2025-03-21T20:21:52.3576786Z Get:3 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB] 2025-03-21T20:21:52.3577136Z 2025-03-21T20:21:52.3577299Z 0% [Waiting for headers] [3 InRelease 8380 B/129 kB 6%] 2025-03-21T20:21:52.3577788Z 2025-03-21T20:21:52.3578163Z Hit:4 http://archive.ubuntu.com/ubuntu jammy InRelease 2025-03-21T20:21:52.3578443Z 2025-03-21T20:21:52.3578552Z 2025-03-21T20:21:52.3578882Z 0% [3 InRelease 14.2 kB/129 kB 11%] 2025-03-21T20:21:52.3579244Z 0% [Waiting for headers] [3 InRelease 14.2 kB/129 kB 11%] 2025-03-21T20:21:52.3579624Z 2025-03-21T20:21:52.3580075Z Get:5 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [128 kB] 2025-03-21T20:21:52.3580425Z 2025-03-21T20:21:52.3580610Z 0% [5 InRelease 12.7 kB/128 kB 10%] [3 InRelease 17.1 kB/129 kB 13%] 2025-03-21T20:21:52.3581089Z 0% [5 InRelease 12.7 kB/128 kB 10%] [3 InRelease 20.0 kB/129 kB 15%] 2025-03-21T20:21:52.3581561Z 0% [5 InRelease 18.5 kB/128 kB 14%] [3 InRelease 46.0 kB/129 kB 36%] 2025-03-21T20:21:52.3581971Z 2025-03-21T20:21:52.3582315Z 0% [5 InRelease 67.7 kB/128 kB 53%] 2025-03-21T20:21:52.3582606Z 2025-03-21T20:21:52.3582906Z 0% [5 InRelease 126 kB/128 kB 98%] 2025-03-21T20:21:52.3583203Z 2025-03-21T20:21:52.3583594Z 0% [Working] 2025-03-21T20:21:52.3583924Z 0% [Waiting for headers] 2025-03-21T20:21:52.3584417Z 2025-03-21T20:21:52.3584915Z Get:6 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [127 kB] 2025-03-21T20:21:52.3585303Z 2025-03-21T20:21:52.3585496Z 0% [6 InRelease 2113 B/127 kB 2%] 2025-03-21T20:21:52.3585864Z 2025-03-21T20:21:52.3586248Z 0% [Working] 2025-03-21T20:21:52.3586586Z 27% [Waiting for headers] 2025-03-21T20:21:52.3586924Z 2025-03-21T20:21:52.3601751Z Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [3003 kB] 2025-03-21T20:21:52.3602345Z 2025-03-21T20:21:52.3602504Z 27% [7 Packages 2655 B/3003 kB 0%] 2025-03-21T20:21:52.3602973Z 2025-03-21T20:21:52.3603295Z 95% [Working] 2025-03-21T20:21:52.3603563Z 95% [7 Packages store 0 B] [Waiting for headers] 2025-03-21T20:21:52.3603926Z 2025-03-21T20:21:52.3604448Z Get:8 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [38.5 kB] 2025-03-21T20:21:52.3604859Z 2025-03-21T20:21:52.3605024Z 95% [7 Packages store 0 B] [8 Packages 7003 B/38.5 kB 18%] 2025-03-21T20:21:52.3605395Z 2025-03-21T20:21:52.3605907Z 96% [7 Packages store 0 B] 2025-03-21T20:21:52.3606244Z 2025-03-21T20:21:52.3606728Z Get:9 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [112 kB] 2025-03-21T20:21:52.3607120Z 2025-03-21T20:21:52.3607278Z 97% [7 Packages store 0 B] [9 Packages 24.4 kB/112 kB 22%] 2025-03-21T20:21:52.3607656Z 2025-03-21T20:21:52.3608001Z 99% [7 Packages store 0 B] 2025-03-21T20:21:52.3608270Z 2025-03-21T20:21:52.3608525Z 99% [Working] 2025-03-21T20:21:52.3608752Z 99% [8 Packages store 0 B] 2025-03-21T20:21:52.3609022Z 2025-03-21T20:21:52.3609276Z 100% [Working] 2025-03-21T20:21:52.3609517Z 100% [9 Packages store 0 B] 2025-03-21T20:21:52.3609790Z 2025-03-21T20:21:52.3610040Z 100% [Working] 2025-03-21T20:21:52.3610268Z 2025-03-21T20:21:52.3610514Z Fetched 3538 kB in 1s (3064 kB/s) 2025-03-21T20:21:52.3610707Z 2025-03-21T20:21:52.3610834Z Reading package lists... 0% 2025-03-21T20:21:52.3611014Z 2025-03-21T20:21:52.3611133Z Reading package lists... 0% 2025-03-21T20:21:52.3611313Z 2025-03-21T20:21:52.3611419Z Reading package lists... 0% 2025-03-21T20:21:52.3611606Z 2025-03-21T20:21:52.3611712Z Reading package lists... 4% 2025-03-21T20:21:52.3611898Z 2025-03-21T20:21:52.3612004Z Reading package lists... 4% 2025-03-21T20:21:52.3612278Z 2025-03-21T20:21:52.3612469Z Reading package lists... 5% 2025-03-21T20:21:52.3612648Z 2025-03-21T20:21:52.3612770Z Reading package lists... 5% 2025-03-21T20:21:52.3612944Z 2025-03-21T20:21:52.3613067Z Reading package lists... 48% 2025-03-21T20:21:52.3613310Z 2025-03-21T20:21:52.3613419Z Reading package lists... 48% 2025-03-21T20:21:52.3613610Z 2025-03-21T20:21:52.3613716Z Reading package lists... 48% 2025-03-21T20:21:52.3613908Z 2025-03-21T20:21:52.3614050Z Reading package lists... 48% 2025-03-21T20:21:52.3614257Z 2025-03-21T20:21:52.3614414Z Reading package lists... 57% 2025-03-21T20:21:52.3614607Z 2025-03-21T20:21:52.3614725Z Reading package lists... 57% 2025-03-21T20:21:52.3614902Z 2025-03-21T20:21:52.3615020Z Reading package lists... 70% 2025-03-21T20:21:52.3615196Z 2025-03-21T20:21:52.3615302Z Reading package lists... 70% 2025-03-21T20:21:52.3615488Z 2025-03-21T20:21:52.3615594Z Reading package lists... 74% 2025-03-21T20:21:52.3615785Z 2025-03-21T20:21:52.3615891Z Reading package lists... 74% 2025-03-21T20:21:52.3616086Z 2025-03-21T20:21:52.3616191Z Reading package lists... 75% 2025-03-21T20:21:52.3616371Z 2025-03-21T20:21:52.3616487Z Reading package lists... 75% 2025-03-21T20:21:52.3616664Z 2025-03-21T20:21:52.3616781Z Reading package lists... 75% 2025-03-21T20:21:52.3616958Z 2025-03-21T20:21:52.3617063Z Reading package lists... 75% 2025-03-21T20:21:52.3617251Z 2025-03-21T20:21:52.3617358Z Reading package lists... 75% 2025-03-21T20:21:52.3617546Z 2025-03-21T20:21:52.3617651Z Reading package lists... 75% 2025-03-21T20:21:52.3617839Z 2025-03-21T20:21:52.3617945Z Reading package lists... 76% 2025-03-21T20:21:52.3618128Z 2025-03-21T20:21:52.3618250Z Reading package lists... 83% 2025-03-21T20:21:52.3618427Z 2025-03-21T20:21:52.3618545Z Reading package lists... 83% 2025-03-21T20:21:52.3618722Z 2025-03-21T20:21:52.3618828Z Reading package lists... 95% 2025-03-21T20:21:52.3619018Z 2025-03-21T20:21:52.3619124Z Reading package lists... 95% 2025-03-21T20:21:52.3619313Z 2025-03-21T20:21:52.3619424Z Reading package lists... 99% 2025-03-21T20:21:52.3619615Z 2025-03-21T20:21:52.3619723Z Reading package lists... 99% 2025-03-21T20:21:52.3619902Z 2025-03-21T20:21:52.3620023Z Reading package lists... 99% 2025-03-21T20:21:52.3620204Z 2025-03-21T20:21:52.3620330Z Reading package lists... 99% 2025-03-21T20:21:52.3620508Z 2025-03-21T20:21:52.3620615Z Reading package lists... 99% 2025-03-21T20:21:52.3620813Z 2025-03-21T20:21:52.3620920Z Reading package lists... 99% 2025-03-21T20:21:52.3621111Z 2025-03-21T20:21:52.3621218Z Reading package lists... 99% 2025-03-21T20:21:52.3621408Z 2025-03-21T20:21:52.3621593Z Reading package lists... 99% 2025-03-21T20:21:52.3621770Z 2025-03-21T20:21:52.3621889Z Reading package lists... 99% 2025-03-21T20:21:52.3622067Z 2025-03-21T20:21:52.3622188Z Reading package lists... 99% 2025-03-21T20:21:52.3622366Z 2025-03-21T20:21:52.3622478Z Reading package lists... Done 2025-03-21T20:21:52.3622676Z 2025-03-21T20:21:52.3623357Z W: https://dl.yarnpkg.com/debian/dists/stable/InRelease: Key is stored in legacy trusted.gpg keyring (/etc/apt/trusted.gpg), see the DEPRECATION section in apt-key(8) for details. 2025-03-21T20:21:52.3624289Z + pkgs_to_check=("libc++-${clang_version}-dev") 2025-03-21T20:21:52.3624628Z + j=0 2025-03-21T20:21:52.3624851Z + '[' 0 -lt 1 ']' 2025-03-21T20:21:52.3625123Z ++ verify_pkg_installed libc++-12-dev 2025-03-21T20:21:52.3625508Z +++ dpkg-query -W '--showformat=${Status}\n' libc++-12-dev 2025-03-21T20:21:52.3625902Z +++ grep 'install ok installed' 2025-03-21T20:21:52.3626205Z ++ echo install ok installed 2025-03-21T20:21:52.3626513Z + install_status='install ok installed' 2025-03-21T20:21:52.3626853Z + '[' 'install ok installed' == '' ']' 2025-03-21T20:21:52.3627142Z + j=1 2025-03-21T20:21:52.3627364Z + '[' 1 -lt 1 ']' 2025-03-21T20:21:52.3627599Z + install_qnn 2025-03-21T20:21:52.3627850Z + echo 'Start installing qnn.' 2025-03-21T20:21:52.3628131Z Start installing qnn. 2025-03-21T20:21:52.3628405Z + QNN_INSTALLATION_DIR=/tmp/qnn 2025-03-21T20:21:52.3628772Z + mkdir -p /tmp/qnn 2025-03-21T20:21:52.3629542Z + curl -Lo /tmp/v2.28.0.24.10.29.zip https://softwarecenter.qualcomm.com/api/download/software/qualcomm_neural_processing_sdk/v2.28.0.241029.zip 2025-03-21T20:22:32.8217453Z % Total % Received % Xferd Average Speed Time Time Time Current 2025-03-21T20:22:32.8218359Z Dload Upload Total Spent Left Speed 2025-03-21T20:22:32.8218829Z 2025-03-21T20:22:32.8219064Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 2025-03-21T20:22:32.8219702Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 2025-03-21T20:22:32.8220409Z 100 134 100 134 0 0 427 0 --:--:-- --:--:-- --:--:-- 426 2025-03-21T20:22:32.8220917Z 2025-03-21T20:22:32.8221181Z 0 954M 0 6746k 0 0 6621k 0 0:02:27 0:00:01 0:02:26 6621k 2025-03-21T20:22:32.8221886Z 8 954M 8 76.8M 0 0 38.3M 0 0:00:24 0:00:02 0:00:22 71.1M 2025-03-21T20:22:32.8222650Z 16 954M 16 154M 0 0 50.8M 0 0:00:18 0:00:03 0:00:15 73.3M 2025-03-21T20:22:32.8223400Z 24 954M 24 232M 0 0 58.0M 0 0:00:16 0:00:04 0:00:12 75.6M 2025-03-21T20:22:32.8224107Z 32 954M 32 309M 0 0 61.8M 0 0:00:15 0:00:05 0:00:10 75.9M 2025-03-21T20:22:32.8224887Z 40 954M 40 383M 0 0 63.9M 0 0:00:14 0:00:06 0:00:08 75.6M 2025-03-21T20:22:32.8225672Z 47 954M 47 457M 0 0 65.3M 0 0:00:14 0:00:07 0:00:07 76.1M 2025-03-21T20:22:32.8226434Z 56 954M 56 535M 0 0 66.8M 0 0:00:14 0:00:08 0:00:06 76.5M 2025-03-21T20:22:32.8227258Z 64 954M 64 612M 0 0 68.0M 0 0:00:14 0:00:09 0:00:05 76.0M 2025-03-21T20:22:32.8228064Z 71 954M 71 685M 0 0 68.4M 0 0:00:13 0:00:10 0:00:03 75.0M 2025-03-21T20:22:32.8228861Z 79 954M 79 754M 0 0 68.5M 0 0:00:13 0:00:11 0:00:02 74.1M 2025-03-21T20:22:32.8229748Z 86 954M 86 822M 0 0 68.3M 0 0:00:13 0:00:12 0:00:01 72.6M 2025-03-21T20:22:32.8230529Z 93 954M 93 893M 0 0 68.6M 0 0:00:13 0:00:13 --:--:-- 71.6M 2025-03-21T20:22:32.8231328Z 100 954M 100 954M 0 0 68.6M 0 0:00:13 0:00:13 --:--:-- 69.8M 2025-03-21T20:22:32.8232089Z + echo 'Finishing downloading qnn sdk.' 2025-03-21T20:22:32.8232706Z Finishing downloading qnn sdk. 2025-03-21T20:22:32.8233304Z + unzip -qo /tmp/v2.28.0.24.10.29.zip -d /tmp 2025-03-21T20:22:32.8233947Z + echo 'Finishing unzip qnn sdk.' 2025-03-21T20:22:32.8234513Z Finishing unzip qnn sdk. 2025-03-21T20:22:32.8235275Z + ls -lah /tmp/qairt 2025-03-21T20:22:32.8235730Z total 16K 2025-03-21T20:22:32.8236204Z drwxrwxrwx. 3 ci-user ci-user 27 Oct 30 05:44 . 2025-03-21T20:22:32.8236905Z drwxrwxrwt. 1 root root 58 Mar 21 20:22 .. 2025-03-21T20:22:32.8237653Z drwxrwxrwx. 9 ci-user ci-user 16K Oct 30 05:45 2.28.0.241029 2025-03-21T20:22:32.8238393Z + mv /tmp/qairt/2.28.0.241029 /tmp/qnn 2025-03-21T20:22:32.8239065Z + echo 'Finishing installing qnn '\''/tmp/qnn'\'' .' 2025-03-21T20:22:32.8239773Z Finishing installing qnn '/tmp/qnn' . 2025-03-21T20:22:32.8240358Z + ls -lah /tmp/qnn 2025-03-21T20:22:32.8240767Z total 16K 2025-03-21T20:22:32.8241251Z drwxr-xr-x. 3 ci-user ci-user 27 Mar 21 20:22 . 2025-03-21T20:22:32.8241978Z drwxrwxrwt. 1 root root 58 Mar 21 20:22 .. 2025-03-21T20:22:32.8242804Z drwxrwxrwx. 9 ci-user ci-user 16K Oct 30 05:45 2.28.0.241029 2025-03-21T20:22:32.8243530Z + PYTHON_EXECUTABLE=python 2025-03-21T20:22:32.8244076Z + bash .ci/scripts/build-qnn-sdk.sh 2025-03-21T20:22:32.8244639Z + set -o xtrace 2025-03-21T20:22:32.8245068Z + build_qnn_backend 2025-03-21T20:22:32.8245535Z + echo 'Start building qnn backend.' 2025-03-21T20:22:32.8246134Z Start building qnn backend. 2025-03-21T20:22:32.8246684Z + export ANDROID_NDK_ROOT=/opt/ndk 2025-03-21T20:22:32.8247248Z + ANDROID_NDK_ROOT=/opt/ndk 2025-03-21T20:22:32.8247819Z + export QNN_SDK_ROOT=/tmp/qnn/2.28.0.241029 2025-03-21T20:22:32.8248644Z + QNN_SDK_ROOT=/tmp/qnn/2.28.0.241029 2025-03-21T20:22:32.8249281Z +++ dirname -- .ci/scripts/build-qnn-sdk.sh 2025-03-21T20:22:32.8249909Z ++ cd -- .ci/scripts/../.. 2025-03-21T20:22:32.8250401Z ++ pwd 2025-03-21T20:22:32.8250868Z + export EXECUTORCH_ROOT=/pytorch/executorch 2025-03-21T20:22:32.8251523Z + EXECUTORCH_ROOT=/pytorch/executorch 2025-03-21T20:22:32.8252469Z + bash backends/qualcomm/scripts/build.sh --skip_aarch64 --job_number 2 --release 2025-03-21T20:22:32.8253429Z + [[ -z /tmp/qnn/2.28.0.241029 ]] 2025-03-21T20:22:32.8253983Z + '[' --skip_aarch64 = -h ']' 2025-03-21T20:22:32.8254495Z + BUILD_X86_64=true 2025-03-21T20:22:32.8254951Z + CMAKE_X86_64=build-x86 2025-03-21T20:22:32.8255448Z + BUILD_AARCH64=true 2025-03-21T20:22:32.8255943Z + CMAKE_AARCH64=build-android 2025-03-21T20:22:32.8256466Z + CLEAN=true 2025-03-21T20:22:32.8256883Z + BUILD_TYPE=Debug 2025-03-21T20:22:32.8257339Z + BUILD_JOB_NUMBER=16 2025-03-21T20:22:32.8257817Z + '[' -z PYTHON_EXECUTABLE ']' 2025-03-21T20:22:32.8258346Z + '[' -z BUCK2 ']' 2025-03-21T20:22:32.8258989Z + long_options=skip_x86_64,skip_aarch64,no_clean,release,job_number: 2025-03-21T20:22:32.8260786Z ++ getopt -a --options '' --longoptions skip_x86_64,skip_aarch64,no_clean,release,job_number: --name backends/qualcomm/scripts/build.sh -- --skip_aarch64 --job_number 2 --release 2025-03-21T20:22:32.8262606Z + parsed_args=' --skip_aarch64 --job_number '\''2'\'' --release --' 2025-03-21T20:22:32.8263528Z + eval set -- ' --skip_aarch64 --job_number '\''2'\'' --release --' 2025-03-21T20:22:32.8264337Z ++ set -- --skip_aarch64 --job_number 2 --release -- 2025-03-21T20:22:32.8265003Z + true 2025-03-21T20:22:32.8265405Z + case "$1" in 2025-03-21T20:22:32.8265844Z + BUILD_AARCH64=false 2025-03-21T20:22:32.8266285Z + shift 2025-03-21T20:22:32.8266665Z + true 2025-03-21T20:22:32.8267049Z + case "$1" in 2025-03-21T20:22:32.8267476Z + BUILD_JOB_NUMBER=2 2025-03-21T20:22:32.8267911Z + shift 2 2025-03-21T20:22:32.8268265Z + true 2025-03-21T20:22:32.8268636Z + case "$1" in 2025-03-21T20:22:32.8269153Z + BUILD_TYPE=Release 2025-03-21T20:22:32.8269601Z + shift 2025-03-21T20:22:32.8269975Z + true 2025-03-21T20:22:32.8270347Z + case "$1" in 2025-03-21T20:22:32.8270753Z + shift 2025-03-21T20:22:32.8271127Z + break 2025-03-21T20:22:32.8271583Z +++ dirname backends/qualcomm/scripts/build.sh 2025-03-21T20:22:32.8272249Z ++ cd backends/qualcomm/scripts/../../.. 2025-03-21T20:22:32.8272849Z ++ pwd -P 2025-03-21T20:22:32.8273289Z + PRJ_ROOT=/pytorch/executorch 2025-03-21T20:22:32.8273812Z + '[' false = true ']' 2025-03-21T20:22:32.8274281Z + '[' true = true ']' 2025-03-21T20:22:32.8274794Z + BUILD_ROOT=/pytorch/executorch/build-x86 2025-03-21T20:22:32.8275555Z + '[' true = true ']' 2025-03-21T20:22:32.8276258Z + rm -rf /pytorch/executorch/build-x86 2025-03-21T20:22:32.8276882Z + mkdir /pytorch/executorch/build-x86 2025-03-21T20:22:32.8277488Z + cd /pytorch/executorch/build-x86 2025-03-21T20:22:32.8280936Z + cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/pytorch/executorch/build-x86 -DQNN_SDK_ROOT=/tmp/qnn/2.28.0.241029 -DEXECUTORCH_BUILD_QNN=ON -DEXECUTORCH_BUILD_DEVTOOLS=ON -DEXECUTORCH_BUILD_EXTENSION_MODULE=ON -DEXECUTORCH_BUILD_KERNELS_QUANTIZED=ON -DEXECUTORCH_BUILD_EXTENSION_TENSOR=ON -DEXECUTORCH_ENABLE_EVENT_TRACER=ON -DPYTHON_EXECUTABLE=python -S /pytorch/executorch -B /pytorch/executorch/build-x86 2025-03-21T20:22:32.8284564Z -- The C compiler identification is Clang 12.0.1 2025-03-21T20:22:32.8285306Z -- The CXX compiler identification is Clang 12.0.1 2025-03-21T20:22:32.8286007Z -- Detecting C compiler ABI info 2025-03-21T20:22:32.8286627Z -- Detecting C compiler ABI info - done 2025-03-21T20:22:32.8287380Z -- Check for working C compiler: /opt/cache/bin/cc - skipped 2025-03-21T20:22:32.8288129Z -- Detecting C compile features 2025-03-21T20:22:32.8288705Z -- Detecting C compile features - done 2025-03-21T20:22:32.8289324Z -- Detecting CXX compiler ABI info 2025-03-21T20:22:32.8289944Z -- Detecting CXX compiler ABI info - done 2025-03-21T20:22:32.8290913Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2025-03-21T20:22:32.8291691Z -- Detecting CXX compile features 2025-03-21T20:22:32.8292288Z -- Detecting CXX compile features - done 2025-03-21T20:22:32.8293854Z CMake Deprecation Warning at backends/xnnpack/third-party/FXdiv/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-03-21T20:22:32.8295297Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-03-21T20:22:32.8296115Z CMake. 2025-03-21T20:22:32.8296327Z 2025-03-21T20:22:32.8296753Z Update the VERSION argument value. Or, use the ... syntax 2025-03-21T20:22:32.8297814Z to tell CMake that the project requires at least but has been updated 2025-03-21T20:22:32.8298781Z to work with policies introduced by or earlier. 2025-03-21T20:22:32.8299298Z 2025-03-21T20:22:32.8299528Z  2025-03-21T20:22:32.8300720Z CMake Deprecation Warning at backends/xnnpack/third-party/cpuinfo/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-03-21T20:22:32.8302148Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-03-21T20:22:32.8302980Z CMake. 2025-03-21T20:22:32.8303201Z 2025-03-21T20:22:32.8303631Z Update the VERSION argument value. Or, use the ... syntax 2025-03-21T20:22:32.8304727Z to tell CMake that the project requires at least but has been updated 2025-03-21T20:22:32.8305603Z to work with policies introduced by or earlier. 2025-03-21T20:22:32.8306045Z 2025-03-21T20:22:32.8306284Z  2025-03-21T20:22:32.8306634Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD 2025-03-21T20:22:32.8307195Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success 2025-03-21T20:22:32.8307720Z -- Found Threads: TRUE 2025-03-21T20:22:32.8308836Z CMake Deprecation Warning at backends/xnnpack/third-party/pthreadpool/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-03-21T20:22:32.8309838Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-03-21T20:22:32.8310286Z CMake. 2025-03-21T20:22:32.8310407Z 2025-03-21T20:22:32.8310664Z Update the VERSION argument value. Or, use the ... syntax 2025-03-21T20:22:32.8311229Z to tell CMake that the project requires at least but has been updated 2025-03-21T20:22:32.8311731Z to work with policies introduced by or earlier. 2025-03-21T20:22:32.8312001Z 2025-03-21T20:22:32.8312123Z  2025-03-21T20:22:32.8312362Z -- Using python executable 'python' 2025-03-21T20:22:32.8312684Z -- Resolved buck2 as buck2. 2025-03-21T20:22:32.8312957Z -- Killing buck2 daemon 2025-03-21T20:22:32.8313220Z 'buck2 killall' 2025-03-21T20:22:32.8313657Z -- executorch: Generating source lists 2025-03-21T20:22:32.8314363Z -- executorch: Generating source file list /pytorch/executorch/build-x86/executorch_srcs.cmake 2025-03-21T20:22:32.8315064Z -- executorch: Using sources file /pytorch/executorch/build-x86/executorch_srcs.cmake 2025-03-21T20:22:32.8315586Z -- executorch: Using PAL default 'posix' 2025-03-21T20:22:32.8315916Z -- Generating operator lib: 2025-03-21T20:22:32.8316219Z -- LIB_NAME: portable_ops_lib 2025-03-21T20:22:32.8316640Z -- OPS_SCHEMA_YAML: /pytorch/executorch/kernels/portable/functions.yaml 2025-03-21T20:22:32.8317082Z -- ROOT_OPS: 2025-03-21T20:22:32.8317329Z -- INCLUDE_ALL_OPS: 2025-03-21T20:22:32.8318590Z Command - python;-m;codegen.tools.gen_oplist;--output_path=/pytorch/executorch/build-x86/kernels/portable/portable_ops_lib/selected_operators.yaml;--ops_schema_yaml_path="/pytorch/executorch/kernels/portable/functions.yaml" 2025-03-21T20:22:32.8319728Z -- Generating kernel bindings: 2025-03-21T20:22:32.8320039Z -- LIB_NAME: portable_ops_lib 2025-03-21T20:22:32.8320467Z -- FUNCTIONS_YAML: /pytorch/executorch/kernels/portable/functions.yaml 2025-03-21T20:22:32.8320914Z -- CUSTOM_OPS_YAML: 2025-03-21T20:22:32.8321183Z -- ADD_EXCEPTION_BOUNDARY: FALSE 2025-03-21T20:22:32.8322963Z Generated files /pytorch/executorch/build-x86/kernels/portable/portable_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp;/pytorch/executorch/build-x86/kernels/portable/portable_ops_lib/Functions.h;/pytorch/executorch/build-x86/kernels/portable/portable_ops_lib/NativeFunctions.h 2025-03-21T20:22:32.8324463Z -- Generating operator lib: 2025-03-21T20:22:32.8324764Z -- LIB_NAME: portable_ops_lib 2025-03-21T20:22:32.8325076Z -- KERNEL_LIBS: portable_kernels 2025-03-21T20:22:32.8325385Z -- DEPS: executorch 2025-03-21T20:22:32.8325953Z CMake Deprecation Warning at third-party/gflags/CMakeLists.txt:73 (cmake_minimum_required): 2025-03-21T20:22:32.8326628Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-03-21T20:22:32.8327075Z CMake. 2025-03-21T20:22:32.8327198Z 2025-03-21T20:22:32.8327439Z Update the VERSION argument value. Or, use the ... syntax 2025-03-21T20:22:32.8328014Z to tell CMake that the project requires at least but has been updated 2025-03-21T20:22:32.8328517Z to work with policies introduced by or earlier. 2025-03-21T20:22:32.8328778Z 2025-03-21T20:22:32.8328887Z  2025-03-21T20:22:32.8329121Z -- Looking for C++ include unistd.h 2025-03-21T20:22:32.8329455Z -- Looking for C++ include unistd.h - found 2025-03-21T20:22:32.8329797Z -- Looking for C++ include stdint.h 2025-03-21T20:22:37.0568472Z -- Looking for C++ include stdint.h - found 2025-03-21T20:22:37.0569172Z -- Looking for C++ include inttypes.h 2025-03-21T20:22:37.0569903Z -- Looking for C++ include inttypes.h - found 2025-03-21T20:22:37.0570315Z -- Looking for C++ include sys/types.h 2025-03-21T20:22:37.0570669Z -- Looking for C++ include sys/types.h - found 2025-03-21T20:22:37.0571023Z -- Looking for C++ include sys/stat.h 2025-03-21T20:22:37.0571402Z -- Looking for C++ include sys/stat.h - found 2025-03-21T20:22:37.0571913Z -- Looking for C++ include fnmatch.h 2025-03-21T20:22:37.0572508Z -- Looking for C++ include fnmatch.h - found 2025-03-21T20:22:37.0572860Z -- Looking for C++ include stddef.h 2025-03-21T20:22:37.0573194Z -- Looking for C++ include stddef.h - found 2025-03-21T20:22:37.0573532Z -- Check size of uint32_t 2025-03-21T20:22:37.0573827Z -- Check size of uint32_t - done 2025-03-21T20:22:37.0574128Z -- Looking for strtoll 2025-03-21T20:22:37.0574412Z -- Looking for strtoll - found 2025-03-21T20:22:37.0574735Z -- Using qnn sdk root /tmp/qnn/2.28.0.241029 2025-03-21T20:22:37.0575122Z -- Using EXECUTORCH_SOURCE_DIR /pytorch/executorch 2025-03-21T20:22:37.0575984Z CMake Deprecation Warning at third-party/pybind11/CMakeLists.txt:13 (cmake_minimum_required): 2025-03-21T20:22:37.0576887Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-03-21T20:22:37.0577325Z CMake. 2025-03-21T20:22:37.0577701Z 2025-03-21T20:22:37.0577947Z Update the VERSION argument value. Or, use the ... syntax 2025-03-21T20:22:37.0578521Z to tell CMake that the project requires at least but has been updated 2025-03-21T20:22:37.0579011Z to work with policies introduced by or earlier. 2025-03-21T20:22:37.0579294Z 2025-03-21T20:22:37.0579425Z  2025-03-21T20:22:37.0579663Z -- pybind11 v2.13.6 2025-03-21T20:22:37.0580126Z -- Found PythonInterp: python (found suitable version "3.10.16", minimum required is "3.7") 2025-03-21T20:22:37.0580834Z -- Found PythonLibs: /opt/conda/envs/py_3.10/lib/libpython3.10.so 2025-03-21T20:22:37.0581273Z -- Performing Test HAS_FLTO_THIN 2025-03-21T20:22:37.0581596Z -- Performing Test HAS_FLTO_THIN - Success 2025-03-21T20:22:37.0582256Z CMake Deprecation Warning at third-party/flatcc/CMakeLists.txt:2 (cmake_minimum_required): 2025-03-21T20:22:37.0582932Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-03-21T20:22:37.0583380Z CMake. 2025-03-21T20:22:37.0583509Z 2025-03-21T20:22:37.0583751Z Update the VERSION argument value. Or, use the ... syntax 2025-03-21T20:22:37.0584309Z to tell CMake that the project requires at least but has been updated 2025-03-21T20:22:37.0584813Z to work with policies introduced by or earlier. 2025-03-21T20:22:37.0585086Z 2025-03-21T20:22:37.0585196Z  2025-03-21T20:22:37.0586080Z -- dist install dir /pytorch/executorch/third-party/flatcc 2025-03-21T20:22:37.0586567Z -- lib install dir /pytorch/executorch/third-party/flatcc/lib 2025-03-21T20:22:37.0586984Z -- Setting Clang compiler options 2025-03-21T20:22:37.0587831Z -- Configured C_FLAGS: -DFLATCC_REFLECTION=0 -Wstrict-prototypes -Wsign-conversion -Wconversion -std=c11 -pedantic -Wall -Wextra -Werror 2025-03-21T20:22:37.0588752Z CMake Deprecation Warning at CMakeLists.txt:2 (cmake_minimum_required): 2025-03-21T20:22:37.0589402Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-03-21T20:22:37.0589936Z CMake. 2025-03-21T20:22:37.0590060Z 2025-03-21T20:22:37.0590306Z Update the VERSION argument value. Or, use the ... syntax 2025-03-21T20:22:37.0590933Z to tell CMake that the project requires at least but has been updated 2025-03-21T20:22:37.0591475Z to work with policies introduced by or earlier. 2025-03-21T20:22:37.0591749Z 2025-03-21T20:22:37.0591758Z 2025-03-21T20:22:37.0591902Z -- The C compiler identification is Clang 12.0.1 2025-03-21T20:22:37.0592361Z -- Detecting C compiler ABI info 2025-03-21T20:22:37.0592826Z -- Detecting C compiler ABI info - done 2025-03-21T20:22:37.0593235Z -- Check for working C compiler: /opt/cache/bin/cc - skipped 2025-03-21T20:22:37.0593626Z -- Detecting C compile features 2025-03-21T20:22:37.0593946Z -- Detecting C compile features - done 2025-03-21T20:22:37.0594343Z -- dist install dir /pytorch/executorch/third-party/flatcc 2025-03-21T20:22:37.0594810Z -- lib install dir /pytorch/executorch/third-party/flatcc/lib 2025-03-21T20:22:37.0595227Z -- Setting Clang compiler options 2025-03-21T20:22:37.0595943Z -- Configured C_FLAGS: -DFLATCC_REFLECTION=0 -Wstrict-prototypes -Wsign-conversion -Wconversion -std=c11 -pedantic -Wall -Wextra -Werror 2025-03-21T20:22:37.0596659Z -- Configuring done (0.2s) 2025-03-21T20:22:37.0596953Z -- Generating done (0.0s) 2025-03-21T20:22:37.0597370Z -- Build files have been written to: /pytorch/executorch/build-x86/_host_build 2025-03-21T20:22:37.0597941Z [ 3%] Building C object src/runtime/CMakeFiles/flatccrt.dir/builder.c.o 2025-03-21T20:22:37.0598484Z [ 6%] Building C object src/runtime/CMakeFiles/flatccrt.dir/emitter.c.o 2025-03-21T20:22:37.0599008Z [ 9%] Building C object src/runtime/CMakeFiles/flatccrt.dir/refmap.c.o 2025-03-21T20:22:37.0599557Z [ 12%] Building C object src/runtime/CMakeFiles/flatccrt.dir/verifier.c.o 2025-03-21T20:22:37.0600149Z [ 15%] Building C object src/runtime/CMakeFiles/flatccrt.dir/json_parser.c.o 2025-03-21T20:22:37.0600716Z [ 18%] Building C object src/runtime/CMakeFiles/flatccrt.dir/json_printer.c.o 2025-03-21T20:22:37.0601450Z [ 21%] Linking C static library /pytorch/executorch/third-party/flatcc/lib/libflatccrt.a 2025-03-21T20:22:37.0601968Z [ 21%] Built target flatccrt 2025-03-21T20:22:37.0602453Z [ 24%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/__/external/hash/str_set.c.o 2025-03-21T20:22:37.0603168Z [ 27%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/__/external/hash/ptr_set.c.o 2025-03-21T20:22:37.0603847Z [ 30%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/symbol_table.c.o 2025-03-21T20:22:37.0604520Z [ 33%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/scope_table.c.o 2025-03-21T20:22:37.0605191Z [ 36%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/name_table.c.o 2025-03-21T20:22:37.0605865Z [ 39%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/schema_table.c.o 2025-03-21T20:22:37.0606535Z [ 42%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/value_set.c.o 2025-03-21T20:22:37.0607137Z [ 45%] Building C object src/compiler/CMakeFiles/flatcc.dir/fileio.c.o 2025-03-21T20:22:37.0607656Z [ 48%] Building C object src/compiler/CMakeFiles/flatcc.dir/parser.c.o 2025-03-21T20:22:37.0608202Z [ 51%] Building C object src/compiler/CMakeFiles/flatcc.dir/semantics.c.o 2025-03-21T20:22:37.0608823Z [ 54%] Building C object src/compiler/CMakeFiles/flatcc.dir/coerce.c.o 2025-03-21T20:22:37.0609343Z [ 57%] Building C object src/compiler/CMakeFiles/flatcc.dir/flatcc.c.o 2025-03-21T20:22:37.0609878Z [ 60%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c.c.o 2025-03-21T20:22:37.0610457Z [ 63%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_reader.c.o 2025-03-21T20:22:37.0611039Z [ 66%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_sort.c.o 2025-03-21T20:22:37.0611652Z [ 69%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_builder.c.o 2025-03-21T20:22:37.0612276Z [ 72%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_verifier.c.o 2025-03-21T20:22:37.0612903Z [ 75%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_sorter.c.o 2025-03-21T20:22:37.0613531Z [ 78%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_json_parser.c.o 2025-03-21T20:22:37.0614193Z [ 81%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_json_printer.c.o 2025-03-21T20:22:37.0614829Z [ 84%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/runtime/builder.c.o 2025-03-21T20:22:37.0615456Z [ 87%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/runtime/emitter.c.o 2025-03-21T20:22:37.0616075Z [ 90%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/runtime/refmap.c.o 2025-03-21T20:22:37.0616710Z [ 93%] Linking C static library /pytorch/executorch/third-party/flatcc/lib/libflatcc.a 2025-03-21T20:22:37.0617205Z [ 93%] Built target flatcc 2025-03-21T20:22:37.0617597Z [ 96%] Building C object src/cli/CMakeFiles/flatcc_cli.dir/flatcc_cli.c.o 2025-03-21T20:22:37.0618168Z [100%] Linking C executable /pytorch/executorch/third-party/flatcc/bin/flatcc 2025-03-21T20:22:37.0618644Z [100%] Built target flatcc_cli 2025-03-21T20:22:37.0618949Z -- Generating operator lib: 2025-03-21T20:22:37.0619255Z -- LIB_NAME: quantized_ops_lib 2025-03-21T20:22:37.0619691Z -- OPS_SCHEMA_YAML: /pytorch/executorch/kernels/quantized/quantized.yaml 2025-03-21T20:22:37.0620124Z -- ROOT_OPS: 2025-03-21T20:22:37.0620379Z -- INCLUDE_ALL_OPS: 2025-03-21T20:22:37.0621734Z Command - python;-m;codegen.tools.gen_oplist;--output_path=/pytorch/executorch/build-x86/kernels/quantized/quantized_ops_lib/selected_operators.yaml;--ops_schema_yaml_path="/pytorch/executorch/kernels/quantized/quantized.yaml" 2025-03-21T20:22:37.0622902Z -- Generating kernel bindings: 2025-03-21T20:22:37.0623216Z -- LIB_NAME: quantized_ops_lib 2025-03-21T20:22:37.0623519Z -- FUNCTIONS_YAML: 2025-03-21T20:22:37.0623896Z -- CUSTOM_OPS_YAML: /pytorch/executorch/kernels/quantized/quantized.yaml 2025-03-21T20:22:37.0624430Z -- ADD_EXCEPTION_BOUNDARY: FALSE 2025-03-21T20:22:37.0627636Z Generated files /pytorch/executorch/build-x86/kernels/quantized/quantized_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp;/pytorch/executorch/build-x86/kernels/quantized/quantized_ops_lib/Functions.h;/pytorch/executorch/build-x86/kernels/quantized/quantized_ops_lib/NativeFunctions.h;/pytorch/executorch/build-x86/kernels/quantized/quantized_ops_lib/RegisterCPUCustomOps.cpp;/pytorch/executorch/build-x86/kernels/quantized/quantized_ops_lib/RegisterSchema.cpp;/pytorch/executorch/build-x86/kernels/quantized/quantized_ops_lib/CustomOpsNativeFunctions.h 2025-03-21T20:22:37.0630526Z -- Generating operator lib: 2025-03-21T20:22:37.0630832Z -- LIB_NAME: quantized_ops_lib 2025-03-21T20:22:37.0631149Z -- KERNEL_LIBS: quantized_kernels 2025-03-21T20:22:37.0631462Z -- DEPS: executorch 2025-03-21T20:22:37.0631714Z -- 2025-03-21T20:22:37.0631926Z -- ******** Summary ******** 2025-03-21T20:22:37.0632232Z -- CMAKE_BUILD_TYPE : Release 2025-03-21T20:22:37.0632578Z -- CMAKE_CXX_STANDARD : 17 2025-03-21T20:22:37.0632914Z -- CMAKE_CXX_COMPILER_ID : Clang 2025-03-21T20:22:37.0633252Z -- CMAKE_TOOLCHAIN_FILE : 2025-03-21T20:22:37.0633558Z -- BUCK2 : buck2 2025-03-21T20:22:37.0633892Z -- PYTHON_EXECUTABLE : python 2025-03-21T20:22:37.0634471Z -- FLATC_EXECUTABLE : /pytorch/executorch/build-x86/third-party/flatbuffers/flatc 2025-03-21T20:22:37.0635002Z -- EXECUTORCH_ENABLE_LOGGING : OFF 2025-03-21T20:22:37.0635391Z -- EXECUTORCH_ENABLE_PROGRAM_VERIFICATION : OFF 2025-03-21T20:22:37.0635764Z -- EXECUTORCH_LOG_LEVEL : Info 2025-03-21T20:22:37.0636143Z -- EXECUTORCH_BUILD_ANDROID_JNI : OFF 2025-03-21T20:22:37.0636522Z -- EXECUTORCH_BUILD_ARM_BAREMETAL : OFF 2025-03-21T20:22:37.0636901Z -- EXECUTORCH_BUILD_CADENCE : OFF 2025-03-21T20:22:37.0637274Z -- EXECUTORCH_BUILD_COREML : OFF 2025-03-21T20:22:37.0637671Z -- EXECUTORCH_BUILD_CPUINFO : ON 2025-03-21T20:22:37.0638028Z -- EXECUTORCH_BUILD_DEVTOOLS : ON 2025-03-21T20:22:37.0638399Z -- EXECUTORCH_BUILD_EXECUTOR_RUNNER : ON 2025-03-21T20:22:37.0638775Z -- EXECUTORCH_BUILD_EXTENSION_DATA_LOADER : ON 2025-03-21T20:22:37.0639157Z -- EXECUTORCH_BUILD_EXTENSION_FLAT_TENSOR : ON 2025-03-21T20:22:37.0639529Z -- EXECUTORCH_BUILD_EXTENSION_LLM : OFF 2025-03-21T20:22:37.0639880Z -- EXECUTORCH_BUILD_EXTENSION_MODULE : ON 2025-03-21T20:22:40.1408651Z -- EXECUTORCH_BUILD_EXTENSION_RUNNER_UTIL : OFF 2025-03-21T20:22:40.1409259Z -- EXECUTORCH_BUILD_EXTENSION_TENSOR : ON 2025-03-21T20:22:40.1409745Z -- EXECUTORCH_BUILD_EXTENSION_TRAINING : OFF 2025-03-21T20:22:40.1410409Z -- EXECUTORCH_BUILD_FLATC : ON 2025-03-21T20:22:40.1410835Z -- EXECUTORCH_BUILD_GFLAGS : ON 2025-03-21T20:22:40.1411211Z -- EXECUTORCH_BUILD_HOST_TARGETS : ON 2025-03-21T20:22:40.1411609Z -- EXECUTORCH_BUILD_KERNELS_CUSTOM : OFF 2025-03-21T20:22:40.1412080Z -- EXECUTORCH_BUILD_KERNELS_CUSTOM_AOT : OFF 2025-03-21T20:22:40.1412470Z -- EXECUTORCH_BUILD_KERNELS_OPTIMIZED : OFF 2025-03-21T20:22:40.1412854Z -- EXECUTORCH_BUILD_KERNELS_QUANTIZED : ON 2025-03-21T20:22:40.1413229Z -- EXECUTORCH_BUILD_MPS : OFF 2025-03-21T20:22:40.1413598Z -- EXECUTORCH_BUILD_NEURON : OFF 2025-03-21T20:22:40.1413971Z -- EXECUTORCH_BUILD_PTHREADPOOL : ON 2025-03-21T20:22:40.1414346Z -- EXECUTORCH_BUILD_PYBIND : OFF 2025-03-21T20:22:40.1414711Z -- EXECUTORCH_BUILD_QNN : ON 2025-03-21T20:22:40.1415073Z -- EXECUTORCH_BUILD_SIZE_TEST : OFF 2025-03-21T20:22:40.1415430Z -- EXECUTORCH_BUILD_TESTS : OFF 2025-03-21T20:22:40.1415794Z -- EXECUTORCH_BUILD_VULKAN : OFF 2025-03-21T20:22:40.1416162Z -- EXECUTORCH_BUILD_XNNPACK : OFF 2025-03-21T20:22:40.1416759Z -- Configuring done (12.8s) 2025-03-21T20:22:40.1417056Z -- Generating done (0.2s) 2025-03-21T20:22:40.1417428Z -- Build files have been written to: /pytorch/executorch/build-x86 2025-03-21T20:22:40.1417962Z + cmake --build /pytorch/executorch/build-x86 -j2 --target install 2025-03-21T20:22:40.1418671Z [ 0%] Creating directories for 'flatbuffers' 2025-03-21T20:22:40.1419432Z [ 0%] Building CXX object third-party/gflags/CMakeFiles/gflags_nothreads_static.dir/src/gflags.cc.o 2025-03-21T20:22:40.1420128Z [ 0%] No download step for 'flatbuffers' 2025-03-21T20:22:40.1420576Z [ 1%] No update step for 'flatbuffers' 2025-03-21T20:22:40.1421000Z [ 1%] No patch step for 'flatbuffers' 2025-03-21T20:22:40.1421489Z [ 1%] Performing configure step for 'flatbuffers' 2025-03-21T20:22:40.1421908Z CMake Warning: 2025-03-21T20:22:40.1422242Z Ignoring empty string ("") provided on the command line. 2025-03-21T20:22:40.1422530Z 2025-03-21T20:22:40.1422652Z  2025-03-21T20:22:40.1422906Z fatal: No names found, cannot describe anything. 2025-03-21T20:22:40.1423384Z CMake Warning at CMake/Version.cmake:32 (message): 2025-03-21T20:22:40.1423782Z git describe failed with exit code: 128 2025-03-21T20:22:40.1424004Z 2025-03-21T20:22:40.1424188Z Make sure you cloned with tags or run 'git fetch --tags'. 2025-03-21T20:22:40.1424709Z Call Stack (most recent call first): 2025-03-21T20:22:40.1425030Z CMakeLists.txt:5 (include) 2025-03-21T20:22:40.1425230Z 2025-03-21T20:22:40.1425342Z  2025-03-21T20:22:40.1425588Z -- Proceeding with version: 24.3.25.0 2025-03-21T20:22:40.1425958Z -- The CXX compiler identification is Clang 12.0.1 2025-03-21T20:22:40.1426748Z [ 2%] Building CXX object third-party/gflags/CMakeFiles/gflags_nothreads_static.dir/src/gflags_reporting.cc.o 2025-03-21T20:22:40.1427397Z -- Detecting CXX compiler ABI info 2025-03-21T20:22:40.1428119Z [ 2%] Building CXX object third-party/gflags/CMakeFiles/gflags_nothreads_static.dir/src/gflags_completions.cc.o 2025-03-21T20:22:40.1428791Z -- Detecting CXX compiler ABI info - done 2025-03-21T20:22:40.1429309Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2025-03-21T20:22:40.1429733Z -- Detecting CXX compile features 2025-03-21T20:22:40.1430072Z -- Detecting CXX compile features - done 2025-03-21T20:22:40.1430403Z -- Looking for strtof_l 2025-03-21T20:22:40.1430836Z [ 2%] Linking CXX static library libgflags_nothreads.a 2025-03-21T20:22:40.1431264Z [ 2%] Built target gflags_nothreads_static 2025-03-21T20:22:40.1431672Z [ 2%] Generating etdump headers 2025-03-21T20:22:40.1432018Z [ 2%] Built target etdump_schema 2025-03-21T20:22:40.1432640Z [ 2%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/builder.c.o 2025-03-21T20:22:40.1433207Z -- Looking for strtof_l - found 2025-03-21T20:22:40.1433511Z -- Looking for strtoull_l 2025-03-21T20:22:40.1434117Z [ 2%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/emitter.c.o 2025-03-21T20:22:40.1434980Z [ 3%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/refmap.c.o 2025-03-21T20:22:40.1435850Z [ 3%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/verifier.c.o 2025-03-21T20:22:40.1436740Z [ 3%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/json_parser.c.o 2025-03-21T20:22:40.1437320Z -- Looking for strtoull_l - found 2025-03-21T20:22:40.1437630Z -- Looking for realpath 2025-03-21T20:22:40.1438255Z [ 3%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/json_printer.c.o 2025-03-21T20:22:40.1439134Z [ 3%] Linking C static library /pytorch/executorch/third-party/flatcc/lib/libflatccrt.a 2025-03-21T20:22:40.1439677Z [ 3%] Built target flatccrt 2025-03-21T20:22:40.1440295Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/api.c.o 2025-03-21T20:22:40.1440958Z -- Looking for realpath - found 2025-03-21T20:22:40.1441317Z -- CMAKE_CXX_FLAGS: "-DFLATBUFFERS_MAX_ALIGNMENT=1024" 2025-03-21T20:22:40.1441696Z -- Configuring done (0.9s) 2025-03-21T20:22:40.1441988Z -- Generating done (0.0s) 2025-03-21T20:22:40.1442449Z -- Build files have been written to: /pytorch/executorch/build-x86/third-party/flatbuffers 2025-03-21T20:22:40.1443077Z [ 4%] Performing build step for 'flatbuffers' 2025-03-21T20:22:40.1443648Z [ 2%] Building CXX object CMakeFiles/flatc.dir/src/idl_parser.cpp.o 2025-03-21T20:22:40.1444450Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/cache.c.o 2025-03-21T20:22:40.1445372Z [ 5%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/init.c.o 2025-03-21T20:22:40.1446283Z [ 5%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/log.c.o 2025-03-21T20:22:40.1447058Z [ 5%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_text.cpp.o 2025-03-21T20:22:40.1447878Z [ 5%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/init.c.o 2025-03-21T20:22:40.1448832Z [ 5%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/info.c.o 2025-03-21T20:22:40.1449684Z [ 7%] Building CXX object CMakeFiles/flatc.dir/src/reflection.cpp.o 2025-03-21T20:22:40.1450510Z [ 5%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/vendor.c.o 2025-03-21T20:22:40.1451485Z [ 5%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/uarch.c.o 2025-03-21T20:22:40.1452448Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/name.c.o 2025-03-21T20:22:40.1453200Z [ 10%] Building CXX object CMakeFiles/flatc.dir/src/util.cpp.o 2025-03-21T20:22:40.1454026Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/topology.c.o 2025-03-21T20:22:40.1454998Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/isa.c.o 2025-03-21T20:22:40.1455795Z [ 13%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_binary.cpp.o 2025-03-21T20:22:40.1456662Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/init.c.o 2025-03-21T20:22:40.1457718Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/descriptor.c.o 2025-03-21T20:22:40.1458809Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/deterministic.c.o 2025-03-21T20:22:40.1459685Z [ 15%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_cpp.cpp.o 2025-03-21T20:22:40.1460534Z [ 7%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/linux/init.c.o 2025-03-21T20:22:40.1461569Z [ 7%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/linux/cpuinfo.c.o 2025-03-21T20:22:40.1462417Z [ 18%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_csharp.cpp.o 2025-03-21T20:22:40.1463287Z [ 7%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/smallfile.c.o 2025-03-21T20:22:40.1464318Z [ 7%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/multiline.c.o 2025-03-21T20:22:40.1465205Z [ 21%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_dart.cpp.o 2025-03-21T20:22:40.1466061Z [ 7%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/cpulist.c.o 2025-03-21T20:22:40.1467098Z [ 7%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/processors.c.o 2025-03-21T20:22:40.1468010Z [ 8%] Linking C static library libcpuinfo.a 2025-03-21T20:22:40.1468639Z [ 23%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_kotlin.cpp.o 2025-03-21T20:22:40.1469186Z [ 8%] Built target cpuinfo 2025-03-21T20:22:40.1469867Z [ 8%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/api.c.o 2025-03-21T20:22:40.1470895Z [ 8%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/cache.c.o 2025-03-21T20:22:40.1471828Z [ 26%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_kotlin_kmp.cpp.o 2025-03-21T20:22:40.1472711Z [ 8%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/init.c.o 2025-03-21T20:22:40.1473732Z [ 8%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/log.c.o 2025-03-21T20:22:40.1474770Z [ 8%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/init.c.o 2025-03-21T20:22:40.1475619Z [ 28%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_go.cpp.o 2025-03-21T20:22:40.1476672Z [ 9%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/info.c.o 2025-03-21T20:22:40.1477888Z [ 9%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/vendor.c.o 2025-03-21T20:22:40.1478757Z [ 31%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_java.cpp.o 2025-03-21T20:22:40.1479648Z [ 9%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/uarch.c.o 2025-03-21T20:22:44.2732681Z [ 9%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/name.c.o 2025-03-21T20:22:44.2733654Z [ 34%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_ts.cpp.o 2025-03-21T20:22:44.2734591Z [ 9%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/topology.c.o 2025-03-21T20:22:44.2735669Z [ 9%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/isa.c.o 2025-03-21T20:22:44.2736583Z [ 36%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_php.cpp.o 2025-03-21T20:22:44.2737572Z [ 10%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/cache/init.c.o 2025-03-21T20:22:44.2738735Z [ 10%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/cache/descriptor.c.o 2025-03-21T20:22:44.2739657Z [ 39%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_python.cpp.o 2025-03-21T20:22:44.2740630Z [ 10%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/cache/deterministic.c.o 2025-03-21T20:22:44.2741786Z [ 10%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/linux/init.c.o 2025-03-21T20:22:44.2742673Z [ 42%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_lobster.cpp.o 2025-03-21T20:22:44.2743614Z [ 10%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/linux/cpuinfo.c.o 2025-03-21T20:22:44.2744760Z [ 10%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/smallfile.c.o 2025-03-21T20:22:44.2745634Z [ 44%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_rust.cpp.o 2025-03-21T20:22:44.2746550Z [ 11%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/multiline.c.o 2025-03-21T20:22:44.2747672Z [ 11%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/cpulist.c.o 2025-03-21T20:22:44.2749387Z [ 11%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/processors.c.o 2025-03-21T20:22:44.2750275Z [ 47%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_fbs.cpp.o 2025-03-21T20:22:44.2750879Z [ 11%] Linking C static library libcpuinfo_internals.a 2025-03-21T20:22:44.2751300Z [ 11%] Built target cpuinfo_internals 2025-03-21T20:22:44.2752064Z [ 11%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/legacy-api.c.o 2025-03-21T20:22:44.2752922Z [ 50%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_grpc.cpp.o 2025-03-21T20:22:44.2753810Z [ 11%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/portable-api.c.o 2025-03-21T20:22:44.2754880Z [ 12%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/memory.c.o 2025-03-21T20:22:44.2755936Z [ 12%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/pthreads.c.o 2025-03-21T20:22:44.2756828Z [ 52%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_json_schema.cpp.o 2025-03-21T20:22:44.2757736Z [ 12%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/fastpath.c.o 2025-03-21T20:22:44.2758499Z [ 12%] Linking C static library libpthreadpool.a 2025-03-21T20:22:44.2759033Z [ 12%] Built target pthreadpool 2025-03-21T20:22:44.2759747Z [ 12%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/__/__/external/hash/str_set.c.o 2025-03-21T20:22:44.2760596Z [ 55%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_swift.cpp.o 2025-03-21T20:22:44.2761469Z [ 12%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/__/__/external/hash/ptr_set.c.o 2025-03-21T20:22:44.2762517Z [ 12%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/hash_tables/symbol_table.c.o 2025-03-21T20:22:44.2763437Z [ 57%] Building CXX object CMakeFiles/flatc.dir/src/file_name_saving_file_manager.cpp.o 2025-03-21T20:22:44.2764356Z [ 12%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/hash_tables/scope_table.c.o 2025-03-21T20:22:44.2765201Z [ 60%] Building CXX object CMakeFiles/flatc.dir/src/file_binary_writer.cpp.o 2025-03-21T20:22:44.2766084Z [ 12%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/hash_tables/name_table.c.o 2025-03-21T20:22:44.2767105Z [ 13%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/hash_tables/schema_table.c.o 2025-03-21T20:22:44.2767937Z [ 63%] Building CXX object CMakeFiles/flatc.dir/src/file_writer.cpp.o 2025-03-21T20:22:44.2768781Z [ 13%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/hash_tables/value_set.c.o 2025-03-21T20:22:44.2769704Z [ 13%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/fileio.c.o 2025-03-21T20:22:44.2770431Z [ 65%] Building CXX object CMakeFiles/flatc.dir/src/flatc.cpp.o 2025-03-21T20:22:44.2771158Z [ 13%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/parser.c.o 2025-03-21T20:22:44.2772032Z [ 13%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/semantics.c.o 2025-03-21T20:22:44.2772903Z [ 13%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/coerce.c.o 2025-03-21T20:22:44.2773639Z [ 68%] Building CXX object CMakeFiles/flatc.dir/src/flatc_main.cpp.o 2025-03-21T20:22:44.2774399Z [ 14%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/flatcc.c.o 2025-03-21T20:22:44.2775263Z [ 14%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c.c.o 2025-03-21T20:22:44.2776234Z [ 71%] Building CXX object CMakeFiles/flatc.dir/src/binary_annotator.cpp.o 2025-03-21T20:22:44.2777287Z [ 14%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_reader.c.o 2025-03-21T20:22:44.2778236Z [ 14%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_sort.c.o 2025-03-21T20:22:44.2779087Z [ 73%] Building CXX object CMakeFiles/flatc.dir/src/annotated_binary_text_gen.cpp.o 2025-03-21T20:22:44.2779973Z [ 14%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_builder.c.o 2025-03-21T20:22:44.2780942Z [ 14%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_verifier.c.o 2025-03-21T20:22:44.2781731Z [ 76%] Building CXX object CMakeFiles/flatc.dir/src/bfbs_gen_lua.cpp.o 2025-03-21T20:22:44.2782544Z [ 15%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_sorter.c.o 2025-03-21T20:22:44.2783520Z [ 15%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_json_parser.c.o 2025-03-21T20:22:44.2784340Z [ 78%] Building CXX object CMakeFiles/flatc.dir/src/bfbs_gen_nim.cpp.o 2025-03-21T20:22:44.2785188Z [ 15%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_json_printer.c.o 2025-03-21T20:22:44.2786177Z [ 15%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/__/runtime/builder.c.o 2025-03-21T20:22:44.2787232Z [ 15%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/__/runtime/emitter.c.o 2025-03-21T20:22:44.2788035Z [ 81%] Building CXX object CMakeFiles/flatc.dir/src/code_generators.cpp.o 2025-03-21T20:22:44.2788872Z [ 15%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/__/runtime/refmap.c.o 2025-03-21T20:22:44.2789830Z [ 16%] Linking C static library /pytorch/executorch/third-party/flatcc/lib/libflatcc.a 2025-03-21T20:22:44.2790366Z [ 16%] Built target flatcc 2025-03-21T20:22:44.2790932Z [ 84%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/cpp_generator.cc.o 2025-03-21T20:22:44.2791778Z [ 16%] Building C object third-party/flatcc/src/cli/CMakeFiles/flatcc_cli.dir/flatcc_cli.c.o 2025-03-21T20:22:44.2792570Z [ 16%] Linking C executable /pytorch/executorch/third-party/flatcc/bin/flatcc 2025-03-21T20:22:44.2793336Z [ 86%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/go_generator.cc.o 2025-03-21T20:22:44.2793859Z [ 16%] Built target flatcc_cli 2025-03-21T20:22:44.2794428Z [ 89%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/java_generator.cc.o 2025-03-21T20:22:44.2795235Z [ 92%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/python_generator.cc.o 2025-03-21T20:22:44.2796044Z [ 94%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/swift_generator.cc.o 2025-03-21T20:22:44.2796823Z [ 97%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/ts_generator.cc.o 2025-03-21T20:22:44.2797424Z [100%] Linking CXX executable flatc 2025-03-21T20:22:44.2797774Z [100%] Built target flatc 2025-03-21T20:22:44.2798148Z [ 16%] No install step for 'flatbuffers' 2025-03-21T20:22:44.2798574Z [ 16%] Completed 'flatbuffers' 2025-03-21T20:22:44.2798903Z [ 16%] Built target flatbuffers 2025-03-21T20:22:44.2799294Z [ 16%] Generating common_schema headers 2025-03-21T20:22:44.2799751Z [ 16%] Generating qualcomm ir schema headers 2025-03-21T20:22:44.2800125Z [ 16%] Built target common_schema 2025-03-21T20:22:44.2800431Z [ 16%] Built target qcir 2025-03-21T20:22:44.2800775Z [ 16%] Generating qnn_schema headers 2025-03-21T20:22:44.2801216Z [ 16%] Generating bundled_program headers 2025-03-21T20:22:44.2801585Z [ 16%] Built target qnn_schema 2025-03-21T20:22:44.2801897Z [ 16%] Built target bundled_program_schema 2025-03-21T20:22:44.2802332Z [ 16%] Generating scalar_type_schema headers 2025-03-21T20:22:44.2802873Z [ 16%] Generating program_schema headers 2025-03-21T20:22:44.2803231Z [ 16%] Built target scalar_type_schema 2025-03-21T20:22:44.2803886Z [ 16%] Building CXX object backends/qualcomm/CMakeFiles/qcir_utils.dir/aot/ir/qcir_utils.cpp.o 2025-03-21T20:22:44.2804469Z [ 16%] Built target program_schema 2025-03-21T20:22:49.2037309Z [ 16%] Building CXX object backends/qualcomm/CMakeFiles/qnn_executorch_logging.dir/runtime/Logging.cpp.o 2025-03-21T20:22:49.2038102Z [ 17%] Linking CXX static library libqcir_utils.a 2025-03-21T20:22:49.2038659Z [ 17%] Linking CXX static library libqnn_executorch_logging.a 2025-03-21T20:22:49.2039116Z [ 17%] Built target qnn_executorch_logging 2025-03-21T20:22:49.2039457Z [ 17%] Built target qcir_utils 2025-03-21T20:22:49.2039861Z [ 17%] Generating flat_tensor_schema headers 2025-03-21T20:22:49.2040931Z [ 17%] Building CXX object CMakeFiles/executorch_core.dir/runtime/backend/interface.cpp.o 2025-03-21T20:22:49.2041988Z [ 17%] Built target flat_tensor_schema 2025-03-21T20:22:49.2043127Z [ 17%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/evalue.cpp.o 2025-03-21T20:22:49.2044981Z [ 17%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/exec_aten/util/tensor_shape_to_c_string.cpp.o 2025-03-21T20:22:49.2047243Z [ 18%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/exec_aten/util/tensor_util_portable.cpp.o 2025-03-21T20:22:49.2049067Z [ 18%] Building CXX object backends/qualcomm/CMakeFiles/qnn_implementation.dir/runtime/backends/QnnImplementation.cpp.o 2025-03-21T20:22:49.2050170Z [ 18%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/portable_type/tensor_impl.cpp.o 2025-03-21T20:22:49.2050936Z [ 18%] Linking CXX static library libqnn_implementation.a 2025-03-21T20:22:49.2051361Z [ 18%] Built target qnn_implementation 2025-03-21T20:22:49.2052194Z [ 18%] Building CXX object backends/qualcomm/CMakeFiles/qnn_sys_implementation.dir/runtime/backends/QnnSysImplementation.cpp.o 2025-03-21T20:22:49.2053177Z [ 18%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/tag.cpp.o 2025-03-21T20:22:49.2053854Z [ 18%] Linking CXX static library libqnn_sys_implementation.a 2025-03-21T20:22:49.2054307Z [ 18%] Built target qnn_sys_implementation 2025-03-21T20:22:49.2055119Z [ 18%] Building CXX object backends/qualcomm/CMakeFiles/qnn_custom_protocol.dir/runtime/backends/QnnCustomProtocol.cpp.o 2025-03-21T20:22:49.2056098Z [ 18%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/tensor_layout.cpp.o 2025-03-21T20:22:49.2056934Z [ 18%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method.cpp.o 2025-03-21T20:22:49.2057625Z [ 18%] Linking CXX static library libqnn_custom_protocol.a 2025-03-21T20:22:49.2058057Z [ 18%] Built target qnn_custom_protocol 2025-03-21T20:22:49.2058825Z [ 18%] Building CXX object backends/qualcomm/CMakeFiles/qnn_profiler.dir/runtime/backends/QnnProfiler.cpp.o 2025-03-21T20:22:49.2059759Z [ 18%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method_meta.cpp.o 2025-03-21T20:22:49.2060450Z [ 18%] Linking CXX static library libqnn_profiler.a 2025-03-21T20:22:49.2060838Z [ 18%] Built target qnn_profiler 2025-03-21T20:22:49.2061431Z [ 19%] Building CXX object backends/qualcomm/CMakeFiles/utils.dir/runtime/Utils.cpp.o 2025-03-21T20:22:49.2062267Z [ 20%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/program.cpp.o 2025-03-21T20:22:49.2062907Z [ 20%] Linking CXX static library libutils.a 2025-03-21T20:22:49.2063276Z [ 20%] Built target utils 2025-03-21T20:22:49.2063920Z [ 20%] Building CXX object backends/qualcomm/CMakeFiles/shared_buffer.dir/runtime/SharedBuffer.cpp.o 2025-03-21T20:22:49.2064817Z [ 20%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/pte_data_map.cpp.o 2025-03-21T20:22:49.2065706Z [ 20%] Linking CXX static library libshared_buffer.a 2025-03-21T20:22:49.2066113Z [ 20%] Built target shared_buffer 2025-03-21T20:22:49.2066799Z [ 20%] Building CXX object backends/qualcomm/CMakeFiles/wrappers.dir/aot/wrappers/TensorWrapper.cpp.o 2025-03-21T20:22:49.2067783Z [ 20%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_exec_aten.cpp.o 2025-03-21T20:22:49.2068813Z [ 20%] Building CXX object backends/qualcomm/CMakeFiles/wrappers.dir/aot/wrappers/QuantizeParamsWrapper.cpp.o 2025-03-21T20:22:49.2070954Z [ 20%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_portable.cpp.o 2025-03-21T20:22:49.2072770Z [ 20%] Building CXX object backends/qualcomm/CMakeFiles/wrappers.dir/aot/wrappers/OpWrapper.cpp.o 2025-03-21T20:22:49.2074133Z [ 21%] Linking CXX static library libwrappers.a 2025-03-21T20:22:49.2074863Z [ 21%] Built target wrappers 2025-03-21T20:22:49.2076209Z [ 21%] Building CXX object CMakeFiles/executorch_core.dir/runtime/kernel/operator_registry.cpp.o 2025-03-21T20:22:49.2077972Z [ 22%] Building CXX object backends/qualcomm/CMakeFiles/qnn_logger.dir/runtime/backends/QnnLogger.cpp.o 2025-03-21T20:22:49.2079095Z [ 22%] Linking CXX static library libqnn_logger.a 2025-03-21T20:22:49.2079914Z [ 22%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/abort.cpp.o 2025-03-21T20:22:49.2080449Z [ 22%] Built target qnn_logger 2025-03-21T20:22:49.2081186Z [ 22%] Building CXX object backends/qualcomm/CMakeFiles/qnn_backend_cache.dir/runtime/backends/QnnBackendCache.cpp.o 2025-03-21T20:22:49.2082120Z [ 23%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/log.cpp.o 2025-03-21T20:22:49.2082933Z [ 23%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/profiler.cpp.o 2025-03-21T20:22:49.2083983Z [ 23%] Building CXX object backends/qualcomm/CMakeFiles/qnn_backend_cache.dir/runtime/backends/htpbackend/HtpBackendCache.cpp.o 2025-03-21T20:22:49.2085005Z [ 23%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/runtime.cpp.o 2025-03-21T20:22:49.2085820Z [ 23%] Building CXX object CMakeFiles/executorch_core.dir/schema/extended_header.cpp.o 2025-03-21T20:22:49.2086502Z [ 23%] Linking CXX static library libqnn_backend_cache.a 2025-03-21T20:22:49.2087240Z [ 23%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/default/posix.cpp.o 2025-03-21T20:22:49.2087811Z [ 23%] Built target qnn_backend_cache 2025-03-21T20:22:49.2088537Z [ 24%] Building CXX object backends/qualcomm/CMakeFiles/qnn_device.dir/runtime/backends/QnnDeviceCommon.cpp.o 2025-03-21T20:22:49.2089586Z [ 24%] Building CXX object backends/qualcomm/CMakeFiles/qnn_device.dir/runtime/backends/htpbackend/HtpDevice.cpp.o 2025-03-21T20:22:49.2090385Z [ 24%] Linking CXX static library libexecutorch_core.a 2025-03-21T20:22:49.2090796Z [ 24%] Built target executorch_core 2025-03-21T20:22:49.2091708Z [ 24%] Building CXX object backends/qualcomm/CMakeFiles/qnn_device.dir/runtime/backends/htpbackend/x86_64/HtpDevicePlatformInfoConfig.cpp.o 2025-03-21T20:22:49.2093054Z [ 24%] Building CXX object backends/qualcomm/CMakeFiles/qnn_device.dir/runtime/backends/htpbackend/x86_64/HtpDeviceCustomConfig.cpp.o 2025-03-21T20:22:49.2094283Z [ 24%] Building CXX object backends/qualcomm/CMakeFiles/PyQnnWrapperAdaptor.dir/aot/python/PyQnnWrapperAdaptor.cpp.o 2025-03-21T20:22:49.2095189Z [ 24%] Linking CXX static library libqnn_device.a 2025-03-21T20:22:49.2095582Z [ 24%] Built target qnn_device 2025-03-21T20:22:49.2096805Z [ 24%] Building CXX object backends/qualcomm/CMakeFiles/PyQnnWrapperAdaptor.dir/aot/wrappers/TensorWrapper.cpp.o 2025-03-21T20:22:49.2098142Z [ 24%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_copy_index.cpp.o 2025-03-21T20:22:49.2099235Z [ 24%] Linking CXX shared module PyQnnWrapperAdaptor.cpython-310-x86_64-linux-gnu.so 2025-03-21T20:22:49.2100049Z [ 25%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_view.cpp.o 2025-03-21T20:22:49.2101101Z [ 25%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/register_prim_ops.cpp.o 2025-03-21T20:22:49.2101857Z [ 25%] Linking CXX static library libexecutorch.a 2025-03-21T20:22:49.2102254Z [ 25%] Built target executorch 2025-03-21T20:22:49.2102916Z [ 25%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/threadpool.cpp.o 2025-03-21T20:22:49.2103931Z [ 26%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/threadpool_guard.cpp.o 2025-03-21T20:22:49.2104960Z [ 26%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/thread_parallel.cpp.o 2025-03-21T20:22:49.2105972Z [ 26%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/cpuinfo_utils.cpp.o 2025-03-21T20:22:49.2106763Z [ 26%] Linking CXX static library libextension_threadpool.a 2025-03-21T20:22:49.2107209Z [ 26%] Built target extension_threadpool 2025-03-21T20:22:49.2108238Z [ 26%] Building CXX object backends/qualcomm/CMakeFiles/qnn_backend.dir/runtime/backends/QnnBackendCommon.cpp.o 2025-03-21T20:22:49.2109090Z [ 26%] Linking CXX static library libqnn_backend.a 2025-03-21T20:22:49.2109488Z [ 26%] Built target qnn_backend 2025-03-21T20:22:49.2110128Z [ 26%] Building CXX object extension/tensor/CMakeFiles/extension_tensor.dir/tensor_ptr.cpp.o 2025-03-21T20:22:49.2111044Z [ 26%] Building CXX object extension/tensor/CMakeFiles/extension_tensor.dir/tensor_ptr_maker.cpp.o 2025-03-21T20:22:49.2111782Z [ 26%] Linking CXX static library libextension_tensor.a 2025-03-21T20:22:49.2112202Z [ 26%] Built target extension_tensor 2025-03-21T20:22:49.2112885Z [ 27%] Building CXX object devtools/CMakeFiles/bundled_program.dir/bundled_program/bundled_program.cpp.o 2025-03-21T20:22:49.2113632Z [ 27%] Linking CXX static library libbundled_program.a 2025-03-21T20:22:49.2114045Z [ 27%] Built target bundled_program 2025-03-21T20:22:49.2114756Z [ 28%] Building CXX object extension/data_loader/CMakeFiles/extension_data_loader.dir/file_data_loader.cpp.o 2025-03-21T20:22:49.2115763Z [ 28%] Building CXX object extension/data_loader/CMakeFiles/extension_data_loader.dir/mmap_data_loader.cpp.o 2025-03-21T20:22:49.2116547Z [ 28%] Linking CXX static library libextension_data_loader.a 2025-03-21T20:22:49.2116979Z [ 28%] Built target extension_data_loader 2025-03-21T20:22:49.2117674Z [ 29%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/embeddingxb.cpp.o 2025-03-21T20:22:49.2118599Z [ 29%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_add.cpp.o 2025-03-21T20:22:56.2158200Z [ 29%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_choose_qparams.cpp.o 2025-03-21T20:22:56.2159259Z [ 29%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_dequantize.cpp.o 2025-03-21T20:22:56.2160273Z [ 29%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_embedding.cpp.o 2025-03-21T20:22:56.2161247Z [ 29%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_embedding2b.cpp.o 2025-03-21T20:22:56.2162223Z [ 30%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_embedding4b.cpp.o 2025-03-21T20:22:56.2163197Z [ 30%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_mixed_linear.cpp.o 2025-03-21T20:22:56.2164143Z [ 30%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_mixed_mm.cpp.o 2025-03-21T20:22:56.2165323Z [ 30%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_quantize.cpp.o 2025-03-21T20:22:56.2166067Z [ 30%] Linking CXX static library libquantized_kernels.a 2025-03-21T20:22:56.2166492Z [ 30%] Built target quantized_kernels 2025-03-21T20:22:56.2167219Z [ 30%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op__empty_dim_order.cpp.o 2025-03-21T20:22:56.2168243Z [ 30%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op__to_dim_order_copy.cpp.o 2025-03-21T20:22:56.2169223Z [ 31%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_abs.cpp.o 2025-03-21T20:22:56.2170110Z [ 31%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_acos.cpp.o 2025-03-21T20:22:56.2170993Z [ 31%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_acosh.cpp.o 2025-03-21T20:22:56.2171885Z [ 31%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_add.cpp.o 2025-03-21T20:22:56.2172778Z [ 31%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_addmm.cpp.o 2025-03-21T20:22:56.2173698Z [ 31%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_alias_copy.cpp.o 2025-03-21T20:22:56.2174735Z [ 32%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_allclose.cpp.o 2025-03-21T20:22:56.2175649Z [ 32%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_amax.cpp.o 2025-03-21T20:22:56.2176730Z [ 32%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_amin.cpp.o 2025-03-21T20:22:56.2177305Z [ 32%] Built target PyQnnWrapperAdaptor 2025-03-21T20:22:56.2177916Z [ 32%] Building CXX object devtools/CMakeFiles/etdump.dir/etdump/etdump_flatcc.cpp.o 2025-03-21T20:22:56.2178759Z [ 32%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_any.cpp.o 2025-03-21T20:22:56.2179577Z [ 32%] Building CXX object devtools/CMakeFiles/etdump.dir/etdump/emitter.cpp.o 2025-03-21T20:22:56.2180411Z [ 32%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_arange.cpp.o 2025-03-21T20:22:56.2181334Z [ 33%] Building CXX object devtools/CMakeFiles/etdump.dir/etdump/data_sinks/buffer_data_sink.cpp.o 2025-03-21T20:22:56.2182241Z [ 33%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_argmax.cpp.o 2025-03-21T20:22:56.2183148Z [ 33%] Building CXX object devtools/CMakeFiles/etdump.dir/etdump/data_sinks/file_data_sink.cpp.o 2025-03-21T20:22:56.2184053Z [ 34%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_argmin.cpp.o 2025-03-21T20:22:56.2184742Z [ 34%] Linking CXX static library libetdump.a 2025-03-21T20:22:56.2185117Z [ 34%] Built target etdump 2025-03-21T20:22:56.2185791Z [ 34%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_as_strided_copy.cpp.o 2025-03-21T20:22:56.2186836Z [ 34%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op__empty_dim_order.cpp.o 2025-03-21T20:22:56.2187946Z [ 34%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op__to_dim_order_copy.cpp.o 2025-03-21T20:22:56.2188947Z [ 34%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_asin.cpp.o 2025-03-21T20:22:56.2189979Z [ 34%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_abs.cpp.o 2025-03-21T20:22:56.2190920Z [ 34%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_asinh.cpp.o 2025-03-21T20:22:56.2191874Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_acos.cpp.o 2025-03-21T20:22:56.2192808Z [ 35%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_atan.cpp.o 2025-03-21T20:22:56.2193862Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_acosh.cpp.o 2025-03-21T20:22:56.2194806Z [ 35%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_atan2.cpp.o 2025-03-21T20:22:56.2195753Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_add.cpp.o 2025-03-21T20:22:56.2196687Z [ 36%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_atanh.cpp.o 2025-03-21T20:22:56.2197611Z [ 36%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_avg_pool2d.cpp.o 2025-03-21T20:22:56.2198586Z [ 36%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_addmm.cpp.o 2025-03-21T20:22:56.2199559Z [ 36%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_and.cpp.o 2025-03-21T20:22:56.2200552Z [ 36%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_alias_copy.cpp.o 2025-03-21T20:22:56.2201579Z [ 36%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_allclose.cpp.o 2025-03-21T20:22:56.2202659Z [ 36%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_not.cpp.o 2025-03-21T20:22:56.2203632Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_amax.cpp.o 2025-03-21T20:22:56.2204593Z [ 37%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_or.cpp.o 2025-03-21T20:22:56.2205556Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_amin.cpp.o 2025-03-21T20:22:56.2206524Z [ 37%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_xor.cpp.o 2025-03-21T20:22:56.2207478Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_any.cpp.o 2025-03-21T20:22:56.2208397Z [ 38%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bmm.cpp.o 2025-03-21T20:22:56.2209344Z [ 38%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_arange.cpp.o 2025-03-21T20:22:56.2210285Z [ 38%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cat.cpp.o 2025-03-21T20:22:56.2211237Z [ 38%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_argmax.cpp.o 2025-03-21T20:22:56.2212224Z [ 38%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cdist_forward.cpp.o 2025-03-21T20:22:56.2213136Z [ 38%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ceil.cpp.o 2025-03-21T20:22:56.2214100Z [ 38%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_argmin.cpp.o 2025-03-21T20:22:56.2215167Z [ 38%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_clamp.cpp.o 2025-03-21T20:22:56.2216173Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_as_strided_copy.cpp.o 2025-03-21T20:22:56.2217164Z [ 39%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_clone.cpp.o 2025-03-21T20:22:56.2218110Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_asin.cpp.o 2025-03-21T20:22:56.2219236Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_asinh.cpp.o 2025-03-21T20:22:56.2220278Z [ 40%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_constant_pad_nd.cpp.o 2025-03-21T20:22:56.2221481Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atan.cpp.o 2025-03-21T20:22:56.2222638Z [ 40%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_convolution.cpp.o 2025-03-21T20:22:56.2223748Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atan2.cpp.o 2025-03-21T20:22:56.2237092Z [ 40%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_convolution_backward.cpp.o 2025-03-21T20:22:56.2238532Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atanh.cpp.o 2025-03-21T20:22:56.2239495Z [ 40%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_copy.cpp.o 2025-03-21T20:22:56.2240464Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_avg_pool2d.cpp.o 2025-03-21T20:22:56.2241434Z [ 41%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cos.cpp.o 2025-03-21T20:22:56.2242422Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_and.cpp.o 2025-03-21T20:23:01.7848975Z [ 41%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cosh.cpp.o 2025-03-21T20:23:01.7850057Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_not.cpp.o 2025-03-21T20:23:01.7851789Z [ 42%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cumsum.cpp.o 2025-03-21T20:23:01.7852801Z [ 42%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_or.cpp.o 2025-03-21T20:23:01.7853811Z [ 42%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_detach_copy.cpp.o 2025-03-21T20:23:01.7854814Z [ 42%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_xor.cpp.o 2025-03-21T20:23:01.7855841Z [ 42%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_diagonal_copy.cpp.o 2025-03-21T20:23:01.7856816Z [ 42%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bmm.cpp.o 2025-03-21T20:23:01.7857744Z [ 42%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_div.cpp.o 2025-03-21T20:23:01.7858679Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cat.cpp.o 2025-03-21T20:23:01.7859638Z [ 43%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_embedding.cpp.o 2025-03-21T20:23:01.7860634Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cdist_forward.cpp.o 2025-03-21T20:23:01.7861616Z [ 43%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_empty.cpp.o 2025-03-21T20:23:01.7862561Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ceil.cpp.o 2025-03-21T20:23:01.7863487Z [ 44%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_eq.cpp.o 2025-03-21T20:23:01.7864428Z [ 44%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_clamp.cpp.o 2025-03-21T20:23:01.7865363Z [ 44%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_erf.cpp.o 2025-03-21T20:23:01.7866300Z [ 44%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_clone.cpp.o 2025-03-21T20:23:01.7867300Z [ 44%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_exp.cpp.o 2025-03-21T20:23:01.7868465Z [ 44%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_constant_pad_nd.cpp.o 2025-03-21T20:23:01.7869577Z [ 44%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_expand_copy.cpp.o 2025-03-21T20:23:01.7871185Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_convolution.cpp.o 2025-03-21T20:23:01.7872266Z [ 45%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_expm1.cpp.o 2025-03-21T20:23:01.7873410Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_convolution_backward.cpp.o 2025-03-21T20:23:01.7874429Z [ 45%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_fill.cpp.o 2025-03-21T20:23:01.7875355Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_copy.cpp.o 2025-03-21T20:23:01.7876524Z [ 46%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_flip.cpp.o 2025-03-21T20:23:01.7877473Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cos.cpp.o 2025-03-21T20:23:01.7878417Z [ 46%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_floor.cpp.o 2025-03-21T20:23:01.7879367Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cosh.cpp.o 2025-03-21T20:23:01.7880358Z [ 46%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_floor_divide.cpp.o 2025-03-21T20:23:01.7881488Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cumsum.cpp.o 2025-03-21T20:23:01.7882434Z [ 46%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_fmod.cpp.o 2025-03-21T20:23:01.7883413Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_detach_copy.cpp.o 2025-03-21T20:23:01.7884382Z [ 47%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_full.cpp.o 2025-03-21T20:23:01.7885373Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_diagonal_copy.cpp.o 2025-03-21T20:23:01.7886383Z [ 47%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_full_like.cpp.o 2025-03-21T20:23:01.7887341Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_div.cpp.o 2025-03-21T20:23:01.7888355Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_embedding.cpp.o 2025-03-21T20:23:01.7889315Z [ 48%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_gather.cpp.o 2025-03-21T20:23:01.7890273Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_empty.cpp.o 2025-03-21T20:23:01.7891202Z [ 48%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ge.cpp.o 2025-03-21T20:23:01.7892121Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_eq.cpp.o 2025-03-21T20:23:01.7893056Z [ 48%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_gelu.cpp.o 2025-03-21T20:23:01.7893943Z [ 48%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_glu.cpp.o 2025-03-21T20:23:01.7894864Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_erf.cpp.o 2025-03-21T20:23:01.7895781Z [ 49%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_gt.cpp.o 2025-03-21T20:23:01.7896708Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_exp.cpp.o 2025-03-21T20:23:01.7897660Z [ 49%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_hardtanh.cpp.o 2025-03-21T20:23:01.7898657Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_expand_copy.cpp.o 2025-03-21T20:23:01.7899680Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_expm1.cpp.o 2025-03-21T20:23:01.7900727Z [ 50%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_index.cpp.o 2025-03-21T20:23:01.7901662Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_fill.cpp.o 2025-03-21T20:23:01.7902626Z [ 50%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_index_put.cpp.o 2025-03-21T20:23:01.7903593Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_flip.cpp.o 2025-03-21T20:23:01.7904814Z [ 50%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_index_select.cpp.o 2025-03-21T20:23:01.7905818Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_floor.cpp.o 2025-03-21T20:23:01.7906771Z [ 51%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_isinf.cpp.o 2025-03-21T20:23:01.7907774Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_floor_divide.cpp.o 2025-03-21T20:23:01.7908738Z [ 51%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_isnan.cpp.o 2025-03-21T20:23:01.7909848Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_fmod.cpp.o 2025-03-21T20:23:01.7910836Z [ 51%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_le.cpp.o 2025-03-21T20:23:01.7911769Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_full.cpp.o 2025-03-21T20:23:01.7912741Z [ 52%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_leaky_relu.cpp.o 2025-03-21T20:23:01.7913733Z [ 52%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_full_like.cpp.o 2025-03-21T20:23:01.7914745Z [ 52%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_lift_fresh_copy.cpp.o 2025-03-21T20:23:01.7915729Z [ 52%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gather.cpp.o 2025-03-21T20:23:01.7916769Z [ 52%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_linear_scratch_example.cpp.o 2025-03-21T20:23:01.7917782Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ge.cpp.o 2025-03-21T20:23:01.7918706Z [ 53%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log.cpp.o 2025-03-21T20:23:01.7919641Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gelu.cpp.o 2025-03-21T20:23:01.7920604Z [ 53%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log10.cpp.o 2025-03-21T20:23:01.7921509Z [ 53%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log1p.cpp.o 2025-03-21T20:23:01.7922437Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_glu.cpp.o 2025-03-21T20:23:07.5818595Z [ 54%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log2.cpp.o 2025-03-21T20:23:07.5819631Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gt.cpp.o 2025-03-21T20:23:07.5820606Z [ 54%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log_softmax.cpp.o 2025-03-21T20:23:07.5821603Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_hardtanh.cpp.o 2025-03-21T20:23:07.5822582Z [ 54%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_and.cpp.o 2025-03-21T20:23:07.5823555Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index.cpp.o 2025-03-21T20:23:07.5824772Z [ 54%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_not.cpp.o 2025-03-21T20:23:07.5825894Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index_put.cpp.o 2025-03-21T20:23:07.5826943Z [ 55%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_or.cpp.o 2025-03-21T20:23:07.5828088Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index_select.cpp.o 2025-03-21T20:23:07.5829231Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_isinf.cpp.o 2025-03-21T20:23:07.5830319Z [ 55%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_xor.cpp.o 2025-03-21T20:23:07.5831319Z [ 56%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logit.cpp.o 2025-03-21T20:23:07.5832339Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_isnan.cpp.o 2025-03-21T20:23:07.5833389Z [ 56%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_lt.cpp.o 2025-03-21T20:23:07.5834372Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_le.cpp.o 2025-03-21T20:23:07.5835518Z [ 56%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_masked_fill.cpp.o 2025-03-21T20:23:07.5836647Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_leaky_relu.cpp.o 2025-03-21T20:23:07.5837760Z [ 57%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_lift_fresh_copy.cpp.o 2025-03-21T20:23:07.5838908Z [ 57%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_masked_scatter.cpp.o 2025-03-21T20:23:07.5840081Z [ 57%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_linear_scratch_example.cpp.o 2025-03-21T20:23:07.5841270Z [ 57%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_masked_select.cpp.o 2025-03-21T20:23:07.5842309Z [ 57%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log.cpp.o 2025-03-21T20:23:07.5843361Z [ 57%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_max.cpp.o 2025-03-21T20:23:07.5844376Z [ 57%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log10.cpp.o 2025-03-21T20:23:07.5845498Z [ 58%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_max_pool2d_with_indices.cpp.o 2025-03-21T20:23:07.5846612Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log1p.cpp.o 2025-03-21T20:23:07.5847789Z [ 58%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_max_pool2d_with_indices_backward.cpp.o 2025-03-21T20:23:07.5848949Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log2.cpp.o 2025-03-21T20:23:07.5849964Z [ 58%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_maximum.cpp.o 2025-03-21T20:23:07.5851081Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log_softmax.cpp.o 2025-03-21T20:23:07.5852096Z [ 59%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_mean.cpp.o 2025-03-21T20:23:07.5853131Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_and.cpp.o 2025-03-21T20:23:07.5854137Z [ 59%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_min.cpp.o 2025-03-21T20:23:07.5855163Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_not.cpp.o 2025-03-21T20:23:07.5856224Z [ 59%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_minimum.cpp.o 2025-03-21T20:23:07.5857275Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_or.cpp.o 2025-03-21T20:23:07.5858232Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_mm.cpp.o 2025-03-21T20:23:07.5859195Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_xor.cpp.o 2025-03-21T20:23:07.5860148Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_mul.cpp.o 2025-03-21T20:23:07.5861139Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logit.cpp.o 2025-03-21T20:23:07.5862112Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_narrow_copy.cpp.o 2025-03-21T20:23:07.5863100Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_batch_norm.cpp.o 2025-03-21T20:23:07.5864086Z [ 61%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_lt.cpp.o 2025-03-21T20:23:07.5865134Z [ 61%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_group_norm.cpp.o 2025-03-21T20:23:07.5866171Z [ 61%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_fill.cpp.o 2025-03-21T20:23:07.5867198Z [ 61%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_layer_norm.cpp.o 2025-03-21T20:23:07.5868186Z [ 62%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ne.cpp.o 2025-03-21T20:23:07.5869219Z [ 62%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_scatter.cpp.o 2025-03-21T20:23:07.5870202Z [ 62%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_neg.cpp.o 2025-03-21T20:23:07.5871185Z [ 62%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_select.cpp.o 2025-03-21T20:23:07.5872199Z [ 62%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_nonzero.cpp.o 2025-03-21T20:23:07.5873360Z [ 62%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max.cpp.o 2025-03-21T20:23:07.5874284Z [ 62%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ones.cpp.o 2025-03-21T20:23:07.5875326Z [ 62%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max_pool2d_with_indices.cpp.o 2025-03-21T20:23:07.5876568Z [ 62%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pdist_forward.cpp.o 2025-03-21T20:23:07.5877938Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max_pool2d_with_indices_backward.cpp.o 2025-03-21T20:23:07.5879814Z [ 63%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_permute_copy.cpp.o 2025-03-21T20:23:07.5881464Z [ 64%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pixel_shuffle.cpp.o 2025-03-21T20:23:07.5882911Z [ 64%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_maximum.cpp.o 2025-03-21T20:23:07.5884427Z [ 64%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pixel_unshuffle.cpp.o 2025-03-21T20:23:07.5885727Z [ 64%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pow.cpp.o 2025-03-21T20:23:07.5887020Z [ 64%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_prod.cpp.o 2025-03-21T20:23:07.5888765Z [ 64%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mean.cpp.o 2025-03-21T20:23:07.5890228Z [ 64%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_min.cpp.o 2025-03-21T20:23:07.5891836Z [ 64%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reciprocal.cpp.o 2025-03-21T20:23:07.5893279Z [ 64%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_minimum.cpp.o 2025-03-21T20:23:07.5894284Z [ 65%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reflection_pad1d.cpp.o 2025-03-21T20:23:07.5895271Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mm.cpp.o 2025-03-21T20:23:07.5896245Z [ 66%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mul.cpp.o 2025-03-21T20:23:07.5897234Z [ 66%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reflection_pad2d.cpp.o 2025-03-21T20:23:07.5898271Z [ 66%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_narrow_copy.cpp.o 2025-03-21T20:23:12.9614665Z [ 66%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reflection_pad3d.cpp.o 2025-03-21T20:23:12.9616513Z [ 66%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_batch_norm.cpp.o 2025-03-21T20:23:12.9617541Z [ 66%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_relu.cpp.o 2025-03-21T20:23:12.9618555Z [ 66%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_group_norm.cpp.o 2025-03-21T20:23:12.9619571Z [ 66%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_remainder.cpp.o 2025-03-21T20:23:12.9620600Z [ 66%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_layer_norm.cpp.o 2025-03-21T20:23:12.9621617Z [ 66%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_repeat.cpp.o 2025-03-21T20:23:12.9622587Z [ 66%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ne.cpp.o 2025-03-21T20:23:12.9623588Z [ 67%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_repeat_interleave.cpp.o 2025-03-21T20:23:12.9624574Z [ 68%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_neg.cpp.o 2025-03-21T20:23:12.9625570Z [ 68%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_replication_pad1d.cpp.o 2025-03-21T20:23:12.9626582Z [ 68%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_nonzero.cpp.o 2025-03-21T20:23:12.9627595Z [ 68%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_replication_pad2d.cpp.o 2025-03-21T20:23:12.9628603Z [ 68%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ones.cpp.o 2025-03-21T20:23:12.9629704Z [ 68%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_replication_pad3d.cpp.o 2025-03-21T20:23:12.9630756Z [ 68%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pdist_forward.cpp.o 2025-03-21T20:23:12.9631718Z [ 68%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_roll.cpp.o 2025-03-21T20:23:12.9632700Z [ 68%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_permute_copy.cpp.o 2025-03-21T20:23:12.9633675Z [ 68%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_round.cpp.o 2025-03-21T20:23:12.9634661Z [ 68%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pixel_shuffle.cpp.o 2025-03-21T20:23:12.9635746Z [ 69%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_rsqrt.cpp.o 2025-03-21T20:23:12.9636748Z [ 70%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pixel_unshuffle.cpp.o 2025-03-21T20:23:12.9637734Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_rsub.cpp.o 2025-03-21T20:23:12.9638657Z [ 70%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pow.cpp.o 2025-03-21T20:23:12.9639630Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_scalar_tensor.cpp.o 2025-03-21T20:23:12.9640614Z [ 70%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_prod.cpp.o 2025-03-21T20:23:12.9641576Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_scatter.cpp.o 2025-03-21T20:23:12.9642568Z [ 70%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reciprocal.cpp.o 2025-03-21T20:23:12.9643565Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_scatter_add.cpp.o 2025-03-21T20:23:12.9644640Z [ 70%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad1d.cpp.o 2025-03-21T20:23:12.9645663Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_select_copy.cpp.o 2025-03-21T20:23:12.9646692Z [ 70%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad2d.cpp.o 2025-03-21T20:23:12.9647726Z [ 71%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_select_scatter.cpp.o 2025-03-21T20:23:12.9648766Z [ 72%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad3d.cpp.o 2025-03-21T20:23:12.9649779Z [ 72%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sigmoid.cpp.o 2025-03-21T20:23:12.9650732Z [ 72%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_relu.cpp.o 2025-03-21T20:23:12.9651650Z [ 72%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sign.cpp.o 2025-03-21T20:23:12.9652622Z [ 72%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_remainder.cpp.o 2025-03-21T20:23:12.9653577Z [ 72%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sin.cpp.o 2025-03-21T20:23:12.9654524Z [ 72%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_repeat.cpp.o 2025-03-21T20:23:12.9655465Z [ 72%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sinh.cpp.o 2025-03-21T20:23:12.9656476Z [ 72%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_repeat_interleave.cpp.o 2025-03-21T20:23:12.9657501Z [ 72%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_slice_copy.cpp.o 2025-03-21T20:23:12.9658523Z [ 72%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad1d.cpp.o 2025-03-21T20:23:12.9659557Z [ 73%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_slice_scatter.cpp.o 2025-03-21T20:23:12.9660603Z [ 74%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad2d.cpp.o 2025-03-21T20:23:12.9661608Z [ 74%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_softmax.cpp.o 2025-03-21T20:23:12.9662622Z [ 74%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad3d.cpp.o 2025-03-21T20:23:12.9663644Z [ 74%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_split_copy.cpp.o 2025-03-21T20:23:12.9664676Z [ 74%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_roll.cpp.o 2025-03-21T20:23:12.9665680Z [ 74%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_split_with_sizes_copy.cpp.o 2025-03-21T20:23:12.9666707Z [ 74%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_round.cpp.o 2025-03-21T20:23:12.9667954Z [ 74%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_rsqrt.cpp.o 2025-03-21T20:23:12.9668906Z [ 74%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sqrt.cpp.o 2025-03-21T20:23:12.9669921Z [ 74%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_rsub.cpp.o 2025-03-21T20:23:12.9670889Z [ 74%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_squeeze_copy.cpp.o 2025-03-21T20:23:12.9671920Z [ 75%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scalar_tensor.cpp.o 2025-03-21T20:23:12.9673726Z [ 75%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scatter.cpp.o 2025-03-21T20:23:12.9675427Z [ 76%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_stack.cpp.o 2025-03-21T20:23:12.9677158Z [ 76%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scatter_add.cpp.o 2025-03-21T20:23:12.9678636Z [ 76%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sub.cpp.o 2025-03-21T20:23:12.9680127Z [ 76%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_select_copy.cpp.o 2025-03-21T20:23:12.9681652Z [ 76%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sum.cpp.o 2025-03-21T20:23:12.9683294Z [ 76%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_select_scatter.cpp.o 2025-03-21T20:23:12.9684983Z [ 76%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_t_copy.cpp.o 2025-03-21T20:23:12.9686261Z [ 76%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sigmoid.cpp.o 2025-03-21T20:23:12.9687205Z [ 76%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_tan.cpp.o 2025-03-21T20:23:12.9688145Z [ 77%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sign.cpp.o 2025-03-21T20:23:12.9689075Z [ 77%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_tanh.cpp.o 2025-03-21T20:23:12.9690010Z [ 77%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sin.cpp.o 2025-03-21T20:23:12.9690961Z [ 78%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_to_copy.cpp.o 2025-03-21T20:23:12.9691904Z [ 78%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sinh.cpp.o 2025-03-21T20:23:18.2670749Z [ 78%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_topk.cpp.o 2025-03-21T20:23:18.2671824Z [ 78%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_slice_copy.cpp.o 2025-03-21T20:23:18.2672849Z [ 78%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_transpose_copy.cpp.o 2025-03-21T20:23:18.2673888Z [ 78%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_slice_scatter.cpp.o 2025-03-21T20:23:18.2674862Z [ 78%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_tril.cpp.o 2025-03-21T20:23:18.2675753Z [ 78%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_trunc.cpp.o 2025-03-21T20:23:18.2677189Z [ 78%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_softmax.cpp.o 2025-03-21T20:23:18.2678159Z [ 78%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_unbind_copy.cpp.o 2025-03-21T20:23:18.2679168Z [ 79%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_split_copy.cpp.o 2025-03-21T20:23:18.2680267Z [ 79%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_split_with_sizes_copy.cpp.o 2025-03-21T20:23:18.2681310Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_unfold_copy.cpp.o 2025-03-21T20:23:18.2682311Z [ 80%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sqrt.cpp.o 2025-03-21T20:23:18.2683286Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_unsqueeze_copy.cpp.o 2025-03-21T20:23:18.2684317Z [ 80%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_squeeze_copy.cpp.o 2025-03-21T20:23:18.2685368Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_upsample_bilinear2d.cpp.o 2025-03-21T20:23:18.2686476Z [ 80%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_stack.cpp.o 2025-03-21T20:23:18.2687490Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_upsample_nearest2d.cpp.o 2025-03-21T20:23:18.2688483Z [ 81%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sub.cpp.o 2025-03-21T20:23:18.2689412Z [ 81%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_var.cpp.o 2025-03-21T20:23:18.2690338Z [ 81%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sum.cpp.o 2025-03-21T20:23:18.2691306Z [ 81%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_view_copy.cpp.o 2025-03-21T20:23:18.2692279Z [ 81%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_t_copy.cpp.o 2025-03-21T20:23:18.2693219Z [ 82%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_where.cpp.o 2025-03-21T20:23:18.2694155Z [ 82%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tan.cpp.o 2025-03-21T20:23:18.2695085Z [ 82%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_zeros.cpp.o 2025-03-21T20:23:18.2696031Z [ 82%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tanh.cpp.o 2025-03-21T20:23:18.2697058Z [ 82%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/unary_ufunc_realh.cpp.o 2025-03-21T20:23:18.2698095Z [ 82%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_to_copy.cpp.o 2025-03-21T20:23:18.2699166Z [ 82%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/unary_ufunc_realhb_to_bool.cpp.o 2025-03-21T20:23:18.2700378Z [ 82%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/unary_ufunc_realhbbf16_to_floathbf16.cpp.o 2025-03-21T20:23:18.2701494Z [ 83%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_topk.cpp.o 2025-03-21T20:23:18.2702509Z [ 83%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/activation_ops_util.cpp.o 2025-03-21T20:23:18.2703568Z [ 83%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_transpose_copy.cpp.o 2025-03-21T20:23:18.2704625Z [ 84%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/advanced_index_util.cpp.o 2025-03-21T20:23:18.2705728Z [ 84%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tril.cpp.o 2025-03-21T20:23:18.2706728Z [ 84%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/broadcast_util.cpp.o 2025-03-21T20:23:18.2707714Z [ 84%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_trunc.cpp.o 2025-03-21T20:23:18.2708706Z [ 84%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/copy_ops_util.cpp.o 2025-03-21T20:23:18.2709822Z [ 84%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unbind_copy.cpp.o 2025-03-21T20:23:18.2710870Z [ 84%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/delinearize_index.cpp.o 2025-03-21T20:23:18.2711915Z [ 84%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unfold_copy.cpp.o 2025-03-21T20:23:18.2712939Z [ 84%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/distance_util.cpp.o 2025-03-21T20:23:18.2713977Z [ 85%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unsqueeze_copy.cpp.o 2025-03-21T20:23:18.2715077Z [ 85%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/dtype_util.cpp.o 2025-03-21T20:23:18.2716134Z [ 85%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_upsample_bilinear2d.cpp.o 2025-03-21T20:23:18.2717179Z [ 86%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/index_util.cpp.o 2025-03-21T20:23:18.2718224Z [ 86%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_upsample_nearest2d.cpp.o 2025-03-21T20:23:18.2719286Z [ 86%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/kernel_ops_util.cpp.o 2025-03-21T20:23:18.2720279Z [ 86%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_var.cpp.o 2025-03-21T20:23:18.2721272Z [ 86%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/matmul_ops_util.cpp.o 2025-03-21T20:23:18.2722284Z [ 86%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_view_copy.cpp.o 2025-03-21T20:23:18.2723339Z [ 86%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/normalization_ops_util.cpp.o 2025-03-21T20:23:18.2724371Z [ 86%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_where.cpp.o 2025-03-21T20:23:18.2725367Z [ 86%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/padding_util.cpp.o 2025-03-21T20:23:18.2726358Z [ 87%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_zeros.cpp.o 2025-03-21T20:23:18.2727343Z [ 87%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/reduce_util.cpp.o 2025-03-21T20:23:18.2728416Z [ 87%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realh.cpp.o 2025-03-21T20:23:18.2729469Z [ 88%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/repeat_util.cpp.o 2025-03-21T20:23:18.2730777Z [ 88%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realhb_to_bool.cpp.o 2025-03-21T20:23:18.2732066Z [ 88%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/select_copy_util.cpp.o 2025-03-21T20:23:18.2733579Z [ 88%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realhbbf16_to_floathbf16.cpp.o 2025-03-21T20:23:18.2735386Z [ 88%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/slice_util.cpp.o 2025-03-21T20:23:18.2737401Z [ 88%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/activation_ops_util.cpp.o 2025-03-21T20:23:18.2738946Z [ 88%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/upsample_util.cpp.o 2025-03-21T20:23:18.2740287Z [ 88%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/advanced_index_util.cpp.o 2025-03-21T20:23:18.2741140Z [ 88%] Linking CXX static library libportable_kernels.a 2025-03-21T20:23:18.2741994Z [ 89%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/broadcast_util.cpp.o 2025-03-21T20:23:18.2742670Z [ 89%] Built target portable_kernels 2025-03-21T20:23:18.2743423Z [ 89%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/copy_ops_util.cpp.o 2025-03-21T20:23:18.2744502Z [ 90%] Building CXX object backends/qualcomm/CMakeFiles/qnn_context.dir/runtime/backends/QnnContextCommon.cpp.o 2025-03-21T20:23:25.8534846Z [ 90%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/delinearize_index.cpp.o 2025-03-21T20:23:25.8536749Z [ 90%] Building CXX object backends/qualcomm/CMakeFiles/qnn_context.dir/runtime/backends/htpbackend/HtpContext.cpp.o 2025-03-21T20:23:25.8538315Z [ 90%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/distance_util.cpp.o 2025-03-21T20:23:25.8540006Z [ 90%] Building CXX object backends/qualcomm/CMakeFiles/qnn_context.dir/runtime/backends/htpbackend/x86_64/HtpContextCustomConfig.cpp.o 2025-03-21T20:23:25.8541570Z [ 90%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/dtype_util.cpp.o 2025-03-21T20:23:25.8542484Z [ 90%] Linking CXX static library libqnn_context.a 2025-03-21T20:23:25.8542895Z [ 90%] Built target qnn_context 2025-03-21T20:23:25.8543885Z [ 90%] Building CXX object extension/flat_tensor/CMakeFiles/extension_flat_tensor.dir/flat_tensor_data_map.cpp.o 2025-03-21T20:23:25.8545430Z [ 90%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/index_util.cpp.o 2025-03-21T20:23:25.8547199Z [ 90%] Building CXX object extension/flat_tensor/CMakeFiles/extension_flat_tensor.dir/serialize/flat_tensor_header.cpp.o 2025-03-21T20:23:25.8548875Z [ 91%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/kernel_ops_util.cpp.o 2025-03-21T20:23:25.8550204Z [ 91%] Linking CXX static library libextension_flat_tensor.a 2025-03-21T20:23:25.8550778Z [ 91%] Built target extension_flat_tensor 2025-03-21T20:23:25.8551954Z [ 91%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/matmul_ops_util.cpp.o 2025-03-21T20:23:25.8553254Z [ 92%] Generating selected_operators.yaml for quantized_ops_lib 2025-03-21T20:23:25.8554587Z [ 92%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/normalization_ops_util.cpp.o 2025-03-21T20:23:25.8555787Z [ 92%] Generating code for kernel registration 2025-03-21T20:23:25.8557024Z [ 92%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/padding_util.cpp.o 2025-03-21T20:23:25.8558703Z [ 92%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/reduce_util.cpp.o 2025-03-21T20:23:25.8560385Z [ 92%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/repeat_util.cpp.o 2025-03-21T20:23:25.8561940Z [ 93%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/select_copy_util.cpp.o 2025-03-21T20:23:25.8563765Z [ 93%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/slice_util.cpp.o 2025-03-21T20:23:25.8565667Z [ 93%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/upsample_util.cpp.o 2025-03-21T20:23:25.8566920Z [ 93%] Linking CXX static library liboptimized_portable_kernels.a 2025-03-21T20:23:25.8567635Z [ 93%] Built target optimized_portable_kernels 2025-03-21T20:23:25.8568412Z [ 94%] Generating selected_operators.yaml for portable_ops_lib 2025-03-21T20:23:25.8569995Z [ 94%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_lib.dir/quantized_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp.o 2025-03-21T20:23:25.8571281Z [ 94%] Generating code for kernel registration 2025-03-21T20:23:25.8572124Z [ 94%] Linking CXX static library libquantized_ops_lib.a 2025-03-21T20:23:25.8572636Z [ 94%] Built target quantized_ops_lib 2025-03-21T20:23:25.8573661Z [ 94%] Building CXX object backends/qualcomm/CMakeFiles/qnn_graph.dir/runtime/backends/QnnGraphCommon.cpp.o 2025-03-21T20:23:25.8575317Z [ 95%] Building CXX object backends/qualcomm/CMakeFiles/qnn_graph.dir/runtime/backends/htpbackend/HtpGraph.cpp.o 2025-03-21T20:23:25.8577183Z [ 95%] Building CXX object backends/qualcomm/CMakeFiles/qnn_graph.dir/runtime/backends/htpbackend/HtpGraphCustomConfig.cpp.o 2025-03-21T20:23:25.8579229Z [ 95%] Building CXX object backends/qualcomm/CMakeFiles/qnn_graph.dir/runtime/backends/htpbackend/x86_64/HtpGraphCustomConfig.cpp.o 2025-03-21T20:23:25.8580585Z [ 95%] Linking CXX static library libqnn_graph.a 2025-03-21T20:23:25.8581097Z [ 95%] Built target qnn_graph 2025-03-21T20:23:25.8582180Z [ 95%] Building CXX object backends/qualcomm/CMakeFiles/qnn_mem_manager.dir/runtime/backends/QnnMemManager.cpp.o 2025-03-21T20:23:25.8583256Z [ 96%] Linking CXX static library libqnn_mem_manager.a 2025-03-21T20:23:25.8583846Z [ 96%] Built target qnn_mem_manager 2025-03-21T20:23:25.8584958Z [ 97%] Building CXX object extension/module/CMakeFiles/extension_module.dir/__/flat_tensor/flat_tensor_data_map.cpp.o 2025-03-21T20:23:25.8586724Z [ 97%] Building CXX object extension/module/CMakeFiles/extension_module.dir/__/flat_tensor/serialize/flat_tensor_header.cpp.o 2025-03-21T20:23:25.8588145Z [ 97%] Building CXX object extension/module/CMakeFiles/extension_module.dir/module.cpp.o 2025-03-21T20:23:25.8589218Z [ 97%] Linking CXX shared library libextension_module.so 2025-03-21T20:23:25.8589896Z [ 97%] Built target extension_module 2025-03-21T20:23:25.8591122Z [ 97%] Building CXX object extension/module/CMakeFiles/extension_module_static.dir/__/flat_tensor/flat_tensor_data_map.cpp.o 2025-03-21T20:23:25.8592979Z [ 97%] Building CXX object kernels/portable/CMakeFiles/portable_ops_lib.dir/portable_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp.o 2025-03-21T20:23:25.8595004Z [ 97%] Building CXX object extension/module/CMakeFiles/extension_module_static.dir/__/flat_tensor/serialize/flat_tensor_header.cpp.o 2025-03-21T20:23:25.8596221Z [ 98%] Building CXX object extension/module/CMakeFiles/extension_module_static.dir/module.cpp.o 2025-03-21T20:23:25.8597422Z [ 98%] Linking CXX static library libextension_module_static.a 2025-03-21T20:23:25.8598081Z [ 98%] Built target extension_module_static 2025-03-21T20:23:25.8599288Z [ 98%] Building CXX object backends/qualcomm/CMakeFiles/qnn_factory.dir/runtime/backends/QnnBackendFactory.cpp.o 2025-03-21T20:23:25.8600483Z [ 98%] Linking CXX static library libportable_ops_lib.a 2025-03-21T20:23:25.8600998Z [ 98%] Built target portable_ops_lib 2025-03-21T20:23:25.8602107Z [ 98%] Building CXX object CMakeFiles/executor_runner.dir/examples/portable/executor_runner/executor_runner.cpp.o 2025-03-21T20:23:25.8603135Z [ 98%] Linking CXX static library libqnn_factory.a 2025-03-21T20:23:25.8603748Z [ 98%] Built target qnn_factory 2025-03-21T20:23:25.8604911Z [ 98%] Building CXX object CMakeFiles/executor_runner.dir/extension/data_loader/file_data_loader.cpp.o 2025-03-21T20:23:25.8606257Z [ 99%] Building CXX object CMakeFiles/executor_runner.dir/extension/evalue_util/print_evalue.cpp.o 2025-03-21T20:23:25.8607586Z [ 99%] Building CXX object CMakeFiles/executor_runner.dir/extension/runner_util/inputs.cpp.o 2025-03-21T20:23:25.8609055Z [ 99%] Building CXX object CMakeFiles/executor_runner.dir/extension/runner_util/inputs_portable.cpp.o 2025-03-21T20:23:25.8610554Z [ 99%] Building CXX object CMakeFiles/executor_runner.dir/runtime/executor/test/test_backend_compiler_lib.cpp.o 2025-03-21T20:23:25.8611938Z [ 99%] Building CXX object backends/qualcomm/CMakeFiles/qnn_manager.dir/runtime/QnnManager.cpp.o 2025-03-21T20:23:25.8612891Z [ 99%] Linking CXX executable executor_runner 2025-03-21T20:23:25.8613929Z [ 99%] Building CXX object backends/qualcomm/CMakeFiles/qnn_manager.dir/aot/wrappers/TensorWrapper.cpp.o 2025-03-21T20:23:25.8614658Z [ 99%] Built target executor_runner 2025-03-21T20:23:25.8615192Z [ 99%] Linking CXX static library libqnn_manager.a 2025-03-21T20:23:25.8615714Z [ 99%] Built target qnn_manager 2025-03-21T20:23:25.8616518Z [ 99%] Building CXX object backends/qualcomm/CMakeFiles/qnn_executorch_backend.dir/runtime/QnnExecuTorchBackend.cpp.o 2025-03-21T20:23:25.8618107Z [ 99%] Building CXX object backends/qualcomm/CMakeFiles/PyQnnManagerAdaptor.dir/aot/python/PyQnnManagerAdaptor.cpp.o 2025-03-21T20:23:25.8619388Z [100%] Linking CXX shared library libqnn_executorch_backend.so 2025-03-21T20:23:25.8620397Z [100%] Linking CXX shared module PyQnnManagerAdaptor.cpython-310-x86_64-linux-gnu.so 2025-03-21T20:23:25.8621275Z [100%] Built target qnn_executorch_backend 2025-03-21T20:23:25.8621639Z [100%] Built target PyQnnManagerAdaptor 2025-03-21T20:23:25.8622146Z Install the project... 2025-03-21T20:23:25.8622564Z -- Install configuration: "Release" 2025-03-21T20:23:25.8623083Z -- Installing: /pytorch/executorch/build-x86/include/fxdiv.h 2025-03-21T20:23:25.8623792Z -- Installing: /pytorch/executorch/build-x86/share/cpuinfo/cpuinfo-config.cmake 2025-03-21T20:23:25.8624430Z -- Installing: /pytorch/executorch/build-x86/lib/libcpuinfo.a 2025-03-21T20:23:25.8624927Z -- Installing: /pytorch/executorch/build-x86/include/cpuinfo.h 2025-03-21T20:23:25.8625605Z -- Installing: /pytorch/executorch/build-x86/share/cpuinfo/cpuinfo-targets.cmake 2025-03-21T20:23:25.8626461Z -- Installing: /pytorch/executorch/build-x86/share/cpuinfo/cpuinfo-targets-release.cmake 2025-03-21T20:23:25.8627180Z -- Installing: /pytorch/executorch/build-x86/lib/pkgconfig/libcpuinfo.pc 2025-03-21T20:23:25.8627801Z -- Installing: /pytorch/executorch/build-x86/include/pthreadpool.h 2025-03-21T20:23:25.8628420Z -- Installing: /pytorch/executorch/build-x86/lib/libpthreadpool.a 2025-03-21T20:23:25.8629159Z -- Installing: /pytorch/executorch/build-x86/lib/liboptimized_portable_kernels.a 2025-03-21T20:23:25.8629899Z -- Installing: /pytorch/executorch/build-x86/lib/libportable_kernels.a 2025-03-21T20:23:25.8630551Z -- Installing: /pytorch/executorch/build-x86/lib/libportable_ops_lib.a 2025-03-21T20:23:25.8631346Z -- Installing: /pytorch/executorch/build-x86/include/executorch/kernels/portable/Functions.h 2025-03-21T20:23:25.8632252Z -- Installing: /pytorch/executorch/build-x86/include/executorch/kernels/portable/NativeFunctions.h 2025-03-21T20:23:25.8633105Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core 2025-03-21T20:23:25.8633788Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/array_ref.h 2025-03-21T20:23:25.8634668Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/data_loader.h 2025-03-21T20:23:25.8635513Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/defines.h 2025-03-21T20:23:25.8636295Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/error.h 2025-03-21T20:23:25.8637177Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/evalue.h 2025-03-21T20:23:25.8638031Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/event_tracer.h 2025-03-21T20:23:25.8638809Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/event_tracer_hooks.h 2025-03-21T20:23:25.8639836Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/event_tracer_hooks_delegate.h 2025-03-21T20:23:25.8640632Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/exec_aten 2025-03-21T20:23:25.8641517Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/exec_aten/exec_aten.h 2025-03-21T20:23:25.8642360Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/exec_aten/testing_util 2025-03-21T20:23:25.8643277Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/exec_aten/testing_util/tensor_factory.h 2025-03-21T20:23:25.8644264Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/exec_aten/testing_util/tensor_util.h 2025-03-21T20:23:25.8645183Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/exec_aten/testing_util/test 2025-03-21T20:23:25.8645988Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/exec_aten/util 2025-03-21T20:23:25.8646895Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/exec_aten/util/dim_order_util.h 2025-03-21T20:23:25.8647825Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/exec_aten/util/scalar_type_util.h 2025-03-21T20:23:25.8648798Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/exec_aten/util/tensor_dimension_limit.h 2025-03-21T20:23:25.8649960Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/exec_aten/util/tensor_shape_to_c_string.h 2025-03-21T20:23:25.8650922Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/exec_aten/util/tensor_util.h 2025-03-21T20:23:25.8651766Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/exec_aten/util/test 2025-03-21T20:23:25.8652555Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/freeable_buffer.h 2025-03-21T20:23:25.8653369Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/hierarchical_allocator.h 2025-03-21T20:23:25.8654185Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/memory_allocator.h 2025-03-21T20:23:25.8654944Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/named_data_map.h 2025-03-21T20:23:25.8655690Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type 2025-03-21T20:23:25.8656478Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/bfloat16.h 2025-03-21T20:23:25.8657354Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/bfloat16_math.h 2025-03-21T20:23:25.8658236Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/bits_types.h 2025-03-21T20:23:25.8659051Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/c10 2025-03-21T20:23:25.8659838Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/c10/c10 2025-03-21T20:23:25.8660690Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/c10/c10/macros 2025-03-21T20:23:25.8661612Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/c10/c10/macros/Export.h 2025-03-21T20:23:25.8662573Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/c10/c10/macros/Macros.h 2025-03-21T20:23:25.8663485Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:23:25.8664510Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16-inl.h 2025-03-21T20:23:25.8665525Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16-math.h 2025-03-21T20:23:25.8666505Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16.h 2025-03-21T20:23:25.8667471Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/c10/c10/util/Half-inl.h 2025-03-21T20:23:25.8668417Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/c10/c10/util/Half.h 2025-03-21T20:23:25.8669506Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/c10/c10/util/TypeSafeSignMath.h 2025-03-21T20:23:25.8670519Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/c10/c10/util/bit_cast.h 2025-03-21T20:23:25.8671551Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/c10/c10/util/floating_point_utils.h 2025-03-21T20:23:25.8672565Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/c10/c10/util/irange.h 2025-03-21T20:23:25.8673516Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/complex.h 2025-03-21T20:23:25.8674360Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/device.h 2025-03-21T20:23:25.8675183Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/half.h 2025-03-21T20:23:25.8676192Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/optional.h 2025-03-21T20:23:25.8677057Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/qint_types.h 2025-03-21T20:23:25.8677903Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/scalar.h 2025-03-21T20:23:25.8678754Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/scalar_type.h 2025-03-21T20:23:25.8679634Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/string_view.h 2025-03-21T20:23:25.8680498Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/tensor.h 2025-03-21T20:23:25.8681356Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/tensor_impl.h 2025-03-21T20:23:25.8682247Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/tensor_options.h 2025-03-21T20:23:25.8683094Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/portable_type/test 2025-03-21T20:23:25.8683826Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/result.h 2025-03-21T20:23:25.8684490Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/span.h 2025-03-21T20:23:25.8685162Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/tag.h 2025-03-21T20:23:25.8685867Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/tensor_layout.h 2025-03-21T20:23:25.8686658Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/tensor_shape_dynamism.h 2025-03-21T20:23:25.8687407Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/core/test 2025-03-21T20:23:25.8688047Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/kernel 2025-03-21T20:23:25.8688747Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/kernel/kernel_includes.h 2025-03-21T20:23:25.8689573Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/kernel/kernel_runtime_context.h 2025-03-21T20:23:25.8690411Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/kernel/operator_registry.h 2025-03-21T20:23:25.8691285Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/kernel/test 2025-03-21T20:23:25.8692138Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/kernel/test/test_util.h 2025-03-21T20:23:25.8693064Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/kernel/thread_parallel_interface.h 2025-03-21T20:23:25.8693988Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/platform 2025-03-21T20:23:25.8694716Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/platform/abort.h 2025-03-21T20:23:25.8695584Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/platform/assert.h 2025-03-21T20:23:25.8696352Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/platform/clock.h 2025-03-21T20:23:25.8697161Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/platform/compat_unistd.h 2025-03-21T20:23:25.8697927Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/platform/compiler.h 2025-03-21T20:23:25.8698747Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/platform/default 2025-03-21T20:23:25.8699499Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/platform/log.h 2025-03-21T20:23:25.8700263Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/platform/platform.h 2025-03-21T20:23:25.8701110Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/platform/profiler.h 2025-03-21T20:23:25.8701997Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/platform/runtime.h 2025-03-21T20:23:25.8702786Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/platform/system.h 2025-03-21T20:23:25.8703499Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/platform/test 2025-03-21T20:23:25.8704253Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/platform/test/stub_platform.h 2025-03-21T20:23:39.1615811Z -- Installing: /pytorch/executorch/build-x86/include/executorch/runtime/platform/types.h 2025-03-21T20:23:39.1616999Z -- Installing: /pytorch/executorch/build-x86/include/executorch/extension/kernel_util 2025-03-21T20:23:39.1617907Z -- Installing: /pytorch/executorch/build-x86/include/executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h 2025-03-21T20:23:39.1618904Z -- Installing: /pytorch/executorch/build-x86/include/executorch/extension/kernel_util/meta_programming.h 2025-03-21T20:23:39.1619712Z -- Installing: /pytorch/executorch/build-x86/include/executorch/extension/kernel_util/test 2025-03-21T20:23:39.1620507Z -- Installing: /pytorch/executorch/build-x86/include/executorch/extension/kernel_util/type_list.h 2025-03-21T20:23:39.1621253Z -- Installing: /pytorch/executorch/build-x86/include/executorch/extension/tensor 2025-03-21T20:23:39.1621948Z -- Installing: /pytorch/executorch/build-x86/include/executorch/extension/tensor/tensor.h 2025-03-21T20:23:39.1622802Z -- Installing: /pytorch/executorch/build-x86/include/executorch/extension/tensor/tensor_accessor.h 2025-03-21T20:23:39.1623658Z -- Installing: /pytorch/executorch/build-x86/include/executorch/extension/tensor/tensor_ptr.h 2025-03-21T20:23:39.1624461Z -- Installing: /pytorch/executorch/build-x86/include/executorch/extension/tensor/tensor_ptr_maker.h 2025-03-21T20:23:39.1625236Z -- Installing: /pytorch/executorch/build-x86/include/executorch/extension/tensor/test 2025-03-21T20:23:39.1625930Z -- Installing: /pytorch/executorch/build-x86/include/executorch/extension/threadpool 2025-03-21T20:23:39.1626753Z -- Installing: /pytorch/executorch/build-x86/include/executorch/extension/threadpool/cpuinfo_utils.h 2025-03-21T20:23:39.1627627Z -- Installing: /pytorch/executorch/build-x86/include/executorch/extension/threadpool/test 2025-03-21T20:23:39.1628412Z -- Installing: /pytorch/executorch/build-x86/include/executorch/extension/threadpool/threadpool.h 2025-03-21T20:23:39.1629348Z -- Installing: /pytorch/executorch/build-x86/include/executorch/extension/threadpool/threadpool_guard.h 2025-03-21T20:23:39.1630277Z -- Installing: /pytorch/executorch/build-x86/lib/libexecutorch.a 2025-03-21T20:23:39.1630824Z -- Installing: /pytorch/executorch/build-x86/lib/libexecutorch_core.a 2025-03-21T20:23:39.1631470Z -- Installing: /pytorch/executorch/build-x86/lib/cmake/ExecuTorch/executorch-config.cmake 2025-03-21T20:23:39.1632150Z -- Installing: /pytorch/executorch/build-x86/lib/libqnn_executorch_backend.so 2025-03-21T20:23:39.1632807Z -- Installing: /pytorch/executorch/build-x86/lib/libbundled_program.a 2025-03-21T20:23:39.1633482Z -- Installing: /pytorch/executorch/build-x86/lib/libetdump.a 2025-03-21T20:23:39.1633971Z -- Installing: /pytorch/executorch/build-x86/lib/libflatccrt.a 2025-03-21T20:23:39.1634517Z -- Installing: /pytorch/executorch/build-x86/lib/libextension_data_loader.a 2025-03-21T20:23:39.1635114Z -- Installing: /pytorch/executorch/build-x86/lib/libextension_flat_tensor.a 2025-03-21T20:23:39.1635683Z -- Installing: /pytorch/executorch/build-x86/lib/libextension_module.so 2025-03-21T20:23:39.1636277Z -- Installing: /pytorch/executorch/build-x86/lib/libextension_module_static.a 2025-03-21T20:23:39.1636925Z -- Installing: /pytorch/executorch/build-x86/lib/libextension_tensor.a 2025-03-21T20:23:39.1637588Z -- Installing: /pytorch/executorch/build-x86/lib/libextension_threadpool.a 2025-03-21T20:23:39.1638279Z -- Installing: /pytorch/executorch/build-x86/lib/libquantized_kernels.a 2025-03-21T20:23:39.1638836Z -- Installing: /pytorch/executorch/build-x86/lib/libquantized_ops_lib.a 2025-03-21T20:23:39.1639505Z -- Installing: /pytorch/executorch/build-x86/include/executorch/kernels/quantized/Functions.h 2025-03-21T20:23:39.1640309Z -- Installing: /pytorch/executorch/build-x86/include/executorch/kernels/quantized/NativeFunctions.h 2025-03-21T20:23:39.1641147Z + rm -f '/pytorch/executorch/backends/qualcomm/python/*' 2025-03-21T20:23:39.1642524Z + cp -fv /pytorch/executorch/build-x86/backends/qualcomm/PyQnnManagerAdaptor.cpython-310-x86_64-linux-gnu.so /pytorch/executorch/build-x86/backends/qualcomm/PyQnnWrapperAdaptor.cpython-310-x86_64-linux-gnu.so /pytorch/executorch/backends/qualcomm/python 2025-03-21T20:23:39.1644706Z '/pytorch/executorch/build-x86/backends/qualcomm/PyQnnManagerAdaptor.cpython-310-x86_64-linux-gnu.so' -> '/pytorch/executorch/backends/qualcomm/python/PyQnnManagerAdaptor.cpython-310-x86_64-linux-gnu.so' 2025-03-21T20:23:39.1646668Z '/pytorch/executorch/build-x86/backends/qualcomm/PyQnnWrapperAdaptor.cpython-310-x86_64-linux-gnu.so' -> '/pytorch/executorch/backends/qualcomm/python/PyQnnWrapperAdaptor.cpython-310-x86_64-linux-gnu.so' 2025-03-21T20:23:39.1648001Z + cp -fv /pytorch/executorch/schema/program.fbs /pytorch/executorch/exir/_serialize/program.fbs 2025-03-21T20:23:39.1648772Z '/pytorch/executorch/schema/program.fbs' -> '/pytorch/executorch/exir/_serialize/program.fbs' 2025-03-21T20:23:39.1649558Z + cp -fv /pytorch/executorch/schema/scalar_type.fbs /pytorch/executorch/exir/_serialize/scalar_type.fbs 2025-03-21T20:23:39.1650385Z '/pytorch/executorch/schema/scalar_type.fbs' -> '/pytorch/executorch/exir/_serialize/scalar_type.fbs' 2025-03-21T20:23:39.1650970Z + EXAMPLE_ROOT=examples/qualcomm 2025-03-21T20:23:39.1651629Z + CMAKE_PREFIX_PATH='/pytorch/executorch/build-x86/lib/cmake/ExecuTorch;/pytorch/executorch/build-x86/third-party/gflags;' 2025-03-21T20:23:39.1652421Z + echo 'Update tokenizers submodule...' 2025-03-21T20:23:39.1652827Z Update tokenizers submodule... 2025-03-21T20:23:39.1653170Z + pushd /pytorch/executorch/extension/llm/tokenizers 2025-03-21T20:23:39.1653702Z /pytorch/executorch/extension/llm/tokenizers /pytorch/executorch/build-x86 2025-03-21T20:23:39.1654202Z + git submodule update --init 2025-03-21T20:23:39.1654869Z Submodule 'third-party/abseil-cpp' (https://github.com/abseil/abseil-cpp.git) registered for path 'third-party/abseil-cpp' 2025-03-21T20:23:39.1655810Z Submodule 'third-party/json' (https://github.com/nlohmann/json.git) registered for path 'third-party/json' 2025-03-21T20:23:39.1656742Z Submodule 'third-party/re2' (https://github.com/google/re2.git) registered for path 'third-party/re2' 2025-03-21T20:23:39.1657708Z Submodule 'third-party/sentencepiece' (https://github.com/google/sentencepiece.git) registered for path 'third-party/sentencepiece' 2025-03-21T20:23:39.1658643Z Cloning into '/pytorch/executorch/extension/llm/tokenizers/third-party/abseil-cpp'... 2025-03-21T20:23:39.1659351Z Cloning into '/pytorch/executorch/extension/llm/tokenizers/third-party/json'... 2025-03-21T20:23:39.1660012Z Cloning into '/pytorch/executorch/extension/llm/tokenizers/third-party/re2'... 2025-03-21T20:23:39.1660712Z Cloning into '/pytorch/executorch/extension/llm/tokenizers/third-party/sentencepiece'... 2025-03-21T20:23:39.1661471Z Submodule path 'third-party/abseil-cpp': checked out '7d96b2e93d9a84530748b68abd2f97595c51ecf4' 2025-03-21T20:23:39.1662192Z Submodule path 'third-party/json': checked out 'e6cafa573aac6ed9227f752a5371c0b3f436307d' 2025-03-21T20:23:39.1662881Z Submodule path 'third-party/re2': checked out '6dcd83d60f7944926bfd308cc13979fc53dd69ca' 2025-03-21T20:23:39.1663689Z Submodule path 'third-party/sentencepiece': checked out 'd8f741853847553169444afc12c00f4bbff3e9ce' 2025-03-21T20:23:39.1664331Z + popd 2025-03-21T20:23:39.1664575Z /pytorch/executorch/build-x86 2025-03-21T20:23:39.1665991Z + cmake /pytorch/executorch/examples/qualcomm -DCMAKE_BUILD_TYPE=Release '-DCMAKE_PREFIX_PATH=/pytorch/executorch/build-x86/lib/cmake/ExecuTorch;/pytorch/executorch/build-x86/third-party/gflags;' -DCMAKE_FIND_ROOT_PATH_MODE_PACKAGE=BOTH -DPYTHON_EXECUTABLE=python -Bexamples/qualcomm 2025-03-21T20:23:39.1667399Z -- The C compiler identification is Clang 12.0.1 2025-03-21T20:23:39.1667802Z -- The CXX compiler identification is Clang 12.0.1 2025-03-21T20:23:39.1668196Z -- Detecting C compiler ABI info 2025-03-21T20:23:39.1668627Z -- Detecting C compiler ABI info - done 2025-03-21T20:23:39.1669126Z -- Check for working C compiler: /opt/cache/bin/cc - skipped 2025-03-21T20:23:39.1669540Z -- Detecting C compile features 2025-03-21T20:23:39.1669855Z -- Detecting C compile features - done 2025-03-21T20:23:39.1670190Z -- Detecting CXX compiler ABI info 2025-03-21T20:23:39.1670527Z -- Detecting CXX compiler ABI info - done 2025-03-21T20:23:39.1670944Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2025-03-21T20:23:39.1671502Z -- Detecting CXX compile features 2025-03-21T20:23:39.1671875Z -- Detecting CXX compile features - done 2025-03-21T20:23:39.1672696Z CMake Warning (dev) at CMakeLists.txt:31 (find_package): 2025-03-21T20:23:39.1673290Z Policy CMP0144 is not set: find_package uses upper-case _ROOT 2025-03-21T20:23:39.1673934Z variables. Run "cmake --help-policy CMP0144" for policy details. Use the 2025-03-21T20:23:39.1674487Z cmake_policy command to set the policy and suppress this warning. 2025-03-21T20:23:39.1674810Z 2025-03-21T20:23:39.1674938Z CMake variable EXECUTORCH_ROOT is set to: 2025-03-21T20:23:39.1675181Z 2025-03-21T20:23:39.1675319Z /pytorch/executorch/examples/qualcomm/../.. 2025-03-21T20:23:39.1675576Z 2025-03-21T20:23:39.1675723Z Environment variable EXECUTORCH_ROOT is set to: 2025-03-21T20:23:39.1675989Z 2025-03-21T20:23:39.1676266Z /pytorch/executorch 2025-03-21T20:23:39.1676432Z 2025-03-21T20:23:39.1676678Z For compatibility, find_package is ignoring the variable, but code in a 2025-03-21T20:23:39.1677147Z .cmake module might still use it. 2025-03-21T20:23:39.1677572Z This warning is for project developers. Use -Wno-dev to suppress it. 2025-03-21T20:23:39.1678030Z  2025-03-21T20:23:39.1678326Z coremldelegate library is not found. 2025-03-21T20:23:39.1678832Z If needed rebuild with the proper options in CMakeLists.txt 2025-03-21T20:23:39.1679319Z mpsdelegate library is not found. 2025-03-21T20:23:39.1679796Z If needed rebuild with the proper options in CMakeLists.txt 2025-03-21T20:23:39.1680282Z neuron_backend library is not found. 2025-03-21T20:23:39.1680778Z If needed rebuild with the proper options in CMakeLists.txt 2025-03-21T20:23:39.1681414Z custom_ops library is not found. 2025-03-21T20:23:39.1681905Z If needed rebuild with the proper options in CMakeLists.txt 2025-03-21T20:23:39.1682418Z extension_runner_util library is not found. 2025-03-21T20:23:39.1682931Z If needed rebuild with the proper options in CMakeLists.txt 2025-03-21T20:23:39.1683436Z extension_training library is not found. 2025-03-21T20:23:39.1683949Z If needed rebuild with the proper options in CMakeLists.txt 2025-03-21T20:23:39.1684442Z xnnpack_backend library is not found. 2025-03-21T20:23:39.1684948Z If needed rebuild with the proper options in CMakeLists.txt 2025-03-21T20:23:39.1685413Z XNNPACK library is not found. 2025-03-21T20:23:39.1685898Z If needed rebuild with the proper options in CMakeLists.txt 2025-03-21T20:23:39.1686400Z microkernels-prod library is not found. 2025-03-21T20:23:39.1686913Z If needed rebuild with the proper options in CMakeLists.txt 2025-03-21T20:23:39.1687395Z kleidiai library is not found. 2025-03-21T20:23:42.7348421Z If needed rebuild with the proper options in CMakeLists.txt 2025-03-21T20:23:42.7349525Z vulkan_backend library is not found. 2025-03-21T20:23:42.7350566Z If needed rebuild with the proper options in CMakeLists.txt 2025-03-21T20:23:42.7351750Z optimized_kernels library is not found. 2025-03-21T20:23:42.7352642Z If needed rebuild with the proper options in CMakeLists.txt 2025-03-21T20:23:42.7353520Z cpublas library is not found. 2025-03-21T20:23:42.7354372Z If needed rebuild with the proper options in CMakeLists.txt 2025-03-21T20:23:42.7355264Z eigen_blas library is not found. 2025-03-21T20:23:42.7356138Z If needed rebuild with the proper options in CMakeLists.txt 2025-03-21T20:23:42.7356709Z optimized_ops_lib library is not found. 2025-03-21T20:23:42.7357291Z If needed rebuild with the proper options in CMakeLists.txt 2025-03-21T20:23:42.7357832Z optimized_native_cpu_ops_lib library is not found. 2025-03-21T20:23:42.7358383Z If needed rebuild with the proper options in CMakeLists.txt 2025-03-21T20:23:42.7358879Z quantized_ops_aot_lib library is not found. 2025-03-21T20:23:42.7359412Z If needed rebuild with the proper options in CMakeLists.txt 2025-03-21T20:23:42.7360139Z -- executorch: Using source file list /pytorch/executorch/build-x86/examples/qualcomm/../../executorch_srcs.cmake 2025-03-21T20:23:42.7360776Z -- Generating operator lib: 2025-03-21T20:23:42.7361083Z -- LIB_NAME: full_portable_ops_lib 2025-03-21T20:23:42.7361401Z -- OPS_SCHEMA_YAML: 2025-03-21T20:23:42.7361655Z -- ROOT_OPS: 2025-03-21T20:23:42.7361903Z -- INCLUDE_ALL_OPS: ON 2025-03-21T20:23:42.7362933Z Command - python;-m;codegen.tools.gen_oplist;--output_path=/pytorch/executorch/build-x86/examples/qualcomm/full_portable_ops_lib/selected_operators.yaml;--include_all_operators 2025-03-21T20:23:42.7363872Z -- Generating kernel bindings: 2025-03-21T20:23:42.7364191Z -- LIB_NAME: full_portable_ops_lib 2025-03-21T20:23:42.7364729Z -- FUNCTIONS_YAML: /pytorch/executorch/examples/qualcomm/../../kernels/portable/functions.yaml 2025-03-21T20:23:42.7365283Z -- CUSTOM_OPS_YAML: 2025-03-21T20:23:42.7365563Z -- ADD_EXCEPTION_BOUNDARY: FALSE 2025-03-21T20:23:42.7365887Z -- Generating operator lib: 2025-03-21T20:23:42.7366184Z -- LIB_NAME: full_portable_ops_lib 2025-03-21T20:23:42.7366499Z -- KERNEL_LIBS: portable_kernels 2025-03-21T20:23:42.7366804Z -- DEPS: executorch 2025-03-21T20:23:42.7367109Z -- Performing Test ABSL_INTERNAL_AT_LEAST_CXX17 2025-03-21T20:23:42.7367533Z -- Performing Test ABSL_INTERNAL_AT_LEAST_CXX17 - Success 2025-03-21T20:23:42.7367953Z -- Performing Test ABSL_INTERNAL_AT_LEAST_CXX20 2025-03-21T20:23:42.7368358Z -- Performing Test ABSL_INTERNAL_AT_LEAST_CXX20 - Failed 2025-03-21T20:23:42.7368970Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD 2025-03-21T20:23:42.7369366Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success 2025-03-21T20:23:42.7369740Z -- Found Threads: TRUE 2025-03-21T20:23:42.7370486Z CMake Warning at /pytorch/executorch/extension/llm/tokenizers/third-party/abseil-cpp/CMakeLists.txt:177 (message): 2025-03-21T20:23:42.7371765Z The default and system-level install directories are unsupported except in LTS releases of Abseil. Please set CMAKE_INSTALL_PREFIX to install Abseil in your source or build tree directly. 2025-03-21T20:23:42.7372571Z 2025-03-21T20:23:42.7372680Z  2025-03-21T20:23:42.7372909Z -- Configuring done (1.4s) 2025-03-21T20:23:42.7373200Z -- Generating done (0.3s) 2025-03-21T20:23:42.7373638Z -- Build files have been written to: /pytorch/executorch/build-x86/examples/qualcomm 2025-03-21T20:23:42.7374143Z + cmake --build examples/qualcomm -j2 2025-03-21T20:23:42.7374668Z [ 1%] Generating selected_operators.yaml for full_portable_ops_lib 2025-03-21T20:23:42.7375457Z [ 1%] Building CXX object abseil-cpp/absl/base/CMakeFiles/log_severity.dir/log_severity.cc.o 2025-03-21T20:23:42.7376390Z [ 2%] Linking CXX static library libabsl_log_severity.a 2025-03-21T20:23:42.7376815Z [ 2%] Built target log_severity 2025-03-21T20:23:42.7377510Z [ 3%] Building CXX object abseil-cpp/absl/base/CMakeFiles/spinlock_wait.dir/internal/spinlock_wait.cc.o 2025-03-21T20:23:42.7378350Z [ 3%] Generating code for kernel registration 2025-03-21T20:23:42.7378875Z [ 3%] Linking CXX static library libabsl_spinlock_wait.a 2025-03-21T20:23:42.7379294Z [ 3%] Built target spinlock_wait 2025-03-21T20:23:42.7379932Z [ 4%] Building CXX object abseil-cpp/absl/base/CMakeFiles/strerror.dir/internal/strerror.cc.o 2025-03-21T20:23:42.7380634Z [ 4%] Linking CXX static library libabsl_strerror.a 2025-03-21T20:23:42.7381029Z [ 4%] Built target strerror 2025-03-21T20:23:42.7381729Z [ 4%] Building CXX object abseil-cpp/absl/time/CMakeFiles/time_zone.dir/internal/cctz/src/time_zone_fixed.cc.o 2025-03-21T20:23:42.7382762Z [ 4%] Building CXX object abseil-cpp/absl/time/CMakeFiles/time_zone.dir/internal/cctz/src/time_zone_format.cc.o 2025-03-21T20:23:42.7383784Z [ 5%] Building CXX object abseil-cpp/absl/time/CMakeFiles/time_zone.dir/internal/cctz/src/time_zone_if.cc.o 2025-03-21T20:23:42.7384805Z [ 5%] Building CXX object abseil-cpp/absl/time/CMakeFiles/time_zone.dir/internal/cctz/src/time_zone_impl.cc.o 2025-03-21T20:23:42.7385823Z [ 5%] Building CXX object abseil-cpp/absl/time/CMakeFiles/time_zone.dir/internal/cctz/src/time_zone_info.cc.o 2025-03-21T20:23:42.7386844Z [ 5%] Building CXX object abseil-cpp/absl/time/CMakeFiles/time_zone.dir/internal/cctz/src/time_zone_libc.cc.o 2025-03-21T20:23:42.7387879Z [ 6%] Building CXX object abseil-cpp/absl/time/CMakeFiles/time_zone.dir/internal/cctz/src/time_zone_lookup.cc.o 2025-03-21T20:23:42.7388926Z [ 6%] Building CXX object abseil-cpp/absl/time/CMakeFiles/time_zone.dir/internal/cctz/src/time_zone_posix.cc.o 2025-03-21T20:23:42.7390031Z [ 6%] Building CXX object abseil-cpp/absl/time/CMakeFiles/time_zone.dir/internal/cctz/src/zone_info_source.cc.o 2025-03-21T20:23:42.7390804Z [ 7%] Linking CXX static library libabsl_time_zone.a 2025-03-21T20:23:42.7391207Z [ 7%] Built target time_zone 2025-03-21T20:23:42.7391974Z [ 8%] Building CXX object abseil-cpp/absl/debugging/CMakeFiles/utf8_for_code_point.dir/internal/utf8_for_code_point.cc.o 2025-03-21T20:23:42.7392838Z [ 8%] Linking CXX static library libabsl_utf8_for_code_point.a 2025-03-21T20:23:42.7393292Z [ 8%] Built target utf8_for_code_point 2025-03-21T20:23:42.7393878Z [ 9%] Building CXX object abseil-cpp/absl/numeric/CMakeFiles/int128.dir/int128.cc.o 2025-03-21T20:23:42.7394916Z [ 9%] Building CXX object CMakeFiles/full_portable_ops_lib.dir/full_portable_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp.o 2025-03-21T20:23:42.7395926Z [ 9%] Linking CXX static library libabsl_int128.a 2025-03-21T20:23:42.7396306Z [ 9%] Built target int128 2025-03-21T20:23:42.7397072Z [ 9%] Building CXX object abseil-cpp/absl/profiling/CMakeFiles/exponential_biased.dir/internal/exponential_biased.cc.o 2025-03-21T20:23:42.7397938Z [ 9%] Linking CXX static library libfull_portable_ops_lib.a 2025-03-21T20:23:42.7398390Z [ 9%] Built target full_portable_ops_lib 2025-03-21T20:23:42.7399156Z [ 9%] Building CXX object abseil-cpp/absl/time/CMakeFiles/civil_time.dir/internal/cctz/src/civil_time_detail.cc.o 2025-03-21T20:23:42.7399993Z [ 10%] Linking CXX static library libabsl_exponential_biased.a 2025-03-21T20:23:42.7400439Z [ 10%] Built target exponential_biased 2025-03-21T20:23:42.7401098Z [ 10%] Building CXX object abseil-cpp/absl/debugging/CMakeFiles/leak_check.dir/leak_check.cc.o 2025-03-21T20:23:42.7401814Z [ 10%] Linking CXX static library libabsl_leak_check.a 2025-03-21T20:23:42.7402229Z [ 10%] Built target leak_check 2025-03-21T20:23:42.7403025Z [ 10%] Building CXX object abseil-cpp/absl/flags/CMakeFiles/flags_commandlineflag_internal.dir/internal/commandlineflag.cc.o 2025-03-21T20:23:42.7403867Z [ 10%] Linking CXX static library libabsl_civil_time.a 2025-03-21T20:23:42.7404276Z [ 10%] Built target civil_time 2025-03-21T20:23:42.7405030Z [ 10%] Building CXX object abseil-cpp/absl/log/CMakeFiles/log_internal_nullguard.dir/internal/nullguard.cc.o 2025-03-21T20:23:42.7405882Z [ 10%] Linking CXX static library libabsl_flags_commandlineflag_internal.a 2025-03-21T20:23:42.7406404Z [ 10%] Built target flags_commandlineflag_internal 2025-03-21T20:23:42.7407406Z [ 10%] Building CXX object abseil-cpp/absl/profiling/CMakeFiles/periodic_sampler.dir/internal/periodic_sampler.cc.o 2025-03-21T20:23:42.7408269Z [ 11%] Linking CXX static library libabsl_log_internal_nullguard.a 2025-03-21T20:23:42.7408776Z [ 11%] Built target log_internal_nullguard 2025-03-21T20:23:42.7410049Z [ 11%] Building CXX object abseil-cpp/absl/random/CMakeFiles/random_seed_gen_exception.dir/seed_gen_exception.cc.o 2025-03-21T20:23:42.7411345Z [ 11%] Linking CXX static library libabsl_periodic_sampler.a 2025-03-21T20:23:42.7412069Z [ 11%] Built target periodic_sampler 2025-03-21T20:23:42.7412928Z [ 11%] Building CXX object abseil-cpp/absl/random/CMakeFiles/random_internal_platform.dir/internal/randen_round_keys.cc.o 2025-03-21T20:23:42.7413813Z [ 12%] Linking CXX static library libabsl_random_seed_gen_exception.a 2025-03-21T20:23:42.7414349Z [ 12%] Built target random_seed_gen_exception 2025-03-21T20:23:42.7415112Z [ 12%] Building CXX object executor_runner/CMakeFiles/qnn_executor_runner.dir/qnn_executor_runner.cpp.o 2025-03-21T20:23:42.7415906Z [ 12%] Linking CXX static library libabsl_random_internal_platform.a 2025-03-21T20:23:42.7416393Z [ 12%] Built target random_internal_platform 2025-03-21T20:23:42.7417266Z [ 12%] Building CXX object oss_scripts/llama/CMakeFiles/custom_ops.dir/pytorch/executorch/extension/llm/custom_ops/op_fallback.cpp.o 2025-03-21T20:23:42.7418568Z [ 12%] Building CXX object executor_runner/CMakeFiles/qnn_executor_runner.dir/pytorch/executorch/extension/data_loader/file_data_loader.cpp.o 2025-03-21T20:23:42.7419462Z [ 13%] Linking CXX static library libcustom_ops.a 2025-03-21T20:23:42.7419857Z [ 13%] Built target custom_ops 2025-03-21T20:23:42.7420709Z [ 14%] Building CXX object executor_runner/CMakeFiles/qnn_executor_runner.dir/pytorch/executorch/extension/evalue_util/print_evalue.cpp.o 2025-03-21T20:23:42.7421867Z [ 14%] Building CXX object abseil-cpp/absl/base/CMakeFiles/raw_logging_internal.dir/internal/raw_logging.cc.o 2025-03-21T20:23:42.7423023Z [ 14%] Building CXX object executor_runner/CMakeFiles/qnn_executor_runner.dir/pytorch/executorch/extension/runner_util/inputs.cpp.o 2025-03-21T20:23:42.7424064Z [ 15%] Linking CXX static library libabsl_raw_logging_internal.a 2025-03-21T20:23:42.7424513Z [ 15%] Built target raw_logging_internal 2025-03-21T20:23:44.5969179Z [ 15%] Building CXX object abseil-cpp/absl/debugging/CMakeFiles/decode_rust_punycode.dir/internal/decode_rust_punycode.cc.o 2025-03-21T20:23:44.5971275Z [ 15%] Building CXX object executor_runner/CMakeFiles/qnn_executor_runner.dir/pytorch/executorch/extension/runner_util/inputs_portable.cpp.o 2025-03-21T20:23:44.5972246Z [ 15%] Linking CXX static library libabsl_decode_rust_punycode.a 2025-03-21T20:23:44.5972693Z [ 15%] Built target decode_rust_punycode 2025-03-21T20:23:44.5973468Z [ 15%] Building CXX object abseil-cpp/absl/types/CMakeFiles/bad_variant_access.dir/bad_variant_access.cc.o 2025-03-21T20:23:44.5974696Z [ 16%] Building CXX object executor_runner/CMakeFiles/qnn_executor_runner.dir/pytorch/executorch/runtime/executor/test/test_backend_compiler_lib.cpp.o 2025-03-21T20:23:44.5975704Z [ 16%] Linking CXX static library libabsl_bad_variant_access.a 2025-03-21T20:23:44.5976332Z [ 16%] Built target bad_variant_access 2025-03-21T20:23:44.5977069Z [ 16%] Building CXX object abseil-cpp/absl/types/CMakeFiles/bad_optional_access.dir/bad_optional_access.cc.o 2025-03-21T20:23:44.5978064Z [ 17%] Linking CXX static library libabsl_bad_optional_access.a 2025-03-21T20:23:44.5978746Z In file included from /pytorch/executorch/runtime/executor/test/test_backend_compiler_lib.cpp:9: 2025-03-21T20:23:44.5979582Z In file included from /pytorch/executorch/examples/qualcomm/../../../executorch/runtime/backend/interface.h:14: 2025-03-21T20:23:44.5980949Z /pytorch/executorch/examples/qualcomm/../../../executorch/runtime/backend/backend_init_context.h:26:13: warning: 'NamedDataMap' is deprecated: This API is experimental and may change without notice. [-Wdeprecated-declarations] 2025-03-21T20:23:44.5982089Z const NamedDataMap* named_data_map = nullptr) 2025-03-21T20:23:44.5982451Z ^ 2025-03-21T20:23:44.5983168Z /pytorch/executorch/examples/qualcomm/../../../executorch/runtime/core/named_data_map.h:31:7: note: 'NamedDataMap' has been explicitly marked deprecated here 2025-03-21T20:23:44.5983984Z class ET_EXPERIMENTAL NamedDataMap { 2025-03-21T20:23:44.5984283Z ^ 2025-03-21T20:23:44.5984923Z /pytorch/executorch/examples/qualcomm/../../../executorch/runtime/platform/compiler.h:80:5: note: expanded from macro 'ET_EXPERIMENTAL' 2025-03-21T20:23:44.5985774Z [[deprecated("This API is experimental and may change without notice.")]] 2025-03-21T20:23:44.5986207Z ^ 2025-03-21T20:23:44.5986671Z In file included from /pytorch/executorch/runtime/executor/test/test_backend_compiler_lib.cpp:9: 2025-03-21T20:23:44.5987515Z In file included from /pytorch/executorch/examples/qualcomm/../../../executorch/runtime/backend/interface.h:14: 2025-03-21T20:23:44.5989159Z /pytorch/executorch/examples/qualcomm/../../../executorch/runtime/backend/backend_init_context.h:62:9: warning: 'NamedDataMap' is deprecated: This API is experimental and may change without notice. [-Wdeprecated-declarations] 2025-03-21T20:23:44.5990589Z const NamedDataMap* get_named_data_map() const { 2025-03-21T20:23:44.5990944Z ^ 2025-03-21T20:23:44.5991665Z /pytorch/executorch/examples/qualcomm/../../../executorch/runtime/core/named_data_map.h:31:7: note: 'NamedDataMap' has been explicitly marked deprecated here 2025-03-21T20:23:44.5992483Z class ET_EXPERIMENTAL NamedDataMap { 2025-03-21T20:23:44.5992797Z ^ 2025-03-21T20:23:44.5993420Z /pytorch/executorch/examples/qualcomm/../../../executorch/runtime/platform/compiler.h:80:5: note: expanded from macro 'ET_EXPERIMENTAL' 2025-03-21T20:23:44.5994273Z [[deprecated("This API is experimental and may change without notice.")]] 2025-03-21T20:23:44.5994708Z ^ 2025-03-21T20:23:44.5995168Z In file included from /pytorch/executorch/runtime/executor/test/test_backend_compiler_lib.cpp:9: 2025-03-21T20:23:44.5996153Z In file included from /pytorch/executorch/examples/qualcomm/../../../executorch/runtime/backend/interface.h:14: 2025-03-21T20:23:44.5997511Z /pytorch/executorch/examples/qualcomm/../../../executorch/runtime/backend/backend_init_context.h:70:9: warning: 'NamedDataMap' is deprecated: This API is experimental and may change without notice. [-Wdeprecated-declarations] 2025-03-21T20:23:44.5998634Z const NamedDataMap* named_data_map_ = nullptr; 2025-03-21T20:23:44.5998970Z ^ 2025-03-21T20:23:44.5999676Z /pytorch/executorch/examples/qualcomm/../../../executorch/runtime/core/named_data_map.h:31:7: note: 'NamedDataMap' has been explicitly marked deprecated here 2025-03-21T20:23:44.6000496Z class ET_EXPERIMENTAL NamedDataMap { 2025-03-21T20:23:44.6000808Z ^ 2025-03-21T20:23:44.6001443Z /pytorch/executorch/examples/qualcomm/../../../executorch/runtime/platform/compiler.h:80:5: note: expanded from macro 'ET_EXPERIMENTAL' 2025-03-21T20:23:44.6002280Z [[deprecated("This API is experimental and may change without notice.")]] 2025-03-21T20:23:44.6002719Z ^ 2025-03-21T20:23:44.6002945Z 3 warnings generated. 2025-03-21T20:23:44.6003390Z [ 17%] Linking CXX executable qnn_executor_runner 2025-03-21T20:23:44.6003798Z [ 17%] Built target bad_optional_access 2025-03-21T20:23:44.6004542Z [ 17%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/cordz_functions.dir/internal/cordz_functions.cc.o 2025-03-21T20:23:44.6005423Z [ 17%] Linking CXX static library libabsl_cordz_functions.a 2025-03-21T20:23:44.6005856Z [ 17%] Built target cordz_functions 2025-03-21T20:23:44.6006662Z [ 18%] Building CXX object abseil-cpp/absl/random/CMakeFiles/random_internal_randen_hwaes_impl.dir/internal/randen_hwaes.cc.o 2025-03-21T20:23:44.6007375Z [ 18%] Built target qnn_executor_runner 2025-03-21T20:23:44.6008156Z [ 18%] Building CXX object abseil-cpp/absl/random/CMakeFiles/random_internal_randen_slow.dir/internal/randen_slow.cc.o 2025-03-21T20:23:44.6009051Z [ 18%] Linking CXX static library libabsl_random_internal_randen_hwaes_impl.a 2025-03-21T20:23:44.6009595Z [ 18%] Built target random_internal_randen_hwaes_impl 2025-03-21T20:23:44.6010315Z [ 18%] Building CXX object abseil-cpp/absl/types/CMakeFiles/bad_any_cast_impl.dir/bad_any_cast.cc.o 2025-03-21T20:23:44.6011119Z [ 18%] Linking CXX static library libabsl_random_internal_randen_slow.a 2025-03-21T20:23:44.6011621Z [ 18%] Built target random_internal_randen_slow 2025-03-21T20:23:44.6012293Z [ 19%] Building CXX object abseil-cpp/absl/base/CMakeFiles/base.dir/internal/cycleclock.cc.o 2025-03-21T20:23:44.6013015Z [ 19%] Linking CXX static library libabsl_bad_any_cast_impl.a 2025-03-21T20:23:44.6013457Z [ 19%] Built target bad_any_cast_impl 2025-03-21T20:23:44.6014167Z [ 19%] Building CXX object abseil-cpp/absl/base/CMakeFiles/throw_delegate.dir/internal/throw_delegate.cc.o 2025-03-21T20:23:44.6027162Z [ 19%] Building CXX object abseil-cpp/absl/base/CMakeFiles/base.dir/internal/spinlock.cc.o 2025-03-21T20:23:44.6028176Z [ 20%] Linking CXX static library libabsl_throw_delegate.a 2025-03-21T20:23:44.6028601Z [ 20%] Built target throw_delegate 2025-03-21T20:23:44.6029397Z [ 20%] Building CXX object abseil-cpp/absl/base/CMakeFiles/scoped_set_env.dir/internal/scoped_set_env.cc.o 2025-03-21T20:23:44.6030338Z [ 20%] Building CXX object abseil-cpp/absl/base/CMakeFiles/base.dir/internal/sysinfo.cc.o 2025-03-21T20:23:44.6031042Z [ 20%] Linking CXX static library libabsl_scoped_set_env.a 2025-03-21T20:23:44.6031474Z [ 20%] Built target scoped_set_env 2025-03-21T20:23:44.6032264Z [ 20%] Building CXX object abseil-cpp/absl/debugging/CMakeFiles/debugging_internal.dir/internal/address_is_readable.cc.o 2025-03-21T20:23:44.6033290Z [ 21%] Building CXX object abseil-cpp/absl/base/CMakeFiles/base.dir/internal/thread_identity.cc.o 2025-03-21T20:23:44.6034317Z [ 21%] Building CXX object abseil-cpp/absl/debugging/CMakeFiles/debugging_internal.dir/internal/elf_mem_image.cc.o 2025-03-21T20:23:44.6035470Z [ 21%] Building CXX object abseil-cpp/absl/base/CMakeFiles/base.dir/internal/unscaledcycleclock.cc.o 2025-03-21T20:23:44.6036484Z [ 22%] Building CXX object abseil-cpp/absl/debugging/CMakeFiles/debugging_internal.dir/internal/vdso_support.cc.o 2025-03-21T20:23:44.6037266Z [ 22%] Linking CXX static library libabsl_base.a 2025-03-21T20:23:44.6037649Z [ 22%] Built target base 2025-03-21T20:23:44.6038332Z [ 22%] Building CXX object abseil-cpp/absl/debugging/CMakeFiles/demangle_rust.dir/internal/demangle_rust.cc.o 2025-03-21T20:23:44.6039143Z [ 22%] Linking CXX static library libabsl_debugging_internal.a 2025-03-21T20:23:44.6039588Z [ 22%] Built target debugging_internal 2025-03-21T20:23:44.6040223Z [ 22%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/string_view.dir/string_view.cc.o 2025-03-21T20:23:44.6040938Z [ 23%] Linking CXX static library libabsl_demangle_rust.a 2025-03-21T20:23:44.6041354Z [ 23%] Built target demangle_rust 2025-03-21T20:23:44.6042015Z [ 24%] Building CXX object abseil-cpp/absl/crc/CMakeFiles/crc_cpu_detect.dir/internal/cpu_detect.cc.o 2025-03-21T20:23:44.6042746Z [ 25%] Linking CXX static library libabsl_string_view.a 2025-03-21T20:23:44.6043143Z [ 25%] Built target string_view 2025-03-21T20:23:44.6043778Z [ 26%] Building CXX object abseil-cpp/absl/hash/CMakeFiles/city.dir/internal/city.cc.o 2025-03-21T20:23:44.6044458Z [ 26%] Linking CXX static library libabsl_crc_cpu_detect.a 2025-03-21T20:23:44.6044987Z [ 26%] Linking CXX static library libabsl_city.a 2025-03-21T20:23:44.6045376Z [ 26%] Built target crc_cpu_detect 2025-03-21T20:23:44.6046066Z [ 27%] Building CXX object abseil-cpp/absl/hash/CMakeFiles/low_level_hash.dir/internal/low_level_hash.cc.o 2025-03-21T20:23:44.6046663Z [ 27%] Built target city 2025-03-21T20:23:44.6047353Z [ 28%] Building CXX object abseil-cpp/absl/log/CMakeFiles/log_internal_conditions.dir/internal/conditions.cc.o 2025-03-21T20:23:44.6048183Z [ 28%] Linking CXX static library libabsl_log_internal_conditions.a 2025-03-21T20:23:44.6048654Z [ 28%] Built target log_internal_conditions 2025-03-21T20:23:44.6049465Z [ 28%] Building CXX object abseil-cpp/absl/random/CMakeFiles/random_internal_randen_hwaes.dir/internal/randen_detect.cc.o 2025-03-21T20:23:44.6050302Z [ 28%] Linking CXX static library libabsl_low_level_hash.a 2025-03-21T20:23:44.6050713Z [ 28%] Built target low_level_hash 2025-03-21T20:23:44.6051427Z [ 28%] Building CXX object abseil-cpp/absl/base/CMakeFiles/malloc_internal.dir/internal/low_level_alloc.cc.o 2025-03-21T20:23:44.6052268Z [ 28%] Linking CXX static library libabsl_random_internal_randen_hwaes.a 2025-03-21T20:23:44.6052770Z [ 28%] Built target random_internal_randen_hwaes 2025-03-21T20:23:48.2222640Z [ 28%] Building CXX object abseil-cpp/absl/base/CMakeFiles/tracing_internal.dir/internal/tracing.cc.o 2025-03-21T20:23:48.2223505Z [ 28%] Linking CXX static library libabsl_tracing_internal.a 2025-03-21T20:23:48.2223956Z [ 28%] Built target tracing_internal 2025-03-21T20:23:48.2224714Z [ 28%] Building CXX object abseil-cpp/absl/debugging/CMakeFiles/stacktrace.dir/stacktrace.cc.o 2025-03-21T20:23:48.2225488Z [ 29%] Linking CXX static library libabsl_malloc_internal.a 2025-03-21T20:23:48.2225922Z [ 29%] Built target malloc_internal 2025-03-21T20:23:48.2226667Z [ 30%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/strings_internal.dir/internal/ostringstream.cc.o 2025-03-21T20:23:48.2227443Z [ 30%] Linking CXX static library libabsl_stacktrace.a 2025-03-21T20:23:48.2227850Z [ 30%] Built target stacktrace 2025-03-21T20:23:48.2228560Z [ 31%] Building CXX object abseil-cpp/absl/debugging/CMakeFiles/demangle_internal.dir/internal/demangle.cc.o 2025-03-21T20:23:48.2229836Z [ 31%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/strings_internal.dir/internal/utf8.cc.o 2025-03-21T20:23:48.2230816Z [ 31%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/strings_internal.dir/internal/escaping.cc.o 2025-03-21T20:23:48.2231600Z [ 31%] Linking CXX static library libabsl_demangle_internal.a 2025-03-21T20:23:48.2232030Z [ 31%] Built target demangle_internal 2025-03-21T20:23:48.2233011Z [ 31%] Building CXX object abseil-cpp/absl/synchronization/CMakeFiles/graphcycles_internal.dir/internal/graphcycles.cc.o 2025-03-21T20:23:48.2233886Z [ 32%] Linking CXX static library libabsl_strings_internal.a 2025-03-21T20:23:48.2234323Z [ 32%] Built target strings_internal 2025-03-21T20:23:48.2234954Z [ 32%] Building CXX object abseil-cpp/absl/crc/CMakeFiles/crc_internal.dir/internal/crc.cc.o 2025-03-21T20:23:48.2235693Z [ 33%] Linking CXX static library libabsl_graphcycles_internal.a 2025-03-21T20:23:48.2236142Z [ 33%] Built target graphcycles_internal 2025-03-21T20:23:48.2236871Z [ 34%] Building CXX object abseil-cpp/absl/crc/CMakeFiles/crc_internal.dir/internal/crc_x86_arm_combined.cc.o 2025-03-21T20:23:48.2237895Z [ 34%] Building CXX object abseil-cpp/absl/random/CMakeFiles/random_internal_randen.dir/internal/randen.cc.o 2025-03-21T20:23:48.2238675Z [ 34%] Linking CXX static library libabsl_crc_internal.a 2025-03-21T20:23:48.2239206Z [ 34%] Built target crc_internal 2025-03-21T20:23:48.2239825Z [ 35%] Building CXX object abseil-cpp/absl/base/CMakeFiles/poison.dir/internal/poison.cc.o 2025-03-21T20:23:48.2240558Z [ 36%] Linking CXX static library libabsl_random_internal_randen.a 2025-03-21T20:23:48.2241134Z [ 36%] Linking CXX static library libabsl_poison.a 2025-03-21T20:23:48.2241543Z [ 36%] Built target random_internal_randen 2025-03-21T20:23:48.2241939Z [ 36%] Built target poison 2025-03-21T20:23:48.2242496Z [ 36%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/strings.dir/ascii.cc.o 2025-03-21T20:23:48.2243301Z [ 36%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/strings.dir/charconv.cc.o 2025-03-21T20:23:48.2244131Z [ 37%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/strings.dir/escaping.cc.o 2025-03-21T20:23:48.2245096Z [ 37%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/strings.dir/internal/charconv_bigint.cc.o 2025-03-21T20:23:48.2246077Z [ 37%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/strings.dir/internal/charconv_parse.cc.o 2025-03-21T20:23:48.2247141Z [ 38%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/strings.dir/internal/damerau_levenshtein_distance.cc.o 2025-03-21T20:23:48.2248146Z [ 38%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/strings.dir/internal/memutil.cc.o 2025-03-21T20:23:48.2249094Z [ 38%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/strings.dir/internal/stringify_sink.cc.o 2025-03-21T20:23:48.2250412Z [ 38%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/strings.dir/match.cc.o 2025-03-21T20:23:48.2251210Z [ 39%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/strings.dir/numbers.cc.o 2025-03-21T20:23:48.2252040Z [ 39%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/strings.dir/str_cat.cc.o 2025-03-21T20:23:48.2252888Z [ 39%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/strings.dir/str_replace.cc.o 2025-03-21T20:23:48.2253741Z [ 40%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/strings.dir/str_split.cc.o 2025-03-21T20:23:48.2254582Z [ 40%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/strings.dir/substitute.cc.o 2025-03-21T20:23:48.2255259Z [ 40%] Linking CXX static library libabsl_strings.a 2025-03-21T20:23:48.2255649Z [ 40%] Built target strings 2025-03-21T20:23:48.2256263Z [ 40%] Building CXX object abseil-cpp/absl/debugging/CMakeFiles/symbolize.dir/symbolize.cc.o 2025-03-21T20:23:48.2257195Z [ 40%] Building CXX object abseil-cpp/absl/time/CMakeFiles/time.dir/civil_time.cc.o 2025-03-21T20:23:48.2257847Z [ 40%] Linking CXX static library libabsl_symbolize.a 2025-03-21T20:23:48.2258255Z [ 40%] Built target symbolize 2025-03-21T20:23:48.2258791Z [ 40%] Building CXX object abseil-cpp/absl/time/CMakeFiles/time.dir/clock.cc.o 2025-03-21T20:23:48.2259524Z [ 41%] Building CXX object abseil-cpp/absl/time/CMakeFiles/time.dir/duration.cc.o 2025-03-21T20:23:48.2260269Z [ 41%] Building CXX object abseil-cpp/absl/time/CMakeFiles/time.dir/format.cc.o 2025-03-21T20:23:48.2260995Z [ 41%] Building CXX object abseil-cpp/absl/time/CMakeFiles/time.dir/time.cc.o 2025-03-21T20:23:48.2261902Z [ 42%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/str_format_internal.dir/internal/str_format/arg.cc.o 2025-03-21T20:23:48.2262669Z [ 43%] Linking CXX static library libabsl_time.a 2025-03-21T20:23:48.2263054Z [ 43%] Built target time 2025-03-21T20:23:48.2263597Z [ 43%] Building CXX object abseil-cpp/absl/hash/CMakeFiles/hash.dir/internal/hash.cc.o 2025-03-21T20:23:48.2264555Z [ 43%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/str_format_internal.dir/internal/str_format/bind.cc.o 2025-03-21T20:23:48.2265322Z [ 43%] Linking CXX static library libabsl_hash.a 2025-03-21T20:23:48.2266237Z [ 43%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/str_format_internal.dir/internal/str_format/extension.cc.o 2025-03-21T20:23:48.2266906Z [ 43%] Built target hash 2025-03-21T20:23:48.2267598Z [ 44%] Building CXX object abseil-cpp/absl/debugging/CMakeFiles/examine_stack.dir/internal/examine_stack.cc.o 2025-03-21T20:23:48.2268726Z [ 45%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/str_format_internal.dir/internal/str_format/float_conversion.cc.o 2025-03-21T20:23:48.2269723Z [ 45%] Linking CXX static library libabsl_examine_stack.a 2025-03-21T20:23:48.2270154Z [ 45%] Built target examine_stack 2025-03-21T20:23:48.2270863Z [ 45%] Building CXX object abseil-cpp/absl/flags/CMakeFiles/flags_commandlineflag.dir/commandlineflag.cc.o 2025-03-21T20:23:48.2271932Z [ 45%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/str_format_internal.dir/internal/str_format/output.cc.o 2025-03-21T20:23:48.2272786Z [ 46%] Linking CXX static library libabsl_flags_commandlineflag.a 2025-03-21T20:23:48.2273245Z [ 46%] Built target flags_commandlineflag 2025-03-21T20:23:48.2273954Z [ 46%] Building CXX object abseil-cpp/absl/log/CMakeFiles/log_internal_globals.dir/internal/globals.cc.o 2025-03-21T20:23:48.2274999Z [ 46%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/str_format_internal.dir/internal/str_format/parser.cc.o 2025-03-21T20:23:48.2275841Z [ 47%] Linking CXX static library libabsl_log_internal_globals.a 2025-03-21T20:23:48.2276652Z [ 47%] Built target log_internal_globals 2025-03-21T20:23:48.2277376Z [ 47%] Building CXX object abseil-cpp/absl/log/CMakeFiles/log_internal_proto.dir/internal/proto.cc.o 2025-03-21T20:23:48.2278132Z [ 47%] Linking CXX static library libabsl_str_format_internal.a 2025-03-21T20:23:48.2278587Z [ 47%] Built target str_format_internal 2025-03-21T20:23:48.2279351Z [ 47%] Building CXX object abseil-cpp/absl/log/CMakeFiles/log_internal_fnmatch.dir/internal/fnmatch.cc.o 2025-03-21T20:23:48.2280132Z [ 47%] Linking CXX static library libabsl_log_internal_proto.a 2025-03-21T20:23:48.2280586Z [ 47%] Built target log_internal_proto 2025-03-21T20:23:48.2281255Z [ 47%] Building CXX object abseil-cpp/absl/log/CMakeFiles/log_entry.dir/log_entry.cc.o 2025-03-21T20:23:48.2282029Z [ 47%] Linking CXX static library libabsl_log_internal_fnmatch.a 2025-03-21T20:23:48.2282485Z [ 47%] Built target log_internal_fnmatch 2025-03-21T20:23:48.2283246Z [ 47%] Building CXX object abseil-cpp/absl/random/CMakeFiles/random_distributions.dir/discrete_distribution.cc.o 2025-03-21T20:23:48.2284188Z [ 48%] Linking CXX static library libabsl_log_entry.a 2025-03-21T20:23:48.2284599Z [ 48%] Built target log_entry 2025-03-21T20:23:48.2285372Z [ 49%] Building CXX object abseil-cpp/absl/random/CMakeFiles/random_internal_seed_material.dir/internal/seed_material.cc.o 2025-03-21T20:23:48.2286533Z [ 50%] Building CXX object abseil-cpp/absl/random/CMakeFiles/random_distributions.dir/gaussian_distribution.cc.o 2025-03-21T20:23:48.2287399Z [ 50%] Linking CXX static library libabsl_random_internal_seed_material.a 2025-03-21T20:23:48.2287907Z [ 50%] Built target random_internal_seed_material 2025-03-21T20:23:48.2288443Z [ 50%] Linking CXX static library libabsl_random_distributions.a 2025-03-21T20:23:48.2289388Z [ 50%] Building CXX object abseil-cpp/absl/random/CMakeFiles/random_internal_distribution_test_util.dir/internal/chi_square.cc.o 2025-03-21T20:23:48.2290125Z [ 50%] Built target random_distributions 2025-03-21T20:23:48.2291010Z [ 50%] Building CXX object abseil-cpp/absl/random/CMakeFiles/random_internal_distribution_test_util.dir/internal/distribution_test_util.cc.o 2025-03-21T20:23:48.2292293Z [ 50%] Building CXX object abseil-cpp/absl/synchronization/CMakeFiles/kernel_timeout_internal.dir/internal/kernel_timeout.cc.o 2025-03-21T20:23:48.2293391Z [ 51%] Linking CXX static library libabsl_random_internal_distribution_test_util.a 2025-03-21T20:23:48.2294029Z [ 51%] Built target random_internal_distribution_test_util 2025-03-21T20:23:52.0075006Z [ 52%] Building CXX object abseil-cpp/absl/crc/CMakeFiles/crc32c.dir/crc32c.cc.o 2025-03-21T20:23:52.0075915Z [ 53%] Linking CXX static library libabsl_kernel_timeout_internal.a 2025-03-21T20:23:52.0076726Z [ 53%] Built target kernel_timeout_internal 2025-03-21T20:23:52.0077472Z [ 53%] Building CXX object abseil-cpp/absl/crc/CMakeFiles/crc32c.dir/internal/crc_memcpy_fallback.cc.o 2025-03-21T20:23:52.0078525Z [ 53%] Building CXX object abseil-cpp/absl/crc/CMakeFiles/crc32c.dir/internal/crc_memcpy_x86_arm_combined.cc.o 2025-03-21T20:23:52.0079538Z [ 54%] Building CXX object abseil-cpp/absl/crc/CMakeFiles/crc32c.dir/internal/crc_non_temporal_memcpy.cc.o 2025-03-21T20:23:52.0080636Z [ 54%] Building CXX object abseil-cpp/absl/debugging/CMakeFiles/failure_signal_handler.dir/failure_signal_handler.cc.o 2025-03-21T20:23:52.0081441Z [ 54%] Linking CXX static library libabsl_crc32c.a 2025-03-21T20:23:52.0081833Z [ 54%] Built target crc32c 2025-03-21T20:23:52.0082475Z [ 54%] Building CXX object abseil-cpp/absl/flags/CMakeFiles/flags_marshalling.dir/marshalling.cc.o 2025-03-21T20:23:52.0083260Z [ 54%] Linking CXX static library libabsl_failure_signal_handler.a 2025-03-21T20:23:52.0083715Z [ 54%] Built target failure_signal_handler 2025-03-21T20:23:52.0084573Z [ 54%] Building CXX object abseil-cpp/absl/flags/CMakeFiles/flags_private_handle_accessor.dir/internal/private_handle_accessor.cc.o 2025-03-21T20:23:52.0085485Z [ 54%] Linking CXX static library libabsl_flags_marshalling.a 2025-03-21T20:23:52.0085925Z [ 54%] Built target flags_marshalling 2025-03-21T20:23:52.0086630Z [ 55%] Building CXX object abseil-cpp/absl/log/CMakeFiles/log_internal_format.dir/internal/log_format.cc.o 2025-03-21T20:23:52.0087467Z [ 55%] Linking CXX static library libabsl_flags_private_handle_accessor.a 2025-03-21T20:23:52.0087957Z [ 55%] Built target flags_private_handle_accessor 2025-03-21T20:23:52.0088573Z [ 55%] Building CXX object abseil-cpp/absl/log/CMakeFiles/log_sink.dir/log_sink.cc.o 2025-03-21T20:23:52.0089263Z [ 55%] Linking CXX static library libabsl_log_internal_format.a 2025-03-21T20:23:52.0089710Z [ 55%] Built target log_internal_format 2025-03-21T20:23:52.0090506Z [ 56%] Building CXX object abseil-cpp/absl/random/CMakeFiles/random_internal_pool_urbg.dir/internal/pool_urbg.cc.o 2025-03-21T20:23:52.0091542Z [ 56%] Linking CXX static library libabsl_log_sink.a 2025-03-21T20:23:52.0091939Z [ 56%] Built target log_sink 2025-03-21T20:23:52.0092617Z [ 56%] Building CXX object abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/barrier.cc.o 2025-03-21T20:23:52.0093441Z [ 56%] Linking CXX static library libabsl_random_internal_pool_urbg.a 2025-03-21T20:23:52.0094024Z [ 56%] Built target random_internal_pool_urbg 2025-03-21T20:23:52.0094759Z [ 56%] Building CXX object abseil-cpp/absl/crc/CMakeFiles/crc_cord_state.dir/internal/crc_cord_state.cc.o 2025-03-21T20:23:52.0095797Z [ 57%] Building CXX object abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/blocking_counter.cc.o 2025-03-21T20:23:52.0096612Z [ 57%] Linking CXX static library libabsl_crc_cord_state.a 2025-03-21T20:23:52.0097037Z [ 57%] Built target crc_cord_state 2025-03-21T20:23:52.0097855Z [ 57%] Building CXX object abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/internal/create_thread_identity.cc.o 2025-03-21T20:23:52.0098984Z [ 57%] Building CXX object abseil-cpp/absl/random/CMakeFiles/random_seed_sequences.dir/seed_sequences.cc.o 2025-03-21T20:23:52.0099786Z [ 57%] Linking CXX static library libabsl_random_seed_sequences.a 2025-03-21T20:23:52.0100342Z [ 57%] Built target random_seed_sequences 2025-03-21T20:23:52.0101265Z [ 57%] Building CXX object abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/internal/futex_waiter.cc.o 2025-03-21T20:23:52.0102424Z [ 58%] Building CXX object abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/internal/per_thread_sem.cc.o 2025-03-21T20:23:52.0103597Z [ 58%] Building CXX object abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/internal/pthread_waiter.cc.o 2025-03-21T20:23:52.0104885Z [ 58%] Building CXX object abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/internal/sem_waiter.cc.o 2025-03-21T20:23:52.0106312Z [ 58%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/cord_internal.dir/internal/cord_internal.cc.o 2025-03-21T20:23:52.0107491Z [ 59%] Building CXX object abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/internal/stdcpp_waiter.cc.o 2025-03-21T20:23:52.0108643Z [ 59%] Building CXX object abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/internal/waiter_base.cc.o 2025-03-21T20:23:52.0109791Z [ 59%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/cord_internal.dir/internal/cord_rep_btree.cc.o 2025-03-21T20:23:52.0110879Z [ 59%] Building CXX object abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/internal/win32_waiter.cc.o 2025-03-21T20:23:52.0112005Z [ 60%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/cord_internal.dir/internal/cord_rep_btree_navigator.cc.o 2025-03-21T20:23:52.0113074Z [ 61%] Building CXX object abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/notification.cc.o 2025-03-21T20:23:52.0114158Z [ 61%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/cord_internal.dir/internal/cord_rep_btree_reader.cc.o 2025-03-21T20:23:52.0115186Z [ 61%] Building CXX object abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/mutex.cc.o 2025-03-21T20:23:52.0116187Z [ 61%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/cord_internal.dir/internal/cord_rep_crc.cc.o 2025-03-21T20:23:52.0116971Z [ 61%] Linking CXX static library libabsl_synchronization.a 2025-03-21T20:23:52.0117410Z [ 61%] Built target synchronization 2025-03-21T20:23:52.0118138Z [ 62%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/cord_internal.dir/internal/cord_rep_consume.cc.o 2025-03-21T20:23:52.0119231Z [ 63%] Building CXX object abseil-cpp/absl/container/CMakeFiles/hashtablez_sampler.dir/internal/hashtablez_sampler.cc.o 2025-03-21T20:23:52.0120072Z [ 63%] Linking CXX static library libabsl_cord_internal.a 2025-03-21T20:23:52.0120614Z [ 63%] Built target cord_internal 2025-03-21T20:23:52.0121315Z [ 64%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/cordz_handle.dir/internal/cordz_handle.cc.o 2025-03-21T20:23:52.0122544Z [ 64%] Building CXX object abseil-cpp/absl/container/CMakeFiles/hashtablez_sampler.dir/internal/hashtablez_sampler_force_weak_definition.cc.o 2025-03-21T20:23:52.0123493Z [ 64%] Linking CXX static library libabsl_cordz_handle.a 2025-03-21T20:23:52.0123898Z [ 64%] Built target cordz_handle 2025-03-21T20:23:52.0124607Z [ 65%] Building CXX object abseil-cpp/absl/flags/CMakeFiles/flags_program_name.dir/internal/program_name.cc.o 2025-03-21T20:23:52.0125415Z [ 65%] Linking CXX static library libabsl_hashtablez_sampler.a 2025-03-21T20:23:52.0125864Z [ 65%] Built target hashtablez_sampler 2025-03-21T20:23:52.0126582Z [ 65%] Building CXX object abseil-cpp/absl/log/CMakeFiles/vlog_config_internal.dir/internal/vlog_config.cc.o 2025-03-21T20:23:52.0127380Z [ 65%] Linking CXX static library libabsl_flags_program_name.a 2025-03-21T20:23:52.0127812Z [ 65%] Built target flags_program_name 2025-03-21T20:23:52.0128492Z [ 65%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/cordz_info.dir/internal/cordz_info.cc.o 2025-03-21T20:23:52.0129335Z [ 66%] Linking CXX static library libabsl_vlog_config_internal.a 2025-03-21T20:23:52.0129786Z [ 66%] Built target vlog_config_internal 2025-03-21T20:23:52.0130439Z [ 67%] Building CXX object abseil-cpp/absl/flags/CMakeFiles/flags_config.dir/usage_config.cc.o 2025-03-21T20:23:52.0131152Z [ 68%] Linking CXX static library libabsl_cordz_info.a 2025-03-21T20:23:52.0131542Z [ 68%] Built target cordz_info 2025-03-21T20:23:52.0132124Z [ 69%] Building CXX object abseil-cpp/absl/log/CMakeFiles/log_globals.dir/globals.cc.o 2025-03-21T20:23:52.0132796Z [ 69%] Linking CXX static library libabsl_flags_config.a 2025-03-21T20:23:52.0133212Z [ 69%] Built target flags_config 2025-03-21T20:23:52.0133962Z [ 69%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/cordz_sample_token.dir/internal/cordz_sample_token.cc.o 2025-03-21T20:23:52.0134756Z [ 69%] Linking CXX static library libabsl_log_globals.a 2025-03-21T20:23:52.0135168Z [ 69%] Built target log_globals 2025-03-21T20:23:52.0135717Z [ 70%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/cord.dir/cord.cc.o 2025-03-21T20:23:52.0136388Z [ 70%] Linking CXX static library libabsl_cordz_sample_token.a 2025-03-21T20:23:52.0136829Z [ 70%] Built target cordz_sample_token 2025-03-21T20:23:52.0137673Z [ 70%] Building CXX object abseil-cpp/absl/flags/CMakeFiles/flags_internal.dir/internal/flag.cc.o 2025-03-21T20:23:52.0138624Z [ 70%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/cord.dir/cord_analysis.cc.o 2025-03-21T20:23:52.0139326Z [ 71%] Linking CXX static library libabsl_flags_internal.a 2025-03-21T20:23:52.0139758Z [ 71%] Built target flags_internal 2025-03-21T20:23:52.0140487Z [ 71%] Building CXX object abseil-cpp/absl/log/CMakeFiles/log_internal_log_sink_set.dir/internal/log_sink_set.cc.o 2025-03-21T20:23:52.0141417Z [ 71%] Building CXX object abseil-cpp/absl/strings/CMakeFiles/cord.dir/cord_buffer.cc.o 2025-03-21T20:23:52.0142160Z [ 71%] Linking CXX static library libabsl_log_internal_log_sink_set.a 2025-03-21T20:23:52.0142638Z [ 71%] Built target log_internal_log_sink_set 2025-03-21T20:23:52.0143401Z [ 71%] Building CXX object abseil-cpp/absl/log/CMakeFiles/log_initialize.dir/initialize.cc.o 2025-03-21T20:23:52.0144087Z [ 72%] Linking CXX static library libabsl_cord.a 2025-03-21T20:23:52.0144465Z [ 72%] Built target cord 2025-03-21T20:23:52.0145138Z [ 73%] Building CXX object abseil-cpp/absl/container/CMakeFiles/raw_hash_set.dir/internal/raw_hash_set.cc.o 2025-03-21T20:23:52.0145916Z [ 74%] Linking CXX static library libabsl_log_initialize.a 2025-03-21T20:23:52.0146438Z [ 74%] Built target log_initialize 2025-03-21T20:23:52.0147147Z [ 75%] Building CXX object abseil-cpp/absl/log/CMakeFiles/log_internal_message.dir/internal/log_message.cc.o 2025-03-21T20:23:57.0040662Z [ 75%] Linking CXX static library libabsl_raw_hash_set.a 2025-03-21T20:23:57.0041360Z [ 75%] Built target raw_hash_set 2025-03-21T20:23:57.0042415Z [ 76%] Building CXX object abseil-cpp/absl/status/CMakeFiles/status.dir/internal/status_internal.cc.o 2025-03-21T20:23:57.0043323Z [ 76%] Linking CXX static library libabsl_log_internal_message.a 2025-03-21T20:23:57.0043898Z [ 76%] Built target log_internal_message 2025-03-21T20:23:57.0044523Z [ 76%] Building CXX object abseil-cpp/absl/status/CMakeFiles/status.dir/status.cc.o 2025-03-21T20:23:57.0045514Z [ 76%] Building CXX object abseil-cpp/absl/status/CMakeFiles/status.dir/status_payload_printer.cc.o 2025-03-21T20:23:57.0046513Z [ 76%] Building CXX object abseil-cpp/absl/flags/CMakeFiles/flags_reflection.dir/reflection.cc.o 2025-03-21T20:23:57.0047285Z [ 77%] Linking CXX static library libabsl_status.a 2025-03-21T20:23:57.0047729Z [ 77%] Built target status 2025-03-21T20:23:57.0048454Z [ 77%] Building CXX object abseil-cpp/absl/log/CMakeFiles/log_internal_check_op.dir/internal/check_op.cc.o 2025-03-21T20:23:57.0049505Z [ 78%] Linking CXX static library libabsl_flags_reflection.a 2025-03-21T20:23:57.0050010Z [ 78%] Built target flags_reflection 2025-03-21T20:23:57.0050633Z [ 78%] Building CXX object abseil-cpp/absl/log/CMakeFiles/die_if_null.dir/die_if_null.cc.o 2025-03-21T20:23:57.0051442Z [ 78%] Linking CXX static library libabsl_log_internal_check_op.a 2025-03-21T20:23:57.0051941Z [ 78%] Built target log_internal_check_op 2025-03-21T20:23:57.0052596Z [ 78%] Building CXX object abseil-cpp/absl/log/CMakeFiles/log_flags.dir/flags.cc.o 2025-03-21T20:23:57.0053313Z [ 78%] Linking CXX static library libabsl_die_if_null.a 2025-03-21T20:23:57.0053735Z [ 78%] Built target die_if_null 2025-03-21T20:23:57.0054358Z [ 78%] Building CXX object abseil-cpp/absl/status/CMakeFiles/statusor.dir/statusor.cc.o 2025-03-21T20:23:57.0055089Z [ 78%] Linking CXX static library libabsl_log_flags.a 2025-03-21T20:23:57.0055546Z [ 78%] Built target log_flags 2025-03-21T20:23:57.0056069Z [ 78%] Building CXX object re2/CMakeFiles/re2.dir/re2/bitmap256.cc.o 2025-03-21T20:23:57.0056669Z [ 78%] Linking CXX static library libabsl_statusor.a 2025-03-21T20:23:57.0057110Z [ 78%] Built target statusor 2025-03-21T20:23:57.0057638Z [ 78%] Building CXX object re2/CMakeFiles/re2.dir/re2/bitstate.cc.o 2025-03-21T20:23:57.0058261Z [ 78%] Building CXX object re2/CMakeFiles/re2.dir/re2/compile.cc.o 2025-03-21T20:23:57.0058949Z [ 79%] Building CXX object re2/CMakeFiles/re2.dir/re2/dfa.cc.o 2025-03-21T20:23:57.0059633Z [ 79%] Building CXX object re2/CMakeFiles/re2.dir/re2/filtered_re2.cc.o 2025-03-21T20:23:57.0060531Z [ 80%] Building CXX object abseil-cpp/absl/flags/CMakeFiles/flags_usage_internal.dir/internal/usage.cc.o 2025-03-21T20:23:57.0061435Z [ 80%] Building CXX object re2/CMakeFiles/re2.dir/re2/mimics_pcre.cc.o 2025-03-21T20:23:57.0062073Z [ 80%] Linking CXX static library libabsl_flags_usage_internal.a 2025-03-21T20:23:57.0062584Z [ 80%] Built target flags_usage_internal 2025-03-21T20:23:57.0063137Z [ 81%] Building CXX object re2/CMakeFiles/re2.dir/re2/nfa.cc.o 2025-03-21T20:23:57.0063795Z [ 81%] Building CXX object re2/CMakeFiles/re2.dir/re2/onepass.cc.o 2025-03-21T20:23:57.0064411Z [ 81%] Building CXX object re2/CMakeFiles/re2.dir/re2/parse.cc.o 2025-03-21T20:23:57.0065178Z [ 81%] Building CXX object abseil-cpp/absl/flags/CMakeFiles/flags_usage.dir/usage.cc.o 2025-03-21T20:23:57.0065958Z [ 82%] Building CXX object re2/CMakeFiles/re2.dir/re2/perl_groups.cc.o 2025-03-21T20:23:57.0066730Z [ 82%] Linking CXX static library libabsl_flags_usage.a 2025-03-21T20:23:57.0067180Z [ 82%] Built target flags_usage 2025-03-21T20:23:57.0067726Z [ 82%] Building CXX object re2/CMakeFiles/re2.dir/re2/prefilter.cc.o 2025-03-21T20:23:57.0068447Z [ 82%] Building CXX object re2/CMakeFiles/re2.dir/re2/prefilter_tree.cc.o 2025-03-21T20:23:57.0069195Z [ 83%] Building CXX object re2/CMakeFiles/re2.dir/re2/prog.cc.o 2025-03-21T20:23:57.0069978Z [ 84%] Building CXX object abseil-cpp/absl/flags/CMakeFiles/flags_parse.dir/parse.cc.o 2025-03-21T20:23:57.0070738Z [ 84%] Building CXX object re2/CMakeFiles/re2.dir/re2/re2.cc.o 2025-03-21T20:23:57.0071313Z [ 84%] Linking CXX static library libabsl_flags_parse.a 2025-03-21T20:23:57.0071773Z [ 84%] Built target flags_parse 2025-03-21T20:23:57.0072310Z [ 84%] Building CXX object re2/CMakeFiles/re2.dir/re2/regexp.cc.o 2025-03-21T20:23:57.0072939Z [ 84%] Building CXX object re2/CMakeFiles/re2.dir/re2/set.cc.o 2025-03-21T20:23:57.0073557Z [ 85%] Building CXX object re2/CMakeFiles/re2.dir/re2/simplify.cc.o 2025-03-21T20:23:57.0074242Z [ 85%] Building CXX object re2/CMakeFiles/re2.dir/re2/tostring.cc.o 2025-03-21T20:23:57.0074963Z [ 85%] Building CXX object re2/CMakeFiles/re2.dir/re2/unicode_casefold.cc.o 2025-03-21T20:23:57.0075778Z [ 86%] Building CXX object re2/CMakeFiles/re2.dir/re2/unicode_groups.cc.o 2025-03-21T20:23:57.0076650Z [ 86%] Building CXX object re2/CMakeFiles/re2.dir/util/rune.cc.o 2025-03-21T20:23:57.0077258Z [ 86%] Building CXX object re2/CMakeFiles/re2.dir/util/strutil.cc.o 2025-03-21T20:23:57.0077866Z [ 87%] Linking CXX static library libre2.a 2025-03-21T20:23:57.0078229Z [ 87%] Built target re2 2025-03-21T20:23:57.0078841Z [ 87%] Building CXX object oss_scripts/llama/CMakeFiles/qnn_llama_runner.dir/qnn_llama_runner.cpp.o 2025-03-21T20:23:57.0079948Z [ 87%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama2_7b_runner.dir/llama2/qaihub_llama2_7b_runner.cpp.o 2025-03-21T20:23:57.0080967Z [ 88%] Building CXX object oss_scripts/llama/CMakeFiles/qnn_llama_runner.dir/runner/runner.cpp.o 2025-03-21T20:23:57.0081899Z [ 88%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama2_7b_runner.dir/runner/runner.cpp.o 2025-03-21T20:23:57.0082915Z [ 89%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama2_7b_runner.dir/runner/io_memory.cpp.o 2025-03-21T20:23:57.0083936Z [ 89%] Building CXX object oss_scripts/llama/CMakeFiles/qnn_llama_runner.dir/runner/io_manager.cpp.o 2025-03-21T20:23:57.0085133Z [ 89%] Building CXX object oss_scripts/llama/CMakeFiles/qnn_llama_runner.dir/pytorch/executorch/examples/models/llama/tokenizer/llama_tiktoken.cpp.o 2025-03-21T20:23:57.0086607Z [ 89%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama2_7b_runner.dir/pytorch/executorch/examples/models/llama/tokenizer/llama_tiktoken.cpp.o 2025-03-21T20:23:57.0088065Z [ 89%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama2_7b_runner.dir/pytorch/executorch/extension/evalue_util/print_evalue.cpp.o 2025-03-21T20:23:57.0089410Z [ 89%] Building CXX object oss_scripts/llama/CMakeFiles/qnn_llama_runner.dir/pytorch/executorch/extension/evalue_util/print_evalue.cpp.o 2025-03-21T20:23:57.0090735Z [ 90%] Building CXX object oss_scripts/llama/CMakeFiles/qnn_llama_runner.dir/pytorch/executorch/extension/llm/sampler/sampler.cpp.o 2025-03-21T20:23:57.0092021Z [ 91%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama2_7b_runner.dir/pytorch/executorch/extension/llm/sampler/sampler.cpp.o 2025-03-21T20:23:57.0093369Z [ 91%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama2_7b_runner.dir/pytorch/executorch/extension/llm/tokenizer/tiktoken.cpp.o 2025-03-21T20:23:57.0094679Z [ 91%] Building CXX object oss_scripts/llama/CMakeFiles/qnn_llama_runner.dir/pytorch/executorch/extension/llm/tokenizer/tiktoken.cpp.o 2025-03-21T20:23:57.0096268Z [ 91%] Building CXX object oss_scripts/llama/CMakeFiles/qnn_llama_runner.dir/pytorch/executorch/extension/llm/tokenizers/src/bpe_tokenizer_base.cpp.o 2025-03-21T20:23:57.0097868Z [ 91%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama2_7b_runner.dir/pytorch/executorch/extension/llm/tokenizers/src/bpe_tokenizer_base.cpp.o 2025-03-21T20:23:57.0099416Z [ 92%] Building CXX object oss_scripts/llama/CMakeFiles/qnn_llama_runner.dir/pytorch/executorch/extension/llm/tokenizers/src/llama2c_tokenizer.cpp.o 2025-03-21T20:23:57.0100964Z [ 93%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama2_7b_runner.dir/pytorch/executorch/extension/llm/tokenizers/src/llama2c_tokenizer.cpp.o 2025-03-21T20:23:57.0103277Z [ 93%] Building CXX object oss_scripts/llama/CMakeFiles/qnn_llama_runner.dir/pytorch/executorch/extension/llm/tokenizers/src/tiktoken.cpp.o 2025-03-21T20:23:57.0105572Z [ 93%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama2_7b_runner.dir/pytorch/executorch/extension/llm/tokenizers/src/tiktoken.cpp.o 2025-03-21T20:23:57.0107468Z [ 93%] Building CXX object oss_scripts/llama/CMakeFiles/qnn_llama_runner.dir/pytorch/executorch/extension/tensor/tensor_ptr.cpp.o 2025-03-21T20:23:57.0109594Z [ 93%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama2_7b_runner.dir/pytorch/executorch/extension/tensor/tensor_ptr.cpp.o 2025-03-21T20:23:57.0111485Z [ 94%] Building CXX object oss_scripts/llama/CMakeFiles/qnn_llama_runner.dir/pytorch/executorch/extension/tensor/tensor_ptr_maker.cpp.o 2025-03-21T20:23:57.0113546Z [ 95%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama2_7b_runner.dir/pytorch/executorch/extension/tensor/tensor_ptr_maker.cpp.o 2025-03-21T20:23:57.0114973Z [ 95%] Linking CXX executable qnn_llama_runner 2025-03-21T20:23:57.0115810Z [ 95%] Linking CXX executable qaihub_llama2_7b_runner 2025-03-21T20:23:57.0116511Z [ 95%] Built target qaihub_llama2_7b_runner 2025-03-21T20:23:57.0117523Z [ 95%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama3_8b_runner.dir/llama3/qaihub_llama3_8b_runner.cpp.o 2025-03-21T20:23:57.0118209Z [ 95%] Built target qnn_llama_runner 2025-03-21T20:23:57.0118922Z [ 95%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama3_8b_runner.dir/runner/runner.cpp.o 2025-03-21T20:23:57.0120089Z [ 95%] Building CXX object qaihub_scripts/stable_diffusion/CMakeFiles/qaihub_stable_diffusion_runner.dir/qaihub_stable_diffusion_runner.cpp.o 2025-03-21T20:24:03.2117159Z [ 96%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama3_8b_runner.dir/runner/io_memory.cpp.o 2025-03-21T20:24:03.2118597Z [ 96%] Building CXX object qaihub_scripts/stable_diffusion/CMakeFiles/qaihub_stable_diffusion_runner.dir/runner/runner.cpp.o 2025-03-21T20:24:03.2119995Z [ 96%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama3_8b_runner.dir/pytorch/executorch/examples/models/llama/tokenizer/llama_tiktoken.cpp.o 2025-03-21T20:24:03.2121081Z [ 97%] Linking CXX executable qaihub_stable_diffusion_runner 2025-03-21T20:24:03.2122125Z [ 97%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama3_8b_runner.dir/pytorch/executorch/extension/evalue_util/print_evalue.cpp.o 2025-03-21T20:24:03.2122958Z [ 97%] Built target qaihub_stable_diffusion_runner 2025-03-21T20:24:03.2123894Z [ 98%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama3_8b_runner.dir/pytorch/executorch/extension/llm/sampler/sampler.cpp.o 2025-03-21T20:24:03.2125247Z [ 98%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama3_8b_runner.dir/pytorch/executorch/extension/llm/tokenizer/tiktoken.cpp.o 2025-03-21T20:24:03.2126696Z [ 98%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama3_8b_runner.dir/pytorch/executorch/extension/llm/tokenizers/src/bpe_tokenizer_base.cpp.o 2025-03-21T20:24:03.2128467Z [ 99%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama3_8b_runner.dir/pytorch/executorch/extension/llm/tokenizers/src/llama2c_tokenizer.cpp.o 2025-03-21T20:24:03.2129942Z [ 99%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama3_8b_runner.dir/pytorch/executorch/extension/llm/tokenizers/src/tiktoken.cpp.o 2025-03-21T20:24:03.2131309Z [ 99%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama3_8b_runner.dir/pytorch/executorch/extension/tensor/tensor_ptr.cpp.o 2025-03-21T20:24:03.2132660Z [100%] Building CXX object qaihub_scripts/llama/CMakeFiles/qaihub_llama3_8b_runner.dir/pytorch/executorch/extension/tensor/tensor_ptr_maker.cpp.o 2025-03-21T20:24:03.2133607Z [100%] Linking CXX executable qaihub_llama3_8b_runner 2025-03-21T20:24:03.2134137Z [100%] Built target qaihub_llama3_8b_runner 2025-03-21T20:24:03.2134478Z + set_up_aot 2025-03-21T20:24:03.2134712Z + cd /pytorch/executorch 2025-03-21T20:24:03.2135003Z + '[' '!' -d cmake-out ']' 2025-03-21T20:24:03.2135280Z + mkdir cmake-out 2025-03-21T20:24:03.2135525Z + pushd cmake-out 2025-03-21T20:24:03.2135811Z /pytorch/executorch/cmake-out /pytorch/executorch 2025-03-21T20:24:03.2137516Z + cmake .. -DCMAKE_INSTALL_PREFIX=/pytorch/executorch/cmake-out -DEXECUTORCH_BUILD_QNN=ON -DQNN_SDK_ROOT=/tmp/qnn/2.28.0.241029 -DEXECUTORCH_BUILD_DEVTOOLS=ON -DEXECUTORCH_BUILD_EXTENSION_MODULE=ON -DEXECUTORCH_BUILD_EXTENSION_TENSOR=ON -DEXECUTORCH_ENABLE_EVENT_TRACER=ON -DPYTHON_EXECUTABLE=python3 -DEXECUTORCH_SEPARATE_FLATCC_HOST_PROJECT=OFF 2025-03-21T20:24:03.2139071Z -- The C compiler identification is Clang 12.0.1 2025-03-21T20:24:03.2139479Z -- The CXX compiler identification is Clang 12.0.1 2025-03-21T20:24:03.2139857Z -- Detecting C compiler ABI info 2025-03-21T20:24:03.2140190Z -- Detecting C compiler ABI info - done 2025-03-21T20:24:03.2140599Z -- Check for working C compiler: /opt/cache/bin/cc - skipped 2025-03-21T20:24:03.2141005Z -- Detecting C compile features 2025-03-21T20:24:03.2141328Z -- Detecting C compile features - done 2025-03-21T20:24:03.2141666Z -- Detecting CXX compiler ABI info 2025-03-21T20:24:03.2141999Z -- Detecting CXX compiler ABI info - done 2025-03-21T20:24:03.2142416Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2025-03-21T20:24:03.2142834Z -- Detecting CXX compile features 2025-03-21T20:24:03.2143149Z -- Detecting CXX compile features - done 2025-03-21T20:24:03.2143891Z CMake Deprecation Warning at backends/xnnpack/third-party/FXdiv/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-03-21T20:24:03.2144635Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-03-21T20:24:03.2145073Z CMake. 2025-03-21T20:24:03.2145194Z 2025-03-21T20:24:03.2145436Z Update the VERSION argument value. Or, use the ... syntax 2025-03-21T20:24:03.2145997Z to tell CMake that the project requires at least but has been updated 2025-03-21T20:24:03.2146507Z to work with policies introduced by or earlier. 2025-03-21T20:24:03.2146782Z 2025-03-21T20:24:03.2146891Z  2025-03-21T20:24:03.2147519Z CMake Deprecation Warning at backends/xnnpack/third-party/cpuinfo/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-03-21T20:24:03.2148268Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-03-21T20:24:03.2148705Z CMake. 2025-03-21T20:24:03.2148823Z 2025-03-21T20:24:03.2149136Z Update the VERSION argument value. Or, use the ... syntax 2025-03-21T20:24:03.2149714Z to tell CMake that the project requires at least but has been updated 2025-03-21T20:24:03.2150220Z to work with policies introduced by or earlier. 2025-03-21T20:24:03.2150479Z 2025-03-21T20:24:03.2150608Z  2025-03-21T20:24:03.2150859Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD 2025-03-21T20:24:03.2151237Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success 2025-03-21T20:24:03.2151683Z -- Found Threads: TRUE 2025-03-21T20:24:03.2152383Z CMake Deprecation Warning at backends/xnnpack/third-party/pthreadpool/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-03-21T20:24:03.2153155Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-03-21T20:24:03.2153592Z CMake. 2025-03-21T20:24:03.2153711Z 2025-03-21T20:24:03.2153951Z Update the VERSION argument value. Or, use the ... syntax 2025-03-21T20:24:03.2154505Z to tell CMake that the project requires at least but has been updated 2025-03-21T20:24:03.2155003Z to work with policies introduced by or earlier. 2025-03-21T20:24:03.2155273Z 2025-03-21T20:24:03.2155381Z  2025-03-21T20:24:03.2155620Z -- Using python executable 'python3' 2025-03-21T20:24:03.2155949Z -- Resolved buck2 as buck2. 2025-03-21T20:24:03.2156223Z -- Killing buck2 daemon 2025-03-21T20:24:03.2156486Z 'buck2 killall' 2025-03-21T20:24:03.2156752Z -- executorch: Generating source lists 2025-03-21T20:24:03.2157288Z -- executorch: Generating source file list /pytorch/executorch/cmake-out/executorch_srcs.cmake 2025-03-21T20:24:03.2157988Z -- executorch: Using sources file /pytorch/executorch/cmake-out/executorch_srcs.cmake 2025-03-21T20:24:03.2158503Z -- executorch: Using PAL default 'posix' 2025-03-21T20:24:03.2158828Z -- Generating operator lib: 2025-03-21T20:24:03.2159130Z -- LIB_NAME: portable_ops_lib 2025-03-21T20:24:03.2159616Z -- OPS_SCHEMA_YAML: /pytorch/executorch/kernels/portable/functions.yaml 2025-03-21T20:24:03.2160055Z -- ROOT_OPS: 2025-03-21T20:24:03.2160300Z -- INCLUDE_ALL_OPS: 2025-03-21T20:24:03.2161568Z Command - python3;-m;codegen.tools.gen_oplist;--output_path=/pytorch/executorch/cmake-out/kernels/portable/portable_ops_lib/selected_operators.yaml;--ops_schema_yaml_path="/pytorch/executorch/kernels/portable/functions.yaml" 2025-03-21T20:24:03.2162714Z -- Generating kernel bindings: 2025-03-21T20:24:03.2163024Z -- LIB_NAME: portable_ops_lib 2025-03-21T20:24:03.2163453Z -- FUNCTIONS_YAML: /pytorch/executorch/kernels/portable/functions.yaml 2025-03-21T20:24:03.2163903Z -- CUSTOM_OPS_YAML: 2025-03-21T20:24:03.2164174Z -- ADD_EXCEPTION_BOUNDARY: FALSE 2025-03-21T20:24:03.2165910Z Generated files /pytorch/executorch/cmake-out/kernels/portable/portable_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp;/pytorch/executorch/cmake-out/kernels/portable/portable_ops_lib/Functions.h;/pytorch/executorch/cmake-out/kernels/portable/portable_ops_lib/NativeFunctions.h 2025-03-21T20:24:03.2167408Z -- Generating operator lib: 2025-03-21T20:24:03.2167706Z -- LIB_NAME: portable_ops_lib 2025-03-21T20:24:03.2168014Z -- KERNEL_LIBS: portable_kernels 2025-03-21T20:24:03.2168318Z -- DEPS: executorch 2025-03-21T20:24:03.2168883Z CMake Deprecation Warning at third-party/gflags/CMakeLists.txt:73 (cmake_minimum_required): 2025-03-21T20:24:03.2169553Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-03-21T20:24:03.2169993Z CMake. 2025-03-21T20:24:03.2170119Z 2025-03-21T20:24:03.2170362Z Update the VERSION argument value. Or, use the ... syntax 2025-03-21T20:24:03.2170936Z to tell CMake that the project requires at least but has been updated 2025-03-21T20:24:03.2171438Z to work with policies introduced by or earlier. 2025-03-21T20:24:03.2171698Z 2025-03-21T20:24:03.2171806Z  2025-03-21T20:24:03.2172049Z -- Looking for C++ include unistd.h 2025-03-21T20:24:03.2172390Z -- Looking for C++ include unistd.h - found 2025-03-21T20:24:03.2172741Z -- Looking for C++ include stdint.h 2025-03-21T20:24:03.2173074Z -- Looking for C++ include stdint.h - found 2025-03-21T20:24:03.2173413Z -- Looking for C++ include inttypes.h 2025-03-21T20:24:03.2173760Z -- Looking for C++ include inttypes.h - found 2025-03-21T20:24:03.2174118Z -- Looking for C++ include sys/types.h 2025-03-21T20:24:03.2174463Z -- Looking for C++ include sys/types.h - found 2025-03-21T20:24:03.2174814Z -- Looking for C++ include sys/stat.h 2025-03-21T20:24:03.2175213Z -- Looking for C++ include sys/stat.h - found 2025-03-21T20:24:03.2175560Z -- Looking for C++ include fnmatch.h 2025-03-21T20:24:03.2175896Z -- Looking for C++ include fnmatch.h - found 2025-03-21T20:24:03.2178053Z -- Looking for C++ include stddef.h 2025-03-21T20:24:03.2178394Z -- Looking for C++ include stddef.h - found 2025-03-21T20:24:03.2178719Z -- Check size of uint32_t 2025-03-21T20:24:03.2179027Z -- Check size of uint32_t - done 2025-03-21T20:24:03.2179329Z -- Looking for strtoll 2025-03-21T20:24:03.2179604Z -- Looking for strtoll - found 2025-03-21T20:24:03.2179926Z -- Using qnn sdk root /tmp/qnn/2.28.0.241029 2025-03-21T20:24:03.2180296Z -- Using EXECUTORCH_SOURCE_DIR /pytorch/executorch 2025-03-21T20:24:03.2181041Z CMake Deprecation Warning at third-party/pybind11/CMakeLists.txt:13 (cmake_minimum_required): 2025-03-21T20:24:03.2181730Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-03-21T20:24:03.2182169Z CMake. 2025-03-21T20:24:03.2182289Z 2025-03-21T20:24:03.2182540Z Update the VERSION argument value. Or, use the ... syntax 2025-03-21T20:24:03.2183113Z to tell CMake that the project requires at least but has been updated 2025-03-21T20:24:03.2183604Z to work with policies introduced by or earlier. 2025-03-21T20:24:03.2183875Z 2025-03-21T20:24:03.2183984Z  2025-03-21T20:24:03.2184204Z -- pybind11 v2.13.6 2025-03-21T20:24:03.2184808Z -- Found PythonInterp: python3 (found suitable version "3.10.16", minimum required is "3.7") 2025-03-21T20:24:03.2185436Z -- Found PythonLibs: /opt/conda/envs/py_3.10/lib/libpython3.10.so 2025-03-21T20:24:03.2185858Z -- Performing Test HAS_FLTO_THIN 2025-03-21T20:24:03.2186192Z -- Performing Test HAS_FLTO_THIN - Success 2025-03-21T20:24:03.2186842Z CMake Deprecation Warning at third-party/flatcc/CMakeLists.txt:2 (cmake_minimum_required): 2025-03-21T20:24:03.2187507Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-03-21T20:24:03.2187945Z CMake. 2025-03-21T20:24:03.2188069Z 2025-03-21T20:24:03.2188311Z Update the VERSION argument value. Or, use the ... syntax 2025-03-21T20:24:03.2188868Z to tell CMake that the project requires at least but has been updated 2025-03-21T20:24:03.2189448Z to work with policies introduced by or earlier. 2025-03-21T20:24:03.2189728Z 2025-03-21T20:24:03.2189839Z  2025-03-21T20:24:03.2190144Z -- dist install dir /pytorch/executorch/third-party/flatcc 2025-03-21T20:24:03.2190615Z -- lib install dir /pytorch/executorch/third-party/flatcc/lib 2025-03-21T20:24:03.2191014Z -- Setting Clang compiler options 2025-03-21T20:24:06.3493103Z -- Configured C_FLAGS: -DFLATCC_REFLECTION=0 -Wstrict-prototypes -Wsign-conversion -Wconversion -std=c11 -pedantic -Wall -Wextra -Werror 2025-03-21T20:24:06.3494455Z -- 2025-03-21T20:24:06.3494846Z -- ******** Summary ******** 2025-03-21T20:24:06.3495375Z -- CMAKE_BUILD_TYPE : Debug 2025-03-21T20:24:06.3496015Z -- CMAKE_CXX_STANDARD : 17 2025-03-21T20:24:06.3496640Z -- CMAKE_CXX_COMPILER_ID : Clang 2025-03-21T20:24:06.3497251Z -- CMAKE_TOOLCHAIN_FILE : 2025-03-21T20:24:06.3497802Z -- BUCK2 : buck2 2025-03-21T20:24:06.3498355Z -- PYTHON_EXECUTABLE : python3 2025-03-21T20:24:06.3499236Z -- FLATC_EXECUTABLE : /pytorch/executorch/cmake-out/third-party/flatbuffers/flatc 2025-03-21T20:24:06.3500175Z -- EXECUTORCH_ENABLE_LOGGING : ON 2025-03-21T20:24:06.3500842Z -- EXECUTORCH_ENABLE_PROGRAM_VERIFICATION : ON 2025-03-21T20:24:06.3501548Z -- EXECUTORCH_LOG_LEVEL : Info 2025-03-21T20:24:06.3502248Z -- EXECUTORCH_BUILD_ANDROID_JNI : OFF 2025-03-21T20:24:06.3502942Z -- EXECUTORCH_BUILD_ARM_BAREMETAL : OFF 2025-03-21T20:24:06.3503627Z -- EXECUTORCH_BUILD_CADENCE : OFF 2025-03-21T20:24:06.3504301Z -- EXECUTORCH_BUILD_COREML : OFF 2025-03-21T20:24:06.3504973Z -- EXECUTORCH_BUILD_CPUINFO : ON 2025-03-21T20:24:06.3505925Z -- EXECUTORCH_BUILD_DEVTOOLS : ON 2025-03-21T20:24:06.3506579Z -- EXECUTORCH_BUILD_EXECUTOR_RUNNER : ON 2025-03-21T20:24:06.3507231Z -- EXECUTORCH_BUILD_EXTENSION_DATA_LOADER : ON 2025-03-21T20:24:06.3507915Z -- EXECUTORCH_BUILD_EXTENSION_FLAT_TENSOR : ON 2025-03-21T20:24:06.3508569Z -- EXECUTORCH_BUILD_EXTENSION_LLM : OFF 2025-03-21T20:24:06.3509347Z -- EXECUTORCH_BUILD_EXTENSION_MODULE : ON 2025-03-21T20:24:06.3510005Z -- EXECUTORCH_BUILD_EXTENSION_RUNNER_UTIL : OFF 2025-03-21T20:24:06.3510647Z -- EXECUTORCH_BUILD_EXTENSION_TENSOR : ON 2025-03-21T20:24:06.3511352Z -- EXECUTORCH_BUILD_EXTENSION_TRAINING : OFF 2025-03-21T20:24:06.3511994Z -- EXECUTORCH_BUILD_FLATC : ON 2025-03-21T20:24:06.3512657Z -- EXECUTORCH_BUILD_GFLAGS : ON 2025-03-21T20:24:06.3513234Z -- EXECUTORCH_BUILD_HOST_TARGETS : ON 2025-03-21T20:24:06.3513894Z -- EXECUTORCH_BUILD_KERNELS_CUSTOM : OFF 2025-03-21T20:24:06.3514617Z -- EXECUTORCH_BUILD_KERNELS_CUSTOM_AOT : OFF 2025-03-21T20:24:06.3515321Z -- EXECUTORCH_BUILD_KERNELS_OPTIMIZED : OFF 2025-03-21T20:24:06.3516034Z -- EXECUTORCH_BUILD_KERNELS_QUANTIZED : OFF 2025-03-21T20:24:06.3516722Z -- EXECUTORCH_BUILD_MPS : OFF 2025-03-21T20:24:06.3517396Z -- EXECUTORCH_BUILD_NEURON : OFF 2025-03-21T20:24:06.3518298Z -- EXECUTORCH_BUILD_PTHREADPOOL : ON 2025-03-21T20:24:06.3519015Z -- EXECUTORCH_BUILD_PYBIND : OFF 2025-03-21T20:24:06.3519685Z -- EXECUTORCH_BUILD_QNN : ON 2025-03-21T20:24:06.3520372Z -- EXECUTORCH_BUILD_SIZE_TEST : OFF 2025-03-21T20:24:06.3521073Z -- EXECUTORCH_BUILD_TESTS : OFF 2025-03-21T20:24:06.3521746Z -- EXECUTORCH_BUILD_VULKAN : OFF 2025-03-21T20:24:06.3522371Z -- EXECUTORCH_BUILD_XNNPACK : OFF 2025-03-21T20:24:06.3523011Z -- Configuring done (5.1s) 2025-03-21T20:24:06.3523528Z -- Generating done (0.2s) 2025-03-21T20:24:06.3524171Z -- Build files have been written to: /pytorch/executorch/cmake-out 2025-03-21T20:24:06.3524867Z ++ nproc 2025-03-21T20:24:06.3525728Z + cmake --build /pytorch/executorch/cmake-out --target PyQnnManagerAdaptor PyQnnWrapperAdaptor -j8 2025-03-21T20:24:06.3527307Z [ 0%] Creating directories for 'flatbuffers' 2025-03-21T20:24:06.3528155Z [ 0%] No download step for 'flatbuffers' 2025-03-21T20:24:06.3528909Z [ 0%] No update step for 'flatbuffers' 2025-03-21T20:24:06.3529665Z [ 0%] No patch step for 'flatbuffers' 2025-03-21T20:24:06.3530498Z [ 0%] Performing configure step for 'flatbuffers' 2025-03-21T20:24:06.3531252Z CMake Warning: 2025-03-21T20:24:06.3531814Z Ignoring empty string ("") provided on the command line. 2025-03-21T20:24:06.3532330Z 2025-03-21T20:24:06.3532530Z  2025-03-21T20:24:06.3532986Z fatal: No names found, cannot describe anything. 2025-03-21T20:24:06.3533731Z CMake Warning at CMake/Version.cmake:32 (message): 2025-03-21T20:24:06.3534379Z git describe failed with exit code: 128 2025-03-21T20:24:06.3534777Z 2025-03-21T20:24:06.3535069Z Make sure you cloned with tags or run 'git fetch --tags'. 2025-03-21T20:24:06.3535731Z Call Stack (most recent call first): 2025-03-21T20:24:06.3536250Z CMakeLists.txt:5 (include) 2025-03-21T20:24:06.3536566Z 2025-03-21T20:24:06.3536820Z  2025-03-21T20:24:06.3537206Z -- Proceeding with version: 24.3.25.0 2025-03-21T20:24:06.3537837Z -- The CXX compiler identification is Clang 12.0.1 2025-03-21T20:24:06.3538487Z -- Detecting CXX compiler ABI info 2025-03-21T20:24:06.3539060Z -- Detecting CXX compiler ABI info - done 2025-03-21T20:24:06.3539765Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2025-03-21T20:24:06.3540528Z -- Detecting CXX compile features 2025-03-21T20:24:06.3541111Z -- Detecting CXX compile features - done 2025-03-21T20:24:06.3541698Z -- Looking for strtof_l 2025-03-21T20:24:06.3542330Z -- Looking for strtof_l - found 2025-03-21T20:24:06.3542840Z -- Looking for strtoull_l 2025-03-21T20:24:06.3543356Z -- Looking for strtoull_l - found 2025-03-21T20:24:06.3543913Z -- Looking for realpath 2025-03-21T20:24:06.3544405Z -- Looking for realpath - found 2025-03-21T20:24:06.3545018Z -- CMAKE_CXX_FLAGS: "-DFLATBUFFERS_MAX_ALIGNMENT=1024" 2025-03-21T20:24:06.3545662Z -- Configuring done (0.9s) 2025-03-21T20:24:06.3546166Z -- Generating done (0.0s) 2025-03-21T20:24:06.3546980Z -- Build files have been written to: /pytorch/executorch/cmake-out/third-party/flatbuffers 2025-03-21T20:24:06.3548207Z [ 0%] Performing build step for 'flatbuffers' 2025-03-21T20:24:06.3549390Z [ 2%] Building CXX object CMakeFiles/flatc.dir/src/idl_parser.cpp.o 2025-03-21T20:24:06.3550661Z [ 5%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_text.cpp.o 2025-03-21T20:24:06.3551895Z [ 7%] Building CXX object CMakeFiles/flatc.dir/src/reflection.cpp.o 2025-03-21T20:24:06.3553156Z [ 15%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_binary.cpp.o 2025-03-21T20:24:06.3554320Z [ 15%] Building CXX object CMakeFiles/flatc.dir/src/util.cpp.o 2025-03-21T20:24:06.3555481Z [ 15%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_cpp.cpp.o 2025-03-21T20:24:06.3556662Z [ 21%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_csharp.cpp.o 2025-03-21T20:24:06.3558051Z [ 21%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_dart.cpp.o 2025-03-21T20:24:06.3559253Z [ 23%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_kotlin.cpp.o 2025-03-21T20:24:06.3560513Z [ 26%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_kotlin_kmp.cpp.o 2025-03-21T20:24:06.3561801Z [ 28%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_go.cpp.o 2025-03-21T20:24:06.3563012Z [ 31%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_java.cpp.o 2025-03-21T20:24:06.3564059Z [ 34%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_ts.cpp.o 2025-03-21T20:24:06.3565143Z [ 36%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_php.cpp.o 2025-03-21T20:24:06.3566237Z [ 39%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_python.cpp.o 2025-03-21T20:24:06.3567425Z [ 42%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_lobster.cpp.o 2025-03-21T20:24:06.3568546Z [ 44%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_rust.cpp.o 2025-03-21T20:24:06.3569660Z [ 50%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_fbs.cpp.o 2025-03-21T20:24:06.3570779Z [ 50%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_grpc.cpp.o 2025-03-21T20:24:06.3571854Z [ 52%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_json_schema.cpp.o 2025-03-21T20:24:06.3572837Z [ 55%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_swift.cpp.o 2025-03-21T20:24:06.3573912Z [ 57%] Building CXX object CMakeFiles/flatc.dir/src/file_name_saving_file_manager.cpp.o 2025-03-21T20:24:06.3575095Z [ 60%] Building CXX object CMakeFiles/flatc.dir/src/file_binary_writer.cpp.o 2025-03-21T20:24:06.3576230Z [ 63%] Building CXX object CMakeFiles/flatc.dir/src/file_writer.cpp.o 2025-03-21T20:24:06.3577156Z [ 65%] Building CXX object CMakeFiles/flatc.dir/src/flatc.cpp.o 2025-03-21T20:24:06.3578103Z [ 68%] Building CXX object CMakeFiles/flatc.dir/src/flatc_main.cpp.o 2025-03-21T20:24:06.3579092Z [ 71%] Building CXX object CMakeFiles/flatc.dir/src/binary_annotator.cpp.o 2025-03-21T20:24:06.3580145Z [ 73%] Building CXX object CMakeFiles/flatc.dir/src/annotated_binary_text_gen.cpp.o 2025-03-21T20:24:06.3581233Z [ 76%] Building CXX object CMakeFiles/flatc.dir/src/bfbs_gen_lua.cpp.o 2025-03-21T20:24:06.3582296Z [ 78%] Building CXX object CMakeFiles/flatc.dir/src/bfbs_gen_nim.cpp.o 2025-03-21T20:24:06.3583329Z [ 81%] Building CXX object CMakeFiles/flatc.dir/src/code_generators.cpp.o 2025-03-21T20:24:06.3584804Z [ 84%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/cpp_generator.cc.o 2025-03-21T20:24:06.3586145Z [ 86%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/go_generator.cc.o 2025-03-21T20:24:06.3587531Z [ 89%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/java_generator.cc.o 2025-03-21T20:24:06.3589056Z [ 92%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/python_generator.cc.o 2025-03-21T20:24:06.3590534Z [ 94%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/swift_generator.cc.o 2025-03-21T20:24:06.3591928Z [ 97%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/ts_generator.cc.o 2025-03-21T20:24:06.3592888Z [100%] Linking CXX executable flatc 2025-03-21T20:24:06.3593426Z [100%] Built target flatc 2025-03-21T20:24:06.3594003Z [ 6%] No install step for 'flatbuffers' 2025-03-21T20:24:06.3594723Z [ 6%] Completed 'flatbuffers' 2025-03-21T20:24:06.3595294Z [ 6%] Built target flatbuffers 2025-03-21T20:24:06.3595920Z [ 6%] Generating common_schema headers 2025-03-21T20:24:06.3596687Z [ 12%] Generating qualcomm ir schema headers 2025-03-21T20:24:06.3597423Z [ 18%] Generating qnn_schema headers 2025-03-21T20:24:06.3597996Z [ 18%] Built target common_schema 2025-03-21T20:24:06.3598717Z [ 18%] Built target qcir 2025-03-21T20:24:06.3599198Z [ 18%] Built target qnn_schema 2025-03-21T20:24:06.3599833Z [ 18%] Generating program_schema headers 2025-03-21T20:24:06.3601062Z [ 18%] Building CXX object backends/qualcomm/CMakeFiles/qcir_utils.dir/aot/ir/qcir_utils.cpp.o 2025-03-21T20:24:06.3602716Z [ 18%] Building CXX object backends/qualcomm/CMakeFiles/qnn_executorch_logging.dir/runtime/Logging.cpp.o 2025-03-21T20:24:06.3603818Z [ 18%] Built target program_schema 2025-03-21T20:24:06.3604890Z [ 25%] Building CXX object CMakeFiles/executorch_core.dir/runtime/backend/interface.cpp.o 2025-03-21T20:24:06.3606307Z [ 25%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/evalue.cpp.o 2025-03-21T20:24:06.3607913Z [ 25%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/exec_aten/util/tensor_shape_to_c_string.cpp.o 2025-03-21T20:24:06.3609788Z [ 25%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/exec_aten/util/tensor_util_portable.cpp.o 2025-03-21T20:24:06.3611385Z [ 25%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/tag.cpp.o 2025-03-21T20:24:09.5423199Z [ 25%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/portable_type/tensor_impl.cpp.o 2025-03-21T20:24:09.5424168Z [ 25%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/tensor_layout.cpp.o 2025-03-21T20:24:09.5425003Z [ 31%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method.cpp.o 2025-03-21T20:24:09.5425713Z [ 31%] Linking CXX static library libqnn_executorch_logging.a 2025-03-21T20:24:09.5426301Z [ 31%] Linking CXX static library libqcir_utils.a 2025-03-21T20:24:09.5426695Z [ 31%] Built target qnn_executorch_logging 2025-03-21T20:24:09.5427340Z [ 31%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method_meta.cpp.o 2025-03-21T20:24:09.5428190Z [ 31%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/program.cpp.o 2025-03-21T20:24:09.5429037Z [ 31%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/pte_data_map.cpp.o 2025-03-21T20:24:09.5430037Z [ 31%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_exec_aten.cpp.o 2025-03-21T20:24:09.5430642Z [ 31%] Built target qcir_utils 2025-03-21T20:24:09.5431289Z [ 31%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_portable.cpp.o 2025-03-21T20:24:09.5432379Z [ 31%] Building CXX object backends/qualcomm/CMakeFiles/qnn_implementation.dir/runtime/backends/QnnImplementation.cpp.o 2025-03-21T20:24:09.5433974Z [ 37%] Building CXX object CMakeFiles/executorch_core.dir/runtime/kernel/operator_registry.cpp.o 2025-03-21T20:24:09.5435053Z [ 37%] Building CXX object backends/qualcomm/CMakeFiles/qnn_sys_implementation.dir/runtime/backends/QnnSysImplementation.cpp.o 2025-03-21T20:24:09.5436067Z [ 37%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/abort.cpp.o 2025-03-21T20:24:09.5437063Z [ 43%] Building CXX object backends/qualcomm/CMakeFiles/qnn_custom_protocol.dir/runtime/backends/QnnCustomProtocol.cpp.o 2025-03-21T20:24:09.5438024Z [ 43%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/log.cpp.o 2025-03-21T20:24:09.5438934Z [ 43%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/profiler.cpp.o 2025-03-21T20:24:09.5439867Z [ 43%] Building CXX object backends/qualcomm/CMakeFiles/qnn_profiler.dir/runtime/backends/QnnProfiler.cpp.o 2025-03-21T20:24:09.5440645Z [ 43%] Linking CXX static library libqnn_implementation.a 2025-03-21T20:24:09.5441354Z [ 43%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/runtime.cpp.o 2025-03-21T20:24:09.5442169Z [ 43%] Building CXX object CMakeFiles/executorch_core.dir/schema/extended_header.cpp.o 2025-03-21T20:24:09.5443111Z [ 50%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/default/posix.cpp.o 2025-03-21T20:24:09.5443693Z [ 50%] Built target qnn_implementation 2025-03-21T20:24:09.5444305Z [ 56%] Building CXX object backends/qualcomm/CMakeFiles/utils.dir/runtime/Utils.cpp.o 2025-03-21T20:24:09.5445193Z [ 56%] Building CXX object backends/qualcomm/CMakeFiles/shared_buffer.dir/runtime/SharedBuffer.cpp.o 2025-03-21T20:24:09.5446174Z [ 56%] Building CXX object backends/qualcomm/CMakeFiles/wrappers.dir/aot/wrappers/TensorWrapper.cpp.o 2025-03-21T20:24:09.5446974Z [ 56%] Linking CXX static library libqnn_sys_implementation.a 2025-03-21T20:24:09.5447827Z [ 56%] Building CXX object backends/qualcomm/CMakeFiles/wrappers.dir/aot/wrappers/QuantizeParamsWrapper.cpp.o 2025-03-21T20:24:09.5448625Z [ 56%] Linking CXX static library libexecutorch_core.a 2025-03-21T20:24:09.5449050Z [ 56%] Built target qnn_sys_implementation 2025-03-21T20:24:09.5449748Z [ 56%] Building CXX object backends/qualcomm/CMakeFiles/qnn_logger.dir/runtime/backends/QnnLogger.cpp.o 2025-03-21T20:24:09.5450507Z [ 56%] Linking CXX static library libqnn_custom_protocol.a 2025-03-21T20:24:09.5451052Z [ 56%] Linking CXX static library libqnn_profiler.a 2025-03-21T20:24:09.5451453Z [ 56%] Built target qnn_custom_protocol 2025-03-21T20:24:09.5452212Z [ 56%] Building CXX object backends/qualcomm/CMakeFiles/qnn_backend_cache.dir/runtime/backends/QnnBackendCache.cpp.o 2025-03-21T20:24:09.5452873Z [ 56%] Built target qnn_profiler 2025-03-21T20:24:09.5453522Z [ 56%] Building CXX object backends/qualcomm/CMakeFiles/wrappers.dir/aot/wrappers/OpWrapper.cpp.o 2025-03-21T20:24:09.5454117Z [ 56%] Built target executorch_core 2025-03-21T20:24:09.5454754Z [ 56%] Building CXX object extension/tensor/CMakeFiles/extension_tensor.dir/tensor_ptr.cpp.o 2025-03-21T20:24:09.5455410Z [ 56%] Linking CXX static library libutils.a 2025-03-21T20:24:09.5455780Z [ 56%] Built target utils 2025-03-21T20:24:09.5456344Z [ 56%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_copy_index.cpp.o 2025-03-21T20:24:09.5457149Z [ 56%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_view.cpp.o 2025-03-21T20:24:09.5457796Z [ 56%] Linking CXX static library libshared_buffer.a 2025-03-21T20:24:09.5458505Z [ 56%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/register_prim_ops.cpp.o 2025-03-21T20:24:09.5459068Z [ 56%] Built target shared_buffer 2025-03-21T20:24:09.5459559Z [ 56%] Linking CXX static library libqnn_logger.a 2025-03-21T20:24:09.5460443Z [ 62%] Building CXX object backends/qualcomm/CMakeFiles/qnn_backend_cache.dir/runtime/backends/htpbackend/HtpBackendCache.cpp.o 2025-03-21T20:24:09.5461171Z [ 62%] Built target qnn_logger 2025-03-21T20:24:09.5461825Z [ 68%] Building CXX object extension/tensor/CMakeFiles/extension_tensor.dir/tensor_ptr_maker.cpp.o 2025-03-21T20:24:09.5462832Z [ 68%] Building CXX object backends/qualcomm/CMakeFiles/qnn_backend.dir/runtime/backends/QnnBackendCommon.cpp.o 2025-03-21T20:24:09.5463876Z [ 68%] Building CXX object backends/qualcomm/CMakeFiles/qnn_device.dir/runtime/backends/QnnDeviceCommon.cpp.o 2025-03-21T20:24:09.5464620Z [ 75%] Linking CXX static library libwrappers.a 2025-03-21T20:24:09.5465418Z [ 75%] Building CXX object backends/qualcomm/CMakeFiles/qnn_device.dir/runtime/backends/htpbackend/HtpDevice.cpp.o 2025-03-21T20:24:09.5466076Z [ 75%] Built target wrappers 2025-03-21T20:24:09.5466967Z [ 75%] Building CXX object backends/qualcomm/CMakeFiles/qnn_device.dir/runtime/backends/htpbackend/x86_64/HtpDevicePlatformInfoConfig.cpp.o 2025-03-21T20:24:09.5468309Z [ 75%] Building CXX object backends/qualcomm/CMakeFiles/qnn_device.dir/runtime/backends/htpbackend/x86_64/HtpDeviceCustomConfig.cpp.o 2025-03-21T20:24:09.5469345Z [ 75%] Linking CXX static library libqnn_backend_cache.a 2025-03-21T20:24:09.5469771Z [ 75%] Built target qnn_backend_cache 2025-03-21T20:24:09.5470239Z [ 75%] Linking CXX static library libextension_tensor.a 2025-03-21T20:24:09.5470762Z [ 75%] Linking CXX static library libqnn_backend.a 2025-03-21T20:24:09.5471155Z [ 75%] Built target qnn_backend 2025-03-21T20:24:09.5471465Z [ 75%] Built target extension_tensor 2025-03-21T20:24:09.5471909Z [ 75%] Linking CXX static library libexecutorch.a 2025-03-21T20:24:09.5472298Z [ 75%] Built target executorch 2025-03-21T20:24:09.5472699Z [ 81%] Linking CXX static library libqnn_device.a 2025-03-21T20:24:09.5473086Z [ 81%] Built target qnn_device 2025-03-21T20:24:09.5473798Z [ 81%] Building CXX object backends/qualcomm/CMakeFiles/qnn_context.dir/runtime/backends/QnnContextCommon.cpp.o 2025-03-21T20:24:09.5474886Z [ 81%] Building CXX object backends/qualcomm/CMakeFiles/qnn_context.dir/runtime/backends/htpbackend/HtpContext.cpp.o 2025-03-21T20:24:09.5476584Z [ 81%] Building CXX object backends/qualcomm/CMakeFiles/qnn_context.dir/runtime/backends/htpbackend/x86_64/HtpContextCustomConfig.cpp.o 2025-03-21T20:24:09.5477591Z [ 81%] Linking CXX static library libqnn_context.a 2025-03-21T20:24:09.5478016Z [ 81%] Built target qnn_context 2025-03-21T20:24:09.5478811Z [ 81%] Building CXX object backends/qualcomm/CMakeFiles/qnn_graph.dir/runtime/backends/QnnGraphCommon.cpp.o 2025-03-21T20:24:09.5480094Z [ 81%] Building CXX object backends/qualcomm/CMakeFiles/qnn_graph.dir/runtime/backends/htpbackend/HtpGraphCustomConfig.cpp.o 2025-03-21T20:24:09.5481408Z [ 81%] Building CXX object backends/qualcomm/CMakeFiles/qnn_graph.dir/runtime/backends/htpbackend/x86_64/HtpGraphCustomConfig.cpp.o 2025-03-21T20:24:09.5482662Z [ 81%] Building CXX object backends/qualcomm/CMakeFiles/qnn_graph.dir/runtime/backends/htpbackend/HtpGraph.cpp.o 2025-03-21T20:24:09.5483822Z [ 81%] Building CXX object backends/qualcomm/CMakeFiles/qnn_mem_manager.dir/runtime/backends/QnnMemManager.cpp.o 2025-03-21T20:24:09.5484592Z [ 87%] Linking CXX static library libqnn_graph.a 2025-03-21T20:24:09.5484968Z [ 87%] Built target qnn_graph 2025-03-21T20:24:09.5485406Z [ 87%] Linking CXX static library libqnn_mem_manager.a 2025-03-21T20:24:09.5485821Z [ 87%] Built target qnn_mem_manager 2025-03-21T20:24:09.5486568Z [ 93%] Building CXX object backends/qualcomm/CMakeFiles/qnn_factory.dir/runtime/backends/QnnBackendFactory.cpp.o 2025-03-21T20:24:09.5487349Z [ 93%] Linking CXX static library libqnn_factory.a 2025-03-21T20:24:09.5487876Z [ 93%] Built target qnn_factory 2025-03-21T20:24:09.5488520Z [ 93%] Building CXX object backends/qualcomm/CMakeFiles/qnn_manager.dir/runtime/QnnManager.cpp.o 2025-03-21T20:24:09.5489499Z [100%] Building CXX object backends/qualcomm/CMakeFiles/qnn_manager.dir/aot/wrappers/TensorWrapper.cpp.o 2025-03-21T20:24:09.5490335Z [100%] Linking CXX static library libqnn_manager.a 2025-03-21T20:24:09.5490734Z [100%] Built target qnn_manager 2025-03-21T20:24:09.5491521Z [100%] Building CXX object backends/qualcomm/CMakeFiles/PyQnnManagerAdaptor.dir/aot/python/PyQnnManagerAdaptor.cpp.o 2025-03-21T20:24:09.5492515Z [100%] Linking CXX shared module PyQnnManagerAdaptor.cpython-310-x86_64-linux-gnu.so 2025-03-21T20:24:09.5493076Z [100%] Built target PyQnnManagerAdaptor 2025-03-21T20:24:09.5493413Z [ 33%] Built target flatbuffers 2025-03-21T20:24:09.5493713Z [ 66%] Built target qnn_schema 2025-03-21T20:24:09.5494030Z [ 66%] Built target qnn_executorch_logging 2025-03-21T20:24:09.5494356Z [100%] Built target wrappers 2025-03-21T20:24:09.5495130Z [100%] Building CXX object backends/qualcomm/CMakeFiles/PyQnnWrapperAdaptor.dir/aot/python/PyQnnWrapperAdaptor.cpp.o 2025-03-21T20:24:17.8284943Z [100%] Building CXX object backends/qualcomm/CMakeFiles/PyQnnWrapperAdaptor.dir/aot/wrappers/TensorWrapper.cpp.o 2025-03-21T20:24:17.8286248Z [100%] Linking CXX shared module PyQnnWrapperAdaptor.cpython-310-x86_64-linux-gnu.so 2025-03-21T20:24:17.8286825Z [100%] Built target PyQnnWrapperAdaptor 2025-03-21T20:24:17.8287535Z + cp -f backends/qualcomm/PyQnnManagerAdaptor.cpython-310-x86_64-linux-gnu.so /pytorch/executorch/backends/qualcomm/python 2025-03-21T20:24:17.8288590Z + cp -f backends/qualcomm/PyQnnWrapperAdaptor.cpython-310-x86_64-linux-gnu.so /pytorch/executorch/backends/qualcomm/python 2025-03-21T20:24:17.8289433Z + popd 2025-03-21T20:24:17.8289667Z /pytorch/executorch 2025-03-21T20:24:17.8290028Z + cp schema/program.fbs exir/_serialize/program.fbs 2025-03-21T20:24:17.8290491Z + cp schema/scalar_type.fbs exir/_serialize/scalar_type.fbs 2025-03-21T20:24:17.8290893Z + PYTHON_EXECUTABLE=python 2025-03-21T20:24:17.8291224Z + bash .ci/scripts/setup-linux.sh --build-tool cmake 2025-03-21T20:24:17.8291617Z ++ dirname .ci/scripts/setup-linux.sh 2025-03-21T20:24:17.8291951Z + source .ci/scripts/utils.sh 2025-03-21T20:24:17.8292270Z + read -r BUILD_TOOL BUILD_MODE EDITABLE 2025-03-21T20:24:17.8292614Z ++ parse_args --build-tool cmake 2025-03-21T20:24:17.8292950Z ++ args=('--build-tool' 'cmake') 2025-03-21T20:24:17.8293383Z ++ local args 2025-03-21T20:24:17.8293619Z ++ local i 2025-03-21T20:24:17.8293847Z ++ local BUILD_TOOL= 2025-03-21T20:24:17.8294096Z ++ local BUILD_MODE= 2025-03-21T20:24:17.8294352Z ++ local EDITABLE= 2025-03-21T20:24:17.8294658Z ++ (( i=0 )) 2025-03-21T20:24:17.8294976Z ++ (( i<2 )) 2025-03-21T20:24:17.8295258Z ++ case "${args[$i]}" in 2025-03-21T20:24:17.8295511Z ++ BUILD_TOOL=cmake 2025-03-21T20:24:17.8295802Z ++ i=1 2025-03-21T20:24:17.8296014Z ++ (( i++ )) 2025-03-21T20:24:17.8296236Z ++ (( i<2 )) 2025-03-21T20:24:17.8296461Z ++ '[' -z cmake ']' 2025-03-21T20:24:17.8296700Z ++ [[ cmake =~ ^(cmake|buck2)$ ]] 2025-03-21T20:24:17.8296995Z ++ BUILD_MODE=Release 2025-03-21T20:24:17.8297265Z ++ [[ Release =~ ^(Debug|Release)$ ]] 2025-03-21T20:24:17.8297569Z ++ EDITABLE=false 2025-03-21T20:24:17.8297830Z ++ [[ false =~ ^(true|false)$ ]] 2025-03-21T20:24:17.8298118Z ++ echo 'cmake Release false' 2025-03-21T20:24:17.8298406Z + [[ false == \t\r\u\e ]] 2025-03-21T20:24:17.8298714Z + install_executorch --use-pt-pinned-commit 2025-03-21T20:24:17.8299049Z + which pip 2025-03-21T20:24:17.8299276Z /opt/conda/envs/py_3.10/bin/pip 2025-03-21T20:24:17.8299681Z + ./install_executorch.sh --pybind xnnpack --use-pt-pinned-commit 2025-03-21T20:24:17.8300224Z 2025-03-21 20:24:10,383 [ExecuTorch] INFO: All required submodules are present. 2025-03-21T20:24:17.8300883Z Looking in indexes: https://pypi.org/simple, https://download.pytorch.org/whl/nightly/cpu 2025-03-21T20:24:17.8301881Z Requirement already satisfied: torch in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (2.7.0a0+git295f2ed) 2025-03-21T20:24:17.8302801Z Requirement already satisfied: torchvision in /var/lib/ci-user/.local/lib/python3.10/site-packages (0.19.0a0+d23a6e1) 2025-03-21T20:24:17.8303725Z Requirement already satisfied: torchaudio in /var/lib/ci-user/.local/lib/python3.10/site-packages (2.6.0a0+c670ad8) 2025-03-21T20:24:17.8304776Z Requirement already satisfied: timm==1.0.7 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-examples.txt (line 3)) (1.0.7) 2025-03-21T20:24:17.8305964Z Requirement already satisfied: torchsr==1.0.4 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-examples.txt (line 4)) (1.0.4) 2025-03-21T20:24:17.8307203Z Requirement already satisfied: transformers==4.47.1 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-examples.txt (line 5)) (4.47.1) 2025-03-21T20:24:17.8308420Z Requirement already satisfied: cmake>=3.19 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-dev.txt (line 1)) (3.31.6) 2025-03-21T20:24:17.8309633Z Requirement already satisfied: pip>=23 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-dev.txt (line 2)) (25.0) 2025-03-21T20:24:17.8310868Z Requirement already satisfied: pyyaml in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-dev.txt (line 3)) (6.0.1) 2025-03-21T20:24:17.8312037Z Requirement already satisfied: setuptools>=63 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-dev.txt (line 4)) (75.8.0) 2025-03-21T20:24:17.8313193Z Requirement already satisfied: tomli in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-dev.txt (line 5)) (2.0.1) 2025-03-21T20:24:17.8314312Z Requirement already satisfied: wheel in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-dev.txt (line 6)) (0.45.1) 2025-03-21T20:24:17.8315446Z Requirement already satisfied: zstd in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from -r requirements-dev.txt (line 7)) (1.5.5.1) 2025-03-21T20:24:17.8316677Z Requirement already satisfied: huggingface_hub in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from timm==1.0.7->-r requirements-examples.txt (line 3)) (0.29.3) 2025-03-21T20:24:17.8317992Z Requirement already satisfied: safetensors in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from timm==1.0.7->-r requirements-examples.txt (line 3)) (0.5.3) 2025-03-21T20:24:17.8319321Z Requirement already satisfied: filelock in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from transformers==4.47.1->-r requirements-examples.txt (line 5)) (3.18.0) 2025-03-21T20:24:17.8320677Z Requirement already satisfied: numpy>=1.17 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from transformers==4.47.1->-r requirements-examples.txt (line 5)) (2.2.4) 2025-03-21T20:24:17.8322097Z Requirement already satisfied: packaging>=20.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from transformers==4.47.1->-r requirements-examples.txt (line 5)) (24.2) 2025-03-21T20:24:17.8323536Z Requirement already satisfied: regex!=2019.12.17 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from transformers==4.47.1->-r requirements-examples.txt (line 5)) (2024.11.6) 2025-03-21T20:24:17.8324923Z Requirement already satisfied: requests in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from transformers==4.47.1->-r requirements-examples.txt (line 5)) (2.32.3) 2025-03-21T20:24:17.8326302Z Requirement already satisfied: tokenizers<0.22,>=0.21 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from transformers==4.47.1->-r requirements-examples.txt (line 5)) (0.21.1) 2025-03-21T20:24:17.8327679Z Requirement already satisfied: tqdm>=4.27 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from transformers==4.47.1->-r requirements-examples.txt (line 5)) (4.67.1) 2025-03-21T20:24:17.8328940Z Requirement already satisfied: typing-extensions>=4.10.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch) (4.12.2) 2025-03-21T20:24:17.8329936Z Requirement already satisfied: sympy>=1.13.3 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch) (1.13.3) 2025-03-21T20:24:17.8330876Z Requirement already satisfied: networkx in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch) (3.4.2) 2025-03-21T20:24:17.8331798Z Requirement already satisfied: jinja2 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch) (3.1.6) 2025-03-21T20:24:17.8332760Z Requirement already satisfied: fsspec in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch) (2025.3.0) 2025-03-21T20:24:17.8333919Z Requirement already satisfied: pillow!=8.3.*,>=5.3.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torchvision) (11.1.0) 2025-03-21T20:24:17.8334938Z Requirement already satisfied: mpmath<1.4,>=1.1.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from sympy>=1.13.3->torch) (1.3.0) 2025-03-21T20:24:17.8335985Z Requirement already satisfied: MarkupSafe>=2.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from jinja2->torch) (3.0.2) 2025-03-21T20:24:17.8337364Z Requirement already satisfied: charset-normalizer<4,>=2 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from requests->transformers==4.47.1->-r requirements-examples.txt (line 5)) (3.4.1) 2025-03-21T20:24:17.8338859Z Requirement already satisfied: idna<4,>=2.5 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from requests->transformers==4.47.1->-r requirements-examples.txt (line 5)) (3.10) 2025-03-21T20:24:17.8351900Z Requirement already satisfied: urllib3<3,>=1.21.1 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from requests->transformers==4.47.1->-r requirements-examples.txt (line 5)) (2.3.0) 2025-03-21T20:24:17.8353544Z Requirement already satisfied: certifi>=2017.4.17 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from requests->transformers==4.47.1->-r requirements-examples.txt (line 5)) (2025.1.31) 2025-03-21T20:24:17.8354517Z Processing ./third-party/ao 2025-03-21T20:24:17.8355027Z Preparing metadata (setup.py) ... [?25l- done 2025-03-21T20:24:17.8355513Z [?25hBuilding wheels for collected packages: torchao 2025-03-21T20:24:17.8356034Z Building wheel for torchao (setup.py) ... [?25l- \ | done 2025-03-21T20:24:17.8357142Z [?25h Created wheel for torchao: filename=torchao-0.10.0+git64bcf4c-py3-none-any.whl size=758276 sha256=d7ccb37b03973548c776245eb080be20df2cdf70b771df3002cf9579693f5f70 2025-03-21T20:24:17.8358349Z Stored in directory: /tmp/pip-ephem-wheel-cache-43rnwg4n/wheels/0b/23/ff/2261dc1c4a27252503fe159d9fc88676b133e0e8d621abf36f 2025-03-21T20:24:17.8359056Z Successfully built torchao 2025-03-21T20:24:17.8359359Z Installing collected packages: torchao 2025-03-21T20:24:17.8359697Z Attempting uninstall: torchao 2025-03-21T20:24:17.8360063Z Found existing installation: torchao 0.10.0+git64bcf4c 2025-03-21T20:24:17.8360476Z Uninstalling torchao-0.10.0+git64bcf4c: 2025-03-21T20:24:17.8360858Z Successfully uninstalled torchao-0.10.0+git64bcf4c 2025-03-21T20:24:17.8361278Z Successfully installed torchao-0.10.0+git64bcf4c 2025-03-21T20:24:17.8361818Z Using pip 25.0 from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/pip (python 3.10) 2025-03-21T20:24:17.8362545Z Looking in indexes: https://pypi.org/simple, https://download.pytorch.org/whl/nightly/cpu 2025-03-21T20:24:17.8363086Z Processing /pytorch/executorch 2025-03-21T20:24:17.8363444Z Running command Preparing metadata (pyproject.toml) 2025-03-21T20:24:17.8363802Z running dist_info 2025-03-21T20:24:17.8364174Z creating /tmp/pip-modern-metadata-vvxe3s3j/executorch.egg-info 2025-03-21T20:24:17.8364864Z writing /tmp/pip-modern-metadata-vvxe3s3j/executorch.egg-info/PKG-INFO 2025-03-21T20:24:17.8365602Z writing dependency_links to /tmp/pip-modern-metadata-vvxe3s3j/executorch.egg-info/dependency_links.txt 2025-03-21T20:24:31.4577064Z writing entry points to /tmp/pip-modern-metadata-vvxe3s3j/executorch.egg-info/entry_points.txt 2025-03-21T20:24:31.4578557Z writing requirements to /tmp/pip-modern-metadata-vvxe3s3j/executorch.egg-info/requires.txt 2025-03-21T20:24:31.4579928Z writing top-level names to /tmp/pip-modern-metadata-vvxe3s3j/executorch.egg-info/top_level.txt 2025-03-21T20:24:31.4581342Z writing manifest file '/tmp/pip-modern-metadata-vvxe3s3j/executorch.egg-info/SOURCES.txt' 2025-03-21T20:24:31.4582703Z reading manifest file '/tmp/pip-modern-metadata-vvxe3s3j/executorch.egg-info/SOURCES.txt' 2025-03-21T20:24:31.4583741Z adding license file 'LICENSE' 2025-03-21T20:24:31.4584682Z writing manifest file '/tmp/pip-modern-metadata-vvxe3s3j/executorch.egg-info/SOURCES.txt' 2025-03-21T20:24:31.4586067Z creating '/tmp/pip-modern-metadata-vvxe3s3j/executorch-0.6.0a0+be92d7d.dist-info' 2025-03-21T20:24:31.4587476Z Preparing metadata (pyproject.toml) ... [?25l[?25hdone 2025-03-21T20:24:31.4588961Z Requirement already satisfied: expecttest in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.6.0a0+be92d7d) (0.1.6) 2025-03-21T20:24:31.4590533Z Collecting flatbuffers (from executorch==0.6.0a0+be92d7d) 2025-03-21T20:24:31.4593704Z Obtaining dependency information for flatbuffers from https://files.pythonhosted.org/packages/b8/25/155f9f080d5e4bc0082edfda032ea2bc2b8fab3f4d25d46c1e9dd22a1a89/flatbuffers-25.2.10-py2.py3-none-any.whl.metadata 2025-03-21T20:24:31.4596389Z Downloading flatbuffers-25.2.10-py2.py3-none-any.whl.metadata (875 bytes) 2025-03-21T20:24:31.4598151Z Requirement already satisfied: hypothesis in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.6.0a0+be92d7d) (6.84.2) 2025-03-21T20:24:31.4600376Z Requirement already satisfied: mpmath==1.3.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.6.0a0+be92d7d) (1.3.0) 2025-03-21T20:24:31.4602488Z Requirement already satisfied: numpy>=2.0.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.6.0a0+be92d7d) (2.2.4) 2025-03-21T20:24:31.4604667Z Requirement already satisfied: packaging in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.6.0a0+be92d7d) (24.2) 2025-03-21T20:24:31.4606678Z Requirement already satisfied: pandas>=2.2.2 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.6.0a0+be92d7d) (2.2.3) 2025-03-21T20:24:31.4608621Z Requirement already satisfied: parameterized in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.6.0a0+be92d7d) (0.9.0) 2025-03-21T20:24:31.4610603Z Requirement already satisfied: pytest in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.6.0a0+be92d7d) (7.2.0) 2025-03-21T20:24:31.4611995Z Collecting pytest-xdist (from executorch==0.6.0a0+be92d7d) 2025-03-21T20:24:31.4614245Z Obtaining dependency information for pytest-xdist from https://files.pythonhosted.org/packages/6d/82/1d96bf03ee4c0fdc3c0cbe61470070e659ca78dc0086fb88b66c185e2449/pytest_xdist-3.6.1-py3-none-any.whl.metadata 2025-03-21T20:24:31.4616638Z Downloading pytest_xdist-3.6.1-py3-none-any.whl.metadata (4.3 kB) 2025-03-21T20:24:31.4617650Z Collecting pytest-rerunfailures (from executorch==0.6.0a0+be92d7d) 2025-03-21T20:24:31.4622467Z Obtaining dependency information for pytest-rerunfailures from https://files.pythonhosted.org/packages/89/37/54e5ffc7c0cebee7cf30a3ac5915faa7e7abf8bdfdf3228c277f7c192489/pytest_rerunfailures-15.0-py3-none-any.whl.metadata 2025-03-21T20:24:31.4625058Z Downloading pytest_rerunfailures-15.0-py3-none-any.whl.metadata (19 kB) 2025-03-21T20:24:31.4626570Z Requirement already satisfied: pyyaml in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.6.0a0+be92d7d) (6.0.1) 2025-03-21T20:24:31.4628476Z Requirement already satisfied: ruamel.yaml in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.6.0a0+be92d7d) (0.17.32) 2025-03-21T20:24:31.4630890Z Requirement already satisfied: sympy in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.6.0a0+be92d7d) (1.13.3) 2025-03-21T20:24:31.4632339Z Collecting tabulate (from executorch==0.6.0a0+be92d7d) 2025-03-21T20:24:31.4634348Z Obtaining dependency information for tabulate from https://files.pythonhosted.org/packages/40/44/4a5f08c96eb108af5cb50b41f76142f0afa346dfa99d5296fe7202a11854/tabulate-0.9.0-py3-none-any.whl.metadata 2025-03-21T20:24:31.4636374Z Downloading tabulate-0.9.0-py3-none-any.whl.metadata (34 kB) 2025-03-21T20:24:31.4637790Z Requirement already satisfied: typing-extensions in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.6.0a0+be92d7d) (4.12.2) 2025-03-21T20:24:31.4639954Z Requirement already satisfied: python-dateutil>=2.8.2 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from pandas>=2.2.2->executorch==0.6.0a0+be92d7d) (2.9.0.post0) 2025-03-21T20:24:31.4642275Z Requirement already satisfied: pytz>=2020.1 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from pandas>=2.2.2->executorch==0.6.0a0+be92d7d) (2025.1) 2025-03-21T20:24:31.4644541Z Requirement already satisfied: tzdata>=2022.7 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from pandas>=2.2.2->executorch==0.6.0a0+be92d7d) (2025.1) 2025-03-21T20:24:31.4646559Z Requirement already satisfied: attrs>=19.2.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from hypothesis->executorch==0.6.0a0+be92d7d) (25.3.0) 2025-03-21T20:24:31.4648356Z Requirement already satisfied: sortedcontainers<3.0.0,>=2.1.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from hypothesis->executorch==0.6.0a0+be92d7d) (2.4.0) 2025-03-21T20:24:31.4649679Z Requirement already satisfied: exceptiongroup>=1.0.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from hypothesis->executorch==0.6.0a0+be92d7d) (1.2.2) 2025-03-21T20:24:31.4650919Z Requirement already satisfied: iniconfig in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from pytest->executorch==0.6.0a0+be92d7d) (2.1.0) 2025-03-21T20:24:31.4652089Z Requirement already satisfied: pluggy<2.0,>=0.12 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from pytest->executorch==0.6.0a0+be92d7d) (1.5.0) 2025-03-21T20:24:31.4653269Z Requirement already satisfied: tomli>=1.0.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from pytest->executorch==0.6.0a0+be92d7d) (2.0.1) 2025-03-21T20:24:31.4654129Z Collecting pytest (from executorch==0.6.0a0+be92d7d) 2025-03-21T20:24:31.4655490Z Obtaining dependency information for pytest from https://files.pythonhosted.org/packages/30/3d/64ad57c803f1fa1e963a7946b6e0fea4a70df53c1a7fed304586539c2bac/pytest-8.3.5-py3-none-any.whl.metadata 2025-03-21T20:24:31.4657170Z Downloading pytest-8.3.5-py3-none-any.whl.metadata (7.6 kB) 2025-03-21T20:24:31.4657903Z Collecting execnet>=2.1 (from pytest-xdist->executorch==0.6.0a0+be92d7d) 2025-03-21T20:24:31.4659218Z Obtaining dependency information for execnet>=2.1 from https://files.pythonhosted.org/packages/43/09/2aea36ff60d16dd8879bdb2f5b3ee0ba8d08cbbdcdfe870e695ce3784385/execnet-2.1.1-py3-none-any.whl.metadata 2025-03-21T20:24:31.4660455Z Downloading execnet-2.1.1-py3-none-any.whl.metadata (2.9 kB) 2025-03-21T20:24:31.4661374Z Requirement already satisfied: ruamel.yaml.clib>=0.2.7 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from ruamel.yaml->executorch==0.6.0a0+be92d7d) (0.2.12) 2025-03-21T20:24:31.4662707Z Requirement already satisfied: six>=1.5 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from python-dateutil>=2.8.2->pandas>=2.2.2->executorch==0.6.0a0+be92d7d) (1.17.0) 2025-03-21T20:24:31.4663648Z Downloading flatbuffers-25.2.10-py2.py3-none-any.whl (30 kB) 2025-03-21T20:24:31.4664174Z Downloading pytest_rerunfailures-15.0-py3-none-any.whl (13 kB) 2025-03-21T20:24:31.4664659Z Downloading pytest-8.3.5-py3-none-any.whl (343 kB) 2025-03-21T20:24:31.4665089Z Downloading pytest_xdist-3.6.1-py3-none-any.whl (46 kB) 2025-03-21T20:24:31.4665531Z Downloading tabulate-0.9.0-py3-none-any.whl (35 kB) 2025-03-21T20:24:31.4666007Z Downloading execnet-2.1.1-py3-none-any.whl (40 kB) 2025-03-21T20:24:31.4666826Z Building wheels for collected packages: executorch 2025-03-21T20:24:31.4667505Z Running command Building wheel for executorch (pyproject.toml) 2025-03-21T20:24:31.4667929Z running bdist_wheel 2025-03-21T20:24:31.4668175Z running build 2025-03-21T20:24:31.4668490Z command options for 'CustomBuild': 2025-03-21T20:24:31.4668937Z build_base = pip-out 2025-03-21T20:24:31.4669438Z build_purelib = pip-out/lib 2025-03-21T20:24:31.4669980Z build_platlib = pip-out/lib.linux-x86_64-cpython-310 2025-03-21T20:24:31.4670602Z build_lib = pip-out/lib.linux-x86_64-cpython-310 2025-03-21T20:24:31.4671245Z build_scripts = pip-out/scripts-3.10 2025-03-21T20:24:31.4671878Z build_temp = pip-out/temp.linux-x86_64-cpython-310 2025-03-21T20:24:31.4672438Z plat_name = linux-x86_64 2025-03-21T20:24:31.4672841Z compiler = None 2025-03-21T20:24:31.4673150Z parallel = 7 2025-03-21T20:24:31.4673393Z debug = None 2025-03-21T20:24:31.4673645Z force = None 2025-03-21T20:24:31.4674043Z executable = /opt/conda/envs/py_3.10/bin/python 2025-03-21T20:24:31.4674616Z creating /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out 2025-03-21T20:24:31.4675325Z deleting /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/CMakeCache.txt 2025-03-21T20:24:31.4676850Z cmake --build /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out -j7 --target portable_lib --target custom_ops_aot_lib --target quantized_ops_aot_lib --config Release 2025-03-21T20:24:31.4677782Z [ 0%] Creating directories for 'flatbuffers' 2025-03-21T20:24:31.4678434Z [ 0%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/legacy-api.c.o 2025-03-21T20:24:31.4679254Z [ 0%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/builder.c.o 2025-03-21T20:24:31.4679969Z [ 0%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/emitter.c.o 2025-03-21T20:24:31.4680693Z [ 0%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/api.c.o 2025-03-21T20:24:31.4681499Z [ 0%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/single.cpp.o 2025-03-21T20:24:32.5287400Z [ 0%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/__/__/external/hash/str_set.c.o 2025-03-21T20:24:32.5288144Z [ 0%] No download step for 'flatbuffers' 2025-03-21T20:24:32.5288530Z [ 0%] No update step for 'flatbuffers' 2025-03-21T20:24:32.5288873Z [ 0%] No patch step for 'flatbuffers' 2025-03-21T20:24:32.5289238Z [ 0%] Performing configure step for 'flatbuffers' 2025-03-21T20:24:32.5289576Z CMake Warning: 2025-03-21T20:24:32.5289903Z Ignoring empty string ("") provided on the command line. 2025-03-21T20:24:32.5290203Z 2025-03-21T20:24:32.5290208Z 2025-03-21T20:24:32.5290357Z fatal: No names found, cannot describe anything. 2025-03-21T20:24:32.5290768Z CMake Warning at CMake/Version.cmake:32 (message): 2025-03-21T20:24:32.5291167Z git describe failed with exit code: 128 2025-03-21T20:24:32.5291392Z 2025-03-21T20:24:32.5291584Z Make sure you cloned with tags or run 'git fetch --tags'. 2025-03-21T20:24:32.5291980Z Call Stack (most recent call first): 2025-03-21T20:24:32.5292311Z CMakeLists.txt:5 (include) 2025-03-21T20:24:32.5292511Z 2025-03-21T20:24:32.5292515Z 2025-03-21T20:24:32.5292642Z -- Proceeding with version: 24.3.25.0 2025-03-21T20:24:32.5293165Z [ 0%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/refmap.c.o 2025-03-21T20:24:32.5293973Z [ 0%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/__/__/external/hash/ptr_set.c.o 2025-03-21T20:24:32.5294801Z [ 0%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/cache.c.o 2025-03-21T20:24:32.5295609Z [ 0%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/hash_tables/symbol_table.c.o 2025-03-21T20:24:32.5296514Z [ 0%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/portable-api.c.o 2025-03-21T20:24:32.5297573Z [ 0%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/verifier.c.o 2025-03-21T20:24:32.5298378Z [ 0%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/memory.c.o 2025-03-21T20:24:32.5299203Z [ 0%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/init.c.o 2025-03-21T20:24:32.5299969Z [ 0%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/log.c.o 2025-03-21T20:24:32.5300781Z [ 1%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/hash_tables/scope_table.c.o 2025-03-21T20:24:32.5301577Z [ 1%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/json_parser.c.o 2025-03-21T20:24:32.5302174Z -- The CXX compiler identification is Clang 12.0.1 2025-03-21T20:24:32.5302559Z -- Detecting CXX compiler ABI info 2025-03-21T20:24:32.5303144Z [ 1%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/json_printer.c.o 2025-03-21T20:24:32.5303951Z [ 1%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/double.cpp.o 2025-03-21T20:24:32.5304817Z [ 1%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/pthreads.c.o 2025-03-21T20:24:32.5305793Z [ 1%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/hash_tables/name_table.c.o 2025-03-21T20:24:32.5306621Z [ 1%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/init.c.o 2025-03-21T20:24:32.5307447Z [ 1%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/hash_tables/schema_table.c.o 2025-03-21T20:24:32.5308277Z [ 1%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/info.c.o 2025-03-21T20:24:32.5309231Z [ 1%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/fastpath.c.o 2025-03-21T20:24:32.5310034Z [ 1%] Linking C static library /pytorch/executorch/third-party/flatcc/lib/libflatccrt.a 2025-03-21T20:24:32.5310778Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/vendor.c.o 2025-03-21T20:24:32.5311359Z [ 2%] Built target flatccrt 2025-03-21T20:24:32.5311903Z [ 2%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/hash_tables/value_set.c.o 2025-03-21T20:24:32.5312672Z [ 2%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/fileio.c.o 2025-03-21T20:24:32.5313424Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/uarch.c.o 2025-03-21T20:24:32.5314180Z [ 2%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/parser.c.o 2025-03-21T20:24:32.5314732Z [ 2%] Linking C static library libpthreadpool.a 2025-03-21T20:24:32.5315321Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/name.c.o 2025-03-21T20:24:32.5315884Z [ 2%] Built target pthreadpool 2025-03-21T20:24:32.5316393Z [ 2%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/semantics.c.o 2025-03-21T20:24:32.5316947Z -- Detecting CXX compiler ABI info - done 2025-03-21T20:24:32.5317379Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2025-03-21T20:24:32.5317800Z -- Detecting CXX compile features 2025-03-21T20:24:32.5318128Z -- Detecting CXX compile features - done 2025-03-21T20:24:32.5318778Z [ 2%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/allocation-type.c.o 2025-03-21T20:24:32.5319428Z -- Looking for strtof_l 2025-03-21T20:24:32.5320006Z [ 2%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/complex_single.cpp.o 2025-03-21T20:24:32.5320901Z [ 2%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/indirection.dir/src/indirection.c.o 2025-03-21T20:24:32.5321844Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/topology.c.o 2025-03-21T20:24:32.5323026Z [ 2%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/coerce.c.o 2025-03-21T20:24:32.5324019Z [ 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-03-21T20:24:32.5325119Z [ 2%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/datatype-strings.c.o 2025-03-21T20:24:32.5325976Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/isa.c.o 2025-03-21T20:24:32.5326535Z [ 2%] Built target indirection 2025-03-21T20:24:32.5327145Z [ 2%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/microkernel-type.c.o 2025-03-21T20:24:32.5327949Z [ 2%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/flatcc.c.o 2025-03-21T20:24:32.5328869Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/init.c.o 2025-03-21T20:24:32.5329727Z [ 2%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/node-type.c.o 2025-03-21T20:24:32.5330617Z [ 2%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c.c.o 2025-03-21T20:24:32.5331435Z [ 2%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/operator-type.c.o 2025-03-21T20:24:32.5332506Z [ 2%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-avgpool/f16-avgpool-9x-minmax-f16c-c8.c.o 2025-03-21T20:24:32.5333585Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/descriptor.c.o 2025-03-21T20:24:32.5334206Z -- Looking for strtof_l - found 2025-03-21T20:24:32.5334533Z -- Looking for strtoull_l 2025-03-21T20:24:32.5335041Z [ 2%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/log.c.o 2025-03-21T20:24:32.5335815Z [ 2%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_reader.c.o 2025-03-21T20:24:32.5336595Z [ 2%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_sort.c.o 2025-03-21T20:24:32.5337455Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/deterministic.c.o 2025-03-21T20:24:32.5338365Z [ 2%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/complex_double.cpp.o 2025-03-21T20:24:32.5338982Z [ 2%] Built target logging 2025-03-21T20:24:32.5339608Z [ 2%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microparams-init.dir/src/microparams-init.c.o 2025-03-21T20:24:32.5340523Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/linux/init.c.o 2025-03-21T20:24:32.5341357Z [ 2%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_builder.c.o 2025-03-21T20:24:32.5342469Z [ 2%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-dwconv/gen/f16-dwconv-25p8c-minmax-fma3-acc2.c.o 2025-03-21T20:24:32.5343516Z [ 2%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_verifier.c.o 2025-03-21T20:24:32.5344109Z [ 2%] Built target microparams-init 2025-03-21T20:24:32.5344715Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/linux/cpuinfo.c.o 2025-03-21T20:24:32.5345780Z [ 3%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-dwconv/gen/f16-dwconv-3p16c-minmax-fma3.c.o 2025-03-21T20:24:32.5347016Z [ 3%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-dwconv/gen/f16-dwconv-4p16c-minmax-fma3.c.o 2025-03-21T20:24:32.5347878Z -- Looking for strtoull_l - found 2025-03-21T20:24:32.5348197Z -- Looking for realpath 2025-03-21T20:24:32.5348894Z [ 3%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_sorter.c.o 2025-03-21T20:24:32.5349924Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/smallfile.c.o 2025-03-21T20:24:32.5350795Z [ 3%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_json_parser.c.o 2025-03-21T20:24:32.5351716Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/multiline.c.o 2025-03-21T20:24:32.5352572Z [ 4%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_json_printer.c.o 2025-03-21T20:24:32.5353417Z [ 4%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/xerbla.cpp.o 2025-03-21T20:24:33.6658887Z [ 6%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/srotm.c.o 2025-03-21T20:24:33.6660787Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-dwconv/gen/f16-dwconv-9p16c-minmax-fma3.c.o 2025-03-21T20:24:33.6662753Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/cpulist.c.o 2025-03-21T20:24:33.6664619Z [ 6%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/__/runtime/builder.c.o 2025-03-21T20:24:33.6666488Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-avx-int16-u16.c.o 2025-03-21T20:24:33.6668703Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-avx512skx-u16.c.o 2025-03-21T20:24:33.6670715Z [ 6%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/srotmg.c.o 2025-03-21T20:24:33.6671870Z -- Looking for realpath - found 2025-03-21T20:24:33.6672520Z -- CMAKE_CXX_FLAGS: "-DFLATBUFFERS_MAX_ALIGNMENT=1024" 2025-03-21T20:24:33.6673205Z -- Configuring done (1.1s) 2025-03-21T20:24:33.6673743Z -- Generating done (0.0s) 2025-03-21T20:24:33.6674896Z -- Build files have been written to: /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers 2025-03-21T20:24:33.6676360Z [ 6%] Performing build step for 'flatbuffers' 2025-03-21T20:24:33.6677527Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/processors.c.o 2025-03-21T20:24:33.6679135Z [ 6%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/__/runtime/emitter.c.o 2025-03-21T20:24:33.6680397Z [ 2%] Building CXX object CMakeFiles/flatc.dir/src/idl_parser.cpp.o 2025-03-21T20:24:33.6681417Z [ 6%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/drotm.c.o 2025-03-21T20:24:33.6682922Z [ 6%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/__/runtime/refmap.c.o 2025-03-21T20:24:33.6684776Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-f16c-u16.c.o 2025-03-21T20:24:33.6687166Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-scalar-u1.c.o 2025-03-21T20:24:33.6688728Z [ 6%] Linking C static library libcpuinfo.a 2025-03-21T20:24:33.6690206Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-scalar-u4.c.o 2025-03-21T20:24:33.6691711Z [ 6%] Built target cpuinfo 2025-03-21T20:24:33.6692723Z [ 6%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/drotmg.c.o 2025-03-21T20:24:33.6694352Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/normalization.dir/src/normalization.c.o 2025-03-21T20:24:33.6695960Z [ 6%] Linking C static library /pytorch/executorch/third-party/flatcc/lib/libflatcc.a 2025-03-21T20:24:33.6697165Z [ 6%] Built target flatcc 2025-03-21T20:24:33.6698186Z [ 6%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/lsame.c.o 2025-03-21T20:24:33.6699486Z [ 5%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_text.cpp.o 2025-03-21T20:24:33.6700448Z [ 7%] Building CXX object CMakeFiles/flatc.dir/src/reflection.cpp.o 2025-03-21T20:24:33.6701649Z [ 6%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/dspmv.c.o 2025-03-21T20:24:33.6702785Z [ 6%] Built target normalization 2025-03-21T20:24:33.6703956Z [ 6%] Building CXX object backends/xnnpack/third-party/XNNPACK/CMakeFiles/packing.dir/src/reference/packing.cc.o 2025-03-21T20:24:33.6706028Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-sse2-int16-u32.c.o 2025-03-21T20:24:33.6708078Z [ 6%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/ssbmv.c.o 2025-03-21T20:24:33.6709797Z [ 6%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/chbmv.c.o 2025-03-21T20:24:33.6711063Z [ 10%] Building CXX object CMakeFiles/flatc.dir/src/util.cpp.o 2025-03-21T20:24:33.6712232Z [ 13%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_binary.cpp.o 2025-03-21T20:24:33.6714000Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-sse41-int16-u16.c.o 2025-03-21T20:24:33.6715513Z [ 6%] Built target packing 2025-03-21T20:24:33.6716268Z [ 15%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_cpp.cpp.o 2025-03-21T20:24:33.6717591Z [ 6%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/sspmv.c.o 2025-03-21T20:24:33.6718953Z [ 18%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_csharp.cpp.o 2025-03-21T20:24:33.6719967Z [ 21%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_dart.cpp.o 2025-03-21T20:24:33.6721287Z [ 6%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/zhbmv.c.o 2025-03-21T20:24:33.6723566Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32acc-gemm/gen/f16-f32acc-gemm-1x16-minmax-avx2-broadcast.c.o 2025-03-21T20:24:33.6725825Z [ 6%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/chpmv.c.o 2025-03-21T20:24:33.6727467Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/allocator.dir/src/allocator.c.o 2025-03-21T20:24:33.6728819Z [ 23%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_kotlin.cpp.o 2025-03-21T20:24:33.6730071Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/cache.dir/src/cache.c.o 2025-03-21T20:24:33.6731645Z [ 6%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/dsbmv.c.o 2025-03-21T20:24:33.6733032Z [ 26%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_kotlin_kmp.cpp.o 2025-03-21T20:24:33.6733906Z [ 6%] Built target allocator 2025-03-21T20:24:33.6734642Z [ 28%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_go.cpp.o 2025-03-21T20:24:33.6736552Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32acc-gemm/gen/f16-f32acc-gemm-4x16-minmax-avx2-broadcast.c.o 2025-03-21T20:24:33.6738711Z [ 6%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/zhpmv.c.o 2025-03-21T20:24:33.6740955Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32acc-igemm/gen/f16-f32acc-igemm-1x16-minmax-avx2-broadcast.c.o 2025-03-21T20:24:33.6742602Z [ 6%] Built target cache 2025-03-21T20:24:33.6744339Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32acc-igemm/gen/f16-f32acc-igemm-4x16-minmax-avx2-broadcast.c.o 2025-03-21T20:24:33.6746539Z [ 6%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/dtbmv.c.o 2025-03-21T20:24:33.6748136Z [ 6%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/stbmv.c.o 2025-03-21T20:24:33.6749793Z [ 6%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/ctbmv.c.o 2025-03-21T20:24:33.6751072Z [ 31%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_java.cpp.o 2025-03-21T20:24:33.6752320Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/datatype.dir/src/datatype.c.o 2025-03-21T20:24:33.6754477Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32acc-rdsum/gen/f16-f32acc-rdsum-7p7x-avx512skx-c64.c.o 2025-03-21T20:24:33.6757128Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32acc-rdsum/gen/f16-f32acc-rdsum-7p7x-f16c-c32.c.o 2025-03-21T20:24:33.6759226Z [ 7%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/ztbmv.c.o 2025-03-21T20:24:33.6761491Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32acc-rsum/gen/f16-f32acc-rsum-avx512skx-u64-acc4.c.o 2025-03-21T20:24:33.6763093Z [ 8%] Built target datatype 2025-03-21T20:24:33.6763779Z [ 34%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_ts.cpp.o 2025-03-21T20:24:33.6764745Z [ 36%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_php.cpp.o 2025-03-21T20:24:33.6766062Z [ 8%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/complexdots.c.o 2025-03-21T20:24:33.6767632Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/memory.dir/src/memory.c.o 2025-03-21T20:24:33.6768879Z [ 39%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_python.cpp.o 2025-03-21T20:24:33.6769754Z [ 8%] Linking CXX static library libeigen_blas.a 2025-03-21T20:24:33.6771065Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernel-utils.dir/src/microkernel-utils.c.o 2025-03-21T20:24:33.6773749Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32acc-rsum/gen/f16-f32acc-rsum-f16c-u32-acc4.c.o 2025-03-21T20:24:33.6775330Z [ 8%] Built target memory 2025-03-21T20:24:33.6776877Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-ibilinear/gen/f16-ibilinear-fma3-c8.c.o 2025-03-21T20:24:33.6778353Z [ 8%] Built target eigen_blas 2025-03-21T20:24:33.6778938Z [ 8%] Built target microkernel-utils 2025-03-21T20:24:33.6779931Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/mutex.dir/src/mutex.c.o 2025-03-21T20:24:33.6781788Z [ 8%] Building CXX object backends/xnnpack/third-party/XNNPACK/CMakeFiles/reference-ukernels.dir/src/reference/unary-elementwise.cc.o 2025-03-21T20:24:33.6783850Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operator-utils.dir/src/operator-utils.c.o 2025-03-21T20:24:34.9459700Z [ 8%] Building CXX object backends/xnnpack/third-party/XNNPACK/CMakeFiles/reference-ukernels.dir/src/reference/binary-elementwise.cc.o 2025-03-21T20:24:34.9461433Z [ 42%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_lobster.cpp.o 2025-03-21T20:24:34.9462849Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operator-run.dir/src/operator-run.c.o 2025-03-21T20:24:34.9463989Z [ 8%] Built target mutex 2025-03-21T20:24:34.9465394Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-maxpool/f16-maxpool-9p8x-minmax-f16c-c8.c.o 2025-03-21T20:24:34.9466922Z [ 8%] Built target operator-utils 2025-03-21T20:24:34.9468797Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-pavgpool/f16-pavgpool-9p8x-minmax-avx2-c8.c.o 2025-03-21T20:24:34.9470788Z [ 8%] Building C object third-party/flatcc/src/cli/CMakeFiles/flatcc_cli.dir/flatcc_cli.c.o 2025-03-21T20:24:34.9472697Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-pavgpool/f16-pavgpool-9x-minmax-avx2-c8.c.o 2025-03-21T20:24:34.9474277Z [ 8%] Built target reference-ukernels 2025-03-21T20:24:34.9475623Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/hardware-config.dir/src/configs/hardware-config.c.o 2025-03-21T20:24:34.9477481Z [ 8%] Linking C executable /pytorch/executorch/third-party/flatcc/bin/flatcc 2025-03-21T20:24:34.9478195Z [ 8%] Built target operator-run 2025-03-21T20:24:34.9479355Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operator-delete.c.o 2025-03-21T20:24:34.9480759Z [ 44%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_rust.cpp.o 2025-03-21T20:24:34.9481584Z [ 8%] Built target flatcc_cli 2025-03-21T20:24:34.9483124Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-qs8-vcvt/gen/f16-qs8-vcvt-scalar-imagic-u4.c.o 2025-03-21T20:24:34.9485126Z [ 47%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_fbs.cpp.o 2025-03-21T20:24:34.9485963Z [ 8%] Generating etdump headers 2025-03-21T20:24:34.9486555Z [ 8%] Built target etdump_schema 2025-03-21T20:24:34.9487146Z [ 8%] Built target hardware-config 2025-03-21T20:24:34.9487936Z [ 50%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_grpc.cpp.o 2025-03-21T20:24:34.9488932Z [ 52%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_json_schema.cpp.o 2025-03-21T20:24:34.9489948Z [ 55%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_swift.cpp.o 2025-03-21T20:24:34.9491461Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/argmax-pooling-nhwc.c.o 2025-03-21T20:24:34.9494078Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-avx2-rr1-p2-u32.c.o 2025-03-21T20:24:34.9496673Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/average-pooling-nhwc.c.o 2025-03-21T20:24:34.9498849Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/batch-matrix-multiply-nc.c.o 2025-03-21T20:24:34.9501001Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/binary-elementwise-nd.c.o 2025-03-21T20:24:34.9503064Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/channel-shuffle-nc.c.o 2025-03-21T20:24:34.9505217Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-rminmax/f16-rmax-f16c-u32.c.o 2025-03-21T20:24:34.9507337Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/constant-pad-nd.c.o 2025-03-21T20:24:34.9508926Z [ 57%] Building CXX object CMakeFiles/flatc.dir/src/file_name_saving_file_manager.cpp.o 2025-03-21T20:24:34.9510147Z [ 60%] Building CXX object CMakeFiles/flatc.dir/src/file_binary_writer.cpp.o 2025-03-21T20:24:34.9511731Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/convolution-nchw.c.o 2025-03-21T20:24:34.9513738Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/convolution-nhwc.c.o 2025-03-21T20:24:34.9515821Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-rminmax/gen/f16-rmax-avx512skx-u64-acc4.c.o 2025-03-21T20:24:34.9518064Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/deconvolution-nhwc.c.o 2025-03-21T20:24:34.9520385Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/dynamic-fully-connected-nc.c.o 2025-03-21T20:24:34.9522508Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/fully-connected-nc.c.o 2025-03-21T20:24:34.9524039Z [ 63%] Building CXX object CMakeFiles/flatc.dir/src/file_writer.cpp.o 2025-03-21T20:24:34.9525694Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-rminmax/gen/f16-rmax-scalar-u2-acc2.c.o 2025-03-21T20:24:34.9528140Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-rminmax/gen/f16-rminmax-avx512skx-u64-acc4.c.o 2025-03-21T20:24:34.9529900Z [ 65%] Building CXX object CMakeFiles/flatc.dir/src/flatc.cpp.o 2025-03-21T20:24:34.9531602Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-rminmax/gen/f16-rminmax-scalar-u2-acc2.c.o 2025-03-21T20:24:34.9533850Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/max-pooling-nhwc.c.o 2025-03-21T20:24:34.9535977Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vadd-f16c-u16.c.o 2025-03-21T20:24:34.9538165Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/pack-lh.c.o 2025-03-21T20:24:34.9539585Z [ 68%] Building CXX object CMakeFiles/flatc.dir/src/flatc_main.cpp.o 2025-03-21T20:24:34.9540639Z [ 71%] Building CXX object CMakeFiles/flatc.dir/src/binary_annotator.cpp.o 2025-03-21T20:24:34.9542342Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vaddc-f16c-u16.c.o 2025-03-21T20:24:34.9544360Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/reduce-nd.c.o 2025-03-21T20:24:34.9546405Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vdiv-f16c-u8.c.o 2025-03-21T20:24:34.9548034Z [ 73%] Building CXX object CMakeFiles/flatc.dir/src/annotated_binary_text_gen.cpp.o 2025-03-21T20:24:34.9549814Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/resize-bilinear-nchw.c.o 2025-03-21T20:24:34.9551949Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vdivc-f16c-u8.c.o 2025-03-21T20:24:34.9553527Z [ 76%] Building CXX object CMakeFiles/flatc.dir/src/bfbs_gen_lua.cpp.o 2025-03-21T20:24:34.9555026Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/resize-bilinear-nhwc.c.o 2025-03-21T20:24:34.9556534Z [ 78%] Building CXX object CMakeFiles/flatc.dir/src/bfbs_gen_nim.cpp.o 2025-03-21T20:24:34.9557556Z [ 81%] Building CXX object CMakeFiles/flatc.dir/src/code_generators.cpp.o 2025-03-21T20:24:34.9558644Z [ 84%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/cpp_generator.cc.o 2025-03-21T20:24:34.9560148Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/rope-nthc.c.o 2025-03-21T20:24:34.9562189Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vmax-f16c-u16.c.o 2025-03-21T20:24:34.9563922Z [ 86%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/go_generator.cc.o 2025-03-21T20:24:34.9565749Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/scaled-dot-product-attention-nhtc.c.o 2025-03-21T20:24:34.9567965Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vmaxc-f16c-u16.c.o 2025-03-21T20:24:34.9570212Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vmin-f16c-u16.c.o 2025-03-21T20:24:34.9572430Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/slice-nd.c.o 2025-03-21T20:24:34.9574234Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/softmax-nc.c.o 2025-03-21T20:24:34.9576295Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/transpose-nd.c.o 2025-03-21T20:24:34.9577931Z [ 89%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/java_generator.cc.o 2025-03-21T20:24:34.9579221Z [ 92%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/python_generator.cc.o 2025-03-21T20:24:34.9580502Z [ 94%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/swift_generator.cc.o 2025-03-21T20:24:34.9581755Z [ 97%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/ts_generator.cc.o 2025-03-21T20:24:34.9583490Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vminc-f16c-u16.c.o 2025-03-21T20:24:34.9585688Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/unary-elementwise-nc.c.o 2025-03-21T20:24:36.1777795Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vmul-f16c-u16.c.o 2025-03-21T20:24:36.1780070Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vmulc-f16c-u16.c.o 2025-03-21T20:24:36.1782307Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/unpooling-nhwc.c.o 2025-03-21T20:24:36.1784370Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vprelu-f16c-u16.c.o 2025-03-21T20:24:36.1786671Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vpreluc-f16c-u16.c.o 2025-03-21T20:24:36.1789034Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vrdivc-f16c-u8.c.o 2025-03-21T20:24:36.1790365Z [ 12%] Built target operators 2025-03-21T20:24:36.1791711Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vrpreluc-f16c-u16.c.o 2025-03-21T20:24:36.1793148Z [100%] Linking CXX executable flatc 2025-03-21T20:24:36.1794497Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vrsubc-f16c-u16.c.o 2025-03-21T20:24:36.1796385Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/memory-planner.c.o 2025-03-21T20:24:36.1798373Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vsqrdiffc-f16c-u16.c.o 2025-03-21T20:24:36.1800577Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vsqrdiff-f16c-u16.c.o 2025-03-21T20:24:36.1802736Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vsub-f16c-u16.c.o 2025-03-21T20:24:36.1804129Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/runtime.c.o 2025-03-21T20:24:36.1805122Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph.c.o 2025-03-21T20:24:36.1806092Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vsubc-f16c-u16.c.o 2025-03-21T20:24:36.1808278Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vclamp/gen/f16-vclamp-f16c-u16.c.o 2025-03-21T20:24:36.1810499Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/argmax-pooling-2d.c.o 2025-03-21T20:24:36.1812350Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/average-pooling-2d.c.o 2025-03-21T20:24:36.1813887Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-velu/gen/f16-velu-avx2-rr1-p3-u16.c.o 2025-03-21T20:24:36.1815064Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/batch-matrix-multiply.c.o 2025-03-21T20:24:36.1816025Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/binary.c.o 2025-03-21T20:24:36.1816925Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/concatenate.c.o 2025-03-21T20:24:36.1817982Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vhswish/gen/f16-vhswish-f16c-u16.c.o 2025-03-21T20:24:36.1819272Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vlrelu/gen/f16-vlrelu-f16c-u16.c.o 2025-03-21T20:24:36.1820713Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/convolution-2d.c.o 2025-03-21T20:24:36.1822641Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vmulcaddc/gen/f16-vmulcaddc-c8-minmax-fma3-2x.c.o 2025-03-21T20:24:36.1824606Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/copy.c.o 2025-03-21T20:24:36.1826365Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/deconvolution-2d.c.o 2025-03-21T20:24:36.1828145Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/deprecated.c.o 2025-03-21T20:24:36.1829339Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/depth-to-space-2d.c.o 2025-03-21T20:24:36.1830478Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vrnd/gen/f16-vrndd-f16c-u16.c.o 2025-03-21T20:24:36.1831585Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/depthwise-convolution-2d.c.o 2025-03-21T20:24:36.1832589Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/even-split.c.o 2025-03-21T20:24:36.1833575Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/fully-connected-sparse.c.o 2025-03-21T20:24:36.1834581Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/fully-connected.c.o 2025-03-21T20:24:36.1835557Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/max-pooling-2d.c.o 2025-03-21T20:24:36.1837150Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/pack-lh.c.o 2025-03-21T20:24:36.1838971Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vrnd/gen/f16-vrndne-f16c-u16.c.o 2025-03-21T20:24:36.1841089Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vrnd/gen/f16-vrndu-f16c-u16.c.o 2025-03-21T20:24:36.1843024Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/reshape-helpers.c.o 2025-03-21T20:24:36.1844970Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/scaled-dot-product-attention.c.o 2025-03-21T20:24:36.1847014Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vrnd/gen/f16-vrndz-f16c-u16.c.o 2025-03-21T20:24:36.1848967Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/softmax.c.o 2025-03-21T20:24:36.1850918Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/space-to-depth-2d.c.o 2025-03-21T20:24:36.1852835Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-constant-pad.c.o 2025-03-21T20:24:36.1854687Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-reduce.c.o 2025-03-21T20:24:36.1856657Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vrsqrt/gen/f16-vrsqrt-f16c-rsqrt-u32.c.o 2025-03-21T20:24:36.1858748Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-resize-bilinear-2d.c.o 2025-03-21T20:24:36.1860917Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vsigmoid/gen/f16-vsigmoid-avx2-rr1-p2-rcp-u32.c.o 2025-03-21T20:24:36.1863137Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-slice.c.o 2025-03-21T20:24:36.1865022Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-transpose.c.o 2025-03-21T20:24:36.1866840Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/unpooling-2d.c.o 2025-03-21T20:24:36.1868598Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/unary.c.o 2025-03-21T20:24:36.1870659Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vsqrt/gen/f16-vsqrt-f16c-rsqrt-u32.c.o 2025-03-21T20:24:36.1873078Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vtanh/gen/f16-vtanh-f16c-expm1minus-rr1-p3h2ts-rcp-u72.c.o 2025-03-21T20:24:36.1875199Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/validation.c.o 2025-03-21T20:24:36.1879416Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vtanh/gen/f16-vtanh-fma3-polynomial-p19h9t2-u32.c.o 2025-03-21T20:24:36.1881437Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/tensor.c.o 2025-03-21T20:24:36.1883207Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vunary/gen/f16-vabs-sse2-u16.c.o 2025-03-21T20:24:36.1885239Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vunary/gen/f16-vneg-sse2-u16.c.o 2025-03-21T20:24:36.1887216Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vunary/gen/f16-vsqr-f16c-u16.c.o 2025-03-21T20:24:36.1889341Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-argmaxpool/f32-argmaxpool-4x-scalar-c1.c.o 2025-03-21T20:24:36.1890729Z [100%] Built target flatc 2025-03-21T20:24:37.3257275Z [ 17%] No install step for 'flatbuffers' 2025-03-21T20:24:37.3257974Z [ 17%] Built target subgraph 2025-03-21T20:24:37.3259442Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-argmaxpool/f32-argmaxpool-4x-sse2-c4.c.o 2025-03-21T20:24:37.3261833Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-argmaxpool/f32-argmaxpool-9p8x-scalar-c1.c.o 2025-03-21T20:24:37.3263356Z [ 17%] Completed 'flatbuffers' 2025-03-21T20:24:37.3264785Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-argmaxpool/f32-argmaxpool-9p8x-sse2-c4.c.o 2025-03-21T20:24:37.3266294Z [ 17%] Built target flatbuffers 2025-03-21T20:24:37.3267593Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-argmaxpool/f32-argmaxpool-9x-scalar-c1.c.o 2025-03-21T20:24:37.3270143Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-argmaxpool/f32-argmaxpool-9x-sse2-c4.c.o 2025-03-21T20:24:37.3271502Z [ 17%] Generating common_schema headers 2025-03-21T20:24:37.3272090Z [ 17%] Built target common_schema 2025-03-21T20:24:37.3272665Z [ 18%] Generating xnnpack_schema headers 2025-03-21T20:24:37.3273248Z [ 18%] Built target xnnpack_schema 2025-03-21T20:24:37.3274700Z [ 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-03-21T20:24:37.3279605Z [ 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-03-21T20:24:37.3281913Z [ 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-03-21T20:24:37.3283413Z [ 18%] Generating bundled_program headers 2025-03-21T20:24:37.3284789Z [ 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-03-21T20:24:37.3286189Z [ 18%] Built target bundled_program_schema 2025-03-21T20:24:37.3287955Z [ 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-03-21T20:24:37.3290336Z [ 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-03-21T20:24:37.3291804Z [ 18%] Generating program_schema headers 2025-03-21T20:24:37.3292408Z [ 18%] Built target program_schema 2025-03-21T20:24:37.3293260Z [ 18%] Building CXX object CMakeFiles/executorch_core.dir/runtime/backend/interface.cpp.o 2025-03-21T20:24:37.3294314Z [ 18%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/evalue.cpp.o 2025-03-21T20:24:37.3295628Z [ 18%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/exec_aten/util/tensor_shape_to_c_string.cpp.o 2025-03-21T20:24:37.3297551Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-25p16c-minmax-avx512f.c.o 2025-03-21T20:24:37.3299897Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-25p1c-minmax-scalar-acc2.c.o 2025-03-21T20:24:37.3301480Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-25p1c-scalar-acc2.c.o 2025-03-21T20:24:37.3302632Z [ 19%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/exec_aten/util/tensor_util_portable.cpp.o 2025-03-21T20:24:37.3303539Z [ 19%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/portable_type/tensor_impl.cpp.o 2025-03-21T20:24:37.3304576Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-25p8c-minmax-avx.c.o 2025-03-21T20:24:37.3305501Z [ 19%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/tag.cpp.o 2025-03-21T20:24:37.3306158Z [ 19%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/tensor_layout.cpp.o 2025-03-21T20:24:37.3306837Z [ 19%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method.cpp.o 2025-03-21T20:24:37.3307776Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-25p8c-minmax-fma3.c.o 2025-03-21T20:24:37.3309736Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-25p8c-minmax-sse.c.o 2025-03-21T20:24:37.3312064Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-2f2m2l4c1s1r-minmax-scalar-acc2.c.o 2025-03-21T20:24:37.3314251Z [ 19%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method_meta.cpp.o 2025-03-21T20:24:37.3315487Z [ 19%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/program.cpp.o 2025-03-21T20:24:37.3316236Z [ 19%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/pte_data_map.cpp.o 2025-03-21T20:24:37.3317280Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-3p16c-minmax-avx.c.o 2025-03-21T20:24:37.3318303Z [ 20%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_exec_aten.cpp.o 2025-03-21T20:24:37.3319121Z [ 20%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_portable.cpp.o 2025-03-21T20:24:37.3320170Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-3p16c-minmax-avx512f.c.o 2025-03-21T20:24:37.3321196Z [ 20%] Building CXX object CMakeFiles/executorch_core.dir/runtime/kernel/operator_registry.cpp.o 2025-03-21T20:24:37.3321903Z [ 20%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/abort.cpp.o 2025-03-21T20:24:37.3323118Z [ 20%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/log.cpp.o 2025-03-21T20:24:37.3324477Z [ 20%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/profiler.cpp.o 2025-03-21T20:24:37.3325684Z [ 20%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/runtime.cpp.o 2025-03-21T20:24:37.3327486Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-3p16c-minmax-fma3.c.o 2025-03-21T20:24:37.3329825Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-3p1c-minmax-scalar-acc2.c.o 2025-03-21T20:24:37.3331700Z [ 20%] Building CXX object CMakeFiles/executorch_core.dir/schema/extended_header.cpp.o 2025-03-21T20:24:37.3332978Z [ 20%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/default/posix.cpp.o 2025-03-21T20:24:37.3336108Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-3p1c-scalar-acc2.c.o 2025-03-21T20:24:37.3338502Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-3p8c-minmax-sse.c.o 2025-03-21T20:24:37.3340769Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-4p16c-minmax-avx.c.o 2025-03-21T20:24:37.3343079Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-4p16c-minmax-avx512f.c.o 2025-03-21T20:24:37.3344584Z [ 20%] Linking CXX static library libexecutorch_core.a 2025-03-21T20:24:37.3346132Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-4p16c-minmax-fma3.c.o 2025-03-21T20:24:37.3348447Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-4p1c-minmax-scalar-acc2.c.o 2025-03-21T20:24:37.3351017Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-4p1c-scalar-acc2.c.o 2025-03-21T20:24:37.3353425Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-4p8c-minmax-sse.c.o 2025-03-21T20:24:37.3354924Z [ 21%] Built target executorch_core 2025-03-21T20:24:37.3355856Z [ 23%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_copy_index.cpp.o 2025-03-21T20:24:37.3357132Z [ 23%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_view.cpp.o 2025-03-21T20:24:37.3358621Z [ 23%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/register_prim_ops.cpp.o 2025-03-21T20:24:37.3359932Z [ 23%] Building CXX object extension/tensor/CMakeFiles/extension_tensor.dir/tensor_ptr.cpp.o 2025-03-21T20:24:37.3361629Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l32c16s1r-minmax-avx512f.c.o 2025-03-21T20:24:37.3362701Z [ 23%] Building CXX object extension/tensor/CMakeFiles/extension_tensor.dir/tensor_ptr_maker.cpp.o 2025-03-21T20:24:37.3363507Z [ 24%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/threadpool.cpp.o 2025-03-21T20:24:37.3364349Z [ 24%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/threadpool_guard.cpp.o 2025-03-21T20:24:37.3365214Z [ 24%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/thread_parallel.cpp.o 2025-03-21T20:24:37.3365848Z [ 24%] Linking CXX static library libexecutorch.a 2025-03-21T20:24:37.3366219Z [ 24%] Built target executorch 2025-03-21T20:24:37.3366767Z [ 24%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/cpuinfo_utils.cpp.o 2025-03-21T20:24:38.7974177Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l8c8s4r-minmax-fma3.c.o 2025-03-21T20:24:38.7975603Z [ 24%] Building CXX object extension/data_loader/CMakeFiles/extension_data_loader.dir/file_data_loader.cpp.o 2025-03-21T20:24:38.7977501Z [ 24%] Building CXX object extension/data_loader/CMakeFiles/extension_data_loader.dir/mmap_data_loader.cpp.o 2025-03-21T20:24:38.7978924Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-6f6m7l8c8s4r-minmax-avx.c.o 2025-03-21T20:24:38.7979794Z [ 24%] Linking CXX static library libextension_tensor.a 2025-03-21T20:24:38.7980188Z [ 24%] Built target extension_tensor 2025-03-21T20:24:38.7980691Z [ 24%] Building CXX object devtools/CMakeFiles/etdump.dir/etdump/etdump_flatcc.cpp.o 2025-03-21T20:24:38.7981320Z [ 24%] Building CXX object devtools/CMakeFiles/etdump.dir/etdump/emitter.cpp.o 2025-03-21T20:24:38.7981985Z [ 24%] Building CXX object devtools/CMakeFiles/etdump.dir/etdump/data_sinks/buffer_data_sink.cpp.o 2025-03-21T20:24:38.7982608Z [ 24%] Linking CXX static library libextension_data_loader.a 2025-03-21T20:24:38.7983018Z [ 24%] Built target extension_data_loader 2025-03-21T20:24:38.7983564Z [ 24%] Building CXX object devtools/CMakeFiles/etdump.dir/etdump/data_sinks/file_data_sink.cpp.o 2025-03-21T20:24:38.7984167Z [ 24%] Linking CXX static library libextension_threadpool.a 2025-03-21T20:24:38.7985051Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-8f8m9l16c4s4r-minmax-sse.c.o 2025-03-21T20:24:38.7985872Z [ 24%] Built target extension_threadpool 2025-03-21T20:24:38.7986458Z [ 24%] Building CXX object devtools/CMakeFiles/bundled_program.dir/bundled_program/bundled_program.cpp.o 2025-03-21T20:24:38.7987487Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-9p16c-minmax-avx.c.o 2025-03-21T20:24:38.7988734Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-9p16c-minmax-avx512f.c.o 2025-03-21T20:24:38.7990067Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-9p16c-minmax-fma3.c.o 2025-03-21T20:24:38.7991379Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-9p1c-minmax-scalar-acc2.c.o 2025-03-21T20:24:38.7992637Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-9p1c-scalar-acc2.c.o 2025-03-21T20:24:38.7993609Z [ 24%] Linking CXX static library libetdump.a 2025-03-21T20:24:38.7994399Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-9p8c-minmax-sse.c.o 2025-03-21T20:24:38.7995182Z [ 24%] Built target etdump 2025-03-21T20:24:38.7996051Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-scalar-2x1-acc2.c.o 2025-03-21T20:24:38.7996997Z [ 24%] Linking CXX static library libbundled_program.a 2025-03-21T20:24:38.7997533Z [ 24%] Building CXX object CMakeFiles/util.dir/extension/evalue_util/print_evalue.cpp.o 2025-03-21T20:24:38.7998044Z [ 24%] Built target bundled_program 2025-03-21T20:24:38.7998914Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-scalar-4x1.c.o 2025-03-21T20:24:38.7999967Z [ 24%] Building CXX object kernels/optimized/CMakeFiles/cpublas.dir/blas/BlasKernel.cpp.o 2025-03-21T20:24:38.8001046Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-sse-2x4-acc2.c.o 2025-03-21T20:24:38.8002222Z [ 25%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op__empty_dim_order.cpp.o 2025-03-21T20:24:38.8003246Z [ 25%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op__to_dim_order_copy.cpp.o 2025-03-21T20:24:38.8004129Z [ 25%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_abs.cpp.o 2025-03-21T20:24:38.8004961Z [ 25%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_acos.cpp.o 2025-03-21T20:24:38.8005695Z [ 26%] Building CXX object CMakeFiles/util.dir/extension/aten_util/aten_bridge.cpp.o 2025-03-21T20:24:38.8006741Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-ssse3-2x4-acc2.c.o 2025-03-21T20:24:38.8008223Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-scalar-1x1-acc2.c.o 2025-03-21T20:24:38.8009308Z [ 28%] Building CXX object kernels/optimized/CMakeFiles/cpublas.dir/blas/CPUBlas.cpp.o 2025-03-21T20:24:38.8010068Z [ 28%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_acosh.cpp.o 2025-03-21T20:24:38.8010891Z [ 28%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_add.cpp.o 2025-03-21T20:24:38.8012045Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-scalar-2x1-acc2.c.o 2025-03-21T20:24:38.8013202Z [ 28%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_addmm.cpp.o 2025-03-21T20:24:38.8014341Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-sse-1x4-acc3.c.o 2025-03-21T20:24:38.8015262Z [ 28%] Linking CXX static library libcpublas.a 2025-03-21T20:24:38.8016184Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-scalar-1x1-acc5.c.o 2025-03-21T20:24:38.8017085Z [ 28%] Built target cpublas 2025-03-21T20:24:38.8017658Z [ 28%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_alias_copy.cpp.o 2025-03-21T20:24:38.8018838Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-scalar-2x1-acc2.c.o 2025-03-21T20:24:38.8020132Z [ 28%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_allclose.cpp.o 2025-03-21T20:24:38.8021069Z [ 28%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_amax.cpp.o 2025-03-21T20:24:38.8022357Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-sse-4x4.c.o 2025-03-21T20:24:38.8024017Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-scalar-1x1-acc5.c.o 2025-03-21T20:24:38.8025446Z [ 28%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_amin.cpp.o 2025-03-21T20:24:38.8026812Z [ 28%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_any.cpp.o 2025-03-21T20:24:38.8028233Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-scalar-2x1-acc2.c.o 2025-03-21T20:24:38.8029459Z [ 28%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_add.cpp.o 2025-03-21T20:24:38.8030779Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-sse-2x4.c.o 2025-03-21T20:24:38.8032531Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-avx-u24.c.o 2025-03-21T20:24:38.8034250Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-avx512skx-u16.c.o 2025-03-21T20:24:38.8035724Z [ 28%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_bmm.cpp.o 2025-03-21T20:24:38.8037029Z [ 28%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_div.cpp.o 2025-03-21T20:24:38.8037952Z [ 28%] Linking CXX static library libutil.a 2025-03-21T20:24:38.8039237Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-f16c-u16.c.o 2025-03-21T20:24:38.8040455Z [ 28%] Built target util 2025-03-21T20:24:38.8041509Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-scalar-bitcast-u4.c.o 2025-03-21T20:24:38.8042938Z [ 28%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_exp.cpp.o 2025-03-21T20:24:38.8044035Z [ 28%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_arange.cpp.o 2025-03-21T20:24:38.8045229Z [ 28%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_argmax.cpp.o 2025-03-21T20:24:38.8046756Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-scalar-fabsf-u2.c.o 2025-03-21T20:24:38.8048330Z [ 28%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_fft_r2c.cpp.o 2025-03-21T20:24:38.8049730Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-sse2-u16.c.o 2025-03-21T20:24:42.8189501Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-sse41-u8.c.o 2025-03-21T20:24:42.8191632Z [ 28%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_argmin.cpp.o 2025-03-21T20:24:42.8193132Z [ 28%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_gelu.cpp.o 2025-03-21T20:24:42.8194790Z [ 28%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_as_strided_copy.cpp.o 2025-03-21T20:24:42.8197045Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x16-minmax-avx-broadcast.c.o 2025-03-21T20:24:42.8199420Z [ 30%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_asin.cpp.o 2025-03-21T20:24:42.8200937Z [ 30%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_le.cpp.o 2025-03-21T20:24:42.8202408Z [ 30%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_asinh.cpp.o 2025-03-21T20:24:42.8204498Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x16-minmax-fma3-broadcast.c.o 2025-03-21T20:24:42.8207023Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x16s4-minmax-fma3-broadcast.c.o 2025-03-21T20:24:42.8209020Z [ 30%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_linear.cpp.o 2025-03-21T20:24:42.8211090Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x32-minmax-avx512f-broadcast.c.o 2025-03-21T20:24:42.8213274Z [ 30%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atan.cpp.o 2025-03-21T20:24:42.8215242Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x4-minmax-scalar.c.o 2025-03-21T20:24:42.8217416Z [ 30%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_log_softmax.cpp.o 2025-03-21T20:24:42.8219323Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x4-relu-scalar.c.o 2025-03-21T20:24:42.8221512Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x4-scalar.c.o 2025-03-21T20:24:42.8223471Z [ 30%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atan2.cpp.o 2025-03-21T20:24:42.8225438Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-sse-load1.c.o 2025-03-21T20:24:42.8227893Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-2x4-minmax-scalar.c.o 2025-03-21T20:24:42.8229845Z [ 30%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_mm.cpp.o 2025-03-21T20:24:42.8231748Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-2x4-relu-scalar.c.o 2025-03-21T20:24:42.8233947Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-2x4-scalar.c.o 2025-03-21T20:24:42.8236317Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x16s4-minmax-fma3-broadcast.c.o 2025-03-21T20:24:42.8238302Z [ 30%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_mul.cpp.o 2025-03-21T20:24:42.8239813Z [ 30%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atanh.cpp.o 2025-03-21T20:24:42.8241415Z [ 31%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_native_layer_norm.cpp.o 2025-03-21T20:24:42.8243443Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x2-minmax-scalar.c.o 2025-03-21T20:24:42.8245430Z [ 31%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_avg_pool2d.cpp.o 2025-03-21T20:24:42.8247372Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x2-scalar.c.o 2025-03-21T20:24:42.8249140Z [ 31%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_neg.cpp.o 2025-03-21T20:24:42.8250712Z [ 31%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_and.cpp.o 2025-03-21T20:24:42.8252853Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x2c4-minmax-sse.c.o 2025-03-21T20:24:42.8254812Z [ 31%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_sigmoid.cpp.o 2025-03-21T20:24:42.8256817Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x4-minmax-scalar.c.o 2025-03-21T20:24:42.8258840Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_not.cpp.o 2025-03-21T20:24:42.8260844Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x4-relu-scalar.c.o 2025-03-21T20:24:42.8263043Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x4-scalar.c.o 2025-03-21T20:24:42.8264958Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_or.cpp.o 2025-03-21T20:24:42.8266683Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_xor.cpp.o 2025-03-21T20:24:42.8268847Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x8-minmax-sse-load1.c.o 2025-03-21T20:24:42.8270940Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bmm.cpp.o 2025-03-21T20:24:42.8273054Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-5x16-minmax-avx-broadcast.c.o 2025-03-21T20:24:42.8275102Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cat.cpp.o 2025-03-21T20:24:42.8278248Z [ 32%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_sub.cpp.o 2025-03-21T20:24:42.8280255Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-5x16-minmax-fma3-broadcast.c.o 2025-03-21T20:24:42.8282323Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cdist_forward.cpp.o 2025-03-21T20:24:42.8284527Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-7x32-minmax-avx512f-broadcast.c.o 2025-03-21T20:24:42.8286544Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ceil.cpp.o 2025-03-21T20:24:42.8288713Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-ibilinear-chw/gen/f32-ibilinear-chw-scalar-p4.c.o 2025-03-21T20:24:42.8291274Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-ibilinear-chw/gen/f32-ibilinear-chw-sse-p8.c.o 2025-03-21T20:24:42.8293366Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_clamp.cpp.o 2025-03-21T20:24:42.8295332Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-ibilinear/gen/f32-ibilinear-scalar-c2.c.o 2025-03-21T20:24:42.8297652Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-ibilinear/gen/f32-ibilinear-sse-c8.c.o 2025-03-21T20:24:42.8299644Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_clone.cpp.o 2025-03-21T20:24:42.8301715Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x16-minmax-avx-broadcast.c.o 2025-03-21T20:24:42.8303919Z [ 34%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_constant_pad_nd.cpp.o 2025-03-21T20:24:42.8306162Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x16-minmax-fma3-broadcast.c.o 2025-03-21T20:24:42.8308571Z [ 34%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_convolution.cpp.o 2025-03-21T20:24:42.8310802Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x16s4-minmax-fma3-broadcast.c.o 2025-03-21T20:24:42.8313399Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x32-minmax-avx512f-broadcast.c.o 2025-03-21T20:24:42.8315615Z [ 34%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_convolution_backward.cpp.o 2025-03-21T20:24:42.8317748Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x4-minmax-scalar.c.o 2025-03-21T20:24:42.8319692Z [ 34%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_copy.cpp.o 2025-03-21T20:24:46.1052646Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x4-relu-scalar.c.o 2025-03-21T20:24:46.1054724Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x4-scalar.c.o 2025-03-21T20:24:46.1056528Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cos.cpp.o 2025-03-21T20:24:46.1058036Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x8-minmax-sse-load1.c.o 2025-03-21T20:24:46.1059913Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-2x4-minmax-scalar.c.o 2025-03-21T20:24:46.1061705Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-2x4-relu-scalar.c.o 2025-03-21T20:24:46.1063295Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cosh.cpp.o 2025-03-21T20:24:46.1064839Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-2x4-scalar.c.o 2025-03-21T20:24:46.1066828Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x16s4-minmax-fma3-broadcast.c.o 2025-03-21T20:24:46.1068624Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cumsum.cpp.o 2025-03-21T20:24:46.1070607Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x2-minmax-scalar.c.o 2025-03-21T20:24:46.1072684Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x2-scalar.c.o 2025-03-21T20:24:46.1074491Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_detach_copy.cpp.o 2025-03-21T20:24:46.1078124Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x2c4-minmax-sse.c.o 2025-03-21T20:24:46.1080534Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x4-minmax-scalar.c.o 2025-03-21T20:24:46.1082543Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_diagonal_copy.cpp.o 2025-03-21T20:24:46.1084536Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x4-relu-scalar.c.o 2025-03-21T20:24:46.1086666Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x4-scalar.c.o 2025-03-21T20:24:46.1088299Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_div.cpp.o 2025-03-21T20:24:46.1090355Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x8-minmax-sse-load1.c.o 2025-03-21T20:24:46.1093018Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-5x16-minmax-avx-broadcast.c.o 2025-03-21T20:24:46.1094946Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_embedding.cpp.o 2025-03-21T20:24:46.1096878Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-5x16-minmax-fma3-broadcast-prfm.c.o 2025-03-21T20:24:46.1099348Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-7x32-minmax-avx512f-broadcast.c.o 2025-03-21T20:24:46.1102205Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-maxpool/f32-maxpool-9p8x-minmax-scalar-c1.c.o 2025-03-21T20:24:46.1105005Z [ 36%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_empty.cpp.o 2025-03-21T20:24:46.1106921Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-maxpool/f32-maxpool-9p8x-minmax-sse-c4.c.o 2025-03-21T20:24:46.1109158Z [ 36%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_eq.cpp.o 2025-03-21T20:24:46.1111112Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-pavgpool/f32-pavgpool-9p8x-minmax-scalar-c1.c.o 2025-03-21T20:24:46.1113045Z [ 36%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_erf.cpp.o 2025-03-21T20:24:46.1115488Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-pavgpool/f32-pavgpool-9p8x-minmax-sse-c4.c.o 2025-03-21T20:24:46.1117837Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-pavgpool/f32-pavgpool-9x-minmax-scalar-c1.c.o 2025-03-21T20:24:46.1120133Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-pavgpool/f32-pavgpool-9x-minmax-sse-c4.c.o 2025-03-21T20:24:46.1122571Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x16-minmax-avx-broadcast.c.o 2025-03-21T20:24:46.1124535Z [ 36%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_where.cpp.o 2025-03-21T20:24:46.1126476Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x16-minmax-avx2-broadcast.c.o 2025-03-21T20:24:46.1128492Z [ 36%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_exp.cpp.o 2025-03-21T20:24:46.1130087Z [ 36%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_expand_copy.cpp.o 2025-03-21T20:24:46.1132163Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x16-minmax-fma3-broadcast.c.o 2025-03-21T20:24:46.1134189Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_expm1.cpp.o 2025-03-21T20:24:46.1135631Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_fill.cpp.o 2025-03-21T20:24:46.1137062Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_flip.cpp.o 2025-03-21T20:24:46.1138915Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x4-minmax-scalar.c.o 2025-03-21T20:24:46.1140777Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_floor.cpp.o 2025-03-21T20:24:46.1142712Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x8-minmax-sse41-dup.c.o 2025-03-21T20:24:46.1144739Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_floor_divide.cpp.o 2025-03-21T20:24:46.1146841Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-3x16-minmax-avx-broadcast.c.o 2025-03-21T20:24:46.1148861Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_fmod.cpp.o 2025-03-21T20:24:46.1150981Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-3x16-minmax-avx2-broadcast.c.o 2025-03-21T20:24:46.1152981Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_full.cpp.o 2025-03-21T20:24:46.1154421Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_full_like.cpp.o 2025-03-21T20:24:46.1155936Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gather.cpp.o 2025-03-21T20:24:46.1158000Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-3x16-minmax-fma3-broadcast.c.o 2025-03-21T20:24:46.1160295Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-4x4-minmax-scalar.c.o 2025-03-21T20:24:46.1162103Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ge.cpp.o 2025-03-21T20:24:46.1163503Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gelu.cpp.o 2025-03-21T20:24:46.1165336Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-4x8-minmax-sse41-dup.c.o 2025-03-21T20:24:46.1167190Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_glu.cpp.o 2025-03-21T20:24:46.1169137Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc4w-gemm-1x32-minmax-avx512skx-broadcast.c.o 2025-03-21T20:24:46.1171082Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gt.cpp.o 2025-03-21T20:24:46.1173031Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc4w-gemm-7x32-minmax-avx512skx-broadcast.c.o 2025-03-21T20:24:47.9620309Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x16-minmax-avx-broadcast.c.o 2025-03-21T20:24:47.9622922Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x16-minmax-avx2-broadcast.c.o 2025-03-21T20:24:47.9625602Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x16-minmax-fma3-broadcast.c.o 2025-03-21T20:24:47.9627772Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_hardtanh.cpp.o 2025-03-21T20:24:47.9630013Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x32-minmax-avx512skx-broadcast.c.o 2025-03-21T20:24:47.9632121Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index.cpp.o 2025-03-21T20:24:47.9633981Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x4-minmax-scalar.c.o 2025-03-21T20:24:47.9636300Z [ 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-03-21T20:24:47.9639072Z [ 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-03-21T20:24:47.9641184Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index_put.cpp.o 2025-03-21T20:24:47.9643292Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x8-minmax-sse41-dup.c.o 2025-03-21T20:24:47.9645406Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index_select.cpp.o 2025-03-21T20:24:47.9647048Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_isinf.cpp.o 2025-03-21T20:24:47.9649132Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-5x16-minmax-avx-broadcast.c.o 2025-03-21T20:24:47.9651075Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-5x16-minmax-avx2-broadcast.c.o 2025-03-21T20:24:47.9652202Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_isnan.cpp.o 2025-03-21T20:24:47.9653194Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_le.cpp.o 2025-03-21T20:24:47.9654046Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_leaky_relu.cpp.o 2025-03-21T20:24:47.9654953Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_lift_fresh_copy.cpp.o 2025-03-21T20:24:47.9656115Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-5x16-minmax-fma3-broadcast.c.o 2025-03-21T20:24:47.9657543Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-7x32-minmax-avx512skx-broadcast.c.o 2025-03-21T20:24:47.9659019Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-avx-u32.c.o 2025-03-21T20:24:47.9660215Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-avx2-u64.c.o 2025-03-21T20:24:47.9661456Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_linear_scratch_example.cpp.o 2025-03-21T20:24:47.9662511Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log.cpp.o 2025-03-21T20:24:47.9663413Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log10.cpp.o 2025-03-21T20:24:47.9664314Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log1p.cpp.o 2025-03-21T20:24:47.9665219Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log2.cpp.o 2025-03-21T20:24:47.9666393Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-avx512skx-u128.c.o 2025-03-21T20:24:47.9667532Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log_softmax.cpp.o 2025-03-21T20:24:47.9668499Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_and.cpp.o 2025-03-21T20:24:47.9669740Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-imagic-u1.c.o 2025-03-21T20:24:47.9671024Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-imagic-u4.c.o 2025-03-21T20:24:47.9672183Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_not.cpp.o 2025-03-21T20:24:47.9673064Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_or.cpp.o 2025-03-21T20:24:47.9674141Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-lrintf-u4.c.o 2025-03-21T20:24:47.9675741Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-sse2-u32.c.o 2025-03-21T20:24:47.9678149Z [ 42%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_xor.cpp.o 2025-03-21T20:24:47.9679662Z [ 42%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logit.cpp.o 2025-03-21T20:24:47.9681187Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-sse41-u32.c.o 2025-03-21T20:24:47.9682212Z [ 42%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_lt.cpp.o 2025-03-21T20:24:47.9683065Z [ 42%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_fill.cpp.o 2025-03-21T20:24:47.9684432Z [ 42%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_scatter.cpp.o 2025-03-21T20:24:47.9686008Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-avx-u32.c.o 2025-03-21T20:24:47.9687459Z [ 42%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_select.cpp.o 2025-03-21T20:24:47.9688670Z [ 42%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max.cpp.o 2025-03-21T20:24:47.9690128Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-avx2-u64.c.o 2025-03-21T20:24:47.9691733Z [ 42%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max_pool2d_with_indices.cpp.o 2025-03-21T20:24:47.9693201Z [ 42%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max_pool2d_with_indices_backward.cpp.o 2025-03-21T20:24:47.9709746Z [ 42%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_maximum.cpp.o 2025-03-21T20:24:47.9710830Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-avx512skx-u128.c.o 2025-03-21T20:24:47.9711880Z [ 42%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mean.cpp.o 2025-03-21T20:24:47.9712710Z [ 42%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_min.cpp.o 2025-03-21T20:24:47.9713554Z [ 42%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_minimum.cpp.o 2025-03-21T20:24:47.9714799Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-imagic-u1.c.o 2025-03-21T20:24:47.9715856Z [ 42%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mm.cpp.o 2025-03-21T20:24:47.9716664Z [ 42%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mul.cpp.o 2025-03-21T20:24:47.9717715Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-imagic-u4.c.o 2025-03-21T20:24:47.9719119Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-lrintf-u4.c.o 2025-03-21T20:24:47.9720443Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-sse2-u32.c.o 2025-03-21T20:24:47.9721634Z [ 42%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_narrow_copy.cpp.o 2025-03-21T20:24:47.9722545Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_batch_norm.cpp.o 2025-03-21T20:24:49.5076648Z [ 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-03-21T20:24:49.5080119Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-avx512f-rr2-p5-u64-acc2.c.o 2025-03-21T20:24:49.5083483Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-scalar-rr2-p5-u4-acc2.c.o 2025-03-21T20:24:49.5086288Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_group_norm.cpp.o 2025-03-21T20:24:49.5088263Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_layer_norm.cpp.o 2025-03-21T20:24:49.5090981Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-sse2-rr2-p5-u16-acc2.c.o 2025-03-21T20:24:49.5093236Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ne.cpp.o 2025-03-21T20:24:49.5094733Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_neg.cpp.o 2025-03-21T20:24:49.5096617Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rdsum/gen/f32-rdsum-7p7x-minmax-avx-c32.c.o 2025-03-21T20:24:49.5099132Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_nonzero.cpp.o 2025-03-21T20:24:49.5100830Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ones.cpp.o 2025-03-21T20:24:49.5102840Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rdsum/gen/f32-rdsum-7p7x-minmax-avx512f-c64.c.o 2025-03-21T20:24:49.5105887Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pdist_forward.cpp.o 2025-03-21T20:24:49.5107496Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_permute_copy.cpp.o 2025-03-21T20:24:49.5109386Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pixel_shuffle.cpp.o 2025-03-21T20:24:49.5111048Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pixel_unshuffle.cpp.o 2025-03-21T20:24:49.5113138Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rdsum/gen/f32-rdsum-7p7x-minmax-scalar.c.o 2025-03-21T20:24:49.5115435Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rdsum/gen/f32-rdsum-7p7x-minmax-sse-c16.c.o 2025-03-21T20:24:49.5117403Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pow.cpp.o 2025-03-21T20:24:49.5119358Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rminmax/gen/f32-rmax-avx-u32-acc4.c.o 2025-03-21T20:24:49.5121660Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rminmax/gen/f32-rmax-avx512f-u64-acc4.c.o 2025-03-21T20:24:49.5124018Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rminmax/gen/f32-rmax-scalar-u4-acc4.c.o 2025-03-21T20:24:49.5125985Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_prod.cpp.o 2025-03-21T20:24:49.5127930Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reciprocal.cpp.o 2025-03-21T20:24:49.5129883Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rminmax/gen/f32-rmax-sse-u16-acc4.c.o 2025-03-21T20:24:49.5132278Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rminmax/gen/f32-rminmax-avx-u32-acc4.c.o 2025-03-21T20:24:49.5134690Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rminmax/gen/f32-rminmax-avx512f-u64-acc4.c.o 2025-03-21T20:24:49.5137088Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rminmax/gen/f32-rminmax-scalar-u4-acc4.c.o 2025-03-21T20:24:49.5139189Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad1d.cpp.o 2025-03-21T20:24:49.5141009Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad2d.cpp.o 2025-03-21T20:24:49.5143139Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rminmax/gen/f32-rminmax-sse-u16-acc4.c.o 2025-03-21T20:24:49.5145406Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad3d.cpp.o 2025-03-21T20:24:49.5147102Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_relu.cpp.o 2025-03-21T20:24:49.5148713Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_remainder.cpp.o 2025-03-21T20:24:49.5150036Z [ 46%] Linking CXX static library liboptimized_kernels.a 2025-03-21T20:24:49.5151531Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rsum/gen/f32-rsum-avx-u32-acc4.c.o 2025-03-21T20:24:49.5153479Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_repeat.cpp.o 2025-03-21T20:24:49.5155223Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_repeat_interleave.cpp.o 2025-03-21T20:24:49.5157018Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad1d.cpp.o 2025-03-21T20:24:49.5158259Z [ 47%] Built target optimized_kernels 2025-03-21T20:24:49.5159757Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rsum/gen/f32-rsum-avx512f-u64-acc4.c.o 2025-03-21T20:24:49.5161826Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad2d.cpp.o 2025-03-21T20:24:49.5163638Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad3d.cpp.o 2025-03-21T20:24:49.5165753Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rsum/gen/f32-rsum-scalar-u4-acc4.c.o 2025-03-21T20:24:49.5168093Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rsum/gen/f32-rsum-sse-u16-acc4.c.o 2025-03-21T20:24:49.5170424Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-spmm/gen/f32-spmm-32x1-minmax-sse.c.o 2025-03-21T20:24:49.5172782Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-spmm/gen/f32-spmm-8x1-minmax-scalar.c.o 2025-03-21T20:24:49.5175214Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-spmm/gen/f32-spmm-8x2-minmax-scalar.c.o 2025-03-21T20:24:49.5179225Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_roll.cpp.o 2025-03-21T20:24:49.5181205Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-spmm/gen/f32-spmm-8x4-minmax-scalar.c.o 2025-03-21T20:24:49.5183813Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vadd-avx-u16.c.o 2025-03-21T20:24:49.5185798Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_round.cpp.o 2025-03-21T20:24:49.5187814Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vadd-avx512f-u32.c.o 2025-03-21T20:24:49.5189689Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_rsqrt.cpp.o 2025-03-21T20:24:49.5191689Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vadd-scalar-u8.c.o 2025-03-21T20:24:49.5193923Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vadd-sse-u8.c.o 2025-03-21T20:24:49.5195741Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_rsub.cpp.o 2025-03-21T20:24:49.5197419Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scalar_tensor.cpp.o 2025-03-21T20:24:49.5199688Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vaddc-avx-u16.c.o 2025-03-21T20:24:49.5202031Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vaddc-avx512f-u32.c.o 2025-03-21T20:24:49.5204055Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scatter.cpp.o 2025-03-21T20:24:49.5206059Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vaddc-scalar-u8.c.o 2025-03-21T20:24:49.5208039Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scatter_add.cpp.o 2025-03-21T20:24:51.0540132Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vaddc-sse-u8.c.o 2025-03-21T20:24:51.0541405Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vdiv-avx-u16.c.o 2025-03-21T20:24:51.0542593Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_select_copy.cpp.o 2025-03-21T20:24:51.0543686Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vdiv-avx512f-u32.c.o 2025-03-21T20:24:51.0544878Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_select_scatter.cpp.o 2025-03-21T20:24:51.0545968Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vdiv-scalar-u2.c.o 2025-03-21T20:24:51.0547277Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vdiv-sse-u8.c.o 2025-03-21T20:24:51.0548334Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sigmoid.cpp.o 2025-03-21T20:24:51.0549558Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vdivc-avx-u16.c.o 2025-03-21T20:24:51.0550845Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vdivc-avx512f-u32.c.o 2025-03-21T20:24:51.0552073Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vdivc-scalar-u2.c.o 2025-03-21T20:24:51.0553356Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vdivc-sse-u8.c.o 2025-03-21T20:24:51.0554409Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sign.cpp.o 2025-03-21T20:24:51.0556208Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmax-avx-u16.c.o 2025-03-21T20:24:51.0557241Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sin.cpp.o 2025-03-21T20:24:51.0558141Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sinh.cpp.o 2025-03-21T20:24:51.0559272Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmax-avx512f-u32.c.o 2025-03-21T20:24:51.0560362Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_slice_copy.cpp.o 2025-03-21T20:24:51.0561464Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmax-scalar-u8.c.o 2025-03-21T20:24:51.0562712Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmax-sse-u8.c.o 2025-03-21T20:24:51.0563853Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_slice_scatter.cpp.o 2025-03-21T20:24:51.0565743Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmaxc-avx-u16.c.o 2025-03-21T20:24:51.0567755Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmaxc-avx512f-u32.c.o 2025-03-21T20:24:51.0569373Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_softmax.cpp.o 2025-03-21T20:24:51.0570904Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmaxc-scalar-u8.c.o 2025-03-21T20:24:51.0572525Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_split_copy.cpp.o 2025-03-21T20:24:51.0574000Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_split_with_sizes_copy.cpp.o 2025-03-21T20:24:51.0575371Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sqrt.cpp.o 2025-03-21T20:24:51.0576891Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_squeeze_copy.cpp.o 2025-03-21T20:24:51.0578620Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmaxc-sse-u8.c.o 2025-03-21T20:24:51.0580130Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_stack.cpp.o 2025-03-21T20:24:51.0581631Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmin-avx-u16.c.o 2025-03-21T20:24:51.0583105Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sub.cpp.o 2025-03-21T20:24:51.0584647Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmin-avx512f-u32.c.o 2025-03-21T20:24:51.0586162Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sum.cpp.o 2025-03-21T20:24:51.0587454Z [ 52%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_t_copy.cpp.o 2025-03-21T20:24:51.0588982Z [ 52%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tan.cpp.o 2025-03-21T20:24:51.0590218Z [ 52%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tanh.cpp.o 2025-03-21T20:24:51.0591718Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmin-scalar-u8.c.o 2025-03-21T20:24:51.0593500Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmin-sse-u8.c.o 2025-03-21T20:24:51.0595352Z [ 52%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_to_copy.cpp.o 2025-03-21T20:24:51.0597038Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vminc-avx-u16.c.o 2025-03-21T20:24:51.0599086Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vminc-avx512f-u32.c.o 2025-03-21T20:24:51.0600912Z [ 52%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_topk.cpp.o 2025-03-21T20:24:51.0602616Z [ 52%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_transpose_copy.cpp.o 2025-03-21T20:24:51.0604363Z [ 52%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tril.cpp.o 2025-03-21T20:24:51.0605922Z [ 52%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_trunc.cpp.o 2025-03-21T20:24:51.0607829Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vminc-scalar-u8.c.o 2025-03-21T20:24:51.0610010Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vminc-sse-u8.c.o 2025-03-21T20:24:51.0612026Z [ 52%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unbind_copy.cpp.o 2025-03-21T20:24:51.0613501Z [ 52%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unfold_copy.cpp.o 2025-03-21T20:24:51.0615069Z [ 52%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unsqueeze_copy.cpp.o 2025-03-21T20:24:51.0616707Z [ 52%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_upsample_bilinear2d.cpp.o 2025-03-21T20:24:51.0618563Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmul-avx-u16.c.o 2025-03-21T20:24:51.0620573Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmul-avx512f-u32.c.o 2025-03-21T20:24:51.0622470Z [ 52%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_upsample_nearest2d.cpp.o 2025-03-21T20:24:51.0624428Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmul-scalar-u8.c.o 2025-03-21T20:24:51.0626245Z [ 52%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_var.cpp.o 2025-03-21T20:24:51.0627796Z [ 52%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_view_copy.cpp.o 2025-03-21T20:24:51.0629452Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_where.cpp.o 2025-03-21T20:24:51.0631273Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmul-sse-u8.c.o 2025-03-21T20:24:51.0633333Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmulc-avx-u16.c.o 2025-03-21T20:24:51.0635477Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmulc-avx512f-u32.c.o 2025-03-21T20:24:51.0637332Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_zeros.cpp.o 2025-03-21T20:24:51.0639146Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmulc-scalar-u8.c.o 2025-03-21T20:24:52.3526448Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realh.cpp.o 2025-03-21T20:24:52.3528603Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmulc-sse-u8.c.o 2025-03-21T20:24:52.3531070Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realhb_to_bool.cpp.o 2025-03-21T20:24:52.3533308Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realhbbf16_to_floathbf16.cpp.o 2025-03-21T20:24:52.3535435Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/activation_ops_util.cpp.o 2025-03-21T20:24:52.3537348Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/advanced_index_util.cpp.o 2025-03-21T20:24:52.3539437Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vprelu-avx-u16.c.o 2025-03-21T20:24:52.3541525Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/broadcast_util.cpp.o 2025-03-21T20:24:52.3543637Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vprelu-avx512f-u32.c.o 2025-03-21T20:24:52.3545765Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/copy_ops_util.cpp.o 2025-03-21T20:24:52.3547813Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/delinearize_index.cpp.o 2025-03-21T20:24:52.3550052Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vprelu-scalar-u8.c.o 2025-03-21T20:24:52.3552154Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/distance_util.cpp.o 2025-03-21T20:24:52.3554244Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vprelu-sse2-u8.c.o 2025-03-21T20:24:52.3556309Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/dtype_util.cpp.o 2025-03-21T20:24:52.3558103Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/index_util.cpp.o 2025-03-21T20:24:52.3560139Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vpreluc-avx-u16.c.o 2025-03-21T20:24:52.3562510Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vpreluc-avx512f-u32.c.o 2025-03-21T20:24:52.3564887Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vpreluc-scalar-u8.c.o 2025-03-21T20:24:52.3567068Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vpreluc-sse2-u8.c.o 2025-03-21T20:24:52.3569157Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/kernel_ops_util.cpp.o 2025-03-21T20:24:52.3570955Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/matmul_ops_util.cpp.o 2025-03-21T20:24:52.3573029Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrdivc-avx-u16.c.o 2025-03-21T20:24:52.3575220Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/normalization_ops_util.cpp.o 2025-03-21T20:24:52.3579463Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/padding_util.cpp.o 2025-03-21T20:24:52.3581234Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/reduce_util.cpp.o 2025-03-21T20:24:52.3583049Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/repeat_util.cpp.o 2025-03-21T20:24:52.3584889Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/select_copy_util.cpp.o 2025-03-21T20:24:52.3587207Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrdivc-avx512f-u32.c.o 2025-03-21T20:24:52.3589381Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/slice_util.cpp.o 2025-03-21T20:24:52.3591471Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrdivc-scalar-u2.c.o 2025-03-21T20:24:52.3593815Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrdivc-sse-u8.c.o 2025-03-21T20:24:52.3596139Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrpreluc-avx-u16.c.o 2025-03-21T20:24:52.3598247Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/upsample_util.cpp.o 2025-03-21T20:24:52.3600399Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrpreluc-avx512f-u32.c.o 2025-03-21T20:24:52.3602827Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrpreluc-scalar-u8.c.o 2025-03-21T20:24:52.3605336Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrpreluc-sse2-u8.c.o 2025-03-21T20:24:52.3607679Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrsubc-avx-u16.c.o 2025-03-21T20:24:52.3610038Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrsubc-avx512f-u32.c.o 2025-03-21T20:24:52.3612412Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrsubc-scalar-u8.c.o 2025-03-21T20:24:52.3614756Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrsubc-sse-u8.c.o 2025-03-21T20:24:52.3617074Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsqrdiff-avx-u16.c.o 2025-03-21T20:24:52.3619485Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsqrdiff-avx512f-u32.c.o 2025-03-21T20:24:52.3621175Z [ 57%] Linking CXX static library liboptimized_portable_kernels.a 2025-03-21T20:24:52.3622860Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsqrdiff-scalar-u8.c.o 2025-03-21T20:24:52.3625192Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsqrdiff-sse-u8.c.o 2025-03-21T20:24:52.3627565Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsqrdiffc-avx-u16.c.o 2025-03-21T20:24:52.3630041Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsqrdiffc-avx512f-u32.c.o 2025-03-21T20:24:52.3632482Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsqrdiffc-scalar-u8.c.o 2025-03-21T20:24:52.3634815Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsqrdiffc-sse-u8.c.o 2025-03-21T20:24:52.3637134Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsub-avx-u16.c.o 2025-03-21T20:24:52.3639435Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsub-avx512f-u32.c.o 2025-03-21T20:24:52.3641889Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsub-scalar-u8.c.o 2025-03-21T20:24:52.3644194Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsub-sse-u8.c.o 2025-03-21T20:24:52.3646477Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsubc-avx-u16.c.o 2025-03-21T20:24:52.3648793Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsubc-avx512f-u32.c.o 2025-03-21T20:24:52.3650332Z [ 58%] Built target optimized_portable_kernels 2025-03-21T20:24:52.3651851Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsubc-scalar-u8.c.o 2025-03-21T20:24:52.3653323Z [ 58%] Merging kernel yaml files 2025-03-21T20:24:52.3654738Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsubc-sse-u8.c.o 2025-03-21T20:24:52.3657032Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vclamp/gen/f32-vclamp-avx-u16.c.o 2025-03-21T20:24:52.3659468Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vclamp/gen/f32-vclamp-avx512f-u16.c.o 2025-03-21T20:24:53.4339870Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vclamp/gen/f32-vclamp-scalar-u4.c.o 2025-03-21T20:24:53.4341899Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vclamp/gen/f32-vclamp-sse-u8.c.o 2025-03-21T20:24:53.4343956Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcmul/gen/f32-vcmul-avx512f-u32.c.o 2025-03-21T20:24:53.4346156Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcmul/gen/f32-vcmul-fma3-u16.c.o 2025-03-21T20:24:53.4347823Z [ 58%] Generating selected_operators.yaml for optimized_native_cpu_ops_lib 2025-03-21T20:24:53.4349431Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcmul/gen/f32-vcmul-scalar-u4.c.o 2025-03-21T20:24:53.4351448Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcmul/gen/f32-vcmul-sse-u8.c.o 2025-03-21T20:24:53.4353303Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysign-avx.c.o 2025-03-21T20:24:53.4355265Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysign-avx512f.c.o 2025-03-21T20:24:53.4357433Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysign-scalar.c.o 2025-03-21T20:24:53.4359555Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysign-sse2.c.o 2025-03-21T20:24:53.4361422Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysignc-avx.c.o 2025-03-21T20:24:53.4363446Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysignc-avx512f.c.o 2025-03-21T20:24:53.4365169Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysignc-scalar.c.o 2025-03-21T20:24:53.4366572Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysignc-sse2.c.o 2025-03-21T20:24:53.4368350Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vrcopysignc-avx512f.c.o 2025-03-21T20:24:53.4370558Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vrcopysignc-avx.c.o 2025-03-21T20:24:53.4372419Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vrcopysignc-scalar.c.o 2025-03-21T20:24:53.4374130Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vrcopysignc-sse2.c.o 2025-03-21T20:24:53.4376430Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-velu/gen/f32-velu-avx-rr2-lut4-p4-perm-u32.c.o 2025-03-21T20:24:53.4378530Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-velu/gen/f32-velu-avx2-rr1-lut4-p4-perm-u56.c.o 2025-03-21T20:24:53.4379380Z [ 59%] Generating code for kernel registration 2025-03-21T20:24:53.4380201Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-velu/gen/f32-velu-avx512f-rr1-p6-u128.c.o 2025-03-21T20:24:53.4381432Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-velu/gen/f32-velu-scalar-rr2-lut16-p3-u2.c.o 2025-03-21T20:24:53.4382844Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-velu/gen/f32-velu-scalar-rr2-lut16-p3-u4.c.o 2025-03-21T20:24:53.4384071Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-velu/gen/f32-velu-sse2-rr2-lut16-p3-u12.c.o 2025-03-21T20:24:53.4385260Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vexp/gen/f32-vexp-scalar-exp.c.o 2025-03-21T20:24:53.4386471Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vgelu/gen/f32-vgelu-avx-rational-12-10-div.c.o 2025-03-21T20:24:53.4387761Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vgelu/gen/f32-vgelu-avx512f-rational-12-10-nr.c.o 2025-03-21T20:24:53.4389126Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vgelu/gen/f32-vgelu-fma3-rational-12-10-div.c.o 2025-03-21T20:24:53.4391083Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vgelu/gen/f32-vgelu-scalar-rational-12-10-div.c.o 2025-03-21T20:24:53.4393552Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vgelu/gen/f32-vgelu-sse2-rational-12-10-div.c.o 2025-03-21T20:24:53.4396206Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vhswish/gen/f32-vhswish-avx-u16.c.o 2025-03-21T20:24:53.4398655Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vhswish/gen/f32-vhswish-avx512f-u16.c.o 2025-03-21T20:24:53.4401095Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vhswish/gen/f32-vhswish-fma3-u16.c.o 2025-03-21T20:24:53.4402646Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vhswish/gen/f32-vhswish-scalar-u4.c.o 2025-03-21T20:24:53.4404118Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vhswish/gen/f32-vhswish-sse-u8.c.o 2025-03-21T20:24:53.4405313Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vlog/gen/f32-vlog-avx2-rational-3-3-div.c.o 2025-03-21T20:24:53.4406567Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vlog/gen/f32-vlog-avx512f-rational-3-3-div.c.o 2025-03-21T20:24:53.4407817Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vlog/gen/f32-vlog-fma3-rational-3-3-div.c.o 2025-03-21T20:24:53.4409268Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vlog/gen/f32-vlog-scalar-rational-3-3-div.c.o 2025-03-21T20:24:53.4410519Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vlog/gen/f32-vlog-sse2-rational-3-3-div.c.o 2025-03-21T20:24:53.4411693Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vlrelu/gen/f32-vlrelu-avx-u16.c.o 2025-03-21T20:24:53.4412853Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vlrelu/gen/f32-vlrelu-avx512f-u16.c.o 2025-03-21T20:24:53.4414597Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vlrelu/gen/f32-vlrelu-scalar-u4.c.o 2025-03-21T20:24:53.4417266Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vlrelu/gen/f32-vlrelu-sse-u8.c.o 2025-03-21T20:24:53.4419351Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vlrelu/gen/f32-vlrelu-sse41-u8.c.o 2025-03-21T20:24:53.4421862Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vmulcaddc/gen/f32-vmulcaddc-c1-minmax-scalar-2x.c.o 2025-03-21T20:24:53.4423787Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vmulcaddc/gen/f32-vmulcaddc-c4-minmax-sse-2x.c.o 2025-03-21T20:24:53.4425048Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrelu/gen/f32-vrelu-scalar-u8.c.o 2025-03-21T20:24:53.4426173Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndd-avx-u16.c.o 2025-03-21T20:24:53.4427318Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndd-avx512f-u16.c.o 2025-03-21T20:24:53.4428483Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndd-scalar-libm-u1.c.o 2025-03-21T20:24:53.4429790Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndd-scalar-libm-u4.c.o 2025-03-21T20:24:53.4430937Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndd-sse2-u8.c.o 2025-03-21T20:24:53.4432061Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndd-sse41-u8.c.o 2025-03-21T20:24:53.4433182Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndne-avx-u16.c.o 2025-03-21T20:24:54.5969209Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndne-avx512f-u16.c.o 2025-03-21T20:24:54.5971398Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndne-scalar-libm-u1.c.o 2025-03-21T20:24:54.5972823Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndne-scalar-libm-u4.c.o 2025-03-21T20:24:54.5974054Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndne-sse2-u8.c.o 2025-03-21T20:24:54.5975306Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndne-sse41-u8.c.o 2025-03-21T20:24:54.5976688Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndu-avx-u16.c.o 2025-03-21T20:24:54.5977959Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndu-avx512f-u16.c.o 2025-03-21T20:24:54.5980089Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndu-scalar-libm-u1.c.o 2025-03-21T20:24:54.5982252Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndu-scalar-libm-u4.c.o 2025-03-21T20:24:54.5984442Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndu-sse2-u8.c.o 2025-03-21T20:24:54.5986461Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndu-sse41-u8.c.o 2025-03-21T20:24:54.5988602Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndz-avx-u16.c.o 2025-03-21T20:24:54.5990739Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndz-avx512f-u16.c.o 2025-03-21T20:24:54.5993004Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndz-scalar-libm-u1.c.o 2025-03-21T20:24:54.5995496Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndz-scalar-libm-u4.c.o 2025-03-21T20:24:54.5997634Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndz-sse2-u8.c.o 2025-03-21T20:24:54.5999680Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndz-sse41-u8.c.o 2025-03-21T20:24:54.6001748Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrsqrt/gen/f32-vrsqrt-avx-rsqrt-u16.c.o 2025-03-21T20:24:54.6003831Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrsqrt/gen/f32-vrsqrt-avx512f-rsqrt-u32.c.o 2025-03-21T20:24:54.6006176Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrsqrt/gen/f32-vrsqrt-fma3-rsqrt-u16.c.o 2025-03-21T20:24:54.6008539Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrsqrt/gen/f32-vrsqrt-scalar-rsqrt-u1.c.o 2025-03-21T20:24:54.6010882Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrsqrt/gen/f32-vrsqrt-scalar-rsqrt-u4.c.o 2025-03-21T20:24:54.6013198Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrsqrt/gen/f32-vrsqrt-sse-rsqrt-u8.c.o 2025-03-21T20:24:54.6015525Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx-rr2-p5-nr2-u40.c.o 2025-03-21T20:24:54.6017592Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-div-u40.c.o 2025-03-21T20:24:54.6019038Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-div-u64.c.o 2025-03-21T20:24:54.6020498Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vsigmoid/gen/f32-vsigmoid-scalar-rr2-lut64-p2-div-u2.c.o 2025-03-21T20:24:54.6021938Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vsigmoid/gen/f32-vsigmoid-sse2-rr2-lut64-p2-div-u8.c.o 2025-03-21T20:24:54.6023279Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vsigmoid/gen/f32-vsigmoid-sse41-rr2-lut64-p2-div-u8.c.o 2025-03-21T20:24:54.6024553Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vsqrt/gen/f32-vsqrt-avx-rsqrt-u16.c.o 2025-03-21T20:24:54.6025873Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vsqrt/gen/f32-vsqrt-avx512f-rsqrt-u16.c.o 2025-03-21T20:24:54.6027083Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vsqrt/gen/f32-vsqrt-fma3-rsqrt-u16.c.o 2025-03-21T20:24:54.6028291Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vsqrt/gen/f32-vsqrt-scalar-sqrt-u1.c.o 2025-03-21T20:24:54.6029564Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vsqrt/gen/f32-vsqrt-sse-rsqrt-u12.c.o 2025-03-21T20:24:54.6030784Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vtanh/gen/f32-vtanh-avx-rational-9-8-div.c.o 2025-03-21T20:24:54.6032054Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vtanh/gen/f32-vtanh-avx512f-rational-9-8-nr.c.o 2025-03-21T20:24:54.6033331Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vtanh/gen/f32-vtanh-fma3-rational-9-8-div.c.o 2025-03-21T20:24:54.6034734Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vtanh/gen/f32-vtanh-scalar-rational-9-8-div.c.o 2025-03-21T20:24:54.6036007Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vtanh/gen/f32-vtanh-sse2-rational-9-8-div.c.o 2025-03-21T20:24:54.6037194Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vabs-avx.c.o 2025-03-21T20:24:54.6038302Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vabs-avx512f.c.o 2025-03-21T20:24:54.6039426Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vabs-scalar.c.o 2025-03-21T20:24:54.6040533Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vabs-sse2.c.o 2025-03-21T20:24:54.6041625Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vneg-avx.c.o 2025-03-21T20:24:54.6042732Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vneg-avx512f.c.o 2025-03-21T20:24:54.6044069Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vneg-scalar.c.o 2025-03-21T20:24:54.6045454Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vneg-sse2.c.o 2025-03-21T20:24:54.6047027Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vsqr-avx.c.o 2025-03-21T20:24:54.6048742Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vsqr-avx512f.c.o 2025-03-21T20:24:54.6050124Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vsqr-scalar.c.o 2025-03-21T20:24:54.6051247Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vsqr-sse2.c.o 2025-03-21T20:24:54.6052541Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-1x8c8-minmax-avx2.c.o 2025-03-21T20:24:54.6053908Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-3x8c8-minmax-avx2.c.o 2025-03-21T20:24:54.6055508Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-1x8c8-minmax-avx2-madd-prfm.c.o 2025-03-21T20:24:54.6057133Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-4x8c8-minmax-avx2-madd-prfm.c.o 2025-03-21T20:24:54.6058560Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-1x8c8-minmax-avx2.c.o 2025-03-21T20:24:55.5622067Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-3x8c8-minmax-avx2.c.o 2025-03-21T20:24:55.5624836Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-1x8c8-minmax-avx2.c.o 2025-03-21T20:24:55.5627644Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-3x8c8-minmax-avx2.c.o 2025-03-21T20:24:55.5630696Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-14x16c8-minmax-avx512vnnigfni-prfm.c.o 2025-03-21T20:24:55.5634073Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-1x16c8-minmax-avx512vnni-prfm.c.o 2025-03-21T20:24:55.5636867Z [ 67%] Building CXX object configurations/CMakeFiles/optimized_native_cpu_ops_lib.dir/optimized_native_cpu_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp.o 2025-03-21T20:24:55.5639708Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-1x16c8-minmax-avx512vnnigfni-prfm.c.o 2025-03-21T20:24:55.5642644Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-1x4-minmax-scalar.c.o 2025-03-21T20:24:55.5645464Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-1x4c8-minmax-avx-ld128.c.o 2025-03-21T20:24:55.5648322Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-1x4c8-minmax-sse2-ld128.c.o 2025-03-21T20:24:55.5651225Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-1x4c8-minmax-sse41-ld128.c.o 2025-03-21T20:24:55.5654015Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-1x8c8-minmax-avx2.c.o 2025-03-21T20:24:55.5656857Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-3x4c8-minmax-sse41-ld128.c.o 2025-03-21T20:24:55.5659686Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-3x8c8-minmax-avx2.c.o 2025-03-21T20:24:55.5662441Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-4x4-minmax-scalar.c.o 2025-03-21T20:24:55.5665262Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-4x4c8-minmax-avx-ld128.c.o 2025-03-21T20:24:55.5667203Z [ 68%] Linking CXX static library liboptimized_native_cpu_ops_lib.a 2025-03-21T20:24:55.5668061Z [ 68%] Built target optimized_native_cpu_ops_lib 2025-03-21T20:24:55.5670225Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-4x4c8-minmax-sse2-ld128.c.o 2025-03-21T20:24:55.5673168Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-8x16c8-minmax-avx512vnni-prfm.c.o 2025-03-21T20:24:55.5678836Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-14x16c8-minmax-avx512vnnigfni-prfm.c.o 2025-03-21T20:24:55.5681942Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x16c8-minmax-avx512skx-madd-prfm.c.o 2025-03-21T20:24:55.5684968Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x16c8-minmax-avx512vnni-prfm.c.o 2025-03-21T20:24:55.5688122Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x16c8-minmax-avx512vnnigfni-prfm.c.o 2025-03-21T20:24:55.5690999Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x4-minmax-scalar.c.o 2025-03-21T20:24:55.5693795Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x4c8-minmax-sse2-ld128.c.o 2025-03-21T20:24:55.5696868Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x4c8-minmax-ssse3-madd.c.o 2025-03-21T20:24:55.5699798Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x8c8-minmax-avx2-madd-prfm.c.o 2025-03-21T20:24:55.5702658Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x4-minmax-scalar.c.o 2025-03-21T20:24:55.5705466Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x4c8-minmax-sse2-ld128.c.o 2025-03-21T20:24:55.5708352Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x4c8-minmax-ssse3-madd.c.o 2025-03-21T20:24:55.5711298Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x8c8-minmax-avx2-madd-prfm.c.o 2025-03-21T20:24:55.5714270Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-8x16c8-minmax-avx512skx-madd-prfm.c.o 2025-03-21T20:24:55.5717252Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-8x16c8-minmax-avx512vnni-prfm.c.o 2025-03-21T20:24:55.5719995Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-10x16c8-minmax-avx512vnni-prfm.c.o 2025-03-21T20:24:55.5722957Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x16c8-minmax-avx512skx-prfm.c.o 2025-03-21T20:24:55.5725892Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x16c8-minmax-avx512vnni-prfm.c.o 2025-03-21T20:24:55.5728759Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x2-minmax-scalar.c.o 2025-03-21T20:24:55.5731506Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x4-minmax-scalar.c.o 2025-03-21T20:24:55.5734174Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x4c8-minmax-sse2-ld64.c.o 2025-03-21T20:24:55.5737269Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x4c8-minmax-sse41-ld64.c.o 2025-03-21T20:24:55.5740094Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x8c8-minmax-avx2.c.o 2025-03-21T20:24:55.5742851Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x2-minmax-scalar.c.o 2025-03-21T20:24:55.5745592Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x4-minmax-scalar.c.o 2025-03-21T20:24:55.5748395Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x4c8-minmax-sse2-ld64.c.o 2025-03-21T20:24:55.5751369Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x4c8-minmax-sse41-ld64.c.o 2025-03-21T20:24:55.5754161Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x8c8-minmax-avx2.c.o 2025-03-21T20:24:55.5757070Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-8x16c8-minmax-avx512skx-prfm.c.o 2025-03-21T20:24:55.5759956Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-10x16c8-minmax-avx512vnni-prfm.c.o 2025-03-21T20:24:56.4758748Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x16c8-minmax-avx512skx-prfm.c.o 2025-03-21T20:24:56.4761899Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x16c8-minmax-avx512vnni-prfm.c.o 2025-03-21T20:24:56.4764741Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x2-minmax-scalar.c.o 2025-03-21T20:24:56.4767524Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x4-minmax-scalar.c.o 2025-03-21T20:24:56.4770308Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x4c8-minmax-sse2-ld64.c.o 2025-03-21T20:24:56.4773188Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x4c8-minmax-sse41-ld64.c.o 2025-03-21T20:24:56.4776213Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x8c8-minmax-avx2.c.o 2025-03-21T20:24:56.4779015Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x2-minmax-scalar.c.o 2025-03-21T20:24:56.4781808Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x4-minmax-scalar.c.o 2025-03-21T20:24:56.4784669Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x4c8-minmax-sse2-ld64.c.o 2025-03-21T20:24:56.4787607Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x4c8-minmax-sse41-ld64.c.o 2025-03-21T20:24:56.4790546Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x8c8-minmax-avx2.c.o 2025-03-21T20:24:56.4793689Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-8x16c8-minmax-avx512skx-prfm.c.o 2025-03-21T20:24:56.4796502Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-25p16c-minmax-fp32-avx-mul16-add16.c.o 2025-03-21T20:24:56.4799256Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-25p16c-minmax-fp32-avx2-mul32.c.o 2025-03-21T20:24:56.4801945Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-25p1c-minmax-fp32-scalar-fmagic.c.o 2025-03-21T20:24:56.4804777Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-25p1c-minmax-fp32-scalar-imagic.c.o 2025-03-21T20:24:56.4807567Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-25p2c-minmax-fp32-scalar-lrintf.c.o 2025-03-21T20:24:56.4810603Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-25p32c-minmax-fp32-avx512skx-mul32.c.o 2025-03-21T20:24:56.4813459Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-25p8c-minmax-fp32-sse2-mul16-add16.c.o 2025-03-21T20:24:56.4816358Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-25p8c-minmax-fp32-sse41-mul16-add16.c.o 2025-03-21T20:24:56.4819243Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-9p16c-minmax-fp32-avx-mul16-add16.c.o 2025-03-21T20:24:56.4822045Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-9p16c-minmax-fp32-avx2-mul32.c.o 2025-03-21T20:24:56.4825184Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-9p1c-minmax-fp32-scalar-fmagic.c.o 2025-03-21T20:24:56.4827992Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-9p2c-minmax-fp32-scalar-imagic.c.o 2025-03-21T20:24:56.4830842Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-9p2c-minmax-fp32-scalar-lrintf.c.o 2025-03-21T20:24:56.4833687Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-9p32c-minmax-fp32-avx512skx-mul32.c.o 2025-03-21T20:24:56.4836735Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-9p8c-minmax-fp32-sse2-mul16-add16.c.o 2025-03-21T20:24:56.4839640Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-9p8c-minmax-fp32-sse41-mul16-add16.c.o 2025-03-21T20:24:56.4842282Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-f16-vcvt/gen/qs8-f16-vcvt-avx2-u16.c.o 2025-03-21T20:24:56.4844672Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-avx-u32.c.o 2025-03-21T20:24:56.4847047Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-avx2-u16.c.o 2025-03-21T20:24:56.4849485Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-avx512skx-u32.c.o 2025-03-21T20:24:56.4852068Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-scalar-u1.c.o 2025-03-21T20:24:56.4854473Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-scalar-u4.c.o 2025-03-21T20:24:56.4856880Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-sse2-u32.c.o 2025-03-21T20:24:56.4859220Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-sse41-u16.c.o 2025-03-21T20:24:56.4861676Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-packw/gen/qs8-packw-x16c8-gemm-goi-scalar.c.o 2025-03-21T20:24:56.4864246Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-packw/gen/qs8-packw-x64c4-gemm-goi-scalar.c.o 2025-03-21T20:24:56.4867058Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p16c-minmax-fp32-avx-mul16-add16.c.o 2025-03-21T20:24:56.4870246Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p16c-minmax-fp32-avx2-mul32.c.o 2025-03-21T20:24:56.4873240Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p1c-minmax-fp32-scalar-fmagic.c.o 2025-03-21T20:24:56.4876333Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p1c-minmax-fp32-scalar-imagic.c.o 2025-03-21T20:24:56.4879334Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p2c-minmax-fp32-scalar-lrintf.c.o 2025-03-21T20:24:56.4882384Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p32c-minmax-fp32-avx512skx-mul32.c.o 2025-03-21T20:24:56.4885388Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p8c-minmax-fp32-sse2-mul16.c.o 2025-03-21T20:24:56.4888356Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p8c-minmax-fp32-sse41-mul16.c.o 2025-03-21T20:24:56.4891315Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p16c-minmax-fp32-avx2-mul32.c.o 2025-03-21T20:24:56.4894256Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p16c-minmax-fp32-avx-mul16-add16.c.o 2025-03-21T20:24:56.4897274Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p1c-minmax-fp32-scalar-fmagic.c.o 2025-03-21T20:24:57.3441721Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p2c-minmax-fp32-scalar-imagic.c.o 2025-03-21T20:24:57.3444567Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p2c-minmax-fp32-scalar-lrintf.c.o 2025-03-21T20:24:57.3447562Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p32c-minmax-fp32-avx512skx-mul32.c.o 2025-03-21T20:24:57.3450421Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p8c-minmax-fp32-sse2-mul16.c.o 2025-03-21T20:24:57.3453666Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p8c-minmax-fp32-sse41-mul16.c.o 2025-03-21T20:24:57.3456629Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p16c-minmax-fp32-avx-mul16-add16.c.o 2025-03-21T20:24:57.3459628Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p16c-minmax-fp32-avx2-mul32.c.o 2025-03-21T20:24:57.3462541Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p1c-minmax-fp32-scalar-fmagic.c.o 2025-03-21T20:24:57.3465544Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p2c-minmax-fp32-scalar-imagic.c.o 2025-03-21T20:24:57.3468530Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p2c-minmax-fp32-scalar-lrintf.c.o 2025-03-21T20:24:57.3471655Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p32c-minmax-fp32-avx512skx-mul32.c.o 2025-03-21T20:24:57.3474831Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p8c-minmax-fp32-sse2-mul16.c.o 2025-03-21T20:24:57.3477939Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p8c-minmax-fp32-sse41-mul16.c.o 2025-03-21T20:24:57.3480906Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x16c8-minmax-fp32-avx512skx-prfm.c.o 2025-03-21T20:24:57.3483866Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x16c8-minmax-fp32-avx512vnni-prfm.c.o 2025-03-21T20:24:57.3486790Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x2-minmax-fp32-scalar-imagic.c.o 2025-03-21T20:24:57.3489680Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4-minmax-fp32-scalar-lrintf.c.o 2025-03-21T20:24:57.3492525Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4c8-minmax-fp32-avx-ld128.c.o 2025-03-21T20:24:57.3495346Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4c8-minmax-fp32-sse2-ld64.c.o 2025-03-21T20:24:57.3498189Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4c8-minmax-fp32-sse41-ld64.c.o 2025-03-21T20:24:57.3500978Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c8-minmax-fp32-avx2.c.o 2025-03-21T20:24:57.3503778Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x2-minmax-fp32-scalar-imagic.c.o 2025-03-21T20:24:57.3506633Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x4c8-minmax-fp32-avx-ld128.c.o 2025-03-21T20:24:57.3509500Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4-minmax-fp32-scalar-lrintf.c.o 2025-03-21T20:24:57.3512461Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4c8-minmax-fp32-sse2-ld64.c.o 2025-03-21T20:24:57.3515483Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4c8-minmax-fp32-sse41-ld64.c.o 2025-03-21T20:24:57.3518245Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x8c8-minmax-fp32-avx2.c.o 2025-03-21T20:24:57.3521072Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-7x16c8-minmax-fp32-avx512skx-prfm.c.o 2025-03-21T20:24:57.3523996Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-7x16c8-minmax-fp32-avx512vnni-prfm.c.o 2025-03-21T20:24:57.3526939Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x16c8-minmax-avx512vnni-prfm.c.o 2025-03-21T20:24:57.3529907Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x16c8-minmax-fp32-avx512skx-prfm.c.o 2025-03-21T20:24:57.3532867Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x2-minmax-fp32-scalar-imagic.c.o 2025-03-21T20:24:57.3535930Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4-minmax-fp32-scalar-lrintf.c.o 2025-03-21T20:24:57.3538845Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4c8-minmax-fp32-avx-ld128.c.o 2025-03-21T20:24:57.3541692Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4c8-minmax-fp32-sse2-ld64.c.o 2025-03-21T20:24:57.3544567Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4c8-minmax-fp32-sse41-ld64.c.o 2025-03-21T20:24:57.3547366Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c8-minmax-fp32-avx2.c.o 2025-03-21T20:24:57.3550298Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x2-minmax-fp32-scalar-imagic.c.o 2025-03-21T20:24:57.3553162Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4c8-minmax-fp32-avx-ld128.c.o 2025-03-21T20:24:57.3556070Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4-minmax-fp32-scalar-lrintf.c.o 2025-03-21T20:24:57.3558977Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4c8-minmax-fp32-sse2-ld64.c.o 2025-03-21T20:24:57.3561862Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4c8-minmax-fp32-sse41-ld64.c.o 2025-03-21T20:24:57.3564614Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x8c8-minmax-fp32-avx2.c.o 2025-03-21T20:24:57.3567447Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-7x16c8-minmax-avx512vnni-prfm.c.o 2025-03-21T20:24:57.3570381Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-7x16c8-minmax-fp32-avx512skx-prfm.c.o 2025-03-21T20:24:57.3573219Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qu8-packw/gen/qs8-qu8-packw-x16c8-gemm-goi-scalar.c.o 2025-03-21T20:24:57.3578229Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-rdsum/gen/qs8-rdsum-7p7x-minmax-fp32-avx2-c64.c.o 2025-03-21T20:24:57.3581043Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-rdsum/gen/qs8-rdsum-7p7x-minmax-fp32-avx512skx-c64.c.o 2025-03-21T20:24:58.1524310Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-rdsum/gen/qs8-rdsum-7p7x-minmax-fp32-sse41-c64.c.o 2025-03-21T20:24:58.1526061Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-rdsum/gen/qs8-rdsum-minmax-fp32-scalar-u1-acc1.c.o 2025-03-21T20:24:58.1527733Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-rsum/gen/qs8-rsum-avx2-u64-acc2.c.o 2025-03-21T20:24:58.1528942Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-rsum/gen/qs8-rsum-avx512skx-u128-acc2.c.o 2025-03-21T20:24:58.1530201Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-rsum/gen/qs8-rsum-avx512vnni-u128-acc2.c.o 2025-03-21T20:24:58.1531606Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-rsum/gen/qs8-rsum-scalar-u4.c.o 2025-03-21T20:24:58.1533079Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-rsum/gen/qs8-rsum-ssse3-u32-acc2.c.o 2025-03-21T20:24:58.1535316Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vadd/gen/qs8-vadd-minmax-avx-mul32-ld32-u8.c.o 2025-03-21T20:24:58.1537732Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vadd/gen/qs8-vadd-minmax-avx2-mul32-ld64-u16.c.o 2025-03-21T20:24:58.1540223Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vadd/gen/qs8-vadd-minmax-avx512skx-mul32-ld128-u16.c.o 2025-03-21T20:24:58.1542665Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vadd/gen/qs8-vadd-minmax-scalar-u1.c.o 2025-03-21T20:24:58.1544926Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vadd/gen/qs8-vadd-minmax-scalar-u4.c.o 2025-03-21T20:24:58.1547354Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vadd/gen/qs8-vadd-minmax-sse2-mul16-ld64-u8.c.o 2025-03-21T20:24:58.1549888Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vadd/gen/qs8-vadd-minmax-sse41-mul16-ld64-u8.c.o 2025-03-21T20:24:58.1552321Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-avx-mul32-ld32-u8.c.o 2025-03-21T20:24:58.1554681Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-avx2-mul32-ld64-u16.c.o 2025-03-21T20:24:58.1557027Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-avx512skx-mul32-ld128-u16.c.o 2025-03-21T20:24:58.1559513Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-scalar-u1.c.o 2025-03-21T20:24:58.1561871Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-scalar-u4.c.o 2025-03-21T20:24:58.1564311Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-sse2-mul16-ld64-u8.c.o 2025-03-21T20:24:58.1566837Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-sse41-mul16-ld64-u8.c.o 2025-03-21T20:24:58.1569341Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vcvt/gen/qs8-vcvt-avx-u32.c.o 2025-03-21T20:24:58.1571338Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vcvt/gen/qs8-vcvt-avx2-u32.c.o 2025-03-21T20:24:58.1573380Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vcvt/gen/qs8-vcvt-scalar-u1.c.o 2025-03-21T20:24:58.1575432Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vcvt/gen/qs8-vcvt-scalar-u4.c.o 2025-03-21T20:24:58.1577478Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vcvt/gen/qs8-vcvt-sse2-u32.c.o 2025-03-21T20:24:58.1579240Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vcvt/gen/qs8-vcvt-sse41-u32.c.o 2025-03-21T20:24:58.1581287Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vcvt/gen/qs8-vcvt-ssse3-u32.c.o 2025-03-21T20:24:58.1583412Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vlrelu/gen/qs8-vlrelu-avx-u32.c.o 2025-03-21T20:24:58.1585739Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vlrelu/gen/qs8-vlrelu-avx2-u32.c.o 2025-03-21T20:24:58.1587957Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vlrelu/gen/qs8-vlrelu-scalar-andxor-u4.c.o 2025-03-21T20:24:58.1590255Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vlrelu/gen/qs8-vlrelu-scalar-select-u4.c.o 2025-03-21T20:24:58.1592358Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vlrelu/gen/qs8-vlrelu-sse2-u32.c.o 2025-03-21T20:24:58.1594445Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vlrelu/gen/qs8-vlrelu-sse41-u32.c.o 2025-03-21T20:24:58.1596570Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vlrelu/gen/qs8-vlrelu-ssse3-u32.c.o 2025-03-21T20:24:58.1598809Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vmul/gen/qs8-vmul-minmax-fp32-avx-mul16-ld64-u16.c.o 2025-03-21T20:24:58.1600971Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vmul/gen/qs8-vmul-minmax-fp32-scalar-u4.c.o 2025-03-21T20:24:58.1603270Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vmul/gen/qs8-vmul-minmax-fp32-sse2-mul16-ld64-u8.c.o 2025-03-21T20:24:58.1605188Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vmul/gen/qs8-vmul-minmax-fp32-sse41-mul16-ld64-u16.c.o 2025-03-21T20:24:58.1606559Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vmulc/gen/qs8-vmulc-minmax-fp32-avx-mul16-ld64-u16.c.o 2025-03-21T20:24:58.1608141Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vmulc/gen/qs8-vmulc-minmax-fp32-scalar-u4.c.o 2025-03-21T20:24:58.1609466Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vmulc/gen/qs8-vmulc-minmax-fp32-sse2-mul16-ld64-u8.c.o 2025-03-21T20:24:58.1611100Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-avgpool/qu8-avgpool-9p8x-minmax-fp32-scalar-imagic-c1.c.o 2025-03-21T20:24:58.1613204Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vmulc/gen/qs8-vmulc-minmax-fp32-sse41-mul16-ld64-u16.c.o 2025-03-21T20:24:58.1615581Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-avgpool/qu8-avgpool-9p8x-minmax-fp32-sse2-c8.c.o 2025-03-21T20:24:58.1617515Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-avgpool/qu8-avgpool-9x-minmax-fp32-scalar-imagic-c1.c.o 2025-03-21T20:24:58.1619024Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-avgpool/qu8-avgpool-9x-minmax-fp32-sse2-c8.c.o 2025-03-21T20:24:58.1620473Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-25p16c-minmax-fp32-avx-mul16.c.o 2025-03-21T20:24:58.1621960Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-25p16c-minmax-fp32-avx2-mul32.c.o 2025-03-21T20:24:58.1623697Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-25p1c-minmax-fp32-scalar-fmagic.c.o 2025-03-21T20:24:58.1626197Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-25p1c-minmax-fp32-scalar-imagic.c.o 2025-03-21T20:24:58.1628905Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-25p2c-minmax-fp32-scalar-lrintf.c.o 2025-03-21T20:24:58.1631524Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-25p32c-minmax-fp32-avx512skx-mul32.c.o 2025-03-21T20:24:58.1633501Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-25p8c-minmax-fp32-sse2-mul16.c.o 2025-03-21T20:24:59.0639105Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-25p8c-minmax-fp32-sse41-mul16.c.o 2025-03-21T20:24:59.0641645Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-9p16c-minmax-fp32-avx-mul16.c.o 2025-03-21T20:24:59.0644102Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-9p16c-minmax-fp32-avx2-mul32.c.o 2025-03-21T20:24:59.0646539Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-9p1c-minmax-fp32-scalar-fmagic.c.o 2025-03-21T20:24:59.0648562Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-9p2c-minmax-fp32-scalar-imagic.c.o 2025-03-21T20:24:59.0650012Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-9p2c-minmax-fp32-scalar-lrintf.c.o 2025-03-21T20:24:59.0651570Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-9p32c-minmax-fp32-avx512skx-mul32.c.o 2025-03-21T20:24:59.0653719Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-9p8c-minmax-fp32-sse2-mul16.c.o 2025-03-21T20:24:59.0655697Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-9p8c-minmax-fp32-sse41-mul16.c.o 2025-03-21T20:24:59.0657597Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-avx-u32.c.o 2025-03-21T20:24:59.0659330Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-avx2-u16.c.o 2025-03-21T20:24:59.0661136Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-avx512skx-u32.c.o 2025-03-21T20:24:59.0663165Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-scalar-u1.c.o 2025-03-21T20:24:59.0664910Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-scalar-u4.c.o 2025-03-21T20:24:59.0666581Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-sse2-u32.c.o 2025-03-21T20:24:59.0668276Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-sse41-u16.c.o 2025-03-21T20:24:59.0670222Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-1x16c8-minmax-fp32-avx512skx-prfm.c.o 2025-03-21T20:24:59.0672132Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-1x2-minmax-fp32-scalar-imagic.c.o 2025-03-21T20:24:59.0674027Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-1x4-minmax-fp32-scalar-lrintf.c.o 2025-03-21T20:24:59.0676623Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-1x4c8-minmax-fp32-avx-ld128.c.o 2025-03-21T20:24:59.0678571Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-1x4c8-minmax-fp32-sse2-ld64.c.o 2025-03-21T20:24:59.0680741Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-1x4c8-minmax-fp32-sse41-ld64.c.o 2025-03-21T20:24:59.0682895Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-1x8c8-minmax-fp32-avx2.c.o 2025-03-21T20:24:59.0684986Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-2x2-minmax-fp32-scalar-imagic.c.o 2025-03-21T20:24:59.0687175Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-2x4c8-minmax-fp32-avx-ld128.c.o 2025-03-21T20:24:59.0689299Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-3x4-minmax-fp32-scalar-lrintf.c.o 2025-03-21T20:24:59.0691455Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-3x4c8-minmax-fp32-sse2-ld64.c.o 2025-03-21T20:24:59.0693745Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-3x4c8-minmax-fp32-sse41-ld64.c.o 2025-03-21T20:24:59.0695913Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-3x8c8-minmax-fp32-avx2.c.o 2025-03-21T20:24:59.0697321Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-7x16c8-minmax-fp32-avx512skx-prfm.c.o 2025-03-21T20:24:59.0699152Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-1x16c8-minmax-fp32-avx512skx-prfm.c.o 2025-03-21T20:24:59.0700517Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-1x2-minmax-fp32-scalar-imagic.c.o 2025-03-21T20:24:59.0701861Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-1x4-minmax-fp32-scalar-lrintf.c.o 2025-03-21T20:24:59.0703199Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-1x4c8-minmax-fp32-avx-ld128.c.o 2025-03-21T20:24:59.0704675Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-1x4c8-minmax-fp32-sse2-ld64.c.o 2025-03-21T20:24:59.0706004Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-1x4c8-minmax-fp32-sse41-ld64.c.o 2025-03-21T20:24:59.0707317Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-1x8c8-minmax-fp32-avx2.c.o 2025-03-21T20:24:59.0709128Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-2x2-minmax-fp32-scalar-imagic.c.o 2025-03-21T20:24:59.0710821Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-2x4c8-minmax-fp32-avx-ld128.c.o 2025-03-21T20:24:59.0712494Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-3x4-minmax-fp32-scalar-lrintf.c.o 2025-03-21T20:24:59.0713833Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-3x4c8-minmax-fp32-sse2-ld64.c.o 2025-03-21T20:24:59.0715277Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-3x4c8-minmax-fp32-sse41-ld64.c.o 2025-03-21T20:24:59.0716582Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-3x8c8-minmax-fp32-avx2.c.o 2025-03-21T20:24:59.0718593Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-7x16c8-minmax-fp32-avx512skx-prfm.c.o 2025-03-21T20:24:59.0721012Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-rdsum/gen/qu8-rdsum-7p7x-ssse3-c64.c.o 2025-03-21T20:24:59.0723239Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-rdsum/gen/qu8-rdsum-scalar.c.o 2025-03-21T20:24:59.0725352Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-rsum/gen/qu8-rsum-avx2-u64-acc2.c.o 2025-03-21T20:24:59.0727446Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-rsum/gen/qu8-rsum-scalar-u4.c.o 2025-03-21T20:24:59.0729602Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-rsum/gen/qu8-rsum-sse2-u32-acc2.c.o 2025-03-21T20:24:59.0731799Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vadd/gen/qu8-vadd-minmax-avx-mul32-ld32-u8.c.o 2025-03-21T20:24:59.0734089Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vadd/gen/qu8-vadd-minmax-avx2-mul32-ld64-u16.c.o 2025-03-21T20:24:59.0736539Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vadd/gen/qu8-vadd-minmax-avx512skx-mul32-ld128-u16.c.o 2025-03-21T20:24:59.0738875Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vadd/gen/qu8-vadd-minmax-scalar-u1.c.o 2025-03-21T20:24:59.8795907Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vadd/gen/qu8-vadd-minmax-scalar-u4.c.o 2025-03-21T20:24:59.8798086Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vadd/gen/qu8-vadd-minmax-sse2-mul16-ld64-u8.c.o 2025-03-21T20:24:59.8799419Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vadd/gen/qu8-vadd-minmax-sse41-mul16-ld64-u8.c.o 2025-03-21T20:24:59.8800708Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-avx-mul32-ld32-u8.c.o 2025-03-21T20:24:59.8802320Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-avx2-mul32-ld64-u16.c.o 2025-03-21T20:24:59.8804775Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-avx512skx-mul32-ld128-u16.c.o 2025-03-21T20:24:59.8807256Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-scalar-u1.c.o 2025-03-21T20:24:59.8809337Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-scalar-u4.c.o 2025-03-21T20:24:59.8810617Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-sse2-mul16-ld64-u8.c.o 2025-03-21T20:24:59.8811942Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-sse41-mul16-ld64-u8.c.o 2025-03-21T20:24:59.8813152Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vcvt/gen/qu8-vcvt-avx-u32.c.o 2025-03-21T20:24:59.8815101Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vcvt/gen/qu8-vcvt-avx2-u32.c.o 2025-03-21T20:24:59.8816507Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vcvt/gen/qu8-vcvt-scalar-u1.c.o 2025-03-21T20:24:59.8817923Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vcvt/gen/qu8-vcvt-sse2-u32.c.o 2025-03-21T20:24:59.8819262Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vcvt/gen/qu8-vcvt-scalar-u4.c.o 2025-03-21T20:24:59.8821219Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vcvt/gen/qu8-vcvt-sse41-u32.c.o 2025-03-21T20:24:59.8823052Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vcvt/gen/qu8-vcvt-ssse3-u32.c.o 2025-03-21T20:24:59.8824833Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vlrelu/gen/qu8-vlrelu-avx-u32.c.o 2025-03-21T20:24:59.8826481Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vlrelu/gen/qu8-vlrelu-avx2-u32.c.o 2025-03-21T20:24:59.8828210Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vlrelu/gen/qu8-vlrelu-scalar-andxor-u4.c.o 2025-03-21T20:24:59.8830095Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vlrelu/gen/qu8-vlrelu-scalar-select-u4.c.o 2025-03-21T20:24:59.8831798Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vlrelu/gen/qu8-vlrelu-sse2-u32.c.o 2025-03-21T20:24:59.8833507Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vlrelu/gen/qu8-vlrelu-sse41-u32.c.o 2025-03-21T20:24:59.8835204Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vlrelu/gen/qu8-vlrelu-ssse3-u32.c.o 2025-03-21T20:24:59.8836968Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vmul/gen/qu8-vmul-minmax-fp32-avx-mul16-ld64-u16.c.o 2025-03-21T20:24:59.8838779Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vmul/gen/qu8-vmul-minmax-fp32-scalar-u4.c.o 2025-03-21T20:24:59.8840607Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vmul/gen/qu8-vmul-minmax-fp32-sse2-mul16-ld64-u8.c.o 2025-03-21T20:24:59.8842683Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vmul/gen/qu8-vmul-minmax-fp32-sse41-mul16-ld64-u16.c.o 2025-03-21T20:24:59.8844562Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vmulc/gen/qu8-vmulc-minmax-fp32-avx-mul16-ld64-u16.c.o 2025-03-21T20:24:59.8846431Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vmulc/gen/qu8-vmulc-minmax-fp32-scalar-u4.c.o 2025-03-21T20:24:59.8848507Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vmulc/gen/qu8-vmulc-minmax-fp32-sse2-mul16-ld64-u8.c.o 2025-03-21T20:24:59.8850531Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vmulc/gen/qu8-vmulc-minmax-fp32-sse41-mul16-ld64-u16.c.o 2025-03-21T20:24:59.8852682Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s32-f32-vcvt/gen/s32-f32-vcvt-avx2.c.o 2025-03-21T20:24:59.8853903Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s32-f32-vcvt/gen/s32-f32-vcvt-avx512f.c.o 2025-03-21T20:24:59.8855079Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s32-f32-vcvt/gen/s32-f32-vcvt-scalar.c.o 2025-03-21T20:24:59.8856362Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-ibilinear/gen/s8-ibilinear-scalar-c1.c.o 2025-03-21T20:24:59.8857566Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-ibilinear/gen/s8-ibilinear-sse2-c8.c.o 2025-03-21T20:24:59.8858745Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-ibilinear/gen/s8-ibilinear-sse41-c16.c.o 2025-03-21T20:24:59.8859974Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-maxpool/s8-maxpool-9p8x-minmax-scalar-c1.c.o 2025-03-21T20:24:59.8861236Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-maxpool/s8-maxpool-9p8x-minmax-sse2-c16.c.o 2025-03-21T20:24:59.8862475Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-maxpool/s8-maxpool-9p8x-minmax-sse41-c16.c.o 2025-03-21T20:24:59.8863664Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-vclamp/s8-vclamp-avx2-u128.c.o 2025-03-21T20:24:59.8864907Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-vclamp/s8-vclamp-avx512skx-u256.c.o 2025-03-21T20:24:59.8866861Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-vclamp/s8-vclamp-scalar-u4.c.o 2025-03-21T20:24:59.8869013Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-vclamp/s8-vclamp-sse2-u64.c.o 2025-03-21T20:24:59.8870965Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-vclamp/s8-vclamp-sse41-u64.c.o 2025-03-21T20:24:59.8872662Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-ibilinear/gen/u8-ibilinear-scalar-c1.c.o 2025-03-21T20:24:59.8874723Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-ibilinear/gen/u8-ibilinear-sse2-c8.c.o 2025-03-21T20:24:59.8878625Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-ibilinear/gen/u8-ibilinear-sse41-c16.c.o 2025-03-21T20:24:59.8880316Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-lut32norm/u8-lut32norm-scalar.c.o 2025-03-21T20:24:59.8881522Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-maxpool/u8-maxpool-9p8x-minmax-scalar-c1.c.o 2025-03-21T20:24:59.8882964Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-maxpool/u8-maxpool-9p8x-minmax-sse2-c16.c.o 2025-03-21T20:24:59.8884225Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-rmax/u8-rmax-scalar-u2.c.o 2025-03-21T20:24:59.8885899Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-rmax/u8-rmax-sse2-u16.c.o 2025-03-21T20:24:59.8887114Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-vclamp/u8-vclamp-avx2-u128.c.o 2025-03-21T20:24:59.8888749Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-vclamp/u8-vclamp-avx512skx-u256.c.o 2025-03-21T20:25:00.6516402Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-vclamp/u8-vclamp-scalar-u4.c.o 2025-03-21T20:25:00.6518357Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-vclamp/u8-vclamp-sse2-u64.c.o 2025-03-21T20:25:00.6520370Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x16-packw/gen/x16-packw-x16-gemm-goi-avx2-u16-prfm.c.o 2025-03-21T20:25:00.6522749Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x16-packw/gen/x16-packw-x64-gemm-goi-scalar-int-u4.c.o 2025-03-21T20:25:00.6524917Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x16-transposec/gen/x16-transposec-16x16-reuse-switch-avx2.c.o 2025-03-21T20:25:00.6527084Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x16-transposec/gen/x16-transposec-2x4-scalar-int.c.o 2025-03-21T20:25:00.6529337Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x16-transposec/gen/x16-transposec-8x8-reuse-multi-sse2.c.o 2025-03-21T20:25:00.6531580Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x24-transposec/gen/x24-transposec-1x2-scalar.c.o 2025-03-21T20:25:00.6533498Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x24-transposec/x24-transposec-4x4-ssse3.c.o 2025-03-21T20:25:00.6535181Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-packw/gen/x32-packw-x16-gemm-goi-avx-u4.c.o 2025-03-21T20:25:00.6537383Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-packw/gen/x32-packw-x16s4-gemm-goi-avx-u4.c.o 2025-03-21T20:25:00.6539787Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-packw/gen/x32-packw-x2-gemm-goi-scalar-float-u4.c.o 2025-03-21T20:25:00.6542239Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-packw/gen/x32-packw-x2c4-gemm-goi-sse2-u4.c.o 2025-03-21T20:25:00.6544673Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-packw/gen/x32-packw-x32-gemm-goi-avx512f-u4-prfm.c.o 2025-03-21T20:25:00.6547175Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-packw/gen/x32-packw-x4-gemm-goi-scalar-float-u4.c.o 2025-03-21T20:25:00.6549722Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-packw/gen/x32-packw-x8-gemm-goi-sse2-u4.c.o 2025-03-21T20:25:00.6552126Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-transposec/gen/x32-transposec-2x4-scalar-int.c.o 2025-03-21T20:25:00.6554628Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-transposec/gen/x32-transposec-8x8-reuse-multi-avx.c.o 2025-03-21T20:25:00.6557249Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-transposec/x32-transposec-4x4-sse.c.o 2025-03-21T20:25:00.6559323Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-unpool/x32-unpool-scalar.c.o 2025-03-21T20:25:00.6561469Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-unpool/x32-unpool-sse2.c.o 2025-03-21T20:25:00.6563573Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-x2-scalar.c.o 2025-03-21T20:25:00.6565703Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-x2-sse2.c.o 2025-03-21T20:25:00.6567785Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-x3-scalar.c.o 2025-03-21T20:25:00.6569799Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-x3-sse2.c.o 2025-03-21T20:25:00.6571682Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-x4-scalar.c.o 2025-03-21T20:25:00.6572873Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-x4-sse2.c.o 2025-03-21T20:25:00.6574596Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-xm-scalar.c.o 2025-03-21T20:25:00.6576567Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-xm-sse2.c.o 2025-03-21T20:25:00.6578233Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x64-transposec/gen/x64-transposec-2x2-multi-mov-sse2.c.o 2025-03-21T20:25:00.6579566Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x64-transposec/gen/x64-transposec-4x2-scalar-int.c.o 2025-03-21T20:25:00.6581132Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x64-transposec/gen/x64-transposec-4x4-reuse-multi-avx.c.o 2025-03-21T20:25:00.6582423Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-lut/gen/x8-lut-avx-u64.c.o 2025-03-21T20:25:00.6583505Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-lut/gen/x8-lut-avx2-u128.c.o 2025-03-21T20:25:00.6584939Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-lut/gen/x8-lut-avx512skx-vpshufb-u64.c.o 2025-03-21T20:25:00.6586991Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-lut/gen/x8-lut-avx512vbmi-vpermx2b-u128.c.o 2025-03-21T20:25:00.6588565Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-lut/gen/x8-lut-scalar-u4.c.o 2025-03-21T20:25:00.6589808Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-packq/x8-packq-scalar-f32qp8-u1.c.o 2025-03-21T20:25:00.6591031Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-packw/gen/x8-packw-x16-gemm-goi-scalar-u2.c.o 2025-03-21T20:25:00.6592909Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-packw/gen/x8-packw-x32-gemm-goi-scalar-u2.c.o 2025-03-21T20:25:00.6595193Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-packw/gen/x8-packw-x4-gemm-goi-scalar-u2.c.o 2025-03-21T20:25:00.6597684Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-packw/gen/x8-packw-x8-gemm-goi-scalar-u2.c.o 2025-03-21T20:25:00.6600399Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-transposec/gen/x8-transposec-16x16-reuse-mov-sse2.c.o 2025-03-21T20:25:00.6602513Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-transposec/gen/x8-transposec-2x4-scalar-int.c.o 2025-03-21T20:25:00.6604678Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-transposec/gen/x8-transposec-32x32-reuse-switch-avx2.c.o 2025-03-21T20:25:00.6606732Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-x2-scalar.c.o 2025-03-21T20:25:00.6608436Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-x2-sse2.c.o 2025-03-21T20:25:00.6610080Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-x3-scalar.c.o 2025-03-21T20:25:00.6611786Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-x3-sse2.c.o 2025-03-21T20:25:00.6613441Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-x4-scalar.c.o 2025-03-21T20:25:00.6615431Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-x4-sse2.c.o 2025-03-21T20:25:00.6617161Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-xm-scalar.c.o 2025-03-21T20:25:00.6618926Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-xm-sse2.c.o 2025-03-21T20:25:00.6620482Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/xx-copy/xx-copy-scalar-memcpy.c.o 2025-03-21T20:25:00.6621607Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/xx-fill/xx-fill-scalar-u16.c.o 2025-03-21T20:25:00.6622919Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/xx-fill/xx-fill-sse2-u64.c.o 2025-03-21T20:25:00.6624059Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/xx-pad/xx-pad-p16-sse2-u16.c.o 2025-03-21T20:25:07.5840300Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/xx-pad/xx-pad-p4-scalar-u16.c.o 2025-03-21T20:25:07.5842579Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/xx-transposev/xx-transposev-1x1-scalar-memcpy.c.o 2025-03-21T20:25:07.5844804Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2-k-over-64.c.o 2025-03-21T20:25:07.5846735Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2-k-over-2048.c.o 2025-03-21T20:25:07.5848749Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-4.c.o 2025-03-21T20:25:07.5850698Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-8.c.o 2025-03-21T20:25:07.5852693Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-16.c.o 2025-03-21T20:25:07.5854720Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-32.c.o 2025-03-21T20:25:07.5856650Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-64.c.o 2025-03-21T20:25:07.5858558Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-2048.c.o 2025-03-21T20:25:07.5860706Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/vlog.c.o 2025-03-21T20:25:07.5861995Z [ 96%] Linking C static library libmicrokernels-prod.a 2025-03-21T20:25:07.5862715Z [ 96%] Built target microkernels-prod 2025-03-21T20:25:07.5863341Z [ 96%] Generating build_identifier.c 2025-03-21T20:25:07.5864570Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/argmaxpool-config.c.o 2025-03-21T20:25:07.5866445Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/binary-elementwise-config.c.o 2025-03-21T20:25:07.5868308Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/avgpool-config.c.o 2025-03-21T20:25:07.5870065Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/cmul-config.c.o 2025-03-21T20:25:07.5871864Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/conv-hwc2chw-config.c.o 2025-03-21T20:25:07.5873691Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/dwconv-config.c.o 2025-03-21T20:25:07.5875600Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/dwconv2d-chw-config.c.o 2025-03-21T20:25:07.5877966Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/experiments-config.c.o 2025-03-21T20:25:07.5879842Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/gemm-config.c.o 2025-03-21T20:25:07.5881718Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/ibilinear-chw-config.c.o 2025-03-21T20:25:07.5883660Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/ibilinear-config.c.o 2025-03-21T20:25:07.5885285Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/lut32norm-config.c.o 2025-03-21T20:25:07.5886895Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/maxpool-config.c.o 2025-03-21T20:25:07.5888568Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/pavgpool-config.c.o 2025-03-21T20:25:07.5890278Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/pack-lh-config.c.o 2025-03-21T20:25:07.5892172Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/raddstoreexpminusmax-config.c.o 2025-03-21T20:25:07.5894008Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/reduce-config.c.o 2025-03-21T20:25:07.5895718Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/rmax-config.c.o 2025-03-21T20:25:07.5897367Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/spmm-config.c.o 2025-03-21T20:25:07.5899116Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/transpose-config.c.o 2025-03-21T20:25:07.5901100Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/unary-elementwise-config.c.o 2025-03-21T20:25:07.5903019Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/unpool-config.c.o 2025-03-21T20:25:07.5904821Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/vmulcaddc-config.c.o 2025-03-21T20:25:07.5906602Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/xx-fill-config.c.o 2025-03-21T20:25:07.5908363Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/xx-pad-config.c.o 2025-03-21T20:25:07.5910461Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/x8-lut-config.c.o 2025-03-21T20:25:07.5912266Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/zip-config.c.o 2025-03-21T20:25:07.5913922Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/init.c.o 2025-03-21T20:25:07.5915442Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/params.c.o 2025-03-21T20:25:07.5932660Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/build_identifier.c.o 2025-03-21T20:25:07.5933773Z [ 98%] Linking CXX static library libXNNPACK.a 2025-03-21T20:25:07.5934284Z [ 98%] Built target XNNPACK 2025-03-21T20:25:07.5935064Z [ 98%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNExecutor.cpp.o 2025-03-21T20:25:07.5936495Z [ 98%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNCompiler.cpp.o 2025-03-21T20:25:07.5937960Z [ 98%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNHeader.cpp.o 2025-03-21T20:25:07.5939259Z [ 98%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNPACKBackend.cpp.o 2025-03-21T20:25:07.5940213Z [ 98%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNWeightsCache.cpp.o 2025-03-21T20:25:07.5941082Z [ 98%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/profiling/XNNProfiler.cpp.o 2025-03-21T20:25:07.5941733Z [ 98%] Linking CXX static library libxnnpack_backend.a 2025-03-21T20:25:07.5942121Z [ 98%] Built target xnnpack_backend 2025-03-21T20:25:07.5942640Z [ 98%] Building CXX object CMakeFiles/portable_lib.dir/extension/pybindings/pybindings.cpp.o 2025-03-21T20:25:07.5943307Z [100%] Linking CXX shared library _portable_lib.cpython-310-x86_64-linux-gnu.so 2025-03-21T20:25:07.5943789Z [100%] Built target portable_lib 2025-03-21T20:25:07.5944102Z [ 0%] Built target flatbuffers 2025-03-21T20:25:07.5944400Z [ 0%] Built target flatccrt 2025-03-21T20:25:07.5944701Z [ 0%] Built target pthreadpool 2025-03-21T20:25:07.5945012Z [ 0%] Built target common_schema 2025-03-21T20:25:07.5945333Z [ 1%] Built target xnnpack_schema 2025-03-21T20:25:07.5945640Z [ 2%] Built target cpuinfo 2025-03-21T20:25:07.5945934Z [ 4%] Built target flatcc 2025-03-21T20:25:07.5946245Z [ 4%] Built target bundled_program_schema 2025-03-21T20:25:07.5946584Z [ 7%] Built target eigen_blas 2025-03-21T20:25:07.5946889Z [ 7%] Built target indirection 2025-03-21T20:25:07.5947181Z [ 7%] Built target datatype 2025-03-21T20:25:07.5947485Z [ 7%] Built target microparams-init 2025-03-21T20:25:07.5947807Z [ 7%] Built target logging 2025-03-21T20:25:07.5948106Z [ 7%] Built target normalization 2025-03-21T20:25:07.5948428Z [ 7%] Built target reference-ukernels 2025-03-21T20:25:07.5948753Z [ 7%] Built target program_schema 2025-03-21T20:25:07.5949154Z [ 7%] Built target flatcc_cli 2025-03-21T20:25:07.5949459Z [ 7%] Built target allocator 2025-03-21T20:25:07.5949765Z [ 7%] Built target hardware-config 2025-03-21T20:25:07.5950088Z [ 7%] Built target packing 2025-03-21T20:25:07.5950366Z [ 7%] Built target cache 2025-03-21T20:25:07.5950651Z [ 7%] Built target memory 2025-03-21T20:25:07.5950952Z [ 7%] Built target microkernel-utils 2025-03-21T20:25:07.5951284Z [ 7%] Built target operator-utils 2025-03-21T20:25:07.5951595Z [ 7%] Built target mutex 2025-03-21T20:25:07.5951871Z [ 7%] Built target operator-run 2025-03-21T20:25:07.5952182Z [ 7%] Built target etdump_schema 2025-03-21T20:25:07.5952493Z [ 9%] Built target operators 2025-03-21T20:25:07.5952793Z [ 10%] Built target executorch_core 2025-03-21T20:25:07.5953124Z [ 13%] Built target extension_threadpool 2025-03-21T20:25:07.5953444Z [ 14%] Built target subgraph 2025-03-21T20:25:07.5953812Z [ 15%] Built target executorch 2025-03-21T20:25:07.5954118Z [ 15%] Built target extension_tensor 2025-03-21T20:25:07.5954459Z [ 15%] Built target extension_data_loader 2025-03-21T20:25:07.5954790Z [ 15%] Built target cpublas 2025-03-21T20:25:07.5955076Z [ 15%] Built target bundled_program 2025-03-21T20:25:07.5955392Z [ 15%] Built target etdump 2025-03-21T20:25:07.5955677Z [ 16%] Built target util 2025-03-21T20:25:07.5955969Z [ 18%] Built target optimized_kernels 2025-03-21T20:25:07.5956316Z [ 32%] Built target optimized_portable_kernels 2025-03-21T20:25:07.5956680Z [ 32%] Built target optimized_native_cpu_ops_lib 2025-03-21T20:25:07.5957050Z [ 95%] Built target microkernels-prod 2025-03-21T20:25:07.5957375Z [ 97%] Built target XNNPACK 2025-03-21T20:25:07.5957676Z [ 97%] Built target xnnpack_backend 2025-03-21T20:25:07.5957996Z [ 98%] Built target portable_lib 2025-03-21T20:25:07.5958530Z [ 98%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_fallback.cpp.o 2025-03-21T20:25:07.5959401Z [ 98%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_fast_hadamard_transform.cpp.o 2025-03-21T20:25:07.5960248Z [ 98%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_sdpa.cpp.o 2025-03-21T20:25:07.5961096Z [ 98%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_update_cache.cpp.o 2025-03-21T20:25:14.5717643Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/spinquant/fast_hadamard_transform.cpp.o 2025-03-21T20:25:14.5719037Z [100%] Building C object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/spinquant/third-party/FFHT/fht_avx.c.o 2025-03-21T20:25:14.5719941Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_sdpa_aot.cpp.o 2025-03-21T20:25:14.5720838Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_fast_hadamard_transform_aten.cpp.o 2025-03-21T20:25:14.5721767Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_tile_crop.cpp.o 2025-03-21T20:25:14.5722600Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_tile_crop_aot.cpp.o 2025-03-21T20:25:14.5723286Z [100%] Linking CXX shared library libcustom_ops_aot_lib.so 2025-03-21T20:25:14.5723790Z [100%] Built target custom_ops_aot_lib 2025-03-21T20:25:14.5724218Z [ 0%] Built target flatbuffers 2025-03-21T20:25:14.5724619Z [ 0%] Built target flatccrt 2025-03-21T20:25:14.5725047Z [ 0%] Built target pthreadpool 2025-03-21T20:25:14.5725416Z [ 1%] Built target cpuinfo 2025-03-21T20:25:14.5725741Z [ 3%] Built target flatcc 2025-03-21T20:25:14.5726083Z [ 3%] Built target common_schema 2025-03-21T20:25:14.5726405Z [ 4%] Built target xnnpack_schema 2025-03-21T20:25:14.5726724Z [ 7%] Built target eigen_blas 2025-03-21T20:25:14.5727047Z [ 7%] Built target bundled_program_schema 2025-03-21T20:25:14.5727382Z [ 7%] Built target logging 2025-03-21T20:25:14.5727680Z [ 7%] Built target indirection 2025-03-21T20:25:14.5727999Z [ 7%] Built target microparams-init 2025-03-21T20:25:14.5728333Z [ 7%] Built target normalization 2025-03-21T20:25:14.5728686Z [ 7%] Built target datatype 2025-03-21T20:25:14.5728980Z [ 7%] Built target reference-ukernels 2025-03-21T20:25:14.5729320Z [ 7%] Built target program_schema 2025-03-21T20:25:14.5729636Z [ 7%] Built target flatcc_cli 2025-03-21T20:25:14.5729935Z [ 7%] Built target packing 2025-03-21T20:25:14.5730234Z [ 7%] Built target hardware-config 2025-03-21T20:25:14.5730542Z [ 7%] Built target allocator 2025-03-21T20:25:14.5730833Z [ 7%] Built target cache 2025-03-21T20:25:14.5731127Z [ 7%] Built target microkernel-utils 2025-03-21T20:25:14.5731457Z [ 7%] Built target memory 2025-03-21T20:25:14.5731849Z [ 7%] Built target mutex 2025-03-21T20:25:14.5732219Z [ 7%] Built target operator-utils 2025-03-21T20:25:14.5732889Z [ 7%] Built target operator-run 2025-03-21T20:25:14.5733207Z [ 7%] Built target etdump_schema 2025-03-21T20:25:14.5733523Z [ 9%] Built target operators 2025-03-21T20:25:14.5733826Z [ 10%] Built target executorch_core 2025-03-21T20:25:14.5734140Z [ 10%] Built target extension_tensor 2025-03-21T20:25:14.5734464Z [ 11%] Built target executorch 2025-03-21T20:25:14.5734766Z [ 14%] Built target subgraph 2025-03-21T20:25:14.5735081Z [ 15%] Built target extension_threadpool 2025-03-21T20:25:14.5735431Z [ 15%] Built target extension_data_loader 2025-03-21T20:25:14.5735806Z [ 15%] Built target bundled_program 2025-03-21T20:25:14.5736156Z [ 15%] Built target etdump 2025-03-21T20:25:14.5736449Z [ 15%] Built target cpublas 2025-03-21T20:25:14.5736753Z [ 16%] Built target optimized_kernels 2025-03-21T20:25:14.5737080Z [ 17%] Built target util 2025-03-21T20:25:14.5737389Z [ 32%] Built target optimized_portable_kernels 2025-03-21T20:25:14.5737757Z [ 32%] Built target optimized_native_cpu_ops_lib 2025-03-21T20:25:14.5738130Z [ 94%] Built target microkernels-prod 2025-03-21T20:25:14.5738454Z [ 96%] Built target XNNPACK 2025-03-21T20:25:14.5738755Z [ 96%] Built target xnnpack_backend 2025-03-21T20:25:14.5739074Z [ 97%] Built target portable_lib 2025-03-21T20:25:14.5739865Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/embeddingxb.cpp.o 2025-03-21T20:25:14.5741034Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_add.cpp.o 2025-03-21T20:25:14.5741931Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_choose_qparams.cpp.o 2025-03-21T20:25:14.5742853Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_dequantize.cpp.o 2025-03-21T20:25:14.5743794Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_embedding.cpp.o 2025-03-21T20:25:14.5744692Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_embedding2b.cpp.o 2025-03-21T20:25:14.5745608Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_embedding4b.cpp.o 2025-03-21T20:25:14.5746502Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_mixed_linear.cpp.o 2025-03-21T20:25:14.5747616Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_mixed_mm.cpp.o 2025-03-21T20:25:14.5748714Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_quantize.cpp.o 2025-03-21T20:25:14.5749660Z [ 97%] Linking CXX static library libquantized_pybind_kernels_lib.a 2025-03-21T20:25:14.5750161Z [ 97%] Built target quantized_pybind_kernels_lib 2025-03-21T20:25:14.5750629Z [ 97%] Generating selected_operators.yaml for quantized_ops_pybind_lib 2025-03-21T20:25:14.5751076Z [ 97%] Generating code for kernel registration 2025-03-21T20:25:14.5751934Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_pybind_lib.dir/quantized_ops_pybind_lib/RegisterCodegenUnboxedKernelsEverything.cpp.o 2025-03-21T20:25:14.5752882Z [ 98%] Linking CXX static library libquantized_ops_pybind_lib.a 2025-03-21T20:25:14.5753305Z [ 98%] Built target quantized_ops_pybind_lib 2025-03-21T20:25:14.5753748Z [ 98%] Generating selected_operators.yaml for quantized_ops_aot_lib 2025-03-21T20:25:14.5756421Z quantized_decomposed::add.out quantized_decomposed::choose_qparams.Tensor_out quantized_decomposed::choose_qparams_per_token_asymmetric.out quantized_decomposed::dequantize_per_channel.out quantized_decomposed::dequantize_per_tensor.out quantized_decomposed::dequantize_per_tensor.Tensor_out quantized_decomposed::dequantize_per_token.out quantized_decomposed::mixed_linear.out quantized_decomposed::mixed_mm.out quantized_decomposed::quantize_per_channel.out quantized_decomposed::quantize_per_tensor.out quantized_decomposed::quantize_per_tensor.Tensor_out quantized_decomposed::quantize_per_token.out 2025-03-21T20:25:14.5759692Z [ 98%] Generating code for kernel registration 2025-03-21T20:25:14.5760547Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/quantized_ops_aot_lib/RegisterCPUCustomOps.cpp.o 2025-03-21T20:25:14.5761591Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/quantized_ops_aot_lib/RegisterSchema.cpp.o 2025-03-21T20:25:14.5762485Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_add.cpp.o 2025-03-21T20:25:14.5763286Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/embeddingxb.cpp.o 2025-03-21T20:25:14.5764161Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_choose_qparams.cpp.o 2025-03-21T20:25:14.5765024Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_dequantize.cpp.o 2025-03-21T20:25:14.5765874Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_embedding.cpp.o 2025-03-21T20:25:14.5766728Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_embedding2b.cpp.o 2025-03-21T20:25:14.5767762Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_embedding4b.cpp.o 2025-03-21T20:25:14.5768773Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_mixed_linear.cpp.o 2025-03-21T20:25:14.5769619Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_mixed_mm.cpp.o 2025-03-21T20:25:14.5770439Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_quantize.cpp.o 2025-03-21T20:25:14.5771383Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/__/portable/cpu/util/reduce_util.cpp.o 2025-03-21T20:25:14.5772410Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/__/__/runtime/core/exec_aten/util/tensor_util_aten.cpp.o 2025-03-21T20:25:14.5773205Z [100%] Linking CXX shared library libquantized_ops_aot_lib.so 2025-03-21T20:25:14.5773624Z [100%] Built target quantized_ops_aot_lib 2025-03-21T20:25:14.5773961Z running build_py 2025-03-21T20:25:14.5774364Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-03-21T20:25:14.5775203Z copying backends/arm/arm_backend.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-03-21T20:25:14.5776232Z copying backends/arm/arm_vela.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-03-21T20:25:14.5777101Z copying backends/arm/ethosu_backend.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-03-21T20:25:14.5777939Z copying backends/arm/ethosu_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-03-21T20:25:14.5778800Z copying backends/arm/process_node.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-03-21T20:25:14.5779594Z copying backends/arm/tosa_backend.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-03-21T20:25:14.5780381Z copying backends/arm/tosa_mapping.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-03-21T20:25:14.5781199Z copying backends/arm/tosa_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-03-21T20:25:14.5782017Z copying backends/arm/tosa_quant_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-03-21T20:25:14.5782952Z copying backends/arm/tosa_specification.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-03-21T20:25:14.5783896Z copying backends/arm/tosa_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm 2025-03-21T20:25:14.5784578Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example 2025-03-21T20:25:14.5785324Z copying backends/example/example_backend.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example 2025-03-21T20:25:14.5786400Z copying backends/example/example_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example 2025-03-21T20:25:14.5787376Z copying backends/example/example_quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example 2025-03-21T20:25:14.6183321Z copying backends/example/test_example_delegate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example 2025-03-21T20:25:14.6184141Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek 2025-03-21T20:25:14.6184866Z copying backends/mediatek/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek 2025-03-21T20:25:14.6185728Z copying backends/mediatek/partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek 2025-03-21T20:25:14.6186659Z copying backends/mediatek/preprocess.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek 2025-03-21T20:25:14.6187414Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm 2025-03-21T20:25:14.6188149Z copying backends/qualcomm/qnn_preprocess.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm 2025-03-21T20:25:14.6188964Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-03-21T20:25:14.6190029Z copying backends/transforms/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-03-21T20:25:14.6190958Z copying backends/transforms/addmm_mm_to_linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-03-21T20:25:14.6191925Z copying backends/transforms/convert_dtype_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-03-21T20:25:14.6192883Z copying backends/transforms/decompose_sdpa.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-03-21T20:25:14.6193895Z copying backends/transforms/duplicate_dynamic_quant_chain.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-03-21T20:25:14.6194963Z copying backends/transforms/fuse_batch_norm_with_conv.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-03-21T20:25:14.6195951Z copying backends/transforms/fuse_conv_with_clamp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-03-21T20:25:14.6196952Z copying backends/transforms/fuse_dequant_linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-03-21T20:25:14.6198001Z copying backends/transforms/fuse_view_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-03-21T20:25:14.6198989Z copying backends/transforms/mean_to_sum_div.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-03-21T20:25:14.6199905Z copying backends/transforms/rank_0_to_rank_1.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-03-21T20:25:14.6200845Z copying backends/transforms/remove_clone_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-03-21T20:25:14.6201835Z copying backends/transforms/replace_scalar_with_tensor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-03-21T20:25:14.6202812Z copying backends/transforms/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-03-21T20:25:14.6203774Z copying backends/transforms/view_copy_to_squeeze_unsqueeze.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms 2025-03-21T20:25:14.6204592Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan 2025-03-21T20:25:14.6205278Z copying backends/vulkan/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan 2025-03-21T20:25:14.6206191Z copying backends/vulkan/custom_ops_lib.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan 2025-03-21T20:25:14.6207221Z copying backends/vulkan/op_registry.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan 2025-03-21T20:25:14.6208042Z copying backends/vulkan/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan 2025-03-21T20:25:14.6208873Z copying backends/vulkan/vulkan_preprocess.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan 2025-03-21T20:25:14.6209628Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack 2025-03-21T20:25:14.6210368Z copying backends/xnnpack/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack 2025-03-21T20:25:14.6211250Z copying backends/xnnpack/xnnpack_preprocess.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack 2025-03-21T20:25:14.6212022Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps 2025-03-21T20:25:14.6212753Z copying backends/apple/mps/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps 2025-03-21T20:25:14.6213632Z copying backends/apple/mps/mps_preprocess.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps 2025-03-21T20:25:14.6214563Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/compiler 2025-03-21T20:25:14.6215679Z copying backends/apple/coreml/compiler/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/compiler 2025-03-21T20:25:14.6216961Z copying backends/apple/coreml/compiler/coreml_preprocess.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/compiler 2025-03-21T20:25:14.6217915Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/partition 2025-03-21T20:25:14.6218832Z copying backends/apple/coreml/partition/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/partition 2025-03-21T20:25:14.6219996Z copying backends/apple/coreml/partition/coreml_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/partition 2025-03-21T20:25:14.6221133Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/quantizer 2025-03-21T20:25:14.6222038Z copying backends/apple/coreml/quantizer/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/quantizer 2025-03-21T20:25:14.6223257Z copying backends/apple/coreml/quantizer/coreml_quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/quantizer 2025-03-21T20:25:14.6224299Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/test 2025-03-21T20:25:14.6225210Z copying backends/apple/coreml/test/test_coreml_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/test 2025-03-21T20:25:14.6226345Z copying backends/apple/coreml/test/test_coreml_quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/test 2025-03-21T20:25:14.6227311Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/runtime/inmemoryfs 2025-03-21T20:25:14.6228371Z copying backends/apple/coreml/runtime/inmemoryfs/setup.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/runtime/inmemoryfs 2025-03-21T20:25:14.6229637Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/runtime/test 2025-03-21T20:25:14.6230671Z copying backends/apple/coreml/runtime/test/export_stateful_model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/runtime/test 2025-03-21T20:25:14.6231662Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:25:14.6232748Z copying backends/apple/mps/operators/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:25:14.6234008Z copying backends/apple/mps/operators/activation_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:25:14.6235336Z copying backends/apple/mps/operators/binary_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:25:14.6236414Z copying backends/apple/mps/operators/clamp_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:25:14.6237486Z copying backends/apple/mps/operators/constant_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:25:14.6238603Z copying backends/apple/mps/operators/convolution_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:25:14.6239761Z copying backends/apple/mps/operators/indexing_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:25:14.6240873Z copying backends/apple/mps/operators/linear_algebra_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:25:14.6241991Z copying backends/apple/mps/operators/node_visitor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:25:14.6243279Z copying backends/apple/mps/operators/normalization_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:25:14.6244455Z copying backends/apple/mps/operators/op_clone.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:25:14.6245514Z copying backends/apple/mps/operators/op_getitem.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:25:14.6246591Z copying backends/apple/mps/operators/op_quant_dequant.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:25:14.6247672Z copying backends/apple/mps/operators/op_skip_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:25:14.6248771Z copying backends/apple/mps/operators/pad_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:25:14.6249847Z copying backends/apple/mps/operators/pooling_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:25:14.6661604Z copying backends/apple/mps/operators/range_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:25:14.6662747Z copying backends/apple/mps/operators/reduce_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:25:14.6663874Z copying backends/apple/mps/operators/shape_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:25:14.6664946Z copying backends/apple/mps/operators/unary_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators 2025-03-21T20:25:14.6665808Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/partition 2025-03-21T20:25:14.6666695Z copying backends/apple/mps/partition/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/partition 2025-03-21T20:25:14.6667879Z copying backends/apple/mps/partition/mps_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/partition 2025-03-21T20:25:14.6668806Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/serialization 2025-03-21T20:25:14.6669861Z copying backends/apple/mps/serialization/mps_graph_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/serialization 2025-03-21T20:25:14.6671082Z copying backends/apple/mps/serialization/mps_graph_serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/serialization 2025-03-21T20:25:14.6672063Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test 2025-03-21T20:25:14.6672860Z copying backends/apple/mps/test/test_mps.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test 2025-03-21T20:25:14.6674029Z copying backends/apple/mps/test/test_mps_binary_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test 2025-03-21T20:25:14.6675211Z copying backends/apple/mps/test/test_mps_indexing_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test 2025-03-21T20:25:14.6676452Z copying backends/apple/mps/test/test_mps_linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test 2025-03-21T20:25:14.6677472Z copying backends/apple/mps/test/test_mps_models.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test 2025-03-21T20:25:14.6678494Z copying backends/apple/mps/test/test_mps_unary_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test 2025-03-21T20:25:14.6679551Z copying backends/apple/mps/test/test_mps_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test 2025-03-21T20:25:14.6680380Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/utils 2025-03-21T20:25:14.6681191Z copying backends/apple/mps/utils/mps_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/utils 2025-03-21T20:25:14.6682233Z copying backends/apple/mps/utils/quant_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/utils 2025-03-21T20:25:14.6683247Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:25:14.6684015Z copying backends/arm/_passes/_debug_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:25:14.6685018Z copying backends/arm/_passes/annotate_channels_last_dim_order_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:25:14.6686093Z copying backends/arm/_passes/annotate_decomposed_matmul.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:25:14.6687080Z copying backends/arm/_passes/arm_pass_manager.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:25:14.6688036Z copying backends/arm/_passes/arm_pass_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:25:14.6688976Z copying backends/arm/_passes/cast_int64_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:25:14.6689934Z copying backends/arm/_passes/conv1d_unsqueeze_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:25:14.6690958Z copying backends/arm/_passes/convert_any_default_dim_dims_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:25:14.6692141Z copying backends/arm/_passes/convert_expand_copy_to_repeat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:25:14.6693174Z copying backends/arm/_passes/convert_full_like_to_full_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:25:14.6694175Z copying backends/arm/_passes/convert_minmax_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:25:14.6695142Z copying backends/arm/_passes/convert_split_to_slice.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:25:14.6696164Z copying backends/arm/_passes/convert_squeezes_to_view.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:25:14.6697130Z copying backends/arm/_passes/convert_to_clamp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:25:14.6698101Z copying backends/arm/_passes/decompose_batchnorm_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:25:14.6699080Z copying backends/arm/_passes/decompose_div_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:25:14.6700156Z copying backends/arm/_passes/decompose_layernorm_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:25:14.6701267Z copying backends/arm/_passes/decompose_linear_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:25:14.6702255Z copying backends/arm/_passes/decompose_meandim_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:25:14.6703226Z copying backends/arm/_passes/decompose_select.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:25:14.6704232Z copying backends/arm/_passes/decompose_softmax_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:25:14.6705263Z copying backends/arm/_passes/decompose_softmax_unstable_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:25:14.6706271Z copying backends/arm/_passes/decompose_var_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:25:14.6707302Z copying backends/arm/_passes/fold_qdq_with_annotated_qparams_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:25:14.6708340Z copying backends/arm/_passes/fuse_batchnorm2d_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:25:14.6709459Z copying backends/arm/_passes/fuse_constant_ops_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:25:14.6710480Z copying backends/arm/_passes/fuse_quantized_activation_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:25:14.6711615Z copying backends/arm/_passes/insert_rescales_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:25:14.6712569Z copying backends/arm/_passes/insert_table_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:25:14.6713644Z copying backends/arm/_passes/keep_dims_false_to_squeeze_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:25:14.6714652Z copying backends/arm/_passes/match_arg_ranks_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:25:14.6715650Z copying backends/arm/_passes/meandim_to_averagepool_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:25:14.6716614Z copying backends/arm/_passes/mm_to_bmm_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:25:14.6717574Z copying backends/arm/_passes/remove_clone_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:25:14.6718552Z copying backends/arm/_passes/scalars_to_attribute_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:25:14.6719542Z copying backends/arm/_passes/size_adjust_conv2d_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:25:14.6720679Z copying backends/arm/_passes/unsqueeze_before_repeat_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:25:14.6721755Z copying backends/arm/_passes/unsqueeze_scalar_placeholders_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes 2025-03-21T20:25:14.6722657Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support 2025-03-21T20:25:14.6723527Z copying backends/arm/operator_support/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support 2025-03-21T20:25:14.6724619Z copying backends/arm/operator_support/convolution_support.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support 2025-03-21T20:25:14.6725795Z copying backends/arm/operator_support/minmax_support.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support 2025-03-21T20:25:14.7178757Z copying backends/arm/operator_support/pool_2d_support.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support 2025-03-21T20:25:14.7180142Z copying backends/arm/operator_support/reduce_sum_support.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support 2025-03-21T20:25:14.7181352Z copying backends/arm/operator_support/right_shift_support.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support 2025-03-21T20:25:14.7182493Z copying backends/arm/operator_support/slice_copy_support.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support 2025-03-21T20:25:14.7183620Z copying backends/arm/operator_support/to_copy_support.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support 2025-03-21T20:25:14.7184864Z copying backends/arm/operator_support/tosa_supported_operators.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support 2025-03-21T20:25:14.7185789Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:25:14.7186581Z copying backends/arm/operators/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:25:14.7187536Z copying backends/arm/operators/node_visitor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:25:14.7188621Z copying backends/arm/operators/op_abs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:25:14.7189637Z copying backends/arm/operators/op_add.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:25:14.7190557Z copying backends/arm/operators/op_amax.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:25:14.7191621Z copying backends/arm/operators/op_amin.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:25:14.7192542Z copying backends/arm/operators/op_any.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:25:14.7193490Z copying backends/arm/operators/op_avg_pool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:25:14.7194430Z copying backends/arm/operators/op_bmm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:25:14.7195388Z copying backends/arm/operators/op_cat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:25:14.7196302Z copying backends/arm/operators/op_clamp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:25:14.7197272Z copying backends/arm/operators/op_constant_pad_nd.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:25:14.7198246Z copying backends/arm/operators/op_conv2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:25:14.7199270Z copying backends/arm/operators/op_eq.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:25:14.7200184Z copying backends/arm/operators/op_exp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:25:14.7201103Z copying backends/arm/operators/op_full.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:25:14.7202021Z copying backends/arm/operators/op_ge.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:25:14.7202977Z copying backends/arm/operators/op_get_item.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:25:14.7203923Z copying backends/arm/operators/op_gt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:25:14.7204822Z copying backends/arm/operators/op_le.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:25:14.7205817Z copying backends/arm/operators/op_log.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:25:14.7206857Z copying backends/arm/operators/op_lt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:25:14.7207800Z copying backends/arm/operators/op_max_pool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:25:14.7208756Z copying backends/arm/operators/op_maximum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:25:14.7209713Z copying backends/arm/operators/op_minimum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:25:14.7210697Z copying backends/arm/operators/op_mul.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:25:14.7211633Z copying backends/arm/operators/op_permute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:25:14.7212612Z copying backends/arm/operators/op_reciprocal.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:25:14.7213620Z copying backends/arm/operators/op_repeat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:25:14.7214689Z copying backends/arm/operators/op_rescale.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:25:14.7215626Z copying backends/arm/operators/op_rshift.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:25:14.7216566Z copying backends/arm/operators/op_rsqrt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:25:14.7217509Z copying backends/arm/operators/op_sigmoid.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:25:14.7218491Z copying backends/arm/operators/op_slice.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:25:14.7219418Z copying backends/arm/operators/op_sub.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:25:14.7220331Z copying backends/arm/operators/op_sum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:25:14.7221248Z copying backends/arm/operators/op_table.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:25:14.7222280Z copying backends/arm/operators/op_tanh.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:25:14.7223210Z copying backends/arm/operators/op_to_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:25:14.7224191Z copying backends/arm/operators/op_to_dim_order_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:25:14.7225179Z copying backends/arm/operators/op_transpose.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:25:14.7226280Z copying backends/arm/operators/op_upsample_nearest2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:25:14.7227295Z copying backends/arm/operators/op_view.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:25:14.7228236Z copying backends/arm/operators/ops_binary.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:25:14.7229265Z copying backends/arm/operators/ops_unary.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators 2025-03-21T20:25:14.7230046Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer 2025-03-21T20:25:14.7230868Z copying backends/arm/quantizer/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer 2025-03-21T20:25:14.7231867Z copying backends/arm/quantizer/arm_quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer 2025-03-21T20:25:14.7233081Z copying backends/arm/quantizer/arm_quantizer_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer 2025-03-21T20:25:14.7234146Z copying backends/arm/quantizer/quantization_annotator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer 2025-03-21T20:25:14.7235298Z copying backends/arm/quantizer/quantization_config.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer 2025-03-21T20:25:14.7236227Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test 2025-03-21T20:25:14.7237015Z copying backends/arm/test/common.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test 2025-03-21T20:25:14.7238023Z copying backends/arm/test/conftest.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test 2025-03-21T20:25:14.7238893Z copying backends/arm/test/runner_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test 2025-03-21T20:25:14.7239880Z copying backends/arm/test/test_model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test 2025-03-21T20:25:14.7240605Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/util 2025-03-21T20:25:14.7241370Z copying backends/arm/util/arm_model_evaluator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/util 2025-03-21T20:25:14.7242228Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc 2025-03-21T20:25:14.7243080Z copying backends/arm/test/misc/test_custom_partition.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc 2025-03-21T20:25:14.7244145Z copying backends/arm/test/misc/test_debug_feats.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc 2025-03-21T20:25:14.7693255Z copying backends/arm/test/misc/test_dim_order_guards.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc 2025-03-21T20:25:14.7694333Z copying backends/arm/test/misc/test_lifted_tensor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc 2025-03-21T20:25:14.7695386Z copying backends/arm/test/misc/test_model_evaluator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc 2025-03-21T20:25:14.7696491Z copying backends/arm/test/misc/test_multiple_delegates.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc 2025-03-21T20:25:14.7697550Z copying backends/arm/test/misc/test_multiple_outputs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc 2025-03-21T20:25:14.7698658Z copying backends/arm/test/misc/test_partition_decomposed_quantized_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc 2025-03-21T20:25:14.7699798Z copying backends/arm/test/misc/test_tosa_spec.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc 2025-03-21T20:25:14.7700617Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models 2025-03-21T20:25:14.7701470Z copying backends/arm/test/models/test_conformer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models 2025-03-21T20:25:14.7702481Z copying backends/arm/test/models/test_dl3_arm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models 2025-03-21T20:25:14.7703476Z copying backends/arm/test/models/test_llama.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models 2025-03-21T20:25:14.7704509Z copying backends/arm/test/models/test_lstm_arm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models 2025-03-21T20:25:14.7705540Z copying backends/arm/test/models/test_mobilenet_v2_arm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models 2025-03-21T20:25:14.7706608Z copying backends/arm/test/models/test_nn_functional.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models 2025-03-21T20:25:14.7707642Z copying backends/arm/test/models/test_nn_modules.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models 2025-03-21T20:25:14.7708977Z copying backends/arm/test/models/test_torch_functions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models 2025-03-21T20:25:14.7710027Z copying backends/arm/test/models/test_w2l_arm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models 2025-03-21T20:25:14.7710841Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:25:14.7711617Z copying backends/arm/test/ops/test_abs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:25:14.7712564Z copying backends/arm/test/ops/test_add.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:25:14.7713476Z copying backends/arm/test/ops/test_amax.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:25:14.7714380Z copying backends/arm/test/ops/test_amin.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:25:14.7715295Z copying backends/arm/test/ops/test_any.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:25:14.7716265Z copying backends/arm/test/ops/test_avg_pool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:25:14.7717332Z copying backends/arm/test/ops/test_batch_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:25:14.7718289Z copying backends/arm/test/ops/test_bitwise.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:25:14.7719218Z copying backends/arm/test/ops/test_bmm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:25:14.7720163Z copying backends/arm/test/ops/test_cat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:25:14.7721072Z copying backends/arm/test/ops/test_clamp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:25:14.7721996Z copying backends/arm/test/ops/test_clone.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:25:14.7722963Z copying backends/arm/test/ops/test_constant_pad_nd.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:25:14.7723974Z copying backends/arm/test/ops/test_conv1d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:25:14.7724912Z copying backends/arm/test/ops/test_conv2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:25:14.7725866Z copying backends/arm/test/ops/test_conv_combos.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:25:14.7726861Z copying backends/arm/test/ops/test_depthwise_conv.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:25:14.7727813Z copying backends/arm/test/ops/test_div.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:25:14.7728760Z copying backends/arm/test/ops/test_eq.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:25:14.7729669Z copying backends/arm/test/ops/test_exp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:25:14.7730593Z copying backends/arm/test/ops/test_expand.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:25:14.7731565Z copying backends/arm/test/ops/test_floor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:25:14.7732487Z copying backends/arm/test/ops/test_full.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:25:14.7733393Z copying backends/arm/test/ops/test_ge.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:25:14.7734360Z copying backends/arm/test/ops/test_gt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:25:14.7735339Z copying backends/arm/test/ops/test_hardsigmoid.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:25:14.7736327Z copying backends/arm/test/ops/test_hardswish.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:25:14.7737292Z copying backends/arm/test/ops/test_hardtanh.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:25:14.7738251Z copying backends/arm/test/ops/test_layer_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:25:14.7739224Z copying backends/arm/test/ops/test_le.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:25:14.7740144Z copying backends/arm/test/ops/test_linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:25:14.7741063Z copying backends/arm/test/ops/test_log.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:25:14.7741995Z copying backends/arm/test/ops/test_logical.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:25:14.7743019Z copying backends/arm/test/ops/test_logsoftmax.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:25:14.7744110Z copying backends/arm/test/ops/test_lt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:25:14.7745101Z copying backends/arm/test/ops/test_max_pool.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:25:14.7746057Z copying backends/arm/test/ops/test_maximum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:25:14.7747008Z copying backends/arm/test/ops/test_mean_dim.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:25:14.7747987Z copying backends/arm/test/ops/test_minimum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:25:14.7749028Z copying backends/arm/test/ops/test_mm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:25:14.7749939Z copying backends/arm/test/ops/test_mul.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:25:14.7750868Z copying backends/arm/test/ops/test_permute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:25:14.7751833Z copying backends/arm/test/ops/test_reciprocal.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:25:14.7752822Z copying backends/arm/test/ops/test_relu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:25:14.7753752Z copying backends/arm/test/ops/test_repeat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:25:14.7754697Z copying backends/arm/test/ops/test_rshift.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:25:14.7755658Z copying backends/arm/test/ops/test_rsqrt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:25:14.7756596Z copying backends/arm/test/ops/test_scalars.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:25:14.7757538Z copying backends/arm/test/ops/test_select.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:25:14.8103824Z copying backends/arm/test/ops/test_sigmoid.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:25:14.8104935Z copying backends/arm/test/ops/test_sigmoid_16bit.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:25:14.8105963Z copying backends/arm/test/ops/test_sigmoid_32bit.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:25:14.8107100Z copying backends/arm/test/ops/test_slice.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:25:14.8108024Z copying backends/arm/test/ops/test_softmax.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:25:14.8109042Z copying backends/arm/test/ops/test_split.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:25:14.8110029Z copying backends/arm/test/ops/test_squeeze.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:25:14.8111120Z copying backends/arm/test/ops/test_sub.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:25:14.8112028Z copying backends/arm/test/ops/test_sum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:25:14.8112945Z copying backends/arm/test/ops/test_tanh.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:25:14.8113877Z copying backends/arm/test/ops/test_to_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:25:14.8114963Z copying backends/arm/test/ops/test_unsqueeze.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:25:14.8116124Z copying backends/arm/test/ops/test_upsample_nearest2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:25:14.8117091Z copying backends/arm/test/ops/test_var.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:25:14.8118204Z copying backends/arm/test/ops/test_view.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops 2025-03-21T20:25:14.8119050Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-03-21T20:25:14.8119921Z copying backends/arm/test/passes/test_cast_int64_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-03-21T20:25:14.8120994Z copying backends/arm/test/passes/test_convert_to_clamp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-03-21T20:25:14.8122096Z copying backends/arm/test/passes/test_fold_qdq_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-03-21T20:25:14.8123171Z copying backends/arm/test/passes/test_fuse_batchnorm_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-03-21T20:25:14.8124274Z copying backends/arm/test/passes/test_fuse_constant_ops_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-03-21T20:25:14.8125521Z copying backends/arm/test/passes/test_insert_table_ops_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-03-21T20:25:14.8126750Z copying backends/arm/test/passes/test_ioquantization_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-03-21T20:25:14.8127895Z copying backends/arm/test/passes/test_meandim_to_averagepool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-03-21T20:25:14.8129000Z copying backends/arm/test/passes/test_rescale_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-03-21T20:25:14.8130158Z copying backends/arm/test/passes/test_unsqueeze_before_repeat_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes 2025-03-21T20:25:14.8131084Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/quantizer 2025-03-21T20:25:14.8132001Z copying backends/arm/test/quantizer/test_generic_annotater.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/quantizer 2025-03-21T20:25:14.8132968Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tester 2025-03-21T20:25:14.8134015Z copying backends/arm/test/tester/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tester 2025-03-21T20:25:14.8135040Z copying backends/arm/test/tester/analyze_output_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tester 2025-03-21T20:25:14.8136091Z copying backends/arm/test/tester/arm_tester.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tester 2025-03-21T20:25:14.8137144Z copying backends/arm/test/tester/test_pipeline.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tester 2025-03-21T20:25:14.8137988Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tosautil 2025-03-21T20:25:14.8138817Z copying backends/arm/test/tosautil/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tosautil 2025-03-21T20:25:14.8139713Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib 2025-03-21T20:25:14.8140956Z copying backends/arm/third-party/serialization_lib/setup.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib 2025-03-21T20:25:14.8142190Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/serializer 2025-03-21T20:25:14.8143563Z copying backends/arm/third-party/serialization_lib/python/serializer/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/serializer 2025-03-21T20:25:14.8145283Z copying backends/arm/third-party/serialization_lib/python/serializer/tosa_serializer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/serializer 2025-03-21T20:25:14.8146614Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:25:14.8148135Z copying backends/arm/third-party/serialization_lib/python/tosa/ArithmeticRightShiftAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:25:14.8149963Z copying backends/arm/third-party/serialization_lib/python/tosa/Attribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:25:14.8151638Z copying backends/arm/third-party/serialization_lib/python/tosa/AxisAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:25:14.8153488Z copying backends/arm/third-party/serialization_lib/python/tosa/ClampAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:25:14.8155153Z copying backends/arm/third-party/serialization_lib/python/tosa/CondIfAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:25:14.8156895Z copying backends/arm/third-party/serialization_lib/python/tosa/ConvAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:25:14.8158499Z copying backends/arm/third-party/serialization_lib/python/tosa/CustomAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:25:14.8160122Z copying backends/arm/third-party/serialization_lib/python/tosa/DType.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:25:14.8161673Z copying backends/arm/third-party/serialization_lib/python/tosa/FFTAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:25:14.8163478Z copying backends/arm/third-party/serialization_lib/python/tosa/FullyConnectedAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:25:14.8165247Z copying backends/arm/third-party/serialization_lib/python/tosa/MatMulAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:25:14.8166864Z copying backends/arm/third-party/serialization_lib/python/tosa/MulAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:25:14.8168520Z copying backends/arm/third-party/serialization_lib/python/tosa/NegateAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:25:14.8170073Z copying backends/arm/third-party/serialization_lib/python/tosa/Op.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:25:14.8171734Z copying backends/arm/third-party/serialization_lib/python/tosa/PadAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:25:14.8546292Z copying backends/arm/third-party/serialization_lib/python/tosa/PoolAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:25:14.8548132Z copying backends/arm/third-party/serialization_lib/python/tosa/RFFTAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:25:14.8549885Z copying backends/arm/third-party/serialization_lib/python/tosa/RescaleAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:25:14.8551529Z copying backends/arm/third-party/serialization_lib/python/tosa/ReshapeAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:25:14.8553211Z copying backends/arm/third-party/serialization_lib/python/tosa/ResizeAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:25:14.8554822Z copying backends/arm/third-party/serialization_lib/python/tosa/ResizeMode.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:25:14.8556500Z copying backends/arm/third-party/serialization_lib/python/tosa/SliceAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:25:14.8558241Z copying backends/arm/third-party/serialization_lib/python/tosa/TableAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:25:14.8559888Z copying backends/arm/third-party/serialization_lib/python/tosa/TileAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:25:14.8561521Z copying backends/arm/third-party/serialization_lib/python/tosa/TosaBasicBlock.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:25:14.8563101Z copying backends/arm/third-party/serialization_lib/python/tosa/TosaGraph.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:25:14.8564674Z copying backends/arm/third-party/serialization_lib/python/tosa/TosaOperator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:25:14.8566344Z copying backends/arm/third-party/serialization_lib/python/tosa/TosaRegion.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:25:14.8567962Z copying backends/arm/third-party/serialization_lib/python/tosa/TosaTensor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:25:14.8569687Z copying backends/arm/third-party/serialization_lib/python/tosa/TransposeAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:25:14.8571456Z copying backends/arm/third-party/serialization_lib/python/tosa/TransposeConvAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:25:14.8573085Z copying backends/arm/third-party/serialization_lib/python/tosa/Version.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:25:14.8574735Z copying backends/arm/third-party/serialization_lib/python/tosa/WhileLoopAttribute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:25:14.8576529Z copying backends/arm/third-party/serialization_lib/python/tosa/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:25:14.8577812Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/test/scripts 2025-03-21T20:25:14.8579183Z copying backends/arm/third-party/serialization_lib/test/scripts/test_npy_fileio.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/test/scripts 2025-03-21T20:25:14.8580488Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/test/scripts/xunit 2025-03-21T20:25:14.8581805Z copying backends/arm/third-party/serialization_lib/test/scripts/xunit/xunit.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/test/scripts/xunit 2025-03-21T20:25:14.8582990Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:25:14.8583745Z copying backends/cadence/aot/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:25:14.8584652Z copying backends/cadence/aot/compiler.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:25:14.8585591Z copying backends/cadence/aot/compiler_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:25:14.8586594Z copying backends/cadence/aot/export_example.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:25:14.8587515Z copying backends/cadence/aot/fuse_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:25:14.8588421Z copying backends/cadence/aot/graph_builder.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:25:14.8589469Z copying backends/cadence/aot/memory_constraints.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:25:14.8590468Z copying backends/cadence/aot/memory_planning.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:25:14.8592085Z copying backends/cadence/aot/ops_registrations.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:25:14.8593744Z copying backends/cadence/aot/pass_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:25:14.8595049Z copying backends/cadence/aot/passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:25:14.8596004Z copying backends/cadence/aot/ref_implementations.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:25:14.8596947Z copying backends/cadence/aot/remove_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:25:14.8597865Z copying backends/cadence/aot/reorder_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:25:14.8598929Z copying backends/cadence/aot/replace_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:25:14.8599860Z copying backends/cadence/aot/simplify_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:25:14.8600767Z copying backends/cadence/aot/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:25:14.8601537Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/runtime 2025-03-21T20:25:14.8602626Z copying backends/cadence/runtime/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/runtime 2025-03-21T20:25:14.8603589Z copying backends/cadence/runtime/executor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/runtime 2025-03-21T20:25:14.8604575Z copying backends/cadence/runtime/runtime.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/runtime 2025-03-21T20:25:14.8605550Z copying backends/cadence/runtime/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/runtime 2025-03-21T20:25:14.8606342Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils 2025-03-21T20:25:14.8607139Z copying backends/cadence/utils/facto_util.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils 2025-03-21T20:25:14.8608155Z copying backends/cadence/utils/gen_header.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils 2025-03-21T20:25:14.8609196Z copying backends/cadence/utils/post_compilation.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils 2025-03-21T20:25:14.8610660Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/quantizer 2025-03-21T20:25:14.8612272Z copying backends/cadence/aot/quantizer/fusion_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/quantizer 2025-03-21T20:25:14.8613519Z copying backends/cadence/aot/quantizer/patterns.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/quantizer 2025-03-21T20:25:14.8614661Z copying backends/cadence/aot/quantizer/quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/quantizer 2025-03-21T20:25:14.8615772Z copying backends/cadence/aot/quantizer/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/quantizer 2025-03-21T20:25:14.8616648Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests 2025-03-21T20:25:14.8617550Z copying backends/cadence/aot/tests/test_fusion_ops_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests 2025-03-21T20:25:14.8871039Z copying backends/cadence/aot/tests/test_graph_builder.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests 2025-03-21T20:25:14.8872162Z copying backends/cadence/aot/tests/test_memory_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests 2025-03-21T20:25:14.8873574Z copying backends/cadence/aot/tests/test_pass_filter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests 2025-03-21T20:25:14.8875532Z copying backends/cadence/aot/tests/test_remove_ops_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests 2025-03-21T20:25:14.8877046Z copying backends/cadence/aot/tests/test_reorder_ops_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests 2025-03-21T20:25:14.8878179Z copying backends/cadence/aot/tests/test_replace_ops_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests 2025-03-21T20:25:14.8879314Z copying backends/cadence/aot/tests/test_simplify_ops_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests 2025-03-21T20:25:14.8880225Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO 2025-03-21T20:25:14.8881319Z copying backends/cadence/utils/FACTO/setup.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO 2025-03-21T20:25:14.8882913Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/calibrator 2025-03-21T20:25:14.8884456Z copying backends/cadence/utils/FACTO/calibrator/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/calibrator 2025-03-21T20:25:14.8885740Z copying backends/cadence/utils/FACTO/calibrator/runner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/calibrator 2025-03-21T20:25:14.8886768Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/examples 2025-03-21T20:25:14.8887790Z copying backends/cadence/utils/FACTO/examples/example.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/examples 2025-03-21T20:25:14.8889094Z copying backends/cadence/utils/FACTO/examples/minimal_example.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/examples 2025-03-21T20:25:14.8891128Z copying backends/cadence/utils/FACTO/examples/random_seed.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/examples 2025-03-21T20:25:14.8892694Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto 2025-03-21T20:25:14.8893797Z copying backends/cadence/utils/FACTO/facto/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto 2025-03-21T20:25:14.8894782Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen 2025-03-21T20:25:14.8895871Z copying backends/cadence/utils/FACTO/facto/inputgen/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen 2025-03-21T20:25:14.8896946Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/specdb 2025-03-21T20:25:14.8898006Z copying backends/cadence/utils/FACTO/facto/specdb/db.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/specdb 2025-03-21T20:25:14.8900244Z copying backends/cadence/utils/FACTO/facto/specdb/default.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/specdb 2025-03-21T20:25:14.8901960Z copying backends/cadence/utils/FACTO/facto/specdb/dtypes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/specdb 2025-03-21T20:25:14.8903308Z copying backends/cadence/utils/FACTO/facto/specdb/function.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/specdb 2025-03-21T20:25:14.8904451Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple 2025-03-21T20:25:14.8905683Z copying backends/cadence/utils/FACTO/facto/inputgen/argtuple/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple 2025-03-21T20:25:14.8908053Z copying backends/cadence/utils/FACTO/facto/inputgen/argtuple/engine.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple 2025-03-21T20:25:14.8910291Z copying backends/cadence/utils/FACTO/facto/inputgen/argtuple/gen.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple 2025-03-21T20:25:14.8911533Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2025-03-21T20:25:14.8912773Z copying backends/cadence/utils/FACTO/facto/inputgen/argument/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2025-03-21T20:25:14.8914319Z copying backends/cadence/utils/FACTO/facto/inputgen/argument/engine.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2025-03-21T20:25:14.8916817Z copying backends/cadence/utils/FACTO/facto/inputgen/argument/gen.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2025-03-21T20:25:14.8918824Z copying backends/cadence/utils/FACTO/facto/inputgen/argument/type.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2025-03-21T20:25:14.8920085Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2025-03-21T20:25:14.8921329Z copying backends/cadence/utils/FACTO/facto/inputgen/attribute/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2025-03-21T20:25:14.8922908Z copying backends/cadence/utils/FACTO/facto/inputgen/attribute/engine.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2025-03-21T20:25:14.8925620Z copying backends/cadence/utils/FACTO/facto/inputgen/attribute/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2025-03-21T20:25:14.8927432Z copying backends/cadence/utils/FACTO/facto/inputgen/attribute/solve.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2025-03-21T20:25:14.8928791Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/specs 2025-03-21T20:25:14.8929986Z copying backends/cadence/utils/FACTO/facto/inputgen/specs/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/specs 2025-03-21T20:25:14.8931475Z copying backends/cadence/utils/FACTO/facto/inputgen/specs/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/specs 2025-03-21T20:25:14.8933366Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/utils 2025-03-21T20:25:14.8935114Z copying backends/cadence/utils/FACTO/facto/inputgen/utils/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/utils 2025-03-21T20:25:14.8936653Z copying backends/cadence/utils/FACTO/facto/inputgen/utils/random_manager.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/utils 2025-03-21T20:25:14.8937914Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-03-21T20:25:14.8939150Z copying backends/cadence/utils/FACTO/facto/inputgen/variable/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-03-21T20:25:14.8941878Z copying backends/cadence/utils/FACTO/facto/inputgen/variable/constants.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-03-21T20:25:14.8943571Z copying backends/cadence/utils/FACTO/facto/inputgen/variable/gen.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-03-21T20:25:14.8945134Z copying backends/cadence/utils/FACTO/facto/inputgen/variable/solve.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-03-21T20:25:14.8946699Z copying backends/cadence/utils/FACTO/facto/inputgen/variable/space.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-03-21T20:25:14.8949234Z copying backends/cadence/utils/FACTO/facto/inputgen/variable/type.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-03-21T20:25:14.8951167Z copying backends/cadence/utils/FACTO/facto/inputgen/variable/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-03-21T20:25:14.8952355Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:25:14.8953611Z copying backends/cadence/utils/FACTO/test/inputgen/test_argtuple_engine.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:25:14.9291745Z copying backends/cadence/utils/FACTO/test/inputgen/test_argtuple_generator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:25:14.9293272Z copying backends/cadence/utils/FACTO/test/inputgen/test_argument_attributes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:25:14.9294755Z copying backends/cadence/utils/FACTO/test/inputgen/test_argument_generator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:25:14.9296654Z copying backends/cadence/utils/FACTO/test/inputgen/test_argument_types.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:25:14.9298936Z copying backends/cadence/utils/FACTO/test/inputgen/test_attribute_engine.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:25:14.9300707Z copying backends/cadence/utils/FACTO/test/inputgen/test_attribute_solver.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:25:14.9302151Z copying backends/cadence/utils/FACTO/test/inputgen/test_constraints.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:25:14.9303580Z copying backends/cadence/utils/FACTO/test/inputgen/test_meta_arg_engine.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:25:14.9305732Z copying backends/cadence/utils/FACTO/test/inputgen/test_specs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:25:14.9307650Z copying backends/cadence/utils/FACTO/test/inputgen/test_structural_engine.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:25:14.9309344Z copying backends/cadence/utils/FACTO/test/inputgen/test_variable_generation.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:25:14.9310832Z copying backends/cadence/utils/FACTO/test/inputgen/test_variable_solving.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:25:14.9312522Z copying backends/cadence/utils/FACTO/test/inputgen/test_variable_space.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:25:14.9314971Z copying backends/cadence/utils/FACTO/test/inputgen/test_variable_types.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:25:14.9316174Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_backend_delegate_passes 2025-03-21T20:25:14.9317510Z copying backends/example/example_backend_delegate_passes/merge_to_dim_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_backend_delegate_passes 2025-03-21T20:25:14.9319025Z copying backends/example/example_backend_delegate_passes/permute_memory_formats_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_backend_delegate_passes 2025-03-21T20:25:14.9320783Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-03-21T20:25:14.9322425Z copying backends/example/example_operators/adaptive_avg_pool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-03-21T20:25:14.9323690Z copying backends/example/example_operators/add.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-03-21T20:25:14.9325399Z copying backends/example/example_operators/conv2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-03-21T20:25:14.9326543Z copying backends/example/example_operators/conv_relu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-03-21T20:25:14.9327875Z copying backends/example/example_operators/dropout.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-03-21T20:25:14.9329922Z copying backends/example/example_operators/flatten.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-03-21T20:25:14.9331291Z copying backends/example/example_operators/linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-03-21T20:25:14.9332643Z copying backends/example/example_operators/op_base.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-03-21T20:25:14.9333781Z copying backends/example/example_operators/ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-03-21T20:25:14.9334892Z copying backends/example/example_operators/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators 2025-03-21T20:25:14.9335900Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/_passes 2025-03-21T20:25:14.9337233Z copying backends/mediatek/_passes/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/_passes 2025-03-21T20:25:14.9339130Z copying backends/mediatek/_passes/decompose_scaled_dot_product_attention.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/_passes 2025-03-21T20:25:14.9340663Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/quantizer 2025-03-21T20:25:14.9341533Z copying backends/mediatek/quantizer/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/quantizer 2025-03-21T20:25:14.9342583Z copying backends/mediatek/quantizer/annotator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/quantizer 2025-03-21T20:25:14.9343624Z copying backends/mediatek/quantizer/qconfig.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/quantizer 2025-03-21T20:25:14.9344682Z copying backends/mediatek/quantizer/quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/quantizer 2025-03-21T20:25:14.9345544Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:25:14.9346793Z copying backends/qualcomm/_passes/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:25:14.9348609Z copying backends/qualcomm/_passes/annotate_decomposed.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:25:14.9349825Z copying backends/qualcomm/_passes/annotate_quant_attrs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:25:14.9351040Z copying backends/qualcomm/_passes/build_quant_io.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:25:14.9352058Z copying backends/qualcomm/_passes/constant_i64_to_i32.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:25:14.9353120Z copying backends/qualcomm/_passes/convert_bmm_to_matmul.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:25:14.9354265Z copying backends/qualcomm/_passes/convert_interpolate_with_upsample2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:25:14.9356139Z copying backends/qualcomm/_passes/convert_to_linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:25:14.9358136Z copying backends/qualcomm/_passes/decompose_any.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:25:14.9360318Z copying backends/qualcomm/_passes/decompose_einsum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:25:14.9362526Z copying backends/qualcomm/_passes/decompose_linalg_vector_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:25:14.9364721Z copying backends/qualcomm/_passes/decompose_silu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:25:14.9366850Z copying backends/qualcomm/_passes/expand_broadcast_tensor_shape.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:25:14.9368705Z copying backends/qualcomm/_passes/fold_qdq.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:25:14.9370309Z copying backends/qualcomm/_passes/fuse_consecutive_transpose.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:25:14.9371483Z copying backends/qualcomm/_passes/insert_io_qdq.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:25:14.9372810Z copying backends/qualcomm/_passes/insert_requantize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:25:14.9373977Z copying backends/qualcomm/_passes/layout_transform.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:25:14.9375078Z copying backends/qualcomm/_passes/lift_constant_scalar_operands.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:25:14.9377013Z copying backends/qualcomm/_passes/recompose_pixel_unshuffle.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:25:14.9780480Z copying backends/qualcomm/_passes/recompose_prelu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:25:14.9781609Z copying backends/qualcomm/_passes/recompose_rms_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:25:14.9782688Z copying backends/qualcomm/_passes/reduce_dynamic_range.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:25:14.9784126Z copying backends/qualcomm/_passes/remove_redundancy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:25:14.9786044Z copying backends/qualcomm/_passes/replace_index_put_input.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:25:14.9787199Z copying backends/qualcomm/_passes/replace_inf_buffer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:25:14.9788297Z copying backends/qualcomm/_passes/tensor_i64_to_i32.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:25:14.9789375Z copying backends/qualcomm/_passes/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes 2025-03-21T20:25:14.9790176Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:25:14.9791013Z copying backends/qualcomm/builders/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:25:14.9792128Z copying backends/qualcomm/builders/node_visitor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:25:14.9793923Z copying backends/qualcomm/builders/op_abs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:25:14.9795591Z copying backends/qualcomm/builders/op_adaptive_avg_pool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:25:14.9796721Z copying backends/qualcomm/builders/op_add.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:25:14.9797910Z copying backends/qualcomm/builders/op_arange.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:25:14.9798920Z copying backends/qualcomm/builders/op_argmin.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:25:14.9799955Z copying backends/qualcomm/builders/op_avg_pool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:25:14.9801240Z copying backends/qualcomm/builders/op_batch_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:25:14.9803041Z copying backends/qualcomm/builders/op_bmm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:25:14.9804307Z copying backends/qualcomm/builders/op_cat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:25:14.9805375Z copying backends/qualcomm/builders/op_ceil.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:25:14.9806397Z copying backends/qualcomm/builders/op_clamp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:25:14.9807412Z copying backends/qualcomm/builders/op_conv2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:25:14.9808539Z copying backends/qualcomm/builders/op_cos.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:25:14.9810172Z copying backends/qualcomm/builders/op_depth_to_space.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:25:14.9811896Z copying backends/qualcomm/builders/op_dequantize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:25:14.9812995Z copying backends/qualcomm/builders/op_div.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:25:14.9814039Z copying backends/qualcomm/builders/op_embedding.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:25:14.9815051Z copying backends/qualcomm/builders/op_eq.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:25:14.9816055Z copying backends/qualcomm/builders/op_expand.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:25:14.9817049Z copying backends/qualcomm/builders/op_full.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:25:14.9818249Z copying backends/qualcomm/builders/op_full_like.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:25:14.9820025Z copying backends/qualcomm/builders/op_ge.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:25:14.9821328Z copying backends/qualcomm/builders/op_gelu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:25:14.9822532Z copying backends/qualcomm/builders/op_group_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:25:14.9823534Z copying backends/qualcomm/builders/op_gt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:25:14.9824560Z copying backends/qualcomm/builders/op_hardsigmoid.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:25:14.9825620Z copying backends/qualcomm/builders/op_hardswish.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:25:14.9826944Z copying backends/qualcomm/builders/op_hardtanh.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:25:14.9828757Z copying backends/qualcomm/builders/op_index.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:25:14.9830143Z copying backends/qualcomm/builders/op_index_put.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:25:14.9831217Z copying backends/qualcomm/builders/op_instance_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:25:14.9832275Z copying backends/qualcomm/builders/op_layer_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:25:14.9833449Z copying backends/qualcomm/builders/op_le.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:25:14.9834534Z copying backends/qualcomm/builders/op_linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:25:14.9836276Z copying backends/qualcomm/builders/op_log.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:25:14.9837724Z copying backends/qualcomm/builders/op_log_softmax.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:25:14.9838864Z copying backends/qualcomm/builders/op_logical_not.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:25:14.9839884Z copying backends/qualcomm/builders/op_lt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:25:14.9840978Z copying backends/qualcomm/builders/op_matmul.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:25:14.9841980Z copying backends/qualcomm/builders/op_max.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:25:14.9843390Z copying backends/qualcomm/builders/op_max_pool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:25:14.9845220Z copying backends/qualcomm/builders/op_mean_dim.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:25:14.9846294Z copying backends/qualcomm/builders/op_min.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:25:14.9847350Z copying backends/qualcomm/builders/op_mul.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:25:14.9848347Z copying backends/qualcomm/builders/op_ne.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:25:14.9849331Z copying backends/qualcomm/builders/op_neg.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:25:14.9850309Z copying backends/qualcomm/builders/op_or.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:25:14.9851288Z copying backends/qualcomm/builders/op_pad.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:25:14.9852831Z copying backends/qualcomm/builders/op_pow.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:25:14.9854490Z copying backends/qualcomm/builders/op_prelu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:25:14.9855554Z copying backends/qualcomm/builders/op_quantize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:25:14.9856623Z copying backends/qualcomm/builders/op_relu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:25:15.0273172Z copying backends/qualcomm/builders/op_repeat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:25:15.0274245Z copying backends/qualcomm/builders/op_reshape.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:25:15.0275280Z copying backends/qualcomm/builders/op_rms_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:25:15.0277342Z copying backends/qualcomm/builders/op_rsqrt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:25:15.0279189Z copying backends/qualcomm/builders/op_select_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:25:15.0281083Z copying backends/qualcomm/builders/op_sigmoid.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:25:15.0282252Z copying backends/qualcomm/builders/op_sin.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:25:15.0283371Z copying backends/qualcomm/builders/op_skip_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:25:15.0284409Z copying backends/qualcomm/builders/op_slice_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:25:15.0285441Z copying backends/qualcomm/builders/op_softmax.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:25:15.0286494Z copying backends/qualcomm/builders/op_space_to_depth.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:25:15.0287722Z copying backends/qualcomm/builders/op_split_with_sizes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:25:15.0289028Z copying backends/qualcomm/builders/op_sqrt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:25:15.0290031Z copying backends/qualcomm/builders/op_squeeze.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:25:15.0291037Z copying backends/qualcomm/builders/op_sub.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:25:15.0292054Z copying backends/qualcomm/builders/op_sum_int_list.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:25:15.0293079Z copying backends/qualcomm/builders/op_tanh.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:25:15.0294062Z copying backends/qualcomm/builders/op_to.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:25:15.0295694Z copying backends/qualcomm/builders/op_topk.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:25:15.0297571Z copying backends/qualcomm/builders/op_transpose.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:25:15.0299434Z copying backends/qualcomm/builders/op_unsqueeze.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:25:15.0300780Z copying backends/qualcomm/builders/op_upsample_bilinear2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:25:15.0301912Z copying backends/qualcomm/builders/op_upsample_nearest2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:25:15.0302994Z copying backends/qualcomm/builders/op_where.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:25:15.0304032Z copying backends/qualcomm/builders/qnn_constants.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:25:15.0305066Z copying backends/qualcomm/builders/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders 2025-03-21T20:25:15.0305990Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/debugger 2025-03-21T20:25:15.0307461Z copying backends/qualcomm/debugger/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/debugger 2025-03-21T20:25:15.0308813Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/partition 2025-03-21T20:25:15.0309802Z copying backends/qualcomm/partition/common_defs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/partition 2025-03-21T20:25:15.0311045Z copying backends/qualcomm/partition/qnn_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/partition 2025-03-21T20:25:15.0312113Z copying backends/qualcomm/partition/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/partition 2025-03-21T20:25:15.0312963Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer 2025-03-21T20:25:15.0313855Z copying backends/qualcomm/quantizer/annotators.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer 2025-03-21T20:25:15.0315824Z copying backends/qualcomm/quantizer/custom_annotation.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer 2025-03-21T20:25:15.0317322Z copying backends/qualcomm/quantizer/qconfig.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer 2025-03-21T20:25:15.0318385Z copying backends/qualcomm/quantizer/quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer 2025-03-21T20:25:15.0319282Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/serialization 2025-03-21T20:25:15.0320332Z copying backends/qualcomm/serialization/qc_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/serialization 2025-03-21T20:25:15.0321500Z copying backends/qualcomm/serialization/qc_schema_serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/serialization 2025-03-21T20:25:15.0322430Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/tests 2025-03-21T20:25:15.0323770Z copying backends/qualcomm/tests/models.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/tests 2025-03-21T20:25:15.0325609Z copying backends/qualcomm/tests/test_qnn_delegate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/tests 2025-03-21T20:25:15.0327367Z copying backends/qualcomm/tests/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/tests 2025-03-21T20:25:15.0328469Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/utils 2025-03-21T20:25:15.0329365Z copying backends/qualcomm/utils/constants.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/utils 2025-03-21T20:25:15.0330404Z copying backends/qualcomm/utils/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/utils 2025-03-21T20:25:15.0331332Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer/observers 2025-03-21T20:25:15.0332424Z copying backends/qualcomm/quantizer/observers/per_channel_param_observer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer/observers 2025-03-21T20:25:15.0333655Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/test 2025-03-21T20:25:15.0351618Z copying backends/transforms/test/test_create_delete_constant_placeholder.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/test 2025-03-21T20:25:15.0353930Z copying backends/transforms/test/test_duplicate_dynamic_quant_chain.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/test 2025-03-21T20:25:15.0355177Z copying backends/transforms/test/test_rank_0_to_rank_1.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/test 2025-03-21T20:25:15.0356139Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes 2025-03-21T20:25:15.0356956Z copying backends/vulkan/_passes/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes 2025-03-21T20:25:15.0357941Z copying backends/vulkan/_passes/insert_prepack_nodes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes 2025-03-21T20:25:15.0359002Z copying backends/vulkan/_passes/int4_weight_only_quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes 2025-03-21T20:25:15.0360488Z copying backends/vulkan/_passes/remove_asserts.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes 2025-03-21T20:25:15.0362418Z copying backends/vulkan/_passes/remove_local_scalar_dense_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes 2025-03-21T20:25:15.0364471Z copying backends/vulkan/_passes/remove_redundant_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes 2025-03-21T20:25:15.0366513Z copying backends/vulkan/_passes/squeeze_unsqueeze_inputs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes 2025-03-21T20:25:15.0368523Z copying backends/vulkan/_passes/tag_memory_meta_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes 2025-03-21T20:25:15.0370145Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/partitioner 2025-03-21T20:25:15.0371906Z copying backends/vulkan/partitioner/vulkan_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/partitioner 2025-03-21T20:25:15.0373644Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/quantizer 2025-03-21T20:25:15.0772833Z copying backends/vulkan/quantizer/vulkan_quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/quantizer 2025-03-21T20:25:15.0773894Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime 2025-03-21T20:25:15.0775004Z copying backends/vulkan/runtime/gen_vulkan_spv.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime 2025-03-21T20:25:15.0776673Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/serialization 2025-03-21T20:25:15.0778005Z copying backends/vulkan/serialization/vulkan_graph_builder.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/serialization 2025-03-21T20:25:15.0779370Z copying backends/vulkan/serialization/vulkan_graph_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/serialization 2025-03-21T20:25:15.0780594Z copying backends/vulkan/serialization/vulkan_graph_serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/serialization 2025-03-21T20:25:15.0781504Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test 2025-03-21T20:25:15.0782328Z copying backends/vulkan/test/test_serialization.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test 2025-03-21T20:25:15.0783573Z copying backends/vulkan/test/test_vulkan_delegate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test 2025-03-21T20:25:15.0785521Z copying backends/vulkan/test/test_vulkan_delegate_header.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test 2025-03-21T20:25:15.0786601Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests 2025-03-21T20:25:15.0787484Z copying backends/vulkan/test/op_tests/cases.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests 2025-03-21T20:25:15.0788631Z copying backends/vulkan/test/op_tests/generate_op_benchmarks.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests 2025-03-21T20:25:15.0789902Z copying backends/vulkan/test/op_tests/generate_op_correctness_tests.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests 2025-03-21T20:25:15.0791042Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/utils 2025-03-21T20:25:15.0792735Z copying backends/vulkan/test/op_tests/utils/aten_types.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/utils 2025-03-21T20:25:15.0794308Z copying backends/vulkan/test/op_tests/utils/gen_benchmark_vk.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/utils 2025-03-21T20:25:15.0795755Z copying backends/vulkan/test/op_tests/utils/gen_computegraph.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/utils 2025-03-21T20:25:15.0796997Z copying backends/vulkan/test/op_tests/utils/gen_correctness_base.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/utils 2025-03-21T20:25:15.0798239Z copying backends/vulkan/test/op_tests/utils/gen_correctness_vk.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/utils 2025-03-21T20:25:15.0799920Z copying backends/vulkan/test/op_tests/utils/test_suite.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/utils 2025-03-21T20:25:15.0801603Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/volk 2025-03-21T20:25:15.0802580Z copying backends/vulkan/third-party/volk/generate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/volk 2025-03-21T20:25:15.0803764Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-03-21T20:25:15.0805033Z copying backends/vulkan/third-party/Vulkan-Headers/registry/apiconventions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-03-21T20:25:15.0806727Z copying backends/vulkan/third-party/Vulkan-Headers/registry/cgenerator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-03-21T20:25:15.0808827Z copying backends/vulkan/third-party/Vulkan-Headers/registry/conventions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-03-21T20:25:15.0811079Z copying backends/vulkan/third-party/Vulkan-Headers/registry/generator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-03-21T20:25:15.0812714Z copying backends/vulkan/third-party/Vulkan-Headers/registry/genvk.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-03-21T20:25:15.0814183Z copying backends/vulkan/third-party/Vulkan-Headers/registry/reg.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-03-21T20:25:15.0815686Z copying backends/vulkan/third-party/Vulkan-Headers/registry/vkconventions.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-03-21T20:25:15.0817934Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools 2025-03-21T20:25:15.0819614Z copying backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools/util.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools 2025-03-21T20:25:15.0821112Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis 2025-03-21T20:25:15.0822651Z copying backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis/GpuMemDumpVis.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis 2025-03-21T20:25:15.0824472Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-03-21T20:25:15.0825896Z copying backends/xnnpack/_passes/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-03-21T20:25:15.0827058Z copying backends/xnnpack/_passes/channels_last_tagged_reshape_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-03-21T20:25:15.0828328Z copying backends/xnnpack/_passes/conv1d_unsqueeze_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-03-21T20:25:15.0829459Z copying backends/xnnpack/_passes/convert_to_linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-03-21T20:25:15.0830590Z copying backends/xnnpack/_passes/convert_to_sdpa.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-03-21T20:25:15.0831872Z copying backends/xnnpack/_passes/convert_to_upsample_bilinear2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-03-21T20:25:15.0833796Z copying backends/xnnpack/_passes/decompose_cat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-03-21T20:25:15.0835048Z copying backends/xnnpack/_passes/fuse_activation_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-03-21T20:25:15.0836264Z copying backends/xnnpack/_passes/fuse_batch_norm_with_conv.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-03-21T20:25:15.0837311Z copying backends/xnnpack/_passes/prelu_reshape_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-03-21T20:25:15.0838356Z copying backends/xnnpack/_passes/remove_getitem_op.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-03-21T20:25:15.0839773Z copying backends/xnnpack/_passes/tag_implicit_q_dq_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-03-21T20:25:15.0841727Z copying backends/xnnpack/_passes/xnnpack_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes 2025-03-21T20:25:15.0842602Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:25:15.0843722Z copying backends/xnnpack/operators/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:25:15.0844765Z copying backends/xnnpack/operators/node_visitor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:25:15.0845780Z copying backends/xnnpack/operators/op_abs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:25:15.0846777Z copying backends/xnnpack/operators/op_add.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:25:15.0848412Z copying backends/xnnpack/operators/op_addmm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:25:15.0850243Z copying backends/xnnpack/operators/op_avg_pooling2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:25:15.0851647Z copying backends/xnnpack/operators/op_bmm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:25:15.0852651Z copying backends/xnnpack/operators/op_cat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:25:15.0853659Z copying backends/xnnpack/operators/op_ceiling.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:25:15.1241389Z copying backends/xnnpack/operators/op_clamp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:25:15.1242473Z copying backends/xnnpack/operators/op_conv2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:25:15.1244026Z copying backends/xnnpack/operators/op_div.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:25:15.1245886Z copying backends/xnnpack/operators/op_dynamic_dequantize_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:25:15.1247062Z copying backends/xnnpack/operators/op_dynamic_quantize_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:25:15.1248273Z copying backends/xnnpack/operators/op_elu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:25:15.1249282Z copying backends/xnnpack/operators/op_floor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:25:15.1250518Z copying backends/xnnpack/operators/op_hardswish.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:25:15.1251696Z copying backends/xnnpack/operators/op_hardtanh.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:25:15.1253590Z copying backends/xnnpack/operators/op_leaky_relu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:25:15.1255611Z copying backends/xnnpack/operators/op_linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:25:15.1257610Z copying backends/xnnpack/operators/op_matrix_multiplication.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:25:15.1259567Z copying backends/xnnpack/operators/op_max_dim.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:25:15.1260659Z copying backends/xnnpack/operators/op_max_pool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:25:15.1261704Z copying backends/xnnpack/operators/op_maximum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:25:15.1262902Z copying backends/xnnpack/operators/op_mean_dim.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:25:15.1263939Z copying backends/xnnpack/operators/op_minimum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:25:15.1264983Z copying backends/xnnpack/operators/op_multiply.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:25:15.1266429Z copying backends/xnnpack/operators/op_negate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:25:15.1268260Z copying backends/xnnpack/operators/op_permute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:25:15.1269423Z copying backends/xnnpack/operators/op_prelu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:25:15.1270477Z copying backends/xnnpack/operators/op_quant_dequant.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:25:15.1271530Z copying backends/xnnpack/operators/op_relu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:25:15.1272535Z copying backends/xnnpack/operators/op_rsqrt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:25:15.1273625Z copying backends/xnnpack/operators/op_sdpa.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:25:15.1275429Z copying backends/xnnpack/operators/op_sigmoid.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:25:15.1277053Z copying backends/xnnpack/operators/op_skip_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:25:15.1278261Z copying backends/xnnpack/operators/op_slice_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:25:15.1279380Z copying backends/xnnpack/operators/op_softmax.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:25:15.1280410Z copying backends/xnnpack/operators/op_square.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:25:15.1281452Z copying backends/xnnpack/operators/op_square_root.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:25:15.1283229Z copying backends/xnnpack/operators/op_squeeze.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:25:15.1284893Z copying backends/xnnpack/operators/op_static_constant_pad.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:25:15.1286198Z copying backends/xnnpack/operators/op_static_resize_bilinear_2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:25:15.1287356Z copying backends/xnnpack/operators/op_sub.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:25:15.1288476Z copying backends/xnnpack/operators/op_to_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:25:15.1289521Z copying backends/xnnpack/operators/quant_params.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators 2025-03-21T20:25:15.1290475Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition 2025-03-21T20:25:15.1291965Z copying backends/xnnpack/partition/configs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition 2025-03-21T20:25:15.1293694Z copying backends/xnnpack/partition/xnnpack_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition 2025-03-21T20:25:15.1294606Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/quantizer 2025-03-21T20:25:15.1295693Z copying backends/xnnpack/quantizer/xnnpack_quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/quantizer 2025-03-21T20:25:15.1296964Z copying backends/xnnpack/quantizer/xnnpack_quantizer_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/quantizer 2025-03-21T20:25:15.1297917Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/serialization 2025-03-21T20:25:15.1299277Z copying backends/xnnpack/serialization/xnnpack_graph_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/serialization 2025-03-21T20:25:15.1301440Z copying backends/xnnpack/serialization/xnnpack_graph_serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/serialization 2025-03-21T20:25:15.1302406Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test 2025-03-21T20:25:15.1303231Z copying backends/xnnpack/test/test_xnnpack_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test 2025-03-21T20:25:15.1304558Z copying backends/xnnpack/test/test_xnnpack_utils_classes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test 2025-03-21T20:25:15.1305428Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party 2025-03-21T20:25:15.1306428Z copying backends/xnnpack/third-party/generate-cpuinfo-wrappers.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party 2025-03-21T20:25:15.1308039Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/utils 2025-03-21T20:25:15.1309470Z copying backends/xnnpack/utils/configs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/utils 2025-03-21T20:25:15.1310462Z copying backends/xnnpack/utils/quant_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/utils 2025-03-21T20:25:15.1311406Z copying backends/xnnpack/utils/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/utils 2025-03-21T20:25:15.1312588Z copying backends/xnnpack/utils/xnnpack_constants.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/utils 2025-03-21T20:25:15.1313474Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config 2025-03-21T20:25:15.1314424Z copying backends/xnnpack/partition/config/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config 2025-03-21T20:25:15.1316456Z copying backends/xnnpack/partition/config/gemm_configs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config 2025-03-21T20:25:15.1318143Z copying backends/xnnpack/partition/config/generic_node_configs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config 2025-03-21T20:25:15.1319568Z copying backends/xnnpack/partition/config/node_configs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config 2025-03-21T20:25:15.1320964Z copying backends/xnnpack/partition/config/quant_affine_configs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config 2025-03-21T20:25:15.1322219Z copying backends/xnnpack/partition/config/xnnpack_config.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config 2025-03-21T20:25:15.1323204Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/graphs 2025-03-21T20:25:15.1744384Z copying backends/xnnpack/partition/graphs/bilinear_2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/graphs 2025-03-21T20:25:15.1745860Z copying backends/xnnpack/partition/graphs/sdpa.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/graphs 2025-03-21T20:25:15.1747517Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-03-21T20:25:15.1748783Z copying backends/xnnpack/test/models/deeplab_v3.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-03-21T20:25:15.1750174Z copying backends/xnnpack/test/models/edsr.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-03-21T20:25:15.1751386Z copying backends/xnnpack/test/models/emformer_rnnt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-03-21T20:25:15.1752499Z copying backends/xnnpack/test/models/inception_v3.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-03-21T20:25:15.1753703Z copying backends/xnnpack/test/models/inception_v4.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-03-21T20:25:15.1755642Z copying backends/xnnpack/test/models/llama2_et_example.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-03-21T20:25:15.1757589Z copying backends/xnnpack/test/models/mobilebert.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-03-21T20:25:15.1759532Z copying backends/xnnpack/test/models/mobilenet_v2.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-03-21T20:25:15.1760996Z copying backends/xnnpack/test/models/mobilenet_v3.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-03-21T20:25:15.1762332Z copying backends/xnnpack/test/models/resnet.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-03-21T20:25:15.1763421Z copying backends/xnnpack/test/models/torchvision_vit.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-03-21T20:25:15.1764532Z copying backends/xnnpack/test/models/very_big_model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-03-21T20:25:15.1765802Z copying backends/xnnpack/test/models/w2l.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models 2025-03-21T20:25:15.1767248Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:25:15.1768700Z copying backends/xnnpack/test/ops/test_abs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:25:15.1769755Z copying backends/xnnpack/test/ops/test_add.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:25:15.1771097Z copying backends/xnnpack/test/ops/test_avgpool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:25:15.1772152Z copying backends/xnnpack/test/ops/test_bilinear2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:25:15.1773341Z copying backends/xnnpack/test/ops/test_bmm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:25:15.1774331Z copying backends/xnnpack/test/ops/test_cat.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:25:15.1775334Z copying backends/xnnpack/test/ops/test_ceil.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:25:15.1777159Z copying backends/xnnpack/test/ops/test_check_quant_params.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:25:15.1779078Z copying backends/xnnpack/test/ops/test_clamp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:25:15.1780186Z copying backends/xnnpack/test/ops/test_conv1d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:25:15.1781426Z copying backends/xnnpack/test/ops/test_conv2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:25:15.1782565Z copying backends/xnnpack/test/ops/test_div.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:25:15.1783559Z copying backends/xnnpack/test/ops/test_elu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:25:15.1784700Z copying backends/xnnpack/test/ops/test_floor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:25:15.1785918Z copying backends/xnnpack/test/ops/test_hardswish.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:25:15.1787072Z copying backends/xnnpack/test/ops/test_hardtanh.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:25:15.1788122Z copying backends/xnnpack/test/ops/test_leaky_relu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:25:15.1789230Z copying backends/xnnpack/test/ops/test_linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:25:15.1790243Z copying backends/xnnpack/test/ops/test_lstm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:25:15.1791256Z copying backends/xnnpack/test/ops/test_max_dim.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:25:15.1792736Z copying backends/xnnpack/test/ops/test_maximum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:25:15.1794636Z copying backends/xnnpack/test/ops/test_maxpool2d.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:25:15.1796456Z copying backends/xnnpack/test/ops/test_mean_dim.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:25:15.1798282Z copying backends/xnnpack/test/ops/test_minimum.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:25:15.1799516Z copying backends/xnnpack/test/ops/test_multiply.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:25:15.1800700Z copying backends/xnnpack/test/ops/test_negate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:25:15.1801735Z copying backends/xnnpack/test/ops/test_permute.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:25:15.1802743Z copying backends/xnnpack/test/ops/test_pow.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:25:15.1804068Z copying backends/xnnpack/test/ops/test_prelu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:25:15.1805956Z copying backends/xnnpack/test/ops/test_quantize_per_tensor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:25:15.1807304Z copying backends/xnnpack/test/ops/test_relu.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:25:15.1808522Z copying backends/xnnpack/test/ops/test_rsqrt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:25:15.1809532Z copying backends/xnnpack/test/ops/test_sdpa.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:25:15.1810533Z copying backends/xnnpack/test/ops/test_sigmoid.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:25:15.1811577Z copying backends/xnnpack/test/ops/test_slice_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:25:15.1812615Z copying backends/xnnpack/test/ops/test_softmax.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:25:15.1813713Z copying backends/xnnpack/test/ops/test_sqrt.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:25:15.1814754Z copying backends/xnnpack/test/ops/test_square.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:25:15.1816264Z copying backends/xnnpack/test/ops/test_static_constant_pad.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:25:15.1818572Z copying backends/xnnpack/test/ops/test_sub.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops 2025-03-21T20:25:15.1820077Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes 2025-03-21T20:25:15.1821546Z copying backends/xnnpack/test/passes/test_activation_fusion.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes 2025-03-21T20:25:15.1823057Z copying backends/xnnpack/test/passes/test_batch_norm_fusion.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes 2025-03-21T20:25:15.1824363Z copying backends/xnnpack/test/passes/test_channels_last_tagged_reshape.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes 2025-03-21T20:25:15.1825572Z copying backends/xnnpack/test/passes/test_convert_to_linear.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes 2025-03-21T20:25:15.1826742Z copying backends/xnnpack/test/passes/test_decompose_cat_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes 2025-03-21T20:25:15.1996459Z copying backends/xnnpack/test/passes/test_remove_get_item_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes 2025-03-21T20:25:15.1998789Z copying backends/xnnpack/test/passes/test_tag_implicit_q_dq_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes 2025-03-21T20:25:15.2000638Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/quantizer 2025-03-21T20:25:15.2002480Z copying backends/xnnpack/test/quantizer/test_pt2e_quantization.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/quantizer 2025-03-21T20:25:15.2004888Z copying backends/xnnpack/test/quantizer/test_representation.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/quantizer 2025-03-21T20:25:15.2007335Z copying backends/xnnpack/test/quantizer/test_xnnpack_quantizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/quantizer 2025-03-21T20:25:15.2009273Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/serialization 2025-03-21T20:25:15.2011182Z copying backends/xnnpack/test/serialization/test_serialization.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/serialization 2025-03-21T20:25:15.2012906Z copying backends/xnnpack/test/serialization/test_xnnheader.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/serialization 2025-03-21T20:25:15.2014003Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/tester 2025-03-21T20:25:15.2015038Z copying backends/xnnpack/test/tester/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/tester 2025-03-21T20:25:15.2016064Z copying backends/xnnpack/test/tester/tester.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/tester 2025-03-21T20:25:15.2017030Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16 2025-03-21T20:25:15.2018413Z copying backends/xnnpack/third-party/FP16/configure.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16 2025-03-21T20:25:15.2020212Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FXdiv 2025-03-21T20:25:15.2022085Z copying backends/xnnpack/third-party/FXdiv/configure.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FXdiv 2025-03-21T20:25:15.2023649Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo 2025-03-21T20:25:15.2024672Z copying backends/xnnpack/third-party/cpuinfo/configure.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo 2025-03-21T20:25:15.2025700Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/pthreadpool 2025-03-21T20:25:15.2026891Z copying backends/xnnpack/third-party/pthreadpool/configure.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/pthreadpool 2025-03-21T20:25:15.2027991Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16/include/fp16 2025-03-21T20:25:15.2029192Z copying backends/xnnpack/third-party/FP16/include/fp16/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16/include/fp16 2025-03-21T20:25:15.2030568Z copying backends/xnnpack/third-party/FP16/include/fp16/avx.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16/include/fp16 2025-03-21T20:25:15.2031940Z copying backends/xnnpack/third-party/FP16/include/fp16/avx2.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16/include/fp16 2025-03-21T20:25:15.2033051Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16/test/peachpy 2025-03-21T20:25:15.2034183Z copying backends/xnnpack/third-party/FP16/test/peachpy/stubs.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16/test/peachpy 2025-03-21T20:25:15.2035300Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-03-21T20:25:15.2036405Z copying backends/xnnpack/third-party/XNNPACK/scripts/check_config.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-03-21T20:25:15.2037826Z copying backends/xnnpack/third-party/XNNPACK/scripts/check_files_changed.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-03-21T20:25:15.2039422Z copying backends/xnnpack/third-party/XNNPACK/scripts/generate-build-identifier.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-03-21T20:25:15.2040927Z copying backends/xnnpack/third-party/XNNPACK/scripts/sort-filenames.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-03-21T20:25:15.2042059Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:25:15.2043222Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-argmaxpool-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:25:15.2044696Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:25:15.2046246Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc2chw-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:25:15.2047789Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-multipass-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:25:15.2049329Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-unipass-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:25:15.2050852Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv2d-chw-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:25:15.2052315Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-gemm-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:25:15.2053794Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-chw-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:25:15.2055286Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:25:15.2056806Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-lut-norm-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:25:15.2058244Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-lut-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:25:15.2059733Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-raddexpminusmax-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:25:15.2061256Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-raddextexp-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:25:15.2062816Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-raddstoreexpminusmax-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:25:15.2064353Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-rdsum-benchmark.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:25:15.2065807Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-rdsum-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:25:15.2067251Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-reduce-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:25:15.2068688Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-spmm-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:25:15.2070198Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-vbinary-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:25:15.2071759Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-vmulcaddc-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:25:15.2073377Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleexpminusmax-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:25:15.2074928Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleextexp-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:25:15.2613159Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-vunary-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:25:15.2614598Z copying backends/xnnpack/third-party/XNNPACK/tools/primes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:25:15.2616752Z copying backends/xnnpack/third-party/XNNPACK/tools/update-microkernels.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:25:15.2618788Z copying backends/xnnpack/third-party/XNNPACK/tools/xngen.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:25:15.2620207Z copying backends/xnnpack/third-party/XNNPACK/tools/xnncommon.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:25:15.2621383Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-03-21T20:25:15.2622568Z copying backends/xnnpack/third-party/cpuinfo/scripts/android-device-dump.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-03-21T20:25:15.2624311Z copying backends/xnnpack/third-party/cpuinfo/scripts/arm-linux-filesystem-dump.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-03-21T20:25:15.2627096Z copying backends/xnnpack/third-party/cpuinfo/scripts/parse-x86-cpuid-dump.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-03-21T20:25:15.2628312Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog 2025-03-21T20:25:15.2629673Z copying backends/xnnpack/third-party/cpuinfo/deps/clog/configure.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog 2025-03-21T20:25:15.2630684Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/codegen 2025-03-21T20:25:15.2631274Z copying codegen/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen 2025-03-21T20:25:15.2631883Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools 2025-03-21T20:25:15.2632559Z copying codegen/tools/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools 2025-03-21T20:25:15.2633854Z copying codegen/tools/gen_all_oplist.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools 2025-03-21T20:25:15.2635261Z copying codegen/tools/gen_oplist.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools 2025-03-21T20:25:15.2636173Z copying codegen/tools/gen_ops_def.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools 2025-03-21T20:25:15.2637020Z copying codegen/tools/gen_selected_op_variants.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools 2025-03-21T20:25:15.2637975Z copying codegen/tools/merge_yaml.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools 2025-03-21T20:25:15.2638776Z copying codegen/tools/yaml_util.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools 2025-03-21T20:25:15.2639469Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/test 2025-03-21T20:25:15.2640250Z copying codegen/tools/test/test_gen_all_oplist.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/test 2025-03-21T20:25:15.2641176Z copying codegen/tools/test/test_gen_oplist.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/test 2025-03-21T20:25:15.2642693Z copying codegen/tools/test/test_gen_oplist_real_model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/test 2025-03-21T20:25:15.2644412Z copying codegen/tools/test/test_gen_selected_op_variants.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/test 2025-03-21T20:25:15.2645279Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/llama 2025-03-21T20:25:15.2646374Z copying examples/apple/coreml/llama/export.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/llama 2025-03-21T20:25:15.2647523Z copying examples/apple/coreml/llama/llama_transformer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/llama 2025-03-21T20:25:15.2648599Z copying examples/apple/coreml/llama/run.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/llama 2025-03-21T20:25:15.2649608Z copying examples/apple/coreml/llama/test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/llama 2025-03-21T20:25:15.2650704Z copying examples/apple/coreml/llama/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/llama 2025-03-21T20:25:15.2652179Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning 2025-03-21T20:25:15.2653608Z copying examples/llm_pte_finetuning/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning 2025-03-21T20:25:15.2654652Z copying examples/llm_pte_finetuning/model_exporter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning 2025-03-21T20:25:15.2655766Z copying examples/llm_pte_finetuning/model_loading_lib.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning 2025-03-21T20:25:15.2656966Z copying examples/llm_pte_finetuning/runner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning 2025-03-21T20:25:15.2657973Z copying examples/llm_pte_finetuning/training_lib.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning 2025-03-21T20:25:15.2658786Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models 2025-03-21T20:25:15.2659486Z copying examples/models/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models 2025-03-21T20:25:15.2660641Z copying examples/models/checkpoint.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models 2025-03-21T20:25:15.2662156Z copying examples/models/model_base.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models 2025-03-21T20:25:15.2663225Z copying examples/models/model_factory.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models 2025-03-21T20:25:15.2664013Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/deeplab_v3 2025-03-21T20:25:15.2664915Z copying examples/models/deeplab_v3/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/deeplab_v3 2025-03-21T20:25:15.2665959Z copying examples/models/deeplab_v3/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/deeplab_v3 2025-03-21T20:25:15.2666756Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/edsr 2025-03-21T20:25:15.2667520Z copying examples/models/edsr/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/edsr 2025-03-21T20:25:15.2668412Z copying examples/models/edsr/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/edsr 2025-03-21T20:25:15.2669367Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam 2025-03-21T20:25:15.2670891Z copying examples/models/efficient_sam/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam 2025-03-21T20:25:15.2672443Z copying examples/models/efficient_sam/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam 2025-03-21T20:25:15.2673319Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/emformer_rnnt 2025-03-21T20:25:15.2674247Z copying examples/models/emformer_rnnt/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/emformer_rnnt 2025-03-21T20:25:15.2675349Z copying examples/models/emformer_rnnt/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/emformer_rnnt 2025-03-21T20:25:15.2676659Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/inception_v3 2025-03-21T20:25:15.2677519Z copying examples/models/inception_v3/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/inception_v3 2025-03-21T20:25:15.2678536Z copying examples/models/inception_v3/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/inception_v3 2025-03-21T20:25:15.2679388Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/inception_v4 2025-03-21T20:25:15.2680225Z copying examples/models/inception_v4/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/inception_v4 2025-03-21T20:25:15.2681953Z copying examples/models/inception_v4/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/inception_v4 2025-03-21T20:25:15.2683354Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-03-21T20:25:15.2684140Z copying examples/models/llama/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-03-21T20:25:15.2685155Z copying examples/models/llama/attention.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-03-21T20:25:15.2686165Z copying examples/models/llama/eval_llama.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-03-21T20:25:15.2687262Z copying examples/models/llama/eval_llama_lib.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-03-21T20:25:15.2688213Z copying examples/models/llama/export_llama.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-03-21T20:25:15.2689189Z copying examples/models/llama/export_llama_lib.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-03-21T20:25:15.3041815Z copying examples/models/llama/fairseq2.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-03-21T20:25:15.3042894Z copying examples/models/llama/install_requirement_helper.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-03-21T20:25:15.3043911Z copying examples/models/llama/llama_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-03-21T20:25:15.3045452Z copying examples/models/llama/llama_transformer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-03-21T20:25:15.3047129Z copying examples/models/llama/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-03-21T20:25:15.3048071Z copying examples/models/llama/model_args.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-03-21T20:25:15.3049145Z copying examples/models/llama/norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-03-21T20:25:15.3050033Z copying examples/models/llama/rope.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-03-21T20:25:15.3050993Z copying examples/models/llama/static_attention.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama 2025-03-21T20:25:15.3051852Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision 2025-03-21T20:25:15.3052749Z copying examples/models/llama3_2_vision/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision 2025-03-21T20:25:15.3053985Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava 2025-03-21T20:25:15.3055330Z copying examples/models/llava/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava 2025-03-21T20:25:15.3056578Z copying examples/models/llava/export_llava.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava 2025-03-21T20:25:15.3057619Z copying examples/models/llava/image_util.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava 2025-03-21T20:25:15.3058709Z copying examples/models/llava/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava 2025-03-21T20:25:15.3059477Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/lstm 2025-03-21T20:25:15.3060226Z copying examples/models/lstm/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/lstm 2025-03-21T20:25:15.3061112Z copying examples/models/lstm/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/lstm 2025-03-21T20:25:15.3062026Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilebert 2025-03-21T20:25:15.3063479Z copying examples/models/mobilebert/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilebert 2025-03-21T20:25:15.3064964Z copying examples/models/mobilebert/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilebert 2025-03-21T20:25:15.3065819Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilenet_v2 2025-03-21T20:25:15.3066752Z copying examples/models/mobilenet_v2/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilenet_v2 2025-03-21T20:25:15.3067804Z copying examples/models/mobilenet_v2/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilenet_v2 2025-03-21T20:25:15.3068789Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilenet_v3 2025-03-21T20:25:15.3069727Z copying examples/models/mobilenet_v3/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilenet_v3 2025-03-21T20:25:15.3071053Z copying examples/models/mobilenet_v3/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilenet_v3 2025-03-21T20:25:15.3072610Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini-lora 2025-03-21T20:25:15.3074296Z copying examples/models/phi-3-mini-lora/export_model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini-lora 2025-03-21T20:25:15.3075916Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini 2025-03-21T20:25:15.3077322Z copying examples/models/phi-3-mini/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini 2025-03-21T20:25:15.3078335Z copying examples/models/phi-3-mini/eager.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini 2025-03-21T20:25:15.3079475Z copying examples/models/phi-3-mini/export_phi-3-mini.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini 2025-03-21T20:25:15.3080512Z copying examples/models/phi-3-mini/phi_3_mini.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini 2025-03-21T20:25:15.3081519Z copying examples/models/phi-3-mini/static_cache.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini 2025-03-21T20:25:15.3082376Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-4-mini 2025-03-21T20:25:15.3083204Z copying examples/models/phi-4-mini/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-4-mini 2025-03-21T20:25:15.3084219Z copying examples/models/phi-4-mini/convert_weights.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-4-mini 2025-03-21T20:25:15.3085613Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/qwen2_5 2025-03-21T20:25:15.3086988Z copying examples/models/qwen2_5/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/qwen2_5 2025-03-21T20:25:15.3088077Z copying examples/models/qwen2_5/convert_weights.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/qwen2_5 2025-03-21T20:25:15.3089069Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/resnet 2025-03-21T20:25:15.3089862Z copying examples/models/resnet/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/resnet 2025-03-21T20:25:15.3090932Z copying examples/models/resnet/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/resnet 2025-03-21T20:25:15.3091703Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/test 2025-03-21T20:25:15.3092451Z copying examples/models/test/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/test 2025-03-21T20:25:15.3093361Z copying examples/models/test/test_export.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/test 2025-03-21T20:25:15.3094183Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/torchvision_vit 2025-03-21T20:25:15.3095107Z copying examples/models/torchvision_vit/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/torchvision_vit 2025-03-21T20:25:15.3096986Z copying examples/models/torchvision_vit/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/torchvision_vit 2025-03-21T20:25:15.3098330Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/toy_model 2025-03-21T20:25:15.3099208Z copying examples/models/toy_model/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/toy_model 2025-03-21T20:25:15.3100171Z copying examples/models/toy_model/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/toy_model 2025-03-21T20:25:15.3101123Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/wav2letter 2025-03-21T20:25:15.3101964Z copying examples/models/wav2letter/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/wav2letter 2025-03-21T20:25:15.3102952Z copying examples/models/wav2letter/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/wav2letter 2025-03-21T20:25:15.3104163Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core 2025-03-21T20:25:15.3106423Z copying examples/models/efficient_sam/efficient_sam_core/build_efficient_sam.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core 2025-03-21T20:25:15.3109215Z copying examples/models/efficient_sam/efficient_sam_core/efficient_sam.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core 2025-03-21T20:25:15.3111986Z copying examples/models/efficient_sam/efficient_sam_core/efficient_sam_decoder.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core 2025-03-21T20:25:15.3114000Z copying examples/models/efficient_sam/efficient_sam_core/efficient_sam_encoder.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core 2025-03-21T20:25:15.3115443Z copying examples/models/efficient_sam/efficient_sam_core/mlp.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core 2025-03-21T20:25:15.3116858Z copying examples/models/efficient_sam/efficient_sam_core/two_way_transformer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core 2025-03-21T20:25:15.3117967Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/evaluate 2025-03-21T20:25:15.3119178Z copying examples/models/llama/evaluate/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/evaluate 2025-03-21T20:25:15.3121140Z copying examples/models/llama/evaluate/eager_eval.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/evaluate 2025-03-21T20:25:15.3122110Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/experimental 2025-03-21T20:25:15.3397705Z copying examples/models/llama/experimental/generate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/experimental 2025-03-21T20:25:15.3399110Z copying examples/models/llama/experimental/load_gguf_q4_0.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/experimental 2025-03-21T20:25:15.3400510Z copying examples/models/llama/experimental/subclass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/experimental 2025-03-21T20:25:15.3402340Z copying examples/models/llama/experimental/test_subclass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/experimental 2025-03-21T20:25:15.3404204Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/runner 2025-03-21T20:25:15.3405893Z copying examples/models/llama/runner/eager.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/runner 2025-03-21T20:25:15.3407785Z copying examples/models/llama/runner/generation.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/runner 2025-03-21T20:25:15.3409410Z copying examples/models/llama/runner/native.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/runner 2025-03-21T20:25:15.3410382Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-03-21T20:25:15.3411571Z copying examples/models/llama/source_transformation/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-03-21T20:25:15.3413079Z copying examples/models/llama/source_transformation/apply_spin_quant_r1_r2.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-03-21T20:25:15.3414484Z copying examples/models/llama/source_transformation/attention.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-03-21T20:25:15.3416875Z copying examples/models/llama/source_transformation/attention_sink.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-03-21T20:25:15.3418385Z copying examples/models/llama/source_transformation/lora.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-03-21T20:25:15.3419882Z copying examples/models/llama/source_transformation/pre_quantization.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-03-21T20:25:15.3421274Z copying examples/models/llama/source_transformation/prune_vocab.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-03-21T20:25:15.3422667Z copying examples/models/llama/source_transformation/quantize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-03-21T20:25:15.3425172Z copying examples/models/llama/source_transformation/quantized_kv_cache.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-03-21T20:25:15.3426733Z copying examples/models/llama/source_transformation/rms_norm.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-03-21T20:25:15.3428065Z copying examples/models/llama/source_transformation/rope.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-03-21T20:25:15.3429434Z copying examples/models/llama/source_transformation/sdpa.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-03-21T20:25:15.3430762Z copying examples/models/llama/source_transformation/spin_quant.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-03-21T20:25:15.3433142Z copying examples/models/llama/source_transformation/test_attention_sink.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-03-21T20:25:15.3434761Z copying examples/models/llama/source_transformation/test_quantized_kv_cache.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-03-21T20:25:15.3436388Z copying examples/models/llama/source_transformation/test_sdpa_with_quantized_kv_cache.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-03-21T20:25:15.3438050Z copying examples/models/llama/source_transformation/vulkan_rope.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation 2025-03-21T20:25:15.3439069Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tests 2025-03-21T20:25:15.3440373Z copying examples/models/llama/tests/test_pre_quantization_transforms.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tests 2025-03-21T20:25:15.3442392Z copying examples/models/llama/tests/test_simple_sdpa.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tests 2025-03-21T20:25:15.3443534Z copying examples/models/llama/tests/test_static_attention.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tests 2025-03-21T20:25:15.3444612Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tokenizer 2025-03-21T20:25:15.3445544Z copying examples/models/llama/tokenizer/tiktoken.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tokenizer 2025-03-21T20:25:15.3446523Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/preprocess 2025-03-21T20:25:15.3447711Z copying examples/models/llama3_2_vision/preprocess/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/preprocess 2025-03-21T20:25:15.3450050Z copying examples/models/llama3_2_vision/preprocess/export_preprocess.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/preprocess 2025-03-21T20:25:15.3451520Z copying examples/models/llama3_2_vision/preprocess/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/preprocess 2025-03-21T20:25:15.3452980Z copying examples/models/llama3_2_vision/preprocess/test_preprocess.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/preprocess 2025-03-21T20:25:15.3454060Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/runner 2025-03-21T20:25:15.3455044Z copying examples/models/llama3_2_vision/runner/eager.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/runner 2025-03-21T20:25:15.3456235Z copying examples/models/llama3_2_vision/runner/exported.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/runner 2025-03-21T20:25:15.3458192Z copying examples/models/llama3_2_vision/runner/generation.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/runner 2025-03-21T20:25:15.3459856Z copying examples/models/llama3_2_vision/runner/native.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/runner 2025-03-21T20:25:15.3461019Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/text_decoder 2025-03-21T20:25:15.3462095Z copying examples/models/llama3_2_vision/text_decoder/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/text_decoder 2025-03-21T20:25:15.3463167Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/vision_encoder 2025-03-21T20:25:15.3464262Z copying examples/models/llama3_2_vision/vision_encoder/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/vision_encoder 2025-03-21T20:25:15.3466098Z copying examples/models/llama3_2_vision/vision_encoder/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/vision_encoder 2025-03-21T20:25:15.3467833Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/text_decoder/test 2025-03-21T20:25:15.3469190Z copying examples/models/llama3_2_vision/text_decoder/test/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/text_decoder/test 2025-03-21T20:25:15.3470747Z copying examples/models/llama3_2_vision/text_decoder/test/test_text_decoder.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/text_decoder/test 2025-03-21T20:25:15.3471940Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/vision_encoder/test 2025-03-21T20:25:15.3473178Z copying examples/models/llama3_2_vision/vision_encoder/test/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/vision_encoder/test 2025-03-21T20:25:15.3475724Z copying examples/models/llama3_2_vision/vision_encoder/test/test_vision_encoder.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/vision_encoder/test 2025-03-21T20:25:15.3477131Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava/test 2025-03-21T20:25:15.3478155Z copying examples/models/llava/test/test_llava.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava/test 2025-03-21T20:25:15.3479175Z copying examples/models/llava/test/test_pte.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava/test 2025-03-21T20:25:15.4034515Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/moshi/mimi 2025-03-21T20:25:15.4035951Z copying examples/models/moshi/mimi/test_mimi.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/moshi/mimi 2025-03-21T20:25:15.4036762Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:25:15.4037559Z copying exir/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:25:15.4038617Z copying exir/_warnings.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:25:15.4039684Z copying exir/common.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:25:15.4040376Z copying exir/control_flow.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:25:15.4041040Z copying exir/delegate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:25:15.4041739Z copying exir/dim_order_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:25:15.4042409Z copying exir/dynamic_shape.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:25:15.4043052Z copying exir/error.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:25:15.4043650Z copying exir/graph.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:25:15.4044273Z copying exir/graph_module.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:25:15.4044968Z copying exir/lowered_backend_module.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:25:15.4045629Z copying exir/memory.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:25:15.4046715Z copying exir/memory_planning.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:25:15.4047874Z copying exir/pass_base.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:25:15.4048741Z copying exir/pass_manager.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:25:15.4049407Z copying exir/print_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:25:15.4050144Z copying exir/scalar_type.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:25:15.4050764Z copying exir/schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:25:15.4051376Z copying exir/sym_util.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:25:15.4051987Z copying exir/tensor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:25:15.4052597Z copying exir/tracer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:25:15.4053477Z copying exir/types.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:25:15.4054539Z copying exir/version.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:25:15.4055578Z copying exir/wrap.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:25:15.4056317Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-03-21T20:25:15.4057028Z copying exir/_serialize/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-03-21T20:25:15.4057869Z copying exir/_serialize/_cord.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-03-21T20:25:15.4058662Z copying exir/_serialize/_dataclass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-03-21T20:25:15.4059473Z copying exir/_serialize/_flatbuffer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-03-21T20:25:15.4060293Z copying exir/_serialize/_named_data_store.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-03-21T20:25:15.4061116Z copying exir/_serialize/_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-03-21T20:25:15.4062204Z copying exir/_serialize/_serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-03-21T20:25:15.4064502Z copying exir/_serialize/data_serializer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-03-21T20:25:15.4065470Z copying exir/_serialize/padding.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-03-21T20:25:15.4066207Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend 2025-03-21T20:25:15.4066893Z copying exir/backend/backend_api.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend 2025-03-21T20:25:15.4067687Z copying exir/backend/backend_details.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend 2025-03-21T20:25:15.4068533Z copying exir/backend/compile_spec_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend 2025-03-21T20:25:15.4069482Z copying exir/backend/operator_support.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend 2025-03-21T20:25:15.4070782Z copying exir/backend/partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend 2025-03-21T20:25:15.4072139Z copying exir/backend/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend 2025-03-21T20:25:15.4072955Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/capture 2025-03-21T20:25:15.4073645Z copying exir/capture/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/capture 2025-03-21T20:25:15.4074416Z copying exir/capture/_capture.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/capture 2025-03-21T20:25:15.4075164Z copying exir/capture/_config.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/capture 2025-03-21T20:25:15.4075903Z copying exir/capture/_unlift.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/capture 2025-03-21T20:25:15.4076760Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects 2025-03-21T20:25:15.4077426Z copying exir/dialects/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects 2025-03-21T20:25:15.4078154Z copying exir/dialects/_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects 2025-03-21T20:25:15.4079121Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/emit 2025-03-21T20:25:15.4080181Z copying exir/emit/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/emit 2025-03-21T20:25:15.4081319Z copying exir/emit/_emit_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/emit 2025-03-21T20:25:15.4082042Z copying exir/emit/_emitter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/emit 2025-03-21T20:25:15.4082749Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/operator 2025-03-21T20:25:15.4083562Z copying exir/operator/convert.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/operator 2025-03-21T20:25:15.4084329Z copying exir/operator/manip.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/operator 2025-03-21T20:25:15.4085077Z copying exir/operator/util.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/operator 2025-03-21T20:25:15.4085741Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:25:15.4086386Z copying exir/passes/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:25:15.4087220Z copying exir/passes/_quant_patterns_and_replacements.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:25:15.4088373Z copying exir/passes/const_prop_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:25:15.4089797Z copying exir/passes/constant_prop_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:25:15.4090997Z copying exir/passes/debug_handle_generator_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:25:15.4091955Z copying exir/passes/dim_order_ops_registry.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:25:15.4092820Z copying exir/passes/dynamic_shape_prop_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:25:15.4093851Z copying exir/passes/executorch_prim_ops_registry.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:25:15.4094763Z copying exir/passes/external_constants_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:25:15.4095613Z copying exir/passes/init_mutable_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:25:15.4096942Z copying exir/passes/insert_write_back_for_buffers_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:25:15.4098534Z copying exir/passes/memory_format_ops_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:25:15.4099436Z copying exir/passes/memory_planning_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:25:15.4100386Z copying exir/passes/normalize_transpose_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:25:15.4101302Z copying exir/passes/normalize_view_copy_base_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:25:15.4102161Z copying exir/passes/pass_registry.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:25:15.4102984Z copying exir/passes/prune_empty_tensors_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:25:15.4103828Z copying exir/passes/quant_fusion_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:25:15.4104709Z copying exir/passes/quantize_io_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:25:15.4106216Z copying exir/passes/remove_graph_asserts_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:25:15.4107819Z copying exir/passes/remove_mixed_type_operators.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:25:15.4109442Z copying exir/passes/remove_noop_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:25:15.4110664Z copying exir/passes/replace_aten_with_edge_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:25:15.4622714Z copying exir/passes/replace_broken_ops_with_function_ops_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:25:15.4623734Z copying exir/passes/replace_edge_with_backend_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:25:15.4624636Z copying exir/passes/replace_sym_size_op_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:25:15.4625722Z copying exir/passes/replace_view_copy_with_view_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:25:15.4626618Z copying exir/passes/scalar_to_tensor_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:25:15.4627448Z copying exir/passes/spec_prop_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:25:15.4628324Z copying exir/passes/sym_shape_eval_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:25:15.4629212Z copying exir/passes/sym_to_tensor_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:25:15.4630061Z copying exir/passes/weights_to_outputs_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes 2025-03-21T20:25:15.4630773Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program 2025-03-21T20:25:15.4631428Z copying exir/program/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program 2025-03-21T20:25:15.4632203Z copying exir/program/_fake_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program 2025-03-21T20:25:15.4632979Z copying exir/program/_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program 2025-03-21T20:25:15.4633633Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde 2025-03-21T20:25:15.4634358Z copying exir/serde/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde 2025-03-21T20:25:15.4635114Z copying exir/serde/export_serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde 2025-03-21T20:25:15.4635922Z copying exir/serde/schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde 2025-03-21T20:25:15.4636658Z copying exir/serde/schema_check.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde 2025-03-21T20:25:15.4637411Z copying exir/serde/serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde 2025-03-21T20:25:15.4638135Z copying exir/serde/union.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde 2025-03-21T20:25:15.4638850Z copying exir/serde/upgrade.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde 2025-03-21T20:25:15.4639489Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:25:15.4640123Z copying exir/tests/asr_joiner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:25:15.4640845Z copying exir/tests/common.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:25:15.4641616Z copying exir/tests/control_flow_models.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:25:15.4642435Z copying exir/tests/dynamic_shape_models.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:25:15.4643203Z copying exir/tests/models.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:25:15.4643965Z copying exir/tests/test_arg_validator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:25:15.4644728Z copying exir/tests/test_capture.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:25:15.4645475Z copying exir/tests/test_common.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:25:15.4646227Z copying exir/tests/test_delegate.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:25:15.4647017Z copying exir/tests/test_dim_order_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:25:15.4647882Z copying exir/tests/test_dynamic_shape_propagation.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:25:15.4648703Z copying exir/tests/test_error.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:25:15.4649468Z copying exir/tests/test_joint_graph.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:25:15.4650345Z copying exir/tests/test_memory_format_ops_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:25:15.4651294Z copying exir/tests/test_memory_format_ops_pass_aten.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:25:15.4652214Z copying exir/tests/test_memory_format_ops_pass_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:25:15.4653093Z copying exir/tests/test_memory_planning.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:25:15.4653895Z copying exir/tests/test_op_convert.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:25:15.4654693Z copying exir/tests/test_pass_infra.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:25:15.4655452Z copying exir/tests/test_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:25:15.4656227Z copying exir/tests/test_print_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:25:15.4657065Z copying exir/tests/test_prune_empty_tensors_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:25:15.4657931Z copying exir/tests/test_quant_fusion_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:25:15.4658841Z copying exir/tests/test_quantization.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:25:15.4659662Z copying exir/tests/test_quantize_io_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:25:15.4660488Z copying exir/tests/test_remove_view_copy.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:25:15.4661272Z copying exir/tests/test_serde.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:25:15.4661998Z copying exir/tests/test_tensor.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:25:15.4662742Z copying exir/tests/test_tracer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:25:15.4663514Z copying exir/tests/test_verification.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:25:15.4664299Z copying exir/tests/test_warnings.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:25:15.4665069Z copying exir/tests/transformer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests 2025-03-21T20:25:15.4665764Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification 2025-03-21T20:25:15.4666553Z copying exir/verification/arg_validator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification 2025-03-21T20:25:15.4667409Z copying exir/verification/dev_html.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification 2025-03-21T20:25:15.4668282Z copying exir/verification/interpreter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification 2025-03-21T20:25:15.4669234Z copying exir/verification/verifier.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification 2025-03-21T20:25:15.4669979Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/test 2025-03-21T20:25:15.4670716Z copying exir/_serialize/test/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/test 2025-03-21T20:25:15.4671581Z copying exir/_serialize/test/test_cord.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/test 2025-03-21T20:25:15.4672474Z copying exir/_serialize/test/test_flatbuffer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/test 2025-03-21T20:25:15.4673427Z copying exir/_serialize/test/test_named_data_store.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/test 2025-03-21T20:25:15.4674420Z copying exir/_serialize/test/test_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/test 2025-03-21T20:25:15.4675331Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/canonical_partitioners 2025-03-21T20:25:15.4677918Z copying exir/backend/canonical_partitioners/config_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/canonical_partitioners 2025-03-21T20:25:15.4679251Z copying exir/backend/canonical_partitioners/duplicate_constant_node_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/canonical_partitioners 2025-03-21T20:25:15.4680587Z copying exir/backend/canonical_partitioners/duplicate_dequant_node_pass.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/canonical_partitioners 2025-03-21T20:25:15.4681965Z copying exir/backend/canonical_partitioners/pattern_op_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/canonical_partitioners 2025-03-21T20:25:15.4682904Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-03-21T20:25:15.4683715Z copying exir/backend/test/backend_with_compiler_demo.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-03-21T20:25:15.4684742Z copying exir/backend/test/backend_with_delegate_mapping_demo.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-03-21T20:25:15.4685887Z copying exir/backend/test/backend_with_named_data_map.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-03-21T20:25:15.4686864Z copying exir/backend/test/hta_partitioner_demo.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-03-21T20:25:15.4687806Z copying exir/backend/test/op_partitioner_demo.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-03-21T20:25:15.5116235Z copying exir/backend/test/qnn_backend_demo.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-03-21T20:25:15.5117325Z copying exir/backend/test/test_backend_with_named_data_map.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-03-21T20:25:15.5119018Z copying exir/backend/test/test_backends.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-03-21T20:25:15.5120579Z copying exir/backend/test/test_backends_lifted.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-03-21T20:25:15.5121617Z copying exir/backend/test/test_backends_nested.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-03-21T20:25:15.5122565Z copying exir/backend/test/test_compatibility.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-03-21T20:25:15.5123500Z copying exir/backend/test/test_debug_handle_map.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-03-21T20:25:15.5124457Z copying exir/backend/test/test_delegate_map_builder.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-03-21T20:25:15.5125418Z copying exir/backend/test/test_graph_partition.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-03-21T20:25:15.5126396Z copying exir/backend/test/test_lowered_backend_module.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-03-21T20:25:15.5127380Z copying exir/backend/test/test_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-03-21T20:25:15.5128934Z copying exir/backend/test/test_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-03-21T20:25:15.5130498Z copying exir/backend/test/test_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test 2025-03-21T20:25:15.5131827Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/demos 2025-03-21T20:25:15.5133025Z copying exir/backend/test/demos/test_delegate_aten_mode.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/demos 2025-03-21T20:25:15.5134109Z copying exir/backend/test/demos/test_xnnpack_qnnpack.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/demos 2025-03-21T20:25:15.5135147Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/demos/rpc 2025-03-21T20:25:15.5136093Z copying exir/backend/test/demos/rpc/executor_backend_partitioner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/demos/rpc 2025-03-21T20:25:15.5137325Z copying exir/backend/test/demos/rpc/executor_backend_preprocess.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/demos/rpc 2025-03-21T20:25:15.5138454Z copying exir/backend/test/demos/rpc/test_rpc.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/demos/rpc 2025-03-21T20:25:15.5139560Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/backend 2025-03-21T20:25:15.5140883Z copying exir/dialects/backend/_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/backend 2025-03-21T20:25:15.5142171Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge 2025-03-21T20:25:15.5143469Z copying exir/dialects/edge/_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge 2025-03-21T20:25:15.5144485Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/test 2025-03-21T20:25:15.5145288Z copying exir/dialects/test/test_exir_dialect_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/test 2025-03-21T20:25:15.5146363Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/backend/test 2025-03-21T20:25:15.5147253Z copying exir/dialects/backend/test/test_backend_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/backend/test 2025-03-21T20:25:15.5148113Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/arg 2025-03-21T20:25:15.5148970Z copying exir/dialects/edge/arg/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/arg 2025-03-21T20:25:15.5150148Z copying exir/dialects/edge/arg/type.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/arg 2025-03-21T20:25:15.5151548Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/dtype 2025-03-21T20:25:15.5153122Z copying exir/dialects/edge/dtype/runner.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/dtype 2025-03-21T20:25:15.5154880Z copying exir/dialects/edge/dtype/supported.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/dtype 2025-03-21T20:25:15.5156801Z copying exir/dialects/edge/dtype/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/dtype 2025-03-21T20:25:15.5158252Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/op 2025-03-21T20:25:15.5159378Z copying exir/dialects/edge/op/api.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/op 2025-03-21T20:25:15.5160309Z copying exir/dialects/edge/op/sample_input.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/op 2025-03-21T20:25:15.5161119Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/spec 2025-03-21T20:25:15.5161910Z copying exir/dialects/edge/spec/gen.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/spec 2025-03-21T20:25:15.5162839Z copying exir/dialects/edge/spec/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/spec 2025-03-21T20:25:15.5163637Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/test 2025-03-21T20:25:15.5164457Z copying exir/dialects/edge/test/test_edge_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/test 2025-03-21T20:25:15.5165680Z copying exir/dialects/edge/test/test_edge_yaml.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/test 2025-03-21T20:25:15.5167151Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/op/test 2025-03-21T20:25:15.5168309Z copying exir/dialects/edge/op/test/test_api.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/op/test 2025-03-21T20:25:15.5169259Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/emit/test 2025-03-21T20:25:15.5169960Z copying exir/emit/test/test_emit.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/emit/test 2025-03-21T20:25:15.5170670Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/operator/test 2025-03-21T20:25:15.5171446Z copying exir/operator/test/test_operator.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/operator/test 2025-03-21T20:25:15.5172204Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program/test 2025-03-21T20:25:15.5172911Z copying exir/program/test/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program/test 2025-03-21T20:25:15.5173833Z copying exir/program/test/test_fake_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program/test 2025-03-21T20:25:15.5175427Z copying exir/program/test/test_program.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program/test 2025-03-21T20:25:15.5176830Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification/test 2025-03-21T20:25:15.5177666Z copying exir/verification/test/test_verifier.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification/test 2025-03-21T20:25:15.5178636Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/android_test 2025-03-21T20:25:15.5179426Z copying extension/android_test/add_model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/android_test 2025-03-21T20:25:15.5180198Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/export_util 2025-03-21T20:25:15.5180959Z copying extension/export_util/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/export_util 2025-03-21T20:25:15.5181839Z copying extension/export_util/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/export_util 2025-03-21T20:25:15.5182718Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor 2025-03-21T20:25:15.5184037Z copying extension/flat_tensor/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor 2025-03-21T20:25:15.5185267Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/gguf_util 2025-03-21T20:25:15.5186028Z copying extension/gguf_util/convert_main.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/gguf_util 2025-03-21T20:25:15.5186919Z copying extension/gguf_util/converter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/gguf_util 2025-03-21T20:25:15.5187785Z copying extension/gguf_util/load_gguf.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/gguf_util 2025-03-21T20:25:15.5188527Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings 2025-03-21T20:25:15.5189387Z copying extension/pybindings/portable_lib.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings 2025-03-21T20:25:15.5190160Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pytree 2025-03-21T20:25:15.5191113Z copying extension/pytree/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pytree 2025-03-21T20:25:15.5192360Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training 2025-03-21T20:25:15.5193450Z copying extension/training/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training 2025-03-21T20:25:15.5194241Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/serialize 2025-03-21T20:25:15.5195207Z copying extension/flat_tensor/serialize/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/serialize 2025-03-21T20:25:15.5504606Z copying extension/flat_tensor/serialize/flat_tensor_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/serialize 2025-03-21T20:25:15.5505913Z copying extension/flat_tensor/serialize/serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/serialize 2025-03-21T20:25:15.5507070Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/test 2025-03-21T20:25:15.5508029Z copying extension/flat_tensor/test/test_serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/test 2025-03-21T20:25:15.5509071Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/gguf_util/converters 2025-03-21T20:25:15.5510056Z copying extension/gguf_util/converters/llama_converter.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/gguf_util/converters 2025-03-21T20:25:15.5511005Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops 2025-03-21T20:25:15.5511871Z copying extension/llm/custom_ops/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops 2025-03-21T20:25:15.5512951Z copying extension/llm/custom_ops/custom_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops 2025-03-21T20:25:15.5514009Z copying extension/llm/custom_ops/model_sharding.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops 2025-03-21T20:25:15.5515099Z copying extension/llm/custom_ops/op_tile_crop_aot.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops 2025-03-21T20:25:15.5516302Z copying extension/llm/custom_ops/preprocess_custom_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops 2025-03-21T20:25:15.5517514Z copying extension/llm/custom_ops/test_preprocess_custom_ops.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops 2025-03-21T20:25:15.5518652Z copying extension/llm/custom_ops/test_sdpa_with_kv_cache.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops 2025-03-21T20:25:15.5519816Z copying extension/llm/custom_ops/test_update_cache.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops 2025-03-21T20:25:15.5520702Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export 2025-03-21T20:25:15.5521517Z copying extension/llm/export/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export 2025-03-21T20:25:15.5522463Z copying extension/llm/export/builder.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export 2025-03-21T20:25:15.5523449Z copying extension/llm/export/export_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export 2025-03-21T20:25:15.5524527Z copying extension/llm/export/partitioner_lib.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export 2025-03-21T20:25:15.5525551Z copying extension/llm/export/quantizer_lib.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export 2025-03-21T20:25:15.5526624Z copying extension/llm/export/test_export_passes.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export 2025-03-21T20:25:15.5527490Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules 2025-03-21T20:25:15.5528306Z copying extension/llm/modules/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules 2025-03-21T20:25:15.5529315Z copying extension/llm/modules/_position_embeddings.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules 2025-03-21T20:25:15.5530367Z copying extension/llm/modules/attention.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules 2025-03-21T20:25:15.5531371Z copying extension/llm/modules/kv_cache.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules 2025-03-21T20:25:15.5532194Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizer 2025-03-21T20:25:15.5533041Z copying extension/llm/tokenizer/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizer 2025-03-21T20:25:15.5534061Z copying extension/llm/tokenizer/hf_tokenizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizer 2025-03-21T20:25:15.5535233Z copying extension/llm/tokenizer/tokenizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizer 2025-03-21T20:25:15.5536259Z copying extension/llm/tokenizer/utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizer 2025-03-21T20:25:15.5537099Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers 2025-03-21T20:25:15.5537976Z copying extension/llm/tokenizers/setup.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers 2025-03-21T20:25:15.5538927Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/spinquant 2025-03-21T20:25:15.5540243Z copying extension/llm/custom_ops/spinquant/special_hadamard_code_gen.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/spinquant 2025-03-21T20:25:15.5541404Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT 2025-03-21T20:25:15.5542825Z copying extension/llm/custom_ops/spinquant/third-party/FFHT/example.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT 2025-03-21T20:25:15.5544420Z copying extension/llm/custom_ops/spinquant/third-party/FFHT/gen.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT 2025-03-21T20:25:15.5545469Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules/test 2025-03-21T20:25:15.5546288Z copying extension/llm/modules/test/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules/test 2025-03-21T20:25:15.5547325Z copying extension/llm/modules/test/test_attention.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules/test 2025-03-21T20:25:15.5548450Z copying extension/llm/modules/test/test_kv_cache.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules/test 2025-03-21T20:25:15.5549896Z copying extension/llm/modules/test/test_position_embeddings.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules/test 2025-03-21T20:25:15.5551021Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizer/test 2025-03-21T20:25:15.5551957Z copying extension/llm/tokenizer/test/test_tokenizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizer/test 2025-03-21T20:25:15.5553137Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-03-21T20:25:15.5554453Z copying extension/llm/tokenizers/pytorch_tokenizers/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-03-21T20:25:15.5555867Z copying extension/llm/tokenizers/pytorch_tokenizers/hf_tokenizer.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-03-21T20:25:15.5557468Z copying extension/llm/tokenizers/pytorch_tokenizers/llama2c.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-03-21T20:25:15.5558919Z copying extension/llm/tokenizers/pytorch_tokenizers/tiktoken.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-03-21T20:25:15.5560087Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c 2025-03-21T20:25:15.5561661Z copying extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c 2025-03-21T20:25:15.5563417Z copying extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c/convert.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c 2025-03-21T20:25:15.5564664Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/abseil-cpp 2025-03-21T20:25:15.5566211Z copying 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-03-21T20:25:15.5567821Z copying 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-03-21T20:25:15.5569005Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl 2025-03-21T20:25:15.5570329Z copying 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-03-21T20:25:15.5572033Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl/copts 2025-03-21T20:25:15.5573442Z copying 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-03-21T20:25:15.5575376Z copying 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-03-21T20:25:15.5577195Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/json/docs/mkdocs/scripts 2025-03-21T20:25:15.5746864Z copying 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-03-21T20:25:15.5748310Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/json/tests/thirdparty/imapdl 2025-03-21T20:25:15.5749791Z copying 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-03-21T20:25:15.5751206Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/json/tools/amalgamate 2025-03-21T20:25:15.5752860Z copying 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-03-21T20:25:15.5754498Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/json/tools/gdb_pretty_printer 2025-03-21T20:25:15.5755944Z copying 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-03-21T20:25:15.5757363Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/json/tools/generate_natvis 2025-03-21T20:25:15.5758775Z copying 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-03-21T20:25:15.5760372Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/json/tools/serve_header 2025-03-21T20:25:15.5761809Z copying 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-03-21T20:25:15.5763101Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/re2/benchlog 2025-03-21T20:25:15.5764405Z copying 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-03-21T20:25:15.5765798Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/re2/python 2025-03-21T20:25:15.5767203Z copying 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-03-21T20:25:15.5768782Z copying 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-03-21T20:25:15.5770558Z copying 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-03-21T20:25:15.5771991Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/re2/re2 2025-03-21T20:25:15.5811286Z copying 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-03-21T20:25:15.5812840Z copying 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-03-21T20:25:15.5814528Z copying 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-03-21T20:25:15.5816098Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/re2/python/toolchains 2025-03-21T20:25:15.5817501Z copying 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-03-21T20:25:15.5818975Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/sentencepiece/python 2025-03-21T20:25:15.5820329Z copying 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-03-21T20:25:15.5821727Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/test 2025-03-21T20:25:15.5823195Z copying 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-03-21T20:25:15.5824977Z copying 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-03-21T20:25:15.5826603Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece 2025-03-21T20:25:15.5828373Z copying 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-03-21T20:25:15.5830888Z copying 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-03-21T20:25:15.5833083Z copying 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-03-21T20:25:15.5835369Z copying 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-03-21T20:25:15.5836875Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/tools/llama2c 2025-03-21T20:25:15.5838322Z copying extension/llm/tokenizers/tools/llama2c/convert.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/tools/llama2c 2025-03-21T20:25:15.5839299Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings/test 2025-03-21T20:25:15.5840149Z copying extension/pybindings/test/make_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings/test 2025-03-21T20:25:15.5841220Z copying extension/pybindings/test/test_backend_pybinding.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings/test 2025-03-21T20:25:15.5842315Z copying extension/pybindings/test/test_pybindings.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings/test 2025-03-21T20:25:15.5843310Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pytree/test 2025-03-21T20:25:15.5844069Z copying extension/pytree/test/test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pytree/test 2025-03-21T20:25:15.5844855Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/pybindings 2025-03-21T20:25:15.5846020Z copying extension/training/pybindings/_training_module.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/pybindings 2025-03-21T20:25:15.5847124Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/examples/XOR 2025-03-21T20:25:15.5848339Z copying extension/training/examples/XOR/export_model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/examples/XOR 2025-03-21T20:25:15.5849592Z copying extension/training/examples/XOR/model.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/examples/XOR 2025-03-21T20:25:15.5850524Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/examples/XOR/test 2025-03-21T20:25:15.5851521Z copying extension/training/examples/XOR/test/test_export.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/examples/XOR/test 2025-03-21T20:25:15.5852656Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/pybindings/test 2025-03-21T20:25:15.5853651Z copying extension/training/pybindings/test/test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/pybindings/test 2025-03-21T20:25:15.5854542Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized 2025-03-21T20:25:15.5855369Z copying kernels/quantized/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized 2025-03-21T20:25:15.5856154Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized/test 2025-03-21T20:25:15.5856982Z copying kernels/quantized/test/test_out_variants.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized/test 2025-03-21T20:25:15.5858031Z copying kernels/quantized/test/test_quant_dequant_per_token.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized/test 2025-03-21T20:25:15.5858835Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools 2025-03-21T20:25:15.6132175Z copying devtools/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools 2025-03-21T20:25:15.6132896Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/backend_debug 2025-03-21T20:25:15.6133684Z copying devtools/backend_debug/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/backend_debug 2025-03-21T20:25:15.6134633Z copying devtools/backend_debug/delegation_info.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/backend_debug 2025-03-21T20:25:15.6135446Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program 2025-03-21T20:25:15.6136247Z copying devtools/bundled_program/config.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program 2025-03-21T20:25:15.6137182Z copying devtools/bundled_program/core.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program 2025-03-21T20:25:15.6138460Z copying devtools/bundled_program/version.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program 2025-03-21T20:25:15.6139252Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/debug_format 2025-03-21T20:25:15.6140031Z copying devtools/debug_format/base_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/debug_format 2025-03-21T20:25:15.6140947Z copying devtools/debug_format/et_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/debug_format 2025-03-21T20:25:15.6141674Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump 2025-03-21T20:25:15.6142403Z copying devtools/etdump/schema_flatcc.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump 2025-03-21T20:25:15.6143255Z copying devtools/etdump/serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump 2025-03-21T20:25:15.6143971Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etrecord 2025-03-21T20:25:15.6144690Z copying devtools/etrecord/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etrecord 2025-03-21T20:25:15.6145577Z copying devtools/etrecord/_etrecord.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etrecord 2025-03-21T20:25:15.6146314Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector 2025-03-21T20:25:15.6147419Z copying devtools/inspector/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector 2025-03-21T20:25:15.6148294Z copying devtools/inspector/_inspector.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector 2025-03-21T20:25:15.6149274Z copying devtools/inspector/_inspector_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector 2025-03-21T20:25:15.6150205Z copying devtools/inspector/inspector_cli.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector 2025-03-21T20:25:15.6151004Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/size_analysis_tool 2025-03-21T20:25:15.6151885Z copying devtools/size_analysis_tool/size_analysis_tool.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/size_analysis_tool 2025-03-21T20:25:15.6152957Z copying devtools/size_analysis_tool/size_analysis_tool_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/size_analysis_tool 2025-03-21T20:25:15.6153843Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/visualization 2025-03-21T20:25:15.6154635Z copying devtools/visualization/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/visualization 2025-03-21T20:25:15.6155636Z copying devtools/visualization/visualization_utils.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/visualization 2025-03-21T20:25:15.6156714Z copying devtools/visualization/visualization_utils_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/visualization 2025-03-21T20:25:15.6157596Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/backend_debug/tests 2025-03-21T20:25:15.6158497Z copying devtools/backend_debug/tests/test_delegation_info.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/backend_debug/tests 2025-03-21T20:25:15.6159408Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema 2025-03-21T20:25:15.6160284Z copying devtools/bundled_program/schema/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema 2025-03-21T20:25:15.6161416Z copying devtools/bundled_program/schema/bundled_program_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema 2025-03-21T20:25:15.6162395Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/serialize 2025-03-21T20:25:15.6163329Z copying devtools/bundled_program/serialize/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/serialize 2025-03-21T20:25:15.6164299Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/test 2025-03-21T20:25:15.6165208Z copying devtools/bundled_program/test/test_bundle_data.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/test 2025-03-21T20:25:15.6166296Z copying devtools/bundled_program/test/test_config.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/test 2025-03-21T20:25:15.6167357Z copying devtools/bundled_program/test/test_end2end.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/test 2025-03-21T20:25:15.6168242Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/util 2025-03-21T20:25:15.6169109Z copying devtools/bundled_program/util/test_util.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/util 2025-03-21T20:25:15.6170010Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema/test 2025-03-21T20:25:15.6171003Z copying devtools/bundled_program/schema/test/test_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema/test 2025-03-21T20:25:15.6171994Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/serialize/test 2025-03-21T20:25:15.6173123Z copying devtools/bundled_program/serialize/test/test_serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/serialize/test 2025-03-21T20:25:15.6174070Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump/tests 2025-03-21T20:25:15.6174876Z copying devtools/etdump/tests/serialize_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump/tests 2025-03-21T20:25:15.6175690Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etrecord/tests 2025-03-21T20:25:15.6176729Z copying devtools/etrecord/tests/etrecord_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etrecord/tests 2025-03-21T20:25:15.6177565Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/tests 2025-03-21T20:25:15.6178423Z copying devtools/inspector/tests/event_blocks_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/tests 2025-03-21T20:25:15.6179472Z copying devtools/inspector/tests/inspector_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/tests 2025-03-21T20:25:15.6180535Z copying devtools/inspector/tests/inspector_utils_test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/tests 2025-03-21T20:25:15.6181556Z copying devtools/bundled_program/config.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program 2025-03-21T20:25:15.6182487Z copying devtools/bundled_program/core.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program 2025-03-21T20:25:15.6183419Z copying devtools/bundled_program/version.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program 2025-03-21T20:25:15.6184432Z copying devtools/bundled_program/schema/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema 2025-03-21T20:25:15.6185565Z copying devtools/bundled_program/schema/bundled_program_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema 2025-03-21T20:25:15.6186738Z copying devtools/bundled_program/serialize/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/serialize 2025-03-21T20:25:15.6187837Z copying devtools/bundled_program/test/test_bundle_data.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/test 2025-03-21T20:25:15.6188991Z copying devtools/bundled_program/test/test_config.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/test 2025-03-21T20:25:15.6190069Z copying devtools/bundled_program/test/test_end2end.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/test 2025-03-21T20:25:15.6191234Z copying devtools/bundled_program/util/test_util.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/util 2025-03-21T20:25:15.6192354Z copying devtools/bundled_program/schema/test/test_schema.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema/test 2025-03-21T20:25:15.6193599Z copying devtools/bundled_program/serialize/test/test_serialize.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/serialize/test 2025-03-21T20:25:15.6194509Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/runtime 2025-03-21T20:25:15.6195093Z copying runtime/__init__.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/runtime 2025-03-21T20:25:15.6195695Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/runtime/test 2025-03-21T20:25:15.6196375Z copying runtime/test/test_runtime.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/runtime/test 2025-03-21T20:25:15.6197031Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/util 2025-03-21T20:25:16.4200132Z copying util/activation_memory_profiler.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/util 2025-03-21T20:25:16.4200921Z copying util/collect_env.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/util 2025-03-21T20:25:16.4201677Z copying util/python_profiler.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/util 2025-03-21T20:25:16.4202458Z running egg_info 2025-03-21T20:25:16.4202739Z creating executorch.egg-info 2025-03-21T20:25:16.4203070Z writing executorch.egg-info/PKG-INFO 2025-03-21T20:25:16.4203528Z writing dependency_links to executorch.egg-info/dependency_links.txt 2025-03-21T20:25:16.4204059Z writing entry points to executorch.egg-info/entry_points.txt 2025-03-21T20:25:16.4204552Z writing requirements to executorch.egg-info/requires.txt 2025-03-21T20:25:16.4205127Z writing top-level names to executorch.egg-info/top_level.txt 2025-03-21T20:25:16.4205657Z writing manifest file 'executorch.egg-info/SOURCES.txt' 2025-03-21T20:25:16.4206150Z reading manifest file 'executorch.egg-info/SOURCES.txt' 2025-03-21T20:25:16.4206572Z adding license file 'LICENSE' 2025-03-21T20:25:16.4206945Z writing manifest file 'executorch.egg-info/SOURCES.txt' 2025-03-21T20:25:16.4207712Z copying backends/apple/coreml/executorchcoreml.pyi -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml 2025-03-21T20:25:16.4208912Z copying backends/apple/mps/serialization/schema.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/serialization 2025-03-21T20:25:16.4209943Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/schema 2025-03-21T20:25:16.4211109Z copying backends/arm/third-party/serialization_lib/schema/tosa.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/schema 2025-03-21T20:25:16.4212342Z copying backends/cadence/aot/functions.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:25:16.4213414Z copying backends/cadence/aot/functions_fusion_g3.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:25:16.4214473Z copying backends/cadence/aot/functions_hifi.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot 2025-03-21T20:25:16.4215573Z copying backends/qualcomm/serialization/qc_compiler_spec.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/serialization 2025-03-21T20:25:16.4216559Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/aot/ir 2025-03-21T20:25:16.4217362Z copying backends/qualcomm/aot/ir/qcir.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/aot/ir 2025-03-21T20:25:16.4218389Z copying backends/vulkan/serialization/schema.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/serialization 2025-03-21T20:25:16.4219322Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:16.4220661Z copying backends/vulkan/runtime/graph/ops/glsl/addmm_naive_buffer.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:16.4222110Z copying backends/vulkan/runtime/graph/ops/glsl/addmm_naive_texture3d.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:16.4223490Z copying backends/vulkan/runtime/graph/ops/glsl/addmm_optimized.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:16.4224900Z copying backends/vulkan/runtime/graph/ops/glsl/arange.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:16.4226192Z copying backends/vulkan/runtime/graph/ops/glsl/avg_pool2d.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:16.4227591Z copying backends/vulkan/runtime/graph/ops/glsl/batchnorm.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:16.4229077Z copying backends/vulkan/runtime/graph/ops/glsl/binary_op.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:16.4230561Z copying backends/vulkan/runtime/graph/ops/glsl/bitw8_image_to_nchw_nobitw8buffer.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:16.4232052Z copying backends/vulkan/runtime/graph/ops/glsl/buffer_to_buffer.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:16.4233377Z copying backends/vulkan/runtime/graph/ops/glsl/buffer_to_nchw.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:16.4234681Z copying backends/vulkan/runtime/graph/ops/glsl/clone.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:16.4236176Z copying backends/vulkan/runtime/graph/ops/glsl/conv1d.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:16.4237527Z copying backends/vulkan/runtime/graph/ops/glsl/conv2d.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:16.4238819Z copying backends/vulkan/runtime/graph/ops/glsl/conv2d_dw.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:16.4240217Z copying backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_output_tile.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:16.4241618Z copying backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_prepack_weights.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:16.4243165Z copying backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_sned_output_tile.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:16.4244634Z copying backends/vulkan/runtime/graph/ops/glsl/conv2d_prepack_weights.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:16.4245972Z copying backends/vulkan/runtime/graph/ops/glsl/conv2d_pw.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:16.4247356Z copying backends/vulkan/runtime/graph/ops/glsl/conv_transpose2d.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:16.4248787Z copying backends/vulkan/runtime/graph/ops/glsl/conv_transpose2d_prepack_weights.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:16.4250256Z copying backends/vulkan/runtime/graph/ops/glsl/copy_channel_offset.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:16.4251828Z copying backends/vulkan/runtime/graph/ops/glsl/copy_offset.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:16.4253182Z copying backends/vulkan/runtime/graph/ops/glsl/copy_packed_dim_offset.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:16.4254542Z copying backends/vulkan/runtime/graph/ops/glsl/embedding.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:16.4255895Z copying backends/vulkan/runtime/graph/ops/glsl/flip.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:16.4257139Z copying backends/vulkan/runtime/graph/ops/glsl/full.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:16.4258530Z copying backends/vulkan/runtime/graph/ops/glsl/grid_priors.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:16.4259904Z copying backends/vulkan/runtime/graph/ops/glsl/image_to_nchw.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:16.4261284Z copying backends/vulkan/runtime/graph/ops/glsl/index_select.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:16.4262702Z copying backends/vulkan/runtime/graph/ops/glsl/index_select_channel.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:16.4264055Z copying backends/vulkan/runtime/graph/ops/glsl/kv_cache_update.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:16.4265443Z copying backends/vulkan/runtime/graph/ops/glsl/max_pool2d.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:16.4266875Z copying backends/vulkan/runtime/graph/ops/glsl/native_layer_norm.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:16.4268302Z copying backends/vulkan/runtime/graph/ops/glsl/nchw_to_bitw8_image_nobitw8buffer.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:16.4269839Z copying backends/vulkan/runtime/graph/ops/glsl/nchw_to_buffer.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:16.4516414Z copying backends/vulkan/runtime/graph/ops/glsl/nchw_to_image.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:16.4518897Z copying backends/vulkan/runtime/graph/ops/glsl/no_op.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:16.4521309Z copying backends/vulkan/runtime/graph/ops/glsl/pad_channel.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:16.4523842Z copying backends/vulkan/runtime/graph/ops/glsl/pad_height_width.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:16.4526356Z copying backends/vulkan/runtime/graph/ops/glsl/permute.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:16.4528773Z copying backends/vulkan/runtime/graph/ops/glsl/q_4w_linear.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:16.4531174Z copying backends/vulkan/runtime/graph/ops/glsl/q_8w_linear.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:16.4533721Z copying backends/vulkan/runtime/graph/ops/glsl/q_8w_linear_optimized.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:16.4536554Z copying backends/vulkan/runtime/graph/ops/glsl/reduce.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:16.4539008Z copying backends/vulkan/runtime/graph/ops/glsl/repeat_channel.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:16.4541321Z copying backends/vulkan/runtime/graph/ops/glsl/repeat_interleave.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:16.4543690Z copying backends/vulkan/runtime/graph/ops/glsl/rotary_embedding.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:16.4546069Z copying backends/vulkan/runtime/graph/ops/glsl/sdpa_attn_weight_scale_and_mask.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:16.4548640Z copying backends/vulkan/runtime/graph/ops/glsl/select_batch_4d.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:16.4551556Z copying backends/vulkan/runtime/graph/ops/glsl/select_channel_3d.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:16.4553949Z copying backends/vulkan/runtime/graph/ops/glsl/select_channel_4d.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:16.4556556Z copying backends/vulkan/runtime/graph/ops/glsl/select_height_3d.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:16.4558968Z copying backends/vulkan/runtime/graph/ops/glsl/select_height_4d.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:16.4561314Z copying backends/vulkan/runtime/graph/ops/glsl/select_width_3d.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:16.4563806Z copying backends/vulkan/runtime/graph/ops/glsl/select_width_4d.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:16.4566295Z copying backends/vulkan/runtime/graph/ops/glsl/slice_packed_dim.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:16.4568848Z copying backends/vulkan/runtime/graph/ops/glsl/slice_unpacked_dim.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:16.4571084Z copying backends/vulkan/runtime/graph/ops/glsl/softmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:16.4573561Z copying backends/vulkan/runtime/graph/ops/glsl/unary_op.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:16.4576213Z copying backends/vulkan/runtime/graph/ops/glsl/upsample_nearest2d.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:16.4578709Z copying backends/vulkan/runtime/graph/ops/glsl/view.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:16.4580538Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/glsl 2025-03-21T20:25:16.4582090Z copying backends/vulkan/test/glsl/all_shaders.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/glsl 2025-03-21T20:25:16.4583696Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl 2025-03-21T20:25:16.4585582Z copying backends/vulkan/tools/gpuinfo/glsl/buf_bandwidth.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl 2025-03-21T20:25:16.4588259Z copying backends/vulkan/tools/gpuinfo/glsl/buf_cacheline_size.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl 2025-03-21T20:25:16.4590717Z copying backends/vulkan/tools/gpuinfo/glsl/reg_count.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl 2025-03-21T20:25:16.4592993Z copying backends/vulkan/tools/gpuinfo/glsl/tex_bandwidth.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl 2025-03-21T20:25:16.4595291Z copying backends/vulkan/tools/gpuinfo/glsl/tex_cacheline_concurr.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl 2025-03-21T20:25:16.4597643Z copying backends/vulkan/tools/gpuinfo/glsl/warp_size.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl 2025-03-21T20:25:16.4599916Z copying backends/xnnpack/serialization/runtime_schema.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/serialization 2025-03-21T20:25:16.4602011Z copying backends/xnnpack/serialization/schema.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/serialization 2025-03-21T20:25:16.4604067Z copying backends/xnnpack/third-party/generate-cpuinfo-wrappers.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party 2025-03-21T20:25:16.4606449Z copying backends/xnnpack/third-party/FP16/confu.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16 2025-03-21T20:25:16.4608684Z copying backends/xnnpack/third-party/FXdiv/confu.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FXdiv 2025-03-21T20:25:16.4610912Z copying backends/xnnpack/third-party/cpuinfo/confu.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo 2025-03-21T20:25:16.4612940Z copying backends/xnnpack/third-party/pthreadpool/confu.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/pthreadpool 2025-03-21T20:25:16.4615727Z copying backends/xnnpack/third-party/XNNPACK/scripts/generate-build-identifier.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-03-21T20:25:16.4618186Z copying backends/xnnpack/third-party/XNNPACK/scripts/sort-filenames.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-03-21T20:25:16.4620029Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:16.4622138Z copying backends/xnnpack/third-party/XNNPACK/test/bf16-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:16.4624447Z copying backends/xnnpack/third-party/XNNPACK/test/f16-conv-hwc2chw.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:16.4626853Z copying backends/xnnpack/third-party/XNNPACK/test/f16-dwconv2d-chw.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:16.4628438Z copying backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:16.4630098Z copying backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-igemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:16.4631724Z copying backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-rdsum.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:16.4633321Z copying backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-rsum.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:16.4635428Z copying backends/xnnpack/third-party/XNNPACK/test/f16-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:16.4638069Z copying backends/xnnpack/third-party/XNNPACK/test/f16-ibilinear-chw.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:16.4640780Z copying backends/xnnpack/third-party/XNNPACK/test/f16-ibilinear.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:16.4643063Z copying backends/xnnpack/third-party/XNNPACK/test/f16-igemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:16.4645735Z copying backends/xnnpack/third-party/XNNPACK/test/f16-raddstoreexpminusmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:16.4648210Z copying backends/xnnpack/third-party/XNNPACK/test/f16-rmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:16.4650693Z copying backends/xnnpack/third-party/XNNPACK/test/f16-rmin.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:16.4653203Z copying backends/xnnpack/third-party/XNNPACK/test/f16-rminmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:16.4655687Z copying backends/xnnpack/third-party/XNNPACK/test/f16-rsum.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:16.4658160Z copying backends/xnnpack/third-party/XNNPACK/test/f16-spmm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:16.4659961Z copying backends/xnnpack/third-party/XNNPACK/test/f16-vmulcaddc-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:16.4662415Z copying backends/xnnpack/third-party/XNNPACK/test/f32-argmaxpool.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:16.4664789Z copying backends/xnnpack/third-party/XNNPACK/test/f32-conv-hwc.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:16.4667183Z copying backends/xnnpack/third-party/XNNPACK/test/f32-conv-hwc2chw.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:16.4669673Z copying backends/xnnpack/third-party/XNNPACK/test/f32-dwconv2d-chw.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:16.4672100Z copying backends/xnnpack/third-party/XNNPACK/test/f32-gemm-goi-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:16.4674199Z copying backends/xnnpack/third-party/XNNPACK/test/f32-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:16.4676583Z copying backends/xnnpack/third-party/XNNPACK/test/f32-gemm-relu.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:16.4678956Z copying backends/xnnpack/third-party/XNNPACK/test/f32-gemm.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:16.4681484Z copying backends/xnnpack/third-party/XNNPACK/test/f32-gemminc-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:16.4683866Z copying backends/xnnpack/third-party/XNNPACK/test/f32-ibilinear-chw.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:16.4686196Z copying backends/xnnpack/third-party/XNNPACK/test/f32-ibilinear.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:16.4688728Z copying backends/xnnpack/third-party/XNNPACK/test/f32-igemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:16.4691036Z copying backends/xnnpack/third-party/XNNPACK/test/f32-igemm-relu.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:16.4693346Z copying backends/xnnpack/third-party/XNNPACK/test/f32-igemm.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:16.4695736Z copying backends/xnnpack/third-party/XNNPACK/test/f32-ppmm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:16.4698003Z copying backends/xnnpack/third-party/XNNPACK/test/f32-qc4w-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:16.4700538Z copying backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:16.4703151Z copying backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm-relu.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:16.4705499Z copying backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:16.4708028Z copying backends/xnnpack/third-party/XNNPACK/test/f32-raddexpminusmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:16.4710592Z copying backends/xnnpack/third-party/XNNPACK/test/f32-raddextexp.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:16.4713180Z copying backends/xnnpack/third-party/XNNPACK/test/f32-raddstoreexpminusmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:16.4715604Z copying backends/xnnpack/third-party/XNNPACK/test/f32-rdsum.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:16.4717108Z copying backends/xnnpack/third-party/XNNPACK/test/f32-rmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:16.4719277Z copying backends/xnnpack/third-party/XNNPACK/test/f32-rmin.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:16.4721567Z copying backends/xnnpack/third-party/XNNPACK/test/f32-rminmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:16.4723883Z copying backends/xnnpack/third-party/XNNPACK/test/f32-rsum.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:16.4726260Z copying backends/xnnpack/third-party/XNNPACK/test/f32-spmm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:16.4728604Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vmulcaddc-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:16.4730064Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vscaleexpminusmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:16.4731495Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vscaleextexp.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:16.4732929Z copying backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qb4w-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:16.4735123Z copying backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc4w-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:16.4737015Z copying backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc8w-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:16.4738475Z copying backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc8w-igemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:16.4739954Z copying backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qb4w-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:16.4741575Z copying backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc4w-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:16.4743886Z copying backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc8w-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:16.4745491Z copying backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc8w-igemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:16.4753206Z copying backends/xnnpack/third-party/XNNPACK/test/qp8-f32-qb4w-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:16.4754710Z copying backends/xnnpack/third-party/XNNPACK/test/qp8-f32-qc4w-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:16.4756191Z copying backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-gemm-minmax-fp32.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:16.4757685Z copying backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-igemm-minmax-fp32.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:16.4759309Z copying backends/xnnpack/third-party/XNNPACK/test/qs8-rdsum-minmax-fp32.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:16.4761935Z copying backends/xnnpack/third-party/XNNPACK/test/qs8-rsum.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:16.4764572Z copying backends/xnnpack/third-party/XNNPACK/test/qu8-gemm-minmax-fp32.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:16.4766310Z copying backends/xnnpack/third-party/XNNPACK/test/qu8-gemm-minmax-rndnu.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:16.4767771Z copying backends/xnnpack/third-party/XNNPACK/test/qu8-igemm-minmax-fp32.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:16.4769230Z copying backends/xnnpack/third-party/XNNPACK/test/qu8-igemm-minmax-rndnu.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:16.4770620Z copying backends/xnnpack/third-party/XNNPACK/test/qu8-rdsum.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:16.4771957Z copying backends/xnnpack/third-party/XNNPACK/test/qu8-rsum.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:16.4773297Z copying backends/xnnpack/third-party/XNNPACK/test/s8-ibilinear.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:16.4774773Z copying backends/xnnpack/third-party/XNNPACK/test/u8-ibilinear.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:16.4776361Z copying backends/xnnpack/third-party/XNNPACK/test/u8-lut32norm.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:16.4777710Z copying backends/xnnpack/third-party/XNNPACK/test/u8-rmax.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:16.4779013Z copying backends/xnnpack/third-party/XNNPACK/test/x8-lut.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:16.4780397Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-argmaxpool-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:25:16.4781884Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:25:16.4784385Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc2chw-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:25:16.4786184Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-multipass-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:25:16.4787737Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-unipass-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:25:16.4789346Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv2d-chw-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:25:16.4790820Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-gemm-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:25:16.4792710Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-chw-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:25:16.4795598Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:25:16.4798184Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-lut-norm-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:25:16.4800338Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-lut-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:25:16.4803010Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-raddexpminusmax-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:25:16.4804625Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-raddextexp-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:25:16.4806195Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-raddstoreexpminusmax-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:25:16.4807755Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-rdsum-benchmark.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:25:16.4809226Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-rdsum-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:25:16.4811846Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-reduce-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:25:16.4814234Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-spmm-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:25:16.4815705Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-vbinary-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:25:16.4817174Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-vmulcaddc-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:25:16.4818705Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleexpminusmax-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:25:16.4820876Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleextexp-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:25:16.4823735Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-vunary-test.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:25:16.4826705Z copying backends/xnnpack/third-party/XNNPACK/tools/update-microkernels.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:25:16.4829482Z copying backends/xnnpack/third-party/cpuinfo/scripts/android-device-dump.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-03-21T20:25:16.4832363Z copying backends/xnnpack/third-party/cpuinfo/scripts/arm-linux-filesystem-dump.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-03-21T20:25:16.4835280Z copying backends/xnnpack/third-party/cpuinfo/scripts/parse-x86-cpuid-dump.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-03-21T20:25:16.4837859Z copying backends/xnnpack/third-party/cpuinfo/deps/clog/confu.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog 2025-03-21T20:25:16.4840314Z copying examples/llm_pte_finetuning/phi3_alpaca_code_config.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning 2025-03-21T20:25:16.4841975Z copying examples/llm_pte_finetuning/phi3_config.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning 2025-03-21T20:25:16.4843037Z copying examples/llm_pte_finetuning/qwen_05b_config.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning 2025-03-21T20:25:16.5543986Z copying examples/models/phi-3-mini/export_phi-3-mini.py -> pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini 2025-03-21T20:25:16.5545727Z copying exir/delegate.pyi -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir 2025-03-21T20:25:16.5547117Z copying exir/_serialize/program.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-03-21T20:25:16.5548654Z copying exir/_serialize/scalar_type.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize 2025-03-21T20:25:16.5550331Z copying exir/dialects/edge/edge.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge 2025-03-21T20:25:16.5552061Z copying extension/pybindings/pybindings.pyi -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings 2025-03-21T20:25:16.5554055Z copying extension/flat_tensor/serialize/flat_tensor.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/serialize 2025-03-21T20:25:16.5556183Z copying extension/flat_tensor/serialize/scalar_type.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/serialize 2025-03-21T20:25:16.5559042Z copying 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-03-21T20:25:16.5562405Z copying 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-03-21T20:25:16.5565251Z copying extension/training/pybindings/_training_lib.pyi -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/pybindings 2025-03-21T20:25:16.5567200Z copying kernels/quantized/quantized.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized 2025-03-21T20:25:16.5569108Z copying kernels/quantized/test/supported_features_def.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized/test 2025-03-21T20:25:16.5570639Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/schema 2025-03-21T20:25:16.5571763Z copying schema/program.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/schema 2025-03-21T20:25:16.5573034Z copying schema/scalar_type.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/schema 2025-03-21T20:25:16.5574559Z copying devtools/etdump/etdump_schema_flatcc.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump 2025-03-21T20:25:16.5576650Z copying devtools/etdump/scalar_type.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump 2025-03-21T20:25:16.5578638Z copying devtools/bundled_program/schema/bundled_program_schema.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema 2025-03-21T20:25:16.5580889Z copying devtools/bundled_program/schema/scalar_type.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema 2025-03-21T20:25:16.5583128Z copying devtools/bundled_program/schema/bundled_program_schema.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema 2025-03-21T20:25:16.5585368Z copying devtools/bundled_program/schema/scalar_type.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema 2025-03-21T20:25:16.5587008Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/runtime/kernel/test 2025-03-21T20:25:16.5588497Z copying runtime/kernel/test/functions.yaml -> pip-out/lib.linux-x86_64-cpython-310/executorch/runtime/kernel/test 2025-03-21T20:25:16.5590652Z copying devtools/bundled_program/schema/bundled_program_schema.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/serialize 2025-03-21T20:25:16.5592963Z copying devtools/bundled_program/schema/scalar_type.fbs -> pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/serialize 2025-03-21T20:25:16.5594540Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/share/cmake 2025-03-21T20:25:16.5595420Z copying tools/cmake/executorch-wheel-config.cmake -> pip-out/lib.linux-x86_64-cpython-310/executorch/share/cmake/executorch-config.cmake 2025-03-21T20:25:16.5596369Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:25:16.5597170Z copying runtime/core/array_ref.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:25:16.5598759Z copying runtime/core/data_loader.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:25:16.5600497Z copying runtime/core/defines.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:25:16.5602182Z copying runtime/core/error.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:25:16.5603882Z copying runtime/core/evalue.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:25:16.5605468Z copying runtime/core/event_tracer.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:25:16.5606615Z copying runtime/core/event_tracer_hooks.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:25:16.5607631Z copying runtime/core/event_tracer_hooks_delegate.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:25:16.5608660Z copying runtime/core/freeable_buffer.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:25:16.5609674Z copying runtime/core/hierarchical_allocator.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:25:16.5611374Z copying runtime/core/memory_allocator.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:25:16.5613185Z copying runtime/core/named_data_map.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:25:16.5614932Z copying runtime/core/result.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:25:16.5616629Z copying runtime/core/span.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:25:16.5618271Z copying runtime/core/tag.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:25:16.5620161Z copying runtime/core/tensor_layout.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:25:16.5622055Z copying runtime/core/tensor_shape_dynamism.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core 2025-03-21T20:25:16.5623806Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten 2025-03-21T20:25:16.5625634Z copying runtime/core/exec_aten/exec_aten.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten 2025-03-21T20:25:16.5627598Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/testing_util 2025-03-21T20:25:16.5629421Z copying runtime/core/exec_aten/testing_util/tensor_factory.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/testing_util 2025-03-21T20:25:16.5630806Z copying runtime/core/exec_aten/testing_util/tensor_util.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/testing_util 2025-03-21T20:25:16.5632744Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/util 2025-03-21T20:25:16.5634721Z copying runtime/core/exec_aten/util/dim_order_util.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/util 2025-03-21T20:25:16.5637070Z copying runtime/core/exec_aten/util/scalar_type_util.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/util 2025-03-21T20:25:16.5639552Z copying runtime/core/exec_aten/util/tensor_dimension_limit.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/util 2025-03-21T20:25:16.5642064Z copying runtime/core/exec_aten/util/tensor_shape_to_c_string.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/util 2025-03-21T20:25:16.5644296Z copying runtime/core/exec_aten/util/tensor_util.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/util 2025-03-21T20:25:16.5645359Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:25:16.5646388Z copying runtime/core/portable_type/bfloat16.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:25:16.5647581Z copying runtime/core/portable_type/bfloat16_math.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:25:16.5649917Z copying runtime/core/portable_type/bits_types.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:25:16.5652182Z copying runtime/core/portable_type/complex.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:25:16.5654448Z copying runtime/core/portable_type/device.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:25:16.5720106Z copying runtime/core/portable_type/half.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:25:16.5721967Z copying runtime/core/portable_type/optional.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:25:16.5723765Z copying runtime/core/portable_type/qint_types.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:25:16.5724998Z copying runtime/core/portable_type/scalar.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:25:16.5726342Z copying runtime/core/portable_type/scalar_type.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:25:16.5728345Z copying runtime/core/portable_type/string_view.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:25:16.5730207Z copying runtime/core/portable_type/tensor.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:25:16.5732003Z copying runtime/core/portable_type/tensor_impl.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:25:16.5733919Z copying runtime/core/portable_type/tensor_options.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:25:16.5735560Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/macros 2025-03-21T20:25:16.5737528Z copying runtime/core/portable_type/c10/c10/macros/Export.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/macros 2025-03-21T20:25:16.5739733Z copying runtime/core/portable_type/c10/c10/macros/Macros.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/macros 2025-03-21T20:25:16.5741654Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:25:16.5743592Z copying runtime/core/portable_type/c10/c10/util/BFloat16-inl.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:25:16.5745668Z copying runtime/core/portable_type/c10/c10/util/BFloat16-math.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:25:16.5747791Z copying runtime/core/portable_type/c10/c10/util/BFloat16.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:25:16.5750100Z copying runtime/core/portable_type/c10/c10/util/Half-inl.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:25:16.5752465Z copying runtime/core/portable_type/c10/c10/util/Half.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:25:16.5754859Z copying runtime/core/portable_type/c10/c10/util/TypeSafeSignMath.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:25:16.5757347Z copying runtime/core/portable_type/c10/c10/util/bit_cast.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:25:16.5760006Z copying runtime/core/portable_type/c10/c10/util/floating_point_utils.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:25:16.5762426Z copying runtime/core/portable_type/c10/c10/util/irange.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:25:16.5764213Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel 2025-03-21T20:25:16.5765604Z copying runtime/kernel/kernel_includes.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel 2025-03-21T20:25:16.5767436Z copying runtime/kernel/kernel_runtime_context.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel 2025-03-21T20:25:16.5769371Z copying runtime/kernel/operator_registry.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel 2025-03-21T20:25:16.5771179Z copying runtime/kernel/thread_parallel_interface.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel 2025-03-21T20:25:16.5772755Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel/test 2025-03-21T20:25:16.5774382Z copying runtime/kernel/test/test_util.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel/test 2025-03-21T20:25:16.5775870Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-03-21T20:25:16.5777390Z copying runtime/platform/abort.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-03-21T20:25:16.5779088Z copying runtime/platform/assert.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-03-21T20:25:16.5780801Z copying runtime/platform/clock.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-03-21T20:25:16.5782560Z copying runtime/platform/compat_unistd.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-03-21T20:25:16.5784344Z copying runtime/platform/compiler.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-03-21T20:25:16.5786049Z copying runtime/platform/log.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-03-21T20:25:16.5787748Z copying runtime/platform/platform.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-03-21T20:25:16.5789558Z copying runtime/platform/profiler.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-03-21T20:25:16.5791282Z copying runtime/platform/runtime.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-03-21T20:25:16.5793009Z copying runtime/platform/system.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-03-21T20:25:16.5794711Z copying runtime/platform/types.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform 2025-03-21T20:25:16.5796240Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/test 2025-03-21T20:25:16.5797939Z copying runtime/platform/test/stub_platform.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/test 2025-03-21T20:25:16.5799636Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/kernel_util 2025-03-21T20:25:16.5801441Z copying extension/kernel_util/make_boxed_from_unboxed_functor.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/kernel_util 2025-03-21T20:25:16.5803519Z copying extension/kernel_util/meta_programming.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/kernel_util 2025-03-21T20:25:16.5805603Z copying extension/kernel_util/type_list.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/kernel_util 2025-03-21T20:25:16.5807211Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/tensor 2025-03-21T20:25:16.5808716Z copying extension/tensor/tensor.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/tensor 2025-03-21T20:25:16.5810492Z copying extension/tensor/tensor_accessor.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/tensor 2025-03-21T20:25:16.5812286Z copying extension/tensor/tensor_ptr.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/tensor 2025-03-21T20:25:16.5814088Z copying extension/tensor/tensor_ptr_maker.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/tensor 2025-03-21T20:25:16.5815717Z creating pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/threadpool 2025-03-21T20:25:16.5817383Z copying extension/threadpool/cpuinfo_utils.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/threadpool 2025-03-21T20:25:16.5819497Z copying extension/threadpool/threadpool.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/threadpool 2025-03-21T20:25:16.5821495Z copying extension/threadpool/threadpool_guard.h -> pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/threadpool 2025-03-21T20:25:16.5822763Z running build_ext 2025-03-21T20:25:16.5823560Z creating /pytorch/executorch/pip-out/lib.linux-x86_64-cpython-310/executorch/data/bin 2025-03-21T20:25:16.5824789Z creating /pytorch/executorch/pip-out/lib.linux-x86_64-cpython-310/executorch/data/bin 2025-03-21T20:25:16.5826278Z copying tools/wheel/pip_data_bin_init.py.in -> /pytorch/executorch/pip-out/lib.linux-x86_64-cpython-310/executorch/data/bin/__init__.py 2025-03-21T20:25:16.6166870Z copying /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/extension/llm/custom_ops/libcustom_ops_aot_lib.so -> /pytorch/executorch/pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops 2025-03-21T20:25:16.6168989Z copying /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/third-party/flatbuffers/flatc -> /pytorch/executorch/pip-out/lib.linux-x86_64-cpython-310/executorch/data/bin 2025-03-21T20:25:16.6170747Z copying /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/_portable_lib.cpython-310-x86_64-linux-gnu.so -> pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings 2025-03-21T20:25:16.6172691Z copying /pytorch/executorch/pip-out/temp.linux-x86_64-cpython-310/cmake-out/kernels/quantized/libquantized_ops_aot_lib.so -> /pytorch/executorch/pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized 2025-03-21T20:25:16.6173886Z installing to pip-out/bdist.linux-x86_64/wheel 2025-03-21T20:25:16.6174360Z running install 2025-03-21T20:25:16.6174600Z running install_lib 2025-03-21T20:25:16.6174942Z creating pip-out/bdist.linux-x86_64/wheel 2025-03-21T20:25:16.6175451Z creating pip-out/bdist.linux-x86_64/wheel/executorch 2025-03-21T20:25:16.6176239Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends 2025-03-21T20:25:16.6176936Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm 2025-03-21T20:25:16.6177942Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/arm_backend.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm 2025-03-21T20:25:16.6179476Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/arm_vela.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm 2025-03-21T20:25:16.6180978Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/ethosu_backend.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm 2025-03-21T20:25:16.6182553Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/ethosu_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm 2025-03-21T20:25:16.6184062Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/process_node.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm 2025-03-21T20:25:16.6185576Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/tosa_backend.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm 2025-03-21T20:25:16.6187091Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/tosa_mapping.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm 2025-03-21T20:25:16.6188615Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/tosa_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm 2025-03-21T20:25:16.6190078Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/tosa_quant_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm 2025-03-21T20:25:16.6191541Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/tosa_specification.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm 2025-03-21T20:25:16.6193020Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/tosa_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm 2025-03-21T20:25:16.6194367Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/_passes 2025-03-21T20:25:16.6195488Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/_debug_passes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:25:16.6197260Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/annotate_channels_last_dim_order_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:25:16.6199088Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/annotate_decomposed_matmul.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:25:16.6200753Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/arm_pass_manager.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:25:16.6202429Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/arm_pass_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:25:16.6203998Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/cast_int64_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:25:16.6205589Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/conv1d_unsqueeze_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:25:16.6207173Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/convert_any_default_dim_dims_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:25:16.6208861Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/convert_expand_copy_to_repeat.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:25:16.6210462Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/convert_full_like_to_full_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:25:16.6212082Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/convert_minmax_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:25:16.6213676Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/convert_split_to_slice.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:25:16.6215218Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/convert_squeezes_to_view.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:25:16.6216934Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/convert_to_clamp.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:25:16.6218478Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/decompose_batchnorm_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:25:16.6220070Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/decompose_div_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:25:16.6221649Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/decompose_layernorm_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:25:16.6223242Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/decompose_linear_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:25:16.6224848Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/decompose_meandim_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:25:16.6226467Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/decompose_select.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:25:16.6228088Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/decompose_softmax_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:25:16.6229748Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/decompose_softmax_unstable_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:25:16.6231388Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/decompose_var_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:25:16.6232972Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/fold_qdq_with_annotated_qparams_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:25:16.6234563Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/fuse_batchnorm2d_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:25:16.6236081Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/fuse_constant_ops_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:25:16.6237787Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/fuse_quantized_activation_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:25:16.6239853Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/insert_rescales_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:25:16.6241532Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/insert_table_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:25:16.6243211Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/keep_dims_false_to_squeeze_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:25:16.6244834Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/match_arg_ranks_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:25:16.6246358Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/meandim_to_averagepool_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:25:16.6247848Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/mm_to_bmm_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:25:16.6249568Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/remove_clone_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:25:16.6251255Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/scalars_to_attribute_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:25:16.6252917Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/size_adjust_conv2d_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:25:16.6254629Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/unsqueeze_before_repeat_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:25:16.6256349Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/_passes/unsqueeze_scalar_placeholders_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/_passes 2025-03-21T20:25:16.6257744Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/operator_support 2025-03-21T20:25:16.6259188Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operator_support 2025-03-21T20:25:16.6261216Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support/convolution_support.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operator_support 2025-03-21T20:25:16.6263206Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support/minmax_support.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operator_support 2025-03-21T20:25:16.6265018Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support/pool_2d_support.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operator_support 2025-03-21T20:25:16.6266940Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support/reduce_sum_support.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operator_support 2025-03-21T20:25:16.6268967Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support/right_shift_support.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operator_support 2025-03-21T20:25:16.6270798Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support/slice_copy_support.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operator_support 2025-03-21T20:25:16.6272539Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support/to_copy_support.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operator_support 2025-03-21T20:25:16.6274514Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operator_support/tosa_supported_operators.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operator_support 2025-03-21T20:25:16.6275870Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/operators 2025-03-21T20:25:16.6277161Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:25:16.6278821Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/node_visitor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:25:16.6280350Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_abs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:25:16.6281956Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_add.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:25:16.6283696Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_amax.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:25:16.6285334Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_amin.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:25:16.6287095Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_any.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:25:16.6288803Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_avg_pool2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:25:16.6290323Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_bmm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:25:16.6291865Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_cat.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:25:16.6293548Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_clamp.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:25:16.6295347Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_constant_pad_nd.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:25:16.6297085Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_conv2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:25:16.6298698Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_eq.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:25:16.6300342Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_exp.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:25:16.6301983Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_full.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:25:16.6303601Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_ge.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:25:16.6305262Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_get_item.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:25:16.6306899Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_gt.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:25:16.6308509Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_le.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:25:16.6310178Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_log.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:25:16.6311766Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_lt.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:25:16.6313419Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_max_pool2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:25:16.6315709Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_maximum.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:25:16.6317264Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_minimum.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:25:16.6318838Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_mul.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:25:16.6320543Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_permute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:25:16.6322194Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_reciprocal.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:25:16.6323830Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_repeat.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:25:16.6325429Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_rescale.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:25:16.6326979Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_rshift.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:25:16.6328535Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_rsqrt.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:25:16.6330175Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_sigmoid.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:25:16.6331727Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_slice.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:25:16.6333344Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_sub.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:25:16.6334853Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_sum.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:25:16.6336341Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_table.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:25:16.6337845Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_tanh.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:25:16.6339395Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_to_copy.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:25:16.6341003Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_to_dim_order_copy.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:25:16.6342872Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_transpose.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:25:16.6344706Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_upsample_nearest2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:25:16.6346351Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/op_view.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:25:16.6347895Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/ops_binary.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:25:16.6349623Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/operators/ops_unary.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/operators 2025-03-21T20:25:16.6350809Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/quantizer 2025-03-21T20:25:16.6351849Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/quantizer 2025-03-21T20:25:16.6353753Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer/arm_quantizer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/quantizer 2025-03-21T20:25:16.6355381Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer/arm_quantizer_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/quantizer 2025-03-21T20:25:16.6357169Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer/quantization_annotator.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/quantizer 2025-03-21T20:25:16.6358961Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/quantizer/quantization_config.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/quantizer 2025-03-21T20:25:16.6360231Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test 2025-03-21T20:25:16.6361359Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/common.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test 2025-03-21T20:25:16.6362914Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/conftest.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test 2025-03-21T20:25:16.6364579Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/runner_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test 2025-03-21T20:25:16.6366108Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/test_model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test 2025-03-21T20:25:16.6367219Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/misc 2025-03-21T20:25:16.6368486Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc/test_custom_partition.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/misc 2025-03-21T20:25:16.6370280Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc/test_debug_feats.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/misc 2025-03-21T20:25:16.6371920Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc/test_dim_order_guards.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/misc 2025-03-21T20:25:16.6373616Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc/test_lifted_tensor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/misc 2025-03-21T20:25:16.6375431Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc/test_model_evaluator.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/misc 2025-03-21T20:25:16.6377350Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc/test_multiple_delegates.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/misc 2025-03-21T20:25:16.6379134Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc/test_multiple_outputs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/misc 2025-03-21T20:25:16.6380971Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc/test_partition_decomposed_quantized_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/misc 2025-03-21T20:25:16.6382817Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/misc/test_tosa_spec.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/misc 2025-03-21T20:25:16.6384172Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/models 2025-03-21T20:25:16.6385755Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models/test_conformer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/models 2025-03-21T20:25:16.6387623Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models/test_dl3_arm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/models 2025-03-21T20:25:16.6390183Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models/test_llama.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/models 2025-03-21T20:25:16.6392022Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models/test_lstm_arm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/models 2025-03-21T20:25:16.6393813Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models/test_mobilenet_v2_arm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/models 2025-03-21T20:25:16.6395917Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models/test_nn_functional.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/models 2025-03-21T20:25:16.6397718Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models/test_nn_modules.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/models 2025-03-21T20:25:16.6399765Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models/test_torch_functions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/models 2025-03-21T20:25:16.6401685Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/models/test_w2l_arm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/models 2025-03-21T20:25:16.6403132Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/ops 2025-03-21T20:25:16.6404496Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_abs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:25:16.6406276Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_add.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:25:16.6408019Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_amax.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:25:16.6409815Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_amin.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:25:16.6411530Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_any.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:25:16.6413217Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_avg_pool2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:25:16.6415211Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_batch_norm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:25:16.6417040Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_bitwise.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:25:16.6418794Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_bmm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:25:16.6420564Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_cat.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:25:16.6422403Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_clamp.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:25:16.6424185Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_clone.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:25:16.6425953Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_constant_pad_nd.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:25:16.6427814Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_conv1d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:25:16.6429754Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_conv2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:25:16.6431643Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_conv_combos.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:25:16.6433596Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_depthwise_conv.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:25:16.6435113Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_div.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:25:16.6436854Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_eq.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:25:16.6438690Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_exp.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:25:16.6440471Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_expand.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:25:16.6442214Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_floor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:25:16.6443964Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_full.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:25:16.6445805Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_ge.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:25:16.6447301Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_gt.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:25:16.6448993Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_hardsigmoid.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:25:16.6450745Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_hardswish.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:25:16.6452413Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_hardtanh.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:25:16.6454127Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_layer_norm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:25:16.6455807Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_le.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:25:16.6457537Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_linear.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:25:16.6459249Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_log.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:25:16.6460919Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_logical.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:25:16.6462778Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_logsoftmax.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:25:16.6464531Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_lt.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:25:16.6466511Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_max_pool.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:25:16.6468380Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_maximum.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:25:16.6470078Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_mean_dim.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:25:16.6471794Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_minimum.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:25:16.6473471Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_mm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:25:16.6475145Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_mul.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:25:16.6476965Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_permute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:25:16.6478653Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_reciprocal.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:25:16.6480341Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_relu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:25:16.6482002Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_repeat.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:25:16.6483649Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_rshift.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:25:16.6485363Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_rsqrt.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:25:16.6486997Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_scalars.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:25:16.6488593Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_select.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:25:16.6490332Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_sigmoid.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:25:16.6492018Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_sigmoid_16bit.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:25:16.6493740Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_sigmoid_32bit.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:25:16.6495571Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_slice.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:25:16.6497194Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_softmax.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:25:16.6499061Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_split.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:25:16.6500882Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_squeeze.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:25:16.6502553Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_sub.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:25:16.6504344Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_sum.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:25:16.6505995Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_tanh.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:25:16.6507580Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_to_copy.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:25:16.6509552Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_unsqueeze.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:25:16.6511567Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_upsample_nearest2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:25:16.6513473Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_var.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:25:16.6515338Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/ops/test_view.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/ops 2025-03-21T20:25:16.6516769Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/passes 2025-03-21T20:25:16.6518230Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes/test_cast_int64_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/passes 2025-03-21T20:25:16.6520251Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes/test_convert_to_clamp.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/passes 2025-03-21T20:25:16.6522270Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes/test_fold_qdq_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/passes 2025-03-21T20:25:16.6524256Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes/test_fuse_batchnorm_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/passes 2025-03-21T20:25:16.6526229Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes/test_fuse_constant_ops_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/passes 2025-03-21T20:25:16.6528824Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes/test_insert_table_ops_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/passes 2025-03-21T20:25:16.6530707Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes/test_ioquantization_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/passes 2025-03-21T20:25:16.6532505Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes/test_meandim_to_averagepool2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/passes 2025-03-21T20:25:16.6534576Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes/test_rescale_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/passes 2025-03-21T20:25:16.6536498Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/passes/test_unsqueeze_before_repeat_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/passes 2025-03-21T20:25:16.6538106Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/quantizer 2025-03-21T20:25:16.6539496Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/quantizer/test_generic_annotater.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/quantizer 2025-03-21T20:25:16.6540917Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/tester 2025-03-21T20:25:16.6542269Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tester/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/tester 2025-03-21T20:25:16.6544051Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tester/analyze_output_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/tester 2025-03-21T20:25:16.6546132Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tester/arm_tester.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/tester 2025-03-21T20:25:16.6548322Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tester/test_pipeline.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/tester 2025-03-21T20:25:16.6549789Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/tosautil 2025-03-21T20:25:16.6551295Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/test/tosautil/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/test/tosautil 2025-03-21T20:25:16.6552874Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/util 2025-03-21T20:25:16.6554020Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/util/arm_model_evaluator.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/util 2025-03-21T20:25:16.6555501Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party 2025-03-21T20:25:16.6556559Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib 2025-03-21T20:25:16.6558168Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/setup.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib 2025-03-21T20:25:16.6559767Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/python 2025-03-21T20:25:16.6561025Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/python/serializer 2025-03-21T20:25:16.6562911Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/serializer/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/serializer 2025-03-21T20:25:16.6565710Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/serializer/tosa_serializer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/serializer 2025-03-21T20:25:16.6567767Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:25:16.6569776Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/ArithmeticRightShiftAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:25:16.6572542Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/Attribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:25:16.6575076Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/AxisAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:25:16.6577951Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/ClampAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:25:16.6580511Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/CondIfAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:25:16.6582925Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/ConvAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:25:16.6585792Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/CustomAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:25:16.6588347Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/DType.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:25:16.6591018Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/FFTAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:25:16.6593692Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/FullyConnectedAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:25:16.6596270Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/MatMulAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:25:16.6598833Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/MulAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:25:16.6602066Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/NegateAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:25:16.6604743Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/Op.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:25:16.6607174Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/PadAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:25:16.6609759Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/PoolAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:25:16.6612353Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/RFFTAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:25:16.6614793Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/RescaleAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:25:16.6617694Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/ReshapeAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:25:16.6620537Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/ResizeAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:25:16.6623151Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/ResizeMode.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:25:16.6625653Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/SliceAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:25:16.6628215Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/TableAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:25:16.6630742Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/TileAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:25:16.6633172Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaBasicBlock.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:25:16.6635661Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaGraph.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:25:16.6638076Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaOperator.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:25:16.6640593Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaRegion.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:25:16.6643004Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaTensor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:25:16.6645647Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/TransposeAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:25:16.6648507Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/TransposeConvAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:25:16.6651013Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/Version.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:25:16.6653613Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/WhileLoopAttribute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:25:16.6656283Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-03-21T20:25:16.6658342Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/test 2025-03-21T20:25:16.6659562Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/test/scripts 2025-03-21T20:25:16.6661499Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/test/scripts/test_npy_fileio.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/test/scripts 2025-03-21T20:25:16.6663370Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/test/scripts/xunit 2025-03-21T20:25:16.6678685Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/test/scripts/xunit/xunit.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/test/scripts/xunit 2025-03-21T20:25:16.6680755Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/schema 2025-03-21T20:25:16.6682555Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/arm/third-party/serialization_lib/schema/tosa.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/arm/third-party/serialization_lib/schema 2025-03-21T20:25:16.6683891Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/example 2025-03-21T20:25:16.6685318Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_backend.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/example 2025-03-21T20:25:16.6686906Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/example 2025-03-21T20:25:16.6688456Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_quantizer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/example 2025-03-21T20:25:16.6690059Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/test_example_delegate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/example 2025-03-21T20:25:16.6691357Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/example/example_backend_delegate_passes 2025-03-21T20:25:16.6692957Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_backend_delegate_passes/merge_to_dim_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/example/example_backend_delegate_passes 2025-03-21T20:25:16.6695408Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_backend_delegate_passes/permute_memory_formats_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/example/example_backend_delegate_passes 2025-03-21T20:25:16.6697000Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/example/example_operators 2025-03-21T20:25:16.6698469Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators/adaptive_avg_pool2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/example/example_operators 2025-03-21T20:25:16.6700356Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators/add.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/example/example_operators 2025-03-21T20:25:16.6702149Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators/conv2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/example/example_operators 2025-03-21T20:25:16.6703916Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators/conv_relu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/example/example_operators 2025-03-21T20:25:16.6705755Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators/dropout.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/example/example_operators 2025-03-21T20:25:16.6707614Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators/flatten.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/example/example_operators 2025-03-21T20:25:16.6709652Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators/linear.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/example/example_operators 2025-03-21T20:25:16.6711479Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators/op_base.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/example/example_operators 2025-03-21T20:25:16.6713234Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators/ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/example/example_operators 2025-03-21T20:25:16.6715020Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/example/example_operators/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/example/example_operators 2025-03-21T20:25:16.6716259Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/mediatek 2025-03-21T20:25:16.6717337Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/mediatek 2025-03-21T20:25:16.6718997Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/mediatek 2025-03-21T20:25:16.6720546Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/preprocess.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/mediatek 2025-03-21T20:25:16.6721703Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/mediatek/_passes 2025-03-21T20:25:16.6722977Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/_passes/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/mediatek/_passes 2025-03-21T20:25:16.6724727Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/_passes/decompose_scaled_dot_product_attention.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/mediatek/_passes 2025-03-21T20:25:16.6726086Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/mediatek/quantizer 2025-03-21T20:25:16.6727279Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/quantizer/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/mediatek/quantizer 2025-03-21T20:25:16.6729048Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/quantizer/annotator.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/mediatek/quantizer 2025-03-21T20:25:16.6730807Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/quantizer/qconfig.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/mediatek/quantizer 2025-03-21T20:25:16.6732552Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/mediatek/quantizer/quantizer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/mediatek/quantizer 2025-03-21T20:25:16.6733779Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm 2025-03-21T20:25:16.6734883Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/qnn_preprocess.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm 2025-03-21T20:25:16.6736011Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/_passes 2025-03-21T20:25:16.6737288Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:25:16.6738946Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/annotate_decomposed.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:25:16.6740726Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/annotate_quant_attrs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:25:16.6742809Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/build_quant_io.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:25:16.6744730Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/constant_i64_to_i32.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:25:16.6746476Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/convert_bmm_to_matmul.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:25:16.6748491Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/convert_interpolate_with_upsample2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:25:16.6750669Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/convert_to_linear.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:25:16.6752436Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/decompose_any.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:25:16.6754230Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/decompose_einsum.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:25:16.6755993Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/decompose_linalg_vector_norm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:25:16.6757908Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/decompose_silu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:25:16.6759863Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/expand_broadcast_tensor_shape.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:25:16.6761757Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/fold_qdq.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:25:16.6763402Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/fuse_consecutive_transpose.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:25:16.6765166Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/insert_io_qdq.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:25:16.6766882Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/insert_requantize.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:25:16.6768766Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/layout_transform.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:25:16.6770923Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/lift_constant_scalar_operands.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:25:16.6772680Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/recompose_pixel_unshuffle.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:25:16.6774458Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/recompose_prelu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:25:16.6776374Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/recompose_rms_norm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:25:16.6778151Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/reduce_dynamic_range.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:25:16.6779751Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/remove_redundancy.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:25:16.6781621Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/replace_index_put_input.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:25:16.6783598Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/replace_inf_buffer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:25:16.6785339Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/tensor_i64_to_i32.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:25:16.6787052Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/_passes/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/_passes 2025-03-21T20:25:16.6788093Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/builders 2025-03-21T20:25:16.6789498Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:25:16.6791207Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/node_visitor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:25:16.6792980Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_abs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:25:16.6794765Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_adaptive_avg_pool2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:25:16.6796509Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_add.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:25:16.6798180Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_arange.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:25:16.6799894Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_argmin.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:25:16.6801717Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_avg_pool2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:25:16.6803422Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_batch_norm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:25:16.6805112Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_bmm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:25:16.6806768Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_cat.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:25:16.6808362Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_ceil.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:25:16.6809964Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_clamp.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:25:16.6811622Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_conv2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:25:16.6813319Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_cos.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:25:16.6815033Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_depth_to_space.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:25:16.6816725Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_dequantize.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:25:16.6818412Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_div.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:25:16.6820139Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_embedding.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:25:16.6821780Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_eq.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:25:16.6823568Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_expand.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:25:16.6825186Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_full.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:25:16.6827162Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_full_like.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:25:16.6828773Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_ge.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:25:16.6830442Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_gelu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:25:16.6832010Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_group_norm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:25:16.6833559Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_gt.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:25:16.6835232Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_hardsigmoid.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:25:16.6837045Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_hardswish.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:25:16.6838837Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_hardtanh.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:25:16.6840736Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_index.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:25:16.6842419Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_index_put.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:25:16.6844137Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_instance_norm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:25:16.6845860Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_layer_norm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:25:16.6847711Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_le.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:25:16.6849215Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_linear.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:25:16.6851136Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_log.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:25:16.6852925Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_log_softmax.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:25:16.6854849Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_logical_not.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:25:16.6856738Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_lt.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:25:16.6858605Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_matmul.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:25:16.6860371Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_max.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:25:16.6862043Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_max_pool2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:25:16.6863837Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_mean_dim.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:25:16.6865582Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_min.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:25:16.6867224Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_mul.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:25:16.6868955Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_ne.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:25:16.6870580Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_neg.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:25:16.6872311Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_or.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:25:16.6873918Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_pad.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:25:16.6875621Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_pow.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:25:16.6877297Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_prelu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:25:16.6878940Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_quantize.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:25:16.6880518Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_relu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:25:16.6882319Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_repeat.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:25:16.6884069Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_reshape.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:25:16.6885915Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_rms_norm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:25:16.6887696Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_rsqrt.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:25:16.6889555Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_select_copy.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:25:16.6891392Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_sigmoid.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:25:16.6893310Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_sin.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:25:16.6895137Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_skip_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:25:16.6896888Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_slice_copy.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:25:16.6898803Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_softmax.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:25:16.6900898Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_space_to_depth.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:25:16.6902681Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_split_with_sizes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:25:16.6904589Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_sqrt.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:25:16.6906294Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_squeeze.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:25:16.6907808Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_sub.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:25:16.6909505Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_sum_int_list.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:25:16.6911194Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_tanh.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:25:16.6912853Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_to.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:25:16.6914495Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_topk.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:25:16.6916234Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_transpose.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:25:16.6918253Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_unsqueeze.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:25:16.6919929Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_upsample_bilinear2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:25:16.6921686Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_upsample_nearest2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:25:16.6923380Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/op_where.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:25:16.6925037Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/qnn_constants.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:25:16.6926687Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/builders/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/builders 2025-03-21T20:25:16.6927912Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/debugger 2025-03-21T20:25:16.6929220Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/debugger/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/debugger 2025-03-21T20:25:16.6930306Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/partition 2025-03-21T20:25:16.6931560Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/partition/common_defs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/partition 2025-03-21T20:25:16.6933284Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/partition/qnn_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/partition 2025-03-21T20:25:16.6935011Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/partition/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/partition 2025-03-21T20:25:16.6936273Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/quantizer 2025-03-21T20:25:16.6937531Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer/annotators.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/quantizer 2025-03-21T20:25:16.6939307Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer/custom_annotation.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/quantizer 2025-03-21T20:25:16.6941061Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer/qconfig.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/quantizer 2025-03-21T20:25:16.6942883Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer/quantizer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/quantizer 2025-03-21T20:25:16.6944225Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/quantizer/observers 2025-03-21T20:25:16.6945665Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/quantizer/observers/per_channel_param_observer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/quantizer/observers 2025-03-21T20:25:16.6947033Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/serialization 2025-03-21T20:25:16.6948309Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/serialization/qc_schema.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/serialization 2025-03-21T20:25:16.6950198Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/serialization/qc_schema_serialize.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/serialization 2025-03-21T20:25:16.6952183Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/serialization/qc_compiler_spec.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/serialization 2025-03-21T20:25:16.6953649Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/tests 2025-03-21T20:25:16.6954797Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/tests/models.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/tests 2025-03-21T20:25:16.6956438Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/tests/test_qnn_delegate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/tests 2025-03-21T20:25:16.6957841Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/tests/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/tests 2025-03-21T20:25:16.6959035Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/utils 2025-03-21T20:25:16.6960252Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/utils/constants.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/utils 2025-03-21T20:25:16.6962056Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/utils/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/utils 2025-03-21T20:25:16.6963254Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/aot 2025-03-21T20:25:16.6963913Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/aot/ir 2025-03-21T20:25:16.6965097Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/qualcomm/aot/ir/qcir.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/qualcomm/aot/ir 2025-03-21T20:25:16.6966251Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/transforms 2025-03-21T20:25:16.6967348Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms 2025-03-21T20:25:16.6968739Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/addmm_mm_to_linear.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms 2025-03-21T20:25:16.6970269Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/convert_dtype_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms 2025-03-21T20:25:16.6971870Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/decompose_sdpa.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms 2025-03-21T20:25:16.6973430Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/duplicate_dynamic_quant_chain.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms 2025-03-21T20:25:16.6974966Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/fuse_batch_norm_with_conv.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms 2025-03-21T20:25:16.6976868Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/fuse_conv_with_clamp.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms 2025-03-21T20:25:16.6978680Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/fuse_dequant_linear.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms 2025-03-21T20:25:16.6980248Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/fuse_view_copy.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms 2025-03-21T20:25:16.6981936Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/mean_to_sum_div.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms 2025-03-21T20:25:16.6983452Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/rank_0_to_rank_1.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms 2025-03-21T20:25:16.6985830Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/remove_clone_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms 2025-03-21T20:25:16.6988481Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/replace_scalar_with_tensor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms 2025-03-21T20:25:16.6991167Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms 2025-03-21T20:25:16.6993830Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/view_copy_to_squeeze_unsqueeze.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms 2025-03-21T20:25:16.6995839Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/transforms/test 2025-03-21T20:25:16.6998052Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/test/test_create_delete_constant_placeholder.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms/test 2025-03-21T20:25:16.7001373Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/test/test_duplicate_dynamic_quant_chain.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms/test 2025-03-21T20:25:16.7004355Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/transforms/test/test_rank_0_to_rank_1.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/transforms/test 2025-03-21T20:25:16.7006308Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan 2025-03-21T20:25:16.7007981Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan 2025-03-21T20:25:16.7010377Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/custom_ops_lib.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan 2025-03-21T20:25:16.7012816Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/op_registry.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan 2025-03-21T20:25:16.7015177Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan 2025-03-21T20:25:16.7017656Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/vulkan_preprocess.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan 2025-03-21T20:25:16.7019516Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/_passes 2025-03-21T20:25:16.7021367Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/_passes 2025-03-21T20:25:16.7024043Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes/insert_prepack_nodes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/_passes 2025-03-21T20:25:16.7026878Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes/int4_weight_only_quantizer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/_passes 2025-03-21T20:25:16.7029777Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes/remove_asserts.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/_passes 2025-03-21T20:25:16.7032569Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes/remove_local_scalar_dense_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/_passes 2025-03-21T20:25:16.7035417Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes/remove_redundant_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/_passes 2025-03-21T20:25:16.7038248Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes/squeeze_unsqueeze_inputs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/_passes 2025-03-21T20:25:16.7041166Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/_passes/tag_memory_meta_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/_passes 2025-03-21T20:25:16.7043176Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/partitioner 2025-03-21T20:25:16.7045313Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/partitioner/vulkan_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/partitioner 2025-03-21T20:25:16.7047442Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/quantizer 2025-03-21T20:25:16.7049488Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/quantizer/vulkan_quantizer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/quantizer 2025-03-21T20:25:16.7051520Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime 2025-03-21T20:25:16.7053458Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/gen_vulkan_spv.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime 2025-03-21T20:25:16.7055451Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph 2025-03-21T20:25:16.7056904Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops 2025-03-21T20:25:16.7058279Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:16.7060718Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/addmm_naive_buffer.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:16.7064188Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/addmm_naive_texture3d.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:16.7067665Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/addmm_optimized.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:16.7071099Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/arange.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:16.7074389Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/avg_pool2d.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:16.7077846Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/batchnorm.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:16.7081190Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/binary_op.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:16.7084706Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/bitw8_image_to_nchw_nobitw8buffer.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:16.7088227Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/buffer_to_buffer.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:16.7091619Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/buffer_to_nchw.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:16.7094925Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/clone.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:16.7098355Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/conv1d.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:16.7101639Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:16.7104931Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:16.7108323Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_output_tile.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:16.7111946Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_prepack_weights.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:16.7115696Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_sned_output_tile.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:16.7119235Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_prepack_weights.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:16.7122658Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_pw.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:16.7126063Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/conv_transpose2d.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:16.7129645Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/conv_transpose2d_prepack_weights.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:16.7133213Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/copy_channel_offset.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:16.7136622Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/copy_offset.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:16.7140044Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/copy_packed_dim_offset.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:16.7143491Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/embedding.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:16.7146788Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/flip.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:16.7150095Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/full.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:16.7153360Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/grid_priors.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:16.7156830Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/image_to_nchw.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:16.7160207Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/index_select.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:16.7163640Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/index_select_channel.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:16.7167086Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/kv_cache_update.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:16.7170444Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/max_pool2d.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:16.7173939Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/native_layer_norm.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:16.7177638Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/nchw_to_bitw8_image_nobitw8buffer.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:16.7181166Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/nchw_to_buffer.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:16.7184515Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/nchw_to_image.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:16.7187800Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/no_op.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:16.7191149Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/pad_channel.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:16.7194526Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/pad_height_width.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:16.7197871Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/permute.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:16.7201180Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/q_4w_linear.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:16.7204474Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/q_8w_linear.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:16.7207842Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/q_8w_linear_optimized.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:16.7211197Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/reduce.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:16.7214547Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/repeat_channel.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:16.7218179Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/repeat_interleave.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:16.7221630Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/rotary_embedding.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:16.7225160Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/sdpa_attn_weight_scale_and_mask.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:16.7228673Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/select_batch_4d.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:16.7232157Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/select_channel_3d.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:16.7235762Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/select_channel_4d.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:16.7239197Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/select_height_3d.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:16.7242618Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/select_height_4d.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:16.7246048Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/select_width_3d.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:16.7249444Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/select_width_4d.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:16.7252850Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/slice_packed_dim.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:16.7256286Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/slice_unpacked_dim.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:16.7259676Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/softmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:16.7262992Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/unary_op.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:16.7266389Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/upsample_nearest2d.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:16.7269848Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/view.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-03-21T20:25:16.7272105Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/serialization 2025-03-21T20:25:16.7274298Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/serialization/vulkan_graph_builder.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/serialization 2025-03-21T20:25:16.7278055Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/serialization/vulkan_graph_schema.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/serialization 2025-03-21T20:25:16.7281210Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/serialization/vulkan_graph_serialize.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/serialization 2025-03-21T20:25:16.7284317Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/serialization/schema.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/serialization 2025-03-21T20:25:16.7286359Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/test 2025-03-21T20:25:16.7288297Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/test_serialization.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/test 2025-03-21T20:25:16.7291026Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/test_vulkan_delegate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/test 2025-03-21T20:25:16.7294009Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/test_vulkan_delegate_header.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/test 2025-03-21T20:25:16.7296074Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/test/op_tests 2025-03-21T20:25:16.7298094Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/cases.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/test/op_tests 2025-03-21T20:25:16.7301026Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/generate_op_benchmarks.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/test/op_tests 2025-03-21T20:25:16.7304129Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/generate_op_correctness_tests.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/test/op_tests 2025-03-21T20:25:16.7306406Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/test/op_tests/utils 2025-03-21T20:25:16.7308633Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/utils/aten_types.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/test/op_tests/utils 2025-03-21T20:25:16.7311828Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/utils/gen_benchmark_vk.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/test/op_tests/utils 2025-03-21T20:25:16.7314991Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/utils/gen_computegraph.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/test/op_tests/utils 2025-03-21T20:25:16.7318199Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/utils/gen_correctness_base.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/test/op_tests/utils 2025-03-21T20:25:16.7321412Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/utils/gen_correctness_vk.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/test/op_tests/utils 2025-03-21T20:25:16.7324540Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/op_tests/utils/test_suite.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/test/op_tests/utils 2025-03-21T20:25:16.7326642Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/test/glsl 2025-03-21T20:25:16.7328641Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/test/glsl/all_shaders.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/test/glsl 2025-03-21T20:25:16.7330834Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party 2025-03-21T20:25:16.7332111Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/volk 2025-03-21T20:25:16.7334283Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/volk/generate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/third-party/volk 2025-03-21T20:25:16.7336547Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/Vulkan-Headers 2025-03-21T20:25:16.7338147Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-03-21T20:25:16.7340915Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/apiconventions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-03-21T20:25:16.7344715Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/cgenerator.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-03-21T20:25:16.7348603Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/conventions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-03-21T20:25:16.7352418Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/generator.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-03-21T20:25:16.7356084Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/genvk.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-03-21T20:25:16.7359700Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/reg.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-03-21T20:25:16.7363416Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/vkconventions.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-03-21T20:25:16.7366288Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools 2025-03-21T20:25:16.7369223Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools/util.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools 2025-03-21T20:25:16.7372049Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/VulkanMemoryAllocator 2025-03-21T20:25:16.7373794Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools 2025-03-21T20:25:16.7375727Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis 2025-03-21T20:25:16.7379217Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis/GpuMemDumpVis.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis 2025-03-21T20:25:16.7382135Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/tools 2025-03-21T20:25:16.7383323Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/tools/gpuinfo 2025-03-21T20:25:16.7384626Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/tools/gpuinfo/glsl 2025-03-21T20:25:16.7386931Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl/buf_bandwidth.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/tools/gpuinfo/glsl 2025-03-21T20:25:16.7390488Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl/buf_cacheline_size.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/tools/gpuinfo/glsl 2025-03-21T20:25:16.7393734Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl/reg_count.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/tools/gpuinfo/glsl 2025-03-21T20:25:16.7396921Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl/tex_bandwidth.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/tools/gpuinfo/glsl 2025-03-21T20:25:16.7400224Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl/tex_cacheline_concurr.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/tools/gpuinfo/glsl 2025-03-21T20:25:16.7403492Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl/warp_size.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/vulkan/tools/gpuinfo/glsl 2025-03-21T20:25:16.7405626Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack 2025-03-21T20:25:16.7407501Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack 2025-03-21T20:25:16.7409977Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/xnnpack_preprocess.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack 2025-03-21T20:25:16.7411904Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/_passes 2025-03-21T20:25:16.7413799Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/_passes 2025-03-21T20:25:16.7416646Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes/channels_last_tagged_reshape_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/_passes 2025-03-21T20:25:16.7419576Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes/conv1d_unsqueeze_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/_passes 2025-03-21T20:25:16.7422424Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes/convert_to_linear.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/_passes 2025-03-21T20:25:16.7425181Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes/convert_to_sdpa.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/_passes 2025-03-21T20:25:16.7428071Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes/convert_to_upsample_bilinear2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/_passes 2025-03-21T20:25:16.7431008Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes/decompose_cat.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/_passes 2025-03-21T20:25:16.7433802Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes/fuse_activation_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/_passes 2025-03-21T20:25:16.7436684Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes/fuse_batch_norm_with_conv.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/_passes 2025-03-21T20:25:16.7439510Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes/prelu_reshape_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/_passes 2025-03-21T20:25:16.7442308Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes/remove_getitem_op.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/_passes 2025-03-21T20:25:16.7445219Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes/tag_implicit_q_dq_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/_passes 2025-03-21T20:25:16.7448015Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/_passes/xnnpack_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/_passes 2025-03-21T20:25:16.7449982Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/operators 2025-03-21T20:25:16.7451971Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:25:16.7454785Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/node_visitor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:25:16.7457584Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_abs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:25:16.7460333Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_add.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:25:16.7463219Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_addmm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:25:16.7466068Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_avg_pooling2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:25:16.7468960Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_bmm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:25:16.7471712Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_cat.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:25:16.7474481Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_ceiling.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:25:16.7477409Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_clamp.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:25:16.7480182Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_conv2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:25:16.7482953Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_div.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:25:16.7485831Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_dynamic_dequantize_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:25:16.7488902Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_dynamic_quantize_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:25:16.7491773Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_elu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:25:16.7494554Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_floor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:25:16.7497373Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_hardswish.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:25:16.7500205Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_hardtanh.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:25:16.7503269Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_leaky_relu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:25:16.7506091Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_linear.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:25:16.7509116Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_matrix_multiplication.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:25:16.7512034Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_max_dim.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:25:16.7514836Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_max_pool2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:25:16.7517688Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_maximum.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:25:16.7520654Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_mean_dim.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:25:16.7523490Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_minimum.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:25:16.7526321Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_multiply.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:25:16.7529152Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_negate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:25:16.7531960Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_permute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:25:16.7534790Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_prelu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:25:16.7537649Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_quant_dequant.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:25:16.7540483Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_relu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:25:16.7543251Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_rsqrt.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:25:16.7546005Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_sdpa.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:25:16.7548822Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_sigmoid.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:25:16.7551729Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_skip_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:25:16.7554578Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_slice_copy.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:25:16.7557405Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_softmax.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:25:16.7560401Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_square.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:25:16.7563231Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_square_root.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:25:16.7566098Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_squeeze.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:25:16.7568993Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_static_constant_pad.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:25:16.7572018Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_static_resize_bilinear_2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:25:16.7574959Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_sub.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:25:16.7577999Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/op_to_copy.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:25:16.7580856Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/operators/quant_params.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/operators 2025-03-21T20:25:16.7582904Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/partition 2025-03-21T20:25:16.7584916Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/configs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/partition 2025-03-21T20:25:16.7587869Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/xnnpack_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/partition 2025-03-21T20:25:16.7590134Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/partition/config 2025-03-21T20:25:16.7592307Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/partition/config 2025-03-21T20:25:16.7595386Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config/gemm_configs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/partition/config 2025-03-21T20:25:16.7598602Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config/generic_node_configs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/partition/config 2025-03-21T20:25:16.7601833Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config/node_configs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/partition/config 2025-03-21T20:25:16.7605038Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config/quant_affine_configs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/partition/config 2025-03-21T20:25:16.7608277Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/config/xnnpack_config.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/partition/config 2025-03-21T20:25:16.7610563Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/partition/graphs 2025-03-21T20:25:16.7612823Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/graphs/bilinear_2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/partition/graphs 2025-03-21T20:25:16.7616106Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/partition/graphs/sdpa.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/partition/graphs 2025-03-21T20:25:16.7618238Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/quantizer 2025-03-21T20:25:16.7620342Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/quantizer/xnnpack_quantizer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/quantizer 2025-03-21T20:25:16.7623354Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/quantizer/xnnpack_quantizer_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/quantizer 2025-03-21T20:25:16.7625547Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/serialization 2025-03-21T20:25:16.7627767Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/serialization/xnnpack_graph_schema.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/serialization 2025-03-21T20:25:16.7631072Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/serialization/xnnpack_graph_serialize.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/serialization 2025-03-21T20:25:16.7634366Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/serialization/runtime_schema.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/serialization 2025-03-21T20:25:16.7637406Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/serialization/schema.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/serialization 2025-03-21T20:25:16.7639475Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test 2025-03-21T20:25:16.7641424Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/test_xnnpack_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test 2025-03-21T20:25:16.7644246Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/test_xnnpack_utils_classes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test 2025-03-21T20:25:16.7646309Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/models 2025-03-21T20:25:16.7648410Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models/deeplab_v3.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/models 2025-03-21T20:25:16.7651255Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models/edsr.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/models 2025-03-21T20:25:16.7654141Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models/emformer_rnnt.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/models 2025-03-21T20:25:16.7657102Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models/inception_v3.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/models 2025-03-21T20:25:16.7660067Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models/inception_v4.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/models 2025-03-21T20:25:16.7663080Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models/llama2_et_example.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/models 2025-03-21T20:25:16.7666065Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models/mobilebert.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/models 2025-03-21T20:25:16.7669095Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models/mobilenet_v2.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/models 2025-03-21T20:25:16.7672176Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models/mobilenet_v3.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/models 2025-03-21T20:25:16.7675084Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models/resnet.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/models 2025-03-21T20:25:16.7678267Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models/torchvision_vit.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/models 2025-03-21T20:25:16.7681260Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models/very_big_model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/models 2025-03-21T20:25:16.7684135Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/models/w2l.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/models 2025-03-21T20:25:16.7686125Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/ops 2025-03-21T20:25:16.7688074Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_abs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:25:16.7691001Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_add.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:25:16.7693790Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_avgpool2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:25:16.7696671Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_bilinear2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:25:16.7699461Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_bmm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:25:16.7702188Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_cat.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:25:16.7704922Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_ceil.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:25:16.7707795Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_check_quant_params.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:25:16.7710750Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_clamp.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:25:16.7713503Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_conv1d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:25:16.7716316Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_conv2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:25:16.7719071Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_div.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:25:16.7721804Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_elu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:25:16.7724564Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_floor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:25:16.7727380Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_hardswish.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:25:16.7730421Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_hardtanh.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:25:16.7733255Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_leaky_relu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:25:16.7736078Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_linear.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:25:16.7738860Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_lstm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:25:16.7741609Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_max_dim.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:25:16.7744433Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_maximum.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:25:16.7747378Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_maxpool2d.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:25:16.7750287Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_mean_dim.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:25:16.7753101Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_minimum.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:25:16.7755921Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_multiply.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:25:16.7758767Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_negate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:25:16.7761572Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_permute.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:25:16.7764364Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_pow.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:25:16.7767117Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_prelu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:25:16.7769996Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_quantize_per_tensor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:25:16.7772894Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_relu.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:25:16.7775657Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_rsqrt.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:25:16.7778577Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_sdpa.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:25:16.7781362Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_sigmoid.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:25:16.7784184Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_slice_copy.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:25:16.7787195Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_softmax.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:25:16.7790049Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_sqrt.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:25:16.7792854Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_square.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:25:16.7795735Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_static_constant_pad.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:25:16.7798608Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/ops/test_sub.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/ops 2025-03-21T20:25:16.7800617Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/passes 2025-03-21T20:25:16.7802809Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes/test_activation_fusion.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/passes 2025-03-21T20:25:16.7806073Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes/test_batch_norm_fusion.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/passes 2025-03-21T20:25:16.7809263Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes/test_channels_last_tagged_reshape.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/passes 2025-03-21T20:25:16.7812444Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes/test_convert_to_linear.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/passes 2025-03-21T20:25:16.7815535Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes/test_decompose_cat_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/passes 2025-03-21T20:25:16.7818662Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes/test_remove_get_item_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/passes 2025-03-21T20:25:16.7821803Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/passes/test_tag_implicit_q_dq_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/passes 2025-03-21T20:25:16.7824002Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/quantizer 2025-03-21T20:25:16.7826249Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/quantizer/test_pt2e_quantization.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/quantizer 2025-03-21T20:25:16.7829539Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/quantizer/test_representation.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/quantizer 2025-03-21T20:25:16.7832780Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/quantizer/test_xnnpack_quantizer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/quantizer 2025-03-21T20:25:16.7835082Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/serialization 2025-03-21T20:25:16.7837466Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/serialization/test_serialization.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/serialization 2025-03-21T20:25:16.7840786Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/serialization/test_xnnheader.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/serialization 2025-03-21T20:25:16.7843205Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/tester 2025-03-21T20:25:16.7845254Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/tester/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/tester 2025-03-21T20:25:16.7848079Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/test/tester/tester.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/test/tester 2025-03-21T20:25:16.7850130Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party 2025-03-21T20:25:16.7851438Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/FP16 2025-03-21T20:25:16.7853653Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16/configure.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/FP16 2025-03-21T20:25:16.7855967Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/FP16/include 2025-03-21T20:25:16.7857522Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/FP16/include/fp16 2025-03-21T20:25:16.7860158Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16/include/fp16/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/FP16/include/fp16 2025-03-21T20:25:16.7863593Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16/include/fp16/avx.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/FP16/include/fp16 2025-03-21T20:25:16.7866984Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16/include/fp16/avx2.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/FP16/include/fp16 2025-03-21T20:25:16.7869504Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/FP16/test 2025-03-21T20:25:16.7871046Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/FP16/test/peachpy 2025-03-21T20:25:16.7873537Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16/test/peachpy/stubs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/FP16/test/peachpy 2025-03-21T20:25:16.7876970Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FP16/confu.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/FP16 2025-03-21T20:25:16.7879166Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/FXdiv 2025-03-21T20:25:16.7881433Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FXdiv/configure.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/FXdiv 2025-03-21T20:25:16.7884525Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/FXdiv/confu.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/FXdiv 2025-03-21T20:25:16.7886790Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/cpuinfo 2025-03-21T20:25:16.7889113Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/configure.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/cpuinfo 2025-03-21T20:25:16.7891483Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-03-21T20:25:16.7894101Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/scripts/android-device-dump.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-03-21T20:25:16.7897822Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/scripts/arm-linux-filesystem-dump.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-03-21T20:25:16.7901730Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/scripts/parse-x86-cpuid-dump.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-03-21T20:25:16.7904333Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/cpuinfo/deps 2025-03-21T20:25:16.7905911Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog 2025-03-21T20:25:16.7908477Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog/configure.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/cpuinfo/deps/clog 2025-03-21T20:25:16.7912082Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog/confu.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/cpuinfo/deps/clog 2025-03-21T20:25:16.7915423Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/confu.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/cpuinfo 2025-03-21T20:25:16.7917752Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/pthreadpool 2025-03-21T20:25:16.7920350Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/pthreadpool/configure.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/pthreadpool 2025-03-21T20:25:16.7923670Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/pthreadpool/confu.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/pthreadpool 2025-03-21T20:25:16.7926028Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK 2025-03-21T20:25:16.7927536Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-03-21T20:25:16.7930076Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts/check_config.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-03-21T20:25:16.7933611Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts/check_files_changed.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-03-21T20:25:16.7937306Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts/generate-build-identifier.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-03-21T20:25:16.7941003Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts/sort-filenames.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-03-21T20:25:16.7943560Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:25:16.7946006Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/primes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:25:16.7949388Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/xngen.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:25:16.7952727Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/xnncommon.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:25:16.7956256Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-argmaxpool-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:25:16.7960027Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:25:16.7963703Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc2chw-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:25:16.7967466Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-multipass-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:25:16.7971283Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-unipass-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:25:16.7975034Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv2d-chw-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:25:16.7978993Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-gemm-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:25:16.7982646Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-chw-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:25:16.7986356Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:25:16.7990106Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-lut-norm-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:25:16.7993686Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-lut-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:25:16.7997366Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddexpminusmax-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:25:16.8001133Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddextexp-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:25:16.8004945Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddstoreexpminusmax-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:25:16.8008778Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-rdsum-benchmark.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:25:16.8012421Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-rdsum-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:25:16.8016011Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-reduce-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:25:16.8019762Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-spmm-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:25:16.8023365Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vbinary-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:25:16.8027015Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vmulcaddc-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:25:16.8030861Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleexpminusmax-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:25:16.8034680Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleextexp-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:25:16.8038483Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vunary-test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:25:16.8042101Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/update-microkernels.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-03-21T20:25:16.8044652Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:16.8047165Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/bf16-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:16.8050626Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-conv-hwc2chw.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:16.8054124Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-dwconv2d-chw.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:16.8057676Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:16.8061295Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-igemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:16.8064862Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-rdsum.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:16.8068353Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-rsum.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:16.8071902Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:16.8075406Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-ibilinear-chw.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:16.8079163Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-ibilinear.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:16.8082648Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-igemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:16.8086254Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-raddstoreexpminusmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:16.8089770Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:16.8093105Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rmin.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:16.8096485Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rminmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:16.8100002Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rsum.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:16.8103411Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-spmm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:16.8106943Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vmulcaddc-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:16.8110565Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-argmaxpool.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:16.8114015Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-conv-hwc.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:16.8117464Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-conv-hwc2chw.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:16.8120958Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-dwconv2d-chw.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:16.8124490Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-goi-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:16.8128004Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:16.8131445Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-relu.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:16.8134837Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:16.8138472Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemminc-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:16.8142008Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ibilinear-chw.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:16.8145496Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ibilinear.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:16.8149018Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:16.8152489Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm-relu.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:16.8155895Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:16.8159443Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ppmm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:16.8162976Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc4w-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:16.8166536Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:16.8170084Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm-relu.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:16.8173564Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:16.8177204Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddexpminusmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:16.8180730Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddextexp.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:16.8184333Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddstoreexpminusmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:16.8187878Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rdsum.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:16.8191338Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:16.8194663Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rmin.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:16.8198206Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rminmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:16.8201581Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rsum.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:16.8204990Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-spmm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:16.8208518Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vmulcaddc-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:16.8212120Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vscaleexpminusmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:16.8215710Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vscaleextexp.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:16.8219447Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qb4w-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:16.8223079Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc4w-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:16.8226709Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc8w-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:16.8230429Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc8w-igemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:16.8234088Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qb4w-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:16.8237716Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc4w-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:16.8241342Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc8w-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:16.8244986Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc8w-igemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:16.8248622Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qp8-f32-qb4w-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:16.8252244Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qp8-f32-qc4w-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:16.8255876Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-gemm-minmax-fp32.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:16.8259672Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-igemm-minmax-fp32.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:16.8263315Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-rdsum-minmax-fp32.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:16.8266776Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-rsum.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:16.8270300Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-gemm-minmax-fp32.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:16.8273893Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-gemm-minmax-rndnu.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:16.8277786Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-igemm-minmax-fp32.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:16.8281410Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-igemm-minmax-rndnu.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:16.8284905Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-rdsum.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:16.8288271Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-rsum.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:16.8291657Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/s8-ibilinear.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:16.8295081Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/u8-ibilinear.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:16.8298478Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/u8-lut32norm.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:16.8301846Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/u8-rmax.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:16.8305154Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/x8-lut.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-03-21T20:25:16.8308417Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/third-party/generate-cpuinfo-wrappers.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/third-party 2025-03-21T20:25:16.8310679Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/utils 2025-03-21T20:25:16.8312594Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/utils/configs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/utils 2025-03-21T20:25:16.8315254Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/utils/quant_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/utils 2025-03-21T20:25:16.8318143Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/utils/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/utils 2025-03-21T20:25:16.8320853Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/xnnpack/utils/xnnpack_constants.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/xnnpack/utils 2025-03-21T20:25:16.8322786Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple 2025-03-21T20:25:16.8323860Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps 2025-03-21T20:25:16.8325625Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps 2025-03-21T20:25:16.8328138Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/mps_preprocess.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps 2025-03-21T20:25:16.8330064Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/operators 2025-03-21T20:25:16.8332106Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T20:25:16.8335148Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/activation_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T20:25:16.8338139Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/binary_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T20:25:16.8341203Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/clamp_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T20:25:16.8344094Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/constant_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T20:25:16.8347122Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/convolution_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T20:25:16.8350230Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/indexing_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T20:25:16.8353232Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/linear_algebra_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T20:25:16.8356233Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/node_visitor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T20:25:16.8359284Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/normalization_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T20:25:16.8362258Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/op_clone.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T20:25:16.8365132Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/op_getitem.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T20:25:16.8368069Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/op_quant_dequant.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T20:25:16.8371007Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/op_skip_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T20:25:16.8374008Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/pad_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T20:25:16.8377061Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/pooling_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T20:25:16.8380000Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/range_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T20:25:16.8382901Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/reduce_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T20:25:16.8385820Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/shape_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T20:25:16.8388726Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/operators/unary_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/operators 2025-03-21T20:25:16.8390868Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/partition 2025-03-21T20:25:16.8393068Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/partition/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/partition 2025-03-21T20:25:16.8396002Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/partition/mps_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/partition 2025-03-21T20:25:16.8398164Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/serialization 2025-03-21T20:25:16.8400390Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/serialization/mps_graph_schema.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/serialization 2025-03-21T20:25:16.8403598Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/serialization/mps_graph_serialize.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/serialization 2025-03-21T20:25:16.8406745Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/serialization/schema.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/serialization 2025-03-21T20:25:16.8408863Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/test 2025-03-21T20:25:16.8410775Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test/test_mps.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/test 2025-03-21T20:25:16.8413525Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test/test_mps_binary_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/test 2025-03-21T20:25:16.8416382Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test/test_mps_indexing_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/test 2025-03-21T20:25:16.8419187Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test/test_mps_linear.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/test 2025-03-21T20:25:16.8421975Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test/test_mps_models.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/test 2025-03-21T20:25:16.8424762Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test/test_mps_unary_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/test 2025-03-21T20:25:16.8427561Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/test/test_mps_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/test 2025-03-21T20:25:16.8429778Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/utils 2025-03-21T20:25:16.8431707Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/utils/mps_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/utils 2025-03-21T20:25:16.8434464Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/mps/utils/quant_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/mps/utils 2025-03-21T20:25:16.8436415Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml 2025-03-21T20:25:16.8437632Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/compiler 2025-03-21T20:25:16.8439721Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/compiler/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/coreml/compiler 2025-03-21T20:25:16.8442714Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/compiler/coreml_preprocess.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/coreml/compiler 2025-03-21T20:25:16.8444944Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/partition 2025-03-21T20:25:16.8447193Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/partition/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/coreml/partition 2025-03-21T20:25:16.8450264Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/partition/coreml_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/coreml/partition 2025-03-21T20:25:16.8452509Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/quantizer 2025-03-21T20:25:16.8454624Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/quantizer/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/coreml/quantizer 2025-03-21T20:25:16.8457660Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/quantizer/coreml_quantizer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/coreml/quantizer 2025-03-21T20:25:16.8459848Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/test 2025-03-21T20:25:16.8461998Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/test/test_coreml_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/coreml/test 2025-03-21T20:25:16.8465007Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/test/test_coreml_quantizer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/coreml/test 2025-03-21T20:25:16.8467152Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/runtime 2025-03-21T20:25:16.8468533Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/runtime/inmemoryfs 2025-03-21T20:25:16.8471008Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/runtime/inmemoryfs/setup.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/coreml/runtime/inmemoryfs 2025-03-21T20:25:16.8473338Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/runtime/test 2025-03-21T20:25:16.8475704Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/runtime/test/export_stateful_model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/coreml/runtime/test 2025-03-21T20:25:16.8478993Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/apple/coreml/executorchcoreml.pyi -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/apple/coreml 2025-03-21T20:25:16.8480978Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence 2025-03-21T20:25:16.8482067Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/aot 2025-03-21T20:25:16.8483880Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-03-21T20:25:16.8486595Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/compiler.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-03-21T20:25:16.8489253Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/compiler_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-03-21T20:25:16.8491945Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/export_example.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-03-21T20:25:16.8494556Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/fuse_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-03-21T20:25:16.8497158Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/graph_builder.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-03-21T20:25:16.8499872Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/memory_constraints.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-03-21T20:25:16.8502760Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/memory_planning.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-03-21T20:25:16.8505460Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/ops_registrations.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-03-21T20:25:16.8508133Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/pass_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-03-21T20:25:16.8510752Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/passes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-03-21T20:25:16.8513440Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/ref_implementations.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-03-21T20:25:16.8516117Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/remove_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-03-21T20:25:16.8518746Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/reorder_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-03-21T20:25:16.8521341Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/replace_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-03-21T20:25:16.8523984Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/simplify_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-03-21T20:25:16.8526544Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-03-21T20:25:16.8528452Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/aot/quantizer 2025-03-21T20:25:16.8530607Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/quantizer/fusion_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot/quantizer 2025-03-21T20:25:16.8533571Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/quantizer/patterns.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot/quantizer 2025-03-21T20:25:16.8536564Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/quantizer/quantizer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot/quantizer 2025-03-21T20:25:16.8539532Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/quantizer/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot/quantizer 2025-03-21T20:25:16.8541727Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/aot/tests 2025-03-21T20:25:16.8543822Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests/test_fusion_ops_passes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot/tests 2025-03-21T20:25:16.8546819Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests/test_graph_builder.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot/tests 2025-03-21T20:25:16.8549843Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests/test_memory_passes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot/tests 2025-03-21T20:25:16.8552744Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests/test_pass_filter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot/tests 2025-03-21T20:25:16.8555715Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests/test_remove_ops_passes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot/tests 2025-03-21T20:25:16.8558866Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests/test_reorder_ops_passes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot/tests 2025-03-21T20:25:16.8561875Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests/test_replace_ops_passes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot/tests 2025-03-21T20:25:16.8564911Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/tests/test_simplify_ops_passes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot/tests 2025-03-21T20:25:16.8567779Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/functions.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-03-21T20:25:16.8570493Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/functions_fusion_g3.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-03-21T20:25:16.8573282Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/aot/functions_hifi.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/aot 2025-03-21T20:25:16.8575236Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/runtime 2025-03-21T20:25:16.8577286Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/runtime/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/runtime 2025-03-21T20:25:16.8579986Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/runtime/executor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/runtime 2025-03-21T20:25:16.8582705Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/runtime/runtime.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/runtime 2025-03-21T20:25:16.8585428Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/runtime/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/runtime 2025-03-21T20:25:16.8587348Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils 2025-03-21T20:25:16.8589334Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/facto_util.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils 2025-03-21T20:25:16.8591971Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/gen_header.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils 2025-03-21T20:25:16.8594706Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/post_compilation.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils 2025-03-21T20:25:16.8596902Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO 2025-03-21T20:25:16.8598920Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/setup.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO 2025-03-21T20:25:16.8601082Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/calibrator 2025-03-21T20:25:16.8603435Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/calibrator/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/calibrator 2025-03-21T20:25:16.8604986Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/calibrator/runner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/calibrator 2025-03-21T20:25:16.8605580Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/examples 2025-03-21T20:25:16.8607112Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/examples/example.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/examples 2025-03-21T20:25:16.8608844Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/examples/minimal_example.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/examples 2025-03-21T20:25:16.8610390Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/examples/random_seed.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/examples 2025-03-21T20:25:16.8610942Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/facto 2025-03-21T20:25:16.8612371Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto 2025-03-21T20:25:16.8613023Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen 2025-03-21T20:25:16.8614609Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen 2025-03-21T20:25:16.8615395Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple 2025-03-21T20:25:16.8617181Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple 2025-03-21T20:25:16.8619011Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple/engine.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple 2025-03-21T20:25:16.8620800Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple/gen.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple 2025-03-21T20:25:16.8621558Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2025-03-21T20:25:16.8623343Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2025-03-21T20:25:16.8625179Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/engine.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2025-03-21T20:25:16.8626964Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/gen.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2025-03-21T20:25:16.8628987Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/type.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2025-03-21T20:25:16.8629841Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2025-03-21T20:25:16.8631762Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2025-03-21T20:25:16.8633655Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/engine.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2025-03-21T20:25:16.8635752Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2025-03-21T20:25:16.8637826Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/solve.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2025-03-21T20:25:16.8638617Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen/specs 2025-03-21T20:25:16.8640454Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/specs/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/specs 2025-03-21T20:25:16.8642235Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/specs/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/specs 2025-03-21T20:25:16.8643141Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen/utils 2025-03-21T20:25:16.8644924Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/utils/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/utils 2025-03-21T20:25:16.8646840Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/utils/random_manager.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/utils 2025-03-21T20:25:16.8647719Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-03-21T20:25:16.8649616Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-03-21T20:25:16.8651514Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/constants.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-03-21T20:25:16.8653525Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/gen.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-03-21T20:25:16.8655388Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/solve.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-03-21T20:25:16.8657305Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/space.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-03-21T20:25:16.8659267Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/type.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-03-21T20:25:16.8661162Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-03-21T20:25:16.8661946Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/facto/specdb 2025-03-21T20:25:16.8683330Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/specdb/db.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/specdb 2025-03-21T20:25:16.8684971Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/specdb/default.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/specdb 2025-03-21T20:25:16.8686562Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/specdb/dtypes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/specdb 2025-03-21T20:25:16.8688370Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/specdb/function.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/facto/specdb 2025-03-21T20:25:16.8688942Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/test 2025-03-21T20:25:16.8689611Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:25:16.8691290Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_argtuple_engine.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:25:16.8693042Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_argtuple_generator.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:25:16.8694781Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_argument_attributes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:25:16.8696526Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_argument_generator.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:25:16.8698215Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_argument_types.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:25:16.8699940Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_attribute_engine.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:25:16.8701652Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_attribute_solver.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:25:16.8703330Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_constraints.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:25:16.8705015Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_meta_arg_engine.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:25:16.8706819Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_specs.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:25:16.8708544Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_structural_engine.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:25:16.8710364Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_generation.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:25:16.8712068Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_solving.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:25:16.8713769Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_space.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:25:16.8715469Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_types.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-03-21T20:25:16.8715977Z creating pip-out/bdist.linux-x86_64/wheel/executorch/codegen 2025-03-21T20:25:16.8716870Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen 2025-03-21T20:25:16.8717268Z creating pip-out/bdist.linux-x86_64/wheel/executorch/codegen/tools 2025-03-21T20:25:16.8718299Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/tools 2025-03-21T20:25:16.8719357Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/gen_all_oplist.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/tools 2025-03-21T20:25:16.8720418Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/gen_oplist.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/tools 2025-03-21T20:25:16.8721473Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/gen_ops_def.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/tools 2025-03-21T20:25:16.8722636Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/gen_selected_op_variants.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/tools 2025-03-21T20:25:16.8723694Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/merge_yaml.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/tools 2025-03-21T20:25:16.8724739Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/yaml_util.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/tools 2025-03-21T20:25:16.8725198Z creating pip-out/bdist.linux-x86_64/wheel/executorch/codegen/tools/test 2025-03-21T20:25:16.8726402Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/test/test_gen_all_oplist.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/tools/test 2025-03-21T20:25:16.8727592Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/test/test_gen_oplist.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/tools/test 2025-03-21T20:25:16.8728880Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/test/test_gen_oplist_real_model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/tools/test 2025-03-21T20:25:16.8730166Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/codegen/tools/test/test_gen_selected_op_variants.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/codegen/tools/test 2025-03-21T20:25:16.8730562Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples 2025-03-21T20:25:16.8731078Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/apple 2025-03-21T20:25:16.8731529Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/apple/coreml 2025-03-21T20:25:16.8732039Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/apple/coreml/llama 2025-03-21T20:25:16.8733325Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/llama/export.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/apple/coreml/llama 2025-03-21T20:25:16.8734727Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/llama/llama_transformer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/apple/coreml/llama 2025-03-21T20:25:16.8735991Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/llama/run.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/apple/coreml/llama 2025-03-21T20:25:16.8737264Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/llama/test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/apple/coreml/llama 2025-03-21T20:25:16.8738560Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/apple/coreml/llama/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/apple/coreml/llama 2025-03-21T20:25:16.8739089Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/llm_pte_finetuning 2025-03-21T20:25:16.8740420Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/llm_pte_finetuning 2025-03-21T20:25:16.8741744Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning/model_exporter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/llm_pte_finetuning 2025-03-21T20:25:16.8743060Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning/model_loading_lib.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/llm_pte_finetuning 2025-03-21T20:25:16.8744300Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning/runner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/llm_pte_finetuning 2025-03-21T20:25:16.8745590Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning/training_lib.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/llm_pte_finetuning 2025-03-21T20:25:16.8747009Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning/phi3_alpaca_code_config.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/llm_pte_finetuning 2025-03-21T20:25:16.8748295Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning/phi3_config.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/llm_pte_finetuning 2025-03-21T20:25:16.8749692Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/llm_pte_finetuning/qwen_05b_config.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/llm_pte_finetuning 2025-03-21T20:25:16.8750144Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models 2025-03-21T20:25:16.8751164Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models 2025-03-21T20:25:16.8752310Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/checkpoint.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models 2025-03-21T20:25:16.8753388Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/model_base.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models 2025-03-21T20:25:16.8754520Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/model_factory.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models 2025-03-21T20:25:16.8755018Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/deeplab_v3 2025-03-21T20:25:16.8756268Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/deeplab_v3/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/deeplab_v3 2025-03-21T20:25:16.8757632Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/deeplab_v3/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/deeplab_v3 2025-03-21T20:25:16.8758095Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/edsr 2025-03-21T20:25:16.8759237Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/edsr/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/edsr 2025-03-21T20:25:16.8760379Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/edsr/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/edsr 2025-03-21T20:25:16.8760913Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/efficient_sam 2025-03-21T20:25:16.8762191Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/efficient_sam 2025-03-21T20:25:16.8763488Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/efficient_sam 2025-03-21T20:25:16.8764309Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/efficient_sam/efficient_sam_core 2025-03-21T20:25:16.8766032Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core/build_efficient_sam.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/efficient_sam/efficient_sam_core 2025-03-21T20:25:16.8767713Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core/efficient_sam.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/efficient_sam/efficient_sam_core 2025-03-21T20:25:16.8769471Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core/efficient_sam_decoder.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/efficient_sam/efficient_sam_core 2025-03-21T20:25:16.8771231Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core/efficient_sam_encoder.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/efficient_sam/efficient_sam_core 2025-03-21T20:25:16.8772830Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core/mlp.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/efficient_sam/efficient_sam_core 2025-03-21T20:25:16.8774529Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core/two_way_transformer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/efficient_sam/efficient_sam_core 2025-03-21T20:25:16.8775084Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/emformer_rnnt 2025-03-21T20:25:16.8776495Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/emformer_rnnt/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/emformer_rnnt 2025-03-21T20:25:16.8777803Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/emformer_rnnt/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/emformer_rnnt 2025-03-21T20:25:16.8778310Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/inception_v3 2025-03-21T20:25:16.8779589Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/inception_v3/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/inception_v3 2025-03-21T20:25:16.8780880Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/inception_v3/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/inception_v3 2025-03-21T20:25:16.8781393Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/inception_v4 2025-03-21T20:25:16.8782855Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/inception_v4/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/inception_v4 2025-03-21T20:25:16.8784141Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/inception_v4/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/inception_v4 2025-03-21T20:25:16.8784608Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama 2025-03-21T20:25:16.8785771Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama 2025-03-21T20:25:16.8786981Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/attention.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama 2025-03-21T20:25:16.8788210Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/eval_llama.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama 2025-03-21T20:25:16.8789506Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/eval_llama_lib.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama 2025-03-21T20:25:16.8790894Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/export_llama.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama 2025-03-21T20:25:16.8792152Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/export_llama_lib.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama 2025-03-21T20:25:16.8793358Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/fairseq2.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama 2025-03-21T20:25:16.8794712Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/install_requirement_helper.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama 2025-03-21T20:25:16.8795926Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/llama_test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama 2025-03-21T20:25:16.8797237Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/llama_transformer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama 2025-03-21T20:25:16.8798388Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama 2025-03-21T20:25:16.8799591Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/model_args.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama 2025-03-21T20:25:16.8800752Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/norm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama 2025-03-21T20:25:16.8801913Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/rope.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama 2025-03-21T20:25:16.8803182Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/static_attention.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama 2025-03-21T20:25:16.8803731Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama/evaluate 2025-03-21T20:25:16.8805048Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/evaluate/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/evaluate 2025-03-21T20:25:16.8806439Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/evaluate/eager_eval.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/evaluate 2025-03-21T20:25:16.8807010Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama/experimental 2025-03-21T20:25:16.8808627Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/experimental/generate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/experimental 2025-03-21T20:25:16.8810109Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/experimental/load_gguf_q4_0.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/experimental 2025-03-21T20:25:16.8811582Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/experimental/subclass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/experimental 2025-03-21T20:25:16.8813070Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/experimental/test_subclass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/experimental 2025-03-21T20:25:16.8813600Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama/runner 2025-03-21T20:25:16.8814921Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/runner/eager.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/runner 2025-03-21T20:25:16.8816402Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/runner/generation.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/runner 2025-03-21T20:25:16.8817715Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/runner/native.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/runner 2025-03-21T20:25:16.8818389Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama/source_transformation 2025-03-21T20:25:16.8819936Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation 2025-03-21T20:25:16.8821595Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/apply_spin_quant_r1_r2.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation 2025-03-21T20:25:16.8823193Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/attention.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation 2025-03-21T20:25:16.8824817Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/attention_sink.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation 2025-03-21T20:25:16.8826379Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/lora.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation 2025-03-21T20:25:16.8828028Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/pre_quantization.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation 2025-03-21T20:25:16.8829759Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/prune_vocab.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation 2025-03-21T20:25:16.8831353Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/quantize.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation 2025-03-21T20:25:16.8833026Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/quantized_kv_cache.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation 2025-03-21T20:25:16.8834582Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/rms_norm.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation 2025-03-21T20:25:16.8836258Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/rope.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation 2025-03-21T20:25:16.8837799Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/sdpa.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation 2025-03-21T20:25:16.8839387Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/spin_quant.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation 2025-03-21T20:25:16.8841048Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/test_attention_sink.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation 2025-03-21T20:25:16.8842751Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/test_quantized_kv_cache.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation 2025-03-21T20:25:16.8844614Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/test_sdpa_with_quantized_kv_cache.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation 2025-03-21T20:25:16.8846232Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/source_transformation/vulkan_rope.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/source_transformation 2025-03-21T20:25:16.8846750Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama/tests 2025-03-21T20:25:16.8848263Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tests/test_pre_quantization_transforms.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/tests 2025-03-21T20:25:16.8849632Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tests/test_simple_sdpa.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/tests 2025-03-21T20:25:16.8851072Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tests/test_static_attention.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/tests 2025-03-21T20:25:16.8851592Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama/tokenizer 2025-03-21T20:25:16.8853000Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama/tokenizer/tiktoken.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama/tokenizer 2025-03-21T20:25:16.8853534Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama3_2_vision 2025-03-21T20:25:16.8854846Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama3_2_vision 2025-03-21T20:25:16.8855503Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama3_2_vision/preprocess 2025-03-21T20:25:16.8857027Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/preprocess/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama3_2_vision/preprocess 2025-03-21T20:25:16.8858650Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/preprocess/export_preprocess.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama3_2_vision/preprocess 2025-03-21T20:25:16.8860183Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/preprocess/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama3_2_vision/preprocess 2025-03-21T20:25:16.8861907Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/preprocess/test_preprocess.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama3_2_vision/preprocess 2025-03-21T20:25:16.8862520Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama3_2_vision/runner 2025-03-21T20:25:16.8863950Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/runner/eager.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama3_2_vision/runner 2025-03-21T20:25:16.8865443Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/runner/exported.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama3_2_vision/runner 2025-03-21T20:25:16.8866937Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/runner/generation.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama3_2_vision/runner 2025-03-21T20:25:16.8868398Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/runner/native.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama3_2_vision/runner 2025-03-21T20:25:16.8869131Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama3_2_vision/text_decoder 2025-03-21T20:25:16.8870760Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/text_decoder/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama3_2_vision/text_decoder 2025-03-21T20:25:16.8871478Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama3_2_vision/text_decoder/test 2025-03-21T20:25:16.8873066Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/text_decoder/test/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama3_2_vision/text_decoder/test 2025-03-21T20:25:16.8874774Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/text_decoder/test/test_text_decoder.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama3_2_vision/text_decoder/test 2025-03-21T20:25:16.8875464Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama3_2_vision/vision_encoder 2025-03-21T20:25:16.8877172Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/vision_encoder/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama3_2_vision/vision_encoder 2025-03-21T20:25:16.8878735Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/vision_encoder/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama3_2_vision/vision_encoder 2025-03-21T20:25:16.8879490Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama3_2_vision/vision_encoder/test 2025-03-21T20:25:16.8881122Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/vision_encoder/test/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama3_2_vision/vision_encoder/test 2025-03-21T20:25:16.8882911Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llama3_2_vision/vision_encoder/test/test_vision_encoder.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llama3_2_vision/vision_encoder/test 2025-03-21T20:25:16.8883385Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llava 2025-03-21T20:25:16.8884536Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llava 2025-03-21T20:25:16.8885766Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava/export_llava.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llava 2025-03-21T20:25:16.8886990Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava/image_util.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llava 2025-03-21T20:25:16.8888296Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llava 2025-03-21T20:25:16.8888813Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llava/test 2025-03-21T20:25:16.8890102Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava/test/test_llava.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llava/test 2025-03-21T20:25:16.8891397Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/llava/test/test_pte.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/llava/test 2025-03-21T20:25:16.8891849Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/lstm 2025-03-21T20:25:16.8893003Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/lstm/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/lstm 2025-03-21T20:25:16.8894157Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/lstm/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/lstm 2025-03-21T20:25:16.8894653Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/mobilebert 2025-03-21T20:25:16.8896117Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilebert/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/mobilebert 2025-03-21T20:25:16.8897370Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilebert/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/mobilebert 2025-03-21T20:25:16.8897915Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/mobilenet_v2 2025-03-21T20:25:16.8899181Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilenet_v2/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/mobilenet_v2 2025-03-21T20:25:16.8900477Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilenet_v2/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/mobilenet_v2 2025-03-21T20:25:16.8901002Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/mobilenet_v3 2025-03-21T20:25:16.8902279Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilenet_v3/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/mobilenet_v3 2025-03-21T20:25:16.8903556Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/mobilenet_v3/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/mobilenet_v3 2025-03-21T20:25:16.8904113Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/phi-3-mini-lora 2025-03-21T20:25:16.8905475Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini-lora/export_model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/phi-3-mini-lora 2025-03-21T20:25:16.8905994Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/phi-3-mini 2025-03-21T20:25:16.8907224Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/phi-3-mini 2025-03-21T20:25:16.8908509Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini/eager.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/phi-3-mini 2025-03-21T20:25:16.8909830Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini/phi_3_mini.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/phi-3-mini 2025-03-21T20:25:16.8911123Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini/static_cache.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/phi-3-mini 2025-03-21T20:25:16.8912621Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-3-mini/export_phi-3-mini.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/phi-3-mini 2025-03-21T20:25:16.8913120Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/phi-4-mini 2025-03-21T20:25:16.8914369Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-4-mini/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/phi-4-mini 2025-03-21T20:25:16.8915698Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/phi-4-mini/convert_weights.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/phi-4-mini 2025-03-21T20:25:16.8916173Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/qwen2_5 2025-03-21T20:25:16.8917355Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/qwen2_5/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/qwen2_5 2025-03-21T20:25:16.8918635Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/qwen2_5/convert_weights.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/qwen2_5 2025-03-21T20:25:16.8919107Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/resnet 2025-03-21T20:25:16.8920398Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/resnet/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/resnet 2025-03-21T20:25:16.8921573Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/resnet/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/resnet 2025-03-21T20:25:16.8922043Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/test 2025-03-21T20:25:16.8923177Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/test/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/test 2025-03-21T20:25:16.8924402Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/test/test_export.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/test 2025-03-21T20:25:16.8924934Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/torchvision_vit 2025-03-21T20:25:16.8926277Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/torchvision_vit/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/torchvision_vit 2025-03-21T20:25:16.8927620Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/torchvision_vit/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/torchvision_vit 2025-03-21T20:25:16.8928105Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/toy_model 2025-03-21T20:25:16.8929316Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/toy_model/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/toy_model 2025-03-21T20:25:16.8930515Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/toy_model/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/toy_model 2025-03-21T20:25:16.8931032Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/wav2letter 2025-03-21T20:25:16.8932285Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/wav2letter/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/wav2letter 2025-03-21T20:25:16.8933572Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/wav2letter/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/wav2letter 2025-03-21T20:25:16.8934016Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/moshi 2025-03-21T20:25:16.8934531Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/moshi/mimi 2025-03-21T20:25:16.8935815Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/examples/models/moshi/mimi/test_mimi.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/examples/models/moshi/mimi 2025-03-21T20:25:16.8936281Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir 2025-03-21T20:25:16.8937120Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-03-21T20:25:16.8937956Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_warnings.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-03-21T20:25:16.8938831Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/common.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-03-21T20:25:16.8939697Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/control_flow.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-03-21T20:25:16.8940577Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/delegate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-03-21T20:25:16.8941466Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dim_order_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-03-21T20:25:16.8942402Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dynamic_shape.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-03-21T20:25:16.8943329Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/error.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-03-21T20:25:16.8944195Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/graph.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-03-21T20:25:16.8945057Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/graph_module.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-03-21T20:25:16.8946063Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/lowered_backend_module.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-03-21T20:25:16.8946888Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/memory.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-03-21T20:25:16.8947851Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/memory_planning.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-03-21T20:25:16.8948691Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/pass_base.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-03-21T20:25:16.8949679Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/pass_manager.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-03-21T20:25:16.8950573Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/print_program.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-03-21T20:25:16.8951464Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/scalar_type.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-03-21T20:25:16.8952301Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/schema.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-03-21T20:25:16.8953158Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/sym_util.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-03-21T20:25:16.8953991Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tensor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-03-21T20:25:16.8954842Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tracer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-03-21T20:25:16.8955670Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/types.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-03-21T20:25:16.8956534Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/version.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-03-21T20:25:16.8957356Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/wrap.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-03-21T20:25:16.8957774Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/_serialize 2025-03-21T20:25:16.8958912Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/_serialize 2025-03-21T20:25:16.8959925Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/_cord.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/_serialize 2025-03-21T20:25:16.8960969Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/_dataclass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/_serialize 2025-03-21T20:25:16.8962054Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/_flatbuffer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/_serialize 2025-03-21T20:25:16.8963131Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/_named_data_store.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/_serialize 2025-03-21T20:25:16.8964184Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/_program.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/_serialize 2025-03-21T20:25:16.8965238Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/_serialize.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/_serialize 2025-03-21T20:25:16.8966445Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/data_serializer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/_serialize 2025-03-21T20:25:16.8967496Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/padding.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/_serialize 2025-03-21T20:25:16.8967943Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/_serialize/test 2025-03-21T20:25:16.8969046Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/test/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/_serialize/test 2025-03-21T20:25:16.8970161Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/test/test_cord.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/_serialize/test 2025-03-21T20:25:16.8971350Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/test/test_flatbuffer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/_serialize/test 2025-03-21T20:25:16.8972589Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/test/test_named_data_store.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/_serialize/test 2025-03-21T20:25:16.8973726Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/test/test_program.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/_serialize/test 2025-03-21T20:25:16.8974791Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/program.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/_serialize 2025-03-21T20:25:16.8975870Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/_serialize/scalar_type.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/_serialize 2025-03-21T20:25:16.8976424Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend 2025-03-21T20:25:16.8977431Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/backend_api.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend 2025-03-21T20:25:16.8978521Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/backend_details.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend 2025-03-21T20:25:16.8979642Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/compile_spec_schema.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend 2025-03-21T20:25:16.8980724Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/operator_support.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend 2025-03-21T20:25:16.8981815Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend 2025-03-21T20:25:16.8982959Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend 2025-03-21T20:25:16.8983573Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend/canonical_partitioners 2025-03-21T20:25:16.8985091Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/canonical_partitioners/config_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/canonical_partitioners 2025-03-21T20:25:16.8986689Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/canonical_partitioners/duplicate_constant_node_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/canonical_partitioners 2025-03-21T20:25:16.8988378Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/canonical_partitioners/duplicate_dequant_node_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/canonical_partitioners 2025-03-21T20:25:16.8990016Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/canonical_partitioners/pattern_op_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/canonical_partitioners 2025-03-21T20:25:16.8990468Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend/test 2025-03-21T20:25:16.8991919Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/backend_with_compiler_demo.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-03-21T20:25:16.8993243Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/backend_with_delegate_mapping_demo.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-03-21T20:25:16.8994519Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/backend_with_named_data_map.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-03-21T20:25:16.8995734Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/hta_partitioner_demo.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-03-21T20:25:16.8996941Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/op_partitioner_demo.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-03-21T20:25:16.8998117Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/qnn_backend_demo.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-03-21T20:25:16.8999428Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/test_backend_with_named_data_map.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-03-21T20:25:16.9000567Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/test_backends.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-03-21T20:25:16.9001780Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/test_backends_lifted.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-03-21T20:25:16.9003018Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/test_backends_nested.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-03-21T20:25:16.9004230Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/test_compatibility.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-03-21T20:25:16.9005462Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/test_debug_handle_map.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-03-21T20:25:16.9006715Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/test_delegate_map_builder.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-03-21T20:25:16.9007950Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/test_graph_partition.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-03-21T20:25:16.9009315Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/test_lowered_backend_module.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-03-21T20:25:16.9010514Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/test_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-03-21T20:25:16.9011669Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/test_passes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-03-21T20:25:16.9012766Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/test_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test 2025-03-21T20:25:16.9013249Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend/test/demos 2025-03-21T20:25:16.9014584Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/demos/test_delegate_aten_mode.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test/demos 2025-03-21T20:25:16.9015909Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/demos/test_xnnpack_qnnpack.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test/demos 2025-03-21T20:25:16.9016429Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend/test/demos/rpc 2025-03-21T20:25:16.9018021Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/demos/rpc/executor_backend_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test/demos/rpc 2025-03-21T20:25:16.9019517Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/demos/rpc/executor_backend_preprocess.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test/demos/rpc 2025-03-21T20:25:16.9020828Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/backend/test/demos/rpc/test_rpc.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/backend/test/demos/rpc 2025-03-21T20:25:16.9021232Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/capture 2025-03-21T20:25:16.9022227Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/capture/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/capture 2025-03-21T20:25:16.9023213Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/capture/_capture.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/capture 2025-03-21T20:25:16.9024224Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/capture/_config.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/capture 2025-03-21T20:25:16.9025195Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/capture/_unlift.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/capture 2025-03-21T20:25:16.9025624Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects 2025-03-21T20:25:16.9026616Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects 2025-03-21T20:25:16.9027625Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects 2025-03-21T20:25:16.9028065Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/backend 2025-03-21T20:25:16.9029313Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/backend/_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/backend 2025-03-21T20:25:16.9029793Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/backend/test 2025-03-21T20:25:16.9031158Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/backend/test/test_backend_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/backend/test 2025-03-21T20:25:16.9031587Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge 2025-03-21T20:25:16.9032667Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/edge 2025-03-21T20:25:16.9033250Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/arg 2025-03-21T20:25:16.9034415Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/arg/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/edge/arg 2025-03-21T20:25:16.9035586Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/arg/type.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/edge/arg 2025-03-21T20:25:16.9036075Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/dtype 2025-03-21T20:25:16.9037308Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/dtype/runner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/edge/dtype 2025-03-21T20:25:16.9038589Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/dtype/supported.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/edge/dtype 2025-03-21T20:25:16.9039841Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/dtype/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/edge/dtype 2025-03-21T20:25:16.9040290Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/op 2025-03-21T20:25:16.9041558Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/op/api.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/edge/op 2025-03-21T20:25:16.9042757Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/op/sample_input.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/edge/op 2025-03-21T20:25:16.9043279Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/op/test 2025-03-21T20:25:16.9044541Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/op/test/test_api.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/edge/op/test 2025-03-21T20:25:16.9045032Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/spec 2025-03-21T20:25:16.9046201Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/spec/gen.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/edge/spec 2025-03-21T20:25:16.9047407Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/spec/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/edge/spec 2025-03-21T20:25:16.9047881Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/test 2025-03-21T20:25:16.9049126Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/test/test_edge_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/edge/test 2025-03-21T20:25:16.9050404Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/test/test_edge_yaml.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/edge/test 2025-03-21T20:25:16.9051512Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/edge/edge.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/edge 2025-03-21T20:25:16.9051982Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/test 2025-03-21T20:25:16.9053193Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/dialects/test/test_exir_dialect_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/dialects/test 2025-03-21T20:25:16.9053592Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/emit 2025-03-21T20:25:16.9054496Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/emit/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/emit 2025-03-21T20:25:16.9055488Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/emit/_emit_program.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/emit 2025-03-21T20:25:16.9056404Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/emit/_emitter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/emit 2025-03-21T20:25:16.9056946Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/emit/test 2025-03-21T20:25:16.9057983Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/emit/test/test_emit.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/emit/test 2025-03-21T20:25:16.9058389Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/operator 2025-03-21T20:25:16.9059432Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/operator/convert.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/operator 2025-03-21T20:25:16.9060444Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/operator/manip.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/operator 2025-03-21T20:25:16.9061444Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/operator/util.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/operator 2025-03-21T20:25:16.9061892Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/operator/test 2025-03-21T20:25:16.9063083Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/operator/test/test_operator.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/operator/test 2025-03-21T20:25:16.9063473Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/passes 2025-03-21T20:25:16.9064569Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:25:16.9065736Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/_quant_patterns_and_replacements.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:25:16.9066793Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/const_prop_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:25:16.9067888Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/constant_prop_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:25:16.9069116Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/debug_handle_generator_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:25:16.9070255Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/dim_order_ops_registry.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:25:16.9071373Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/dynamic_shape_prop_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:25:16.9072557Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/executorch_prim_ops_registry.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:25:16.9073707Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/external_constants_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:25:16.9074776Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/init_mutable_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:25:16.9075975Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/insert_write_back_for_buffers_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:25:16.9077337Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/memory_format_ops_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:25:16.9078415Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/memory_planning_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:25:16.9079582Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/normalize_transpose_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:25:16.9080762Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/normalize_view_copy_base_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:25:16.9081979Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/pass_registry.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:25:16.9083122Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/prune_empty_tensors_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:25:16.9084209Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/quant_fusion_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:25:16.9085260Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/quantize_io_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:25:16.9086427Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/remove_graph_asserts_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:25:16.9087585Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/remove_mixed_type_operators.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:25:16.9088646Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/remove_noop_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:25:16.9089982Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/replace_aten_with_edge_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:25:16.9091229Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/replace_broken_ops_with_function_ops_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:25:16.9092417Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/replace_edge_with_backend_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:25:16.9093549Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/replace_sym_size_op_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:25:16.9094741Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/replace_view_copy_with_view_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:25:16.9095830Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/scalar_to_tensor_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:25:16.9096887Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/spec_prop_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:25:16.9097937Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/sym_shape_eval_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:25:16.9099026Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/sym_to_tensor_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:25:16.9100143Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/passes/weights_to_outputs_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/passes 2025-03-21T20:25:16.9100567Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/program 2025-03-21T20:25:16.9101537Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/program 2025-03-21T20:25:16.9102601Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program/_fake_program.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/program 2025-03-21T20:25:16.9103567Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program/_program.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/program 2025-03-21T20:25:16.9104034Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/program/test 2025-03-21T20:25:16.9105099Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program/test/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/program/test 2025-03-21T20:25:16.9106419Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program/test/test_fake_program.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/program/test 2025-03-21T20:25:16.9107565Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/program/test/test_program.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/program/test 2025-03-21T20:25:16.9107954Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/serde 2025-03-21T20:25:16.9108968Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/serde 2025-03-21T20:25:16.9110031Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde/export_serialize.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/serde 2025-03-21T20:25:16.9110978Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde/schema.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/serde 2025-03-21T20:25:16.9111995Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde/schema_check.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/serde 2025-03-21T20:25:16.9112988Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde/serialize.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/serde 2025-03-21T20:25:16.9114056Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde/union.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/serde 2025-03-21T20:25:16.9115052Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/serde/upgrade.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/serde 2025-03-21T20:25:16.9115431Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/tests 2025-03-21T20:25:16.9116394Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/asr_joiner.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:25:16.9117374Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/common.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:25:16.9118423Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/control_flow_models.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:25:16.9119529Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/dynamic_shape_models.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:25:16.9120487Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/models.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:25:16.9121536Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_arg_validator.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:25:16.9122543Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_capture.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:25:16.9123544Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_common.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:25:16.9124561Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_delegate.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:25:16.9125621Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_dim_order_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:25:16.9126784Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_dynamic_shape_propagation.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:25:16.9127792Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_error.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:25:16.9128805Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_joint_graph.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:25:16.9130058Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_memory_format_ops_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:25:16.9131199Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_memory_format_ops_pass_aten.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:25:16.9132360Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_memory_format_ops_pass_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:25:16.9133444Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_memory_planning.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:25:16.9134448Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_op_convert.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:25:16.9135486Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_pass_infra.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:25:16.9136480Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_passes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:25:16.9137637Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_print_program.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:25:16.9138785Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_prune_empty_tensors_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:25:16.9139853Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_quant_fusion_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:25:16.9140908Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_quantization.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:25:16.9142006Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_quantize_io_pass.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:25:16.9143050Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_remove_view_copy.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:25:16.9144059Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_serde.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:25:16.9145034Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_tensor.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:25:16.9146051Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_tracer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:25:16.9147086Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_verification.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:25:16.9148108Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/test_warnings.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:25:16.9149213Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/tests/transformer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/tests 2025-03-21T20:25:16.9149680Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/verification 2025-03-21T20:25:16.9150817Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification/arg_validator.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/verification 2025-03-21T20:25:16.9151919Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification/dev_html.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/verification 2025-03-21T20:25:16.9153108Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification/interpreter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/verification 2025-03-21T20:25:16.9154342Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification/verifier.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/verification 2025-03-21T20:25:16.9154836Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/verification/test 2025-03-21T20:25:16.9156086Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/verification/test/test_verifier.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir/verification/test 2025-03-21T20:25:16.9156994Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/exir/delegate.pyi -> pip-out/bdist.linux-x86_64/wheel/./executorch/exir 2025-03-21T20:25:16.9157349Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension 2025-03-21T20:25:16.9157819Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/android_test 2025-03-21T20:25:16.9159003Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/android_test/add_model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/android_test 2025-03-21T20:25:16.9159464Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/export_util 2025-03-21T20:25:16.9160619Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/export_util/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/export_util 2025-03-21T20:25:16.9161855Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/export_util/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/export_util 2025-03-21T20:25:16.9162341Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/flat_tensor 2025-03-21T20:25:16.9163422Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/flat_tensor 2025-03-21T20:25:16.9163972Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/flat_tensor/serialize 2025-03-21T20:25:16.9165247Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/serialize/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/flat_tensor/serialize 2025-03-21T20:25:16.9166672Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/serialize/flat_tensor_schema.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/flat_tensor/serialize 2025-03-21T20:25:16.9168043Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/serialize/serialize.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/flat_tensor/serialize 2025-03-21T20:25:16.9169413Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/serialize/flat_tensor.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/flat_tensor/serialize 2025-03-21T20:25:16.9170761Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/serialize/scalar_type.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/flat_tensor/serialize 2025-03-21T20:25:16.9171291Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/flat_tensor/test 2025-03-21T20:25:16.9172573Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/flat_tensor/test/test_serialize.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/flat_tensor/test 2025-03-21T20:25:16.9173044Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/gguf_util 2025-03-21T20:25:16.9174192Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/gguf_util/convert_main.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/gguf_util 2025-03-21T20:25:16.9175336Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/gguf_util/converter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/gguf_util 2025-03-21T20:25:16.9176611Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/gguf_util/load_gguf.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/gguf_util 2025-03-21T20:25:16.9177351Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/gguf_util/converters 2025-03-21T20:25:16.9178697Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/gguf_util/converters/llama_converter.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/gguf_util/converters 2025-03-21T20:25:16.9179157Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/pybindings 2025-03-21T20:25:16.9180393Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings/portable_lib.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/pybindings 2025-03-21T20:25:16.9180889Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/pybindings/test 2025-03-21T20:25:16.9182169Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings/test/make_test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/pybindings/test 2025-03-21T20:25:16.9183535Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings/test/test_backend_pybinding.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/pybindings/test 2025-03-21T20:25:16.9184896Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings/test/test_pybindings.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/pybindings/test 2025-03-21T20:25:16.9186289Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings/pybindings.pyi -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/pybindings 2025-03-21T20:25:16.9187714Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pybindings/_portable_lib.cpython-310-x86_64-linux-gnu.so -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/pybindings 2025-03-21T20:25:16.9188159Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/pytree 2025-03-21T20:25:16.9189305Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pytree/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/pytree 2025-03-21T20:25:16.9189787Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/pytree/test 2025-03-21T20:25:16.9190929Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/pytree/test/test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/pytree/test 2025-03-21T20:25:16.9191368Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/training 2025-03-21T20:25:16.9192485Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/training 2025-03-21T20:25:16.9193025Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/training/pybindings 2025-03-21T20:25:16.9194416Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/pybindings/_training_module.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/training/pybindings 2025-03-21T20:25:16.9195004Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/training/pybindings/test 2025-03-21T20:25:16.9196423Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/pybindings/test/test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/training/pybindings/test 2025-03-21T20:25:16.9197818Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/pybindings/_training_lib.pyi -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/training/pybindings 2025-03-21T20:25:16.9198327Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/training/examples 2025-03-21T20:25:16.9198881Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/training/examples/XOR 2025-03-21T20:25:16.9200280Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/examples/XOR/export_model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/training/examples/XOR 2025-03-21T20:25:16.9201656Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/examples/XOR/model.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/training/examples/XOR 2025-03-21T20:25:16.9202385Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/training/examples/XOR/test 2025-03-21T20:25:16.9203884Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/training/examples/XOR/test/test_export.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/training/examples/XOR/test 2025-03-21T20:25:16.9204307Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm 2025-03-21T20:25:16.9204778Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/custom_ops 2025-03-21T20:25:16.9205978Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/custom_ops 2025-03-21T20:25:16.9207193Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/custom_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/custom_ops 2025-03-21T20:25:16.9208476Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/model_sharding.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/custom_ops 2025-03-21T20:25:16.9209734Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/op_tile_crop_aot.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/custom_ops 2025-03-21T20:25:16.9211170Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/preprocess_custom_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/custom_ops 2025-03-21T20:25:16.9212514Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/test_preprocess_custom_ops.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/custom_ops 2025-03-21T20:25:16.9213831Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/test_sdpa_with_kv_cache.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/custom_ops 2025-03-21T20:25:16.9215124Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/test_update_cache.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/custom_ops 2025-03-21T20:25:16.9215689Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/custom_ops/spinquant 2025-03-21T20:25:16.9217234Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/spinquant/special_hadamard_code_gen.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/custom_ops/spinquant 2025-03-21T20:25:16.9217939Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/custom_ops/spinquant/third-party 2025-03-21T20:25:16.9218684Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT 2025-03-21T20:25:16.9220402Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT/example.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/custom_ops/spinquant/third-party/FFHT 2025-03-21T20:25:16.9222073Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT/gen.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/custom_ops/spinquant/third-party/FFHT 2025-03-21T20:25:16.9223398Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/custom_ops/libcustom_ops_aot_lib.so -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/custom_ops 2025-03-21T20:25:16.9223862Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/export 2025-03-21T20:25:16.9225000Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/export 2025-03-21T20:25:16.9226173Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export/builder.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/export 2025-03-21T20:25:16.9227535Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export/export_passes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/export 2025-03-21T20:25:16.9228771Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export/partitioner_lib.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/export 2025-03-21T20:25:16.9230070Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export/quantizer_lib.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/export 2025-03-21T20:25:16.9231335Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/export/test_export_passes.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/export 2025-03-21T20:25:16.9231791Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/modules 2025-03-21T20:25:16.9232961Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/modules 2025-03-21T20:25:16.9234246Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules/_position_embeddings.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/modules 2025-03-21T20:25:16.9235557Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules/attention.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/modules 2025-03-21T20:25:16.9236718Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules/kv_cache.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/modules 2025-03-21T20:25:16.9237021Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/modules/test 2025-03-21T20:25:16.9237671Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules/test/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/modules/test 2025-03-21T20:25:16.9238369Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules/test/test_attention.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/modules/test 2025-03-21T20:25:16.9239049Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules/test/test_kv_cache.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/modules/test 2025-03-21T20:25:16.9239793Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/modules/test/test_position_embeddings.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/modules/test 2025-03-21T20:25:16.9240042Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizer 2025-03-21T20:25:16.9240672Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizer/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizer 2025-03-21T20:25:16.9241317Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizer/hf_tokenizer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizer 2025-03-21T20:25:16.9241974Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizer/tokenizer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizer 2025-03-21T20:25:16.9242592Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizer/utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizer 2025-03-21T20:25:16.9242869Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizer/test 2025-03-21T20:25:16.9243588Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizer/test/test_tokenizer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizer/test 2025-03-21T20:25:16.9243843Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers 2025-03-21T20:25:16.9244484Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/setup.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers 2025-03-21T20:25:16.9244913Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-03-21T20:25:16.9245732Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-03-21T20:25:16.9246556Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers/hf_tokenizer.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-03-21T20:25:16.9247376Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers/llama2c.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-03-21T20:25:16.9248180Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers/tiktoken.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-03-21T20:25:16.9248572Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools 2025-03-21T20:25:16.9248982Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c 2025-03-21T20:25:16.9249990Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c 2025-03-21T20:25:16.9250939Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c/convert.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c 2025-03-21T20:25:16.9251270Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party 2025-03-21T20:25:16.9251642Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/abseil-cpp 2025-03-21T20:25:16.9252526Z 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-03-21T20:25:16.9253389Z 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-03-21T20:25:16.9253799Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl 2025-03-21T20:25:16.9254223Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl/copts 2025-03-21T20:25:16.9255178Z 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-03-21T20:25:16.9256195Z 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-03-21T20:25:16.9257167Z 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-03-21T20:25:16.9257507Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/json 2025-03-21T20:25:16.9257868Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/json/docs 2025-03-21T20:25:16.9258273Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/json/docs/mkdocs 2025-03-21T20:25:16.9258756Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/json/docs/mkdocs/scripts 2025-03-21T20:25:16.9259803Z 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-03-21T20:25:16.9260166Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/json/tests 2025-03-21T20:25:16.9260594Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/json/tests/thirdparty 2025-03-21T20:25:16.9261042Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/json/tests/thirdparty/imapdl 2025-03-21T20:25:16.9262101Z 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-03-21T20:25:16.9262465Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/json/tools 2025-03-21T20:25:16.9262892Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/json/tools/amalgamate 2025-03-21T20:25:16.9263932Z 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-03-21T20:25:16.9264401Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/json/tools/gdb_pretty_printer 2025-03-21T20:25:16.9265451Z 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-03-21T20:25:16.9266171Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/json/tools/generate_natvis 2025-03-21T20:25:16.9268069Z 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-03-21T20:25:16.9268538Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/json/tools/serve_header 2025-03-21T20:25:16.9269615Z 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-03-21T20:25:16.9269965Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/re2 2025-03-21T20:25:16.9270343Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/re2/benchlog 2025-03-21T20:25:16.9271236Z 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-03-21T20:25:16.9271619Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/re2/python 2025-03-21T20:25:16.9272453Z 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-03-21T20:25:16.9273312Z 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-03-21T20:25:16.9274284Z 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-03-21T20:25:16.9274717Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/re2/python/toolchains 2025-03-21T20:25:16.9275694Z 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-03-21T20:25:16.9276225Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/re2/re2 2025-03-21T20:25:16.9277756Z 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-03-21T20:25:16.9279021Z 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-03-21T20:25:16.9279989Z 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-03-21T20:25:16.9280392Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/sentencepiece 2025-03-21T20:25:16.9280808Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/sentencepiece/python 2025-03-21T20:25:16.9281778Z 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-03-21T20:25:16.9282228Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/test 2025-03-21T20:25:16.9283242Z 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-03-21T20:25:16.9284311Z 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-03-21T20:25:16.9284762Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src 2025-03-21T20:25:16.9285268Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece 2025-03-21T20:25:16.9286404Z 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-03-21T20:25:16.9287551Z 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-03-21T20:25:16.9288788Z 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-03-21T20:25:16.9289986Z 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-03-21T20:25:16.9290348Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/tools 2025-03-21T20:25:16.9290670Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizers/tools/llama2c 2025-03-21T20:25:16.9291469Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/extension/llm/tokenizers/tools/llama2c/convert.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/extension/llm/tokenizers/tools/llama2c 2025-03-21T20:25:16.9291661Z creating pip-out/bdist.linux-x86_64/wheel/executorch/kernels 2025-03-21T20:25:16.9291891Z creating pip-out/bdist.linux-x86_64/wheel/executorch/kernels/quantized 2025-03-21T20:25:16.9292468Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/kernels/quantized 2025-03-21T20:25:16.9292717Z creating pip-out/bdist.linux-x86_64/wheel/executorch/kernels/quantized/test 2025-03-21T20:25:16.9293389Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized/test/test_out_variants.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/kernels/quantized/test 2025-03-21T20:25:16.9294202Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized/test/test_quant_dequant_per_token.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/kernels/quantized/test 2025-03-21T20:25:16.9294903Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized/test/supported_features_def.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/kernels/quantized/test 2025-03-21T20:25:16.9295513Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized/quantized.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/kernels/quantized 2025-03-21T20:25:16.9296158Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/kernels/quantized/libquantized_ops_aot_lib.so -> pip-out/bdist.linux-x86_64/wheel/./executorch/kernels/quantized 2025-03-21T20:25:16.9296370Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools 2025-03-21T20:25:16.9296840Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools 2025-03-21T20:25:16.9297103Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/backend_debug 2025-03-21T20:25:16.9297697Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/backend_debug/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/backend_debug 2025-03-21T20:25:16.9298345Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/backend_debug/delegation_info.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/backend_debug 2025-03-21T20:25:16.9298616Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/backend_debug/tests 2025-03-21T20:25:16.9299335Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/backend_debug/tests/test_delegation_info.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/backend_debug/tests 2025-03-21T20:25:16.9299588Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/bundled_program 2025-03-21T20:25:16.9299870Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/bundled_program/schema 2025-03-21T20:25:16.9300194Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/bundled_program/schema/test 2025-03-21T20:25:16.9300940Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema/test/test_schema.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/bundled_program/schema/test 2025-03-21T20:25:16.9301626Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/bundled_program/schema 2025-03-21T20:25:16.9302374Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema/bundled_program_schema.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/bundled_program/schema 2025-03-21T20:25:16.9303186Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema/bundled_program_schema.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/bundled_program/schema 2025-03-21T20:25:16.9303885Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/schema/scalar_type.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/bundled_program/schema 2025-03-21T20:25:16.9304195Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/bundled_program/serialize 2025-03-21T20:25:16.9304514Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/bundled_program/serialize/test 2025-03-21T20:25:16.9305307Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/serialize/test/test_serialize.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/bundled_program/serialize/test 2025-03-21T20:25:16.9306007Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/serialize/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/bundled_program/serialize 2025-03-21T20:25:16.9306851Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/serialize/bundled_program_schema.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/bundled_program/serialize 2025-03-21T20:25:16.9307584Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/serialize/scalar_type.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/bundled_program/serialize 2025-03-21T20:25:16.9307871Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/bundled_program/test 2025-03-21T20:25:16.9308567Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/test/test_bundle_data.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/bundled_program/test 2025-03-21T20:25:16.9309340Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/test/test_config.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/bundled_program/test 2025-03-21T20:25:16.9310029Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/test/test_end2end.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/bundled_program/test 2025-03-21T20:25:16.9310316Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/bundled_program/util 2025-03-21T20:25:16.9310995Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/util/test_util.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/bundled_program/util 2025-03-21T20:25:16.9311615Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/config.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/bundled_program 2025-03-21T20:25:16.9312231Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/core.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/bundled_program 2025-03-21T20:25:16.9312856Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/bundled_program/version.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/bundled_program 2025-03-21T20:25:16.9313120Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/debug_format 2025-03-21T20:25:16.9313729Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/debug_format/base_schema.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/debug_format 2025-03-21T20:25:16.9314336Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/debug_format/et_schema.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/debug_format 2025-03-21T20:25:16.9314562Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/etdump 2025-03-21T20:25:16.9315165Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump/schema_flatcc.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/etdump 2025-03-21T20:25:16.9315790Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump/serialize.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/etdump 2025-03-21T20:25:16.9316050Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/etdump/tests 2025-03-21T20:25:16.9316697Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump/tests/serialize_test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/etdump/tests 2025-03-21T20:25:16.9317332Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump/etdump_schema_flatcc.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/etdump 2025-03-21T20:25:16.9317909Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etdump/scalar_type.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/etdump 2025-03-21T20:25:16.9318143Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/etrecord 2025-03-21T20:25:16.9318723Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etrecord/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/etrecord 2025-03-21T20:25:16.9319296Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etrecord/_etrecord.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/etrecord 2025-03-21T20:25:16.9319609Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/etrecord/tests 2025-03-21T20:25:16.9320275Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/etrecord/tests/etrecord_test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/etrecord/tests 2025-03-21T20:25:16.9320526Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/inspector 2025-03-21T20:25:16.9321100Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/inspector 2025-03-21T20:25:16.9321707Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/_inspector.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/inspector 2025-03-21T20:25:16.9322314Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/_inspector_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/inspector 2025-03-21T20:25:16.9322945Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/inspector_cli.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/inspector 2025-03-21T20:25:16.9323203Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/inspector/tests 2025-03-21T20:25:16.9323892Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/tests/event_blocks_test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/inspector/tests 2025-03-21T20:25:16.9324568Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/tests/inspector_test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/inspector/tests 2025-03-21T20:25:16.9325281Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/inspector/tests/inspector_utils_test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/inspector/tests 2025-03-21T20:25:16.9325547Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/size_analysis_tool 2025-03-21T20:25:16.9326234Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/size_analysis_tool/size_analysis_tool.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/size_analysis_tool 2025-03-21T20:25:16.9326938Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/size_analysis_tool/size_analysis_tool_test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/size_analysis_tool 2025-03-21T20:25:16.9327186Z creating pip-out/bdist.linux-x86_64/wheel/executorch/devtools/visualization 2025-03-21T20:25:16.9327811Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/visualization/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/visualization 2025-03-21T20:25:16.9328552Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/visualization/visualization_utils.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/visualization 2025-03-21T20:25:16.9329267Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/devtools/visualization/visualization_utils_test.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/devtools/visualization 2025-03-21T20:25:16.9329457Z creating pip-out/bdist.linux-x86_64/wheel/executorch/runtime 2025-03-21T20:25:16.9329933Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/runtime/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/runtime 2025-03-21T20:25:16.9330145Z creating pip-out/bdist.linux-x86_64/wheel/executorch/runtime/test 2025-03-21T20:25:16.9330697Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/runtime/test/test_runtime.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/runtime/test 2025-03-21T20:25:16.9330919Z creating pip-out/bdist.linux-x86_64/wheel/executorch/runtime/kernel 2025-03-21T20:25:16.9331151Z creating pip-out/bdist.linux-x86_64/wheel/executorch/runtime/kernel/test 2025-03-21T20:25:16.9331782Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/runtime/kernel/test/functions.yaml -> pip-out/bdist.linux-x86_64/wheel/./executorch/runtime/kernel/test 2025-03-21T20:25:16.9332009Z creating pip-out/bdist.linux-x86_64/wheel/executorch/util 2025-03-21T20:25:16.9332555Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/util/activation_memory_profiler.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/util 2025-03-21T20:25:16.9333011Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/util/collect_env.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/util 2025-03-21T20:25:16.9333502Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/util/python_profiler.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/util 2025-03-21T20:25:16.9333693Z creating pip-out/bdist.linux-x86_64/wheel/executorch/schema 2025-03-21T20:25:16.9334173Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/schema/program.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/schema 2025-03-21T20:25:16.9334656Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/schema/scalar_type.fbs -> pip-out/bdist.linux-x86_64/wheel/./executorch/schema 2025-03-21T20:25:16.9335077Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/version.py -> pip-out/bdist.linux-x86_64/wheel/./executorch 2025-03-21T20:25:16.9335260Z creating pip-out/bdist.linux-x86_64/wheel/executorch/share 2025-03-21T20:25:16.9335463Z creating pip-out/bdist.linux-x86_64/wheel/executorch/share/cmake 2025-03-21T20:25:16.9336064Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/share/cmake/executorch-config.cmake -> pip-out/bdist.linux-x86_64/wheel/./executorch/share/cmake 2025-03-21T20:25:16.9336254Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include 2025-03-21T20:25:16.9336503Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch 2025-03-21T20:25:16.9336762Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime 2025-03-21T20:25:16.9337053Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/core 2025-03-21T20:25:16.9337767Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/array_ref.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core 2025-03-21T20:25:16.9338495Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/data_loader.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core 2025-03-21T20:25:16.9339201Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/defines.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core 2025-03-21T20:25:16.9339901Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/error.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core 2025-03-21T20:25:16.9340794Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/evalue.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core 2025-03-21T20:25:16.9341531Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/event_tracer.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core 2025-03-21T20:25:16.9342270Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/event_tracer_hooks.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core 2025-03-21T20:25:16.9343068Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/event_tracer_hooks_delegate.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core 2025-03-21T20:25:16.9343812Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/freeable_buffer.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core 2025-03-21T20:25:16.9344609Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/hierarchical_allocator.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core 2025-03-21T20:25:16.9345404Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/memory_allocator.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core 2025-03-21T20:25:16.9346132Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/named_data_map.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core 2025-03-21T20:25:16.9346851Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/result.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core 2025-03-21T20:25:16.9347542Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/span.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core 2025-03-21T20:25:16.9348240Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/tag.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core 2025-03-21T20:25:16.9349039Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/tensor_layout.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core 2025-03-21T20:25:16.9349812Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/tensor_shape_dynamism.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core 2025-03-21T20:25:16.9350150Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/core/exec_aten 2025-03-21T20:25:16.9350954Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/exec_aten.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/exec_aten 2025-03-21T20:25:16.9351357Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/core/exec_aten/testing_util 2025-03-21T20:25:16.9352311Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/testing_util/tensor_factory.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/exec_aten/testing_util 2025-03-21T20:25:16.9353231Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/testing_util/tensor_util.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/exec_aten/testing_util 2025-03-21T20:25:16.9353603Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/core/exec_aten/util 2025-03-21T20:25:16.9354515Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/util/dim_order_util.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/exec_aten/util 2025-03-21T20:25:16.9355392Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/util/scalar_type_util.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/exec_aten/util 2025-03-21T20:25:16.9356281Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/util/tensor_dimension_limit.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/exec_aten/util 2025-03-21T20:25:16.9357178Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/util/tensor_shape_to_c_string.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/exec_aten/util 2025-03-21T20:25:16.9358017Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/util/tensor_util.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/exec_aten/util 2025-03-21T20:25:16.9358387Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:25:16.9359275Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/bfloat16.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:25:16.9360139Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/bfloat16_math.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:25:16.9360982Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/bits_types.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:25:16.9361836Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/complex.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:25:16.9362669Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/device.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:25:16.9363500Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/half.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:25:16.9364326Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/optional.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:25:16.9365175Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/qint_types.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:25:16.9366000Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/scalar.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:25:16.9366856Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/scalar_type.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:25:16.9367696Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/string_view.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:25:16.9368535Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/tensor.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:25:16.9369425Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/tensor_impl.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:25:16.9370304Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/tensor_options.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-03-21T20:25:16.9370678Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/core/portable_type/c10 2025-03-21T20:25:16.9371089Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/core/portable_type/c10/c10 2025-03-21T20:25:16.9371517Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/core/portable_type/c10/c10/macros 2025-03-21T20:25:16.9372509Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/macros/Export.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/macros 2025-03-21T20:25:16.9373526Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/macros/Macros.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/macros 2025-03-21T20:25:16.9373960Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:25:16.9374935Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16-inl.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:25:16.9375923Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16-math.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:25:16.9377073Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:25:16.9378049Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util/Half-inl.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:25:16.9378979Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util/Half.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:25:16.9380012Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util/TypeSafeSignMath.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:25:16.9380963Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util/bit_cast.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:25:16.9381990Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util/floating_point_utils.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:25:16.9382943Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util/irange.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-03-21T20:25:16.9383341Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/kernel 2025-03-21T20:25:16.9384107Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel/kernel_includes.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/kernel 2025-03-21T20:25:16.9384913Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel/kernel_runtime_context.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/kernel 2025-03-21T20:25:16.9385688Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel/operator_registry.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/kernel 2025-03-21T20:25:16.9386499Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel/thread_parallel_interface.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/kernel 2025-03-21T20:25:16.9386825Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/kernel/test 2025-03-21T20:25:16.9387619Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/kernel/test/test_util.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/kernel/test 2025-03-21T20:25:16.9495697Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/platform 2025-03-21T20:25:16.9496757Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/abort.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/platform 2025-03-21T20:25:16.9497526Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/assert.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/platform 2025-03-21T20:25:16.9498416Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/clock.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/platform 2025-03-21T20:25:16.9499274Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/compat_unistd.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/platform 2025-03-21T20:25:16.9500044Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/compiler.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/platform 2025-03-21T20:25:16.9500799Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/log.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/platform 2025-03-21T20:25:16.9501561Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/platform.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/platform 2025-03-21T20:25:16.9502321Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/profiler.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/platform 2025-03-21T20:25:16.9503087Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/runtime.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/platform 2025-03-21T20:25:16.9503829Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/system.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/platform 2025-03-21T20:25:16.9504576Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/types.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/platform 2025-03-21T20:25:16.9504907Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/runtime/platform/test 2025-03-21T20:25:16.9505823Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/runtime/platform/test/stub_platform.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/runtime/platform/test 2025-03-21T20:25:16.9506095Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/extension 2025-03-21T20:25:16.9506441Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/extension/kernel_util 2025-03-21T20:25:16.9507309Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/extension/kernel_util 2025-03-21T20:25:16.9508122Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/kernel_util/meta_programming.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/extension/kernel_util 2025-03-21T20:25:16.9508987Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/kernel_util/type_list.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/extension/kernel_util 2025-03-21T20:25:16.9509301Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/extension/tensor 2025-03-21T20:25:16.9510114Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/tensor/tensor.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/extension/tensor 2025-03-21T20:25:16.9510896Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/tensor/tensor_accessor.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/extension/tensor 2025-03-21T20:25:16.9511721Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/tensor/tensor_ptr.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/extension/tensor 2025-03-21T20:25:16.9512540Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/tensor/tensor_ptr_maker.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/extension/tensor 2025-03-21T20:25:16.9512892Z creating pip-out/bdist.linux-x86_64/wheel/executorch/include/executorch/extension/threadpool 2025-03-21T20:25:16.9513712Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/threadpool/cpuinfo_utils.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/extension/threadpool 2025-03-21T20:25:16.9514535Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/threadpool/threadpool.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/extension/threadpool 2025-03-21T20:25:16.9515367Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/include/executorch/extension/threadpool/threadpool_guard.h -> pip-out/bdist.linux-x86_64/wheel/./executorch/include/executorch/extension/threadpool 2025-03-21T20:25:16.9515564Z creating pip-out/bdist.linux-x86_64/wheel/executorch/data 2025-03-21T20:25:16.9515766Z creating pip-out/bdist.linux-x86_64/wheel/executorch/data/bin 2025-03-21T20:25:16.9516391Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/data/bin/__init__.py -> pip-out/bdist.linux-x86_64/wheel/./executorch/data/bin 2025-03-21T20:25:16.9516872Z copying pip-out/lib.linux-x86_64-cpython-310/executorch/data/bin/flatc -> pip-out/bdist.linux-x86_64/wheel/./executorch/data/bin 2025-03-21T20:25:16.9517002Z running install_egg_info 2025-03-21T20:25:16.9517441Z Copying executorch.egg-info to pip-out/bdist.linux-x86_64/wheel/./executorch-0.6.0a0+be92d7d-py3.10.egg-info 2025-03-21T20:25:16.9517549Z running install_scripts 2025-03-21T20:25:16.9517846Z creating pip-out/bdist.linux-x86_64/wheel/executorch-0.6.0a0+be92d7d.dist-info/WHEEL 2025-03-21T20:25:16.9518437Z creating '/tmp/pip-wheel-55edoam_/.tmp-pa3lb6kf/executorch-0.6.0a0+be92d7d-cp310-cp310-linux_x86_64.whl' and adding 'pip-out/bdist.linux-x86_64/wheel' to it 2025-03-21T20:25:16.9518575Z adding 'executorch/version.py' 2025-03-21T20:25:16.9518898Z adding 'executorch/backends/apple/coreml/executorchcoreml.pyi' 2025-03-21T20:25:16.9519146Z adding 'executorch/backends/apple/coreml/compiler/__init__.py' 2025-03-21T20:25:16.9519399Z adding 'executorch/backends/apple/coreml/compiler/coreml_preprocess.py' 2025-03-21T20:25:16.9519610Z adding 'executorch/backends/apple/coreml/partition/__init__.py' 2025-03-21T20:25:16.9519933Z adding 'executorch/backends/apple/coreml/partition/coreml_partitioner.py' 2025-03-21T20:25:16.9520138Z adding 'executorch/backends/apple/coreml/quantizer/__init__.py' 2025-03-21T20:25:16.9520390Z adding 'executorch/backends/apple/coreml/quantizer/coreml_quantizer.py' 2025-03-21T20:25:16.9520620Z adding 'executorch/backends/apple/coreml/runtime/inmemoryfs/setup.py' 2025-03-21T20:25:16.9520909Z adding 'executorch/backends/apple/coreml/runtime/test/export_stateful_model.py' 2025-03-21T20:25:16.9521160Z adding 'executorch/backends/apple/coreml/test/test_coreml_partitioner.py' 2025-03-21T20:25:16.9521401Z adding 'executorch/backends/apple/coreml/test/test_coreml_quantizer.py' 2025-03-21T20:25:16.9521567Z adding 'executorch/backends/apple/mps/__init__.py' 2025-03-21T20:25:16.9521747Z adding 'executorch/backends/apple/mps/mps_preprocess.py' 2025-03-21T20:25:16.9521951Z adding 'executorch/backends/apple/mps/operators/__init__.py' 2025-03-21T20:25:16.9522226Z adding 'executorch/backends/apple/mps/operators/activation_ops.py' 2025-03-21T20:25:16.9522442Z adding 'executorch/backends/apple/mps/operators/binary_ops.py' 2025-03-21T20:25:16.9522639Z adding 'executorch/backends/apple/mps/operators/clamp_ops.py' 2025-03-21T20:25:16.9522854Z adding 'executorch/backends/apple/mps/operators/constant_ops.py' 2025-03-21T20:25:16.9523093Z adding 'executorch/backends/apple/mps/operators/convolution_ops.py' 2025-03-21T20:25:16.9523306Z adding 'executorch/backends/apple/mps/operators/indexing_ops.py' 2025-03-21T20:25:16.9523611Z adding 'executorch/backends/apple/mps/operators/linear_algebra_ops.py' 2025-03-21T20:25:16.9523876Z adding 'executorch/backends/apple/mps/operators/node_visitor.py' 2025-03-21T20:25:16.9524152Z adding 'executorch/backends/apple/mps/operators/normalization_ops.py' 2025-03-21T20:25:16.9524359Z adding 'executorch/backends/apple/mps/operators/op_clone.py' 2025-03-21T20:25:16.9524559Z adding 'executorch/backends/apple/mps/operators/op_getitem.py' 2025-03-21T20:25:16.9524805Z adding 'executorch/backends/apple/mps/operators/op_quant_dequant.py' 2025-03-21T20:25:16.9525066Z adding 'executorch/backends/apple/mps/operators/op_skip_ops.py' 2025-03-21T20:25:16.9525270Z adding 'executorch/backends/apple/mps/operators/pad_ops.py' 2025-03-21T20:25:16.9525477Z adding 'executorch/backends/apple/mps/operators/pooling_ops.py' 2025-03-21T20:25:16.9525686Z adding 'executorch/backends/apple/mps/operators/range_ops.py' 2025-03-21T20:25:16.9525886Z adding 'executorch/backends/apple/mps/operators/reduce_ops.py' 2025-03-21T20:25:16.9526082Z adding 'executorch/backends/apple/mps/operators/shape_ops.py' 2025-03-21T20:25:16.9526293Z adding 'executorch/backends/apple/mps/operators/unary_ops.py' 2025-03-21T20:25:16.9526485Z adding 'executorch/backends/apple/mps/partition/__init__.py' 2025-03-21T20:25:16.9526728Z adding 'executorch/backends/apple/mps/partition/mps_partitioner.py' 2025-03-21T20:25:16.9526981Z adding 'executorch/backends/apple/mps/serialization/mps_graph_schema.py' 2025-03-21T20:25:16.9844335Z adding 'executorch/backends/apple/mps/serialization/mps_graph_serialize.py' 2025-03-21T20:25:16.9844557Z adding 'executorch/backends/apple/mps/serialization/schema.fbs' 2025-03-21T20:25:16.9844854Z adding 'executorch/backends/apple/mps/test/test_mps.py' 2025-03-21T20:25:16.9845214Z adding 'executorch/backends/apple/mps/test/test_mps_binary_ops.py' 2025-03-21T20:25:16.9845644Z adding 'executorch/backends/apple/mps/test/test_mps_indexing_ops.py' 2025-03-21T20:25:16.9846030Z adding 'executorch/backends/apple/mps/test/test_mps_linear.py' 2025-03-21T20:25:16.9846578Z adding 'executorch/backends/apple/mps/test/test_mps_models.py' 2025-03-21T20:25:16.9846999Z adding 'executorch/backends/apple/mps/test/test_mps_unary_ops.py' 2025-03-21T20:25:16.9847353Z adding 'executorch/backends/apple/mps/test/test_mps_utils.py' 2025-03-21T20:25:16.9847598Z adding 'executorch/backends/apple/mps/utils/mps_utils.py' 2025-03-21T20:25:16.9847790Z adding 'executorch/backends/apple/mps/utils/quant_utils.py' 2025-03-21T20:25:16.9847936Z adding 'executorch/backends/arm/arm_backend.py' 2025-03-21T20:25:16.9848085Z adding 'executorch/backends/arm/arm_vela.py' 2025-03-21T20:25:16.9848236Z adding 'executorch/backends/arm/ethosu_backend.py' 2025-03-21T20:25:16.9848417Z adding 'executorch/backends/arm/ethosu_partitioner.py' 2025-03-21T20:25:16.9848564Z adding 'executorch/backends/arm/process_node.py' 2025-03-21T20:25:16.9848715Z adding 'executorch/backends/arm/tosa_backend.py' 2025-03-21T20:25:16.9848856Z adding 'executorch/backends/arm/tosa_mapping.py' 2025-03-21T20:25:16.9849020Z adding 'executorch/backends/arm/tosa_partitioner.py' 2025-03-21T20:25:16.9849186Z adding 'executorch/backends/arm/tosa_quant_utils.py' 2025-03-21T20:25:16.9849352Z adding 'executorch/backends/arm/tosa_specification.py' 2025-03-21T20:25:16.9849505Z adding 'executorch/backends/arm/tosa_utils.py' 2025-03-21T20:25:16.9849712Z adding 'executorch/backends/arm/_passes/_debug_passes.py' 2025-03-21T20:25:16.9850076Z adding 'executorch/backends/arm/_passes/annotate_channels_last_dim_order_pass.py' 2025-03-21T20:25:16.9850311Z adding 'executorch/backends/arm/_passes/annotate_decomposed_matmul.py' 2025-03-21T20:25:16.9850511Z adding 'executorch/backends/arm/_passes/arm_pass_manager.py' 2025-03-21T20:25:16.9850689Z adding 'executorch/backends/arm/_passes/arm_pass_utils.py' 2025-03-21T20:25:16.9850884Z adding 'executorch/backends/arm/_passes/cast_int64_pass.py' 2025-03-21T20:25:16.9851094Z adding 'executorch/backends/arm/_passes/conv1d_unsqueeze_pass.py' 2025-03-21T20:25:16.9851356Z adding 'executorch/backends/arm/_passes/convert_any_default_dim_dims_pass.py' 2025-03-21T20:25:16.9851609Z adding 'executorch/backends/arm/_passes/convert_expand_copy_to_repeat.py' 2025-03-21T20:25:16.9851852Z adding 'executorch/backends/arm/_passes/convert_full_like_to_full_pass.py' 2025-03-21T20:25:16.9852065Z adding 'executorch/backends/arm/_passes/convert_minmax_pass.py' 2025-03-21T20:25:16.9852280Z adding 'executorch/backends/arm/_passes/convert_split_to_slice.py' 2025-03-21T20:25:16.9852513Z adding 'executorch/backends/arm/_passes/convert_squeezes_to_view.py' 2025-03-21T20:25:16.9852700Z adding 'executorch/backends/arm/_passes/convert_to_clamp.py' 2025-03-21T20:25:16.9852926Z adding 'executorch/backends/arm/_passes/decompose_batchnorm_pass.py' 2025-03-21T20:25:16.9853131Z adding 'executorch/backends/arm/_passes/decompose_div_pass.py' 2025-03-21T20:25:16.9853353Z adding 'executorch/backends/arm/_passes/decompose_layernorm_pass.py' 2025-03-21T20:25:16.9853574Z adding 'executorch/backends/arm/_passes/decompose_linear_pass.py' 2025-03-21T20:25:16.9853791Z adding 'executorch/backends/arm/_passes/decompose_meandim_pass.py' 2025-03-21T20:25:16.9853992Z adding 'executorch/backends/arm/_passes/decompose_select.py' 2025-03-21T20:25:16.9854205Z adding 'executorch/backends/arm/_passes/decompose_softmax_pass.py' 2025-03-21T20:25:16.9854461Z adding 'executorch/backends/arm/_passes/decompose_softmax_unstable_pass.py' 2025-03-21T20:25:16.9854670Z adding 'executorch/backends/arm/_passes/decompose_var_pass.py' 2025-03-21T20:25:16.9854939Z adding 'executorch/backends/arm/_passes/fold_qdq_with_annotated_qparams_pass.py' 2025-03-21T20:25:16.9855165Z adding 'executorch/backends/arm/_passes/fuse_batchnorm2d_pass.py' 2025-03-21T20:25:16.9855376Z adding 'executorch/backends/arm/_passes/fuse_constant_ops_pass.py' 2025-03-21T20:25:16.9855632Z adding 'executorch/backends/arm/_passes/fuse_quantized_activation_pass.py' 2025-03-21T20:25:16.9855837Z adding 'executorch/backends/arm/_passes/insert_rescales_pass.py' 2025-03-21T20:25:16.9856088Z adding 'executorch/backends/arm/_passes/insert_table_ops.py' 2025-03-21T20:25:16.9856421Z adding 'executorch/backends/arm/_passes/keep_dims_false_to_squeeze_pass.py' 2025-03-21T20:25:16.9856626Z adding 'executorch/backends/arm/_passes/match_arg_ranks_pass.py' 2025-03-21T20:25:16.9856872Z adding 'executorch/backends/arm/_passes/meandim_to_averagepool_pass.py' 2025-03-21T20:25:16.9857056Z adding 'executorch/backends/arm/_passes/mm_to_bmm_pass.py' 2025-03-21T20:25:16.9857257Z adding 'executorch/backends/arm/_passes/remove_clone_pass.py' 2025-03-21T20:25:16.9857481Z adding 'executorch/backends/arm/_passes/scalars_to_attribute_pass.py' 2025-03-21T20:25:16.9857697Z adding 'executorch/backends/arm/_passes/size_adjust_conv2d_pass.py' 2025-03-21T20:25:16.9857947Z adding 'executorch/backends/arm/_passes/unsqueeze_before_repeat_pass.py' 2025-03-21T20:25:16.9858208Z adding 'executorch/backends/arm/_passes/unsqueeze_scalar_placeholders_pass.py' 2025-03-21T20:25:16.9858418Z adding 'executorch/backends/arm/operator_support/__init__.py' 2025-03-21T20:25:16.9858741Z adding 'executorch/backends/arm/operator_support/convolution_support.py' 2025-03-21T20:25:16.9858991Z adding 'executorch/backends/arm/operator_support/minmax_support.py' 2025-03-21T20:25:16.9859218Z adding 'executorch/backends/arm/operator_support/pool_2d_support.py' 2025-03-21T20:25:16.9859507Z adding 'executorch/backends/arm/operator_support/reduce_sum_support.py' 2025-03-21T20:25:16.9859765Z adding 'executorch/backends/arm/operator_support/right_shift_support.py' 2025-03-21T20:25:16.9860002Z adding 'executorch/backends/arm/operator_support/slice_copy_support.py' 2025-03-21T20:25:16.9860239Z adding 'executorch/backends/arm/operator_support/to_copy_support.py' 2025-03-21T20:25:16.9860506Z adding 'executorch/backends/arm/operator_support/tosa_supported_operators.py' 2025-03-21T20:25:16.9860687Z adding 'executorch/backends/arm/operators/__init__.py' 2025-03-21T20:25:16.9860873Z adding 'executorch/backends/arm/operators/node_visitor.py' 2025-03-21T20:25:16.9861033Z adding 'executorch/backends/arm/operators/op_abs.py' 2025-03-21T20:25:16.9861202Z adding 'executorch/backends/arm/operators/op_add.py' 2025-03-21T20:25:16.9861427Z adding 'executorch/backends/arm/operators/op_amax.py' 2025-03-21T20:25:16.9861649Z adding 'executorch/backends/arm/operators/op_amin.py' 2025-03-21T20:25:16.9861855Z adding 'executorch/backends/arm/operators/op_any.py' 2025-03-21T20:25:16.9862054Z adding 'executorch/backends/arm/operators/op_avg_pool2d.py' 2025-03-21T20:25:16.9862210Z adding 'executorch/backends/arm/operators/op_bmm.py' 2025-03-21T20:25:16.9862365Z adding 'executorch/backends/arm/operators/op_cat.py' 2025-03-21T20:25:16.9862541Z adding 'executorch/backends/arm/operators/op_clamp.py' 2025-03-21T20:25:16.9862749Z adding 'executorch/backends/arm/operators/op_constant_pad_nd.py' 2025-03-21T20:25:16.9862935Z adding 'executorch/backends/arm/operators/op_conv2d.py' 2025-03-21T20:25:16.9863139Z adding 'executorch/backends/arm/operators/op_eq.py' 2025-03-21T20:25:16.9863353Z adding 'executorch/backends/arm/operators/op_exp.py' 2025-03-21T20:25:16.9863559Z adding 'executorch/backends/arm/operators/op_full.py' 2025-03-21T20:25:16.9863711Z adding 'executorch/backends/arm/operators/op_ge.py' 2025-03-21T20:25:16.9863899Z adding 'executorch/backends/arm/operators/op_get_item.py' 2025-03-21T20:25:16.9864054Z adding 'executorch/backends/arm/operators/op_gt.py' 2025-03-21T20:25:16.9864215Z adding 'executorch/backends/arm/operators/op_le.py' 2025-03-21T20:25:16.9864371Z adding 'executorch/backends/arm/operators/op_log.py' 2025-03-21T20:25:16.9864530Z adding 'executorch/backends/arm/operators/op_lt.py' 2025-03-21T20:25:16.9864712Z adding 'executorch/backends/arm/operators/op_max_pool2d.py' 2025-03-21T20:25:16.9864886Z adding 'executorch/backends/arm/operators/op_maximum.py' 2025-03-21T20:25:16.9865080Z adding 'executorch/backends/arm/operators/op_minimum.py' 2025-03-21T20:25:16.9865392Z adding 'executorch/backends/arm/operators/op_mul.py' 2025-03-21T20:25:16.9865631Z adding 'executorch/backends/arm/operators/op_permute.py' 2025-03-21T20:25:16.9865862Z adding 'executorch/backends/arm/operators/op_reciprocal.py' 2025-03-21T20:25:16.9866034Z adding 'executorch/backends/arm/operators/op_repeat.py' 2025-03-21T20:25:16.9866216Z adding 'executorch/backends/arm/operators/op_rescale.py' 2025-03-21T20:25:16.9866390Z adding 'executorch/backends/arm/operators/op_rshift.py' 2025-03-21T20:25:16.9866565Z adding 'executorch/backends/arm/operators/op_rsqrt.py' 2025-03-21T20:25:16.9866737Z adding 'executorch/backends/arm/operators/op_sigmoid.py' 2025-03-21T20:25:16.9866913Z adding 'executorch/backends/arm/operators/op_slice.py' 2025-03-21T20:25:16.9867070Z adding 'executorch/backends/arm/operators/op_sub.py' 2025-03-21T20:25:16.9867225Z adding 'executorch/backends/arm/operators/op_sum.py' 2025-03-21T20:25:16.9867402Z adding 'executorch/backends/arm/operators/op_table.py' 2025-03-21T20:25:16.9867671Z adding 'executorch/backends/arm/operators/op_tanh.py' 2025-03-21T20:25:16.9867909Z adding 'executorch/backends/arm/operators/op_to_copy.py' 2025-03-21T20:25:16.9868174Z adding 'executorch/backends/arm/operators/op_to_dim_order_copy.py' 2025-03-21T20:25:16.9868367Z adding 'executorch/backends/arm/operators/op_transpose.py' 2025-03-21T20:25:16.9868666Z adding 'executorch/backends/arm/operators/op_upsample_nearest2d.py' 2025-03-21T20:25:16.9868826Z adding 'executorch/backends/arm/operators/op_view.py' 2025-03-21T20:25:16.9869097Z adding 'executorch/backends/arm/operators/ops_binary.py' 2025-03-21T20:25:16.9869268Z adding 'executorch/backends/arm/operators/ops_unary.py' 2025-03-21T20:25:16.9869445Z adding 'executorch/backends/arm/quantizer/__init__.py' 2025-03-21T20:25:16.9869627Z adding 'executorch/backends/arm/quantizer/arm_quantizer.py' 2025-03-21T20:25:16.9869852Z adding 'executorch/backends/arm/quantizer/arm_quantizer_utils.py' 2025-03-21T20:25:16.9870162Z adding 'executorch/backends/arm/quantizer/quantization_annotator.py' 2025-03-21T20:25:16.9870457Z adding 'executorch/backends/arm/quantizer/quantization_config.py' 2025-03-21T20:25:16.9870662Z adding 'executorch/backends/arm/test/common.py' 2025-03-21T20:25:16.9870809Z adding 'executorch/backends/arm/test/conftest.py' 2025-03-21T20:25:16.9870982Z adding 'executorch/backends/arm/test/runner_utils.py' 2025-03-21T20:25:16.9871136Z adding 'executorch/backends/arm/test/test_model.py' 2025-03-21T20:25:16.9871370Z adding 'executorch/backends/arm/test/misc/test_custom_partition.py' 2025-03-21T20:25:16.9871567Z adding 'executorch/backends/arm/test/misc/test_debug_feats.py' 2025-03-21T20:25:16.9871784Z adding 'executorch/backends/arm/test/misc/test_dim_order_guards.py' 2025-03-21T20:25:16.9872004Z adding 'executorch/backends/arm/test/misc/test_lifted_tensor.py' 2025-03-21T20:25:16.9872220Z adding 'executorch/backends/arm/test/misc/test_model_evaluator.py' 2025-03-21T20:25:16.9872460Z adding 'executorch/backends/arm/test/misc/test_multiple_delegates.py' 2025-03-21T20:25:17.0143228Z adding 'executorch/backends/arm/test/misc/test_multiple_outputs.py' 2025-03-21T20:25:17.0143859Z adding 'executorch/backends/arm/test/misc/test_partition_decomposed_quantized_ops.py' 2025-03-21T20:25:17.0144190Z adding 'executorch/backends/arm/test/misc/test_tosa_spec.py' 2025-03-21T20:25:17.0144501Z adding 'executorch/backends/arm/test/models/test_conformer.py' 2025-03-21T20:25:17.0144692Z adding 'executorch/backends/arm/test/models/test_dl3_arm.py' 2025-03-21T20:25:17.0144884Z adding 'executorch/backends/arm/test/models/test_llama.py' 2025-03-21T20:25:17.0145145Z adding 'executorch/backends/arm/test/models/test_lstm_arm.py' 2025-03-21T20:25:17.0145464Z adding 'executorch/backends/arm/test/models/test_mobilenet_v2_arm.py' 2025-03-21T20:25:17.0145850Z adding 'executorch/backends/arm/test/models/test_nn_functional.py' 2025-03-21T20:25:17.0146215Z adding 'executorch/backends/arm/test/models/test_nn_modules.py' 2025-03-21T20:25:17.0146867Z adding 'executorch/backends/arm/test/models/test_torch_functions.py' 2025-03-21T20:25:17.0147204Z adding 'executorch/backends/arm/test/models/test_w2l_arm.py' 2025-03-21T20:25:17.0147506Z adding 'executorch/backends/arm/test/ops/test_abs.py' 2025-03-21T20:25:17.0147775Z adding 'executorch/backends/arm/test/ops/test_add.py' 2025-03-21T20:25:17.0148067Z adding 'executorch/backends/arm/test/ops/test_amax.py' 2025-03-21T20:25:17.0148380Z adding 'executorch/backends/arm/test/ops/test_amin.py' 2025-03-21T20:25:17.0148665Z adding 'executorch/backends/arm/test/ops/test_any.py' 2025-03-21T20:25:17.0149120Z adding 'executorch/backends/arm/test/ops/test_avg_pool2d.py' 2025-03-21T20:25:17.0149465Z adding 'executorch/backends/arm/test/ops/test_batch_norm.py' 2025-03-21T20:25:17.0149803Z adding 'executorch/backends/arm/test/ops/test_bitwise.py' 2025-03-21T20:25:17.0150002Z adding 'executorch/backends/arm/test/ops/test_bmm.py' 2025-03-21T20:25:17.0150209Z adding 'executorch/backends/arm/test/ops/test_cat.py' 2025-03-21T20:25:17.0150504Z adding 'executorch/backends/arm/test/ops/test_clamp.py' 2025-03-21T20:25:17.0150789Z adding 'executorch/backends/arm/test/ops/test_clone.py' 2025-03-21T20:25:17.0151176Z adding 'executorch/backends/arm/test/ops/test_constant_pad_nd.py' 2025-03-21T20:25:17.0151485Z adding 'executorch/backends/arm/test/ops/test_conv1d.py' 2025-03-21T20:25:17.0151997Z adding 'executorch/backends/arm/test/ops/test_conv2d.py' 2025-03-21T20:25:17.0152351Z adding 'executorch/backends/arm/test/ops/test_conv_combos.py' 2025-03-21T20:25:17.0152714Z adding 'executorch/backends/arm/test/ops/test_depthwise_conv.py' 2025-03-21T20:25:17.0153009Z adding 'executorch/backends/arm/test/ops/test_div.py' 2025-03-21T20:25:17.0153294Z adding 'executorch/backends/arm/test/ops/test_eq.py' 2025-03-21T20:25:17.0153597Z adding 'executorch/backends/arm/test/ops/test_exp.py' 2025-03-21T20:25:17.0153917Z adding 'executorch/backends/arm/test/ops/test_expand.py' 2025-03-21T20:25:17.0154249Z adding 'executorch/backends/arm/test/ops/test_floor.py' 2025-03-21T20:25:17.0154538Z adding 'executorch/backends/arm/test/ops/test_full.py' 2025-03-21T20:25:17.0154748Z adding 'executorch/backends/arm/test/ops/test_ge.py' 2025-03-21T20:25:17.0154995Z adding 'executorch/backends/arm/test/ops/test_gt.py' 2025-03-21T20:25:17.0155341Z adding 'executorch/backends/arm/test/ops/test_hardsigmoid.py' 2025-03-21T20:25:17.0155695Z adding 'executorch/backends/arm/test/ops/test_hardswish.py' 2025-03-21T20:25:17.0156037Z adding 'executorch/backends/arm/test/ops/test_hardtanh.py' 2025-03-21T20:25:17.0156392Z adding 'executorch/backends/arm/test/ops/test_layer_norm.py' 2025-03-21T20:25:17.0156673Z adding 'executorch/backends/arm/test/ops/test_le.py' 2025-03-21T20:25:17.0156941Z adding 'executorch/backends/arm/test/ops/test_linear.py' 2025-03-21T20:25:17.0157144Z adding 'executorch/backends/arm/test/ops/test_log.py' 2025-03-21T20:25:17.0157453Z adding 'executorch/backends/arm/test/ops/test_logical.py' 2025-03-21T20:25:17.0157820Z adding 'executorch/backends/arm/test/ops/test_logsoftmax.py' 2025-03-21T20:25:17.0158105Z adding 'executorch/backends/arm/test/ops/test_lt.py' 2025-03-21T20:25:17.0158456Z adding 'executorch/backends/arm/test/ops/test_max_pool.py' 2025-03-21T20:25:17.0158776Z adding 'executorch/backends/arm/test/ops/test_maximum.py' 2025-03-21T20:25:17.0159097Z adding 'executorch/backends/arm/test/ops/test_mean_dim.py' 2025-03-21T20:25:17.0159326Z adding 'executorch/backends/arm/test/ops/test_minimum.py' 2025-03-21T20:25:17.0159486Z adding 'executorch/backends/arm/test/ops/test_mm.py' 2025-03-21T20:25:17.0159726Z adding 'executorch/backends/arm/test/ops/test_mul.py' 2025-03-21T20:25:17.0160011Z adding 'executorch/backends/arm/test/ops/test_permute.py' 2025-03-21T20:25:17.0160334Z adding 'executorch/backends/arm/test/ops/test_reciprocal.py' 2025-03-21T20:25:17.0160638Z adding 'executorch/backends/arm/test/ops/test_relu.py' 2025-03-21T20:25:17.0161092Z adding 'executorch/backends/arm/test/ops/test_repeat.py' 2025-03-21T20:25:17.0161416Z adding 'executorch/backends/arm/test/ops/test_rshift.py' 2025-03-21T20:25:17.0161715Z adding 'executorch/backends/arm/test/ops/test_rsqrt.py' 2025-03-21T20:25:17.0162032Z adding 'executorch/backends/arm/test/ops/test_scalars.py' 2025-03-21T20:25:17.0162331Z adding 'executorch/backends/arm/test/ops/test_select.py' 2025-03-21T20:25:17.0162654Z adding 'executorch/backends/arm/test/ops/test_sigmoid.py' 2025-03-21T20:25:17.0163041Z adding 'executorch/backends/arm/test/ops/test_sigmoid_16bit.py' 2025-03-21T20:25:17.0163419Z adding 'executorch/backends/arm/test/ops/test_sigmoid_32bit.py' 2025-03-21T20:25:17.0163736Z adding 'executorch/backends/arm/test/ops/test_slice.py' 2025-03-21T20:25:17.0164039Z adding 'executorch/backends/arm/test/ops/test_softmax.py' 2025-03-21T20:25:17.0164356Z adding 'executorch/backends/arm/test/ops/test_split.py' 2025-03-21T20:25:17.0164677Z adding 'executorch/backends/arm/test/ops/test_squeeze.py' 2025-03-21T20:25:17.0164978Z adding 'executorch/backends/arm/test/ops/test_sub.py' 2025-03-21T20:25:17.0165284Z adding 'executorch/backends/arm/test/ops/test_sum.py' 2025-03-21T20:25:17.0165586Z adding 'executorch/backends/arm/test/ops/test_tanh.py' 2025-03-21T20:25:17.0165910Z adding 'executorch/backends/arm/test/ops/test_to_copy.py' 2025-03-21T20:25:17.0166414Z adding 'executorch/backends/arm/test/ops/test_unsqueeze.py' 2025-03-21T20:25:17.0166865Z adding 'executorch/backends/arm/test/ops/test_upsample_nearest2d.py' 2025-03-21T20:25:17.0167162Z adding 'executorch/backends/arm/test/ops/test_var.py' 2025-03-21T20:25:17.0167462Z adding 'executorch/backends/arm/test/ops/test_view.py' 2025-03-21T20:25:17.0167872Z adding 'executorch/backends/arm/test/passes/test_cast_int64_pass.py' 2025-03-21T20:25:17.0168115Z adding 'executorch/backends/arm/test/passes/test_convert_to_clamp.py' 2025-03-21T20:25:17.0168345Z adding 'executorch/backends/arm/test/passes/test_fold_qdq_pass.py' 2025-03-21T20:25:17.0168621Z adding 'executorch/backends/arm/test/passes/test_fuse_batchnorm_pass.py' 2025-03-21T20:25:17.0168891Z adding 'executorch/backends/arm/test/passes/test_fuse_constant_ops_pass.py' 2025-03-21T20:25:17.0169245Z adding 'executorch/backends/arm/test/passes/test_insert_table_ops_pass.py' 2025-03-21T20:25:17.0169703Z adding 'executorch/backends/arm/test/passes/test_ioquantization_pass.py' 2025-03-21T20:25:17.0170224Z adding 'executorch/backends/arm/test/passes/test_meandim_to_averagepool2d.py' 2025-03-21T20:25:17.0170616Z adding 'executorch/backends/arm/test/passes/test_rescale_pass.py' 2025-03-21T20:25:17.0171112Z adding 'executorch/backends/arm/test/passes/test_unsqueeze_before_repeat_pass.py' 2025-03-21T20:25:17.0171371Z adding 'executorch/backends/arm/test/quantizer/test_generic_annotater.py' 2025-03-21T20:25:17.0171562Z adding 'executorch/backends/arm/test/tester/__init__.py' 2025-03-21T20:25:17.0171787Z adding 'executorch/backends/arm/test/tester/analyze_output_utils.py' 2025-03-21T20:25:17.0171991Z adding 'executorch/backends/arm/test/tester/arm_tester.py' 2025-03-21T20:25:17.0172188Z adding 'executorch/backends/arm/test/tester/test_pipeline.py' 2025-03-21T20:25:17.0172366Z adding 'executorch/backends/arm/test/tosautil/__init__.py' 2025-03-21T20:25:17.0172765Z adding 'executorch/backends/arm/third-party/serialization_lib/setup.py' 2025-03-21T20:25:17.0173388Z adding 'executorch/backends/arm/third-party/serialization_lib/python/serializer/__init__.py' 2025-03-21T20:25:17.0174108Z adding 'executorch/backends/arm/third-party/serialization_lib/python/serializer/tosa_serializer.py' 2025-03-21T20:25:17.0174717Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ArithmeticRightShiftAttribute.py' 2025-03-21T20:25:17.0175042Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/Attribute.py' 2025-03-21T20:25:17.0175407Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/AxisAttribute.py' 2025-03-21T20:25:17.0176332Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ClampAttribute.py' 2025-03-21T20:25:17.0176980Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/CondIfAttribute.py' 2025-03-21T20:25:17.0177574Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ConvAttribute.py' 2025-03-21T20:25:17.0177967Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/CustomAttribute.py' 2025-03-21T20:25:17.0178258Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/DType.py' 2025-03-21T20:25:17.0178593Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/FFTAttribute.py' 2025-03-21T20:25:17.0178975Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/FullyConnectedAttribute.py' 2025-03-21T20:25:17.0179502Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/MatMulAttribute.py' 2025-03-21T20:25:17.0180109Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/MulAttribute.py' 2025-03-21T20:25:17.0180767Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/NegateAttribute.py' 2025-03-21T20:25:17.0181223Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/Op.py' 2025-03-21T20:25:17.0181760Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/PadAttribute.py' 2025-03-21T20:25:17.0182386Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/PoolAttribute.py' 2025-03-21T20:25:17.0183017Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/RFFTAttribute.py' 2025-03-21T20:25:17.0183627Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/RescaleAttribute.py' 2025-03-21T20:25:17.0183979Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ReshapeAttribute.py' 2025-03-21T20:25:17.0184331Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ResizeAttribute.py' 2025-03-21T20:25:17.0184651Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ResizeMode.py' 2025-03-21T20:25:17.0184997Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/SliceAttribute.py' 2025-03-21T20:25:17.0514442Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TableAttribute.py' 2025-03-21T20:25:17.0515051Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TileAttribute.py' 2025-03-21T20:25:17.0515622Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaBasicBlock.py' 2025-03-21T20:25:17.0515934Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaGraph.py' 2025-03-21T20:25:17.0516317Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaOperator.py' 2025-03-21T20:25:17.0516747Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaRegion.py' 2025-03-21T20:25:17.0517077Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaTensor.py' 2025-03-21T20:25:17.0517433Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TransposeAttribute.py' 2025-03-21T20:25:17.0517819Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TransposeConvAttribute.py' 2025-03-21T20:25:17.0518117Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/Version.py' 2025-03-21T20:25:17.0518512Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/WhileLoopAttribute.py' 2025-03-21T20:25:17.0518810Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/__init__.py' 2025-03-21T20:25:17.0519091Z adding 'executorch/backends/arm/third-party/serialization_lib/schema/tosa.fbs' 2025-03-21T20:25:17.0519428Z adding 'executorch/backends/arm/third-party/serialization_lib/test/scripts/test_npy_fileio.py' 2025-03-21T20:25:17.0519800Z adding 'executorch/backends/arm/third-party/serialization_lib/test/scripts/xunit/xunit.py' 2025-03-21T20:25:17.0520236Z adding 'executorch/backends/arm/util/arm_model_evaluator.py' 2025-03-21T20:25:17.0520431Z adding 'executorch/backends/cadence/aot/__init__.py' 2025-03-21T20:25:17.0520685Z adding 'executorch/backends/cadence/aot/compiler.py' 2025-03-21T20:25:17.0520978Z adding 'executorch/backends/cadence/aot/compiler_utils.py' 2025-03-21T20:25:17.0521303Z adding 'executorch/backends/cadence/aot/export_example.py' 2025-03-21T20:25:17.0521586Z adding 'executorch/backends/cadence/aot/functions.yaml' 2025-03-21T20:25:17.0521948Z adding 'executorch/backends/cadence/aot/functions_fusion_g3.yaml' 2025-03-21T20:25:17.0522304Z adding 'executorch/backends/cadence/aot/functions_hifi.yaml' 2025-03-21T20:25:17.0522578Z adding 'executorch/backends/cadence/aot/fuse_ops.py' 2025-03-21T20:25:17.0522903Z adding 'executorch/backends/cadence/aot/graph_builder.py' 2025-03-21T20:25:17.0523232Z adding 'executorch/backends/cadence/aot/memory_constraints.py' 2025-03-21T20:25:17.0523581Z adding 'executorch/backends/cadence/aot/memory_planning.py' 2025-03-21T20:25:17.0523938Z adding 'executorch/backends/cadence/aot/ops_registrations.py' 2025-03-21T20:25:17.0524254Z adding 'executorch/backends/cadence/aot/pass_utils.py' 2025-03-21T20:25:17.0524543Z adding 'executorch/backends/cadence/aot/passes.py' 2025-03-21T20:25:17.0525101Z adding 'executorch/backends/cadence/aot/ref_implementations.py' 2025-03-21T20:25:17.0525418Z adding 'executorch/backends/cadence/aot/remove_ops.py' 2025-03-21T20:25:17.0525723Z adding 'executorch/backends/cadence/aot/reorder_ops.py' 2025-03-21T20:25:17.0526039Z adding 'executorch/backends/cadence/aot/replace_ops.py' 2025-03-21T20:25:17.0526369Z adding 'executorch/backends/cadence/aot/simplify_ops.py' 2025-03-21T20:25:17.0526631Z adding 'executorch/backends/cadence/aot/utils.py' 2025-03-21T20:25:17.0527031Z adding 'executorch/backends/cadence/aot/quantizer/fusion_pass.py' 2025-03-21T20:25:17.0527398Z adding 'executorch/backends/cadence/aot/quantizer/patterns.py' 2025-03-21T20:25:17.0527788Z adding 'executorch/backends/cadence/aot/quantizer/quantizer.py' 2025-03-21T20:25:17.0528133Z adding 'executorch/backends/cadence/aot/quantizer/utils.py' 2025-03-21T20:25:17.0528611Z adding 'executorch/backends/cadence/aot/tests/test_fusion_ops_passes.py' 2025-03-21T20:25:17.0529026Z adding 'executorch/backends/cadence/aot/tests/test_graph_builder.py' 2025-03-21T20:25:17.0529436Z adding 'executorch/backends/cadence/aot/tests/test_memory_passes.py' 2025-03-21T20:25:17.0529847Z adding 'executorch/backends/cadence/aot/tests/test_pass_filter.py' 2025-03-21T20:25:17.0530316Z adding 'executorch/backends/cadence/aot/tests/test_remove_ops_passes.py' 2025-03-21T20:25:17.0530784Z adding 'executorch/backends/cadence/aot/tests/test_reorder_ops_passes.py' 2025-03-21T20:25:17.0531235Z adding 'executorch/backends/cadence/aot/tests/test_replace_ops_passes.py' 2025-03-21T20:25:17.0531865Z adding 'executorch/backends/cadence/aot/tests/test_simplify_ops_passes.py' 2025-03-21T20:25:17.0532203Z adding 'executorch/backends/cadence/runtime/__init__.py' 2025-03-21T20:25:17.0532521Z adding 'executorch/backends/cadence/runtime/executor.py' 2025-03-21T20:25:17.0532835Z adding 'executorch/backends/cadence/runtime/runtime.py' 2025-03-21T20:25:17.0533121Z adding 'executorch/backends/cadence/runtime/utils.py' 2025-03-21T20:25:17.0533456Z adding 'executorch/backends/cadence/utils/facto_util.py' 2025-03-21T20:25:17.0533780Z adding 'executorch/backends/cadence/utils/gen_header.py' 2025-03-21T20:25:17.0534169Z adding 'executorch/backends/cadence/utils/post_compilation.py' 2025-03-21T20:25:17.0534488Z adding 'executorch/backends/cadence/utils/FACTO/setup.py' 2025-03-21T20:25:17.0534934Z adding 'executorch/backends/cadence/utils/FACTO/calibrator/__init__.py' 2025-03-21T20:25:17.0535382Z adding 'executorch/backends/cadence/utils/FACTO/calibrator/runner.py' 2025-03-21T20:25:17.0535820Z adding 'executorch/backends/cadence/utils/FACTO/examples/example.py' 2025-03-21T20:25:17.0536457Z adding 'executorch/backends/cadence/utils/FACTO/examples/minimal_example.py' 2025-03-21T20:25:17.0536917Z adding 'executorch/backends/cadence/utils/FACTO/examples/random_seed.py' 2025-03-21T20:25:17.0537340Z adding 'executorch/backends/cadence/utils/FACTO/facto/__init__.py' 2025-03-21T20:25:17.0537841Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/__init__.py' 2025-03-21T20:25:17.0538395Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple/__init__.py' 2025-03-21T20:25:17.0538970Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple/engine.py' 2025-03-21T20:25:17.0539512Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple/gen.py' 2025-03-21T20:25:17.0540077Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/__init__.py' 2025-03-21T20:25:17.0540627Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/engine.py' 2025-03-21T20:25:17.0541180Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/gen.py' 2025-03-21T20:25:17.0541717Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/type.py' 2025-03-21T20:25:17.0542192Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/__init__.py' 2025-03-21T20:25:17.0542871Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/engine.py' 2025-03-21T20:25:17.0543442Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/model.py' 2025-03-21T20:25:17.0543972Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/solve.py' 2025-03-21T20:25:17.0544267Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/specs/__init__.py' 2025-03-21T20:25:17.0544554Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/specs/model.py' 2025-03-21T20:25:17.0545017Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/utils/__init__.py' 2025-03-21T20:25:17.0545639Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/utils/random_manager.py' 2025-03-21T20:25:17.0546214Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/__init__.py' 2025-03-21T20:25:17.0546778Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/constants.py' 2025-03-21T20:25:17.0547328Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/gen.py' 2025-03-21T20:25:17.0547887Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/solve.py' 2025-03-21T20:25:17.0548416Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/space.py' 2025-03-21T20:25:17.0548753Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/type.py' 2025-03-21T20:25:17.0549377Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/utils.py' 2025-03-21T20:25:17.0549806Z adding 'executorch/backends/cadence/utils/FACTO/facto/specdb/db.py' 2025-03-21T20:25:17.0550300Z adding 'executorch/backends/cadence/utils/FACTO/facto/specdb/default.py' 2025-03-21T20:25:17.0550736Z adding 'executorch/backends/cadence/utils/FACTO/facto/specdb/dtypes.py' 2025-03-21T20:25:17.0551201Z adding 'executorch/backends/cadence/utils/FACTO/facto/specdb/function.py' 2025-03-21T20:25:17.0551813Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_argtuple_engine.py' 2025-03-21T20:25:17.0552445Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_argtuple_generator.py' 2025-03-21T20:25:17.0552873Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_argument_attributes.py' 2025-03-21T20:25:17.0553210Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_argument_generator.py' 2025-03-21T20:25:17.0553532Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_argument_types.py' 2025-03-21T20:25:17.0553851Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_attribute_engine.py' 2025-03-21T20:25:17.0554577Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_attribute_solver.py' 2025-03-21T20:25:17.0555154Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_constraints.py' 2025-03-21T20:25:17.0555724Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_meta_arg_engine.py' 2025-03-21T20:25:17.0556093Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_specs.py' 2025-03-21T20:25:17.0556425Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_structural_engine.py' 2025-03-21T20:25:17.0556958Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_generation.py' 2025-03-21T20:25:17.0557556Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_solving.py' 2025-03-21T20:25:17.0558152Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_space.py' 2025-03-21T20:25:17.0558632Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_types.py' 2025-03-21T20:25:17.0558955Z adding 'executorch/backends/example/example_backend.py' 2025-03-21T20:25:17.0559312Z adding 'executorch/backends/example/example_partitioner.py' 2025-03-21T20:25:17.0559646Z adding 'executorch/backends/example/example_quantizer.py' 2025-03-21T20:25:17.0817576Z adding 'executorch/backends/example/test_example_delegate.py' 2025-03-21T20:25:17.0818380Z adding 'executorch/backends/example/example_backend_delegate_passes/merge_to_dim_pass.py' 2025-03-21T20:25:17.0819079Z adding 'executorch/backends/example/example_backend_delegate_passes/permute_memory_formats_pass.py' 2025-03-21T20:25:17.0819588Z adding 'executorch/backends/example/example_operators/adaptive_avg_pool2d.py' 2025-03-21T20:25:17.0819974Z adding 'executorch/backends/example/example_operators/add.py' 2025-03-21T20:25:17.0820325Z adding 'executorch/backends/example/example_operators/conv2d.py' 2025-03-21T20:25:17.0820566Z adding 'executorch/backends/example/example_operators/conv_relu.py' 2025-03-21T20:25:17.0820790Z adding 'executorch/backends/example/example_operators/dropout.py' 2025-03-21T20:25:17.0821013Z adding 'executorch/backends/example/example_operators/flatten.py' 2025-03-21T20:25:17.0821222Z adding 'executorch/backends/example/example_operators/linear.py' 2025-03-21T20:25:17.0821431Z adding 'executorch/backends/example/example_operators/op_base.py' 2025-03-21T20:25:17.0821643Z adding 'executorch/backends/example/example_operators/ops.py' 2025-03-21T20:25:17.0821846Z adding 'executorch/backends/example/example_operators/utils.py' 2025-03-21T20:25:17.0822031Z adding 'executorch/backends/mediatek/__init__.py' 2025-03-21T20:25:17.0822276Z adding 'executorch/backends/mediatek/partitioner.py' 2025-03-21T20:25:17.0822542Z adding 'executorch/backends/mediatek/preprocess.py' 2025-03-21T20:25:17.0822824Z adding 'executorch/backends/mediatek/_passes/__init__.py' 2025-03-21T20:25:17.0823334Z adding 'executorch/backends/mediatek/_passes/decompose_scaled_dot_product_attention.py' 2025-03-21T20:25:17.0823690Z adding 'executorch/backends/mediatek/quantizer/__init__.py' 2025-03-21T20:25:17.0824035Z adding 'executorch/backends/mediatek/quantizer/annotator.py' 2025-03-21T20:25:17.0824368Z adding 'executorch/backends/mediatek/quantizer/qconfig.py' 2025-03-21T20:25:17.0824689Z adding 'executorch/backends/mediatek/quantizer/quantizer.py' 2025-03-21T20:25:17.0825000Z adding 'executorch/backends/qualcomm/qnn_preprocess.py' 2025-03-21T20:25:17.0825317Z adding 'executorch/backends/qualcomm/_passes/__init__.py' 2025-03-21T20:25:17.0825738Z adding 'executorch/backends/qualcomm/_passes/annotate_decomposed.py' 2025-03-21T20:25:17.0826181Z adding 'executorch/backends/qualcomm/_passes/annotate_quant_attrs.py' 2025-03-21T20:25:17.0826550Z adding 'executorch/backends/qualcomm/_passes/build_quant_io.py' 2025-03-21T20:25:17.0826898Z adding 'executorch/backends/qualcomm/_passes/constant_i64_to_i32.py' 2025-03-21T20:25:17.0827134Z adding 'executorch/backends/qualcomm/_passes/convert_bmm_to_matmul.py' 2025-03-21T20:25:17.0827857Z adding 'executorch/backends/qualcomm/_passes/convert_interpolate_with_upsample2d.py' 2025-03-21T20:25:17.0828246Z adding 'executorch/backends/qualcomm/_passes/convert_to_linear.py' 2025-03-21T20:25:17.0828617Z adding 'executorch/backends/qualcomm/_passes/decompose_any.py' 2025-03-21T20:25:17.0829109Z adding 'executorch/backends/qualcomm/_passes/decompose_einsum.py' 2025-03-21T20:25:17.0829523Z adding 'executorch/backends/qualcomm/_passes/decompose_linalg_vector_norm.py' 2025-03-21T20:25:17.0829749Z adding 'executorch/backends/qualcomm/_passes/decompose_silu.py' 2025-03-21T20:25:17.0830017Z adding 'executorch/backends/qualcomm/_passes/expand_broadcast_tensor_shape.py' 2025-03-21T20:25:17.0830277Z adding 'executorch/backends/qualcomm/_passes/fold_qdq.py' 2025-03-21T20:25:17.0830735Z adding 'executorch/backends/qualcomm/_passes/fuse_consecutive_transpose.py' 2025-03-21T20:25:17.0831089Z adding 'executorch/backends/qualcomm/_passes/insert_io_qdq.py' 2025-03-21T20:25:17.0831522Z adding 'executorch/backends/qualcomm/_passes/insert_requantize.py' 2025-03-21T20:25:17.0831909Z adding 'executorch/backends/qualcomm/_passes/layout_transform.py' 2025-03-21T20:25:17.0832321Z adding 'executorch/backends/qualcomm/_passes/lift_constant_scalar_operands.py' 2025-03-21T20:25:17.0832699Z adding 'executorch/backends/qualcomm/_passes/recompose_pixel_unshuffle.py' 2025-03-21T20:25:17.0832923Z adding 'executorch/backends/qualcomm/_passes/recompose_prelu.py' 2025-03-21T20:25:17.0833143Z adding 'executorch/backends/qualcomm/_passes/recompose_rms_norm.py' 2025-03-21T20:25:17.0833369Z adding 'executorch/backends/qualcomm/_passes/reduce_dynamic_range.py' 2025-03-21T20:25:17.0833621Z adding 'executorch/backends/qualcomm/_passes/remove_redundancy.py' 2025-03-21T20:25:17.0834038Z adding 'executorch/backends/qualcomm/_passes/replace_index_put_input.py' 2025-03-21T20:25:17.0834445Z adding 'executorch/backends/qualcomm/_passes/replace_inf_buffer.py' 2025-03-21T20:25:17.0834853Z adding 'executorch/backends/qualcomm/_passes/tensor_i64_to_i32.py' 2025-03-21T20:25:17.0835165Z adding 'executorch/backends/qualcomm/_passes/utils.py' 2025-03-21T20:25:17.0835457Z adding 'executorch/backends/qualcomm/aot/ir/qcir.fbs' 2025-03-21T20:25:17.0835743Z adding 'executorch/backends/qualcomm/builders/__init__.py' 2025-03-21T20:25:17.0836117Z adding 'executorch/backends/qualcomm/builders/node_visitor.py' 2025-03-21T20:25:17.0836436Z adding 'executorch/backends/qualcomm/builders/op_abs.py' 2025-03-21T20:25:17.0836915Z adding 'executorch/backends/qualcomm/builders/op_adaptive_avg_pool2d.py' 2025-03-21T20:25:17.0837235Z adding 'executorch/backends/qualcomm/builders/op_add.py' 2025-03-21T20:25:17.0837583Z adding 'executorch/backends/qualcomm/builders/op_arange.py' 2025-03-21T20:25:17.0837847Z adding 'executorch/backends/qualcomm/builders/op_argmin.py' 2025-03-21T20:25:17.0838053Z adding 'executorch/backends/qualcomm/builders/op_avg_pool2d.py' 2025-03-21T20:25:17.0838275Z adding 'executorch/backends/qualcomm/builders/op_batch_norm.py' 2025-03-21T20:25:17.0838448Z adding 'executorch/backends/qualcomm/builders/op_bmm.py' 2025-03-21T20:25:17.0838637Z adding 'executorch/backends/qualcomm/builders/op_cat.py' 2025-03-21T20:25:17.0838818Z adding 'executorch/backends/qualcomm/builders/op_ceil.py' 2025-03-21T20:25:17.0839145Z adding 'executorch/backends/qualcomm/builders/op_clamp.py' 2025-03-21T20:25:17.0839475Z adding 'executorch/backends/qualcomm/builders/op_conv2d.py' 2025-03-21T20:25:17.0839788Z adding 'executorch/backends/qualcomm/builders/op_cos.py' 2025-03-21T20:25:17.0840224Z adding 'executorch/backends/qualcomm/builders/op_depth_to_space.py' 2025-03-21T20:25:17.0840601Z adding 'executorch/backends/qualcomm/builders/op_dequantize.py' 2025-03-21T20:25:17.0840914Z adding 'executorch/backends/qualcomm/builders/op_div.py' 2025-03-21T20:25:17.0841278Z adding 'executorch/backends/qualcomm/builders/op_embedding.py' 2025-03-21T20:25:17.0841772Z adding 'executorch/backends/qualcomm/builders/op_eq.py' 2025-03-21T20:25:17.0842113Z adding 'executorch/backends/qualcomm/builders/op_expand.py' 2025-03-21T20:25:17.0842451Z adding 'executorch/backends/qualcomm/builders/op_full.py' 2025-03-21T20:25:17.0842789Z adding 'executorch/backends/qualcomm/builders/op_full_like.py' 2025-03-21T20:25:17.0842967Z adding 'executorch/backends/qualcomm/builders/op_ge.py' 2025-03-21T20:25:17.0843162Z adding 'executorch/backends/qualcomm/builders/op_gelu.py' 2025-03-21T20:25:17.0843369Z adding 'executorch/backends/qualcomm/builders/op_group_norm.py' 2025-03-21T20:25:17.0843558Z adding 'executorch/backends/qualcomm/builders/op_gt.py' 2025-03-21T20:25:17.0843770Z adding 'executorch/backends/qualcomm/builders/op_hardsigmoid.py' 2025-03-21T20:25:17.0843979Z adding 'executorch/backends/qualcomm/builders/op_hardswish.py' 2025-03-21T20:25:17.0844171Z adding 'executorch/backends/qualcomm/builders/op_hardtanh.py' 2025-03-21T20:25:17.0844348Z adding 'executorch/backends/qualcomm/builders/op_index.py' 2025-03-21T20:25:17.0844559Z adding 'executorch/backends/qualcomm/builders/op_index_put.py' 2025-03-21T20:25:17.0844776Z adding 'executorch/backends/qualcomm/builders/op_instance_norm.py' 2025-03-21T20:25:17.0844989Z adding 'executorch/backends/qualcomm/builders/op_layer_norm.py' 2025-03-21T20:25:17.0845159Z adding 'executorch/backends/qualcomm/builders/op_le.py' 2025-03-21T20:25:17.0845434Z adding 'executorch/backends/qualcomm/builders/op_linear.py' 2025-03-21T20:25:17.0845609Z adding 'executorch/backends/qualcomm/builders/op_log.py' 2025-03-21T20:25:17.0845819Z adding 'executorch/backends/qualcomm/builders/op_log_softmax.py' 2025-03-21T20:25:17.0846040Z adding 'executorch/backends/qualcomm/builders/op_logical_not.py' 2025-03-21T20:25:17.0846210Z adding 'executorch/backends/qualcomm/builders/op_lt.py' 2025-03-21T20:25:17.0846406Z adding 'executorch/backends/qualcomm/builders/op_matmul.py' 2025-03-21T20:25:17.0846580Z adding 'executorch/backends/qualcomm/builders/op_max.py' 2025-03-21T20:25:17.0846801Z adding 'executorch/backends/qualcomm/builders/op_max_pool2d.py' 2025-03-21T20:25:17.0846996Z adding 'executorch/backends/qualcomm/builders/op_mean_dim.py' 2025-03-21T20:25:17.0847168Z adding 'executorch/backends/qualcomm/builders/op_min.py' 2025-03-21T20:25:17.0847353Z adding 'executorch/backends/qualcomm/builders/op_mul.py' 2025-03-21T20:25:17.0847527Z adding 'executorch/backends/qualcomm/builders/op_ne.py' 2025-03-21T20:25:17.0847710Z adding 'executorch/backends/qualcomm/builders/op_neg.py' 2025-03-21T20:25:17.0847980Z adding 'executorch/backends/qualcomm/builders/op_or.py' 2025-03-21T20:25:17.0848273Z adding 'executorch/backends/qualcomm/builders/op_pad.py' 2025-03-21T20:25:17.0848589Z adding 'executorch/backends/qualcomm/builders/op_pow.py' 2025-03-21T20:25:17.0848914Z adding 'executorch/backends/qualcomm/builders/op_prelu.py' 2025-03-21T20:25:17.0849286Z adding 'executorch/backends/qualcomm/builders/op_quantize.py' 2025-03-21T20:25:17.0849610Z adding 'executorch/backends/qualcomm/builders/op_relu.py' 2025-03-21T20:25:17.0849939Z adding 'executorch/backends/qualcomm/builders/op_repeat.py' 2025-03-21T20:25:17.0850152Z adding 'executorch/backends/qualcomm/builders/op_reshape.py' 2025-03-21T20:25:17.0850345Z adding 'executorch/backends/qualcomm/builders/op_rms_norm.py' 2025-03-21T20:25:17.0850544Z adding 'executorch/backends/qualcomm/builders/op_rsqrt.py' 2025-03-21T20:25:17.0850754Z adding 'executorch/backends/qualcomm/builders/op_select_copy.py' 2025-03-21T20:25:17.0850954Z adding 'executorch/backends/qualcomm/builders/op_sigmoid.py' 2025-03-21T20:25:17.0851126Z adding 'executorch/backends/qualcomm/builders/op_sin.py' 2025-03-21T20:25:17.0851332Z adding 'executorch/backends/qualcomm/builders/op_skip_ops.py' 2025-03-21T20:25:17.0851534Z adding 'executorch/backends/qualcomm/builders/op_slice_copy.py' 2025-03-21T20:25:17.0851720Z adding 'executorch/backends/qualcomm/builders/op_softmax.py' 2025-03-21T20:25:17.0852048Z adding 'executorch/backends/qualcomm/builders/op_space_to_depth.py' 2025-03-21T20:25:17.0852276Z adding 'executorch/backends/qualcomm/builders/op_split_with_sizes.py' 2025-03-21T20:25:17.0852464Z adding 'executorch/backends/qualcomm/builders/op_sqrt.py' 2025-03-21T20:25:17.0852677Z adding 'executorch/backends/qualcomm/builders/op_squeeze.py' 2025-03-21T20:25:17.0852986Z adding 'executorch/backends/qualcomm/builders/op_sub.py' 2025-03-21T20:25:17.0853360Z adding 'executorch/backends/qualcomm/builders/op_sum_int_list.py' 2025-03-21T20:25:17.0853674Z adding 'executorch/backends/qualcomm/builders/op_tanh.py' 2025-03-21T20:25:17.0854011Z adding 'executorch/backends/qualcomm/builders/op_to.py' 2025-03-21T20:25:17.0854333Z adding 'executorch/backends/qualcomm/builders/op_topk.py' 2025-03-21T20:25:17.1144187Z adding 'executorch/backends/qualcomm/builders/op_transpose.py' 2025-03-21T20:25:17.1145137Z adding 'executorch/backends/qualcomm/builders/op_unsqueeze.py' 2025-03-21T20:25:17.1145989Z adding 'executorch/backends/qualcomm/builders/op_upsample_bilinear2d.py' 2025-03-21T20:25:17.1146592Z adding 'executorch/backends/qualcomm/builders/op_upsample_nearest2d.py' 2025-03-21T20:25:17.1147241Z adding 'executorch/backends/qualcomm/builders/op_where.py' 2025-03-21T20:25:17.1147773Z adding 'executorch/backends/qualcomm/builders/qnn_constants.py' 2025-03-21T20:25:17.1148437Z adding 'executorch/backends/qualcomm/builders/utils.py' 2025-03-21T20:25:17.1149017Z adding 'executorch/backends/qualcomm/debugger/utils.py' 2025-03-21T20:25:17.1149502Z adding 'executorch/backends/qualcomm/partition/common_defs.py' 2025-03-21T20:25:17.1150047Z adding 'executorch/backends/qualcomm/partition/qnn_partitioner.py' 2025-03-21T20:25:17.1150603Z adding 'executorch/backends/qualcomm/partition/utils.py' 2025-03-21T20:25:17.1151204Z adding 'executorch/backends/qualcomm/quantizer/annotators.py' 2025-03-21T20:25:17.1151744Z adding 'executorch/backends/qualcomm/quantizer/custom_annotation.py' 2025-03-21T20:25:17.1152320Z adding 'executorch/backends/qualcomm/quantizer/qconfig.py' 2025-03-21T20:25:17.1152898Z adding 'executorch/backends/qualcomm/quantizer/quantizer.py' 2025-03-21T20:25:17.1153527Z adding 'executorch/backends/qualcomm/quantizer/observers/per_channel_param_observer.py' 2025-03-21T20:25:17.1154293Z adding 'executorch/backends/qualcomm/serialization/qc_compiler_spec.fbs' 2025-03-21T20:25:17.1154883Z adding 'executorch/backends/qualcomm/serialization/qc_schema.py' 2025-03-21T20:25:17.1155472Z adding 'executorch/backends/qualcomm/serialization/qc_schema_serialize.py' 2025-03-21T20:25:17.1156041Z adding 'executorch/backends/qualcomm/tests/models.py' 2025-03-21T20:25:17.1156622Z adding 'executorch/backends/qualcomm/tests/test_qnn_delegate.py' 2025-03-21T20:25:17.1157098Z adding 'executorch/backends/qualcomm/tests/utils.py' 2025-03-21T20:25:17.1157586Z adding 'executorch/backends/qualcomm/utils/constants.py' 2025-03-21T20:25:17.1158040Z adding 'executorch/backends/qualcomm/utils/utils.py' 2025-03-21T20:25:17.1158474Z adding 'executorch/backends/transforms/__init__.py' 2025-03-21T20:25:17.1158941Z adding 'executorch/backends/transforms/addmm_mm_to_linear.py' 2025-03-21T20:25:17.1159451Z adding 'executorch/backends/transforms/convert_dtype_pass.py' 2025-03-21T20:25:17.1159931Z adding 'executorch/backends/transforms/decompose_sdpa.py' 2025-03-21T20:25:17.1160517Z adding 'executorch/backends/transforms/duplicate_dynamic_quant_chain.py' 2025-03-21T20:25:17.1161203Z adding 'executorch/backends/transforms/fuse_batch_norm_with_conv.py' 2025-03-21T20:25:17.1161750Z adding 'executorch/backends/transforms/fuse_conv_with_clamp.py' 2025-03-21T20:25:17.1162274Z adding 'executorch/backends/transforms/fuse_dequant_linear.py' 2025-03-21T20:25:17.1162757Z adding 'executorch/backends/transforms/fuse_view_copy.py' 2025-03-21T20:25:17.1163238Z adding 'executorch/backends/transforms/mean_to_sum_div.py' 2025-03-21T20:25:17.1163718Z adding 'executorch/backends/transforms/rank_0_to_rank_1.py' 2025-03-21T20:25:17.1164340Z adding 'executorch/backends/transforms/remove_clone_ops.py' 2025-03-21T20:25:17.1164916Z adding 'executorch/backends/transforms/replace_scalar_with_tensor.py' 2025-03-21T20:25:17.1165418Z adding 'executorch/backends/transforms/utils.py' 2025-03-21T20:25:17.1165920Z adding 'executorch/backends/transforms/view_copy_to_squeeze_unsqueeze.py' 2025-03-21T20:25:17.1166612Z adding 'executorch/backends/transforms/test/test_create_delete_constant_placeholder.py' 2025-03-21T20:25:17.1167336Z adding 'executorch/backends/transforms/test/test_duplicate_dynamic_quant_chain.py' 2025-03-21T20:25:17.1168091Z adding 'executorch/backends/transforms/test/test_rank_0_to_rank_1.py' 2025-03-21T20:25:17.1168595Z adding 'executorch/backends/vulkan/__init__.py' 2025-03-21T20:25:17.1169001Z adding 'executorch/backends/vulkan/custom_ops_lib.py' 2025-03-21T20:25:17.1169427Z adding 'executorch/backends/vulkan/op_registry.py' 2025-03-21T20:25:17.1169830Z adding 'executorch/backends/vulkan/utils.py' 2025-03-21T20:25:17.1170261Z adding 'executorch/backends/vulkan/vulkan_preprocess.py' 2025-03-21T20:25:17.1170720Z adding 'executorch/backends/vulkan/_passes/__init__.py' 2025-03-21T20:25:17.1171269Z adding 'executorch/backends/vulkan/_passes/insert_prepack_nodes.py' 2025-03-21T20:25:17.1171847Z adding 'executorch/backends/vulkan/_passes/int4_weight_only_quantizer.py' 2025-03-21T20:25:17.1172468Z adding 'executorch/backends/vulkan/_passes/remove_asserts.py' 2025-03-21T20:25:17.1173037Z adding 'executorch/backends/vulkan/_passes/remove_local_scalar_dense_ops.py' 2025-03-21T20:25:17.1173641Z adding 'executorch/backends/vulkan/_passes/remove_redundant_ops.py' 2025-03-21T20:25:17.1174264Z adding 'executorch/backends/vulkan/_passes/squeeze_unsqueeze_inputs.py' 2025-03-21T20:25:17.1174924Z adding 'executorch/backends/vulkan/_passes/tag_memory_meta_pass.py' 2025-03-21T20:25:17.1175498Z adding 'executorch/backends/vulkan/partitioner/vulkan_partitioner.py' 2025-03-21T20:25:17.1176268Z adding 'executorch/backends/vulkan/quantizer/vulkan_quantizer.py' 2025-03-21T20:25:17.1176808Z adding 'executorch/backends/vulkan/runtime/gen_vulkan_spv.py' 2025-03-21T20:25:17.1177417Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/addmm_naive_buffer.yaml' 2025-03-21T20:25:17.1178144Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/addmm_naive_texture3d.yaml' 2025-03-21T20:25:17.1178852Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/addmm_optimized.yaml' 2025-03-21T20:25:17.1179494Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/arange.yaml' 2025-03-21T20:25:17.1180109Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/avg_pool2d.yaml' 2025-03-21T20:25:17.1180740Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/batchnorm.yaml' 2025-03-21T20:25:17.1181370Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/binary_op.yaml' 2025-03-21T20:25:17.1182108Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/bitw8_image_to_nchw_nobitw8buffer.yaml' 2025-03-21T20:25:17.1182879Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/buffer_to_buffer.yaml' 2025-03-21T20:25:17.1183611Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/buffer_to_nchw.yaml' 2025-03-21T20:25:17.1184233Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/clone.yaml' 2025-03-21T20:25:17.1184823Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv1d.yaml' 2025-03-21T20:25:17.1185417Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d.yaml' 2025-03-21T20:25:17.1186024Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw.yaml' 2025-03-21T20:25:17.1186689Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_output_tile.yaml' 2025-03-21T20:25:17.1187584Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_prepack_weights.yaml' 2025-03-21T20:25:17.1188372Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_sned_output_tile.yaml' 2025-03-21T20:25:17.1189368Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_prepack_weights.yaml' 2025-03-21T20:25:17.1190063Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_pw.yaml' 2025-03-21T20:25:17.1190727Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv_transpose2d.yaml' 2025-03-21T20:25:17.1191501Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv_transpose2d_prepack_weights.yaml' 2025-03-21T20:25:17.1192302Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/copy_channel_offset.yaml' 2025-03-21T20:25:17.1192987Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/copy_offset.yaml' 2025-03-21T20:25:17.1193818Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/copy_packed_dim_offset.yaml' 2025-03-21T20:25:17.1194607Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/embedding.yaml' 2025-03-21T20:25:17.1195391Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/flip.yaml' 2025-03-21T20:25:17.1196072Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/full.yaml' 2025-03-21T20:25:17.1196787Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/grid_priors.yaml' 2025-03-21T20:25:17.1197579Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/image_to_nchw.yaml' 2025-03-21T20:25:17.1198437Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/index_select.yaml' 2025-03-21T20:25:17.1199289Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/index_select_channel.yaml' 2025-03-21T20:25:17.1200151Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/kv_cache_update.yaml' 2025-03-21T20:25:17.1201049Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/max_pool2d.yaml' 2025-03-21T20:25:17.1201821Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/native_layer_norm.yaml' 2025-03-21T20:25:17.1202724Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/nchw_to_bitw8_image_nobitw8buffer.yaml' 2025-03-21T20:25:17.1203625Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/nchw_to_buffer.yaml' 2025-03-21T20:25:17.1204451Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/nchw_to_image.yaml' 2025-03-21T20:25:17.1205186Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/no_op.yaml' 2025-03-21T20:25:17.1205959Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/pad_channel.yaml' 2025-03-21T20:25:17.1206767Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/pad_height_width.yaml' 2025-03-21T20:25:17.1207514Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/permute.yaml' 2025-03-21T20:25:17.1208215Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/q_4w_linear.yaml' 2025-03-21T20:25:17.1208950Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/q_8w_linear.yaml' 2025-03-21T20:25:17.1219181Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/q_8w_linear_optimized.yaml' 2025-03-21T20:25:17.1219918Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/reduce.yaml' 2025-03-21T20:25:17.1220549Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/repeat_channel.yaml' 2025-03-21T20:25:17.1221251Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/repeat_interleave.yaml' 2025-03-21T20:25:17.1222084Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/rotary_embedding.yaml' 2025-03-21T20:25:17.1222845Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/sdpa_attn_weight_scale_and_mask.yaml' 2025-03-21T20:25:17.1223589Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/select_batch_4d.yaml' 2025-03-21T20:25:17.1224311Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/select_channel_3d.yaml' 2025-03-21T20:25:17.1225003Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/select_channel_4d.yaml' 2025-03-21T20:25:17.1225695Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/select_height_3d.yaml' 2025-03-21T20:25:17.1538273Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/select_height_4d.yaml' 2025-03-21T20:25:17.1539955Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/select_width_3d.yaml' 2025-03-21T20:25:17.1540644Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/select_width_4d.yaml' 2025-03-21T20:25:17.1541320Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/slice_packed_dim.yaml' 2025-03-21T20:25:17.1542136Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/slice_unpacked_dim.yaml' 2025-03-21T20:25:17.1542804Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/softmax.yaml' 2025-03-21T20:25:17.1543421Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/unary_op.yaml' 2025-03-21T20:25:17.1544091Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/upsample_nearest2d.yaml' 2025-03-21T20:25:17.1544740Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/view.yaml' 2025-03-21T20:25:17.1545270Z adding 'executorch/backends/vulkan/serialization/schema.fbs' 2025-03-21T20:25:17.1545876Z adding 'executorch/backends/vulkan/serialization/vulkan_graph_builder.py' 2025-03-21T20:25:17.1546556Z adding 'executorch/backends/vulkan/serialization/vulkan_graph_schema.py' 2025-03-21T20:25:17.1547189Z adding 'executorch/backends/vulkan/serialization/vulkan_graph_serialize.py' 2025-03-21T20:25:17.1547775Z adding 'executorch/backends/vulkan/test/test_serialization.py' 2025-03-21T20:25:17.1548417Z adding 'executorch/backends/vulkan/test/test_vulkan_delegate.py' 2025-03-21T20:25:17.1549119Z adding 'executorch/backends/vulkan/test/test_vulkan_delegate_header.py' 2025-03-21T20:25:17.1549671Z adding 'executorch/backends/vulkan/test/glsl/all_shaders.yaml' 2025-03-21T20:25:17.1550174Z adding 'executorch/backends/vulkan/test/op_tests/cases.py' 2025-03-21T20:25:17.1550736Z adding 'executorch/backends/vulkan/test/op_tests/generate_op_benchmarks.py' 2025-03-21T20:25:17.1551400Z adding 'executorch/backends/vulkan/test/op_tests/generate_op_correctness_tests.py' 2025-03-21T20:25:17.1552205Z adding 'executorch/backends/vulkan/test/op_tests/utils/aten_types.py' 2025-03-21T20:25:17.1552810Z adding 'executorch/backends/vulkan/test/op_tests/utils/gen_benchmark_vk.py' 2025-03-21T20:25:17.1553432Z adding 'executorch/backends/vulkan/test/op_tests/utils/gen_computegraph.py' 2025-03-21T20:25:17.1554079Z adding 'executorch/backends/vulkan/test/op_tests/utils/gen_correctness_base.py' 2025-03-21T20:25:17.1554736Z adding 'executorch/backends/vulkan/test/op_tests/utils/gen_correctness_vk.py' 2025-03-21T20:25:17.1555345Z adding 'executorch/backends/vulkan/test/op_tests/utils/test_suite.py' 2025-03-21T20:25:17.1556020Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/apiconventions.py' 2025-03-21T20:25:17.1556769Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/cgenerator.py' 2025-03-21T20:25:17.1557492Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/conventions.py' 2025-03-21T20:25:17.1558270Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/generator.py' 2025-03-21T20:25:17.1559065Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/genvk.py' 2025-03-21T20:25:17.1559737Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/reg.py' 2025-03-21T20:25:17.1560438Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/vkconventions.py' 2025-03-21T20:25:17.1561202Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools/util.py' 2025-03-21T20:25:17.1562192Z adding 'executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis/GpuMemDumpVis.py' 2025-03-21T20:25:17.1562946Z adding 'executorch/backends/vulkan/third-party/volk/generate.py' 2025-03-21T20:25:17.1563532Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/buf_bandwidth.yaml' 2025-03-21T20:25:17.1564177Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/buf_cacheline_size.yaml' 2025-03-21T20:25:17.1564795Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/reg_count.yaml' 2025-03-21T20:25:17.1565573Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/tex_bandwidth.yaml' 2025-03-21T20:25:17.1566225Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/tex_cacheline_concurr.yaml' 2025-03-21T20:25:17.1566864Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/warp_size.yaml' 2025-03-21T20:25:17.1567370Z adding 'executorch/backends/xnnpack/__init__.py' 2025-03-21T20:25:17.1567959Z adding 'executorch/backends/xnnpack/xnnpack_preprocess.py' 2025-03-21T20:25:17.1568441Z adding 'executorch/backends/xnnpack/_passes/__init__.py' 2025-03-21T20:25:17.1569017Z adding 'executorch/backends/xnnpack/_passes/channels_last_tagged_reshape_pass.py' 2025-03-21T20:25:17.1569765Z adding 'executorch/backends/xnnpack/_passes/conv1d_unsqueeze_pass.py' 2025-03-21T20:25:17.1570328Z adding 'executorch/backends/xnnpack/_passes/convert_to_linear.py' 2025-03-21T20:25:17.1570865Z adding 'executorch/backends/xnnpack/_passes/convert_to_sdpa.py' 2025-03-21T20:25:17.1571448Z adding 'executorch/backends/xnnpack/_passes/convert_to_upsample_bilinear2d.py' 2025-03-21T20:25:17.1572117Z adding 'executorch/backends/xnnpack/_passes/decompose_cat.py' 2025-03-21T20:25:17.1572646Z adding 'executorch/backends/xnnpack/_passes/fuse_activation_pass.py' 2025-03-21T20:25:17.1573237Z adding 'executorch/backends/xnnpack/_passes/fuse_batch_norm_with_conv.py' 2025-03-21T20:25:17.1573918Z adding 'executorch/backends/xnnpack/_passes/prelu_reshape_pass.py' 2025-03-21T20:25:17.1574472Z adding 'executorch/backends/xnnpack/_passes/remove_getitem_op.py' 2025-03-21T20:25:17.1575118Z adding 'executorch/backends/xnnpack/_passes/tag_implicit_q_dq_pass.py' 2025-03-21T20:25:17.1575667Z adding 'executorch/backends/xnnpack/_passes/xnnpack_pass.py' 2025-03-21T20:25:17.1576341Z adding 'executorch/backends/xnnpack/operators/__init__.py' 2025-03-21T20:25:17.1577002Z adding 'executorch/backends/xnnpack/operators/node_visitor.py' 2025-03-21T20:25:17.1577515Z adding 'executorch/backends/xnnpack/operators/op_abs.py' 2025-03-21T20:25:17.1577995Z adding 'executorch/backends/xnnpack/operators/op_add.py' 2025-03-21T20:25:17.1578591Z adding 'executorch/backends/xnnpack/operators/op_addmm.py' 2025-03-21T20:25:17.1579241Z adding 'executorch/backends/xnnpack/operators/op_avg_pooling2d.py' 2025-03-21T20:25:17.1579778Z adding 'executorch/backends/xnnpack/operators/op_bmm.py' 2025-03-21T20:25:17.1580312Z adding 'executorch/backends/xnnpack/operators/op_cat.py' 2025-03-21T20:25:17.1580799Z adding 'executorch/backends/xnnpack/operators/op_ceiling.py' 2025-03-21T20:25:17.1581397Z adding 'executorch/backends/xnnpack/operators/op_clamp.py' 2025-03-21T20:25:17.1581894Z adding 'executorch/backends/xnnpack/operators/op_conv2d.py' 2025-03-21T20:25:17.1582419Z adding 'executorch/backends/xnnpack/operators/op_div.py' 2025-03-21T20:25:17.1583037Z adding 'executorch/backends/xnnpack/operators/op_dynamic_dequantize_ops.py' 2025-03-21T20:25:17.1583734Z adding 'executorch/backends/xnnpack/operators/op_dynamic_quantize_ops.py' 2025-03-21T20:25:17.1584388Z adding 'executorch/backends/xnnpack/operators/op_elu.py' 2025-03-21T20:25:17.1584865Z adding 'executorch/backends/xnnpack/operators/op_floor.py' 2025-03-21T20:25:17.1585414Z adding 'executorch/backends/xnnpack/operators/op_hardswish.py' 2025-03-21T20:25:17.1585988Z adding 'executorch/backends/xnnpack/operators/op_hardtanh.py' 2025-03-21T20:25:17.1586535Z adding 'executorch/backends/xnnpack/operators/op_leaky_relu.py' 2025-03-21T20:25:17.1587077Z adding 'executorch/backends/xnnpack/operators/op_linear.py' 2025-03-21T20:25:17.1587701Z adding 'executorch/backends/xnnpack/operators/op_matrix_multiplication.py' 2025-03-21T20:25:17.1588327Z adding 'executorch/backends/xnnpack/operators/op_max_dim.py' 2025-03-21T20:25:17.1588936Z adding 'executorch/backends/xnnpack/operators/op_max_pool2d.py' 2025-03-21T20:25:17.1589475Z adding 'executorch/backends/xnnpack/operators/op_maximum.py' 2025-03-21T20:25:17.1590041Z adding 'executorch/backends/xnnpack/operators/op_mean_dim.py' 2025-03-21T20:25:17.1590758Z adding 'executorch/backends/xnnpack/operators/op_minimum.py' 2025-03-21T20:25:17.1591322Z adding 'executorch/backends/xnnpack/operators/op_multiply.py' 2025-03-21T20:25:17.1591824Z adding 'executorch/backends/xnnpack/operators/op_negate.py' 2025-03-21T20:25:17.1592368Z adding 'executorch/backends/xnnpack/operators/op_permute.py' 2025-03-21T20:25:17.1592919Z adding 'executorch/backends/xnnpack/operators/op_prelu.py' 2025-03-21T20:25:17.1593499Z adding 'executorch/backends/xnnpack/operators/op_quant_dequant.py' 2025-03-21T20:25:17.1594019Z adding 'executorch/backends/xnnpack/operators/op_relu.py' 2025-03-21T20:25:17.1594566Z adding 'executorch/backends/xnnpack/operators/op_rsqrt.py' 2025-03-21T20:25:17.1595100Z adding 'executorch/backends/xnnpack/operators/op_sdpa.py' 2025-03-21T20:25:17.1595596Z adding 'executorch/backends/xnnpack/operators/op_sigmoid.py' 2025-03-21T20:25:17.1596163Z adding 'executorch/backends/xnnpack/operators/op_skip_ops.py' 2025-03-21T20:25:17.1596744Z adding 'executorch/backends/xnnpack/operators/op_slice_copy.py' 2025-03-21T20:25:17.1597304Z adding 'executorch/backends/xnnpack/operators/op_softmax.py' 2025-03-21T20:25:17.1597810Z adding 'executorch/backends/xnnpack/operators/op_square.py' 2025-03-21T20:25:17.1598377Z adding 'executorch/backends/xnnpack/operators/op_square_root.py' 2025-03-21T20:25:17.1599047Z adding 'executorch/backends/xnnpack/operators/op_squeeze.py' 2025-03-21T20:25:17.1599674Z adding 'executorch/backends/xnnpack/operators/op_static_constant_pad.py' 2025-03-21T20:25:17.1600363Z adding 'executorch/backends/xnnpack/operators/op_static_resize_bilinear_2d.py' 2025-03-21T20:25:17.1600952Z adding 'executorch/backends/xnnpack/operators/op_sub.py' 2025-03-21T20:25:17.1601491Z adding 'executorch/backends/xnnpack/operators/op_to_copy.py' 2025-03-21T20:25:17.1602069Z adding 'executorch/backends/xnnpack/operators/quant_params.py' 2025-03-21T20:25:17.1602590Z adding 'executorch/backends/xnnpack/partition/configs.py' 2025-03-21T20:25:17.1603177Z adding 'executorch/backends/xnnpack/partition/xnnpack_partitioner.py' 2025-03-21T20:25:17.1603811Z adding 'executorch/backends/xnnpack/partition/config/__init__.py' 2025-03-21T20:25:17.1604434Z adding 'executorch/backends/xnnpack/partition/config/gemm_configs.py' 2025-03-21T20:25:17.1605103Z adding 'executorch/backends/xnnpack/partition/config/generic_node_configs.py' 2025-03-21T20:25:17.1605794Z adding 'executorch/backends/xnnpack/partition/config/node_configs.py' 2025-03-21T20:25:17.1606436Z adding 'executorch/backends/xnnpack/partition/config/quant_affine_configs.py' 2025-03-21T20:25:17.1607108Z adding 'executorch/backends/xnnpack/partition/config/xnnpack_config.py' 2025-03-21T20:25:17.1607757Z adding 'executorch/backends/xnnpack/partition/graphs/bilinear_2d.py' 2025-03-21T20:25:17.1608348Z adding 'executorch/backends/xnnpack/partition/graphs/sdpa.py' 2025-03-21T20:25:17.1608946Z adding 'executorch/backends/xnnpack/quantizer/xnnpack_quantizer.py' 2025-03-21T20:25:17.1609604Z adding 'executorch/backends/xnnpack/quantizer/xnnpack_quantizer_utils.py' 2025-03-21T20:25:17.1835575Z adding 'executorch/backends/xnnpack/serialization/runtime_schema.fbs' 2025-03-21T20:25:17.1836545Z adding 'executorch/backends/xnnpack/serialization/schema.fbs' 2025-03-21T20:25:17.1837624Z adding 'executorch/backends/xnnpack/serialization/xnnpack_graph_schema.py' 2025-03-21T20:25:17.1838703Z adding 'executorch/backends/xnnpack/serialization/xnnpack_graph_serialize.py' 2025-03-21T20:25:17.1839292Z adding 'executorch/backends/xnnpack/test/test_xnnpack_utils.py' 2025-03-21T20:25:17.1839856Z adding 'executorch/backends/xnnpack/test/test_xnnpack_utils_classes.py' 2025-03-21T20:25:17.1840417Z adding 'executorch/backends/xnnpack/test/models/deeplab_v3.py' 2025-03-21T20:25:17.1840956Z adding 'executorch/backends/xnnpack/test/models/edsr.py' 2025-03-21T20:25:17.1841461Z adding 'executorch/backends/xnnpack/test/models/emformer_rnnt.py' 2025-03-21T20:25:17.1842165Z adding 'executorch/backends/xnnpack/test/models/inception_v3.py' 2025-03-21T20:25:17.1842706Z adding 'executorch/backends/xnnpack/test/models/inception_v4.py' 2025-03-21T20:25:17.1843317Z adding 'executorch/backends/xnnpack/test/models/llama2_et_example.py' 2025-03-21T20:25:17.1843919Z adding 'executorch/backends/xnnpack/test/models/mobilebert.py' 2025-03-21T20:25:17.1844454Z adding 'executorch/backends/xnnpack/test/models/mobilenet_v2.py' 2025-03-21T20:25:17.1844995Z adding 'executorch/backends/xnnpack/test/models/mobilenet_v3.py' 2025-03-21T20:25:17.1845489Z adding 'executorch/backends/xnnpack/test/models/resnet.py' 2025-03-21T20:25:17.1846048Z adding 'executorch/backends/xnnpack/test/models/torchvision_vit.py' 2025-03-21T20:25:17.1846610Z adding 'executorch/backends/xnnpack/test/models/very_big_model.py' 2025-03-21T20:25:17.1847175Z adding 'executorch/backends/xnnpack/test/models/w2l.py' 2025-03-21T20:25:17.1847646Z adding 'executorch/backends/xnnpack/test/ops/test_abs.py' 2025-03-21T20:25:17.1848156Z adding 'executorch/backends/xnnpack/test/ops/test_add.py' 2025-03-21T20:25:17.1848708Z adding 'executorch/backends/xnnpack/test/ops/test_avgpool2d.py' 2025-03-21T20:25:17.1849249Z adding 'executorch/backends/xnnpack/test/ops/test_bilinear2d.py' 2025-03-21T20:25:17.1849786Z adding 'executorch/backends/xnnpack/test/ops/test_bmm.py' 2025-03-21T20:25:17.1850401Z adding 'executorch/backends/xnnpack/test/ops/test_cat.py' 2025-03-21T20:25:17.1850920Z adding 'executorch/backends/xnnpack/test/ops/test_ceil.py' 2025-03-21T20:25:17.1851475Z adding 'executorch/backends/xnnpack/test/ops/test_check_quant_params.py' 2025-03-21T20:25:17.1852025Z adding 'executorch/backends/xnnpack/test/ops/test_clamp.py' 2025-03-21T20:25:17.1852508Z adding 'executorch/backends/xnnpack/test/ops/test_conv1d.py' 2025-03-21T20:25:17.1853049Z adding 'executorch/backends/xnnpack/test/ops/test_conv2d.py' 2025-03-21T20:25:17.1853585Z adding 'executorch/backends/xnnpack/test/ops/test_div.py' 2025-03-21T20:25:17.1854058Z adding 'executorch/backends/xnnpack/test/ops/test_elu.py' 2025-03-21T20:25:17.1854543Z adding 'executorch/backends/xnnpack/test/ops/test_floor.py' 2025-03-21T20:25:17.1855051Z adding 'executorch/backends/xnnpack/test/ops/test_hardswish.py' 2025-03-21T20:25:17.1855573Z adding 'executorch/backends/xnnpack/test/ops/test_hardtanh.py' 2025-03-21T20:25:17.1856112Z adding 'executorch/backends/xnnpack/test/ops/test_leaky_relu.py' 2025-03-21T20:25:17.1856667Z adding 'executorch/backends/xnnpack/test/ops/test_linear.py' 2025-03-21T20:25:17.1857164Z adding 'executorch/backends/xnnpack/test/ops/test_lstm.py' 2025-03-21T20:25:17.1857713Z adding 'executorch/backends/xnnpack/test/ops/test_max_dim.py' 2025-03-21T20:25:17.1858225Z adding 'executorch/backends/xnnpack/test/ops/test_maximum.py' 2025-03-21T20:25:17.1858752Z adding 'executorch/backends/xnnpack/test/ops/test_maxpool2d.py' 2025-03-21T20:25:17.1859303Z adding 'executorch/backends/xnnpack/test/ops/test_mean_dim.py' 2025-03-21T20:25:17.1859828Z adding 'executorch/backends/xnnpack/test/ops/test_minimum.py' 2025-03-21T20:25:17.1860400Z adding 'executorch/backends/xnnpack/test/ops/test_multiply.py' 2025-03-21T20:25:17.1860914Z adding 'executorch/backends/xnnpack/test/ops/test_negate.py' 2025-03-21T20:25:17.1861450Z adding 'executorch/backends/xnnpack/test/ops/test_permute.py' 2025-03-21T20:25:17.1861964Z adding 'executorch/backends/xnnpack/test/ops/test_pow.py' 2025-03-21T20:25:17.1862488Z adding 'executorch/backends/xnnpack/test/ops/test_prelu.py' 2025-03-21T20:25:17.1863052Z adding 'executorch/backends/xnnpack/test/ops/test_quantize_per_tensor.py' 2025-03-21T20:25:17.1863651Z adding 'executorch/backends/xnnpack/test/ops/test_relu.py' 2025-03-21T20:25:17.1864141Z adding 'executorch/backends/xnnpack/test/ops/test_rsqrt.py' 2025-03-21T20:25:17.1864676Z adding 'executorch/backends/xnnpack/test/ops/test_sdpa.py' 2025-03-21T20:25:17.1865160Z adding 'executorch/backends/xnnpack/test/ops/test_sigmoid.py' 2025-03-21T20:25:17.1865798Z adding 'executorch/backends/xnnpack/test/ops/test_slice_copy.py' 2025-03-21T20:25:17.1866318Z adding 'executorch/backends/xnnpack/test/ops/test_softmax.py' 2025-03-21T20:25:17.1866862Z adding 'executorch/backends/xnnpack/test/ops/test_sqrt.py' 2025-03-21T20:25:17.1867348Z adding 'executorch/backends/xnnpack/test/ops/test_square.py' 2025-03-21T20:25:17.1867948Z adding 'executorch/backends/xnnpack/test/ops/test_static_constant_pad.py' 2025-03-21T20:25:17.1868484Z adding 'executorch/backends/xnnpack/test/ops/test_sub.py' 2025-03-21T20:25:17.1869175Z adding 'executorch/backends/xnnpack/test/passes/test_activation_fusion.py' 2025-03-21T20:25:17.1869813Z adding 'executorch/backends/xnnpack/test/passes/test_batch_norm_fusion.py' 2025-03-21T20:25:17.1870535Z adding 'executorch/backends/xnnpack/test/passes/test_channels_last_tagged_reshape.py' 2025-03-21T20:25:17.1871270Z adding 'executorch/backends/xnnpack/test/passes/test_convert_to_linear.py' 2025-03-21T20:25:17.1871907Z adding 'executorch/backends/xnnpack/test/passes/test_decompose_cat_pass.py' 2025-03-21T20:25:17.1872599Z adding 'executorch/backends/xnnpack/test/passes/test_remove_get_item_pass.py' 2025-03-21T20:25:17.1873321Z adding 'executorch/backends/xnnpack/test/passes/test_tag_implicit_q_dq_pass.py' 2025-03-21T20:25:17.1873995Z adding 'executorch/backends/xnnpack/test/quantizer/test_pt2e_quantization.py' 2025-03-21T20:25:17.1874756Z adding 'executorch/backends/xnnpack/test/quantizer/test_representation.py' 2025-03-21T20:25:17.1875459Z adding 'executorch/backends/xnnpack/test/quantizer/test_xnnpack_quantizer.py' 2025-03-21T20:25:17.1876305Z adding 'executorch/backends/xnnpack/test/serialization/test_serialization.py' 2025-03-21T20:25:17.1876995Z adding 'executorch/backends/xnnpack/test/serialization/test_xnnheader.py' 2025-03-21T20:25:17.1877615Z adding 'executorch/backends/xnnpack/test/tester/__init__.py' 2025-03-21T20:25:17.1878104Z adding 'executorch/backends/xnnpack/test/tester/tester.py' 2025-03-21T20:25:17.1878688Z adding 'executorch/backends/xnnpack/third-party/generate-cpuinfo-wrappers.py' 2025-03-21T20:25:17.1879349Z adding 'executorch/backends/xnnpack/third-party/FP16/configure.py' 2025-03-21T20:25:17.1879935Z adding 'executorch/backends/xnnpack/third-party/FP16/confu.yaml' 2025-03-21T20:25:17.1880536Z adding 'executorch/backends/xnnpack/third-party/FP16/include/fp16/__init__.py' 2025-03-21T20:25:17.1881185Z adding 'executorch/backends/xnnpack/third-party/FP16/include/fp16/avx.py' 2025-03-21T20:25:17.1881803Z adding 'executorch/backends/xnnpack/third-party/FP16/include/fp16/avx2.py' 2025-03-21T20:25:17.1882473Z adding 'executorch/backends/xnnpack/third-party/FP16/test/peachpy/stubs.py' 2025-03-21T20:25:17.1883132Z adding 'executorch/backends/xnnpack/third-party/FXdiv/configure.py' 2025-03-21T20:25:17.1883679Z adding 'executorch/backends/xnnpack/third-party/FXdiv/confu.yaml' 2025-03-21T20:25:17.1884293Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/scripts/check_config.py' 2025-03-21T20:25:17.1885059Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/scripts/check_files_changed.py' 2025-03-21T20:25:17.1885901Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/scripts/generate-build-identifier.py' 2025-03-21T20:25:17.1886708Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/scripts/sort-filenames.py' 2025-03-21T20:25:17.1887471Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/bf16-gemm-minmax.yaml' 2025-03-21T20:25:17.1888166Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-conv-hwc2chw.yaml' 2025-03-21T20:25:17.1888907Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-dwconv2d-chw.yaml' 2025-03-21T20:25:17.1889685Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-gemm-minmax.yaml' 2025-03-21T20:25:17.1890453Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-igemm-minmax.yaml' 2025-03-21T20:25:17.1891222Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-rdsum.yaml' 2025-03-21T20:25:17.1892117Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-rsum.yaml' 2025-03-21T20:25:17.1892802Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-gemm-minmax.yaml' 2025-03-21T20:25:17.1893509Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-ibilinear-chw.yaml' 2025-03-21T20:25:17.1894217Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-ibilinear.yaml' 2025-03-21T20:25:17.1894955Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-igemm-minmax.yaml' 2025-03-21T20:25:17.1895755Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-raddstoreexpminusmax.yaml' 2025-03-21T20:25:17.1896471Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rmax.yaml' 2025-03-21T20:25:17.1897088Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rmin.yaml' 2025-03-21T20:25:17.1897777Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rminmax.yaml' 2025-03-21T20:25:17.1898471Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rsum.yaml' 2025-03-21T20:25:17.1899135Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-spmm-minmax.yaml' 2025-03-21T20:25:17.1899852Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vmulcaddc-minmax.yaml' 2025-03-21T20:25:17.1900708Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-argmaxpool.yaml' 2025-03-21T20:25:17.1901437Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-conv-hwc.yaml' 2025-03-21T20:25:17.1902118Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-conv-hwc2chw.yaml' 2025-03-21T20:25:17.1902824Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-dwconv2d-chw.yaml' 2025-03-21T20:25:17.1903584Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-goi-minmax.yaml' 2025-03-21T20:25:17.1904355Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-minmax.yaml' 2025-03-21T20:25:17.1905050Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-relu.yaml' 2025-03-21T20:25:17.1905697Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm.yaml' 2025-03-21T20:25:17.2127368Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemminc-minmax.yaml' 2025-03-21T20:25:17.2128632Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ibilinear-chw.yaml' 2025-03-21T20:25:17.2129406Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ibilinear.yaml' 2025-03-21T20:25:17.2130150Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm-minmax.yaml' 2025-03-21T20:25:17.2130901Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm-relu.yaml' 2025-03-21T20:25:17.2131709Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm.yaml' 2025-03-21T20:25:17.2132429Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ppmm-minmax.yaml' 2025-03-21T20:25:17.2133168Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc4w-gemm-minmax.yaml' 2025-03-21T20:25:17.2133916Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm-minmax.yaml' 2025-03-21T20:25:17.2134651Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm-relu.yaml' 2025-03-21T20:25:17.2135360Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm.yaml' 2025-03-21T20:25:17.2136074Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddexpminusmax.yaml' 2025-03-21T20:25:17.2136779Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddextexp.yaml' 2025-03-21T20:25:17.2137533Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddstoreexpminusmax.yaml' 2025-03-21T20:25:17.2138256Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rdsum.yaml' 2025-03-21T20:25:17.2138896Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rmax.yaml' 2025-03-21T20:25:17.2139712Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rmin.yaml' 2025-03-21T20:25:17.2140364Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rminmax.yaml' 2025-03-21T20:25:17.2141000Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rsum.yaml' 2025-03-21T20:25:17.2141675Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-spmm-minmax.yaml' 2025-03-21T20:25:17.2142493Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vmulcaddc-minmax.yaml' 2025-03-21T20:25:17.2143254Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vscaleexpminusmax.yaml' 2025-03-21T20:25:17.2143999Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vscaleextexp.yaml' 2025-03-21T20:25:17.2144751Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qb4w-gemm-minmax.yaml' 2025-03-21T20:25:17.2145518Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc4w-gemm-minmax.yaml' 2025-03-21T20:25:17.2146300Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc8w-gemm-minmax.yaml' 2025-03-21T20:25:17.2147087Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc8w-igemm-minmax.yaml' 2025-03-21T20:25:17.2147871Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qb4w-gemm-minmax.yaml' 2025-03-21T20:25:17.2148736Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc4w-gemm-minmax.yaml' 2025-03-21T20:25:17.2149600Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc8w-gemm-minmax.yaml' 2025-03-21T20:25:17.2150390Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc8w-igemm-minmax.yaml' 2025-03-21T20:25:17.2151157Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qp8-f32-qb4w-gemm-minmax.yaml' 2025-03-21T20:25:17.2151930Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qp8-f32-qc4w-gemm-minmax.yaml' 2025-03-21T20:25:17.2152720Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-gemm-minmax-fp32.yaml' 2025-03-21T20:25:17.2153521Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-igemm-minmax-fp32.yaml' 2025-03-21T20:25:17.2154297Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-rdsum-minmax-fp32.yaml' 2025-03-21T20:25:17.2155001Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-rsum.yaml' 2025-03-21T20:25:17.2155673Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-gemm-minmax-fp32.yaml' 2025-03-21T20:25:17.2156423Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-gemm-minmax-rndnu.yaml' 2025-03-21T20:25:17.2157181Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-igemm-minmax-fp32.yaml' 2025-03-21T20:25:17.2157974Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-igemm-minmax-rndnu.yaml' 2025-03-21T20:25:17.2158681Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-rdsum.yaml' 2025-03-21T20:25:17.2159326Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-rsum.yaml' 2025-03-21T20:25:17.2159981Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/s8-ibilinear.yaml' 2025-03-21T20:25:17.2160644Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/u8-ibilinear.yaml' 2025-03-21T20:25:17.2161314Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/u8-lut32norm.yaml' 2025-03-21T20:25:17.2161964Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/u8-rmax.yaml' 2025-03-21T20:25:17.2162586Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/x8-lut.yaml' 2025-03-21T20:25:17.2163285Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-argmaxpool-test.py' 2025-03-21T20:25:17.2164059Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc-test.py' 2025-03-21T20:25:17.2164835Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc2chw-test.py' 2025-03-21T20:25:17.2165726Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-multipass-test.py' 2025-03-21T20:25:17.2166566Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-unipass-test.py' 2025-03-21T20:25:17.2167387Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv2d-chw-test.py' 2025-03-21T20:25:17.2168158Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-gemm-test.py' 2025-03-21T20:25:17.2168937Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-chw-test.py' 2025-03-21T20:25:17.2169720Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-test.py' 2025-03-21T20:25:17.2170490Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-lut-norm-test.py' 2025-03-21T20:25:17.2171232Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-lut-test.py' 2025-03-21T20:25:17.2172014Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddexpminusmax-test.py' 2025-03-21T20:25:17.2172822Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddextexp-test.py' 2025-03-21T20:25:17.2173669Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddstoreexpminusmax-test.py' 2025-03-21T20:25:17.2174565Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-rdsum-benchmark.py' 2025-03-21T20:25:17.2175308Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-rdsum-test.py' 2025-03-21T20:25:17.2176345Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-reduce-test.py' 2025-03-21T20:25:17.2177110Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-spmm-test.py' 2025-03-21T20:25:17.2177850Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vbinary-test.py' 2025-03-21T20:25:17.2178612Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vmulcaddc-test.py' 2025-03-21T20:25:17.2179443Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleexpminusmax-test.py' 2025-03-21T20:25:17.2180271Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleextexp-test.py' 2025-03-21T20:25:17.2181043Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vunary-test.py' 2025-03-21T20:25:17.2181725Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/primes.py' 2025-03-21T20:25:17.2182399Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/update-microkernels.py' 2025-03-21T20:25:17.2183067Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/xngen.py' 2025-03-21T20:25:17.2183686Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/xnncommon.py' 2025-03-21T20:25:17.2184286Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/configure.py' 2025-03-21T20:25:17.2184861Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/confu.yaml' 2025-03-21T20:25:17.2185482Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/deps/clog/configure.py' 2025-03-21T20:25:17.2186140Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/deps/clog/confu.yaml' 2025-03-21T20:25:17.2186833Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/scripts/android-device-dump.py' 2025-03-21T20:25:17.2187615Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/scripts/arm-linux-filesystem-dump.py' 2025-03-21T20:25:17.2188391Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/scripts/parse-x86-cpuid-dump.py' 2025-03-21T20:25:17.2189162Z adding 'executorch/backends/xnnpack/third-party/pthreadpool/configure.py' 2025-03-21T20:25:17.2189784Z adding 'executorch/backends/xnnpack/third-party/pthreadpool/confu.yaml' 2025-03-21T20:25:17.2190313Z adding 'executorch/backends/xnnpack/utils/configs.py' 2025-03-21T20:25:17.2190774Z adding 'executorch/backends/xnnpack/utils/quant_utils.py' 2025-03-21T20:25:17.2191338Z adding 'executorch/backends/xnnpack/utils/utils.py' 2025-03-21T20:25:17.2191818Z adding 'executorch/backends/xnnpack/utils/xnnpack_constants.py' 2025-03-21T20:25:17.2192272Z adding 'executorch/codegen/__init__.py' 2025-03-21T20:25:17.2192648Z adding 'executorch/codegen/tools/__init__.py' 2025-03-21T20:25:17.2193052Z adding 'executorch/codegen/tools/gen_all_oplist.py' 2025-03-21T20:25:17.2193470Z adding 'executorch/codegen/tools/gen_oplist.py' 2025-03-21T20:25:17.2193859Z adding 'executorch/codegen/tools/gen_ops_def.py' 2025-03-21T20:25:17.2194312Z adding 'executorch/codegen/tools/gen_selected_op_variants.py' 2025-03-21T20:25:17.2194764Z adding 'executorch/codegen/tools/merge_yaml.py' 2025-03-21T20:25:17.2195155Z adding 'executorch/codegen/tools/yaml_util.py' 2025-03-21T20:25:17.2195599Z adding 'executorch/codegen/tools/test/test_gen_all_oplist.py' 2025-03-21T20:25:17.2196074Z adding 'executorch/codegen/tools/test/test_gen_oplist.py' 2025-03-21T20:25:17.5401933Z adding 'executorch/codegen/tools/test/test_gen_oplist_real_model.py' 2025-03-21T20:25:17.5402768Z adding 'executorch/codegen/tools/test/test_gen_selected_op_variants.py' 2025-03-21T20:25:17.5403436Z adding 'executorch/data/bin/__init__.py' 2025-03-21T20:25:17.5403781Z adding 'executorch/data/bin/flatc' 2025-03-21T20:25:17.5404185Z adding 'executorch/devtools/__init__.py' 2025-03-21T20:25:17.5404799Z adding 'executorch/devtools/backend_debug/__init__.py' 2025-03-21T20:25:17.5405284Z adding 'executorch/devtools/backend_debug/delegation_info.py' 2025-03-21T20:25:17.5405882Z adding 'executorch/devtools/backend_debug/tests/test_delegation_info.py' 2025-03-21T20:25:17.5406478Z adding 'executorch/devtools/bundled_program/config.py' 2025-03-21T20:25:17.5406948Z adding 'executorch/devtools/bundled_program/core.py' 2025-03-21T20:25:17.5407452Z adding 'executorch/devtools/bundled_program/version.py' 2025-03-21T20:25:17.5407951Z adding 'executorch/devtools/bundled_program/schema/__init__.py' 2025-03-21T20:25:17.5408554Z adding 'executorch/devtools/bundled_program/schema/bundled_program_schema.fbs' 2025-03-21T20:25:17.5409208Z adding 'executorch/devtools/bundled_program/schema/bundled_program_schema.py' 2025-03-21T20:25:17.5409883Z adding 'executorch/devtools/bundled_program/schema/scalar_type.fbs' 2025-03-21T20:25:17.5410644Z adding 'executorch/devtools/bundled_program/schema/test/test_schema.py' 2025-03-21T20:25:17.5411591Z adding 'executorch/devtools/bundled_program/serialize/__init__.py' 2025-03-21T20:25:17.5412651Z adding 'executorch/devtools/bundled_program/serialize/bundled_program_schema.fbs' 2025-03-21T20:25:17.5413759Z adding 'executorch/devtools/bundled_program/serialize/scalar_type.fbs' 2025-03-21T20:25:17.5414911Z adding 'executorch/devtools/bundled_program/serialize/test/test_serialize.py' 2025-03-21T20:25:17.5416086Z adding 'executorch/devtools/bundled_program/test/test_bundle_data.py' 2025-03-21T20:25:17.5417127Z adding 'executorch/devtools/bundled_program/test/test_config.py' 2025-03-21T20:25:17.5418105Z adding 'executorch/devtools/bundled_program/test/test_end2end.py' 2025-03-21T20:25:17.5419086Z adding 'executorch/devtools/bundled_program/util/test_util.py' 2025-03-21T20:25:17.5419645Z adding 'executorch/devtools/debug_format/base_schema.py' 2025-03-21T20:25:17.5420108Z adding 'executorch/devtools/debug_format/et_schema.py' 2025-03-21T20:25:17.5420631Z adding 'executorch/devtools/etdump/etdump_schema_flatcc.fbs' 2025-03-21T20:25:17.5421436Z adding 'executorch/devtools/etdump/scalar_type.fbs' 2025-03-21T20:25:17.5422217Z adding 'executorch/devtools/etdump/schema_flatcc.py' 2025-03-21T20:25:17.5422849Z adding 'executorch/devtools/etdump/serialize.py' 2025-03-21T20:25:17.5423302Z adding 'executorch/devtools/etdump/tests/serialize_test.py' 2025-03-21T20:25:17.5424075Z adding 'executorch/devtools/etrecord/__init__.py' 2025-03-21T20:25:17.5424820Z adding 'executorch/devtools/etrecord/_etrecord.py' 2025-03-21T20:25:17.5425530Z adding 'executorch/devtools/etrecord/tests/etrecord_test.py' 2025-03-21T20:25:17.5426558Z adding 'executorch/devtools/inspector/__init__.py' 2025-03-21T20:25:17.5427341Z adding 'executorch/devtools/inspector/_inspector.py' 2025-03-21T20:25:17.5428008Z adding 'executorch/devtools/inspector/_inspector_utils.py' 2025-03-21T20:25:17.5428672Z adding 'executorch/devtools/inspector/inspector_cli.py' 2025-03-21T20:25:17.5429683Z adding 'executorch/devtools/inspector/tests/event_blocks_test.py' 2025-03-21T20:25:17.5430526Z adding 'executorch/devtools/inspector/tests/inspector_test.py' 2025-03-21T20:25:17.5431084Z adding 'executorch/devtools/inspector/tests/inspector_utils_test.py' 2025-03-21T20:25:17.5432122Z adding 'executorch/devtools/size_analysis_tool/size_analysis_tool.py' 2025-03-21T20:25:17.5433179Z adding 'executorch/devtools/size_analysis_tool/size_analysis_tool_test.py' 2025-03-21T20:25:17.5433718Z adding 'executorch/devtools/visualization/__init__.py' 2025-03-21T20:25:17.5434226Z adding 'executorch/devtools/visualization/visualization_utils.py' 2025-03-21T20:25:17.5434815Z adding 'executorch/devtools/visualization/visualization_utils_test.py' 2025-03-21T20:25:17.5435785Z adding 'executorch/examples/apple/coreml/llama/export.py' 2025-03-21T20:25:17.5436762Z adding 'executorch/examples/apple/coreml/llama/llama_transformer.py' 2025-03-21T20:25:17.5437719Z adding 'executorch/examples/apple/coreml/llama/run.py' 2025-03-21T20:25:17.5438728Z adding 'executorch/examples/apple/coreml/llama/test.py' 2025-03-21T20:25:17.5439254Z adding 'executorch/examples/apple/coreml/llama/utils.py' 2025-03-21T20:25:17.5440063Z adding 'executorch/examples/llm_pte_finetuning/__init__.py' 2025-03-21T20:25:17.5441015Z adding 'executorch/examples/llm_pte_finetuning/model_exporter.py' 2025-03-21T20:25:17.5441988Z adding 'executorch/examples/llm_pte_finetuning/model_loading_lib.py' 2025-03-21T20:25:17.5443098Z adding 'executorch/examples/llm_pte_finetuning/phi3_alpaca_code_config.yaml' 2025-03-21T20:25:17.5443862Z adding 'executorch/examples/llm_pte_finetuning/phi3_config.yaml' 2025-03-21T20:25:17.5444733Z adding 'executorch/examples/llm_pte_finetuning/qwen_05b_config.yaml' 2025-03-21T20:25:17.5445709Z adding 'executorch/examples/llm_pte_finetuning/runner.py' 2025-03-21T20:25:17.5446609Z adding 'executorch/examples/llm_pte_finetuning/training_lib.py' 2025-03-21T20:25:17.5447473Z adding 'executorch/examples/models/__init__.py' 2025-03-21T20:25:17.5448096Z adding 'executorch/examples/models/checkpoint.py' 2025-03-21T20:25:17.5448830Z adding 'executorch/examples/models/model_base.py' 2025-03-21T20:25:17.5449605Z adding 'executorch/examples/models/model_factory.py' 2025-03-21T20:25:17.5450298Z adding 'executorch/examples/models/deeplab_v3/__init__.py' 2025-03-21T20:25:17.5451148Z adding 'executorch/examples/models/deeplab_v3/model.py' 2025-03-21T20:25:17.5451964Z adding 'executorch/examples/models/edsr/__init__.py' 2025-03-21T20:25:17.5452216Z adding 'executorch/examples/models/edsr/model.py' 2025-03-21T20:25:17.5452427Z adding 'executorch/examples/models/efficient_sam/__init__.py' 2025-03-21T20:25:17.5452623Z adding 'executorch/examples/models/efficient_sam/model.py' 2025-03-21T20:25:17.5452950Z adding 'executorch/examples/models/efficient_sam/efficient_sam_core/build_efficient_sam.py' 2025-03-21T20:25:17.5453261Z adding 'executorch/examples/models/efficient_sam/efficient_sam_core/efficient_sam.py' 2025-03-21T20:25:17.5453606Z adding 'executorch/examples/models/efficient_sam/efficient_sam_core/efficient_sam_decoder.py' 2025-03-21T20:25:17.5453947Z adding 'executorch/examples/models/efficient_sam/efficient_sam_core/efficient_sam_encoder.py' 2025-03-21T20:25:17.5454203Z adding 'executorch/examples/models/efficient_sam/efficient_sam_core/mlp.py' 2025-03-21T20:25:17.5454562Z adding 'executorch/examples/models/efficient_sam/efficient_sam_core/two_way_transformer.py' 2025-03-21T20:25:17.5454914Z adding 'executorch/examples/models/emformer_rnnt/__init__.py' 2025-03-21T20:25:17.5455240Z adding 'executorch/examples/models/emformer_rnnt/model.py' 2025-03-21T20:25:17.5455751Z adding 'executorch/examples/models/inception_v3/__init__.py' 2025-03-21T20:25:17.5456074Z adding 'executorch/examples/models/inception_v3/model.py' 2025-03-21T20:25:17.5456424Z adding 'executorch/examples/models/inception_v4/__init__.py' 2025-03-21T20:25:17.5456683Z adding 'executorch/examples/models/inception_v4/model.py' 2025-03-21T20:25:17.5456855Z adding 'executorch/examples/models/llama/__init__.py' 2025-03-21T20:25:17.5457058Z adding 'executorch/examples/models/llama/attention.py' 2025-03-21T20:25:17.5457349Z adding 'executorch/examples/models/llama/eval_llama.py' 2025-03-21T20:25:17.5457688Z adding 'executorch/examples/models/llama/eval_llama_lib.py' 2025-03-21T20:25:17.5458006Z adding 'executorch/examples/models/llama/export_llama.py' 2025-03-21T20:25:17.5458382Z adding 'executorch/examples/models/llama/export_llama_lib.py' 2025-03-21T20:25:17.5458679Z adding 'executorch/examples/models/llama/fairseq2.py' 2025-03-21T20:25:17.5459096Z adding 'executorch/examples/models/llama/install_requirement_helper.py' 2025-03-21T20:25:17.5459284Z adding 'executorch/examples/models/llama/llama_test.py' 2025-03-21T20:25:17.5459486Z adding 'executorch/examples/models/llama/llama_transformer.py' 2025-03-21T20:25:17.5459654Z adding 'executorch/examples/models/llama/model.py' 2025-03-21T20:25:17.5459932Z adding 'executorch/examples/models/llama/model_args.py' 2025-03-21T20:25:17.5460081Z adding 'executorch/examples/models/llama/norm.py' 2025-03-21T20:25:17.5460245Z adding 'executorch/examples/models/llama/rope.py' 2025-03-21T20:25:17.5460444Z adding 'executorch/examples/models/llama/static_attention.py' 2025-03-21T20:25:17.5460656Z adding 'executorch/examples/models/llama/evaluate/__init__.py' 2025-03-21T20:25:17.5460866Z adding 'executorch/examples/models/llama/evaluate/eager_eval.py' 2025-03-21T20:25:17.5461102Z adding 'executorch/examples/models/llama/experimental/generate.py' 2025-03-21T20:25:17.5461353Z adding 'executorch/examples/models/llama/experimental/load_gguf_q4_0.py' 2025-03-21T20:25:17.5461577Z adding 'executorch/examples/models/llama/experimental/subclass.py' 2025-03-21T20:25:17.5461834Z adding 'executorch/examples/models/llama/experimental/test_subclass.py' 2025-03-21T20:25:17.5462013Z adding 'executorch/examples/models/llama/runner/eager.py' 2025-03-21T20:25:17.5462356Z adding 'executorch/examples/models/llama/runner/generation.py' 2025-03-21T20:25:17.5462672Z adding 'executorch/examples/models/llama/runner/native.py' 2025-03-21T20:25:17.5463163Z adding 'executorch/examples/models/llama/source_transformation/__init__.py' 2025-03-21T20:25:17.5463772Z adding 'executorch/examples/models/llama/source_transformation/apply_spin_quant_r1_r2.py' 2025-03-21T20:25:17.5464219Z adding 'executorch/examples/models/llama/source_transformation/attention.py' 2025-03-21T20:25:17.5464527Z adding 'executorch/examples/models/llama/source_transformation/attention_sink.py' 2025-03-21T20:25:17.5464771Z adding 'executorch/examples/models/llama/source_transformation/lora.py' 2025-03-21T20:25:17.5465088Z adding 'executorch/examples/models/llama/source_transformation/pre_quantization.py' 2025-03-21T20:25:17.5465363Z adding 'executorch/examples/models/llama/source_transformation/prune_vocab.py' 2025-03-21T20:25:17.5465647Z adding 'executorch/examples/models/llama/source_transformation/quantize.py' 2025-03-21T20:25:17.5466194Z adding 'executorch/examples/models/llama/source_transformation/quantized_kv_cache.py' 2025-03-21T20:25:17.5466688Z adding 'executorch/examples/models/llama/source_transformation/rms_norm.py' 2025-03-21T20:25:17.5467143Z adding 'executorch/examples/models/llama/source_transformation/rope.py' 2025-03-21T20:25:17.5467582Z adding 'executorch/examples/models/llama/source_transformation/sdpa.py' 2025-03-21T20:25:17.5467898Z adding 'executorch/examples/models/llama/source_transformation/spin_quant.py' 2025-03-21T20:25:17.5468205Z adding 'executorch/examples/models/llama/source_transformation/test_attention_sink.py' 2025-03-21T20:25:17.5469012Z adding 'executorch/examples/models/llama/source_transformation/test_quantized_kv_cache.py' 2025-03-21T20:25:17.5469717Z adding 'executorch/examples/models/llama/source_transformation/test_sdpa_with_quantized_kv_cache.py' 2025-03-21T20:25:17.5470232Z adding 'executorch/examples/models/llama/source_transformation/vulkan_rope.py' 2025-03-21T20:25:17.5849371Z adding 'executorch/examples/models/llama/tests/test_pre_quantization_transforms.py' 2025-03-21T20:25:17.5849736Z adding 'executorch/examples/models/llama/tests/test_simple_sdpa.py' 2025-03-21T20:25:17.5850234Z adding 'executorch/examples/models/llama/tests/test_static_attention.py' 2025-03-21T20:25:17.5850648Z adding 'executorch/examples/models/llama/tokenizer/tiktoken.py' 2025-03-21T20:25:17.5850866Z adding 'executorch/examples/models/llama3_2_vision/__init__.py' 2025-03-21T20:25:17.5851135Z adding 'executorch/examples/models/llama3_2_vision/preprocess/__init__.py' 2025-03-21T20:25:17.5851438Z adding 'executorch/examples/models/llama3_2_vision/preprocess/export_preprocess.py' 2025-03-21T20:25:17.5851683Z adding 'executorch/examples/models/llama3_2_vision/preprocess/model.py' 2025-03-21T20:25:17.5851987Z adding 'executorch/examples/models/llama3_2_vision/preprocess/test_preprocess.py' 2025-03-21T20:25:17.5852211Z adding 'executorch/examples/models/llama3_2_vision/runner/eager.py' 2025-03-21T20:25:17.5852614Z adding 'executorch/examples/models/llama3_2_vision/runner/exported.py' 2025-03-21T20:25:17.5852860Z adding 'executorch/examples/models/llama3_2_vision/runner/generation.py' 2025-03-21T20:25:17.5853105Z adding 'executorch/examples/models/llama3_2_vision/runner/native.py' 2025-03-21T20:25:17.5853354Z adding 'executorch/examples/models/llama3_2_vision/text_decoder/model.py' 2025-03-21T20:25:17.5853635Z adding 'executorch/examples/models/llama3_2_vision/text_decoder/test/__init__.py' 2025-03-21T20:25:17.5853966Z adding 'executorch/examples/models/llama3_2_vision/text_decoder/test/test_text_decoder.py' 2025-03-21T20:25:17.5854238Z adding 'executorch/examples/models/llama3_2_vision/vision_encoder/__init__.py' 2025-03-21T20:25:17.5854509Z adding 'executorch/examples/models/llama3_2_vision/vision_encoder/model.py' 2025-03-21T20:25:17.5854796Z adding 'executorch/examples/models/llama3_2_vision/vision_encoder/test/__init__.py' 2025-03-21T20:25:17.5855150Z adding 'executorch/examples/models/llama3_2_vision/vision_encoder/test/test_vision_encoder.py' 2025-03-21T20:25:17.5855318Z adding 'executorch/examples/models/llava/__init__.py' 2025-03-21T20:25:17.5855517Z adding 'executorch/examples/models/llava/export_llava.py' 2025-03-21T20:25:17.5855690Z adding 'executorch/examples/models/llava/image_util.py' 2025-03-21T20:25:17.5855846Z adding 'executorch/examples/models/llava/model.py' 2025-03-21T20:25:17.5856046Z adding 'executorch/examples/models/llava/test/test_llava.py' 2025-03-21T20:25:17.5856228Z adding 'executorch/examples/models/llava/test/test_pte.py' 2025-03-21T20:25:17.5856399Z adding 'executorch/examples/models/lstm/__init__.py' 2025-03-21T20:25:17.5856546Z adding 'executorch/examples/models/lstm/model.py' 2025-03-21T20:25:17.5856725Z adding 'executorch/examples/models/mobilebert/__init__.py' 2025-03-21T20:25:17.5856906Z adding 'executorch/examples/models/mobilebert/model.py' 2025-03-21T20:25:17.5857093Z adding 'executorch/examples/models/mobilenet_v2/__init__.py' 2025-03-21T20:25:17.5857285Z adding 'executorch/examples/models/mobilenet_v2/model.py' 2025-03-21T20:25:17.5857470Z adding 'executorch/examples/models/mobilenet_v3/__init__.py' 2025-03-21T20:25:17.5857656Z adding 'executorch/examples/models/mobilenet_v3/model.py' 2025-03-21T20:25:17.5857837Z adding 'executorch/examples/models/moshi/mimi/test_mimi.py' 2025-03-21T20:25:17.5858015Z adding 'executorch/examples/models/phi-3-mini/__init__.py' 2025-03-21T20:25:17.5858197Z adding 'executorch/examples/models/phi-3-mini/eager.py' 2025-03-21T20:25:17.5858420Z adding 'executorch/examples/models/phi-3-mini/export_phi-3-mini.py' 2025-03-21T20:25:17.5858697Z adding 'executorch/examples/models/phi-3-mini/phi_3_mini.py' 2025-03-21T20:25:17.5858894Z adding 'executorch/examples/models/phi-3-mini/static_cache.py' 2025-03-21T20:25:17.5859127Z adding 'executorch/examples/models/phi-3-mini-lora/export_model.py' 2025-03-21T20:25:17.5859305Z adding 'executorch/examples/models/phi-4-mini/__init__.py' 2025-03-21T20:25:17.5859526Z adding 'executorch/examples/models/phi-4-mini/convert_weights.py' 2025-03-21T20:25:17.5859706Z adding 'executorch/examples/models/qwen2_5/__init__.py' 2025-03-21T20:25:17.5859902Z adding 'executorch/examples/models/qwen2_5/convert_weights.py' 2025-03-21T20:25:17.5860078Z adding 'executorch/examples/models/resnet/__init__.py' 2025-03-21T20:25:17.5860228Z adding 'executorch/examples/models/resnet/model.py' 2025-03-21T20:25:17.5860400Z adding 'executorch/examples/models/test/__init__.py' 2025-03-21T20:25:17.5860571Z adding 'executorch/examples/models/test/test_export.py' 2025-03-21T20:25:17.5860780Z adding 'executorch/examples/models/torchvision_vit/__init__.py' 2025-03-21T20:25:17.5860983Z adding 'executorch/examples/models/torchvision_vit/model.py' 2025-03-21T20:25:17.5861157Z adding 'executorch/examples/models/toy_model/__init__.py' 2025-03-21T20:25:17.5861336Z adding 'executorch/examples/models/toy_model/model.py' 2025-03-21T20:25:17.5861570Z adding 'executorch/examples/models/wav2letter/__init__.py' 2025-03-21T20:25:17.5861755Z adding 'executorch/examples/models/wav2letter/model.py' 2025-03-21T20:25:17.5861875Z adding 'executorch/exir/__init__.py' 2025-03-21T20:25:17.5861994Z adding 'executorch/exir/_warnings.py' 2025-03-21T20:25:17.5862123Z adding 'executorch/exir/common.py' 2025-03-21T20:25:17.5862247Z adding 'executorch/exir/control_flow.py' 2025-03-21T20:25:17.5862378Z adding 'executorch/exir/delegate.py' 2025-03-21T20:25:17.5862495Z adding 'executorch/exir/delegate.pyi' 2025-03-21T20:25:17.5862626Z adding 'executorch/exir/dim_order_utils.py' 2025-03-21T20:25:17.5862769Z adding 'executorch/exir/dynamic_shape.py' 2025-03-21T20:25:17.5862882Z adding 'executorch/exir/error.py' 2025-03-21T20:25:17.5863006Z adding 'executorch/exir/graph.py' 2025-03-21T20:25:17.5863129Z adding 'executorch/exir/graph_module.py' 2025-03-21T20:25:17.5863294Z adding 'executorch/exir/lowered_backend_module.py' 2025-03-21T20:25:17.5863407Z adding 'executorch/exir/memory.py' 2025-03-21T20:25:17.5863541Z adding 'executorch/exir/memory_planning.py' 2025-03-21T20:25:17.5863671Z adding 'executorch/exir/pass_base.py' 2025-03-21T20:25:17.5863798Z adding 'executorch/exir/pass_manager.py' 2025-03-21T20:25:17.5863938Z adding 'executorch/exir/print_program.py' 2025-03-21T20:25:17.5864059Z adding 'executorch/exir/scalar_type.py' 2025-03-21T20:25:17.5864171Z adding 'executorch/exir/schema.py' 2025-03-21T20:25:17.5864299Z adding 'executorch/exir/sym_util.py' 2025-03-21T20:25:17.5864411Z adding 'executorch/exir/tensor.py' 2025-03-21T20:25:17.5864539Z adding 'executorch/exir/tracer.py' 2025-03-21T20:25:17.5864653Z adding 'executorch/exir/types.py' 2025-03-21T20:25:17.5864781Z adding 'executorch/exir/version.py' 2025-03-21T20:25:17.5864898Z adding 'executorch/exir/wrap.py' 2025-03-21T20:25:17.5865040Z adding 'executorch/exir/_serialize/__init__.py' 2025-03-21T20:25:17.5865187Z adding 'executorch/exir/_serialize/_cord.py' 2025-03-21T20:25:17.5865337Z adding 'executorch/exir/_serialize/_dataclass.py' 2025-03-21T20:25:17.5865506Z adding 'executorch/exir/_serialize/_flatbuffer.py' 2025-03-21T20:25:17.5865679Z adding 'executorch/exir/_serialize/_named_data_store.py' 2025-03-21T20:25:17.5865821Z adding 'executorch/exir/_serialize/_program.py' 2025-03-21T20:25:17.5865979Z adding 'executorch/exir/_serialize/_serialize.py' 2025-03-21T20:25:17.5866147Z adding 'executorch/exir/_serialize/data_serializer.py' 2025-03-21T20:25:17.5866297Z adding 'executorch/exir/_serialize/padding.py' 2025-03-21T20:25:17.5866436Z adding 'executorch/exir/_serialize/program.fbs' 2025-03-21T20:25:17.5866650Z adding 'executorch/exir/_serialize/scalar_type.fbs' 2025-03-21T20:25:17.5866804Z adding 'executorch/exir/_serialize/test/__init__.py' 2025-03-21T20:25:17.5866963Z adding 'executorch/exir/_serialize/test/test_cord.py' 2025-03-21T20:25:17.5867161Z adding 'executorch/exir/_serialize/test/test_flatbuffer.py' 2025-03-21T20:25:17.5867374Z adding 'executorch/exir/_serialize/test/test_named_data_store.py' 2025-03-21T20:25:17.5867617Z adding 'executorch/exir/_serialize/test/test_program.py' 2025-03-21T20:25:17.5867763Z adding 'executorch/exir/backend/backend_api.py' 2025-03-21T20:25:17.5867986Z adding 'executorch/exir/backend/backend_details.py' 2025-03-21T20:25:17.5868159Z adding 'executorch/exir/backend/compile_spec_schema.py' 2025-03-21T20:25:17.5868343Z adding 'executorch/exir/backend/operator_support.py' 2025-03-21T20:25:17.5868562Z adding 'executorch/exir/backend/partitioner.py' 2025-03-21T20:25:17.5868706Z adding 'executorch/exir/backend/utils.py' 2025-03-21T20:25:17.5869081Z adding 'executorch/exir/backend/canonical_partitioners/config_partitioner.py' 2025-03-21T20:25:17.5869397Z adding 'executorch/exir/backend/canonical_partitioners/duplicate_constant_node_pass.py' 2025-03-21T20:25:17.5869714Z adding 'executorch/exir/backend/canonical_partitioners/duplicate_dequant_node_pass.py' 2025-03-21T20:25:17.5870157Z adding 'executorch/exir/backend/canonical_partitioners/pattern_op_partitioner.py' 2025-03-21T20:25:17.5870380Z adding 'executorch/exir/backend/test/backend_with_compiler_demo.py' 2025-03-21T20:25:17.5870649Z adding 'executorch/exir/backend/test/backend_with_delegate_mapping_demo.py' 2025-03-21T20:25:17.5870873Z adding 'executorch/exir/backend/test/backend_with_named_data_map.py' 2025-03-21T20:25:17.5871083Z adding 'executorch/exir/backend/test/hta_partitioner_demo.py' 2025-03-21T20:25:17.5871273Z adding 'executorch/exir/backend/test/op_partitioner_demo.py' 2025-03-21T20:25:17.5871463Z adding 'executorch/exir/backend/test/qnn_backend_demo.py' 2025-03-21T20:25:17.5871711Z adding 'executorch/exir/backend/test/test_backend_with_named_data_map.py' 2025-03-21T20:25:17.5871877Z adding 'executorch/exir/backend/test/test_backends.py' 2025-03-21T20:25:17.5872083Z adding 'executorch/exir/backend/test/test_backends_lifted.py' 2025-03-21T20:25:17.5872274Z adding 'executorch/exir/backend/test/test_backends_nested.py' 2025-03-21T20:25:17.5872475Z adding 'executorch/exir/backend/test/test_compatibility.py' 2025-03-21T20:25:17.5872668Z adding 'executorch/exir/backend/test/test_debug_handle_map.py' 2025-03-21T20:25:17.5872896Z adding 'executorch/exir/backend/test/test_delegate_map_builder.py' 2025-03-21T20:25:17.5873087Z adding 'executorch/exir/backend/test/test_graph_partition.py' 2025-03-21T20:25:17.5873311Z adding 'executorch/exir/backend/test/test_lowered_backend_module.py' 2025-03-21T20:25:17.5873498Z adding 'executorch/exir/backend/test/test_partitioner.py' 2025-03-21T20:25:17.5873694Z adding 'executorch/exir/backend/test/test_passes.py' 2025-03-21T20:25:17.5873883Z adding 'executorch/exir/backend/test/test_utils.py' 2025-03-21T20:25:17.5874186Z adding 'executorch/exir/backend/test/demos/test_delegate_aten_mode.py' 2025-03-21T20:25:17.5874524Z adding 'executorch/exir/backend/test/demos/test_xnnpack_qnnpack.py' 2025-03-21T20:25:17.5874807Z adding 'executorch/exir/backend/test/demos/rpc/executor_backend_partitioner.py' 2025-03-21T20:25:17.5875099Z adding 'executorch/exir/backend/test/demos/rpc/executor_backend_preprocess.py' 2025-03-21T20:25:17.5875282Z adding 'executorch/exir/backend/test/demos/rpc/test_rpc.py' 2025-03-21T20:25:17.5875418Z adding 'executorch/exir/capture/__init__.py' 2025-03-21T20:25:17.5875596Z adding 'executorch/exir/capture/_capture.py' 2025-03-21T20:25:17.5875730Z adding 'executorch/exir/capture/_config.py' 2025-03-21T20:25:17.5875917Z adding 'executorch/exir/capture/_unlift.py' 2025-03-21T20:25:17.5876261Z adding 'executorch/exir/dialects/__init__.py' 2025-03-21T20:25:17.5876547Z adding 'executorch/exir/dialects/_ops.py' 2025-03-21T20:25:17.5876710Z adding 'executorch/exir/dialects/backend/_ops.py' 2025-03-21T20:25:17.5876927Z adding 'executorch/exir/dialects/backend/test/test_backend_ops.py' 2025-03-21T20:25:17.6867684Z adding 'executorch/exir/dialects/edge/_ops.py' 2025-03-21T20:25:17.6868408Z adding 'executorch/exir/dialects/edge/edge.yaml' 2025-03-21T20:25:17.6869171Z adding 'executorch/exir/dialects/edge/arg/model.py' 2025-03-21T20:25:17.6869585Z adding 'executorch/exir/dialects/edge/arg/type.py' 2025-03-21T20:25:17.6870029Z adding 'executorch/exir/dialects/edge/dtype/runner.py' 2025-03-21T20:25:17.6870503Z adding 'executorch/exir/dialects/edge/dtype/supported.py' 2025-03-21T20:25:17.6870986Z adding 'executorch/exir/dialects/edge/dtype/utils.py' 2025-03-21T20:25:17.6871549Z adding 'executorch/exir/dialects/edge/op/api.py' 2025-03-21T20:25:17.6872098Z adding 'executorch/exir/dialects/edge/op/sample_input.py' 2025-03-21T20:25:17.6872574Z adding 'executorch/exir/dialects/edge/op/test/test_api.py' 2025-03-21T20:25:17.6873033Z adding 'executorch/exir/dialects/edge/spec/gen.py' 2025-03-21T20:25:17.6873456Z adding 'executorch/exir/dialects/edge/spec/utils.py' 2025-03-21T20:25:17.6873922Z adding 'executorch/exir/dialects/edge/test/test_edge_ops.py' 2025-03-21T20:25:17.6874517Z adding 'executorch/exir/dialects/edge/test/test_edge_yaml.py' 2025-03-21T20:25:17.6875381Z adding 'executorch/exir/dialects/test/test_exir_dialect_ops.py' 2025-03-21T20:25:17.6875846Z adding 'executorch/exir/emit/__init__.py' 2025-03-21T20:25:17.6876399Z adding 'executorch/exir/emit/_emit_program.py' 2025-03-21T20:25:17.6876786Z adding 'executorch/exir/emit/_emitter.py' 2025-03-21T20:25:17.6877170Z adding 'executorch/exir/emit/test/test_emit.py' 2025-03-21T20:25:17.6877618Z adding 'executorch/exir/operator/convert.py' 2025-03-21T20:25:17.6878101Z adding 'executorch/exir/operator/manip.py' 2025-03-21T20:25:17.6878567Z adding 'executorch/exir/operator/util.py' 2025-03-21T20:25:17.6878988Z adding 'executorch/exir/operator/test/test_operator.py' 2025-03-21T20:25:17.6879438Z adding 'executorch/exir/passes/__init__.py' 2025-03-21T20:25:17.6880005Z adding 'executorch/exir/passes/_quant_patterns_and_replacements.py' 2025-03-21T20:25:17.6880607Z adding 'executorch/exir/passes/const_prop_pass.py' 2025-03-21T20:25:17.6881039Z adding 'executorch/exir/passes/constant_prop_pass.py' 2025-03-21T20:25:17.6881522Z adding 'executorch/exir/passes/debug_handle_generator_pass.py' 2025-03-21T20:25:17.6882164Z adding 'executorch/exir/passes/dim_order_ops_registry.py' 2025-03-21T20:25:17.6882738Z adding 'executorch/exir/passes/dynamic_shape_prop_pass.py' 2025-03-21T20:25:17.6883231Z adding 'executorch/exir/passes/executorch_prim_ops_registry.py' 2025-03-21T20:25:17.6883772Z adding 'executorch/exir/passes/external_constants_pass.py' 2025-03-21T20:25:17.6884230Z adding 'executorch/exir/passes/init_mutable_pass.py' 2025-03-21T20:25:17.6884868Z adding 'executorch/exir/passes/insert_write_back_for_buffers_pass.py' 2025-03-21T20:25:17.6885516Z adding 'executorch/exir/passes/memory_format_ops_pass.py' 2025-03-21T20:25:17.6885982Z adding 'executorch/exir/passes/memory_planning_pass.py' 2025-03-21T20:25:17.6886451Z adding 'executorch/exir/passes/normalize_transpose_pass.py' 2025-03-21T20:25:17.6887088Z adding 'executorch/exir/passes/normalize_view_copy_base_pass.py' 2025-03-21T20:25:17.6887672Z adding 'executorch/exir/passes/pass_registry.py' 2025-03-21T20:25:17.6888122Z adding 'executorch/exir/passes/prune_empty_tensors_pass.py' 2025-03-21T20:25:17.6888581Z adding 'executorch/exir/passes/quant_fusion_pass.py' 2025-03-21T20:25:17.6889039Z adding 'executorch/exir/passes/quantize_io_pass.py' 2025-03-21T20:25:17.6889608Z adding 'executorch/exir/passes/remove_graph_asserts_pass.py' 2025-03-21T20:25:17.6890206Z adding 'executorch/exir/passes/remove_mixed_type_operators.py' 2025-03-21T20:25:17.6890676Z adding 'executorch/exir/passes/remove_noop_pass.py' 2025-03-21T20:25:17.6891343Z adding 'executorch/exir/passes/replace_aten_with_edge_pass.py' 2025-03-21T20:25:17.6892136Z adding 'executorch/exir/passes/replace_broken_ops_with_function_ops_pass.py' 2025-03-21T20:25:17.6892733Z adding 'executorch/exir/passes/replace_edge_with_backend_pass.py' 2025-03-21T20:25:17.6893238Z adding 'executorch/exir/passes/replace_sym_size_op_pass.py' 2025-03-21T20:25:17.6893802Z adding 'executorch/exir/passes/replace_view_copy_with_view_pass.py' 2025-03-21T20:25:17.6894494Z adding 'executorch/exir/passes/scalar_to_tensor_pass.py' 2025-03-21T20:25:17.6894958Z adding 'executorch/exir/passes/spec_prop_pass.py' 2025-03-21T20:25:17.6895389Z adding 'executorch/exir/passes/sym_shape_eval_pass.py' 2025-03-21T20:25:17.6895819Z adding 'executorch/exir/passes/sym_to_tensor_pass.py' 2025-03-21T20:25:17.6896396Z adding 'executorch/exir/passes/weights_to_outputs_pass.py' 2025-03-21T20:25:17.6896946Z adding 'executorch/exir/program/__init__.py' 2025-03-21T20:25:17.6897343Z adding 'executorch/exir/program/_fake_program.py' 2025-03-21T20:25:17.6897750Z adding 'executorch/exir/program/_program.py' 2025-03-21T20:25:17.6898127Z adding 'executorch/exir/program/test/__init__.py' 2025-03-21T20:25:17.6898570Z adding 'executorch/exir/program/test/test_fake_program.py' 2025-03-21T20:25:17.6899081Z adding 'executorch/exir/program/test/test_program.py' 2025-03-21T20:25:17.6899784Z adding 'executorch/exir/serde/__init__.py' 2025-03-21T20:25:17.6900192Z adding 'executorch/exir/serde/export_serialize.py' 2025-03-21T20:25:17.6900586Z adding 'executorch/exir/serde/schema.py' 2025-03-21T20:25:17.6900947Z adding 'executorch/exir/serde/schema_check.py' 2025-03-21T20:25:17.6901338Z adding 'executorch/exir/serde/serialize.py' 2025-03-21T20:25:17.6901708Z adding 'executorch/exir/serde/union.py' 2025-03-21T20:25:17.6902067Z adding 'executorch/exir/serde/upgrade.py' 2025-03-21T20:25:17.6902463Z adding 'executorch/exir/tests/asr_joiner.py' 2025-03-21T20:25:17.6902928Z adding 'executorch/exir/tests/common.py' 2025-03-21T20:25:17.6903444Z adding 'executorch/exir/tests/control_flow_models.py' 2025-03-21T20:25:17.6903888Z adding 'executorch/exir/tests/dynamic_shape_models.py' 2025-03-21T20:25:17.6904291Z adding 'executorch/exir/tests/models.py' 2025-03-21T20:25:17.6904680Z adding 'executorch/exir/tests/test_arg_validator.py' 2025-03-21T20:25:17.6905099Z adding 'executorch/exir/tests/test_capture.py' 2025-03-21T20:25:17.6905610Z adding 'executorch/exir/tests/test_common.py' 2025-03-21T20:25:17.6906105Z adding 'executorch/exir/tests/test_delegate.py' 2025-03-21T20:25:17.6906524Z adding 'executorch/exir/tests/test_dim_order_utils.py' 2025-03-21T20:25:17.6907015Z adding 'executorch/exir/tests/test_dynamic_shape_propagation.py' 2025-03-21T20:25:17.6907472Z adding 'executorch/exir/tests/test_error.py' 2025-03-21T20:25:17.6908006Z adding 'executorch/exir/tests/test_joint_graph.py' 2025-03-21T20:25:17.6908568Z adding 'executorch/exir/tests/test_memory_format_ops_pass.py' 2025-03-21T20:25:17.6909202Z adding 'executorch/exir/tests/test_memory_format_ops_pass_aten.py' 2025-03-21T20:25:17.6909761Z adding 'executorch/exir/tests/test_memory_format_ops_pass_utils.py' 2025-03-21T20:25:17.6910265Z adding 'executorch/exir/tests/test_memory_planning.py' 2025-03-21T20:25:17.6910716Z adding 'executorch/exir/tests/test_op_convert.py' 2025-03-21T20:25:17.6911234Z adding 'executorch/exir/tests/test_pass_infra.py' 2025-03-21T20:25:17.6911739Z adding 'executorch/exir/tests/test_passes.py' 2025-03-21T20:25:17.6912147Z adding 'executorch/exir/tests/test_print_program.py' 2025-03-21T20:25:17.6912627Z adding 'executorch/exir/tests/test_prune_empty_tensors_pass.py' 2025-03-21T20:25:17.6913110Z adding 'executorch/exir/tests/test_quant_fusion_pass.py' 2025-03-21T20:25:17.6913593Z adding 'executorch/exir/tests/test_quantization.py' 2025-03-21T20:25:17.6914160Z adding 'executorch/exir/tests/test_quantize_io_pass.py' 2025-03-21T20:25:17.6914702Z adding 'executorch/exir/tests/test_remove_view_copy.py' 2025-03-21T20:25:17.6915228Z adding 'executorch/exir/tests/test_serde.py' 2025-03-21T20:25:17.6915600Z adding 'executorch/exir/tests/test_tensor.py' 2025-03-21T20:25:17.6915992Z adding 'executorch/exir/tests/test_tracer.py' 2025-03-21T20:25:17.6916401Z adding 'executorch/exir/tests/test_verification.py' 2025-03-21T20:25:17.6916814Z adding 'executorch/exir/tests/test_warnings.py' 2025-03-21T20:25:17.6917217Z adding 'executorch/exir/tests/transformer.py' 2025-03-21T20:25:17.6917679Z adding 'executorch/exir/verification/arg_validator.py' 2025-03-21T20:25:17.6918215Z adding 'executorch/exir/verification/dev_html.py' 2025-03-21T20:25:17.6918744Z adding 'executorch/exir/verification/interpreter.py' 2025-03-21T20:25:17.6919172Z adding 'executorch/exir/verification/verifier.py' 2025-03-21T20:25:17.6919624Z adding 'executorch/exir/verification/test/test_verifier.py' 2025-03-21T20:25:17.6920106Z adding 'executorch/extension/android_test/add_model.py' 2025-03-21T20:25:17.6920542Z adding 'executorch/extension/export_util/__init__.py' 2025-03-21T20:25:17.6920983Z adding 'executorch/extension/export_util/utils.py' 2025-03-21T20:25:17.6921430Z adding 'executorch/extension/flat_tensor/__init__.py' 2025-03-21T20:25:17.6922028Z adding 'executorch/extension/flat_tensor/serialize/__init__.py' 2025-03-21T20:25:17.6922677Z adding 'executorch/extension/flat_tensor/serialize/flat_tensor.fbs' 2025-03-21T20:25:17.6923334Z adding 'executorch/extension/flat_tensor/serialize/flat_tensor_schema.py' 2025-03-21T20:25:17.6923926Z adding 'executorch/extension/flat_tensor/serialize/scalar_type.fbs' 2025-03-21T20:25:17.6924622Z adding 'executorch/extension/flat_tensor/serialize/serialize.py' 2025-03-21T20:25:17.6925258Z adding 'executorch/extension/flat_tensor/test/test_serialize.py' 2025-03-21T20:25:17.6925755Z adding 'executorch/extension/gguf_util/convert_main.py' 2025-03-21T20:25:17.6926200Z adding 'executorch/extension/gguf_util/converter.py' 2025-03-21T20:25:17.6926615Z adding 'executorch/extension/gguf_util/load_gguf.py' 2025-03-21T20:25:17.6927118Z adding 'executorch/extension/gguf_util/converters/llama_converter.py' 2025-03-21T20:25:17.6927637Z adding 'executorch/extension/llm/custom_ops/__init__.py' 2025-03-21T20:25:17.6928107Z adding 'executorch/extension/llm/custom_ops/custom_ops.py' 2025-03-21T20:25:17.6928719Z adding 'executorch/extension/llm/custom_ops/libcustom_ops_aot_lib.so' 2025-03-21T20:25:17.6929403Z adding 'executorch/extension/llm/custom_ops/model_sharding.py' 2025-03-21T20:25:17.6929929Z adding 'executorch/extension/llm/custom_ops/op_tile_crop_aot.py' 2025-03-21T20:25:17.6930479Z adding 'executorch/extension/llm/custom_ops/preprocess_custom_ops.py' 2025-03-21T20:25:17.6931078Z adding 'executorch/extension/llm/custom_ops/test_preprocess_custom_ops.py' 2025-03-21T20:25:17.6931761Z adding 'executorch/extension/llm/custom_ops/test_sdpa_with_kv_cache.py' 2025-03-21T20:25:17.6932498Z adding 'executorch/extension/llm/custom_ops/test_update_cache.py' 2025-03-21T20:25:17.6933107Z adding 'executorch/extension/llm/custom_ops/spinquant/special_hadamard_code_gen.py' 2025-03-21T20:25:17.6933803Z adding 'executorch/extension/llm/custom_ops/spinquant/third-party/FFHT/example.py' 2025-03-21T20:25:17.6934483Z adding 'executorch/extension/llm/custom_ops/spinquant/third-party/FFHT/gen.py' 2025-03-21T20:25:17.6935029Z adding 'executorch/extension/llm/export/__init__.py' 2025-03-21T20:25:17.6935459Z adding 'executorch/extension/llm/export/builder.py' 2025-03-21T20:25:17.6935908Z adding 'executorch/extension/llm/export/export_passes.py' 2025-03-21T20:25:17.6936440Z adding 'executorch/extension/llm/export/partitioner_lib.py' 2025-03-21T20:25:17.6937087Z adding 'executorch/extension/llm/export/quantizer_lib.py' 2025-03-21T20:25:17.6937594Z adding 'executorch/extension/llm/export/test_export_passes.py' 2025-03-21T20:25:17.6938077Z adding 'executorch/extension/llm/modules/__init__.py' 2025-03-21T20:25:17.6938571Z adding 'executorch/extension/llm/modules/_position_embeddings.py' 2025-03-21T20:25:17.6939311Z adding 'executorch/extension/llm/modules/attention.py' 2025-03-21T20:25:17.6939870Z adding 'executorch/extension/llm/modules/kv_cache.py' 2025-03-21T20:25:18.2405545Z adding 'executorch/extension/llm/modules/test/__init__.py' 2025-03-21T20:25:18.2406528Z adding 'executorch/extension/llm/modules/test/test_attention.py' 2025-03-21T20:25:18.2407100Z adding 'executorch/extension/llm/modules/test/test_kv_cache.py' 2025-03-21T20:25:18.2407765Z adding 'executorch/extension/llm/modules/test/test_position_embeddings.py' 2025-03-21T20:25:18.2408438Z adding 'executorch/extension/llm/tokenizer/__init__.py' 2025-03-21T20:25:18.2408911Z adding 'executorch/extension/llm/tokenizer/hf_tokenizer.py' 2025-03-21T20:25:18.2409394Z adding 'executorch/extension/llm/tokenizer/tokenizer.py' 2025-03-21T20:25:18.2409845Z adding 'executorch/extension/llm/tokenizer/utils.py' 2025-03-21T20:25:18.2410332Z adding 'executorch/extension/llm/tokenizer/test/test_tokenizer.py' 2025-03-21T20:25:18.2410905Z adding 'executorch/extension/llm/tokenizers/setup.py' 2025-03-21T20:25:18.2411555Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/__init__.py' 2025-03-21T20:25:18.2412232Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/hf_tokenizer.py' 2025-03-21T20:25:18.2412930Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/llama2c.py' 2025-03-21T20:25:18.2413924Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/tiktoken.py' 2025-03-21T20:25:18.2414628Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c/__init__.py' 2025-03-21T20:25:18.2415404Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c/convert.py' 2025-03-21T20:25:18.2416148Z adding 'executorch/extension/llm/tokenizers/third-party/abseil-cpp/conanfile.py' 2025-03-21T20:25:18.2416906Z adding 'executorch/extension/llm/tokenizers/third-party/abseil-cpp/create_lts.py' 2025-03-21T20:25:18.2417786Z adding 'executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl/abseil.podspec.gen.py' 2025-03-21T20:25:18.2418592Z adding 'executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl/copts/copts.py' 2025-03-21T20:25:18.2419384Z adding 'executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl/copts/generate_copts.py' 2025-03-21T20:25:18.2420247Z adding 'executorch/extension/llm/tokenizers/third-party/json/docs/mkdocs/scripts/check_structure.py' 2025-03-21T20:25:18.2421113Z adding 'executorch/extension/llm/tokenizers/third-party/json/tests/thirdparty/imapdl/filterbr.py' 2025-03-21T20:25:18.2421939Z adding 'executorch/extension/llm/tokenizers/third-party/json/tools/amalgamate/amalgamate.py' 2025-03-21T20:25:18.2422988Z adding 'executorch/extension/llm/tokenizers/third-party/json/tools/gdb_pretty_printer/nlohmann-json.py' 2025-03-21T20:25:18.2423893Z adding 'executorch/extension/llm/tokenizers/third-party/json/tools/generate_natvis/generate_natvis.py' 2025-03-21T20:25:18.2424756Z adding 'executorch/extension/llm/tokenizers/third-party/json/tools/serve_header/serve_header.py' 2025-03-21T20:25:18.2425537Z adding 'executorch/extension/llm/tokenizers/third-party/re2/benchlog/benchplot.py' 2025-03-21T20:25:18.2426260Z adding 'executorch/extension/llm/tokenizers/third-party/re2/python/re2.py' 2025-03-21T20:25:18.2427016Z adding 'executorch/extension/llm/tokenizers/third-party/re2/python/re2_test.py' 2025-03-21T20:25:18.2427677Z adding 'executorch/extension/llm/tokenizers/third-party/re2/python/setup.py' 2025-03-21T20:25:18.2428394Z adding 'executorch/extension/llm/tokenizers/third-party/re2/python/toolchains/generate.py' 2025-03-21T20:25:18.2429283Z adding 'executorch/extension/llm/tokenizers/third-party/re2/re2/make_unicode_casefold.py' 2025-03-21T20:25:18.2430165Z adding 'executorch/extension/llm/tokenizers/third-party/re2/re2/make_unicode_groups.py' 2025-03-21T20:25:18.2430849Z adding 'executorch/extension/llm/tokenizers/third-party/re2/re2/unicode.py' 2025-03-21T20:25:18.2431685Z adding 'executorch/extension/llm/tokenizers/third-party/sentencepiece/python/setup.py' 2025-03-21T20:25:18.2432705Z adding 'executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece/__init__.py' 2025-03-21T20:25:18.2433669Z adding 'executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece/_version.py' 2025-03-21T20:25:18.2434714Z adding 'executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece/sentencepiece_model_pb2.py' 2025-03-21T20:25:18.2435979Z adding 'executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece/sentencepiece_pb2.py' 2025-03-21T20:25:18.2436919Z adding 'executorch/extension/llm/tokenizers/third-party/sentencepiece/python/test/__init__.py' 2025-03-21T20:25:18.2437777Z adding 'executorch/extension/llm/tokenizers/third-party/sentencepiece/python/test/sentencepiece_test.py' 2025-03-21T20:25:18.2438536Z adding 'executorch/extension/llm/tokenizers/tools/llama2c/convert.py' 2025-03-21T20:25:18.2439204Z adding 'executorch/extension/pybindings/_portable_lib.cpython-310-x86_64-linux-gnu.so' 2025-03-21T20:25:18.2439820Z adding 'executorch/extension/pybindings/portable_lib.py' 2025-03-21T20:25:18.2440301Z adding 'executorch/extension/pybindings/pybindings.pyi' 2025-03-21T20:25:18.2440834Z adding 'executorch/extension/pybindings/test/make_test.py' 2025-03-21T20:25:18.2441546Z adding 'executorch/extension/pybindings/test/test_backend_pybinding.py' 2025-03-21T20:25:18.2442129Z adding 'executorch/extension/pybindings/test/test_pybindings.py' 2025-03-21T20:25:18.2442609Z adding 'executorch/extension/pytree/__init__.py' 2025-03-21T20:25:18.2443019Z adding 'executorch/extension/pytree/test/test.py' 2025-03-21T20:25:18.2443489Z adding 'executorch/extension/training/__init__.py' 2025-03-21T20:25:18.2444068Z adding 'executorch/extension/training/examples/XOR/export_model.py' 2025-03-21T20:25:18.2444610Z adding 'executorch/extension/training/examples/XOR/model.py' 2025-03-21T20:25:18.2445169Z adding 'executorch/extension/training/examples/XOR/test/test_export.py' 2025-03-21T20:25:18.2445887Z adding 'executorch/extension/training/pybindings/_training_lib.pyi' 2025-03-21T20:25:18.2446580Z adding 'executorch/extension/training/pybindings/_training_module.py' 2025-03-21T20:25:18.2447136Z adding 'executorch/extension/training/pybindings/test/test.py' 2025-03-21T20:25:18.2447799Z adding 'executorch/include/executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h' 2025-03-21T20:25:18.2448619Z adding 'executorch/include/executorch/extension/kernel_util/meta_programming.h' 2025-03-21T20:25:18.2449382Z adding 'executorch/include/executorch/extension/kernel_util/type_list.h' 2025-03-21T20:25:18.2449961Z adding 'executorch/include/executorch/extension/tensor/tensor.h' 2025-03-21T20:25:18.2450629Z adding 'executorch/include/executorch/extension/tensor/tensor_accessor.h' 2025-03-21T20:25:18.2451393Z adding 'executorch/include/executorch/extension/tensor/tensor_ptr.h' 2025-03-21T20:25:18.2451994Z adding 'executorch/include/executorch/extension/tensor/tensor_ptr_maker.h' 2025-03-21T20:25:18.2452636Z adding 'executorch/include/executorch/extension/threadpool/cpuinfo_utils.h' 2025-03-21T20:25:18.2453504Z adding 'executorch/include/executorch/extension/threadpool/threadpool.h' 2025-03-21T20:25:18.2454201Z adding 'executorch/include/executorch/extension/threadpool/threadpool_guard.h' 2025-03-21T20:25:18.2454804Z adding 'executorch/include/executorch/runtime/core/array_ref.h' 2025-03-21T20:25:18.2455330Z adding 'executorch/include/executorch/runtime/core/data_loader.h' 2025-03-21T20:25:18.2455972Z adding 'executorch/include/executorch/runtime/core/defines.h' 2025-03-21T20:25:18.2456672Z adding 'executorch/include/executorch/runtime/core/error.h' 2025-03-21T20:25:18.2457168Z adding 'executorch/include/executorch/runtime/core/evalue.h' 2025-03-21T20:25:18.2457696Z adding 'executorch/include/executorch/runtime/core/event_tracer.h' 2025-03-21T20:25:18.2458390Z adding 'executorch/include/executorch/runtime/core/event_tracer_hooks.h' 2025-03-21T20:25:18.2459025Z adding 'executorch/include/executorch/runtime/core/event_tracer_hooks_delegate.h' 2025-03-21T20:25:18.2459678Z adding 'executorch/include/executorch/runtime/core/freeable_buffer.h' 2025-03-21T20:25:18.2460467Z adding 'executorch/include/executorch/runtime/core/hierarchical_allocator.h' 2025-03-21T20:25:18.2461116Z adding 'executorch/include/executorch/runtime/core/memory_allocator.h' 2025-03-21T20:25:18.2461699Z adding 'executorch/include/executorch/runtime/core/named_data_map.h' 2025-03-21T20:25:18.2462235Z adding 'executorch/include/executorch/runtime/core/result.h' 2025-03-21T20:25:18.2462802Z adding 'executorch/include/executorch/runtime/core/span.h' 2025-03-21T20:25:18.2463380Z adding 'executorch/include/executorch/runtime/core/tag.h' 2025-03-21T20:25:18.2463896Z adding 'executorch/include/executorch/runtime/core/tensor_layout.h' 2025-03-21T20:25:18.2464499Z adding 'executorch/include/executorch/runtime/core/tensor_shape_dynamism.h' 2025-03-21T20:25:18.2465236Z adding 'executorch/include/executorch/runtime/core/exec_aten/exec_aten.h' 2025-03-21T20:25:18.2466029Z adding 'executorch/include/executorch/runtime/core/exec_aten/testing_util/tensor_factory.h' 2025-03-21T20:25:18.2466802Z adding 'executorch/include/executorch/runtime/core/exec_aten/testing_util/tensor_util.h' 2025-03-21T20:25:18.2467705Z adding 'executorch/include/executorch/runtime/core/exec_aten/util/dim_order_util.h' 2025-03-21T20:25:18.2468520Z adding 'executorch/include/executorch/runtime/core/exec_aten/util/scalar_type_util.h' 2025-03-21T20:25:18.2469359Z adding 'executorch/include/executorch/runtime/core/exec_aten/util/tensor_dimension_limit.h' 2025-03-21T20:25:18.2470219Z adding 'executorch/include/executorch/runtime/core/exec_aten/util/tensor_shape_to_c_string.h' 2025-03-21T20:25:18.2471080Z adding 'executorch/include/executorch/runtime/core/exec_aten/util/tensor_util.h' 2025-03-21T20:25:18.2471761Z adding 'executorch/include/executorch/runtime/core/portable_type/bfloat16.h' 2025-03-21T20:25:18.2472503Z adding 'executorch/include/executorch/runtime/core/portable_type/bfloat16_math.h' 2025-03-21T20:25:18.2473321Z adding 'executorch/include/executorch/runtime/core/portable_type/bits_types.h' 2025-03-21T20:25:18.2473978Z adding 'executorch/include/executorch/runtime/core/portable_type/complex.h' 2025-03-21T20:25:18.2474623Z adding 'executorch/include/executorch/runtime/core/portable_type/device.h' 2025-03-21T20:25:18.2475378Z adding 'executorch/include/executorch/runtime/core/portable_type/half.h' 2025-03-21T20:25:18.2476315Z adding 'executorch/include/executorch/runtime/core/portable_type/optional.h' 2025-03-21T20:25:18.2476982Z adding 'executorch/include/executorch/runtime/core/portable_type/qint_types.h' 2025-03-21T20:25:18.2477641Z adding 'executorch/include/executorch/runtime/core/portable_type/scalar.h' 2025-03-21T20:25:18.2478476Z adding 'executorch/include/executorch/runtime/core/portable_type/scalar_type.h' 2025-03-21T20:25:21.2826123Z adding 'executorch/include/executorch/runtime/core/portable_type/string_view.h' 2025-03-21T20:25:21.2827329Z adding 'executorch/include/executorch/runtime/core/portable_type/tensor.h' 2025-03-21T20:25:21.2828137Z adding 'executorch/include/executorch/runtime/core/portable_type/tensor_impl.h' 2025-03-21T20:25:21.2829001Z adding 'executorch/include/executorch/runtime/core/portable_type/tensor_options.h' 2025-03-21T20:25:21.2829801Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/macros/Export.h' 2025-03-21T20:25:21.2830676Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/macros/Macros.h' 2025-03-21T20:25:21.2839305Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16-inl.h' 2025-03-21T20:25:21.2840184Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16-math.h' 2025-03-21T20:25:21.2841023Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16.h' 2025-03-21T20:25:21.2842082Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/Half-inl.h' 2025-03-21T20:25:21.2842837Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/Half.h' 2025-03-21T20:25:21.2843686Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/TypeSafeSignMath.h' 2025-03-21T20:25:21.2844622Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/bit_cast.h' 2025-03-21T20:25:21.2845519Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/floating_point_utils.h' 2025-03-21T20:25:21.2846425Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/irange.h' 2025-03-21T20:25:21.2847182Z adding 'executorch/include/executorch/runtime/kernel/kernel_includes.h' 2025-03-21T20:25:21.2847881Z adding 'executorch/include/executorch/runtime/kernel/kernel_runtime_context.h' 2025-03-21T20:25:21.2848573Z adding 'executorch/include/executorch/runtime/kernel/operator_registry.h' 2025-03-21T20:25:21.2849300Z adding 'executorch/include/executorch/runtime/kernel/thread_parallel_interface.h' 2025-03-21T20:25:21.2849989Z adding 'executorch/include/executorch/runtime/kernel/test/test_util.h' 2025-03-21T20:25:21.2850602Z adding 'executorch/include/executorch/runtime/platform/abort.h' 2025-03-21T20:25:21.2851306Z adding 'executorch/include/executorch/runtime/platform/assert.h' 2025-03-21T20:25:21.2851891Z adding 'executorch/include/executorch/runtime/platform/clock.h' 2025-03-21T20:25:21.2852506Z adding 'executorch/include/executorch/runtime/platform/compat_unistd.h' 2025-03-21T20:25:21.2853153Z adding 'executorch/include/executorch/runtime/platform/compiler.h' 2025-03-21T20:25:21.2853732Z adding 'executorch/include/executorch/runtime/platform/log.h' 2025-03-21T20:25:21.2854318Z adding 'executorch/include/executorch/runtime/platform/platform.h' 2025-03-21T20:25:21.2854922Z adding 'executorch/include/executorch/runtime/platform/profiler.h' 2025-03-21T20:25:21.2855516Z adding 'executorch/include/executorch/runtime/platform/runtime.h' 2025-03-21T20:25:21.2856108Z adding 'executorch/include/executorch/runtime/platform/system.h' 2025-03-21T20:25:21.2856689Z adding 'executorch/include/executorch/runtime/platform/types.h' 2025-03-21T20:25:21.2857339Z adding 'executorch/include/executorch/runtime/platform/test/stub_platform.h' 2025-03-21T20:25:21.2857876Z adding 'executorch/kernels/quantized/__init__.py' 2025-03-21T20:25:21.2858417Z adding 'executorch/kernels/quantized/libquantized_ops_aot_lib.so' 2025-03-21T20:25:21.2858944Z adding 'executorch/kernels/quantized/quantized.yaml' 2025-03-21T20:25:21.2859505Z adding 'executorch/kernels/quantized/test/supported_features_def.yaml' 2025-03-21T20:25:21.2860103Z adding 'executorch/kernels/quantized/test/test_out_variants.py' 2025-03-21T20:25:21.2860732Z adding 'executorch/kernels/quantized/test/test_quant_dequant_per_token.py' 2025-03-21T20:25:21.2861274Z adding 'executorch/runtime/__init__.py' 2025-03-21T20:25:21.2861664Z adding 'executorch/runtime/kernel/test/functions.yaml' 2025-03-21T20:25:21.2862145Z adding 'executorch/runtime/test/test_runtime.py' 2025-03-21T20:25:21.2862571Z adding 'executorch/schema/program.fbs' 2025-03-21T20:25:21.2862938Z adding 'executorch/schema/scalar_type.fbs' 2025-03-21T20:25:21.2863414Z adding 'executorch/share/cmake/executorch-config.cmake' 2025-03-21T20:25:21.2863910Z adding 'executorch/util/activation_memory_profiler.py' 2025-03-21T20:25:21.2864342Z adding 'executorch/util/collect_env.py' 2025-03-21T20:25:21.2864732Z adding 'executorch/util/python_profiler.py' 2025-03-21T20:25:21.2865188Z adding 'executorch-0.6.0a0+be92d7d.dist-info/LICENSE' 2025-03-21T20:25:21.2865679Z adding 'executorch-0.6.0a0+be92d7d.dist-info/METADATA' 2025-03-21T20:25:21.2866126Z adding 'executorch-0.6.0a0+be92d7d.dist-info/WHEEL' 2025-03-21T20:25:21.2866629Z adding 'executorch-0.6.0a0+be92d7d.dist-info/entry_points.txt' 2025-03-21T20:25:21.2867289Z adding 'executorch-0.6.0a0+be92d7d.dist-info/top_level.txt' 2025-03-21T20:25:21.2867801Z adding 'executorch-0.6.0a0+be92d7d.dist-info/RECORD' 2025-03-21T20:25:21.2868252Z removing pip-out/bdist.linux-x86_64/wheel 2025-03-21T20:25:21.2869057Z Building wheel for executorch (pyproject.toml) ... [?25l[?25hdone 2025-03-21T20:25:21.2870169Z Created wheel for executorch: filename=executorch-0.6.0a0+be92d7d-cp310-cp310-linux_x86_64.whl size=8540631 sha256=62d518fee97bab190f6bb9775a0aaf9696305b25381100aa68fb486b265cfc33 2025-03-21T20:25:21.2871547Z Stored in directory: /tmp/pip-ephem-wheel-cache-zsh54e87/wheels/9e/f0/2b/6a778c77421b91e006bef425e288a1e5c7c35b04c51317756b 2025-03-21T20:25:21.2872302Z Successfully built executorch 2025-03-21T20:25:21.2872974Z Installing collected packages: flatbuffers, tabulate, pytest, execnet, pytest-xdist, pytest-rerunfailures, executorch 2025-03-21T20:25:21.2873760Z changing mode of /opt/conda/envs/py_3.10/bin/tabulate to 755 2025-03-21T20:25:21.2874222Z Attempting uninstall: pytest 2025-03-21T20:25:21.2874541Z Found existing installation: pytest 7.2.0 2025-03-21T20:25:21.2874949Z Uninstalling pytest-7.2.0: 2025-03-21T20:25:21.2875384Z Removing file or directory /opt/conda/envs/py_3.10/bin/py.test 2025-03-21T20:25:21.2875886Z Removing file or directory /opt/conda/envs/py_3.10/bin/pytest 2025-03-21T20:25:21.2876921Z Removing file or directory /opt/conda/envs/py_3.10/lib/python3.10/site-packages/__pycache__/py.cpython-310.pyc 2025-03-21T20:25:21.2877725Z Removing file or directory /opt/conda/envs/py_3.10/lib/python3.10/site-packages/_pytest/ 2025-03-21T20:25:21.2878402Z Removing file or directory /opt/conda/envs/py_3.10/lib/python3.10/site-packages/py.py 2025-03-21T20:25:21.2879153Z Removing file or directory /opt/conda/envs/py_3.10/lib/python3.10/site-packages/pytest-7.2.0.dist-info/ 2025-03-21T20:25:21.2879912Z Removing file or directory /opt/conda/envs/py_3.10/lib/python3.10/site-packages/pytest/ 2025-03-21T20:25:21.2880455Z Successfully uninstalled pytest-7.2.0 2025-03-21T20:25:21.2880870Z changing mode of /opt/conda/envs/py_3.10/bin/py.test to 755 2025-03-21T20:25:21.2881340Z changing mode of /opt/conda/envs/py_3.10/bin/pytest to 755 2025-03-21T20:25:21.2881790Z changing mode of /opt/conda/envs/py_3.10/bin/flatc to 755 2025-03-21T20:25:21.2882666Z Successfully installed execnet-2.1.1 executorch-0.6.0a0+be92d7d flatbuffers-25.2.10 pytest-8.3.5 pytest-rerunfailures-15.0 pytest-xdist-3.6.1 tabulate-0.9.0 2025-03-21T20:25:21.2883455Z + pip list 2025-03-21T20:25:21.2883767Z Package Version Editable project location 2025-03-21T20:25:21.2884254Z ----------------------------- ------------------ ----------------------------------- 2025-03-21T20:25:21.2884655Z alabaster 0.7.16 2025-03-21T20:25:21.2884960Z attrs 25.3.0 2025-03-21T20:25:21.2885259Z babel 2.17.0 2025-03-21T20:25:21.2885570Z beautifulsoup4 4.13.3 2025-03-21T20:25:21.2885878Z breathe 4.34.0 2025-03-21T20:25:21.2886164Z bs4 0.0.2 2025-03-21T20:25:21.2886463Z certifi 2025.1.31 2025-03-21T20:25:21.2886786Z charset-normalizer 3.4.1 2025-03-21T20:25:21.2887093Z cmake 3.31.6 2025-03-21T20:25:21.2887403Z contourpy 1.3.1 2025-03-21T20:25:21.2887695Z coverage 7.7.0 2025-03-21T20:25:21.2887992Z cycler 0.12.1 2025-03-21T20:25:21.2888296Z docutils 0.16 2025-03-21T20:25:21.2888603Z exceptiongroup 1.2.2 2025-03-21T20:25:21.2889012Z execnet 2.1.1 2025-03-21T20:25:21.2889321Z executorch 0.6.0a0+be92d7d 2025-03-21T20:25:21.2889657Z exhale 0.2.3 2025-03-21T20:25:21.2889959Z expecttest 0.1.6 2025-03-21T20:25:21.2890397Z filelock 3.18.0 2025-03-21T20:25:21.2890707Z flatbuffers 25.2.10 2025-03-21T20:25:21.2891005Z fonttools 4.56.0 2025-03-21T20:25:21.2891315Z fsspec 2025.3.0 2025-03-21T20:25:21.2891635Z huggingface-hub 0.29.3 2025-03-21T20:25:21.2891953Z hypothesis 6.84.2 2025-03-21T20:25:21.2892257Z idna 3.10 2025-03-21T20:25:21.2892548Z imagesize 1.4.1 2025-03-21T20:25:21.2892853Z iniconfig 2.1.0 2025-03-21T20:25:21.2893152Z Jinja2 3.1.6 2025-03-21T20:25:21.2893453Z kiwisolver 1.4.8 2025-03-21T20:25:21.2893748Z lxml 5.3.1 2025-03-21T20:25:21.2894042Z markdown-it-py 2.2.0 2025-03-21T20:25:21.2894355Z MarkupSafe 3.0.2 2025-03-21T20:25:21.2894660Z matplotlib 3.10.1 2025-03-21T20:25:21.2894972Z mdit-py-plugins 0.3.5 2025-03-21T20:25:21.2895279Z mdurl 0.1.2 2025-03-21T20:25:21.2895562Z mpmath 1.3.0 2025-03-21T20:25:21.2895863Z myst-parser 0.18.1 2025-03-21T20:25:21.2896167Z networkx 3.4.2 2025-03-21T20:25:21.2896462Z numpy 2.2.4 2025-03-21T20:25:21.2896771Z nvidia-cublas-cu12 12.1.3.1 2025-03-21T20:25:21.2897199Z nvidia-cuda-cupti-cu12 12.1.105 2025-03-21T20:25:21.2897536Z nvidia-cuda-nvrtc-cu12 12.1.105 2025-03-21T20:25:21.2897877Z nvidia-cuda-runtime-cu12 12.1.105 2025-03-21T20:25:21.2898212Z nvidia-cudnn-cu12 9.1.0.70 2025-03-21T20:25:21.2898538Z nvidia-cufft-cu12 11.0.2.54 2025-03-21T20:25:21.2898860Z nvidia-curand-cu12 10.3.2.106 2025-03-21T20:25:21.2899205Z nvidia-cusolver-cu12 11.4.5.107 2025-03-21T20:25:21.2899632Z nvidia-cusparse-cu12 12.1.0.106 2025-03-21T20:25:21.2900112Z nvidia-nccl-cu12 2.20.5 2025-03-21T20:25:21.2900500Z nvidia-nvjitlink-cu12 12.8.93 2025-03-21T20:25:21.2900818Z nvidia-nvtx-cu12 12.1.105 2025-03-21T20:25:21.2901136Z packaging 24.2 2025-03-21T20:25:21.2901441Z pandas 2.2.3 2025-03-21T20:25:21.2901744Z parameterized 0.9.0 2025-03-21T20:25:21.2902052Z pillow 11.1.0 2025-03-21T20:25:21.2902347Z pip 25.0 2025-03-21T20:25:21.2902644Z pluggy 1.5.0 2025-03-21T20:25:21.2902948Z Pygments 2.19.1 2025-03-21T20:25:21.2903258Z pyparsing 3.2.1 2025-03-21T20:25:21.2903562Z pytest 8.3.5 2025-03-21T20:25:21.2903850Z pytest-cov 4.1.0 2025-03-21T20:25:21.2904165Z pytest-rerunfailures 15.0 2025-03-21T20:25:21.2904478Z pytest-xdist 3.6.1 2025-03-21T20:25:21.2904801Z python-dateutil 2.9.0.post0 2025-03-21T20:25:21.2905261Z pytorch_sphinx_theme 0.0.24 /opt/conda/src/pytorch-sphinx-theme 2025-03-21T20:25:26.6145379Z pytz 2025.1 2025-03-21T20:25:26.6146039Z PyYAML 6.0.1 2025-03-21T20:25:26.6146596Z regex 2024.11.6 2025-03-21T20:25:26.6147167Z requests 2.32.3 2025-03-21T20:25:26.6147789Z ruamel.yaml 0.17.32 2025-03-21T20:25:26.6148399Z ruamel.yaml.clib 0.2.12 2025-03-21T20:25:26.6149050Z safetensors 0.5.3 2025-03-21T20:25:26.6149593Z setuptools 75.8.0 2025-03-21T20:25:26.6150135Z six 1.17.0 2025-03-21T20:25:26.6150678Z snowballstemmer 2.2.0 2025-03-21T20:25:26.6151247Z sortedcontainers 2.4.0 2025-03-21T20:25:26.6151795Z soupsieve 2.6 2025-03-21T20:25:26.6152333Z Sphinx 5.3.0 2025-03-21T20:25:26.6152889Z sphinx-copybutton 0.5.0 2025-03-21T20:25:26.6153346Z sphinx_design 0.4.1 2025-03-21T20:25:26.6154133Z sphinx-gallery 0.14.0 2025-03-21T20:25:26.6154629Z sphinxcontrib-applehelp 2.0.0 2025-03-21T20:25:26.6155162Z sphinxcontrib-devhelp 2.0.0 2025-03-21T20:25:26.6155695Z sphinxcontrib-htmlhelp 2.1.0 2025-03-21T20:25:26.6156234Z sphinxcontrib-jsmath 1.0.1 2025-03-21T20:25:26.6156776Z sphinxcontrib-qthelp 2.0.0 2025-03-21T20:25:26.6157363Z sphinxcontrib-serializinghtml 2.0.0 2025-03-21T20:25:26.6157940Z sympy 1.13.3 2025-03-21T20:25:26.6158481Z tabulate 0.9.0 2025-03-21T20:25:26.6158961Z timm 1.0.7 2025-03-21T20:25:26.6159432Z tokenizers 0.21.1 2025-03-21T20:25:26.6159906Z tomli 2.0.1 2025-03-21T20:25:26.6160436Z torch 2.7.0a0+git295f2ed 2025-03-21T20:25:26.6161059Z torchao 0.10.0+git64bcf4c 2025-03-21T20:25:26.6161635Z torchaudio 2.6.0a0+c670ad8 2025-03-21T20:25:26.6162225Z torchsr 1.0.4 2025-03-21T20:25:26.6162783Z torchvision 0.19.0a0+d23a6e1 2025-03-21T20:25:26.6163365Z tqdm 4.67.1 2025-03-21T20:25:26.6163921Z transformers 4.47.1 2025-03-21T20:25:26.6164440Z triton 3.0.0 2025-03-21T20:25:26.6164981Z typing_extensions 4.12.2 2025-03-21T20:25:26.6165744Z tzdata 2025.1 2025-03-21T20:25:26.6166257Z urllib3 2.3.0 2025-03-21T20:25:26.6166796Z wheel 0.45.1 2025-03-21T20:25:26.6167304Z zstd 1.5.5.1 2025-03-21T20:25:26.6167843Z + build_executorch_runner cmake Release 2025-03-21T20:25:26.6168425Z + [[ cmake == \b\u\c\k\2 ]] 2025-03-21T20:25:26.6168929Z + [[ cmake == \c\m\a\k\e ]] 2025-03-21T20:25:26.6169447Z + build_executorch_runner_cmake Release 2025-03-21T20:25:26.6170020Z + CMAKE_OUTPUT_DIR=cmake-out 2025-03-21T20:25:26.6170560Z + clean_executorch_install_folders 2025-03-21T20:25:26.6171161Z + ./install_executorch.sh --clean 2025-03-21T20:25:26.6171743Z Cleaning build artifacts... 2025-03-21T20:25:26.6172281Z Cleaning pip-out/... 2025-03-21T20:25:26.6172753Z Cleaning cmake-out/... 2025-03-21T20:25:26.6173263Z Done cleaning build artifacts. 2025-03-21T20:25:26.6173802Z + mkdir cmake-out 2025-03-21T20:25:26.6174242Z + pushd cmake-out 2025-03-21T20:25:26.6174773Z /pytorch/executorch/cmake-out /pytorch/executorch 2025-03-21T20:25:26.6175440Z + [[ Release == \D\e\b\u\g ]] 2025-03-21T20:25:26.6175923Z + CXXFLAGS= 2025-03-21T20:25:26.6176536Z + CXXFLAGS= 2025-03-21T20:25:26.6177159Z + retry cmake -DPYTHON_EXECUTABLE=python -DCMAKE_BUILD_TYPE=Release .. 2025-03-21T20:25:26.6178175Z + cmake -DPYTHON_EXECUTABLE=python -DCMAKE_BUILD_TYPE=Release .. 2025-03-21T20:25:26.6179015Z -- The C compiler identification is Clang 12.0.1 2025-03-21T20:25:26.6179749Z -- The CXX compiler identification is Clang 12.0.1 2025-03-21T20:25:26.6180402Z -- Detecting C compiler ABI info 2025-03-21T20:25:26.6180972Z -- Detecting C compiler ABI info - done 2025-03-21T20:25:26.6181671Z -- Check for working C compiler: /opt/cache/bin/cc - skipped 2025-03-21T20:25:26.6182369Z -- Detecting C compile features 2025-03-21T20:25:26.6182924Z -- Detecting C compile features - done 2025-03-21T20:25:26.6183533Z -- Detecting CXX compiler ABI info 2025-03-21T20:25:26.6184078Z -- Detecting CXX compiler ABI info - done 2025-03-21T20:25:26.6184769Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2025-03-21T20:25:26.6185441Z -- Detecting CXX compile features 2025-03-21T20:25:26.6185968Z -- Detecting CXX compile features - done 2025-03-21T20:25:26.6187408Z CMake Deprecation Warning at backends/xnnpack/third-party/FXdiv/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-03-21T20:25:26.6188702Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-03-21T20:25:26.6189576Z CMake. 2025-03-21T20:25:26.6189804Z 2025-03-21T20:25:26.6190171Z Update the VERSION argument value. Or, use the ... syntax 2025-03-21T20:25:26.6191536Z to tell CMake that the project requires at least but has been updated 2025-03-21T20:25:26.6192399Z to work with policies introduced by or earlier. 2025-03-21T20:25:26.6192895Z 2025-03-21T20:25:26.6193166Z  2025-03-21T20:25:26.6194330Z CMake Deprecation Warning at backends/xnnpack/third-party/cpuinfo/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-03-21T20:25:26.6195759Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-03-21T20:25:26.6196557Z CMake. 2025-03-21T20:25:26.6196802Z 2025-03-21T20:25:26.6197243Z Update the VERSION argument value. Or, use the ... syntax 2025-03-21T20:25:26.6198342Z to tell CMake that the project requires at least but has been updated 2025-03-21T20:25:26.6199302Z to work with policies introduced by or earlier. 2025-03-21T20:25:26.6199808Z 2025-03-21T20:25:26.6200031Z  2025-03-21T20:25:26.6200446Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD 2025-03-21T20:25:26.6201179Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success 2025-03-21T20:25:26.6201870Z -- Found Threads: TRUE 2025-03-21T20:25:26.6203175Z CMake Deprecation Warning at backends/xnnpack/third-party/pthreadpool/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-03-21T20:25:26.6204637Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-03-21T20:25:26.6205651Z CMake. 2025-03-21T20:25:26.6205879Z 2025-03-21T20:25:26.6206305Z Update the VERSION argument value. Or, use the ... syntax 2025-03-21T20:25:26.6207375Z to tell CMake that the project requires at least but has been updated 2025-03-21T20:25:26.6208319Z to work with policies introduced by or earlier. 2025-03-21T20:25:26.6208816Z 2025-03-21T20:25:26.6209042Z  2025-03-21T20:25:26.6209462Z -- Using python executable 'python' 2025-03-21T20:25:26.6210032Z -- Resolved buck2 as buck2. 2025-03-21T20:25:26.6210551Z -- Killing buck2 daemon 2025-03-21T20:25:26.6211031Z 'buck2 killall' 2025-03-21T20:25:26.6211502Z -- executorch: Generating source lists 2025-03-21T20:25:26.6212513Z -- executorch: Generating source file list /pytorch/executorch/cmake-out/executorch_srcs.cmake 2025-03-21T20:25:26.6213840Z -- executorch: Using sources file /pytorch/executorch/cmake-out/executorch_srcs.cmake 2025-03-21T20:25:26.6214817Z -- executorch: Using PAL default 'posix' 2025-03-21T20:25:26.6215444Z -- Generating operator lib: 2025-03-21T20:25:26.6215983Z -- LIB_NAME: portable_ops_lib 2025-03-21T20:25:26.6216752Z -- OPS_SCHEMA_YAML: /pytorch/executorch/kernels/portable/functions.yaml 2025-03-21T20:25:26.6217525Z -- ROOT_OPS: 2025-03-21T20:25:26.6217904Z -- INCLUDE_ALL_OPS: 2025-03-21T20:25:26.6220321Z Command - python;-m;codegen.tools.gen_oplist;--output_path=/pytorch/executorch/cmake-out/kernels/portable/portable_ops_lib/selected_operators.yaml;--ops_schema_yaml_path="/pytorch/executorch/kernels/portable/functions.yaml" 2025-03-21T20:25:26.6222591Z -- Generating kernel bindings: 2025-03-21T20:25:26.6223161Z -- LIB_NAME: portable_ops_lib 2025-03-21T20:25:26.6223949Z -- FUNCTIONS_YAML: /pytorch/executorch/kernels/portable/functions.yaml 2025-03-21T20:25:26.6224761Z -- CUSTOM_OPS_YAML: 2025-03-21T20:25:26.6225221Z -- ADD_EXCEPTION_BOUNDARY: FALSE 2025-03-21T20:25:26.6228698Z Generated files /pytorch/executorch/cmake-out/kernels/portable/portable_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp;/pytorch/executorch/cmake-out/kernels/portable/portable_ops_lib/Functions.h;/pytorch/executorch/cmake-out/kernels/portable/portable_ops_lib/NativeFunctions.h 2025-03-21T20:25:26.6231737Z -- Generating operator lib: 2025-03-21T20:25:26.6232293Z -- LIB_NAME: portable_ops_lib 2025-03-21T20:25:26.6232865Z -- KERNEL_LIBS: portable_kernels 2025-03-21T20:25:26.6233416Z -- DEPS: executorch 2025-03-21T20:25:26.6234530Z CMake Deprecation Warning at third-party/gflags/CMakeLists.txt:73 (cmake_minimum_required): 2025-03-21T20:25:26.6235995Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-03-21T20:25:26.6236831Z CMake. 2025-03-21T20:25:26.6237052Z 2025-03-21T20:25:26.6237483Z Update the VERSION argument value. Or, use the ... syntax 2025-03-21T20:25:26.6238518Z to tell CMake that the project requires at least but has been updated 2025-03-21T20:25:26.6239448Z to work with policies introduced by or earlier. 2025-03-21T20:25:26.6239941Z 2025-03-21T20:25:26.6240163Z  2025-03-21T20:25:26.6240559Z -- Looking for C++ include unistd.h 2025-03-21T20:25:26.6241153Z -- Looking for C++ include unistd.h - found 2025-03-21T20:25:26.6241784Z -- Looking for C++ include stdint.h 2025-03-21T20:25:26.6242387Z -- Looking for C++ include stdint.h - found 2025-03-21T20:25:26.6243003Z -- Looking for C++ include inttypes.h 2025-03-21T20:25:26.6243641Z -- Looking for C++ include inttypes.h - found 2025-03-21T20:25:26.6244267Z -- Looking for C++ include sys/types.h 2025-03-21T20:25:26.6244909Z -- Looking for C++ include sys/types.h - found 2025-03-21T20:25:26.6245565Z -- Looking for C++ include sys/stat.h 2025-03-21T20:25:26.6246211Z -- Looking for C++ include sys/stat.h - found 2025-03-21T20:25:26.6246861Z -- Looking for C++ include fnmatch.h 2025-03-21T20:25:26.6247508Z -- Looking for C++ include fnmatch.h - found 2025-03-21T20:25:26.6248162Z -- Looking for C++ include stddef.h 2025-03-21T20:25:26.6248883Z -- Looking for C++ include stddef.h - found 2025-03-21T20:25:26.6249487Z -- Check size of uint32_t 2025-03-21T20:25:26.6250011Z -- Check size of uint32_t - done 2025-03-21T20:25:26.6250535Z -- Looking for strtoll 2025-03-21T20:25:26.6251009Z -- Looking for strtoll - found 2025-03-21T20:25:26.6251495Z -- 2025-03-21T20:25:26.6251885Z -- ******** Summary ******** 2025-03-21T20:25:26.6252435Z -- CMAKE_BUILD_TYPE : Release 2025-03-21T20:25:26.6253058Z -- CMAKE_CXX_STANDARD : 17 2025-03-21T20:25:26.6253666Z -- CMAKE_CXX_COMPILER_ID : Clang 2025-03-21T20:25:26.6254274Z -- CMAKE_TOOLCHAIN_FILE : 2025-03-21T20:25:26.6254848Z -- BUCK2 : buck2 2025-03-21T20:25:26.6255457Z -- PYTHON_EXECUTABLE : python 2025-03-21T20:25:26.6256408Z -- FLATC_EXECUTABLE : /pytorch/executorch/cmake-out/third-party/flatbuffers/flatc 2025-03-21T20:25:26.6257420Z -- EXECUTORCH_ENABLE_LOGGING : OFF 2025-03-21T20:25:26.6258143Z -- EXECUTORCH_ENABLE_PROGRAM_VERIFICATION : OFF 2025-03-21T20:25:26.6258867Z -- EXECUTORCH_LOG_LEVEL : Info 2025-03-21T20:25:26.6259571Z -- EXECUTORCH_BUILD_ANDROID_JNI : OFF 2025-03-21T20:25:26.6260279Z -- EXECUTORCH_BUILD_ARM_BAREMETAL : OFF 2025-03-21T20:25:26.6260983Z -- EXECUTORCH_BUILD_CADENCE : OFF 2025-03-21T20:25:26.6261633Z -- EXECUTORCH_BUILD_COREML : OFF 2025-03-21T20:25:26.6262309Z -- EXECUTORCH_BUILD_CPUINFO : ON 2025-03-21T20:25:26.6263013Z -- EXECUTORCH_BUILD_DEVTOOLS : OFF 2025-03-21T20:25:26.6263735Z -- EXECUTORCH_BUILD_EXECUTOR_RUNNER : ON 2025-03-21T20:25:26.6264456Z -- EXECUTORCH_BUILD_EXTENSION_DATA_LOADER : OFF 2025-03-21T20:25:26.6265185Z -- EXECUTORCH_BUILD_EXTENSION_FLAT_TENSOR : OFF 2025-03-21T20:25:26.6265873Z -- EXECUTORCH_BUILD_EXTENSION_LLM : OFF 2025-03-21T20:25:26.6266552Z -- EXECUTORCH_BUILD_EXTENSION_MODULE : OFF 2025-03-21T20:25:26.6267273Z -- EXECUTORCH_BUILD_EXTENSION_RUNNER_UTIL : OFF 2025-03-21T20:25:26.6268000Z -- EXECUTORCH_BUILD_EXTENSION_TENSOR : OFF 2025-03-21T20:25:26.6268722Z -- EXECUTORCH_BUILD_EXTENSION_TRAINING : OFF 2025-03-21T20:25:26.6269509Z -- EXECUTORCH_BUILD_FLATC : ON 2025-03-21T20:25:26.6270198Z -- EXECUTORCH_BUILD_GFLAGS : ON 2025-03-21T20:25:26.6270889Z -- EXECUTORCH_BUILD_HOST_TARGETS : ON 2025-03-21T20:25:26.6271601Z -- EXECUTORCH_BUILD_KERNELS_CUSTOM : OFF 2025-03-21T20:25:26.6272329Z -- EXECUTORCH_BUILD_KERNELS_CUSTOM_AOT : OFF 2025-03-21T20:25:26.6273209Z -- EXECUTORCH_BUILD_KERNELS_OPTIMIZED : OFF 2025-03-21T20:25:26.6273873Z -- EXECUTORCH_BUILD_KERNELS_QUANTIZED : OFF 2025-03-21T20:25:26.6274573Z -- EXECUTORCH_BUILD_MPS : OFF 2025-03-21T20:25:26.6275223Z -- EXECUTORCH_BUILD_NEURON : OFF 2025-03-21T20:25:26.6275875Z -- EXECUTORCH_BUILD_PTHREADPOOL : ON 2025-03-21T20:25:27.8918304Z -- EXECUTORCH_BUILD_PYBIND : OFF 2025-03-21T20:25:27.8919088Z -- EXECUTORCH_BUILD_QNN : OFF 2025-03-21T20:25:27.8919749Z -- EXECUTORCH_BUILD_SIZE_TEST : OFF 2025-03-21T20:25:27.8920406Z -- EXECUTORCH_BUILD_TESTS : OFF 2025-03-21T20:25:27.8921050Z -- EXECUTORCH_BUILD_VULKAN : OFF 2025-03-21T20:25:27.8921700Z -- EXECUTORCH_BUILD_XNNPACK : OFF 2025-03-21T20:25:27.8922313Z -- Configuring done (5.0s) 2025-03-21T20:25:27.8922820Z -- Generating done (0.1s) 2025-03-21T20:25:27.8923498Z -- Build files have been written to: /pytorch/executorch/cmake-out 2025-03-21T20:25:27.8924255Z + popd 2025-03-21T20:25:27.8924656Z /pytorch/executorch 2025-03-21T20:25:27.8925079Z ++ uname 2025-03-21T20:25:27.8925495Z + '[' Linux == Darwin ']' 2025-03-21T20:25:27.8925949Z ++ nproc 2025-03-21T20:25:27.8926289Z + CMAKE_JOBS=7 2025-03-21T20:25:27.8926698Z + cmake --build cmake-out -j 7 2025-03-21T20:25:27.8927888Z [ 0%] Creating directories for 'flatbuffers' 2025-03-21T20:25:27.8929225Z [ 0%] Building CXX object third-party/gflags/CMakeFiles/gflags_nothreads_static.dir/src/gflags.cc.o 2025-03-21T20:25:27.8931032Z [ 0%] Building CXX object third-party/gflags/CMakeFiles/gflags_nothreads_static.dir/src/gflags_reporting.cc.o 2025-03-21T20:25:27.8932649Z [ 0%] Building CXX object third-party/gflags/CMakeFiles/gflags_nothreads_static.dir/src/gflags_completions.cc.o 2025-03-21T20:25:27.8934647Z [ 0%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/api.c.o 2025-03-21T20:25:27.8936626Z [ 0%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/legacy-api.c.o 2025-03-21T20:25:27.8938491Z [ 0%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/api.c.o 2025-03-21T20:25:27.8939686Z [ 1%] No download step for 'flatbuffers' 2025-03-21T20:25:27.8940495Z [ 2%] No update step for 'flatbuffers' 2025-03-21T20:25:27.8941225Z [ 2%] No patch step for 'flatbuffers' 2025-03-21T20:25:27.8942079Z [ 2%] Performing configure step for 'flatbuffers' 2025-03-21T20:25:27.8942834Z CMake Warning: 2025-03-21T20:25:27.8943403Z Ignoring empty string ("") provided on the command line. 2025-03-21T20:25:27.8943895Z 2025-03-21T20:25:27.8944109Z  2025-03-21T20:25:27.8944577Z fatal: No names found, cannot describe anything. 2025-03-21T20:25:27.8945404Z CMake Warning at CMake/Version.cmake:32 (message): 2025-03-21T20:25:27.8946084Z git describe failed with exit code: 128 2025-03-21T20:25:27.8946480Z 2025-03-21T20:25:27.8946802Z Make sure you cloned with tags or run 'git fetch --tags'. 2025-03-21T20:25:27.8947460Z Call Stack (most recent call first): 2025-03-21T20:25:27.8947991Z CMakeLists.txt:5 (include) 2025-03-21T20:25:27.8948315Z 2025-03-21T20:25:27.8948534Z  2025-03-21T20:25:27.8949048Z -- Proceeding with version: 24.3.25.0 2025-03-21T20:25:27.8950452Z [ 3%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/portable-api.c.o 2025-03-21T20:25:27.8952443Z [ 3%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/memory.c.o 2025-03-21T20:25:27.8954375Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/cache.c.o 2025-03-21T20:25:27.8956134Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/cache.c.o 2025-03-21T20:25:27.8958067Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/init.c.o 2025-03-21T20:25:27.8959797Z [ 5%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/log.c.o 2025-03-21T20:25:27.8961179Z [ 5%] Linking CXX static library libgflags_nothreads.a 2025-03-21T20:25:27.8961984Z [ 5%] Built target gflags_nothreads_static 2025-03-21T20:25:27.8963299Z [ 5%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/init.c.o 2025-03-21T20:25:27.8965186Z [ 5%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/init.c.o 2025-03-21T20:25:27.8966400Z -- The CXX compiler identification is Clang 12.0.1 2025-03-21T20:25:27.8967700Z [ 5%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/info.c.o 2025-03-21T20:25:27.8968847Z -- Detecting CXX compiler ABI info 2025-03-21T20:25:27.8970129Z [ 5%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/vendor.c.o 2025-03-21T20:25:27.8972152Z [ 5%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/pthreads.c.o 2025-03-21T20:25:27.8974174Z [ 5%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/uarch.c.o 2025-03-21T20:25:27.8976992Z [ 5%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/fastpath.c.o 2025-03-21T20:25:27.8979110Z [ 5%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/log.c.o 2025-03-21T20:25:27.8981030Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/name.c.o 2025-03-21T20:25:27.8982668Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/topology.c.o 2025-03-21T20:25:27.8984356Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/isa.c.o 2025-03-21T20:25:27.8986233Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/init.c.o 2025-03-21T20:25:27.8988097Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/init.c.o 2025-03-21T20:25:27.8990202Z [ 7%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/descriptor.c.o 2025-03-21T20:25:27.8991706Z [ 8%] Linking C static library libpthreadpool.a 2025-03-21T20:25:27.8993301Z [ 8%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/deterministic.c.o 2025-03-21T20:25:27.8995269Z [ 8%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/linux/init.c.o 2025-03-21T20:25:27.8996379Z [ 8%] Built target pthreadpool 2025-03-21T20:25:27.8997672Z [ 8%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/linux/cpuinfo.c.o 2025-03-21T20:25:27.8998847Z -- Detecting CXX compiler ABI info - done 2025-03-21T20:25:27.8999565Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2025-03-21T20:25:27.9000265Z -- Detecting CXX compile features 2025-03-21T20:25:27.9000833Z -- Detecting CXX compile features - done 2025-03-21T20:25:27.9002218Z [ 8%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/smallfile.c.o 2025-03-21T20:25:27.9004019Z [ 9%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/info.c.o 2025-03-21T20:25:27.9005930Z [ 10%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/multiline.c.o 2025-03-21T20:25:27.9007061Z -- Looking for strtof_l 2025-03-21T20:25:27.9008313Z [ 10%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/vendor.c.o 2025-03-21T20:25:27.9010420Z [ 10%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/cpulist.c.o 2025-03-21T20:25:27.9012101Z [ 10%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/processors.c.o 2025-03-21T20:25:27.9013937Z [ 10%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/uarch.c.o 2025-03-21T20:25:27.9015723Z [ 10%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/name.c.o 2025-03-21T20:25:27.9017321Z [ 10%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/topology.c.o 2025-03-21T20:25:27.9018830Z [ 11%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/isa.c.o 2025-03-21T20:25:27.9020344Z [ 11%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/cache/init.c.o 2025-03-21T20:25:27.9021921Z [ 11%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/cache/descriptor.c.o 2025-03-21T20:25:27.9023058Z [ 11%] Linking C static library libcpuinfo.a 2025-03-21T20:25:27.9024507Z [ 11%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/cache/deterministic.c.o 2025-03-21T20:25:27.9026117Z [ 11%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/linux/init.c.o 2025-03-21T20:25:27.9027793Z [ 12%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/linux/cpuinfo.c.o 2025-03-21T20:25:27.9029498Z [ 12%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/smallfile.c.o 2025-03-21T20:25:27.9030492Z [ 12%] Built target cpuinfo 2025-03-21T20:25:27.9031534Z [ 12%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/multiline.c.o 2025-03-21T20:25:27.9032477Z -- Looking for strtof_l - found 2025-03-21T20:25:27.9032875Z -- Looking for strtoull_l 2025-03-21T20:25:27.9033885Z [ 12%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/cpulist.c.o 2025-03-21T20:25:27.9035422Z [ 13%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/processors.c.o 2025-03-21T20:25:27.9036573Z [ 13%] Linking C static library libcpuinfo_internals.a 2025-03-21T20:25:27.9037141Z [ 13%] Built target cpuinfo_internals 2025-03-21T20:25:27.9037615Z -- Looking for strtoull_l - found 2025-03-21T20:25:27.9038013Z -- Looking for realpath 2025-03-21T20:25:27.9038395Z -- Looking for realpath - found 2025-03-21T20:25:27.9038859Z -- CMAKE_CXX_FLAGS: "-DFLATBUFFERS_MAX_ALIGNMENT=1024" 2025-03-21T20:25:27.9039366Z -- Configuring done (1.0s) 2025-03-21T20:25:27.9039764Z -- Generating done (0.0s) 2025-03-21T20:25:27.9040367Z -- Build files have been written to: /pytorch/executorch/cmake-out/third-party/flatbuffers 2025-03-21T20:25:27.9041210Z [ 13%] Performing build step for 'flatbuffers' 2025-03-21T20:25:27.9041983Z [ 2%] Building CXX object CMakeFiles/flatc.dir/src/idl_parser.cpp.o 2025-03-21T20:25:30.9773784Z [ 7%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_text.cpp.o 2025-03-21T20:25:30.9775110Z [ 7%] Building CXX object CMakeFiles/flatc.dir/src/reflection.cpp.o 2025-03-21T20:25:30.9777414Z [ 10%] Building CXX object CMakeFiles/flatc.dir/src/util.cpp.o 2025-03-21T20:25:30.9778678Z [ 13%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_binary.cpp.o 2025-03-21T20:25:30.9779943Z [ 15%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_cpp.cpp.o 2025-03-21T20:25:30.9781208Z [ 18%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_csharp.cpp.o 2025-03-21T20:25:30.9782795Z [ 21%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_dart.cpp.o 2025-03-21T20:25:30.9784089Z [ 23%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_kotlin.cpp.o 2025-03-21T20:25:30.9785430Z [ 26%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_kotlin_kmp.cpp.o 2025-03-21T20:25:30.9786740Z [ 28%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_go.cpp.o 2025-03-21T20:25:30.9787976Z [ 31%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_java.cpp.o 2025-03-21T20:25:30.9789303Z [ 34%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_ts.cpp.o 2025-03-21T20:25:30.9790544Z [ 36%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_php.cpp.o 2025-03-21T20:25:30.9791821Z [ 39%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_python.cpp.o 2025-03-21T20:25:30.9793122Z [ 42%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_lobster.cpp.o 2025-03-21T20:25:30.9794445Z [ 44%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_rust.cpp.o 2025-03-21T20:25:30.9795746Z [ 47%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_fbs.cpp.o 2025-03-21T20:25:30.9797014Z [ 50%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_grpc.cpp.o 2025-03-21T20:25:30.9798342Z [ 52%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_json_schema.cpp.o 2025-03-21T20:25:30.9799963Z [ 55%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_swift.cpp.o 2025-03-21T20:25:30.9801414Z [ 57%] Building CXX object CMakeFiles/flatc.dir/src/file_name_saving_file_manager.cpp.o 2025-03-21T20:25:30.9802887Z [ 60%] Building CXX object CMakeFiles/flatc.dir/src/file_binary_writer.cpp.o 2025-03-21T20:25:30.9804197Z [ 63%] Building CXX object CMakeFiles/flatc.dir/src/file_writer.cpp.o 2025-03-21T20:25:30.9805433Z [ 65%] Building CXX object CMakeFiles/flatc.dir/src/flatc_main.cpp.o 2025-03-21T20:25:30.9806521Z [ 68%] Building CXX object CMakeFiles/flatc.dir/src/flatc.cpp.o 2025-03-21T20:25:30.9807722Z [ 71%] Building CXX object CMakeFiles/flatc.dir/src/binary_annotator.cpp.o 2025-03-21T20:25:30.9809131Z [ 73%] Building CXX object CMakeFiles/flatc.dir/src/annotated_binary_text_gen.cpp.o 2025-03-21T20:25:30.9810423Z [ 76%] Building CXX object CMakeFiles/flatc.dir/src/bfbs_gen_lua.cpp.o 2025-03-21T20:25:30.9811549Z [ 78%] Building CXX object CMakeFiles/flatc.dir/src/bfbs_gen_nim.cpp.o 2025-03-21T20:25:30.9812842Z [ 81%] Building CXX object CMakeFiles/flatc.dir/src/code_generators.cpp.o 2025-03-21T20:25:30.9814219Z [ 84%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/cpp_generator.cc.o 2025-03-21T20:25:30.9815737Z [ 86%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/go_generator.cc.o 2025-03-21T20:25:30.9817261Z [ 89%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/java_generator.cc.o 2025-03-21T20:25:30.9818855Z [ 92%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/python_generator.cc.o 2025-03-21T20:25:30.9820436Z [ 94%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/swift_generator.cc.o 2025-03-21T20:25:30.9821972Z [ 97%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/ts_generator.cc.o 2025-03-21T20:25:30.9823089Z [100%] Linking CXX executable flatc 2025-03-21T20:25:30.9823746Z [100%] Built target flatc 2025-03-21T20:25:30.9824448Z [ 13%] No install step for 'flatbuffers' 2025-03-21T20:25:30.9825253Z [ 13%] Completed 'flatbuffers' 2025-03-21T20:25:30.9825881Z [ 13%] Built target flatbuffers 2025-03-21T20:25:30.9826578Z [ 13%] Generating common_schema headers 2025-03-21T20:25:30.9827249Z [ 13%] Built target common_schema 2025-03-21T20:25:30.9827996Z [ 13%] Generating program_schema headers 2025-03-21T20:25:30.9828683Z [ 13%] Built target program_schema 2025-03-21T20:25:30.9830134Z [ 13%] Building CXX object CMakeFiles/executorch_core.dir/runtime/backend/interface.cpp.o 2025-03-21T20:25:30.9832035Z [ 13%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/exec_aten/util/tensor_shape_to_c_string.cpp.o 2025-03-21T20:25:30.9833855Z [ 14%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/evalue.cpp.o 2025-03-21T20:25:30.9835694Z [ 14%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/exec_aten/util/tensor_util_portable.cpp.o 2025-03-21T20:25:30.9837616Z [ 14%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/portable_type/tensor_impl.cpp.o 2025-03-21T20:25:30.9839274Z [ 14%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/tag.cpp.o 2025-03-21T20:25:30.9840823Z [ 15%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/tensor_layout.cpp.o 2025-03-21T20:25:30.9842444Z [ 15%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method.cpp.o 2025-03-21T20:25:30.9844062Z [ 15%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method_meta.cpp.o 2025-03-21T20:25:30.9845720Z [ 15%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/program.cpp.o 2025-03-21T20:25:30.9847386Z [ 16%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/pte_data_map.cpp.o 2025-03-21T20:25:30.9849328Z [ 16%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_exec_aten.cpp.o 2025-03-21T20:25:30.9851236Z [ 16%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_portable.cpp.o 2025-03-21T20:25:30.9853063Z [ 16%] Building CXX object CMakeFiles/executorch_core.dir/runtime/kernel/operator_registry.cpp.o 2025-03-21T20:25:30.9854737Z [ 16%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/abort.cpp.o 2025-03-21T20:25:30.9856287Z [ 17%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/log.cpp.o 2025-03-21T20:25:30.9857895Z [ 17%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/profiler.cpp.o 2025-03-21T20:25:30.9859523Z [ 17%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/runtime.cpp.o 2025-03-21T20:25:30.9861121Z [ 17%] Building CXX object CMakeFiles/executorch_core.dir/schema/extended_header.cpp.o 2025-03-21T20:25:30.9862815Z [ 17%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/default/posix.cpp.o 2025-03-21T20:25:30.9864192Z [ 18%] Linking CXX static library libexecutorch_core.a 2025-03-21T20:25:30.9864955Z [ 18%] Built target executorch_core 2025-03-21T20:25:30.9866134Z [ 19%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_copy_index.cpp.o 2025-03-21T20:25:30.9867704Z [ 19%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_view.cpp.o 2025-03-21T20:25:30.9869526Z [ 19%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/threadpool.cpp.o 2025-03-21T20:25:30.9871370Z [ 19%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/register_prim_ops.cpp.o 2025-03-21T20:25:30.9873264Z [ 19%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/threadpool_guard.cpp.o 2025-03-21T20:25:30.9875236Z [ 19%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/thread_parallel.cpp.o 2025-03-21T20:25:30.9877391Z [ 20%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/cpuinfo_utils.cpp.o 2025-03-21T20:25:30.9878922Z [ 20%] Linking CXX static library libextension_threadpool.a 2025-03-21T20:25:30.9879760Z [ 20%] Built target extension_threadpool 2025-03-21T20:25:30.9880617Z [ 20%] Linking CXX static library libexecutorch.a 2025-03-21T20:25:30.9881341Z [ 20%] Built target executorch 2025-03-21T20:25:30.9882651Z [ 20%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op__empty_dim_order.cpp.o 2025-03-21T20:25:30.9884726Z [ 21%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_abs.cpp.o 2025-03-21T20:25:30.9886625Z [ 21%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op__to_dim_order_copy.cpp.o 2025-03-21T20:25:30.9888511Z [ 21%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_acos.cpp.o 2025-03-21T20:25:30.9890273Z [ 21%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_acosh.cpp.o 2025-03-21T20:25:30.9892245Z [ 22%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op__empty_dim_order.cpp.o 2025-03-21T20:25:30.9894431Z [ 22%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op__to_dim_order_copy.cpp.o 2025-03-21T20:25:30.9896365Z [ 23%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_add.cpp.o 2025-03-21T20:25:30.9898126Z [ 23%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_addmm.cpp.o 2025-03-21T20:25:30.9899962Z [ 23%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_alias_copy.cpp.o 2025-03-21T20:25:30.9902000Z [ 23%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_allclose.cpp.o 2025-03-21T20:25:30.9903812Z [ 23%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_amax.cpp.o 2025-03-21T20:25:30.9905558Z [ 24%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_amin.cpp.o 2025-03-21T20:25:30.9907359Z [ 24%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_abs.cpp.o 2025-03-21T20:25:30.9909386Z [ 24%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_acos.cpp.o 2025-03-21T20:25:33.1008619Z [ 24%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_acosh.cpp.o 2025-03-21T20:25:33.1010620Z [ 24%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_any.cpp.o 2025-03-21T20:25:33.1012252Z [ 24%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_arange.cpp.o 2025-03-21T20:25:33.1013972Z [ 24%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_argmax.cpp.o 2025-03-21T20:25:33.1015735Z [ 24%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_argmin.cpp.o 2025-03-21T20:25:33.1017470Z [ 25%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_as_strided_copy.cpp.o 2025-03-21T20:25:33.1019204Z [ 25%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_asin.cpp.o 2025-03-21T20:25:33.1020983Z [ 26%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_add.cpp.o 2025-03-21T20:25:33.1022803Z [ 26%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_addmm.cpp.o 2025-03-21T20:25:33.1024729Z [ 26%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_alias_copy.cpp.o 2025-03-21T20:25:33.1026524Z [ 26%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_asinh.cpp.o 2025-03-21T20:25:33.1028239Z [ 26%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_atan.cpp.o 2025-03-21T20:25:33.1030020Z [ 27%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_atan2.cpp.o 2025-03-21T20:25:33.1031726Z [ 27%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_atanh.cpp.o 2025-03-21T20:25:33.1033434Z [ 27%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_avg_pool2d.cpp.o 2025-03-21T20:25:33.1035494Z [ 27%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_and.cpp.o 2025-03-21T20:25:33.1037323Z [ 27%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_allclose.cpp.o 2025-03-21T20:25:33.1039260Z [ 28%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_amax.cpp.o 2025-03-21T20:25:33.1041019Z [ 28%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_not.cpp.o 2025-03-21T20:25:33.1042806Z [ 29%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_or.cpp.o 2025-03-21T20:25:33.1044546Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_amin.cpp.o 2025-03-21T20:25:33.1046398Z [ 29%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_xor.cpp.o 2025-03-21T20:25:33.1048093Z [ 29%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bmm.cpp.o 2025-03-21T20:25:33.1049930Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_any.cpp.o 2025-03-21T20:25:33.1052045Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_arange.cpp.o 2025-03-21T20:25:33.1054343Z [ 29%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_argmax.cpp.o 2025-03-21T20:25:33.1056260Z [ 29%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cat.cpp.o 2025-03-21T20:25:33.1058034Z [ 30%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cdist_forward.cpp.o 2025-03-21T20:25:33.1059715Z [ 30%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ceil.cpp.o 2025-03-21T20:25:33.1061382Z [ 30%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_clamp.cpp.o 2025-03-21T20:25:33.1063199Z [ 31%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_argmin.cpp.o 2025-03-21T20:25:33.1065274Z [ 31%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_as_strided_copy.cpp.o 2025-03-21T20:25:33.1067254Z [ 31%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_clone.cpp.o 2025-03-21T20:25:33.1069050Z [ 31%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_asin.cpp.o 2025-03-21T20:25:33.1070975Z [ 31%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_constant_pad_nd.cpp.o 2025-03-21T20:25:33.1072815Z [ 32%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_convolution.cpp.o 2025-03-21T20:25:33.1074614Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_asinh.cpp.o 2025-03-21T20:25:33.1076628Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atan.cpp.o 2025-03-21T20:25:33.1078524Z [ 33%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atan2.cpp.o 2025-03-21T20:25:33.1080445Z [ 33%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_convolution_backward.cpp.o 2025-03-21T20:25:33.1082283Z [ 33%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_copy.cpp.o 2025-03-21T20:25:33.1083894Z [ 33%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cos.cpp.o 2025-03-21T20:25:33.1085532Z [ 33%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cosh.cpp.o 2025-03-21T20:25:33.1087142Z [ 34%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cumsum.cpp.o 2025-03-21T20:25:33.1088730Z [ 34%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atanh.cpp.o 2025-03-21T20:25:33.1089991Z [ 34%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_avg_pool2d.cpp.o 2025-03-21T20:25:33.1090999Z [ 34%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_detach_copy.cpp.o 2025-03-21T20:25:33.1091975Z [ 34%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_diagonal_copy.cpp.o 2025-03-21T20:25:33.1092903Z [ 34%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_div.cpp.o 2025-03-21T20:25:33.1093821Z [ 35%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_embedding.cpp.o 2025-03-21T20:25:33.1094730Z [ 35%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_empty.cpp.o 2025-03-21T20:25:33.1095616Z [ 35%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_eq.cpp.o 2025-03-21T20:25:33.1096489Z [ 35%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_erf.cpp.o 2025-03-21T20:25:33.1097462Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_and.cpp.o 2025-03-21T20:25:33.1098420Z [ 35%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_exp.cpp.o 2025-03-21T20:25:33.1099532Z [ 36%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_not.cpp.o 2025-03-21T20:25:33.1100578Z [ 36%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_or.cpp.o 2025-03-21T20:25:33.1101559Z [ 37%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_expand_copy.cpp.o 2025-03-21T20:25:33.1102569Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_xor.cpp.o 2025-03-21T20:25:33.1103591Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bmm.cpp.o 2025-03-21T20:25:33.1104563Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cat.cpp.o 2025-03-21T20:25:33.1105587Z [ 38%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cdist_forward.cpp.o 2025-03-21T20:25:33.1106612Z [ 38%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ceil.cpp.o 2025-03-21T20:25:33.1107549Z [ 38%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_expm1.cpp.o 2025-03-21T20:25:33.1108788Z [ 38%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_clamp.cpp.o 2025-03-21T20:25:33.1110561Z [ 38%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_fill.cpp.o 2025-03-21T20:25:33.1111993Z [ 38%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_flip.cpp.o 2025-03-21T20:25:33.1113439Z [ 38%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_clone.cpp.o 2025-03-21T20:25:33.1114972Z [ 38%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_constant_pad_nd.cpp.o 2025-03-21T20:25:33.1116400Z [ 38%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_floor.cpp.o 2025-03-21T20:25:33.1117858Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_convolution.cpp.o 2025-03-21T20:25:33.1119557Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_convolution_backward.cpp.o 2025-03-21T20:25:33.1121169Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_copy.cpp.o 2025-03-21T20:25:33.1122877Z [ 40%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_floor_divide.cpp.o 2025-03-21T20:25:35.2777029Z [ 40%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_fmod.cpp.o 2025-03-21T20:25:35.2778746Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cos.cpp.o 2025-03-21T20:25:35.2780540Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cosh.cpp.o 2025-03-21T20:25:35.2782300Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cumsum.cpp.o 2025-03-21T20:25:35.2784188Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_detach_copy.cpp.o 2025-03-21T20:25:35.2786124Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_diagonal_copy.cpp.o 2025-03-21T20:25:35.2787992Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_div.cpp.o 2025-03-21T20:25:35.2789836Z [ 41%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_full.cpp.o 2025-03-21T20:25:35.2791523Z [ 41%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_full_like.cpp.o 2025-03-21T20:25:35.2793560Z [ 42%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_gather.cpp.o 2025-03-21T20:25:35.2795226Z [ 42%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ge.cpp.o 2025-03-21T20:25:35.2796839Z [ 42%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_gelu.cpp.o 2025-03-21T20:25:35.2798606Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_embedding.cpp.o 2025-03-21T20:25:35.2800393Z [ 43%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_glu.cpp.o 2025-03-21T20:25:35.2802005Z [ 43%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_gt.cpp.o 2025-03-21T20:25:35.2803681Z [ 44%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_hardtanh.cpp.o 2025-03-21T20:25:35.2805467Z [ 44%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_empty.cpp.o 2025-03-21T20:25:35.2807236Z [ 44%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_eq.cpp.o 2025-03-21T20:25:35.2809039Z [ 44%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_erf.cpp.o 2025-03-21T20:25:35.2810756Z [ 44%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_index.cpp.o 2025-03-21T20:25:35.2812449Z [ 44%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_index_put.cpp.o 2025-03-21T20:25:35.2814195Z [ 44%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_index_select.cpp.o 2025-03-21T20:25:35.2815920Z [ 45%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_isinf.cpp.o 2025-03-21T20:25:35.2817573Z [ 45%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_isnan.cpp.o 2025-03-21T20:25:35.2819318Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_exp.cpp.o 2025-03-21T20:25:35.2821148Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_expand_copy.cpp.o 2025-03-21T20:25:35.2822875Z [ 46%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_leaky_relu.cpp.o 2025-03-21T20:25:35.2824519Z [ 46%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_le.cpp.o 2025-03-21T20:25:35.2826183Z [ 46%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_lift_fresh_copy.cpp.o 2025-03-21T20:25:35.2828359Z [ 47%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_linear_scratch_example.cpp.o 2025-03-21T20:25:35.2830249Z [ 47%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log.cpp.o 2025-03-21T20:25:35.2831852Z [ 47%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log10.cpp.o 2025-03-21T20:25:35.2833613Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_expm1.cpp.o 2025-03-21T20:25:35.2835327Z [ 47%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log1p.cpp.o 2025-03-21T20:25:35.2837008Z [ 47%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_fill.cpp.o 2025-03-21T20:25:35.2838758Z [ 47%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log2.cpp.o 2025-03-21T20:25:35.2840387Z [ 48%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log_softmax.cpp.o 2025-03-21T20:25:35.2842065Z [ 48%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_and.cpp.o 2025-03-21T20:25:35.2843821Z [ 48%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_not.cpp.o 2025-03-21T20:25:35.2845815Z [ 48%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_or.cpp.o 2025-03-21T20:25:35.2847638Z [ 49%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_xor.cpp.o 2025-03-21T20:25:35.2849358Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_flip.cpp.o 2025-03-21T20:25:35.2851065Z [ 49%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_lt.cpp.o 2025-03-21T20:25:35.2852348Z [ 49%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logit.cpp.o 2025-03-21T20:25:35.2854059Z [ 49%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_masked_fill.cpp.o 2025-03-21T20:25:35.2855832Z [ 49%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_masked_scatter.cpp.o 2025-03-21T20:25:35.2857582Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_floor.cpp.o 2025-03-21T20:25:35.2859534Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_floor_divide.cpp.o 2025-03-21T20:25:35.2861394Z [ 51%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_masked_select.cpp.o 2025-03-21T20:25:35.2863171Z [ 51%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_max.cpp.o 2025-03-21T20:25:35.2865086Z [ 51%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_max_pool2d_with_indices.cpp.o 2025-03-21T20:25:35.2867327Z [ 51%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_max_pool2d_with_indices_backward.cpp.o 2025-03-21T20:25:35.2869320Z [ 51%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_maximum.cpp.o 2025-03-21T20:25:35.2870889Z [ 52%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_mean.cpp.o 2025-03-21T20:25:35.2872518Z [ 52%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_fmod.cpp.o 2025-03-21T20:25:35.2874170Z [ 52%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_full.cpp.o 2025-03-21T20:25:35.2877765Z [ 52%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_full_like.cpp.o 2025-03-21T20:25:35.2879767Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gather.cpp.o 2025-03-21T20:25:35.2881498Z [ 53%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_min.cpp.o 2025-03-21T20:25:35.2883388Z [ 53%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_minimum.cpp.o 2025-03-21T20:25:35.2884973Z [ 53%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_mm.cpp.o 2025-03-21T20:25:35.2886540Z [ 54%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_mul.cpp.o 2025-03-21T20:25:35.2888225Z [ 54%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_narrow_copy.cpp.o 2025-03-21T20:25:35.2890058Z [ 54%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_batch_norm.cpp.o 2025-03-21T20:25:35.2891978Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ge.cpp.o 2025-03-21T20:25:35.2893778Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gelu.cpp.o 2025-03-21T20:25:35.2895673Z [ 54%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_group_norm.cpp.o 2025-03-21T20:25:35.2897654Z [ 54%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_layer_norm.cpp.o 2025-03-21T20:25:35.2899769Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_glu.cpp.o 2025-03-21T20:25:35.2901571Z [ 55%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ne.cpp.o 2025-03-21T20:25:35.2903338Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gt.cpp.o 2025-03-21T20:25:35.2905277Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_hardtanh.cpp.o 2025-03-21T20:25:35.2907224Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index.cpp.o 2025-03-21T20:25:35.2909346Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index_put.cpp.o 2025-03-21T20:25:37.3773215Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index_select.cpp.o 2025-03-21T20:25:37.3775278Z [ 57%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_isinf.cpp.o 2025-03-21T20:25:37.3777360Z [ 57%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_neg.cpp.o 2025-03-21T20:25:37.3779103Z [ 57%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_nonzero.cpp.o 2025-03-21T20:25:37.3781130Z [ 57%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_isnan.cpp.o 2025-03-21T20:25:37.3783044Z [ 57%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_le.cpp.o 2025-03-21T20:25:37.3785054Z [ 57%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_leaky_relu.cpp.o 2025-03-21T20:25:37.3787008Z [ 57%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ones.cpp.o 2025-03-21T20:25:37.3788952Z [ 57%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pdist_forward.cpp.o 2025-03-21T20:25:37.3790915Z [ 58%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_permute_copy.cpp.o 2025-03-21T20:25:37.3792982Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_lift_fresh_copy.cpp.o 2025-03-21T20:25:37.3795233Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_linear_scratch_example.cpp.o 2025-03-21T20:25:37.3797355Z [ 59%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pixel_shuffle.cpp.o 2025-03-21T20:25:37.3799223Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log.cpp.o 2025-03-21T20:25:37.3801505Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log10.cpp.o 2025-03-21T20:25:37.3803478Z [ 59%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pixel_unshuffle.cpp.o 2025-03-21T20:25:37.3805466Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log1p.cpp.o 2025-03-21T20:25:37.3807325Z [ 59%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pow.cpp.o 2025-03-21T20:25:37.3809207Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log2.cpp.o 2025-03-21T20:25:37.3811263Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log_softmax.cpp.o 2025-03-21T20:25:37.3813373Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_and.cpp.o 2025-03-21T20:25:37.3815479Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_not.cpp.o 2025-03-21T20:25:37.3817396Z [ 61%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_prod.cpp.o 2025-03-21T20:25:37.3819423Z [ 61%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reciprocal.cpp.o 2025-03-21T20:25:37.3821447Z [ 61%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_or.cpp.o 2025-03-21T20:25:37.3823403Z [ 61%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reflection_pad1d.cpp.o 2025-03-21T20:25:37.3825382Z [ 61%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reflection_pad2d.cpp.o 2025-03-21T20:25:37.3827237Z [ 61%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reflection_pad3d.cpp.o 2025-03-21T20:25:37.3829307Z [ 62%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_xor.cpp.o 2025-03-21T20:25:37.3831287Z [ 62%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logit.cpp.o 2025-03-21T20:25:37.3833235Z [ 62%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_lt.cpp.o 2025-03-21T20:25:37.3835045Z [ 63%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_relu.cpp.o 2025-03-21T20:25:37.3836859Z [ 63%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_remainder.cpp.o 2025-03-21T20:25:37.3838698Z [ 63%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_repeat.cpp.o 2025-03-21T20:25:37.3840581Z [ 63%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_repeat_interleave.cpp.o 2025-03-21T20:25:37.3842612Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_fill.cpp.o 2025-03-21T20:25:37.3844660Z [ 64%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_scatter.cpp.o 2025-03-21T20:25:37.3846706Z [ 65%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_replication_pad1d.cpp.o 2025-03-21T20:25:37.3848731Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_select.cpp.o 2025-03-21T20:25:37.3850729Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max.cpp.o 2025-03-21T20:25:37.3852646Z [ 65%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_replication_pad2d.cpp.o 2025-03-21T20:25:37.3854765Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max_pool2d_with_indices.cpp.o 2025-03-21T20:25:37.3857194Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max_pool2d_with_indices_backward.cpp.o 2025-03-21T20:25:37.3859383Z [ 66%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_maximum.cpp.o 2025-03-21T20:25:37.3861411Z [ 66%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_replication_pad3d.cpp.o 2025-03-21T20:25:37.3863246Z [ 66%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_roll.cpp.o 2025-03-21T20:25:37.3865012Z [ 66%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_round.cpp.o 2025-03-21T20:25:37.3866854Z [ 66%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mean.cpp.o 2025-03-21T20:25:37.3868813Z [ 66%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_min.cpp.o 2025-03-21T20:25:37.3870757Z [ 67%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_rsqrt.cpp.o 2025-03-21T20:25:37.3872474Z [ 67%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_rsub.cpp.o 2025-03-21T20:25:37.3874334Z [ 67%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_minimum.cpp.o 2025-03-21T20:25:37.3876837Z [ 67%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_scalar_tensor.cpp.o 2025-03-21T20:25:37.3878760Z [ 67%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_scatter.cpp.o 2025-03-21T20:25:37.3880636Z [ 67%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_scatter_add.cpp.o 2025-03-21T20:25:37.3882403Z [ 67%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mm.cpp.o 2025-03-21T20:25:37.3884331Z [ 68%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mul.cpp.o 2025-03-21T20:25:37.3886111Z [ 69%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_select_copy.cpp.o 2025-03-21T20:25:37.3888133Z [ 69%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_narrow_copy.cpp.o 2025-03-21T20:25:37.3890167Z [ 69%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_batch_norm.cpp.o 2025-03-21T20:25:37.3892332Z [ 69%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_group_norm.cpp.o 2025-03-21T20:25:37.3894546Z [ 70%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_layer_norm.cpp.o 2025-03-21T20:25:37.3896629Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_select_scatter.cpp.o 2025-03-21T20:25:37.3898474Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sigmoid.cpp.o 2025-03-21T20:25:37.3900280Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sign.cpp.o 2025-03-21T20:25:37.3902042Z [ 71%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sin.cpp.o 2025-03-21T20:25:37.3903890Z [ 71%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ne.cpp.o 2025-03-21T20:25:37.3905726Z [ 71%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sinh.cpp.o 2025-03-21T20:25:37.3907566Z [ 71%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_slice_copy.cpp.o 2025-03-21T20:25:37.3909590Z [ 71%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_neg.cpp.o 2025-03-21T20:25:37.3911591Z [ 71%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_nonzero.cpp.o 2025-03-21T20:25:37.3913696Z [ 71%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ones.cpp.o 2025-03-21T20:25:39.3988544Z [ 71%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_slice_scatter.cpp.o 2025-03-21T20:25:39.3990596Z [ 72%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pdist_forward.cpp.o 2025-03-21T20:25:39.3991632Z [ 72%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_softmax.cpp.o 2025-03-21T20:25:39.3992709Z [ 73%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_split_copy.cpp.o 2025-03-21T20:25:39.3993723Z [ 73%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_permute_copy.cpp.o 2025-03-21T20:25:39.3995491Z [ 73%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_split_with_sizes_copy.cpp.o 2025-03-21T20:25:39.3997123Z [ 73%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sqrt.cpp.o 2025-03-21T20:25:39.3998516Z [ 73%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_squeeze_copy.cpp.o 2025-03-21T20:25:39.4000013Z [ 73%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pixel_shuffle.cpp.o 2025-03-21T20:25:39.4002254Z [ 73%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_stack.cpp.o 2025-03-21T20:25:39.4003858Z [ 73%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pixel_unshuffle.cpp.o 2025-03-21T20:25:39.4005369Z [ 73%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pow.cpp.o 2025-03-21T20:25:39.4006795Z [ 74%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sub.cpp.o 2025-03-21T20:25:39.4008383Z [ 75%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_prod.cpp.o 2025-03-21T20:25:39.4009826Z [ 75%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sum.cpp.o 2025-03-21T20:25:39.4011155Z [ 75%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_t_copy.cpp.o 2025-03-21T20:25:39.4012515Z [ 75%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_tan.cpp.o 2025-03-21T20:25:39.4013770Z [ 76%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_tanh.cpp.o 2025-03-21T20:25:39.4015080Z [ 76%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_to_copy.cpp.o 2025-03-21T20:25:39.4016521Z [ 76%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reciprocal.cpp.o 2025-03-21T20:25:39.4017978Z [ 76%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_topk.cpp.o 2025-03-21T20:25:39.4019568Z [ 76%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_transpose_copy.cpp.o 2025-03-21T20:25:39.4021140Z [ 76%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad1d.cpp.o 2025-03-21T20:25:39.4022575Z [ 76%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_tril.cpp.o 2025-03-21T20:25:39.4023837Z [ 77%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_trunc.cpp.o 2025-03-21T20:25:39.4025235Z [ 77%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_unbind_copy.cpp.o 2025-03-21T20:25:39.4026780Z [ 77%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad2d.cpp.o 2025-03-21T20:25:39.4038755Z [ 77%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_unfold_copy.cpp.o 2025-03-21T20:25:39.4040932Z [ 77%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_unsqueeze_copy.cpp.o 2025-03-21T20:25:39.4043007Z [ 78%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad3d.cpp.o 2025-03-21T20:25:39.4045018Z [ 79%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_upsample_bilinear2d.cpp.o 2025-03-21T20:25:39.4046932Z [ 79%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_relu.cpp.o 2025-03-21T20:25:39.4048869Z [ 79%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_remainder.cpp.o 2025-03-21T20:25:39.4050656Z [ 79%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_repeat.cpp.o 2025-03-21T20:25:39.4052350Z [ 79%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_upsample_nearest2d.cpp.o 2025-03-21T20:25:39.4054220Z [ 79%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_repeat_interleave.cpp.o 2025-03-21T20:25:39.4056168Z [ 80%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad1d.cpp.o 2025-03-21T20:25:39.4057935Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_var.cpp.o 2025-03-21T20:25:39.4059796Z [ 80%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad2d.cpp.o 2025-03-21T20:25:39.4061761Z [ 80%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad3d.cpp.o 2025-03-21T20:25:39.4063752Z [ 80%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_roll.cpp.o 2025-03-21T20:25:39.4065584Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_view_copy.cpp.o 2025-03-21T20:25:39.4067425Z [ 81%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_round.cpp.o 2025-03-21T20:25:39.4069286Z [ 81%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_where.cpp.o 2025-03-21T20:25:39.4070946Z [ 82%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_zeros.cpp.o 2025-03-21T20:25:39.4072727Z [ 82%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_rsqrt.cpp.o 2025-03-21T20:25:39.4074638Z [ 82%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/unary_ufunc_realh.cpp.o 2025-03-21T20:25:39.4076906Z [ 82%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/unary_ufunc_realhb_to_bool.cpp.o 2025-03-21T20:25:39.4079197Z [ 82%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/unary_ufunc_realhbbf16_to_floathbf16.cpp.o 2025-03-21T20:25:39.4081296Z [ 82%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_rsub.cpp.o 2025-03-21T20:25:39.4083258Z [ 82%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scalar_tensor.cpp.o 2025-03-21T20:25:39.4085181Z [ 82%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scatter.cpp.o 2025-03-21T20:25:39.4087143Z [ 83%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scatter_add.cpp.o 2025-03-21T20:25:39.4089092Z [ 83%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/activation_ops_util.cpp.o 2025-03-21T20:25:39.4091070Z [ 84%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/advanced_index_util.cpp.o 2025-03-21T20:25:39.4093009Z [ 84%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_select_copy.cpp.o 2025-03-21T20:25:39.4095238Z [ 84%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/broadcast_util.cpp.o 2025-03-21T20:25:39.4097161Z [ 84%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_select_scatter.cpp.o 2025-03-21T20:25:39.4099134Z [ 84%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sigmoid.cpp.o 2025-03-21T20:25:39.4101500Z [ 84%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/copy_ops_util.cpp.o 2025-03-21T20:25:39.4103316Z [ 84%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sign.cpp.o 2025-03-21T20:25:39.4105201Z [ 84%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/delinearize_index.cpp.o 2025-03-21T20:25:39.4107061Z [ 85%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sin.cpp.o 2025-03-21T20:25:39.4109015Z [ 86%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/distance_util.cpp.o 2025-03-21T20:25:39.4110876Z [ 86%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sinh.cpp.o 2025-03-21T20:25:39.4112696Z [ 86%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/dtype_util.cpp.o 2025-03-21T20:25:39.4114672Z [ 86%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_slice_copy.cpp.o 2025-03-21T20:25:39.4116555Z [ 86%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_slice_scatter.cpp.o 2025-03-21T20:25:39.4118285Z [ 86%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/index_util.cpp.o 2025-03-21T20:25:39.4119961Z [ 87%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_softmax.cpp.o 2025-03-21T20:25:39.4121767Z [ 87%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_split_copy.cpp.o 2025-03-21T20:25:43.4447540Z [ 87%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/kernel_ops_util.cpp.o 2025-03-21T20:25:43.4448718Z [ 87%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/matmul_ops_util.cpp.o 2025-03-21T20:25:43.4449927Z [ 87%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_split_with_sizes_copy.cpp.o 2025-03-21T20:25:43.4451117Z [ 87%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sqrt.cpp.o 2025-03-21T20:25:43.4452210Z [ 87%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_squeeze_copy.cpp.o 2025-03-21T20:25:43.4453356Z [ 88%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_stack.cpp.o 2025-03-21T20:25:43.4454479Z [ 89%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/normalization_ops_util.cpp.o 2025-03-21T20:25:43.4455603Z [ 89%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/padding_util.cpp.o 2025-03-21T20:25:43.4456656Z [ 89%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/reduce_util.cpp.o 2025-03-21T20:25:43.4457722Z [ 89%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sub.cpp.o 2025-03-21T20:25:43.4458817Z [ 89%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sum.cpp.o 2025-03-21T20:25:43.4459849Z [ 89%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/repeat_util.cpp.o 2025-03-21T20:25:43.4461185Z [ 89%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_t_copy.cpp.o 2025-03-21T20:25:43.4462468Z [ 89%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tan.cpp.o 2025-03-21T20:25:43.4463529Z [ 90%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tanh.cpp.o 2025-03-21T20:25:43.4464592Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/select_copy_util.cpp.o 2025-03-21T20:25:43.4465708Z [ 91%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/slice_util.cpp.o 2025-03-21T20:25:43.4466747Z [ 91%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/upsample_util.cpp.o 2025-03-21T20:25:43.4467857Z [ 91%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_to_copy.cpp.o 2025-03-21T20:25:43.4468992Z [ 91%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_topk.cpp.o 2025-03-21T20:25:43.4470143Z [ 91%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_transpose_copy.cpp.o 2025-03-21T20:25:43.4471725Z [ 92%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tril.cpp.o 2025-03-21T20:25:43.4472729Z [ 92%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_trunc.cpp.o 2025-03-21T20:25:43.4473919Z [ 92%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unbind_copy.cpp.o 2025-03-21T20:25:43.4474718Z [ 92%] Linking CXX static library libportable_kernels.a 2025-03-21T20:25:43.4475545Z [ 92%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unfold_copy.cpp.o 2025-03-21T20:25:43.4476779Z [ 92%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unsqueeze_copy.cpp.o 2025-03-21T20:25:43.4477886Z [ 93%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_upsample_bilinear2d.cpp.o 2025-03-21T20:25:43.4479029Z [ 93%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_upsample_nearest2d.cpp.o 2025-03-21T20:25:43.4480077Z [ 93%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_var.cpp.o 2025-03-21T20:25:43.4481074Z [ 93%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_view_copy.cpp.o 2025-03-21T20:25:43.4481718Z [ 93%] Built target portable_kernels 2025-03-21T20:25:43.4482316Z [ 94%] Generating selected_operators.yaml for portable_ops_lib 2025-03-21T20:25:43.4483151Z [ 94%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_where.cpp.o 2025-03-21T20:25:43.4484148Z [ 95%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_zeros.cpp.o 2025-03-21T20:25:43.4485230Z [ 95%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realh.cpp.o 2025-03-21T20:25:43.4486444Z [ 95%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realhb_to_bool.cpp.o 2025-03-21T20:25:43.4487747Z [ 95%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realhbbf16_to_floathbf16.cpp.o 2025-03-21T20:25:43.4488992Z [ 96%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/activation_ops_util.cpp.o 2025-03-21T20:25:43.4490143Z [ 96%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/advanced_index_util.cpp.o 2025-03-21T20:25:43.4491268Z [ 96%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/broadcast_util.cpp.o 2025-03-21T20:25:43.4492127Z [ 96%] Generating code for kernel registration 2025-03-21T20:25:43.4493089Z [ 96%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/copy_ops_util.cpp.o 2025-03-21T20:25:43.4494208Z [ 96%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/delinearize_index.cpp.o 2025-03-21T20:25:43.4495315Z [ 97%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/distance_util.cpp.o 2025-03-21T20:25:43.4496398Z [ 97%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/dtype_util.cpp.o 2025-03-21T20:25:43.4497460Z [ 97%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/index_util.cpp.o 2025-03-21T20:25:43.4498546Z [ 97%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/kernel_ops_util.cpp.o 2025-03-21T20:25:43.4499653Z [ 98%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/matmul_ops_util.cpp.o 2025-03-21T20:25:43.4500810Z [ 98%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/normalization_ops_util.cpp.o 2025-03-21T20:25:43.4501941Z [ 98%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/padding_util.cpp.o 2025-03-21T20:25:43.4503094Z [ 98%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/reduce_util.cpp.o 2025-03-21T20:25:43.4504162Z [ 98%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/repeat_util.cpp.o 2025-03-21T20:25:43.4505226Z [ 98%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/slice_util.cpp.o 2025-03-21T20:25:43.4506320Z [ 99%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/select_copy_util.cpp.o 2025-03-21T20:25:43.4507415Z [ 99%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/upsample_util.cpp.o 2025-03-21T20:25:43.4508270Z [ 99%] Linking CXX static library liboptimized_portable_kernels.a 2025-03-21T20:25:43.4508748Z [ 99%] Built target optimized_portable_kernels 2025-03-21T20:25:43.4509758Z [ 99%] Building CXX object kernels/portable/CMakeFiles/portable_ops_lib.dir/portable_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp.o 2025-03-21T20:25:43.4510701Z [ 99%] Linking CXX static library libportable_ops_lib.a 2025-03-21T20:25:43.4511122Z [ 99%] Built target portable_ops_lib 2025-03-21T20:25:43.4511871Z [ 99%] Building CXX object CMakeFiles/executor_runner.dir/examples/portable/executor_runner/executor_runner.cpp.o 2025-03-21T20:25:43.4512880Z [ 99%] Building CXX object CMakeFiles/executor_runner.dir/extension/data_loader/file_data_loader.cpp.o 2025-03-21T20:25:43.4513796Z [100%] Building CXX object CMakeFiles/executor_runner.dir/extension/runner_util/inputs.cpp.o 2025-03-21T20:25:43.4514698Z [100%] Building CXX object CMakeFiles/executor_runner.dir/extension/evalue_util/print_evalue.cpp.o 2025-03-21T20:25:43.4515703Z [100%] Building CXX object CMakeFiles/executor_runner.dir/runtime/executor/test/test_backend_compiler_lib.cpp.o 2025-03-21T20:25:43.4516707Z [100%] Building CXX object CMakeFiles/executor_runner.dir/extension/runner_util/inputs_portable.cpp.o 2025-03-21T20:25:43.4517428Z [100%] Linking CXX executable executor_runner 2025-03-21T20:25:43.4517821Z [100%] Built target executor_runner 2025-03-21T20:25:43.4518128Z + [[ '' == *main* ]] 2025-03-21T20:25:43.4518368Z + [[ '' == *gh* ]] 2025-03-21T20:25:43.4518636Z + PYTHON_EXECUTABLE=python 2025-03-21T20:25:43.4518979Z + bash examples/models/llama/install_requirements.sh 2025-03-21T20:25:43.4519353Z Collecting tiktoken 2025-03-21T20:25:43.4519878Z Downloading tiktoken-0.9.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (6.7 kB) 2025-03-21T20:25:43.4520532Z Collecting sentencepiece 2025-03-21T20:25:43.4521108Z Downloading sentencepiece-0.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (7.7 kB) 2025-03-21T20:25:43.4521989Z Requirement already satisfied: tokenizers in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (0.21.1) 2025-03-21T20:25:43.4522585Z Collecting snakeviz 2025-03-21T20:25:46.0580996Z Downloading snakeviz-2.2.2-py3-none-any.whl.metadata (3.6 kB) 2025-03-21T20:25:46.0581914Z Collecting lm_eval==0.4.5 2025-03-21T20:25:46.0582616Z Downloading lm_eval-0.4.5-py3-none-any.whl.metadata (44 kB) 2025-03-21T20:25:46.0583384Z Collecting blobfile 2025-03-21T20:25:46.0584052Z Downloading blobfile-3.0.0-py3-none-any.whl.metadata (15 kB) 2025-03-21T20:25:46.0584914Z Collecting accelerate>=0.26.0 (from lm_eval==0.4.5) 2025-03-21T20:25:46.0585791Z Downloading accelerate-1.5.2-py3-none-any.whl.metadata (19 kB) 2025-03-21T20:25:46.0586545Z Collecting evaluate (from lm_eval==0.4.5) 2025-03-21T20:25:46.0587294Z Downloading evaluate-0.4.3-py3-none-any.whl.metadata (9.2 kB) 2025-03-21T20:25:46.0588178Z Collecting datasets>=2.16.0 (from lm_eval==0.4.5) 2025-03-21T20:25:46.0589122Z Downloading datasets-3.4.1-py3-none-any.whl.metadata (19 kB) 2025-03-21T20:25:46.0589954Z Collecting jsonlines (from lm_eval==0.4.5) 2025-03-21T20:25:46.0590798Z Downloading jsonlines-4.0.0-py3-none-any.whl.metadata (1.6 kB) 2025-03-21T20:25:46.0592052Z Collecting numexpr (from lm_eval==0.4.5) 2025-03-21T20:25:46.0593126Z Downloading numexpr-2.10.2-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.metadata (8.1 kB) 2025-03-21T20:25:46.0594237Z Collecting peft>=0.2.0 (from lm_eval==0.4.5) 2025-03-21T20:25:46.0595024Z Downloading peft-0.15.0-py3-none-any.whl.metadata (13 kB) 2025-03-21T20:25:46.0595830Z Collecting pybind11>=2.6.2 (from lm_eval==0.4.5) 2025-03-21T20:25:46.0596693Z Downloading pybind11-2.13.6-py3-none-any.whl.metadata (9.5 kB) 2025-03-21T20:25:46.0597559Z Collecting pytablewriter (from lm_eval==0.4.5) 2025-03-21T20:25:46.0598439Z Downloading pytablewriter-1.2.1-py3-none-any.whl.metadata (38 kB) 2025-03-21T20:25:46.0599266Z Collecting rouge-score>=0.0.4 (from lm_eval==0.4.5) 2025-03-21T20:25:46.0599949Z Downloading rouge_score-0.1.2.tar.gz (17 kB) 2025-03-21T20:25:46.0600969Z Preparing metadata (setup.py) ... [?25l- done 2025-03-21T20:25:46.0601862Z [?25hCollecting sacrebleu>=1.5.0 (from lm_eval==0.4.5) 2025-03-21T20:25:46.0602767Z Downloading sacrebleu-2.5.1-py3-none-any.whl.metadata (51 kB) 2025-03-21T20:25:46.0603641Z Collecting scikit-learn>=0.24.1 (from lm_eval==0.4.5) 2025-03-21T20:25:46.0604844Z Downloading scikit_learn-1.6.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (18 kB) 2025-03-21T20:25:46.0606015Z Collecting sqlitedict (from lm_eval==0.4.5) 2025-03-21T20:25:46.0606699Z Downloading sqlitedict-2.1.0.tar.gz (21 kB) 2025-03-21T20:25:46.0607541Z Preparing metadata (setup.py) ... [?25l- done 2025-03-21T20:25:46.0609130Z [?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.7.0a0+git295f2ed) 2025-03-21T20:25:46.0610577Z Collecting tqdm-multiprocess (from lm_eval==0.4.5) 2025-03-21T20:25:46.0611538Z Downloading tqdm_multiprocess-0.0.11-py3-none-any.whl.metadata (5.7 kB) 2025-03-21T20:25:46.0613159Z 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-03-21T20:25:46.0614527Z Collecting zstandard (from lm_eval==0.4.5) 2025-03-21T20:25:46.0615641Z Downloading zstandard-0.23.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (3.0 kB) 2025-03-21T20:25:46.0616777Z Collecting dill (from lm_eval==0.4.5) 2025-03-21T20:25:46.0617500Z Downloading dill-0.3.9-py3-none-any.whl.metadata (10 kB) 2025-03-21T20:25:46.0618305Z Collecting word2number (from lm_eval==0.4.5) 2025-03-21T20:25:46.0618983Z Downloading word2number-1.1.zip (9.7 kB) 2025-03-21T20:25:46.0619867Z Preparing metadata (setup.py) ... [?25l- done 2025-03-21T20:25:46.0620978Z [?25hCollecting more-itertools (from lm_eval==0.4.5) 2025-03-21T20:25:46.0621866Z Downloading more_itertools-10.6.0-py3-none-any.whl.metadata (37 kB) 2025-03-21T20:25:46.0623277Z 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-03-21T20:25:46.0625210Z Requirement already satisfied: requests>=2.26.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from tiktoken) (2.32.3) 2025-03-21T20:25:46.0627188Z Requirement already satisfied: huggingface-hub<1.0,>=0.16.4 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from tokenizers) (0.29.3) 2025-03-21T20:25:46.0628535Z Collecting tornado>=2.0 (from snakeviz) 2025-03-21T20:25:46.0629950Z Downloading tornado-6.4.2-cp38-abi3-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.5 kB) 2025-03-21T20:25:46.0631354Z Collecting pycryptodomex>=3.8 (from blobfile) 2025-03-21T20:25:46.0632553Z Downloading pycryptodomex-3.22.0-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (3.4 kB) 2025-03-21T20:25:46.0634373Z Requirement already satisfied: urllib3<3,>=1.25.3 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from blobfile) (2.3.0) 2025-03-21T20:25:46.0636199Z Requirement already satisfied: lxml>=4.9 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from blobfile) (5.3.1) 2025-03-21T20:25:46.0638121Z Requirement already satisfied: filelock>=3.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from blobfile) (3.18.0) 2025-03-21T20:25:46.0640158Z Requirement already satisfied: numpy<3.0.0,>=1.17 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from accelerate>=0.26.0->lm_eval==0.4.5) (2.2.4) 2025-03-21T20:25:46.0642412Z Requirement already satisfied: packaging>=20.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from accelerate>=0.26.0->lm_eval==0.4.5) (24.2) 2025-03-21T20:25:46.0643984Z Collecting psutil (from accelerate>=0.26.0->lm_eval==0.4.5) 2025-03-21T20:25:46.0645470Z Downloading psutil-7.0.0-cp36-abi3-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (22 kB) 2025-03-21T20:25:46.0647600Z Requirement already satisfied: pyyaml in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from accelerate>=0.26.0->lm_eval==0.4.5) (6.0.1) 2025-03-21T20:25:46.0649786Z Requirement already satisfied: safetensors>=0.4.3 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from accelerate>=0.26.0->lm_eval==0.4.5) (0.5.3) 2025-03-21T20:25:46.0651351Z Collecting pyarrow>=15.0.0 (from datasets>=2.16.0->lm_eval==0.4.5) 2025-03-21T20:25:46.0652455Z Downloading pyarrow-19.0.1-cp310-cp310-manylinux_2_28_x86_64.whl.metadata (3.3 kB) 2025-03-21T20:25:46.0653419Z Collecting dill (from lm_eval==0.4.5) 2025-03-21T20:25:46.0654144Z Downloading dill-0.3.8-py3-none-any.whl.metadata (10 kB) 2025-03-21T20:25:46.0655653Z 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-03-21T20:25:46.0657824Z Requirement already satisfied: tqdm>=4.66.3 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from datasets>=2.16.0->lm_eval==0.4.5) (4.67.1) 2025-03-21T20:25:46.0659326Z Collecting xxhash (from datasets>=2.16.0->lm_eval==0.4.5) 2025-03-21T20:25:46.0660518Z Downloading xxhash-3.5.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (12 kB) 2025-03-21T20:25:46.0661825Z Collecting multiprocess<0.70.17 (from datasets>=2.16.0->lm_eval==0.4.5) 2025-03-21T20:25:46.0662915Z Downloading multiprocess-0.70.16-py310-none-any.whl.metadata (7.2 kB) 2025-03-21T20:25:46.0664166Z Collecting fsspec<=2024.12.0,>=2023.1.0 (from fsspec[http]<=2024.12.0,>=2023.1.0->datasets>=2.16.0->lm_eval==0.4.5) 2025-03-21T20:25:46.0665373Z Downloading fsspec-2024.12.0-py3-none-any.whl.metadata (11 kB) 2025-03-21T20:25:46.0666235Z Collecting aiohttp (from datasets>=2.16.0->lm_eval==0.4.5) 2025-03-21T20:25:46.0667306Z Downloading aiohttp-3.11.14-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (7.7 kB) 2025-03-21T20:25:46.0669527Z 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) (4.12.2) 2025-03-21T20:25:46.0671778Z 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) (3.4.1) 2025-03-21T20:25:46.0673669Z 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) (3.10) 2025-03-21T20:25:46.0675478Z 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) (2025.1.31) 2025-03-21T20:25:46.0677091Z Collecting absl-py (from rouge-score>=0.0.4->lm_eval==0.4.5) 2025-03-21T20:25:46.0677917Z Downloading absl_py-2.2.0-py3-none-any.whl.metadata (2.4 kB) 2025-03-21T20:25:46.0678773Z Collecting nltk (from rouge-score>=0.0.4->lm_eval==0.4.5) 2025-03-21T20:25:46.0679547Z Downloading nltk-3.9.1-py3-none-any.whl.metadata (2.9 kB) 2025-03-21T20:25:46.0681040Z 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-03-21T20:25:46.0682326Z Collecting portalocker (from sacrebleu>=1.5.0->lm_eval==0.4.5) 2025-03-21T20:25:46.0683426Z Downloading portalocker-3.1.1-py3-none-any.whl.metadata (8.6 kB) 2025-03-21T20:25:46.0684825Z 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-03-21T20:25:46.0686123Z Collecting colorama (from sacrebleu>=1.5.0->lm_eval==0.4.5) 2025-03-21T20:25:46.0687086Z Downloading colorama-0.4.6-py2.py3-none-any.whl.metadata (17 kB) 2025-03-21T20:25:46.0687659Z Collecting scipy>=1.6.0 (from scikit-learn>=0.24.1->lm_eval==0.4.5) 2025-03-21T20:25:46.0688326Z Downloading scipy-1.15.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (61 kB) 2025-03-21T20:25:46.0689005Z Collecting joblib>=1.2.0 (from scikit-learn>=0.24.1->lm_eval==0.4.5) 2025-03-21T20:25:46.0689519Z Downloading joblib-1.4.2-py3-none-any.whl.metadata (5.4 kB) 2025-03-21T20:25:46.0690075Z Collecting threadpoolctl>=3.1.0 (from scikit-learn>=0.24.1->lm_eval==0.4.5) 2025-03-21T20:25:46.0690678Z Downloading threadpoolctl-3.6.0-py3-none-any.whl.metadata (13 kB) 2025-03-21T20:25:46.0691514Z 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.13.3) 2025-03-21T20:25:46.0692593Z 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-03-21T20:25:46.0693654Z 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-03-21T20:25:47.4137209Z Requirement already satisfied: attrs>=19.2.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from jsonlines->lm_eval==0.4.5) (25.3.0) 2025-03-21T20:25:47.4138825Z 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) (75.8.0) 2025-03-21T20:25:47.4139701Z Collecting DataProperty<2,>=1.1.0 (from pytablewriter->lm_eval==0.4.5) 2025-03-21T20:25:47.4140320Z Downloading DataProperty-1.1.0-py3-none-any.whl.metadata (11 kB) 2025-03-21T20:25:47.4141793Z Collecting mbstrdecoder<2,>=1.0.0 (from pytablewriter->lm_eval==0.4.5) 2025-03-21T20:25:47.4142379Z Downloading mbstrdecoder-1.1.4-py3-none-any.whl.metadata (4.3 kB) 2025-03-21T20:25:47.4142959Z Collecting pathvalidate<4,>=2.3.0 (from pytablewriter->lm_eval==0.4.5) 2025-03-21T20:25:47.4143537Z Downloading pathvalidate-3.2.3-py3-none-any.whl.metadata (12 kB) 2025-03-21T20:25:47.4144577Z Collecting tabledata<2,>=1.3.1 (from pytablewriter->lm_eval==0.4.5) 2025-03-21T20:25:47.4145500Z Downloading tabledata-1.3.4-py3-none-any.whl.metadata (3.7 kB) 2025-03-21T20:25:47.4146044Z Collecting tcolorpy<1,>=0.0.5 (from pytablewriter->lm_eval==0.4.5) 2025-03-21T20:25:47.4146773Z Downloading tcolorpy-0.1.7-py3-none-any.whl.metadata (6.3 kB) 2025-03-21T20:25:47.4147376Z Collecting typepy<2,>=1.3.2 (from typepy[datetime]<2,>=1.3.2->pytablewriter->lm_eval==0.4.5) 2025-03-21T20:25:47.4147987Z Downloading typepy-1.3.4-py3-none-any.whl.metadata (9.2 kB) 2025-03-21T20:25:47.4148568Z Collecting aiohappyeyeballs>=2.3.0 (from aiohttp->datasets>=2.16.0->lm_eval==0.4.5) 2025-03-21T20:25:47.4149278Z Downloading aiohappyeyeballs-2.6.1-py3-none-any.whl.metadata (5.9 kB) 2025-03-21T20:25:47.4149883Z Collecting aiosignal>=1.1.2 (from aiohttp->datasets>=2.16.0->lm_eval==0.4.5) 2025-03-21T20:25:47.4150474Z Downloading aiosignal-1.3.2-py2.py3-none-any.whl.metadata (3.8 kB) 2025-03-21T20:25:47.4151071Z Collecting async-timeout<6.0,>=4.0 (from aiohttp->datasets>=2.16.0->lm_eval==0.4.5) 2025-03-21T20:25:47.4151687Z Downloading async_timeout-5.0.1-py3-none-any.whl.metadata (5.1 kB) 2025-03-21T20:25:47.4152260Z Collecting frozenlist>=1.1.1 (from aiohttp->datasets>=2.16.0->lm_eval==0.4.5) 2025-03-21T20:25:47.4153107Z Downloading frozenlist-1.5.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (13 kB) 2025-03-21T20:25:47.4154082Z Collecting multidict<7.0,>=4.5 (from aiohttp->datasets>=2.16.0->lm_eval==0.4.5) 2025-03-21T20:25:47.4154803Z Downloading multidict-6.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (4.9 kB) 2025-03-21T20:25:47.4155516Z Collecting propcache>=0.2.0 (from aiohttp->datasets>=2.16.0->lm_eval==0.4.5) 2025-03-21T20:25:47.4156227Z Downloading propcache-0.3.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (10 kB) 2025-03-21T20:25:47.4156923Z Collecting yarl<2.0,>=1.17.0 (from aiohttp->datasets>=2.16.0->lm_eval==0.4.5) 2025-03-21T20:25:47.4157569Z Downloading yarl-1.18.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (69 kB) 2025-03-21T20:25:47.4158296Z Collecting chardet<6,>=3.0.4 (from mbstrdecoder<2,>=1.0.0->pytablewriter->lm_eval==0.4.5) 2025-03-21T20:25:47.4158898Z Downloading chardet-5.2.0-py3-none-any.whl.metadata (3.4 kB) 2025-03-21T20:25:47.4160183Z 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-03-21T20:25:47.4161523Z Requirement already satisfied: python-dateutil<3.0.0,>=2.8.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from typepy[datetime]<2,>=1.3.2->pytablewriter->lm_eval==0.4.5) (2.9.0.post0) 2025-03-21T20:25:47.4162920Z Requirement already satisfied: pytz>=2018.9 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from typepy[datetime]<2,>=1.3.2->pytablewriter->lm_eval==0.4.5) (2025.1) 2025-03-21T20:25:47.4164174Z 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-03-21T20:25:47.4165034Z Collecting click (from nltk->rouge-score>=0.0.4->lm_eval==0.4.5) 2025-03-21T20:25:47.4165535Z Downloading click-8.1.8-py3-none-any.whl.metadata (2.3 kB) 2025-03-21T20:25:47.4166394Z 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.1) 2025-03-21T20:25:47.4167221Z Downloading lm_eval-0.4.5-py3-none-any.whl (2.4 MB) 2025-03-21T20:25:47.4168069Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/2.4 MB ? eta -:--:-- 2025-03-21T20:25:47.4168790Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.4/2.4 MB 80.0 MB/s eta 0:00:00 2025-03-21T20:25:47.4169581Z [?25hDownloading tiktoken-0.9.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB) 2025-03-21T20:25:47.4170360Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.2 MB ? eta -:--:-- 2025-03-21T20:25:47.4171129Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 100.0 MB/s eta 0:00:00 2025-03-21T20:25:47.4171948Z [?25hDownloading sentencepiece-0.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.3 MB) 2025-03-21T20:25:47.4172793Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.3 MB ? eta -:--:-- 2025-03-21T20:25:47.4173479Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.3/1.3 MB 97.0 MB/s eta 0:00:00 2025-03-21T20:25:47.4174068Z [?25hDownloading snakeviz-2.2.2-py3-none-any.whl (183 kB) 2025-03-21T20:25:47.4174512Z Downloading blobfile-3.0.0-py3-none-any.whl (75 kB) 2025-03-21T20:25:47.4174961Z Downloading accelerate-1.5.2-py3-none-any.whl (345 kB) 2025-03-21T20:25:47.4175407Z Downloading datasets-3.4.1-py3-none-any.whl (487 kB) 2025-03-21T20:25:47.4175824Z Downloading dill-0.3.8-py3-none-any.whl (116 kB) 2025-03-21T20:25:47.4176492Z Downloading evaluate-0.4.3-py3-none-any.whl (84 kB) 2025-03-21T20:25:47.4176912Z Downloading peft-0.15.0-py3-none-any.whl (410 kB) 2025-03-21T20:25:47.4177323Z Downloading pybind11-2.13.6-py3-none-any.whl (243 kB) 2025-03-21T20:25:47.4177945Z Downloading pycryptodomex-3.22.0-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.3 MB) 2025-03-21T20:25:47.4178881Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/2.3 MB ? eta -:--:-- 2025-03-21T20:25:47.4179577Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.3/2.3 MB 143.1 MB/s eta 0:00:00 2025-03-21T20:25:47.4180173Z [?25hDownloading sacrebleu-2.5.1-py3-none-any.whl (104 kB) 2025-03-21T20:25:47.4180811Z Downloading scikit_learn-1.6.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (13.5 MB) 2025-03-21T20:25:47.4181592Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/13.5 MB ? eta -:--:-- 2025-03-21T20:25:47.4182301Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 13.5/13.5 MB 161.0 MB/s eta 0:00:00 2025-03-21T20:25:47.4183241Z [?25hDownloading tornado-6.4.2-cp38-abi3-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (437 kB) 2025-03-21T20:25:47.4184337Z Downloading jsonlines-4.0.0-py3-none-any.whl (8.7 kB) 2025-03-21T20:25:47.4184825Z Downloading more_itertools-10.6.0-py3-none-any.whl (63 kB) 2025-03-21T20:25:47.4185448Z Downloading numexpr-2.10.2-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (397 kB) 2025-03-21T20:25:47.4186061Z Downloading pytablewriter-1.2.1-py3-none-any.whl (91 kB) 2025-03-21T20:25:47.4187437Z Downloading tqdm_multiprocess-0.0.11-py3-none-any.whl (9.8 kB) 2025-03-21T20:25:47.4188086Z Downloading zstandard-0.23.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.4 MB) 2025-03-21T20:25:47.4189119Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/5.4 MB ? eta -:--:-- 2025-03-21T20:25:47.4189965Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.4/5.4 MB 228.3 MB/s eta 0:00:00 2025-03-21T20:25:47.4190577Z [?25hDownloading DataProperty-1.1.0-py3-none-any.whl (27 kB) 2025-03-21T20:25:47.4191044Z Downloading fsspec-2024.12.0-py3-none-any.whl (183 kB) 2025-03-21T20:25:47.4192799Z Downloading aiohttp-3.11.14-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.6 MB) 2025-03-21T20:25:47.4193626Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.6 MB ? eta -:--:-- 2025-03-21T20:25:47.4194522Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.6/1.6 MB 175.0 MB/s eta 0:00:00 2025-03-21T20:25:47.4195103Z [?25hDownloading joblib-1.4.2-py3-none-any.whl (301 kB) 2025-03-21T20:25:47.4195571Z Downloading mbstrdecoder-1.1.4-py3-none-any.whl (7.9 kB) 2025-03-21T20:25:47.4196060Z Downloading multiprocess-0.70.16-py310-none-any.whl (134 kB) 2025-03-21T20:25:47.4197732Z Downloading pathvalidate-3.2.3-py3-none-any.whl (24 kB) 2025-03-21T20:26:24.1479343Z Downloading pyarrow-19.0.1-cp310-cp310-manylinux_2_28_x86_64.whl (42.1 MB) 2025-03-21T20:26:24.1481817Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/42.1 MB ? eta -:--:-- 2025-03-21T20:26:24.1493248Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 41.9/42.1 MB 328.4 MB/s eta 0:00:01 2025-03-21T20:26:24.1494042Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 42.1/42.1 MB 198.3 MB/s eta 0:00:00 2025-03-21T20:26:24.1494847Z [?25hDownloading scipy-1.15.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (37.6 MB) 2025-03-21T20:26:24.1495646Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/37.6 MB ? eta -:--:-- 2025-03-21T20:26:24.1496332Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 37.6/37.6 MB 204.4 MB/s eta 0:00:00 2025-03-21T20:26:24.1496958Z [?25hDownloading tabledata-1.3.4-py3-none-any.whl (11 kB) 2025-03-21T20:26:24.1497426Z Downloading tcolorpy-0.1.7-py3-none-any.whl (8.1 kB) 2025-03-21T20:26:24.1497893Z Downloading threadpoolctl-3.6.0-py3-none-any.whl (18 kB) 2025-03-21T20:26:24.1498340Z Downloading typepy-1.3.4-py3-none-any.whl (31 kB) 2025-03-21T20:26:24.1498769Z Downloading absl_py-2.2.0-py3-none-any.whl (276 kB) 2025-03-21T20:26:24.1499199Z Downloading colorama-0.4.6-py2.py3-none-any.whl (25 kB) 2025-03-21T20:26:24.1499630Z Downloading nltk-3.9.1-py3-none-any.whl (1.5 MB) 2025-03-21T20:26:24.1500229Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.5 MB ? eta -:--:-- 2025-03-21T20:26:24.1500913Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.5/1.5 MB 173.3 MB/s eta 0:00:00 2025-03-21T20:26:24.1501511Z [?25hDownloading portalocker-3.1.1-py3-none-any.whl (19 kB) 2025-03-21T20:26:24.1502277Z Downloading psutil-7.0.0-cp36-abi3-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (277 kB) 2025-03-21T20:26:24.1503154Z Downloading xxhash-3.5.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (194 kB) 2025-03-21T20:26:24.1503786Z Downloading aiohappyeyeballs-2.6.1-py3-none-any.whl (15 kB) 2025-03-21T20:26:24.1504289Z Downloading aiosignal-1.3.2-py2.py3-none-any.whl (7.6 kB) 2025-03-21T20:26:24.1504785Z Downloading async_timeout-5.0.1-py3-none-any.whl (6.2 kB) 2025-03-21T20:26:24.1505236Z Downloading chardet-5.2.0-py3-none-any.whl (199 kB) 2025-03-21T20:26:24.1505974Z Downloading frozenlist-1.5.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (241 kB) 2025-03-21T20:26:24.1506871Z Downloading multidict-6.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (129 kB) 2025-03-21T20:26:24.1507638Z Downloading propcache-0.3.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (205 kB) 2025-03-21T20:26:24.1508529Z Downloading yarl-1.18.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (319 kB) 2025-03-21T20:26:24.1509101Z Downloading click-8.1.8-py3-none-any.whl (98 kB) 2025-03-21T20:26:24.1509731Z Building wheels for collected packages: rouge-score, sqlitedict, word2number 2025-03-21T20:26:24.1510378Z Building wheel for rouge-score (setup.py) ... [?25l- done 2025-03-21T20:26:24.1511428Z [?25h Created wheel for rouge-score: filename=rouge_score-0.1.2-py3-none-any.whl size=24986 sha256=4e757b4ba686f67f7a496fa2483301066ae2a3d0039faa93f2e842e20c41db51 2025-03-21T20:26:24.1512544Z Stored in directory: /var/lib/ci-user/.cache/pip/wheels/5f/dd/89/461065a73be61a532ff8599a28e9beef17985c9e9c31e541b4 2025-03-21T20:26:24.1513350Z Building wheel for sqlitedict (setup.py) ... [?25l- done 2025-03-21T20:26:24.1514389Z [?25h Created wheel for sqlitedict: filename=sqlitedict-2.1.0-py3-none-any.whl size=16928 sha256=64e97b70f8f2b7aa8e6ccdf595565d2bf43da256694f550715091e5c4e44fbc7 2025-03-21T20:26:24.1515516Z Stored in directory: /var/lib/ci-user/.cache/pip/wheels/79/d6/e7/304e0e6cb2221022c26d8161f7c23cd4f259a9e41e8bbcfabd 2025-03-21T20:26:24.1516315Z Building wheel for word2number (setup.py) ... [?25l- done 2025-03-21T20:26:24.1517347Z [?25h Created wheel for word2number: filename=word2number-1.1-py3-none-any.whl size=5625 sha256=2a2e6f0804b20d1b0d01b6f9a3310b122c20e4fadc1663d0038f686fbb3f823a 2025-03-21T20:26:24.1518551Z Stored in directory: /var/lib/ci-user/.cache/pip/wheels/84/ff/26/d3cfbd971e96c5aa3737ecfced81628830d7359b55fbb8ca3b 2025-03-21T20:26:24.1519263Z Successfully built rouge-score sqlitedict word2number 2025-03-21T20:26:24.1521871Z Installing collected packages: word2number, sqlitedict, sentencepiece, zstandard, xxhash, tornado, threadpoolctl, tcolorpy, scipy, pycryptodomex, pybind11, pyarrow, psutil, propcache, portalocker, pathvalidate, numexpr, multidict, more-itertools, jsonlines, joblib, fsspec, frozenlist, dill, colorama, click, chardet, async-timeout, aiohappyeyeballs, absl-py, yarl, tqdm-multiprocess, tiktoken, snakeviz, scikit-learn, sacrebleu, nltk, multiprocess, mbstrdecoder, blobfile, aiosignal, typepy, rouge-score, aiohttp, accelerate, peft, datasets, DataProperty, tabledata, evaluate, pytablewriter, lm_eval 2025-03-21T20:26:24.1524498Z Attempting uninstall: fsspec 2025-03-21T20:26:24.1524841Z Found existing installation: fsspec 2025.3.0 2025-03-21T20:26:24.1525204Z Uninstalling fsspec-2025.3.0: 2025-03-21T20:26:24.1525558Z Successfully uninstalled fsspec-2025.3.0 2025-03-21T20:26:24.1528855Z Successfully installed DataProperty-1.1.0 absl-py-2.2.0 accelerate-1.5.2 aiohappyeyeballs-2.6.1 aiohttp-3.11.14 aiosignal-1.3.2 async-timeout-5.0.1 blobfile-3.0.0 chardet-5.2.0 click-8.1.8 colorama-0.4.6 datasets-3.4.1 dill-0.3.8 evaluate-0.4.3 frozenlist-1.5.0 fsspec-2024.12.0 joblib-1.4.2 jsonlines-4.0.0 lm_eval-0.4.5 mbstrdecoder-1.1.4 more-itertools-10.6.0 multidict-6.2.0 multiprocess-0.70.16 nltk-3.9.1 numexpr-2.10.2 pathvalidate-3.2.3 peft-0.15.0 portalocker-3.1.1 propcache-0.3.0 psutil-7.0.0 pyarrow-19.0.1 pybind11-2.13.6 pycryptodomex-3.22.0 pytablewriter-1.2.1 rouge-score-0.1.2 sacrebleu-2.5.1 scikit-learn-1.6.1 scipy-1.15.2 sentencepiece-0.2.0 snakeviz-2.2.2 sqlitedict-2.1.0 tabledata-1.3.4 tcolorpy-0.1.7 threadpoolctl-3.6.0 tiktoken-0.9.0 tornado-6.4.2 tqdm-multiprocess-0.0.11 typepy-1.3.4 word2number-1.1 xxhash-3.5.0 yarl-1.18.3 zstandard-0.23.0 2025-03-21T20:26:24.1532326Z Failed to import examples.models due to lm_eval conflict. Removing lm_eval examples module 2025-03-21T20:26:24.1532851Z + PYTHON_EXECUTABLE=python 2025-03-21T20:26:24.1533159Z + bash .ci/scripts/test_qnn_static_llama.sh 2025-03-21T20:26:24.1533532Z ++ dirname .ci/scripts/test_qnn_static_llama.sh 2025-03-21T20:26:24.1533885Z + source .ci/scripts/utils.sh 2025-03-21T20:26:24.1534210Z +++ dirname -- .ci/scripts/test_qnn_static_llama.sh 2025-03-21T20:26:24.1534568Z ++ cd -- .ci/scripts/.. 2025-03-21T20:26:24.1534822Z ++ pwd 2025-03-21T20:26:24.1535091Z + export EXECUTORCH_ROOT=/pytorch/executorch/.ci 2025-03-21T20:26:24.1535533Z + EXECUTORCH_ROOT=/pytorch/executorch/.ci 2025-03-21T20:26:24.1535874Z + export QNN_SDK_ROOT=/tmp/qnn/2.28.0.241029 2025-03-21T20:26:24.1536215Z + QNN_SDK_ROOT=/tmp/qnn/2.28.0.241029 2025-03-21T20:26:24.1536631Z + export LD_LIBRARY_PATH=/tmp/qnn/2.28.0.241029/lib/x86_64-linux-clang 2025-03-21T20:26:24.1537133Z + LD_LIBRARY_PATH=/tmp/qnn/2.28.0.241029/lib/x86_64-linux-clang 2025-03-21T20:26:24.1537537Z + export PYTHONPATH=.. 2025-03-21T20:26:24.1537793Z + PYTHONPATH=.. 2025-03-21T20:26:24.1538089Z + cp schema/program.fbs exir/_serialize/program.fbs 2025-03-21T20:26:24.1538532Z + cp schema/scalar_type.fbs exir/_serialize/scalar_type.fbs 2025-03-21T20:26:24.1539256Z + cp -f build-x86/backends/qualcomm/PyQnnManagerAdaptor.cpython-310-x86_64-linux-gnu.so backends/qualcomm/python 2025-03-21T20:26:24.1540237Z + cp -f build-x86/backends/qualcomm/PyQnnWrapperAdaptor.cpython-310-x86_64-linux-gnu.so backends/qualcomm/python 2025-03-21T20:26:24.1540880Z + [[ -z python ]] 2025-03-21T20:26:24.1541116Z + which python 2025-03-21T20:26:24.1541369Z /opt/conda/envs/py_3.10/bin/python 2025-03-21T20:26:24.1541682Z + pip install graphviz 2025-03-21T20:26:24.1541946Z Collecting graphviz 2025-03-21T20:26:24.1542303Z Downloading graphviz-0.20.3-py3-none-any.whl.metadata (12 kB) 2025-03-21T20:26:24.1542797Z Downloading graphviz-0.20.3-py3-none-any.whl (47 kB) 2025-03-21T20:26:24.1543256Z Installing collected packages: graphviz 2025-03-21T20:26:24.1543614Z Successfully installed graphviz-0.20.3 2025-03-21T20:26:24.1543956Z + download_stories_model_artifacts 2025-03-21T20:26:24.1544555Z + curl -Ls https://huggingface.co/karpathy/tinyllamas/resolve/main/stories110M.pt --output stories110M.pt 2025-03-21T20:26:24.1545461Z + curl -Ls https://raw.githubusercontent.com/karpathy/llama2.c/master/tokenizer.model --output tokenizer.model 2025-03-21T20:26:24.1546077Z + touch params.json 2025-03-21T20:26:24.1546511Z + echo '{"dim": 768, "multiple_of": 32, "n_heads": 12, "n_layers": 12, "norm_eps": 1e-05, "vocab_size": 32000}' 2025-03-21T20:26:24.1547021Z + echo 'Creating tokenizer.bin' 2025-03-21T20:26:24.1547325Z Creating tokenizer.bin 2025-03-21T20:26:24.1547754Z + python -m extension.llm.tokenizer.tokenizer -t tokenizer.model -o tokenizer.bin 2025-03-21T20:26:24.1548239Z + set +e 2025-03-21T20:26:24.1549282Z + 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-03-21T20:26:24.1550336Z QNN_SDK_ROOT=/tmp/qnn/2.28.0.241029 2025-03-21T20:26:24.1550678Z INFO:root:#words: 32000 - BOS ID: 1 - EOS ID: 2 2025-03-21T20:26:24.1551091Z INFO:root:Time for loading checkpoint: 0.07335591316223145 2025-03-21T20:49:41.6109622Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/backends/mkldnn/__init__.py:78: UserWarning: TF32 acceleration on top of oneDNN is available for Intel GPUs. The current Torch version does not have Intel GPU Support. (Triggered internally at /pytorch/aten/src/ATen/Context.cpp:148.) 2025-03-21T20:49:41.6121342Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T20:49:41.6123804Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/backends/mkldnn/__init__.py:78: UserWarning: TF32 acceleration on top of oneDNN is available for Intel GPUs. The current Torch version does not have Intel GPU Support. (Triggered internally at /pytorch/aten/src/ATen/Context.cpp:148.) 2025-03-21T20:49:41.6126200Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T20:49:41.6126804Z INFO:root:Quantizing the model... 2025-03-21T20:49:41.6129118Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/backends/mkldnn/__init__.py:78: UserWarning: TF32 acceleration on top of oneDNN is available for Intel GPUs. The current Torch version does not have Intel GPU Support. (Triggered internally at /pytorch/aten/src/ATen/Context.cpp:148.) 2025-03-21T20:49:41.6131499Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T20:49:41.6133857Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/backends/mkldnn/__init__.py:78: UserWarning: TF32 acceleration on top of oneDNN is available for Intel GPUs. The current Torch version does not have Intel GPU Support. (Triggered internally at /pytorch/aten/src/ATen/Context.cpp:148.) 2025-03-21T20:49:41.6149118Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T20:49:41.6149739Z INFO:root:Quantizing the model... 2025-03-21T20:49:41.6150341Z INFO:root:Time for quantizing: 494.83680534362793 2025-03-21T20:49:41.6152718Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/backends/mkldnn/__init__.py:78: UserWarning: TF32 acceleration on top of oneDNN is available for Intel GPUs. The current Torch version does not have Intel GPU Support. (Triggered internally at /pytorch/aten/src/ATen/Context.cpp:148.) 2025-03-21T20:49:41.6155092Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T20:49:41.6157443Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/backends/mkldnn/__init__.py:78: UserWarning: TF32 acceleration on top of oneDNN is available for Intel GPUs. The current Torch version does not have Intel GPU Support. (Triggered internally at /pytorch/aten/src/ATen/Context.cpp:148.) 2025-03-21T20:49:41.6159808Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T20:49:41.6162325Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/backends/mkldnn/__init__.py:78: UserWarning: TF32 acceleration on top of oneDNN is available for Intel GPUs. The current Torch version does not have Intel GPU Support. (Triggered internally at /pytorch/aten/src/ATen/Context.cpp:148.) 2025-03-21T20:49:41.6164702Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T20:49:41.6167061Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/backends/mkldnn/__init__.py:78: UserWarning: TF32 acceleration on top of oneDNN is available for Intel GPUs. The current Torch version does not have Intel GPU Support. (Triggered internally at /pytorch/aten/src/ATen/Context.cpp:148.) 2025-03-21T20:49:41.6169428Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T20:49:41.6171793Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/backends/mkldnn/__init__.py:78: UserWarning: TF32 acceleration on top of oneDNN is available for Intel GPUs. The current Torch version does not have Intel GPU Support. (Triggered internally at /pytorch/aten/src/ATen/Context.cpp:148.) 2025-03-21T20:49:41.6174168Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T20:49:41.6176729Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/backends/mkldnn/__init__.py:78: UserWarning: TF32 acceleration on top of oneDNN is available for Intel GPUs. The current Torch version does not have Intel GPU Support. (Triggered internally at /pytorch/aten/src/ATen/Context.cpp:148.) 2025-03-21T20:49:41.6179104Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T20:49:41.6179817Z [INFO] [Qnn ExecuTorch]: create QNN Logger with log_level 2 2025-03-21T20:49:41.6180631Z [WARNING] [Qnn ExecuTorch]: QnnDsp Initializing HtpProvider 2025-03-21T20:49:41.6181184Z 2025-03-21T20:49:41.6181689Z [INFO] [Qnn ExecuTorch]: Initialize Qnn backend parameters for Qnn executorch backend type 2 2025-03-21T20:49:41.6182699Z [INFO] [Qnn ExecuTorch]: Caching: Caching is in SAVE MODE. 2025-03-21T20:49:41.6183562Z [WARNING] [Qnn ExecuTorch]: QnnDsp Performance Estimates unsupported 2025-03-21T20:49:41.6184202Z 2025-03-21T20:49:41.6184988Z [WARNING] [Qnn ExecuTorch]: QnnDsp Arch 68 set by custom config is different from arch associated with SoC 57, will overwrite it to 75 2025-03-21T20:49:41.6185968Z 2025-03-21T20:49:41.6186245Z [INFO] [Qnn ExecuTorch]: Running level=3 optimization. 2025-03-21T20:49:41.6186978Z [INFO] [Qnn ExecuTorch]: Destroy Qnn backend parameters 2025-03-21T20:49:41.6187645Z [INFO] [Qnn ExecuTorch]: Destroy Qnn context 2025-03-21T20:49:41.6188263Z [INFO] [Qnn ExecuTorch]: Destroy Qnn device 2025-03-21T20:49:41.6188934Z [INFO] [Qnn ExecuTorch]: Destroy Qnn backend 2025-03-21T20:49:41.6189624Z [INFO] [Qnn ExecuTorch]: create QNN Logger with log_level 2 2025-03-21T20:49:41.6190754Z [INFO] [Qnn ExecuTorch]: Initialize Qnn backend parameters for Qnn executorch backend type 2 2025-03-21T20:49:41.6191777Z [INFO] [Qnn ExecuTorch]: Caching: Caching is in SAVE MODE. 2025-03-21T20:49:41.6192636Z [WARNING] [Qnn ExecuTorch]: QnnDsp Performance Estimates unsupported 2025-03-21T20:49:41.6193245Z 2025-03-21T20:49:41.6194030Z [WARNING] [Qnn ExecuTorch]: QnnDsp Arch 68 set by custom config is different from arch associated with SoC 57, will overwrite it to 75 2025-03-21T20:49:41.6195020Z 2025-03-21T20:49:41.6195284Z [INFO] [Qnn ExecuTorch]: Running level=3 optimization. 2025-03-21T20:49:41.6196436Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_embedding_default, aten.embedding.default 2025-03-21T20:49:41.6197933Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_index_tensor, aten.index.Tensor 2025-03-21T20:49:41.6199369Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_index_tensor_1, aten.index.Tensor 2025-03-21T20:49:41.6200858Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_rms_norm_default, aten.rms_norm.default 2025-03-21T20:49:41.6202274Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_select_int, aten.select.int 2025-03-21T20:49:41.6203645Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_select_int_1, aten.select.int 2025-03-21T20:49:41.6205204Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default, aten.view_copy.default 2025-03-21T20:49:41.6206845Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1132, aten.permute_copy.default 2025-03-21T20:49:41.6208469Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default, aten._to_copy.default 2025-03-21T20:49:41.6210046Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default, aten.convolution.default 2025-03-21T20:49:41.6211710Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1133, aten.permute_copy.default 2025-03-21T20:49:41.6213402Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_1, aten.convolution.default 2025-03-21T20:49:41.6215082Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1134, aten.permute_copy.default 2025-03-21T20:49:41.6216773Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_2, aten.convolution.default 2025-03-21T20:49:41.6218448Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1135, aten.permute_copy.default 2025-03-21T20:49:41.6220194Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_3, aten.convolution.default 2025-03-21T20:49:41.6222133Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1136, aten.permute_copy.default 2025-03-21T20:49:41.6224069Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_4, aten.convolution.default 2025-03-21T20:49:41.6226021Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1137, aten.permute_copy.default 2025-03-21T20:49:41.6227923Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_5, aten.convolution.default 2025-03-21T20:49:41.6229663Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1138, aten.permute_copy.default 2025-03-21T20:49:41.6231342Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_6, aten.convolution.default 2025-03-21T20:49:41.6233029Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1139, aten.permute_copy.default 2025-03-21T20:49:41.6234709Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_7, aten.convolution.default 2025-03-21T20:49:41.6236374Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1140, aten.permute_copy.default 2025-03-21T20:49:41.6238136Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_8, aten.convolution.default 2025-03-21T20:49:41.6239818Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1141, aten.permute_copy.default 2025-03-21T20:49:41.6241517Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_9, aten.convolution.default 2025-03-21T20:49:41.6243198Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1142, aten.permute_copy.default 2025-03-21T20:49:41.6244884Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_10, aten.convolution.default 2025-03-21T20:49:41.6246566Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1143, aten.permute_copy.default 2025-03-21T20:49:42.1313415Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_11, aten.convolution.default 2025-03-21T20:49:42.1315205Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1144, aten.permute_copy.default 2025-03-21T20:49:42.1316910Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_12, aten.convolution.default 2025-03-21T20:49:42.1318931Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1145, aten.permute_copy.default 2025-03-21T20:49:42.1320616Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_13, aten.convolution.default 2025-03-21T20:49:42.1322313Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1146, aten.permute_copy.default 2025-03-21T20:49:42.1324003Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_14, aten.convolution.default 2025-03-21T20:49:42.1325699Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1147, aten.permute_copy.default 2025-03-21T20:49:42.1327401Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_15, aten.convolution.default 2025-03-21T20:49:42.1329087Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1148, aten.permute_copy.default 2025-03-21T20:49:42.1330771Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_16, aten.convolution.default 2025-03-21T20:49:42.1332448Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1149, aten.permute_copy.default 2025-03-21T20:49:42.1334142Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_17, aten.convolution.default 2025-03-21T20:49:42.1335822Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1150, aten.permute_copy.default 2025-03-21T20:49:42.1337510Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_18, aten.convolution.default 2025-03-21T20:49:42.1339213Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1151, aten.permute_copy.default 2025-03-21T20:49:42.1340907Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_19, aten.convolution.default 2025-03-21T20:49:42.1342600Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1152, aten.permute_copy.default 2025-03-21T20:49:42.1344272Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_20, aten.convolution.default 2025-03-21T20:49:42.1345972Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1153, aten.permute_copy.default 2025-03-21T20:49:42.1347661Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_21, aten.convolution.default 2025-03-21T20:49:42.1349403Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1154, aten.permute_copy.default 2025-03-21T20:49:42.1351098Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_22, aten.convolution.default 2025-03-21T20:49:42.1352920Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1155, aten.permute_copy.default 2025-03-21T20:49:42.1354607Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_23, aten.convolution.default 2025-03-21T20:49:42.1356295Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1156, aten.permute_copy.default 2025-03-21T20:49:42.1357980Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_24, aten.convolution.default 2025-03-21T20:49:42.1359668Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1157, aten.permute_copy.default 2025-03-21T20:49:42.1361356Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_25, aten.convolution.default 2025-03-21T20:49:42.1363043Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1158, aten.permute_copy.default 2025-03-21T20:49:42.1364736Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_26, aten.convolution.default 2025-03-21T20:49:42.1366420Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1159, aten.permute_copy.default 2025-03-21T20:49:42.1368165Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_27, aten.convolution.default 2025-03-21T20:49:42.1369850Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1160, aten.permute_copy.default 2025-03-21T20:49:42.1371531Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_28, aten.convolution.default 2025-03-21T20:49:42.1373253Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1161, aten.permute_copy.default 2025-03-21T20:49:42.1374933Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_29, aten.convolution.default 2025-03-21T20:49:42.1376782Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1162, aten.permute_copy.default 2025-03-21T20:49:42.1378467Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_30, aten.convolution.default 2025-03-21T20:49:42.1380161Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1163, aten.permute_copy.default 2025-03-21T20:49:42.1381829Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_31, aten.convolution.default 2025-03-21T20:49:42.1383518Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1164, aten.permute_copy.default 2025-03-21T20:49:42.1385213Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_32, aten.convolution.default 2025-03-21T20:49:42.1386897Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1165, aten.permute_copy.default 2025-03-21T20:49:42.1388586Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_33, aten.convolution.default 2025-03-21T20:49:42.1390320Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1166, aten.permute_copy.default 2025-03-21T20:49:42.1392016Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_34, aten.convolution.default 2025-03-21T20:49:42.1393695Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1167, aten.permute_copy.default 2025-03-21T20:49:42.1395385Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_35, aten.convolution.default 2025-03-21T20:49:42.1397079Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1168, aten.permute_copy.default 2025-03-21T20:49:42.1398729Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1, aten.view_copy.default 2025-03-21T20:49:42.1400447Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_2, aten.view_copy.default 2025-03-21T20:49:42.1402028Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_3, aten.view_copy.default 2025-03-21T20:49:42.1403615Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_4, aten.view_copy.default 2025-03-21T20:49:42.1405182Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_5, aten.view_copy.default 2025-03-21T20:49:42.1406765Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_6, aten.view_copy.default 2025-03-21T20:49:42.1408343Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_7, aten.view_copy.default 2025-03-21T20:49:42.1409918Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_8, aten.view_copy.default 2025-03-21T20:49:42.1411500Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_9, aten.view_copy.default 2025-03-21T20:49:42.1413096Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_10, aten.view_copy.default 2025-03-21T20:49:42.1414680Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_11, aten.view_copy.default 2025-03-21T20:49:42.1416352Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_12, aten.view_copy.default 2025-03-21T20:49:42.1417934Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_13, aten.view_copy.default 2025-03-21T20:49:42.1419530Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_14, aten.view_copy.default 2025-03-21T20:49:42.1421126Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_15, aten.view_copy.default 2025-03-21T20:49:42.1422713Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_16, aten.view_copy.default 2025-03-21T20:49:42.1424301Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_17, aten.view_copy.default 2025-03-21T20:49:42.1425875Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_18, aten.view_copy.default 2025-03-21T20:49:42.1427467Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_19, aten.view_copy.default 2025-03-21T20:49:42.1429101Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_20, aten.view_copy.default 2025-03-21T20:49:42.1430694Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_21, aten.view_copy.default 2025-03-21T20:49:42.1432283Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_22, aten.view_copy.default 2025-03-21T20:49:42.4572868Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_23, aten.view_copy.default 2025-03-21T20:49:42.4573868Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_24, aten.view_copy.default 2025-03-21T20:49:42.4574764Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_25, aten.view_copy.default 2025-03-21T20:49:42.4575645Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_26, aten.view_copy.default 2025-03-21T20:49:42.4576688Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_27, aten.view_copy.default 2025-03-21T20:49:42.4577573Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_28, aten.view_copy.default 2025-03-21T20:49:42.4578454Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_29, aten.view_copy.default 2025-03-21T20:49:42.4579339Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_30, aten.view_copy.default 2025-03-21T20:49:42.4580224Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_31, aten.view_copy.default 2025-03-21T20:49:42.4581364Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_32, aten.view_copy.default 2025-03-21T20:49:42.4582252Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_33, aten.view_copy.default 2025-03-21T20:49:42.4583129Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_34, aten.view_copy.default 2025-03-21T20:49:42.4584012Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_35, aten.view_copy.default 2025-03-21T20:49:42.4584898Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_36, aten.view_copy.default 2025-03-21T20:49:42.4585776Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor, aten.slice_copy.Tensor 2025-03-21T20:49:42.4586650Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_1, aten.slice_copy.Tensor 2025-03-21T20:49:42.4587535Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_2, aten.slice_copy.Tensor 2025-03-21T20:49:42.4588420Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_3, aten.slice_copy.Tensor 2025-03-21T20:49:42.4589352Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_4, aten.slice_copy.Tensor 2025-03-21T20:49:42.4590330Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_5, aten.slice_copy.Tensor 2025-03-21T20:49:42.4591217Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_6, aten.slice_copy.Tensor 2025-03-21T20:49:42.4592103Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_7, aten.slice_copy.Tensor 2025-03-21T20:49:42.4592989Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_8, aten.slice_copy.Tensor 2025-03-21T20:49:42.4593873Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_9, aten.slice_copy.Tensor 2025-03-21T20:49:42.4594755Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_10, aten.slice_copy.Tensor 2025-03-21T20:49:42.4595641Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_11, aten.slice_copy.Tensor 2025-03-21T20:49:42.4596545Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_12, aten.slice_copy.Tensor 2025-03-21T20:49:42.4597433Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_13, aten.slice_copy.Tensor 2025-03-21T20:49:42.4598311Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_14, aten.slice_copy.Tensor 2025-03-21T20:49:42.4599200Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_15, aten.slice_copy.Tensor 2025-03-21T20:49:42.4600089Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_16, aten.slice_copy.Tensor 2025-03-21T20:49:42.4600984Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_17, aten.slice_copy.Tensor 2025-03-21T20:49:42.4601874Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_18, aten.slice_copy.Tensor 2025-03-21T20:49:42.4602763Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_19, aten.slice_copy.Tensor 2025-03-21T20:49:42.4603659Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_20, aten.slice_copy.Tensor 2025-03-21T20:49:42.4604531Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_21, aten.slice_copy.Tensor 2025-03-21T20:49:42.4605421Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_22, aten.slice_copy.Tensor 2025-03-21T20:49:42.4606307Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_23, aten.slice_copy.Tensor 2025-03-21T20:49:42.4607193Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_24, aten.slice_copy.Tensor 2025-03-21T20:49:42.4608186Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_25, aten.slice_copy.Tensor 2025-03-21T20:49:42.4609075Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_26, aten.slice_copy.Tensor 2025-03-21T20:49:42.4609968Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_27, aten.slice_copy.Tensor 2025-03-21T20:49:42.4610839Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_28, aten.slice_copy.Tensor 2025-03-21T20:49:42.4611725Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_29, aten.slice_copy.Tensor 2025-03-21T20:49:42.4612615Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_30, aten.slice_copy.Tensor 2025-03-21T20:49:42.4613500Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_31, aten.slice_copy.Tensor 2025-03-21T20:49:42.4614387Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_32, aten.slice_copy.Tensor 2025-03-21T20:49:42.4615268Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_33, aten.slice_copy.Tensor 2025-03-21T20:49:42.4616185Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_34, aten.slice_copy.Tensor 2025-03-21T20:49:42.4617068Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_35, aten.slice_copy.Tensor 2025-03-21T20:49:42.4617950Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_36, aten.slice_copy.Tensor 2025-03-21T20:49:42.4618833Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_37, aten.slice_copy.Tensor 2025-03-21T20:49:42.4619709Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_38, aten.slice_copy.Tensor 2025-03-21T20:49:42.4620597Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_39, aten.slice_copy.Tensor 2025-03-21T20:49:42.4621477Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_40, aten.slice_copy.Tensor 2025-03-21T20:49:42.4622347Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_41, aten.slice_copy.Tensor 2025-03-21T20:49:42.4623239Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_42, aten.slice_copy.Tensor 2025-03-21T20:49:42.4624126Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_43, aten.slice_copy.Tensor 2025-03-21T20:49:42.4625027Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_44, aten.slice_copy.Tensor 2025-03-21T20:49:42.4626032Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_45, aten.slice_copy.Tensor 2025-03-21T20:49:42.4626978Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_46, aten.slice_copy.Tensor 2025-03-21T20:49:42.4627870Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_47, aten.slice_copy.Tensor 2025-03-21T20:49:42.4628704Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_25, aten.cat.default 2025-03-21T20:49:42.4629569Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_27, aten.cat.default 2025-03-21T20:49:42.4630359Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_29, aten.cat.default 2025-03-21T20:49:42.4631151Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_31, aten.cat.default 2025-03-21T20:49:42.4631943Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_33, aten.cat.default 2025-03-21T20:49:42.4632738Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_35, aten.cat.default 2025-03-21T20:49:42.4633521Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_37, aten.cat.default 2025-03-21T20:49:42.4634391Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_39, aten.cat.default 2025-03-21T20:49:42.4635185Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_41, aten.cat.default 2025-03-21T20:49:42.4635985Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_43, aten.cat.default 2025-03-21T20:49:42.4636781Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_45, aten.cat.default 2025-03-21T20:49:42.4637579Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_47, aten.cat.default 2025-03-21T20:49:42.4638351Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_2, aten.mul.Tensor 2025-03-21T20:49:42.4639126Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_4, aten.mul.Tensor 2025-03-21T20:49:42.4639893Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_3, aten.mul.Tensor 2025-03-21T20:49:42.9204655Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_5, aten.mul.Tensor 2025-03-21T20:49:42.9206188Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_6, aten.mul.Tensor 2025-03-21T20:49:42.9207551Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_8, aten.mul.Tensor 2025-03-21T20:49:42.9209272Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_7, aten.mul.Tensor 2025-03-21T20:49:42.9210681Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_9, aten.mul.Tensor 2025-03-21T20:49:42.9212056Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_10, aten.mul.Tensor 2025-03-21T20:49:42.9213459Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_12, aten.mul.Tensor 2025-03-21T20:49:42.9214876Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_11, aten.mul.Tensor 2025-03-21T20:49:42.9216313Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_13, aten.mul.Tensor 2025-03-21T20:49:42.9217759Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_14, aten.mul.Tensor 2025-03-21T20:49:42.9219158Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_16, aten.mul.Tensor 2025-03-21T20:49:42.9220601Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_15, aten.mul.Tensor 2025-03-21T20:49:42.9222010Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_17, aten.mul.Tensor 2025-03-21T20:49:42.9223438Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_18, aten.mul.Tensor 2025-03-21T20:49:42.9224801Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_20, aten.mul.Tensor 2025-03-21T20:49:42.9226246Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_19, aten.mul.Tensor 2025-03-21T20:49:42.9227685Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_21, aten.mul.Tensor 2025-03-21T20:49:42.9229269Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_22, aten.mul.Tensor 2025-03-21T20:49:42.9230664Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_24, aten.mul.Tensor 2025-03-21T20:49:42.9232073Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_23, aten.mul.Tensor 2025-03-21T20:49:42.9233489Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_25, aten.mul.Tensor 2025-03-21T20:49:42.9234883Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_26, aten.mul.Tensor 2025-03-21T20:49:42.9236287Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_28, aten.mul.Tensor 2025-03-21T20:49:42.9237698Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_27, aten.mul.Tensor 2025-03-21T20:49:42.9239110Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_29, aten.mul.Tensor 2025-03-21T20:49:42.9240749Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_30, aten.mul.Tensor 2025-03-21T20:49:42.9242138Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_32, aten.mul.Tensor 2025-03-21T20:49:42.9243708Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_31, aten.mul.Tensor 2025-03-21T20:49:42.9245131Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_33, aten.mul.Tensor 2025-03-21T20:49:42.9246566Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_34, aten.mul.Tensor 2025-03-21T20:49:42.9247890Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_36, aten.mul.Tensor 2025-03-21T20:49:42.9249320Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_35, aten.mul.Tensor 2025-03-21T20:49:42.9250716Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_37, aten.mul.Tensor 2025-03-21T20:49:42.9252174Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_38, aten.mul.Tensor 2025-03-21T20:49:42.9253579Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_40, aten.mul.Tensor 2025-03-21T20:49:42.9254988Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_39, aten.mul.Tensor 2025-03-21T20:49:42.9256557Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_41, aten.mul.Tensor 2025-03-21T20:49:42.9257955Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_42, aten.mul.Tensor 2025-03-21T20:49:42.9259333Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_44, aten.mul.Tensor 2025-03-21T20:49:42.9260749Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_43, aten.mul.Tensor 2025-03-21T20:49:42.9262156Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_45, aten.mul.Tensor 2025-03-21T20:49:42.9263571Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_46, aten.mul.Tensor 2025-03-21T20:49:42.9265011Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_48, aten.mul.Tensor 2025-03-21T20:49:42.9266385Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_47, aten.mul.Tensor 2025-03-21T20:49:42.9267797Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_49, aten.mul.Tensor 2025-03-21T20:49:42.9269336Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_50, aten.mul.Tensor 2025-03-21T20:49:42.9270771Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_52, aten.mul.Tensor 2025-03-21T20:49:42.9272175Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_51, aten.mul.Tensor 2025-03-21T20:49:42.9273609Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_53, aten.mul.Tensor 2025-03-21T20:49:42.9275075Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_54, aten.mul.Tensor 2025-03-21T20:49:42.9276724Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_56, aten.mul.Tensor 2025-03-21T20:49:42.9278119Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_55, aten.mul.Tensor 2025-03-21T20:49:42.9279550Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_57, aten.mul.Tensor 2025-03-21T20:49:42.9280947Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_58, aten.mul.Tensor 2025-03-21T20:49:42.9282334Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_60, aten.mul.Tensor 2025-03-21T20:49:42.9283754Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_59, aten.mul.Tensor 2025-03-21T20:49:42.9285168Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_61, aten.mul.Tensor 2025-03-21T20:49:42.9286564Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_62, aten.mul.Tensor 2025-03-21T20:49:42.9288239Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_64, aten.mul.Tensor 2025-03-21T20:49:42.9289599Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_63, aten.mul.Tensor 2025-03-21T20:49:42.9291006Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_65, aten.mul.Tensor 2025-03-21T20:49:42.9292454Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_66, aten.mul.Tensor 2025-03-21T20:49:42.9293886Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_68, aten.mul.Tensor 2025-03-21T20:49:42.9295164Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_67, aten.mul.Tensor 2025-03-21T20:49:42.9296591Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_69, aten.mul.Tensor 2025-03-21T20:49:42.9298001Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_70, aten.mul.Tensor 2025-03-21T20:49:42.9299449Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_72, aten.mul.Tensor 2025-03-21T20:49:42.9300842Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_71, aten.mul.Tensor 2025-03-21T20:49:42.9302244Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_73, aten.mul.Tensor 2025-03-21T20:49:42.9303851Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_74, aten.mul.Tensor 2025-03-21T20:49:42.9305226Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_76, aten.mul.Tensor 2025-03-21T20:49:42.9306615Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_75, aten.mul.Tensor 2025-03-21T20:49:42.9308033Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_77, aten.mul.Tensor 2025-03-21T20:49:42.9309554Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_78, aten.mul.Tensor 2025-03-21T20:49:42.9310983Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_80, aten.mul.Tensor 2025-03-21T20:49:42.9312421Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_79, aten.mul.Tensor 2025-03-21T20:49:42.9313806Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_81, aten.mul.Tensor 2025-03-21T20:49:42.9315220Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_82, aten.mul.Tensor 2025-03-21T20:49:42.9316658Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_84, aten.mul.Tensor 2025-03-21T20:49:42.9318061Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_83, aten.mul.Tensor 2025-03-21T20:49:42.9319475Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_85, aten.mul.Tensor 2025-03-21T20:49:42.9320908Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_86, aten.mul.Tensor 2025-03-21T20:49:42.9322360Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_88, aten.mul.Tensor 2025-03-21T20:49:42.9323793Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_87, aten.mul.Tensor 2025-03-21T20:49:42.9325190Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_89, aten.mul.Tensor 2025-03-21T20:49:42.9326620Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_90, aten.mul.Tensor 2025-03-21T20:49:43.3995097Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_92, aten.mul.Tensor 2025-03-21T20:49:43.3996256Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_91, aten.mul.Tensor 2025-03-21T20:49:43.3997465Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_93, aten.mul.Tensor 2025-03-21T20:49:43.3998802Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_94, aten.mul.Tensor 2025-03-21T20:49:43.3999703Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_96, aten.mul.Tensor 2025-03-21T20:49:43.4000732Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_95, aten.mul.Tensor 2025-03-21T20:49:43.4001513Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_97, aten.mul.Tensor 2025-03-21T20:49:43.4002277Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor, aten.sub.Tensor 2025-03-21T20:49:43.4003039Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor, aten.add.Tensor 2025-03-21T20:49:43.4003800Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_1, aten.sub.Tensor 2025-03-21T20:49:43.4004569Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_1, aten.add.Tensor 2025-03-21T20:49:43.4005337Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_2, aten.sub.Tensor 2025-03-21T20:49:43.4006091Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_2, aten.add.Tensor 2025-03-21T20:49:43.4006863Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_3, aten.sub.Tensor 2025-03-21T20:49:43.4007628Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_3, aten.add.Tensor 2025-03-21T20:49:43.4008392Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_4, aten.sub.Tensor 2025-03-21T20:49:43.4009255Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_4, aten.add.Tensor 2025-03-21T20:49:43.4010021Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_5, aten.sub.Tensor 2025-03-21T20:49:43.4010777Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_5, aten.add.Tensor 2025-03-21T20:49:43.4011545Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_6, aten.sub.Tensor 2025-03-21T20:49:43.4012314Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_6, aten.add.Tensor 2025-03-21T20:49:43.4013082Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_7, aten.sub.Tensor 2025-03-21T20:49:43.4013851Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_7, aten.add.Tensor 2025-03-21T20:49:43.4014617Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_8, aten.sub.Tensor 2025-03-21T20:49:43.4015377Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_8, aten.add.Tensor 2025-03-21T20:49:43.4016149Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_9, aten.sub.Tensor 2025-03-21T20:49:43.4016917Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_9, aten.add.Tensor 2025-03-21T20:49:43.4017690Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_10, aten.sub.Tensor 2025-03-21T20:49:43.4018464Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_10, aten.add.Tensor 2025-03-21T20:49:43.4019262Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_11, aten.sub.Tensor 2025-03-21T20:49:43.4020047Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_11, aten.add.Tensor 2025-03-21T20:49:43.4020825Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_12, aten.sub.Tensor 2025-03-21T20:49:43.4021653Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1, aten._to_copy.default 2025-03-21T20:49:43.4022467Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_12, aten.add.Tensor 2025-03-21T20:49:43.4023294Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_2, aten._to_copy.default 2025-03-21T20:49:43.4024119Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_13, aten.sub.Tensor 2025-03-21T20:49:43.4024944Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_3, aten._to_copy.default 2025-03-21T20:49:43.4025770Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_13, aten.add.Tensor 2025-03-21T20:49:43.4026653Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_4, aten._to_copy.default 2025-03-21T20:49:43.4027481Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_14, aten.sub.Tensor 2025-03-21T20:49:43.4028297Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_5, aten._to_copy.default 2025-03-21T20:49:43.4029204Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_14, aten.add.Tensor 2025-03-21T20:49:43.4030034Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_6, aten._to_copy.default 2025-03-21T20:49:43.4030855Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_15, aten.sub.Tensor 2025-03-21T20:49:43.4031674Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_7, aten._to_copy.default 2025-03-21T20:49:43.4032500Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_15, aten.add.Tensor 2025-03-21T20:49:43.4033316Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_8, aten._to_copy.default 2025-03-21T20:49:43.4034139Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_16, aten.sub.Tensor 2025-03-21T20:49:43.4035024Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_9, aten._to_copy.default 2025-03-21T20:49:43.4035848Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_16, aten.add.Tensor 2025-03-21T20:49:43.4036672Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_10, aten._to_copy.default 2025-03-21T20:49:43.4037492Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_17, aten.sub.Tensor 2025-03-21T20:49:43.4038312Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_11, aten._to_copy.default 2025-03-21T20:49:43.4039122Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_17, aten.add.Tensor 2025-03-21T20:49:43.4039951Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_12, aten._to_copy.default 2025-03-21T20:49:43.4040767Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_18, aten.sub.Tensor 2025-03-21T20:49:43.4041594Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_13, aten._to_copy.default 2025-03-21T20:49:43.4042416Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_18, aten.add.Tensor 2025-03-21T20:49:43.4043242Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_14, aten._to_copy.default 2025-03-21T20:49:43.4044049Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_19, aten.sub.Tensor 2025-03-21T20:49:43.4044870Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_15, aten._to_copy.default 2025-03-21T20:49:43.4045697Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_19, aten.add.Tensor 2025-03-21T20:49:43.4046759Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_16, aten._to_copy.default 2025-03-21T20:49:43.4047703Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_20, aten.sub.Tensor 2025-03-21T20:49:43.4048533Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_17, aten._to_copy.default 2025-03-21T20:49:43.4049354Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_20, aten.add.Tensor 2025-03-21T20:49:43.4050172Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_18, aten._to_copy.default 2025-03-21T20:49:43.4050997Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_21, aten.sub.Tensor 2025-03-21T20:49:43.4051823Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_19, aten._to_copy.default 2025-03-21T20:49:43.4052733Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_21, aten.add.Tensor 2025-03-21T20:49:43.4053557Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_20, aten._to_copy.default 2025-03-21T20:49:43.4054383Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_22, aten.sub.Tensor 2025-03-21T20:49:43.4055203Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_21, aten._to_copy.default 2025-03-21T20:49:43.4056028Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_22, aten.add.Tensor 2025-03-21T20:49:43.4056853Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_22, aten._to_copy.default 2025-03-21T20:49:43.4057676Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_23, aten.sub.Tensor 2025-03-21T20:49:43.4058503Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_23, aten._to_copy.default 2025-03-21T20:49:43.4059334Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_23, aten.add.Tensor 2025-03-21T20:49:43.4060158Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_24, aten._to_copy.default 2025-03-21T20:49:43.4060960Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default, aten.cat.default 2025-03-21T20:49:43.4061831Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_1, aten.cat.default 2025-03-21T20:49:43.4062625Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_2, aten.cat.default 2025-03-21T20:49:43.4063413Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_3, aten.cat.default 2025-03-21T20:49:43.8952849Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_4, aten.cat.default 2025-03-21T20:49:43.8953698Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_5, aten.cat.default 2025-03-21T20:49:43.8954527Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_6, aten.cat.default 2025-03-21T20:49:43.8955315Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_7, aten.cat.default 2025-03-21T20:49:43.8956087Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_8, aten.cat.default 2025-03-21T20:49:43.8956885Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_9, aten.cat.default 2025-03-21T20:49:43.8957681Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_10, aten.cat.default 2025-03-21T20:49:43.8958473Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_11, aten.cat.default 2025-03-21T20:49:43.8959263Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_12, aten.cat.default 2025-03-21T20:49:43.8960055Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_13, aten.cat.default 2025-03-21T20:49:43.8960840Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_14, aten.cat.default 2025-03-21T20:49:43.8961634Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_15, aten.cat.default 2025-03-21T20:49:43.8962422Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_16, aten.cat.default 2025-03-21T20:49:43.8963216Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_17, aten.cat.default 2025-03-21T20:49:43.8964008Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_18, aten.cat.default 2025-03-21T20:49:43.8964799Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_19, aten.cat.default 2025-03-21T20:49:43.8965576Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_20, aten.cat.default 2025-03-21T20:49:43.8966362Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_21, aten.cat.default 2025-03-21T20:49:43.8967150Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_22, aten.cat.default 2025-03-21T20:49:43.8968170Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_23, aten.cat.default 2025-03-21T20:49:43.8969038Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_37, aten.permute_copy.default 2025-03-21T20:49:43.8969985Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_38, aten.permute_copy.default 2025-03-21T20:49:43.8970922Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_39, aten.permute_copy.default 2025-03-21T20:49:43.8971842Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_40, aten.permute_copy.default 2025-03-21T20:49:43.8972770Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_41, aten.permute_copy.default 2025-03-21T20:49:43.8973700Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_42, aten.permute_copy.default 2025-03-21T20:49:43.8974634Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_43, aten.permute_copy.default 2025-03-21T20:49:43.8975562Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_44, aten.permute_copy.default 2025-03-21T20:49:43.8976803Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_45, aten.permute_copy.default 2025-03-21T20:49:43.8977737Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_46, aten.permute_copy.default 2025-03-21T20:49:43.8978655Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_47, aten.permute_copy.default 2025-03-21T20:49:43.8979581Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_48, aten.permute_copy.default 2025-03-21T20:49:43.8980440Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_24, aten.cat.default 2025-03-21T20:49:43.8981237Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_26, aten.cat.default 2025-03-21T20:49:43.8982027Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_28, aten.cat.default 2025-03-21T20:49:43.8982825Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_30, aten.cat.default 2025-03-21T20:49:43.8983608Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_32, aten.cat.default 2025-03-21T20:49:43.8984397Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_34, aten.cat.default 2025-03-21T20:49:43.8985187Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_36, aten.cat.default 2025-03-21T20:49:43.8985979Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_38, aten.cat.default 2025-03-21T20:49:43.8986801Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_40, aten.cat.default 2025-03-21T20:49:43.8987599Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_42, aten.cat.default 2025-03-21T20:49:43.8988392Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_44, aten.cat.default 2025-03-21T20:49:43.8989254Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_46, aten.cat.default 2025-03-21T20:49:43.8990060Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default, aten.matmul.default 2025-03-21T20:49:43.8990896Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_2, aten.matmul.default 2025-03-21T20:49:43.8992014Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_4, aten.matmul.default 2025-03-21T20:49:43.8992861Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_6, aten.matmul.default 2025-03-21T20:49:43.8993693Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_8, aten.matmul.default 2025-03-21T20:49:43.8994666Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_10, aten.matmul.default 2025-03-21T20:49:43.8995500Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_12, aten.matmul.default 2025-03-21T20:49:43.8996351Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_14, aten.matmul.default 2025-03-21T20:49:43.8997204Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_16, aten.matmul.default 2025-03-21T20:49:43.8998045Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_18, aten.matmul.default 2025-03-21T20:49:43.8998883Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_20, aten.matmul.default 2025-03-21T20:49:43.8999723Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_22, aten.matmul.default 2025-03-21T20:49:43.9000520Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor, aten.div.Tensor 2025-03-21T20:49:43.9001279Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_1, aten.div.Tensor 2025-03-21T20:49:43.9002058Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_2, aten.div.Tensor 2025-03-21T20:49:43.9002823Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_3, aten.div.Tensor 2025-03-21T20:49:43.9003650Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_4, aten.div.Tensor 2025-03-21T20:49:43.9004420Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_5, aten.div.Tensor 2025-03-21T20:49:43.9005188Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_6, aten.div.Tensor 2025-03-21T20:49:43.9005941Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_7, aten.div.Tensor 2025-03-21T20:49:43.9006713Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_8, aten.div.Tensor 2025-03-21T20:49:43.9007487Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_9, aten.div.Tensor 2025-03-21T20:49:43.9008255Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_10, aten.div.Tensor 2025-03-21T20:49:43.9009035Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_11, aten.div.Tensor 2025-03-21T20:49:43.9009815Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_24, aten.add.Tensor 2025-03-21T20:49:43.9010578Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_25, aten.add.Tensor 2025-03-21T20:49:43.9011354Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_26, aten.add.Tensor 2025-03-21T20:49:43.9012128Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_27, aten.add.Tensor 2025-03-21T20:49:43.9012902Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_28, aten.add.Tensor 2025-03-21T20:49:43.9013673Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_29, aten.add.Tensor 2025-03-21T20:49:43.9014451Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_30, aten.add.Tensor 2025-03-21T20:49:43.9015224Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_31, aten.add.Tensor 2025-03-21T20:49:43.9015988Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_32, aten.add.Tensor 2025-03-21T20:49:43.9016760Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_33, aten.add.Tensor 2025-03-21T20:49:43.9017535Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_34, aten.add.Tensor 2025-03-21T20:49:43.9018306Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_35, aten.add.Tensor 2025-03-21T20:49:43.9019125Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default, aten._softmax.default 2025-03-21T20:49:43.9019990Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_1, aten._softmax.default 2025-03-21T20:49:44.4951114Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_2, aten._softmax.default 2025-03-21T20:49:44.4952767Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_3, aten._softmax.default 2025-03-21T20:49:44.4954362Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_4, aten._softmax.default 2025-03-21T20:49:44.4955937Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_5, aten._softmax.default 2025-03-21T20:49:44.4957489Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_6, aten._softmax.default 2025-03-21T20:49:44.4959046Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_7, aten._softmax.default 2025-03-21T20:49:44.4960634Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_8, aten._softmax.default 2025-03-21T20:49:44.4962239Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_9, aten._softmax.default 2025-03-21T20:49:44.4963854Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_10, aten._softmax.default 2025-03-21T20:49:44.4965427Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_11, aten._softmax.default 2025-03-21T20:49:44.4967341Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_1, aten.matmul.default 2025-03-21T20:49:44.4968911Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_3, aten.matmul.default 2025-03-21T20:49:44.4970414Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_5, aten.matmul.default 2025-03-21T20:49:44.4971854Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_7, aten.matmul.default 2025-03-21T20:49:44.4973352Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_9, aten.matmul.default 2025-03-21T20:49:44.4974836Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_11, aten.matmul.default 2025-03-21T20:49:44.4976583Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_13, aten.matmul.default 2025-03-21T20:49:44.4978050Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_15, aten.matmul.default 2025-03-21T20:49:44.4979615Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_17, aten.matmul.default 2025-03-21T20:49:44.4981167Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_19, aten.matmul.default 2025-03-21T20:49:44.4982734Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_21, aten.matmul.default 2025-03-21T20:49:44.4984229Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_23, aten.matmul.default 2025-03-21T20:49:44.4985716Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_48, aten.cat.default 2025-03-21T20:49:44.4987271Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_109, aten.view_copy.default 2025-03-21T20:49:44.4989007Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1169, aten.permute_copy.default 2025-03-21T20:49:44.4990745Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_36, aten.convolution.default 2025-03-21T20:49:44.4992475Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1170, aten.permute_copy.default 2025-03-21T20:49:44.4994168Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_110, aten.view_copy.default 2025-03-21T20:49:44.4995678Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_36, aten.add.Tensor 2025-03-21T20:49:44.4997193Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_rms_norm_default_1, aten.rms_norm.default 2025-03-21T20:49:44.4999043Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_111, aten.view_copy.default 2025-03-21T20:49:44.5000770Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1171, aten.permute_copy.default 2025-03-21T20:49:44.5002383Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_37, aten.convolution.default 2025-03-21T20:49:44.5004128Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_38, aten.convolution.default 2025-03-21T20:49:44.5005753Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sigmoid_default, aten.sigmoid.default 2025-03-21T20:49:44.5007273Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_100, aten.mul.Tensor 2025-03-21T20:49:44.5008685Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_101, aten.mul.Tensor 2025-03-21T20:49:44.5010245Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_39, aten.convolution.default 2025-03-21T20:49:44.5011963Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1172, aten.permute_copy.default 2025-03-21T20:49:44.5013614Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_112, aten.view_copy.default 2025-03-21T20:49:44.5015333Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_37, aten.add.Tensor 2025-03-21T20:49:44.5016844Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_rms_norm_default_2, aten.rms_norm.default 2025-03-21T20:49:44.5018451Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_113, aten.view_copy.default 2025-03-21T20:49:44.5020133Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1173, aten.permute_copy.default 2025-03-21T20:49:44.5021799Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_25, aten._to_copy.default 2025-03-21T20:49:44.5023485Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_40, aten.convolution.default 2025-03-21T20:49:44.5025173Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1174, aten.permute_copy.default 2025-03-21T20:49:44.5026898Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_41, aten.convolution.default 2025-03-21T20:49:44.5028632Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1175, aten.permute_copy.default 2025-03-21T20:49:44.5030461Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_42, aten.convolution.default 2025-03-21T20:49:44.5032179Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1176, aten.permute_copy.default 2025-03-21T20:49:44.5033907Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_43, aten.convolution.default 2025-03-21T20:49:44.5035668Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1177, aten.permute_copy.default 2025-03-21T20:49:44.5037362Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_44, aten.convolution.default 2025-03-21T20:49:44.5039085Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1178, aten.permute_copy.default 2025-03-21T20:49:44.5040822Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_45, aten.convolution.default 2025-03-21T20:49:44.5042552Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1179, aten.permute_copy.default 2025-03-21T20:49:44.5044276Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_46, aten.convolution.default 2025-03-21T20:49:44.5046061Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1180, aten.permute_copy.default 2025-03-21T20:49:44.5047983Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_47, aten.convolution.default 2025-03-21T20:49:44.5049781Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1181, aten.permute_copy.default 2025-03-21T20:49:44.5051498Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_48, aten.convolution.default 2025-03-21T20:49:44.5053256Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1182, aten.permute_copy.default 2025-03-21T20:49:44.5055048Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_49, aten.convolution.default 2025-03-21T20:49:44.5056772Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1183, aten.permute_copy.default 2025-03-21T20:49:44.5058545Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_50, aten.convolution.default 2025-03-21T20:49:44.5060354Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1184, aten.permute_copy.default 2025-03-21T20:49:44.5062074Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_51, aten.convolution.default 2025-03-21T20:49:44.5063809Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1185, aten.permute_copy.default 2025-03-21T20:49:44.5066263Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_52, aten.convolution.default 2025-03-21T20:49:44.5068004Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1186, aten.permute_copy.default 2025-03-21T20:49:44.5069811Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_53, aten.convolution.default 2025-03-21T20:49:44.5071523Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1187, aten.permute_copy.default 2025-03-21T20:49:44.5073219Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_54, aten.convolution.default 2025-03-21T20:49:44.9651379Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1188, aten.permute_copy.default 2025-03-21T20:49:44.9653115Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_55, aten.convolution.default 2025-03-21T20:49:44.9654821Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1189, aten.permute_copy.default 2025-03-21T20:49:44.9656504Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_56, aten.convolution.default 2025-03-21T20:49:44.9658210Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1190, aten.permute_copy.default 2025-03-21T20:49:44.9659888Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_57, aten.convolution.default 2025-03-21T20:49:44.9661561Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1191, aten.permute_copy.default 2025-03-21T20:49:44.9663239Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_58, aten.convolution.default 2025-03-21T20:49:44.9664887Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1192, aten.permute_copy.default 2025-03-21T20:49:44.9666559Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_59, aten.convolution.default 2025-03-21T20:49:44.9668225Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1193, aten.permute_copy.default 2025-03-21T20:49:44.9669947Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_60, aten.convolution.default 2025-03-21T20:49:44.9671620Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1194, aten.permute_copy.default 2025-03-21T20:49:44.9673287Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_61, aten.convolution.default 2025-03-21T20:49:44.9675211Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1195, aten.permute_copy.default 2025-03-21T20:49:44.9677036Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_62, aten.convolution.default 2025-03-21T20:49:44.9678719Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1196, aten.permute_copy.default 2025-03-21T20:49:44.9680396Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_63, aten.convolution.default 2025-03-21T20:49:44.9682078Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1197, aten.permute_copy.default 2025-03-21T20:49:44.9683754Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_64, aten.convolution.default 2025-03-21T20:49:44.9685421Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1198, aten.permute_copy.default 2025-03-21T20:49:44.9687104Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_65, aten.convolution.default 2025-03-21T20:49:44.9688777Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1199, aten.permute_copy.default 2025-03-21T20:49:44.9690595Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_66, aten.convolution.default 2025-03-21T20:49:44.9692280Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1200, aten.permute_copy.default 2025-03-21T20:49:44.9693960Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_67, aten.convolution.default 2025-03-21T20:49:44.9695644Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1201, aten.permute_copy.default 2025-03-21T20:49:44.9697301Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_68, aten.convolution.default 2025-03-21T20:49:44.9698992Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1202, aten.permute_copy.default 2025-03-21T20:49:44.9700670Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_69, aten.convolution.default 2025-03-21T20:49:44.9702349Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1203, aten.permute_copy.default 2025-03-21T20:49:44.9704021Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_70, aten.convolution.default 2025-03-21T20:49:44.9705691Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1204, aten.permute_copy.default 2025-03-21T20:49:44.9707364Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_71, aten.convolution.default 2025-03-21T20:49:44.9709080Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1205, aten.permute_copy.default 2025-03-21T20:49:44.9710765Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_72, aten.convolution.default 2025-03-21T20:49:44.9712454Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1206, aten.permute_copy.default 2025-03-21T20:49:44.9714141Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_73, aten.convolution.default 2025-03-21T20:49:44.9715825Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1207, aten.permute_copy.default 2025-03-21T20:49:44.9717504Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_74, aten.convolution.default 2025-03-21T20:49:44.9719186Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1208, aten.permute_copy.default 2025-03-21T20:49:44.9720835Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_75, aten.convolution.default 2025-03-21T20:49:44.9722616Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1209, aten.permute_copy.default 2025-03-21T20:49:44.9724261Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_114, aten.view_copy.default 2025-03-21T20:49:44.9725858Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_115, aten.view_copy.default 2025-03-21T20:49:44.9727454Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_116, aten.view_copy.default 2025-03-21T20:49:44.9729038Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_117, aten.view_copy.default 2025-03-21T20:49:44.9730615Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_118, aten.view_copy.default 2025-03-21T20:49:44.9732187Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_119, aten.view_copy.default 2025-03-21T20:49:44.9733772Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_120, aten.view_copy.default 2025-03-21T20:49:44.9735362Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_121, aten.view_copy.default 2025-03-21T20:49:44.9736949Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_122, aten.view_copy.default 2025-03-21T20:49:44.9738606Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_123, aten.view_copy.default 2025-03-21T20:49:44.9740200Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_124, aten.view_copy.default 2025-03-21T20:49:44.9741793Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_125, aten.view_copy.default 2025-03-21T20:49:44.9743365Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_126, aten.view_copy.default 2025-03-21T20:49:44.9744955Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_127, aten.view_copy.default 2025-03-21T20:49:44.9746548Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_128, aten.view_copy.default 2025-03-21T20:49:44.9748142Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_129, aten.view_copy.default 2025-03-21T20:49:44.9749791Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_130, aten.view_copy.default 2025-03-21T20:49:44.9751389Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_131, aten.view_copy.default 2025-03-21T20:49:44.9752973Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_132, aten.view_copy.default 2025-03-21T20:49:44.9754558Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_133, aten.view_copy.default 2025-03-21T20:49:44.9756147Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_134, aten.view_copy.default 2025-03-21T20:49:44.9757748Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_135, aten.view_copy.default 2025-03-21T20:49:44.9759337Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_136, aten.view_copy.default 2025-03-21T20:49:44.9760929Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_137, aten.view_copy.default 2025-03-21T20:49:44.9762523Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_138, aten.view_copy.default 2025-03-21T20:49:44.9764100Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_139, aten.view_copy.default 2025-03-21T20:49:44.9765690Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_140, aten.view_copy.default 2025-03-21T20:49:44.9767285Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_141, aten.view_copy.default 2025-03-21T20:49:44.9768881Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_142, aten.view_copy.default 2025-03-21T20:49:45.3220777Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_143, aten.view_copy.default 2025-03-21T20:49:45.3222280Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_144, aten.view_copy.default 2025-03-21T20:49:45.3223205Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_145, aten.view_copy.default 2025-03-21T20:49:45.3224100Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_146, aten.view_copy.default 2025-03-21T20:49:45.3224992Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_147, aten.view_copy.default 2025-03-21T20:49:45.3225872Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_148, aten.view_copy.default 2025-03-21T20:49:45.3226770Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_149, aten.view_copy.default 2025-03-21T20:49:45.3227668Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_48, aten.slice_copy.Tensor 2025-03-21T20:49:45.3228551Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_49, aten.slice_copy.Tensor 2025-03-21T20:49:45.3229492Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_50, aten.slice_copy.Tensor 2025-03-21T20:49:45.3230565Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_51, aten.slice_copy.Tensor 2025-03-21T20:49:45.3231453Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_52, aten.slice_copy.Tensor 2025-03-21T20:49:45.3232328Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_53, aten.slice_copy.Tensor 2025-03-21T20:49:45.3233215Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_54, aten.slice_copy.Tensor 2025-03-21T20:49:45.3234105Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_55, aten.slice_copy.Tensor 2025-03-21T20:49:45.3234992Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_56, aten.slice_copy.Tensor 2025-03-21T20:49:45.3235872Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_57, aten.slice_copy.Tensor 2025-03-21T20:49:45.3236760Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_58, aten.slice_copy.Tensor 2025-03-21T20:49:45.3237643Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_59, aten.slice_copy.Tensor 2025-03-21T20:49:45.3238510Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_60, aten.slice_copy.Tensor 2025-03-21T20:49:45.3239391Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_61, aten.slice_copy.Tensor 2025-03-21T20:49:45.3240269Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_62, aten.slice_copy.Tensor 2025-03-21T20:49:45.3241150Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_63, aten.slice_copy.Tensor 2025-03-21T20:49:45.3242032Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_64, aten.slice_copy.Tensor 2025-03-21T20:49:45.3242919Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_65, aten.slice_copy.Tensor 2025-03-21T20:49:45.3243791Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_66, aten.slice_copy.Tensor 2025-03-21T20:49:45.3244676Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_67, aten.slice_copy.Tensor 2025-03-21T20:49:45.3245559Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_68, aten.slice_copy.Tensor 2025-03-21T20:49:45.3246443Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_69, aten.slice_copy.Tensor 2025-03-21T20:49:45.3247424Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_70, aten.slice_copy.Tensor 2025-03-21T20:49:45.3248310Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_71, aten.slice_copy.Tensor 2025-03-21T20:49:45.3249197Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_72, aten.slice_copy.Tensor 2025-03-21T20:49:45.3250075Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_73, aten.slice_copy.Tensor 2025-03-21T20:49:45.3250959Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_74, aten.slice_copy.Tensor 2025-03-21T20:49:45.3251840Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_75, aten.slice_copy.Tensor 2025-03-21T20:49:45.3252723Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_76, aten.slice_copy.Tensor 2025-03-21T20:49:45.3253606Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_77, aten.slice_copy.Tensor 2025-03-21T20:49:45.3254495Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_78, aten.slice_copy.Tensor 2025-03-21T20:49:45.3255379Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_79, aten.slice_copy.Tensor 2025-03-21T20:49:45.3256312Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_80, aten.slice_copy.Tensor 2025-03-21T20:49:45.3257197Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_81, aten.slice_copy.Tensor 2025-03-21T20:49:45.3258079Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_82, aten.slice_copy.Tensor 2025-03-21T20:49:45.3258961Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_83, aten.slice_copy.Tensor 2025-03-21T20:49:45.3259850Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_84, aten.slice_copy.Tensor 2025-03-21T20:49:45.3260742Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_85, aten.slice_copy.Tensor 2025-03-21T20:49:45.3261620Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_86, aten.slice_copy.Tensor 2025-03-21T20:49:45.3262507Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_87, aten.slice_copy.Tensor 2025-03-21T20:49:45.3263395Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_88, aten.slice_copy.Tensor 2025-03-21T20:49:45.3264279Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_89, aten.slice_copy.Tensor 2025-03-21T20:49:45.3265160Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_90, aten.slice_copy.Tensor 2025-03-21T20:49:45.3266046Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_91, aten.slice_copy.Tensor 2025-03-21T20:49:45.3266928Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_92, aten.slice_copy.Tensor 2025-03-21T20:49:45.3267807Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_93, aten.slice_copy.Tensor 2025-03-21T20:49:45.3268693Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_94, aten.slice_copy.Tensor 2025-03-21T20:49:45.3269653Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_95, aten.slice_copy.Tensor 2025-03-21T20:49:45.3270521Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_74, aten.cat.default 2025-03-21T20:49:45.3271322Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_76, aten.cat.default 2025-03-21T20:49:45.3272120Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_78, aten.cat.default 2025-03-21T20:49:45.3272917Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_80, aten.cat.default 2025-03-21T20:49:45.3273778Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_82, aten.cat.default 2025-03-21T20:49:45.3274575Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_84, aten.cat.default 2025-03-21T20:49:45.3275435Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_86, aten.cat.default 2025-03-21T20:49:45.3276430Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_88, aten.cat.default 2025-03-21T20:49:45.3277230Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_90, aten.cat.default 2025-03-21T20:49:45.3278027Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_92, aten.cat.default 2025-03-21T20:49:45.3278821Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_94, aten.cat.default 2025-03-21T20:49:45.3279603Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_96, aten.cat.default 2025-03-21T20:49:45.3280395Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_104, aten.mul.Tensor 2025-03-21T20:49:45.3281192Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_106, aten.mul.Tensor 2025-03-21T20:49:45.3281979Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_105, aten.mul.Tensor 2025-03-21T20:49:45.3282864Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_107, aten.mul.Tensor 2025-03-21T20:49:45.3283651Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_108, aten.mul.Tensor 2025-03-21T20:49:45.3284418Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_110, aten.mul.Tensor 2025-03-21T20:49:45.3285202Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_109, aten.mul.Tensor 2025-03-21T20:49:45.3285980Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_111, aten.mul.Tensor 2025-03-21T20:49:45.3286756Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_112, aten.mul.Tensor 2025-03-21T20:49:45.3287540Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_114, aten.mul.Tensor 2025-03-21T20:49:45.7751718Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_113, aten.mul.Tensor 2025-03-21T20:49:45.7752581Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_115, aten.mul.Tensor 2025-03-21T20:49:45.7753398Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_116, aten.mul.Tensor 2025-03-21T20:49:45.7754211Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_118, aten.mul.Tensor 2025-03-21T20:49:45.7754998Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_117, aten.mul.Tensor 2025-03-21T20:49:45.7755768Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_119, aten.mul.Tensor 2025-03-21T20:49:45.7756557Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_120, aten.mul.Tensor 2025-03-21T20:49:45.7757349Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_122, aten.mul.Tensor 2025-03-21T20:49:45.7758129Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_121, aten.mul.Tensor 2025-03-21T20:49:45.7758909Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_123, aten.mul.Tensor 2025-03-21T20:49:45.7759696Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_124, aten.mul.Tensor 2025-03-21T20:49:45.7760460Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_126, aten.mul.Tensor 2025-03-21T20:49:45.7761240Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_125, aten.mul.Tensor 2025-03-21T20:49:45.7762016Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_127, aten.mul.Tensor 2025-03-21T20:49:45.7762893Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_128, aten.mul.Tensor 2025-03-21T20:49:45.7763929Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_130, aten.mul.Tensor 2025-03-21T20:49:45.7764710Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_129, aten.mul.Tensor 2025-03-21T20:49:45.7765478Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_131, aten.mul.Tensor 2025-03-21T20:49:45.7766271Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_132, aten.mul.Tensor 2025-03-21T20:49:45.7767050Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_134, aten.mul.Tensor 2025-03-21T20:49:45.7767828Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_133, aten.mul.Tensor 2025-03-21T20:49:45.7768606Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_135, aten.mul.Tensor 2025-03-21T20:49:45.7769387Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_136, aten.mul.Tensor 2025-03-21T20:49:45.7770169Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_138, aten.mul.Tensor 2025-03-21T20:49:45.7770931Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_137, aten.mul.Tensor 2025-03-21T20:49:45.7771706Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_139, aten.mul.Tensor 2025-03-21T20:49:45.7772584Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_140, aten.mul.Tensor 2025-03-21T20:49:45.7773368Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_142, aten.mul.Tensor 2025-03-21T20:49:45.7774146Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_141, aten.mul.Tensor 2025-03-21T20:49:45.7774925Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_143, aten.mul.Tensor 2025-03-21T20:49:45.7775693Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_144, aten.mul.Tensor 2025-03-21T20:49:45.7776678Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_146, aten.mul.Tensor 2025-03-21T20:49:45.7777475Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_145, aten.mul.Tensor 2025-03-21T20:49:45.7778257Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_147, aten.mul.Tensor 2025-03-21T20:49:45.7779043Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_148, aten.mul.Tensor 2025-03-21T20:49:45.7779822Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_150, aten.mul.Tensor 2025-03-21T20:49:45.7780593Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_149, aten.mul.Tensor 2025-03-21T20:49:45.7781375Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_151, aten.mul.Tensor 2025-03-21T20:49:45.7782158Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_152, aten.mul.Tensor 2025-03-21T20:49:45.7782939Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_154, aten.mul.Tensor 2025-03-21T20:49:45.7783727Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_153, aten.mul.Tensor 2025-03-21T20:49:45.7784503Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_155, aten.mul.Tensor 2025-03-21T20:49:45.7785291Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_156, aten.mul.Tensor 2025-03-21T20:49:45.7786062Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_158, aten.mul.Tensor 2025-03-21T20:49:45.7786848Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_157, aten.mul.Tensor 2025-03-21T20:49:45.7787629Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_159, aten.mul.Tensor 2025-03-21T20:49:45.7788416Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_160, aten.mul.Tensor 2025-03-21T20:49:45.7789284Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_162, aten.mul.Tensor 2025-03-21T20:49:45.7790201Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_161, aten.mul.Tensor 2025-03-21T20:49:45.7790976Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_163, aten.mul.Tensor 2025-03-21T20:49:45.7791761Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_164, aten.mul.Tensor 2025-03-21T20:49:45.7792550Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_166, aten.mul.Tensor 2025-03-21T20:49:45.7793333Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_165, aten.mul.Tensor 2025-03-21T20:49:45.7794113Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_167, aten.mul.Tensor 2025-03-21T20:49:45.7794891Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_168, aten.mul.Tensor 2025-03-21T20:49:45.7795657Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_170, aten.mul.Tensor 2025-03-21T20:49:45.7796438Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_169, aten.mul.Tensor 2025-03-21T20:49:45.7797220Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_171, aten.mul.Tensor 2025-03-21T20:49:45.7798001Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_172, aten.mul.Tensor 2025-03-21T20:49:45.7798852Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_174, aten.mul.Tensor 2025-03-21T20:49:45.7807474Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_173, aten.mul.Tensor 2025-03-21T20:49:45.7808392Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_175, aten.mul.Tensor 2025-03-21T20:49:45.7809186Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_176, aten.mul.Tensor 2025-03-21T20:49:45.7809974Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_178, aten.mul.Tensor 2025-03-21T20:49:45.7810774Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_177, aten.mul.Tensor 2025-03-21T20:49:45.7811538Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_179, aten.mul.Tensor 2025-03-21T20:49:45.7812328Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_180, aten.mul.Tensor 2025-03-21T20:49:45.7813117Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_182, aten.mul.Tensor 2025-03-21T20:49:45.7813900Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_181, aten.mul.Tensor 2025-03-21T20:49:45.7814680Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_183, aten.mul.Tensor 2025-03-21T20:49:45.7815460Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_184, aten.mul.Tensor 2025-03-21T20:49:45.7816237Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_186, aten.mul.Tensor 2025-03-21T20:49:45.7817007Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_185, aten.mul.Tensor 2025-03-21T20:49:45.7817782Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_187, aten.mul.Tensor 2025-03-21T20:49:45.7818559Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_188, aten.mul.Tensor 2025-03-21T20:49:45.7819346Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_190, aten.mul.Tensor 2025-03-21T20:49:45.7820125Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_189, aten.mul.Tensor 2025-03-21T20:49:45.7820903Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_191, aten.mul.Tensor 2025-03-21T20:49:45.7821673Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_192, aten.mul.Tensor 2025-03-21T20:49:45.7822453Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_194, aten.mul.Tensor 2025-03-21T20:49:45.7823238Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_193, aten.mul.Tensor 2025-03-21T20:49:45.7824149Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_195, aten.mul.Tensor 2025-03-21T20:49:45.7824935Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_196, aten.mul.Tensor 2025-03-21T20:49:45.7825722Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_198, aten.mul.Tensor 2025-03-21T20:49:45.7826490Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_197, aten.mul.Tensor 2025-03-21T20:49:46.2442235Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_199, aten.mul.Tensor 2025-03-21T20:49:46.2443286Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_24, aten.sub.Tensor 2025-03-21T20:49:46.2444065Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_38, aten.add.Tensor 2025-03-21T20:49:46.2444850Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_25, aten.sub.Tensor 2025-03-21T20:49:46.2445655Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_39, aten.add.Tensor 2025-03-21T20:49:46.2446428Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_26, aten.sub.Tensor 2025-03-21T20:49:46.2447198Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_40, aten.add.Tensor 2025-03-21T20:49:46.2448584Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_27, aten.sub.Tensor 2025-03-21T20:49:46.2449358Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_41, aten.add.Tensor 2025-03-21T20:49:46.2450140Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_28, aten.sub.Tensor 2025-03-21T20:49:46.2450918Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_42, aten.add.Tensor 2025-03-21T20:49:46.2451696Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_29, aten.sub.Tensor 2025-03-21T20:49:46.2452478Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_43, aten.add.Tensor 2025-03-21T20:49:46.2453253Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_30, aten.sub.Tensor 2025-03-21T20:49:46.2454023Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_44, aten.add.Tensor 2025-03-21T20:49:46.2454790Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_31, aten.sub.Tensor 2025-03-21T20:49:46.2455565Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_45, aten.add.Tensor 2025-03-21T20:49:46.2456339Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_32, aten.sub.Tensor 2025-03-21T20:49:46.2457109Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_46, aten.add.Tensor 2025-03-21T20:49:46.2457881Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_33, aten.sub.Tensor 2025-03-21T20:49:46.2458666Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_47, aten.add.Tensor 2025-03-21T20:49:46.2459427Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_34, aten.sub.Tensor 2025-03-21T20:49:46.2460199Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_48, aten.add.Tensor 2025-03-21T20:49:46.2460980Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_35, aten.sub.Tensor 2025-03-21T20:49:46.2461755Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_49, aten.add.Tensor 2025-03-21T20:49:46.2462531Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_36, aten.sub.Tensor 2025-03-21T20:49:46.2463356Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_26, aten._to_copy.default 2025-03-21T20:49:46.2464170Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_50, aten.add.Tensor 2025-03-21T20:49:46.2464992Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_27, aten._to_copy.default 2025-03-21T20:49:46.2465925Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_37, aten.sub.Tensor 2025-03-21T20:49:46.2466746Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_28, aten._to_copy.default 2025-03-21T20:49:46.2467571Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_51, aten.add.Tensor 2025-03-21T20:49:46.2468395Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_29, aten._to_copy.default 2025-03-21T20:49:46.2469302Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_38, aten.sub.Tensor 2025-03-21T20:49:46.2470113Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_30, aten._to_copy.default 2025-03-21T20:49:46.2470945Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_52, aten.add.Tensor 2025-03-21T20:49:46.2471781Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_31, aten._to_copy.default 2025-03-21T20:49:46.2472703Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_39, aten.sub.Tensor 2025-03-21T20:49:46.2473534Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_32, aten._to_copy.default 2025-03-21T20:49:46.2474426Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_53, aten.add.Tensor 2025-03-21T20:49:46.2475242Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_33, aten._to_copy.default 2025-03-21T20:49:46.2476236Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_40, aten.sub.Tensor 2025-03-21T20:49:46.2477070Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_34, aten._to_copy.default 2025-03-21T20:49:46.2477898Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_54, aten.add.Tensor 2025-03-21T20:49:46.2478725Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_35, aten._to_copy.default 2025-03-21T20:49:46.2479547Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_41, aten.sub.Tensor 2025-03-21T20:49:46.2480371Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_36, aten._to_copy.default 2025-03-21T20:49:46.2481183Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_55, aten.add.Tensor 2025-03-21T20:49:46.2482004Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_37, aten._to_copy.default 2025-03-21T20:49:46.2482823Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_42, aten.sub.Tensor 2025-03-21T20:49:46.2483644Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_38, aten._to_copy.default 2025-03-21T20:49:46.2484461Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_56, aten.add.Tensor 2025-03-21T20:49:46.2485291Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_39, aten._to_copy.default 2025-03-21T20:49:46.2486101Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_43, aten.sub.Tensor 2025-03-21T20:49:46.2486995Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_40, aten._to_copy.default 2025-03-21T20:49:46.2487824Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_57, aten.add.Tensor 2025-03-21T20:49:46.2488654Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_41, aten._to_copy.default 2025-03-21T20:49:46.2489481Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_44, aten.sub.Tensor 2025-03-21T20:49:46.2490306Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_42, aten._to_copy.default 2025-03-21T20:49:46.2491124Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_58, aten.add.Tensor 2025-03-21T20:49:46.2492032Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_43, aten._to_copy.default 2025-03-21T20:49:46.2492855Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_45, aten.sub.Tensor 2025-03-21T20:49:46.2493824Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_44, aten._to_copy.default 2025-03-21T20:49:46.2494780Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_59, aten.add.Tensor 2025-03-21T20:49:46.2495605Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_45, aten._to_copy.default 2025-03-21T20:49:46.2496425Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_46, aten.sub.Tensor 2025-03-21T20:49:46.2497239Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_46, aten._to_copy.default 2025-03-21T20:49:46.2498065Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_60, aten.add.Tensor 2025-03-21T20:49:46.2498892Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_47, aten._to_copy.default 2025-03-21T20:49:46.2499711Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_47, aten.sub.Tensor 2025-03-21T20:49:46.2500535Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_48, aten._to_copy.default 2025-03-21T20:49:46.2501465Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_61, aten.add.Tensor 2025-03-21T20:49:46.2502290Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_49, aten._to_copy.default 2025-03-21T20:49:46.2503110Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_49, aten.cat.default 2025-03-21T20:49:46.2503910Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_50, aten.cat.default 2025-03-21T20:49:46.2504703Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_51, aten.cat.default 2025-03-21T20:49:46.2505499Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_52, aten.cat.default 2025-03-21T20:49:46.2506289Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_53, aten.cat.default 2025-03-21T20:49:46.2507078Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_54, aten.cat.default 2025-03-21T20:49:46.2507859Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_55, aten.cat.default 2025-03-21T20:49:46.2508649Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_56, aten.cat.default 2025-03-21T20:49:46.2509516Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_57, aten.cat.default 2025-03-21T20:49:46.7269206Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_58, aten.cat.default 2025-03-21T20:49:46.7270132Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_59, aten.cat.default 2025-03-21T20:49:46.7270960Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_60, aten.cat.default 2025-03-21T20:49:46.7271755Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_61, aten.cat.default 2025-03-21T20:49:46.7272547Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_62, aten.cat.default 2025-03-21T20:49:46.7273347Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_63, aten.cat.default 2025-03-21T20:49:46.7274127Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_64, aten.cat.default 2025-03-21T20:49:46.7274951Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_65, aten.cat.default 2025-03-21T20:49:46.7275729Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_66, aten.cat.default 2025-03-21T20:49:46.7276690Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_67, aten.cat.default 2025-03-21T20:49:46.7277724Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_68, aten.cat.default 2025-03-21T20:49:46.7278514Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_69, aten.cat.default 2025-03-21T20:49:46.7279307Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_70, aten.cat.default 2025-03-21T20:49:46.7280102Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_71, aten.cat.default 2025-03-21T20:49:46.7280893Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_72, aten.cat.default 2025-03-21T20:49:46.7281748Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_90, aten.permute_copy.default 2025-03-21T20:49:46.7282689Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_91, aten.permute_copy.default 2025-03-21T20:49:46.7283620Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_92, aten.permute_copy.default 2025-03-21T20:49:46.7284558Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_93, aten.permute_copy.default 2025-03-21T20:49:46.7285489Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_94, aten.permute_copy.default 2025-03-21T20:49:46.7286513Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_95, aten.permute_copy.default 2025-03-21T20:49:46.7287446Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_96, aten.permute_copy.default 2025-03-21T20:49:46.7288369Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_97, aten.permute_copy.default 2025-03-21T20:49:46.7289300Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_98, aten.permute_copy.default 2025-03-21T20:49:46.7290230Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_99, aten.permute_copy.default 2025-03-21T20:49:46.7291173Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_100, aten.permute_copy.default 2025-03-21T20:49:46.7292113Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_101, aten.permute_copy.default 2025-03-21T20:49:46.7292984Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_73, aten.cat.default 2025-03-21T20:49:46.7293764Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_75, aten.cat.default 2025-03-21T20:49:46.7294557Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_77, aten.cat.default 2025-03-21T20:49:46.7295348Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_79, aten.cat.default 2025-03-21T20:49:46.7296136Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_81, aten.cat.default 2025-03-21T20:49:46.7296930Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_83, aten.cat.default 2025-03-21T20:49:46.7297726Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_85, aten.cat.default 2025-03-21T20:49:46.7298517Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_87, aten.cat.default 2025-03-21T20:49:46.7299299Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_89, aten.cat.default 2025-03-21T20:49:46.7300093Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_91, aten.cat.default 2025-03-21T20:49:46.7300883Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_93, aten.cat.default 2025-03-21T20:49:46.7301674Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_95, aten.cat.default 2025-03-21T20:49:46.7302494Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_24, aten.matmul.default 2025-03-21T20:49:46.7303334Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_26, aten.matmul.default 2025-03-21T20:49:46.7304227Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_28, aten.matmul.default 2025-03-21T20:49:46.7305072Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_30, aten.matmul.default 2025-03-21T20:49:46.7305920Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_32, aten.matmul.default 2025-03-21T20:49:46.7306765Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_34, aten.matmul.default 2025-03-21T20:49:46.7307690Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_36, aten.matmul.default 2025-03-21T20:49:46.7308533Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_38, aten.matmul.default 2025-03-21T20:49:46.7309434Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_40, aten.matmul.default 2025-03-21T20:49:46.7310260Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_42, aten.matmul.default 2025-03-21T20:49:46.7311105Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_44, aten.matmul.default 2025-03-21T20:49:46.7311943Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_46, aten.matmul.default 2025-03-21T20:49:46.7312819Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_12, aten.div.Tensor 2025-03-21T20:49:46.7313600Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_13, aten.div.Tensor 2025-03-21T20:49:46.7314377Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_14, aten.div.Tensor 2025-03-21T20:49:46.7315140Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_15, aten.div.Tensor 2025-03-21T20:49:46.7315917Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_16, aten.div.Tensor 2025-03-21T20:49:46.7316688Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_17, aten.div.Tensor 2025-03-21T20:49:46.7317468Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_18, aten.div.Tensor 2025-03-21T20:49:46.7318252Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_19, aten.div.Tensor 2025-03-21T20:49:46.7319031Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_20, aten.div.Tensor 2025-03-21T20:49:46.7319811Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_21, aten.div.Tensor 2025-03-21T20:49:46.7320592Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_22, aten.div.Tensor 2025-03-21T20:49:46.7321355Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_23, aten.div.Tensor 2025-03-21T20:49:46.7322136Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_62, aten.add.Tensor 2025-03-21T20:49:46.7322915Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_63, aten.add.Tensor 2025-03-21T20:49:46.7323701Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_64, aten.add.Tensor 2025-03-21T20:49:46.7324482Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_65, aten.add.Tensor 2025-03-21T20:49:46.7325267Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_66, aten.add.Tensor 2025-03-21T20:49:46.7326052Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_67, aten.add.Tensor 2025-03-21T20:49:46.7326818Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_68, aten.add.Tensor 2025-03-21T20:49:46.7327611Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_69, aten.add.Tensor 2025-03-21T20:49:46.7328392Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_70, aten.add.Tensor 2025-03-21T20:49:46.7329167Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_71, aten.add.Tensor 2025-03-21T20:49:46.7330043Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_72, aten.add.Tensor 2025-03-21T20:49:46.7330818Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_73, aten.add.Tensor 2025-03-21T20:49:46.7331629Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_12, aten._softmax.default 2025-03-21T20:49:46.7332508Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_13, aten._softmax.default 2025-03-21T20:49:46.7333379Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_14, aten._softmax.default 2025-03-21T20:49:46.7334253Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_15, aten._softmax.default 2025-03-21T20:49:46.7335121Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_16, aten._softmax.default 2025-03-21T20:49:46.7335989Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_17, aten._softmax.default 2025-03-21T20:49:47.3462369Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_18, aten._softmax.default 2025-03-21T20:49:47.3463951Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_19, aten._softmax.default 2025-03-21T20:49:47.3465856Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_20, aten._softmax.default 2025-03-21T20:49:47.3467399Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_21, aten._softmax.default 2025-03-21T20:49:47.3469020Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_22, aten._softmax.default 2025-03-21T20:49:47.3470568Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_23, aten._softmax.default 2025-03-21T20:49:47.3472078Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_25, aten.matmul.default 2025-03-21T20:49:47.3473566Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_27, aten.matmul.default 2025-03-21T20:49:47.3475049Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_29, aten.matmul.default 2025-03-21T20:49:47.3476667Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_31, aten.matmul.default 2025-03-21T20:49:47.3478159Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_33, aten.matmul.default 2025-03-21T20:49:47.3479636Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_35, aten.matmul.default 2025-03-21T20:49:47.3481113Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_37, aten.matmul.default 2025-03-21T20:49:47.3482598Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_39, aten.matmul.default 2025-03-21T20:49:47.3484069Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_41, aten.matmul.default 2025-03-21T20:49:47.3485550Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_43, aten.matmul.default 2025-03-21T20:49:47.3487032Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_45, aten.matmul.default 2025-03-21T20:49:47.3488539Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_47, aten.matmul.default 2025-03-21T20:49:47.3489986Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_97, aten.cat.default 2025-03-21T20:49:47.3491478Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_222, aten.view_copy.default 2025-03-21T20:49:47.3493090Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1210, aten.permute_copy.default 2025-03-21T20:49:47.3494754Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_76, aten.convolution.default 2025-03-21T20:49:47.3496403Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1211, aten.permute_copy.default 2025-03-21T20:49:47.3498179Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_223, aten.view_copy.default 2025-03-21T20:49:47.3499648Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_74, aten.add.Tensor 2025-03-21T20:49:47.3501106Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_rms_norm_default_3, aten.rms_norm.default 2025-03-21T20:49:47.3502658Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_224, aten.view_copy.default 2025-03-21T20:49:47.3504289Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1212, aten.permute_copy.default 2025-03-21T20:49:47.3505941Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_77, aten.convolution.default 2025-03-21T20:49:47.3507587Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_78, aten.convolution.default 2025-03-21T20:49:47.3509217Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sigmoid_default_1, aten.sigmoid.default 2025-03-21T20:49:47.3510663Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_202, aten.mul.Tensor 2025-03-21T20:49:47.3512043Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_203, aten.mul.Tensor 2025-03-21T20:49:47.3513663Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_79, aten.convolution.default 2025-03-21T20:49:47.3515297Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1213, aten.permute_copy.default 2025-03-21T20:49:47.3516902Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_225, aten.view_copy.default 2025-03-21T20:49:47.3518381Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_75, aten.add.Tensor 2025-03-21T20:49:47.3519829Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_rms_norm_default_4, aten.rms_norm.default 2025-03-21T20:49:47.3521383Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_226, aten.view_copy.default 2025-03-21T20:49:47.3523007Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1214, aten.permute_copy.default 2025-03-21T20:49:47.3524624Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_50, aten._to_copy.default 2025-03-21T20:49:47.3526214Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_80, aten.convolution.default 2025-03-21T20:49:47.3527860Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1215, aten.permute_copy.default 2025-03-21T20:49:47.3529524Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_81, aten.convolution.default 2025-03-21T20:49:47.3531173Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1216, aten.permute_copy.default 2025-03-21T20:49:47.3532839Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_82, aten.convolution.default 2025-03-21T20:49:47.3534495Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1217, aten.permute_copy.default 2025-03-21T20:49:47.3536163Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_83, aten.convolution.default 2025-03-21T20:49:47.3537800Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1218, aten.permute_copy.default 2025-03-21T20:49:47.3539446Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_84, aten.convolution.default 2025-03-21T20:49:47.3541099Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1219, aten.permute_copy.default 2025-03-21T20:49:47.3542756Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_85, aten.convolution.default 2025-03-21T20:49:47.3544488Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1220, aten.permute_copy.default 2025-03-21T20:49:47.3546144Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_86, aten.convolution.default 2025-03-21T20:49:47.3547819Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1221, aten.permute_copy.default 2025-03-21T20:49:47.3549517Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_87, aten.convolution.default 2025-03-21T20:49:47.3551185Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1222, aten.permute_copy.default 2025-03-21T20:49:47.3552850Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_88, aten.convolution.default 2025-03-21T20:49:47.3554510Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1223, aten.permute_copy.default 2025-03-21T20:49:47.3556170Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_89, aten.convolution.default 2025-03-21T20:49:47.3557825Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1224, aten.permute_copy.default 2025-03-21T20:49:47.3559481Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_90, aten.convolution.default 2025-03-21T20:49:47.3561166Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1225, aten.permute_copy.default 2025-03-21T20:49:47.3562829Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_91, aten.convolution.default 2025-03-21T20:49:47.3564489Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1226, aten.permute_copy.default 2025-03-21T20:49:47.3566127Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_92, aten.convolution.default 2025-03-21T20:49:47.3567769Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1227, aten.permute_copy.default 2025-03-21T20:49:47.3569406Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_93, aten.convolution.default 2025-03-21T20:49:47.3571041Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1228, aten.permute_copy.default 2025-03-21T20:49:47.3572663Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_94, aten.convolution.default 2025-03-21T20:49:47.3574296Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1229, aten.permute_copy.default 2025-03-21T20:49:47.3575938Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_95, aten.convolution.default 2025-03-21T20:49:47.3577707Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1230, aten.permute_copy.default 2025-03-21T20:49:47.3579358Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_96, aten.convolution.default 2025-03-21T20:49:47.7796877Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1231, aten.permute_copy.default 2025-03-21T20:49:47.7798681Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_97, aten.convolution.default 2025-03-21T20:49:47.7800471Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1232, aten.permute_copy.default 2025-03-21T20:49:47.7802236Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_98, aten.convolution.default 2025-03-21T20:49:47.7804028Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1233, aten.permute_copy.default 2025-03-21T20:49:47.7805782Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_99, aten.convolution.default 2025-03-21T20:49:47.7807516Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1234, aten.permute_copy.default 2025-03-21T20:49:47.7809612Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_100, aten.convolution.default 2025-03-21T20:49:47.7811446Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1235, aten.permute_copy.default 2025-03-21T20:49:47.7813136Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_101, aten.convolution.default 2025-03-21T20:49:47.7814828Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1236, aten.permute_copy.default 2025-03-21T20:49:47.7816513Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_102, aten.convolution.default 2025-03-21T20:49:47.7818197Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1237, aten.permute_copy.default 2025-03-21T20:49:47.7819883Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_103, aten.convolution.default 2025-03-21T20:49:47.7821579Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1238, aten.permute_copy.default 2025-03-21T20:49:47.7823262Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_104, aten.convolution.default 2025-03-21T20:49:47.7825065Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1239, aten.permute_copy.default 2025-03-21T20:49:47.7826751Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_105, aten.convolution.default 2025-03-21T20:49:47.7828435Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1240, aten.permute_copy.default 2025-03-21T20:49:47.7830180Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_106, aten.convolution.default 2025-03-21T20:49:47.7831876Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1241, aten.permute_copy.default 2025-03-21T20:49:47.7833578Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_107, aten.convolution.default 2025-03-21T20:49:47.7835258Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1242, aten.permute_copy.default 2025-03-21T20:49:47.7836955Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_108, aten.convolution.default 2025-03-21T20:49:47.7838646Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1243, aten.permute_copy.default 2025-03-21T20:49:47.7840343Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_109, aten.convolution.default 2025-03-21T20:49:47.7842030Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1244, aten.permute_copy.default 2025-03-21T20:49:47.7843734Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_110, aten.convolution.default 2025-03-21T20:49:47.7845430Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1245, aten.permute_copy.default 2025-03-21T20:49:47.7847123Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_111, aten.convolution.default 2025-03-21T20:49:47.7848816Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1246, aten.permute_copy.default 2025-03-21T20:49:47.7850512Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_112, aten.convolution.default 2025-03-21T20:49:47.7852203Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1247, aten.permute_copy.default 2025-03-21T20:49:47.7853896Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_113, aten.convolution.default 2025-03-21T20:49:47.7855585Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1248, aten.permute_copy.default 2025-03-21T20:49:47.7857357Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_114, aten.convolution.default 2025-03-21T20:49:47.7859057Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1249, aten.permute_copy.default 2025-03-21T20:49:47.7860746Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_115, aten.convolution.default 2025-03-21T20:49:47.7862436Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1250, aten.permute_copy.default 2025-03-21T20:49:47.7864091Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_227, aten.view_copy.default 2025-03-21T20:49:47.7865707Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_228, aten.view_copy.default 2025-03-21T20:49:47.7867309Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_229, aten.view_copy.default 2025-03-21T20:49:47.7868964Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_230, aten.view_copy.default 2025-03-21T20:49:47.7870566Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_231, aten.view_copy.default 2025-03-21T20:49:47.7872255Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_232, aten.view_copy.default 2025-03-21T20:49:47.7873864Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_233, aten.view_copy.default 2025-03-21T20:49:47.7875462Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_234, aten.view_copy.default 2025-03-21T20:49:47.7877202Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_235, aten.view_copy.default 2025-03-21T20:49:47.7878807Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_236, aten.view_copy.default 2025-03-21T20:49:47.7880421Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_237, aten.view_copy.default 2025-03-21T20:49:47.7882005Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_238, aten.view_copy.default 2025-03-21T20:49:47.7883617Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_239, aten.view_copy.default 2025-03-21T20:49:47.7885239Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_240, aten.view_copy.default 2025-03-21T20:49:47.7886844Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_241, aten.view_copy.default 2025-03-21T20:49:47.7888448Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_242, aten.view_copy.default 2025-03-21T20:49:47.7890052Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_243, aten.view_copy.default 2025-03-21T20:49:47.7891657Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_244, aten.view_copy.default 2025-03-21T20:49:47.7893254Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_245, aten.view_copy.default 2025-03-21T20:49:47.7894849Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_246, aten.view_copy.default 2025-03-21T20:49:47.7896452Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_247, aten.view_copy.default 2025-03-21T20:49:47.7898051Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_248, aten.view_copy.default 2025-03-21T20:49:47.7899627Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_249, aten.view_copy.default 2025-03-21T20:49:47.7901223Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_250, aten.view_copy.default 2025-03-21T20:49:47.7902823Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_251, aten.view_copy.default 2025-03-21T20:49:47.7904541Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_252, aten.view_copy.default 2025-03-21T20:49:47.7906158Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_253, aten.view_copy.default 2025-03-21T20:49:47.7907770Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_254, aten.view_copy.default 2025-03-21T20:49:47.7909430Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_255, aten.view_copy.default 2025-03-21T20:49:47.7911035Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_256, aten.view_copy.default 2025-03-21T20:49:47.7912636Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_257, aten.view_copy.default 2025-03-21T20:49:47.7914236Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_258, aten.view_copy.default 2025-03-21T20:49:47.7915822Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_259, aten.view_copy.default 2025-03-21T20:49:48.1491989Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_260, aten.view_copy.default 2025-03-21T20:49:48.1492912Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_261, aten.view_copy.default 2025-03-21T20:49:48.1494073Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_262, aten.view_copy.default 2025-03-21T20:49:48.1494970Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_96, aten.slice_copy.Tensor 2025-03-21T20:49:48.1495854Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_97, aten.slice_copy.Tensor 2025-03-21T20:49:48.1496741Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_98, aten.slice_copy.Tensor 2025-03-21T20:49:48.1497622Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_99, aten.slice_copy.Tensor 2025-03-21T20:49:48.1498522Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_100, aten.slice_copy.Tensor 2025-03-21T20:49:48.1499401Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_101, aten.slice_copy.Tensor 2025-03-21T20:49:48.1500296Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_102, aten.slice_copy.Tensor 2025-03-21T20:49:48.1501185Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_103, aten.slice_copy.Tensor 2025-03-21T20:49:48.1502074Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_104, aten.slice_copy.Tensor 2025-03-21T20:49:48.1502962Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_105, aten.slice_copy.Tensor 2025-03-21T20:49:48.1503857Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_106, aten.slice_copy.Tensor 2025-03-21T20:49:48.1504745Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_107, aten.slice_copy.Tensor 2025-03-21T20:49:48.1505641Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_108, aten.slice_copy.Tensor 2025-03-21T20:49:48.1506533Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_109, aten.slice_copy.Tensor 2025-03-21T20:49:48.1507430Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_110, aten.slice_copy.Tensor 2025-03-21T20:49:48.1508316Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_111, aten.slice_copy.Tensor 2025-03-21T20:49:48.1509282Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_112, aten.slice_copy.Tensor 2025-03-21T20:49:48.1510177Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_113, aten.slice_copy.Tensor 2025-03-21T20:49:48.1511057Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_114, aten.slice_copy.Tensor 2025-03-21T20:49:48.1512528Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_115, aten.slice_copy.Tensor 2025-03-21T20:49:48.1513420Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_116, aten.slice_copy.Tensor 2025-03-21T20:49:48.1514323Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_117, aten.slice_copy.Tensor 2025-03-21T20:49:48.1515221Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_118, aten.slice_copy.Tensor 2025-03-21T20:49:48.1516112Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_119, aten.slice_copy.Tensor 2025-03-21T20:49:48.1517003Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_120, aten.slice_copy.Tensor 2025-03-21T20:49:48.1517882Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_121, aten.slice_copy.Tensor 2025-03-21T20:49:48.1518778Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_122, aten.slice_copy.Tensor 2025-03-21T20:49:48.1519668Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_123, aten.slice_copy.Tensor 2025-03-21T20:49:48.1520610Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_124, aten.slice_copy.Tensor 2025-03-21T20:49:48.1521502Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_125, aten.slice_copy.Tensor 2025-03-21T20:49:48.1522385Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_126, aten.slice_copy.Tensor 2025-03-21T20:49:48.1523275Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_127, aten.slice_copy.Tensor 2025-03-21T20:49:48.1524149Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_128, aten.slice_copy.Tensor 2025-03-21T20:49:48.1525048Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_129, aten.slice_copy.Tensor 2025-03-21T20:49:48.1525964Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_130, aten.slice_copy.Tensor 2025-03-21T20:49:48.1526851Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_131, aten.slice_copy.Tensor 2025-03-21T20:49:48.1527743Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_132, aten.slice_copy.Tensor 2025-03-21T20:49:48.1528637Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_133, aten.slice_copy.Tensor 2025-03-21T20:49:48.1529531Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_134, aten.slice_copy.Tensor 2025-03-21T20:49:48.1530421Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_135, aten.slice_copy.Tensor 2025-03-21T20:49:48.1531298Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_136, aten.slice_copy.Tensor 2025-03-21T20:49:48.1532186Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_137, aten.slice_copy.Tensor 2025-03-21T20:49:48.1533072Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_138, aten.slice_copy.Tensor 2025-03-21T20:49:48.1533962Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_139, aten.slice_copy.Tensor 2025-03-21T20:49:48.1534850Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_140, aten.slice_copy.Tensor 2025-03-21T20:49:48.1535739Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_141, aten.slice_copy.Tensor 2025-03-21T20:49:48.1536620Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_142, aten.slice_copy.Tensor 2025-03-21T20:49:48.1537509Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_143, aten.slice_copy.Tensor 2025-03-21T20:49:48.1538437Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_123, aten.cat.default 2025-03-21T20:49:48.1539241Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_125, aten.cat.default 2025-03-21T20:49:48.1540040Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_127, aten.cat.default 2025-03-21T20:49:48.1540843Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_129, aten.cat.default 2025-03-21T20:49:48.1541639Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_131, aten.cat.default 2025-03-21T20:49:48.1542422Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_133, aten.cat.default 2025-03-21T20:49:48.1543221Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_135, aten.cat.default 2025-03-21T20:49:48.1544019Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_137, aten.cat.default 2025-03-21T20:49:48.1545062Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_139, aten.cat.default 2025-03-21T20:49:48.1545923Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_141, aten.cat.default 2025-03-21T20:49:48.1546725Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_143, aten.cat.default 2025-03-21T20:49:48.1547579Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_145, aten.cat.default 2025-03-21T20:49:48.1548373Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_206, aten.mul.Tensor 2025-03-21T20:49:48.1549220Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_208, aten.mul.Tensor 2025-03-21T20:49:48.1550006Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_207, aten.mul.Tensor 2025-03-21T20:49:48.1550788Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_209, aten.mul.Tensor 2025-03-21T20:49:48.1551576Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_210, aten.mul.Tensor 2025-03-21T20:49:48.1552359Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_212, aten.mul.Tensor 2025-03-21T20:49:48.1553134Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_211, aten.mul.Tensor 2025-03-21T20:49:48.1553920Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_213, aten.mul.Tensor 2025-03-21T20:49:48.1554703Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_214, aten.mul.Tensor 2025-03-21T20:49:48.1555486Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_216, aten.mul.Tensor 2025-03-21T20:49:48.1556269Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_215, aten.mul.Tensor 2025-03-21T20:49:48.1557049Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_217, aten.mul.Tensor 2025-03-21T20:49:48.1557817Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_218, aten.mul.Tensor 2025-03-21T20:49:48.1558606Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_220, aten.mul.Tensor 2025-03-21T20:49:48.6036729Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_219, aten.mul.Tensor 2025-03-21T20:49:48.6037600Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_221, aten.mul.Tensor 2025-03-21T20:49:48.6038390Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_222, aten.mul.Tensor 2025-03-21T20:49:48.6039159Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_224, aten.mul.Tensor 2025-03-21T20:49:48.6039943Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_223, aten.mul.Tensor 2025-03-21T20:49:48.6040723Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_225, aten.mul.Tensor 2025-03-21T20:49:48.6041504Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_226, aten.mul.Tensor 2025-03-21T20:49:48.6042570Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_228, aten.mul.Tensor 2025-03-21T20:49:48.6043355Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_227, aten.mul.Tensor 2025-03-21T20:49:48.6044133Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_229, aten.mul.Tensor 2025-03-21T20:49:48.6044923Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_230, aten.mul.Tensor 2025-03-21T20:49:48.6045712Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_232, aten.mul.Tensor 2025-03-21T20:49:48.6046500Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_231, aten.mul.Tensor 2025-03-21T20:49:48.6047319Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_233, aten.mul.Tensor 2025-03-21T20:49:48.6048104Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_234, aten.mul.Tensor 2025-03-21T20:49:48.6048886Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_236, aten.mul.Tensor 2025-03-21T20:49:48.6049665Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_235, aten.mul.Tensor 2025-03-21T20:49:48.6050432Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_237, aten.mul.Tensor 2025-03-21T20:49:48.6051723Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_238, aten.mul.Tensor 2025-03-21T20:49:48.6052516Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_240, aten.mul.Tensor 2025-03-21T20:49:48.6053296Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_239, aten.mul.Tensor 2025-03-21T20:49:48.6054076Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_241, aten.mul.Tensor 2025-03-21T20:49:48.6054851Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_242, aten.mul.Tensor 2025-03-21T20:49:48.6055635Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_244, aten.mul.Tensor 2025-03-21T20:49:48.6056404Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_243, aten.mul.Tensor 2025-03-21T20:49:48.6057185Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_245, aten.mul.Tensor 2025-03-21T20:49:48.6057973Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_246, aten.mul.Tensor 2025-03-21T20:49:48.6058757Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_248, aten.mul.Tensor 2025-03-21T20:49:48.6059540Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_247, aten.mul.Tensor 2025-03-21T20:49:48.6060320Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_249, aten.mul.Tensor 2025-03-21T20:49:48.6061090Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_250, aten.mul.Tensor 2025-03-21T20:49:48.6061874Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_252, aten.mul.Tensor 2025-03-21T20:49:48.6062659Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_251, aten.mul.Tensor 2025-03-21T20:49:48.6063444Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_253, aten.mul.Tensor 2025-03-21T20:49:48.6064231Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_254, aten.mul.Tensor 2025-03-21T20:49:48.6065007Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_256, aten.mul.Tensor 2025-03-21T20:49:48.6065773Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_255, aten.mul.Tensor 2025-03-21T20:49:48.6066555Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_257, aten.mul.Tensor 2025-03-21T20:49:48.6067333Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_258, aten.mul.Tensor 2025-03-21T20:49:48.6068176Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_260, aten.mul.Tensor 2025-03-21T20:49:48.6069041Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_259, aten.mul.Tensor 2025-03-21T20:49:48.6069837Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_261, aten.mul.Tensor 2025-03-21T20:49:48.6070633Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_262, aten.mul.Tensor 2025-03-21T20:49:48.6071402Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_264, aten.mul.Tensor 2025-03-21T20:49:48.6072190Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_263, aten.mul.Tensor 2025-03-21T20:49:48.6072970Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_265, aten.mul.Tensor 2025-03-21T20:49:48.6073751Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_266, aten.mul.Tensor 2025-03-21T20:49:48.6074531Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_268, aten.mul.Tensor 2025-03-21T20:49:48.6075308Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_267, aten.mul.Tensor 2025-03-21T20:49:48.6076246Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_269, aten.mul.Tensor 2025-03-21T20:49:48.6077142Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_270, aten.mul.Tensor 2025-03-21T20:49:48.6077928Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_272, aten.mul.Tensor 2025-03-21T20:49:48.6078707Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_271, aten.mul.Tensor 2025-03-21T20:49:48.6079492Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_273, aten.mul.Tensor 2025-03-21T20:49:48.6080279Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_274, aten.mul.Tensor 2025-03-21T20:49:48.6081050Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_276, aten.mul.Tensor 2025-03-21T20:49:48.6081837Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_275, aten.mul.Tensor 2025-03-21T20:49:48.6082615Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_277, aten.mul.Tensor 2025-03-21T20:49:48.6083388Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_278, aten.mul.Tensor 2025-03-21T20:49:48.6084169Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_280, aten.mul.Tensor 2025-03-21T20:49:48.6084949Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_279, aten.mul.Tensor 2025-03-21T20:49:48.6085728Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_281, aten.mul.Tensor 2025-03-21T20:49:48.6086498Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_282, aten.mul.Tensor 2025-03-21T20:49:48.6087277Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_284, aten.mul.Tensor 2025-03-21T20:49:48.6088218Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_283, aten.mul.Tensor 2025-03-21T20:49:48.6089136Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_285, aten.mul.Tensor 2025-03-21T20:49:48.6089920Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_286, aten.mul.Tensor 2025-03-21T20:49:48.6090707Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_288, aten.mul.Tensor 2025-03-21T20:49:48.6091477Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_287, aten.mul.Tensor 2025-03-21T20:49:48.6092258Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_289, aten.mul.Tensor 2025-03-21T20:49:48.6093041Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_290, aten.mul.Tensor 2025-03-21T20:49:48.6093822Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_292, aten.mul.Tensor 2025-03-21T20:49:48.6094726Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_291, aten.mul.Tensor 2025-03-21T20:49:48.6095510Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_293, aten.mul.Tensor 2025-03-21T20:49:48.6096280Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_294, aten.mul.Tensor 2025-03-21T20:49:48.6097065Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_296, aten.mul.Tensor 2025-03-21T20:49:48.6097844Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_295, aten.mul.Tensor 2025-03-21T20:49:48.6098624Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_297, aten.mul.Tensor 2025-03-21T20:49:48.6099406Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_298, aten.mul.Tensor 2025-03-21T20:49:48.6100263Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_300, aten.mul.Tensor 2025-03-21T20:49:48.6101048Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_299, aten.mul.Tensor 2025-03-21T20:49:48.6101815Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_301, aten.mul.Tensor 2025-03-21T20:49:48.6102596Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_48, aten.sub.Tensor 2025-03-21T20:49:48.6103439Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_76, aten.add.Tensor 2025-03-21T20:49:48.6104219Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_49, aten.sub.Tensor 2025-03-21T20:49:49.0739547Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_77, aten.add.Tensor 2025-03-21T20:49:49.0740443Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_50, aten.sub.Tensor 2025-03-21T20:49:49.0741212Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_78, aten.add.Tensor 2025-03-21T20:49:49.0741987Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_51, aten.sub.Tensor 2025-03-21T20:49:49.0742806Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_79, aten.add.Tensor 2025-03-21T20:49:49.0743585Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_52, aten.sub.Tensor 2025-03-21T20:49:49.0744365Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_80, aten.add.Tensor 2025-03-21T20:49:49.0745142Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_53, aten.sub.Tensor 2025-03-21T20:49:49.0745919Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_81, aten.add.Tensor 2025-03-21T20:49:49.0746694Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_54, aten.sub.Tensor 2025-03-21T20:49:49.0747471Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_82, aten.add.Tensor 2025-03-21T20:49:49.0748249Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_55, aten.sub.Tensor 2025-03-21T20:49:49.0749095Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_83, aten.add.Tensor 2025-03-21T20:49:49.0749862Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_56, aten.sub.Tensor 2025-03-21T20:49:49.0750642Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_84, aten.add.Tensor 2025-03-21T20:49:49.0751428Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_57, aten.sub.Tensor 2025-03-21T20:49:49.0752209Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_85, aten.add.Tensor 2025-03-21T20:49:49.0752992Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_58, aten.sub.Tensor 2025-03-21T20:49:49.0753767Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_86, aten.add.Tensor 2025-03-21T20:49:49.0754530Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_59, aten.sub.Tensor 2025-03-21T20:49:49.0755582Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_87, aten.add.Tensor 2025-03-21T20:49:49.0756361Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_60, aten.sub.Tensor 2025-03-21T20:49:49.0757188Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_51, aten._to_copy.default 2025-03-21T20:49:49.0758019Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_88, aten.add.Tensor 2025-03-21T20:49:49.0758842Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_52, aten._to_copy.default 2025-03-21T20:49:49.0759670Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_61, aten.sub.Tensor 2025-03-21T20:49:49.0760478Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_53, aten._to_copy.default 2025-03-21T20:49:49.0761294Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_89, aten.add.Tensor 2025-03-21T20:49:49.0762122Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_54, aten._to_copy.default 2025-03-21T20:49:49.0762937Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_62, aten.sub.Tensor 2025-03-21T20:49:49.0763757Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_55, aten._to_copy.default 2025-03-21T20:49:49.0764666Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_90, aten.add.Tensor 2025-03-21T20:49:49.0765476Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_56, aten._to_copy.default 2025-03-21T20:49:49.0766296Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_63, aten.sub.Tensor 2025-03-21T20:49:49.0767119Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_57, aten._to_copy.default 2025-03-21T20:49:49.0767943Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_91, aten.add.Tensor 2025-03-21T20:49:49.0768772Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_58, aten._to_copy.default 2025-03-21T20:49:49.0769597Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_64, aten.sub.Tensor 2025-03-21T20:49:49.0770423Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_59, aten._to_copy.default 2025-03-21T20:49:49.0771237Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_92, aten.add.Tensor 2025-03-21T20:49:49.0772061Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_60, aten._to_copy.default 2025-03-21T20:49:49.0772883Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_65, aten.sub.Tensor 2025-03-21T20:49:49.0773705Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_61, aten._to_copy.default 2025-03-21T20:49:49.0774522Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_93, aten.add.Tensor 2025-03-21T20:49:49.0775347Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_62, aten._to_copy.default 2025-03-21T20:49:49.0776414Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_66, aten.sub.Tensor 2025-03-21T20:49:49.0777242Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_63, aten._to_copy.default 2025-03-21T20:49:49.0778070Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_94, aten.add.Tensor 2025-03-21T20:49:49.0778896Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_64, aten._to_copy.default 2025-03-21T20:49:49.0779721Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_67, aten.sub.Tensor 2025-03-21T20:49:49.0780550Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_65, aten._to_copy.default 2025-03-21T20:49:49.0781376Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_95, aten.add.Tensor 2025-03-21T20:49:49.0782287Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_66, aten._to_copy.default 2025-03-21T20:49:49.0783113Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_68, aten.sub.Tensor 2025-03-21T20:49:49.0783948Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_67, aten._to_copy.default 2025-03-21T20:49:49.0784774Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_96, aten.add.Tensor 2025-03-21T20:49:49.0785600Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_68, aten._to_copy.default 2025-03-21T20:49:49.0786427Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_69, aten.sub.Tensor 2025-03-21T20:49:49.0787232Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_69, aten._to_copy.default 2025-03-21T20:49:49.0788052Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_97, aten.add.Tensor 2025-03-21T20:49:49.0788949Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_70, aten._to_copy.default 2025-03-21T20:49:49.0789777Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_70, aten.sub.Tensor 2025-03-21T20:49:49.0790706Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_71, aten._to_copy.default 2025-03-21T20:49:49.0791779Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_98, aten.add.Tensor 2025-03-21T20:49:49.0792607Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_72, aten._to_copy.default 2025-03-21T20:49:49.0793418Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_71, aten.sub.Tensor 2025-03-21T20:49:49.0794241Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_73, aten._to_copy.default 2025-03-21T20:49:49.0795062Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_99, aten.add.Tensor 2025-03-21T20:49:49.0795892Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_74, aten._to_copy.default 2025-03-21T20:49:49.0796725Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_98, aten.cat.default 2025-03-21T20:49:49.0797517Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_99, aten.cat.default 2025-03-21T20:49:49.0798297Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_100, aten.cat.default 2025-03-21T20:49:49.0799092Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_101, aten.cat.default 2025-03-21T20:49:49.0799888Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_102, aten.cat.default 2025-03-21T20:49:49.0800680Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_103, aten.cat.default 2025-03-21T20:49:49.0801478Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_104, aten.cat.default 2025-03-21T20:49:49.0802280Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_105, aten.cat.default 2025-03-21T20:49:49.0803077Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_106, aten.cat.default 2025-03-21T20:49:49.0803868Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_107, aten.cat.default 2025-03-21T20:49:49.0804664Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_108, aten.cat.default 2025-03-21T20:49:49.0805464Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_109, aten.cat.default 2025-03-21T20:49:49.0806261Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_110, aten.cat.default 2025-03-21T20:49:49.5475788Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_111, aten.cat.default 2025-03-21T20:49:49.5476823Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_112, aten.cat.default 2025-03-21T20:49:49.5478003Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_113, aten.cat.default 2025-03-21T20:49:49.5478867Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_114, aten.cat.default 2025-03-21T20:49:49.5479734Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_115, aten.cat.default 2025-03-21T20:49:49.5480597Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_116, aten.cat.default 2025-03-21T20:49:49.5481483Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_117, aten.cat.default 2025-03-21T20:49:49.5482375Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_118, aten.cat.default 2025-03-21T20:49:49.5483234Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_119, aten.cat.default 2025-03-21T20:49:49.5484094Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_120, aten.cat.default 2025-03-21T20:49:49.5484940Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_121, aten.cat.default 2025-03-21T20:49:49.5485880Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_143, aten.permute_copy.default 2025-03-21T20:49:49.5487041Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_144, aten.permute_copy.default 2025-03-21T20:49:49.5488044Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_145, aten.permute_copy.default 2025-03-21T20:49:49.5489046Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_146, aten.permute_copy.default 2025-03-21T20:49:49.5490109Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_147, aten.permute_copy.default 2025-03-21T20:49:49.5491109Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_148, aten.permute_copy.default 2025-03-21T20:49:49.5492103Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_149, aten.permute_copy.default 2025-03-21T20:49:49.5493165Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_150, aten.permute_copy.default 2025-03-21T20:49:49.5494165Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_151, aten.permute_copy.default 2025-03-21T20:49:49.5495166Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_152, aten.permute_copy.default 2025-03-21T20:49:49.5496226Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_153, aten.permute_copy.default 2025-03-21T20:49:49.5497223Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_154, aten.permute_copy.default 2025-03-21T20:49:49.5498157Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_122, aten.cat.default 2025-03-21T20:49:49.5499017Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_124, aten.cat.default 2025-03-21T20:49:49.5499921Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_126, aten.cat.default 2025-03-21T20:49:49.5500782Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_128, aten.cat.default 2025-03-21T20:49:49.5501651Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_130, aten.cat.default 2025-03-21T20:49:49.5502503Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_132, aten.cat.default 2025-03-21T20:49:49.5503366Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_134, aten.cat.default 2025-03-21T20:49:49.5504208Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_136, aten.cat.default 2025-03-21T20:49:49.5505092Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_138, aten.cat.default 2025-03-21T20:49:49.5506064Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_140, aten.cat.default 2025-03-21T20:49:49.5506926Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_142, aten.cat.default 2025-03-21T20:49:49.5507788Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_144, aten.cat.default 2025-03-21T20:49:49.5508672Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_48, aten.matmul.default 2025-03-21T20:49:49.5509636Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_50, aten.matmul.default 2025-03-21T20:49:49.5510571Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_52, aten.matmul.default 2025-03-21T20:49:49.5511476Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_54, aten.matmul.default 2025-03-21T20:49:49.5512377Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_56, aten.matmul.default 2025-03-21T20:49:49.5513287Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_58, aten.matmul.default 2025-03-21T20:49:49.5514127Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_60, aten.matmul.default 2025-03-21T20:49:49.5515321Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_62, aten.matmul.default 2025-03-21T20:49:49.5516257Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_64, aten.matmul.default 2025-03-21T20:49:49.5517086Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_66, aten.matmul.default 2025-03-21T20:49:49.5517929Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_68, aten.matmul.default 2025-03-21T20:49:49.5518769Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_70, aten.matmul.default 2025-03-21T20:49:49.5519576Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_24, aten.div.Tensor 2025-03-21T20:49:49.5520366Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_25, aten.div.Tensor 2025-03-21T20:49:49.5521145Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_26, aten.div.Tensor 2025-03-21T20:49:49.5521924Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_27, aten.div.Tensor 2025-03-21T20:49:49.5522698Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_28, aten.div.Tensor 2025-03-21T20:49:49.5523470Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_29, aten.div.Tensor 2025-03-21T20:49:49.5524247Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_30, aten.div.Tensor 2025-03-21T20:49:49.5525021Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_31, aten.div.Tensor 2025-03-21T20:49:49.5525794Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_32, aten.div.Tensor 2025-03-21T20:49:49.5526575Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_33, aten.div.Tensor 2025-03-21T20:49:49.5527338Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_34, aten.div.Tensor 2025-03-21T20:49:49.5528110Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_35, aten.div.Tensor 2025-03-21T20:49:49.5528897Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_100, aten.add.Tensor 2025-03-21T20:49:49.5529682Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_101, aten.add.Tensor 2025-03-21T20:49:49.5530465Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_102, aten.add.Tensor 2025-03-21T20:49:49.5531248Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_103, aten.add.Tensor 2025-03-21T20:49:49.5532017Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_104, aten.add.Tensor 2025-03-21T20:49:49.5532860Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_105, aten.add.Tensor 2025-03-21T20:49:49.5533642Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_106, aten.add.Tensor 2025-03-21T20:49:49.5534425Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_107, aten.add.Tensor 2025-03-21T20:49:49.5535217Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_108, aten.add.Tensor 2025-03-21T20:49:49.5536005Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_109, aten.add.Tensor 2025-03-21T20:49:49.5536784Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_110, aten.add.Tensor 2025-03-21T20:49:49.5537551Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_111, aten.add.Tensor 2025-03-21T20:49:49.5538374Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_24, aten._softmax.default 2025-03-21T20:49:49.5539254Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_25, aten._softmax.default 2025-03-21T20:49:49.5540124Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_26, aten._softmax.default 2025-03-21T20:49:49.5540985Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_27, aten._softmax.default 2025-03-21T20:49:49.5541905Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_28, aten._softmax.default 2025-03-21T20:49:49.5542762Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_29, aten._softmax.default 2025-03-21T20:49:49.5543630Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_30, aten._softmax.default 2025-03-21T20:49:49.5544498Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_31, aten._softmax.default 2025-03-21T20:49:49.5545363Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_32, aten._softmax.default 2025-03-21T20:49:50.1719775Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_33, aten._softmax.default 2025-03-21T20:49:50.1721382Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_34, aten._softmax.default 2025-03-21T20:49:50.1722981Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_35, aten._softmax.default 2025-03-21T20:49:50.1724512Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_49, aten.matmul.default 2025-03-21T20:49:50.1726055Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_51, aten.matmul.default 2025-03-21T20:49:50.1727568Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_53, aten.matmul.default 2025-03-21T20:49:50.1729066Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_55, aten.matmul.default 2025-03-21T20:49:50.1730565Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_57, aten.matmul.default 2025-03-21T20:49:50.1732085Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_59, aten.matmul.default 2025-03-21T20:49:50.1733586Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_61, aten.matmul.default 2025-03-21T20:49:50.1735100Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_63, aten.matmul.default 2025-03-21T20:49:50.1736601Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_65, aten.matmul.default 2025-03-21T20:49:50.1738092Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_67, aten.matmul.default 2025-03-21T20:49:50.1739601Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_69, aten.matmul.default 2025-03-21T20:49:50.1741097Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_71, aten.matmul.default 2025-03-21T20:49:50.1742912Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_146, aten.cat.default 2025-03-21T20:49:50.1744441Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_335, aten.view_copy.default 2025-03-21T20:49:50.1746100Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1251, aten.permute_copy.default 2025-03-21T20:49:50.1747813Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_116, aten.convolution.default 2025-03-21T20:49:50.1749560Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1252, aten.permute_copy.default 2025-03-21T20:49:50.1751219Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_336, aten.view_copy.default 2025-03-21T20:49:50.1752722Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_112, aten.add.Tensor 2025-03-21T20:49:50.1754201Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_rms_norm_default_5, aten.rms_norm.default 2025-03-21T20:49:50.1755782Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_337, aten.view_copy.default 2025-03-21T20:49:50.1757439Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1253, aten.permute_copy.default 2025-03-21T20:49:50.1759238Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_117, aten.convolution.default 2025-03-21T20:49:50.1760918Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_118, aten.convolution.default 2025-03-21T20:49:50.1762527Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sigmoid_default_2, aten.sigmoid.default 2025-03-21T20:49:50.1763999Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_304, aten.mul.Tensor 2025-03-21T20:49:50.1765402Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_305, aten.mul.Tensor 2025-03-21T20:49:50.1766959Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_119, aten.convolution.default 2025-03-21T20:49:50.1768656Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1254, aten.permute_copy.default 2025-03-21T20:49:50.1770291Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_338, aten.view_copy.default 2025-03-21T20:49:50.1771809Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_113, aten.add.Tensor 2025-03-21T20:49:50.1773289Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_rms_norm_default_6, aten.rms_norm.default 2025-03-21T20:49:50.1774854Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_339, aten.view_copy.default 2025-03-21T20:49:50.1776651Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1255, aten.permute_copy.default 2025-03-21T20:49:50.1778277Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_75, aten._to_copy.default 2025-03-21T20:49:50.1779905Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_120, aten.convolution.default 2025-03-21T20:49:50.1781586Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1256, aten.permute_copy.default 2025-03-21T20:49:50.1783266Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_121, aten.convolution.default 2025-03-21T20:49:50.1784958Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1257, aten.permute_copy.default 2025-03-21T20:49:50.1786645Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_122, aten.convolution.default 2025-03-21T20:49:50.1788335Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1258, aten.permute_copy.default 2025-03-21T20:49:50.1790091Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_123, aten.convolution.default 2025-03-21T20:49:50.1791902Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1259, aten.permute_copy.default 2025-03-21T20:49:50.1793572Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_124, aten.convolution.default 2025-03-21T20:49:50.1795260Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1260, aten.permute_copy.default 2025-03-21T20:49:50.1796950Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_125, aten.convolution.default 2025-03-21T20:49:50.1798649Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1261, aten.permute_copy.default 2025-03-21T20:49:50.1800339Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_126, aten.convolution.default 2025-03-21T20:49:50.1802024Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1262, aten.permute_copy.default 2025-03-21T20:49:50.1803714Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_127, aten.convolution.default 2025-03-21T20:49:50.1805383Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1263, aten.permute_copy.default 2025-03-21T20:49:50.1807152Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_128, aten.convolution.default 2025-03-21T20:49:50.1808837Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1264, aten.permute_copy.default 2025-03-21T20:49:50.1810529Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_129, aten.convolution.default 2025-03-21T20:49:50.1812222Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1265, aten.permute_copy.default 2025-03-21T20:49:50.1813915Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_130, aten.convolution.default 2025-03-21T20:49:50.1815623Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1266, aten.permute_copy.default 2025-03-21T20:49:50.1817300Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_131, aten.convolution.default 2025-03-21T20:49:50.1819001Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1267, aten.permute_copy.default 2025-03-21T20:49:50.1820692Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_132, aten.convolution.default 2025-03-21T20:49:50.1822386Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1268, aten.permute_copy.default 2025-03-21T20:49:50.1824077Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_133, aten.convolution.default 2025-03-21T20:49:50.1825755Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1269, aten.permute_copy.default 2025-03-21T20:49:50.1827452Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_134, aten.convolution.default 2025-03-21T20:49:50.1829182Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1270, aten.permute_copy.default 2025-03-21T20:49:50.1830842Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_135, aten.convolution.default 2025-03-21T20:49:50.1832542Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1271, aten.permute_copy.default 2025-03-21T20:49:50.1834237Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_136, aten.convolution.default 2025-03-21T20:49:50.1835937Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1272, aten.permute_copy.default 2025-03-21T20:49:50.1837631Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_137, aten.convolution.default 2025-03-21T20:49:50.5906479Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1273, aten.permute_copy.default 2025-03-21T20:49:50.5908302Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_138, aten.convolution.default 2025-03-21T20:49:50.5910142Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1274, aten.permute_copy.default 2025-03-21T20:49:50.5911865Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_139, aten.convolution.default 2025-03-21T20:49:50.5913570Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1275, aten.permute_copy.default 2025-03-21T20:49:50.5915276Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_140, aten.convolution.default 2025-03-21T20:49:50.5917000Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1276, aten.permute_copy.default 2025-03-21T20:49:50.5918750Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_141, aten.convolution.default 2025-03-21T20:49:50.5920490Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1277, aten.permute_copy.default 2025-03-21T20:49:50.5922216Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_142, aten.convolution.default 2025-03-21T20:49:50.5924327Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1278, aten.permute_copy.default 2025-03-21T20:49:50.5926079Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_143, aten.convolution.default 2025-03-21T20:49:50.5927642Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1279, aten.permute_copy.default 2025-03-21T20:49:50.5929383Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_144, aten.convolution.default 2025-03-21T20:49:50.5931143Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1280, aten.permute_copy.default 2025-03-21T20:49:50.5932898Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_145, aten.convolution.default 2025-03-21T20:49:50.5934583Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1281, aten.permute_copy.default 2025-03-21T20:49:50.5936320Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_146, aten.convolution.default 2025-03-21T20:49:50.5938028Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1282, aten.permute_copy.default 2025-03-21T20:49:50.5939734Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_147, aten.convolution.default 2025-03-21T20:49:50.5941456Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1283, aten.permute_copy.default 2025-03-21T20:49:50.5943219Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_148, aten.convolution.default 2025-03-21T20:49:50.5944954Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1284, aten.permute_copy.default 2025-03-21T20:49:50.5946678Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_149, aten.convolution.default 2025-03-21T20:49:50.5948414Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1285, aten.permute_copy.default 2025-03-21T20:49:50.5950270Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_150, aten.convolution.default 2025-03-21T20:49:50.5962360Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1286, aten.permute_copy.default 2025-03-21T20:49:50.5964261Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_151, aten.convolution.default 2025-03-21T20:49:50.5965994Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1287, aten.permute_copy.default 2025-03-21T20:49:50.5967931Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_152, aten.convolution.default 2025-03-21T20:49:50.5969663Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1288, aten.permute_copy.default 2025-03-21T20:49:50.5971403Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_153, aten.convolution.default 2025-03-21T20:49:50.5973149Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1289, aten.permute_copy.default 2025-03-21T20:49:50.5974836Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_154, aten.convolution.default 2025-03-21T20:49:50.5976833Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1290, aten.permute_copy.default 2025-03-21T20:49:50.5978602Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_155, aten.convolution.default 2025-03-21T20:49:50.5980301Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1291, aten.permute_copy.default 2025-03-21T20:49:50.5981992Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_340, aten.view_copy.default 2025-03-21T20:49:50.5983813Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_341, aten.view_copy.default 2025-03-21T20:49:50.5985409Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_342, aten.view_copy.default 2025-03-21T20:49:50.5987039Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_343, aten.view_copy.default 2025-03-21T20:49:50.5988661Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_344, aten.view_copy.default 2025-03-21T20:49:50.5990400Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_345, aten.view_copy.default 2025-03-21T20:49:50.5992002Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_346, aten.view_copy.default 2025-03-21T20:49:50.5993624Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_347, aten.view_copy.default 2025-03-21T20:49:50.5995289Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_348, aten.view_copy.default 2025-03-21T20:49:50.5996900Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_349, aten.view_copy.default 2025-03-21T20:49:50.5998371Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_350, aten.view_copy.default 2025-03-21T20:49:50.6000022Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_351, aten.view_copy.default 2025-03-21T20:49:50.6001643Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_352, aten.view_copy.default 2025-03-21T20:49:50.6003321Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_353, aten.view_copy.default 2025-03-21T20:49:50.6004918Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_354, aten.view_copy.default 2025-03-21T20:49:50.6006538Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_355, aten.view_copy.default 2025-03-21T20:49:50.6008154Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_356, aten.view_copy.default 2025-03-21T20:49:50.6009741Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_357, aten.view_copy.default 2025-03-21T20:49:50.6011368Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_358, aten.view_copy.default 2025-03-21T20:49:50.6012994Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_359, aten.view_copy.default 2025-03-21T20:49:50.6014631Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_360, aten.view_copy.default 2025-03-21T20:49:50.6016435Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_361, aten.view_copy.default 2025-03-21T20:49:50.6018047Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_362, aten.view_copy.default 2025-03-21T20:49:50.6019701Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_363, aten.view_copy.default 2025-03-21T20:49:50.6021372Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_364, aten.view_copy.default 2025-03-21T20:49:50.6022985Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_365, aten.view_copy.default 2025-03-21T20:49:50.6024662Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_366, aten.view_copy.default 2025-03-21T20:49:50.6026352Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_367, aten.view_copy.default 2025-03-21T20:49:50.6027978Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_368, aten.view_copy.default 2025-03-21T20:49:50.6029705Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_369, aten.view_copy.default 2025-03-21T20:49:50.6031550Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_370, aten.view_copy.default 2025-03-21T20:49:50.6033156Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_371, aten.view_copy.default 2025-03-21T20:49:50.6034789Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_372, aten.view_copy.default 2025-03-21T20:49:50.6036409Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_373, aten.view_copy.default 2025-03-21T20:49:50.6038063Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_374, aten.view_copy.default 2025-03-21T20:49:50.9767054Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_375, aten.view_copy.default 2025-03-21T20:49:50.9768781Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_144, aten.slice_copy.Tensor 2025-03-21T20:49:50.9770366Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_145, aten.slice_copy.Tensor 2025-03-21T20:49:50.9772040Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_146, aten.slice_copy.Tensor 2025-03-21T20:49:50.9773655Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_147, aten.slice_copy.Tensor 2025-03-21T20:49:50.9775259Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_148, aten.slice_copy.Tensor 2025-03-21T20:49:50.9777182Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_149, aten.slice_copy.Tensor 2025-03-21T20:49:50.9778807Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_150, aten.slice_copy.Tensor 2025-03-21T20:49:50.9780493Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_151, aten.slice_copy.Tensor 2025-03-21T20:49:50.9782125Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_152, aten.slice_copy.Tensor 2025-03-21T20:49:50.9783756Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_153, aten.slice_copy.Tensor 2025-03-21T20:49:50.9785411Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_154, aten.slice_copy.Tensor 2025-03-21T20:49:50.9787002Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_155, aten.slice_copy.Tensor 2025-03-21T20:49:50.9788660Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_156, aten.slice_copy.Tensor 2025-03-21T20:49:50.9790395Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_157, aten.slice_copy.Tensor 2025-03-21T20:49:50.9792395Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_158, aten.slice_copy.Tensor 2025-03-21T20:49:50.9794005Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_159, aten.slice_copy.Tensor 2025-03-21T20:49:50.9795777Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_160, aten.slice_copy.Tensor 2025-03-21T20:49:50.9797382Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_161, aten.slice_copy.Tensor 2025-03-21T20:49:50.9799011Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_162, aten.slice_copy.Tensor 2025-03-21T20:49:50.9800646Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_163, aten.slice_copy.Tensor 2025-03-21T20:49:50.9802265Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_164, aten.slice_copy.Tensor 2025-03-21T20:49:50.9803946Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_165, aten.slice_copy.Tensor 2025-03-21T20:49:50.9805559Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_166, aten.slice_copy.Tensor 2025-03-21T20:49:50.9807183Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_167, aten.slice_copy.Tensor 2025-03-21T20:49:50.9809045Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_168, aten.slice_copy.Tensor 2025-03-21T20:49:50.9810592Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_169, aten.slice_copy.Tensor 2025-03-21T20:49:50.9812239Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_170, aten.slice_copy.Tensor 2025-03-21T20:49:50.9813872Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_171, aten.slice_copy.Tensor 2025-03-21T20:49:50.9815551Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_172, aten.slice_copy.Tensor 2025-03-21T20:49:50.9817167Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_173, aten.slice_copy.Tensor 2025-03-21T20:49:50.9818801Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_174, aten.slice_copy.Tensor 2025-03-21T20:49:50.9820438Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_175, aten.slice_copy.Tensor 2025-03-21T20:49:50.9822057Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_176, aten.slice_copy.Tensor 2025-03-21T20:49:50.9823699Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_177, aten.slice_copy.Tensor 2025-03-21T20:49:50.9825314Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_178, aten.slice_copy.Tensor 2025-03-21T20:49:50.9826977Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_179, aten.slice_copy.Tensor 2025-03-21T20:49:50.9828604Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_180, aten.slice_copy.Tensor 2025-03-21T20:49:50.9830323Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_181, aten.slice_copy.Tensor 2025-03-21T20:49:50.9831982Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_182, aten.slice_copy.Tensor 2025-03-21T20:49:50.9833613Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_183, aten.slice_copy.Tensor 2025-03-21T20:49:50.9835264Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_184, aten.slice_copy.Tensor 2025-03-21T20:49:50.9836936Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_185, aten.slice_copy.Tensor 2025-03-21T20:49:50.9838633Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_186, aten.slice_copy.Tensor 2025-03-21T20:49:50.9840246Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_187, aten.slice_copy.Tensor 2025-03-21T20:49:50.9842073Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_188, aten.slice_copy.Tensor 2025-03-21T20:49:50.9843677Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_189, aten.slice_copy.Tensor 2025-03-21T20:49:50.9845297Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_190, aten.slice_copy.Tensor 2025-03-21T20:49:50.9846906Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_191, aten.slice_copy.Tensor 2025-03-21T20:49:50.9848453Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_172, aten.cat.default 2025-03-21T20:49:50.9849948Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_174, aten.cat.default 2025-03-21T20:49:50.9851385Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_176, aten.cat.default 2025-03-21T20:49:50.9852856Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_178, aten.cat.default 2025-03-21T20:49:50.9854324Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_180, aten.cat.default 2025-03-21T20:49:50.9855818Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_182, aten.cat.default 2025-03-21T20:49:50.9857270Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_184, aten.cat.default 2025-03-21T20:49:50.9858747Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_186, aten.cat.default 2025-03-21T20:49:50.9860209Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_188, aten.cat.default 2025-03-21T20:49:50.9861691Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_190, aten.cat.default 2025-03-21T20:49:50.9863130Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_192, aten.cat.default 2025-03-21T20:49:50.9864587Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_194, aten.cat.default 2025-03-21T20:49:50.9866018Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_308, aten.mul.Tensor 2025-03-21T20:49:50.9867425Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_310, aten.mul.Tensor 2025-03-21T20:49:50.9868934Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_309, aten.mul.Tensor 2025-03-21T20:49:50.9870367Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_311, aten.mul.Tensor 2025-03-21T20:49:50.9871790Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_312, aten.mul.Tensor 2025-03-21T20:49:50.9873215Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_314, aten.mul.Tensor 2025-03-21T20:49:50.9874648Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_313, aten.mul.Tensor 2025-03-21T20:49:50.9876225Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_315, aten.mul.Tensor 2025-03-21T20:49:50.9877639Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_316, aten.mul.Tensor 2025-03-21T20:49:50.9879094Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_318, aten.mul.Tensor 2025-03-21T20:49:50.9880520Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_317, aten.mul.Tensor 2025-03-21T20:49:50.9881935Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_319, aten.mul.Tensor 2025-03-21T20:49:50.9883374Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_320, aten.mul.Tensor 2025-03-21T20:49:50.9884828Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_322, aten.mul.Tensor 2025-03-21T20:49:50.9886268Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_321, aten.mul.Tensor 2025-03-21T20:49:50.9887677Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_323, aten.mul.Tensor 2025-03-21T20:49:51.4340757Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_324, aten.mul.Tensor 2025-03-21T20:49:51.4341612Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_326, aten.mul.Tensor 2025-03-21T20:49:51.4342444Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_325, aten.mul.Tensor 2025-03-21T20:49:51.4343233Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_327, aten.mul.Tensor 2025-03-21T20:49:51.4344004Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_328, aten.mul.Tensor 2025-03-21T20:49:51.4344782Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_330, aten.mul.Tensor 2025-03-21T20:49:51.4345565Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_329, aten.mul.Tensor 2025-03-21T20:49:51.4346346Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_331, aten.mul.Tensor 2025-03-21T20:49:51.4347140Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_332, aten.mul.Tensor 2025-03-21T20:49:51.4347923Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_334, aten.mul.Tensor 2025-03-21T20:49:51.4348690Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_333, aten.mul.Tensor 2025-03-21T20:49:51.4349791Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_335, aten.mul.Tensor 2025-03-21T20:49:51.4350583Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_336, aten.mul.Tensor 2025-03-21T20:49:51.4351370Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_338, aten.mul.Tensor 2025-03-21T20:49:51.4352157Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_337, aten.mul.Tensor 2025-03-21T20:49:51.4352942Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_339, aten.mul.Tensor 2025-03-21T20:49:51.4353721Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_340, aten.mul.Tensor 2025-03-21T20:49:51.4354507Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_342, aten.mul.Tensor 2025-03-21T20:49:51.4355288Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_341, aten.mul.Tensor 2025-03-21T20:49:51.4356074Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_343, aten.mul.Tensor 2025-03-21T20:49:51.4356878Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_344, aten.mul.Tensor 2025-03-21T20:49:51.4357660Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_346, aten.mul.Tensor 2025-03-21T20:49:51.4358442Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_345, aten.mul.Tensor 2025-03-21T20:49:51.4359223Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_347, aten.mul.Tensor 2025-03-21T20:49:51.4360012Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_348, aten.mul.Tensor 2025-03-21T20:49:51.4360784Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_350, aten.mul.Tensor 2025-03-21T20:49:51.4361567Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_349, aten.mul.Tensor 2025-03-21T20:49:51.4362349Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_351, aten.mul.Tensor 2025-03-21T20:49:51.4363132Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_352, aten.mul.Tensor 2025-03-21T20:49:51.4363920Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_354, aten.mul.Tensor 2025-03-21T20:49:51.4364703Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_353, aten.mul.Tensor 2025-03-21T20:49:51.4365475Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_355, aten.mul.Tensor 2025-03-21T20:49:51.4366385Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_356, aten.mul.Tensor 2025-03-21T20:49:51.4367170Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_358, aten.mul.Tensor 2025-03-21T20:49:51.4367960Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_357, aten.mul.Tensor 2025-03-21T20:49:51.4368749Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_359, aten.mul.Tensor 2025-03-21T20:49:51.4369537Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_360, aten.mul.Tensor 2025-03-21T20:49:51.4370303Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_362, aten.mul.Tensor 2025-03-21T20:49:51.4371084Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_361, aten.mul.Tensor 2025-03-21T20:49:51.4371865Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_363, aten.mul.Tensor 2025-03-21T20:49:51.4372664Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_364, aten.mul.Tensor 2025-03-21T20:49:51.4373457Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_366, aten.mul.Tensor 2025-03-21T20:49:51.4374242Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_365, aten.mul.Tensor 2025-03-21T20:49:51.4375085Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_367, aten.mul.Tensor 2025-03-21T20:49:51.4375863Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_368, aten.mul.Tensor 2025-03-21T20:49:51.4376837Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_370, aten.mul.Tensor 2025-03-21T20:49:51.4377635Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_369, aten.mul.Tensor 2025-03-21T20:49:51.4378423Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_371, aten.mul.Tensor 2025-03-21T20:49:51.4379211Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_372, aten.mul.Tensor 2025-03-21T20:49:51.4380009Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_374, aten.mul.Tensor 2025-03-21T20:49:51.4380788Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_373, aten.mul.Tensor 2025-03-21T20:49:51.4381588Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_375, aten.mul.Tensor 2025-03-21T20:49:51.4382379Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_376, aten.mul.Tensor 2025-03-21T20:49:51.4383169Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_378, aten.mul.Tensor 2025-03-21T20:49:51.4383958Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_377, aten.mul.Tensor 2025-03-21T20:49:51.4384750Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_379, aten.mul.Tensor 2025-03-21T20:49:51.4385524Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_380, aten.mul.Tensor 2025-03-21T20:49:51.4386316Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_382, aten.mul.Tensor 2025-03-21T20:49:51.4387108Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_381, aten.mul.Tensor 2025-03-21T20:49:51.4387892Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_383, aten.mul.Tensor 2025-03-21T20:49:51.4388738Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_384, aten.mul.Tensor 2025-03-21T20:49:51.4389585Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_386, aten.mul.Tensor 2025-03-21T20:49:51.4390357Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_385, aten.mul.Tensor 2025-03-21T20:49:51.4391139Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_387, aten.mul.Tensor 2025-03-21T20:49:51.4391921Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_388, aten.mul.Tensor 2025-03-21T20:49:51.4392964Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_390, aten.mul.Tensor 2025-03-21T20:49:51.4393815Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_389, aten.mul.Tensor 2025-03-21T20:49:51.4394654Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_391, aten.mul.Tensor 2025-03-21T20:49:51.4395441Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_392, aten.mul.Tensor 2025-03-21T20:49:51.4396214Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_394, aten.mul.Tensor 2025-03-21T20:49:51.4397000Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_393, aten.mul.Tensor 2025-03-21T20:49:51.4397788Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_395, aten.mul.Tensor 2025-03-21T20:49:51.4398579Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_396, aten.mul.Tensor 2025-03-21T20:49:51.4399373Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_398, aten.mul.Tensor 2025-03-21T20:49:51.4400155Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_397, aten.mul.Tensor 2025-03-21T20:49:51.4400924Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_399, aten.mul.Tensor 2025-03-21T20:49:51.4401798Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_400, aten.mul.Tensor 2025-03-21T20:49:51.4402585Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_402, aten.mul.Tensor 2025-03-21T20:49:51.4403367Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_401, aten.mul.Tensor 2025-03-21T20:49:51.4404153Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_403, aten.mul.Tensor 2025-03-21T20:49:51.4404933Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_72, aten.sub.Tensor 2025-03-21T20:49:51.4405705Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_114, aten.add.Tensor 2025-03-21T20:49:51.4406493Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_73, aten.sub.Tensor 2025-03-21T20:49:51.4407278Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_115, aten.add.Tensor 2025-03-21T20:49:51.4408066Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_74, aten.sub.Tensor 2025-03-21T20:49:51.9033780Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_116, aten.add.Tensor 2025-03-21T20:49:51.9034654Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_75, aten.sub.Tensor 2025-03-21T20:49:51.9035445Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_117, aten.add.Tensor 2025-03-21T20:49:51.9036261Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_76, aten.sub.Tensor 2025-03-21T20:49:51.9037045Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_118, aten.add.Tensor 2025-03-21T20:49:51.9037847Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_77, aten.sub.Tensor 2025-03-21T20:49:51.9038625Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_119, aten.add.Tensor 2025-03-21T20:49:51.9039404Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_78, aten.sub.Tensor 2025-03-21T20:49:51.9040202Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_120, aten.add.Tensor 2025-03-21T20:49:51.9040984Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_79, aten.sub.Tensor 2025-03-21T20:49:51.9041768Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_121, aten.add.Tensor 2025-03-21T20:49:51.9042538Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_80, aten.sub.Tensor 2025-03-21T20:49:51.9043322Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_122, aten.add.Tensor 2025-03-21T20:49:51.9044384Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_81, aten.sub.Tensor 2025-03-21T20:49:51.9045168Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_123, aten.add.Tensor 2025-03-21T20:49:51.9045956Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_82, aten.sub.Tensor 2025-03-21T20:49:51.9046756Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_124, aten.add.Tensor 2025-03-21T20:49:51.9047525Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_83, aten.sub.Tensor 2025-03-21T20:49:51.9048306Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_125, aten.add.Tensor 2025-03-21T20:49:51.9049089Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_84, aten.sub.Tensor 2025-03-21T20:49:51.9049918Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_76, aten._to_copy.default 2025-03-21T20:49:51.9050756Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_126, aten.add.Tensor 2025-03-21T20:49:51.9051587Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_77, aten._to_copy.default 2025-03-21T20:49:51.9052415Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_85, aten.sub.Tensor 2025-03-21T20:49:51.9053328Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_78, aten._to_copy.default 2025-03-21T20:49:51.9054157Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_127, aten.add.Tensor 2025-03-21T20:49:51.9054992Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_79, aten._to_copy.default 2025-03-21T20:49:51.9055827Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_86, aten.sub.Tensor 2025-03-21T20:49:51.9056657Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_80, aten._to_copy.default 2025-03-21T20:49:51.9057497Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_128, aten.add.Tensor 2025-03-21T20:49:51.9058315Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_81, aten._to_copy.default 2025-03-21T20:49:51.9059141Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_87, aten.sub.Tensor 2025-03-21T20:49:51.9059970Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_82, aten._to_copy.default 2025-03-21T20:49:51.9060797Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_129, aten.add.Tensor 2025-03-21T20:49:51.9061621Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_83, aten._to_copy.default 2025-03-21T20:49:51.9062441Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_88, aten.sub.Tensor 2025-03-21T20:49:51.9063265Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_84, aten._to_copy.default 2025-03-21T20:49:51.9064085Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_130, aten.add.Tensor 2025-03-21T20:49:51.9064914Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_85, aten._to_copy.default 2025-03-21T20:49:51.9065745Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_89, aten.sub.Tensor 2025-03-21T20:49:51.9066572Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_86, aten._to_copy.default 2025-03-21T20:49:51.9067405Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_131, aten.add.Tensor 2025-03-21T20:49:51.9068239Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_87, aten._to_copy.default 2025-03-21T20:49:51.9069144Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_90, aten.sub.Tensor 2025-03-21T20:49:51.9069978Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_88, aten._to_copy.default 2025-03-21T20:49:51.9070874Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_132, aten.add.Tensor 2025-03-21T20:49:51.9071705Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_89, aten._to_copy.default 2025-03-21T20:49:51.9072540Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_91, aten.sub.Tensor 2025-03-21T20:49:51.9073370Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_90, aten._to_copy.default 2025-03-21T20:49:51.9074205Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_133, aten.add.Tensor 2025-03-21T20:49:51.9075017Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_91, aten._to_copy.default 2025-03-21T20:49:51.9075841Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_92, aten.sub.Tensor 2025-03-21T20:49:51.9076855Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_92, aten._to_copy.default 2025-03-21T20:49:51.9077693Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_134, aten.add.Tensor 2025-03-21T20:49:51.9078520Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_93, aten._to_copy.default 2025-03-21T20:49:51.9079432Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_93, aten.sub.Tensor 2025-03-21T20:49:51.9080247Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_94, aten._to_copy.default 2025-03-21T20:49:51.9081077Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_135, aten.add.Tensor 2025-03-21T20:49:51.9081910Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_95, aten._to_copy.default 2025-03-21T20:49:51.9082739Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_94, aten.sub.Tensor 2025-03-21T20:49:51.9083576Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_96, aten._to_copy.default 2025-03-21T20:49:51.9084410Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_136, aten.add.Tensor 2025-03-21T20:49:51.9085510Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_97, aten._to_copy.default 2025-03-21T20:49:51.9086390Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_95, aten.sub.Tensor 2025-03-21T20:49:51.9087217Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_98, aten._to_copy.default 2025-03-21T20:49:51.9088049Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_137, aten.add.Tensor 2025-03-21T20:49:51.9088880Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_99, aten._to_copy.default 2025-03-21T20:49:51.9089716Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_147, aten.cat.default 2025-03-21T20:49:51.9090525Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_148, aten.cat.default 2025-03-21T20:49:51.9091316Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_149, aten.cat.default 2025-03-21T20:49:51.9092120Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_150, aten.cat.default 2025-03-21T20:49:51.9092925Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_151, aten.cat.default 2025-03-21T20:49:51.9093728Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_152, aten.cat.default 2025-03-21T20:49:51.9094530Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_153, aten.cat.default 2025-03-21T20:49:51.9095330Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_154, aten.cat.default 2025-03-21T20:49:51.9096131Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_155, aten.cat.default 2025-03-21T20:49:51.9097034Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_156, aten.cat.default 2025-03-21T20:49:51.9097844Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_157, aten.cat.default 2025-03-21T20:49:51.9098654Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_158, aten.cat.default 2025-03-21T20:49:51.9099463Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_159, aten.cat.default 2025-03-21T20:49:51.9100266Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_160, aten.cat.default 2025-03-21T20:49:51.9101067Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_161, aten.cat.default 2025-03-21T20:49:52.3727484Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_162, aten.cat.default 2025-03-21T20:49:52.3728345Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_163, aten.cat.default 2025-03-21T20:49:52.3729199Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_164, aten.cat.default 2025-03-21T20:49:52.3730034Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_165, aten.cat.default 2025-03-21T20:49:52.3730837Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_166, aten.cat.default 2025-03-21T20:49:52.3731912Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_167, aten.cat.default 2025-03-21T20:49:52.3732722Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_168, aten.cat.default 2025-03-21T20:49:52.3733523Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_169, aten.cat.default 2025-03-21T20:49:52.3734308Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_170, aten.cat.default 2025-03-21T20:49:52.3735189Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_196, aten.permute_copy.default 2025-03-21T20:49:52.3736138Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_197, aten.permute_copy.default 2025-03-21T20:49:52.3737077Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_198, aten.permute_copy.default 2025-03-21T20:49:52.3738008Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_199, aten.permute_copy.default 2025-03-21T20:49:52.3738944Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_200, aten.permute_copy.default 2025-03-21T20:49:52.3739880Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_201, aten.permute_copy.default 2025-03-21T20:49:52.3740804Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_202, aten.permute_copy.default 2025-03-21T20:49:52.3741746Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_203, aten.permute_copy.default 2025-03-21T20:49:52.3742690Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_204, aten.permute_copy.default 2025-03-21T20:49:52.3743632Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_205, aten.permute_copy.default 2025-03-21T20:49:52.3744573Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_206, aten.permute_copy.default 2025-03-21T20:49:52.3745510Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_207, aten.permute_copy.default 2025-03-21T20:49:52.3746376Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_171, aten.cat.default 2025-03-21T20:49:52.3747169Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_173, aten.cat.default 2025-03-21T20:49:52.3747970Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_175, aten.cat.default 2025-03-21T20:49:52.3748771Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_177, aten.cat.default 2025-03-21T20:49:52.3749765Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_179, aten.cat.default 2025-03-21T20:49:52.3750569Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_181, aten.cat.default 2025-03-21T20:49:52.3751368Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_183, aten.cat.default 2025-03-21T20:49:52.3752172Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_185, aten.cat.default 2025-03-21T20:49:52.3752961Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_187, aten.cat.default 2025-03-21T20:49:52.3753760Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_189, aten.cat.default 2025-03-21T20:49:52.3754561Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_191, aten.cat.default 2025-03-21T20:49:52.3755362Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_193, aten.cat.default 2025-03-21T20:49:52.3756191Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_72, aten.matmul.default 2025-03-21T20:49:52.3757038Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_74, aten.matmul.default 2025-03-21T20:49:52.3757866Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_76, aten.matmul.default 2025-03-21T20:49:52.3758760Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_78, aten.matmul.default 2025-03-21T20:49:52.3759603Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_80, aten.matmul.default 2025-03-21T20:49:52.3760439Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_82, aten.matmul.default 2025-03-21T20:49:52.3761275Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_84, aten.matmul.default 2025-03-21T20:49:52.3762112Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_86, aten.matmul.default 2025-03-21T20:49:52.3762955Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_88, aten.matmul.default 2025-03-21T20:49:52.3763800Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_90, aten.matmul.default 2025-03-21T20:49:52.3764649Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_92, aten.matmul.default 2025-03-21T20:49:52.3765498Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_94, aten.matmul.default 2025-03-21T20:49:52.3766399Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_36, aten.div.Tensor 2025-03-21T20:49:52.3767397Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_37, aten.div.Tensor 2025-03-21T20:49:52.3768171Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_38, aten.div.Tensor 2025-03-21T20:49:52.3768956Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_39, aten.div.Tensor 2025-03-21T20:49:52.3769749Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_40, aten.div.Tensor 2025-03-21T20:49:52.3770528Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_41, aten.div.Tensor 2025-03-21T20:49:52.3771315Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_42, aten.div.Tensor 2025-03-21T20:49:52.3772100Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_43, aten.div.Tensor 2025-03-21T20:49:52.3772868Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_44, aten.div.Tensor 2025-03-21T20:49:52.3773654Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_45, aten.div.Tensor 2025-03-21T20:49:52.3774439Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_46, aten.div.Tensor 2025-03-21T20:49:52.3775218Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_47, aten.div.Tensor 2025-03-21T20:49:52.3776308Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_138, aten.add.Tensor 2025-03-21T20:49:52.3777102Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_139, aten.add.Tensor 2025-03-21T20:49:52.3777893Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_140, aten.add.Tensor 2025-03-21T20:49:52.3778671Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_141, aten.add.Tensor 2025-03-21T20:49:52.3779459Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_142, aten.add.Tensor 2025-03-21T20:49:52.3780248Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_143, aten.add.Tensor 2025-03-21T20:49:52.3781032Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_144, aten.add.Tensor 2025-03-21T20:49:52.3781820Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_145, aten.add.Tensor 2025-03-21T20:49:52.3782606Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_146, aten.add.Tensor 2025-03-21T20:49:52.3783375Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_147, aten.add.Tensor 2025-03-21T20:49:52.3784155Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_148, aten.add.Tensor 2025-03-21T20:49:52.3785035Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_149, aten.add.Tensor 2025-03-21T20:49:52.3785866Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_36, aten._softmax.default 2025-03-21T20:49:52.3786817Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_37, aten._softmax.default 2025-03-21T20:49:52.3787694Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_38, aten._softmax.default 2025-03-21T20:49:52.3788558Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_39, aten._softmax.default 2025-03-21T20:49:52.3789508Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_40, aten._softmax.default 2025-03-21T20:49:52.3790384Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_41, aten._softmax.default 2025-03-21T20:49:52.3791256Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_42, aten._softmax.default 2025-03-21T20:49:52.3792127Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_43, aten._softmax.default 2025-03-21T20:49:52.3793000Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_44, aten._softmax.default 2025-03-21T20:49:52.3793880Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_45, aten._softmax.default 2025-03-21T20:49:52.3794739Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_46, aten._softmax.default 2025-03-21T20:49:53.0118896Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_47, aten._softmax.default 2025-03-21T20:49:53.0120533Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_73, aten.matmul.default 2025-03-21T20:49:53.0122060Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_75, aten.matmul.default 2025-03-21T20:49:53.0123595Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_77, aten.matmul.default 2025-03-21T20:49:53.0125104Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_79, aten.matmul.default 2025-03-21T20:49:53.0126602Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_81, aten.matmul.default 2025-03-21T20:49:53.0128116Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_83, aten.matmul.default 2025-03-21T20:49:53.0129632Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_85, aten.matmul.default 2025-03-21T20:49:53.0131486Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_87, aten.matmul.default 2025-03-21T20:49:53.0133008Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_89, aten.matmul.default 2025-03-21T20:49:53.0134523Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_91, aten.matmul.default 2025-03-21T20:49:53.0136047Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_93, aten.matmul.default 2025-03-21T20:49:53.0137547Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_95, aten.matmul.default 2025-03-21T20:49:53.0139033Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_195, aten.cat.default 2025-03-21T20:49:53.0140565Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_448, aten.view_copy.default 2025-03-21T20:49:53.0142235Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1292, aten.permute_copy.default 2025-03-21T20:49:53.0143937Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_156, aten.convolution.default 2025-03-21T20:49:53.0145641Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1293, aten.permute_copy.default 2025-03-21T20:49:53.0147398Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_449, aten.view_copy.default 2025-03-21T20:49:53.0148970Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_150, aten.add.Tensor 2025-03-21T20:49:53.0150458Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_rms_norm_default_7, aten.rms_norm.default 2025-03-21T20:49:53.0152042Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_450, aten.view_copy.default 2025-03-21T20:49:53.0153705Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1294, aten.permute_copy.default 2025-03-21T20:49:53.0155417Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_157, aten.convolution.default 2025-03-21T20:49:53.0157085Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_158, aten.convolution.default 2025-03-21T20:49:53.0158670Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sigmoid_default_3, aten.sigmoid.default 2025-03-21T20:49:53.0160150Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_406, aten.mul.Tensor 2025-03-21T20:49:53.0161550Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_407, aten.mul.Tensor 2025-03-21T20:49:53.0163095Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_159, aten.convolution.default 2025-03-21T20:49:53.0164786Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1295, aten.permute_copy.default 2025-03-21T20:49:53.0166440Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_451, aten.view_copy.default 2025-03-21T20:49:53.0167949Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_151, aten.add.Tensor 2025-03-21T20:49:53.0169409Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_rms_norm_default_8, aten.rms_norm.default 2025-03-21T20:49:53.0170991Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_452, aten.view_copy.default 2025-03-21T20:49:53.0172652Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1296, aten.permute_copy.default 2025-03-21T20:49:53.0174301Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_100, aten._to_copy.default 2025-03-21T20:49:53.0175936Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_160, aten.convolution.default 2025-03-21T20:49:53.0177803Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1297, aten.permute_copy.default 2025-03-21T20:49:53.0179613Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_161, aten.convolution.default 2025-03-21T20:49:53.0181293Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1298, aten.permute_copy.default 2025-03-21T20:49:53.0182995Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_162, aten.convolution.default 2025-03-21T20:49:53.0184690Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1299, aten.permute_copy.default 2025-03-21T20:49:53.0186389Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_163, aten.convolution.default 2025-03-21T20:49:53.0188085Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1300, aten.permute_copy.default 2025-03-21T20:49:53.0189832Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_164, aten.convolution.default 2025-03-21T20:49:53.0191525Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1301, aten.permute_copy.default 2025-03-21T20:49:53.0193219Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_165, aten.convolution.default 2025-03-21T20:49:53.0194917Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1302, aten.permute_copy.default 2025-03-21T20:49:53.0196714Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_166, aten.convolution.default 2025-03-21T20:49:53.0198403Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1303, aten.permute_copy.default 2025-03-21T20:49:53.0200099Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_167, aten.convolution.default 2025-03-21T20:49:53.0201801Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1304, aten.permute_copy.default 2025-03-21T20:49:53.0203496Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_168, aten.convolution.default 2025-03-21T20:49:53.0205199Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1305, aten.permute_copy.default 2025-03-21T20:49:53.0206894Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_169, aten.convolution.default 2025-03-21T20:49:53.0208597Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1306, aten.permute_copy.default 2025-03-21T20:49:53.0210298Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_170, aten.convolution.default 2025-03-21T20:49:53.0211995Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1307, aten.permute_copy.default 2025-03-21T20:49:53.0213693Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_171, aten.convolution.default 2025-03-21T20:49:53.0215376Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1308, aten.permute_copy.default 2025-03-21T20:49:53.0217071Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_172, aten.convolution.default 2025-03-21T20:49:53.0218771Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1309, aten.permute_copy.default 2025-03-21T20:49:53.0220479Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_173, aten.convolution.default 2025-03-21T20:49:53.0222186Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1310, aten.permute_copy.default 2025-03-21T20:49:53.0223888Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_174, aten.convolution.default 2025-03-21T20:49:53.0225586Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1311, aten.permute_copy.default 2025-03-21T20:49:53.0227271Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_175, aten.convolution.default 2025-03-21T20:49:53.0229099Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1312, aten.permute_copy.default 2025-03-21T20:49:53.0230799Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_176, aten.convolution.default 2025-03-21T20:49:53.0232494Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1313, aten.permute_copy.default 2025-03-21T20:49:53.0234185Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_177, aten.convolution.default 2025-03-21T20:49:53.0235878Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1314, aten.permute_copy.default 2025-03-21T20:49:53.0237574Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_178, aten.convolution.default 2025-03-21T20:49:53.4185238Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1315, aten.permute_copy.default 2025-03-21T20:49:53.4187029Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_179, aten.convolution.default 2025-03-21T20:49:53.4188738Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1316, aten.permute_copy.default 2025-03-21T20:49:53.4190796Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_180, aten.convolution.default 2025-03-21T20:49:53.4192543Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1317, aten.permute_copy.default 2025-03-21T20:49:53.4194244Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_181, aten.convolution.default 2025-03-21T20:49:53.4195946Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1318, aten.permute_copy.default 2025-03-21T20:49:53.4197642Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_182, aten.convolution.default 2025-03-21T20:49:53.4199349Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1319, aten.permute_copy.default 2025-03-21T20:49:53.4201034Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_183, aten.convolution.default 2025-03-21T20:49:53.4202738Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1320, aten.permute_copy.default 2025-03-21T20:49:53.4204529Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_184, aten.convolution.default 2025-03-21T20:49:53.4206230Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1321, aten.permute_copy.default 2025-03-21T20:49:53.4207933Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_185, aten.convolution.default 2025-03-21T20:49:53.4209633Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1322, aten.permute_copy.default 2025-03-21T20:49:53.4211344Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_186, aten.convolution.default 2025-03-21T20:49:53.4213032Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1323, aten.permute_copy.default 2025-03-21T20:49:53.4214740Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_187, aten.convolution.default 2025-03-21T20:49:53.4216430Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1324, aten.permute_copy.default 2025-03-21T20:49:53.4218132Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_188, aten.convolution.default 2025-03-21T20:49:53.4219835Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1325, aten.permute_copy.default 2025-03-21T20:49:53.4221529Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_189, aten.convolution.default 2025-03-21T20:49:53.4223817Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1326, aten.permute_copy.default 2025-03-21T20:49:53.4225499Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_190, aten.convolution.default 2025-03-21T20:49:53.4227199Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1327, aten.permute_copy.default 2025-03-21T20:49:53.4228943Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_191, aten.convolution.default 2025-03-21T20:49:53.4230642Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1328, aten.permute_copy.default 2025-03-21T20:49:53.4232333Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_192, aten.convolution.default 2025-03-21T20:49:53.4234033Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1329, aten.permute_copy.default 2025-03-21T20:49:53.4235738Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_193, aten.convolution.default 2025-03-21T20:49:53.4237417Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1330, aten.permute_copy.default 2025-03-21T20:49:53.4239188Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_194, aten.convolution.default 2025-03-21T20:49:53.4240884Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1331, aten.permute_copy.default 2025-03-21T20:49:53.4242573Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_195, aten.convolution.default 2025-03-21T20:49:53.4244263Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1332, aten.permute_copy.default 2025-03-21T20:49:53.4245918Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_453, aten.view_copy.default 2025-03-21T20:49:53.4247534Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_454, aten.view_copy.default 2025-03-21T20:49:53.4249126Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_455, aten.view_copy.default 2025-03-21T20:49:53.4250730Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_456, aten.view_copy.default 2025-03-21T20:49:53.4252334Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_457, aten.view_copy.default 2025-03-21T20:49:53.4253926Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_458, aten.view_copy.default 2025-03-21T20:49:53.4255531Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_459, aten.view_copy.default 2025-03-21T20:49:53.4257133Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_460, aten.view_copy.default 2025-03-21T20:49:53.4258738Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_461, aten.view_copy.default 2025-03-21T20:49:53.4260327Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_462, aten.view_copy.default 2025-03-21T20:49:53.4261933Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_463, aten.view_copy.default 2025-03-21T20:49:53.4263537Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_464, aten.view_copy.default 2025-03-21T20:49:53.4265133Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_465, aten.view_copy.default 2025-03-21T20:49:53.4266730Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_466, aten.view_copy.default 2025-03-21T20:49:53.4268332Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_467, aten.view_copy.default 2025-03-21T20:49:53.4269984Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_468, aten.view_copy.default 2025-03-21T20:49:53.4271657Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_469, aten.view_copy.default 2025-03-21T20:49:53.4273258Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_470, aten.view_copy.default 2025-03-21T20:49:53.4274872Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_471, aten.view_copy.default 2025-03-21T20:49:53.4276634Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_472, aten.view_copy.default 2025-03-21T20:49:53.4278241Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_473, aten.view_copy.default 2025-03-21T20:49:53.4279847Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_474, aten.view_copy.default 2025-03-21T20:49:53.4281444Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_475, aten.view_copy.default 2025-03-21T20:49:53.4283057Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_476, aten.view_copy.default 2025-03-21T20:49:53.4284679Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_477, aten.view_copy.default 2025-03-21T20:49:53.4286280Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_478, aten.view_copy.default 2025-03-21T20:49:53.4288004Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_479, aten.view_copy.default 2025-03-21T20:49:53.4289615Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_480, aten.view_copy.default 2025-03-21T20:49:53.4291218Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_481, aten.view_copy.default 2025-03-21T20:49:53.4292828Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_482, aten.view_copy.default 2025-03-21T20:49:53.4294418Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_483, aten.view_copy.default 2025-03-21T20:49:53.4296032Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_484, aten.view_copy.default 2025-03-21T20:49:53.4297637Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_485, aten.view_copy.default 2025-03-21T20:49:53.4299247Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_486, aten.view_copy.default 2025-03-21T20:49:53.4300848Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_487, aten.view_copy.default 2025-03-21T20:49:53.4302448Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_488, aten.view_copy.default 2025-03-21T20:49:53.4304046Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_192, aten.slice_copy.Tensor 2025-03-21T20:49:53.8079890Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_193, aten.slice_copy.Tensor 2025-03-21T20:49:53.8080851Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_194, aten.slice_copy.Tensor 2025-03-21T20:49:53.8081750Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_195, aten.slice_copy.Tensor 2025-03-21T20:49:53.8082658Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_196, aten.slice_copy.Tensor 2025-03-21T20:49:53.8083549Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_197, aten.slice_copy.Tensor 2025-03-21T20:49:53.8084439Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_198, aten.slice_copy.Tensor 2025-03-21T20:49:53.8085324Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_199, aten.slice_copy.Tensor 2025-03-21T20:49:53.8086211Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_200, aten.slice_copy.Tensor 2025-03-21T20:49:53.8087357Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_201, aten.slice_copy.Tensor 2025-03-21T20:49:53.8088246Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_202, aten.slice_copy.Tensor 2025-03-21T20:49:53.8089139Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_203, aten.slice_copy.Tensor 2025-03-21T20:49:53.8090037Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_204, aten.slice_copy.Tensor 2025-03-21T20:49:53.8090932Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_205, aten.slice_copy.Tensor 2025-03-21T20:49:53.8091826Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_206, aten.slice_copy.Tensor 2025-03-21T20:49:53.8092704Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_207, aten.slice_copy.Tensor 2025-03-21T20:49:53.8093693Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_208, aten.slice_copy.Tensor 2025-03-21T20:49:53.8094591Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_209, aten.slice_copy.Tensor 2025-03-21T20:49:53.8095483Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_210, aten.slice_copy.Tensor 2025-03-21T20:49:53.8096480Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_211, aten.slice_copy.Tensor 2025-03-21T20:49:53.8097375Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_212, aten.slice_copy.Tensor 2025-03-21T20:49:53.8098264Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_213, aten.slice_copy.Tensor 2025-03-21T20:49:53.8099145Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_214, aten.slice_copy.Tensor 2025-03-21T20:49:53.8100036Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_215, aten.slice_copy.Tensor 2025-03-21T20:49:53.8100940Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_216, aten.slice_copy.Tensor 2025-03-21T20:49:53.8101837Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_217, aten.slice_copy.Tensor 2025-03-21T20:49:53.8102734Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_218, aten.slice_copy.Tensor 2025-03-21T20:49:53.8103626Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_219, aten.slice_copy.Tensor 2025-03-21T20:49:53.8104686Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_220, aten.slice_copy.Tensor 2025-03-21T20:49:53.8105563Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_221, aten.slice_copy.Tensor 2025-03-21T20:49:53.8106455Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_222, aten.slice_copy.Tensor 2025-03-21T20:49:53.8107353Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_223, aten.slice_copy.Tensor 2025-03-21T20:49:53.8108239Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_224, aten.slice_copy.Tensor 2025-03-21T20:49:53.8109197Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_225, aten.slice_copy.Tensor 2025-03-21T20:49:53.8110099Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_226, aten.slice_copy.Tensor 2025-03-21T20:49:53.8110993Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_227, aten.slice_copy.Tensor 2025-03-21T20:49:53.8111873Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_228, aten.slice_copy.Tensor 2025-03-21T20:49:53.8112767Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_229, aten.slice_copy.Tensor 2025-03-21T20:49:53.8113690Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_230, aten.slice_copy.Tensor 2025-03-21T20:49:53.8114676Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_231, aten.slice_copy.Tensor 2025-03-21T20:49:53.8115665Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_232, aten.slice_copy.Tensor 2025-03-21T20:49:53.8116566Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_233, aten.slice_copy.Tensor 2025-03-21T20:49:53.8117453Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_234, aten.slice_copy.Tensor 2025-03-21T20:49:53.8118343Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_235, aten.slice_copy.Tensor 2025-03-21T20:49:53.8119222Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_236, aten.slice_copy.Tensor 2025-03-21T20:49:53.8120104Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_237, aten.slice_copy.Tensor 2025-03-21T20:49:53.8121000Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_238, aten.slice_copy.Tensor 2025-03-21T20:49:53.8121890Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_239, aten.slice_copy.Tensor 2025-03-21T20:49:53.8122735Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_221, aten.cat.default 2025-03-21T20:49:53.8123605Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_223, aten.cat.default 2025-03-21T20:49:53.8124393Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_225, aten.cat.default 2025-03-21T20:49:53.8125189Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_227, aten.cat.default 2025-03-21T20:49:53.8125983Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_229, aten.cat.default 2025-03-21T20:49:53.8126778Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_231, aten.cat.default 2025-03-21T20:49:53.8127579Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_233, aten.cat.default 2025-03-21T20:49:53.8128373Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_235, aten.cat.default 2025-03-21T20:49:53.8129173Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_237, aten.cat.default 2025-03-21T20:49:53.8129963Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_239, aten.cat.default 2025-03-21T20:49:53.8130761Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_241, aten.cat.default 2025-03-21T20:49:53.8131565Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_243, aten.cat.default 2025-03-21T20:49:53.8132415Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_410, aten.mul.Tensor 2025-03-21T20:49:53.8133202Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_412, aten.mul.Tensor 2025-03-21T20:49:53.8133996Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_411, aten.mul.Tensor 2025-03-21T20:49:53.8134770Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_413, aten.mul.Tensor 2025-03-21T20:49:53.8135550Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_414, aten.mul.Tensor 2025-03-21T20:49:53.8136336Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_416, aten.mul.Tensor 2025-03-21T20:49:53.8137115Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_415, aten.mul.Tensor 2025-03-21T20:49:53.8137897Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_417, aten.mul.Tensor 2025-03-21T20:49:53.8138676Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_418, aten.mul.Tensor 2025-03-21T20:49:53.8139455Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_420, aten.mul.Tensor 2025-03-21T20:49:53.8140298Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_419, aten.mul.Tensor 2025-03-21T20:49:53.8141080Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_421, aten.mul.Tensor 2025-03-21T20:49:53.8141865Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_422, aten.mul.Tensor 2025-03-21T20:49:53.8142655Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_424, aten.mul.Tensor 2025-03-21T20:49:53.8143443Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_423, aten.mul.Tensor 2025-03-21T20:49:53.8144232Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_425, aten.mul.Tensor 2025-03-21T20:49:53.8145005Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_426, aten.mul.Tensor 2025-03-21T20:49:53.8145787Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_428, aten.mul.Tensor 2025-03-21T20:49:53.8146577Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_427, aten.mul.Tensor 2025-03-21T20:49:54.2638133Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_429, aten.mul.Tensor 2025-03-21T20:49:54.2639652Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_430, aten.mul.Tensor 2025-03-21T20:49:54.2641410Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_432, aten.mul.Tensor 2025-03-21T20:49:54.2642838Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_431, aten.mul.Tensor 2025-03-21T20:49:54.2644243Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_433, aten.mul.Tensor 2025-03-21T20:49:54.2645630Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_434, aten.mul.Tensor 2025-03-21T20:49:54.2647038Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_436, aten.mul.Tensor 2025-03-21T20:49:54.2648516Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_435, aten.mul.Tensor 2025-03-21T20:49:54.2649947Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_437, aten.mul.Tensor 2025-03-21T20:49:54.2651403Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_438, aten.mul.Tensor 2025-03-21T20:49:54.2652802Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_440, aten.mul.Tensor 2025-03-21T20:49:54.2654229Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_439, aten.mul.Tensor 2025-03-21T20:49:54.2655664Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_441, aten.mul.Tensor 2025-03-21T20:49:54.2657126Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_442, aten.mul.Tensor 2025-03-21T20:49:54.2658496Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_444, aten.mul.Tensor 2025-03-21T20:49:54.2659932Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_443, aten.mul.Tensor 2025-03-21T20:49:54.2661410Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_445, aten.mul.Tensor 2025-03-21T20:49:54.2662888Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_446, aten.mul.Tensor 2025-03-21T20:49:54.2664294Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_448, aten.mul.Tensor 2025-03-21T20:49:54.2665741Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_447, aten.mul.Tensor 2025-03-21T20:49:54.2667165Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_449, aten.mul.Tensor 2025-03-21T20:49:54.2668545Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_450, aten.mul.Tensor 2025-03-21T20:49:54.2670071Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_452, aten.mul.Tensor 2025-03-21T20:49:54.2671496Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_451, aten.mul.Tensor 2025-03-21T20:49:54.2673146Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_453, aten.mul.Tensor 2025-03-21T20:49:54.2674602Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_454, aten.mul.Tensor 2025-03-21T20:49:54.2676170Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_456, aten.mul.Tensor 2025-03-21T20:49:54.2677596Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_455, aten.mul.Tensor 2025-03-21T20:49:54.2679036Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_457, aten.mul.Tensor 2025-03-21T20:49:54.2680505Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_458, aten.mul.Tensor 2025-03-21T20:49:54.2681828Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_460, aten.mul.Tensor 2025-03-21T20:49:54.2683268Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_459, aten.mul.Tensor 2025-03-21T20:49:54.2684729Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_461, aten.mul.Tensor 2025-03-21T20:49:54.2686196Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_462, aten.mul.Tensor 2025-03-21T20:49:54.2687589Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_464, aten.mul.Tensor 2025-03-21T20:49:54.2689223Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_463, aten.mul.Tensor 2025-03-21T20:49:54.2690650Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_465, aten.mul.Tensor 2025-03-21T20:49:54.2692046Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_466, aten.mul.Tensor 2025-03-21T20:49:54.2693458Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_468, aten.mul.Tensor 2025-03-21T20:49:54.2694870Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_467, aten.mul.Tensor 2025-03-21T20:49:54.2696304Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_469, aten.mul.Tensor 2025-03-21T20:49:54.2697745Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_470, aten.mul.Tensor 2025-03-21T20:49:54.2699145Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_472, aten.mul.Tensor 2025-03-21T20:49:54.2700585Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_471, aten.mul.Tensor 2025-03-21T20:49:54.2702001Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_473, aten.mul.Tensor 2025-03-21T20:49:54.2703453Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_474, aten.mul.Tensor 2025-03-21T20:49:54.2704835Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_476, aten.mul.Tensor 2025-03-21T20:49:54.2706280Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_475, aten.mul.Tensor 2025-03-21T20:49:54.2707729Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_477, aten.mul.Tensor 2025-03-21T20:49:54.2709312Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_478, aten.mul.Tensor 2025-03-21T20:49:54.2710733Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_480, aten.mul.Tensor 2025-03-21T20:49:54.2712168Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_479, aten.mul.Tensor 2025-03-21T20:49:54.2713589Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_481, aten.mul.Tensor 2025-03-21T20:49:54.2714975Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_482, aten.mul.Tensor 2025-03-21T20:49:54.2716378Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_484, aten.mul.Tensor 2025-03-21T20:49:54.2717797Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_483, aten.mul.Tensor 2025-03-21T20:49:54.2719221Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_485, aten.mul.Tensor 2025-03-21T20:49:54.2720914Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_486, aten.mul.Tensor 2025-03-21T20:49:54.2722305Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_488, aten.mul.Tensor 2025-03-21T20:49:54.2723715Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_487, aten.mul.Tensor 2025-03-21T20:49:54.2725140Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_489, aten.mul.Tensor 2025-03-21T20:49:54.2726590Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_490, aten.mul.Tensor 2025-03-21T20:49:54.2727953Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_492, aten.mul.Tensor 2025-03-21T20:49:54.2729316Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_491, aten.mul.Tensor 2025-03-21T20:49:54.2730732Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_493, aten.mul.Tensor 2025-03-21T20:49:54.2732176Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_494, aten.mul.Tensor 2025-03-21T20:49:54.2733647Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_496, aten.mul.Tensor 2025-03-21T20:49:54.2735039Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_495, aten.mul.Tensor 2025-03-21T20:49:54.2736600Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_497, aten.mul.Tensor 2025-03-21T20:49:54.2738024Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_498, aten.mul.Tensor 2025-03-21T20:49:54.2739408Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_500, aten.mul.Tensor 2025-03-21T20:49:54.2740830Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_499, aten.mul.Tensor 2025-03-21T20:49:54.2742237Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_501, aten.mul.Tensor 2025-03-21T20:49:54.2743679Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_502, aten.mul.Tensor 2025-03-21T20:49:54.2745137Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_504, aten.mul.Tensor 2025-03-21T20:49:54.2746535Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_503, aten.mul.Tensor 2025-03-21T20:49:54.2747974Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_505, aten.mul.Tensor 2025-03-21T20:49:54.2749493Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_96, aten.sub.Tensor 2025-03-21T20:49:54.2750948Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_152, aten.add.Tensor 2025-03-21T20:49:54.2752323Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_97, aten.sub.Tensor 2025-03-21T20:49:54.2753763Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_153, aten.add.Tensor 2025-03-21T20:49:54.2755225Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_98, aten.sub.Tensor 2025-03-21T20:49:54.2756696Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_154, aten.add.Tensor 2025-03-21T20:49:54.2758099Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_99, aten.sub.Tensor 2025-03-21T20:49:54.2759534Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_155, aten.add.Tensor 2025-03-21T20:49:54.7353295Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_100, aten.sub.Tensor 2025-03-21T20:49:54.7354792Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_156, aten.add.Tensor 2025-03-21T20:49:54.7356188Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_101, aten.sub.Tensor 2025-03-21T20:49:54.7357648Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_157, aten.add.Tensor 2025-03-21T20:49:54.7359075Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_102, aten.sub.Tensor 2025-03-21T20:49:54.7360859Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_158, aten.add.Tensor 2025-03-21T20:49:54.7362282Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_103, aten.sub.Tensor 2025-03-21T20:49:54.7363713Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_159, aten.add.Tensor 2025-03-21T20:49:54.7365127Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_104, aten.sub.Tensor 2025-03-21T20:49:54.7366586Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_160, aten.add.Tensor 2025-03-21T20:49:54.7367996Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_105, aten.sub.Tensor 2025-03-21T20:49:54.7369429Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_161, aten.add.Tensor 2025-03-21T20:49:54.7370863Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_106, aten.sub.Tensor 2025-03-21T20:49:54.7372334Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_162, aten.add.Tensor 2025-03-21T20:49:54.7373735Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_107, aten.sub.Tensor 2025-03-21T20:49:54.7375173Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_163, aten.add.Tensor 2025-03-21T20:49:54.7377052Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_108, aten.sub.Tensor 2025-03-21T20:49:54.7378618Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_101, aten._to_copy.default 2025-03-21T20:49:54.7380105Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_164, aten.add.Tensor 2025-03-21T20:49:54.7381626Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_102, aten._to_copy.default 2025-03-21T20:49:54.7383126Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_109, aten.sub.Tensor 2025-03-21T20:49:54.7384613Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_103, aten._to_copy.default 2025-03-21T20:49:54.7386132Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_165, aten.add.Tensor 2025-03-21T20:49:54.7387649Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_104, aten._to_copy.default 2025-03-21T20:49:54.7389245Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_110, aten.sub.Tensor 2025-03-21T20:49:54.7390781Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_105, aten._to_copy.default 2025-03-21T20:49:54.7392283Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_166, aten.add.Tensor 2025-03-21T20:49:54.7393770Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_106, aten._to_copy.default 2025-03-21T20:49:54.7395304Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_111, aten.sub.Tensor 2025-03-21T20:49:54.7396811Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_107, aten._to_copy.default 2025-03-21T20:49:54.7398351Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_167, aten.add.Tensor 2025-03-21T20:49:54.7399904Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_108, aten._to_copy.default 2025-03-21T20:49:54.7401483Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_112, aten.sub.Tensor 2025-03-21T20:49:54.7402969Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_109, aten._to_copy.default 2025-03-21T20:49:54.7404464Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_168, aten.add.Tensor 2025-03-21T20:49:54.7405968Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_110, aten._to_copy.default 2025-03-21T20:49:54.7407638Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_113, aten.sub.Tensor 2025-03-21T20:49:54.7409158Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_111, aten._to_copy.default 2025-03-21T20:49:54.7410664Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_169, aten.add.Tensor 2025-03-21T20:49:54.7412192Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_112, aten._to_copy.default 2025-03-21T20:49:54.7413684Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_114, aten.sub.Tensor 2025-03-21T20:49:54.7415201Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_113, aten._to_copy.default 2025-03-21T20:49:54.7416705Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_170, aten.add.Tensor 2025-03-21T20:49:54.7418250Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_114, aten._to_copy.default 2025-03-21T20:49:54.7419740Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_115, aten.sub.Tensor 2025-03-21T20:49:54.7421277Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_115, aten._to_copy.default 2025-03-21T20:49:54.7422824Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_171, aten.add.Tensor 2025-03-21T20:49:54.7424509Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_116, aten._to_copy.default 2025-03-21T20:49:54.7425988Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_116, aten.sub.Tensor 2025-03-21T20:49:54.7427500Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_117, aten._to_copy.default 2025-03-21T20:49:54.7429085Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_172, aten.add.Tensor 2025-03-21T20:49:54.7430567Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_118, aten._to_copy.default 2025-03-21T20:49:54.7432101Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_117, aten.sub.Tensor 2025-03-21T20:49:54.7433614Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_119, aten._to_copy.default 2025-03-21T20:49:54.7435120Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_173, aten.add.Tensor 2025-03-21T20:49:54.7436656Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_120, aten._to_copy.default 2025-03-21T20:49:54.7438166Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_118, aten.sub.Tensor 2025-03-21T20:49:54.7439660Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_121, aten._to_copy.default 2025-03-21T20:49:54.7441202Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_174, aten.add.Tensor 2025-03-21T20:49:54.7442660Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_122, aten._to_copy.default 2025-03-21T20:49:54.7444055Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_119, aten.sub.Tensor 2025-03-21T20:49:54.7445582Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_123, aten._to_copy.default 2025-03-21T20:49:54.7447107Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_175, aten.add.Tensor 2025-03-21T20:49:54.7448643Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_124, aten._to_copy.default 2025-03-21T20:49:54.7450147Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_196, aten.cat.default 2025-03-21T20:49:54.7451612Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_197, aten.cat.default 2025-03-21T20:49:54.7453071Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_198, aten.cat.default 2025-03-21T20:49:54.7454481Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_199, aten.cat.default 2025-03-21T20:49:54.7456087Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_200, aten.cat.default 2025-03-21T20:49:54.7457538Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_201, aten.cat.default 2025-03-21T20:49:54.7459002Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_202, aten.cat.default 2025-03-21T20:49:54.7460493Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_203, aten.cat.default 2025-03-21T20:49:54.7461939Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_204, aten.cat.default 2025-03-21T20:49:54.7463387Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_205, aten.cat.default 2025-03-21T20:49:54.7464847Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_206, aten.cat.default 2025-03-21T20:49:54.7466338Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_207, aten.cat.default 2025-03-21T20:49:54.7467776Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_208, aten.cat.default 2025-03-21T20:49:54.7479857Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_209, aten.cat.default 2025-03-21T20:49:54.7481493Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_210, aten.cat.default 2025-03-21T20:49:54.7483171Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_211, aten.cat.default 2025-03-21T20:49:54.7484586Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_212, aten.cat.default 2025-03-21T20:49:55.2127758Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_213, aten.cat.default 2025-03-21T20:49:55.2129306Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_214, aten.cat.default 2025-03-21T20:49:55.2130721Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_215, aten.cat.default 2025-03-21T20:49:55.2132215Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_216, aten.cat.default 2025-03-21T20:49:55.2133673Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_217, aten.cat.default 2025-03-21T20:49:55.2135087Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_218, aten.cat.default 2025-03-21T20:49:55.2136557Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_219, aten.cat.default 2025-03-21T20:49:55.2138195Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_249, aten.permute_copy.default 2025-03-21T20:49:55.2139919Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_250, aten.permute_copy.default 2025-03-21T20:49:55.2141632Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_251, aten.permute_copy.default 2025-03-21T20:49:55.2143369Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_252, aten.permute_copy.default 2025-03-21T20:49:55.2145101Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_253, aten.permute_copy.default 2025-03-21T20:49:55.2146872Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_254, aten.permute_copy.default 2025-03-21T20:49:55.2148580Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_255, aten.permute_copy.default 2025-03-21T20:49:55.2150420Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_256, aten.permute_copy.default 2025-03-21T20:49:55.2152192Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_257, aten.permute_copy.default 2025-03-21T20:49:55.2153877Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_258, aten.permute_copy.default 2025-03-21T20:49:55.2155608Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_259, aten.permute_copy.default 2025-03-21T20:49:55.2157721Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_260, aten.permute_copy.default 2025-03-21T20:49:55.2159315Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_220, aten.cat.default 2025-03-21T20:49:55.2160779Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_222, aten.cat.default 2025-03-21T20:49:55.2162237Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_224, aten.cat.default 2025-03-21T20:49:55.2163715Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_226, aten.cat.default 2025-03-21T20:49:55.2165161Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_228, aten.cat.default 2025-03-21T20:49:55.2166620Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_230, aten.cat.default 2025-03-21T20:49:55.2168111Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_232, aten.cat.default 2025-03-21T20:49:55.2169600Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_234, aten.cat.default 2025-03-21T20:49:55.2171032Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_236, aten.cat.default 2025-03-21T20:49:55.2172713Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_238, aten.cat.default 2025-03-21T20:49:55.2174216Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_240, aten.cat.default 2025-03-21T20:49:55.2175681Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_242, aten.cat.default 2025-03-21T20:49:55.2177435Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_96, aten.matmul.default 2025-03-21T20:49:55.2178981Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_98, aten.matmul.default 2025-03-21T20:49:55.2180505Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_100, aten.matmul.default 2025-03-21T20:49:55.2182046Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_102, aten.matmul.default 2025-03-21T20:49:55.2183577Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_104, aten.matmul.default 2025-03-21T20:49:55.2185123Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_106, aten.matmul.default 2025-03-21T20:49:55.2186708Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_108, aten.matmul.default 2025-03-21T20:49:55.2188241Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_110, aten.matmul.default 2025-03-21T20:49:55.2189855Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_112, aten.matmul.default 2025-03-21T20:49:55.2191414Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_114, aten.matmul.default 2025-03-21T20:49:55.2193021Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_116, aten.matmul.default 2025-03-21T20:49:55.2194488Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_118, aten.matmul.default 2025-03-21T20:49:55.2195985Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_48, aten.div.Tensor 2025-03-21T20:49:55.2197466Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_49, aten.div.Tensor 2025-03-21T20:49:55.2198917Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_50, aten.div.Tensor 2025-03-21T20:49:55.2200316Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_51, aten.div.Tensor 2025-03-21T20:49:55.2201739Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_52, aten.div.Tensor 2025-03-21T20:49:55.2203132Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_53, aten.div.Tensor 2025-03-21T20:49:55.2204738Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_54, aten.div.Tensor 2025-03-21T20:49:55.2206151Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_55, aten.div.Tensor 2025-03-21T20:49:55.2207561Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_56, aten.div.Tensor 2025-03-21T20:49:55.2208968Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_57, aten.div.Tensor 2025-03-21T20:49:55.2210418Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_58, aten.div.Tensor 2025-03-21T20:49:55.2211767Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_59, aten.div.Tensor 2025-03-21T20:49:55.2213179Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_176, aten.add.Tensor 2025-03-21T20:49:55.2214621Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_177, aten.add.Tensor 2025-03-21T20:49:55.2216113Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_178, aten.add.Tensor 2025-03-21T20:49:55.2217331Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_179, aten.add.Tensor 2025-03-21T20:49:55.2218641Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_180, aten.add.Tensor 2025-03-21T20:49:55.2220274Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_181, aten.add.Tensor 2025-03-21T20:49:55.2221706Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_182, aten.add.Tensor 2025-03-21T20:49:55.2223163Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_183, aten.add.Tensor 2025-03-21T20:49:55.2224548Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_184, aten.add.Tensor 2025-03-21T20:49:55.2225956Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_185, aten.add.Tensor 2025-03-21T20:49:55.2227385Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_186, aten.add.Tensor 2025-03-21T20:49:55.2228786Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_187, aten.add.Tensor 2025-03-21T20:49:55.2230373Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_48, aten._softmax.default 2025-03-21T20:49:55.2231972Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_49, aten._softmax.default 2025-03-21T20:49:55.2233563Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_50, aten._softmax.default 2025-03-21T20:49:55.2235185Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_51, aten._softmax.default 2025-03-21T20:49:55.2236731Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_52, aten._softmax.default 2025-03-21T20:49:55.2238315Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_53, aten._softmax.default 2025-03-21T20:49:55.2239951Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_54, aten._softmax.default 2025-03-21T20:49:55.2241503Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_55, aten._softmax.default 2025-03-21T20:49:55.2243116Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_56, aten._softmax.default 2025-03-21T20:49:55.2244752Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_57, aten._softmax.default 2025-03-21T20:49:55.2246411Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_58, aten._softmax.default 2025-03-21T20:49:55.2247965Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_59, aten._softmax.default 2025-03-21T20:49:55.2249539Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_97, aten.matmul.default 2025-03-21T20:49:55.8710783Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_99, aten.matmul.default 2025-03-21T20:49:55.8712749Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_101, aten.matmul.default 2025-03-21T20:49:55.8714261Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_103, aten.matmul.default 2025-03-21T20:49:55.8715764Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_105, aten.matmul.default 2025-03-21T20:49:55.8717261Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_107, aten.matmul.default 2025-03-21T20:49:55.8718739Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_109, aten.matmul.default 2025-03-21T20:49:55.8720216Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_111, aten.matmul.default 2025-03-21T20:49:55.8721709Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_113, aten.matmul.default 2025-03-21T20:49:55.8723200Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_115, aten.matmul.default 2025-03-21T20:49:55.8724696Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_117, aten.matmul.default 2025-03-21T20:49:55.8726277Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_119, aten.matmul.default 2025-03-21T20:49:55.8727894Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_244, aten.cat.default 2025-03-21T20:49:55.8729380Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_561, aten.view_copy.default 2025-03-21T20:49:55.8731024Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1333, aten.permute_copy.default 2025-03-21T20:49:55.8732689Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_196, aten.convolution.default 2025-03-21T20:49:55.8734365Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1334, aten.permute_copy.default 2025-03-21T20:49:55.8735996Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_562, aten.view_copy.default 2025-03-21T20:49:55.8737466Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_188, aten.add.Tensor 2025-03-21T20:49:55.8738920Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_rms_norm_default_9, aten.rms_norm.default 2025-03-21T20:49:55.8740455Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_563, aten.view_copy.default 2025-03-21T20:49:55.8742055Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1335, aten.permute_copy.default 2025-03-21T20:49:55.8743723Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_197, aten.convolution.default 2025-03-21T20:49:55.8745368Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_198, aten.convolution.default 2025-03-21T20:49:55.8746947Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sigmoid_default_4, aten.sigmoid.default 2025-03-21T20:49:55.8748388Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_508, aten.mul.Tensor 2025-03-21T20:49:55.8749798Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_509, aten.mul.Tensor 2025-03-21T20:49:55.8751321Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_199, aten.convolution.default 2025-03-21T20:49:55.8752980Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1336, aten.permute_copy.default 2025-03-21T20:49:55.8754608Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_564, aten.view_copy.default 2025-03-21T20:49:55.8756078Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_189, aten.add.Tensor 2025-03-21T20:49:55.8757534Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_rms_norm_default_10, aten.rms_norm.default 2025-03-21T20:49:55.8759171Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_565, aten.view_copy.default 2025-03-21T20:49:55.8760793Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1337, aten.permute_copy.default 2025-03-21T20:49:55.8762413Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_125, aten._to_copy.default 2025-03-21T20:49:55.8763986Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_200, aten.convolution.default 2025-03-21T20:49:55.8765656Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1338, aten.permute_copy.default 2025-03-21T20:49:55.8767318Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_201, aten.convolution.default 2025-03-21T20:49:55.8768976Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1339, aten.permute_copy.default 2025-03-21T20:49:55.8770647Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_202, aten.convolution.default 2025-03-21T20:49:55.8772293Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1340, aten.permute_copy.default 2025-03-21T20:49:55.8774020Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_203, aten.convolution.default 2025-03-21T20:49:55.8775684Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1341, aten.permute_copy.default 2025-03-21T20:49:55.8777504Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_204, aten.convolution.default 2025-03-21T20:49:55.8779176Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1342, aten.permute_copy.default 2025-03-21T20:49:55.8780841Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_205, aten.convolution.default 2025-03-21T20:49:55.8782513Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1343, aten.permute_copy.default 2025-03-21T20:49:55.8784159Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_206, aten.convolution.default 2025-03-21T20:49:55.8785825Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1344, aten.permute_copy.default 2025-03-21T20:49:55.8787471Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_207, aten.convolution.default 2025-03-21T20:49:55.8789177Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1345, aten.permute_copy.default 2025-03-21T20:49:55.8790843Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_208, aten.convolution.default 2025-03-21T20:49:55.8792487Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1346, aten.permute_copy.default 2025-03-21T20:49:55.8794142Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_209, aten.convolution.default 2025-03-21T20:49:55.8795762Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1347, aten.permute_copy.default 2025-03-21T20:49:55.8797421Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_210, aten.convolution.default 2025-03-21T20:49:55.8799067Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1348, aten.permute_copy.default 2025-03-21T20:49:55.8800709Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_211, aten.convolution.default 2025-03-21T20:49:55.8802361Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1349, aten.permute_copy.default 2025-03-21T20:49:55.8804002Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_212, aten.convolution.default 2025-03-21T20:49:55.8805786Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1350, aten.permute_copy.default 2025-03-21T20:49:55.8807418Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_213, aten.convolution.default 2025-03-21T20:49:55.8809061Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1351, aten.permute_copy.default 2025-03-21T20:49:55.8810714Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_214, aten.convolution.default 2025-03-21T20:49:55.8812366Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1352, aten.permute_copy.default 2025-03-21T20:49:55.8814020Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_215, aten.convolution.default 2025-03-21T20:49:55.8815684Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1353, aten.permute_copy.default 2025-03-21T20:49:55.8817345Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_216, aten.convolution.default 2025-03-21T20:49:55.8818990Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1354, aten.permute_copy.default 2025-03-21T20:49:55.8820655Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_217, aten.convolution.default 2025-03-21T20:49:55.8822401Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1355, aten.permute_copy.default 2025-03-21T20:49:55.8824063Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_218, aten.convolution.default 2025-03-21T20:49:55.8825691Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1356, aten.permute_copy.default 2025-03-21T20:49:55.8827358Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_219, aten.convolution.default 2025-03-21T20:49:56.2693629Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1357, aten.permute_copy.default 2025-03-21T20:49:56.2695435Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_220, aten.convolution.default 2025-03-21T20:49:56.2697141Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1358, aten.permute_copy.default 2025-03-21T20:49:56.2698852Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_221, aten.convolution.default 2025-03-21T20:49:56.2700555Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1359, aten.permute_copy.default 2025-03-21T20:49:56.2702259Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_222, aten.convolution.default 2025-03-21T20:49:56.2703960Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1360, aten.permute_copy.default 2025-03-21T20:49:56.2705658Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_223, aten.convolution.default 2025-03-21T20:49:56.2707348Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1361, aten.permute_copy.default 2025-03-21T20:49:56.2709094Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_224, aten.convolution.default 2025-03-21T20:49:56.2710804Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1362, aten.permute_copy.default 2025-03-21T20:49:56.2712492Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_225, aten.convolution.default 2025-03-21T20:49:56.2714192Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1363, aten.permute_copy.default 2025-03-21T20:49:56.2715889Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_226, aten.convolution.default 2025-03-21T20:49:56.2717608Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1364, aten.permute_copy.default 2025-03-21T20:49:56.2719635Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_227, aten.convolution.default 2025-03-21T20:49:56.2721325Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1365, aten.permute_copy.default 2025-03-21T20:49:56.2723041Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_228, aten.convolution.default 2025-03-21T20:49:56.2724746Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1366, aten.permute_copy.default 2025-03-21T20:49:56.2726444Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_229, aten.convolution.default 2025-03-21T20:49:56.2728145Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1367, aten.permute_copy.default 2025-03-21T20:49:56.2729843Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_230, aten.convolution.default 2025-03-21T20:49:56.2731555Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1368, aten.permute_copy.default 2025-03-21T20:49:56.2733238Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_231, aten.convolution.default 2025-03-21T20:49:56.2735047Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1369, aten.permute_copy.default 2025-03-21T20:49:56.2736744Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_232, aten.convolution.default 2025-03-21T20:49:56.2738451Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1370, aten.permute_copy.default 2025-03-21T20:49:56.2740145Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_233, aten.convolution.default 2025-03-21T20:49:56.2741839Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1371, aten.permute_copy.default 2025-03-21T20:49:56.2743541Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_234, aten.convolution.default 2025-03-21T20:49:56.2745213Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1372, aten.permute_copy.default 2025-03-21T20:49:56.2746919Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_235, aten.convolution.default 2025-03-21T20:49:56.2748606Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1373, aten.permute_copy.default 2025-03-21T20:49:56.2750319Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_566, aten.view_copy.default 2025-03-21T20:49:56.2751934Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_567, aten.view_copy.default 2025-03-21T20:49:56.2753538Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_568, aten.view_copy.default 2025-03-21T20:49:56.2755142Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_569, aten.view_copy.default 2025-03-21T20:49:56.2756729Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_570, aten.view_copy.default 2025-03-21T20:49:56.2758335Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_571, aten.view_copy.default 2025-03-21T20:49:56.2759946Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_572, aten.view_copy.default 2025-03-21T20:49:56.2761560Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_573, aten.view_copy.default 2025-03-21T20:49:56.2763160Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_574, aten.view_copy.default 2025-03-21T20:49:56.2764768Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_575, aten.view_copy.default 2025-03-21T20:49:56.2766379Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_576, aten.view_copy.default 2025-03-21T20:49:56.2768055Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_577, aten.view_copy.default 2025-03-21T20:49:56.2769655Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_578, aten.view_copy.default 2025-03-21T20:49:56.2771270Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_579, aten.view_copy.default 2025-03-21T20:49:56.2772875Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_580, aten.view_copy.default 2025-03-21T20:49:56.2774481Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_581, aten.view_copy.default 2025-03-21T20:49:56.2776265Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_582, aten.view_copy.default 2025-03-21T20:49:56.2777865Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_583, aten.view_copy.default 2025-03-21T20:49:56.2779489Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_584, aten.view_copy.default 2025-03-21T20:49:56.2781098Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_585, aten.view_copy.default 2025-03-21T20:49:56.2782858Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_586, aten.view_copy.default 2025-03-21T20:49:56.2784474Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_587, aten.view_copy.default 2025-03-21T20:49:56.2786086Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_588, aten.view_copy.default 2025-03-21T20:49:56.2787696Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_589, aten.view_copy.default 2025-03-21T20:49:56.2789343Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_590, aten.view_copy.default 2025-03-21T20:49:56.2790959Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_591, aten.view_copy.default 2025-03-21T20:49:56.2792553Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_592, aten.view_copy.default 2025-03-21T20:49:56.2794157Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_593, aten.view_copy.default 2025-03-21T20:49:56.2795772Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_594, aten.view_copy.default 2025-03-21T20:49:56.2797378Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_595, aten.view_copy.default 2025-03-21T20:49:56.2798975Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_596, aten.view_copy.default 2025-03-21T20:49:56.2800570Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_597, aten.view_copy.default 2025-03-21T20:49:56.2802170Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_598, aten.view_copy.default 2025-03-21T20:49:56.2803780Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_599, aten.view_copy.default 2025-03-21T20:49:56.2805373Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_600, aten.view_copy.default 2025-03-21T20:49:56.2806973Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_601, aten.view_copy.default 2025-03-21T20:49:56.2808575Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_240, aten.slice_copy.Tensor 2025-03-21T20:49:56.2810172Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_241, aten.slice_copy.Tensor 2025-03-21T20:49:56.2811767Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_242, aten.slice_copy.Tensor 2025-03-21T20:49:56.6634472Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_243, aten.slice_copy.Tensor 2025-03-21T20:49:56.6635703Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_244, aten.slice_copy.Tensor 2025-03-21T20:49:56.6636601Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_245, aten.slice_copy.Tensor 2025-03-21T20:49:56.6637508Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_246, aten.slice_copy.Tensor 2025-03-21T20:49:56.6638392Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_247, aten.slice_copy.Tensor 2025-03-21T20:49:56.6639278Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_248, aten.slice_copy.Tensor 2025-03-21T20:49:56.6640165Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_249, aten.slice_copy.Tensor 2025-03-21T20:49:56.6641057Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_250, aten.slice_copy.Tensor 2025-03-21T20:49:56.6641936Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_251, aten.slice_copy.Tensor 2025-03-21T20:49:56.6642827Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_252, aten.slice_copy.Tensor 2025-03-21T20:49:56.6643717Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_253, aten.slice_copy.Tensor 2025-03-21T20:49:56.6644726Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_254, aten.slice_copy.Tensor 2025-03-21T20:49:56.6645621Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_255, aten.slice_copy.Tensor 2025-03-21T20:49:56.6646511Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_256, aten.slice_copy.Tensor 2025-03-21T20:49:56.6647397Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_257, aten.slice_copy.Tensor 2025-03-21T20:49:56.6648274Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_258, aten.slice_copy.Tensor 2025-03-21T20:49:56.6649170Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_259, aten.slice_copy.Tensor 2025-03-21T20:49:56.6650056Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_260, aten.slice_copy.Tensor 2025-03-21T20:49:56.6650950Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_261, aten.slice_copy.Tensor 2025-03-21T20:49:56.6651836Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_262, aten.slice_copy.Tensor 2025-03-21T20:49:56.6652726Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_263, aten.slice_copy.Tensor 2025-03-21T20:49:56.6653602Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_264, aten.slice_copy.Tensor 2025-03-21T20:49:56.6654495Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_265, aten.slice_copy.Tensor 2025-03-21T20:49:56.6655391Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_266, aten.slice_copy.Tensor 2025-03-21T20:49:56.6656281Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_267, aten.slice_copy.Tensor 2025-03-21T20:49:56.6657179Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_268, aten.slice_copy.Tensor 2025-03-21T20:49:56.6658069Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_269, aten.slice_copy.Tensor 2025-03-21T20:49:56.6658957Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_270, aten.slice_copy.Tensor 2025-03-21T20:49:56.6659837Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_271, aten.slice_copy.Tensor 2025-03-21T20:49:56.6660731Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_272, aten.slice_copy.Tensor 2025-03-21T20:49:56.6661687Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_273, aten.slice_copy.Tensor 2025-03-21T20:49:56.6662579Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_274, aten.slice_copy.Tensor 2025-03-21T20:49:56.6663473Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_275, aten.slice_copy.Tensor 2025-03-21T20:49:56.6664369Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_276, aten.slice_copy.Tensor 2025-03-21T20:49:56.6665261Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_277, aten.slice_copy.Tensor 2025-03-21T20:49:56.6666177Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_278, aten.slice_copy.Tensor 2025-03-21T20:49:56.6667057Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_279, aten.slice_copy.Tensor 2025-03-21T20:49:56.6667942Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_280, aten.slice_copy.Tensor 2025-03-21T20:49:56.6668913Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_281, aten.slice_copy.Tensor 2025-03-21T20:49:56.6669805Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_282, aten.slice_copy.Tensor 2025-03-21T20:49:56.6670766Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_283, aten.slice_copy.Tensor 2025-03-21T20:49:56.6671657Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_284, aten.slice_copy.Tensor 2025-03-21T20:49:56.6672546Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_285, aten.slice_copy.Tensor 2025-03-21T20:49:56.6673421Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_286, aten.slice_copy.Tensor 2025-03-21T20:49:56.6674313Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_287, aten.slice_copy.Tensor 2025-03-21T20:49:56.6675162Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_270, aten.cat.default 2025-03-21T20:49:56.6675968Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_272, aten.cat.default 2025-03-21T20:49:56.6676926Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_274, aten.cat.default 2025-03-21T20:49:56.6677726Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_276, aten.cat.default 2025-03-21T20:49:56.6678512Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_278, aten.cat.default 2025-03-21T20:49:56.6679308Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_280, aten.cat.default 2025-03-21T20:49:56.6680108Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_282, aten.cat.default 2025-03-21T20:49:56.6680904Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_284, aten.cat.default 2025-03-21T20:49:56.6681706Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_286, aten.cat.default 2025-03-21T20:49:56.6682502Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_288, aten.cat.default 2025-03-21T20:49:56.6683301Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_290, aten.cat.default 2025-03-21T20:49:56.6684091Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_292, aten.cat.default 2025-03-21T20:49:56.6684887Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_512, aten.mul.Tensor 2025-03-21T20:49:56.6685676Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_514, aten.mul.Tensor 2025-03-21T20:49:56.6686462Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_513, aten.mul.Tensor 2025-03-21T20:49:56.6687242Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_515, aten.mul.Tensor 2025-03-21T20:49:56.6688231Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_516, aten.mul.Tensor 2025-03-21T20:49:56.6689004Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_518, aten.mul.Tensor 2025-03-21T20:49:56.6689786Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_517, aten.mul.Tensor 2025-03-21T20:49:56.6690575Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_519, aten.mul.Tensor 2025-03-21T20:49:56.6691356Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_520, aten.mul.Tensor 2025-03-21T20:49:56.6692133Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_522, aten.mul.Tensor 2025-03-21T20:49:56.6692913Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_521, aten.mul.Tensor 2025-03-21T20:49:56.6693684Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_523, aten.mul.Tensor 2025-03-21T20:49:56.6694467Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_524, aten.mul.Tensor 2025-03-21T20:49:56.6695255Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_526, aten.mul.Tensor 2025-03-21T20:49:56.6696035Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_525, aten.mul.Tensor 2025-03-21T20:49:56.6696917Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_527, aten.mul.Tensor 2025-03-21T20:49:56.6697705Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_528, aten.mul.Tensor 2025-03-21T20:49:56.6698494Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_530, aten.mul.Tensor 2025-03-21T20:49:56.6699264Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_529, aten.mul.Tensor 2025-03-21T20:49:56.6700047Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_531, aten.mul.Tensor 2025-03-21T20:49:56.6700828Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_532, aten.mul.Tensor 2025-03-21T20:49:57.1191339Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_534, aten.mul.Tensor 2025-03-21T20:49:57.1192904Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_533, aten.mul.Tensor 2025-03-21T20:49:57.1194298Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_535, aten.mul.Tensor 2025-03-21T20:49:57.1195755Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_536, aten.mul.Tensor 2025-03-21T20:49:57.1197179Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_538, aten.mul.Tensor 2025-03-21T20:49:57.1198549Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_537, aten.mul.Tensor 2025-03-21T20:49:57.1199972Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_539, aten.mul.Tensor 2025-03-21T20:49:57.1201390Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_540, aten.mul.Tensor 2025-03-21T20:49:57.1202828Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_542, aten.mul.Tensor 2025-03-21T20:49:57.1204288Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_541, aten.mul.Tensor 2025-03-21T20:49:57.1205704Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_543, aten.mul.Tensor 2025-03-21T20:49:57.1207154Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_544, aten.mul.Tensor 2025-03-21T20:49:57.1208573Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_546, aten.mul.Tensor 2025-03-21T20:49:57.1210039Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_545, aten.mul.Tensor 2025-03-21T20:49:57.1211416Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_547, aten.mul.Tensor 2025-03-21T20:49:57.1212861Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_548, aten.mul.Tensor 2025-03-21T20:49:57.1214691Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_550, aten.mul.Tensor 2025-03-21T20:49:57.1216136Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_549, aten.mul.Tensor 2025-03-21T20:49:57.1217523Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_551, aten.mul.Tensor 2025-03-21T20:49:57.1218964Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_552, aten.mul.Tensor 2025-03-21T20:49:57.1220386Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_554, aten.mul.Tensor 2025-03-21T20:49:57.1221776Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_553, aten.mul.Tensor 2025-03-21T20:49:57.1223207Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_555, aten.mul.Tensor 2025-03-21T20:49:57.1224645Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_556, aten.mul.Tensor 2025-03-21T20:49:57.1226078Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_558, aten.mul.Tensor 2025-03-21T20:49:57.1227534Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_557, aten.mul.Tensor 2025-03-21T20:49:57.1229042Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_559, aten.mul.Tensor 2025-03-21T20:49:57.1230733Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_560, aten.mul.Tensor 2025-03-21T20:49:57.1232186Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_562, aten.mul.Tensor 2025-03-21T20:49:57.1233633Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_561, aten.mul.Tensor 2025-03-21T20:49:57.1234942Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_563, aten.mul.Tensor 2025-03-21T20:49:57.1236379Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_564, aten.mul.Tensor 2025-03-21T20:49:57.1237831Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_566, aten.mul.Tensor 2025-03-21T20:49:57.1239308Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_565, aten.mul.Tensor 2025-03-21T20:49:57.1240716Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_567, aten.mul.Tensor 2025-03-21T20:49:57.1242150Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_568, aten.mul.Tensor 2025-03-21T20:49:57.1243556Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_570, aten.mul.Tensor 2025-03-21T20:49:57.1244946Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_569, aten.mul.Tensor 2025-03-21T20:49:57.1246359Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_571, aten.mul.Tensor 2025-03-21T20:49:57.1247781Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_572, aten.mul.Tensor 2025-03-21T20:49:57.1249207Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_574, aten.mul.Tensor 2025-03-21T20:49:57.1250665Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_573, aten.mul.Tensor 2025-03-21T20:49:57.1252066Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_575, aten.mul.Tensor 2025-03-21T20:49:57.1253489Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_576, aten.mul.Tensor 2025-03-21T20:49:57.1254904Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_578, aten.mul.Tensor 2025-03-21T20:49:57.1256352Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_577, aten.mul.Tensor 2025-03-21T20:49:57.1257759Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_579, aten.mul.Tensor 2025-03-21T20:49:57.1259204Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_580, aten.mul.Tensor 2025-03-21T20:49:57.1260650Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_582, aten.mul.Tensor 2025-03-21T20:49:57.1262287Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_581, aten.mul.Tensor 2025-03-21T20:49:57.1263692Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_583, aten.mul.Tensor 2025-03-21T20:49:57.1265119Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_584, aten.mul.Tensor 2025-03-21T20:49:57.1266558Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_586, aten.mul.Tensor 2025-03-21T20:49:57.1267952Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_585, aten.mul.Tensor 2025-03-21T20:49:57.1269452Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_587, aten.mul.Tensor 2025-03-21T20:49:57.1270865Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_588, aten.mul.Tensor 2025-03-21T20:49:57.1272293Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_590, aten.mul.Tensor 2025-03-21T20:49:57.1273752Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_589, aten.mul.Tensor 2025-03-21T20:49:57.1275147Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_591, aten.mul.Tensor 2025-03-21T20:49:57.1276790Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_592, aten.mul.Tensor 2025-03-21T20:49:57.1278407Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_594, aten.mul.Tensor 2025-03-21T20:49:57.1279868Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_593, aten.mul.Tensor 2025-03-21T20:49:57.1281175Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_595, aten.mul.Tensor 2025-03-21T20:49:57.1282565Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_596, aten.mul.Tensor 2025-03-21T20:49:57.1283975Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_598, aten.mul.Tensor 2025-03-21T20:49:57.1285430Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_597, aten.mul.Tensor 2025-03-21T20:49:57.1286895Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_599, aten.mul.Tensor 2025-03-21T20:49:57.1288287Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_600, aten.mul.Tensor 2025-03-21T20:49:57.1289706Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_602, aten.mul.Tensor 2025-03-21T20:49:57.1291125Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_601, aten.mul.Tensor 2025-03-21T20:49:57.1292506Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_603, aten.mul.Tensor 2025-03-21T20:49:57.1293919Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_604, aten.mul.Tensor 2025-03-21T20:49:57.1295337Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_606, aten.mul.Tensor 2025-03-21T20:49:57.1296769Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_605, aten.mul.Tensor 2025-03-21T20:49:57.1298216Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_607, aten.mul.Tensor 2025-03-21T20:49:57.1299623Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_120, aten.sub.Tensor 2025-03-21T20:49:57.1300975Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_190, aten.add.Tensor 2025-03-21T20:49:57.1302432Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_121, aten.sub.Tensor 2025-03-21T20:49:57.1303884Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_191, aten.add.Tensor 2025-03-21T20:49:57.1305302Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_122, aten.sub.Tensor 2025-03-21T20:49:57.1306724Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_192, aten.add.Tensor 2025-03-21T20:49:57.1308140Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_123, aten.sub.Tensor 2025-03-21T20:49:57.1309869Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_193, aten.add.Tensor 2025-03-21T20:49:57.1311288Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_124, aten.sub.Tensor 2025-03-21T20:49:57.1312707Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_194, aten.add.Tensor 2025-03-21T20:49:57.5879182Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_125, aten.sub.Tensor 2025-03-21T20:49:57.5880683Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_195, aten.add.Tensor 2025-03-21T20:49:57.5882098Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_126, aten.sub.Tensor 2025-03-21T20:49:57.5883523Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_196, aten.add.Tensor 2025-03-21T20:49:57.5884940Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_127, aten.sub.Tensor 2025-03-21T20:49:57.5886355Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_197, aten.add.Tensor 2025-03-21T20:49:57.5887785Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_128, aten.sub.Tensor 2025-03-21T20:49:57.5889204Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_198, aten.add.Tensor 2025-03-21T20:49:57.5891001Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_129, aten.sub.Tensor 2025-03-21T20:49:57.5892452Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_199, aten.add.Tensor 2025-03-21T20:49:57.5893881Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_130, aten.sub.Tensor 2025-03-21T20:49:57.5895281Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_200, aten.add.Tensor 2025-03-21T20:49:57.5896743Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_131, aten.sub.Tensor 2025-03-21T20:49:57.5898174Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_201, aten.add.Tensor 2025-03-21T20:49:57.5899630Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_132, aten.sub.Tensor 2025-03-21T20:49:57.5901172Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_126, aten._to_copy.default 2025-03-21T20:49:57.5902758Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_202, aten.add.Tensor 2025-03-21T20:49:57.5904259Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_127, aten._to_copy.default 2025-03-21T20:49:57.5905772Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_133, aten.sub.Tensor 2025-03-21T20:49:57.5907291Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_128, aten._to_copy.default 2025-03-21T20:49:57.5908789Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_203, aten.add.Tensor 2025-03-21T20:49:57.5910412Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_129, aten._to_copy.default 2025-03-21T20:49:57.5911930Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_134, aten.sub.Tensor 2025-03-21T20:49:57.5913431Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_130, aten._to_copy.default 2025-03-21T20:49:57.5914969Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_204, aten.add.Tensor 2025-03-21T20:49:57.5916442Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_131, aten._to_copy.default 2025-03-21T20:49:57.5917934Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_135, aten.sub.Tensor 2025-03-21T20:49:57.5919464Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_132, aten._to_copy.default 2025-03-21T20:49:57.5920996Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_205, aten.add.Tensor 2025-03-21T20:49:57.5922835Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_133, aten._to_copy.default 2025-03-21T20:49:57.5924350Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_136, aten.sub.Tensor 2025-03-21T20:49:57.5925917Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_134, aten._to_copy.default 2025-03-21T20:49:57.5927410Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_206, aten.add.Tensor 2025-03-21T20:49:57.5928925Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_135, aten._to_copy.default 2025-03-21T20:49:57.5930436Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_137, aten.sub.Tensor 2025-03-21T20:49:57.5931910Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_136, aten._to_copy.default 2025-03-21T20:49:57.5933416Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_207, aten.add.Tensor 2025-03-21T20:49:57.5934924Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_137, aten._to_copy.default 2025-03-21T20:49:57.5936440Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_138, aten.sub.Tensor 2025-03-21T20:49:57.5938122Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_138, aten._to_copy.default 2025-03-21T20:49:57.5939603Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_208, aten.add.Tensor 2025-03-21T20:49:57.5941109Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_139, aten._to_copy.default 2025-03-21T20:49:57.5942649Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_139, aten.sub.Tensor 2025-03-21T20:49:57.5944119Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_140, aten._to_copy.default 2025-03-21T20:49:57.5945659Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_209, aten.add.Tensor 2025-03-21T20:49:57.5947196Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_141, aten._to_copy.default 2025-03-21T20:49:57.5948773Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_140, aten.sub.Tensor 2025-03-21T20:49:57.5950354Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_142, aten._to_copy.default 2025-03-21T20:49:57.5951867Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_210, aten.add.Tensor 2025-03-21T20:49:57.5953383Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_143, aten._to_copy.default 2025-03-21T20:49:57.5954853Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_141, aten.sub.Tensor 2025-03-21T20:49:57.5956364Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_144, aten._to_copy.default 2025-03-21T20:49:57.5957887Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_211, aten.add.Tensor 2025-03-21T20:49:57.5959398Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_145, aten._to_copy.default 2025-03-21T20:49:57.5960939Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_142, aten.sub.Tensor 2025-03-21T20:49:57.5962433Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_146, aten._to_copy.default 2025-03-21T20:49:57.5963928Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_212, aten.add.Tensor 2025-03-21T20:49:57.5965457Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_147, aten._to_copy.default 2025-03-21T20:49:57.5966999Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_143, aten.sub.Tensor 2025-03-21T20:49:57.5968358Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_148, aten._to_copy.default 2025-03-21T20:49:57.5970050Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_213, aten.add.Tensor 2025-03-21T20:49:57.5971555Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_149, aten._to_copy.default 2025-03-21T20:49:57.5973123Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_245, aten.cat.default 2025-03-21T20:49:57.5974552Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_246, aten.cat.default 2025-03-21T20:49:57.5976199Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_247, aten.cat.default 2025-03-21T20:49:57.5977667Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_248, aten.cat.default 2025-03-21T20:49:57.5979104Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_249, aten.cat.default 2025-03-21T20:49:57.5980536Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_250, aten.cat.default 2025-03-21T20:49:57.5982004Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_251, aten.cat.default 2025-03-21T20:49:57.5983440Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_252, aten.cat.default 2025-03-21T20:49:57.5984896Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_253, aten.cat.default 2025-03-21T20:49:57.5986551Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_254, aten.cat.default 2025-03-21T20:49:57.5988028Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_255, aten.cat.default 2025-03-21T20:49:57.5989548Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_256, aten.cat.default 2025-03-21T20:49:57.5991034Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_257, aten.cat.default 2025-03-21T20:49:57.5992451Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_258, aten.cat.default 2025-03-21T20:49:57.5993921Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_259, aten.cat.default 2025-03-21T20:49:57.5995397Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_260, aten.cat.default 2025-03-21T20:49:57.5996893Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_261, aten.cat.default 2025-03-21T20:49:57.5998344Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_262, aten.cat.default 2025-03-21T20:49:57.5999792Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_263, aten.cat.default 2025-03-21T20:49:58.0569434Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_264, aten.cat.default 2025-03-21T20:49:58.0570954Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_265, aten.cat.default 2025-03-21T20:49:58.0572404Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_266, aten.cat.default 2025-03-21T20:49:58.0573893Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_267, aten.cat.default 2025-03-21T20:49:58.0575332Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_268, aten.cat.default 2025-03-21T20:49:58.0577203Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_302, aten.permute_copy.default 2025-03-21T20:49:58.0579014Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_303, aten.permute_copy.default 2025-03-21T20:49:58.0580789Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_304, aten.permute_copy.default 2025-03-21T20:49:58.0582610Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_305, aten.permute_copy.default 2025-03-21T20:49:58.0584347Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_306, aten.permute_copy.default 2025-03-21T20:49:58.0586119Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_307, aten.permute_copy.default 2025-03-21T20:49:58.0588311Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_308, aten.permute_copy.default 2025-03-21T20:49:58.0590160Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_309, aten.permute_copy.default 2025-03-21T20:49:58.0591974Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_310, aten.permute_copy.default 2025-03-21T20:49:58.0593797Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_311, aten.permute_copy.default 2025-03-21T20:49:58.0595546Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_312, aten.permute_copy.default 2025-03-21T20:49:58.0597322Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_313, aten.permute_copy.default 2025-03-21T20:49:58.0598953Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_269, aten.cat.default 2025-03-21T20:49:58.0600467Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_271, aten.cat.default 2025-03-21T20:49:58.0601983Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_273, aten.cat.default 2025-03-21T20:49:58.0604188Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_275, aten.cat.default 2025-03-21T20:49:58.0605756Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_277, aten.cat.default 2025-03-21T20:49:58.0607216Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_279, aten.cat.default 2025-03-21T20:49:58.0608719Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_281, aten.cat.default 2025-03-21T20:49:58.0610281Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_283, aten.cat.default 2025-03-21T20:49:58.0611771Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_285, aten.cat.default 2025-03-21T20:49:58.0613327Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_287, aten.cat.default 2025-03-21T20:49:58.0614866Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_289, aten.cat.default 2025-03-21T20:49:58.0616445Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_291, aten.cat.default 2025-03-21T20:49:58.0617999Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_120, aten.matmul.default 2025-03-21T20:49:58.0619613Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_122, aten.matmul.default 2025-03-21T20:49:58.0621208Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_124, aten.matmul.default 2025-03-21T20:49:58.0622785Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_126, aten.matmul.default 2025-03-21T20:49:58.0624389Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_128, aten.matmul.default 2025-03-21T20:49:58.0626011Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_130, aten.matmul.default 2025-03-21T20:49:58.0627619Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_132, aten.matmul.default 2025-03-21T20:49:58.0629311Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_134, aten.matmul.default 2025-03-21T20:49:58.0630924Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_136, aten.matmul.default 2025-03-21T20:49:58.0632519Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_138, aten.matmul.default 2025-03-21T20:49:58.0634170Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_140, aten.matmul.default 2025-03-21T20:49:58.0635744Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_142, aten.matmul.default 2025-03-21T20:49:58.0637450Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_60, aten.div.Tensor 2025-03-21T20:49:58.0638968Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_61, aten.div.Tensor 2025-03-21T20:49:58.0640424Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_62, aten.div.Tensor 2025-03-21T20:49:58.0641887Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_63, aten.div.Tensor 2025-03-21T20:49:58.0643359Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_64, aten.div.Tensor 2025-03-21T20:49:58.0644802Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_65, aten.div.Tensor 2025-03-21T20:49:58.0646245Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_66, aten.div.Tensor 2025-03-21T20:49:58.0647717Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_67, aten.div.Tensor 2025-03-21T20:49:58.0649194Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_68, aten.div.Tensor 2025-03-21T20:49:58.0650660Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_69, aten.div.Tensor 2025-03-21T20:49:58.0652099Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_70, aten.div.Tensor 2025-03-21T20:49:58.0653699Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_71, aten.div.Tensor 2025-03-21T20:49:58.0655176Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_214, aten.add.Tensor 2025-03-21T20:49:58.0656675Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_215, aten.add.Tensor 2025-03-21T20:49:58.0658083Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_216, aten.add.Tensor 2025-03-21T20:49:58.0659485Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_217, aten.add.Tensor 2025-03-21T20:49:58.0660952Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_218, aten.add.Tensor 2025-03-21T20:49:58.0662465Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_219, aten.add.Tensor 2025-03-21T20:49:58.0663979Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_220, aten.add.Tensor 2025-03-21T20:49:58.0665439Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_221, aten.add.Tensor 2025-03-21T20:49:58.0666914Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_222, aten.add.Tensor 2025-03-21T20:49:58.0668390Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_223, aten.add.Tensor 2025-03-21T20:49:58.0669919Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_224, aten.add.Tensor 2025-03-21T20:49:58.0671395Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_225, aten.add.Tensor 2025-03-21T20:49:58.0672959Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_60, aten._softmax.default 2025-03-21T20:49:58.0674625Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_61, aten._softmax.default 2025-03-21T20:49:58.0676476Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_62, aten._softmax.default 2025-03-21T20:49:58.0678114Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_63, aten._softmax.default 2025-03-21T20:49:58.0679754Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_64, aten._softmax.default 2025-03-21T20:49:58.0681414Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_65, aten._softmax.default 2025-03-21T20:49:58.0683044Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_66, aten._softmax.default 2025-03-21T20:49:58.0684734Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_67, aten._softmax.default 2025-03-21T20:49:58.0686624Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_68, aten._softmax.default 2025-03-21T20:49:58.0688275Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_69, aten._softmax.default 2025-03-21T20:49:58.0689923Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_70, aten._softmax.default 2025-03-21T20:49:58.0691594Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_71, aten._softmax.default 2025-03-21T20:49:58.0693161Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_121, aten.matmul.default 2025-03-21T20:49:58.0694772Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_123, aten.matmul.default 2025-03-21T20:49:58.7145497Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_125, aten.matmul.default 2025-03-21T20:49:58.7147060Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_127, aten.matmul.default 2025-03-21T20:49:58.7148610Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_129, aten.matmul.default 2025-03-21T20:49:58.7150245Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_131, aten.matmul.default 2025-03-21T20:49:58.7152102Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_133, aten.matmul.default 2025-03-21T20:49:58.7153611Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_135, aten.matmul.default 2025-03-21T20:49:58.7155124Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_137, aten.matmul.default 2025-03-21T20:49:58.7156618Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_139, aten.matmul.default 2025-03-21T20:49:58.7158126Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_141, aten.matmul.default 2025-03-21T20:49:58.7159638Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_143, aten.matmul.default 2025-03-21T20:49:58.7161111Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_293, aten.cat.default 2025-03-21T20:49:58.7162627Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_674, aten.view_copy.default 2025-03-21T20:49:58.7164289Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1374, aten.permute_copy.default 2025-03-21T20:49:58.7165964Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_236, aten.convolution.default 2025-03-21T20:49:58.7167656Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1375, aten.permute_copy.default 2025-03-21T20:49:58.7169302Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_675, aten.view_copy.default 2025-03-21T20:49:58.7170798Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_226, aten.add.Tensor 2025-03-21T20:49:58.7172287Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_rms_norm_default_11, aten.rms_norm.default 2025-03-21T20:49:58.7173858Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_676, aten.view_copy.default 2025-03-21T20:49:58.7175509Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1376, aten.permute_copy.default 2025-03-21T20:49:58.7177325Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_237, aten.convolution.default 2025-03-21T20:49:58.7179000Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_238, aten.convolution.default 2025-03-21T20:49:58.7180593Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sigmoid_default_5, aten.sigmoid.default 2025-03-21T20:49:58.7182052Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_610, aten.mul.Tensor 2025-03-21T20:49:58.7183450Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_611, aten.mul.Tensor 2025-03-21T20:49:58.7185177Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_239, aten.convolution.default 2025-03-21T20:49:58.7186859Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1377, aten.permute_copy.default 2025-03-21T20:49:58.7188496Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_677, aten.view_copy.default 2025-03-21T20:49:58.7190044Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_227, aten.add.Tensor 2025-03-21T20:49:58.7191521Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_rms_norm_default_12, aten.rms_norm.default 2025-03-21T20:49:58.7193092Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_678, aten.view_copy.default 2025-03-21T20:49:58.7194731Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1378, aten.permute_copy.default 2025-03-21T20:49:58.7196363Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_150, aten._to_copy.default 2025-03-21T20:49:58.7197973Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_240, aten.convolution.default 2025-03-21T20:49:58.7199736Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1379, aten.permute_copy.default 2025-03-21T20:49:58.7201409Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_241, aten.convolution.default 2025-03-21T20:49:58.7203076Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1380, aten.permute_copy.default 2025-03-21T20:49:58.7204737Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_242, aten.convolution.default 2025-03-21T20:49:58.7206408Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1381, aten.permute_copy.default 2025-03-21T20:49:58.7208069Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_243, aten.convolution.default 2025-03-21T20:49:58.7209750Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1382, aten.permute_copy.default 2025-03-21T20:49:58.7211411Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_244, aten.convolution.default 2025-03-21T20:49:58.7213084Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1383, aten.permute_copy.default 2025-03-21T20:49:58.7214757Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_245, aten.convolution.default 2025-03-21T20:49:58.7216440Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1384, aten.permute_copy.default 2025-03-21T20:49:58.7218125Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_246, aten.convolution.default 2025-03-21T20:49:58.7219820Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1385, aten.permute_copy.default 2025-03-21T20:49:58.7221484Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_247, aten.convolution.default 2025-03-21T20:49:58.7223103Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1386, aten.permute_copy.default 2025-03-21T20:49:58.7224792Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_248, aten.convolution.default 2025-03-21T20:49:58.7226470Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1387, aten.permute_copy.default 2025-03-21T20:49:58.7228152Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_249, aten.convolution.default 2025-03-21T20:49:58.7229915Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1388, aten.permute_copy.default 2025-03-21T20:49:58.7231692Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_250, aten.convolution.default 2025-03-21T20:49:58.7233373Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1389, aten.permute_copy.default 2025-03-21T20:49:58.7235056Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_251, aten.convolution.default 2025-03-21T20:49:58.7236755Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1390, aten.permute_copy.default 2025-03-21T20:49:58.7238435Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_252, aten.convolution.default 2025-03-21T20:49:58.7240116Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1391, aten.permute_copy.default 2025-03-21T20:49:58.7241804Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_253, aten.convolution.default 2025-03-21T20:49:58.7243492Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1392, aten.permute_copy.default 2025-03-21T20:49:58.7245161Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_254, aten.convolution.default 2025-03-21T20:49:58.7246839Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1393, aten.permute_copy.default 2025-03-21T20:49:58.7248610Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_255, aten.convolution.default 2025-03-21T20:49:58.7250285Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1394, aten.permute_copy.default 2025-03-21T20:49:58.7251971Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_256, aten.convolution.default 2025-03-21T20:49:58.7253656Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1395, aten.permute_copy.default 2025-03-21T20:49:58.7255326Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_257, aten.convolution.default 2025-03-21T20:49:58.7257001Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1396, aten.permute_copy.default 2025-03-21T20:49:58.7258684Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_258, aten.convolution.default 2025-03-21T20:49:58.7260341Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1397, aten.permute_copy.default 2025-03-21T20:49:58.7262159Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_259, aten.convolution.default 2025-03-21T20:49:58.7264104Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1398, aten.permute_copy.default 2025-03-21T20:49:59.1143565Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_260, aten.convolution.default 2025-03-21T20:49:59.1145325Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1399, aten.permute_copy.default 2025-03-21T20:49:59.1147109Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_261, aten.convolution.default 2025-03-21T20:49:59.1148931Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1400, aten.permute_copy.default 2025-03-21T20:49:59.1150705Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_262, aten.convolution.default 2025-03-21T20:49:59.1152490Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1401, aten.permute_copy.default 2025-03-21T20:49:59.1154244Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_263, aten.convolution.default 2025-03-21T20:49:59.1155997Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1402, aten.permute_copy.default 2025-03-21T20:49:59.1157738Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_264, aten.convolution.default 2025-03-21T20:49:59.1159794Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1403, aten.permute_copy.default 2025-03-21T20:49:59.1161476Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_265, aten.convolution.default 2025-03-21T20:49:59.1163183Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1404, aten.permute_copy.default 2025-03-21T20:49:59.1164841Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_266, aten.convolution.default 2025-03-21T20:49:59.1166526Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1405, aten.permute_copy.default 2025-03-21T20:49:59.1168218Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_267, aten.convolution.default 2025-03-21T20:49:59.1169911Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1406, aten.permute_copy.default 2025-03-21T20:49:59.1171611Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_268, aten.convolution.default 2025-03-21T20:49:59.1173294Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1407, aten.permute_copy.default 2025-03-21T20:49:59.1175101Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_269, aten.convolution.default 2025-03-21T20:49:59.1176943Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1408, aten.permute_copy.default 2025-03-21T20:49:59.1178642Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_270, aten.convolution.default 2025-03-21T20:49:59.1180336Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1409, aten.permute_copy.default 2025-03-21T20:49:59.1182036Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_271, aten.convolution.default 2025-03-21T20:49:59.1183739Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1410, aten.permute_copy.default 2025-03-21T20:49:59.1185428Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_272, aten.convolution.default 2025-03-21T20:49:59.1187127Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1411, aten.permute_copy.default 2025-03-21T20:49:59.1188893Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_273, aten.convolution.default 2025-03-21T20:49:59.1190601Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1412, aten.permute_copy.default 2025-03-21T20:49:59.1192305Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_274, aten.convolution.default 2025-03-21T20:49:59.1194012Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1413, aten.permute_copy.default 2025-03-21T20:49:59.1195721Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_275, aten.convolution.default 2025-03-21T20:49:59.1197395Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1414, aten.permute_copy.default 2025-03-21T20:49:59.1199057Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_679, aten.view_copy.default 2025-03-21T20:49:59.1200670Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_680, aten.view_copy.default 2025-03-21T20:49:59.1202274Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_681, aten.view_copy.default 2025-03-21T20:49:59.1203878Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_682, aten.view_copy.default 2025-03-21T20:49:59.1205482Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_683, aten.view_copy.default 2025-03-21T20:49:59.1207227Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_684, aten.view_copy.default 2025-03-21T20:49:59.1208830Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_685, aten.view_copy.default 2025-03-21T20:49:59.1210431Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_686, aten.view_copy.default 2025-03-21T20:49:59.1212018Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_687, aten.view_copy.default 2025-03-21T20:49:59.1213625Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_688, aten.view_copy.default 2025-03-21T20:49:59.1215229Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_689, aten.view_copy.default 2025-03-21T20:49:59.1216839Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_690, aten.view_copy.default 2025-03-21T20:49:59.1218428Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_691, aten.view_copy.default 2025-03-21T20:49:59.1220031Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_692, aten.view_copy.default 2025-03-21T20:49:59.1221662Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_693, aten.view_copy.default 2025-03-21T20:49:59.1223363Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_694, aten.view_copy.default 2025-03-21T20:49:59.1224960Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_695, aten.view_copy.default 2025-03-21T20:49:59.1226552Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_696, aten.view_copy.default 2025-03-21T20:49:59.1228159Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_697, aten.view_copy.default 2025-03-21T20:49:59.1229817Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_698, aten.view_copy.default 2025-03-21T20:49:59.1231429Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_699, aten.view_copy.default 2025-03-21T20:49:59.1233035Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_700, aten.view_copy.default 2025-03-21T20:49:59.1234631Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_701, aten.view_copy.default 2025-03-21T20:49:59.1236235Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_702, aten.view_copy.default 2025-03-21T20:49:59.1237829Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_703, aten.view_copy.default 2025-03-21T20:49:59.1239436Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_704, aten.view_copy.default 2025-03-21T20:49:59.1241040Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_705, aten.view_copy.default 2025-03-21T20:49:59.1242654Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_706, aten.view_copy.default 2025-03-21T20:49:59.1244254Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_707, aten.view_copy.default 2025-03-21T20:49:59.1245854Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_708, aten.view_copy.default 2025-03-21T20:49:59.1247472Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_709, aten.view_copy.default 2025-03-21T20:49:59.1249063Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_710, aten.view_copy.default 2025-03-21T20:49:59.1250672Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_711, aten.view_copy.default 2025-03-21T20:49:59.1252270Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_712, aten.view_copy.default 2025-03-21T20:49:59.1253873Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_713, aten.view_copy.default 2025-03-21T20:49:59.1255552Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_714, aten.view_copy.default 2025-03-21T20:49:59.1257148Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_288, aten.slice_copy.Tensor 2025-03-21T20:49:59.1258756Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_289, aten.slice_copy.Tensor 2025-03-21T20:49:59.1260357Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_290, aten.slice_copy.Tensor 2025-03-21T20:49:59.1261954Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_291, aten.slice_copy.Tensor 2025-03-21T20:49:59.5074132Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_292, aten.slice_copy.Tensor 2025-03-21T20:49:59.5075074Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_293, aten.slice_copy.Tensor 2025-03-21T20:49:59.5075996Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_294, aten.slice_copy.Tensor 2025-03-21T20:49:59.5077049Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_295, aten.slice_copy.Tensor 2025-03-21T20:49:59.5078210Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_296, aten.slice_copy.Tensor 2025-03-21T20:49:59.5079107Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_297, aten.slice_copy.Tensor 2025-03-21T20:49:59.5079989Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_298, aten.slice_copy.Tensor 2025-03-21T20:49:59.5080882Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_299, aten.slice_copy.Tensor 2025-03-21T20:49:59.5081771Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_300, aten.slice_copy.Tensor 2025-03-21T20:49:59.5082667Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_301, aten.slice_copy.Tensor 2025-03-21T20:49:59.5083557Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_302, aten.slice_copy.Tensor 2025-03-21T20:49:59.5084447Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_303, aten.slice_copy.Tensor 2025-03-21T20:49:59.5085345Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_304, aten.slice_copy.Tensor 2025-03-21T20:49:59.5086228Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_305, aten.slice_copy.Tensor 2025-03-21T20:49:59.5087123Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_306, aten.slice_copy.Tensor 2025-03-21T20:49:59.5088013Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_307, aten.slice_copy.Tensor 2025-03-21T20:49:59.5088904Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_308, aten.slice_copy.Tensor 2025-03-21T20:49:59.5089800Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_309, aten.slice_copy.Tensor 2025-03-21T20:49:59.5090693Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_310, aten.slice_copy.Tensor 2025-03-21T20:49:59.5091587Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_311, aten.slice_copy.Tensor 2025-03-21T20:49:59.5092466Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_312, aten.slice_copy.Tensor 2025-03-21T20:49:59.5093353Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_313, aten.slice_copy.Tensor 2025-03-21T20:49:59.5094245Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_314, aten.slice_copy.Tensor 2025-03-21T20:49:59.5095133Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_315, aten.slice_copy.Tensor 2025-03-21T20:49:59.5096132Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_316, aten.slice_copy.Tensor 2025-03-21T20:49:59.5097031Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_317, aten.slice_copy.Tensor 2025-03-21T20:49:59.5097928Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_318, aten.slice_copy.Tensor 2025-03-21T20:49:59.5098821Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_319, aten.slice_copy.Tensor 2025-03-21T20:49:59.5099723Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_320, aten.slice_copy.Tensor 2025-03-21T20:49:59.5100702Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_321, aten.slice_copy.Tensor 2025-03-21T20:49:59.5101599Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_322, aten.slice_copy.Tensor 2025-03-21T20:49:59.5102497Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_323, aten.slice_copy.Tensor 2025-03-21T20:49:59.5103400Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_324, aten.slice_copy.Tensor 2025-03-21T20:49:59.5104281Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_325, aten.slice_copy.Tensor 2025-03-21T20:49:59.5105237Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_326, aten.slice_copy.Tensor 2025-03-21T20:49:59.5106125Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_327, aten.slice_copy.Tensor 2025-03-21T20:49:59.5107020Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_328, aten.slice_copy.Tensor 2025-03-21T20:49:59.5107939Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_329, aten.slice_copy.Tensor 2025-03-21T20:49:59.5108901Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_330, aten.slice_copy.Tensor 2025-03-21T20:49:59.5109803Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_331, aten.slice_copy.Tensor 2025-03-21T20:49:59.5110706Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_332, aten.slice_copy.Tensor 2025-03-21T20:49:59.5111588Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_333, aten.slice_copy.Tensor 2025-03-21T20:49:59.5112485Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_334, aten.slice_copy.Tensor 2025-03-21T20:49:59.5113376Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_335, aten.slice_copy.Tensor 2025-03-21T20:49:59.5114226Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_319, aten.cat.default 2025-03-21T20:49:59.5115028Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_321, aten.cat.default 2025-03-21T20:49:59.5115831Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_323, aten.cat.default 2025-03-21T20:49:59.5116624Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_325, aten.cat.default 2025-03-21T20:49:59.5117408Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_327, aten.cat.default 2025-03-21T20:49:59.5118210Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_329, aten.cat.default 2025-03-21T20:49:59.5119007Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_331, aten.cat.default 2025-03-21T20:49:59.5119807Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_333, aten.cat.default 2025-03-21T20:49:59.5120605Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_335, aten.cat.default 2025-03-21T20:49:59.5121406Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_337, aten.cat.default 2025-03-21T20:49:59.5122289Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_339, aten.cat.default 2025-03-21T20:49:59.5123089Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_341, aten.cat.default 2025-03-21T20:49:59.5131994Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_614, aten.mul.Tensor 2025-03-21T20:49:59.5132835Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_616, aten.mul.Tensor 2025-03-21T20:49:59.5133623Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_615, aten.mul.Tensor 2025-03-21T20:49:59.5134404Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_617, aten.mul.Tensor 2025-03-21T20:49:59.5135192Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_618, aten.mul.Tensor 2025-03-21T20:49:59.5135962Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_620, aten.mul.Tensor 2025-03-21T20:49:59.5136740Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_619, aten.mul.Tensor 2025-03-21T20:49:59.5137540Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_621, aten.mul.Tensor 2025-03-21T20:49:59.5138317Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_622, aten.mul.Tensor 2025-03-21T20:49:59.5139230Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_624, aten.mul.Tensor 2025-03-21T20:49:59.5140013Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_623, aten.mul.Tensor 2025-03-21T20:49:59.5140780Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_625, aten.mul.Tensor 2025-03-21T20:49:59.5141563Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_626, aten.mul.Tensor 2025-03-21T20:49:59.5142343Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_628, aten.mul.Tensor 2025-03-21T20:49:59.5143120Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_627, aten.mul.Tensor 2025-03-21T20:49:59.5143907Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_629, aten.mul.Tensor 2025-03-21T20:49:59.5144688Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_630, aten.mul.Tensor 2025-03-21T20:49:59.5145458Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_632, aten.mul.Tensor 2025-03-21T20:49:59.5146242Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_631, aten.mul.Tensor 2025-03-21T20:49:59.5147030Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_633, aten.mul.Tensor 2025-03-21T20:49:59.5147816Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_634, aten.mul.Tensor 2025-03-21T20:49:59.5148599Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_636, aten.mul.Tensor 2025-03-21T20:49:59.9607771Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_635, aten.mul.Tensor 2025-03-21T20:49:59.9609319Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_637, aten.mul.Tensor 2025-03-21T20:49:59.9610727Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_638, aten.mul.Tensor 2025-03-21T20:49:59.9612153Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_640, aten.mul.Tensor 2025-03-21T20:49:59.9613576Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_639, aten.mul.Tensor 2025-03-21T20:49:59.9614954Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_641, aten.mul.Tensor 2025-03-21T20:49:59.9616380Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_642, aten.mul.Tensor 2025-03-21T20:49:59.9617798Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_644, aten.mul.Tensor 2025-03-21T20:49:59.9619233Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_643, aten.mul.Tensor 2025-03-21T20:49:59.9621047Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_645, aten.mul.Tensor 2025-03-21T20:49:59.9622452Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_646, aten.mul.Tensor 2025-03-21T20:49:59.9623854Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_648, aten.mul.Tensor 2025-03-21T20:49:59.9625307Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_647, aten.mul.Tensor 2025-03-21T20:49:59.9626738Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_649, aten.mul.Tensor 2025-03-21T20:49:59.9628168Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_650, aten.mul.Tensor 2025-03-21T20:49:59.9629712Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_652, aten.mul.Tensor 2025-03-21T20:49:59.9631187Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_651, aten.mul.Tensor 2025-03-21T20:49:59.9632627Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_653, aten.mul.Tensor 2025-03-21T20:49:59.9634024Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_654, aten.mul.Tensor 2025-03-21T20:49:59.9635447Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_656, aten.mul.Tensor 2025-03-21T20:49:59.9637087Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_655, aten.mul.Tensor 2025-03-21T20:49:59.9638504Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_657, aten.mul.Tensor 2025-03-21T20:49:59.9639928Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_658, aten.mul.Tensor 2025-03-21T20:49:59.9641351Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_660, aten.mul.Tensor 2025-03-21T20:49:59.9642765Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_659, aten.mul.Tensor 2025-03-21T20:49:59.9644212Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_661, aten.mul.Tensor 2025-03-21T20:49:59.9645651Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_662, aten.mul.Tensor 2025-03-21T20:49:59.9647072Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_664, aten.mul.Tensor 2025-03-21T20:49:59.9648533Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_663, aten.mul.Tensor 2025-03-21T20:49:59.9649958Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_665, aten.mul.Tensor 2025-03-21T20:49:59.9651304Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_666, aten.mul.Tensor 2025-03-21T20:49:59.9652740Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_668, aten.mul.Tensor 2025-03-21T20:49:59.9654189Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_667, aten.mul.Tensor 2025-03-21T20:49:59.9655658Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_669, aten.mul.Tensor 2025-03-21T20:49:59.9657068Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_670, aten.mul.Tensor 2025-03-21T20:49:59.9658497Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_672, aten.mul.Tensor 2025-03-21T20:49:59.9659923Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_671, aten.mul.Tensor 2025-03-21T20:49:59.9661302Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_673, aten.mul.Tensor 2025-03-21T20:49:59.9662721Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_674, aten.mul.Tensor 2025-03-21T20:49:59.9664149Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_676, aten.mul.Tensor 2025-03-21T20:49:59.9665571Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_675, aten.mul.Tensor 2025-03-21T20:49:59.9667027Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_677, aten.mul.Tensor 2025-03-21T20:49:59.9668555Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_678, aten.mul.Tensor 2025-03-21T20:49:59.9670053Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_680, aten.mul.Tensor 2025-03-21T20:49:59.9671494Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_679, aten.mul.Tensor 2025-03-21T20:49:59.9672968Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_681, aten.mul.Tensor 2025-03-21T20:49:59.9674348Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_682, aten.mul.Tensor 2025-03-21T20:49:59.9675794Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_684, aten.mul.Tensor 2025-03-21T20:49:59.9677478Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_683, aten.mul.Tensor 2025-03-21T20:49:59.9678974Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_685, aten.mul.Tensor 2025-03-21T20:49:59.9680442Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_686, aten.mul.Tensor 2025-03-21T20:49:59.9681926Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_688, aten.mul.Tensor 2025-03-21T20:49:59.9683399Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_687, aten.mul.Tensor 2025-03-21T20:49:59.9685035Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_689, aten.mul.Tensor 2025-03-21T20:49:59.9686527Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_690, aten.mul.Tensor 2025-03-21T20:49:59.9688011Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_692, aten.mul.Tensor 2025-03-21T20:49:59.9689487Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_691, aten.mul.Tensor 2025-03-21T20:49:59.9690987Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_693, aten.mul.Tensor 2025-03-21T20:49:59.9692497Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_694, aten.mul.Tensor 2025-03-21T20:49:59.9693970Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_696, aten.mul.Tensor 2025-03-21T20:49:59.9695474Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_695, aten.mul.Tensor 2025-03-21T20:49:59.9696911Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_697, aten.mul.Tensor 2025-03-21T20:49:59.9698327Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_698, aten.mul.Tensor 2025-03-21T20:49:59.9699799Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_700, aten.mul.Tensor 2025-03-21T20:49:59.9701291Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_699, aten.mul.Tensor 2025-03-21T20:49:59.9702802Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_701, aten.mul.Tensor 2025-03-21T20:49:59.9704244Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_702, aten.mul.Tensor 2025-03-21T20:49:59.9705743Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_704, aten.mul.Tensor 2025-03-21T20:49:59.9707202Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_703, aten.mul.Tensor 2025-03-21T20:49:59.9708653Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_705, aten.mul.Tensor 2025-03-21T20:49:59.9710221Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_706, aten.mul.Tensor 2025-03-21T20:49:59.9711695Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_708, aten.mul.Tensor 2025-03-21T20:49:59.9713179Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_707, aten.mul.Tensor 2025-03-21T20:49:59.9714692Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_709, aten.mul.Tensor 2025-03-21T20:49:59.9716145Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_144, aten.sub.Tensor 2025-03-21T20:49:59.9717793Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_228, aten.add.Tensor 2025-03-21T20:49:59.9719296Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_145, aten.sub.Tensor 2025-03-21T20:49:59.9720757Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_229, aten.add.Tensor 2025-03-21T20:49:59.9722261Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_146, aten.sub.Tensor 2025-03-21T20:49:59.9723752Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_230, aten.add.Tensor 2025-03-21T20:49:59.9725274Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_147, aten.sub.Tensor 2025-03-21T20:49:59.9726737Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_231, aten.add.Tensor 2025-03-21T20:49:59.9728206Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_148, aten.sub.Tensor 2025-03-21T20:49:59.9729711Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_232, aten.add.Tensor 2025-03-21T20:49:59.9731162Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_149, aten.sub.Tensor 2025-03-21T20:50:00.4287015Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_233, aten.add.Tensor 2025-03-21T20:50:00.4288890Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_150, aten.sub.Tensor 2025-03-21T20:50:00.4290323Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_234, aten.add.Tensor 2025-03-21T20:50:00.4291752Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_151, aten.sub.Tensor 2025-03-21T20:50:00.4293164Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_235, aten.add.Tensor 2025-03-21T20:50:00.4294603Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_152, aten.sub.Tensor 2025-03-21T20:50:00.4296045Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_236, aten.add.Tensor 2025-03-21T20:50:00.4297472Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_153, aten.sub.Tensor 2025-03-21T20:50:00.4298877Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_237, aten.add.Tensor 2025-03-21T20:50:00.4300356Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_154, aten.sub.Tensor 2025-03-21T20:50:00.4301756Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_238, aten.add.Tensor 2025-03-21T20:50:00.4303177Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_155, aten.sub.Tensor 2025-03-21T20:50:00.4304622Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_239, aten.add.Tensor 2025-03-21T20:50:00.4306078Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_156, aten.sub.Tensor 2025-03-21T20:50:00.4307611Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_151, aten._to_copy.default 2025-03-21T20:50:00.4309217Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_240, aten.add.Tensor 2025-03-21T20:50:00.4310792Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_152, aten._to_copy.default 2025-03-21T20:50:00.4312321Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_157, aten.sub.Tensor 2025-03-21T20:50:00.4313832Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_153, aten._to_copy.default 2025-03-21T20:50:00.4315350Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_241, aten.add.Tensor 2025-03-21T20:50:00.4316840Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_154, aten._to_copy.default 2025-03-21T20:50:00.4318331Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_158, aten.sub.Tensor 2025-03-21T20:50:00.4320090Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_155, aten._to_copy.default 2025-03-21T20:50:00.4321622Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_242, aten.add.Tensor 2025-03-21T20:50:00.4323169Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_156, aten._to_copy.default 2025-03-21T20:50:00.4324656Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_159, aten.sub.Tensor 2025-03-21T20:50:00.4326174Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_157, aten._to_copy.default 2025-03-21T20:50:00.4327708Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_243, aten.add.Tensor 2025-03-21T20:50:00.4329203Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_158, aten._to_copy.default 2025-03-21T20:50:00.4330739Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_160, aten.sub.Tensor 2025-03-21T20:50:00.4332307Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_159, aten._to_copy.default 2025-03-21T20:50:00.4333879Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_244, aten.add.Tensor 2025-03-21T20:50:00.4335384Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_160, aten._to_copy.default 2025-03-21T20:50:00.4337054Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_161, aten.sub.Tensor 2025-03-21T20:50:00.4338565Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_161, aten._to_copy.default 2025-03-21T20:50:00.4340036Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_245, aten.add.Tensor 2025-03-21T20:50:00.4341554Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_162, aten._to_copy.default 2025-03-21T20:50:00.4343064Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_162, aten.sub.Tensor 2025-03-21T20:50:00.4344581Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_163, aten._to_copy.default 2025-03-21T20:50:00.4346120Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_246, aten.add.Tensor 2025-03-21T20:50:00.4347602Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_164, aten._to_copy.default 2025-03-21T20:50:00.4349189Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_163, aten.sub.Tensor 2025-03-21T20:50:00.4350728Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_165, aten._to_copy.default 2025-03-21T20:50:00.4352212Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_247, aten.add.Tensor 2025-03-21T20:50:00.4353743Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_166, aten._to_copy.default 2025-03-21T20:50:00.4355262Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_164, aten.sub.Tensor 2025-03-21T20:50:00.4356838Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_167, aten._to_copy.default 2025-03-21T20:50:00.4358334Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_248, aten.add.Tensor 2025-03-21T20:50:00.4359848Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_168, aten._to_copy.default 2025-03-21T20:50:00.4361363Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_165, aten.sub.Tensor 2025-03-21T20:50:00.4362846Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_169, aten._to_copy.default 2025-03-21T20:50:00.4364365Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_249, aten.add.Tensor 2025-03-21T20:50:00.4365877Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_170, aten._to_copy.default 2025-03-21T20:50:00.4367542Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_166, aten.sub.Tensor 2025-03-21T20:50:00.4369069Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_171, aten._to_copy.default 2025-03-21T20:50:00.4370536Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_250, aten.add.Tensor 2025-03-21T20:50:00.4372073Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_172, aten._to_copy.default 2025-03-21T20:50:00.4373608Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_167, aten.sub.Tensor 2025-03-21T20:50:00.4375110Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_173, aten._to_copy.default 2025-03-21T20:50:00.4376688Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_251, aten.add.Tensor 2025-03-21T20:50:00.4378220Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_174, aten._to_copy.default 2025-03-21T20:50:00.4379757Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_294, aten.cat.default 2025-03-21T20:50:00.4381253Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_295, aten.cat.default 2025-03-21T20:50:00.4382688Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_296, aten.cat.default 2025-03-21T20:50:00.4384330Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_297, aten.cat.default 2025-03-21T20:50:00.4385787Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_298, aten.cat.default 2025-03-21T20:50:00.4387211Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_299, aten.cat.default 2025-03-21T20:50:00.4388644Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_300, aten.cat.default 2025-03-21T20:50:00.4390179Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_301, aten.cat.default 2025-03-21T20:50:00.4391654Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_302, aten.cat.default 2025-03-21T20:50:00.4393121Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_303, aten.cat.default 2025-03-21T20:50:00.4394552Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_304, aten.cat.default 2025-03-21T20:50:00.4396030Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_305, aten.cat.default 2025-03-21T20:50:00.4397481Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_306, aten.cat.default 2025-03-21T20:50:00.4398958Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_307, aten.cat.default 2025-03-21T20:50:00.4400401Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_308, aten.cat.default 2025-03-21T20:50:00.4401864Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_309, aten.cat.default 2025-03-21T20:50:00.4403366Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_310, aten.cat.default 2025-03-21T20:50:00.4404882Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_311, aten.cat.default 2025-03-21T20:50:00.4406312Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_312, aten.cat.default 2025-03-21T20:50:00.4407782Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_313, aten.cat.default 2025-03-21T20:50:00.8980413Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_314, aten.cat.default 2025-03-21T20:50:00.8981952Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_315, aten.cat.default 2025-03-21T20:50:00.8983382Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_316, aten.cat.default 2025-03-21T20:50:00.8984838Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_317, aten.cat.default 2025-03-21T20:50:00.8986787Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_355, aten.permute_copy.default 2025-03-21T20:50:00.8988507Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_356, aten.permute_copy.default 2025-03-21T20:50:00.8990322Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_357, aten.permute_copy.default 2025-03-21T20:50:00.8992057Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_358, aten.permute_copy.default 2025-03-21T20:50:00.8993797Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_359, aten.permute_copy.default 2025-03-21T20:50:00.8995507Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_360, aten.permute_copy.default 2025-03-21T20:50:00.8997225Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_361, aten.permute_copy.default 2025-03-21T20:50:00.8999018Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_362, aten.permute_copy.default 2025-03-21T20:50:00.9000704Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_363, aten.permute_copy.default 2025-03-21T20:50:00.9002462Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_364, aten.permute_copy.default 2025-03-21T20:50:00.9004503Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_365, aten.permute_copy.default 2025-03-21T20:50:00.9006210Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_366, aten.permute_copy.default 2025-03-21T20:50:00.9007794Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_318, aten.cat.default 2025-03-21T20:50:00.9009239Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_320, aten.cat.default 2025-03-21T20:50:00.9010675Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_322, aten.cat.default 2025-03-21T20:50:00.9012149Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_324, aten.cat.default 2025-03-21T20:50:00.9013612Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_326, aten.cat.default 2025-03-21T20:50:00.9015090Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_328, aten.cat.default 2025-03-21T20:50:00.9016559Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_330, aten.cat.default 2025-03-21T20:50:00.9018016Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_332, aten.cat.default 2025-03-21T20:50:00.9019463Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_334, aten.cat.default 2025-03-21T20:50:00.9020949Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_336, aten.cat.default 2025-03-21T20:50:00.9022410Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_338, aten.cat.default 2025-03-21T20:50:00.9023911Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_340, aten.cat.default 2025-03-21T20:50:00.9025440Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_144, aten.matmul.default 2025-03-21T20:50:00.9027062Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_146, aten.matmul.default 2025-03-21T20:50:00.9028606Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_148, aten.matmul.default 2025-03-21T20:50:00.9030254Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_150, aten.matmul.default 2025-03-21T20:50:00.9031800Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_152, aten.matmul.default 2025-03-21T20:50:00.9033322Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_154, aten.matmul.default 2025-03-21T20:50:00.9034870Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_156, aten.matmul.default 2025-03-21T20:50:00.9036549Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_158, aten.matmul.default 2025-03-21T20:50:00.9038098Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_160, aten.matmul.default 2025-03-21T20:50:00.9039645Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_162, aten.matmul.default 2025-03-21T20:50:00.9041192Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_164, aten.matmul.default 2025-03-21T20:50:00.9042737Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_166, aten.matmul.default 2025-03-21T20:50:00.9044248Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_72, aten.div.Tensor 2025-03-21T20:50:00.9045640Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_73, aten.div.Tensor 2025-03-21T20:50:00.9047067Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_74, aten.div.Tensor 2025-03-21T20:50:00.9048508Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_75, aten.div.Tensor 2025-03-21T20:50:00.9049965Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_76, aten.div.Tensor 2025-03-21T20:50:00.9051480Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_77, aten.div.Tensor 2025-03-21T20:50:00.9052891Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_78, aten.div.Tensor 2025-03-21T20:50:00.9054301Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_79, aten.div.Tensor 2025-03-21T20:50:00.9055665Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_80, aten.div.Tensor 2025-03-21T20:50:00.9057062Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_81, aten.div.Tensor 2025-03-21T20:50:00.9058478Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_82, aten.div.Tensor 2025-03-21T20:50:00.9059905Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_83, aten.div.Tensor 2025-03-21T20:50:00.9061340Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_252, aten.add.Tensor 2025-03-21T20:50:00.9062752Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_253, aten.add.Tensor 2025-03-21T20:50:00.9064175Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_254, aten.add.Tensor 2025-03-21T20:50:00.9065590Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_255, aten.add.Tensor 2025-03-21T20:50:00.9067042Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_256, aten.add.Tensor 2025-03-21T20:50:00.9068421Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_257, aten.add.Tensor 2025-03-21T20:50:00.9069826Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_258, aten.add.Tensor 2025-03-21T20:50:00.9071287Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_259, aten.add.Tensor 2025-03-21T20:50:00.9072707Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_260, aten.add.Tensor 2025-03-21T20:50:00.9074141Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_261, aten.add.Tensor 2025-03-21T20:50:00.9075570Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_262, aten.add.Tensor 2025-03-21T20:50:00.9077250Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_263, aten.add.Tensor 2025-03-21T20:50:00.9078768Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_72, aten._softmax.default 2025-03-21T20:50:00.9080329Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_73, aten._softmax.default 2025-03-21T20:50:00.9081907Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_74, aten._softmax.default 2025-03-21T20:50:00.9083719Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_75, aten._softmax.default 2025-03-21T20:50:00.9085303Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_76, aten._softmax.default 2025-03-21T20:50:00.9086939Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_77, aten._softmax.default 2025-03-21T20:50:00.9088494Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_78, aten._softmax.default 2025-03-21T20:50:00.9090083Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_79, aten._softmax.default 2025-03-21T20:50:00.9091711Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_80, aten._softmax.default 2025-03-21T20:50:00.9093277Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_81, aten._softmax.default 2025-03-21T20:50:00.9094897Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_82, aten._softmax.default 2025-03-21T20:50:00.9096528Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_83, aten._softmax.default 2025-03-21T20:50:00.9098157Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_145, aten.matmul.default 2025-03-21T20:50:00.9099843Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_147, aten.matmul.default 2025-03-21T20:50:00.9101401Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_149, aten.matmul.default 2025-03-21T20:50:01.5672392Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_151, aten.matmul.default 2025-03-21T20:50:01.5673937Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_153, aten.matmul.default 2025-03-21T20:50:01.5675486Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_155, aten.matmul.default 2025-03-21T20:50:01.5677315Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_157, aten.matmul.default 2025-03-21T20:50:01.5678836Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_159, aten.matmul.default 2025-03-21T20:50:01.5680387Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_161, aten.matmul.default 2025-03-21T20:50:01.5681956Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_163, aten.matmul.default 2025-03-21T20:50:01.5683496Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_165, aten.matmul.default 2025-03-21T20:50:01.5685076Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_167, aten.matmul.default 2025-03-21T20:50:01.5686525Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_342, aten.cat.default 2025-03-21T20:50:01.5688055Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_787, aten.view_copy.default 2025-03-21T20:50:01.5689795Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1415, aten.permute_copy.default 2025-03-21T20:50:01.5691455Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_276, aten.convolution.default 2025-03-21T20:50:01.5693111Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1416, aten.permute_copy.default 2025-03-21T20:50:01.5694689Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_788, aten.view_copy.default 2025-03-21T20:50:01.5696136Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_264, aten.add.Tensor 2025-03-21T20:50:01.5697633Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_rms_norm_default_13, aten.rms_norm.default 2025-03-21T20:50:01.5699177Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_789, aten.view_copy.default 2025-03-21T20:50:01.5701250Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1417, aten.permute_copy.default 2025-03-21T20:50:01.5703010Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_277, aten.convolution.default 2025-03-21T20:50:01.5704710Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_278, aten.convolution.default 2025-03-21T20:50:01.5706334Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sigmoid_default_6, aten.sigmoid.default 2025-03-21T20:50:01.5707987Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_712, aten.mul.Tensor 2025-03-21T20:50:01.5709437Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_713, aten.mul.Tensor 2025-03-21T20:50:01.5710999Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_279, aten.convolution.default 2025-03-21T20:50:01.5712728Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1418, aten.permute_copy.default 2025-03-21T20:50:01.5714414Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_790, aten.view_copy.default 2025-03-21T20:50:01.5715990Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_265, aten.add.Tensor 2025-03-21T20:50:01.5717672Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_rms_norm_default_14, aten.rms_norm.default 2025-03-21T20:50:01.5719259Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_791, aten.view_copy.default 2025-03-21T20:50:01.5720985Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1419, aten.permute_copy.default 2025-03-21T20:50:01.5722531Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_175, aten._to_copy.default 2025-03-21T20:50:01.5724010Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_280, aten.convolution.default 2025-03-21T20:50:01.5726290Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1420, aten.permute_copy.default 2025-03-21T20:50:01.5728047Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_281, aten.convolution.default 2025-03-21T20:50:01.5729756Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1421, aten.permute_copy.default 2025-03-21T20:50:01.5731454Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_282, aten.convolution.default 2025-03-21T20:50:01.5733168Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1422, aten.permute_copy.default 2025-03-21T20:50:01.5734860Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_283, aten.convolution.default 2025-03-21T20:50:01.5736591Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1423, aten.permute_copy.default 2025-03-21T20:50:01.5738332Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_284, aten.convolution.default 2025-03-21T20:50:01.5740059Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1424, aten.permute_copy.default 2025-03-21T20:50:01.5741786Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_285, aten.convolution.default 2025-03-21T20:50:01.5743524Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1425, aten.permute_copy.default 2025-03-21T20:50:01.5745275Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_286, aten.convolution.default 2025-03-21T20:50:01.5746970Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1426, aten.permute_copy.default 2025-03-21T20:50:01.5748704Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_287, aten.convolution.default 2025-03-21T20:50:01.5750699Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1427, aten.permute_copy.default 2025-03-21T20:50:01.5752463Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_288, aten.convolution.default 2025-03-21T20:50:01.5754181Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1428, aten.permute_copy.default 2025-03-21T20:50:01.5755923Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_289, aten.convolution.default 2025-03-21T20:50:01.5757653Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1429, aten.permute_copy.default 2025-03-21T20:50:01.5759365Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_290, aten.convolution.default 2025-03-21T20:50:01.5761094Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1430, aten.permute_copy.default 2025-03-21T20:50:01.5762836Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_291, aten.convolution.default 2025-03-21T20:50:01.5764593Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1431, aten.permute_copy.default 2025-03-21T20:50:01.5766321Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_292, aten.convolution.default 2025-03-21T20:50:01.5768199Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1432, aten.permute_copy.default 2025-03-21T20:50:01.5770007Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_293, aten.convolution.default 2025-03-21T20:50:01.5771760Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1433, aten.permute_copy.default 2025-03-21T20:50:01.5773504Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_294, aten.convolution.default 2025-03-21T20:50:01.5775287Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1434, aten.permute_copy.default 2025-03-21T20:50:01.5777180Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_295, aten.convolution.default 2025-03-21T20:50:01.5778928Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1435, aten.permute_copy.default 2025-03-21T20:50:01.5780683Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_296, aten.convolution.default 2025-03-21T20:50:01.5782466Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1436, aten.permute_copy.default 2025-03-21T20:50:01.5784195Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_297, aten.convolution.default 2025-03-21T20:50:01.5785927Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1437, aten.permute_copy.default 2025-03-21T20:50:01.5787634Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_298, aten.convolution.default 2025-03-21T20:50:01.5789431Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1438, aten.permute_copy.default 2025-03-21T20:50:01.5791161Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_299, aten.convolution.default 2025-03-21T20:50:01.5792884Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1439, aten.permute_copy.default 2025-03-21T20:50:01.5794606Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_300, aten.convolution.default 2025-03-21T20:50:01.9621095Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1440, aten.permute_copy.default 2025-03-21T20:50:01.9622867Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_301, aten.convolution.default 2025-03-21T20:50:01.9624597Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1441, aten.permute_copy.default 2025-03-21T20:50:01.9626697Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_302, aten.convolution.default 2025-03-21T20:50:01.9628390Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1442, aten.permute_copy.default 2025-03-21T20:50:01.9630285Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_303, aten.convolution.default 2025-03-21T20:50:01.9632006Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1443, aten.permute_copy.default 2025-03-21T20:50:01.9633768Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_304, aten.convolution.default 2025-03-21T20:50:01.9635466Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1444, aten.permute_copy.default 2025-03-21T20:50:01.9637167Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_305, aten.convolution.default 2025-03-21T20:50:01.9638954Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1445, aten.permute_copy.default 2025-03-21T20:50:01.9640660Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_306, aten.convolution.default 2025-03-21T20:50:01.9642630Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1446, aten.permute_copy.default 2025-03-21T20:50:01.9644403Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_307, aten.convolution.default 2025-03-21T20:50:01.9646125Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1447, aten.permute_copy.default 2025-03-21T20:50:01.9647840Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_308, aten.convolution.default 2025-03-21T20:50:01.9649548Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1448, aten.permute_copy.default 2025-03-21T20:50:01.9651241Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_309, aten.convolution.default 2025-03-21T20:50:01.9652970Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1449, aten.permute_copy.default 2025-03-21T20:50:01.9654713Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_310, aten.convolution.default 2025-03-21T20:50:01.9656470Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1450, aten.permute_copy.default 2025-03-21T20:50:01.9658164Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_311, aten.convolution.default 2025-03-21T20:50:01.9659872Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1451, aten.permute_copy.default 2025-03-21T20:50:01.9661603Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_312, aten.convolution.default 2025-03-21T20:50:01.9663311Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1452, aten.permute_copy.default 2025-03-21T20:50:01.9665056Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_313, aten.convolution.default 2025-03-21T20:50:01.9666835Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1453, aten.permute_copy.default 2025-03-21T20:50:01.9668603Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_314, aten.convolution.default 2025-03-21T20:50:01.9670416Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1454, aten.permute_copy.default 2025-03-21T20:50:01.9672144Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_315, aten.convolution.default 2025-03-21T20:50:01.9673816Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1455, aten.permute_copy.default 2025-03-21T20:50:01.9675681Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_792, aten.view_copy.default 2025-03-21T20:50:01.9677508Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_793, aten.view_copy.default 2025-03-21T20:50:01.9679157Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_794, aten.view_copy.default 2025-03-21T20:50:01.9680779Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_795, aten.view_copy.default 2025-03-21T20:50:01.9682411Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_796, aten.view_copy.default 2025-03-21T20:50:01.9684036Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_797, aten.view_copy.default 2025-03-21T20:50:01.9685688Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_798, aten.view_copy.default 2025-03-21T20:50:01.9687171Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_799, aten.view_copy.default 2025-03-21T20:50:01.9688692Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_800, aten.view_copy.default 2025-03-21T20:50:01.9690320Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_801, aten.view_copy.default 2025-03-21T20:50:01.9692190Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_802, aten.view_copy.default 2025-03-21T20:50:01.9693817Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_803, aten.view_copy.default 2025-03-21T20:50:01.9695438Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_804, aten.view_copy.default 2025-03-21T20:50:01.9697061Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_805, aten.view_copy.default 2025-03-21T20:50:01.9698644Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_806, aten.view_copy.default 2025-03-21T20:50:01.9700270Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_807, aten.view_copy.default 2025-03-21T20:50:01.9701897Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_808, aten.view_copy.default 2025-03-21T20:50:01.9703534Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_809, aten.view_copy.default 2025-03-21T20:50:01.9705199Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_810, aten.view_copy.default 2025-03-21T20:50:01.9706794Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_811, aten.view_copy.default 2025-03-21T20:50:01.9708414Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_812, aten.view_copy.default 2025-03-21T20:50:01.9710164Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_813, aten.view_copy.default 2025-03-21T20:50:01.9711800Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_814, aten.view_copy.default 2025-03-21T20:50:01.9713443Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_815, aten.view_copy.default 2025-03-21T20:50:01.9715127Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_816, aten.view_copy.default 2025-03-21T20:50:01.9716797Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_817, aten.view_copy.default 2025-03-21T20:50:01.9718407Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_818, aten.view_copy.default 2025-03-21T20:50:01.9720051Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_819, aten.view_copy.default 2025-03-21T20:50:01.9721651Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_820, aten.view_copy.default 2025-03-21T20:50:01.9723481Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_821, aten.view_copy.default 2025-03-21T20:50:01.9725109Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_822, aten.view_copy.default 2025-03-21T20:50:01.9726744Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_823, aten.view_copy.default 2025-03-21T20:50:01.9728419Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_824, aten.view_copy.default 2025-03-21T20:50:01.9730008Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_825, aten.view_copy.default 2025-03-21T20:50:01.9731628Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_826, aten.view_copy.default 2025-03-21T20:50:01.9733286Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_827, aten.view_copy.default 2025-03-21T20:50:01.9734881Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_336, aten.slice_copy.Tensor 2025-03-21T20:50:01.9736547Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_337, aten.slice_copy.Tensor 2025-03-21T20:50:01.9738230Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_338, aten.slice_copy.Tensor 2025-03-21T20:50:01.9740012Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_339, aten.slice_copy.Tensor 2025-03-21T20:50:01.9741631Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_340, aten.slice_copy.Tensor 2025-03-21T20:50:02.3635304Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_341, aten.slice_copy.Tensor 2025-03-21T20:50:02.3636984Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_342, aten.slice_copy.Tensor 2025-03-21T20:50:02.3638606Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_343, aten.slice_copy.Tensor 2025-03-21T20:50:02.3640314Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_344, aten.slice_copy.Tensor 2025-03-21T20:50:02.3641917Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_345, aten.slice_copy.Tensor 2025-03-21T20:50:02.3643552Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_346, aten.slice_copy.Tensor 2025-03-21T20:50:02.3645178Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_347, aten.slice_copy.Tensor 2025-03-21T20:50:02.3646830Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_348, aten.slice_copy.Tensor 2025-03-21T20:50:02.3648500Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_349, aten.slice_copy.Tensor 2025-03-21T20:50:02.3650087Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_350, aten.slice_copy.Tensor 2025-03-21T20:50:02.3651739Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_351, aten.slice_copy.Tensor 2025-03-21T20:50:02.3653404Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_352, aten.slice_copy.Tensor 2025-03-21T20:50:02.3655007Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_353, aten.slice_copy.Tensor 2025-03-21T20:50:02.3656675Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_354, aten.slice_copy.Tensor 2025-03-21T20:50:02.3658349Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_355, aten.slice_copy.Tensor 2025-03-21T20:50:02.3660016Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_356, aten.slice_copy.Tensor 2025-03-21T20:50:02.3661627Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_357, aten.slice_copy.Tensor 2025-03-21T20:50:02.3663265Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_358, aten.slice_copy.Tensor 2025-03-21T20:50:02.3665229Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_359, aten.slice_copy.Tensor 2025-03-21T20:50:02.3666869Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_360, aten.slice_copy.Tensor 2025-03-21T20:50:02.3668514Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_361, aten.slice_copy.Tensor 2025-03-21T20:50:02.3670234Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_362, aten.slice_copy.Tensor 2025-03-21T20:50:02.3671891Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_363, aten.slice_copy.Tensor 2025-03-21T20:50:02.3673509Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_364, aten.slice_copy.Tensor 2025-03-21T20:50:02.3675135Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_365, aten.slice_copy.Tensor 2025-03-21T20:50:02.3677027Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_366, aten.slice_copy.Tensor 2025-03-21T20:50:02.3678558Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_367, aten.slice_copy.Tensor 2025-03-21T20:50:02.3680202Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_368, aten.slice_copy.Tensor 2025-03-21T20:50:02.3682092Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_369, aten.slice_copy.Tensor 2025-03-21T20:50:02.3683744Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_370, aten.slice_copy.Tensor 2025-03-21T20:50:02.3685349Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_371, aten.slice_copy.Tensor 2025-03-21T20:50:02.3686975Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_372, aten.slice_copy.Tensor 2025-03-21T20:50:02.3688582Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_373, aten.slice_copy.Tensor 2025-03-21T20:50:02.3690209Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_374, aten.slice_copy.Tensor 2025-03-21T20:50:02.3691832Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_375, aten.slice_copy.Tensor 2025-03-21T20:50:02.3693479Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_376, aten.slice_copy.Tensor 2025-03-21T20:50:02.3695132Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_377, aten.slice_copy.Tensor 2025-03-21T20:50:02.3696730Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_378, aten.slice_copy.Tensor 2025-03-21T20:50:02.3698363Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_379, aten.slice_copy.Tensor 2025-03-21T20:50:02.3700032Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_380, aten.slice_copy.Tensor 2025-03-21T20:50:02.3701647Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_381, aten.slice_copy.Tensor 2025-03-21T20:50:02.3703311Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_382, aten.slice_copy.Tensor 2025-03-21T20:50:02.3705002Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_383, aten.slice_copy.Tensor 2025-03-21T20:50:02.3706592Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_368, aten.cat.default 2025-03-21T20:50:02.3708042Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_370, aten.cat.default 2025-03-21T20:50:02.3709601Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_372, aten.cat.default 2025-03-21T20:50:02.3711046Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_374, aten.cat.default 2025-03-21T20:50:02.3712474Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_376, aten.cat.default 2025-03-21T20:50:02.3714115Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_378, aten.cat.default 2025-03-21T20:50:02.3715555Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_380, aten.cat.default 2025-03-21T20:50:02.3717020Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_382, aten.cat.default 2025-03-21T20:50:02.3718510Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_384, aten.cat.default 2025-03-21T20:50:02.3719942Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_386, aten.cat.default 2025-03-21T20:50:02.3721392Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_388, aten.cat.default 2025-03-21T20:50:02.3722881Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_390, aten.cat.default 2025-03-21T20:50:02.3724310Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_716, aten.mul.Tensor 2025-03-21T20:50:02.3725661Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_718, aten.mul.Tensor 2025-03-21T20:50:02.3727095Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_717, aten.mul.Tensor 2025-03-21T20:50:02.3728669Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_719, aten.mul.Tensor 2025-03-21T20:50:02.3730143Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_720, aten.mul.Tensor 2025-03-21T20:50:02.3731538Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_722, aten.mul.Tensor 2025-03-21T20:50:02.3732962Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_721, aten.mul.Tensor 2025-03-21T20:50:02.3734380Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_723, aten.mul.Tensor 2025-03-21T20:50:02.3735785Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_724, aten.mul.Tensor 2025-03-21T20:50:02.3737225Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_726, aten.mul.Tensor 2025-03-21T20:50:02.3738649Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_725, aten.mul.Tensor 2025-03-21T20:50:02.3740074Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_727, aten.mul.Tensor 2025-03-21T20:50:02.3741535Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_728, aten.mul.Tensor 2025-03-21T20:50:02.3742913Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_730, aten.mul.Tensor 2025-03-21T20:50:02.3744350Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_729, aten.mul.Tensor 2025-03-21T20:50:02.3745773Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_731, aten.mul.Tensor 2025-03-21T20:50:02.3747220Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_732, aten.mul.Tensor 2025-03-21T20:50:02.3748630Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_734, aten.mul.Tensor 2025-03-21T20:50:02.3750155Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_733, aten.mul.Tensor 2025-03-21T20:50:02.3751590Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_735, aten.mul.Tensor 2025-03-21T20:50:02.3753049Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_736, aten.mul.Tensor 2025-03-21T20:50:02.3754461Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_738, aten.mul.Tensor 2025-03-21T20:50:02.3755888Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_737, aten.mul.Tensor 2025-03-21T20:50:02.8232497Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_739, aten.mul.Tensor 2025-03-21T20:50:02.8233539Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_740, aten.mul.Tensor 2025-03-21T20:50:02.8234670Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_742, aten.mul.Tensor 2025-03-21T20:50:02.8235456Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_741, aten.mul.Tensor 2025-03-21T20:50:02.8236237Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_743, aten.mul.Tensor 2025-03-21T20:50:02.8237027Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_744, aten.mul.Tensor 2025-03-21T20:50:02.8237808Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_746, aten.mul.Tensor 2025-03-21T20:50:02.8238587Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_745, aten.mul.Tensor 2025-03-21T20:50:02.8239378Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_747, aten.mul.Tensor 2025-03-21T20:50:02.8240159Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_748, aten.mul.Tensor 2025-03-21T20:50:02.8240947Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_750, aten.mul.Tensor 2025-03-21T20:50:02.8241731Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_749, aten.mul.Tensor 2025-03-21T20:50:02.8242522Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_751, aten.mul.Tensor 2025-03-21T20:50:02.8243406Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_752, aten.mul.Tensor 2025-03-21T20:50:02.8244178Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_754, aten.mul.Tensor 2025-03-21T20:50:02.8244966Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_753, aten.mul.Tensor 2025-03-21T20:50:02.8245751Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_755, aten.mul.Tensor 2025-03-21T20:50:02.8246535Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_756, aten.mul.Tensor 2025-03-21T20:50:02.8247320Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_758, aten.mul.Tensor 2025-03-21T20:50:02.8248111Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_757, aten.mul.Tensor 2025-03-21T20:50:02.8248883Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_759, aten.mul.Tensor 2025-03-21T20:50:02.8249676Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_760, aten.mul.Tensor 2025-03-21T20:50:02.8250463Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_762, aten.mul.Tensor 2025-03-21T20:50:02.8251244Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_761, aten.mul.Tensor 2025-03-21T20:50:02.8252032Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_763, aten.mul.Tensor 2025-03-21T20:50:02.8252818Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_764, aten.mul.Tensor 2025-03-21T20:50:02.8253591Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_766, aten.mul.Tensor 2025-03-21T20:50:02.8254377Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_765, aten.mul.Tensor 2025-03-21T20:50:02.8255155Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_767, aten.mul.Tensor 2025-03-21T20:50:02.8255941Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_768, aten.mul.Tensor 2025-03-21T20:50:02.8256725Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_770, aten.mul.Tensor 2025-03-21T20:50:02.8257507Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_769, aten.mul.Tensor 2025-03-21T20:50:02.8258282Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_771, aten.mul.Tensor 2025-03-21T20:50:02.8259049Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_772, aten.mul.Tensor 2025-03-21T20:50:02.8259827Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_774, aten.mul.Tensor 2025-03-21T20:50:02.8260673Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_773, aten.mul.Tensor 2025-03-21T20:50:02.8261457Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_775, aten.mul.Tensor 2025-03-21T20:50:02.8262242Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_776, aten.mul.Tensor 2025-03-21T20:50:02.8263025Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_778, aten.mul.Tensor 2025-03-21T20:50:02.8263804Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_777, aten.mul.Tensor 2025-03-21T20:50:02.8264592Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_779, aten.mul.Tensor 2025-03-21T20:50:02.8265379Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_780, aten.mul.Tensor 2025-03-21T20:50:02.8266169Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_782, aten.mul.Tensor 2025-03-21T20:50:02.8266957Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_781, aten.mul.Tensor 2025-03-21T20:50:02.8267742Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_783, aten.mul.Tensor 2025-03-21T20:50:02.8268511Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_784, aten.mul.Tensor 2025-03-21T20:50:02.8269441Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_786, aten.mul.Tensor 2025-03-21T20:50:02.8270228Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_785, aten.mul.Tensor 2025-03-21T20:50:02.8271009Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_787, aten.mul.Tensor 2025-03-21T20:50:02.8271791Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_788, aten.mul.Tensor 2025-03-21T20:50:02.8272575Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_790, aten.mul.Tensor 2025-03-21T20:50:02.8273362Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_789, aten.mul.Tensor 2025-03-21T20:50:02.8274129Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_791, aten.mul.Tensor 2025-03-21T20:50:02.8274910Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_792, aten.mul.Tensor 2025-03-21T20:50:02.8275697Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_794, aten.mul.Tensor 2025-03-21T20:50:02.8276691Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_793, aten.mul.Tensor 2025-03-21T20:50:02.8277483Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_795, aten.mul.Tensor 2025-03-21T20:50:02.8278268Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_796, aten.mul.Tensor 2025-03-21T20:50:02.8279043Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_798, aten.mul.Tensor 2025-03-21T20:50:02.8279833Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_797, aten.mul.Tensor 2025-03-21T20:50:02.8280620Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_799, aten.mul.Tensor 2025-03-21T20:50:02.8281397Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_800, aten.mul.Tensor 2025-03-21T20:50:02.8282181Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_802, aten.mul.Tensor 2025-03-21T20:50:02.8282961Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_801, aten.mul.Tensor 2025-03-21T20:50:02.8283837Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_803, aten.mul.Tensor 2025-03-21T20:50:02.8284688Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_804, aten.mul.Tensor 2025-03-21T20:50:02.8285536Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_806, aten.mul.Tensor 2025-03-21T20:50:02.8286315Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_805, aten.mul.Tensor 2025-03-21T20:50:02.8287243Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_807, aten.mul.Tensor 2025-03-21T20:50:02.8288026Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_808, aten.mul.Tensor 2025-03-21T20:50:02.8288804Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_810, aten.mul.Tensor 2025-03-21T20:50:02.8289576Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_809, aten.mul.Tensor 2025-03-21T20:50:02.8290355Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_811, aten.mul.Tensor 2025-03-21T20:50:02.8291135Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_168, aten.sub.Tensor 2025-03-21T20:50:02.8291912Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_266, aten.add.Tensor 2025-03-21T20:50:02.8292695Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_169, aten.sub.Tensor 2025-03-21T20:50:02.8293478Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_267, aten.add.Tensor 2025-03-21T20:50:02.8294246Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_170, aten.sub.Tensor 2025-03-21T20:50:02.8295025Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_268, aten.add.Tensor 2025-03-21T20:50:02.8295877Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_171, aten.sub.Tensor 2025-03-21T20:50:02.8296660Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_269, aten.add.Tensor 2025-03-21T20:50:02.8297441Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_172, aten.sub.Tensor 2025-03-21T20:50:02.8298219Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_270, aten.add.Tensor 2025-03-21T20:50:02.8298993Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_173, aten.sub.Tensor 2025-03-21T20:50:02.8299778Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_271, aten.add.Tensor 2025-03-21T20:50:03.2891783Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_174, aten.sub.Tensor 2025-03-21T20:50:03.2892646Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_272, aten.add.Tensor 2025-03-21T20:50:03.2893461Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_175, aten.sub.Tensor 2025-03-21T20:50:03.2894250Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_273, aten.add.Tensor 2025-03-21T20:50:03.2895033Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_176, aten.sub.Tensor 2025-03-21T20:50:03.2895819Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_274, aten.add.Tensor 2025-03-21T20:50:03.2896606Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_177, aten.sub.Tensor 2025-03-21T20:50:03.2897395Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_275, aten.add.Tensor 2025-03-21T20:50:03.2898178Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_178, aten.sub.Tensor 2025-03-21T20:50:03.2898961Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_276, aten.add.Tensor 2025-03-21T20:50:03.2899747Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_179, aten.sub.Tensor 2025-03-21T20:50:03.2900533Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_277, aten.add.Tensor 2025-03-21T20:50:03.2901315Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_180, aten.sub.Tensor 2025-03-21T20:50:03.2902143Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_176, aten._to_copy.default 2025-03-21T20:50:03.2902979Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_278, aten.add.Tensor 2025-03-21T20:50:03.2904126Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_177, aten._to_copy.default 2025-03-21T20:50:03.2904960Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_181, aten.sub.Tensor 2025-03-21T20:50:03.2905791Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_178, aten._to_copy.default 2025-03-21T20:50:03.2906632Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_279, aten.add.Tensor 2025-03-21T20:50:03.2907461Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_179, aten._to_copy.default 2025-03-21T20:50:03.2908295Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_182, aten.sub.Tensor 2025-03-21T20:50:03.2909186Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_180, aten._to_copy.default 2025-03-21T20:50:03.2910019Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_280, aten.add.Tensor 2025-03-21T20:50:03.2910853Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_181, aten._to_copy.default 2025-03-21T20:50:03.2911680Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_183, aten.sub.Tensor 2025-03-21T20:50:03.2912508Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_182, aten._to_copy.default 2025-03-21T20:50:03.2913462Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_281, aten.add.Tensor 2025-03-21T20:50:03.2914297Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_183, aten._to_copy.default 2025-03-21T20:50:03.2915114Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_184, aten.sub.Tensor 2025-03-21T20:50:03.2915941Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_184, aten._to_copy.default 2025-03-21T20:50:03.2916769Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_282, aten.add.Tensor 2025-03-21T20:50:03.2917613Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_185, aten._to_copy.default 2025-03-21T20:50:03.2918444Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_185, aten.sub.Tensor 2025-03-21T20:50:03.2919276Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_186, aten._to_copy.default 2025-03-21T20:50:03.2920197Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_283, aten.add.Tensor 2025-03-21T20:50:03.2921032Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_187, aten._to_copy.default 2025-03-21T20:50:03.2921862Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_186, aten.sub.Tensor 2025-03-21T20:50:03.2922688Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_188, aten._to_copy.default 2025-03-21T20:50:03.2923526Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_284, aten.add.Tensor 2025-03-21T20:50:03.2924360Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_189, aten._to_copy.default 2025-03-21T20:50:03.2925189Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_187, aten.sub.Tensor 2025-03-21T20:50:03.2926008Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_190, aten._to_copy.default 2025-03-21T20:50:03.2926836Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_285, aten.add.Tensor 2025-03-21T20:50:03.2927674Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_191, aten._to_copy.default 2025-03-21T20:50:03.2928502Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_188, aten.sub.Tensor 2025-03-21T20:50:03.2929338Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_192, aten._to_copy.default 2025-03-21T20:50:03.2930174Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_286, aten.add.Tensor 2025-03-21T20:50:03.2931051Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_193, aten._to_copy.default 2025-03-21T20:50:03.2931878Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_189, aten.sub.Tensor 2025-03-21T20:50:03.2932717Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_194, aten._to_copy.default 2025-03-21T20:50:03.2933548Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_287, aten.add.Tensor 2025-03-21T20:50:03.2934378Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_195, aten._to_copy.default 2025-03-21T20:50:03.2935210Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_190, aten.sub.Tensor 2025-03-21T20:50:03.2936034Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_196, aten._to_copy.default 2025-03-21T20:50:03.2936851Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_288, aten.add.Tensor 2025-03-21T20:50:03.2937688Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_197, aten._to_copy.default 2025-03-21T20:50:03.2938516Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_191, aten.sub.Tensor 2025-03-21T20:50:03.2939401Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_198, aten._to_copy.default 2025-03-21T20:50:03.2940228Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_289, aten.add.Tensor 2025-03-21T20:50:03.2941056Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_199, aten._to_copy.default 2025-03-21T20:50:03.2941886Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_343, aten.cat.default 2025-03-21T20:50:03.2942780Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_344, aten.cat.default 2025-03-21T20:50:03.2943588Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_345, aten.cat.default 2025-03-21T20:50:03.2944381Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_346, aten.cat.default 2025-03-21T20:50:03.2945175Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_347, aten.cat.default 2025-03-21T20:50:03.2945973Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_348, aten.cat.default 2025-03-21T20:50:03.2946768Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_349, aten.cat.default 2025-03-21T20:50:03.2947549Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_350, aten.cat.default 2025-03-21T20:50:03.2948341Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_351, aten.cat.default 2025-03-21T20:50:03.2949200Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_352, aten.cat.default 2025-03-21T20:50:03.2950007Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_353, aten.cat.default 2025-03-21T20:50:03.2950803Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_354, aten.cat.default 2025-03-21T20:50:03.2951604Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_355, aten.cat.default 2025-03-21T20:50:03.2952396Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_356, aten.cat.default 2025-03-21T20:50:03.2953191Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_357, aten.cat.default 2025-03-21T20:50:03.2953993Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_358, aten.cat.default 2025-03-21T20:50:03.2954793Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_359, aten.cat.default 2025-03-21T20:50:03.2955593Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_360, aten.cat.default 2025-03-21T20:50:03.2956392Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_361, aten.cat.default 2025-03-21T20:50:03.2957262Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_362, aten.cat.default 2025-03-21T20:50:03.2958049Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_363, aten.cat.default 2025-03-21T20:50:03.7580815Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_364, aten.cat.default 2025-03-21T20:50:03.7581727Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_365, aten.cat.default 2025-03-21T20:50:03.7582518Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_366, aten.cat.default 2025-03-21T20:50:03.7583396Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_408, aten.permute_copy.default 2025-03-21T20:50:03.7584344Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_409, aten.permute_copy.default 2025-03-21T20:50:03.7585297Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_410, aten.permute_copy.default 2025-03-21T20:50:03.7586240Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_411, aten.permute_copy.default 2025-03-21T20:50:03.7587178Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_412, aten.permute_copy.default 2025-03-21T20:50:03.7588431Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_413, aten.permute_copy.default 2025-03-21T20:50:03.7589451Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_414, aten.permute_copy.default 2025-03-21T20:50:03.7590404Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_415, aten.permute_copy.default 2025-03-21T20:50:03.7591379Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_416, aten.permute_copy.default 2025-03-21T20:50:03.7592335Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_417, aten.permute_copy.default 2025-03-21T20:50:03.7593261Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_418, aten.permute_copy.default 2025-03-21T20:50:03.7594199Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_419, aten.permute_copy.default 2025-03-21T20:50:03.7595078Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_367, aten.cat.default 2025-03-21T20:50:03.7595879Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_369, aten.cat.default 2025-03-21T20:50:03.7596684Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_371, aten.cat.default 2025-03-21T20:50:03.7597491Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_373, aten.cat.default 2025-03-21T20:50:03.7598280Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_375, aten.cat.default 2025-03-21T20:50:03.7599088Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_377, aten.cat.default 2025-03-21T20:50:03.7599889Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_379, aten.cat.default 2025-03-21T20:50:03.7600693Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_381, aten.cat.default 2025-03-21T20:50:03.7601499Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_383, aten.cat.default 2025-03-21T20:50:03.7602301Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_385, aten.cat.default 2025-03-21T20:50:03.7603103Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_387, aten.cat.default 2025-03-21T20:50:03.7603890Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_389, aten.cat.default 2025-03-21T20:50:03.7604718Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_168, aten.matmul.default 2025-03-21T20:50:03.7605679Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_170, aten.matmul.default 2025-03-21T20:50:03.7606536Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_172, aten.matmul.default 2025-03-21T20:50:03.7607385Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_174, aten.matmul.default 2025-03-21T20:50:03.7608238Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_176, aten.matmul.default 2025-03-21T20:50:03.7609074Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_178, aten.matmul.default 2025-03-21T20:50:03.7609924Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_180, aten.matmul.default 2025-03-21T20:50:03.7610771Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_182, aten.matmul.default 2025-03-21T20:50:03.7611615Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_184, aten.matmul.default 2025-03-21T20:50:03.7612465Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_186, aten.matmul.default 2025-03-21T20:50:03.7613314Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_188, aten.matmul.default 2025-03-21T20:50:03.7614222Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_190, aten.matmul.default 2025-03-21T20:50:03.7615032Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_84, aten.div.Tensor 2025-03-21T20:50:03.7615818Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_85, aten.div.Tensor 2025-03-21T20:50:03.7616597Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_86, aten.div.Tensor 2025-03-21T20:50:03.7617377Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_87, aten.div.Tensor 2025-03-21T20:50:03.7618160Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_88, aten.div.Tensor 2025-03-21T20:50:03.7618941Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_89, aten.div.Tensor 2025-03-21T20:50:03.7619704Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_90, aten.div.Tensor 2025-03-21T20:50:03.7620482Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_91, aten.div.Tensor 2025-03-21T20:50:03.7621265Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_92, aten.div.Tensor 2025-03-21T20:50:03.7622041Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_93, aten.div.Tensor 2025-03-21T20:50:03.7622818Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_94, aten.div.Tensor 2025-03-21T20:50:03.7623593Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_95, aten.div.Tensor 2025-03-21T20:50:03.7624361Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_290, aten.add.Tensor 2025-03-21T20:50:03.7625150Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_291, aten.add.Tensor 2025-03-21T20:50:03.7625934Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_292, aten.add.Tensor 2025-03-21T20:50:03.7626719Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_293, aten.add.Tensor 2025-03-21T20:50:03.7627506Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_294, aten.add.Tensor 2025-03-21T20:50:03.7628292Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_295, aten.add.Tensor 2025-03-21T20:50:03.7629154Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_296, aten.add.Tensor 2025-03-21T20:50:03.7629935Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_297, aten.add.Tensor 2025-03-21T20:50:03.7630722Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_298, aten.add.Tensor 2025-03-21T20:50:03.7631586Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_299, aten.add.Tensor 2025-03-21T20:50:03.7632535Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_300, aten.add.Tensor 2025-03-21T20:50:03.7633372Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_301, aten.add.Tensor 2025-03-21T20:50:03.7634302Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_84, aten._softmax.default 2025-03-21T20:50:03.7635261Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_85, aten._softmax.default 2025-03-21T20:50:03.7636195Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_86, aten._softmax.default 2025-03-21T20:50:03.7637134Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_87, aten._softmax.default 2025-03-21T20:50:03.7638071Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_88, aten._softmax.default 2025-03-21T20:50:03.7639058Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_89, aten._softmax.default 2025-03-21T20:50:03.7639987Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_90, aten._softmax.default 2025-03-21T20:50:03.7640994Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_91, aten._softmax.default 2025-03-21T20:50:03.7641936Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_92, aten._softmax.default 2025-03-21T20:50:03.7642902Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_93, aten._softmax.default 2025-03-21T20:50:03.7643846Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_94, aten._softmax.default 2025-03-21T20:50:03.7644768Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_95, aten._softmax.default 2025-03-21T20:50:03.7645687Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_169, aten.matmul.default 2025-03-21T20:50:03.7646652Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_171, aten.matmul.default 2025-03-21T20:50:03.7647553Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_173, aten.matmul.default 2025-03-21T20:50:03.7648465Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_175, aten.matmul.default 2025-03-21T20:50:04.4293762Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_177, aten.matmul.default 2025-03-21T20:50:04.4295309Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_179, aten.matmul.default 2025-03-21T20:50:04.4296801Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_181, aten.matmul.default 2025-03-21T20:50:04.4298287Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_183, aten.matmul.default 2025-03-21T20:50:04.4299800Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_185, aten.matmul.default 2025-03-21T20:50:04.4301298Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_187, aten.matmul.default 2025-03-21T20:50:04.4302883Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_189, aten.matmul.default 2025-03-21T20:50:04.4304435Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_191, aten.matmul.default 2025-03-21T20:50:04.4305916Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_391, aten.cat.default 2025-03-21T20:50:04.4307377Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_900, aten.view_copy.default 2025-03-21T20:50:04.4309063Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1456, aten.permute_copy.default 2025-03-21T20:50:04.4310696Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_316, aten.convolution.default 2025-03-21T20:50:04.4313165Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1457, aten.permute_copy.default 2025-03-21T20:50:04.4314763Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_901, aten.view_copy.default 2025-03-21T20:50:04.4316232Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_302, aten.add.Tensor 2025-03-21T20:50:04.4317664Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_rms_norm_default_15, aten.rms_norm.default 2025-03-21T20:50:04.4319203Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_902, aten.view_copy.default 2025-03-21T20:50:04.4320857Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1458, aten.permute_copy.default 2025-03-21T20:50:04.4331803Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_317, aten.convolution.default 2025-03-21T20:50:04.4333499Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_318, aten.convolution.default 2025-03-21T20:50:04.4335095Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sigmoid_default_7, aten.sigmoid.default 2025-03-21T20:50:04.4336519Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_814, aten.mul.Tensor 2025-03-21T20:50:04.4338143Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_815, aten.mul.Tensor 2025-03-21T20:50:04.4339669Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_319, aten.convolution.default 2025-03-21T20:50:04.4341307Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1459, aten.permute_copy.default 2025-03-21T20:50:04.4342937Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_903, aten.view_copy.default 2025-03-21T20:50:04.4344411Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_303, aten.add.Tensor 2025-03-21T20:50:04.4345860Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_rms_norm_default_16, aten.rms_norm.default 2025-03-21T20:50:04.4347402Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_904, aten.view_copy.default 2025-03-21T20:50:04.4349090Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1460, aten.permute_copy.default 2025-03-21T20:50:04.4350702Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_200, aten._to_copy.default 2025-03-21T20:50:04.4352289Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_320, aten.convolution.default 2025-03-21T20:50:04.4353947Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1461, aten.permute_copy.default 2025-03-21T20:50:04.4355590Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_321, aten.convolution.default 2025-03-21T20:50:04.4357253Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1462, aten.permute_copy.default 2025-03-21T20:50:04.4358909Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_322, aten.convolution.default 2025-03-21T20:50:04.4360566Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1463, aten.permute_copy.default 2025-03-21T20:50:04.4362221Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_323, aten.convolution.default 2025-03-21T20:50:04.4363854Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1464, aten.permute_copy.default 2025-03-21T20:50:04.4365510Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_324, aten.convolution.default 2025-03-21T20:50:04.4367153Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1465, aten.permute_copy.default 2025-03-21T20:50:04.4368907Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_325, aten.convolution.default 2025-03-21T20:50:04.4370546Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1466, aten.permute_copy.default 2025-03-21T20:50:04.4372214Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_326, aten.convolution.default 2025-03-21T20:50:04.4373880Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1467, aten.permute_copy.default 2025-03-21T20:50:04.4375540Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_327, aten.convolution.default 2025-03-21T20:50:04.4377470Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1468, aten.permute_copy.default 2025-03-21T20:50:04.4379116Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_328, aten.convolution.default 2025-03-21T20:50:04.4380783Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1469, aten.permute_copy.default 2025-03-21T20:50:04.4382448Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_329, aten.convolution.default 2025-03-21T20:50:04.4384232Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1470, aten.permute_copy.default 2025-03-21T20:50:04.4385898Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_330, aten.convolution.default 2025-03-21T20:50:04.4387535Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1471, aten.permute_copy.default 2025-03-21T20:50:04.4389249Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_331, aten.convolution.default 2025-03-21T20:50:04.4390896Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1472, aten.permute_copy.default 2025-03-21T20:50:04.4392569Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_332, aten.convolution.default 2025-03-21T20:50:04.4394227Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1473, aten.permute_copy.default 2025-03-21T20:50:04.4395888Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_333, aten.convolution.default 2025-03-21T20:50:04.4397552Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1474, aten.permute_copy.default 2025-03-21T20:50:04.4399216Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_334, aten.convolution.default 2025-03-21T20:50:04.4400870Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1475, aten.permute_copy.default 2025-03-21T20:50:04.4402521Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_335, aten.convolution.default 2025-03-21T20:50:04.4404187Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1476, aten.permute_copy.default 2025-03-21T20:50:04.4405827Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_336, aten.convolution.default 2025-03-21T20:50:04.4407478Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1477, aten.permute_copy.default 2025-03-21T20:50:04.4409130Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_337, aten.convolution.default 2025-03-21T20:50:04.4410924Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1478, aten.permute_copy.default 2025-03-21T20:50:04.4412842Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_338, aten.convolution.default 2025-03-21T20:50:04.4414747Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1479, aten.permute_copy.default 2025-03-21T20:50:04.4416804Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_339, aten.convolution.default 2025-03-21T20:50:04.4418597Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1480, aten.permute_copy.default 2025-03-21T20:50:04.4420252Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_340, aten.convolution.default 2025-03-21T20:50:04.4421913Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1481, aten.permute_copy.default 2025-03-21T20:50:04.8178071Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_341, aten.convolution.default 2025-03-21T20:50:04.8179844Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1482, aten.permute_copy.default 2025-03-21T20:50:04.8181556Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_342, aten.convolution.default 2025-03-21T20:50:04.8183281Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1483, aten.permute_copy.default 2025-03-21T20:50:04.8184998Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_343, aten.convolution.default 2025-03-21T20:50:04.8186733Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1484, aten.permute_copy.default 2025-03-21T20:50:04.8189007Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_344, aten.convolution.default 2025-03-21T20:50:04.8190788Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1485, aten.permute_copy.default 2025-03-21T20:50:04.8192480Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_345, aten.convolution.default 2025-03-21T20:50:04.8194190Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1486, aten.permute_copy.default 2025-03-21T20:50:04.8195958Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_346, aten.convolution.default 2025-03-21T20:50:04.8197691Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1487, aten.permute_copy.default 2025-03-21T20:50:04.8199450Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_347, aten.convolution.default 2025-03-21T20:50:04.8201257Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1488, aten.permute_copy.default 2025-03-21T20:50:04.8203011Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_348, aten.convolution.default 2025-03-21T20:50:04.8204749Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1489, aten.permute_copy.default 2025-03-21T20:50:04.8206473Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_349, aten.convolution.default 2025-03-21T20:50:04.8208168Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1490, aten.permute_copy.default 2025-03-21T20:50:04.8209913Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_350, aten.convolution.default 2025-03-21T20:50:04.8211644Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1491, aten.permute_copy.default 2025-03-21T20:50:04.8213413Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_351, aten.convolution.default 2025-03-21T20:50:04.8215116Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1492, aten.permute_copy.default 2025-03-21T20:50:04.8216846Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_352, aten.convolution.default 2025-03-21T20:50:04.8218586Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1493, aten.permute_copy.default 2025-03-21T20:50:04.8220287Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_353, aten.convolution.default 2025-03-21T20:50:04.8222264Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1494, aten.permute_copy.default 2025-03-21T20:50:04.8224030Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_354, aten.convolution.default 2025-03-21T20:50:04.8225767Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1495, aten.permute_copy.default 2025-03-21T20:50:04.8227482Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_355, aten.convolution.default 2025-03-21T20:50:04.8229286Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1496, aten.permute_copy.default 2025-03-21T20:50:04.8230928Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_905, aten.view_copy.default 2025-03-21T20:50:04.8232571Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_906, aten.view_copy.default 2025-03-21T20:50:04.8234215Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_907, aten.view_copy.default 2025-03-21T20:50:04.8235842Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_908, aten.view_copy.default 2025-03-21T20:50:04.8237622Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_909, aten.view_copy.default 2025-03-21T20:50:04.8239258Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_910, aten.view_copy.default 2025-03-21T20:50:04.8240884Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_911, aten.view_copy.default 2025-03-21T20:50:04.8242545Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_912, aten.view_copy.default 2025-03-21T20:50:04.8243997Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_913, aten.view_copy.default 2025-03-21T20:50:04.8245577Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_914, aten.view_copy.default 2025-03-21T20:50:04.8247197Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_915, aten.view_copy.default 2025-03-21T20:50:04.8248845Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_916, aten.view_copy.default 2025-03-21T20:50:04.8250479Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_917, aten.view_copy.default 2025-03-21T20:50:04.8252090Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_918, aten.view_copy.default 2025-03-21T20:50:04.8253704Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_919, aten.view_copy.default 2025-03-21T20:50:04.8255293Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_920, aten.view_copy.default 2025-03-21T20:50:04.8256911Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_921, aten.view_copy.default 2025-03-21T20:50:04.8258541Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_922, aten.view_copy.default 2025-03-21T20:50:04.8260173Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_923, aten.view_copy.default 2025-03-21T20:50:04.8261850Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_924, aten.view_copy.default 2025-03-21T20:50:04.8263431Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_925, aten.view_copy.default 2025-03-21T20:50:04.8265054Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_926, aten.view_copy.default 2025-03-21T20:50:04.8266722Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_927, aten.view_copy.default 2025-03-21T20:50:04.8268347Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_928, aten.view_copy.default 2025-03-21T20:50:04.8270232Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_929, aten.view_copy.default 2025-03-21T20:50:04.8271899Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_930, aten.view_copy.default 2025-03-21T20:50:04.8273543Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_931, aten.view_copy.default 2025-03-21T20:50:04.8275153Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_932, aten.view_copy.default 2025-03-21T20:50:04.8277000Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_933, aten.view_copy.default 2025-03-21T20:50:04.8278594Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_934, aten.view_copy.default 2025-03-21T20:50:04.8280225Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_935, aten.view_copy.default 2025-03-21T20:50:04.8281862Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_936, aten.view_copy.default 2025-03-21T20:50:04.8283499Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_937, aten.view_copy.default 2025-03-21T20:50:04.8285162Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_938, aten.view_copy.default 2025-03-21T20:50:04.8286911Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_939, aten.view_copy.default 2025-03-21T20:50:04.8288541Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_940, aten.view_copy.default 2025-03-21T20:50:04.8290201Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_384, aten.slice_copy.Tensor 2025-03-21T20:50:04.8291788Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_385, aten.slice_copy.Tensor 2025-03-21T20:50:04.8293438Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_386, aten.slice_copy.Tensor 2025-03-21T20:50:04.8295131Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_387, aten.slice_copy.Tensor 2025-03-21T20:50:04.8296781Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_388, aten.slice_copy.Tensor 2025-03-21T20:50:04.8298406Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_389, aten.slice_copy.Tensor 2025-03-21T20:50:05.2185890Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_390, aten.slice_copy.Tensor 2025-03-21T20:50:05.2187589Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_391, aten.slice_copy.Tensor 2025-03-21T20:50:05.2189289Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_392, aten.slice_copy.Tensor 2025-03-21T20:50:05.2190930Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_393, aten.slice_copy.Tensor 2025-03-21T20:50:05.2192617Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_394, aten.slice_copy.Tensor 2025-03-21T20:50:05.2194252Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_395, aten.slice_copy.Tensor 2025-03-21T20:50:05.2195894Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_396, aten.slice_copy.Tensor 2025-03-21T20:50:05.2197519Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_397, aten.slice_copy.Tensor 2025-03-21T20:50:05.2199187Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_398, aten.slice_copy.Tensor 2025-03-21T20:50:05.2200782Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_399, aten.slice_copy.Tensor 2025-03-21T20:50:05.2202414Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_400, aten.slice_copy.Tensor 2025-03-21T20:50:05.2204468Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_401, aten.slice_copy.Tensor 2025-03-21T20:50:05.2206042Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_402, aten.slice_copy.Tensor 2025-03-21T20:50:05.2207693Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_403, aten.slice_copy.Tensor 2025-03-21T20:50:05.2209388Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_404, aten.slice_copy.Tensor 2025-03-21T20:50:05.2211042Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_405, aten.slice_copy.Tensor 2025-03-21T20:50:05.2212646Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_406, aten.slice_copy.Tensor 2025-03-21T20:50:05.2214281Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_407, aten.slice_copy.Tensor 2025-03-21T20:50:05.2215880Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_408, aten.slice_copy.Tensor 2025-03-21T20:50:05.2217528Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_409, aten.slice_copy.Tensor 2025-03-21T20:50:05.2219158Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_410, aten.slice_copy.Tensor 2025-03-21T20:50:05.2221000Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_411, aten.slice_copy.Tensor 2025-03-21T20:50:05.2222604Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_412, aten.slice_copy.Tensor 2025-03-21T20:50:05.2224244Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_413, aten.slice_copy.Tensor 2025-03-21T20:50:05.2225874Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_414, aten.slice_copy.Tensor 2025-03-21T20:50:05.2227542Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_415, aten.slice_copy.Tensor 2025-03-21T20:50:05.2229171Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_416, aten.slice_copy.Tensor 2025-03-21T20:50:05.2230819Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_417, aten.slice_copy.Tensor 2025-03-21T20:50:05.2232472Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_418, aten.slice_copy.Tensor 2025-03-21T20:50:05.2234131Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_419, aten.slice_copy.Tensor 2025-03-21T20:50:05.2235740Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_420, aten.slice_copy.Tensor 2025-03-21T20:50:05.2237380Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_421, aten.slice_copy.Tensor 2025-03-21T20:50:05.2239001Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_422, aten.slice_copy.Tensor 2025-03-21T20:50:05.2240608Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_423, aten.slice_copy.Tensor 2025-03-21T20:50:05.2242258Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_424, aten.slice_copy.Tensor 2025-03-21T20:50:05.2243896Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_425, aten.slice_copy.Tensor 2025-03-21T20:50:05.2245575Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_426, aten.slice_copy.Tensor 2025-03-21T20:50:05.2247183Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_427, aten.slice_copy.Tensor 2025-03-21T20:50:05.2248807Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_428, aten.slice_copy.Tensor 2025-03-21T20:50:05.2250485Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_429, aten.slice_copy.Tensor 2025-03-21T20:50:05.2252123Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_430, aten.slice_copy.Tensor 2025-03-21T20:50:05.2253923Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_431, aten.slice_copy.Tensor 2025-03-21T20:50:05.2255502Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_417, aten.cat.default 2025-03-21T20:50:05.2257017Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_419, aten.cat.default 2025-03-21T20:50:05.2258465Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_421, aten.cat.default 2025-03-21T20:50:05.2259938Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_423, aten.cat.default 2025-03-21T20:50:05.2261384Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_425, aten.cat.default 2025-03-21T20:50:05.2262814Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_427, aten.cat.default 2025-03-21T20:50:05.2264259Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_429, aten.cat.default 2025-03-21T20:50:05.2265729Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_431, aten.cat.default 2025-03-21T20:50:05.2267173Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_433, aten.cat.default 2025-03-21T20:50:05.2268661Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_435, aten.cat.default 2025-03-21T20:50:05.2270335Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_437, aten.cat.default 2025-03-21T20:50:05.2271781Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_439, aten.cat.default 2025-03-21T20:50:05.2273247Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_818, aten.mul.Tensor 2025-03-21T20:50:05.2274656Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_820, aten.mul.Tensor 2025-03-21T20:50:05.2275944Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_819, aten.mul.Tensor 2025-03-21T20:50:05.2277608Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_821, aten.mul.Tensor 2025-03-21T20:50:05.2279029Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_822, aten.mul.Tensor 2025-03-21T20:50:05.2280474Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_824, aten.mul.Tensor 2025-03-21T20:50:05.2281891Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_823, aten.mul.Tensor 2025-03-21T20:50:05.2283292Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_825, aten.mul.Tensor 2025-03-21T20:50:05.2284716Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_826, aten.mul.Tensor 2025-03-21T20:50:05.2286122Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_828, aten.mul.Tensor 2025-03-21T20:50:05.2287520Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_827, aten.mul.Tensor 2025-03-21T20:50:05.2288962Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_829, aten.mul.Tensor 2025-03-21T20:50:05.2290387Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_830, aten.mul.Tensor 2025-03-21T20:50:05.2291786Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_832, aten.mul.Tensor 2025-03-21T20:50:05.2293248Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_831, aten.mul.Tensor 2025-03-21T20:50:05.2294657Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_833, aten.mul.Tensor 2025-03-21T20:50:05.2296061Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_834, aten.mul.Tensor 2025-03-21T20:50:05.2297508Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_836, aten.mul.Tensor 2025-03-21T20:50:05.2298939Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_835, aten.mul.Tensor 2025-03-21T20:50:05.2300589Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_837, aten.mul.Tensor 2025-03-21T20:50:05.2302006Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_838, aten.mul.Tensor 2025-03-21T20:50:05.2303460Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_840, aten.mul.Tensor 2025-03-21T20:50:05.2304888Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_839, aten.mul.Tensor 2025-03-21T20:50:05.2306310Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_841, aten.mul.Tensor 2025-03-21T20:50:05.6789865Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_842, aten.mul.Tensor 2025-03-21T20:50:05.6790720Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_844, aten.mul.Tensor 2025-03-21T20:50:05.6791514Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_843, aten.mul.Tensor 2025-03-21T20:50:05.6792305Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_845, aten.mul.Tensor 2025-03-21T20:50:05.6793123Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_846, aten.mul.Tensor 2025-03-21T20:50:05.6793905Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_848, aten.mul.Tensor 2025-03-21T20:50:05.6794959Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_847, aten.mul.Tensor 2025-03-21T20:50:05.6795740Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_849, aten.mul.Tensor 2025-03-21T20:50:05.6796528Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_850, aten.mul.Tensor 2025-03-21T20:50:05.6797315Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_852, aten.mul.Tensor 2025-03-21T20:50:05.6798107Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_851, aten.mul.Tensor 2025-03-21T20:50:05.6798894Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_853, aten.mul.Tensor 2025-03-21T20:50:05.6799685Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_854, aten.mul.Tensor 2025-03-21T20:50:05.6800465Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_856, aten.mul.Tensor 2025-03-21T20:50:05.6801242Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_855, aten.mul.Tensor 2025-03-21T20:50:05.6802027Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_857, aten.mul.Tensor 2025-03-21T20:50:05.6802811Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_858, aten.mul.Tensor 2025-03-21T20:50:05.6803593Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_860, aten.mul.Tensor 2025-03-21T20:50:05.6804374Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_859, aten.mul.Tensor 2025-03-21T20:50:05.6805156Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_861, aten.mul.Tensor 2025-03-21T20:50:05.6805929Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_862, aten.mul.Tensor 2025-03-21T20:50:05.6806709Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_864, aten.mul.Tensor 2025-03-21T20:50:05.6807490Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_863, aten.mul.Tensor 2025-03-21T20:50:05.6808272Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_865, aten.mul.Tensor 2025-03-21T20:50:05.6809050Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_866, aten.mul.Tensor 2025-03-21T20:50:05.6809830Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_868, aten.mul.Tensor 2025-03-21T20:50:05.6810599Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_867, aten.mul.Tensor 2025-03-21T20:50:05.6811381Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_869, aten.mul.Tensor 2025-03-21T20:50:05.6812258Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_870, aten.mul.Tensor 2025-03-21T20:50:05.6813036Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_872, aten.mul.Tensor 2025-03-21T20:50:05.6813816Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_871, aten.mul.Tensor 2025-03-21T20:50:05.6814603Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_873, aten.mul.Tensor 2025-03-21T20:50:05.6815375Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_874, aten.mul.Tensor 2025-03-21T20:50:05.6816156Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_876, aten.mul.Tensor 2025-03-21T20:50:05.6816935Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_875, aten.mul.Tensor 2025-03-21T20:50:05.6817716Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_877, aten.mul.Tensor 2025-03-21T20:50:05.6818507Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_878, aten.mul.Tensor 2025-03-21T20:50:05.6819321Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_880, aten.mul.Tensor 2025-03-21T20:50:05.6820103Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_879, aten.mul.Tensor 2025-03-21T20:50:05.6820954Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_881, aten.mul.Tensor 2025-03-21T20:50:05.6821723Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_882, aten.mul.Tensor 2025-03-21T20:50:05.6822504Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_884, aten.mul.Tensor 2025-03-21T20:50:05.6823288Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_883, aten.mul.Tensor 2025-03-21T20:50:05.6824073Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_885, aten.mul.Tensor 2025-03-21T20:50:05.6824861Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_886, aten.mul.Tensor 2025-03-21T20:50:05.6825646Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_888, aten.mul.Tensor 2025-03-21T20:50:05.6826418Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_887, aten.mul.Tensor 2025-03-21T20:50:05.6827203Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_889, aten.mul.Tensor 2025-03-21T20:50:05.6827987Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_890, aten.mul.Tensor 2025-03-21T20:50:05.6828770Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_892, aten.mul.Tensor 2025-03-21T20:50:05.6829650Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_891, aten.mul.Tensor 2025-03-21T20:50:05.6830436Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_893, aten.mul.Tensor 2025-03-21T20:50:05.6831223Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_894, aten.mul.Tensor 2025-03-21T20:50:05.6832004Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_896, aten.mul.Tensor 2025-03-21T20:50:05.6832793Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_895, aten.mul.Tensor 2025-03-21T20:50:05.6833584Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_897, aten.mul.Tensor 2025-03-21T20:50:05.6834376Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_898, aten.mul.Tensor 2025-03-21T20:50:05.6835163Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_900, aten.mul.Tensor 2025-03-21T20:50:05.6835947Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_899, aten.mul.Tensor 2025-03-21T20:50:05.6836717Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_901, aten.mul.Tensor 2025-03-21T20:50:05.6837497Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_902, aten.mul.Tensor 2025-03-21T20:50:05.6838372Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_904, aten.mul.Tensor 2025-03-21T20:50:05.6839157Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_903, aten.mul.Tensor 2025-03-21T20:50:05.6839940Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_905, aten.mul.Tensor 2025-03-21T20:50:05.6840725Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_906, aten.mul.Tensor 2025-03-21T20:50:05.6841611Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_908, aten.mul.Tensor 2025-03-21T20:50:05.6842543Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_907, aten.mul.Tensor 2025-03-21T20:50:05.6843327Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_909, aten.mul.Tensor 2025-03-21T20:50:05.6844108Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_910, aten.mul.Tensor 2025-03-21T20:50:05.6844893Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_912, aten.mul.Tensor 2025-03-21T20:50:05.6845674Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_911, aten.mul.Tensor 2025-03-21T20:50:05.6846442Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_913, aten.mul.Tensor 2025-03-21T20:50:05.6847300Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_192, aten.sub.Tensor 2025-03-21T20:50:05.6848080Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_304, aten.add.Tensor 2025-03-21T20:50:05.6848863Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_193, aten.sub.Tensor 2025-03-21T20:50:05.6849644Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_305, aten.add.Tensor 2025-03-21T20:50:05.6850426Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_194, aten.sub.Tensor 2025-03-21T20:50:05.6851209Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_306, aten.add.Tensor 2025-03-21T20:50:05.6851977Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_195, aten.sub.Tensor 2025-03-21T20:50:05.6852760Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_307, aten.add.Tensor 2025-03-21T20:50:05.6853543Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_196, aten.sub.Tensor 2025-03-21T20:50:05.6854327Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_308, aten.add.Tensor 2025-03-21T20:50:05.6855106Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_197, aten.sub.Tensor 2025-03-21T20:50:05.6855884Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_309, aten.add.Tensor 2025-03-21T20:50:05.6856652Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_198, aten.sub.Tensor 2025-03-21T20:50:06.1446930Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_310, aten.add.Tensor 2025-03-21T20:50:06.1447784Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_199, aten.sub.Tensor 2025-03-21T20:50:06.1448575Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_311, aten.add.Tensor 2025-03-21T20:50:06.1449391Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_200, aten.sub.Tensor 2025-03-21T20:50:06.1450180Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_312, aten.add.Tensor 2025-03-21T20:50:06.1450959Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_201, aten.sub.Tensor 2025-03-21T20:50:06.1451739Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_313, aten.add.Tensor 2025-03-21T20:50:06.1452506Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_202, aten.sub.Tensor 2025-03-21T20:50:06.1453293Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_314, aten.add.Tensor 2025-03-21T20:50:06.1454337Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_203, aten.sub.Tensor 2025-03-21T20:50:06.1455120Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_315, aten.add.Tensor 2025-03-21T20:50:06.1455903Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_204, aten.sub.Tensor 2025-03-21T20:50:06.1456735Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_201, aten._to_copy.default 2025-03-21T20:50:06.1457571Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_316, aten.add.Tensor 2025-03-21T20:50:06.1458389Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_202, aten._to_copy.default 2025-03-21T20:50:06.1459217Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_205, aten.sub.Tensor 2025-03-21T20:50:06.1460046Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_203, aten._to_copy.default 2025-03-21T20:50:06.1460876Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_317, aten.add.Tensor 2025-03-21T20:50:06.1461701Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_204, aten._to_copy.default 2025-03-21T20:50:06.1462622Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_206, aten.sub.Tensor 2025-03-21T20:50:06.1463443Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_205, aten._to_copy.default 2025-03-21T20:50:06.1464270Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_318, aten.add.Tensor 2025-03-21T20:50:06.1465101Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_206, aten._to_copy.default 2025-03-21T20:50:06.1465930Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_207, aten.sub.Tensor 2025-03-21T20:50:06.1466764Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_207, aten._to_copy.default 2025-03-21T20:50:06.1467597Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_319, aten.add.Tensor 2025-03-21T20:50:06.1468433Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_208, aten._to_copy.default 2025-03-21T20:50:06.1469338Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_208, aten.sub.Tensor 2025-03-21T20:50:06.1470174Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_209, aten._to_copy.default 2025-03-21T20:50:06.1471001Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_320, aten.add.Tensor 2025-03-21T20:50:06.1471830Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_210, aten._to_copy.default 2025-03-21T20:50:06.1472658Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_209, aten.sub.Tensor 2025-03-21T20:50:06.1473493Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_211, aten._to_copy.default 2025-03-21T20:50:06.1474311Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_321, aten.add.Tensor 2025-03-21T20:50:06.1475143Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_212, aten._to_copy.default 2025-03-21T20:50:06.1476189Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_210, aten.sub.Tensor 2025-03-21T20:50:06.1477037Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_213, aten._to_copy.default 2025-03-21T20:50:06.1477876Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_322, aten.add.Tensor 2025-03-21T20:50:06.1478708Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_214, aten._to_copy.default 2025-03-21T20:50:06.1479542Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_211, aten.sub.Tensor 2025-03-21T20:50:06.1480481Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_215, aten._to_copy.default 2025-03-21T20:50:06.1481299Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_323, aten.add.Tensor 2025-03-21T20:50:06.1482152Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_216, aten._to_copy.default 2025-03-21T20:50:06.1482993Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_212, aten.sub.Tensor 2025-03-21T20:50:06.1483828Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_217, aten._to_copy.default 2025-03-21T20:50:06.1484669Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_324, aten.add.Tensor 2025-03-21T20:50:06.1485507Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_218, aten._to_copy.default 2025-03-21T20:50:06.1486340Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_213, aten.sub.Tensor 2025-03-21T20:50:06.1487164Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_219, aten._to_copy.default 2025-03-21T20:50:06.1487996Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_325, aten.add.Tensor 2025-03-21T20:50:06.1488908Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_220, aten._to_copy.default 2025-03-21T20:50:06.1489738Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_214, aten.sub.Tensor 2025-03-21T20:50:06.1490573Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_221, aten._to_copy.default 2025-03-21T20:50:06.1491406Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_326, aten.add.Tensor 2025-03-21T20:50:06.1492224Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_222, aten._to_copy.default 2025-03-21T20:50:06.1493063Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_215, aten.sub.Tensor 2025-03-21T20:50:06.1493896Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_223, aten._to_copy.default 2025-03-21T20:50:06.1494727Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_327, aten.add.Tensor 2025-03-21T20:50:06.1495562Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_224, aten._to_copy.default 2025-03-21T20:50:06.1496410Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_392, aten.cat.default 2025-03-21T20:50:06.1497213Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_393, aten.cat.default 2025-03-21T20:50:06.1498062Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_394, aten.cat.default 2025-03-21T20:50:06.1498936Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_395, aten.cat.default 2025-03-21T20:50:06.1499774Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_396, aten.cat.default 2025-03-21T20:50:06.1500576Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_397, aten.cat.default 2025-03-21T20:50:06.1501373Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_398, aten.cat.default 2025-03-21T20:50:06.1502177Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_399, aten.cat.default 2025-03-21T20:50:06.1502960Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_400, aten.cat.default 2025-03-21T20:50:06.1503756Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_401, aten.cat.default 2025-03-21T20:50:06.1504559Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_402, aten.cat.default 2025-03-21T20:50:06.1505354Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_403, aten.cat.default 2025-03-21T20:50:06.1506149Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_404, aten.cat.default 2025-03-21T20:50:06.1507051Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_405, aten.cat.default 2025-03-21T20:50:06.1507851Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_406, aten.cat.default 2025-03-21T20:50:06.1508647Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_407, aten.cat.default 2025-03-21T20:50:06.1509550Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_408, aten.cat.default 2025-03-21T20:50:06.1510356Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_409, aten.cat.default 2025-03-21T20:50:06.1511156Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_410, aten.cat.default 2025-03-21T20:50:06.1511952Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_411, aten.cat.default 2025-03-21T20:50:06.1512754Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_412, aten.cat.default 2025-03-21T20:50:06.1513544Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_413, aten.cat.default 2025-03-21T20:50:06.6112868Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_414, aten.cat.default 2025-03-21T20:50:06.6114032Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_415, aten.cat.default 2025-03-21T20:50:06.6114920Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_461, aten.permute_copy.default 2025-03-21T20:50:06.6115868Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_462, aten.permute_copy.default 2025-03-21T20:50:06.6116810Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_463, aten.permute_copy.default 2025-03-21T20:50:06.6117753Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_464, aten.permute_copy.default 2025-03-21T20:50:06.6118709Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_465, aten.permute_copy.default 2025-03-21T20:50:06.6119636Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_466, aten.permute_copy.default 2025-03-21T20:50:06.6120573Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_467, aten.permute_copy.default 2025-03-21T20:50:06.6121508Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_468, aten.permute_copy.default 2025-03-21T20:50:06.6122442Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_469, aten.permute_copy.default 2025-03-21T20:50:06.6123375Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_470, aten.permute_copy.default 2025-03-21T20:50:06.6124309Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_471, aten.permute_copy.default 2025-03-21T20:50:06.6125245Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_472, aten.permute_copy.default 2025-03-21T20:50:06.6126102Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_416, aten.cat.default 2025-03-21T20:50:06.6126896Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_418, aten.cat.default 2025-03-21T20:50:06.6127693Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_420, aten.cat.default 2025-03-21T20:50:06.6128490Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_422, aten.cat.default 2025-03-21T20:50:06.6129282Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_424, aten.cat.default 2025-03-21T20:50:06.6130076Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_426, aten.cat.default 2025-03-21T20:50:06.6130854Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_428, aten.cat.default 2025-03-21T20:50:06.6131770Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_430, aten.cat.default 2025-03-21T20:50:06.6132569Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_432, aten.cat.default 2025-03-21T20:50:06.6133395Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_434, aten.cat.default 2025-03-21T20:50:06.6134196Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_436, aten.cat.default 2025-03-21T20:50:06.6134992Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_438, aten.cat.default 2025-03-21T20:50:06.6135815Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_192, aten.matmul.default 2025-03-21T20:50:06.6136661Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_194, aten.matmul.default 2025-03-21T20:50:06.6137495Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_196, aten.matmul.default 2025-03-21T20:50:06.6138345Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_198, aten.matmul.default 2025-03-21T20:50:06.6139194Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_200, aten.matmul.default 2025-03-21T20:50:06.6140036Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_202, aten.matmul.default 2025-03-21T20:50:06.6140934Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_204, aten.matmul.default 2025-03-21T20:50:06.6141784Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_206, aten.matmul.default 2025-03-21T20:50:06.6142619Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_208, aten.matmul.default 2025-03-21T20:50:06.6143468Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_210, aten.matmul.default 2025-03-21T20:50:06.6144315Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_212, aten.matmul.default 2025-03-21T20:50:06.6145169Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_214, aten.matmul.default 2025-03-21T20:50:06.6145984Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_96, aten.div.Tensor 2025-03-21T20:50:06.6146769Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_97, aten.div.Tensor 2025-03-21T20:50:06.6147550Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_98, aten.div.Tensor 2025-03-21T20:50:06.6148315Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_99, aten.div.Tensor 2025-03-21T20:50:06.6149179Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_100, aten.div.Tensor 2025-03-21T20:50:06.6149966Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_101, aten.div.Tensor 2025-03-21T20:50:06.6150748Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_102, aten.div.Tensor 2025-03-21T20:50:06.6151545Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_103, aten.div.Tensor 2025-03-21T20:50:06.6152328Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_104, aten.div.Tensor 2025-03-21T20:50:06.6153095Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_105, aten.div.Tensor 2025-03-21T20:50:06.6153882Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_106, aten.div.Tensor 2025-03-21T20:50:06.6154665Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_107, aten.div.Tensor 2025-03-21T20:50:06.6155444Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_328, aten.add.Tensor 2025-03-21T20:50:06.6156233Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_329, aten.add.Tensor 2025-03-21T20:50:06.6157023Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_330, aten.add.Tensor 2025-03-21T20:50:06.6157875Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_331, aten.add.Tensor 2025-03-21T20:50:06.6158648Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_332, aten.add.Tensor 2025-03-21T20:50:06.6159442Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_333, aten.add.Tensor 2025-03-21T20:50:06.6160236Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_334, aten.add.Tensor 2025-03-21T20:50:06.6161024Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_335, aten.add.Tensor 2025-03-21T20:50:06.6161808Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_336, aten.add.Tensor 2025-03-21T20:50:06.6162598Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_337, aten.add.Tensor 2025-03-21T20:50:06.6163421Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_338, aten.add.Tensor 2025-03-21T20:50:06.6164351Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_339, aten.add.Tensor 2025-03-21T20:50:06.6165194Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_96, aten._softmax.default 2025-03-21T20:50:06.6166079Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_97, aten._softmax.default 2025-03-21T20:50:06.6167030Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_98, aten._softmax.default 2025-03-21T20:50:06.6167903Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_99, aten._softmax.default 2025-03-21T20:50:06.6168767Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_100, aten._softmax.default 2025-03-21T20:50:06.6169652Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_101, aten._softmax.default 2025-03-21T20:50:06.6170536Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_102, aten._softmax.default 2025-03-21T20:50:06.6171422Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_103, aten._softmax.default 2025-03-21T20:50:06.6172293Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_104, aten._softmax.default 2025-03-21T20:50:06.6173170Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_105, aten._softmax.default 2025-03-21T20:50:06.6174045Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_106, aten._softmax.default 2025-03-21T20:50:06.6174902Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_107, aten._softmax.default 2025-03-21T20:50:06.6185168Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_193, aten.matmul.default 2025-03-21T20:50:06.6186027Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_195, aten.matmul.default 2025-03-21T20:50:06.6186878Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_197, aten.matmul.default 2025-03-21T20:50:06.6187737Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_199, aten.matmul.default 2025-03-21T20:50:06.6188586Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_201, aten.matmul.default 2025-03-21T20:50:07.2635356Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_203, aten.matmul.default 2025-03-21T20:50:07.2636959Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_205, aten.matmul.default 2025-03-21T20:50:07.2638485Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_207, aten.matmul.default 2025-03-21T20:50:07.2640058Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_209, aten.matmul.default 2025-03-21T20:50:07.2641592Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_211, aten.matmul.default 2025-03-21T20:50:07.2643414Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_213, aten.matmul.default 2025-03-21T20:50:07.2645010Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_215, aten.matmul.default 2025-03-21T20:50:07.2646512Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_440, aten.cat.default 2025-03-21T20:50:07.2648117Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1013, aten.view_copy.default 2025-03-21T20:50:07.2649803Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1497, aten.permute_copy.default 2025-03-21T20:50:07.2651570Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_356, aten.convolution.default 2025-03-21T20:50:07.2653301Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1498, aten.permute_copy.default 2025-03-21T20:50:07.2654968Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1014, aten.view_copy.default 2025-03-21T20:50:07.2656516Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_340, aten.add.Tensor 2025-03-21T20:50:07.2658035Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_rms_norm_default_17, aten.rms_norm.default 2025-03-21T20:50:07.2659860Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1015, aten.view_copy.default 2025-03-21T20:50:07.2661535Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1499, aten.permute_copy.default 2025-03-21T20:50:07.2663283Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_357, aten.convolution.default 2025-03-21T20:50:07.2665007Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_358, aten.convolution.default 2025-03-21T20:50:07.2666607Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sigmoid_default_8, aten.sigmoid.default 2025-03-21T20:50:07.2668125Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_916, aten.mul.Tensor 2025-03-21T20:50:07.2669651Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_917, aten.mul.Tensor 2025-03-21T20:50:07.2671216Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_359, aten.convolution.default 2025-03-21T20:50:07.2672975Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1500, aten.permute_copy.default 2025-03-21T20:50:07.2674730Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1016, aten.view_copy.default 2025-03-21T20:50:07.2676483Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_341, aten.add.Tensor 2025-03-21T20:50:07.2678270Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_rms_norm_default_18, aten.rms_norm.default 2025-03-21T20:50:07.2679890Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1017, aten.view_copy.default 2025-03-21T20:50:07.2681601Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1501, aten.permute_copy.default 2025-03-21T20:50:07.2683297Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_225, aten._to_copy.default 2025-03-21T20:50:07.2684994Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_360, aten.convolution.default 2025-03-21T20:50:07.2686766Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1502, aten.permute_copy.default 2025-03-21T20:50:07.2688537Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_361, aten.convolution.default 2025-03-21T20:50:07.2690330Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1503, aten.permute_copy.default 2025-03-21T20:50:07.2692058Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_362, aten.convolution.default 2025-03-21T20:50:07.2693906Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1504, aten.permute_copy.default 2025-03-21T20:50:07.2695604Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_363, aten.convolution.default 2025-03-21T20:50:07.2697339Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1505, aten.permute_copy.default 2025-03-21T20:50:07.2699064Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_364, aten.convolution.default 2025-03-21T20:50:07.2700778Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1506, aten.permute_copy.default 2025-03-21T20:50:07.2702498Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_365, aten.convolution.default 2025-03-21T20:50:07.2704230Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1507, aten.permute_copy.default 2025-03-21T20:50:07.2705974Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_366, aten.convolution.default 2025-03-21T20:50:07.2707690Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1508, aten.permute_copy.default 2025-03-21T20:50:07.2709583Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_367, aten.convolution.default 2025-03-21T20:50:07.2711230Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1509, aten.permute_copy.default 2025-03-21T20:50:07.2712901Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_368, aten.convolution.default 2025-03-21T20:50:07.2714640Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1510, aten.permute_copy.default 2025-03-21T20:50:07.2716399Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_369, aten.convolution.default 2025-03-21T20:50:07.2718092Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1511, aten.permute_copy.default 2025-03-21T20:50:07.2719820Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_370, aten.convolution.default 2025-03-21T20:50:07.2721550Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1512, aten.permute_copy.default 2025-03-21T20:50:07.2723241Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_371, aten.convolution.default 2025-03-21T20:50:07.2724971Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1513, aten.permute_copy.default 2025-03-21T20:50:07.2726844Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_372, aten.convolution.default 2025-03-21T20:50:07.2728609Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1514, aten.permute_copy.default 2025-03-21T20:50:07.2730320Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_373, aten.convolution.default 2025-03-21T20:50:07.2732067Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1515, aten.permute_copy.default 2025-03-21T20:50:07.2733801Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_374, aten.convolution.default 2025-03-21T20:50:07.2735513Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1516, aten.permute_copy.default 2025-03-21T20:50:07.2737238Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_375, aten.convolution.default 2025-03-21T20:50:07.2738975Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1517, aten.permute_copy.default 2025-03-21T20:50:07.2740728Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_376, aten.convolution.default 2025-03-21T20:50:07.2742521Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1518, aten.permute_copy.default 2025-03-21T20:50:07.2744266Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_377, aten.convolution.default 2025-03-21T20:50:07.2746001Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1519, aten.permute_copy.default 2025-03-21T20:50:07.2747719Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_378, aten.convolution.default 2025-03-21T20:50:07.2749532Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1520, aten.permute_copy.default 2025-03-21T20:50:07.2751270Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_379, aten.convolution.default 2025-03-21T20:50:07.2753001Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1521, aten.permute_copy.default 2025-03-21T20:50:07.2754791Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_380, aten.convolution.default 2025-03-21T20:50:07.2756524Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1522, aten.permute_copy.default 2025-03-21T20:50:07.6948533Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_381, aten.convolution.default 2025-03-21T20:50:07.6950373Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1523, aten.permute_copy.default 2025-03-21T20:50:07.6952080Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_382, aten.convolution.default 2025-03-21T20:50:07.6953788Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1524, aten.permute_copy.default 2025-03-21T20:50:07.6955514Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_383, aten.convolution.default 2025-03-21T20:50:07.6957225Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1525, aten.permute_copy.default 2025-03-21T20:50:07.6958910Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_384, aten.convolution.default 2025-03-21T20:50:07.6960604Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1526, aten.permute_copy.default 2025-03-21T20:50:07.6962317Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_385, aten.convolution.default 2025-03-21T20:50:07.6964011Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1527, aten.permute_copy.default 2025-03-21T20:50:07.6965714Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_386, aten.convolution.default 2025-03-21T20:50:07.6967515Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1528, aten.permute_copy.default 2025-03-21T20:50:07.6969220Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_387, aten.convolution.default 2025-03-21T20:50:07.6970903Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1529, aten.permute_copy.default 2025-03-21T20:50:07.6972602Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_388, aten.convolution.default 2025-03-21T20:50:07.6974300Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1530, aten.permute_copy.default 2025-03-21T20:50:07.6975997Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_389, aten.convolution.default 2025-03-21T20:50:07.6977840Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1531, aten.permute_copy.default 2025-03-21T20:50:07.6979540Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_390, aten.convolution.default 2025-03-21T20:50:07.6981307Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1532, aten.permute_copy.default 2025-03-21T20:50:07.6983008Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_391, aten.convolution.default 2025-03-21T20:50:07.6984705Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1533, aten.permute_copy.default 2025-03-21T20:50:07.6986406Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_392, aten.convolution.default 2025-03-21T20:50:07.6988105Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1534, aten.permute_copy.default 2025-03-21T20:50:07.6989852Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_393, aten.convolution.default 2025-03-21T20:50:07.6991552Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1535, aten.permute_copy.default 2025-03-21T20:50:07.6993231Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_394, aten.convolution.default 2025-03-21T20:50:07.6994922Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1536, aten.permute_copy.default 2025-03-21T20:50:07.6996618Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_395, aten.convolution.default 2025-03-21T20:50:07.6998419Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1537, aten.permute_copy.default 2025-03-21T20:50:07.7000078Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1018, aten.view_copy.default 2025-03-21T20:50:07.7001687Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1019, aten.view_copy.default 2025-03-21T20:50:07.7003299Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1020, aten.view_copy.default 2025-03-21T20:50:07.7004895Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1021, aten.view_copy.default 2025-03-21T20:50:07.7006498Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1022, aten.view_copy.default 2025-03-21T20:50:07.7008106Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1023, aten.view_copy.default 2025-03-21T20:50:07.7009718Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1024, aten.view_copy.default 2025-03-21T20:50:07.7011328Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1025, aten.view_copy.default 2025-03-21T20:50:07.7012953Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1026, aten.view_copy.default 2025-03-21T20:50:07.7014624Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1027, aten.view_copy.default 2025-03-21T20:50:07.7016219Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1028, aten.view_copy.default 2025-03-21T20:50:07.7017834Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1029, aten.view_copy.default 2025-03-21T20:50:07.7019434Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1030, aten.view_copy.default 2025-03-21T20:50:07.7021046Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1031, aten.view_copy.default 2025-03-21T20:50:07.7022653Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1032, aten.view_copy.default 2025-03-21T20:50:07.7024376Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1033, aten.view_copy.default 2025-03-21T20:50:07.7025989Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1034, aten.view_copy.default 2025-03-21T20:50:07.7027583Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1035, aten.view_copy.default 2025-03-21T20:50:07.7029307Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1036, aten.view_copy.default 2025-03-21T20:50:07.7030924Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1037, aten.view_copy.default 2025-03-21T20:50:07.7032531Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1038, aten.view_copy.default 2025-03-21T20:50:07.7034158Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1039, aten.view_copy.default 2025-03-21T20:50:07.7035813Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1040, aten.view_copy.default 2025-03-21T20:50:07.7037488Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1041, aten.view_copy.default 2025-03-21T20:50:07.7039110Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1042, aten.view_copy.default 2025-03-21T20:50:07.7040736Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1043, aten.view_copy.default 2025-03-21T20:50:07.7042354Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1044, aten.view_copy.default 2025-03-21T20:50:07.7043969Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1045, aten.view_copy.default 2025-03-21T20:50:07.7045652Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1046, aten.view_copy.default 2025-03-21T20:50:07.7047268Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1047, aten.view_copy.default 2025-03-21T20:50:07.7048902Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1048, aten.view_copy.default 2025-03-21T20:50:07.7050498Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1049, aten.view_copy.default 2025-03-21T20:50:07.7052107Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1050, aten.view_copy.default 2025-03-21T20:50:07.7053715Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1051, aten.view_copy.default 2025-03-21T20:50:07.7055321Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1052, aten.view_copy.default 2025-03-21T20:50:07.7056947Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1053, aten.view_copy.default 2025-03-21T20:50:07.7058567Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_432, aten.slice_copy.Tensor 2025-03-21T20:50:07.7060163Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_433, aten.slice_copy.Tensor 2025-03-21T20:50:07.7061810Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_434, aten.slice_copy.Tensor 2025-03-21T20:50:07.7063425Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_435, aten.slice_copy.Tensor 2025-03-21T20:50:07.7065033Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_436, aten.slice_copy.Tensor 2025-03-21T20:50:07.7066644Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_437, aten.slice_copy.Tensor 2025-03-21T20:50:08.0900857Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_438, aten.slice_copy.Tensor 2025-03-21T20:50:08.0901887Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_439, aten.slice_copy.Tensor 2025-03-21T20:50:08.0902774Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_440, aten.slice_copy.Tensor 2025-03-21T20:50:08.0903675Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_441, aten.slice_copy.Tensor 2025-03-21T20:50:08.0904571Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_442, aten.slice_copy.Tensor 2025-03-21T20:50:08.0905461Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_443, aten.slice_copy.Tensor 2025-03-21T20:50:08.0906581Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_444, aten.slice_copy.Tensor 2025-03-21T20:50:08.0907467Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_445, aten.slice_copy.Tensor 2025-03-21T20:50:08.0908358Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_446, aten.slice_copy.Tensor 2025-03-21T20:50:08.0909328Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_447, aten.slice_copy.Tensor 2025-03-21T20:50:08.0910226Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_448, aten.slice_copy.Tensor 2025-03-21T20:50:08.0911110Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_449, aten.slice_copy.Tensor 2025-03-21T20:50:08.0912002Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_450, aten.slice_copy.Tensor 2025-03-21T20:50:08.0912897Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_451, aten.slice_copy.Tensor 2025-03-21T20:50:08.0913792Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_452, aten.slice_copy.Tensor 2025-03-21T20:50:08.0914795Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_453, aten.slice_copy.Tensor 2025-03-21T20:50:08.0915692Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_454, aten.slice_copy.Tensor 2025-03-21T20:50:08.0916591Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_455, aten.slice_copy.Tensor 2025-03-21T20:50:08.0917471Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_456, aten.slice_copy.Tensor 2025-03-21T20:50:08.0918368Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_457, aten.slice_copy.Tensor 2025-03-21T20:50:08.0919283Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_458, aten.slice_copy.Tensor 2025-03-21T20:50:08.0920181Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_459, aten.slice_copy.Tensor 2025-03-21T20:50:08.0921074Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_460, aten.slice_copy.Tensor 2025-03-21T20:50:08.0921974Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_461, aten.slice_copy.Tensor 2025-03-21T20:50:08.0922866Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_462, aten.slice_copy.Tensor 2025-03-21T20:50:08.0923757Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_463, aten.slice_copy.Tensor 2025-03-21T20:50:08.0924704Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_464, aten.slice_copy.Tensor 2025-03-21T20:50:08.0925601Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_465, aten.slice_copy.Tensor 2025-03-21T20:50:08.0926492Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_466, aten.slice_copy.Tensor 2025-03-21T20:50:08.0927385Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_467, aten.slice_copy.Tensor 2025-03-21T20:50:08.0928284Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_468, aten.slice_copy.Tensor 2025-03-21T20:50:08.0929171Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_469, aten.slice_copy.Tensor 2025-03-21T20:50:08.0930057Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_470, aten.slice_copy.Tensor 2025-03-21T20:50:08.0930936Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_471, aten.slice_copy.Tensor 2025-03-21T20:50:08.0931824Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_472, aten.slice_copy.Tensor 2025-03-21T20:50:08.0932742Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_473, aten.slice_copy.Tensor 2025-03-21T20:50:08.0933631Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_474, aten.slice_copy.Tensor 2025-03-21T20:50:08.0934526Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_475, aten.slice_copy.Tensor 2025-03-21T20:50:08.0935420Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_476, aten.slice_copy.Tensor 2025-03-21T20:50:08.0936315Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_477, aten.slice_copy.Tensor 2025-03-21T20:50:08.0937193Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_478, aten.slice_copy.Tensor 2025-03-21T20:50:08.0938084Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_479, aten.slice_copy.Tensor 2025-03-21T20:50:08.0938934Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_466, aten.cat.default 2025-03-21T20:50:08.0939748Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_468, aten.cat.default 2025-03-21T20:50:08.0940547Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_470, aten.cat.default 2025-03-21T20:50:08.0941407Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_472, aten.cat.default 2025-03-21T20:50:08.0942194Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_474, aten.cat.default 2025-03-21T20:50:08.0942990Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_476, aten.cat.default 2025-03-21T20:50:08.0943784Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_478, aten.cat.default 2025-03-21T20:50:08.0944585Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_480, aten.cat.default 2025-03-21T20:50:08.0945381Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_482, aten.cat.default 2025-03-21T20:50:08.0946178Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_484, aten.cat.default 2025-03-21T20:50:08.0946971Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_486, aten.cat.default 2025-03-21T20:50:08.0947756Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_488, aten.cat.default 2025-03-21T20:50:08.0948548Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_920, aten.mul.Tensor 2025-03-21T20:50:08.0949417Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_922, aten.mul.Tensor 2025-03-21T20:50:08.0950211Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_921, aten.mul.Tensor 2025-03-21T20:50:08.0951039Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_923, aten.mul.Tensor 2025-03-21T20:50:08.0951831Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_924, aten.mul.Tensor 2025-03-21T20:50:08.0952690Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_926, aten.mul.Tensor 2025-03-21T20:50:08.0953605Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_925, aten.mul.Tensor 2025-03-21T20:50:08.0954389Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_927, aten.mul.Tensor 2025-03-21T20:50:08.0955176Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_928, aten.mul.Tensor 2025-03-21T20:50:08.0955960Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_930, aten.mul.Tensor 2025-03-21T20:50:08.0956747Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_929, aten.mul.Tensor 2025-03-21T20:50:08.0957521Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_931, aten.mul.Tensor 2025-03-21T20:50:08.0958297Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_932, aten.mul.Tensor 2025-03-21T20:50:08.0959149Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_934, aten.mul.Tensor 2025-03-21T20:50:08.0959932Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_933, aten.mul.Tensor 2025-03-21T20:50:08.0960716Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_935, aten.mul.Tensor 2025-03-21T20:50:08.0961503Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_936, aten.mul.Tensor 2025-03-21T20:50:08.0962286Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_938, aten.mul.Tensor 2025-03-21T20:50:08.0963058Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_937, aten.mul.Tensor 2025-03-21T20:50:08.0963838Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_939, aten.mul.Tensor 2025-03-21T20:50:08.0964617Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_940, aten.mul.Tensor 2025-03-21T20:50:08.0965398Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_942, aten.mul.Tensor 2025-03-21T20:50:08.0966181Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_941, aten.mul.Tensor 2025-03-21T20:50:08.0966959Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_943, aten.mul.Tensor 2025-03-21T20:50:08.5431839Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_944, aten.mul.Tensor 2025-03-21T20:50:08.5432717Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_946, aten.mul.Tensor 2025-03-21T20:50:08.5433503Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_945, aten.mul.Tensor 2025-03-21T20:50:08.5434296Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_947, aten.mul.Tensor 2025-03-21T20:50:08.5435079Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_948, aten.mul.Tensor 2025-03-21T20:50:08.5435856Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_950, aten.mul.Tensor 2025-03-21T20:50:08.5436639Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_949, aten.mul.Tensor 2025-03-21T20:50:08.5437422Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_951, aten.mul.Tensor 2025-03-21T20:50:08.5438204Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_952, aten.mul.Tensor 2025-03-21T20:50:08.5438986Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_954, aten.mul.Tensor 2025-03-21T20:50:08.5439765Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_953, aten.mul.Tensor 2025-03-21T20:50:08.5440618Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_955, aten.mul.Tensor 2025-03-21T20:50:08.5441390Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_956, aten.mul.Tensor 2025-03-21T20:50:08.5456317Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_958, aten.mul.Tensor 2025-03-21T20:50:08.5457445Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_957, aten.mul.Tensor 2025-03-21T20:50:08.5458611Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_959, aten.mul.Tensor 2025-03-21T20:50:08.5459619Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_960, aten.mul.Tensor 2025-03-21T20:50:08.5460401Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_962, aten.mul.Tensor 2025-03-21T20:50:08.5461179Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_961, aten.mul.Tensor 2025-03-21T20:50:08.5461959Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_963, aten.mul.Tensor 2025-03-21T20:50:08.5462729Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_964, aten.mul.Tensor 2025-03-21T20:50:08.5463505Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_966, aten.mul.Tensor 2025-03-21T20:50:08.5464447Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_965, aten.mul.Tensor 2025-03-21T20:50:08.5465233Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_967, aten.mul.Tensor 2025-03-21T20:50:08.5466018Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_968, aten.mul.Tensor 2025-03-21T20:50:08.5466976Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_970, aten.mul.Tensor 2025-03-21T20:50:08.5467757Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_969, aten.mul.Tensor 2025-03-21T20:50:08.5468528Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_971, aten.mul.Tensor 2025-03-21T20:50:08.5469383Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_972, aten.mul.Tensor 2025-03-21T20:50:08.5470166Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_974, aten.mul.Tensor 2025-03-21T20:50:08.5470948Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_973, aten.mul.Tensor 2025-03-21T20:50:08.5471725Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_975, aten.mul.Tensor 2025-03-21T20:50:08.5472506Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_976, aten.mul.Tensor 2025-03-21T20:50:08.5473370Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_978, aten.mul.Tensor 2025-03-21T20:50:08.5474138Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_977, aten.mul.Tensor 2025-03-21T20:50:08.5474922Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_979, aten.mul.Tensor 2025-03-21T20:50:08.5475711Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_980, aten.mul.Tensor 2025-03-21T20:50:08.5476725Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_982, aten.mul.Tensor 2025-03-21T20:50:08.5477615Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_981, aten.mul.Tensor 2025-03-21T20:50:08.5478403Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_983, aten.mul.Tensor 2025-03-21T20:50:08.5479170Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_984, aten.mul.Tensor 2025-03-21T20:50:08.5479959Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_986, aten.mul.Tensor 2025-03-21T20:50:08.5480740Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_985, aten.mul.Tensor 2025-03-21T20:50:08.5481522Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_987, aten.mul.Tensor 2025-03-21T20:50:08.5482393Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_988, aten.mul.Tensor 2025-03-21T20:50:08.5483255Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_990, aten.mul.Tensor 2025-03-21T20:50:08.5484183Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_989, aten.mul.Tensor 2025-03-21T20:50:08.5484978Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_991, aten.mul.Tensor 2025-03-21T20:50:08.5485760Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_992, aten.mul.Tensor 2025-03-21T20:50:08.5486549Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_994, aten.mul.Tensor 2025-03-21T20:50:08.5487334Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_993, aten.mul.Tensor 2025-03-21T20:50:08.5488233Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_995, aten.mul.Tensor 2025-03-21T20:50:08.5489025Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_996, aten.mul.Tensor 2025-03-21T20:50:08.5489791Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_998, aten.mul.Tensor 2025-03-21T20:50:08.5490662Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_997, aten.mul.Tensor 2025-03-21T20:50:08.5491449Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_999, aten.mul.Tensor 2025-03-21T20:50:08.5492244Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1000, aten.mul.Tensor 2025-03-21T20:50:08.5493044Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1002, aten.mul.Tensor 2025-03-21T20:50:08.5493840Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1001, aten.mul.Tensor 2025-03-21T20:50:08.5494613Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1003, aten.mul.Tensor 2025-03-21T20:50:08.5495395Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1004, aten.mul.Tensor 2025-03-21T20:50:08.5496186Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1006, aten.mul.Tensor 2025-03-21T20:50:08.5496974Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1005, aten.mul.Tensor 2025-03-21T20:50:08.5497763Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1007, aten.mul.Tensor 2025-03-21T20:50:08.5498548Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1008, aten.mul.Tensor 2025-03-21T20:50:08.5499409Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1010, aten.mul.Tensor 2025-03-21T20:50:08.5500199Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1009, aten.mul.Tensor 2025-03-21T20:50:08.5500995Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1011, aten.mul.Tensor 2025-03-21T20:50:08.5501783Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1012, aten.mul.Tensor 2025-03-21T20:50:08.5502574Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1014, aten.mul.Tensor 2025-03-21T20:50:08.5503362Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1013, aten.mul.Tensor 2025-03-21T20:50:08.5504143Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1015, aten.mul.Tensor 2025-03-21T20:50:08.5504926Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_216, aten.sub.Tensor 2025-03-21T20:50:08.5505711Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_342, aten.add.Tensor 2025-03-21T20:50:08.5506492Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_217, aten.sub.Tensor 2025-03-21T20:50:08.5507275Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_343, aten.add.Tensor 2025-03-21T20:50:08.5508057Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_218, aten.sub.Tensor 2025-03-21T20:50:08.5508884Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_344, aten.add.Tensor 2025-03-21T20:50:08.5509743Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_219, aten.sub.Tensor 2025-03-21T20:50:08.5510528Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_345, aten.add.Tensor 2025-03-21T20:50:08.5511312Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_220, aten.sub.Tensor 2025-03-21T20:50:08.5512094Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_346, aten.add.Tensor 2025-03-21T20:50:08.5512882Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_221, aten.sub.Tensor 2025-03-21T20:50:08.5513665Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_347, aten.add.Tensor 2025-03-21T20:50:08.5514435Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_222, aten.sub.Tensor 2025-03-21T20:50:09.0059609Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_348, aten.add.Tensor 2025-03-21T20:50:09.0060446Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_223, aten.sub.Tensor 2025-03-21T20:50:09.0061503Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_349, aten.add.Tensor 2025-03-21T20:50:09.0062297Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_224, aten.sub.Tensor 2025-03-21T20:50:09.0063086Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_350, aten.add.Tensor 2025-03-21T20:50:09.0063885Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_225, aten.sub.Tensor 2025-03-21T20:50:09.0064669Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_351, aten.add.Tensor 2025-03-21T20:50:09.0065437Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_226, aten.sub.Tensor 2025-03-21T20:50:09.0066225Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_352, aten.add.Tensor 2025-03-21T20:50:09.0067008Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_227, aten.sub.Tensor 2025-03-21T20:50:09.0067792Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_353, aten.add.Tensor 2025-03-21T20:50:09.0068570Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_228, aten.sub.Tensor 2025-03-21T20:50:09.0069478Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_226, aten._to_copy.default 2025-03-21T20:50:09.0070442Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_354, aten.add.Tensor 2025-03-21T20:50:09.0071269Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_227, aten._to_copy.default 2025-03-21T20:50:09.0072105Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_229, aten.sub.Tensor 2025-03-21T20:50:09.0072937Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_228, aten._to_copy.default 2025-03-21T20:50:09.0073766Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_355, aten.add.Tensor 2025-03-21T20:50:09.0074599Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_229, aten._to_copy.default 2025-03-21T20:50:09.0075431Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_230, aten.sub.Tensor 2025-03-21T20:50:09.0076427Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_230, aten._to_copy.default 2025-03-21T20:50:09.0077267Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_356, aten.add.Tensor 2025-03-21T20:50:09.0078096Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_231, aten._to_copy.default 2025-03-21T20:50:09.0078930Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_231, aten.sub.Tensor 2025-03-21T20:50:09.0079843Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_232, aten._to_copy.default 2025-03-21T20:50:09.0080671Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_357, aten.add.Tensor 2025-03-21T20:50:09.0081506Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_233, aten._to_copy.default 2025-03-21T20:50:09.0082324Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_232, aten.sub.Tensor 2025-03-21T20:50:09.0083153Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_234, aten._to_copy.default 2025-03-21T20:50:09.0083986Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_358, aten.add.Tensor 2025-03-21T20:50:09.0084819Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_235, aten._to_copy.default 2025-03-21T20:50:09.0085648Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_233, aten.sub.Tensor 2025-03-21T20:50:09.0086485Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_236, aten._to_copy.default 2025-03-21T20:50:09.0087311Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_359, aten.add.Tensor 2025-03-21T20:50:09.0088218Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_237, aten._to_copy.default 2025-03-21T20:50:09.0089057Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_234, aten.sub.Tensor 2025-03-21T20:50:09.0089899Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_238, aten._to_copy.default 2025-03-21T20:50:09.0090736Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_360, aten.add.Tensor 2025-03-21T20:50:09.0091566Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_239, aten._to_copy.default 2025-03-21T20:50:09.0092398Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_235, aten.sub.Tensor 2025-03-21T20:50:09.0093228Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_240, aten._to_copy.default 2025-03-21T20:50:09.0094051Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_361, aten.add.Tensor 2025-03-21T20:50:09.0094888Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_241, aten._to_copy.default 2025-03-21T20:50:09.0095719Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_236, aten.sub.Tensor 2025-03-21T20:50:09.0096657Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_242, aten._to_copy.default 2025-03-21T20:50:09.0097492Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_362, aten.add.Tensor 2025-03-21T20:50:09.0098362Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_243, aten._to_copy.default 2025-03-21T20:50:09.0099247Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_237, aten.sub.Tensor 2025-03-21T20:50:09.0100082Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_244, aten._to_copy.default 2025-03-21T20:50:09.0100917Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_363, aten.add.Tensor 2025-03-21T20:50:09.0101753Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_245, aten._to_copy.default 2025-03-21T20:50:09.0102583Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_238, aten.sub.Tensor 2025-03-21T20:50:09.0103419Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_246, aten._to_copy.default 2025-03-21T20:50:09.0104243Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_364, aten.add.Tensor 2025-03-21T20:50:09.0105060Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_247, aten._to_copy.default 2025-03-21T20:50:09.0105942Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_239, aten.sub.Tensor 2025-03-21T20:50:09.0106767Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_248, aten._to_copy.default 2025-03-21T20:50:09.0107604Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_365, aten.add.Tensor 2025-03-21T20:50:09.0108436Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_249, aten._to_copy.default 2025-03-21T20:50:09.0109490Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_441, aten.cat.default 2025-03-21T20:50:09.0110334Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_442, aten.cat.default 2025-03-21T20:50:09.0111205Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_443, aten.cat.default 2025-03-21T20:50:09.0112194Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_444, aten.cat.default 2025-03-21T20:50:09.0113004Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_445, aten.cat.default 2025-03-21T20:50:09.0113804Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_446, aten.cat.default 2025-03-21T20:50:09.0114655Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_447, aten.cat.default 2025-03-21T20:50:09.0115451Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_448, aten.cat.default 2025-03-21T20:50:09.0116234Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_449, aten.cat.default 2025-03-21T20:50:09.0117036Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_450, aten.cat.default 2025-03-21T20:50:09.0117838Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_451, aten.cat.default 2025-03-21T20:50:09.0118636Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_452, aten.cat.default 2025-03-21T20:50:09.0119436Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_453, aten.cat.default 2025-03-21T20:50:09.0120229Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_454, aten.cat.default 2025-03-21T20:50:09.0121019Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_455, aten.cat.default 2025-03-21T20:50:09.0121816Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_456, aten.cat.default 2025-03-21T20:50:09.0122613Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_457, aten.cat.default 2025-03-21T20:50:09.0123475Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_458, aten.cat.default 2025-03-21T20:50:09.0124276Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_459, aten.cat.default 2025-03-21T20:50:09.0125074Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_460, aten.cat.default 2025-03-21T20:50:09.0125876Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_461, aten.cat.default 2025-03-21T20:50:09.0126664Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_462, aten.cat.default 2025-03-21T20:50:09.4698462Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_463, aten.cat.default 2025-03-21T20:50:09.4699322Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_464, aten.cat.default 2025-03-21T20:50:09.4700204Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_514, aten.permute_copy.default 2025-03-21T20:50:09.4701186Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_515, aten.permute_copy.default 2025-03-21T20:50:09.4702122Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_516, aten.permute_copy.default 2025-03-21T20:50:09.4703058Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_517, aten.permute_copy.default 2025-03-21T20:50:09.4704239Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_518, aten.permute_copy.default 2025-03-21T20:50:09.4705162Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_519, aten.permute_copy.default 2025-03-21T20:50:09.4706106Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_520, aten.permute_copy.default 2025-03-21T20:50:09.4707036Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_521, aten.permute_copy.default 2025-03-21T20:50:09.4708001Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_522, aten.permute_copy.default 2025-03-21T20:50:09.4709015Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_523, aten.permute_copy.default 2025-03-21T20:50:09.4709954Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_524, aten.permute_copy.default 2025-03-21T20:50:09.4710892Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_525, aten.permute_copy.default 2025-03-21T20:50:09.4711764Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_465, aten.cat.default 2025-03-21T20:50:09.4712655Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_467, aten.cat.default 2025-03-21T20:50:09.4713447Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_469, aten.cat.default 2025-03-21T20:50:09.4714249Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_471, aten.cat.default 2025-03-21T20:50:09.4715052Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_473, aten.cat.default 2025-03-21T20:50:09.4715850Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_475, aten.cat.default 2025-03-21T20:50:09.4716643Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_477, aten.cat.default 2025-03-21T20:50:09.4717440Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_479, aten.cat.default 2025-03-21T20:50:09.4718225Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_481, aten.cat.default 2025-03-21T20:50:09.4719027Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_483, aten.cat.default 2025-03-21T20:50:09.4719819Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_485, aten.cat.default 2025-03-21T20:50:09.4720618Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_487, aten.cat.default 2025-03-21T20:50:09.4721544Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_216, aten.matmul.default 2025-03-21T20:50:09.4722403Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_218, aten.matmul.default 2025-03-21T20:50:09.4723259Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_220, aten.matmul.default 2025-03-21T20:50:09.4724099Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_222, aten.matmul.default 2025-03-21T20:50:09.4724950Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_224, aten.matmul.default 2025-03-21T20:50:09.4725802Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_226, aten.matmul.default 2025-03-21T20:50:09.4726647Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_228, aten.matmul.default 2025-03-21T20:50:09.4727492Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_230, aten.matmul.default 2025-03-21T20:50:09.4728334Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_232, aten.matmul.default 2025-03-21T20:50:09.4729171Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_234, aten.matmul.default 2025-03-21T20:50:09.4730040Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_236, aten.matmul.default 2025-03-21T20:50:09.4730881Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_238, aten.matmul.default 2025-03-21T20:50:09.4731701Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_108, aten.div.Tensor 2025-03-21T20:50:09.4732483Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_109, aten.div.Tensor 2025-03-21T20:50:09.4733265Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_110, aten.div.Tensor 2025-03-21T20:50:09.4734054Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_111, aten.div.Tensor 2025-03-21T20:50:09.4734821Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_112, aten.div.Tensor 2025-03-21T20:50:09.4735600Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_113, aten.div.Tensor 2025-03-21T20:50:09.4736384Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_114, aten.div.Tensor 2025-03-21T20:50:09.4737161Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_115, aten.div.Tensor 2025-03-21T20:50:09.4737938Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_116, aten.div.Tensor 2025-03-21T20:50:09.4738748Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_117, aten.div.Tensor 2025-03-21T20:50:09.4739516Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_118, aten.div.Tensor 2025-03-21T20:50:09.4740301Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_119, aten.div.Tensor 2025-03-21T20:50:09.4741081Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_366, aten.add.Tensor 2025-03-21T20:50:09.4741860Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_367, aten.add.Tensor 2025-03-21T20:50:09.4742640Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_368, aten.add.Tensor 2025-03-21T20:50:09.4743423Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_369, aten.add.Tensor 2025-03-21T20:50:09.4744201Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_370, aten.add.Tensor 2025-03-21T20:50:09.4744975Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_371, aten.add.Tensor 2025-03-21T20:50:09.4745755Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_372, aten.add.Tensor 2025-03-21T20:50:09.4746542Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_373, aten.add.Tensor 2025-03-21T20:50:09.4747384Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_374, aten.add.Tensor 2025-03-21T20:50:09.4748169Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_375, aten.add.Tensor 2025-03-21T20:50:09.4749036Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_376, aten.add.Tensor 2025-03-21T20:50:09.4750049Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_377, aten.add.Tensor 2025-03-21T20:50:09.4750947Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_108, aten._softmax.default 2025-03-21T20:50:09.4751836Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_109, aten._softmax.default 2025-03-21T20:50:09.4752718Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_110, aten._softmax.default 2025-03-21T20:50:09.4753601Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_111, aten._softmax.default 2025-03-21T20:50:09.4754474Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_112, aten._softmax.default 2025-03-21T20:50:09.4755351Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_113, aten._softmax.default 2025-03-21T20:50:09.4756275Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_114, aten._softmax.default 2025-03-21T20:50:09.4757156Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_115, aten._softmax.default 2025-03-21T20:50:09.4758039Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_116, aten._softmax.default 2025-03-21T20:50:09.4758924Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_117, aten._softmax.default 2025-03-21T20:50:09.4759805Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_118, aten._softmax.default 2025-03-21T20:50:09.4760687Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_119, aten._softmax.default 2025-03-21T20:50:09.4761540Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_217, aten.matmul.default 2025-03-21T20:50:09.4762393Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_219, aten.matmul.default 2025-03-21T20:50:09.4763246Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_221, aten.matmul.default 2025-03-21T20:50:09.4764094Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_223, aten.matmul.default 2025-03-21T20:50:09.4765002Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_225, aten.matmul.default 2025-03-21T20:50:10.1194412Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_227, aten.matmul.default 2025-03-21T20:50:10.1196024Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_229, aten.matmul.default 2025-03-21T20:50:10.1197580Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_231, aten.matmul.default 2025-03-21T20:50:10.1199131Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_233, aten.matmul.default 2025-03-21T20:50:10.1200648Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_235, aten.matmul.default 2025-03-21T20:50:10.1202173Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_237, aten.matmul.default 2025-03-21T20:50:10.1203723Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_239, aten.matmul.default 2025-03-21T20:50:10.1205242Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_489, aten.cat.default 2025-03-21T20:50:10.1206798Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1126, aten.view_copy.default 2025-03-21T20:50:10.1208847Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1538, aten.permute_copy.default 2025-03-21T20:50:10.1210617Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_396, aten.convolution.default 2025-03-21T20:50:10.1212335Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1539, aten.permute_copy.default 2025-03-21T20:50:10.1214004Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1127, aten.view_copy.default 2025-03-21T20:50:10.1215548Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_378, aten.add.Tensor 2025-03-21T20:50:10.1217068Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_rms_norm_default_19, aten.rms_norm.default 2025-03-21T20:50:10.1218686Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1128, aten.view_copy.default 2025-03-21T20:50:10.1220369Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1540, aten.permute_copy.default 2025-03-21T20:50:10.1222135Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_397, aten.convolution.default 2025-03-21T20:50:10.1223850Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_398, aten.convolution.default 2025-03-21T20:50:10.1225456Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sigmoid_default_9, aten.sigmoid.default 2025-03-21T20:50:10.1227167Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1018, aten.mul.Tensor 2025-03-21T20:50:10.1228620Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1019, aten.mul.Tensor 2025-03-21T20:50:10.1230289Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_399, aten.convolution.default 2025-03-21T20:50:10.1232047Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1541, aten.permute_copy.default 2025-03-21T20:50:10.1233784Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1129, aten.view_copy.default 2025-03-21T20:50:10.1235341Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_379, aten.add.Tensor 2025-03-21T20:50:10.1236923Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_rms_norm_default_20, aten.rms_norm.default 2025-03-21T20:50:10.1238603Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1130, aten.view_copy.default 2025-03-21T20:50:10.1240304Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1542, aten.permute_copy.default 2025-03-21T20:50:10.1242131Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_250, aten._to_copy.default 2025-03-21T20:50:10.1243856Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_400, aten.convolution.default 2025-03-21T20:50:10.1245552Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1543, aten.permute_copy.default 2025-03-21T20:50:10.1247333Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_401, aten.convolution.default 2025-03-21T20:50:10.1249142Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1544, aten.permute_copy.default 2025-03-21T20:50:10.1250842Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_402, aten.convolution.default 2025-03-21T20:50:10.1252582Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1545, aten.permute_copy.default 2025-03-21T20:50:10.1254303Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_403, aten.convolution.default 2025-03-21T20:50:10.1256055Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1546, aten.permute_copy.default 2025-03-21T20:50:10.1257907Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_404, aten.convolution.default 2025-03-21T20:50:10.1259623Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1547, aten.permute_copy.default 2025-03-21T20:50:10.1261356Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_405, aten.convolution.default 2025-03-21T20:50:10.1263094Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1548, aten.permute_copy.default 2025-03-21T20:50:10.1264825Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_406, aten.convolution.default 2025-03-21T20:50:10.1266596Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1549, aten.permute_copy.default 2025-03-21T20:50:10.1268135Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_407, aten.convolution.default 2025-03-21T20:50:10.1269926Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1550, aten.permute_copy.default 2025-03-21T20:50:10.1271579Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_408, aten.convolution.default 2025-03-21T20:50:10.1273310Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1551, aten.permute_copy.default 2025-03-21T20:50:10.1275203Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_409, aten.convolution.default 2025-03-21T20:50:10.1277106Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1552, aten.permute_copy.default 2025-03-21T20:50:10.1278825Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_410, aten.convolution.default 2025-03-21T20:50:10.1280544Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1553, aten.permute_copy.default 2025-03-21T20:50:10.1282231Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_411, aten.convolution.default 2025-03-21T20:50:10.1283944Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1554, aten.permute_copy.default 2025-03-21T20:50:10.1285665Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_412, aten.convolution.default 2025-03-21T20:50:10.1287391Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1555, aten.permute_copy.default 2025-03-21T20:50:10.1289107Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_413, aten.convolution.default 2025-03-21T20:50:10.1290997Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1556, aten.permute_copy.default 2025-03-21T20:50:10.1292731Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_414, aten.convolution.default 2025-03-21T20:50:10.1294422Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1557, aten.permute_copy.default 2025-03-21T20:50:10.1296148Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_415, aten.convolution.default 2025-03-21T20:50:10.1297866Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1558, aten.permute_copy.default 2025-03-21T20:50:10.1299609Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_416, aten.convolution.default 2025-03-21T20:50:10.1301318Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1559, aten.permute_copy.default 2025-03-21T20:50:10.1303066Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_417, aten.convolution.default 2025-03-21T20:50:10.1304809Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1560, aten.permute_copy.default 2025-03-21T20:50:10.1306517Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_418, aten.convolution.default 2025-03-21T20:50:10.1308398Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1561, aten.permute_copy.default 2025-03-21T20:50:10.1310215Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_419, aten.convolution.default 2025-03-21T20:50:10.1311979Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1562, aten.permute_copy.default 2025-03-21T20:50:10.1313718Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_420, aten.convolution.default 2025-03-21T20:50:10.1315481Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1563, aten.permute_copy.default 2025-03-21T20:50:10.5118945Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_421, aten.convolution.default 2025-03-21T20:50:10.5120718Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1564, aten.permute_copy.default 2025-03-21T20:50:10.5122463Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_422, aten.convolution.default 2025-03-21T20:50:10.5124187Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1565, aten.permute_copy.default 2025-03-21T20:50:10.5126006Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_423, aten.convolution.default 2025-03-21T20:50:10.5128091Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1566, aten.permute_copy.default 2025-03-21T20:50:10.5129805Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_424, aten.convolution.default 2025-03-21T20:50:10.5131571Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1567, aten.permute_copy.default 2025-03-21T20:50:10.5133268Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_425, aten.convolution.default 2025-03-21T20:50:10.5134998Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1568, aten.permute_copy.default 2025-03-21T20:50:10.5136754Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_426, aten.convolution.default 2025-03-21T20:50:10.5138457Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1569, aten.permute_copy.default 2025-03-21T20:50:10.5140233Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_427, aten.convolution.default 2025-03-21T20:50:10.5142031Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1570, aten.permute_copy.default 2025-03-21T20:50:10.5143979Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_428, aten.convolution.default 2025-03-21T20:50:10.5145688Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1571, aten.permute_copy.default 2025-03-21T20:50:10.5147426Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_429, aten.convolution.default 2025-03-21T20:50:10.5149242Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1572, aten.permute_copy.default 2025-03-21T20:50:10.5150973Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_430, aten.convolution.default 2025-03-21T20:50:10.5152698Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1573, aten.permute_copy.default 2025-03-21T20:50:10.5154450Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_431, aten.convolution.default 2025-03-21T20:50:10.5156174Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1574, aten.permute_copy.default 2025-03-21T20:50:10.5157887Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_432, aten.convolution.default 2025-03-21T20:50:10.5159852Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1575, aten.permute_copy.default 2025-03-21T20:50:10.5161530Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_433, aten.convolution.default 2025-03-21T20:50:10.5163288Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1576, aten.permute_copy.default 2025-03-21T20:50:10.5165074Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_434, aten.convolution.default 2025-03-21T20:50:10.5166794Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1577, aten.permute_copy.default 2025-03-21T20:50:10.5168530Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_435, aten.convolution.default 2025-03-21T20:50:10.5170240Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1578, aten.permute_copy.default 2025-03-21T20:50:10.5171905Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1131, aten.view_copy.default 2025-03-21T20:50:10.5173552Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1132, aten.view_copy.default 2025-03-21T20:50:10.5175197Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1133, aten.view_copy.default 2025-03-21T20:50:10.5177165Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1134, aten.view_copy.default 2025-03-21T20:50:10.5178787Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1135, aten.view_copy.default 2025-03-21T20:50:10.5180433Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1136, aten.view_copy.default 2025-03-21T20:50:10.5182058Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1137, aten.view_copy.default 2025-03-21T20:50:10.5183716Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1138, aten.view_copy.default 2025-03-21T20:50:10.5185201Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1139, aten.view_copy.default 2025-03-21T20:50:10.5186843Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1140, aten.view_copy.default 2025-03-21T20:50:10.5188477Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1141, aten.view_copy.default 2025-03-21T20:50:10.5190217Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1142, aten.view_copy.default 2025-03-21T20:50:10.5191962Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1143, aten.view_copy.default 2025-03-21T20:50:10.5193582Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1144, aten.view_copy.default 2025-03-21T20:50:10.5195204Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1145, aten.view_copy.default 2025-03-21T20:50:10.5196818Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1146, aten.view_copy.default 2025-03-21T20:50:10.5198464Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1147, aten.view_copy.default 2025-03-21T20:50:10.5200103Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1148, aten.view_copy.default 2025-03-21T20:50:10.5201748Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1149, aten.view_copy.default 2025-03-21T20:50:10.5203361Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1150, aten.view_copy.default 2025-03-21T20:50:10.5205002Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1151, aten.view_copy.default 2025-03-21T20:50:10.5206653Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1152, aten.view_copy.default 2025-03-21T20:50:10.5208559Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1153, aten.view_copy.default 2025-03-21T20:50:10.5210229Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1154, aten.view_copy.default 2025-03-21T20:50:10.5211897Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1155, aten.view_copy.default 2025-03-21T20:50:10.5213592Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1156, aten.view_copy.default 2025-03-21T20:50:10.5215207Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1157, aten.view_copy.default 2025-03-21T20:50:10.5216837Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1158, aten.view_copy.default 2025-03-21T20:50:10.5218470Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1159, aten.view_copy.default 2025-03-21T20:50:10.5220100Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1160, aten.view_copy.default 2025-03-21T20:50:10.5221736Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1161, aten.view_copy.default 2025-03-21T20:50:10.5223373Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1162, aten.view_copy.default 2025-03-21T20:50:10.5225044Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1163, aten.view_copy.default 2025-03-21T20:50:10.5226746Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1164, aten.view_copy.default 2025-03-21T20:50:10.5228377Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1165, aten.view_copy.default 2025-03-21T20:50:10.5230122Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1166, aten.view_copy.default 2025-03-21T20:50:10.5231737Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_480, aten.slice_copy.Tensor 2025-03-21T20:50:10.5233417Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_481, aten.slice_copy.Tensor 2025-03-21T20:50:10.5235086Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_482, aten.slice_copy.Tensor 2025-03-21T20:50:10.5236782Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_483, aten.slice_copy.Tensor 2025-03-21T20:50:10.5238372Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_484, aten.slice_copy.Tensor 2025-03-21T20:50:10.5240021Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_485, aten.slice_copy.Tensor 2025-03-21T20:50:10.9144950Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_486, aten.slice_copy.Tensor 2025-03-21T20:50:10.9146640Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_487, aten.slice_copy.Tensor 2025-03-21T20:50:10.9148316Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_488, aten.slice_copy.Tensor 2025-03-21T20:50:10.9150042Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_489, aten.slice_copy.Tensor 2025-03-21T20:50:10.9151653Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_490, aten.slice_copy.Tensor 2025-03-21T20:50:10.9153426Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_491, aten.slice_copy.Tensor 2025-03-21T20:50:10.9155108Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_492, aten.slice_copy.Tensor 2025-03-21T20:50:10.9156752Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_493, aten.slice_copy.Tensor 2025-03-21T20:50:10.9158370Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_494, aten.slice_copy.Tensor 2025-03-21T20:50:10.9160011Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_495, aten.slice_copy.Tensor 2025-03-21T20:50:10.9162025Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_496, aten.slice_copy.Tensor 2025-03-21T20:50:10.9163661Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_497, aten.slice_copy.Tensor 2025-03-21T20:50:10.9165295Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_498, aten.slice_copy.Tensor 2025-03-21T20:50:10.9166956Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_499, aten.slice_copy.Tensor 2025-03-21T20:50:10.9168635Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_500, aten.slice_copy.Tensor 2025-03-21T20:50:10.9170264Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_501, aten.slice_copy.Tensor 2025-03-21T20:50:10.9171885Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_502, aten.slice_copy.Tensor 2025-03-21T20:50:10.9173522Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_503, aten.slice_copy.Tensor 2025-03-21T20:50:10.9175131Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_504, aten.slice_copy.Tensor 2025-03-21T20:50:10.9176998Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_505, aten.slice_copy.Tensor 2025-03-21T20:50:10.9179161Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_506, aten.slice_copy.Tensor 2025-03-21T20:50:10.9180839Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_507, aten.slice_copy.Tensor 2025-03-21T20:50:10.9182431Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_508, aten.slice_copy.Tensor 2025-03-21T20:50:10.9184055Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_509, aten.slice_copy.Tensor 2025-03-21T20:50:10.9185749Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_510, aten.slice_copy.Tensor 2025-03-21T20:50:10.9187319Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_511, aten.slice_copy.Tensor 2025-03-21T20:50:10.9189037Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_512, aten.slice_copy.Tensor 2025-03-21T20:50:10.9190685Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_513, aten.slice_copy.Tensor 2025-03-21T20:50:10.9192363Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_514, aten.slice_copy.Tensor 2025-03-21T20:50:10.9194089Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_515, aten.slice_copy.Tensor 2025-03-21T20:50:10.9195714Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_516, aten.slice_copy.Tensor 2025-03-21T20:50:10.9197333Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_517, aten.slice_copy.Tensor 2025-03-21T20:50:10.9198940Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_518, aten.slice_copy.Tensor 2025-03-21T20:50:10.9200570Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_519, aten.slice_copy.Tensor 2025-03-21T20:50:10.9202202Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_520, aten.slice_copy.Tensor 2025-03-21T20:50:10.9203844Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_521, aten.slice_copy.Tensor 2025-03-21T20:50:10.9205447Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_522, aten.slice_copy.Tensor 2025-03-21T20:50:10.9207090Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_523, aten.slice_copy.Tensor 2025-03-21T20:50:10.9208736Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_524, aten.slice_copy.Tensor 2025-03-21T20:50:10.9210601Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_525, aten.slice_copy.Tensor 2025-03-21T20:50:10.9212254Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_526, aten.slice_copy.Tensor 2025-03-21T20:50:10.9213907Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_527, aten.slice_copy.Tensor 2025-03-21T20:50:10.9215508Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_515, aten.cat.default 2025-03-21T20:50:10.9216939Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_517, aten.cat.default 2025-03-21T20:50:10.9218399Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_519, aten.cat.default 2025-03-21T20:50:10.9219865Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_521, aten.cat.default 2025-03-21T20:50:10.9221302Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_523, aten.cat.default 2025-03-21T20:50:10.9222753Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_525, aten.cat.default 2025-03-21T20:50:10.9224218Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_527, aten.cat.default 2025-03-21T20:50:10.9225656Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_529, aten.cat.default 2025-03-21T20:50:10.9227267Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_531, aten.cat.default 2025-03-21T20:50:10.9228697Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_533, aten.cat.default 2025-03-21T20:50:10.9230257Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_535, aten.cat.default 2025-03-21T20:50:10.9231719Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_537, aten.cat.default 2025-03-21T20:50:10.9233198Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1022, aten.mul.Tensor 2025-03-21T20:50:10.9234507Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1024, aten.mul.Tensor 2025-03-21T20:50:10.9235897Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1023, aten.mul.Tensor 2025-03-21T20:50:10.9237345Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1025, aten.mul.Tensor 2025-03-21T20:50:10.9238811Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1026, aten.mul.Tensor 2025-03-21T20:50:10.9240265Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1028, aten.mul.Tensor 2025-03-21T20:50:10.9241785Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1027, aten.mul.Tensor 2025-03-21T20:50:10.9243223Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1029, aten.mul.Tensor 2025-03-21T20:50:10.9244775Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1030, aten.mul.Tensor 2025-03-21T20:50:10.9246185Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1032, aten.mul.Tensor 2025-03-21T20:50:10.9247623Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1031, aten.mul.Tensor 2025-03-21T20:50:10.9249057Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1033, aten.mul.Tensor 2025-03-21T20:50:10.9250492Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1034, aten.mul.Tensor 2025-03-21T20:50:10.9251956Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1036, aten.mul.Tensor 2025-03-21T20:50:10.9253361Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1035, aten.mul.Tensor 2025-03-21T20:50:10.9254784Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1037, aten.mul.Tensor 2025-03-21T20:50:10.9256251Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1038, aten.mul.Tensor 2025-03-21T20:50:10.9257857Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1040, aten.mul.Tensor 2025-03-21T20:50:10.9259282Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1039, aten.mul.Tensor 2025-03-21T20:50:10.9260738Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1041, aten.mul.Tensor 2025-03-21T20:50:10.9262216Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1042, aten.mul.Tensor 2025-03-21T20:50:10.9263646Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1044, aten.mul.Tensor 2025-03-21T20:50:10.9265070Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1043, aten.mul.Tensor 2025-03-21T20:50:10.9266524Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1045, aten.mul.Tensor 2025-03-21T20:50:11.3698069Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1046, aten.mul.Tensor 2025-03-21T20:50:11.3699682Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1048, aten.mul.Tensor 2025-03-21T20:50:11.3701101Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1047, aten.mul.Tensor 2025-03-21T20:50:11.3702548Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1049, aten.mul.Tensor 2025-03-21T20:50:11.3703973Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1050, aten.mul.Tensor 2025-03-21T20:50:11.3705710Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1052, aten.mul.Tensor 2025-03-21T20:50:11.3707154Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1051, aten.mul.Tensor 2025-03-21T20:50:11.3708603Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1053, aten.mul.Tensor 2025-03-21T20:50:11.3710109Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1054, aten.mul.Tensor 2025-03-21T20:50:11.3711604Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1056, aten.mul.Tensor 2025-03-21T20:50:11.3713044Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1055, aten.mul.Tensor 2025-03-21T20:50:11.3714477Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1057, aten.mul.Tensor 2025-03-21T20:50:11.3715941Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1058, aten.mul.Tensor 2025-03-21T20:50:11.3717371Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1060, aten.mul.Tensor 2025-03-21T20:50:11.3718828Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1059, aten.mul.Tensor 2025-03-21T20:50:11.3720462Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1061, aten.mul.Tensor 2025-03-21T20:50:11.3721941Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1062, aten.mul.Tensor 2025-03-21T20:50:11.3723523Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1064, aten.mul.Tensor 2025-03-21T20:50:11.3724981Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1063, aten.mul.Tensor 2025-03-21T20:50:11.3726410Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1065, aten.mul.Tensor 2025-03-21T20:50:11.3727817Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1066, aten.mul.Tensor 2025-03-21T20:50:11.3729232Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1068, aten.mul.Tensor 2025-03-21T20:50:11.3730679Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1067, aten.mul.Tensor 2025-03-21T20:50:11.3732129Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1069, aten.mul.Tensor 2025-03-21T20:50:11.3733586Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1070, aten.mul.Tensor 2025-03-21T20:50:11.3735008Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1072, aten.mul.Tensor 2025-03-21T20:50:11.3736627Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1071, aten.mul.Tensor 2025-03-21T20:50:11.3738067Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1073, aten.mul.Tensor 2025-03-21T20:50:11.3739538Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1074, aten.mul.Tensor 2025-03-21T20:50:11.3740876Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1076, aten.mul.Tensor 2025-03-21T20:50:11.3742318Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1075, aten.mul.Tensor 2025-03-21T20:50:11.3743762Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1077, aten.mul.Tensor 2025-03-21T20:50:11.3745228Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1078, aten.mul.Tensor 2025-03-21T20:50:11.3746661Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1080, aten.mul.Tensor 2025-03-21T20:50:11.3748122Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1079, aten.mul.Tensor 2025-03-21T20:50:11.3749651Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1081, aten.mul.Tensor 2025-03-21T20:50:11.3751065Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1082, aten.mul.Tensor 2025-03-21T20:50:11.3752601Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1084, aten.mul.Tensor 2025-03-21T20:50:11.3754043Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1083, aten.mul.Tensor 2025-03-21T20:50:11.3755492Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1085, aten.mul.Tensor 2025-03-21T20:50:11.3756924Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1086, aten.mul.Tensor 2025-03-21T20:50:11.3758385Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1088, aten.mul.Tensor 2025-03-21T20:50:11.3759813Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1087, aten.mul.Tensor 2025-03-21T20:50:11.3761249Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1089, aten.mul.Tensor 2025-03-21T20:50:11.3762726Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1090, aten.mul.Tensor 2025-03-21T20:50:11.3764154Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1092, aten.mul.Tensor 2025-03-21T20:50:11.3765612Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1091, aten.mul.Tensor 2025-03-21T20:50:11.3767159Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1093, aten.mul.Tensor 2025-03-21T20:50:11.3768640Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1094, aten.mul.Tensor 2025-03-21T20:50:11.3770072Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1096, aten.mul.Tensor 2025-03-21T20:50:11.3771525Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1095, aten.mul.Tensor 2025-03-21T20:50:11.3772968Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1097, aten.mul.Tensor 2025-03-21T20:50:11.3774377Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1098, aten.mul.Tensor 2025-03-21T20:50:11.3775806Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1100, aten.mul.Tensor 2025-03-21T20:50:11.3777527Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1099, aten.mul.Tensor 2025-03-21T20:50:11.3779021Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1101, aten.mul.Tensor 2025-03-21T20:50:11.3780540Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1102, aten.mul.Tensor 2025-03-21T20:50:11.3782019Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1104, aten.mul.Tensor 2025-03-21T20:50:11.3783717Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1103, aten.mul.Tensor 2025-03-21T20:50:11.3785234Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1105, aten.mul.Tensor 2025-03-21T20:50:11.3786759Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1106, aten.mul.Tensor 2025-03-21T20:50:11.3788048Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1108, aten.mul.Tensor 2025-03-21T20:50:11.3789595Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1107, aten.mul.Tensor 2025-03-21T20:50:11.3791085Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1109, aten.mul.Tensor 2025-03-21T20:50:11.3792623Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1110, aten.mul.Tensor 2025-03-21T20:50:11.3794106Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1112, aten.mul.Tensor 2025-03-21T20:50:11.3795599Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1111, aten.mul.Tensor 2025-03-21T20:50:11.3797089Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1113, aten.mul.Tensor 2025-03-21T20:50:11.3798560Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1114, aten.mul.Tensor 2025-03-21T20:50:11.3800037Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1116, aten.mul.Tensor 2025-03-21T20:50:11.3801659Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1115, aten.mul.Tensor 2025-03-21T20:50:11.3803109Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1117, aten.mul.Tensor 2025-03-21T20:50:11.3804559Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_240, aten.sub.Tensor 2025-03-21T20:50:11.3805976Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_380, aten.add.Tensor 2025-03-21T20:50:11.3807404Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_241, aten.sub.Tensor 2025-03-21T20:50:11.3808816Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_381, aten.add.Tensor 2025-03-21T20:50:11.3810273Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_242, aten.sub.Tensor 2025-03-21T20:50:11.3811650Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_382, aten.add.Tensor 2025-03-21T20:50:11.3813109Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_243, aten.sub.Tensor 2025-03-21T20:50:11.3814557Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_383, aten.add.Tensor 2025-03-21T20:50:11.3816125Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_244, aten.sub.Tensor 2025-03-21T20:50:11.3817552Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_384, aten.add.Tensor 2025-03-21T20:50:11.3818972Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_245, aten.sub.Tensor 2025-03-21T20:50:11.3820409Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_385, aten.add.Tensor 2025-03-21T20:50:11.8437676Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_246, aten.sub.Tensor 2025-03-21T20:50:11.8439166Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_386, aten.add.Tensor 2025-03-21T20:50:11.8440605Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_247, aten.sub.Tensor 2025-03-21T20:50:11.8442024Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_387, aten.add.Tensor 2025-03-21T20:50:11.8443486Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_248, aten.sub.Tensor 2025-03-21T20:50:11.8445015Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_388, aten.add.Tensor 2025-03-21T20:50:11.8446440Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_249, aten.sub.Tensor 2025-03-21T20:50:11.8448265Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_389, aten.add.Tensor 2025-03-21T20:50:11.8449685Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_250, aten.sub.Tensor 2025-03-21T20:50:11.8451117Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_390, aten.add.Tensor 2025-03-21T20:50:11.8452566Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_251, aten.sub.Tensor 2025-03-21T20:50:11.8453979Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_391, aten.add.Tensor 2025-03-21T20:50:11.8455438Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_252, aten.sub.Tensor 2025-03-21T20:50:11.8456933Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_251, aten._to_copy.default 2025-03-21T20:50:11.8458474Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_392, aten.add.Tensor 2025-03-21T20:50:11.8460024Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_252, aten._to_copy.default 2025-03-21T20:50:11.8461601Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_253, aten.sub.Tensor 2025-03-21T20:50:11.8463104Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_253, aten._to_copy.default 2025-03-21T20:50:11.8464761Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_393, aten.add.Tensor 2025-03-21T20:50:11.8466275Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_254, aten._to_copy.default 2025-03-21T20:50:11.8467766Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_254, aten.sub.Tensor 2025-03-21T20:50:11.8469348Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_255, aten._to_copy.default 2025-03-21T20:50:11.8470866Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_394, aten.add.Tensor 2025-03-21T20:50:11.8472390Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_256, aten._to_copy.default 2025-03-21T20:50:11.8473934Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_255, aten.sub.Tensor 2025-03-21T20:50:11.8475422Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_257, aten._to_copy.default 2025-03-21T20:50:11.8477128Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_395, aten.add.Tensor 2025-03-21T20:50:11.8478678Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_258, aten._to_copy.default 2025-03-21T20:50:11.8480278Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_256, aten.sub.Tensor 2025-03-21T20:50:11.8481810Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_259, aten._to_copy.default 2025-03-21T20:50:11.8483347Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_396, aten.add.Tensor 2025-03-21T20:50:11.8484928Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_260, aten._to_copy.default 2025-03-21T20:50:11.8486412Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_257, aten.sub.Tensor 2025-03-21T20:50:11.8487922Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_261, aten._to_copy.default 2025-03-21T20:50:11.8489419Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_397, aten.add.Tensor 2025-03-21T20:50:11.8490906Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_262, aten._to_copy.default 2025-03-21T20:50:11.8492426Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_258, aten.sub.Tensor 2025-03-21T20:50:11.8493941Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_263, aten._to_copy.default 2025-03-21T20:50:11.8495627Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_398, aten.add.Tensor 2025-03-21T20:50:11.8497162Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_264, aten._to_copy.default 2025-03-21T20:50:11.8498671Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_259, aten.sub.Tensor 2025-03-21T20:50:11.8500161Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_265, aten._to_copy.default 2025-03-21T20:50:11.8501704Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_399, aten.add.Tensor 2025-03-21T20:50:11.8503178Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_266, aten._to_copy.default 2025-03-21T20:50:11.8504718Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_260, aten.sub.Tensor 2025-03-21T20:50:11.8506262Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_267, aten._to_copy.default 2025-03-21T20:50:11.8507843Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_400, aten.add.Tensor 2025-03-21T20:50:11.8509412Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_268, aten._to_copy.default 2025-03-21T20:50:11.8510927Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_261, aten.sub.Tensor 2025-03-21T20:50:11.8512547Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_269, aten._to_copy.default 2025-03-21T20:50:11.8514020Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_401, aten.add.Tensor 2025-03-21T20:50:11.8515533Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_270, aten._to_copy.default 2025-03-21T20:50:11.8517043Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_262, aten.sub.Tensor 2025-03-21T20:50:11.8518549Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_271, aten._to_copy.default 2025-03-21T20:50:11.8520090Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_402, aten.add.Tensor 2025-03-21T20:50:11.8521561Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_272, aten._to_copy.default 2025-03-21T20:50:11.8523058Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_263, aten.sub.Tensor 2025-03-21T20:50:11.8524603Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_273, aten._to_copy.default 2025-03-21T20:50:11.8526092Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_403, aten.add.Tensor 2025-03-21T20:50:11.8527518Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_274, aten._to_copy.default 2025-03-21T20:50:11.8529041Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_490, aten.cat.default 2025-03-21T20:50:11.8530495Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_491, aten.cat.default 2025-03-21T20:50:11.8531991Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_492, aten.cat.default 2025-03-21T20:50:11.8533433Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_493, aten.cat.default 2025-03-21T20:50:11.8534881Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_494, aten.cat.default 2025-03-21T20:50:11.8536345Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_495, aten.cat.default 2025-03-21T20:50:11.8537783Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_496, aten.cat.default 2025-03-21T20:50:11.8539218Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_497, aten.cat.default 2025-03-21T20:50:11.8540680Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_498, aten.cat.default 2025-03-21T20:50:11.8542132Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_499, aten.cat.default 2025-03-21T20:50:11.8543714Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_500, aten.cat.default 2025-03-21T20:50:11.8545161Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_501, aten.cat.default 2025-03-21T20:50:11.8546634Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_502, aten.cat.default 2025-03-21T20:50:11.8548072Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_503, aten.cat.default 2025-03-21T20:50:11.8549649Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_504, aten.cat.default 2025-03-21T20:50:11.8551082Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_505, aten.cat.default 2025-03-21T20:50:11.8552561Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_506, aten.cat.default 2025-03-21T20:50:11.8554039Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_507, aten.cat.default 2025-03-21T20:50:11.8555556Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_508, aten.cat.default 2025-03-21T20:50:11.8556985Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_509, aten.cat.default 2025-03-21T20:50:11.8558438Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_510, aten.cat.default 2025-03-21T20:50:12.3139166Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_511, aten.cat.default 2025-03-21T20:50:12.3140700Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_512, aten.cat.default 2025-03-21T20:50:12.3142171Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_513, aten.cat.default 2025-03-21T20:50:12.3143779Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_567, aten.permute_copy.default 2025-03-21T20:50:12.3145481Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_568, aten.permute_copy.default 2025-03-21T20:50:12.3147255Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_569, aten.permute_copy.default 2025-03-21T20:50:12.3153323Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_570, aten.permute_copy.default 2025-03-21T20:50:12.3155221Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_571, aten.permute_copy.default 2025-03-21T20:50:12.3156978Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_572, aten.permute_copy.default 2025-03-21T20:50:12.3158647Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_573, aten.permute_copy.default 2025-03-21T20:50:12.3160535Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_574, aten.permute_copy.default 2025-03-21T20:50:12.3162298Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_575, aten.permute_copy.default 2025-03-21T20:50:12.3164024Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_576, aten.permute_copy.default 2025-03-21T20:50:12.3165734Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_577, aten.permute_copy.default 2025-03-21T20:50:12.3167489Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_578, aten.permute_copy.default 2025-03-21T20:50:12.3169037Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_514, aten.cat.default 2025-03-21T20:50:12.3170499Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_516, aten.cat.default 2025-03-21T20:50:12.3171963Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_518, aten.cat.default 2025-03-21T20:50:12.3173428Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_520, aten.cat.default 2025-03-21T20:50:12.3175045Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_522, aten.cat.default 2025-03-21T20:50:12.3176734Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_524, aten.cat.default 2025-03-21T20:50:12.3178181Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_526, aten.cat.default 2025-03-21T20:50:12.3179662Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_528, aten.cat.default 2025-03-21T20:50:12.3181113Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_530, aten.cat.default 2025-03-21T20:50:12.3182586Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_532, aten.cat.default 2025-03-21T20:50:12.3184067Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_534, aten.cat.default 2025-03-21T20:50:12.3185576Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_536, aten.cat.default 2025-03-21T20:50:12.3187097Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_240, aten.matmul.default 2025-03-21T20:50:12.3188633Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_242, aten.matmul.default 2025-03-21T20:50:12.3190273Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_244, aten.matmul.default 2025-03-21T20:50:12.3191790Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_246, aten.matmul.default 2025-03-21T20:50:12.3193473Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_248, aten.matmul.default 2025-03-21T20:50:12.3195022Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_250, aten.matmul.default 2025-03-21T20:50:12.3196591Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_252, aten.matmul.default 2025-03-21T20:50:12.3198153Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_254, aten.matmul.default 2025-03-21T20:50:12.3199673Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_256, aten.matmul.default 2025-03-21T20:50:12.3201211Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_258, aten.matmul.default 2025-03-21T20:50:12.3202948Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_260, aten.matmul.default 2025-03-21T20:50:12.3204469Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_262, aten.matmul.default 2025-03-21T20:50:12.3205978Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_120, aten.div.Tensor 2025-03-21T20:50:12.3207578Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_121, aten.div.Tensor 2025-03-21T20:50:12.3209055Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_122, aten.div.Tensor 2025-03-21T20:50:12.3210457Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_123, aten.div.Tensor 2025-03-21T20:50:12.3211890Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_124, aten.div.Tensor 2025-03-21T20:50:12.3213310Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_125, aten.div.Tensor 2025-03-21T20:50:12.3214705Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_126, aten.div.Tensor 2025-03-21T20:50:12.3216275Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_127, aten.div.Tensor 2025-03-21T20:50:12.3217707Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_128, aten.div.Tensor 2025-03-21T20:50:12.3219135Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_129, aten.div.Tensor 2025-03-21T20:50:12.3220595Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_130, aten.div.Tensor 2025-03-21T20:50:12.3221987Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_131, aten.div.Tensor 2025-03-21T20:50:12.3223529Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_404, aten.add.Tensor 2025-03-21T20:50:12.3224965Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_405, aten.add.Tensor 2025-03-21T20:50:12.3226429Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_406, aten.add.Tensor 2025-03-21T20:50:12.3227767Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_407, aten.add.Tensor 2025-03-21T20:50:12.3229190Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_408, aten.add.Tensor 2025-03-21T20:50:12.3230606Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_409, aten.add.Tensor 2025-03-21T20:50:12.3232047Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_410, aten.add.Tensor 2025-03-21T20:50:12.3233503Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_411, aten.add.Tensor 2025-03-21T20:50:12.3234900Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_412, aten.add.Tensor 2025-03-21T20:50:12.3236319Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_413, aten.add.Tensor 2025-03-21T20:50:12.3237737Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_414, aten.add.Tensor 2025-03-21T20:50:12.3239142Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_415, aten.add.Tensor 2025-03-21T20:50:12.3240738Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_120, aten._softmax.default 2025-03-21T20:50:12.3242332Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_121, aten._softmax.default 2025-03-21T20:50:12.3243942Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_122, aten._softmax.default 2025-03-21T20:50:12.3245575Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_123, aten._softmax.default 2025-03-21T20:50:12.3247149Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_124, aten._softmax.default 2025-03-21T20:50:12.3248732Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_125, aten._softmax.default 2025-03-21T20:50:12.3250455Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_126, aten._softmax.default 2025-03-21T20:50:12.3252029Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_127, aten._softmax.default 2025-03-21T20:50:12.3253649Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_128, aten._softmax.default 2025-03-21T20:50:12.3255346Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_129, aten._softmax.default 2025-03-21T20:50:12.3256993Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_130, aten._softmax.default 2025-03-21T20:50:12.3258570Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_131, aten._softmax.default 2025-03-21T20:50:12.3260160Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_241, aten.matmul.default 2025-03-21T20:50:12.3261685Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_243, aten.matmul.default 2025-03-21T20:50:12.3263218Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_245, aten.matmul.default 2025-03-21T20:50:12.3264778Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_247, aten.matmul.default 2025-03-21T20:50:12.9829699Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_249, aten.matmul.default 2025-03-21T20:50:12.9831247Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_251, aten.matmul.default 2025-03-21T20:50:12.9832761Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_253, aten.matmul.default 2025-03-21T20:50:12.9834536Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_255, aten.matmul.default 2025-03-21T20:50:12.9836042Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_257, aten.matmul.default 2025-03-21T20:50:12.9837545Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_259, aten.matmul.default 2025-03-21T20:50:12.9839044Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_261, aten.matmul.default 2025-03-21T20:50:12.9840536Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_263, aten.matmul.default 2025-03-21T20:50:12.9841994Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_538, aten.cat.default 2025-03-21T20:50:12.9843494Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1239, aten.view_copy.default 2025-03-21T20:50:12.9845133Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1579, aten.permute_copy.default 2025-03-21T20:50:12.9846818Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_436, aten.convolution.default 2025-03-21T20:50:12.9848484Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1580, aten.permute_copy.default 2025-03-21T20:50:12.9850121Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1240, aten.view_copy.default 2025-03-21T20:50:12.9851671Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_416, aten.add.Tensor 2025-03-21T20:50:12.9853122Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_rms_norm_default_21, aten.rms_norm.default 2025-03-21T20:50:12.9854692Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1241, aten.view_copy.default 2025-03-21T20:50:12.9856324Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1581, aten.permute_copy.default 2025-03-21T20:50:12.9857997Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_437, aten.convolution.default 2025-03-21T20:50:12.9859676Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_438, aten.convolution.default 2025-03-21T20:50:12.9861338Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sigmoid_default_10, aten.sigmoid.default 2025-03-21T20:50:12.9862798Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1120, aten.mul.Tensor 2025-03-21T20:50:12.9864188Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1121, aten.mul.Tensor 2025-03-21T20:50:12.9865716Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_439, aten.convolution.default 2025-03-21T20:50:12.9867459Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1582, aten.permute_copy.default 2025-03-21T20:50:12.9869159Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1242, aten.view_copy.default 2025-03-21T20:50:12.9870642Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_417, aten.add.Tensor 2025-03-21T20:50:12.9872110Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_rms_norm_default_22, aten.rms_norm.default 2025-03-21T20:50:12.9873666Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1243, aten.view_copy.default 2025-03-21T20:50:12.9875305Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1583, aten.permute_copy.default 2025-03-21T20:50:12.9877079Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_275, aten._to_copy.default 2025-03-21T20:50:12.9878694Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_440, aten.convolution.default 2025-03-21T20:50:12.9880367Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1584, aten.permute_copy.default 2025-03-21T20:50:12.9882168Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_441, aten.convolution.default 2025-03-21T20:50:12.9883837Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1585, aten.permute_copy.default 2025-03-21T20:50:12.9885506Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_442, aten.convolution.default 2025-03-21T20:50:12.9887177Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1586, aten.permute_copy.default 2025-03-21T20:50:12.9888840Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_443, aten.convolution.default 2025-03-21T20:50:12.9903602Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1587, aten.permute_copy.default 2025-03-21T20:50:12.9905286Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_444, aten.convolution.default 2025-03-21T20:50:12.9906953Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1588, aten.permute_copy.default 2025-03-21T20:50:12.9908612Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_445, aten.convolution.default 2025-03-21T20:50:12.9910354Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1589, aten.permute_copy.default 2025-03-21T20:50:12.9912185Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_446, aten.convolution.default 2025-03-21T20:50:12.9913841Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1590, aten.permute_copy.default 2025-03-21T20:50:12.9915496Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_447, aten.convolution.default 2025-03-21T20:50:12.9917152Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1591, aten.permute_copy.default 2025-03-21T20:50:12.9918819Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_448, aten.convolution.default 2025-03-21T20:50:12.9920469Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1592, aten.permute_copy.default 2025-03-21T20:50:12.9922200Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_449, aten.convolution.default 2025-03-21T20:50:12.9923853Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1593, aten.permute_copy.default 2025-03-21T20:50:12.9925507Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_450, aten.convolution.default 2025-03-21T20:50:12.9927227Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1594, aten.permute_copy.default 2025-03-21T20:50:12.9928878Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_451, aten.convolution.default 2025-03-21T20:50:12.9930525Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1595, aten.permute_copy.default 2025-03-21T20:50:12.9932184Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_452, aten.convolution.default 2025-03-21T20:50:12.9933840Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1596, aten.permute_copy.default 2025-03-21T20:50:12.9935507Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_453, aten.convolution.default 2025-03-21T20:50:12.9937175Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1597, aten.permute_copy.default 2025-03-21T20:50:12.9938838Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_454, aten.convolution.default 2025-03-21T20:50:12.9940504Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1598, aten.permute_copy.default 2025-03-21T20:50:12.9942159Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_455, aten.convolution.default 2025-03-21T20:50:12.9943862Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1599, aten.permute_copy.default 2025-03-21T20:50:12.9945637Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_456, aten.convolution.default 2025-03-21T20:50:12.9947561Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1600, aten.permute_copy.default 2025-03-21T20:50:12.9949551Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_457, aten.convolution.default 2025-03-21T20:50:12.9951485Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1601, aten.permute_copy.default 2025-03-21T20:50:12.9953348Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_458, aten.convolution.default 2025-03-21T20:50:12.9954980Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1602, aten.permute_copy.default 2025-03-21T20:50:12.9956650Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_459, aten.convolution.default 2025-03-21T20:50:12.9958330Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1603, aten.permute_copy.default 2025-03-21T20:50:12.9959996Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_460, aten.convolution.default 2025-03-21T20:50:12.9961725Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1604, aten.permute_copy.default 2025-03-21T20:50:13.3719086Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_461, aten.convolution.default 2025-03-21T20:50:13.3720849Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1605, aten.permute_copy.default 2025-03-21T20:50:13.3722592Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_462, aten.convolution.default 2025-03-21T20:50:13.3724328Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1606, aten.permute_copy.default 2025-03-21T20:50:13.3726314Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_463, aten.convolution.default 2025-03-21T20:50:13.3728014Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1607, aten.permute_copy.default 2025-03-21T20:50:13.3729721Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_464, aten.convolution.default 2025-03-21T20:50:13.3731420Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1608, aten.permute_copy.default 2025-03-21T20:50:13.3733199Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_465, aten.convolution.default 2025-03-21T20:50:13.3734877Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1609, aten.permute_copy.default 2025-03-21T20:50:13.3736599Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_466, aten.convolution.default 2025-03-21T20:50:13.3738303Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1610, aten.permute_copy.default 2025-03-21T20:50:13.3740008Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_467, aten.convolution.default 2025-03-21T20:50:13.3741704Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1611, aten.permute_copy.default 2025-03-21T20:50:13.3743400Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_468, aten.convolution.default 2025-03-21T20:50:13.3745100Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1612, aten.permute_copy.default 2025-03-21T20:50:13.3746779Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_469, aten.convolution.default 2025-03-21T20:50:13.3748551Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1613, aten.permute_copy.default 2025-03-21T20:50:13.3750271Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_470, aten.convolution.default 2025-03-21T20:50:13.3751975Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1614, aten.permute_copy.default 2025-03-21T20:50:13.3753667Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_471, aten.convolution.default 2025-03-21T20:50:13.3755360Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1615, aten.permute_copy.default 2025-03-21T20:50:13.3757296Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_472, aten.convolution.default 2025-03-21T20:50:13.3759004Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1616, aten.permute_copy.default 2025-03-21T20:50:13.3760701Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_473, aten.convolution.default 2025-03-21T20:50:13.3762392Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1617, aten.permute_copy.default 2025-03-21T20:50:13.3764100Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_474, aten.convolution.default 2025-03-21T20:50:13.3765887Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1618, aten.permute_copy.default 2025-03-21T20:50:13.3767582Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_475, aten.convolution.default 2025-03-21T20:50:13.3769284Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1619, aten.permute_copy.default 2025-03-21T20:50:13.3770925Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1244, aten.view_copy.default 2025-03-21T20:50:13.3772531Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1245, aten.view_copy.default 2025-03-21T20:50:13.3774146Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1246, aten.view_copy.default 2025-03-21T20:50:13.3775852Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1247, aten.view_copy.default 2025-03-21T20:50:13.3777734Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1248, aten.view_copy.default 2025-03-21T20:50:13.3779343Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1249, aten.view_copy.default 2025-03-21T20:50:13.3781026Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1250, aten.view_copy.default 2025-03-21T20:50:13.3782624Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1251, aten.view_copy.default 2025-03-21T20:50:13.3784245Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1252, aten.view_copy.default 2025-03-21T20:50:13.3785853Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1253, aten.view_copy.default 2025-03-21T20:50:13.3787465Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1254, aten.view_copy.default 2025-03-21T20:50:13.3789160Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1255, aten.view_copy.default 2025-03-21T20:50:13.3790776Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1256, aten.view_copy.default 2025-03-21T20:50:13.3792397Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1257, aten.view_copy.default 2025-03-21T20:50:13.3793993Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1258, aten.view_copy.default 2025-03-21T20:50:13.3795609Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1259, aten.view_copy.default 2025-03-21T20:50:13.3797285Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1260, aten.view_copy.default 2025-03-21T20:50:13.3799119Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1261, aten.view_copy.default 2025-03-21T20:50:13.3800741Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1262, aten.view_copy.default 2025-03-21T20:50:13.3802356Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1263, aten.view_copy.default 2025-03-21T20:50:13.3803957Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1264, aten.view_copy.default 2025-03-21T20:50:13.3805567Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1265, aten.view_copy.default 2025-03-21T20:50:13.3807181Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1266, aten.view_copy.default 2025-03-21T20:50:13.3808886Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1267, aten.view_copy.default 2025-03-21T20:50:13.3810498Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1268, aten.view_copy.default 2025-03-21T20:50:13.3812110Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1269, aten.view_copy.default 2025-03-21T20:50:13.3813791Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1270, aten.view_copy.default 2025-03-21T20:50:13.3815387Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1271, aten.view_copy.default 2025-03-21T20:50:13.3816998Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1272, aten.view_copy.default 2025-03-21T20:50:13.3818608Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1273, aten.view_copy.default 2025-03-21T20:50:13.3820221Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1274, aten.view_copy.default 2025-03-21T20:50:13.3821831Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1275, aten.view_copy.default 2025-03-21T20:50:13.3823493Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1276, aten.view_copy.default 2025-03-21T20:50:13.3825100Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1277, aten.view_copy.default 2025-03-21T20:50:13.3826698Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1278, aten.view_copy.default 2025-03-21T20:50:13.3828339Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1279, aten.view_copy.default 2025-03-21T20:50:13.3830015Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_528, aten.slice_copy.Tensor 2025-03-21T20:50:13.3831624Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_529, aten.slice_copy.Tensor 2025-03-21T20:50:13.3833225Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_530, aten.slice_copy.Tensor 2025-03-21T20:50:13.3834827Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_531, aten.slice_copy.Tensor 2025-03-21T20:50:13.3836438Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_532, aten.slice_copy.Tensor 2025-03-21T20:50:13.3838026Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_533, aten.slice_copy.Tensor 2025-03-21T20:50:13.7666384Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_534, aten.slice_copy.Tensor 2025-03-21T20:50:13.7667395Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_535, aten.slice_copy.Tensor 2025-03-21T20:50:13.7668278Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_536, aten.slice_copy.Tensor 2025-03-21T20:50:13.7669459Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_537, aten.slice_copy.Tensor 2025-03-21T20:50:13.7670357Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_538, aten.slice_copy.Tensor 2025-03-21T20:50:13.7671258Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_539, aten.slice_copy.Tensor 2025-03-21T20:50:13.7672158Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_540, aten.slice_copy.Tensor 2025-03-21T20:50:13.7673047Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_541, aten.slice_copy.Tensor 2025-03-21T20:50:13.7673944Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_542, aten.slice_copy.Tensor 2025-03-21T20:50:13.7674820Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_543, aten.slice_copy.Tensor 2025-03-21T20:50:13.7675715Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_544, aten.slice_copy.Tensor 2025-03-21T20:50:13.7676780Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_545, aten.slice_copy.Tensor 2025-03-21T20:50:13.7677681Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_546, aten.slice_copy.Tensor 2025-03-21T20:50:13.7678650Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_547, aten.slice_copy.Tensor 2025-03-21T20:50:13.7679540Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_548, aten.slice_copy.Tensor 2025-03-21T20:50:13.7680436Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_549, aten.slice_copy.Tensor 2025-03-21T20:50:13.7681319Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_550, aten.slice_copy.Tensor 2025-03-21T20:50:13.7682218Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_551, aten.slice_copy.Tensor 2025-03-21T20:50:13.7683112Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_552, aten.slice_copy.Tensor 2025-03-21T20:50:13.7684001Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_553, aten.slice_copy.Tensor 2025-03-21T20:50:13.7684954Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_554, aten.slice_copy.Tensor 2025-03-21T20:50:13.7685852Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_555, aten.slice_copy.Tensor 2025-03-21T20:50:13.7686749Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_556, aten.slice_copy.Tensor 2025-03-21T20:50:13.7687685Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_557, aten.slice_copy.Tensor 2025-03-21T20:50:13.7688572Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_558, aten.slice_copy.Tensor 2025-03-21T20:50:13.7689462Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_559, aten.slice_copy.Tensor 2025-03-21T20:50:13.7690360Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_560, aten.slice_copy.Tensor 2025-03-21T20:50:13.7691258Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_561, aten.slice_copy.Tensor 2025-03-21T20:50:13.7692158Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_562, aten.slice_copy.Tensor 2025-03-21T20:50:13.7693039Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_563, aten.slice_copy.Tensor 2025-03-21T20:50:13.7693933Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_564, aten.slice_copy.Tensor 2025-03-21T20:50:13.7694822Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_565, aten.slice_copy.Tensor 2025-03-21T20:50:13.7695752Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_566, aten.slice_copy.Tensor 2025-03-21T20:50:13.7696647Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_567, aten.slice_copy.Tensor 2025-03-21T20:50:13.7697539Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_568, aten.slice_copy.Tensor 2025-03-21T20:50:13.7698427Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_569, aten.slice_copy.Tensor 2025-03-21T20:50:13.7699305Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_570, aten.slice_copy.Tensor 2025-03-21T20:50:13.7700197Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_571, aten.slice_copy.Tensor 2025-03-21T20:50:13.7701086Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_572, aten.slice_copy.Tensor 2025-03-21T20:50:13.7701972Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_573, aten.slice_copy.Tensor 2025-03-21T20:50:13.7702867Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_574, aten.slice_copy.Tensor 2025-03-21T20:50:13.7703754Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_575, aten.slice_copy.Tensor 2025-03-21T20:50:13.7704604Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_564, aten.cat.default 2025-03-21T20:50:13.7705426Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_566, aten.cat.default 2025-03-21T20:50:13.7706226Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_568, aten.cat.default 2025-03-21T20:50:13.7707024Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_570, aten.cat.default 2025-03-21T20:50:13.7707818Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_572, aten.cat.default 2025-03-21T20:50:13.7708610Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_574, aten.cat.default 2025-03-21T20:50:13.7709516Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_576, aten.cat.default 2025-03-21T20:50:13.7710300Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_578, aten.cat.default 2025-03-21T20:50:13.7711142Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_580, aten.cat.default 2025-03-21T20:50:13.7711944Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_582, aten.cat.default 2025-03-21T20:50:13.7712738Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_584, aten.cat.default 2025-03-21T20:50:13.7713571Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_586, aten.cat.default 2025-03-21T20:50:13.7714366Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1124, aten.mul.Tensor 2025-03-21T20:50:13.7715160Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1126, aten.mul.Tensor 2025-03-21T20:50:13.7715939Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1125, aten.mul.Tensor 2025-03-21T20:50:13.7716732Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1127, aten.mul.Tensor 2025-03-21T20:50:13.7717529Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1128, aten.mul.Tensor 2025-03-21T20:50:13.7718384Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1130, aten.mul.Tensor 2025-03-21T20:50:13.7719296Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1129, aten.mul.Tensor 2025-03-21T20:50:13.7720104Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1131, aten.mul.Tensor 2025-03-21T20:50:13.7720900Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1132, aten.mul.Tensor 2025-03-21T20:50:13.7721692Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1134, aten.mul.Tensor 2025-03-21T20:50:13.7722527Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1133, aten.mul.Tensor 2025-03-21T20:50:13.7723304Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1135, aten.mul.Tensor 2025-03-21T20:50:13.7724098Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1136, aten.mul.Tensor 2025-03-21T20:50:13.7724893Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1138, aten.mul.Tensor 2025-03-21T20:50:13.7725688Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1137, aten.mul.Tensor 2025-03-21T20:50:13.7726481Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1139, aten.mul.Tensor 2025-03-21T20:50:13.7727277Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1140, aten.mul.Tensor 2025-03-21T20:50:13.7728058Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1142, aten.mul.Tensor 2025-03-21T20:50:13.7728851Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1141, aten.mul.Tensor 2025-03-21T20:50:13.7729650Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1143, aten.mul.Tensor 2025-03-21T20:50:13.7730446Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1144, aten.mul.Tensor 2025-03-21T20:50:13.7731266Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1146, aten.mul.Tensor 2025-03-21T20:50:13.7732058Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1145, aten.mul.Tensor 2025-03-21T20:50:13.7732835Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1147, aten.mul.Tensor 2025-03-21T20:50:14.2148257Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1148, aten.mul.Tensor 2025-03-21T20:50:14.2149499Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1150, aten.mul.Tensor 2025-03-21T20:50:14.2150324Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1149, aten.mul.Tensor 2025-03-21T20:50:14.2151117Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1151, aten.mul.Tensor 2025-03-21T20:50:14.2152174Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1152, aten.mul.Tensor 2025-03-21T20:50:14.2152965Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1154, aten.mul.Tensor 2025-03-21T20:50:14.2153773Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1153, aten.mul.Tensor 2025-03-21T20:50:14.2154561Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1155, aten.mul.Tensor 2025-03-21T20:50:14.2155406Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1156, aten.mul.Tensor 2025-03-21T20:50:14.2156196Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1158, aten.mul.Tensor 2025-03-21T20:50:14.2156988Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1157, aten.mul.Tensor 2025-03-21T20:50:14.2157773Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1159, aten.mul.Tensor 2025-03-21T20:50:14.2158561Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1160, aten.mul.Tensor 2025-03-21T20:50:14.2159348Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1162, aten.mul.Tensor 2025-03-21T20:50:14.2160137Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1161, aten.mul.Tensor 2025-03-21T20:50:14.2160914Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1163, aten.mul.Tensor 2025-03-21T20:50:14.2161706Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1164, aten.mul.Tensor 2025-03-21T20:50:14.2162500Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1166, aten.mul.Tensor 2025-03-21T20:50:14.2163348Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1165, aten.mul.Tensor 2025-03-21T20:50:14.2164142Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1167, aten.mul.Tensor 2025-03-21T20:50:14.2164938Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1168, aten.mul.Tensor 2025-03-21T20:50:14.2165794Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1170, aten.mul.Tensor 2025-03-21T20:50:14.2166586Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1169, aten.mul.Tensor 2025-03-21T20:50:14.2167375Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1171, aten.mul.Tensor 2025-03-21T20:50:14.2168164Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1172, aten.mul.Tensor 2025-03-21T20:50:14.2168947Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1174, aten.mul.Tensor 2025-03-21T20:50:14.2169737Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1173, aten.mul.Tensor 2025-03-21T20:50:14.2170513Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1175, aten.mul.Tensor 2025-03-21T20:50:14.2171304Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1176, aten.mul.Tensor 2025-03-21T20:50:14.2172103Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1178, aten.mul.Tensor 2025-03-21T20:50:14.2172957Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1177, aten.mul.Tensor 2025-03-21T20:50:14.2173753Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1179, aten.mul.Tensor 2025-03-21T20:50:14.2174558Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1180, aten.mul.Tensor 2025-03-21T20:50:14.2175351Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1182, aten.mul.Tensor 2025-03-21T20:50:14.2176313Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1181, aten.mul.Tensor 2025-03-21T20:50:14.2177110Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1183, aten.mul.Tensor 2025-03-21T20:50:14.2177906Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1184, aten.mul.Tensor 2025-03-21T20:50:14.2178757Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1186, aten.mul.Tensor 2025-03-21T20:50:14.2179552Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1185, aten.mul.Tensor 2025-03-21T20:50:14.2180339Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1187, aten.mul.Tensor 2025-03-21T20:50:14.2181167Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1188, aten.mul.Tensor 2025-03-21T20:50:14.2181952Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1190, aten.mul.Tensor 2025-03-21T20:50:14.2182741Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1189, aten.mul.Tensor 2025-03-21T20:50:14.2183536Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1191, aten.mul.Tensor 2025-03-21T20:50:14.2184320Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1192, aten.mul.Tensor 2025-03-21T20:50:14.2185112Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1194, aten.mul.Tensor 2025-03-21T20:50:14.2185892Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1193, aten.mul.Tensor 2025-03-21T20:50:14.2186680Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1195, aten.mul.Tensor 2025-03-21T20:50:14.2187468Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1196, aten.mul.Tensor 2025-03-21T20:50:14.2188260Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1198, aten.mul.Tensor 2025-03-21T20:50:14.2189121Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1197, aten.mul.Tensor 2025-03-21T20:50:14.2189972Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1199, aten.mul.Tensor 2025-03-21T20:50:14.2190766Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1200, aten.mul.Tensor 2025-03-21T20:50:14.2191548Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1202, aten.mul.Tensor 2025-03-21T20:50:14.2192347Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1201, aten.mul.Tensor 2025-03-21T20:50:14.2193139Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1203, aten.mul.Tensor 2025-03-21T20:50:14.2193925Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1204, aten.mul.Tensor 2025-03-21T20:50:14.2194720Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1206, aten.mul.Tensor 2025-03-21T20:50:14.2195509Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1205, aten.mul.Tensor 2025-03-21T20:50:14.2196288Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1207, aten.mul.Tensor 2025-03-21T20:50:14.2197079Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1208, aten.mul.Tensor 2025-03-21T20:50:14.2197872Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1210, aten.mul.Tensor 2025-03-21T20:50:14.2198715Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1209, aten.mul.Tensor 2025-03-21T20:50:14.2199505Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1211, aten.mul.Tensor 2025-03-21T20:50:14.2200304Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1212, aten.mul.Tensor 2025-03-21T20:50:14.2201087Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1214, aten.mul.Tensor 2025-03-21T20:50:14.2201884Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1213, aten.mul.Tensor 2025-03-21T20:50:14.2202683Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1215, aten.mul.Tensor 2025-03-21T20:50:14.2203472Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1216, aten.mul.Tensor 2025-03-21T20:50:14.2204307Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1218, aten.mul.Tensor 2025-03-21T20:50:14.2205109Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1217, aten.mul.Tensor 2025-03-21T20:50:14.2205910Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1219, aten.mul.Tensor 2025-03-21T20:50:14.2206690Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_264, aten.sub.Tensor 2025-03-21T20:50:14.2207516Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_418, aten.add.Tensor 2025-03-21T20:50:14.2208305Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_265, aten.sub.Tensor 2025-03-21T20:50:14.2209095Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_419, aten.add.Tensor 2025-03-21T20:50:14.2209894Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_266, aten.sub.Tensor 2025-03-21T20:50:14.2210681Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_420, aten.add.Tensor 2025-03-21T20:50:14.2211457Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_267, aten.sub.Tensor 2025-03-21T20:50:14.2212247Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_421, aten.add.Tensor 2025-03-21T20:50:14.2213034Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_268, aten.sub.Tensor 2025-03-21T20:50:14.2213832Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_422, aten.add.Tensor 2025-03-21T20:50:14.2214622Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_269, aten.sub.Tensor 2025-03-21T20:50:14.2215410Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_423, aten.add.Tensor 2025-03-21T20:50:14.6787191Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_270, aten.sub.Tensor 2025-03-21T20:50:14.6788053Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_424, aten.add.Tensor 2025-03-21T20:50:14.6788854Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_271, aten.sub.Tensor 2025-03-21T20:50:14.6789713Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_425, aten.add.Tensor 2025-03-21T20:50:14.6790502Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_272, aten.sub.Tensor 2025-03-21T20:50:14.6791303Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_426, aten.add.Tensor 2025-03-21T20:50:14.6792090Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_273, aten.sub.Tensor 2025-03-21T20:50:14.6792874Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_427, aten.add.Tensor 2025-03-21T20:50:14.6793658Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_274, aten.sub.Tensor 2025-03-21T20:50:14.6794466Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_428, aten.add.Tensor 2025-03-21T20:50:14.6795251Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_275, aten.sub.Tensor 2025-03-21T20:50:14.6796108Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_429, aten.add.Tensor 2025-03-21T20:50:14.6796878Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_276, aten.sub.Tensor 2025-03-21T20:50:14.6797720Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_276, aten._to_copy.default 2025-03-21T20:50:14.6798557Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_430, aten.add.Tensor 2025-03-21T20:50:14.6799387Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_277, aten._to_copy.default 2025-03-21T20:50:14.6800224Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_277, aten.sub.Tensor 2025-03-21T20:50:14.6801051Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_278, aten._to_copy.default 2025-03-21T20:50:14.6801933Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_431, aten.add.Tensor 2025-03-21T20:50:14.6802771Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_279, aten._to_copy.default 2025-03-21T20:50:14.6803603Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_278, aten.sub.Tensor 2025-03-21T20:50:14.6804490Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_280, aten._to_copy.default 2025-03-21T20:50:14.6805319Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_432, aten.add.Tensor 2025-03-21T20:50:14.6806144Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_281, aten._to_copy.default 2025-03-21T20:50:14.6806980Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_279, aten.sub.Tensor 2025-03-21T20:50:14.6807796Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_282, aten._to_copy.default 2025-03-21T20:50:14.6808626Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_433, aten.add.Tensor 2025-03-21T20:50:14.6809458Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_283, aten._to_copy.default 2025-03-21T20:50:14.6810296Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_280, aten.sub.Tensor 2025-03-21T20:50:14.6811124Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_284, aten._to_copy.default 2025-03-21T20:50:14.6811951Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_434, aten.add.Tensor 2025-03-21T20:50:14.6812801Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_285, aten._to_copy.default 2025-03-21T20:50:14.6813633Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_281, aten.sub.Tensor 2025-03-21T20:50:14.6814466Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_286, aten._to_copy.default 2025-03-21T20:50:14.6815302Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_435, aten.add.Tensor 2025-03-21T20:50:14.6816134Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_287, aten._to_copy.default 2025-03-21T20:50:14.6816961Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_282, aten.sub.Tensor 2025-03-21T20:50:14.6817791Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_288, aten._to_copy.default 2025-03-21T20:50:14.6818612Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_436, aten.add.Tensor 2025-03-21T20:50:14.6819443Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_289, aten._to_copy.default 2025-03-21T20:50:14.6820274Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_283, aten.sub.Tensor 2025-03-21T20:50:14.6821109Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_290, aten._to_copy.default 2025-03-21T20:50:14.6821975Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_437, aten.add.Tensor 2025-03-21T20:50:14.6822807Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_291, aten._to_copy.default 2025-03-21T20:50:14.6823623Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_284, aten.sub.Tensor 2025-03-21T20:50:14.6824452Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_292, aten._to_copy.default 2025-03-21T20:50:14.6825282Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_438, aten.add.Tensor 2025-03-21T20:50:14.6826118Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_293, aten._to_copy.default 2025-03-21T20:50:14.6826949Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_285, aten.sub.Tensor 2025-03-21T20:50:14.6827866Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_294, aten._to_copy.default 2025-03-21T20:50:14.6828701Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_439, aten.add.Tensor 2025-03-21T20:50:14.6829596Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_295, aten._to_copy.default 2025-03-21T20:50:14.6830473Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_286, aten.sub.Tensor 2025-03-21T20:50:14.6831309Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_296, aten._to_copy.default 2025-03-21T20:50:14.6832141Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_440, aten.add.Tensor 2025-03-21T20:50:14.6832980Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_297, aten._to_copy.default 2025-03-21T20:50:14.6833811Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_287, aten.sub.Tensor 2025-03-21T20:50:14.6834632Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_298, aten._to_copy.default 2025-03-21T20:50:14.6835464Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_441, aten.add.Tensor 2025-03-21T20:50:14.6836294Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_299, aten._to_copy.default 2025-03-21T20:50:14.6837344Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_539, aten.cat.default 2025-03-21T20:50:14.6838222Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_540, aten.cat.default 2025-03-21T20:50:14.6839028Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_541, aten.cat.default 2025-03-21T20:50:14.6839876Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_542, aten.cat.default 2025-03-21T20:50:14.6840665Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_543, aten.cat.default 2025-03-21T20:50:14.6841463Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_544, aten.cat.default 2025-03-21T20:50:14.6842267Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_545, aten.cat.default 2025-03-21T20:50:14.6843064Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_546, aten.cat.default 2025-03-21T20:50:14.6843866Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_547, aten.cat.default 2025-03-21T20:50:14.6844674Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_548, aten.cat.default 2025-03-21T20:50:14.6845470Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_549, aten.cat.default 2025-03-21T20:50:14.6846273Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_550, aten.cat.default 2025-03-21T20:50:14.6847074Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_551, aten.cat.default 2025-03-21T20:50:14.6847880Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_552, aten.cat.default 2025-03-21T20:50:14.6848714Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_553, aten.cat.default 2025-03-21T20:50:14.6849504Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_554, aten.cat.default 2025-03-21T20:50:14.6850309Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_555, aten.cat.default 2025-03-21T20:50:14.6851113Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_556, aten.cat.default 2025-03-21T20:50:14.6851918Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_557, aten.cat.default 2025-03-21T20:50:14.6852724Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_558, aten.cat.default 2025-03-21T20:50:14.6853533Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_559, aten.cat.default 2025-03-21T20:50:15.1426761Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_560, aten.cat.default 2025-03-21T20:50:15.1427607Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_561, aten.cat.default 2025-03-21T20:50:15.1428422Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_562, aten.cat.default 2025-03-21T20:50:15.1429436Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_620, aten.permute_copy.default 2025-03-21T20:50:15.1430390Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_621, aten.permute_copy.default 2025-03-21T20:50:15.1431332Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_622, aten.permute_copy.default 2025-03-21T20:50:15.1432279Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_623, aten.permute_copy.default 2025-03-21T20:50:15.1433217Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_624, aten.permute_copy.default 2025-03-21T20:50:15.1434137Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_625, aten.permute_copy.default 2025-03-21T20:50:15.1435072Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_626, aten.permute_copy.default 2025-03-21T20:50:15.1436005Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_627, aten.permute_copy.default 2025-03-21T20:50:15.1436940Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_628, aten.permute_copy.default 2025-03-21T20:50:15.1437872Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_629, aten.permute_copy.default 2025-03-21T20:50:15.1438881Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_630, aten.permute_copy.default 2025-03-21T20:50:15.1439819Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_631, aten.permute_copy.default 2025-03-21T20:50:15.1440677Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_563, aten.cat.default 2025-03-21T20:50:15.1441480Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_565, aten.cat.default 2025-03-21T20:50:15.1442283Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_567, aten.cat.default 2025-03-21T20:50:15.1443085Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_569, aten.cat.default 2025-03-21T20:50:15.1443884Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_571, aten.cat.default 2025-03-21T20:50:15.1444688Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_573, aten.cat.default 2025-03-21T20:50:15.1445476Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_575, aten.cat.default 2025-03-21T20:50:15.1446277Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_577, aten.cat.default 2025-03-21T20:50:15.1447072Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_579, aten.cat.default 2025-03-21T20:50:15.1447921Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_581, aten.cat.default 2025-03-21T20:50:15.1448716Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_583, aten.cat.default 2025-03-21T20:50:15.1449509Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_585, aten.cat.default 2025-03-21T20:50:15.1450322Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_264, aten.matmul.default 2025-03-21T20:50:15.1451176Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_266, aten.matmul.default 2025-03-21T20:50:15.1452031Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_268, aten.matmul.default 2025-03-21T20:50:15.1452913Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_270, aten.matmul.default 2025-03-21T20:50:15.1453764Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_272, aten.matmul.default 2025-03-21T20:50:15.1454615Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_274, aten.matmul.default 2025-03-21T20:50:15.1455457Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_276, aten.matmul.default 2025-03-21T20:50:15.1456326Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_278, aten.matmul.default 2025-03-21T20:50:15.1457197Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_280, aten.matmul.default 2025-03-21T20:50:15.1458046Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_282, aten.matmul.default 2025-03-21T20:50:15.1458889Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_284, aten.matmul.default 2025-03-21T20:50:15.1459741Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_286, aten.matmul.default 2025-03-21T20:50:15.1460575Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_132, aten.div.Tensor 2025-03-21T20:50:15.1461367Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_133, aten.div.Tensor 2025-03-21T20:50:15.1462151Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_134, aten.div.Tensor 2025-03-21T20:50:15.1462922Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_135, aten.div.Tensor 2025-03-21T20:50:15.1463703Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_136, aten.div.Tensor 2025-03-21T20:50:15.1464513Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_137, aten.div.Tensor 2025-03-21T20:50:15.1465294Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_138, aten.div.Tensor 2025-03-21T20:50:15.1466080Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_139, aten.div.Tensor 2025-03-21T20:50:15.1466867Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_140, aten.div.Tensor 2025-03-21T20:50:15.1467634Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_141, aten.div.Tensor 2025-03-21T20:50:15.1468413Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_142, aten.div.Tensor 2025-03-21T20:50:15.1469275Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_143, aten.div.Tensor 2025-03-21T20:50:15.1470070Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_442, aten.add.Tensor 2025-03-21T20:50:15.1470855Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_443, aten.add.Tensor 2025-03-21T20:50:15.1471643Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_444, aten.add.Tensor 2025-03-21T20:50:15.1472415Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_445, aten.add.Tensor 2025-03-21T20:50:15.1473195Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_446, aten.add.Tensor 2025-03-21T20:50:15.1474008Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_447, aten.add.Tensor 2025-03-21T20:50:15.1474789Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_448, aten.add.Tensor 2025-03-21T20:50:15.1475570Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_449, aten.add.Tensor 2025-03-21T20:50:15.1476554Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_450, aten.add.Tensor 2025-03-21T20:50:15.1477335Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_451, aten.add.Tensor 2025-03-21T20:50:15.1478246Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_452, aten.add.Tensor 2025-03-21T20:50:15.1479099Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_453, aten.add.Tensor 2025-03-21T20:50:15.1480019Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_132, aten._softmax.default 2025-03-21T20:50:15.1480905Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_133, aten._softmax.default 2025-03-21T20:50:15.1481786Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_134, aten._softmax.default 2025-03-21T20:50:15.1482712Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_135, aten._softmax.default 2025-03-21T20:50:15.1483582Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_136, aten._softmax.default 2025-03-21T20:50:15.1484464Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_137, aten._softmax.default 2025-03-21T20:50:15.1485342Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_138, aten._softmax.default 2025-03-21T20:50:15.1486215Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_139, aten._softmax.default 2025-03-21T20:50:15.1487091Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_140, aten._softmax.default 2025-03-21T20:50:15.1487967Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_141, aten._softmax.default 2025-03-21T20:50:15.1488842Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_142, aten._softmax.default 2025-03-21T20:50:15.1489707Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_143, aten._softmax.default 2025-03-21T20:50:15.1490572Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_265, aten.matmul.default 2025-03-21T20:50:15.1491464Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_267, aten.matmul.default 2025-03-21T20:50:15.1492313Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_269, aten.matmul.default 2025-03-21T20:50:15.1493163Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_271, aten.matmul.default 2025-03-21T20:51:25.3565482Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_273, aten.matmul.default 2025-03-21T20:51:25.3567060Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_275, aten.matmul.default 2025-03-21T20:51:25.3568622Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_277, aten.matmul.default 2025-03-21T20:51:25.3570138Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_279, aten.matmul.default 2025-03-21T20:51:25.3571671Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_281, aten.matmul.default 2025-03-21T20:51:25.3573198Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_283, aten.matmul.default 2025-03-21T20:51:25.3574745Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_285, aten.matmul.default 2025-03-21T20:51:25.3576712Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_287, aten.matmul.default 2025-03-21T20:51:25.3578261Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_587, aten.cat.default 2025-03-21T20:51:25.3579847Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1352, aten.view_copy.default 2025-03-21T20:51:25.3581565Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1620, aten.permute_copy.default 2025-03-21T20:51:25.3583330Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_476, aten.convolution.default 2025-03-21T20:51:25.3585096Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1621, aten.permute_copy.default 2025-03-21T20:51:25.3586819Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1353, aten.view_copy.default 2025-03-21T20:51:25.3588474Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_454, aten.add.Tensor 2025-03-21T20:51:25.3590074Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_rms_norm_default_23, aten.rms_norm.default 2025-03-21T20:51:25.3591697Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1354, aten.view_copy.default 2025-03-21T20:51:25.3593502Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1622, aten.permute_copy.default 2025-03-21T20:51:25.3595268Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_477, aten.convolution.default 2025-03-21T20:51:25.3597017Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_478, aten.convolution.default 2025-03-21T20:51:25.3598693Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sigmoid_default_11, aten.sigmoid.default 2025-03-21T20:51:25.3600233Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1222, aten.mul.Tensor 2025-03-21T20:51:25.3601714Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1223, aten.mul.Tensor 2025-03-21T20:51:25.3603312Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_479, aten.convolution.default 2025-03-21T20:51:25.3605067Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1623, aten.permute_copy.default 2025-03-21T20:51:25.3606776Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1355, aten.view_copy.default 2025-03-21T20:51:25.3608338Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_455, aten.add.Tensor 2025-03-21T20:51:25.3616003Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_rms_norm_default_24, aten.rms_norm.default 2025-03-21T20:51:25.3617659Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_unsqueeze_copy_default, aten.unsqueeze_copy.default 2025-03-21T20:51:25.3619376Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1624, aten.permute_copy.default 2025-03-21T20:51:25.3621059Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_480, aten.convolution.default 2025-03-21T20:51:25.3622757Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1625, aten.permute_copy.default 2025-03-21T20:51:25.3624355Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_squeeze_dims, aten.squeeze.dims 2025-03-21T20:51:25.3625446Z [INFO] [Qnn ExecuTorch]: Destroy Qnn backend parameters 2025-03-21T20:51:25.3626131Z [INFO] [Qnn ExecuTorch]: Destroy Qnn context 2025-03-21T20:51:25.3626749Z [INFO] [Qnn ExecuTorch]: Destroy Qnn device 2025-03-21T20:51:25.3627370Z [INFO] [Qnn ExecuTorch]: Destroy Qnn backend 2025-03-21T20:51:25.3628050Z [INFO] [Qnn ExecuTorch]: create QNN Logger with log_level 2 2025-03-21T20:51:25.3629139Z [INFO] [Qnn ExecuTorch]: Initialize Qnn backend parameters for Qnn executorch backend type 2 2025-03-21T20:51:25.3630226Z [INFO] [Qnn ExecuTorch]: Caching: Caching is in SAVE MODE. 2025-03-21T20:51:25.3631102Z [WARNING] [Qnn ExecuTorch]: QnnDsp Performance Estimates unsupported 2025-03-21T20:51:25.3631696Z 2025-03-21T20:51:25.3632495Z [WARNING] [Qnn ExecuTorch]: QnnDsp Arch 68 set by custom config is different from arch associated with SoC 57, will overwrite it to 75 2025-03-21T20:51:25.3633485Z 2025-03-21T20:51:25.3633768Z [INFO] [Qnn ExecuTorch]: Running level=3 optimization. 2025-03-21T20:51:25.3634487Z [INFO] [Qnn ExecuTorch]: Destroy Qnn backend parameters 2025-03-21T20:51:25.3635170Z [INFO] [Qnn ExecuTorch]: Destroy Qnn context 2025-03-21T20:51:25.3635791Z [INFO] [Qnn ExecuTorch]: Destroy Qnn device 2025-03-21T20:51:25.3636405Z [INFO] [Qnn ExecuTorch]: Destroy Qnn backend 2025-03-21T20:51:25.3637094Z [INFO] [Qnn ExecuTorch]: create QNN Logger with log_level 2 2025-03-21T20:51:25.3638158Z [INFO] [Qnn ExecuTorch]: Initialize Qnn backend parameters for Qnn executorch backend type 2 2025-03-21T20:51:25.3639186Z [INFO] [Qnn ExecuTorch]: Caching: Caching is in SAVE MODE. 2025-03-21T20:51:25.3640060Z [WARNING] [Qnn ExecuTorch]: QnnDsp Performance Estimates unsupported 2025-03-21T20:51:25.3640670Z 2025-03-21T20:51:25.3641436Z [WARNING] [Qnn ExecuTorch]: QnnDsp Arch 68 set by custom config is different from arch associated with SoC 57, will overwrite it to 75 2025-03-21T20:51:25.3642462Z 2025-03-21T20:51:25.3642744Z [INFO] [Qnn ExecuTorch]: Running level=3 optimization. 2025-03-21T20:51:25.3643887Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_embedding_default, aten.embedding.default 2025-03-21T20:51:25.3645395Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_index_tensor, aten.index.Tensor 2025-03-21T20:51:25.3646821Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_index_tensor_1, aten.index.Tensor 2025-03-21T20:51:25.3648311Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_rms_norm_default, aten.rms_norm.default 2025-03-21T20:51:25.3649757Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_select_int, aten.select.int 2025-03-21T20:51:25.3651126Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_select_int_1, aten.select.int 2025-03-21T20:51:25.3652606Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default, aten.view_copy.default 2025-03-21T20:51:25.3654246Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1132, aten.permute_copy.default 2025-03-21T20:51:25.3655864Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default, aten._to_copy.default 2025-03-21T20:51:25.3657467Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default, aten.convolution.default 2025-03-21T20:51:25.3659148Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1133, aten.permute_copy.default 2025-03-21T20:51:25.3660843Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_1, aten.convolution.default 2025-03-21T20:51:25.3662532Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1134, aten.permute_copy.default 2025-03-21T20:51:25.3664220Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_2, aten.convolution.default 2025-03-21T20:51:25.3665908Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1135, aten.permute_copy.default 2025-03-21T20:51:25.3667598Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_3, aten.convolution.default 2025-03-21T20:51:25.3669345Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1136, aten.permute_copy.default 2025-03-21T20:51:25.3671033Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_4, aten.convolution.default 2025-03-21T20:51:25.3672721Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1137, aten.permute_copy.default 2025-03-21T20:51:25.3674448Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_5, aten.convolution.default 2025-03-21T20:51:25.3676281Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1138, aten.permute_copy.default 2025-03-21T20:51:25.3677978Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_6, aten.convolution.default 2025-03-21T20:51:25.3679839Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1139, aten.permute_copy.default 2025-03-21T20:51:25.3681782Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_7, aten.convolution.default 2025-03-21T20:51:25.3683732Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1140, aten.permute_copy.default 2025-03-21T20:51:25.3685875Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_8, aten.convolution.default 2025-03-21T20:51:25.3687564Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1141, aten.permute_copy.default 2025-03-21T20:51:25.3689249Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_9, aten.convolution.default 2025-03-21T20:51:25.3690994Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1142, aten.permute_copy.default 2025-03-21T20:51:25.9179079Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_10, aten.convolution.default 2025-03-21T20:51:25.9180878Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1143, aten.permute_copy.default 2025-03-21T20:51:25.9182580Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_11, aten.convolution.default 2025-03-21T20:51:25.9184289Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1144, aten.permute_copy.default 2025-03-21T20:51:25.9185983Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_12, aten.convolution.default 2025-03-21T20:51:25.9187657Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1145, aten.permute_copy.default 2025-03-21T20:51:25.9189427Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_13, aten.convolution.default 2025-03-21T20:51:25.9191109Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1146, aten.permute_copy.default 2025-03-21T20:51:25.9192804Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_14, aten.convolution.default 2025-03-21T20:51:25.9194740Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1147, aten.permute_copy.default 2025-03-21T20:51:25.9196441Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_15, aten.convolution.default 2025-03-21T20:51:25.9198129Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1148, aten.permute_copy.default 2025-03-21T20:51:25.9199808Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_16, aten.convolution.default 2025-03-21T20:51:25.9201504Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1149, aten.permute_copy.default 2025-03-21T20:51:25.9203193Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_17, aten.convolution.default 2025-03-21T20:51:25.9204884Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1150, aten.permute_copy.default 2025-03-21T20:51:25.9206577Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_18, aten.convolution.default 2025-03-21T20:51:25.9208268Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1151, aten.permute_copy.default 2025-03-21T20:51:25.9209949Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_19, aten.convolution.default 2025-03-21T20:51:25.9211734Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1152, aten.permute_copy.default 2025-03-21T20:51:25.9213411Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_20, aten.convolution.default 2025-03-21T20:51:25.9215099Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1153, aten.permute_copy.default 2025-03-21T20:51:25.9216784Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_21, aten.convolution.default 2025-03-21T20:51:25.9218468Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1154, aten.permute_copy.default 2025-03-21T20:51:25.9220152Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_22, aten.convolution.default 2025-03-21T20:51:25.9221895Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1155, aten.permute_copy.default 2025-03-21T20:51:25.9223570Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_23, aten.convolution.default 2025-03-21T20:51:25.9225264Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1156, aten.permute_copy.default 2025-03-21T20:51:25.9227006Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_24, aten.convolution.default 2025-03-21T20:51:25.9228693Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1157, aten.permute_copy.default 2025-03-21T20:51:25.9230465Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_25, aten.convolution.default 2025-03-21T20:51:25.9232158Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1158, aten.permute_copy.default 2025-03-21T20:51:25.9233855Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_26, aten.convolution.default 2025-03-21T20:51:25.9235536Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1159, aten.permute_copy.default 2025-03-21T20:51:25.9237231Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_27, aten.convolution.default 2025-03-21T20:51:25.9238952Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1160, aten.permute_copy.default 2025-03-21T20:51:25.9240639Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_28, aten.convolution.default 2025-03-21T20:51:25.9242379Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1161, aten.permute_copy.default 2025-03-21T20:51:25.9244188Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_29, aten.convolution.default 2025-03-21T20:51:25.9245901Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1162, aten.permute_copy.default 2025-03-21T20:51:25.9247591Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_30, aten.convolution.default 2025-03-21T20:51:25.9249266Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1163, aten.permute_copy.default 2025-03-21T20:51:25.9250960Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_31, aten.convolution.default 2025-03-21T20:51:25.9252650Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1164, aten.permute_copy.default 2025-03-21T20:51:25.9254341Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_32, aten.convolution.default 2025-03-21T20:51:25.9256030Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1165, aten.permute_copy.default 2025-03-21T20:51:25.9257729Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_33, aten.convolution.default 2025-03-21T20:51:25.9259458Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1166, aten.permute_copy.default 2025-03-21T20:51:25.9261132Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_34, aten.convolution.default 2025-03-21T20:51:25.9262819Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1167, aten.permute_copy.default 2025-03-21T20:51:25.9264507Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_35, aten.convolution.default 2025-03-21T20:51:25.9266197Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1168, aten.permute_copy.default 2025-03-21T20:51:25.9267828Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1, aten._to_copy.default 2025-03-21T20:51:25.9269481Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_2, aten._to_copy.default 2025-03-21T20:51:25.9271038Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_3, aten._to_copy.default 2025-03-21T20:51:25.9272570Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_4, aten._to_copy.default 2025-03-21T20:51:25.9274157Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_5, aten._to_copy.default 2025-03-21T20:51:25.9275714Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_6, aten._to_copy.default 2025-03-21T20:51:25.9277434Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_7, aten._to_copy.default 2025-03-21T20:51:25.9278986Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_8, aten._to_copy.default 2025-03-21T20:51:25.9280533Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_9, aten._to_copy.default 2025-03-21T20:51:25.9282092Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1, aten.view_copy.default 2025-03-21T20:51:25.9283685Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_2, aten.view_copy.default 2025-03-21T20:51:25.9285255Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_3, aten.view_copy.default 2025-03-21T20:51:25.9286839Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_4, aten.view_copy.default 2025-03-21T20:51:25.9288418Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_5, aten.view_copy.default 2025-03-21T20:51:25.9290063Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_6, aten.view_copy.default 2025-03-21T20:51:25.9291641Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_7, aten.view_copy.default 2025-03-21T20:51:25.9293202Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_8, aten.view_copy.default 2025-03-21T20:51:25.9294780Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_9, aten.view_copy.default 2025-03-21T20:51:25.9296378Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_10, aten.view_copy.default 2025-03-21T20:51:25.9297970Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_11, aten.view_copy.default 2025-03-21T20:51:26.1894310Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_12, aten.view_copy.default 2025-03-21T20:51:26.1895270Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_13, aten.view_copy.default 2025-03-21T20:51:26.1896182Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_14, aten.view_copy.default 2025-03-21T20:51:26.1897066Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_15, aten.view_copy.default 2025-03-21T20:51:26.1897952Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_16, aten.view_copy.default 2025-03-21T20:51:26.1899003Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_17, aten.view_copy.default 2025-03-21T20:51:26.1899884Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_18, aten.view_copy.default 2025-03-21T20:51:26.1900779Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_19, aten.view_copy.default 2025-03-21T20:51:26.1901662Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_20, aten.view_copy.default 2025-03-21T20:51:26.1902548Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_21, aten.view_copy.default 2025-03-21T20:51:26.1903429Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_22, aten.view_copy.default 2025-03-21T20:51:26.1904347Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_23, aten.view_copy.default 2025-03-21T20:51:26.1905232Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_24, aten.view_copy.default 2025-03-21T20:51:26.1906115Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_25, aten.view_copy.default 2025-03-21T20:51:26.1907048Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_10, aten._to_copy.default 2025-03-21T20:51:26.1907920Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_26, aten.view_copy.default 2025-03-21T20:51:26.1908800Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_27, aten.view_copy.default 2025-03-21T20:51:26.1909743Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_11, aten._to_copy.default 2025-03-21T20:51:26.1910626Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_28, aten.view_copy.default 2025-03-21T20:51:26.1911505Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_12, aten._to_copy.default 2025-03-21T20:51:26.1912386Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_29, aten.view_copy.default 2025-03-21T20:51:26.1913264Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_13, aten._to_copy.default 2025-03-21T20:51:26.1914146Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_30, aten.view_copy.default 2025-03-21T20:51:26.1915018Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_14, aten._to_copy.default 2025-03-21T20:51:26.1915959Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_31, aten.view_copy.default 2025-03-21T20:51:26.1916839Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_15, aten._to_copy.default 2025-03-21T20:51:26.1917721Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_32, aten.view_copy.default 2025-03-21T20:51:26.1918602Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_16, aten._to_copy.default 2025-03-21T20:51:26.1919479Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_33, aten.view_copy.default 2025-03-21T20:51:26.1920371Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_34, aten.view_copy.default 2025-03-21T20:51:26.1921259Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_35, aten.view_copy.default 2025-03-21T20:51:26.1922121Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_17, aten._to_copy.default 2025-03-21T20:51:26.1922996Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_36, aten.view_copy.default 2025-03-21T20:51:26.1923870Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_18, aten._to_copy.default 2025-03-21T20:51:26.1924736Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor, aten.slice_copy.Tensor 2025-03-21T20:51:26.1925643Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_1, aten.slice_copy.Tensor 2025-03-21T20:51:26.1926521Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_2, aten.slice_copy.Tensor 2025-03-21T20:51:26.1927427Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_3, aten.slice_copy.Tensor 2025-03-21T20:51:26.1928307Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_4, aten.slice_copy.Tensor 2025-03-21T20:51:26.1929173Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_5, aten.slice_copy.Tensor 2025-03-21T20:51:26.1930046Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_6, aten.slice_copy.Tensor 2025-03-21T20:51:26.1930948Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_7, aten.slice_copy.Tensor 2025-03-21T20:51:26.1931835Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_8, aten.slice_copy.Tensor 2025-03-21T20:51:26.1932832Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_9, aten.slice_copy.Tensor 2025-03-21T20:51:26.1933751Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_10, aten.slice_copy.Tensor 2025-03-21T20:51:26.1934630Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_11, aten.slice_copy.Tensor 2025-03-21T20:51:26.1935518Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_12, aten.slice_copy.Tensor 2025-03-21T20:51:26.1936398Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_13, aten.slice_copy.Tensor 2025-03-21T20:51:26.1937279Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_14, aten.slice_copy.Tensor 2025-03-21T20:51:26.1938159Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_15, aten.slice_copy.Tensor 2025-03-21T20:51:26.1939042Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_16, aten.slice_copy.Tensor 2025-03-21T20:51:26.1939926Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_17, aten.slice_copy.Tensor 2025-03-21T20:51:26.1940797Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_18, aten.slice_copy.Tensor 2025-03-21T20:51:26.1941682Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_19, aten.slice_copy.Tensor 2025-03-21T20:51:26.1942595Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_20, aten.slice_copy.Tensor 2025-03-21T20:51:26.1943482Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_21, aten.slice_copy.Tensor 2025-03-21T20:51:26.1944370Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_22, aten.slice_copy.Tensor 2025-03-21T20:51:26.1945256Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_23, aten.slice_copy.Tensor 2025-03-21T20:51:26.1946145Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_24, aten.slice_copy.Tensor 2025-03-21T20:51:26.1947020Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_25, aten.slice_copy.Tensor 2025-03-21T20:51:26.1947904Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_26, aten.slice_copy.Tensor 2025-03-21T20:51:26.1948791Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_27, aten.slice_copy.Tensor 2025-03-21T20:51:26.1949755Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_28, aten.slice_copy.Tensor 2025-03-21T20:51:26.1950648Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_29, aten.slice_copy.Tensor 2025-03-21T20:51:26.1951574Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_30, aten.slice_copy.Tensor 2025-03-21T20:51:26.1952448Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_31, aten.slice_copy.Tensor 2025-03-21T20:51:26.1953332Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_32, aten.slice_copy.Tensor 2025-03-21T20:51:26.1954211Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_33, aten.slice_copy.Tensor 2025-03-21T20:51:26.1955094Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_34, aten.slice_copy.Tensor 2025-03-21T20:51:26.1955975Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_35, aten.slice_copy.Tensor 2025-03-21T20:51:26.1956866Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_36, aten.slice_copy.Tensor 2025-03-21T20:51:26.1957777Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_37, aten.slice_copy.Tensor 2025-03-21T20:51:26.1958674Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_38, aten.slice_copy.Tensor 2025-03-21T20:51:26.1959560Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_39, aten.slice_copy.Tensor 2025-03-21T20:51:26.1960483Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_40, aten.slice_copy.Tensor 2025-03-21T20:51:26.6519401Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_41, aten.slice_copy.Tensor 2025-03-21T20:51:26.6521069Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_42, aten.slice_copy.Tensor 2025-03-21T20:51:26.6522705Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_43, aten.slice_copy.Tensor 2025-03-21T20:51:26.6524362Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_44, aten.slice_copy.Tensor 2025-03-21T20:51:26.6525997Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_45, aten.slice_copy.Tensor 2025-03-21T20:51:26.6527620Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_46, aten.slice_copy.Tensor 2025-03-21T20:51:26.6529273Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_47, aten.slice_copy.Tensor 2025-03-21T20:51:26.6530847Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_25, aten.cat.default 2025-03-21T20:51:26.6532290Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_27, aten.cat.default 2025-03-21T20:51:26.6533984Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_29, aten.cat.default 2025-03-21T20:51:26.6535440Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_31, aten.cat.default 2025-03-21T20:51:26.6536919Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_33, aten.cat.default 2025-03-21T20:51:26.6538360Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_35, aten.cat.default 2025-03-21T20:51:26.6539846Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_37, aten.cat.default 2025-03-21T20:51:26.6541344Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_39, aten.cat.default 2025-03-21T20:51:26.6542797Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_41, aten.cat.default 2025-03-21T20:51:26.6544260Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_43, aten.cat.default 2025-03-21T20:51:26.6545722Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_45, aten.cat.default 2025-03-21T20:51:26.6547169Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_47, aten.cat.default 2025-03-21T20:51:26.6548620Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_2, aten.mul.Tensor 2025-03-21T20:51:26.6550261Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_4, aten.mul.Tensor 2025-03-21T20:51:26.6551674Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_3, aten.mul.Tensor 2025-03-21T20:51:26.6553124Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_5, aten.mul.Tensor 2025-03-21T20:51:26.6554486Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_6, aten.mul.Tensor 2025-03-21T20:51:26.6555916Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_8, aten.mul.Tensor 2025-03-21T20:51:26.6557334Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_7, aten.mul.Tensor 2025-03-21T20:51:26.6558762Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_9, aten.mul.Tensor 2025-03-21T20:51:26.6560276Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_10, aten.mul.Tensor 2025-03-21T20:51:26.6561715Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_12, aten.mul.Tensor 2025-03-21T20:51:26.6563158Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_11, aten.mul.Tensor 2025-03-21T20:51:26.6564598Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_13, aten.mul.Tensor 2025-03-21T20:51:26.6566108Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_14, aten.mul.Tensor 2025-03-21T20:51:26.6567533Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_16, aten.mul.Tensor 2025-03-21T20:51:26.6568966Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_15, aten.mul.Tensor 2025-03-21T20:51:26.6570391Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_17, aten.mul.Tensor 2025-03-21T20:51:26.6571811Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_18, aten.mul.Tensor 2025-03-21T20:51:26.6573210Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_20, aten.mul.Tensor 2025-03-21T20:51:26.6574636Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_19, aten.mul.Tensor 2025-03-21T20:51:26.6576276Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_21, aten.mul.Tensor 2025-03-21T20:51:26.6577711Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_22, aten.mul.Tensor 2025-03-21T20:51:26.6579134Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_24, aten.mul.Tensor 2025-03-21T20:51:26.6580592Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_23, aten.mul.Tensor 2025-03-21T20:51:26.6582178Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_25, aten.mul.Tensor 2025-03-21T20:51:26.6583532Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_26, aten.mul.Tensor 2025-03-21T20:51:26.6584984Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_28, aten.mul.Tensor 2025-03-21T20:51:26.6586564Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_27, aten.mul.Tensor 2025-03-21T20:51:26.6588015Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_29, aten.mul.Tensor 2025-03-21T20:51:26.6589521Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_30, aten.mul.Tensor 2025-03-21T20:51:26.6590948Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_32, aten.mul.Tensor 2025-03-21T20:51:26.6592372Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_31, aten.mul.Tensor 2025-03-21T20:51:26.6593809Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_33, aten.mul.Tensor 2025-03-21T20:51:26.6595221Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_34, aten.mul.Tensor 2025-03-21T20:51:26.6596650Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_36, aten.mul.Tensor 2025-03-21T20:51:26.6598207Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_35, aten.mul.Tensor 2025-03-21T20:51:26.6599656Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_37, aten.mul.Tensor 2025-03-21T20:51:26.6601054Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_38, aten.mul.Tensor 2025-03-21T20:51:26.6602473Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_40, aten.mul.Tensor 2025-03-21T20:51:26.6603898Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_39, aten.mul.Tensor 2025-03-21T20:51:26.6605342Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_41, aten.mul.Tensor 2025-03-21T20:51:26.6606649Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_42, aten.mul.Tensor 2025-03-21T20:51:26.6608193Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_44, aten.mul.Tensor 2025-03-21T20:51:26.6609634Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_43, aten.mul.Tensor 2025-03-21T20:51:26.6611070Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_45, aten.mul.Tensor 2025-03-21T20:51:26.6612476Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_46, aten.mul.Tensor 2025-03-21T20:51:26.6614039Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_48, aten.mul.Tensor 2025-03-21T20:51:26.6615472Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_47, aten.mul.Tensor 2025-03-21T20:51:26.6616907Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_49, aten.mul.Tensor 2025-03-21T20:51:26.6618326Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_50, aten.mul.Tensor 2025-03-21T20:51:26.6619729Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_52, aten.mul.Tensor 2025-03-21T20:51:26.6621156Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_51, aten.mul.Tensor 2025-03-21T20:51:26.6622594Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_53, aten.mul.Tensor 2025-03-21T20:51:26.6623996Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_54, aten.mul.Tensor 2025-03-21T20:51:26.6625442Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_56, aten.mul.Tensor 2025-03-21T20:51:26.6626874Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_55, aten.mul.Tensor 2025-03-21T20:51:26.6628311Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_57, aten.mul.Tensor 2025-03-21T20:51:26.6629857Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_58, aten.mul.Tensor 2025-03-21T20:51:26.6631309Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_60, aten.mul.Tensor 2025-03-21T20:51:26.6644580Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_59, aten.mul.Tensor 2025-03-21T20:51:26.6646044Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_61, aten.mul.Tensor 2025-03-21T20:51:26.6647461Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_62, aten.mul.Tensor 2025-03-21T20:51:26.6648911Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_64, aten.mul.Tensor 2025-03-21T20:51:26.6650354Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_63, aten.mul.Tensor 2025-03-21T20:51:26.6651770Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_65, aten.mul.Tensor 2025-03-21T20:51:26.6653144Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_66, aten.mul.Tensor 2025-03-21T20:51:26.6654577Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_68, aten.mul.Tensor 2025-03-21T20:51:27.1111180Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_67, aten.mul.Tensor 2025-03-21T20:51:27.1112929Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_69, aten.mul.Tensor 2025-03-21T20:51:27.1114370Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_70, aten.mul.Tensor 2025-03-21T20:51:27.1115818Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_72, aten.mul.Tensor 2025-03-21T20:51:27.1117248Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_71, aten.mul.Tensor 2025-03-21T20:51:27.1118673Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_73, aten.mul.Tensor 2025-03-21T20:51:27.1120134Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_74, aten.mul.Tensor 2025-03-21T20:51:27.1121558Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_76, aten.mul.Tensor 2025-03-21T20:51:27.1123132Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_75, aten.mul.Tensor 2025-03-21T20:51:27.1124531Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_77, aten.mul.Tensor 2025-03-21T20:51:27.1125993Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_78, aten.mul.Tensor 2025-03-21T20:51:27.1127429Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_80, aten.mul.Tensor 2025-03-21T20:51:27.1128991Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_79, aten.mul.Tensor 2025-03-21T20:51:27.1130375Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_81, aten.mul.Tensor 2025-03-21T20:51:27.1131817Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_82, aten.mul.Tensor 2025-03-21T20:51:27.1133268Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_84, aten.mul.Tensor 2025-03-21T20:51:27.1134728Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_83, aten.mul.Tensor 2025-03-21T20:51:27.1136148Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_85, aten.mul.Tensor 2025-03-21T20:51:27.1137597Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_86, aten.mul.Tensor 2025-03-21T20:51:27.1139033Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_88, aten.mul.Tensor 2025-03-21T20:51:27.1140466Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_87, aten.mul.Tensor 2025-03-21T20:51:27.1141867Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_89, aten.mul.Tensor 2025-03-21T20:51:27.1143294Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_90, aten.mul.Tensor 2025-03-21T20:51:27.1144840Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_92, aten.mul.Tensor 2025-03-21T20:51:27.1146299Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_91, aten.mul.Tensor 2025-03-21T20:51:27.1147719Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_93, aten.mul.Tensor 2025-03-21T20:51:27.1149249Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_94, aten.mul.Tensor 2025-03-21T20:51:27.1150674Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_96, aten.mul.Tensor 2025-03-21T20:51:27.1152130Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_95, aten.mul.Tensor 2025-03-21T20:51:27.1153463Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_97, aten.mul.Tensor 2025-03-21T20:51:27.1154895Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor, aten.sub.Tensor 2025-03-21T20:51:27.1156302Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor, aten.add.Tensor 2025-03-21T20:51:27.1157724Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_1, aten.sub.Tensor 2025-03-21T20:51:27.1159115Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_1, aten.add.Tensor 2025-03-21T20:51:27.1160634Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_2, aten.sub.Tensor 2025-03-21T20:51:27.1162049Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_2, aten.add.Tensor 2025-03-21T20:51:27.1163452Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_3, aten.sub.Tensor 2025-03-21T20:51:27.1164857Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_3, aten.add.Tensor 2025-03-21T20:51:27.1166256Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_4, aten.sub.Tensor 2025-03-21T20:51:27.1167674Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_4, aten.add.Tensor 2025-03-21T20:51:27.1169091Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_5, aten.sub.Tensor 2025-03-21T20:51:27.1170466Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_5, aten.add.Tensor 2025-03-21T20:51:27.1171967Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_6, aten.sub.Tensor 2025-03-21T20:51:27.1173371Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_6, aten.add.Tensor 2025-03-21T20:51:27.1174793Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_7, aten.sub.Tensor 2025-03-21T20:51:27.1176443Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_7, aten.add.Tensor 2025-03-21T20:51:27.1177869Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_8, aten.sub.Tensor 2025-03-21T20:51:27.1179286Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_8, aten.add.Tensor 2025-03-21T20:51:27.1180728Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_9, aten.sub.Tensor 2025-03-21T20:51:27.1182112Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_9, aten.add.Tensor 2025-03-21T20:51:27.1183539Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_10, aten.sub.Tensor 2025-03-21T20:51:27.1184975Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_10, aten.add.Tensor 2025-03-21T20:51:27.1186396Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_11, aten.sub.Tensor 2025-03-21T20:51:27.1187821Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_11, aten.add.Tensor 2025-03-21T20:51:27.1189315Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_12, aten.sub.Tensor 2025-03-21T20:51:27.1190845Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_19, aten._to_copy.default 2025-03-21T20:51:27.1192520Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_12, aten.add.Tensor 2025-03-21T20:51:27.1193983Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_20, aten._to_copy.default 2025-03-21T20:51:27.1195528Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_13, aten.sub.Tensor 2025-03-21T20:51:27.1197029Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_21, aten._to_copy.default 2025-03-21T20:51:27.1198528Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_13, aten.add.Tensor 2025-03-21T20:51:27.1199936Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_22, aten._to_copy.default 2025-03-21T20:51:27.1201461Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_14, aten.sub.Tensor 2025-03-21T20:51:27.1202985Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_23, aten._to_copy.default 2025-03-21T20:51:27.1204533Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_14, aten.add.Tensor 2025-03-21T20:51:27.1206008Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_24, aten._to_copy.default 2025-03-21T20:51:27.1207522Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_15, aten.sub.Tensor 2025-03-21T20:51:27.1209248Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_25, aten._to_copy.default 2025-03-21T20:51:27.1210751Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_15, aten.add.Tensor 2025-03-21T20:51:27.1212255Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_26, aten._to_copy.default 2025-03-21T20:51:27.1213771Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_16, aten.sub.Tensor 2025-03-21T20:51:27.1215296Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_27, aten._to_copy.default 2025-03-21T20:51:27.1216777Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_16, aten.add.Tensor 2025-03-21T20:51:27.1218308Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_28, aten._to_copy.default 2025-03-21T20:51:27.1219922Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_17, aten.sub.Tensor 2025-03-21T20:51:27.1221467Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_29, aten._to_copy.default 2025-03-21T20:51:27.1222951Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_17, aten.add.Tensor 2025-03-21T20:51:27.1224582Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_30, aten._to_copy.default 2025-03-21T20:51:27.1226100Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_18, aten.sub.Tensor 2025-03-21T20:51:27.1227612Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_31, aten._to_copy.default 2025-03-21T20:51:27.1229228Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_18, aten.add.Tensor 2025-03-21T20:51:27.1230762Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_32, aten._to_copy.default 2025-03-21T20:51:27.1232280Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_19, aten.sub.Tensor 2025-03-21T20:51:27.1233783Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_33, aten._to_copy.default 2025-03-21T20:51:27.5373035Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_19, aten.add.Tensor 2025-03-21T20:51:27.5374640Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_34, aten._to_copy.default 2025-03-21T20:51:27.5376338Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_20, aten.sub.Tensor 2025-03-21T20:51:27.5378132Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_35, aten._to_copy.default 2025-03-21T20:51:27.5379665Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_20, aten.add.Tensor 2025-03-21T20:51:27.5381173Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_36, aten._to_copy.default 2025-03-21T20:51:27.5382728Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_21, aten.sub.Tensor 2025-03-21T20:51:27.5384249Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_37, aten._to_copy.default 2025-03-21T20:51:27.5385780Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_21, aten.add.Tensor 2025-03-21T20:51:27.5387294Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_38, aten._to_copy.default 2025-03-21T20:51:27.5388811Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_22, aten.sub.Tensor 2025-03-21T20:51:27.5390424Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_39, aten._to_copy.default 2025-03-21T20:51:27.5391965Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_22, aten.add.Tensor 2025-03-21T20:51:27.5393447Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_40, aten._to_copy.default 2025-03-21T20:51:27.5395137Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_23, aten.sub.Tensor 2025-03-21T20:51:27.5396691Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_41, aten._to_copy.default 2025-03-21T20:51:27.5398200Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_23, aten.add.Tensor 2025-03-21T20:51:27.5399726Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_42, aten._to_copy.default 2025-03-21T20:51:27.5401236Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default, aten.cat.default 2025-03-21T20:51:27.5402672Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_1, aten.cat.default 2025-03-21T20:51:27.5404109Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_2, aten.cat.default 2025-03-21T20:51:27.5405646Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_3, aten.cat.default 2025-03-21T20:51:27.5407107Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_4, aten.cat.default 2025-03-21T20:51:27.5408591Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_5, aten.cat.default 2025-03-21T20:51:27.5410024Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_6, aten.cat.default 2025-03-21T20:51:27.5411595Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_7, aten.cat.default 2025-03-21T20:51:27.5413049Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_8, aten.cat.default 2025-03-21T20:51:27.5414515Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_9, aten.cat.default 2025-03-21T20:51:27.5415937Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_10, aten.cat.default 2025-03-21T20:51:27.5417437Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_11, aten.cat.default 2025-03-21T20:51:27.5418927Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_12, aten.cat.default 2025-03-21T20:51:27.5420456Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_43, aten._to_copy.default 2025-03-21T20:51:27.5421995Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_13, aten.cat.default 2025-03-21T20:51:27.5423462Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_14, aten.cat.default 2025-03-21T20:51:27.5424984Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_44, aten._to_copy.default 2025-03-21T20:51:27.5426587Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_15, aten.cat.default 2025-03-21T20:51:27.5428118Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_45, aten._to_copy.default 2025-03-21T20:51:27.5429739Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_16, aten.cat.default 2025-03-21T20:51:27.5431296Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_46, aten._to_copy.default 2025-03-21T20:51:27.5432784Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_17, aten.cat.default 2025-03-21T20:51:27.5434313Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_47, aten._to_copy.default 2025-03-21T20:51:27.5435864Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_18, aten.cat.default 2025-03-21T20:51:27.5437398Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_48, aten._to_copy.default 2025-03-21T20:51:27.5438855Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_19, aten.cat.default 2025-03-21T20:51:27.5440402Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_49, aten._to_copy.default 2025-03-21T20:51:27.5441961Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_20, aten.cat.default 2025-03-21T20:51:27.5443572Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_50, aten._to_copy.default 2025-03-21T20:51:27.5445091Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_21, aten.cat.default 2025-03-21T20:51:27.5446562Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_22, aten.cat.default 2025-03-21T20:51:27.5448021Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_23, aten.cat.default 2025-03-21T20:51:27.5449541Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_51, aten._to_copy.default 2025-03-21T20:51:27.5451202Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_37, aten.permute_copy.default 2025-03-21T20:51:27.5452872Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_52, aten._to_copy.default 2025-03-21T20:51:27.5454635Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_38, aten.permute_copy.default 2025-03-21T20:51:27.5456336Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_39, aten.permute_copy.default 2025-03-21T20:51:27.5458016Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_53, aten._to_copy.default 2025-03-21T20:51:27.5459781Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_40, aten.permute_copy.default 2025-03-21T20:51:27.5461407Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_54, aten._to_copy.default 2025-03-21T20:51:27.5463108Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_41, aten.permute_copy.default 2025-03-21T20:51:27.5464812Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_55, aten._to_copy.default 2025-03-21T20:51:27.5466470Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_42, aten.permute_copy.default 2025-03-21T20:51:27.5468146Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_56, aten._to_copy.default 2025-03-21T20:51:27.5469898Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_43, aten.permute_copy.default 2025-03-21T20:51:27.5471565Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_57, aten._to_copy.default 2025-03-21T20:51:27.5473212Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_44, aten.permute_copy.default 2025-03-21T20:51:27.5474882Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_58, aten._to_copy.default 2025-03-21T20:51:27.5477015Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_45, aten.permute_copy.default 2025-03-21T20:51:27.5478641Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_59, aten._to_copy.default 2025-03-21T20:51:27.5480326Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_46, aten.permute_copy.default 2025-03-21T20:51:27.5482058Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_47, aten.permute_copy.default 2025-03-21T20:51:27.5483743Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_48, aten.permute_copy.default 2025-03-21T20:51:27.5485451Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_60, aten._to_copy.default 2025-03-21T20:51:27.5487010Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_24, aten.cat.default 2025-03-21T20:51:27.5488529Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_26, aten.cat.default 2025-03-21T20:51:27.5489953Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_28, aten.cat.default 2025-03-21T20:51:27.5491416Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_30, aten.cat.default 2025-03-21T20:51:27.5492992Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_32, aten.cat.default 2025-03-21T20:51:27.5494473Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_34, aten.cat.default 2025-03-21T20:51:27.5495909Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_36, aten.cat.default 2025-03-21T20:51:28.1085200Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_38, aten.cat.default 2025-03-21T20:51:28.1086707Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_40, aten.cat.default 2025-03-21T20:51:28.1088198Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_42, aten.cat.default 2025-03-21T20:51:28.1089654Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_44, aten.cat.default 2025-03-21T20:51:28.1091489Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_46, aten.cat.default 2025-03-21T20:51:28.1092992Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default, aten.matmul.default 2025-03-21T20:51:28.1094521Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_2, aten.matmul.default 2025-03-21T20:51:28.1096194Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_4, aten.matmul.default 2025-03-21T20:51:28.1097771Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_6, aten.matmul.default 2025-03-21T20:51:28.1099283Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_8, aten.matmul.default 2025-03-21T20:51:28.1100895Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_10, aten.matmul.default 2025-03-21T20:51:28.1102481Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_12, aten.matmul.default 2025-03-21T20:51:28.1104059Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_14, aten.matmul.default 2025-03-21T20:51:28.1105611Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_16, aten.matmul.default 2025-03-21T20:51:28.1107161Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_18, aten.matmul.default 2025-03-21T20:51:28.1108709Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_20, aten.matmul.default 2025-03-21T20:51:28.1110357Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_22, aten.matmul.default 2025-03-21T20:51:28.1111864Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor, aten.div.Tensor 2025-03-21T20:51:28.1113451Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_1, aten.div.Tensor 2025-03-21T20:51:28.1114873Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_2, aten.div.Tensor 2025-03-21T20:51:28.1116291Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_3, aten.div.Tensor 2025-03-21T20:51:28.1117701Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_4, aten.div.Tensor 2025-03-21T20:51:28.1119099Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_5, aten.div.Tensor 2025-03-21T20:51:28.1120528Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_6, aten.div.Tensor 2025-03-21T20:51:28.1121930Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_7, aten.div.Tensor 2025-03-21T20:51:28.1123375Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_8, aten.div.Tensor 2025-03-21T20:51:28.1124856Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_9, aten.div.Tensor 2025-03-21T20:51:28.1126316Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_10, aten.div.Tensor 2025-03-21T20:51:28.1127796Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_11, aten.div.Tensor 2025-03-21T20:51:28.1129195Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_24, aten.add.Tensor 2025-03-21T20:51:28.1130766Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_25, aten.add.Tensor 2025-03-21T20:51:28.1132209Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_26, aten.add.Tensor 2025-03-21T20:51:28.1133636Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_27, aten.add.Tensor 2025-03-21T20:51:28.1135068Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_28, aten.add.Tensor 2025-03-21T20:51:28.1136512Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_29, aten.add.Tensor 2025-03-21T20:51:28.1137989Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_30, aten.add.Tensor 2025-03-21T20:51:28.1139417Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_31, aten.add.Tensor 2025-03-21T20:51:28.1140930Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_32, aten.add.Tensor 2025-03-21T20:51:28.1142369Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_33, aten.add.Tensor 2025-03-21T20:51:28.1143798Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_34, aten.add.Tensor 2025-03-21T20:51:28.1145267Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_35, aten.add.Tensor 2025-03-21T20:51:28.1146748Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default, aten._softmax.default 2025-03-21T20:51:28.1148326Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_1, aten._softmax.default 2025-03-21T20:51:28.1150040Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_2, aten._softmax.default 2025-03-21T20:51:28.1151606Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_3, aten._softmax.default 2025-03-21T20:51:28.1153222Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_4, aten._softmax.default 2025-03-21T20:51:28.1154824Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_5, aten._softmax.default 2025-03-21T20:51:28.1156345Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_6, aten._softmax.default 2025-03-21T20:51:28.1157837Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_7, aten._softmax.default 2025-03-21T20:51:28.1159377Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_8, aten._softmax.default 2025-03-21T20:51:28.1160999Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_9, aten._softmax.default 2025-03-21T20:51:28.1162571Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_10, aten._softmax.default 2025-03-21T20:51:28.1164194Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_11, aten._softmax.default 2025-03-21T20:51:28.1165782Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_1, aten.matmul.default 2025-03-21T20:51:28.1167332Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_3, aten.matmul.default 2025-03-21T20:51:28.1168867Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_5, aten.matmul.default 2025-03-21T20:51:28.1170403Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_7, aten.matmul.default 2025-03-21T20:51:28.1171940Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_9, aten.matmul.default 2025-03-21T20:51:28.1173494Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_11, aten.matmul.default 2025-03-21T20:51:28.1175027Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_13, aten.matmul.default 2025-03-21T20:51:28.1176770Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_15, aten.matmul.default 2025-03-21T20:51:28.1178454Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_17, aten.matmul.default 2025-03-21T20:51:28.1180027Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_19, aten.matmul.default 2025-03-21T20:51:28.1181577Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_21, aten.matmul.default 2025-03-21T20:51:28.1183158Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_23, aten.matmul.default 2025-03-21T20:51:28.1184695Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_48, aten.cat.default 2025-03-21T20:51:28.1186260Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_109, aten.view_copy.default 2025-03-21T20:51:28.1187953Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1169, aten.permute_copy.default 2025-03-21T20:51:28.1189895Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_36, aten.convolution.default 2025-03-21T20:51:28.1191672Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1170, aten.permute_copy.default 2025-03-21T20:51:28.1193371Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_110, aten.view_copy.default 2025-03-21T20:51:28.1195051Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_36, aten.add.Tensor 2025-03-21T20:51:28.1196571Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_rms_norm_default_1, aten.rms_norm.default 2025-03-21T20:51:28.1198188Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_111, aten.view_copy.default 2025-03-21T20:51:28.1199879Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1171, aten.permute_copy.default 2025-03-21T20:51:28.1201632Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_37, aten.convolution.default 2025-03-21T20:51:28.1203372Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_38, aten.convolution.default 2025-03-21T20:51:28.1205067Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sigmoid_default, aten.sigmoid.default 2025-03-21T20:51:28.1206633Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_100, aten.mul.Tensor 2025-03-21T20:51:28.1208136Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_101, aten.mul.Tensor 2025-03-21T20:51:28.7542327Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_39, aten.convolution.default 2025-03-21T20:51:28.7544413Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1172, aten.permute_copy.default 2025-03-21T20:51:28.7546187Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_112, aten.view_copy.default 2025-03-21T20:51:28.7547747Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_37, aten.add.Tensor 2025-03-21T20:51:28.7549347Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_rms_norm_default_2, aten.rms_norm.default 2025-03-21T20:51:28.7550960Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_113, aten.view_copy.default 2025-03-21T20:51:28.7552665Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1173, aten.permute_copy.default 2025-03-21T20:51:28.7554342Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_61, aten._to_copy.default 2025-03-21T20:51:28.7555988Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_40, aten.convolution.default 2025-03-21T20:51:28.7557737Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1174, aten.permute_copy.default 2025-03-21T20:51:28.7559491Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_41, aten.convolution.default 2025-03-21T20:51:28.7561313Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1175, aten.permute_copy.default 2025-03-21T20:51:28.7562966Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_42, aten.convolution.default 2025-03-21T20:51:28.7564614Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1176, aten.permute_copy.default 2025-03-21T20:51:28.7566324Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_43, aten.convolution.default 2025-03-21T20:51:28.7567991Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1177, aten.permute_copy.default 2025-03-21T20:51:28.7569723Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_44, aten.convolution.default 2025-03-21T20:51:28.7571570Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1178, aten.permute_copy.default 2025-03-21T20:51:28.7573335Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_45, aten.convolution.default 2025-03-21T20:51:28.7575102Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1179, aten.permute_copy.default 2025-03-21T20:51:28.7577085Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_46, aten.convolution.default 2025-03-21T20:51:28.7578819Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1180, aten.permute_copy.default 2025-03-21T20:51:28.7580572Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_47, aten.convolution.default 2025-03-21T20:51:28.7582282Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1181, aten.permute_copy.default 2025-03-21T20:51:28.7584011Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_48, aten.convolution.default 2025-03-21T20:51:28.7585753Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1182, aten.permute_copy.default 2025-03-21T20:51:28.7587514Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_49, aten.convolution.default 2025-03-21T20:51:28.7589302Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1183, aten.permute_copy.default 2025-03-21T20:51:28.7591046Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_50, aten.convolution.default 2025-03-21T20:51:28.7592973Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1184, aten.permute_copy.default 2025-03-21T20:51:28.7594542Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_51, aten.convolution.default 2025-03-21T20:51:28.7596238Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1185, aten.permute_copy.default 2025-03-21T20:51:28.7598000Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_52, aten.convolution.default 2025-03-21T20:51:28.7599757Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1186, aten.permute_copy.default 2025-03-21T20:51:28.7601465Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_53, aten.convolution.default 2025-03-21T20:51:28.7603200Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1187, aten.permute_copy.default 2025-03-21T20:51:28.7604947Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_54, aten.convolution.default 2025-03-21T20:51:28.7606656Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1188, aten.permute_copy.default 2025-03-21T20:51:28.7608381Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_55, aten.convolution.default 2025-03-21T20:51:28.7610325Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1189, aten.permute_copy.default 2025-03-21T20:51:28.7612079Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_56, aten.convolution.default 2025-03-21T20:51:28.7613845Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1190, aten.permute_copy.default 2025-03-21T20:51:28.7615633Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_57, aten.convolution.default 2025-03-21T20:51:28.7617384Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1191, aten.permute_copy.default 2025-03-21T20:51:28.7619107Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_58, aten.convolution.default 2025-03-21T20:51:28.7620958Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1192, aten.permute_copy.default 2025-03-21T20:51:28.7622724Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_59, aten.convolution.default 2025-03-21T20:51:28.7624479Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1193, aten.permute_copy.default 2025-03-21T20:51:28.7626379Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_60, aten.convolution.default 2025-03-21T20:51:28.7628153Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1194, aten.permute_copy.default 2025-03-21T20:51:28.7629969Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_61, aten.convolution.default 2025-03-21T20:51:28.7631705Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1195, aten.permute_copy.default 2025-03-21T20:51:28.7633437Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_62, aten.convolution.default 2025-03-21T20:51:28.7635223Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1196, aten.permute_copy.default 2025-03-21T20:51:28.7636966Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_63, aten.convolution.default 2025-03-21T20:51:28.7638773Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1197, aten.permute_copy.default 2025-03-21T20:51:28.7640596Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_64, aten.convolution.default 2025-03-21T20:51:28.7642325Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1198, aten.permute_copy.default 2025-03-21T20:51:28.7644183Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_65, aten.convolution.default 2025-03-21T20:51:28.7645961Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1199, aten.permute_copy.default 2025-03-21T20:51:28.7647681Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_66, aten.convolution.default 2025-03-21T20:51:28.7649460Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1200, aten.permute_copy.default 2025-03-21T20:51:28.7651240Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_67, aten.convolution.default 2025-03-21T20:51:28.7652989Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1201, aten.permute_copy.default 2025-03-21T20:51:28.7654715Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_68, aten.convolution.default 2025-03-21T20:51:28.7656460Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1202, aten.permute_copy.default 2025-03-21T20:51:28.7658190Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_69, aten.convolution.default 2025-03-21T20:51:28.7659909Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1203, aten.permute_copy.default 2025-03-21T20:51:28.7661729Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_70, aten.convolution.default 2025-03-21T20:51:28.7663485Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1204, aten.permute_copy.default 2025-03-21T20:51:28.7665170Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_71, aten.convolution.default 2025-03-21T20:51:29.0857135Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1205, aten.permute_copy.default 2025-03-21T20:51:29.0858194Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_72, aten.convolution.default 2025-03-21T20:51:29.0859146Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1206, aten.permute_copy.default 2025-03-21T20:51:29.0860283Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_73, aten.convolution.default 2025-03-21T20:51:29.0861241Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1207, aten.permute_copy.default 2025-03-21T20:51:29.0862177Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_74, aten.convolution.default 2025-03-21T20:51:29.0863187Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1208, aten.permute_copy.default 2025-03-21T20:51:29.0864119Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_75, aten.convolution.default 2025-03-21T20:51:29.0865058Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1209, aten.permute_copy.default 2025-03-21T20:51:29.0865972Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_62, aten._to_copy.default 2025-03-21T20:51:29.0866848Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_63, aten._to_copy.default 2025-03-21T20:51:29.0867721Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_64, aten._to_copy.default 2025-03-21T20:51:29.0868593Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_65, aten._to_copy.default 2025-03-21T20:51:29.0869527Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_66, aten._to_copy.default 2025-03-21T20:51:29.0870401Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_67, aten._to_copy.default 2025-03-21T20:51:29.0871287Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_68, aten._to_copy.default 2025-03-21T20:51:29.0872217Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_69, aten._to_copy.default 2025-03-21T20:51:29.0873094Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_70, aten._to_copy.default 2025-03-21T20:51:29.0873972Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_71, aten._to_copy.default 2025-03-21T20:51:29.0874852Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_72, aten._to_copy.default 2025-03-21T20:51:29.0875725Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_114, aten.view_copy.default 2025-03-21T20:51:29.0876784Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_115, aten.view_copy.default 2025-03-21T20:51:29.0877687Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_116, aten.view_copy.default 2025-03-21T20:51:29.0878592Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_117, aten.view_copy.default 2025-03-21T20:51:29.0879488Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_118, aten.view_copy.default 2025-03-21T20:51:29.0880391Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_119, aten.view_copy.default 2025-03-21T20:51:29.0881343Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_120, aten.view_copy.default 2025-03-21T20:51:29.0882228Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_121, aten.view_copy.default 2025-03-21T20:51:29.0883129Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_122, aten.view_copy.default 2025-03-21T20:51:29.0884029Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_123, aten.view_copy.default 2025-03-21T20:51:29.0884929Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_124, aten.view_copy.default 2025-03-21T20:51:29.0885824Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_125, aten.view_copy.default 2025-03-21T20:51:29.0886765Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_126, aten.view_copy.default 2025-03-21T20:51:29.0887658Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_127, aten.view_copy.default 2025-03-21T20:51:29.0888543Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_128, aten.view_copy.default 2025-03-21T20:51:29.0889471Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_129, aten.view_copy.default 2025-03-21T20:51:29.0890367Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_130, aten.view_copy.default 2025-03-21T20:51:29.0891260Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_131, aten.view_copy.default 2025-03-21T20:51:29.0892150Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_132, aten.view_copy.default 2025-03-21T20:51:29.0893040Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_133, aten.view_copy.default 2025-03-21T20:51:29.0893922Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_134, aten.view_copy.default 2025-03-21T20:51:29.0894819Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_135, aten.view_copy.default 2025-03-21T20:51:29.0895710Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_136, aten.view_copy.default 2025-03-21T20:51:29.0896608Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_137, aten.view_copy.default 2025-03-21T20:51:29.0897499Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_138, aten.view_copy.default 2025-03-21T20:51:29.0898424Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_73, aten._to_copy.default 2025-03-21T20:51:29.0899310Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_139, aten.view_copy.default 2025-03-21T20:51:29.0900179Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_74, aten._to_copy.default 2025-03-21T20:51:29.0901065Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_140, aten.view_copy.default 2025-03-21T20:51:29.0901949Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_75, aten._to_copy.default 2025-03-21T20:51:29.0902837Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_141, aten.view_copy.default 2025-03-21T20:51:29.0903715Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_76, aten._to_copy.default 2025-03-21T20:51:29.0904598Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_142, aten.view_copy.default 2025-03-21T20:51:29.0905483Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_77, aten._to_copy.default 2025-03-21T20:51:29.0906353Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_143, aten.view_copy.default 2025-03-21T20:51:29.0907237Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_78, aten._to_copy.default 2025-03-21T20:51:29.0908151Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_144, aten.view_copy.default 2025-03-21T20:51:29.0909111Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_79, aten._to_copy.default 2025-03-21T20:51:29.0910002Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_145, aten.view_copy.default 2025-03-21T20:51:29.0910888Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_80, aten._to_copy.default 2025-03-21T20:51:29.0911780Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_146, aten.view_copy.default 2025-03-21T20:51:29.0912653Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_81, aten._to_copy.default 2025-03-21T20:51:29.0913564Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_147, aten.view_copy.default 2025-03-21T20:51:29.0914465Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_148, aten.view_copy.default 2025-03-21T20:51:29.0915345Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_82, aten._to_copy.default 2025-03-21T20:51:29.0916255Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_149, aten.view_copy.default 2025-03-21T20:51:29.0917138Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_83, aten._to_copy.default 2025-03-21T20:51:29.0918004Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_48, aten.slice_copy.Tensor 2025-03-21T20:51:29.0918899Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_49, aten.slice_copy.Tensor 2025-03-21T20:51:29.0919788Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_50, aten.slice_copy.Tensor 2025-03-21T20:51:29.0920671Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_51, aten.slice_copy.Tensor 2025-03-21T20:51:29.0921556Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_52, aten.slice_copy.Tensor 2025-03-21T20:51:29.0922440Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_53, aten.slice_copy.Tensor 2025-03-21T20:51:29.0923326Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_54, aten.slice_copy.Tensor 2025-03-21T20:51:29.4718474Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_55, aten.slice_copy.Tensor 2025-03-21T20:51:29.4719654Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_56, aten.slice_copy.Tensor 2025-03-21T20:51:29.4720553Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_57, aten.slice_copy.Tensor 2025-03-21T20:51:29.4721458Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_58, aten.slice_copy.Tensor 2025-03-21T20:51:29.4722355Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_59, aten.slice_copy.Tensor 2025-03-21T20:51:29.4723242Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_60, aten.slice_copy.Tensor 2025-03-21T20:51:29.4724126Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_61, aten.slice_copy.Tensor 2025-03-21T20:51:29.4725016Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_62, aten.slice_copy.Tensor 2025-03-21T20:51:29.4725905Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_63, aten.slice_copy.Tensor 2025-03-21T20:51:29.4726881Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_64, aten.slice_copy.Tensor 2025-03-21T20:51:29.4727777Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_65, aten.slice_copy.Tensor 2025-03-21T20:51:29.4728732Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_66, aten.slice_copy.Tensor 2025-03-21T20:51:29.4729621Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_67, aten.slice_copy.Tensor 2025-03-21T20:51:29.4730503Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_68, aten.slice_copy.Tensor 2025-03-21T20:51:29.4731402Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_69, aten.slice_copy.Tensor 2025-03-21T20:51:29.4732296Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_70, aten.slice_copy.Tensor 2025-03-21T20:51:29.4733186Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_71, aten.slice_copy.Tensor 2025-03-21T20:51:29.4734069Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_72, aten.slice_copy.Tensor 2025-03-21T20:51:29.4735101Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_73, aten.slice_copy.Tensor 2025-03-21T20:51:29.4735983Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_74, aten.slice_copy.Tensor 2025-03-21T20:51:29.4736873Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_75, aten.slice_copy.Tensor 2025-03-21T20:51:29.4737963Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_76, aten.slice_copy.Tensor 2025-03-21T20:51:29.4738855Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_77, aten.slice_copy.Tensor 2025-03-21T20:51:29.4739751Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_78, aten.slice_copy.Tensor 2025-03-21T20:51:29.4740643Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_79, aten.slice_copy.Tensor 2025-03-21T20:51:29.4741539Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_80, aten.slice_copy.Tensor 2025-03-21T20:51:29.4742425Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_81, aten.slice_copy.Tensor 2025-03-21T20:51:29.4743324Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_82, aten.slice_copy.Tensor 2025-03-21T20:51:29.4744215Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_83, aten.slice_copy.Tensor 2025-03-21T20:51:29.4745103Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_84, aten.slice_copy.Tensor 2025-03-21T20:51:29.4745989Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_85, aten.slice_copy.Tensor 2025-03-21T20:51:29.4746921Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_86, aten.slice_copy.Tensor 2025-03-21T20:51:29.4747806Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_87, aten.slice_copy.Tensor 2025-03-21T20:51:29.4748681Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_88, aten.slice_copy.Tensor 2025-03-21T20:51:29.4749627Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_89, aten.slice_copy.Tensor 2025-03-21T20:51:29.4750514Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_90, aten.slice_copy.Tensor 2025-03-21T20:51:29.4751403Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_91, aten.slice_copy.Tensor 2025-03-21T20:51:29.4752317Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_92, aten.slice_copy.Tensor 2025-03-21T20:51:29.4753203Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_93, aten.slice_copy.Tensor 2025-03-21T20:51:29.4754089Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_94, aten.slice_copy.Tensor 2025-03-21T20:51:29.4754982Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_95, aten.slice_copy.Tensor 2025-03-21T20:51:29.4755854Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_74, aten.cat.default 2025-03-21T20:51:29.4756656Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_76, aten.cat.default 2025-03-21T20:51:29.4757455Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_78, aten.cat.default 2025-03-21T20:51:29.4758247Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_80, aten.cat.default 2025-03-21T20:51:29.4759040Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_82, aten.cat.default 2025-03-21T20:51:29.4759834Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_84, aten.cat.default 2025-03-21T20:51:29.4760614Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_86, aten.cat.default 2025-03-21T20:51:29.4761437Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_88, aten.cat.default 2025-03-21T20:51:29.4762237Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_90, aten.cat.default 2025-03-21T20:51:29.4763029Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_92, aten.cat.default 2025-03-21T20:51:29.4763853Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_94, aten.cat.default 2025-03-21T20:51:29.4764646Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_96, aten.cat.default 2025-03-21T20:51:29.4765422Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_104, aten.mul.Tensor 2025-03-21T20:51:29.4766217Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_106, aten.mul.Tensor 2025-03-21T20:51:29.4767002Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_105, aten.mul.Tensor 2025-03-21T20:51:29.4767788Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_107, aten.mul.Tensor 2025-03-21T20:51:29.4768646Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_108, aten.mul.Tensor 2025-03-21T20:51:29.4769492Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_110, aten.mul.Tensor 2025-03-21T20:51:29.4770276Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_109, aten.mul.Tensor 2025-03-21T20:51:29.4771054Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_111, aten.mul.Tensor 2025-03-21T20:51:29.4771835Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_112, aten.mul.Tensor 2025-03-21T20:51:29.4772661Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_114, aten.mul.Tensor 2025-03-21T20:51:29.4773448Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_113, aten.mul.Tensor 2025-03-21T20:51:29.4774232Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_115, aten.mul.Tensor 2025-03-21T20:51:29.4775014Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_116, aten.mul.Tensor 2025-03-21T20:51:29.4775793Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_118, aten.mul.Tensor 2025-03-21T20:51:29.4776779Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_117, aten.mul.Tensor 2025-03-21T20:51:29.4777574Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_119, aten.mul.Tensor 2025-03-21T20:51:29.4778357Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_120, aten.mul.Tensor 2025-03-21T20:51:29.4779144Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_122, aten.mul.Tensor 2025-03-21T20:51:29.4779927Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_121, aten.mul.Tensor 2025-03-21T20:51:29.4780698Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_123, aten.mul.Tensor 2025-03-21T20:51:29.4781485Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_124, aten.mul.Tensor 2025-03-21T20:51:29.4782335Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_126, aten.mul.Tensor 2025-03-21T20:51:29.4783116Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_125, aten.mul.Tensor 2025-03-21T20:51:29.4783904Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_127, aten.mul.Tensor 2025-03-21T20:51:29.4784688Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_128, aten.mul.Tensor 2025-03-21T20:51:29.4785470Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_130, aten.mul.Tensor 2025-03-21T20:51:29.9101887Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_129, aten.mul.Tensor 2025-03-21T20:51:29.9102735Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_131, aten.mul.Tensor 2025-03-21T20:51:29.9104005Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_132, aten.mul.Tensor 2025-03-21T20:51:29.9104807Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_134, aten.mul.Tensor 2025-03-21T20:51:29.9105588Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_133, aten.mul.Tensor 2025-03-21T20:51:29.9106462Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_135, aten.mul.Tensor 2025-03-21T20:51:29.9107246Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_136, aten.mul.Tensor 2025-03-21T20:51:29.9108029Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_138, aten.mul.Tensor 2025-03-21T20:51:29.9108809Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_137, aten.mul.Tensor 2025-03-21T20:51:29.9109654Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_139, aten.mul.Tensor 2025-03-21T20:51:29.9110444Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_140, aten.mul.Tensor 2025-03-21T20:51:29.9111237Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_142, aten.mul.Tensor 2025-03-21T20:51:29.9112009Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_141, aten.mul.Tensor 2025-03-21T20:51:29.9112799Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_143, aten.mul.Tensor 2025-03-21T20:51:29.9113649Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_144, aten.mul.Tensor 2025-03-21T20:51:29.9114431Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_146, aten.mul.Tensor 2025-03-21T20:51:29.9115277Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_145, aten.mul.Tensor 2025-03-21T20:51:29.9116060Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_147, aten.mul.Tensor 2025-03-21T20:51:29.9116836Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_148, aten.mul.Tensor 2025-03-21T20:51:29.9117620Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_150, aten.mul.Tensor 2025-03-21T20:51:29.9118407Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_149, aten.mul.Tensor 2025-03-21T20:51:29.9119196Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_151, aten.mul.Tensor 2025-03-21T20:51:29.9119976Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_152, aten.mul.Tensor 2025-03-21T20:51:29.9120755Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_154, aten.mul.Tensor 2025-03-21T20:51:29.9121529Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_153, aten.mul.Tensor 2025-03-21T20:51:29.9122310Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_155, aten.mul.Tensor 2025-03-21T20:51:29.9123090Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_156, aten.mul.Tensor 2025-03-21T20:51:29.9123869Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_158, aten.mul.Tensor 2025-03-21T20:51:29.9124699Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_157, aten.mul.Tensor 2025-03-21T20:51:29.9125477Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_159, aten.mul.Tensor 2025-03-21T20:51:29.9126284Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_160, aten.mul.Tensor 2025-03-21T20:51:29.9127071Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_162, aten.mul.Tensor 2025-03-21T20:51:29.9127845Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_161, aten.mul.Tensor 2025-03-21T20:51:29.9128635Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_163, aten.mul.Tensor 2025-03-21T20:51:29.9129417Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_164, aten.mul.Tensor 2025-03-21T20:51:29.9130233Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_166, aten.mul.Tensor 2025-03-21T20:51:29.9131029Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_165, aten.mul.Tensor 2025-03-21T20:51:29.9131814Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_167, aten.mul.Tensor 2025-03-21T20:51:29.9132617Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_168, aten.mul.Tensor 2025-03-21T20:51:29.9133410Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_170, aten.mul.Tensor 2025-03-21T20:51:29.9134192Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_169, aten.mul.Tensor 2025-03-21T20:51:29.9134977Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_171, aten.mul.Tensor 2025-03-21T20:51:29.9135766Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_172, aten.mul.Tensor 2025-03-21T20:51:29.9136562Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_174, aten.mul.Tensor 2025-03-21T20:51:29.9137354Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_173, aten.mul.Tensor 2025-03-21T20:51:29.9138120Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_175, aten.mul.Tensor 2025-03-21T20:51:29.9138904Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_176, aten.mul.Tensor 2025-03-21T20:51:29.9139686Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_178, aten.mul.Tensor 2025-03-21T20:51:29.9140467Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_177, aten.mul.Tensor 2025-03-21T20:51:29.9141278Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_179, aten.mul.Tensor 2025-03-21T20:51:29.9142058Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_180, aten.mul.Tensor 2025-03-21T20:51:29.9142829Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_182, aten.mul.Tensor 2025-03-21T20:51:29.9143612Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_181, aten.mul.Tensor 2025-03-21T20:51:29.9144398Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_183, aten.mul.Tensor 2025-03-21T20:51:29.9145179Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_184, aten.mul.Tensor 2025-03-21T20:51:29.9146023Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_186, aten.mul.Tensor 2025-03-21T20:51:29.9146802Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_185, aten.mul.Tensor 2025-03-21T20:51:29.9147571Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_187, aten.mul.Tensor 2025-03-21T20:51:29.9148352Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_188, aten.mul.Tensor 2025-03-21T20:51:29.9149216Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_190, aten.mul.Tensor 2025-03-21T20:51:29.9150038Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_189, aten.mul.Tensor 2025-03-21T20:51:29.9150816Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_191, aten.mul.Tensor 2025-03-21T20:51:29.9151603Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_192, aten.mul.Tensor 2025-03-21T20:51:29.9152387Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_194, aten.mul.Tensor 2025-03-21T20:51:29.9153160Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_193, aten.mul.Tensor 2025-03-21T20:51:29.9153948Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_195, aten.mul.Tensor 2025-03-21T20:51:29.9154728Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_196, aten.mul.Tensor 2025-03-21T20:51:29.9155595Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_198, aten.mul.Tensor 2025-03-21T20:51:29.9156442Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_197, aten.mul.Tensor 2025-03-21T20:51:29.9157228Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_199, aten.mul.Tensor 2025-03-21T20:51:29.9157992Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_24, aten.sub.Tensor 2025-03-21T20:51:29.9158827Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_38, aten.add.Tensor 2025-03-21T20:51:29.9159607Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_25, aten.sub.Tensor 2025-03-21T20:51:29.9160388Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_39, aten.add.Tensor 2025-03-21T20:51:29.9161169Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_26, aten.sub.Tensor 2025-03-21T20:51:29.9161948Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_40, aten.add.Tensor 2025-03-21T20:51:29.9162716Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_27, aten.sub.Tensor 2025-03-21T20:51:29.9163492Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_41, aten.add.Tensor 2025-03-21T20:51:29.9164266Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_28, aten.sub.Tensor 2025-03-21T20:51:29.9165040Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_42, aten.add.Tensor 2025-03-21T20:51:29.9165820Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_29, aten.sub.Tensor 2025-03-21T20:51:29.9166594Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_43, aten.add.Tensor 2025-03-21T20:51:29.9167402Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_30, aten.sub.Tensor 2025-03-21T20:51:29.9168165Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_44, aten.add.Tensor 2025-03-21T20:51:29.9168940Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_31, aten.sub.Tensor 2025-03-21T20:51:30.3701013Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_45, aten.add.Tensor 2025-03-21T20:51:30.3701876Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_32, aten.sub.Tensor 2025-03-21T20:51:30.3702682Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_46, aten.add.Tensor 2025-03-21T20:51:30.3703448Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_33, aten.sub.Tensor 2025-03-21T20:51:30.3704231Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_47, aten.add.Tensor 2025-03-21T20:51:30.3705018Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_34, aten.sub.Tensor 2025-03-21T20:51:30.3705796Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_48, aten.add.Tensor 2025-03-21T20:51:30.3706579Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_35, aten.sub.Tensor 2025-03-21T20:51:30.3707548Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_49, aten.add.Tensor 2025-03-21T20:51:30.3708311Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_36, aten.sub.Tensor 2025-03-21T20:51:30.3709209Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_84, aten._to_copy.default 2025-03-21T20:51:30.3710044Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_50, aten.add.Tensor 2025-03-21T20:51:30.3710899Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_85, aten._to_copy.default 2025-03-21T20:51:30.3711731Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_37, aten.sub.Tensor 2025-03-21T20:51:30.3712560Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_86, aten._to_copy.default 2025-03-21T20:51:30.3713446Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_51, aten.add.Tensor 2025-03-21T20:51:30.3714274Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_87, aten._to_copy.default 2025-03-21T20:51:30.3715097Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_38, aten.sub.Tensor 2025-03-21T20:51:30.3715961Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_88, aten._to_copy.default 2025-03-21T20:51:30.3716780Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_52, aten.add.Tensor 2025-03-21T20:51:30.3717606Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_89, aten._to_copy.default 2025-03-21T20:51:30.3718435Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_39, aten.sub.Tensor 2025-03-21T20:51:30.3719257Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_90, aten._to_copy.default 2025-03-21T20:51:30.3720085Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_53, aten.add.Tensor 2025-03-21T20:51:30.3720898Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_91, aten._to_copy.default 2025-03-21T20:51:30.3721725Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_40, aten.sub.Tensor 2025-03-21T20:51:30.3722545Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_92, aten._to_copy.default 2025-03-21T20:51:30.3723365Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_54, aten.add.Tensor 2025-03-21T20:51:30.3724186Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_93, aten._to_copy.default 2025-03-21T20:51:30.3725061Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_41, aten.sub.Tensor 2025-03-21T20:51:30.3725980Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_94, aten._to_copy.default 2025-03-21T20:51:30.3726789Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_55, aten.add.Tensor 2025-03-21T20:51:30.3727610Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_95, aten._to_copy.default 2025-03-21T20:51:30.3728431Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_42, aten.sub.Tensor 2025-03-21T20:51:30.3729256Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_96, aten._to_copy.default 2025-03-21T20:51:30.3730081Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_56, aten.add.Tensor 2025-03-21T20:51:30.3730901Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_97, aten._to_copy.default 2025-03-21T20:51:30.3731710Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_43, aten.sub.Tensor 2025-03-21T20:51:30.3732536Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_98, aten._to_copy.default 2025-03-21T20:51:30.3733360Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_57, aten.add.Tensor 2025-03-21T20:51:30.3734224Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_99, aten._to_copy.default 2025-03-21T20:51:30.3735050Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_44, aten.sub.Tensor 2025-03-21T20:51:30.3735886Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_100, aten._to_copy.default 2025-03-21T20:51:30.3736712Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_58, aten.add.Tensor 2025-03-21T20:51:30.3737526Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_101, aten._to_copy.default 2025-03-21T20:51:30.3738352Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_45, aten.sub.Tensor 2025-03-21T20:51:30.3739212Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_102, aten._to_copy.default 2025-03-21T20:51:30.3740042Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_59, aten.add.Tensor 2025-03-21T20:51:30.3740871Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_103, aten._to_copy.default 2025-03-21T20:51:30.3741697Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_46, aten.sub.Tensor 2025-03-21T20:51:30.3742536Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_104, aten._to_copy.default 2025-03-21T20:51:30.3743361Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_60, aten.add.Tensor 2025-03-21T20:51:30.3744192Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_105, aten._to_copy.default 2025-03-21T20:51:30.3745018Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_47, aten.sub.Tensor 2025-03-21T20:51:30.3745844Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_106, aten._to_copy.default 2025-03-21T20:51:30.3746677Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_61, aten.add.Tensor 2025-03-21T20:51:30.3747511Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_107, aten._to_copy.default 2025-03-21T20:51:30.3748332Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_49, aten.cat.default 2025-03-21T20:51:30.3749181Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_50, aten.cat.default 2025-03-21T20:51:30.3749978Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_51, aten.cat.default 2025-03-21T20:51:30.3750940Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_52, aten.cat.default 2025-03-21T20:51:30.3751790Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_53, aten.cat.default 2025-03-21T20:51:30.3752585Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_54, aten.cat.default 2025-03-21T20:51:30.3753361Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_55, aten.cat.default 2025-03-21T20:51:30.3754154Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_56, aten.cat.default 2025-03-21T20:51:30.3754941Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_57, aten.cat.default 2025-03-21T20:51:30.3755733Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_58, aten.cat.default 2025-03-21T20:51:30.3756520Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_59, aten.cat.default 2025-03-21T20:51:30.3757310Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_60, aten.cat.default 2025-03-21T20:51:30.3758090Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_61, aten.cat.default 2025-03-21T20:51:30.3758928Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_108, aten._to_copy.default 2025-03-21T20:51:30.3759757Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_62, aten.cat.default 2025-03-21T20:51:30.3760621Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_109, aten._to_copy.default 2025-03-21T20:51:30.3761453Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_63, aten.cat.default 2025-03-21T20:51:30.3762290Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_110, aten._to_copy.default 2025-03-21T20:51:30.3763121Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_64, aten.cat.default 2025-03-21T20:51:30.3763941Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_111, aten._to_copy.default 2025-03-21T20:51:30.3764768Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_65, aten.cat.default 2025-03-21T20:51:30.3765630Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_112, aten._to_copy.default 2025-03-21T20:51:30.3766461Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_66, aten.cat.default 2025-03-21T20:51:30.3767298Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_113, aten._to_copy.default 2025-03-21T20:51:30.8600654Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_67, aten.cat.default 2025-03-21T20:51:30.8601743Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_114, aten._to_copy.default 2025-03-21T20:51:30.8602582Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_68, aten.cat.default 2025-03-21T20:51:30.8603458Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_115, aten._to_copy.default 2025-03-21T20:51:30.8604299Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_69, aten.cat.default 2025-03-21T20:51:30.8605147Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_116, aten._to_copy.default 2025-03-21T20:51:30.8605996Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_70, aten.cat.default 2025-03-21T20:51:30.8606840Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_117, aten._to_copy.default 2025-03-21T20:51:30.8607682Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_71, aten.cat.default 2025-03-21T20:51:30.8608500Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_118, aten._to_copy.default 2025-03-21T20:51:30.8609332Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_72, aten.cat.default 2025-03-21T20:51:30.8610378Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_119, aten._to_copy.default 2025-03-21T20:51:30.8611294Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_90, aten.permute_copy.default 2025-03-21T20:51:30.8612211Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_120, aten._to_copy.default 2025-03-21T20:51:30.8613123Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_91, aten.permute_copy.default 2025-03-21T20:51:30.8614017Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_121, aten._to_copy.default 2025-03-21T20:51:30.8614923Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_92, aten.permute_copy.default 2025-03-21T20:51:30.8615828Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_122, aten._to_copy.default 2025-03-21T20:51:30.8616731Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_93, aten.permute_copy.default 2025-03-21T20:51:30.8617637Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_123, aten._to_copy.default 2025-03-21T20:51:30.8618544Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_94, aten.permute_copy.default 2025-03-21T20:51:30.8619511Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_124, aten._to_copy.default 2025-03-21T20:51:30.8620404Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_95, aten.permute_copy.default 2025-03-21T20:51:30.8621312Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_125, aten._to_copy.default 2025-03-21T20:51:30.8622218Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_96, aten.permute_copy.default 2025-03-21T20:51:30.8623127Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_126, aten._to_copy.default 2025-03-21T20:51:30.8624030Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_97, aten.permute_copy.default 2025-03-21T20:51:30.8624999Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_127, aten._to_copy.default 2025-03-21T20:51:30.8625912Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_98, aten.permute_copy.default 2025-03-21T20:51:30.8626805Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_128, aten._to_copy.default 2025-03-21T20:51:30.8627762Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_99, aten.permute_copy.default 2025-03-21T20:51:30.8628667Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_129, aten._to_copy.default 2025-03-21T20:51:30.8629666Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_100, aten.permute_copy.default 2025-03-21T20:51:30.8630600Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_130, aten._to_copy.default 2025-03-21T20:51:30.8631514Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_101, aten.permute_copy.default 2025-03-21T20:51:30.8632414Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_131, aten._to_copy.default 2025-03-21T20:51:30.8633262Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_73, aten.cat.default 2025-03-21T20:51:30.8634068Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_75, aten.cat.default 2025-03-21T20:51:30.8634867Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_77, aten.cat.default 2025-03-21T20:51:30.8635661Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_79, aten.cat.default 2025-03-21T20:51:30.8636498Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_81, aten.cat.default 2025-03-21T20:51:30.8637281Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_83, aten.cat.default 2025-03-21T20:51:30.8638081Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_85, aten.cat.default 2025-03-21T20:51:30.8638882Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_87, aten.cat.default 2025-03-21T20:51:30.8639684Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_89, aten.cat.default 2025-03-21T20:51:30.8640481Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_91, aten.cat.default 2025-03-21T20:51:30.8641281Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_93, aten.cat.default 2025-03-21T20:51:30.8642078Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_95, aten.cat.default 2025-03-21T20:51:30.8642884Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_24, aten.matmul.default 2025-03-21T20:51:30.8643736Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_26, aten.matmul.default 2025-03-21T20:51:30.8644577Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_28, aten.matmul.default 2025-03-21T20:51:30.8645416Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_30, aten.matmul.default 2025-03-21T20:51:30.8646297Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_32, aten.matmul.default 2025-03-21T20:51:30.8647143Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_34, aten.matmul.default 2025-03-21T20:51:30.8647975Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_36, aten.matmul.default 2025-03-21T20:51:30.8648814Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_38, aten.matmul.default 2025-03-21T20:51:30.8649662Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_40, aten.matmul.default 2025-03-21T20:51:30.8650566Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_42, aten.matmul.default 2025-03-21T20:51:30.8651437Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_44, aten.matmul.default 2025-03-21T20:51:30.8652282Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_46, aten.matmul.default 2025-03-21T20:51:30.8653093Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_12, aten.div.Tensor 2025-03-21T20:51:30.8653871Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_13, aten.div.Tensor 2025-03-21T20:51:30.8654683Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_14, aten.div.Tensor 2025-03-21T20:51:30.8655461Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_15, aten.div.Tensor 2025-03-21T20:51:30.8656246Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_16, aten.div.Tensor 2025-03-21T20:51:30.8657027Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_17, aten.div.Tensor 2025-03-21T20:51:30.8657805Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_18, aten.div.Tensor 2025-03-21T20:51:30.8658573Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_19, aten.div.Tensor 2025-03-21T20:51:30.8659356Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_20, aten.div.Tensor 2025-03-21T20:51:30.8660138Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_21, aten.div.Tensor 2025-03-21T20:51:30.8660925Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_22, aten.div.Tensor 2025-03-21T20:51:30.8661705Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_23, aten.div.Tensor 2025-03-21T20:51:30.8662486Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_62, aten.add.Tensor 2025-03-21T20:51:30.8663279Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_63, aten.add.Tensor 2025-03-21T20:51:30.8664059Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_64, aten.add.Tensor 2025-03-21T20:51:30.8664842Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_65, aten.add.Tensor 2025-03-21T20:51:30.8665620Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_66, aten.add.Tensor 2025-03-21T20:51:30.8666397Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_67, aten.add.Tensor 2025-03-21T20:51:30.8667178Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_68, aten.add.Tensor 2025-03-21T20:51:31.4292096Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_69, aten.add.Tensor 2025-03-21T20:51:31.4293504Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_70, aten.add.Tensor 2025-03-21T20:51:31.4294919Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_71, aten.add.Tensor 2025-03-21T20:51:31.4296268Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_72, aten.add.Tensor 2025-03-21T20:51:31.4297614Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_73, aten.add.Tensor 2025-03-21T20:51:31.4299374Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_12, aten._softmax.default 2025-03-21T20:51:31.4300885Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_13, aten._softmax.default 2025-03-21T20:51:31.4302423Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_14, aten._softmax.default 2025-03-21T20:51:31.4303933Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_15, aten._softmax.default 2025-03-21T20:51:31.4305460Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_16, aten._softmax.default 2025-03-21T20:51:31.4306980Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_17, aten._softmax.default 2025-03-21T20:51:31.4308501Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_18, aten._softmax.default 2025-03-21T20:51:31.4310618Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_19, aten._softmax.default 2025-03-21T20:51:31.4312156Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_20, aten._softmax.default 2025-03-21T20:51:31.4313680Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_21, aten._softmax.default 2025-03-21T20:51:31.4315263Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_22, aten._softmax.default 2025-03-21T20:51:31.4316782Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_23, aten._softmax.default 2025-03-21T20:51:31.4318289Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_25, aten.matmul.default 2025-03-21T20:51:31.4319759Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_27, aten.matmul.default 2025-03-21T20:51:31.4321238Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_29, aten.matmul.default 2025-03-21T20:51:31.4322686Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_31, aten.matmul.default 2025-03-21T20:51:31.4324143Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_33, aten.matmul.default 2025-03-21T20:51:31.4325593Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_35, aten.matmul.default 2025-03-21T20:51:31.4327054Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_37, aten.matmul.default 2025-03-21T20:51:31.4328507Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_39, aten.matmul.default 2025-03-21T20:51:31.4330034Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_41, aten.matmul.default 2025-03-21T20:51:31.4331489Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_43, aten.matmul.default 2025-03-21T20:51:31.4332940Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_45, aten.matmul.default 2025-03-21T20:51:31.4334383Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_47, aten.matmul.default 2025-03-21T20:51:31.4335803Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_97, aten.cat.default 2025-03-21T20:51:31.4337272Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_222, aten.view_copy.default 2025-03-21T20:51:31.4338868Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1210, aten.permute_copy.default 2025-03-21T20:51:31.4340501Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_76, aten.convolution.default 2025-03-21T20:51:31.4342141Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1211, aten.permute_copy.default 2025-03-21T20:51:31.4353948Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_223, aten.view_copy.default 2025-03-21T20:51:31.4355524Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_74, aten.add.Tensor 2025-03-21T20:51:31.4357094Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_rms_norm_default_3, aten.rms_norm.default 2025-03-21T20:51:31.4358641Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_224, aten.view_copy.default 2025-03-21T20:51:31.4360273Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1212, aten.permute_copy.default 2025-03-21T20:51:31.4361921Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_77, aten.convolution.default 2025-03-21T20:51:31.4363543Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_78, aten.convolution.default 2025-03-21T20:51:31.4365113Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sigmoid_default_1, aten.sigmoid.default 2025-03-21T20:51:31.4366589Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_202, aten.mul.Tensor 2025-03-21T20:51:31.4367965Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_203, aten.mul.Tensor 2025-03-21T20:51:31.4369470Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_79, aten.convolution.default 2025-03-21T20:51:31.4371155Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1213, aten.permute_copy.default 2025-03-21T20:51:31.4372764Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_225, aten.view_copy.default 2025-03-21T20:51:31.4374224Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_75, aten.add.Tensor 2025-03-21T20:51:31.4375631Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_rms_norm_default_4, aten.rms_norm.default 2025-03-21T20:51:31.4377389Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_226, aten.view_copy.default 2025-03-21T20:51:31.4378999Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1214, aten.permute_copy.default 2025-03-21T20:51:31.4380586Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_132, aten._to_copy.default 2025-03-21T20:51:31.4382169Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_80, aten.convolution.default 2025-03-21T20:51:31.4383815Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1215, aten.permute_copy.default 2025-03-21T20:51:31.4385464Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_81, aten.convolution.default 2025-03-21T20:51:31.4387194Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1216, aten.permute_copy.default 2025-03-21T20:51:31.4388907Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_82, aten.convolution.default 2025-03-21T20:51:31.4390563Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1217, aten.permute_copy.default 2025-03-21T20:51:31.4392194Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_83, aten.convolution.default 2025-03-21T20:51:31.4393842Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1218, aten.permute_copy.default 2025-03-21T20:51:31.4395489Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_84, aten.convolution.default 2025-03-21T20:51:31.4397131Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1219, aten.permute_copy.default 2025-03-21T20:51:31.4398772Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_85, aten.convolution.default 2025-03-21T20:51:31.4400417Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1220, aten.permute_copy.default 2025-03-21T20:51:31.4401998Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_86, aten.convolution.default 2025-03-21T20:51:31.4403725Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1221, aten.permute_copy.default 2025-03-21T20:51:31.4405373Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_87, aten.convolution.default 2025-03-21T20:51:31.4407017Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1222, aten.permute_copy.default 2025-03-21T20:51:31.4408666Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_88, aten.convolution.default 2025-03-21T20:51:31.4410311Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1223, aten.permute_copy.default 2025-03-21T20:51:31.4411958Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_89, aten.convolution.default 2025-03-21T20:51:31.4413654Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1224, aten.permute_copy.default 2025-03-21T20:51:31.4415292Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_90, aten.convolution.default 2025-03-21T20:51:31.4416916Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1225, aten.permute_copy.default 2025-03-21T20:51:31.4418613Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_91, aten.convolution.default 2025-03-21T20:51:31.9749620Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1226, aten.permute_copy.default 2025-03-21T20:51:31.9751352Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_92, aten.convolution.default 2025-03-21T20:51:31.9753013Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1227, aten.permute_copy.default 2025-03-21T20:51:31.9754670Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_93, aten.convolution.default 2025-03-21T20:51:31.9756324Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1228, aten.permute_copy.default 2025-03-21T20:51:31.9757965Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_94, aten.convolution.default 2025-03-21T20:51:31.9759604Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1229, aten.permute_copy.default 2025-03-21T20:51:31.9761257Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_95, aten.convolution.default 2025-03-21T20:51:31.9763148Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1230, aten.permute_copy.default 2025-03-21T20:51:31.9764800Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_96, aten.convolution.default 2025-03-21T20:51:31.9766436Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1231, aten.permute_copy.default 2025-03-21T20:51:31.9768084Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_97, aten.convolution.default 2025-03-21T20:51:31.9769727Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1232, aten.permute_copy.default 2025-03-21T20:51:31.9771362Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_98, aten.convolution.default 2025-03-21T20:51:31.9773004Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1233, aten.permute_copy.default 2025-03-21T20:51:31.9774647Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_99, aten.convolution.default 2025-03-21T20:51:31.9776426Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1234, aten.permute_copy.default 2025-03-21T20:51:31.9778089Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_100, aten.convolution.default 2025-03-21T20:51:31.9779844Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1235, aten.permute_copy.default 2025-03-21T20:51:31.9781500Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_101, aten.convolution.default 2025-03-21T20:51:31.9783146Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1236, aten.permute_copy.default 2025-03-21T20:51:31.9784794Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_102, aten.convolution.default 2025-03-21T20:51:31.9786446Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1237, aten.permute_copy.default 2025-03-21T20:51:31.9788098Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_103, aten.convolution.default 2025-03-21T20:51:31.9789868Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1238, aten.permute_copy.default 2025-03-21T20:51:31.9791535Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_104, aten.convolution.default 2025-03-21T20:51:31.9793173Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1239, aten.permute_copy.default 2025-03-21T20:51:31.9794884Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_105, aten.convolution.default 2025-03-21T20:51:31.9796539Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1240, aten.permute_copy.default 2025-03-21T20:51:31.9798193Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_106, aten.convolution.default 2025-03-21T20:51:31.9799857Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1241, aten.permute_copy.default 2025-03-21T20:51:31.9801520Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_107, aten.convolution.default 2025-03-21T20:51:31.9803175Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1242, aten.permute_copy.default 2025-03-21T20:51:31.9804818Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_108, aten.convolution.default 2025-03-21T20:51:31.9806478Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1243, aten.permute_copy.default 2025-03-21T20:51:31.9808148Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_109, aten.convolution.default 2025-03-21T20:51:31.9809796Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1244, aten.permute_copy.default 2025-03-21T20:51:31.9811498Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_110, aten.convolution.default 2025-03-21T20:51:31.9813156Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1245, aten.permute_copy.default 2025-03-21T20:51:31.9814807Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_111, aten.convolution.default 2025-03-21T20:51:31.9816454Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1246, aten.permute_copy.default 2025-03-21T20:51:31.9818096Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_112, aten.convolution.default 2025-03-21T20:51:31.9819751Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1247, aten.permute_copy.default 2025-03-21T20:51:31.9821410Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_113, aten.convolution.default 2025-03-21T20:51:31.9823063Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1248, aten.permute_copy.default 2025-03-21T20:51:31.9824714Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_114, aten.convolution.default 2025-03-21T20:51:31.9826359Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1249, aten.permute_copy.default 2025-03-21T20:51:31.9828056Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_115, aten.convolution.default 2025-03-21T20:51:31.9829764Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1250, aten.permute_copy.default 2025-03-21T20:51:31.9831347Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_133, aten._to_copy.default 2025-03-21T20:51:31.9832881Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_134, aten._to_copy.default 2025-03-21T20:51:31.9834424Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_135, aten._to_copy.default 2025-03-21T20:51:31.9835956Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_136, aten._to_copy.default 2025-03-21T20:51:31.9837528Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_137, aten._to_copy.default 2025-03-21T20:51:31.9839049Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_138, aten._to_copy.default 2025-03-21T20:51:31.9840566Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_139, aten._to_copy.default 2025-03-21T20:51:31.9842127Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_140, aten._to_copy.default 2025-03-21T20:51:31.9843646Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_141, aten._to_copy.default 2025-03-21T20:51:31.9845176Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_142, aten._to_copy.default 2025-03-21T20:51:31.9846701Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_143, aten._to_copy.default 2025-03-21T20:51:31.9848229Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_144, aten._to_copy.default 2025-03-21T20:51:31.9849774Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_227, aten.view_copy.default 2025-03-21T20:51:31.9851335Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_228, aten.view_copy.default 2025-03-21T20:51:31.9852877Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_229, aten.view_copy.default 2025-03-21T20:51:31.9854431Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_230, aten.view_copy.default 2025-03-21T20:51:31.9855994Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_231, aten.view_copy.default 2025-03-21T20:51:31.9857591Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_232, aten.view_copy.default 2025-03-21T20:51:31.9859155Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_233, aten.view_copy.default 2025-03-21T20:51:31.9860716Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_234, aten.view_copy.default 2025-03-21T20:51:31.9862268Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_235, aten.view_copy.default 2025-03-21T20:51:31.9863830Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_236, aten.view_copy.default 2025-03-21T20:51:31.9865393Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_237, aten.view_copy.default 2025-03-21T20:51:32.2512297Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_238, aten.view_copy.default 2025-03-21T20:51:32.2513440Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_239, aten.view_copy.default 2025-03-21T20:51:32.2514340Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_240, aten.view_copy.default 2025-03-21T20:51:32.2515241Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_241, aten.view_copy.default 2025-03-21T20:51:32.2516329Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_242, aten.view_copy.default 2025-03-21T20:51:32.2517229Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_243, aten.view_copy.default 2025-03-21T20:51:32.2518156Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_244, aten.view_copy.default 2025-03-21T20:51:32.2519040Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_245, aten.view_copy.default 2025-03-21T20:51:32.2519934Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_246, aten.view_copy.default 2025-03-21T20:51:32.2520808Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_247, aten.view_copy.default 2025-03-21T20:51:32.2521751Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_248, aten.view_copy.default 2025-03-21T20:51:32.2522641Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_249, aten.view_copy.default 2025-03-21T20:51:32.2523534Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_250, aten.view_copy.default 2025-03-21T20:51:32.2524485Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_251, aten.view_copy.default 2025-03-21T20:51:32.2525378Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_145, aten._to_copy.default 2025-03-21T20:51:32.2526260Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_252, aten.view_copy.default 2025-03-21T20:51:32.2527135Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_146, aten._to_copy.default 2025-03-21T20:51:32.2528019Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_253, aten.view_copy.default 2025-03-21T20:51:32.2528906Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_147, aten._to_copy.default 2025-03-21T20:51:32.2529792Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_254, aten.view_copy.default 2025-03-21T20:51:32.2530671Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_148, aten._to_copy.default 2025-03-21T20:51:32.2531553Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_255, aten.view_copy.default 2025-03-21T20:51:32.2532424Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_149, aten._to_copy.default 2025-03-21T20:51:32.2533361Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_256, aten.view_copy.default 2025-03-21T20:51:32.2534248Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_150, aten._to_copy.default 2025-03-21T20:51:32.2535134Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_257, aten.view_copy.default 2025-03-21T20:51:32.2536022Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_151, aten._to_copy.default 2025-03-21T20:51:32.2536902Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_258, aten.view_copy.default 2025-03-21T20:51:32.2537791Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_152, aten._to_copy.default 2025-03-21T20:51:32.2538664Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_259, aten.view_copy.default 2025-03-21T20:51:32.2539551Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_153, aten._to_copy.default 2025-03-21T20:51:32.2540445Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_260, aten.view_copy.default 2025-03-21T20:51:32.2541328Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_154, aten._to_copy.default 2025-03-21T20:51:32.2542219Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_261, aten.view_copy.default 2025-03-21T20:51:32.2543134Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_155, aten._to_copy.default 2025-03-21T20:51:32.2544020Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_262, aten.view_copy.default 2025-03-21T20:51:32.2544898Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_156, aten._to_copy.default 2025-03-21T20:51:32.2545779Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_96, aten.slice_copy.Tensor 2025-03-21T20:51:32.2546671Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_97, aten.slice_copy.Tensor 2025-03-21T20:51:32.2547557Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_98, aten.slice_copy.Tensor 2025-03-21T20:51:32.2548472Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_99, aten.slice_copy.Tensor 2025-03-21T20:51:32.2549468Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_100, aten.slice_copy.Tensor 2025-03-21T20:51:32.2550526Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_101, aten.slice_copy.Tensor 2025-03-21T20:51:32.2551457Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_102, aten.slice_copy.Tensor 2025-03-21T20:51:32.2552353Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_103, aten.slice_copy.Tensor 2025-03-21T20:51:32.2553249Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_104, aten.slice_copy.Tensor 2025-03-21T20:51:32.2554146Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_105, aten.slice_copy.Tensor 2025-03-21T20:51:32.2555048Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_106, aten.slice_copy.Tensor 2025-03-21T20:51:32.2555948Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_107, aten.slice_copy.Tensor 2025-03-21T20:51:32.2556831Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_108, aten.slice_copy.Tensor 2025-03-21T20:51:32.2557725Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_109, aten.slice_copy.Tensor 2025-03-21T20:51:32.2558616Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_110, aten.slice_copy.Tensor 2025-03-21T20:51:32.2559507Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_111, aten.slice_copy.Tensor 2025-03-21T20:51:32.2560428Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_112, aten.slice_copy.Tensor 2025-03-21T20:51:32.2561321Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_113, aten.slice_copy.Tensor 2025-03-21T20:51:32.2562214Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_114, aten.slice_copy.Tensor 2025-03-21T20:51:32.2563126Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_115, aten.slice_copy.Tensor 2025-03-21T20:51:32.2564026Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_116, aten.slice_copy.Tensor 2025-03-21T20:51:32.2564927Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_117, aten.slice_copy.Tensor 2025-03-21T20:51:32.2565828Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_118, aten.slice_copy.Tensor 2025-03-21T20:51:32.2566730Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_119, aten.slice_copy.Tensor 2025-03-21T20:51:32.2567615Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_120, aten.slice_copy.Tensor 2025-03-21T20:51:32.2568515Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_121, aten.slice_copy.Tensor 2025-03-21T20:51:32.2569445Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_122, aten.slice_copy.Tensor 2025-03-21T20:51:32.2570348Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_123, aten.slice_copy.Tensor 2025-03-21T20:51:32.2571255Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_124, aten.slice_copy.Tensor 2025-03-21T20:51:32.2572159Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_125, aten.slice_copy.Tensor 2025-03-21T20:51:32.2573046Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_126, aten.slice_copy.Tensor 2025-03-21T20:51:32.2573952Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_127, aten.slice_copy.Tensor 2025-03-21T20:51:32.2574851Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_128, aten.slice_copy.Tensor 2025-03-21T20:51:32.2575776Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_129, aten.slice_copy.Tensor 2025-03-21T20:51:32.2576894Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_130, aten.slice_copy.Tensor 2025-03-21T20:51:32.2577797Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_131, aten.slice_copy.Tensor 2025-03-21T20:51:32.2578761Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_132, aten.slice_copy.Tensor 2025-03-21T20:51:32.6960830Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_133, aten.slice_copy.Tensor 2025-03-21T20:51:32.6961780Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_134, aten.slice_copy.Tensor 2025-03-21T20:51:32.6962686Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_135, aten.slice_copy.Tensor 2025-03-21T20:51:32.6963592Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_136, aten.slice_copy.Tensor 2025-03-21T20:51:32.6964496Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_137, aten.slice_copy.Tensor 2025-03-21T20:51:32.6965395Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_138, aten.slice_copy.Tensor 2025-03-21T20:51:32.6966299Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_139, aten.slice_copy.Tensor 2025-03-21T20:51:32.6967188Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_140, aten.slice_copy.Tensor 2025-03-21T20:51:32.6968268Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_141, aten.slice_copy.Tensor 2025-03-21T20:51:32.6969171Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_142, aten.slice_copy.Tensor 2025-03-21T20:51:32.6970066Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_143, aten.slice_copy.Tensor 2025-03-21T20:51:32.6970930Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_123, aten.cat.default 2025-03-21T20:51:32.6971737Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_125, aten.cat.default 2025-03-21T20:51:32.6972543Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_127, aten.cat.default 2025-03-21T20:51:32.6973335Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_129, aten.cat.default 2025-03-21T20:51:32.6974131Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_131, aten.cat.default 2025-03-21T20:51:32.6974936Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_133, aten.cat.default 2025-03-21T20:51:32.6975736Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_135, aten.cat.default 2025-03-21T20:51:32.6976753Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_137, aten.cat.default 2025-03-21T20:51:32.6977645Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_139, aten.cat.default 2025-03-21T20:51:32.6978453Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_141, aten.cat.default 2025-03-21T20:51:32.6979244Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_143, aten.cat.default 2025-03-21T20:51:32.6980056Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_145, aten.cat.default 2025-03-21T20:51:32.6980855Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_206, aten.mul.Tensor 2025-03-21T20:51:32.6981641Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_208, aten.mul.Tensor 2025-03-21T20:51:32.6982426Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_207, aten.mul.Tensor 2025-03-21T20:51:32.6983287Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_209, aten.mul.Tensor 2025-03-21T20:51:32.6984062Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_210, aten.mul.Tensor 2025-03-21T20:51:32.6984853Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_212, aten.mul.Tensor 2025-03-21T20:51:32.6985642Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_211, aten.mul.Tensor 2025-03-21T20:51:32.6986481Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_213, aten.mul.Tensor 2025-03-21T20:51:32.6987264Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_214, aten.mul.Tensor 2025-03-21T20:51:32.6988047Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_216, aten.mul.Tensor 2025-03-21T20:51:32.6988898Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_215, aten.mul.Tensor 2025-03-21T20:51:32.6989678Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_217, aten.mul.Tensor 2025-03-21T20:51:32.6990466Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_218, aten.mul.Tensor 2025-03-21T20:51:32.6991253Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_220, aten.mul.Tensor 2025-03-21T20:51:32.6992040Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_219, aten.mul.Tensor 2025-03-21T20:51:32.6992828Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_221, aten.mul.Tensor 2025-03-21T20:51:32.6993616Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_222, aten.mul.Tensor 2025-03-21T20:51:32.6994431Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_224, aten.mul.Tensor 2025-03-21T20:51:32.6995258Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_223, aten.mul.Tensor 2025-03-21T20:51:32.6996043Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_225, aten.mul.Tensor 2025-03-21T20:51:32.6996827Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_226, aten.mul.Tensor 2025-03-21T20:51:32.6997614Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_228, aten.mul.Tensor 2025-03-21T20:51:32.6998404Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_227, aten.mul.Tensor 2025-03-21T20:51:32.6999195Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_229, aten.mul.Tensor 2025-03-21T20:51:32.6999971Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_230, aten.mul.Tensor 2025-03-21T20:51:32.7000754Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_232, aten.mul.Tensor 2025-03-21T20:51:32.7001539Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_231, aten.mul.Tensor 2025-03-21T20:51:32.7002326Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_233, aten.mul.Tensor 2025-03-21T20:51:32.7003110Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_234, aten.mul.Tensor 2025-03-21T20:51:32.7003924Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_236, aten.mul.Tensor 2025-03-21T20:51:32.7004712Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_235, aten.mul.Tensor 2025-03-21T20:51:32.7005485Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_237, aten.mul.Tensor 2025-03-21T20:51:32.7006271Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_238, aten.mul.Tensor 2025-03-21T20:51:32.7007054Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_240, aten.mul.Tensor 2025-03-21T20:51:32.7007844Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_239, aten.mul.Tensor 2025-03-21T20:51:32.7008634Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_241, aten.mul.Tensor 2025-03-21T20:51:32.7009446Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_242, aten.mul.Tensor 2025-03-21T20:51:32.7010293Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_244, aten.mul.Tensor 2025-03-21T20:51:32.7011347Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_243, aten.mul.Tensor 2025-03-21T20:51:32.7012142Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_245, aten.mul.Tensor 2025-03-21T20:51:32.7012979Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_246, aten.mul.Tensor 2025-03-21T20:51:32.7013771Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_248, aten.mul.Tensor 2025-03-21T20:51:32.7014565Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_247, aten.mul.Tensor 2025-03-21T20:51:32.7015337Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_249, aten.mul.Tensor 2025-03-21T20:51:32.7016131Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_250, aten.mul.Tensor 2025-03-21T20:51:32.7016914Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_252, aten.mul.Tensor 2025-03-21T20:51:32.7017707Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_251, aten.mul.Tensor 2025-03-21T20:51:32.7018489Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_253, aten.mul.Tensor 2025-03-21T20:51:32.7019274Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_254, aten.mul.Tensor 2025-03-21T20:51:32.7020061Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_256, aten.mul.Tensor 2025-03-21T20:51:32.7020869Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_255, aten.mul.Tensor 2025-03-21T20:51:32.7021654Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_257, aten.mul.Tensor 2025-03-21T20:51:32.7022439Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_258, aten.mul.Tensor 2025-03-21T20:51:32.7023225Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_260, aten.mul.Tensor 2025-03-21T20:51:32.7024014Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_259, aten.mul.Tensor 2025-03-21T20:51:32.7024801Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_261, aten.mul.Tensor 2025-03-21T20:51:32.7025575Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_262, aten.mul.Tensor 2025-03-21T20:51:32.7026355Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_264, aten.mul.Tensor 2025-03-21T20:51:32.7027145Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_263, aten.mul.Tensor 2025-03-21T20:51:32.7027928Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_265, aten.mul.Tensor 2025-03-21T20:51:33.1458559Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_266, aten.mul.Tensor 2025-03-21T20:51:33.1459636Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_268, aten.mul.Tensor 2025-03-21T20:51:33.1460579Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_267, aten.mul.Tensor 2025-03-21T20:51:33.1461370Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_269, aten.mul.Tensor 2025-03-21T20:51:33.1462166Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_270, aten.mul.Tensor 2025-03-21T20:51:33.1462947Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_272, aten.mul.Tensor 2025-03-21T20:51:33.1463800Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_271, aten.mul.Tensor 2025-03-21T20:51:33.1464588Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_273, aten.mul.Tensor 2025-03-21T20:51:33.1465357Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_274, aten.mul.Tensor 2025-03-21T20:51:33.1466208Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_276, aten.mul.Tensor 2025-03-21T20:51:33.1466998Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_275, aten.mul.Tensor 2025-03-21T20:51:33.1467861Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_277, aten.mul.Tensor 2025-03-21T20:51:33.1468710Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_278, aten.mul.Tensor 2025-03-21T20:51:33.1469547Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_280, aten.mul.Tensor 2025-03-21T20:51:33.1470335Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_279, aten.mul.Tensor 2025-03-21T20:51:33.1471107Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_281, aten.mul.Tensor 2025-03-21T20:51:33.1471891Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_282, aten.mul.Tensor 2025-03-21T20:51:33.1472679Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_284, aten.mul.Tensor 2025-03-21T20:51:33.1473464Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_283, aten.mul.Tensor 2025-03-21T20:51:33.1474241Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_285, aten.mul.Tensor 2025-03-21T20:51:33.1475025Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_286, aten.mul.Tensor 2025-03-21T20:51:33.1475794Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_288, aten.mul.Tensor 2025-03-21T20:51:33.1476742Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_287, aten.mul.Tensor 2025-03-21T20:51:33.1477613Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_289, aten.mul.Tensor 2025-03-21T20:51:33.1478398Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_290, aten.mul.Tensor 2025-03-21T20:51:33.1479188Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_292, aten.mul.Tensor 2025-03-21T20:51:33.1479975Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_291, aten.mul.Tensor 2025-03-21T20:51:33.1480747Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_293, aten.mul.Tensor 2025-03-21T20:51:33.1481530Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_294, aten.mul.Tensor 2025-03-21T20:51:33.1482313Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_296, aten.mul.Tensor 2025-03-21T20:51:33.1483100Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_295, aten.mul.Tensor 2025-03-21T20:51:33.1483884Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_297, aten.mul.Tensor 2025-03-21T20:51:33.1484664Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_298, aten.mul.Tensor 2025-03-21T20:51:33.1485445Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_300, aten.mul.Tensor 2025-03-21T20:51:33.1486217Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_299, aten.mul.Tensor 2025-03-21T20:51:33.1487040Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_301, aten.mul.Tensor 2025-03-21T20:51:33.1487823Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_48, aten.sub.Tensor 2025-03-21T20:51:33.1488606Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_76, aten.add.Tensor 2025-03-21T20:51:33.1489381Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_49, aten.sub.Tensor 2025-03-21T20:51:33.1490155Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_77, aten.add.Tensor 2025-03-21T20:51:33.1490919Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_50, aten.sub.Tensor 2025-03-21T20:51:33.1491692Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_78, aten.add.Tensor 2025-03-21T20:51:33.1492537Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_51, aten.sub.Tensor 2025-03-21T20:51:33.1493319Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_79, aten.add.Tensor 2025-03-21T20:51:33.1494093Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_52, aten.sub.Tensor 2025-03-21T20:51:33.1494914Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_80, aten.add.Tensor 2025-03-21T20:51:33.1495678Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_53, aten.sub.Tensor 2025-03-21T20:51:33.1496457Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_81, aten.add.Tensor 2025-03-21T20:51:33.1497235Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_54, aten.sub.Tensor 2025-03-21T20:51:33.1498012Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_82, aten.add.Tensor 2025-03-21T20:51:33.1498793Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_55, aten.sub.Tensor 2025-03-21T20:51:33.1499576Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_83, aten.add.Tensor 2025-03-21T20:51:33.1500338Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_56, aten.sub.Tensor 2025-03-21T20:51:33.1501113Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_84, aten.add.Tensor 2025-03-21T20:51:33.1501886Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_57, aten.sub.Tensor 2025-03-21T20:51:33.1502662Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_85, aten.add.Tensor 2025-03-21T20:51:33.1503474Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_58, aten.sub.Tensor 2025-03-21T20:51:33.1504250Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_86, aten.add.Tensor 2025-03-21T20:51:33.1505023Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_59, aten.sub.Tensor 2025-03-21T20:51:33.1505784Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_87, aten.add.Tensor 2025-03-21T20:51:33.1506555Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_60, aten.sub.Tensor 2025-03-21T20:51:33.1507385Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_157, aten._to_copy.default 2025-03-21T20:51:33.1508213Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_88, aten.add.Tensor 2025-03-21T20:51:33.1509108Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_158, aten._to_copy.default 2025-03-21T20:51:33.1510089Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_61, aten.sub.Tensor 2025-03-21T20:51:33.1510966Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_159, aten._to_copy.default 2025-03-21T20:51:33.1511800Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_89, aten.add.Tensor 2025-03-21T20:51:33.1512664Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_160, aten._to_copy.default 2025-03-21T20:51:33.1513487Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_62, aten.sub.Tensor 2025-03-21T20:51:33.1514336Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_161, aten._to_copy.default 2025-03-21T20:51:33.1515152Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_90, aten.add.Tensor 2025-03-21T20:51:33.1515978Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_162, aten._to_copy.default 2025-03-21T20:51:33.1516809Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_63, aten.sub.Tensor 2025-03-21T20:51:33.1517641Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_163, aten._to_copy.default 2025-03-21T20:51:33.1518501Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_91, aten.add.Tensor 2025-03-21T20:51:33.1519333Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_164, aten._to_copy.default 2025-03-21T20:51:33.1520160Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_64, aten.sub.Tensor 2025-03-21T20:51:33.1521009Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_165, aten._to_copy.default 2025-03-21T20:51:33.1521843Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_92, aten.add.Tensor 2025-03-21T20:51:33.1522671Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_166, aten._to_copy.default 2025-03-21T20:51:33.1523506Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_65, aten.sub.Tensor 2025-03-21T20:51:33.1524334Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_167, aten._to_copy.default 2025-03-21T20:51:33.1525165Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_93, aten.add.Tensor 2025-03-21T20:51:33.1525984Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_168, aten._to_copy.default 2025-03-21T20:51:33.5457128Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_66, aten.sub.Tensor 2025-03-21T20:51:33.5458050Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_169, aten._to_copy.default 2025-03-21T20:51:33.5458887Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_94, aten.add.Tensor 2025-03-21T20:51:33.5459717Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_170, aten._to_copy.default 2025-03-21T20:51:33.5460749Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_67, aten.sub.Tensor 2025-03-21T20:51:33.5461579Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_171, aten._to_copy.default 2025-03-21T20:51:33.5462413Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_95, aten.add.Tensor 2025-03-21T20:51:33.5463249Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_172, aten._to_copy.default 2025-03-21T20:51:33.5464078Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_68, aten.sub.Tensor 2025-03-21T20:51:33.5464904Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_173, aten._to_copy.default 2025-03-21T20:51:33.5465720Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_96, aten.add.Tensor 2025-03-21T20:51:33.5466583Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_174, aten._to_copy.default 2025-03-21T20:51:33.5467392Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_69, aten.sub.Tensor 2025-03-21T20:51:33.5468221Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_175, aten._to_copy.default 2025-03-21T20:51:33.5469120Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_97, aten.add.Tensor 2025-03-21T20:51:33.5470026Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_176, aten._to_copy.default 2025-03-21T20:51:33.5470852Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_70, aten.sub.Tensor 2025-03-21T20:51:33.5471687Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_177, aten._to_copy.default 2025-03-21T20:51:33.5472516Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_98, aten.add.Tensor 2025-03-21T20:51:33.5473336Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_178, aten._to_copy.default 2025-03-21T20:51:33.5474162Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_71, aten.sub.Tensor 2025-03-21T20:51:33.5475041Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_179, aten._to_copy.default 2025-03-21T20:51:33.5475869Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_99, aten.add.Tensor 2025-03-21T20:51:33.5477001Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_180, aten._to_copy.default 2025-03-21T20:51:33.5477842Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_98, aten.cat.default 2025-03-21T20:51:33.5478686Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_99, aten.cat.default 2025-03-21T20:51:33.5479484Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_100, aten.cat.default 2025-03-21T20:51:33.5480290Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_101, aten.cat.default 2025-03-21T20:51:33.5481095Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_102, aten.cat.default 2025-03-21T20:51:33.5481896Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_103, aten.cat.default 2025-03-21T20:51:33.5482696Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_104, aten.cat.default 2025-03-21T20:51:33.5483494Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_105, aten.cat.default 2025-03-21T20:51:33.5484277Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_106, aten.cat.default 2025-03-21T20:51:33.5485077Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_107, aten.cat.default 2025-03-21T20:51:33.5486024Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_108, aten.cat.default 2025-03-21T20:51:33.5486881Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_109, aten.cat.default 2025-03-21T20:51:33.5487680Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_110, aten.cat.default 2025-03-21T20:51:33.5488478Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_111, aten.cat.default 2025-03-21T20:51:33.5489263Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_112, aten.cat.default 2025-03-21T20:51:33.5490107Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_181, aten._to_copy.default 2025-03-21T20:51:33.5490946Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_113, aten.cat.default 2025-03-21T20:51:33.5491782Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_182, aten._to_copy.default 2025-03-21T20:51:33.5492618Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_114, aten.cat.default 2025-03-21T20:51:33.5493531Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_183, aten._to_copy.default 2025-03-21T20:51:33.5494366Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_115, aten.cat.default 2025-03-21T20:51:33.5495193Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_184, aten._to_copy.default 2025-03-21T20:51:33.5496108Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_116, aten.cat.default 2025-03-21T20:51:33.5497002Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_185, aten._to_copy.default 2025-03-21T20:51:33.5497844Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_117, aten.cat.default 2025-03-21T20:51:33.5498687Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_186, aten._to_copy.default 2025-03-21T20:51:33.5499527Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_118, aten.cat.default 2025-03-21T20:51:33.5500351Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_187, aten._to_copy.default 2025-03-21T20:51:33.5501188Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_119, aten.cat.default 2025-03-21T20:51:33.5502078Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_120, aten.cat.default 2025-03-21T20:51:33.5502925Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_188, aten._to_copy.default 2025-03-21T20:51:33.5503764Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_121, aten.cat.default 2025-03-21T20:51:33.5504635Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_189, aten._to_copy.default 2025-03-21T20:51:33.5505543Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_143, aten.permute_copy.default 2025-03-21T20:51:33.5506471Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_144, aten.permute_copy.default 2025-03-21T20:51:33.5507412Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_145, aten.permute_copy.default 2025-03-21T20:51:33.5508325Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_190, aten._to_copy.default 2025-03-21T20:51:33.5509284Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_146, aten.permute_copy.default 2025-03-21T20:51:33.5510196Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_191, aten._to_copy.default 2025-03-21T20:51:33.5511104Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_147, aten.permute_copy.default 2025-03-21T20:51:33.5512012Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_192, aten._to_copy.default 2025-03-21T20:51:33.5512906Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_148, aten.permute_copy.default 2025-03-21T20:51:33.5513848Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_193, aten._to_copy.default 2025-03-21T20:51:33.5514753Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_149, aten.permute_copy.default 2025-03-21T20:51:33.5515656Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_194, aten._to_copy.default 2025-03-21T20:51:33.5516569Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_150, aten.permute_copy.default 2025-03-21T20:51:33.5517475Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_195, aten._to_copy.default 2025-03-21T20:51:33.5518369Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_151, aten.permute_copy.default 2025-03-21T20:51:33.5519268Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_196, aten._to_copy.default 2025-03-21T20:51:33.5520176Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_152, aten.permute_copy.default 2025-03-21T20:51:33.5521116Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_153, aten.permute_copy.default 2025-03-21T20:51:33.5522024Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_197, aten._to_copy.default 2025-03-21T20:51:33.5522984Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_154, aten.permute_copy.default 2025-03-21T20:51:33.5523896Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_198, aten._to_copy.default 2025-03-21T20:51:34.0678989Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_122, aten.cat.default 2025-03-21T20:51:34.0680463Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_124, aten.cat.default 2025-03-21T20:51:34.0681903Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_126, aten.cat.default 2025-03-21T20:51:34.0683396Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_128, aten.cat.default 2025-03-21T20:51:34.0684823Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_130, aten.cat.default 2025-03-21T20:51:34.0686497Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_132, aten.cat.default 2025-03-21T20:51:34.0687944Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_134, aten.cat.default 2025-03-21T20:51:34.0689381Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_136, aten.cat.default 2025-03-21T20:51:34.0690867Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_138, aten.cat.default 2025-03-21T20:51:34.0692300Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_140, aten.cat.default 2025-03-21T20:51:34.0693727Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_142, aten.cat.default 2025-03-21T20:51:34.0695155Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_144, aten.cat.default 2025-03-21T20:51:34.0696626Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_48, aten.matmul.default 2025-03-21T20:51:34.0698147Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_50, aten.matmul.default 2025-03-21T20:51:34.0699638Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_52, aten.matmul.default 2025-03-21T20:51:34.0701144Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_54, aten.matmul.default 2025-03-21T20:51:34.0702648Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_56, aten.matmul.default 2025-03-21T20:51:34.0704155Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_58, aten.matmul.default 2025-03-21T20:51:34.0705911Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_60, aten.matmul.default 2025-03-21T20:51:34.0707493Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_62, aten.matmul.default 2025-03-21T20:51:34.0709071Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_64, aten.matmul.default 2025-03-21T20:51:34.0710571Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_66, aten.matmul.default 2025-03-21T20:51:34.0712086Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_68, aten.matmul.default 2025-03-21T20:51:34.0713597Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_70, aten.matmul.default 2025-03-21T20:51:34.0715048Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_24, aten.div.Tensor 2025-03-21T20:51:34.0716435Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_25, aten.div.Tensor 2025-03-21T20:51:34.0717829Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_26, aten.div.Tensor 2025-03-21T20:51:34.0719199Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_27, aten.div.Tensor 2025-03-21T20:51:34.0720585Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_28, aten.div.Tensor 2025-03-21T20:51:34.0721977Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_29, aten.div.Tensor 2025-03-21T20:51:34.0723428Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_30, aten.div.Tensor 2025-03-21T20:51:34.0724824Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_31, aten.div.Tensor 2025-03-21T20:51:34.0726212Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_32, aten.div.Tensor 2025-03-21T20:51:34.0727593Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_33, aten.div.Tensor 2025-03-21T20:51:34.0728971Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_34, aten.div.Tensor 2025-03-21T20:51:34.0730350Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_35, aten.div.Tensor 2025-03-21T20:51:34.0731745Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_100, aten.add.Tensor 2025-03-21T20:51:34.0733180Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_101, aten.add.Tensor 2025-03-21T20:51:34.0734580Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_102, aten.add.Tensor 2025-03-21T20:51:34.0735982Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_103, aten.add.Tensor 2025-03-21T20:51:34.0737404Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_104, aten.add.Tensor 2025-03-21T20:51:34.0738796Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_105, aten.add.Tensor 2025-03-21T20:51:34.0740194Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_106, aten.add.Tensor 2025-03-21T20:51:34.0741599Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_107, aten.add.Tensor 2025-03-21T20:51:34.0743001Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_108, aten.add.Tensor 2025-03-21T20:51:34.0744407Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_109, aten.add.Tensor 2025-03-21T20:51:34.0745785Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_110, aten.add.Tensor 2025-03-21T20:51:34.0747182Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_111, aten.add.Tensor 2025-03-21T20:51:34.0748663Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_24, aten._softmax.default 2025-03-21T20:51:34.0750298Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_25, aten._softmax.default 2025-03-21T20:51:34.0751857Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_26, aten._softmax.default 2025-03-21T20:51:34.0753495Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_27, aten._softmax.default 2025-03-21T20:51:34.0755056Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_28, aten._softmax.default 2025-03-21T20:51:34.0756605Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_29, aten._softmax.default 2025-03-21T20:51:34.0758166Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_30, aten._softmax.default 2025-03-21T20:51:34.0759729Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_31, aten._softmax.default 2025-03-21T20:51:34.0761291Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_32, aten._softmax.default 2025-03-21T20:51:34.0762854Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_33, aten._softmax.default 2025-03-21T20:51:34.0764421Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_34, aten._softmax.default 2025-03-21T20:51:34.0765984Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_35, aten._softmax.default 2025-03-21T20:51:34.0767509Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_49, aten.matmul.default 2025-03-21T20:51:34.0769009Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_51, aten.matmul.default 2025-03-21T20:51:34.0770553Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_53, aten.matmul.default 2025-03-21T20:51:34.0772061Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_55, aten.matmul.default 2025-03-21T20:51:34.0773570Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_57, aten.matmul.default 2025-03-21T20:51:34.0775070Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_59, aten.matmul.default 2025-03-21T20:51:34.0776715Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_61, aten.matmul.default 2025-03-21T20:51:34.0778230Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_63, aten.matmul.default 2025-03-21T20:51:34.0779812Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_65, aten.matmul.default 2025-03-21T20:51:34.0781325Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_67, aten.matmul.default 2025-03-21T20:51:34.0782835Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_69, aten.matmul.default 2025-03-21T20:51:34.0784397Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_71, aten.matmul.default 2025-03-21T20:51:34.0785872Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_146, aten.cat.default 2025-03-21T20:51:34.0787387Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_335, aten.view_copy.default 2025-03-21T20:51:34.0789125Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1251, aten.permute_copy.default 2025-03-21T20:51:34.0790820Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_116, aten.convolution.default 2025-03-21T20:51:34.0792526Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1252, aten.permute_copy.default 2025-03-21T20:51:34.0794191Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_336, aten.view_copy.default 2025-03-21T20:51:34.0795703Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_112, aten.add.Tensor 2025-03-21T20:51:34.0797187Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_rms_norm_default_5, aten.rms_norm.default 2025-03-21T20:51:34.7318752Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_337, aten.view_copy.default 2025-03-21T20:51:34.7320742Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1253, aten.permute_copy.default 2025-03-21T20:51:34.7322449Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_117, aten.convolution.default 2025-03-21T20:51:34.7324154Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_118, aten.convolution.default 2025-03-21T20:51:34.7325767Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sigmoid_default_2, aten.sigmoid.default 2025-03-21T20:51:34.7327237Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_304, aten.mul.Tensor 2025-03-21T20:51:34.7328650Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_305, aten.mul.Tensor 2025-03-21T20:51:34.7330209Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_119, aten.convolution.default 2025-03-21T20:51:34.7331886Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1254, aten.permute_copy.default 2025-03-21T20:51:34.7333540Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_338, aten.view_copy.default 2025-03-21T20:51:34.7335041Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_113, aten.add.Tensor 2025-03-21T20:51:34.7336518Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_rms_norm_default_6, aten.rms_norm.default 2025-03-21T20:51:34.7338185Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_339, aten.view_copy.default 2025-03-21T20:51:34.7339831Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1255, aten.permute_copy.default 2025-03-21T20:51:34.7341469Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_199, aten._to_copy.default 2025-03-21T20:51:34.7343082Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_120, aten.convolution.default 2025-03-21T20:51:34.7344777Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1256, aten.permute_copy.default 2025-03-21T20:51:34.7346468Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_121, aten.convolution.default 2025-03-21T20:51:34.7348230Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1257, aten.permute_copy.default 2025-03-21T20:51:34.7349980Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_122, aten.convolution.default 2025-03-21T20:51:34.7351675Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1258, aten.permute_copy.default 2025-03-21T20:51:34.7353431Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_123, aten.convolution.default 2025-03-21T20:51:34.7355113Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1259, aten.permute_copy.default 2025-03-21T20:51:34.7356810Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_124, aten.convolution.default 2025-03-21T20:51:34.7358506Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1260, aten.permute_copy.default 2025-03-21T20:51:34.7360206Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_125, aten.convolution.default 2025-03-21T20:51:34.7361909Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1261, aten.permute_copy.default 2025-03-21T20:51:34.7363604Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_126, aten.convolution.default 2025-03-21T20:51:34.7365303Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1262, aten.permute_copy.default 2025-03-21T20:51:34.7366991Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_127, aten.convolution.default 2025-03-21T20:51:34.7368730Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1263, aten.permute_copy.default 2025-03-21T20:51:34.7370426Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_128, aten.convolution.default 2025-03-21T20:51:34.7372126Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1264, aten.permute_copy.default 2025-03-21T20:51:34.7373828Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_129, aten.convolution.default 2025-03-21T20:51:34.7375514Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1265, aten.permute_copy.default 2025-03-21T20:51:34.7377358Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_130, aten.convolution.default 2025-03-21T20:51:34.7379038Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1266, aten.permute_copy.default 2025-03-21T20:51:34.7380734Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_131, aten.convolution.default 2025-03-21T20:51:34.7382431Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1267, aten.permute_copy.default 2025-03-21T20:51:34.7384138Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_132, aten.convolution.default 2025-03-21T20:51:34.7385897Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1268, aten.permute_copy.default 2025-03-21T20:51:34.7387588Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_133, aten.convolution.default 2025-03-21T20:51:34.7389323Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1269, aten.permute_copy.default 2025-03-21T20:51:34.7390997Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_134, aten.convolution.default 2025-03-21T20:51:34.7392694Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1270, aten.permute_copy.default 2025-03-21T20:51:34.7394392Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_135, aten.convolution.default 2025-03-21T20:51:34.7396137Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1271, aten.permute_copy.default 2025-03-21T20:51:34.7397825Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_136, aten.convolution.default 2025-03-21T20:51:34.7399518Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1272, aten.permute_copy.default 2025-03-21T20:51:34.7401249Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_137, aten.convolution.default 2025-03-21T20:51:34.7402923Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1273, aten.permute_copy.default 2025-03-21T20:51:34.7404617Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_138, aten.convolution.default 2025-03-21T20:51:34.7406306Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1274, aten.permute_copy.default 2025-03-21T20:51:34.7408000Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_139, aten.convolution.default 2025-03-21T20:51:34.7409689Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1275, aten.permute_copy.default 2025-03-21T20:51:34.7411381Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_140, aten.convolution.default 2025-03-21T20:51:34.7413071Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1276, aten.permute_copy.default 2025-03-21T20:51:34.7414741Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_141, aten.convolution.default 2025-03-21T20:51:34.7416430Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1277, aten.permute_copy.default 2025-03-21T20:51:34.7418176Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_142, aten.convolution.default 2025-03-21T20:51:34.7419870Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1278, aten.permute_copy.default 2025-03-21T20:51:34.7421559Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_143, aten.convolution.default 2025-03-21T20:51:34.7423259Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1279, aten.permute_copy.default 2025-03-21T20:51:34.7424951Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_144, aten.convolution.default 2025-03-21T20:51:34.7426628Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1280, aten.permute_copy.default 2025-03-21T20:51:34.7428319Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_145, aten.convolution.default 2025-03-21T20:51:34.7430056Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1281, aten.permute_copy.default 2025-03-21T20:51:34.7431754Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_146, aten.convolution.default 2025-03-21T20:51:34.7433422Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1282, aten.permute_copy.default 2025-03-21T20:51:34.7435535Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_147, aten.convolution.default 2025-03-21T20:51:34.7437508Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1283, aten.permute_copy.default 2025-03-21T20:51:35.1052675Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_148, aten.convolution.default 2025-03-21T20:51:35.1053677Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1284, aten.permute_copy.default 2025-03-21T20:51:35.1054653Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_149, aten.convolution.default 2025-03-21T20:51:35.1055599Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1285, aten.permute_copy.default 2025-03-21T20:51:35.1056696Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_150, aten.convolution.default 2025-03-21T20:51:35.1057654Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1286, aten.permute_copy.default 2025-03-21T20:51:35.1058604Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_151, aten.convolution.default 2025-03-21T20:51:35.1059604Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1287, aten.permute_copy.default 2025-03-21T20:51:35.1060548Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_152, aten.convolution.default 2025-03-21T20:51:35.1061492Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1288, aten.permute_copy.default 2025-03-21T20:51:35.1062437Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_153, aten.convolution.default 2025-03-21T20:51:35.1063369Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1289, aten.permute_copy.default 2025-03-21T20:51:35.1064318Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_154, aten.convolution.default 2025-03-21T20:51:35.1065259Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1290, aten.permute_copy.default 2025-03-21T20:51:35.1066205Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_155, aten.convolution.default 2025-03-21T20:51:35.1067151Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1291, aten.permute_copy.default 2025-03-21T20:51:35.1068127Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_200, aten._to_copy.default 2025-03-21T20:51:35.1069088Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_201, aten._to_copy.default 2025-03-21T20:51:35.1069956Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_202, aten._to_copy.default 2025-03-21T20:51:35.1070837Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_203, aten._to_copy.default 2025-03-21T20:51:35.1071713Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_204, aten._to_copy.default 2025-03-21T20:51:35.1072589Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_205, aten._to_copy.default 2025-03-21T20:51:35.1073458Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_206, aten._to_copy.default 2025-03-21T20:51:35.1074331Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_207, aten._to_copy.default 2025-03-21T20:51:35.1075202Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_208, aten._to_copy.default 2025-03-21T20:51:35.1076220Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_209, aten._to_copy.default 2025-03-21T20:51:35.1077157Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_210, aten._to_copy.default 2025-03-21T20:51:35.1078039Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_340, aten.view_copy.default 2025-03-21T20:51:35.1078936Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_341, aten.view_copy.default 2025-03-21T20:51:35.1079832Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_342, aten.view_copy.default 2025-03-21T20:51:35.1080722Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_343, aten.view_copy.default 2025-03-21T20:51:35.1081609Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_344, aten.view_copy.default 2025-03-21T20:51:35.1082506Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_345, aten.view_copy.default 2025-03-21T20:51:35.1083440Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_346, aten.view_copy.default 2025-03-21T20:51:35.1084333Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_347, aten.view_copy.default 2025-03-21T20:51:35.1085230Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_348, aten.view_copy.default 2025-03-21T20:51:35.1086186Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_349, aten.view_copy.default 2025-03-21T20:51:35.1087078Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_350, aten.view_copy.default 2025-03-21T20:51:35.1088052Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_351, aten.view_copy.default 2025-03-21T20:51:35.1088928Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_352, aten.view_copy.default 2025-03-21T20:51:35.1089824Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_353, aten.view_copy.default 2025-03-21T20:51:35.1090722Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_354, aten.view_copy.default 2025-03-21T20:51:35.1091715Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_355, aten.view_copy.default 2025-03-21T20:51:35.1092613Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_356, aten.view_copy.default 2025-03-21T20:51:35.1093507Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_357, aten.view_copy.default 2025-03-21T20:51:35.1094399Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_358, aten.view_copy.default 2025-03-21T20:51:35.1095332Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_359, aten.view_copy.default 2025-03-21T20:51:35.1096225Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_360, aten.view_copy.default 2025-03-21T20:51:35.1097118Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_361, aten.view_copy.default 2025-03-21T20:51:35.1098012Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_362, aten.view_copy.default 2025-03-21T20:51:35.1098905Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_363, aten.view_copy.default 2025-03-21T20:51:35.1099802Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_364, aten.view_copy.default 2025-03-21T20:51:35.1100692Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_365, aten.view_copy.default 2025-03-21T20:51:35.1101566Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_211, aten._to_copy.default 2025-03-21T20:51:35.1102450Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_366, aten.view_copy.default 2025-03-21T20:51:35.1103338Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_212, aten._to_copy.default 2025-03-21T20:51:35.1104251Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_367, aten.view_copy.default 2025-03-21T20:51:35.1105131Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_213, aten._to_copy.default 2025-03-21T20:51:35.1106016Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_368, aten.view_copy.default 2025-03-21T20:51:35.1106900Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_214, aten._to_copy.default 2025-03-21T20:51:35.1107769Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_369, aten.view_copy.default 2025-03-21T20:51:35.1108652Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_215, aten._to_copy.default 2025-03-21T20:51:35.1109759Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_370, aten.view_copy.default 2025-03-21T20:51:35.1110659Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_216, aten._to_copy.default 2025-03-21T20:51:35.1111542Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_371, aten.view_copy.default 2025-03-21T20:51:35.1112459Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_217, aten._to_copy.default 2025-03-21T20:51:35.1113332Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_372, aten.view_copy.default 2025-03-21T20:51:35.1114214Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_218, aten._to_copy.default 2025-03-21T20:51:35.1115099Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_373, aten.view_copy.default 2025-03-21T20:51:35.1115983Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_219, aten._to_copy.default 2025-03-21T20:51:35.1116868Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_374, aten.view_copy.default 2025-03-21T20:51:35.1117749Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_220, aten._to_copy.default 2025-03-21T20:51:35.1118638Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_375, aten.view_copy.default 2025-03-21T20:51:35.1119520Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_221, aten._to_copy.default 2025-03-21T20:51:35.4786939Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_144, aten.slice_copy.Tensor 2025-03-21T20:51:35.4788131Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_145, aten.slice_copy.Tensor 2025-03-21T20:51:35.4789133Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_146, aten.slice_copy.Tensor 2025-03-21T20:51:35.4790052Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_147, aten.slice_copy.Tensor 2025-03-21T20:51:35.4790952Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_148, aten.slice_copy.Tensor 2025-03-21T20:51:35.4791831Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_149, aten.slice_copy.Tensor 2025-03-21T20:51:35.4792733Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_150, aten.slice_copy.Tensor 2025-03-21T20:51:35.4793629Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_151, aten.slice_copy.Tensor 2025-03-21T20:51:35.4794527Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_152, aten.slice_copy.Tensor 2025-03-21T20:51:35.4795423Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_153, aten.slice_copy.Tensor 2025-03-21T20:51:35.4796320Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_154, aten.slice_copy.Tensor 2025-03-21T20:51:35.4797213Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_155, aten.slice_copy.Tensor 2025-03-21T20:51:35.4798201Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_156, aten.slice_copy.Tensor 2025-03-21T20:51:35.4799096Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_157, aten.slice_copy.Tensor 2025-03-21T20:51:35.4799997Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_158, aten.slice_copy.Tensor 2025-03-21T20:51:35.4800895Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_159, aten.slice_copy.Tensor 2025-03-21T20:51:35.4801812Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_160, aten.slice_copy.Tensor 2025-03-21T20:51:35.4802693Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_161, aten.slice_copy.Tensor 2025-03-21T20:51:35.4803644Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_162, aten.slice_copy.Tensor 2025-03-21T20:51:35.4804546Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_163, aten.slice_copy.Tensor 2025-03-21T20:51:35.4805442Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_164, aten.slice_copy.Tensor 2025-03-21T20:51:35.4806386Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_165, aten.slice_copy.Tensor 2025-03-21T20:51:35.4807287Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_166, aten.slice_copy.Tensor 2025-03-21T20:51:35.4808214Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_167, aten.slice_copy.Tensor 2025-03-21T20:51:35.4809114Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_168, aten.slice_copy.Tensor 2025-03-21T20:51:35.4809999Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_169, aten.slice_copy.Tensor 2025-03-21T20:51:35.4810899Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_170, aten.slice_copy.Tensor 2025-03-21T20:51:35.4811797Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_171, aten.slice_copy.Tensor 2025-03-21T20:51:35.4812698Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_172, aten.slice_copy.Tensor 2025-03-21T20:51:35.4813594Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_173, aten.slice_copy.Tensor 2025-03-21T20:51:35.4814490Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_174, aten.slice_copy.Tensor 2025-03-21T20:51:35.4815477Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_175, aten.slice_copy.Tensor 2025-03-21T20:51:35.4816359Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_176, aten.slice_copy.Tensor 2025-03-21T20:51:35.4817256Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_177, aten.slice_copy.Tensor 2025-03-21T20:51:35.4818160Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_178, aten.slice_copy.Tensor 2025-03-21T20:51:35.4819055Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_179, aten.slice_copy.Tensor 2025-03-21T20:51:35.4819954Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_180, aten.slice_copy.Tensor 2025-03-21T20:51:35.4820845Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_181, aten.slice_copy.Tensor 2025-03-21T20:51:35.4821727Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_182, aten.slice_copy.Tensor 2025-03-21T20:51:35.4822615Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_183, aten.slice_copy.Tensor 2025-03-21T20:51:35.4823508Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_184, aten.slice_copy.Tensor 2025-03-21T20:51:35.4824431Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_185, aten.slice_copy.Tensor 2025-03-21T20:51:35.4825321Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_186, aten.slice_copy.Tensor 2025-03-21T20:51:35.4826214Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_187, aten.slice_copy.Tensor 2025-03-21T20:51:35.4827110Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_188, aten.slice_copy.Tensor 2025-03-21T20:51:35.4827988Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_189, aten.slice_copy.Tensor 2025-03-21T20:51:35.4828964Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_190, aten.slice_copy.Tensor 2025-03-21T20:51:35.4829898Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_191, aten.slice_copy.Tensor 2025-03-21T20:51:35.4830753Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_172, aten.cat.default 2025-03-21T20:51:35.4831561Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_174, aten.cat.default 2025-03-21T20:51:35.4832365Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_176, aten.cat.default 2025-03-21T20:51:35.4833194Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_178, aten.cat.default 2025-03-21T20:51:35.4833983Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_180, aten.cat.default 2025-03-21T20:51:35.4834783Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_182, aten.cat.default 2025-03-21T20:51:35.4835579Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_184, aten.cat.default 2025-03-21T20:51:35.4836381Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_186, aten.cat.default 2025-03-21T20:51:35.4837178Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_188, aten.cat.default 2025-03-21T20:51:35.4838105Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_190, aten.cat.default 2025-03-21T20:51:35.4838954Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_192, aten.cat.default 2025-03-21T20:51:35.4839761Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_194, aten.cat.default 2025-03-21T20:51:35.4840556Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_308, aten.mul.Tensor 2025-03-21T20:51:35.4841380Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_310, aten.mul.Tensor 2025-03-21T20:51:35.4842173Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_309, aten.mul.Tensor 2025-03-21T20:51:35.4842963Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_311, aten.mul.Tensor 2025-03-21T20:51:35.4843734Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_312, aten.mul.Tensor 2025-03-21T20:51:35.4844522Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_314, aten.mul.Tensor 2025-03-21T20:51:35.4845310Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_313, aten.mul.Tensor 2025-03-21T20:51:35.4846102Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_315, aten.mul.Tensor 2025-03-21T20:51:35.4846884Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_316, aten.mul.Tensor 2025-03-21T20:51:35.4847672Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_318, aten.mul.Tensor 2025-03-21T20:51:35.4848453Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_317, aten.mul.Tensor 2025-03-21T20:51:35.4849224Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_319, aten.mul.Tensor 2025-03-21T20:51:35.4850007Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_320, aten.mul.Tensor 2025-03-21T20:51:35.4850816Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_322, aten.mul.Tensor 2025-03-21T20:51:35.4851599Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_321, aten.mul.Tensor 2025-03-21T20:51:35.4852379Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_323, aten.mul.Tensor 2025-03-21T20:51:35.4853163Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_324, aten.mul.Tensor 2025-03-21T20:51:35.4853940Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_326, aten.mul.Tensor 2025-03-21T20:51:35.9185093Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_325, aten.mul.Tensor 2025-03-21T20:51:35.9186656Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_327, aten.mul.Tensor 2025-03-21T20:51:35.9188299Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_328, aten.mul.Tensor 2025-03-21T20:51:35.9189831Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_330, aten.mul.Tensor 2025-03-21T20:51:35.9191267Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_329, aten.mul.Tensor 2025-03-21T20:51:35.9192818Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_331, aten.mul.Tensor 2025-03-21T20:51:35.9194237Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_332, aten.mul.Tensor 2025-03-21T20:51:35.9195669Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_334, aten.mul.Tensor 2025-03-21T20:51:35.9197118Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_333, aten.mul.Tensor 2025-03-21T20:51:35.9198585Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_335, aten.mul.Tensor 2025-03-21T20:51:35.9200004Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_336, aten.mul.Tensor 2025-03-21T20:51:35.9201463Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_338, aten.mul.Tensor 2025-03-21T20:51:35.9202916Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_337, aten.mul.Tensor 2025-03-21T20:51:35.9204332Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_339, aten.mul.Tensor 2025-03-21T20:51:35.9205783Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_340, aten.mul.Tensor 2025-03-21T20:51:35.9207236Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_342, aten.mul.Tensor 2025-03-21T20:51:35.9208852Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_341, aten.mul.Tensor 2025-03-21T20:51:35.9221267Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_343, aten.mul.Tensor 2025-03-21T20:51:35.9222944Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_344, aten.mul.Tensor 2025-03-21T20:51:35.9224403Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_346, aten.mul.Tensor 2025-03-21T20:51:35.9225869Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_345, aten.mul.Tensor 2025-03-21T20:51:35.9227197Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_347, aten.mul.Tensor 2025-03-21T20:51:35.9228667Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_348, aten.mul.Tensor 2025-03-21T20:51:35.9230205Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_350, aten.mul.Tensor 2025-03-21T20:51:35.9231676Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_349, aten.mul.Tensor 2025-03-21T20:51:35.9233106Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_351, aten.mul.Tensor 2025-03-21T20:51:35.9234541Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_352, aten.mul.Tensor 2025-03-21T20:51:35.9235982Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_354, aten.mul.Tensor 2025-03-21T20:51:35.9237580Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_353, aten.mul.Tensor 2025-03-21T20:51:35.9239002Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_355, aten.mul.Tensor 2025-03-21T20:51:35.9240414Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_356, aten.mul.Tensor 2025-03-21T20:51:35.9241841Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_358, aten.mul.Tensor 2025-03-21T20:51:35.9243300Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_357, aten.mul.Tensor 2025-03-21T20:51:35.9244705Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_359, aten.mul.Tensor 2025-03-21T20:51:35.9246153Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_360, aten.mul.Tensor 2025-03-21T20:51:35.9247691Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_362, aten.mul.Tensor 2025-03-21T20:51:35.9249140Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_361, aten.mul.Tensor 2025-03-21T20:51:35.9250527Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_363, aten.mul.Tensor 2025-03-21T20:51:35.9252043Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_364, aten.mul.Tensor 2025-03-21T20:51:35.9253500Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_366, aten.mul.Tensor 2025-03-21T20:51:35.9254979Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_365, aten.mul.Tensor 2025-03-21T20:51:35.9256395Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_367, aten.mul.Tensor 2025-03-21T20:51:35.9257833Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_368, aten.mul.Tensor 2025-03-21T20:51:35.9259266Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_370, aten.mul.Tensor 2025-03-21T20:51:35.9260702Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_369, aten.mul.Tensor 2025-03-21T20:51:35.9262126Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_371, aten.mul.Tensor 2025-03-21T20:51:35.9263559Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_372, aten.mul.Tensor 2025-03-21T20:51:35.9265000Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_374, aten.mul.Tensor 2025-03-21T20:51:35.9266461Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_373, aten.mul.Tensor 2025-03-21T20:51:35.9267940Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_375, aten.mul.Tensor 2025-03-21T20:51:35.9269465Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_376, aten.mul.Tensor 2025-03-21T20:51:35.9270915Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_378, aten.mul.Tensor 2025-03-21T20:51:35.9272362Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_377, aten.mul.Tensor 2025-03-21T20:51:35.9273670Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_379, aten.mul.Tensor 2025-03-21T20:51:35.9275137Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_380, aten.mul.Tensor 2025-03-21T20:51:35.9276809Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_382, aten.mul.Tensor 2025-03-21T20:51:35.9278284Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_381, aten.mul.Tensor 2025-03-21T20:51:35.9279698Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_383, aten.mul.Tensor 2025-03-21T20:51:35.9281131Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_384, aten.mul.Tensor 2025-03-21T20:51:35.9282568Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_386, aten.mul.Tensor 2025-03-21T20:51:35.9284157Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_385, aten.mul.Tensor 2025-03-21T20:51:35.9285578Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_387, aten.mul.Tensor 2025-03-21T20:51:35.9286997Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_388, aten.mul.Tensor 2025-03-21T20:51:35.9288426Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_390, aten.mul.Tensor 2025-03-21T20:51:35.9289881Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_389, aten.mul.Tensor 2025-03-21T20:51:35.9291294Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_391, aten.mul.Tensor 2025-03-21T20:51:35.9292739Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_392, aten.mul.Tensor 2025-03-21T20:51:35.9294281Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_394, aten.mul.Tensor 2025-03-21T20:51:35.9295728Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_393, aten.mul.Tensor 2025-03-21T20:51:35.9297106Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_395, aten.mul.Tensor 2025-03-21T20:51:35.9298563Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_396, aten.mul.Tensor 2025-03-21T20:51:35.9300103Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_398, aten.mul.Tensor 2025-03-21T20:51:35.9301568Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_397, aten.mul.Tensor 2025-03-21T20:51:35.9302992Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_399, aten.mul.Tensor 2025-03-21T20:51:35.9304407Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_400, aten.mul.Tensor 2025-03-21T20:51:35.9305852Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_402, aten.mul.Tensor 2025-03-21T20:51:35.9307287Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_401, aten.mul.Tensor 2025-03-21T20:51:35.9308712Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_403, aten.mul.Tensor 2025-03-21T20:51:35.9310226Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_72, aten.sub.Tensor 2025-03-21T20:51:35.9311659Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_114, aten.add.Tensor 2025-03-21T20:51:35.9313122Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_73, aten.sub.Tensor 2025-03-21T20:51:35.9314501Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_115, aten.add.Tensor 2025-03-21T20:51:35.9316062Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_74, aten.sub.Tensor 2025-03-21T20:51:35.9317508Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_116, aten.add.Tensor 2025-03-21T20:51:35.9318943Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_75, aten.sub.Tensor 2025-03-21T20:51:36.3752121Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_117, aten.add.Tensor 2025-03-21T20:51:36.3753609Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_76, aten.sub.Tensor 2025-03-21T20:51:36.3755075Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_118, aten.add.Tensor 2025-03-21T20:51:36.3756515Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_77, aten.sub.Tensor 2025-03-21T20:51:36.3757955Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_119, aten.add.Tensor 2025-03-21T20:51:36.3759399Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_78, aten.sub.Tensor 2025-03-21T20:51:36.3760827Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_120, aten.add.Tensor 2025-03-21T20:51:36.3762249Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_79, aten.sub.Tensor 2025-03-21T20:51:36.3764000Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_121, aten.add.Tensor 2025-03-21T20:51:36.3765421Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_80, aten.sub.Tensor 2025-03-21T20:51:36.3766892Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_122, aten.add.Tensor 2025-03-21T20:51:36.3768334Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_81, aten.sub.Tensor 2025-03-21T20:51:36.3769776Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_123, aten.add.Tensor 2025-03-21T20:51:36.3771185Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_82, aten.sub.Tensor 2025-03-21T20:51:36.3772658Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_124, aten.add.Tensor 2025-03-21T20:51:36.3774245Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_83, aten.sub.Tensor 2025-03-21T20:51:36.3775726Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_125, aten.add.Tensor 2025-03-21T20:51:36.3777360Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_84, aten.sub.Tensor 2025-03-21T20:51:36.3778885Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_222, aten._to_copy.default 2025-03-21T20:51:36.3780540Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_126, aten.add.Tensor 2025-03-21T20:51:36.3782062Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_223, aten._to_copy.default 2025-03-21T20:51:36.3783558Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_85, aten.sub.Tensor 2025-03-21T20:51:36.3785075Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_224, aten._to_copy.default 2025-03-21T20:51:36.3786609Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_127, aten.add.Tensor 2025-03-21T20:51:36.3788120Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_225, aten._to_copy.default 2025-03-21T20:51:36.3789756Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_86, aten.sub.Tensor 2025-03-21T20:51:36.3791290Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_226, aten._to_copy.default 2025-03-21T20:51:36.3792833Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_128, aten.add.Tensor 2025-03-21T20:51:36.3794299Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_227, aten._to_copy.default 2025-03-21T20:51:36.3796076Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_87, aten.sub.Tensor 2025-03-21T20:51:36.3797626Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_228, aten._to_copy.default 2025-03-21T20:51:36.3799160Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_129, aten.add.Tensor 2025-03-21T20:51:36.3800695Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_229, aten._to_copy.default 2025-03-21T20:51:36.3802211Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_88, aten.sub.Tensor 2025-03-21T20:51:36.3803717Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_230, aten._to_copy.default 2025-03-21T20:51:36.3805226Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_130, aten.add.Tensor 2025-03-21T20:51:36.3806741Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_231, aten._to_copy.default 2025-03-21T20:51:36.3808254Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_89, aten.sub.Tensor 2025-03-21T20:51:36.3809793Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_232, aten._to_copy.default 2025-03-21T20:51:36.3811315Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_131, aten.add.Tensor 2025-03-21T20:51:36.3812959Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_233, aten._to_copy.default 2025-03-21T20:51:36.3814467Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_90, aten.sub.Tensor 2025-03-21T20:51:36.3816016Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_234, aten._to_copy.default 2025-03-21T20:51:36.3817441Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_132, aten.add.Tensor 2025-03-21T20:51:36.3818994Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_235, aten._to_copy.default 2025-03-21T20:51:36.3820541Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_91, aten.sub.Tensor 2025-03-21T20:51:36.3822076Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_236, aten._to_copy.default 2025-03-21T20:51:36.3823732Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_133, aten.add.Tensor 2025-03-21T20:51:36.3825280Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_237, aten._to_copy.default 2025-03-21T20:51:36.3826799Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_92, aten.sub.Tensor 2025-03-21T20:51:36.3828371Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_238, aten._to_copy.default 2025-03-21T20:51:36.3829976Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_134, aten.add.Tensor 2025-03-21T20:51:36.3831513Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_239, aten._to_copy.default 2025-03-21T20:51:36.3833058Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_93, aten.sub.Tensor 2025-03-21T20:51:36.3834540Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_240, aten._to_copy.default 2025-03-21T20:51:36.3836068Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_135, aten.add.Tensor 2025-03-21T20:51:36.3837601Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_241, aten._to_copy.default 2025-03-21T20:51:36.3839145Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_94, aten.sub.Tensor 2025-03-21T20:51:36.3840611Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_242, aten._to_copy.default 2025-03-21T20:51:36.3842159Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_136, aten.add.Tensor 2025-03-21T20:51:36.3843773Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_243, aten._to_copy.default 2025-03-21T20:51:36.3845286Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_95, aten.sub.Tensor 2025-03-21T20:51:36.3846806Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_244, aten._to_copy.default 2025-03-21T20:51:36.3848336Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_137, aten.add.Tensor 2025-03-21T20:51:36.3849854Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_245, aten._to_copy.default 2025-03-21T20:51:36.3851383Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_147, aten.cat.default 2025-03-21T20:51:36.3852844Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_148, aten.cat.default 2025-03-21T20:51:36.3854305Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_149, aten.cat.default 2025-03-21T20:51:36.3855819Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_150, aten.cat.default 2025-03-21T20:51:36.3857253Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_151, aten.cat.default 2025-03-21T20:51:36.3858741Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_152, aten.cat.default 2025-03-21T20:51:36.3860287Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_153, aten.cat.default 2025-03-21T20:51:36.3861775Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_154, aten.cat.default 2025-03-21T20:51:36.3863125Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_155, aten.cat.default 2025-03-21T20:51:36.3864548Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_156, aten.cat.default 2025-03-21T20:51:36.3866041Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_157, aten.cat.default 2025-03-21T20:51:36.3867512Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_158, aten.cat.default 2025-03-21T20:51:36.3869070Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_159, aten.cat.default 2025-03-21T20:51:36.3870654Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_160, aten.cat.default 2025-03-21T20:51:36.3872215Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_246, aten._to_copy.default 2025-03-21T20:51:36.3873747Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_161, aten.cat.default 2025-03-21T20:51:36.8709884Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_247, aten._to_copy.default 2025-03-21T20:51:36.8711401Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_162, aten.cat.default 2025-03-21T20:51:36.8712247Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_248, aten._to_copy.default 2025-03-21T20:51:36.8713100Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_163, aten.cat.default 2025-03-21T20:51:36.8713942Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_249, aten._to_copy.default 2025-03-21T20:51:36.8714783Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_164, aten.cat.default 2025-03-21T20:51:36.8715615Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_250, aten._to_copy.default 2025-03-21T20:51:36.8716488Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_165, aten.cat.default 2025-03-21T20:51:36.8717317Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_251, aten._to_copy.default 2025-03-21T20:51:36.8718157Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_166, aten.cat.default 2025-03-21T20:51:36.8718995Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_252, aten._to_copy.default 2025-03-21T20:51:36.8719900Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_167, aten.cat.default 2025-03-21T20:51:36.8720746Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_253, aten._to_copy.default 2025-03-21T20:51:36.8721587Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_168, aten.cat.default 2025-03-21T20:51:36.8722417Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_254, aten._to_copy.default 2025-03-21T20:51:36.8723254Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_169, aten.cat.default 2025-03-21T20:51:36.8724096Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_255, aten._to_copy.default 2025-03-21T20:51:36.8724935Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_170, aten.cat.default 2025-03-21T20:51:36.8725771Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_256, aten._to_copy.default 2025-03-21T20:51:36.8726681Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_196, aten.permute_copy.default 2025-03-21T20:51:36.8727630Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_197, aten.permute_copy.default 2025-03-21T20:51:36.8728537Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_257, aten._to_copy.default 2025-03-21T20:51:36.8729500Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_198, aten.permute_copy.default 2025-03-21T20:51:36.8730420Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_258, aten._to_copy.default 2025-03-21T20:51:36.8731328Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_199, aten.permute_copy.default 2025-03-21T20:51:36.8732220Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_259, aten._to_copy.default 2025-03-21T20:51:36.8733127Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_200, aten.permute_copy.default 2025-03-21T20:51:36.8734044Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_260, aten._to_copy.default 2025-03-21T20:51:36.8735009Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_201, aten.permute_copy.default 2025-03-21T20:51:36.8735923Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_261, aten._to_copy.default 2025-03-21T20:51:36.8736837Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_202, aten.permute_copy.default 2025-03-21T20:51:36.8737780Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_262, aten._to_copy.default 2025-03-21T20:51:36.8738681Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_203, aten.permute_copy.default 2025-03-21T20:51:36.8739598Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_263, aten._to_copy.default 2025-03-21T20:51:36.8740506Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_204, aten.permute_copy.default 2025-03-21T20:51:36.8741418Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_264, aten._to_copy.default 2025-03-21T20:51:36.8742330Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_205, aten.permute_copy.default 2025-03-21T20:51:36.8743235Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_265, aten._to_copy.default 2025-03-21T20:51:36.8744145Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_206, aten.permute_copy.default 2025-03-21T20:51:36.8745047Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_266, aten._to_copy.default 2025-03-21T20:51:36.8745978Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_207, aten.permute_copy.default 2025-03-21T20:51:36.8746882Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_267, aten._to_copy.default 2025-03-21T20:51:36.8747722Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_171, aten.cat.default 2025-03-21T20:51:36.8748524Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_173, aten.cat.default 2025-03-21T20:51:36.8749418Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_175, aten.cat.default 2025-03-21T20:51:36.8750219Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_177, aten.cat.default 2025-03-21T20:51:36.8751008Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_179, aten.cat.default 2025-03-21T20:51:36.8751805Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_181, aten.cat.default 2025-03-21T20:51:36.8752608Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_183, aten.cat.default 2025-03-21T20:51:36.8753404Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_185, aten.cat.default 2025-03-21T20:51:36.8754206Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_187, aten.cat.default 2025-03-21T20:51:36.8755003Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_189, aten.cat.default 2025-03-21T20:51:36.8755823Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_191, aten.cat.default 2025-03-21T20:51:36.8756625Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_193, aten.cat.default 2025-03-21T20:51:36.8757451Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_72, aten.matmul.default 2025-03-21T20:51:36.8758302Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_74, aten.matmul.default 2025-03-21T20:51:36.8759207Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_76, aten.matmul.default 2025-03-21T20:51:36.8760208Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_78, aten.matmul.default 2025-03-21T20:51:36.8761096Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_80, aten.matmul.default 2025-03-21T20:51:36.8761928Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_82, aten.matmul.default 2025-03-21T20:51:36.8762762Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_84, aten.matmul.default 2025-03-21T20:51:36.8763634Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_86, aten.matmul.default 2025-03-21T20:51:36.8764477Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_88, aten.matmul.default 2025-03-21T20:51:36.8765314Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_90, aten.matmul.default 2025-03-21T20:51:36.8766154Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_92, aten.matmul.default 2025-03-21T20:51:36.8766978Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_94, aten.matmul.default 2025-03-21T20:51:36.8767794Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_36, aten.div.Tensor 2025-03-21T20:51:36.8768579Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_37, aten.div.Tensor 2025-03-21T20:51:36.8769352Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_38, aten.div.Tensor 2025-03-21T20:51:36.8770133Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_39, aten.div.Tensor 2025-03-21T20:51:36.8770914Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_40, aten.div.Tensor 2025-03-21T20:51:36.8771674Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_41, aten.div.Tensor 2025-03-21T20:51:36.8772479Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_42, aten.div.Tensor 2025-03-21T20:51:36.8773250Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_43, aten.div.Tensor 2025-03-21T20:51:36.8774022Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_44, aten.div.Tensor 2025-03-21T20:51:36.8774795Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_45, aten.div.Tensor 2025-03-21T20:51:36.8775564Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_46, aten.div.Tensor 2025-03-21T20:51:36.8776503Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_47, aten.div.Tensor 2025-03-21T20:51:36.8777281Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_138, aten.add.Tensor 2025-03-21T20:51:37.4232274Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_139, aten.add.Tensor 2025-03-21T20:51:37.4233819Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_140, aten.add.Tensor 2025-03-21T20:51:37.4235222Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_141, aten.add.Tensor 2025-03-21T20:51:37.4236697Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_142, aten.add.Tensor 2025-03-21T20:51:37.4238138Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_143, aten.add.Tensor 2025-03-21T20:51:37.4239847Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_144, aten.add.Tensor 2025-03-21T20:51:37.4241272Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_145, aten.add.Tensor 2025-03-21T20:51:37.4242722Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_146, aten.add.Tensor 2025-03-21T20:51:37.4244160Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_147, aten.add.Tensor 2025-03-21T20:51:37.4245627Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_148, aten.add.Tensor 2025-03-21T20:51:37.4247095Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_149, aten.add.Tensor 2025-03-21T20:51:37.4248643Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_36, aten._softmax.default 2025-03-21T20:51:37.4250432Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_37, aten._softmax.default 2025-03-21T20:51:37.4252055Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_38, aten._softmax.default 2025-03-21T20:51:37.4253654Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_39, aten._softmax.default 2025-03-21T20:51:37.4255379Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_40, aten._softmax.default 2025-03-21T20:51:37.4257015Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_41, aten._softmax.default 2025-03-21T20:51:37.4258628Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_42, aten._softmax.default 2025-03-21T20:51:37.4260268Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_43, aten._softmax.default 2025-03-21T20:51:37.4261902Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_44, aten._softmax.default 2025-03-21T20:51:37.4263514Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_45, aten._softmax.default 2025-03-21T20:51:37.4265116Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_46, aten._softmax.default 2025-03-21T20:51:37.4266747Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_47, aten._softmax.default 2025-03-21T20:51:37.4268367Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_73, aten.matmul.default 2025-03-21T20:51:37.4270010Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_75, aten.matmul.default 2025-03-21T20:51:37.4271749Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_77, aten.matmul.default 2025-03-21T20:51:37.4273347Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_79, aten.matmul.default 2025-03-21T20:51:37.4274966Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_81, aten.matmul.default 2025-03-21T20:51:37.4276682Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_83, aten.matmul.default 2025-03-21T20:51:37.4278261Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_85, aten.matmul.default 2025-03-21T20:51:37.4279855Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_87, aten.matmul.default 2025-03-21T20:51:37.4281369Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_89, aten.matmul.default 2025-03-21T20:51:37.4282968Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_91, aten.matmul.default 2025-03-21T20:51:37.4284562Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_93, aten.matmul.default 2025-03-21T20:51:37.4286131Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_95, aten.matmul.default 2025-03-21T20:51:37.4287642Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_195, aten.cat.default 2025-03-21T20:51:37.4289357Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_448, aten.view_copy.default 2025-03-21T20:51:37.4291070Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1292, aten.permute_copy.default 2025-03-21T20:51:37.4292796Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_156, aten.convolution.default 2025-03-21T20:51:37.4294531Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1293, aten.permute_copy.default 2025-03-21T20:51:37.4296241Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_449, aten.view_copy.default 2025-03-21T20:51:37.4297790Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_150, aten.add.Tensor 2025-03-21T20:51:37.4299499Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_rms_norm_default_7, aten.rms_norm.default 2025-03-21T20:51:37.4301130Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_450, aten.view_copy.default 2025-03-21T20:51:37.4302858Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1294, aten.permute_copy.default 2025-03-21T20:51:37.4304491Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_157, aten.convolution.default 2025-03-21T20:51:37.4306176Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_158, aten.convolution.default 2025-03-21T20:51:37.4307738Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sigmoid_default_3, aten.sigmoid.default 2025-03-21T20:51:37.4309314Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_406, aten.mul.Tensor 2025-03-21T20:51:37.4310744Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_407, aten.mul.Tensor 2025-03-21T20:51:37.4312355Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_159, aten.convolution.default 2025-03-21T20:51:37.4314112Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1295, aten.permute_copy.default 2025-03-21T20:51:37.4315806Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_451, aten.view_copy.default 2025-03-21T20:51:37.4317358Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_151, aten.add.Tensor 2025-03-21T20:51:37.4318881Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_rms_norm_default_8, aten.rms_norm.default 2025-03-21T20:51:37.4320644Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_452, aten.view_copy.default 2025-03-21T20:51:37.4322346Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1296, aten.permute_copy.default 2025-03-21T20:51:37.4324039Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_268, aten._to_copy.default 2025-03-21T20:51:37.4325710Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_160, aten.convolution.default 2025-03-21T20:51:37.4327427Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1297, aten.permute_copy.default 2025-03-21T20:51:37.4329238Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_161, aten.convolution.default 2025-03-21T20:51:37.4331017Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1298, aten.permute_copy.default 2025-03-21T20:51:37.4332773Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_162, aten.convolution.default 2025-03-21T20:51:37.4334505Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1299, aten.permute_copy.default 2025-03-21T20:51:37.4336260Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_163, aten.convolution.default 2025-03-21T20:51:37.4338102Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1300, aten.permute_copy.default 2025-03-21T20:51:37.4339818Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_164, aten.convolution.default 2025-03-21T20:51:37.4341603Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1301, aten.permute_copy.default 2025-03-21T20:51:37.4343365Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_165, aten.convolution.default 2025-03-21T20:51:37.4345104Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1302, aten.permute_copy.default 2025-03-21T20:51:37.4346844Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_166, aten.convolution.default 2025-03-21T20:51:37.4348675Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1303, aten.permute_copy.default 2025-03-21T20:51:37.4350462Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_167, aten.convolution.default 2025-03-21T20:51:37.4352282Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1304, aten.permute_copy.default 2025-03-21T20:51:37.4354157Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_168, aten.convolution.default 2025-03-21T20:51:37.4355973Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1305, aten.permute_copy.default 2025-03-21T20:51:38.0082109Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_169, aten.convolution.default 2025-03-21T20:51:38.0083886Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1306, aten.permute_copy.default 2025-03-21T20:51:38.0085636Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_170, aten.convolution.default 2025-03-21T20:51:38.0087397Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1307, aten.permute_copy.default 2025-03-21T20:51:38.0089139Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_171, aten.convolution.default 2025-03-21T20:51:38.0090920Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1308, aten.permute_copy.default 2025-03-21T20:51:38.0092662Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_172, aten.convolution.default 2025-03-21T20:51:38.0094702Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1309, aten.permute_copy.default 2025-03-21T20:51:38.0096420Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_173, aten.convolution.default 2025-03-21T20:51:38.0098313Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1310, aten.permute_copy.default 2025-03-21T20:51:38.0100079Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_174, aten.convolution.default 2025-03-21T20:51:38.0101777Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1311, aten.permute_copy.default 2025-03-21T20:51:38.0103574Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_175, aten.convolution.default 2025-03-21T20:51:38.0105358Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1312, aten.permute_copy.default 2025-03-21T20:51:38.0107117Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_176, aten.convolution.default 2025-03-21T20:51:38.0108959Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1313, aten.permute_copy.default 2025-03-21T20:51:38.0110715Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_177, aten.convolution.default 2025-03-21T20:51:38.0112611Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1314, aten.permute_copy.default 2025-03-21T20:51:38.0114354Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_178, aten.convolution.default 2025-03-21T20:51:38.0116111Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1315, aten.permute_copy.default 2025-03-21T20:51:38.0117896Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_179, aten.convolution.default 2025-03-21T20:51:38.0119593Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1316, aten.permute_copy.default 2025-03-21T20:51:38.0121359Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_180, aten.convolution.default 2025-03-21T20:51:38.0123245Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1317, aten.permute_copy.default 2025-03-21T20:51:38.0124815Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_181, aten.convolution.default 2025-03-21T20:51:38.0126586Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1318, aten.permute_copy.default 2025-03-21T20:51:38.0128465Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_182, aten.convolution.default 2025-03-21T20:51:38.0130207Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1319, aten.permute_copy.default 2025-03-21T20:51:38.0131936Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_183, aten.convolution.default 2025-03-21T20:51:38.0133686Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1320, aten.permute_copy.default 2025-03-21T20:51:38.0135422Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_184, aten.convolution.default 2025-03-21T20:51:38.0137153Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1321, aten.permute_copy.default 2025-03-21T20:51:38.0138897Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_185, aten.convolution.default 2025-03-21T20:51:38.0140655Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1322, aten.permute_copy.default 2025-03-21T20:51:38.0142381Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_186, aten.convolution.default 2025-03-21T20:51:38.0144139Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1323, aten.permute_copy.default 2025-03-21T20:51:38.0145983Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_187, aten.convolution.default 2025-03-21T20:51:38.0147672Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1324, aten.permute_copy.default 2025-03-21T20:51:38.0149541Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_188, aten.convolution.default 2025-03-21T20:51:38.0151311Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1325, aten.permute_copy.default 2025-03-21T20:51:38.0153054Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_189, aten.convolution.default 2025-03-21T20:51:38.0154801Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1326, aten.permute_copy.default 2025-03-21T20:51:38.0156548Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_190, aten.convolution.default 2025-03-21T20:51:38.0158289Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1327, aten.permute_copy.default 2025-03-21T20:51:38.0160022Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_191, aten.convolution.default 2025-03-21T20:51:38.0161767Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1328, aten.permute_copy.default 2025-03-21T20:51:38.0163602Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_192, aten.convolution.default 2025-03-21T20:51:38.0165327Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1329, aten.permute_copy.default 2025-03-21T20:51:38.0167093Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_193, aten.convolution.default 2025-03-21T20:51:38.0168852Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1330, aten.permute_copy.default 2025-03-21T20:51:38.0170526Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_194, aten.convolution.default 2025-03-21T20:51:38.0172177Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1331, aten.permute_copy.default 2025-03-21T20:51:38.0174025Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_195, aten.convolution.default 2025-03-21T20:51:38.0175785Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1332, aten.permute_copy.default 2025-03-21T20:51:38.0177637Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_269, aten._to_copy.default 2025-03-21T20:51:38.0179363Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_270, aten._to_copy.default 2025-03-21T20:51:38.0180971Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_271, aten._to_copy.default 2025-03-21T20:51:38.0182588Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_272, aten._to_copy.default 2025-03-21T20:51:38.0184167Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_273, aten._to_copy.default 2025-03-21T20:51:38.0185766Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_274, aten._to_copy.default 2025-03-21T20:51:38.0187385Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_275, aten._to_copy.default 2025-03-21T20:51:38.0189055Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_276, aten._to_copy.default 2025-03-21T20:51:38.0190690Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_277, aten._to_copy.default 2025-03-21T20:51:38.0192300Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_278, aten._to_copy.default 2025-03-21T20:51:38.0193942Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_279, aten._to_copy.default 2025-03-21T20:51:38.0195628Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_453, aten.view_copy.default 2025-03-21T20:51:38.0197294Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_454, aten.view_copy.default 2025-03-21T20:51:38.0198981Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_455, aten.view_copy.default 2025-03-21T20:51:38.0200623Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_456, aten.view_copy.default 2025-03-21T20:51:38.0202263Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_457, aten.view_copy.default 2025-03-21T20:51:38.0203923Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_458, aten.view_copy.default 2025-03-21T20:51:38.2800262Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_459, aten.view_copy.default 2025-03-21T20:51:38.2801243Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_460, aten.view_copy.default 2025-03-21T20:51:38.2802139Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_461, aten.view_copy.default 2025-03-21T20:51:38.2803042Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_462, aten.view_copy.default 2025-03-21T20:51:38.2804177Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_463, aten.view_copy.default 2025-03-21T20:51:38.2805062Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_464, aten.view_copy.default 2025-03-21T20:51:38.2805959Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_465, aten.view_copy.default 2025-03-21T20:51:38.2806851Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_466, aten.view_copy.default 2025-03-21T20:51:38.2807748Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_467, aten.view_copy.default 2025-03-21T20:51:38.2808630Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_468, aten.view_copy.default 2025-03-21T20:51:38.2809580Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_469, aten.view_copy.default 2025-03-21T20:51:38.2810477Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_470, aten.view_copy.default 2025-03-21T20:51:38.2811369Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_471, aten.view_copy.default 2025-03-21T20:51:38.2812353Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_472, aten.view_copy.default 2025-03-21T20:51:38.2813240Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_473, aten.view_copy.default 2025-03-21T20:51:38.2814128Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_474, aten.view_copy.default 2025-03-21T20:51:38.2815007Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_475, aten.view_copy.default 2025-03-21T20:51:38.2815897Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_476, aten.view_copy.default 2025-03-21T20:51:38.2816788Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_477, aten.view_copy.default 2025-03-21T20:51:38.2817678Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_280, aten._to_copy.default 2025-03-21T20:51:38.2818562Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_478, aten.view_copy.default 2025-03-21T20:51:38.2819448Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_281, aten._to_copy.default 2025-03-21T20:51:38.2820334Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_479, aten.view_copy.default 2025-03-21T20:51:38.2821256Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_282, aten._to_copy.default 2025-03-21T20:51:38.2822138Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_480, aten.view_copy.default 2025-03-21T20:51:38.2823033Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_481, aten.view_copy.default 2025-03-21T20:51:38.2823926Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_283, aten._to_copy.default 2025-03-21T20:51:38.2824816Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_482, aten.view_copy.default 2025-03-21T20:51:38.2825707Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_284, aten._to_copy.default 2025-03-21T20:51:38.2826595Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_483, aten.view_copy.default 2025-03-21T20:51:38.2827472Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_285, aten._to_copy.default 2025-03-21T20:51:38.2828353Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_484, aten.view_copy.default 2025-03-21T20:51:38.2829315Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_286, aten._to_copy.default 2025-03-21T20:51:38.2830198Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_485, aten.view_copy.default 2025-03-21T20:51:38.2831117Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_287, aten._to_copy.default 2025-03-21T20:51:38.2832002Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_486, aten.view_copy.default 2025-03-21T20:51:38.2832872Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_288, aten._to_copy.default 2025-03-21T20:51:38.2833749Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_487, aten.view_copy.default 2025-03-21T20:51:38.2834639Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_289, aten._to_copy.default 2025-03-21T20:51:38.2835518Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_488, aten.view_copy.default 2025-03-21T20:51:38.2836494Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_290, aten._to_copy.default 2025-03-21T20:51:38.2837513Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_192, aten.slice_copy.Tensor 2025-03-21T20:51:38.2838406Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_193, aten.slice_copy.Tensor 2025-03-21T20:51:38.2839324Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_194, aten.slice_copy.Tensor 2025-03-21T20:51:38.2840215Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_195, aten.slice_copy.Tensor 2025-03-21T20:51:38.2841109Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_196, aten.slice_copy.Tensor 2025-03-21T20:51:38.2842004Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_197, aten.slice_copy.Tensor 2025-03-21T20:51:38.2842899Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_198, aten.slice_copy.Tensor 2025-03-21T20:51:38.2843789Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_199, aten.slice_copy.Tensor 2025-03-21T20:51:38.2844680Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_200, aten.slice_copy.Tensor 2025-03-21T20:51:38.2845560Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_201, aten.slice_copy.Tensor 2025-03-21T20:51:38.2846451Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_202, aten.slice_copy.Tensor 2025-03-21T20:51:38.2847433Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_203, aten.slice_copy.Tensor 2025-03-21T20:51:38.2848366Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_204, aten.slice_copy.Tensor 2025-03-21T20:51:38.2849260Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_205, aten.slice_copy.Tensor 2025-03-21T20:51:38.2850153Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_206, aten.slice_copy.Tensor 2025-03-21T20:51:38.2851047Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_207, aten.slice_copy.Tensor 2025-03-21T20:51:38.2851926Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_208, aten.slice_copy.Tensor 2025-03-21T20:51:38.2852822Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_209, aten.slice_copy.Tensor 2025-03-21T20:51:38.2853720Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_210, aten.slice_copy.Tensor 2025-03-21T20:51:38.2854614Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_211, aten.slice_copy.Tensor 2025-03-21T20:51:38.2855512Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_212, aten.slice_copy.Tensor 2025-03-21T20:51:38.2856406Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_213, aten.slice_copy.Tensor 2025-03-21T20:51:38.2857315Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_214, aten.slice_copy.Tensor 2025-03-21T20:51:38.2858205Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_215, aten.slice_copy.Tensor 2025-03-21T20:51:38.2859099Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_216, aten.slice_copy.Tensor 2025-03-21T20:51:38.2859995Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_217, aten.slice_copy.Tensor 2025-03-21T20:51:38.2860891Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_218, aten.slice_copy.Tensor 2025-03-21T20:51:38.2861788Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_219, aten.slice_copy.Tensor 2025-03-21T20:51:38.2862716Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_220, aten.slice_copy.Tensor 2025-03-21T20:51:38.2863595Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_221, aten.slice_copy.Tensor 2025-03-21T20:51:38.2864490Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_222, aten.slice_copy.Tensor 2025-03-21T20:51:38.2865406Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_223, aten.slice_copy.Tensor 2025-03-21T20:51:38.2866298Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_224, aten.slice_copy.Tensor 2025-03-21T20:51:38.7120533Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_225, aten.slice_copy.Tensor 2025-03-21T20:51:38.7121500Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_226, aten.slice_copy.Tensor 2025-03-21T20:51:38.7122399Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_227, aten.slice_copy.Tensor 2025-03-21T20:51:38.7123302Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_228, aten.slice_copy.Tensor 2025-03-21T20:51:38.7124186Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_229, aten.slice_copy.Tensor 2025-03-21T20:51:38.7125077Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_230, aten.slice_copy.Tensor 2025-03-21T20:51:38.7125971Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_231, aten.slice_copy.Tensor 2025-03-21T20:51:38.7126859Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_232, aten.slice_copy.Tensor 2025-03-21T20:51:38.7127933Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_233, aten.slice_copy.Tensor 2025-03-21T20:51:38.7128826Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_234, aten.slice_copy.Tensor 2025-03-21T20:51:38.7129713Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_235, aten.slice_copy.Tensor 2025-03-21T20:51:38.7130595Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_236, aten.slice_copy.Tensor 2025-03-21T20:51:38.7131482Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_237, aten.slice_copy.Tensor 2025-03-21T20:51:38.7132375Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_238, aten.slice_copy.Tensor 2025-03-21T20:51:38.7133268Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_239, aten.slice_copy.Tensor 2025-03-21T20:51:38.7134116Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_221, aten.cat.default 2025-03-21T20:51:38.7134921Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_223, aten.cat.default 2025-03-21T20:51:38.7135724Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_225, aten.cat.default 2025-03-21T20:51:38.7136514Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_227, aten.cat.default 2025-03-21T20:51:38.7137375Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_229, aten.cat.default 2025-03-21T20:51:38.7138175Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_231, aten.cat.default 2025-03-21T20:51:38.7138977Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_233, aten.cat.default 2025-03-21T20:51:38.7139775Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_235, aten.cat.default 2025-03-21T20:51:38.7140572Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_237, aten.cat.default 2025-03-21T20:51:38.7141359Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_239, aten.cat.default 2025-03-21T20:51:38.7142160Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_241, aten.cat.default 2025-03-21T20:51:38.7143000Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_243, aten.cat.default 2025-03-21T20:51:38.7143798Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_410, aten.mul.Tensor 2025-03-21T20:51:38.7144585Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_412, aten.mul.Tensor 2025-03-21T20:51:38.7145431Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_411, aten.mul.Tensor 2025-03-21T20:51:38.7146212Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_413, aten.mul.Tensor 2025-03-21T20:51:38.7146981Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_414, aten.mul.Tensor 2025-03-21T20:51:38.7147763Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_416, aten.mul.Tensor 2025-03-21T20:51:38.7148550Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_415, aten.mul.Tensor 2025-03-21T20:51:38.7149438Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_417, aten.mul.Tensor 2025-03-21T20:51:38.7150228Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_418, aten.mul.Tensor 2025-03-21T20:51:38.7151012Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_420, aten.mul.Tensor 2025-03-21T20:51:38.7151787Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_419, aten.mul.Tensor 2025-03-21T20:51:38.7152573Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_421, aten.mul.Tensor 2025-03-21T20:51:38.7153362Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_422, aten.mul.Tensor 2025-03-21T20:51:38.7154199Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_424, aten.mul.Tensor 2025-03-21T20:51:38.7154980Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_423, aten.mul.Tensor 2025-03-21T20:51:38.7155766Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_425, aten.mul.Tensor 2025-03-21T20:51:38.7156550Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_426, aten.mul.Tensor 2025-03-21T20:51:38.7157321Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_428, aten.mul.Tensor 2025-03-21T20:51:38.7158100Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_427, aten.mul.Tensor 2025-03-21T20:51:38.7158882Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_429, aten.mul.Tensor 2025-03-21T20:51:38.7159661Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_430, aten.mul.Tensor 2025-03-21T20:51:38.7160442Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_432, aten.mul.Tensor 2025-03-21T20:51:38.7161220Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_431, aten.mul.Tensor 2025-03-21T20:51:38.7162002Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_433, aten.mul.Tensor 2025-03-21T20:51:38.7162768Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_434, aten.mul.Tensor 2025-03-21T20:51:38.7163576Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_436, aten.mul.Tensor 2025-03-21T20:51:38.7164357Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_435, aten.mul.Tensor 2025-03-21T20:51:38.7165143Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_437, aten.mul.Tensor 2025-03-21T20:51:38.7165922Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_438, aten.mul.Tensor 2025-03-21T20:51:38.7166704Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_440, aten.mul.Tensor 2025-03-21T20:51:38.7167470Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_439, aten.mul.Tensor 2025-03-21T20:51:38.7168251Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_441, aten.mul.Tensor 2025-03-21T20:51:38.7169076Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_442, aten.mul.Tensor 2025-03-21T20:51:38.7170075Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_444, aten.mul.Tensor 2025-03-21T20:51:38.7170957Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_443, aten.mul.Tensor 2025-03-21T20:51:38.7171795Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_445, aten.mul.Tensor 2025-03-21T20:51:38.7172587Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_446, aten.mul.Tensor 2025-03-21T20:51:38.7173372Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_448, aten.mul.Tensor 2025-03-21T20:51:38.7174158Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_447, aten.mul.Tensor 2025-03-21T20:51:38.7174948Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_449, aten.mul.Tensor 2025-03-21T20:51:38.7175736Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_450, aten.mul.Tensor 2025-03-21T20:51:38.7176694Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_452, aten.mul.Tensor 2025-03-21T20:51:38.7177481Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_451, aten.mul.Tensor 2025-03-21T20:51:38.7178276Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_453, aten.mul.Tensor 2025-03-21T20:51:38.7179064Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_454, aten.mul.Tensor 2025-03-21T20:51:38.7179855Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_456, aten.mul.Tensor 2025-03-21T20:51:38.7180703Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_455, aten.mul.Tensor 2025-03-21T20:51:38.7181488Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_457, aten.mul.Tensor 2025-03-21T20:51:38.7182262Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_458, aten.mul.Tensor 2025-03-21T20:51:38.7183053Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_460, aten.mul.Tensor 2025-03-21T20:51:38.7183836Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_459, aten.mul.Tensor 2025-03-21T20:51:38.7184620Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_461, aten.mul.Tensor 2025-03-21T20:51:38.7185400Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_462, aten.mul.Tensor 2025-03-21T20:51:38.7186180Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_464, aten.mul.Tensor 2025-03-21T20:51:38.7186953Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_463, aten.mul.Tensor 2025-03-21T20:51:39.1577368Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_465, aten.mul.Tensor 2025-03-21T20:51:39.1578221Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_466, aten.mul.Tensor 2025-03-21T20:51:39.1579149Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_468, aten.mul.Tensor 2025-03-21T20:51:39.1579944Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_467, aten.mul.Tensor 2025-03-21T20:51:39.1580742Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_469, aten.mul.Tensor 2025-03-21T20:51:39.1581526Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_470, aten.mul.Tensor 2025-03-21T20:51:39.1582309Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_472, aten.mul.Tensor 2025-03-21T20:51:39.1583090Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_471, aten.mul.Tensor 2025-03-21T20:51:39.1583876Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_473, aten.mul.Tensor 2025-03-21T20:51:39.1584715Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_474, aten.mul.Tensor 2025-03-21T20:51:39.1585504Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_476, aten.mul.Tensor 2025-03-21T20:51:39.1586291Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_475, aten.mul.Tensor 2025-03-21T20:51:39.1587079Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_477, aten.mul.Tensor 2025-03-21T20:51:39.1587916Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_478, aten.mul.Tensor 2025-03-21T20:51:39.1588687Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_480, aten.mul.Tensor 2025-03-21T20:51:39.1589538Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_479, aten.mul.Tensor 2025-03-21T20:51:39.1590327Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_481, aten.mul.Tensor 2025-03-21T20:51:39.1591117Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_482, aten.mul.Tensor 2025-03-21T20:51:39.1591906Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_484, aten.mul.Tensor 2025-03-21T20:51:39.1592694Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_483, aten.mul.Tensor 2025-03-21T20:51:39.1593465Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_485, aten.mul.Tensor 2025-03-21T20:51:39.1594247Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_486, aten.mul.Tensor 2025-03-21T20:51:39.1595027Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_488, aten.mul.Tensor 2025-03-21T20:51:39.1595810Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_487, aten.mul.Tensor 2025-03-21T20:51:39.1596649Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_489, aten.mul.Tensor 2025-03-21T20:51:39.1597437Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_490, aten.mul.Tensor 2025-03-21T20:51:39.1598209Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_492, aten.mul.Tensor 2025-03-21T20:51:39.1598993Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_491, aten.mul.Tensor 2025-03-21T20:51:39.1599780Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_493, aten.mul.Tensor 2025-03-21T20:51:39.1600564Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_494, aten.mul.Tensor 2025-03-21T20:51:39.1601347Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_496, aten.mul.Tensor 2025-03-21T20:51:39.1602128Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_495, aten.mul.Tensor 2025-03-21T20:51:39.1602900Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_497, aten.mul.Tensor 2025-03-21T20:51:39.1603681Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_498, aten.mul.Tensor 2025-03-21T20:51:39.1604468Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_500, aten.mul.Tensor 2025-03-21T20:51:39.1605284Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_499, aten.mul.Tensor 2025-03-21T20:51:39.1606064Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_501, aten.mul.Tensor 2025-03-21T20:51:39.1606847Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_502, aten.mul.Tensor 2025-03-21T20:51:39.1607627Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_504, aten.mul.Tensor 2025-03-21T20:51:39.1608398Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_503, aten.mul.Tensor 2025-03-21T20:51:39.1609180Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_505, aten.mul.Tensor 2025-03-21T20:51:39.1609964Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_96, aten.sub.Tensor 2025-03-21T20:51:39.1610801Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_152, aten.add.Tensor 2025-03-21T20:51:39.1611584Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_97, aten.sub.Tensor 2025-03-21T20:51:39.1612373Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_153, aten.add.Tensor 2025-03-21T20:51:39.1613190Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_98, aten.sub.Tensor 2025-03-21T20:51:39.1613962Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_154, aten.add.Tensor 2025-03-21T20:51:39.1614747Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_99, aten.sub.Tensor 2025-03-21T20:51:39.1615527Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_155, aten.add.Tensor 2025-03-21T20:51:39.1616310Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_100, aten.sub.Tensor 2025-03-21T20:51:39.1617093Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_156, aten.add.Tensor 2025-03-21T20:51:39.1617876Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_101, aten.sub.Tensor 2025-03-21T20:51:39.1618661Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_157, aten.add.Tensor 2025-03-21T20:51:39.1619431Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_102, aten.sub.Tensor 2025-03-21T20:51:39.1620215Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_158, aten.add.Tensor 2025-03-21T20:51:39.1621112Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_103, aten.sub.Tensor 2025-03-21T20:51:39.1621939Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_159, aten.add.Tensor 2025-03-21T20:51:39.1622725Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_104, aten.sub.Tensor 2025-03-21T20:51:39.1623512Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_160, aten.add.Tensor 2025-03-21T20:51:39.1624288Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_105, aten.sub.Tensor 2025-03-21T20:51:39.1625074Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_161, aten.add.Tensor 2025-03-21T20:51:39.1625859Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_106, aten.sub.Tensor 2025-03-21T20:51:39.1626645Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_162, aten.add.Tensor 2025-03-21T20:51:39.1627434Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_107, aten.sub.Tensor 2025-03-21T20:51:39.1628221Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_163, aten.add.Tensor 2025-03-21T20:51:39.1629057Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_108, aten.sub.Tensor 2025-03-21T20:51:39.1629908Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_291, aten._to_copy.default 2025-03-21T20:51:39.1630749Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_164, aten.add.Tensor 2025-03-21T20:51:39.1631622Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_292, aten._to_copy.default 2025-03-21T20:51:39.1632456Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_109, aten.sub.Tensor 2025-03-21T20:51:39.1633291Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_293, aten._to_copy.default 2025-03-21T20:51:39.1634124Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_165, aten.add.Tensor 2025-03-21T20:51:39.1634943Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_294, aten._to_copy.default 2025-03-21T20:51:39.1635780Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_110, aten.sub.Tensor 2025-03-21T20:51:39.1636648Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_295, aten._to_copy.default 2025-03-21T20:51:39.1637482Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_166, aten.add.Tensor 2025-03-21T20:51:39.1638320Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_296, aten._to_copy.default 2025-03-21T20:51:39.1639149Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_111, aten.sub.Tensor 2025-03-21T20:51:39.1640118Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_297, aten._to_copy.default 2025-03-21T20:51:39.1641005Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_167, aten.add.Tensor 2025-03-21T20:51:39.1641839Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_298, aten._to_copy.default 2025-03-21T20:51:39.1642669Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_112, aten.sub.Tensor 2025-03-21T20:51:39.1643499Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_299, aten._to_copy.default 2025-03-21T20:51:39.1644335Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_168, aten.add.Tensor 2025-03-21T20:51:39.5772133Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_300, aten._to_copy.default 2025-03-21T20:51:39.5773051Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_113, aten.sub.Tensor 2025-03-21T20:51:39.5773893Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_301, aten._to_copy.default 2025-03-21T20:51:39.5774731Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_169, aten.add.Tensor 2025-03-21T20:51:39.5775784Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_302, aten._to_copy.default 2025-03-21T20:51:39.5776781Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_114, aten.sub.Tensor 2025-03-21T20:51:39.5777623Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_303, aten._to_copy.default 2025-03-21T20:51:39.5778449Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_170, aten.add.Tensor 2025-03-21T20:51:39.5779279Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_304, aten._to_copy.default 2025-03-21T20:51:39.5780113Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_115, aten.sub.Tensor 2025-03-21T20:51:39.5780940Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_305, aten._to_copy.default 2025-03-21T20:51:39.5781767Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_171, aten.add.Tensor 2025-03-21T20:51:39.5782598Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_306, aten._to_copy.default 2025-03-21T20:51:39.5783416Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_116, aten.sub.Tensor 2025-03-21T20:51:39.5784249Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_307, aten._to_copy.default 2025-03-21T20:51:39.5785162Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_172, aten.add.Tensor 2025-03-21T20:51:39.5785998Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_308, aten._to_copy.default 2025-03-21T20:51:39.5786835Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_117, aten.sub.Tensor 2025-03-21T20:51:39.5787668Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_309, aten._to_copy.default 2025-03-21T20:51:39.5788579Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_173, aten.add.Tensor 2025-03-21T20:51:39.5789468Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_310, aten._to_copy.default 2025-03-21T20:51:39.5790302Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_118, aten.sub.Tensor 2025-03-21T20:51:39.5791212Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_311, aten._to_copy.default 2025-03-21T20:51:39.5792042Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_174, aten.add.Tensor 2025-03-21T20:51:39.5792874Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_312, aten._to_copy.default 2025-03-21T20:51:39.5793789Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_119, aten.sub.Tensor 2025-03-21T20:51:39.5794606Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_313, aten._to_copy.default 2025-03-21T20:51:39.5795438Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_175, aten.add.Tensor 2025-03-21T20:51:39.5796271Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_314, aten._to_copy.default 2025-03-21T20:51:39.5797112Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_196, aten.cat.default 2025-03-21T20:51:39.5797918Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_197, aten.cat.default 2025-03-21T20:51:39.5798723Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_198, aten.cat.default 2025-03-21T20:51:39.5799519Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_199, aten.cat.default 2025-03-21T20:51:39.5800305Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_200, aten.cat.default 2025-03-21T20:51:39.5801098Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_201, aten.cat.default 2025-03-21T20:51:39.5801892Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_202, aten.cat.default 2025-03-21T20:51:39.5802751Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_203, aten.cat.default 2025-03-21T20:51:39.5803550Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_204, aten.cat.default 2025-03-21T20:51:39.5804351Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_205, aten.cat.default 2025-03-21T20:51:39.5805138Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_206, aten.cat.default 2025-03-21T20:51:39.5805940Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_207, aten.cat.default 2025-03-21T20:51:39.5806737Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_208, aten.cat.default 2025-03-21T20:51:39.5807572Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_315, aten._to_copy.default 2025-03-21T20:51:39.5808403Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_209, aten.cat.default 2025-03-21T20:51:39.5809238Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_316, aten._to_copy.default 2025-03-21T20:51:39.5810076Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_210, aten.cat.default 2025-03-21T20:51:39.5810901Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_317, aten._to_copy.default 2025-03-21T20:51:39.5811769Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_211, aten.cat.default 2025-03-21T20:51:39.5812603Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_318, aten._to_copy.default 2025-03-21T20:51:39.5813447Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_212, aten.cat.default 2025-03-21T20:51:39.5814286Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_319, aten._to_copy.default 2025-03-21T20:51:39.5815141Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_213, aten.cat.default 2025-03-21T20:51:39.5815978Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_320, aten._to_copy.default 2025-03-21T20:51:39.5816837Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_214, aten.cat.default 2025-03-21T20:51:39.5817676Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_321, aten._to_copy.default 2025-03-21T20:51:39.5818510Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_215, aten.cat.default 2025-03-21T20:51:39.5819338Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_216, aten.cat.default 2025-03-21T20:51:39.5820176Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_322, aten._to_copy.default 2025-03-21T20:51:39.5821013Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_217, aten.cat.default 2025-03-21T20:51:39.5821852Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_323, aten._to_copy.default 2025-03-21T20:51:39.5822677Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_218, aten.cat.default 2025-03-21T20:51:39.5823479Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_219, aten.cat.default 2025-03-21T20:51:39.5824320Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_324, aten._to_copy.default 2025-03-21T20:51:39.5825235Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_249, aten.permute_copy.default 2025-03-21T20:51:39.5826150Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_325, aten._to_copy.default 2025-03-21T20:51:39.5827054Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_250, aten.permute_copy.default 2025-03-21T20:51:39.5827971Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_326, aten._to_copy.default 2025-03-21T20:51:39.5828905Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_251, aten.permute_copy.default 2025-03-21T20:51:39.5829919Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_327, aten._to_copy.default 2025-03-21T20:51:39.5830832Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_252, aten.permute_copy.default 2025-03-21T20:51:39.5831735Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_328, aten._to_copy.default 2025-03-21T20:51:39.5832645Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_253, aten.permute_copy.default 2025-03-21T20:51:39.5833559Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_329, aten._to_copy.default 2025-03-21T20:51:39.5834474Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_254, aten.permute_copy.default 2025-03-21T20:51:39.5835387Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_330, aten._to_copy.default 2025-03-21T20:51:39.5836293Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_255, aten.permute_copy.default 2025-03-21T20:51:39.5837301Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_331, aten._to_copy.default 2025-03-21T20:51:39.5838237Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_256, aten.permute_copy.default 2025-03-21T20:51:40.0744558Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_257, aten.permute_copy.default 2025-03-21T20:51:40.0745546Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_332, aten._to_copy.default 2025-03-21T20:51:40.0746460Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_258, aten.permute_copy.default 2025-03-21T20:51:40.0747375Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_333, aten._to_copy.default 2025-03-21T20:51:40.0748280Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_259, aten.permute_copy.default 2025-03-21T20:51:40.0749515Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_260, aten.permute_copy.default 2025-03-21T20:51:40.0750428Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_334, aten._to_copy.default 2025-03-21T20:51:40.0751274Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_220, aten.cat.default 2025-03-21T20:51:40.0752141Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_222, aten.cat.default 2025-03-21T20:51:40.0752939Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_224, aten.cat.default 2025-03-21T20:51:40.0753737Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_226, aten.cat.default 2025-03-21T20:51:40.0754545Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_228, aten.cat.default 2025-03-21T20:51:40.0755346Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_230, aten.cat.default 2025-03-21T20:51:40.0756135Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_232, aten.cat.default 2025-03-21T20:51:40.0756939Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_234, aten.cat.default 2025-03-21T20:51:40.0757738Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_236, aten.cat.default 2025-03-21T20:51:40.0758538Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_238, aten.cat.default 2025-03-21T20:51:40.0759337Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_240, aten.cat.default 2025-03-21T20:51:40.0760134Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_242, aten.cat.default 2025-03-21T20:51:40.0761006Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_96, aten.matmul.default 2025-03-21T20:51:40.0761852Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_98, aten.matmul.default 2025-03-21T20:51:40.0762728Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_100, aten.matmul.default 2025-03-21T20:51:40.0763577Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_102, aten.matmul.default 2025-03-21T20:51:40.0764425Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_104, aten.matmul.default 2025-03-21T20:51:40.0765276Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_106, aten.matmul.default 2025-03-21T20:51:40.0766123Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_108, aten.matmul.default 2025-03-21T20:51:40.0766969Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_110, aten.matmul.default 2025-03-21T20:51:40.0767801Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_112, aten.matmul.default 2025-03-21T20:51:40.0768652Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_114, aten.matmul.default 2025-03-21T20:51:40.0769789Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_116, aten.matmul.default 2025-03-21T20:51:40.0770736Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_118, aten.matmul.default 2025-03-21T20:51:40.0771550Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_48, aten.div.Tensor 2025-03-21T20:51:40.0772339Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_49, aten.div.Tensor 2025-03-21T20:51:40.0773102Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_50, aten.div.Tensor 2025-03-21T20:51:40.0773879Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_51, aten.div.Tensor 2025-03-21T20:51:40.0774653Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_52, aten.div.Tensor 2025-03-21T20:51:40.0775426Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_53, aten.div.Tensor 2025-03-21T20:51:40.0776462Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_54, aten.div.Tensor 2025-03-21T20:51:40.0777245Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_55, aten.div.Tensor 2025-03-21T20:51:40.0778019Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_56, aten.div.Tensor 2025-03-21T20:51:40.0778836Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_57, aten.div.Tensor 2025-03-21T20:51:40.0779612Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_58, aten.div.Tensor 2025-03-21T20:51:40.0780390Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_59, aten.div.Tensor 2025-03-21T20:51:40.0781176Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_176, aten.add.Tensor 2025-03-21T20:51:40.0781966Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_177, aten.add.Tensor 2025-03-21T20:51:40.0782750Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_178, aten.add.Tensor 2025-03-21T20:51:40.0783524Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_179, aten.add.Tensor 2025-03-21T20:51:40.0784313Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_180, aten.add.Tensor 2025-03-21T20:51:40.0785096Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_181, aten.add.Tensor 2025-03-21T20:51:40.0785875Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_182, aten.add.Tensor 2025-03-21T20:51:40.0786656Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_183, aten.add.Tensor 2025-03-21T20:51:40.0787479Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_184, aten.add.Tensor 2025-03-21T20:51:40.0788249Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_185, aten.add.Tensor 2025-03-21T20:51:40.0789035Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_186, aten.add.Tensor 2025-03-21T20:51:40.0789887Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_187, aten.add.Tensor 2025-03-21T20:51:40.0790722Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_48, aten._softmax.default 2025-03-21T20:51:40.0791606Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_49, aten._softmax.default 2025-03-21T20:51:40.0792484Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_50, aten._softmax.default 2025-03-21T20:51:40.0793359Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_51, aten._softmax.default 2025-03-21T20:51:40.0794220Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_52, aten._softmax.default 2025-03-21T20:51:40.0795095Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_53, aten._softmax.default 2025-03-21T20:51:40.0795967Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_54, aten._softmax.default 2025-03-21T20:51:40.0796928Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_55, aten._softmax.default 2025-03-21T20:51:40.0797801Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_56, aten._softmax.default 2025-03-21T20:51:40.0798676Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_57, aten._softmax.default 2025-03-21T20:51:40.0799543Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_58, aten._softmax.default 2025-03-21T20:51:40.0808854Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_59, aten._softmax.default 2025-03-21T20:51:40.0809744Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_97, aten.matmul.default 2025-03-21T20:51:40.0810681Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_99, aten.matmul.default 2025-03-21T20:51:40.0811525Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_101, aten.matmul.default 2025-03-21T20:51:40.0812378Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_103, aten.matmul.default 2025-03-21T20:51:40.0813261Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_105, aten.matmul.default 2025-03-21T20:51:40.0814109Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_107, aten.matmul.default 2025-03-21T20:51:40.0814964Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_109, aten.matmul.default 2025-03-21T20:51:40.0815817Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_111, aten.matmul.default 2025-03-21T20:51:40.0816667Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_113, aten.matmul.default 2025-03-21T20:51:40.0817515Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_115, aten.matmul.default 2025-03-21T20:51:40.0818356Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_117, aten.matmul.default 2025-03-21T20:51:40.0819199Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_119, aten.matmul.default 2025-03-21T20:51:40.0820025Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_244, aten.cat.default 2025-03-21T20:51:40.7301135Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_561, aten.view_copy.default 2025-03-21T20:51:40.7302821Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1333, aten.permute_copy.default 2025-03-21T20:51:40.7304815Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_196, aten.convolution.default 2025-03-21T20:51:40.7306514Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1334, aten.permute_copy.default 2025-03-21T20:51:40.7308161Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_562, aten.view_copy.default 2025-03-21T20:51:40.7309734Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_188, aten.add.Tensor 2025-03-21T20:51:40.7311211Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_rms_norm_default_9, aten.rms_norm.default 2025-03-21T20:51:40.7312788Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_563, aten.view_copy.default 2025-03-21T20:51:40.7314407Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1335, aten.permute_copy.default 2025-03-21T20:51:40.7316096Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_197, aten.convolution.default 2025-03-21T20:51:40.7317759Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_198, aten.convolution.default 2025-03-21T20:51:40.7319337Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sigmoid_default_4, aten.sigmoid.default 2025-03-21T20:51:40.7320872Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_508, aten.mul.Tensor 2025-03-21T20:51:40.7322266Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_509, aten.mul.Tensor 2025-03-21T20:51:40.7323801Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_199, aten.convolution.default 2025-03-21T20:51:40.7325459Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1336, aten.permute_copy.default 2025-03-21T20:51:40.7327100Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_564, aten.view_copy.default 2025-03-21T20:51:40.7328615Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_189, aten.add.Tensor 2025-03-21T20:51:40.7330129Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_rms_norm_default_10, aten.rms_norm.default 2025-03-21T20:51:40.7331701Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_565, aten.view_copy.default 2025-03-21T20:51:40.7333344Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1337, aten.permute_copy.default 2025-03-21T20:51:40.7335026Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_335, aten._to_copy.default 2025-03-21T20:51:40.7336622Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_200, aten.convolution.default 2025-03-21T20:51:40.7338277Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1338, aten.permute_copy.default 2025-03-21T20:51:40.7339957Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_201, aten.convolution.default 2025-03-21T20:51:40.7341633Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1339, aten.permute_copy.default 2025-03-21T20:51:40.7343306Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_202, aten.convolution.default 2025-03-21T20:51:40.7344978Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1340, aten.permute_copy.default 2025-03-21T20:51:40.7346649Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_203, aten.convolution.default 2025-03-21T20:51:40.7348322Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1341, aten.permute_copy.default 2025-03-21T20:51:40.7350034Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_204, aten.convolution.default 2025-03-21T20:51:40.7351755Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1342, aten.permute_copy.default 2025-03-21T20:51:40.7353429Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_205, aten.convolution.default 2025-03-21T20:51:40.7355109Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1343, aten.permute_copy.default 2025-03-21T20:51:40.7356793Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_206, aten.convolution.default 2025-03-21T20:51:40.7358469Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1344, aten.permute_copy.default 2025-03-21T20:51:40.7360146Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_207, aten.convolution.default 2025-03-21T20:51:40.7361817Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1345, aten.permute_copy.default 2025-03-21T20:51:40.7363498Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_208, aten.convolution.default 2025-03-21T20:51:40.7365178Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1346, aten.permute_copy.default 2025-03-21T20:51:40.7366865Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_209, aten.convolution.default 2025-03-21T20:51:40.7368576Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1347, aten.permute_copy.default 2025-03-21T20:51:40.7370260Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_210, aten.convolution.default 2025-03-21T20:51:40.7371946Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1348, aten.permute_copy.default 2025-03-21T20:51:40.7373609Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_211, aten.convolution.default 2025-03-21T20:51:40.7375273Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1349, aten.permute_copy.default 2025-03-21T20:51:40.7377115Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_212, aten.convolution.default 2025-03-21T20:51:40.7378881Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1350, aten.permute_copy.default 2025-03-21T20:51:40.7380583Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_213, aten.convolution.default 2025-03-21T20:51:40.7382268Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1351, aten.permute_copy.default 2025-03-21T20:51:40.7383995Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_214, aten.convolution.default 2025-03-21T20:51:40.7385673Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1352, aten.permute_copy.default 2025-03-21T20:51:40.7387363Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_215, aten.convolution.default 2025-03-21T20:51:40.7389049Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1353, aten.permute_copy.default 2025-03-21T20:51:40.7390767Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_216, aten.convolution.default 2025-03-21T20:51:40.7392449Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1354, aten.permute_copy.default 2025-03-21T20:51:40.7394135Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_217, aten.convolution.default 2025-03-21T20:51:40.7395800Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1355, aten.permute_copy.default 2025-03-21T20:51:40.7397475Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_218, aten.convolution.default 2025-03-21T20:51:40.7399207Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1356, aten.permute_copy.default 2025-03-21T20:51:40.7400888Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_219, aten.convolution.default 2025-03-21T20:51:40.7402568Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1357, aten.permute_copy.default 2025-03-21T20:51:40.7404252Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_220, aten.convolution.default 2025-03-21T20:51:40.7405943Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1358, aten.permute_copy.default 2025-03-21T20:51:40.7407603Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_221, aten.convolution.default 2025-03-21T20:51:40.7409283Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1359, aten.permute_copy.default 2025-03-21T20:51:40.7410967Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_222, aten.convolution.default 2025-03-21T20:51:40.7412695Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1360, aten.permute_copy.default 2025-03-21T20:51:40.7414649Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_223, aten.convolution.default 2025-03-21T20:51:40.7416661Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1361, aten.permute_copy.default 2025-03-21T20:51:40.7418603Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_224, aten.convolution.default 2025-03-21T20:51:40.7420443Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1362, aten.permute_copy.default 2025-03-21T20:51:41.1283400Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_225, aten.convolution.default 2025-03-21T20:51:41.1284427Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1363, aten.permute_copy.default 2025-03-21T20:51:41.1285374Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_226, aten.convolution.default 2025-03-21T20:51:41.1286532Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1364, aten.permute_copy.default 2025-03-21T20:51:41.1287472Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_227, aten.convolution.default 2025-03-21T20:51:41.1288412Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1365, aten.permute_copy.default 2025-03-21T20:51:41.1289413Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_228, aten.convolution.default 2025-03-21T20:51:41.1290347Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1366, aten.permute_copy.default 2025-03-21T20:51:41.1291290Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_229, aten.convolution.default 2025-03-21T20:51:41.1292228Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1367, aten.permute_copy.default 2025-03-21T20:51:41.1293169Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_230, aten.convolution.default 2025-03-21T20:51:41.1294100Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1368, aten.permute_copy.default 2025-03-21T20:51:41.1295036Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_231, aten.convolution.default 2025-03-21T20:51:41.1295977Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1369, aten.permute_copy.default 2025-03-21T20:51:41.1296917Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_232, aten.convolution.default 2025-03-21T20:51:41.1297856Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1370, aten.permute_copy.default 2025-03-21T20:51:41.1298870Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_233, aten.convolution.default 2025-03-21T20:51:41.1299815Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1371, aten.permute_copy.default 2025-03-21T20:51:41.1300759Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_234, aten.convolution.default 2025-03-21T20:51:41.1301693Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1372, aten.permute_copy.default 2025-03-21T20:51:41.1302639Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_235, aten.convolution.default 2025-03-21T20:51:41.1303583Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1373, aten.permute_copy.default 2025-03-21T20:51:41.1304510Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_336, aten._to_copy.default 2025-03-21T20:51:41.1305394Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_337, aten._to_copy.default 2025-03-21T20:51:41.1306270Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_338, aten._to_copy.default 2025-03-21T20:51:41.1307145Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_339, aten._to_copy.default 2025-03-21T20:51:41.1308058Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_340, aten._to_copy.default 2025-03-21T20:51:41.1308927Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_341, aten._to_copy.default 2025-03-21T20:51:41.1309877Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_342, aten._to_copy.default 2025-03-21T20:51:41.1310755Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_343, aten._to_copy.default 2025-03-21T20:51:41.1311631Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_344, aten._to_copy.default 2025-03-21T20:51:41.1312511Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_345, aten._to_copy.default 2025-03-21T20:51:41.1313454Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_346, aten._to_copy.default 2025-03-21T20:51:41.1314341Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_566, aten.view_copy.default 2025-03-21T20:51:41.1315237Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_567, aten.view_copy.default 2025-03-21T20:51:41.1316162Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_568, aten.view_copy.default 2025-03-21T20:51:41.1317061Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_569, aten.view_copy.default 2025-03-21T20:51:41.1317952Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_570, aten.view_copy.default 2025-03-21T20:51:41.1318843Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_571, aten.view_copy.default 2025-03-21T20:51:41.1319725Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_572, aten.view_copy.default 2025-03-21T20:51:41.1320614Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_573, aten.view_copy.default 2025-03-21T20:51:41.1321508Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_574, aten.view_copy.default 2025-03-21T20:51:41.1322398Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_575, aten.view_copy.default 2025-03-21T20:51:41.1323291Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_576, aten.view_copy.default 2025-03-21T20:51:41.1324176Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_577, aten.view_copy.default 2025-03-21T20:51:41.1325086Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_578, aten.view_copy.default 2025-03-21T20:51:41.1325967Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_579, aten.view_copy.default 2025-03-21T20:51:41.1326854Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_580, aten.view_copy.default 2025-03-21T20:51:41.1327746Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_581, aten.view_copy.default 2025-03-21T20:51:41.1328631Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_582, aten.view_copy.default 2025-03-21T20:51:41.1329521Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_583, aten.view_copy.default 2025-03-21T20:51:41.1330410Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_584, aten.view_copy.default 2025-03-21T20:51:41.1331306Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_585, aten.view_copy.default 2025-03-21T20:51:41.1332184Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_586, aten.view_copy.default 2025-03-21T20:51:41.1333080Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_587, aten.view_copy.default 2025-03-21T20:51:41.1333999Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_588, aten.view_copy.default 2025-03-21T20:51:41.1334888Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_589, aten.view_copy.default 2025-03-21T20:51:41.1335779Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_590, aten.view_copy.default 2025-03-21T20:51:41.1336658Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_347, aten._to_copy.default 2025-03-21T20:51:41.1337523Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_591, aten.view_copy.default 2025-03-21T20:51:41.1338408Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_348, aten._to_copy.default 2025-03-21T20:51:41.1339285Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_592, aten.view_copy.default 2025-03-21T20:51:41.1340200Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_349, aten._to_copy.default 2025-03-21T20:51:41.1341081Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_593, aten.view_copy.default 2025-03-21T20:51:41.1341964Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_350, aten._to_copy.default 2025-03-21T20:51:41.1342876Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_594, aten.view_copy.default 2025-03-21T20:51:41.1343745Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_351, aten._to_copy.default 2025-03-21T20:51:41.1344636Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_595, aten.view_copy.default 2025-03-21T20:51:41.1345519Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_352, aten._to_copy.default 2025-03-21T20:51:41.1346407Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_596, aten.view_copy.default 2025-03-21T20:51:41.1347292Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_353, aten._to_copy.default 2025-03-21T20:51:41.1348244Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_597, aten.view_copy.default 2025-03-21T20:51:41.1349126Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_354, aten._to_copy.default 2025-03-21T20:51:41.4868787Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_598, aten.view_copy.default 2025-03-21T20:51:41.4869798Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_355, aten._to_copy.default 2025-03-21T20:51:41.4870916Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_599, aten.view_copy.default 2025-03-21T20:51:41.4871833Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_356, aten._to_copy.default 2025-03-21T20:51:41.4872719Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_600, aten.view_copy.default 2025-03-21T20:51:41.4873601Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_357, aten._to_copy.default 2025-03-21T20:51:41.4874485Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_601, aten.view_copy.default 2025-03-21T20:51:41.4875385Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_240, aten.slice_copy.Tensor 2025-03-21T20:51:41.4876433Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_241, aten.slice_copy.Tensor 2025-03-21T20:51:41.4877336Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_242, aten.slice_copy.Tensor 2025-03-21T20:51:41.4878228Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_243, aten.slice_copy.Tensor 2025-03-21T20:51:41.4879125Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_244, aten.slice_copy.Tensor 2025-03-21T20:51:41.4880074Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_245, aten.slice_copy.Tensor 2025-03-21T20:51:41.4880967Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_246, aten.slice_copy.Tensor 2025-03-21T20:51:41.4881867Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_247, aten.slice_copy.Tensor 2025-03-21T20:51:41.4882756Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_248, aten.slice_copy.Tensor 2025-03-21T20:51:41.4883657Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_249, aten.slice_copy.Tensor 2025-03-21T20:51:41.4884548Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_250, aten.slice_copy.Tensor 2025-03-21T20:51:41.4885489Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_251, aten.slice_copy.Tensor 2025-03-21T20:51:41.4886374Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_252, aten.slice_copy.Tensor 2025-03-21T20:51:41.4887263Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_253, aten.slice_copy.Tensor 2025-03-21T20:51:41.4888607Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_254, aten.slice_copy.Tensor 2025-03-21T20:51:41.4889498Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_255, aten.slice_copy.Tensor 2025-03-21T20:51:41.4890391Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_256, aten.slice_copy.Tensor 2025-03-21T20:51:41.4891285Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_257, aten.slice_copy.Tensor 2025-03-21T20:51:41.4892174Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_258, aten.slice_copy.Tensor 2025-03-21T20:51:41.4893054Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_259, aten.slice_copy.Tensor 2025-03-21T20:51:41.4893946Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_260, aten.slice_copy.Tensor 2025-03-21T20:51:41.4894837Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_261, aten.slice_copy.Tensor 2025-03-21T20:51:41.4895729Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_262, aten.slice_copy.Tensor 2025-03-21T20:51:41.4896617Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_263, aten.slice_copy.Tensor 2025-03-21T20:51:41.4897549Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_264, aten.slice_copy.Tensor 2025-03-21T20:51:41.4898441Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_265, aten.slice_copy.Tensor 2025-03-21T20:51:41.4899323Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_266, aten.slice_copy.Tensor 2025-03-21T20:51:41.4900241Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_267, aten.slice_copy.Tensor 2025-03-21T20:51:41.4901133Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_268, aten.slice_copy.Tensor 2025-03-21T20:51:41.4902035Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_269, aten.slice_copy.Tensor 2025-03-21T20:51:41.4902929Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_270, aten.slice_copy.Tensor 2025-03-21T20:51:41.4903827Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_271, aten.slice_copy.Tensor 2025-03-21T20:51:41.4904723Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_272, aten.slice_copy.Tensor 2025-03-21T20:51:41.4905597Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_273, aten.slice_copy.Tensor 2025-03-21T20:51:41.4906524Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_274, aten.slice_copy.Tensor 2025-03-21T20:51:41.4907418Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_275, aten.slice_copy.Tensor 2025-03-21T20:51:41.4908310Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_276, aten.slice_copy.Tensor 2025-03-21T20:51:41.4909202Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_277, aten.slice_copy.Tensor 2025-03-21T20:51:41.4910175Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_278, aten.slice_copy.Tensor 2025-03-21T20:51:41.4911072Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_279, aten.slice_copy.Tensor 2025-03-21T20:51:41.4911954Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_280, aten.slice_copy.Tensor 2025-03-21T20:51:41.4912883Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_281, aten.slice_copy.Tensor 2025-03-21T20:51:41.4913779Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_282, aten.slice_copy.Tensor 2025-03-21T20:51:41.4914673Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_283, aten.slice_copy.Tensor 2025-03-21T20:51:41.4915596Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_284, aten.slice_copy.Tensor 2025-03-21T20:51:41.4916487Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_285, aten.slice_copy.Tensor 2025-03-21T20:51:41.4917382Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_286, aten.slice_copy.Tensor 2025-03-21T20:51:41.4918259Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_287, aten.slice_copy.Tensor 2025-03-21T20:51:41.4919201Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_270, aten.cat.default 2025-03-21T20:51:41.4920136Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_272, aten.cat.default 2025-03-21T20:51:41.4920941Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_274, aten.cat.default 2025-03-21T20:51:41.4921746Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_276, aten.cat.default 2025-03-21T20:51:41.4922551Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_278, aten.cat.default 2025-03-21T20:51:41.4923350Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_280, aten.cat.default 2025-03-21T20:51:41.4924175Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_282, aten.cat.default 2025-03-21T20:51:41.4924974Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_284, aten.cat.default 2025-03-21T20:51:41.4925777Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_286, aten.cat.default 2025-03-21T20:51:41.4926575Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_288, aten.cat.default 2025-03-21T20:51:41.4927372Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_290, aten.cat.default 2025-03-21T20:51:41.4928172Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_292, aten.cat.default 2025-03-21T20:51:41.4928949Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_512, aten.mul.Tensor 2025-03-21T20:51:41.4929732Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_514, aten.mul.Tensor 2025-03-21T20:51:41.4930517Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_513, aten.mul.Tensor 2025-03-21T20:51:41.4931298Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_515, aten.mul.Tensor 2025-03-21T20:51:41.4932080Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_516, aten.mul.Tensor 2025-03-21T20:51:41.4932971Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_518, aten.mul.Tensor 2025-03-21T20:51:41.4933738Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_517, aten.mul.Tensor 2025-03-21T20:51:41.4934521Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_519, aten.mul.Tensor 2025-03-21T20:51:41.4935305Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_520, aten.mul.Tensor 2025-03-21T20:51:41.4936081Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_522, aten.mul.Tensor 2025-03-21T20:51:41.9273644Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_521, aten.mul.Tensor 2025-03-21T20:51:41.9274582Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_523, aten.mul.Tensor 2025-03-21T20:51:41.9275572Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_524, aten.mul.Tensor 2025-03-21T20:51:41.9276521Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_526, aten.mul.Tensor 2025-03-21T20:51:41.9277314Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_525, aten.mul.Tensor 2025-03-21T20:51:41.9278099Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_527, aten.mul.Tensor 2025-03-21T20:51:41.9278949Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_528, aten.mul.Tensor 2025-03-21T20:51:41.9279720Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_530, aten.mul.Tensor 2025-03-21T20:51:41.9280503Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_529, aten.mul.Tensor 2025-03-21T20:51:41.9281291Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_531, aten.mul.Tensor 2025-03-21T20:51:41.9282076Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_532, aten.mul.Tensor 2025-03-21T20:51:41.9282859Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_534, aten.mul.Tensor 2025-03-21T20:51:41.9283646Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_533, aten.mul.Tensor 2025-03-21T20:51:41.9284425Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_535, aten.mul.Tensor 2025-03-21T20:51:41.9285200Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_536, aten.mul.Tensor 2025-03-21T20:51:41.9285983Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_538, aten.mul.Tensor 2025-03-21T20:51:41.9286764Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_537, aten.mul.Tensor 2025-03-21T20:51:41.9287613Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_539, aten.mul.Tensor 2025-03-21T20:51:41.9288399Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_540, aten.mul.Tensor 2025-03-21T20:51:41.9289188Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_542, aten.mul.Tensor 2025-03-21T20:51:41.9289962Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_541, aten.mul.Tensor 2025-03-21T20:51:41.9290751Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_543, aten.mul.Tensor 2025-03-21T20:51:41.9291541Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_544, aten.mul.Tensor 2025-03-21T20:51:41.9292324Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_546, aten.mul.Tensor 2025-03-21T20:51:41.9293104Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_545, aten.mul.Tensor 2025-03-21T20:51:41.9293886Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_547, aten.mul.Tensor 2025-03-21T20:51:41.9294653Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_548, aten.mul.Tensor 2025-03-21T20:51:41.9295435Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_550, aten.mul.Tensor 2025-03-21T20:51:41.9296273Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_549, aten.mul.Tensor 2025-03-21T20:51:41.9297053Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_551, aten.mul.Tensor 2025-03-21T20:51:41.9297839Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_552, aten.mul.Tensor 2025-03-21T20:51:41.9298620Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_554, aten.mul.Tensor 2025-03-21T20:51:41.9299404Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_553, aten.mul.Tensor 2025-03-21T20:51:41.9300171Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_555, aten.mul.Tensor 2025-03-21T20:51:41.9300950Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_556, aten.mul.Tensor 2025-03-21T20:51:41.9301767Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_558, aten.mul.Tensor 2025-03-21T20:51:41.9302551Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_557, aten.mul.Tensor 2025-03-21T20:51:41.9303353Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_559, aten.mul.Tensor 2025-03-21T20:51:41.9304135Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_560, aten.mul.Tensor 2025-03-21T20:51:41.9304944Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_562, aten.mul.Tensor 2025-03-21T20:51:41.9305714Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_561, aten.mul.Tensor 2025-03-21T20:51:41.9306503Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_563, aten.mul.Tensor 2025-03-21T20:51:41.9307284Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_564, aten.mul.Tensor 2025-03-21T20:51:41.9308077Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_566, aten.mul.Tensor 2025-03-21T20:51:41.9308863Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_565, aten.mul.Tensor 2025-03-21T20:51:41.9309720Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_567, aten.mul.Tensor 2025-03-21T20:51:41.9310494Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_568, aten.mul.Tensor 2025-03-21T20:51:41.9311280Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_570, aten.mul.Tensor 2025-03-21T20:51:41.9312063Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_569, aten.mul.Tensor 2025-03-21T20:51:41.9312901Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_571, aten.mul.Tensor 2025-03-21T20:51:41.9313686Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_572, aten.mul.Tensor 2025-03-21T20:51:41.9314470Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_574, aten.mul.Tensor 2025-03-21T20:51:41.9315255Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_573, aten.mul.Tensor 2025-03-21T20:51:41.9316031Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_575, aten.mul.Tensor 2025-03-21T20:51:41.9316817Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_576, aten.mul.Tensor 2025-03-21T20:51:41.9317607Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_578, aten.mul.Tensor 2025-03-21T20:51:41.9318390Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_577, aten.mul.Tensor 2025-03-21T20:51:41.9319172Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_579, aten.mul.Tensor 2025-03-21T20:51:41.9319957Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_580, aten.mul.Tensor 2025-03-21T20:51:41.9320725Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_582, aten.mul.Tensor 2025-03-21T20:51:41.9321509Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_581, aten.mul.Tensor 2025-03-21T20:51:41.9322317Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_583, aten.mul.Tensor 2025-03-21T20:51:41.9323098Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_584, aten.mul.Tensor 2025-03-21T20:51:41.9323881Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_586, aten.mul.Tensor 2025-03-21T20:51:41.9324819Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_585, aten.mul.Tensor 2025-03-21T20:51:41.9325591Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_587, aten.mul.Tensor 2025-03-21T20:51:41.9326372Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_588, aten.mul.Tensor 2025-03-21T20:51:41.9327151Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_590, aten.mul.Tensor 2025-03-21T20:51:41.9327967Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_589, aten.mul.Tensor 2025-03-21T20:51:41.9328752Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_591, aten.mul.Tensor 2025-03-21T20:51:41.9329534Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_592, aten.mul.Tensor 2025-03-21T20:51:41.9330350Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_594, aten.mul.Tensor 2025-03-21T20:51:41.9331118Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_593, aten.mul.Tensor 2025-03-21T20:51:41.9331904Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_595, aten.mul.Tensor 2025-03-21T20:51:41.9332686Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_596, aten.mul.Tensor 2025-03-21T20:51:41.9333468Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_598, aten.mul.Tensor 2025-03-21T20:51:41.9334251Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_597, aten.mul.Tensor 2025-03-21T20:51:41.9335032Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_599, aten.mul.Tensor 2025-03-21T20:51:41.9335803Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_600, aten.mul.Tensor 2025-03-21T20:51:41.9336579Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_602, aten.mul.Tensor 2025-03-21T20:51:41.9337358Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_601, aten.mul.Tensor 2025-03-21T20:51:41.9338138Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_603, aten.mul.Tensor 2025-03-21T20:51:41.9338949Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_604, aten.mul.Tensor 2025-03-21T20:51:41.9339731Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_606, aten.mul.Tensor 2025-03-21T20:51:41.9340507Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_605, aten.mul.Tensor 2025-03-21T20:51:42.3832614Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_607, aten.mul.Tensor 2025-03-21T20:51:42.3833495Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_120, aten.sub.Tensor 2025-03-21T20:51:42.3834294Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_190, aten.add.Tensor 2025-03-21T20:51:42.3835092Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_121, aten.sub.Tensor 2025-03-21T20:51:42.3835882Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_191, aten.add.Tensor 2025-03-21T20:51:42.3836676Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_122, aten.sub.Tensor 2025-03-21T20:51:42.3837460Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_192, aten.add.Tensor 2025-03-21T20:51:42.3838229Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_123, aten.sub.Tensor 2025-03-21T20:51:42.3839017Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_193, aten.add.Tensor 2025-03-21T20:51:42.3840021Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_124, aten.sub.Tensor 2025-03-21T20:51:42.3840821Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_194, aten.add.Tensor 2025-03-21T20:51:42.3841616Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_125, aten.sub.Tensor 2025-03-21T20:51:42.3842409Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_195, aten.add.Tensor 2025-03-21T20:51:42.3843196Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_126, aten.sub.Tensor 2025-03-21T20:51:42.3844011Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_196, aten.add.Tensor 2025-03-21T20:51:42.3844803Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_127, aten.sub.Tensor 2025-03-21T20:51:42.3845639Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_197, aten.add.Tensor 2025-03-21T20:51:42.3846429Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_128, aten.sub.Tensor 2025-03-21T20:51:42.3847216Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_198, aten.add.Tensor 2025-03-21T20:51:42.3848052Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_129, aten.sub.Tensor 2025-03-21T20:51:42.3848842Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_199, aten.add.Tensor 2025-03-21T20:51:42.3849632Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_130, aten.sub.Tensor 2025-03-21T20:51:42.3850412Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_200, aten.add.Tensor 2025-03-21T20:51:42.3851202Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_131, aten.sub.Tensor 2025-03-21T20:51:42.3851989Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_201, aten.add.Tensor 2025-03-21T20:51:42.3852781Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_132, aten.sub.Tensor 2025-03-21T20:51:42.3853621Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_358, aten._to_copy.default 2025-03-21T20:51:42.3854464Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_202, aten.add.Tensor 2025-03-21T20:51:42.3855292Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_359, aten._to_copy.default 2025-03-21T20:51:42.3856130Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_133, aten.sub.Tensor 2025-03-21T20:51:42.3857016Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_360, aten._to_copy.default 2025-03-21T20:51:42.3857843Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_203, aten.add.Tensor 2025-03-21T20:51:42.3858674Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_361, aten._to_copy.default 2025-03-21T20:51:42.3859502Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_134, aten.sub.Tensor 2025-03-21T20:51:42.3860335Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_362, aten._to_copy.default 2025-03-21T20:51:42.3861155Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_204, aten.add.Tensor 2025-03-21T20:51:42.3861983Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_363, aten._to_copy.default 2025-03-21T20:51:42.3862813Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_135, aten.sub.Tensor 2025-03-21T20:51:42.3863642Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_364, aten._to_copy.default 2025-03-21T20:51:42.3864473Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_205, aten.add.Tensor 2025-03-21T20:51:42.3865312Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_365, aten._to_copy.default 2025-03-21T20:51:42.3866157Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_136, aten.sub.Tensor 2025-03-21T20:51:42.3866991Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_366, aten._to_copy.default 2025-03-21T20:51:42.3867825Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_206, aten.add.Tensor 2025-03-21T20:51:42.3868655Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_367, aten._to_copy.default 2025-03-21T20:51:42.3869592Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_137, aten.sub.Tensor 2025-03-21T20:51:42.3870433Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_368, aten._to_copy.default 2025-03-21T20:51:42.3871316Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_207, aten.add.Tensor 2025-03-21T20:51:42.3872137Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_369, aten._to_copy.default 2025-03-21T20:51:42.3872967Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_138, aten.sub.Tensor 2025-03-21T20:51:42.3873797Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_370, aten._to_copy.default 2025-03-21T20:51:42.3874658Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_208, aten.add.Tensor 2025-03-21T20:51:42.3875491Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_371, aten._to_copy.default 2025-03-21T20:51:42.3876533Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_139, aten.sub.Tensor 2025-03-21T20:51:42.3877362Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_372, aten._to_copy.default 2025-03-21T20:51:42.3878204Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_209, aten.add.Tensor 2025-03-21T20:51:42.3879049Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_373, aten._to_copy.default 2025-03-21T20:51:42.3879884Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_140, aten.sub.Tensor 2025-03-21T20:51:42.3880724Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_374, aten._to_copy.default 2025-03-21T20:51:42.3881563Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_210, aten.add.Tensor 2025-03-21T20:51:42.3882397Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_375, aten._to_copy.default 2025-03-21T20:51:42.3883630Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_141, aten.sub.Tensor 2025-03-21T20:51:42.3884474Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_376, aten._to_copy.default 2025-03-21T20:51:42.3885308Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_211, aten.add.Tensor 2025-03-21T20:51:42.3886142Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_377, aten._to_copy.default 2025-03-21T20:51:42.3886978Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_142, aten.sub.Tensor 2025-03-21T20:51:42.3887811Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_378, aten._to_copy.default 2025-03-21T20:51:42.3888624Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_212, aten.add.Tensor 2025-03-21T20:51:42.3889458Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_379, aten._to_copy.default 2025-03-21T20:51:42.3890287Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_143, aten.sub.Tensor 2025-03-21T20:51:42.3891116Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_380, aten._to_copy.default 2025-03-21T20:51:42.3891951Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_213, aten.add.Tensor 2025-03-21T20:51:42.3892828Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_381, aten._to_copy.default 2025-03-21T20:51:42.3893668Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_245, aten.cat.default 2025-03-21T20:51:42.3894463Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_246, aten.cat.default 2025-03-21T20:51:42.3895268Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_247, aten.cat.default 2025-03-21T20:51:42.3896068Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_248, aten.cat.default 2025-03-21T20:51:42.3896867Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_249, aten.cat.default 2025-03-21T20:51:42.3897664Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_250, aten.cat.default 2025-03-21T20:51:42.3898503Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_251, aten.cat.default 2025-03-21T20:51:42.3899292Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_252, aten.cat.default 2025-03-21T20:51:42.3900089Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_253, aten.cat.default 2025-03-21T20:51:42.8412742Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_254, aten.cat.default 2025-03-21T20:51:42.8413752Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_255, aten.cat.default 2025-03-21T20:51:42.8414556Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_256, aten.cat.default 2025-03-21T20:51:42.8415379Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_257, aten.cat.default 2025-03-21T20:51:42.8416222Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_382, aten._to_copy.default 2025-03-21T20:51:42.8417070Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_258, aten.cat.default 2025-03-21T20:51:42.8417865Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_259, aten.cat.default 2025-03-21T20:51:42.8418704Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_383, aten._to_copy.default 2025-03-21T20:51:42.8419549Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_260, aten.cat.default 2025-03-21T20:51:42.8420385Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_384, aten._to_copy.default 2025-03-21T20:51:42.8421224Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_261, aten.cat.default 2025-03-21T20:51:42.8422280Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_385, aten._to_copy.default 2025-03-21T20:51:42.8423123Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_262, aten.cat.default 2025-03-21T20:51:42.8423998Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_386, aten._to_copy.default 2025-03-21T20:51:42.8424842Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_263, aten.cat.default 2025-03-21T20:51:42.8425629Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_264, aten.cat.default 2025-03-21T20:51:42.8426469Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_387, aten._to_copy.default 2025-03-21T20:51:42.8427309Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_265, aten.cat.default 2025-03-21T20:51:42.8428155Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_388, aten._to_copy.default 2025-03-21T20:51:42.8428994Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_266, aten.cat.default 2025-03-21T20:51:42.8429909Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_389, aten._to_copy.default 2025-03-21T20:51:42.8430738Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_267, aten.cat.default 2025-03-21T20:51:42.8431661Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_390, aten._to_copy.default 2025-03-21T20:51:42.8432503Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_268, aten.cat.default 2025-03-21T20:51:42.8433349Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_391, aten._to_copy.default 2025-03-21T20:51:42.8434266Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_302, aten.permute_copy.default 2025-03-21T20:51:42.8435183Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_392, aten._to_copy.default 2025-03-21T20:51:42.8436091Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_303, aten.permute_copy.default 2025-03-21T20:51:42.8437075Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_304, aten.permute_copy.default 2025-03-21T20:51:42.8437986Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_393, aten._to_copy.default 2025-03-21T20:51:42.8438894Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_305, aten.permute_copy.default 2025-03-21T20:51:42.8439850Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_394, aten._to_copy.default 2025-03-21T20:51:42.8440755Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_306, aten.permute_copy.default 2025-03-21T20:51:42.8441662Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_395, aten._to_copy.default 2025-03-21T20:51:42.8442567Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_307, aten.permute_copy.default 2025-03-21T20:51:42.8443459Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_396, aten._to_copy.default 2025-03-21T20:51:42.8444365Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_308, aten.permute_copy.default 2025-03-21T20:51:42.8445395Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_309, aten.permute_copy.default 2025-03-21T20:51:42.8446307Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_397, aten._to_copy.default 2025-03-21T20:51:42.8447211Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_310, aten.permute_copy.default 2025-03-21T20:51:42.8448117Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_398, aten._to_copy.default 2025-03-21T20:51:42.8449058Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_311, aten.permute_copy.default 2025-03-21T20:51:42.8449952Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_399, aten._to_copy.default 2025-03-21T20:51:42.8450857Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_312, aten.permute_copy.default 2025-03-21T20:51:42.8451765Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_400, aten._to_copy.default 2025-03-21T20:51:42.8452669Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_313, aten.permute_copy.default 2025-03-21T20:51:42.8453573Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_401, aten._to_copy.default 2025-03-21T20:51:42.8454412Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_269, aten.cat.default 2025-03-21T20:51:42.8455202Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_271, aten.cat.default 2025-03-21T20:51:42.8455999Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_273, aten.cat.default 2025-03-21T20:51:42.8456798Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_275, aten.cat.default 2025-03-21T20:51:42.8457624Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_277, aten.cat.default 2025-03-21T20:51:42.8458417Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_279, aten.cat.default 2025-03-21T20:51:42.8459216Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_281, aten.cat.default 2025-03-21T20:51:42.8460014Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_283, aten.cat.default 2025-03-21T20:51:42.8460802Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_285, aten.cat.default 2025-03-21T20:51:42.8461603Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_287, aten.cat.default 2025-03-21T20:51:42.8462404Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_289, aten.cat.default 2025-03-21T20:51:42.8463230Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_291, aten.cat.default 2025-03-21T20:51:42.8464066Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_120, aten.matmul.default 2025-03-21T20:51:42.8464914Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_122, aten.matmul.default 2025-03-21T20:51:42.8465778Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_124, aten.matmul.default 2025-03-21T20:51:42.8466623Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_126, aten.matmul.default 2025-03-21T20:51:42.8467470Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_128, aten.matmul.default 2025-03-21T20:51:42.8468318Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_130, aten.matmul.default 2025-03-21T20:51:42.8469166Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_132, aten.matmul.default 2025-03-21T20:51:42.8470089Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_134, aten.matmul.default 2025-03-21T20:51:42.8470943Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_136, aten.matmul.default 2025-03-21T20:51:42.8471779Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_138, aten.matmul.default 2025-03-21T20:51:42.8472636Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_140, aten.matmul.default 2025-03-21T20:51:42.8473488Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_142, aten.matmul.default 2025-03-21T20:51:42.8474308Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_60, aten.div.Tensor 2025-03-21T20:51:42.8475129Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_61, aten.div.Tensor 2025-03-21T20:51:42.8475906Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_62, aten.div.Tensor 2025-03-21T20:51:42.8476852Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_63, aten.div.Tensor 2025-03-21T20:51:42.8477636Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_64, aten.div.Tensor 2025-03-21T20:51:42.8478408Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_65, aten.div.Tensor 2025-03-21T20:51:42.8479188Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_66, aten.div.Tensor 2025-03-21T20:51:43.4133314Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_67, aten.div.Tensor 2025-03-21T20:51:43.4134801Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_68, aten.div.Tensor 2025-03-21T20:51:43.4136192Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_69, aten.div.Tensor 2025-03-21T20:51:43.4137547Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_70, aten.div.Tensor 2025-03-21T20:51:43.4138900Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_71, aten.div.Tensor 2025-03-21T20:51:43.4140536Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_214, aten.add.Tensor 2025-03-21T20:51:43.4141883Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_215, aten.add.Tensor 2025-03-21T20:51:43.4143257Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_216, aten.add.Tensor 2025-03-21T20:51:43.4144620Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_217, aten.add.Tensor 2025-03-21T20:51:43.4145985Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_218, aten.add.Tensor 2025-03-21T20:51:43.4147339Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_219, aten.add.Tensor 2025-03-21T20:51:43.4148695Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_220, aten.add.Tensor 2025-03-21T20:51:43.4150187Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_221, aten.add.Tensor 2025-03-21T20:51:43.4151559Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_222, aten.add.Tensor 2025-03-21T20:51:43.4152918Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_223, aten.add.Tensor 2025-03-21T20:51:43.4154280Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_224, aten.add.Tensor 2025-03-21T20:51:43.4155713Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_225, aten.add.Tensor 2025-03-21T20:51:43.4157145Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_60, aten._softmax.default 2025-03-21T20:51:43.4158679Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_61, aten._softmax.default 2025-03-21T20:51:43.4160207Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_62, aten._softmax.default 2025-03-21T20:51:43.4161722Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_63, aten._softmax.default 2025-03-21T20:51:43.4163253Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_64, aten._softmax.default 2025-03-21T20:51:43.4164779Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_65, aten._softmax.default 2025-03-21T20:51:43.4166305Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_66, aten._softmax.default 2025-03-21T20:51:43.4167836Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_67, aten._softmax.default 2025-03-21T20:51:43.4169362Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_68, aten._softmax.default 2025-03-21T20:51:43.4170942Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_69, aten._softmax.default 2025-03-21T20:51:43.4172476Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_70, aten._softmax.default 2025-03-21T20:51:43.4174004Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_71, aten._softmax.default 2025-03-21T20:51:43.4175509Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_121, aten.matmul.default 2025-03-21T20:51:43.4177142Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_123, aten.matmul.default 2025-03-21T20:51:43.4178630Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_125, aten.matmul.default 2025-03-21T20:51:43.4180116Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_127, aten.matmul.default 2025-03-21T20:51:43.4181593Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_129, aten.matmul.default 2025-03-21T20:51:43.4183091Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_131, aten.matmul.default 2025-03-21T20:51:43.4184582Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_133, aten.matmul.default 2025-03-21T20:51:43.4186132Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_135, aten.matmul.default 2025-03-21T20:51:43.4187617Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_137, aten.matmul.default 2025-03-21T20:51:43.4189106Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_139, aten.matmul.default 2025-03-21T20:51:43.4190628Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_141, aten.matmul.default 2025-03-21T20:51:43.4192101Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_143, aten.matmul.default 2025-03-21T20:51:43.4193546Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_293, aten.cat.default 2025-03-21T20:51:43.4195032Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_674, aten.view_copy.default 2025-03-21T20:51:43.4196713Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1374, aten.permute_copy.default 2025-03-21T20:51:43.4198372Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_236, aten.convolution.default 2025-03-21T20:51:43.4200018Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1375, aten.permute_copy.default 2025-03-21T20:51:43.4201681Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_675, aten.view_copy.default 2025-03-21T20:51:43.4203142Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_226, aten.add.Tensor 2025-03-21T20:51:43.4204575Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_rms_norm_default_11, aten.rms_norm.default 2025-03-21T20:51:43.4206114Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_676, aten.view_copy.default 2025-03-21T20:51:43.4207723Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1376, aten.permute_copy.default 2025-03-21T20:51:43.4209375Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_237, aten.convolution.default 2025-03-21T20:51:43.4211016Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_238, aten.convolution.default 2025-03-21T20:51:43.4212578Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sigmoid_default_5, aten.sigmoid.default 2025-03-21T20:51:43.4213996Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_610, aten.mul.Tensor 2025-03-21T20:51:43.4215366Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_611, aten.mul.Tensor 2025-03-21T20:51:43.4216931Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_239, aten.convolution.default 2025-03-21T20:51:43.4218587Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1377, aten.permute_copy.default 2025-03-21T20:51:43.4220205Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_677, aten.view_copy.default 2025-03-21T20:51:43.4221664Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_227, aten.add.Tensor 2025-03-21T20:51:43.4223117Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_rms_norm_default_12, aten.rms_norm.default 2025-03-21T20:51:43.4224657Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_678, aten.view_copy.default 2025-03-21T20:51:43.4226247Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1378, aten.permute_copy.default 2025-03-21T20:51:43.4227839Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_402, aten._to_copy.default 2025-03-21T20:51:43.4229460Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_240, aten.convolution.default 2025-03-21T20:51:43.4231098Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1379, aten.permute_copy.default 2025-03-21T20:51:43.4232786Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_241, aten.convolution.default 2025-03-21T20:51:43.4234412Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1380, aten.permute_copy.default 2025-03-21T20:51:43.4236062Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_242, aten.convolution.default 2025-03-21T20:51:43.4237698Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1381, aten.permute_copy.default 2025-03-21T20:51:43.4239340Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_243, aten.convolution.default 2025-03-21T20:51:43.4240982Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1382, aten.permute_copy.default 2025-03-21T20:51:43.4242688Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_244, aten.convolution.default 2025-03-21T20:51:43.4244316Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1383, aten.permute_copy.default 2025-03-21T20:51:43.4245946Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_245, aten.convolution.default 2025-03-21T20:51:43.4247632Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1384, aten.permute_copy.default 2025-03-21T20:51:43.4249288Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_246, aten.convolution.default 2025-03-21T20:51:44.0215106Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1385, aten.permute_copy.default 2025-03-21T20:51:44.0216807Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_247, aten.convolution.default 2025-03-21T20:51:44.0218480Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1386, aten.permute_copy.default 2025-03-21T20:51:44.0220148Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_248, aten.convolution.default 2025-03-21T20:51:44.0221812Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1387, aten.permute_copy.default 2025-03-21T20:51:44.0223471Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_249, aten.convolution.default 2025-03-21T20:51:44.0225124Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1388, aten.permute_copy.default 2025-03-21T20:51:44.0226782Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_250, aten.convolution.default 2025-03-21T20:51:44.0228744Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1389, aten.permute_copy.default 2025-03-21T20:51:44.0230497Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_251, aten.convolution.default 2025-03-21T20:51:44.0232150Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1390, aten.permute_copy.default 2025-03-21T20:51:44.0233782Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_252, aten.convolution.default 2025-03-21T20:51:44.0235528Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1391, aten.permute_copy.default 2025-03-21T20:51:44.0237189Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_253, aten.convolution.default 2025-03-21T20:51:44.0238848Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1392, aten.permute_copy.default 2025-03-21T20:51:44.0240489Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_254, aten.convolution.default 2025-03-21T20:51:44.0242158Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1393, aten.permute_copy.default 2025-03-21T20:51:44.0243810Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_255, aten.convolution.default 2025-03-21T20:51:44.0245542Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1394, aten.permute_copy.default 2025-03-21T20:51:44.0247206Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_256, aten.convolution.default 2025-03-21T20:51:44.0248853Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1395, aten.permute_copy.default 2025-03-21T20:51:44.0250510Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_257, aten.convolution.default 2025-03-21T20:51:44.0252151Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1396, aten.permute_copy.default 2025-03-21T20:51:44.0253805Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_258, aten.convolution.default 2025-03-21T20:51:44.0255518Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1397, aten.permute_copy.default 2025-03-21T20:51:44.0257145Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_259, aten.convolution.default 2025-03-21T20:51:44.0258792Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1398, aten.permute_copy.default 2025-03-21T20:51:44.0260516Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_260, aten.convolution.default 2025-03-21T20:51:44.0262167Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1399, aten.permute_copy.default 2025-03-21T20:51:44.0263810Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_261, aten.convolution.default 2025-03-21T20:51:44.0265443Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1400, aten.permute_copy.default 2025-03-21T20:51:44.0267082Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_262, aten.convolution.default 2025-03-21T20:51:44.0268717Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1401, aten.permute_copy.default 2025-03-21T20:51:44.0270409Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_263, aten.convolution.default 2025-03-21T20:51:44.0272057Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1402, aten.permute_copy.default 2025-03-21T20:51:44.0273724Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_264, aten.convolution.default 2025-03-21T20:51:44.0275381Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1403, aten.permute_copy.default 2025-03-21T20:51:44.0277156Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_265, aten.convolution.default 2025-03-21T20:51:44.0278796Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1404, aten.permute_copy.default 2025-03-21T20:51:44.0280450Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_266, aten.convolution.default 2025-03-21T20:51:44.0282091Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1405, aten.permute_copy.default 2025-03-21T20:51:44.0283732Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_267, aten.convolution.default 2025-03-21T20:51:44.0285371Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1406, aten.permute_copy.default 2025-03-21T20:51:44.0287030Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_268, aten.convolution.default 2025-03-21T20:51:44.0288675Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1407, aten.permute_copy.default 2025-03-21T20:51:44.0290326Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_269, aten.convolution.default 2025-03-21T20:51:44.0292049Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1408, aten.permute_copy.default 2025-03-21T20:51:44.0293697Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_270, aten.convolution.default 2025-03-21T20:51:44.0295355Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1409, aten.permute_copy.default 2025-03-21T20:51:44.0297006Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_271, aten.convolution.default 2025-03-21T20:51:44.0298644Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1410, aten.permute_copy.default 2025-03-21T20:51:44.0300283Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_272, aten.convolution.default 2025-03-21T20:51:44.0301983Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1411, aten.permute_copy.default 2025-03-21T20:51:44.0303646Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_273, aten.convolution.default 2025-03-21T20:51:44.0305302Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1412, aten.permute_copy.default 2025-03-21T20:51:44.0306994Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_274, aten.convolution.default 2025-03-21T20:51:44.0308651Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1413, aten.permute_copy.default 2025-03-21T20:51:44.0310358Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_275, aten.convolution.default 2025-03-21T20:51:44.0311998Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1414, aten.permute_copy.default 2025-03-21T20:51:44.0313613Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_403, aten._to_copy.default 2025-03-21T20:51:44.0315153Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_404, aten._to_copy.default 2025-03-21T20:51:44.0316682Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_405, aten._to_copy.default 2025-03-21T20:51:44.0318215Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_406, aten._to_copy.default 2025-03-21T20:51:44.0319740Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_407, aten._to_copy.default 2025-03-21T20:51:44.0321246Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_408, aten._to_copy.default 2025-03-21T20:51:44.0322802Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_409, aten._to_copy.default 2025-03-21T20:51:44.0324341Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_410, aten._to_copy.default 2025-03-21T20:51:44.0325880Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_411, aten._to_copy.default 2025-03-21T20:51:44.0327409Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_412, aten._to_copy.default 2025-03-21T20:51:44.0328936Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_413, aten._to_copy.default 2025-03-21T20:51:44.0330489Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_679, aten.view_copy.default 2025-03-21T20:51:44.2836807Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_680, aten.view_copy.default 2025-03-21T20:51:44.2837790Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_681, aten.view_copy.default 2025-03-21T20:51:44.2838691Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_682, aten.view_copy.default 2025-03-21T20:51:44.2839618Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_683, aten.view_copy.default 2025-03-21T20:51:44.2840717Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_684, aten.view_copy.default 2025-03-21T20:51:44.2841612Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_685, aten.view_copy.default 2025-03-21T20:51:44.2842510Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_686, aten.view_copy.default 2025-03-21T20:51:44.2843397Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_687, aten.view_copy.default 2025-03-21T20:51:44.2844293Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_688, aten.view_copy.default 2025-03-21T20:51:44.2845167Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_689, aten.view_copy.default 2025-03-21T20:51:44.2846111Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_690, aten.view_copy.default 2025-03-21T20:51:44.2847010Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_691, aten.view_copy.default 2025-03-21T20:51:44.2847915Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_692, aten.view_copy.default 2025-03-21T20:51:44.2848862Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_693, aten.view_copy.default 2025-03-21T20:51:44.2849751Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_694, aten.view_copy.default 2025-03-21T20:51:44.2850647Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_695, aten.view_copy.default 2025-03-21T20:51:44.2851533Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_696, aten.view_copy.default 2025-03-21T20:51:44.2852434Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_697, aten.view_copy.default 2025-03-21T20:51:44.2853330Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_698, aten.view_copy.default 2025-03-21T20:51:44.2854228Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_699, aten.view_copy.default 2025-03-21T20:51:44.2855119Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_700, aten.view_copy.default 2025-03-21T20:51:44.2856015Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_701, aten.view_copy.default 2025-03-21T20:51:44.2856894Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_702, aten.view_copy.default 2025-03-21T20:51:44.2857838Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_703, aten.view_copy.default 2025-03-21T20:51:44.2858726Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_414, aten._to_copy.default 2025-03-21T20:51:44.2859615Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_704, aten.view_copy.default 2025-03-21T20:51:44.2860499Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_415, aten._to_copy.default 2025-03-21T20:51:44.2861390Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_705, aten.view_copy.default 2025-03-21T20:51:44.2862280Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_416, aten._to_copy.default 2025-03-21T20:51:44.2863151Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_706, aten.view_copy.default 2025-03-21T20:51:44.2864043Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_707, aten.view_copy.default 2025-03-21T20:51:44.2864927Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_417, aten._to_copy.default 2025-03-21T20:51:44.2865807Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_708, aten.view_copy.default 2025-03-21T20:51:44.2866689Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_418, aten._to_copy.default 2025-03-21T20:51:44.2867600Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_709, aten.view_copy.default 2025-03-21T20:51:44.2868480Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_419, aten._to_copy.default 2025-03-21T20:51:44.2869432Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_710, aten.view_copy.default 2025-03-21T20:51:44.2870320Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_420, aten._to_copy.default 2025-03-21T20:51:44.2871207Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_711, aten.view_copy.default 2025-03-21T20:51:44.2872093Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_421, aten._to_copy.default 2025-03-21T20:51:44.2873039Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_712, aten.view_copy.default 2025-03-21T20:51:44.2873916Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_422, aten._to_copy.default 2025-03-21T20:51:44.2875037Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_713, aten.view_copy.default 2025-03-21T20:51:44.2876184Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_423, aten._to_copy.default 2025-03-21T20:51:44.2877082Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_714, aten.view_copy.default 2025-03-21T20:51:44.2877978Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_424, aten._to_copy.default 2025-03-21T20:51:44.2878867Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_288, aten.slice_copy.Tensor 2025-03-21T20:51:44.2879773Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_289, aten.slice_copy.Tensor 2025-03-21T20:51:44.2880658Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_290, aten.slice_copy.Tensor 2025-03-21T20:51:44.2881556Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_291, aten.slice_copy.Tensor 2025-03-21T20:51:44.2882461Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_292, aten.slice_copy.Tensor 2025-03-21T20:51:44.2883357Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_293, aten.slice_copy.Tensor 2025-03-21T20:51:44.2884259Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_294, aten.slice_copy.Tensor 2025-03-21T20:51:44.2885229Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_295, aten.slice_copy.Tensor 2025-03-21T20:51:44.2886125Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_296, aten.slice_copy.Tensor 2025-03-21T20:51:44.2887016Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_297, aten.slice_copy.Tensor 2025-03-21T20:51:44.2887919Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_298, aten.slice_copy.Tensor 2025-03-21T20:51:44.2888820Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_299, aten.slice_copy.Tensor 2025-03-21T20:51:44.2889725Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_300, aten.slice_copy.Tensor 2025-03-21T20:51:44.2890619Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_301, aten.slice_copy.Tensor 2025-03-21T20:51:44.2891518Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_302, aten.slice_copy.Tensor 2025-03-21T20:51:44.2892414Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_303, aten.slice_copy.Tensor 2025-03-21T20:51:44.2893298Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_304, aten.slice_copy.Tensor 2025-03-21T20:51:44.2894231Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_305, aten.slice_copy.Tensor 2025-03-21T20:51:44.2895122Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_306, aten.slice_copy.Tensor 2025-03-21T20:51:44.2896013Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_307, aten.slice_copy.Tensor 2025-03-21T20:51:44.2896909Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_308, aten.slice_copy.Tensor 2025-03-21T20:51:44.2897800Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_309, aten.slice_copy.Tensor 2025-03-21T20:51:44.2898692Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_310, aten.slice_copy.Tensor 2025-03-21T20:51:44.2899606Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_311, aten.slice_copy.Tensor 2025-03-21T20:51:44.2900500Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_312, aten.slice_copy.Tensor 2025-03-21T20:51:44.2901397Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_313, aten.slice_copy.Tensor 2025-03-21T20:51:44.2902373Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_314, aten.slice_copy.Tensor 2025-03-21T20:51:44.2903272Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_315, aten.slice_copy.Tensor 2025-03-21T20:51:44.7161694Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_316, aten.slice_copy.Tensor 2025-03-21T20:51:44.7162660Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_317, aten.slice_copy.Tensor 2025-03-21T20:51:44.7163567Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_318, aten.slice_copy.Tensor 2025-03-21T20:51:44.7164470Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_319, aten.slice_copy.Tensor 2025-03-21T20:51:44.7165373Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_320, aten.slice_copy.Tensor 2025-03-21T20:51:44.7166266Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_321, aten.slice_copy.Tensor 2025-03-21T20:51:44.7167164Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_322, aten.slice_copy.Tensor 2025-03-21T20:51:44.7168046Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_323, aten.slice_copy.Tensor 2025-03-21T20:51:44.7169133Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_324, aten.slice_copy.Tensor 2025-03-21T20:51:44.7170028Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_325, aten.slice_copy.Tensor 2025-03-21T20:51:44.7170923Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_326, aten.slice_copy.Tensor 2025-03-21T20:51:44.7171819Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_327, aten.slice_copy.Tensor 2025-03-21T20:51:44.7172742Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_328, aten.slice_copy.Tensor 2025-03-21T20:51:44.7173642Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_329, aten.slice_copy.Tensor 2025-03-21T20:51:44.7174535Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_330, aten.slice_copy.Tensor 2025-03-21T20:51:44.7175432Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_331, aten.slice_copy.Tensor 2025-03-21T20:51:44.7176499Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_332, aten.slice_copy.Tensor 2025-03-21T20:51:44.7177408Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_333, aten.slice_copy.Tensor 2025-03-21T20:51:44.7178303Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_334, aten.slice_copy.Tensor 2025-03-21T20:51:44.7179272Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_335, aten.slice_copy.Tensor 2025-03-21T20:51:44.7180127Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_319, aten.cat.default 2025-03-21T20:51:44.7180935Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_321, aten.cat.default 2025-03-21T20:51:44.7181740Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_323, aten.cat.default 2025-03-21T20:51:44.7182532Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_325, aten.cat.default 2025-03-21T20:51:44.7183336Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_327, aten.cat.default 2025-03-21T20:51:44.7184181Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_329, aten.cat.default 2025-03-21T20:51:44.7184986Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_331, aten.cat.default 2025-03-21T20:51:44.7185794Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_333, aten.cat.default 2025-03-21T20:51:44.7186598Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_335, aten.cat.default 2025-03-21T20:51:44.7187438Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_337, aten.cat.default 2025-03-21T20:51:44.7188249Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_339, aten.cat.default 2025-03-21T20:51:44.7189060Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_341, aten.cat.default 2025-03-21T20:51:44.7189965Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_614, aten.mul.Tensor 2025-03-21T20:51:44.7190763Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_616, aten.mul.Tensor 2025-03-21T20:51:44.7191556Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_615, aten.mul.Tensor 2025-03-21T20:51:44.7192334Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_617, aten.mul.Tensor 2025-03-21T20:51:44.7193121Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_618, aten.mul.Tensor 2025-03-21T20:51:44.7193908Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_620, aten.mul.Tensor 2025-03-21T20:51:44.7194691Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_619, aten.mul.Tensor 2025-03-21T20:51:44.7195471Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_621, aten.mul.Tensor 2025-03-21T20:51:44.7196354Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_622, aten.mul.Tensor 2025-03-21T20:51:44.7197145Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_624, aten.mul.Tensor 2025-03-21T20:51:44.7197915Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_623, aten.mul.Tensor 2025-03-21T20:51:44.7198702Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_625, aten.mul.Tensor 2025-03-21T20:51:44.7199486Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_626, aten.mul.Tensor 2025-03-21T20:51:44.7200275Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_628, aten.mul.Tensor 2025-03-21T20:51:44.7201058Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_627, aten.mul.Tensor 2025-03-21T20:51:44.7201840Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_629, aten.mul.Tensor 2025-03-21T20:51:44.7202614Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_630, aten.mul.Tensor 2025-03-21T20:51:44.7203398Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_632, aten.mul.Tensor 2025-03-21T20:51:44.7204177Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_631, aten.mul.Tensor 2025-03-21T20:51:44.7212854Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_633, aten.mul.Tensor 2025-03-21T20:51:44.7213770Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_634, aten.mul.Tensor 2025-03-21T20:51:44.7214588Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_636, aten.mul.Tensor 2025-03-21T20:51:44.7215383Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_635, aten.mul.Tensor 2025-03-21T20:51:44.7216177Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_637, aten.mul.Tensor 2025-03-21T20:51:44.7216964Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_638, aten.mul.Tensor 2025-03-21T20:51:44.7217753Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_640, aten.mul.Tensor 2025-03-21T20:51:44.7218627Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_639, aten.mul.Tensor 2025-03-21T20:51:44.7219407Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_641, aten.mul.Tensor 2025-03-21T20:51:44.7220195Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_642, aten.mul.Tensor 2025-03-21T20:51:44.7221019Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_644, aten.mul.Tensor 2025-03-21T20:51:44.7221807Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_643, aten.mul.Tensor 2025-03-21T20:51:44.7222592Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_645, aten.mul.Tensor 2025-03-21T20:51:44.7223381Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_646, aten.mul.Tensor 2025-03-21T20:51:44.7224152Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_648, aten.mul.Tensor 2025-03-21T20:51:44.7224935Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_647, aten.mul.Tensor 2025-03-21T20:51:44.7225723Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_649, aten.mul.Tensor 2025-03-21T20:51:44.7226507Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_650, aten.mul.Tensor 2025-03-21T20:51:44.7227293Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_652, aten.mul.Tensor 2025-03-21T20:51:44.7228078Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_651, aten.mul.Tensor 2025-03-21T20:51:44.7228850Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_653, aten.mul.Tensor 2025-03-21T20:51:44.7229771Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_654, aten.mul.Tensor 2025-03-21T20:51:44.7230564Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_656, aten.mul.Tensor 2025-03-21T20:51:44.7231354Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_655, aten.mul.Tensor 2025-03-21T20:51:44.7232138Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_657, aten.mul.Tensor 2025-03-21T20:51:44.7232926Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_658, aten.mul.Tensor 2025-03-21T20:51:44.7233714Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_660, aten.mul.Tensor 2025-03-21T20:51:44.7234492Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_659, aten.mul.Tensor 2025-03-21T20:51:44.7235273Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_661, aten.mul.Tensor 2025-03-21T20:51:44.7236056Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_662, aten.mul.Tensor 2025-03-21T20:51:44.7236845Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_664, aten.mul.Tensor 2025-03-21T20:51:45.1610656Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_663, aten.mul.Tensor 2025-03-21T20:51:45.1611619Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_665, aten.mul.Tensor 2025-03-21T20:51:45.1612556Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_666, aten.mul.Tensor 2025-03-21T20:51:45.1613345Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_668, aten.mul.Tensor 2025-03-21T20:51:45.1614147Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_667, aten.mul.Tensor 2025-03-21T20:51:45.1614935Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_669, aten.mul.Tensor 2025-03-21T20:51:45.1615717Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_670, aten.mul.Tensor 2025-03-21T20:51:45.1616506Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_672, aten.mul.Tensor 2025-03-21T20:51:45.1617289Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_671, aten.mul.Tensor 2025-03-21T20:51:45.1618148Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_673, aten.mul.Tensor 2025-03-21T20:51:45.1618925Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_674, aten.mul.Tensor 2025-03-21T20:51:45.1619710Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_676, aten.mul.Tensor 2025-03-21T20:51:45.1620553Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_675, aten.mul.Tensor 2025-03-21T20:51:45.1621334Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_677, aten.mul.Tensor 2025-03-21T20:51:45.1622116Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_678, aten.mul.Tensor 2025-03-21T20:51:45.1622903Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_680, aten.mul.Tensor 2025-03-21T20:51:45.1623691Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_679, aten.mul.Tensor 2025-03-21T20:51:45.1624463Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_681, aten.mul.Tensor 2025-03-21T20:51:45.1625247Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_682, aten.mul.Tensor 2025-03-21T20:51:45.1626028Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_684, aten.mul.Tensor 2025-03-21T20:51:45.1626813Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_683, aten.mul.Tensor 2025-03-21T20:51:45.1627592Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_685, aten.mul.Tensor 2025-03-21T20:51:45.1628375Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_686, aten.mul.Tensor 2025-03-21T20:51:45.1629197Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_688, aten.mul.Tensor 2025-03-21T20:51:45.1630051Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_687, aten.mul.Tensor 2025-03-21T20:51:45.1630838Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_689, aten.mul.Tensor 2025-03-21T20:51:45.1631625Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_690, aten.mul.Tensor 2025-03-21T20:51:45.1632411Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_692, aten.mul.Tensor 2025-03-21T20:51:45.1633201Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_691, aten.mul.Tensor 2025-03-21T20:51:45.1633975Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_693, aten.mul.Tensor 2025-03-21T20:51:45.1634758Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_694, aten.mul.Tensor 2025-03-21T20:51:45.1635545Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_696, aten.mul.Tensor 2025-03-21T20:51:45.1636325Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_695, aten.mul.Tensor 2025-03-21T20:51:45.1637115Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_697, aten.mul.Tensor 2025-03-21T20:51:45.1637902Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_698, aten.mul.Tensor 2025-03-21T20:51:45.1638719Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_700, aten.mul.Tensor 2025-03-21T20:51:45.1639493Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_699, aten.mul.Tensor 2025-03-21T20:51:45.1640276Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_701, aten.mul.Tensor 2025-03-21T20:51:45.1641058Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_702, aten.mul.Tensor 2025-03-21T20:51:45.1641849Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_704, aten.mul.Tensor 2025-03-21T20:51:45.1642637Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_703, aten.mul.Tensor 2025-03-21T20:51:45.1643422Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_705, aten.mul.Tensor 2025-03-21T20:51:45.1644221Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_706, aten.mul.Tensor 2025-03-21T20:51:45.1645014Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_708, aten.mul.Tensor 2025-03-21T20:51:45.1645796Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_707, aten.mul.Tensor 2025-03-21T20:51:45.1646613Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_709, aten.mul.Tensor 2025-03-21T20:51:45.1647396Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_144, aten.sub.Tensor 2025-03-21T20:51:45.1648179Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_228, aten.add.Tensor 2025-03-21T20:51:45.1648954Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_145, aten.sub.Tensor 2025-03-21T20:51:45.1649736Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_229, aten.add.Tensor 2025-03-21T20:51:45.1650521Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_146, aten.sub.Tensor 2025-03-21T20:51:45.1651307Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_230, aten.add.Tensor 2025-03-21T20:51:45.1652090Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_147, aten.sub.Tensor 2025-03-21T20:51:45.1652877Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_231, aten.add.Tensor 2025-03-21T20:51:45.1653662Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_148, aten.sub.Tensor 2025-03-21T20:51:45.1654436Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_232, aten.add.Tensor 2025-03-21T20:51:45.1655258Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_149, aten.sub.Tensor 2025-03-21T20:51:45.1656043Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_233, aten.add.Tensor 2025-03-21T20:51:45.1656832Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_150, aten.sub.Tensor 2025-03-21T20:51:45.1657619Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_234, aten.add.Tensor 2025-03-21T20:51:45.1658399Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_151, aten.sub.Tensor 2025-03-21T20:51:45.1659168Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_235, aten.add.Tensor 2025-03-21T20:51:45.1659950Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_152, aten.sub.Tensor 2025-03-21T20:51:45.1660737Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_236, aten.add.Tensor 2025-03-21T20:51:45.1661593Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_153, aten.sub.Tensor 2025-03-21T20:51:45.1662441Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_237, aten.add.Tensor 2025-03-21T20:51:45.1663229Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_154, aten.sub.Tensor 2025-03-21T20:51:45.1664036Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_238, aten.add.Tensor 2025-03-21T20:51:45.1664819Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_155, aten.sub.Tensor 2025-03-21T20:51:45.1665608Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_239, aten.add.Tensor 2025-03-21T20:51:45.1666391Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_156, aten.sub.Tensor 2025-03-21T20:51:45.1667229Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_425, aten._to_copy.default 2025-03-21T20:51:45.1668068Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_240, aten.add.Tensor 2025-03-21T20:51:45.1668899Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_426, aten._to_copy.default 2025-03-21T20:51:45.1669860Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_157, aten.sub.Tensor 2025-03-21T20:51:45.1670699Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_427, aten._to_copy.default 2025-03-21T20:51:45.1671530Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_241, aten.add.Tensor 2025-03-21T20:51:45.1672416Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_428, aten._to_copy.default 2025-03-21T20:51:45.1673245Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_158, aten.sub.Tensor 2025-03-21T20:51:45.1674079Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_429, aten._to_copy.default 2025-03-21T20:51:45.1674899Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_242, aten.add.Tensor 2025-03-21T20:51:45.1675730Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_430, aten._to_copy.default 2025-03-21T20:51:45.1676746Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_159, aten.sub.Tensor 2025-03-21T20:51:45.1677585Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_431, aten._to_copy.default 2025-03-21T20:51:45.5963300Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_243, aten.add.Tensor 2025-03-21T20:51:45.5964321Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_432, aten._to_copy.default 2025-03-21T20:51:45.5965175Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_160, aten.sub.Tensor 2025-03-21T20:51:45.5966016Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_433, aten._to_copy.default 2025-03-21T20:51:45.5967037Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_244, aten.add.Tensor 2025-03-21T20:51:45.5967871Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_434, aten._to_copy.default 2025-03-21T20:51:45.5968723Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_161, aten.sub.Tensor 2025-03-21T20:51:45.5969562Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_435, aten._to_copy.default 2025-03-21T20:51:45.5970395Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_245, aten.add.Tensor 2025-03-21T20:51:45.5971308Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_436, aten._to_copy.default 2025-03-21T20:51:45.5972147Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_162, aten.sub.Tensor 2025-03-21T20:51:45.5972983Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_437, aten._to_copy.default 2025-03-21T20:51:45.5973803Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_246, aten.add.Tensor 2025-03-21T20:51:45.5974640Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_438, aten._to_copy.default 2025-03-21T20:51:45.5975477Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_163, aten.sub.Tensor 2025-03-21T20:51:45.5976542Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_439, aten._to_copy.default 2025-03-21T20:51:45.5977381Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_247, aten.add.Tensor 2025-03-21T20:51:45.5978228Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_440, aten._to_copy.default 2025-03-21T20:51:45.5979047Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_164, aten.sub.Tensor 2025-03-21T20:51:45.5979890Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_441, aten._to_copy.default 2025-03-21T20:51:45.5980720Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_248, aten.add.Tensor 2025-03-21T20:51:45.5981615Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_442, aten._to_copy.default 2025-03-21T20:51:45.5982447Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_165, aten.sub.Tensor 2025-03-21T20:51:45.5983279Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_443, aten._to_copy.default 2025-03-21T20:51:45.5984111Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_249, aten.add.Tensor 2025-03-21T20:51:45.5984984Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_444, aten._to_copy.default 2025-03-21T20:51:45.5985817Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_166, aten.sub.Tensor 2025-03-21T20:51:45.5986654Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_445, aten._to_copy.default 2025-03-21T20:51:45.5987486Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_250, aten.add.Tensor 2025-03-21T20:51:45.5988319Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_446, aten._to_copy.default 2025-03-21T20:51:45.5989154Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_167, aten.sub.Tensor 2025-03-21T20:51:45.5990087Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_447, aten._to_copy.default 2025-03-21T20:51:45.5990926Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_251, aten.add.Tensor 2025-03-21T20:51:45.5991768Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_448, aten._to_copy.default 2025-03-21T20:51:45.5992609Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_294, aten.cat.default 2025-03-21T20:51:45.5993459Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_295, aten.cat.default 2025-03-21T20:51:45.5994266Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_296, aten.cat.default 2025-03-21T20:51:45.5995066Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_297, aten.cat.default 2025-03-21T20:51:45.5995858Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_298, aten.cat.default 2025-03-21T20:51:45.5996661Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_299, aten.cat.default 2025-03-21T20:51:45.5997461Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_300, aten.cat.default 2025-03-21T20:51:45.5998264Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_301, aten.cat.default 2025-03-21T20:51:45.5999067Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_302, aten.cat.default 2025-03-21T20:51:45.5999870Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_303, aten.cat.default 2025-03-21T20:51:45.6000663Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_304, aten.cat.default 2025-03-21T20:51:45.6001468Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_305, aten.cat.default 2025-03-21T20:51:45.6002309Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_306, aten.cat.default 2025-03-21T20:51:45.6003153Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_449, aten._to_copy.default 2025-03-21T20:51:45.6003994Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_307, aten.cat.default 2025-03-21T20:51:45.6004833Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_450, aten._to_copy.default 2025-03-21T20:51:45.6005674Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_308, aten.cat.default 2025-03-21T20:51:45.6006502Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_451, aten._to_copy.default 2025-03-21T20:51:45.6007344Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_309, aten.cat.default 2025-03-21T20:51:45.6008233Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_452, aten._to_copy.default 2025-03-21T20:51:45.6009080Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_310, aten.cat.default 2025-03-21T20:51:45.6009923Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_453, aten._to_copy.default 2025-03-21T20:51:45.6010799Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_311, aten.cat.default 2025-03-21T20:51:45.6011643Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_454, aten._to_copy.default 2025-03-21T20:51:45.6012473Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_312, aten.cat.default 2025-03-21T20:51:45.6013320Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_455, aten._to_copy.default 2025-03-21T20:51:45.6014165Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_313, aten.cat.default 2025-03-21T20:51:45.6015010Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_456, aten._to_copy.default 2025-03-21T20:51:45.6015857Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_314, aten.cat.default 2025-03-21T20:51:45.6016703Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_457, aten._to_copy.default 2025-03-21T20:51:45.6017552Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_315, aten.cat.default 2025-03-21T20:51:45.6018383Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_458, aten._to_copy.default 2025-03-21T20:51:45.6019257Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_316, aten.cat.default 2025-03-21T20:51:45.6020102Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_459, aten._to_copy.default 2025-03-21T20:51:45.6020940Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_317, aten.cat.default 2025-03-21T20:51:45.6021785Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_460, aten._to_copy.default 2025-03-21T20:51:45.6022702Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_355, aten.permute_copy.default 2025-03-21T20:51:45.6023598Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_461, aten._to_copy.default 2025-03-21T20:51:45.6024512Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_356, aten.permute_copy.default 2025-03-21T20:51:45.6025419Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_462, aten._to_copy.default 2025-03-21T20:51:45.6026325Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_357, aten.permute_copy.default 2025-03-21T20:51:45.6027303Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_463, aten._to_copy.default 2025-03-21T20:51:45.6028294Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_358, aten.permute_copy.default 2025-03-21T20:51:45.6029237Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_464, aten._to_copy.default 2025-03-21T20:51:45.6030194Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_359, aten.permute_copy.default 2025-03-21T20:51:46.0738780Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_465, aten._to_copy.default 2025-03-21T20:51:46.0739754Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_360, aten.permute_copy.default 2025-03-21T20:51:46.0740693Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_466, aten._to_copy.default 2025-03-21T20:51:46.0741598Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_361, aten.permute_copy.default 2025-03-21T20:51:46.0742707Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_467, aten._to_copy.default 2025-03-21T20:51:46.0743632Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_362, aten.permute_copy.default 2025-03-21T20:51:46.0744547Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_468, aten._to_copy.default 2025-03-21T20:51:46.0745520Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_363, aten.permute_copy.default 2025-03-21T20:51:46.0746422Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_469, aten._to_copy.default 2025-03-21T20:51:46.0747335Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_364, aten.permute_copy.default 2025-03-21T20:51:46.0748238Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_470, aten._to_copy.default 2025-03-21T20:51:46.0749133Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_365, aten.permute_copy.default 2025-03-21T20:51:46.0750128Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_471, aten._to_copy.default 2025-03-21T20:51:46.0751031Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_366, aten.permute_copy.default 2025-03-21T20:51:46.0751943Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_472, aten._to_copy.default 2025-03-21T20:51:46.0752786Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_318, aten.cat.default 2025-03-21T20:51:46.0753593Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_320, aten.cat.default 2025-03-21T20:51:46.0754443Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_322, aten.cat.default 2025-03-21T20:51:46.0755231Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_324, aten.cat.default 2025-03-21T20:51:46.0756032Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_326, aten.cat.default 2025-03-21T20:51:46.0756830Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_328, aten.cat.default 2025-03-21T20:51:46.0757631Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_330, aten.cat.default 2025-03-21T20:51:46.0758428Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_332, aten.cat.default 2025-03-21T20:51:46.0759227Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_334, aten.cat.default 2025-03-21T20:51:46.0760013Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_336, aten.cat.default 2025-03-21T20:51:46.0760809Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_338, aten.cat.default 2025-03-21T20:51:46.0761606Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_340, aten.cat.default 2025-03-21T20:51:46.0762431Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_144, aten.matmul.default 2025-03-21T20:51:46.0763332Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_146, aten.matmul.default 2025-03-21T20:51:46.0764179Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_148, aten.matmul.default 2025-03-21T20:51:46.0765046Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_150, aten.matmul.default 2025-03-21T20:51:46.0765889Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_152, aten.matmul.default 2025-03-21T20:51:46.0766720Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_154, aten.matmul.default 2025-03-21T20:51:46.0767570Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_156, aten.matmul.default 2025-03-21T20:51:46.0768412Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_158, aten.matmul.default 2025-03-21T20:51:46.0769287Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_160, aten.matmul.default 2025-03-21T20:51:46.0770134Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_162, aten.matmul.default 2025-03-21T20:51:46.0770980Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_164, aten.matmul.default 2025-03-21T20:51:46.0771849Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_166, aten.matmul.default 2025-03-21T20:51:46.0772663Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_72, aten.div.Tensor 2025-03-21T20:51:46.0773447Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_73, aten.div.Tensor 2025-03-21T20:51:46.0774224Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_74, aten.div.Tensor 2025-03-21T20:51:46.0774996Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_75, aten.div.Tensor 2025-03-21T20:51:46.0775770Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_76, aten.div.Tensor 2025-03-21T20:51:46.0776739Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_77, aten.div.Tensor 2025-03-21T20:51:46.0777503Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_78, aten.div.Tensor 2025-03-21T20:51:46.0778280Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_79, aten.div.Tensor 2025-03-21T20:51:46.0779056Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_80, aten.div.Tensor 2025-03-21T20:51:46.0779907Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_81, aten.div.Tensor 2025-03-21T20:51:46.0780759Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_82, aten.div.Tensor 2025-03-21T20:51:46.0781536Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_83, aten.div.Tensor 2025-03-21T20:51:46.0782312Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_252, aten.add.Tensor 2025-03-21T20:51:46.0783104Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_253, aten.add.Tensor 2025-03-21T20:51:46.0783895Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_254, aten.add.Tensor 2025-03-21T20:51:46.0784686Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_255, aten.add.Tensor 2025-03-21T20:51:46.0785466Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_256, aten.add.Tensor 2025-03-21T20:51:46.0786250Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_257, aten.add.Tensor 2025-03-21T20:51:46.0787022Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_258, aten.add.Tensor 2025-03-21T20:51:46.0787806Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_259, aten.add.Tensor 2025-03-21T20:51:46.0788595Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_260, aten.add.Tensor 2025-03-21T20:51:46.0789650Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_261, aten.add.Tensor 2025-03-21T20:51:46.0790438Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_262, aten.add.Tensor 2025-03-21T20:51:46.0791298Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_263, aten.add.Tensor 2025-03-21T20:51:46.0792143Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_72, aten._softmax.default 2025-03-21T20:51:46.0793006Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_73, aten._softmax.default 2025-03-21T20:51:46.0793881Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_74, aten._softmax.default 2025-03-21T20:51:46.0794758Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_75, aten._softmax.default 2025-03-21T20:51:46.0795688Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_76, aten._softmax.default 2025-03-21T20:51:46.0796562Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_77, aten._softmax.default 2025-03-21T20:51:46.0797432Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_78, aten._softmax.default 2025-03-21T20:51:46.0798335Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_79, aten._softmax.default 2025-03-21T20:51:46.0799208Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_80, aten._softmax.default 2025-03-21T20:51:46.0800074Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_81, aten._softmax.default 2025-03-21T20:51:46.0800950Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_82, aten._softmax.default 2025-03-21T20:51:46.0801815Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_83, aten._softmax.default 2025-03-21T20:51:46.0802669Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_145, aten.matmul.default 2025-03-21T20:51:46.0803517Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_147, aten.matmul.default 2025-03-21T20:51:46.0804351Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_149, aten.matmul.default 2025-03-21T20:51:46.0805198Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_151, aten.matmul.default 2025-03-21T20:51:46.7134484Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_153, aten.matmul.default 2025-03-21T20:51:46.7136338Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_155, aten.matmul.default 2025-03-21T20:51:46.7137871Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_157, aten.matmul.default 2025-03-21T20:51:46.7139402Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_159, aten.matmul.default 2025-03-21T20:51:46.7140927Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_161, aten.matmul.default 2025-03-21T20:51:46.7142451Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_163, aten.matmul.default 2025-03-21T20:51:46.7144011Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_165, aten.matmul.default 2025-03-21T20:51:46.7145533Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_167, aten.matmul.default 2025-03-21T20:51:46.7147019Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_342, aten.cat.default 2025-03-21T20:51:46.7148534Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_787, aten.view_copy.default 2025-03-21T20:51:46.7150247Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1415, aten.permute_copy.default 2025-03-21T20:51:46.7151956Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_276, aten.convolution.default 2025-03-21T20:51:46.7153732Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1416, aten.permute_copy.default 2025-03-21T20:51:46.7155385Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_788, aten.view_copy.default 2025-03-21T20:51:46.7156890Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_264, aten.add.Tensor 2025-03-21T20:51:46.7158378Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_rms_norm_default_13, aten.rms_norm.default 2025-03-21T20:51:46.7159947Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_789, aten.view_copy.default 2025-03-21T20:51:46.7161613Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1417, aten.permute_copy.default 2025-03-21T20:51:46.7163373Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_277, aten.convolution.default 2025-03-21T20:51:46.7165061Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_278, aten.convolution.default 2025-03-21T20:51:46.7166648Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sigmoid_default_6, aten.sigmoid.default 2025-03-21T20:51:46.7168183Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_712, aten.mul.Tensor 2025-03-21T20:51:46.7169573Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_713, aten.mul.Tensor 2025-03-21T20:51:46.7171116Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_279, aten.convolution.default 2025-03-21T20:51:46.7172820Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1418, aten.permute_copy.default 2025-03-21T20:51:46.7174469Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_790, aten.view_copy.default 2025-03-21T20:51:46.7175974Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_265, aten.add.Tensor 2025-03-21T20:51:46.7177615Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_rms_norm_default_14, aten.rms_norm.default 2025-03-21T20:51:46.7179199Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_791, aten.view_copy.default 2025-03-21T20:51:46.7180841Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1419, aten.permute_copy.default 2025-03-21T20:51:46.7182484Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_473, aten._to_copy.default 2025-03-21T20:51:46.7184160Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_280, aten.convolution.default 2025-03-21T20:51:46.7185855Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1420, aten.permute_copy.default 2025-03-21T20:51:46.7187557Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_281, aten.convolution.default 2025-03-21T20:51:46.7189240Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1421, aten.permute_copy.default 2025-03-21T20:51:46.7190990Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_282, aten.convolution.default 2025-03-21T20:51:46.7192675Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1422, aten.permute_copy.default 2025-03-21T20:51:46.7194379Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_283, aten.convolution.default 2025-03-21T20:51:46.7196095Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1423, aten.permute_copy.default 2025-03-21T20:51:46.7197796Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_284, aten.convolution.default 2025-03-21T20:51:46.7199498Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1424, aten.permute_copy.default 2025-03-21T20:51:46.7201236Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_285, aten.convolution.default 2025-03-21T20:51:46.7202929Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1425, aten.permute_copy.default 2025-03-21T20:51:46.7204613Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_286, aten.convolution.default 2025-03-21T20:51:46.7206295Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1426, aten.permute_copy.default 2025-03-21T20:51:46.7207980Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_287, aten.convolution.default 2025-03-21T20:51:46.7209655Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1427, aten.permute_copy.default 2025-03-21T20:51:46.7211393Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_288, aten.convolution.default 2025-03-21T20:51:46.7213084Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1428, aten.permute_copy.default 2025-03-21T20:51:46.7214791Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_289, aten.convolution.default 2025-03-21T20:51:46.7216521Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1429, aten.permute_copy.default 2025-03-21T20:51:46.7218225Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_290, aten.convolution.default 2025-03-21T20:51:46.7219923Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1430, aten.permute_copy.default 2025-03-21T20:51:46.7221620Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_291, aten.convolution.default 2025-03-21T20:51:46.7223317Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1431, aten.permute_copy.default 2025-03-21T20:51:46.7225007Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_292, aten.convolution.default 2025-03-21T20:51:46.7226696Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1432, aten.permute_copy.default 2025-03-21T20:51:46.7228387Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_293, aten.convolution.default 2025-03-21T20:51:46.7230144Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1433, aten.permute_copy.default 2025-03-21T20:51:46.7231833Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_294, aten.convolution.default 2025-03-21T20:51:46.7233570Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1434, aten.permute_copy.default 2025-03-21T20:51:46.7235269Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_295, aten.convolution.default 2025-03-21T20:51:46.7236979Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1435, aten.permute_copy.default 2025-03-21T20:51:46.7238675Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_296, aten.convolution.default 2025-03-21T20:51:46.7240375Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1436, aten.permute_copy.default 2025-03-21T20:51:46.7242075Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_297, aten.convolution.default 2025-03-21T20:51:46.7243759Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1437, aten.permute_copy.default 2025-03-21T20:51:46.7245455Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_298, aten.convolution.default 2025-03-21T20:51:46.7247348Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1438, aten.permute_copy.default 2025-03-21T20:51:46.7249315Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_299, aten.convolution.default 2025-03-21T20:51:46.7251319Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1439, aten.permute_copy.default 2025-03-21T20:51:46.7253379Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_300, aten.convolution.default 2025-03-21T20:51:46.7255077Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1440, aten.permute_copy.default 2025-03-21T20:51:47.1495544Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_301, aten.convolution.default 2025-03-21T20:51:47.1497305Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1441, aten.permute_copy.default 2025-03-21T20:51:47.1499177Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_302, aten.convolution.default 2025-03-21T20:51:47.1500885Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1442, aten.permute_copy.default 2025-03-21T20:51:47.1502600Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_303, aten.convolution.default 2025-03-21T20:51:47.1504298Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1443, aten.permute_copy.default 2025-03-21T20:51:47.1506063Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_304, aten.convolution.default 2025-03-21T20:51:47.1507763Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1444, aten.permute_copy.default 2025-03-21T20:51:47.1509740Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_305, aten.convolution.default 2025-03-21T20:51:47.1511425Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1445, aten.permute_copy.default 2025-03-21T20:51:47.1513116Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_306, aten.convolution.default 2025-03-21T20:51:47.1514816Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1446, aten.permute_copy.default 2025-03-21T20:51:47.1516511Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_307, aten.convolution.default 2025-03-21T20:51:47.1518214Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1447, aten.permute_copy.default 2025-03-21T20:51:47.1519903Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_308, aten.convolution.default 2025-03-21T20:51:47.1521668Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1448, aten.permute_copy.default 2025-03-21T20:51:47.1523352Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_309, aten.convolution.default 2025-03-21T20:51:47.1525052Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1449, aten.permute_copy.default 2025-03-21T20:51:47.1526747Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_310, aten.convolution.default 2025-03-21T20:51:47.1528442Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1450, aten.permute_copy.default 2025-03-21T20:51:47.1530137Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_311, aten.convolution.default 2025-03-21T20:51:47.1531835Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1451, aten.permute_copy.default 2025-03-21T20:51:47.1533538Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_312, aten.convolution.default 2025-03-21T20:51:47.1535223Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1452, aten.permute_copy.default 2025-03-21T20:51:47.1536923Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_313, aten.convolution.default 2025-03-21T20:51:47.1538675Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1453, aten.permute_copy.default 2025-03-21T20:51:47.1540372Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_314, aten.convolution.default 2025-03-21T20:51:47.1542079Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1454, aten.permute_copy.default 2025-03-21T20:51:47.1543776Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_315, aten.convolution.default 2025-03-21T20:51:47.1545480Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1455, aten.permute_copy.default 2025-03-21T20:51:47.1547103Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_474, aten._to_copy.default 2025-03-21T20:51:47.1548719Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_475, aten._to_copy.default 2025-03-21T20:51:47.1550361Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_476, aten._to_copy.default 2025-03-21T20:51:47.1551932Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_477, aten._to_copy.default 2025-03-21T20:51:47.1553546Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_478, aten._to_copy.default 2025-03-21T20:51:47.1555119Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_479, aten._to_copy.default 2025-03-21T20:51:47.1556689Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_480, aten._to_copy.default 2025-03-21T20:51:47.1558245Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_481, aten._to_copy.default 2025-03-21T20:51:47.1559825Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_482, aten._to_copy.default 2025-03-21T20:51:47.1561393Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_483, aten._to_copy.default 2025-03-21T20:51:47.1562984Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_792, aten.view_copy.default 2025-03-21T20:51:47.1564589Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_793, aten.view_copy.default 2025-03-21T20:51:47.1566196Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_794, aten.view_copy.default 2025-03-21T20:51:47.1567784Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_795, aten.view_copy.default 2025-03-21T20:51:47.1569423Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_796, aten.view_copy.default 2025-03-21T20:51:47.1571031Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_797, aten.view_copy.default 2025-03-21T20:51:47.1572641Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_798, aten.view_copy.default 2025-03-21T20:51:47.1574249Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_799, aten.view_copy.default 2025-03-21T20:51:47.1575846Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_800, aten.view_copy.default 2025-03-21T20:51:47.1577595Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_801, aten.view_copy.default 2025-03-21T20:51:47.1579181Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_802, aten.view_copy.default 2025-03-21T20:51:47.1580780Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_803, aten.view_copy.default 2025-03-21T20:51:47.1582384Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_804, aten.view_copy.default 2025-03-21T20:51:47.1583987Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_805, aten.view_copy.default 2025-03-21T20:51:47.1585649Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_806, aten.view_copy.default 2025-03-21T20:51:47.1587252Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_807, aten.view_copy.default 2025-03-21T20:51:47.1588855Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_808, aten.view_copy.default 2025-03-21T20:51:47.1590506Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_809, aten.view_copy.default 2025-03-21T20:51:47.1592107Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_810, aten.view_copy.default 2025-03-21T20:51:47.1593719Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_811, aten.view_copy.default 2025-03-21T20:51:47.1595370Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_812, aten.view_copy.default 2025-03-21T20:51:47.1596973Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_813, aten.view_copy.default 2025-03-21T20:51:47.1598574Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_814, aten.view_copy.default 2025-03-21T20:51:47.1600178Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_815, aten.view_copy.default 2025-03-21T20:51:47.1601811Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_816, aten.view_copy.default 2025-03-21T20:51:47.1603395Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_484, aten._to_copy.default 2025-03-21T20:51:47.1604981Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_817, aten.view_copy.default 2025-03-21T20:51:47.1606567Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_485, aten._to_copy.default 2025-03-21T20:51:47.1608159Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_818, aten.view_copy.default 2025-03-21T20:51:47.1609749Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_486, aten._to_copy.default 2025-03-21T20:51:47.1611327Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_819, aten.view_copy.default 2025-03-21T20:51:47.1612919Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_487, aten._to_copy.default 2025-03-21T20:51:47.1614516Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_820, aten.view_copy.default 2025-03-21T20:51:47.4959130Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_821, aten.view_copy.default 2025-03-21T20:51:47.4960091Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_488, aten._to_copy.default 2025-03-21T20:51:47.4960994Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_822, aten.view_copy.default 2025-03-21T20:51:47.4961883Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_489, aten._to_copy.default 2025-03-21T20:51:47.4962805Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_823, aten.view_copy.default 2025-03-21T20:51:47.4963698Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_490, aten._to_copy.default 2025-03-21T20:51:47.4964588Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_824, aten.view_copy.default 2025-03-21T20:51:47.4965461Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_491, aten._to_copy.default 2025-03-21T20:51:47.4966346Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_825, aten.view_copy.default 2025-03-21T20:51:47.4967228Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_492, aten._to_copy.default 2025-03-21T20:51:47.4968117Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_826, aten.view_copy.default 2025-03-21T20:51:47.4969067Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_493, aten._to_copy.default 2025-03-21T20:51:47.4969953Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_827, aten.view_copy.default 2025-03-21T20:51:47.4970840Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_336, aten.slice_copy.Tensor 2025-03-21T20:51:47.4971734Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_337, aten.slice_copy.Tensor 2025-03-21T20:51:47.4972624Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_338, aten.slice_copy.Tensor 2025-03-21T20:51:47.4973511Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_339, aten.slice_copy.Tensor 2025-03-21T20:51:47.4974446Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_340, aten.slice_copy.Tensor 2025-03-21T20:51:47.4975336Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_341, aten.slice_copy.Tensor 2025-03-21T20:51:47.4976417Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_342, aten.slice_copy.Tensor 2025-03-21T20:51:47.4977360Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_343, aten.slice_copy.Tensor 2025-03-21T20:51:47.4978254Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_344, aten.slice_copy.Tensor 2025-03-21T20:51:47.4979145Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_345, aten.slice_copy.Tensor 2025-03-21T20:51:47.4980038Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_346, aten.slice_copy.Tensor 2025-03-21T20:51:47.4980932Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_347, aten.slice_copy.Tensor 2025-03-21T20:51:47.4981821Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_348, aten.slice_copy.Tensor 2025-03-21T20:51:47.4982717Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_349, aten.slice_copy.Tensor 2025-03-21T20:51:47.4983601Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_350, aten.slice_copy.Tensor 2025-03-21T20:51:47.4984497Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_351, aten.slice_copy.Tensor 2025-03-21T20:51:47.4985395Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_352, aten.slice_copy.Tensor 2025-03-21T20:51:47.4986325Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_353, aten.slice_copy.Tensor 2025-03-21T20:51:47.4987218Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_354, aten.slice_copy.Tensor 2025-03-21T20:51:47.4988107Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_355, aten.slice_copy.Tensor 2025-03-21T20:51:47.4989005Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_356, aten.slice_copy.Tensor 2025-03-21T20:51:47.4989951Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_357, aten.slice_copy.Tensor 2025-03-21T20:51:47.4990843Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_358, aten.slice_copy.Tensor 2025-03-21T20:51:47.4991738Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_359, aten.slice_copy.Tensor 2025-03-21T20:51:47.4992634Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_360, aten.slice_copy.Tensor 2025-03-21T20:51:47.4993528Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_361, aten.slice_copy.Tensor 2025-03-21T20:51:47.4994422Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_362, aten.slice_copy.Tensor 2025-03-21T20:51:47.4995360Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_363, aten.slice_copy.Tensor 2025-03-21T20:51:47.4996245Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_364, aten.slice_copy.Tensor 2025-03-21T20:51:47.4997139Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_365, aten.slice_copy.Tensor 2025-03-21T20:51:47.4998032Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_366, aten.slice_copy.Tensor 2025-03-21T20:51:47.4998924Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_367, aten.slice_copy.Tensor 2025-03-21T20:51:47.4999817Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_368, aten.slice_copy.Tensor 2025-03-21T20:51:47.5000709Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_369, aten.slice_copy.Tensor 2025-03-21T20:51:47.5001668Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_370, aten.slice_copy.Tensor 2025-03-21T20:51:47.5002567Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_371, aten.slice_copy.Tensor 2025-03-21T20:51:47.5003463Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_372, aten.slice_copy.Tensor 2025-03-21T20:51:47.5004381Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_373, aten.slice_copy.Tensor 2025-03-21T20:51:47.5005277Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_374, aten.slice_copy.Tensor 2025-03-21T20:51:47.5006172Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_375, aten.slice_copy.Tensor 2025-03-21T20:51:47.5007059Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_376, aten.slice_copy.Tensor 2025-03-21T20:51:47.5007946Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_377, aten.slice_copy.Tensor 2025-03-21T20:51:47.5008843Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_378, aten.slice_copy.Tensor 2025-03-21T20:51:47.5009888Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_379, aten.slice_copy.Tensor 2025-03-21T20:51:47.5010849Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_380, aten.slice_copy.Tensor 2025-03-21T20:51:47.5011736Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_381, aten.slice_copy.Tensor 2025-03-21T20:51:47.5012664Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_382, aten.slice_copy.Tensor 2025-03-21T20:51:47.5013554Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_383, aten.slice_copy.Tensor 2025-03-21T20:51:47.5014394Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_368, aten.cat.default 2025-03-21T20:51:47.5015193Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_370, aten.cat.default 2025-03-21T20:51:47.5015994Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_372, aten.cat.default 2025-03-21T20:51:47.5016794Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_374, aten.cat.default 2025-03-21T20:51:47.5017592Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_376, aten.cat.default 2025-03-21T20:51:47.5018391Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_378, aten.cat.default 2025-03-21T20:51:47.5019175Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_380, aten.cat.default 2025-03-21T20:51:47.5019970Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_382, aten.cat.default 2025-03-21T20:51:47.5020771Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_384, aten.cat.default 2025-03-21T20:51:47.5021568Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_386, aten.cat.default 2025-03-21T20:51:47.5022401Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_388, aten.cat.default 2025-03-21T20:51:47.5023200Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_390, aten.cat.default 2025-03-21T20:51:47.5023995Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_716, aten.mul.Tensor 2025-03-21T20:51:47.5024770Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_718, aten.mul.Tensor 2025-03-21T20:51:47.5025553Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_717, aten.mul.Tensor 2025-03-21T20:51:47.9370284Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_719, aten.mul.Tensor 2025-03-21T20:51:47.9371133Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_720, aten.mul.Tensor 2025-03-21T20:51:47.9372140Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_722, aten.mul.Tensor 2025-03-21T20:51:47.9372936Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_721, aten.mul.Tensor 2025-03-21T20:51:47.9373723Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_723, aten.mul.Tensor 2025-03-21T20:51:47.9374978Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_724, aten.mul.Tensor 2025-03-21T20:51:47.9375785Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_726, aten.mul.Tensor 2025-03-21T20:51:47.9376733Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_725, aten.mul.Tensor 2025-03-21T20:51:47.9377529Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_727, aten.mul.Tensor 2025-03-21T20:51:47.9378315Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_728, aten.mul.Tensor 2025-03-21T20:51:47.9379104Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_730, aten.mul.Tensor 2025-03-21T20:51:47.9379900Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_729, aten.mul.Tensor 2025-03-21T20:51:47.9380683Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_731, aten.mul.Tensor 2025-03-21T20:51:47.9381461Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_732, aten.mul.Tensor 2025-03-21T20:51:47.9382248Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_734, aten.mul.Tensor 2025-03-21T20:51:47.9383035Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_733, aten.mul.Tensor 2025-03-21T20:51:47.9383885Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_735, aten.mul.Tensor 2025-03-21T20:51:47.9384675Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_736, aten.mul.Tensor 2025-03-21T20:51:47.9385492Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_738, aten.mul.Tensor 2025-03-21T20:51:47.9386282Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_737, aten.mul.Tensor 2025-03-21T20:51:47.9387071Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_739, aten.mul.Tensor 2025-03-21T20:51:47.9387844Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_740, aten.mul.Tensor 2025-03-21T20:51:47.9388631Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_742, aten.mul.Tensor 2025-03-21T20:51:47.9389475Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_741, aten.mul.Tensor 2025-03-21T20:51:47.9390263Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_743, aten.mul.Tensor 2025-03-21T20:51:47.9391049Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_744, aten.mul.Tensor 2025-03-21T20:51:47.9391832Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_746, aten.mul.Tensor 2025-03-21T20:51:47.9392676Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_745, aten.mul.Tensor 2025-03-21T20:51:47.9393445Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_747, aten.mul.Tensor 2025-03-21T20:51:47.9394222Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_748, aten.mul.Tensor 2025-03-21T20:51:47.9395007Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_750, aten.mul.Tensor 2025-03-21T20:51:47.9395783Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_749, aten.mul.Tensor 2025-03-21T20:51:47.9396565Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_751, aten.mul.Tensor 2025-03-21T20:51:47.9397345Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_752, aten.mul.Tensor 2025-03-21T20:51:47.9398153Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_754, aten.mul.Tensor 2025-03-21T20:51:47.9398936Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_753, aten.mul.Tensor 2025-03-21T20:51:47.9399722Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_755, aten.mul.Tensor 2025-03-21T20:51:47.9400508Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_756, aten.mul.Tensor 2025-03-21T20:51:47.9401374Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_758, aten.mul.Tensor 2025-03-21T20:51:47.9402160Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_757, aten.mul.Tensor 2025-03-21T20:51:47.9402936Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_759, aten.mul.Tensor 2025-03-21T20:51:47.9403724Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_760, aten.mul.Tensor 2025-03-21T20:51:47.9404508Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_762, aten.mul.Tensor 2025-03-21T20:51:47.9405293Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_761, aten.mul.Tensor 2025-03-21T20:51:47.9406075Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_763, aten.mul.Tensor 2025-03-21T20:51:47.9406854Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_764, aten.mul.Tensor 2025-03-21T20:51:47.9407638Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_766, aten.mul.Tensor 2025-03-21T20:51:47.9408408Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_765, aten.mul.Tensor 2025-03-21T20:51:47.9409270Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_767, aten.mul.Tensor 2025-03-21T20:51:47.9410089Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_768, aten.mul.Tensor 2025-03-21T20:51:47.9410873Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_770, aten.mul.Tensor 2025-03-21T20:51:47.9411661Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_769, aten.mul.Tensor 2025-03-21T20:51:47.9412445Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_771, aten.mul.Tensor 2025-03-21T20:51:47.9413211Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_772, aten.mul.Tensor 2025-03-21T20:51:47.9414001Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_774, aten.mul.Tensor 2025-03-21T20:51:47.9414784Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_773, aten.mul.Tensor 2025-03-21T20:51:47.9415568Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_775, aten.mul.Tensor 2025-03-21T20:51:47.9416354Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_776, aten.mul.Tensor 2025-03-21T20:51:47.9417136Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_778, aten.mul.Tensor 2025-03-21T20:51:47.9417908Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_777, aten.mul.Tensor 2025-03-21T20:51:47.9418717Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_779, aten.mul.Tensor 2025-03-21T20:51:47.9419497Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_780, aten.mul.Tensor 2025-03-21T20:51:47.9420279Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_782, aten.mul.Tensor 2025-03-21T20:51:47.9421150Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_781, aten.mul.Tensor 2025-03-21T20:51:47.9421931Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_783, aten.mul.Tensor 2025-03-21T20:51:47.9422716Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_784, aten.mul.Tensor 2025-03-21T20:51:47.9423479Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_786, aten.mul.Tensor 2025-03-21T20:51:47.9424291Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_785, aten.mul.Tensor 2025-03-21T20:51:47.9425081Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_787, aten.mul.Tensor 2025-03-21T20:51:47.9425858Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_788, aten.mul.Tensor 2025-03-21T20:51:47.9426668Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_790, aten.mul.Tensor 2025-03-21T20:51:47.9427446Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_789, aten.mul.Tensor 2025-03-21T20:51:47.9428215Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_791, aten.mul.Tensor 2025-03-21T20:51:47.9428998Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_792, aten.mul.Tensor 2025-03-21T20:51:47.9429865Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_794, aten.mul.Tensor 2025-03-21T20:51:47.9430651Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_793, aten.mul.Tensor 2025-03-21T20:51:47.9431432Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_795, aten.mul.Tensor 2025-03-21T20:51:47.9432217Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_796, aten.mul.Tensor 2025-03-21T20:51:47.9432987Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_798, aten.mul.Tensor 2025-03-21T20:51:47.9433773Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_797, aten.mul.Tensor 2025-03-21T20:51:47.9434553Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_799, aten.mul.Tensor 2025-03-21T20:51:47.9435405Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_800, aten.mul.Tensor 2025-03-21T20:51:47.9436188Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_802, aten.mul.Tensor 2025-03-21T20:51:47.9436966Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_801, aten.mul.Tensor 2025-03-21T20:51:47.9437754Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_803, aten.mul.Tensor 2025-03-21T20:51:48.3936725Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_804, aten.mul.Tensor 2025-03-21T20:51:48.3937760Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_806, aten.mul.Tensor 2025-03-21T20:51:48.3938580Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_805, aten.mul.Tensor 2025-03-21T20:51:48.3939369Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_807, aten.mul.Tensor 2025-03-21T20:51:48.3940157Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_808, aten.mul.Tensor 2025-03-21T20:51:48.3940957Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_810, aten.mul.Tensor 2025-03-21T20:51:48.3941745Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_809, aten.mul.Tensor 2025-03-21T20:51:48.3942526Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_811, aten.mul.Tensor 2025-03-21T20:51:48.3943550Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_168, aten.sub.Tensor 2025-03-21T20:51:48.3944338Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_266, aten.add.Tensor 2025-03-21T20:51:48.3945133Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_169, aten.sub.Tensor 2025-03-21T20:51:48.3945925Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_267, aten.add.Tensor 2025-03-21T20:51:48.3946720Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_170, aten.sub.Tensor 2025-03-21T20:51:48.3947499Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_268, aten.add.Tensor 2025-03-21T20:51:48.3948291Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_171, aten.sub.Tensor 2025-03-21T20:51:48.3949141Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_269, aten.add.Tensor 2025-03-21T20:51:48.3950001Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_172, aten.sub.Tensor 2025-03-21T20:51:48.3950821Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_270, aten.add.Tensor 2025-03-21T20:51:48.3951672Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_173, aten.sub.Tensor 2025-03-21T20:51:48.3952457Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_271, aten.add.Tensor 2025-03-21T20:51:48.3953239Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_174, aten.sub.Tensor 2025-03-21T20:51:48.3954015Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_272, aten.add.Tensor 2025-03-21T20:51:48.3954807Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_175, aten.sub.Tensor 2025-03-21T20:51:48.3955594Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_273, aten.add.Tensor 2025-03-21T20:51:48.3956377Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_176, aten.sub.Tensor 2025-03-21T20:51:48.3957164Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_274, aten.add.Tensor 2025-03-21T20:51:48.3957950Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_177, aten.sub.Tensor 2025-03-21T20:51:48.3958739Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_275, aten.add.Tensor 2025-03-21T20:51:48.3959511Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_178, aten.sub.Tensor 2025-03-21T20:51:48.3960341Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_276, aten.add.Tensor 2025-03-21T20:51:48.3961122Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_179, aten.sub.Tensor 2025-03-21T20:51:48.3961911Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_277, aten.add.Tensor 2025-03-21T20:51:48.3962694Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_180, aten.sub.Tensor 2025-03-21T20:51:48.3963536Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_494, aten._to_copy.default 2025-03-21T20:51:48.3964359Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_278, aten.add.Tensor 2025-03-21T20:51:48.3965192Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_495, aten._to_copy.default 2025-03-21T20:51:48.3966031Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_181, aten.sub.Tensor 2025-03-21T20:51:48.3966865Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_496, aten._to_copy.default 2025-03-21T20:51:48.3967695Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_279, aten.add.Tensor 2025-03-21T20:51:48.3968534Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_497, aten._to_copy.default 2025-03-21T20:51:48.3969388Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_182, aten.sub.Tensor 2025-03-21T20:51:48.3970218Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_498, aten._to_copy.default 2025-03-21T20:51:48.3971055Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_280, aten.add.Tensor 2025-03-21T20:51:48.3971883Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_499, aten._to_copy.default 2025-03-21T20:51:48.3972717Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_183, aten.sub.Tensor 2025-03-21T20:51:48.3973560Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_500, aten._to_copy.default 2025-03-21T20:51:48.3974390Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_281, aten.add.Tensor 2025-03-21T20:51:48.3975241Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_501, aten._to_copy.default 2025-03-21T20:51:48.3976271Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_184, aten.sub.Tensor 2025-03-21T20:51:48.3977116Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_502, aten._to_copy.default 2025-03-21T20:51:48.3977999Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_282, aten.add.Tensor 2025-03-21T20:51:48.3978837Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_503, aten._to_copy.default 2025-03-21T20:51:48.3979669Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_185, aten.sub.Tensor 2025-03-21T20:51:48.3980493Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_504, aten._to_copy.default 2025-03-21T20:51:48.3981332Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_283, aten.add.Tensor 2025-03-21T20:51:48.3982170Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_505, aten._to_copy.default 2025-03-21T20:51:48.3983007Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_186, aten.sub.Tensor 2025-03-21T20:51:48.3983839Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_506, aten._to_copy.default 2025-03-21T20:51:48.3984667Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_284, aten.add.Tensor 2025-03-21T20:51:48.3985500Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_507, aten._to_copy.default 2025-03-21T20:51:48.3986324Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_187, aten.sub.Tensor 2025-03-21T20:51:48.3987303Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_508, aten._to_copy.default 2025-03-21T20:51:48.3988279Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_285, aten.add.Tensor 2025-03-21T20:51:48.3989115Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_509, aten._to_copy.default 2025-03-21T20:51:48.3990027Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_188, aten.sub.Tensor 2025-03-21T20:51:48.3990858Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_510, aten._to_copy.default 2025-03-21T20:51:48.3991679Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_286, aten.add.Tensor 2025-03-21T20:51:48.3992511Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_511, aten._to_copy.default 2025-03-21T20:51:48.3993343Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_189, aten.sub.Tensor 2025-03-21T20:51:48.3994175Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_512, aten._to_copy.default 2025-03-21T20:51:48.3995010Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_287, aten.add.Tensor 2025-03-21T20:51:48.3995842Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_513, aten._to_copy.default 2025-03-21T20:51:48.3996733Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_190, aten.sub.Tensor 2025-03-21T20:51:48.3997558Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_514, aten._to_copy.default 2025-03-21T20:51:48.3998395Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_288, aten.add.Tensor 2025-03-21T20:51:48.3999227Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_515, aten._to_copy.default 2025-03-21T20:51:48.4000064Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_191, aten.sub.Tensor 2025-03-21T20:51:48.4000906Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_516, aten._to_copy.default 2025-03-21T20:51:48.4001780Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_289, aten.add.Tensor 2025-03-21T20:51:48.4002602Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_517, aten._to_copy.default 2025-03-21T20:51:48.4003448Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_343, aten.cat.default 2025-03-21T20:51:48.4004284Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_344, aten.cat.default 2025-03-21T20:51:48.8153134Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_345, aten.cat.default 2025-03-21T20:51:48.8154076Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_346, aten.cat.default 2025-03-21T20:51:48.8154906Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_347, aten.cat.default 2025-03-21T20:51:48.8155742Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_348, aten.cat.default 2025-03-21T20:51:48.8156545Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_349, aten.cat.default 2025-03-21T20:51:48.8157338Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_350, aten.cat.default 2025-03-21T20:51:48.8158140Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_351, aten.cat.default 2025-03-21T20:51:48.8158940Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_352, aten.cat.default 2025-03-21T20:51:48.8159762Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_353, aten.cat.default 2025-03-21T20:51:48.8160561Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_354, aten.cat.default 2025-03-21T20:51:48.8161569Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_355, aten.cat.default 2025-03-21T20:51:48.8162402Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_518, aten._to_copy.default 2025-03-21T20:51:48.8163254Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_356, aten.cat.default 2025-03-21T20:51:48.8164103Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_519, aten._to_copy.default 2025-03-21T20:51:48.8164946Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_357, aten.cat.default 2025-03-21T20:51:48.8165795Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_520, aten._to_copy.default 2025-03-21T20:51:48.8166638Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_358, aten.cat.default 2025-03-21T20:51:48.8167462Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_521, aten._to_copy.default 2025-03-21T20:51:48.8168312Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_359, aten.cat.default 2025-03-21T20:51:48.8169119Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_360, aten.cat.default 2025-03-21T20:51:48.8169965Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_522, aten._to_copy.default 2025-03-21T20:51:48.8170865Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_361, aten.cat.default 2025-03-21T20:51:48.8171704Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_523, aten._to_copy.default 2025-03-21T20:51:48.8172548Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_362, aten.cat.default 2025-03-21T20:51:48.8173372Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_524, aten._to_copy.default 2025-03-21T20:51:48.8174208Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_363, aten.cat.default 2025-03-21T20:51:48.8175051Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_525, aten._to_copy.default 2025-03-21T20:51:48.8175888Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_364, aten.cat.default 2025-03-21T20:51:48.8176944Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_526, aten._to_copy.default 2025-03-21T20:51:48.8177781Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_365, aten.cat.default 2025-03-21T20:51:48.8178616Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_527, aten._to_copy.default 2025-03-21T20:51:48.8179488Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_366, aten.cat.default 2025-03-21T20:51:48.8180321Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_528, aten._to_copy.default 2025-03-21T20:51:48.8181234Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_408, aten.permute_copy.default 2025-03-21T20:51:48.8182139Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_529, aten._to_copy.default 2025-03-21T20:51:48.8183044Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_409, aten.permute_copy.default 2025-03-21T20:51:48.8183951Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_530, aten._to_copy.default 2025-03-21T20:51:48.8184838Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_410, aten.permute_copy.default 2025-03-21T20:51:48.8185748Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_531, aten._to_copy.default 2025-03-21T20:51:48.8186654Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_411, aten.permute_copy.default 2025-03-21T20:51:48.8187564Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_532, aten._to_copy.default 2025-03-21T20:51:48.8188507Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_412, aten.permute_copy.default 2025-03-21T20:51:48.8189551Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_413, aten.permute_copy.default 2025-03-21T20:51:48.8190461Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_533, aten._to_copy.default 2025-03-21T20:51:48.8191358Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_414, aten.permute_copy.default 2025-03-21T20:51:48.8192266Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_534, aten._to_copy.default 2025-03-21T20:51:48.8193171Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_415, aten.permute_copy.default 2025-03-21T20:51:48.8194077Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_535, aten._to_copy.default 2025-03-21T20:51:48.8194980Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_416, aten.permute_copy.default 2025-03-21T20:51:48.8195881Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_536, aten._to_copy.default 2025-03-21T20:51:48.8196786Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_417, aten.permute_copy.default 2025-03-21T20:51:48.8197765Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_537, aten._to_copy.default 2025-03-21T20:51:48.8198675Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_418, aten.permute_copy.default 2025-03-21T20:51:48.8199588Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_538, aten._to_copy.default 2025-03-21T20:51:48.8200496Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_419, aten.permute_copy.default 2025-03-21T20:51:48.8201412Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_539, aten._to_copy.default 2025-03-21T20:51:48.8202251Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_367, aten.cat.default 2025-03-21T20:51:48.8203082Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_369, aten.cat.default 2025-03-21T20:51:48.8203957Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_371, aten.cat.default 2025-03-21T20:51:48.8204831Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_373, aten.cat.default 2025-03-21T20:51:48.8205636Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_375, aten.cat.default 2025-03-21T20:51:48.8206479Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_377, aten.cat.default 2025-03-21T20:51:48.8207273Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_379, aten.cat.default 2025-03-21T20:51:48.8208069Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_381, aten.cat.default 2025-03-21T20:51:48.8208854Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_383, aten.cat.default 2025-03-21T20:51:48.8209651Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_385, aten.cat.default 2025-03-21T20:51:48.8210447Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_387, aten.cat.default 2025-03-21T20:51:48.8211247Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_389, aten.cat.default 2025-03-21T20:51:48.8212072Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_168, aten.matmul.default 2025-03-21T20:51:48.8212919Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_170, aten.matmul.default 2025-03-21T20:51:48.8213763Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_172, aten.matmul.default 2025-03-21T20:51:48.8214624Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_174, aten.matmul.default 2025-03-21T20:51:48.8215471Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_176, aten.matmul.default 2025-03-21T20:51:48.8216316Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_178, aten.matmul.default 2025-03-21T20:51:48.8217162Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_180, aten.matmul.default 2025-03-21T20:51:48.8218004Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_182, aten.matmul.default 2025-03-21T20:51:48.8218847Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_184, aten.matmul.default 2025-03-21T20:51:48.8219682Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_186, aten.matmul.default 2025-03-21T20:51:49.4001262Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_188, aten.matmul.default 2025-03-21T20:51:49.4002871Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_190, aten.matmul.default 2025-03-21T20:51:49.4004338Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_84, aten.div.Tensor 2025-03-21T20:51:49.4005750Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_85, aten.div.Tensor 2025-03-21T20:51:49.4007405Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_86, aten.div.Tensor 2025-03-21T20:51:49.4008792Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_87, aten.div.Tensor 2025-03-21T20:51:49.4010188Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_88, aten.div.Tensor 2025-03-21T20:51:49.4011572Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_89, aten.div.Tensor 2025-03-21T20:51:49.4012948Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_90, aten.div.Tensor 2025-03-21T20:51:49.4014338Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_91, aten.div.Tensor 2025-03-21T20:51:49.4015731Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_92, aten.div.Tensor 2025-03-21T20:51:49.4017174Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_93, aten.div.Tensor 2025-03-21T20:51:49.4028118Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_94, aten.div.Tensor 2025-03-21T20:51:49.4029709Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_95, aten.div.Tensor 2025-03-21T20:51:49.4031106Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_290, aten.add.Tensor 2025-03-21T20:51:49.4032673Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_291, aten.add.Tensor 2025-03-21T20:51:49.4034083Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_292, aten.add.Tensor 2025-03-21T20:51:49.4035492Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_293, aten.add.Tensor 2025-03-21T20:51:49.4036898Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_294, aten.add.Tensor 2025-03-21T20:51:49.4038292Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_295, aten.add.Tensor 2025-03-21T20:51:49.4039697Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_296, aten.add.Tensor 2025-03-21T20:51:49.4041102Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_297, aten.add.Tensor 2025-03-21T20:51:49.4042483Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_298, aten.add.Tensor 2025-03-21T20:51:49.4043890Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_299, aten.add.Tensor 2025-03-21T20:51:49.4045286Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_300, aten.add.Tensor 2025-03-21T20:51:49.4046753Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_301, aten.add.Tensor 2025-03-21T20:51:49.4048237Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_84, aten._softmax.default 2025-03-21T20:51:49.4049809Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_85, aten._softmax.default 2025-03-21T20:51:49.4051360Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_86, aten._softmax.default 2025-03-21T20:51:49.4052927Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_87, aten._softmax.default 2025-03-21T20:51:49.4054485Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_88, aten._softmax.default 2025-03-21T20:51:49.4056056Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_89, aten._softmax.default 2025-03-21T20:51:49.4057620Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_90, aten._softmax.default 2025-03-21T20:51:49.4059173Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_91, aten._softmax.default 2025-03-21T20:51:49.4060735Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_92, aten._softmax.default 2025-03-21T20:51:49.4062286Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_93, aten._softmax.default 2025-03-21T20:51:49.4063898Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_94, aten._softmax.default 2025-03-21T20:51:49.4065462Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_95, aten._softmax.default 2025-03-21T20:51:49.4067006Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_169, aten.matmul.default 2025-03-21T20:51:49.4068530Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_171, aten.matmul.default 2025-03-21T20:51:49.4070097Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_173, aten.matmul.default 2025-03-21T20:51:49.4071630Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_175, aten.matmul.default 2025-03-21T20:51:49.4073129Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_177, aten.matmul.default 2025-03-21T20:51:49.4074695Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_179, aten.matmul.default 2025-03-21T20:51:49.4076434Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_181, aten.matmul.default 2025-03-21T20:51:49.4077962Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_183, aten.matmul.default 2025-03-21T20:51:49.4079561Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_185, aten.matmul.default 2025-03-21T20:51:49.4081087Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_187, aten.matmul.default 2025-03-21T20:51:49.4082596Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_189, aten.matmul.default 2025-03-21T20:51:49.4084119Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_191, aten.matmul.default 2025-03-21T20:51:49.4085604Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_391, aten.cat.default 2025-03-21T20:51:49.4087136Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_900, aten.view_copy.default 2025-03-21T20:51:49.4088806Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1456, aten.permute_copy.default 2025-03-21T20:51:49.4090509Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_316, aten.convolution.default 2025-03-21T20:51:49.4092215Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1457, aten.permute_copy.default 2025-03-21T20:51:49.4093864Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_901, aten.view_copy.default 2025-03-21T20:51:49.4095422Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_302, aten.add.Tensor 2025-03-21T20:51:49.4096920Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_rms_norm_default_15, aten.rms_norm.default 2025-03-21T20:51:49.4098516Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_902, aten.view_copy.default 2025-03-21T20:51:49.4100174Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1458, aten.permute_copy.default 2025-03-21T20:51:49.4101872Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_317, aten.convolution.default 2025-03-21T20:51:49.4103554Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_318, aten.convolution.default 2025-03-21T20:51:49.4105149Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sigmoid_default_7, aten.sigmoid.default 2025-03-21T20:51:49.4106626Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_814, aten.mul.Tensor 2025-03-21T20:51:49.4108028Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_815, aten.mul.Tensor 2025-03-21T20:51:49.4109622Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_319, aten.convolution.default 2025-03-21T20:51:49.4111380Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1459, aten.permute_copy.default 2025-03-21T20:51:49.4113042Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_903, aten.view_copy.default 2025-03-21T20:51:49.4114531Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_303, aten.add.Tensor 2025-03-21T20:51:49.4116010Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_rms_norm_default_16, aten.rms_norm.default 2025-03-21T20:51:49.4117597Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_904, aten.view_copy.default 2025-03-21T20:51:49.4119255Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1460, aten.permute_copy.default 2025-03-21T20:51:49.4120896Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_540, aten._to_copy.default 2025-03-21T20:51:49.4122563Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_320, aten.convolution.default 2025-03-21T20:51:49.4124261Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1461, aten.permute_copy.default 2025-03-21T20:51:49.4125933Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_321, aten.convolution.default 2025-03-21T20:51:49.4127663Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1462, aten.permute_copy.default 2025-03-21T20:51:49.4129351Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_322, aten.convolution.default 2025-03-21T20:51:50.0271858Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1463, aten.permute_copy.default 2025-03-21T20:51:50.0273609Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_323, aten.convolution.default 2025-03-21T20:51:50.0275324Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1464, aten.permute_copy.default 2025-03-21T20:51:50.0277150Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_324, aten.convolution.default 2025-03-21T20:51:50.0278887Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1465, aten.permute_copy.default 2025-03-21T20:51:50.0280594Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_325, aten.convolution.default 2025-03-21T20:51:50.0282273Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1466, aten.permute_copy.default 2025-03-21T20:51:50.0284236Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_326, aten.convolution.default 2025-03-21T20:51:50.0285927Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1467, aten.permute_copy.default 2025-03-21T20:51:50.0287623Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_327, aten.convolution.default 2025-03-21T20:51:50.0289325Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1468, aten.permute_copy.default 2025-03-21T20:51:50.0291011Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_328, aten.convolution.default 2025-03-21T20:51:50.0292707Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1469, aten.permute_copy.default 2025-03-21T20:51:50.0294384Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_329, aten.convolution.default 2025-03-21T20:51:50.0296070Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1470, aten.permute_copy.default 2025-03-21T20:51:50.0297753Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_330, aten.convolution.default 2025-03-21T20:51:50.0299441Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1471, aten.permute_copy.default 2025-03-21T20:51:50.0301212Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_331, aten.convolution.default 2025-03-21T20:51:50.0302894Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1472, aten.permute_copy.default 2025-03-21T20:51:50.0304573Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_332, aten.convolution.default 2025-03-21T20:51:50.0306258Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1473, aten.permute_copy.default 2025-03-21T20:51:50.0307937Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_333, aten.convolution.default 2025-03-21T20:51:50.0309671Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1474, aten.permute_copy.default 2025-03-21T20:51:50.0311430Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_334, aten.convolution.default 2025-03-21T20:51:50.0313113Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1475, aten.permute_copy.default 2025-03-21T20:51:50.0314806Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_335, aten.convolution.default 2025-03-21T20:51:50.0316544Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1476, aten.permute_copy.default 2025-03-21T20:51:50.0318230Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_336, aten.convolution.default 2025-03-21T20:51:50.0319916Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1477, aten.permute_copy.default 2025-03-21T20:51:50.0321600Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_337, aten.convolution.default 2025-03-21T20:51:50.0323288Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1478, aten.permute_copy.default 2025-03-21T20:51:50.0324978Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_338, aten.convolution.default 2025-03-21T20:51:50.0326673Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1479, aten.permute_copy.default 2025-03-21T20:51:50.0328348Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_339, aten.convolution.default 2025-03-21T20:51:50.0330041Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1480, aten.permute_copy.default 2025-03-21T20:51:50.0331762Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_340, aten.convolution.default 2025-03-21T20:51:50.0333459Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1481, aten.permute_copy.default 2025-03-21T20:51:50.0335334Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_341, aten.convolution.default 2025-03-21T20:51:50.0337304Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1482, aten.permute_copy.default 2025-03-21T20:51:50.0339001Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_342, aten.convolution.default 2025-03-21T20:51:50.0340679Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1483, aten.permute_copy.default 2025-03-21T20:51:50.0342373Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_343, aten.convolution.default 2025-03-21T20:51:50.0344069Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1484, aten.permute_copy.default 2025-03-21T20:51:50.0345761Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_344, aten.convolution.default 2025-03-21T20:51:50.0347453Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1485, aten.permute_copy.default 2025-03-21T20:51:50.0349199Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_345, aten.convolution.default 2025-03-21T20:51:50.0350951Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1486, aten.permute_copy.default 2025-03-21T20:51:50.0352632Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_346, aten.convolution.default 2025-03-21T20:51:50.0354325Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1487, aten.permute_copy.default 2025-03-21T20:51:50.0356030Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_347, aten.convolution.default 2025-03-21T20:51:50.0357726Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1488, aten.permute_copy.default 2025-03-21T20:51:50.0359470Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_348, aten.convolution.default 2025-03-21T20:51:50.0361164Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1489, aten.permute_copy.default 2025-03-21T20:51:50.0362859Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_349, aten.convolution.default 2025-03-21T20:51:50.0364573Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1490, aten.permute_copy.default 2025-03-21T20:51:50.0366256Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_350, aten.convolution.default 2025-03-21T20:51:50.0367955Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1491, aten.permute_copy.default 2025-03-21T20:51:50.0369657Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_351, aten.convolution.default 2025-03-21T20:51:50.0371349Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1492, aten.permute_copy.default 2025-03-21T20:51:50.0373038Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_352, aten.convolution.default 2025-03-21T20:51:50.0374721Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1493, aten.permute_copy.default 2025-03-21T20:51:50.0376500Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_353, aten.convolution.default 2025-03-21T20:51:50.0378197Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1494, aten.permute_copy.default 2025-03-21T20:51:50.0379882Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_354, aten.convolution.default 2025-03-21T20:51:50.0381633Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1495, aten.permute_copy.default 2025-03-21T20:51:50.0383320Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_355, aten.convolution.default 2025-03-21T20:51:50.0385004Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1496, aten.permute_copy.default 2025-03-21T20:51:50.0386651Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_541, aten._to_copy.default 2025-03-21T20:51:50.0388204Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_542, aten._to_copy.default 2025-03-21T20:51:50.0389865Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_543, aten._to_copy.default 2025-03-21T20:51:50.0391421Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_544, aten._to_copy.default 2025-03-21T20:51:50.3045373Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_545, aten._to_copy.default 2025-03-21T20:51:50.3046303Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_546, aten._to_copy.default 2025-03-21T20:51:50.3047194Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_547, aten._to_copy.default 2025-03-21T20:51:50.3048308Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_548, aten._to_copy.default 2025-03-21T20:51:50.3049214Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_549, aten._to_copy.default 2025-03-21T20:51:50.3050180Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_550, aten._to_copy.default 2025-03-21T20:51:50.3051057Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_551, aten._to_copy.default 2025-03-21T20:51:50.3051943Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_905, aten.view_copy.default 2025-03-21T20:51:50.3052841Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_906, aten.view_copy.default 2025-03-21T20:51:50.3053775Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_907, aten.view_copy.default 2025-03-21T20:51:50.3054666Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_908, aten.view_copy.default 2025-03-21T20:51:50.3055552Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_909, aten.view_copy.default 2025-03-21T20:51:50.3056500Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_910, aten.view_copy.default 2025-03-21T20:51:50.3057390Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_911, aten.view_copy.default 2025-03-21T20:51:50.3058277Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_912, aten.view_copy.default 2025-03-21T20:51:50.3059156Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_913, aten.view_copy.default 2025-03-21T20:51:50.3060113Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_914, aten.view_copy.default 2025-03-21T20:51:50.3060999Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_915, aten.view_copy.default 2025-03-21T20:51:50.3061890Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_916, aten.view_copy.default 2025-03-21T20:51:50.3062781Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_917, aten.view_copy.default 2025-03-21T20:51:50.3063672Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_918, aten.view_copy.default 2025-03-21T20:51:50.3064561Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_919, aten.view_copy.default 2025-03-21T20:51:50.3065489Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_920, aten.view_copy.default 2025-03-21T20:51:50.3066376Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_921, aten.view_copy.default 2025-03-21T20:51:50.3067263Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_922, aten.view_copy.default 2025-03-21T20:51:50.3068155Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_923, aten.view_copy.default 2025-03-21T20:51:50.3069048Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_924, aten.view_copy.default 2025-03-21T20:51:50.3070017Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_925, aten.view_copy.default 2025-03-21T20:51:50.3070909Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_926, aten.view_copy.default 2025-03-21T20:51:50.3071791Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_927, aten.view_copy.default 2025-03-21T20:51:50.3072699Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_928, aten.view_copy.default 2025-03-21T20:51:50.3073589Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_929, aten.view_copy.default 2025-03-21T20:51:50.3074478Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_552, aten._to_copy.default 2025-03-21T20:51:50.3075394Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_930, aten.view_copy.default 2025-03-21T20:51:50.3076455Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_553, aten._to_copy.default 2025-03-21T20:51:50.3077334Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_931, aten.view_copy.default 2025-03-21T20:51:50.3078219Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_554, aten._to_copy.default 2025-03-21T20:51:50.3079108Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_932, aten.view_copy.default 2025-03-21T20:51:50.3080000Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_555, aten._to_copy.default 2025-03-21T20:51:50.3080943Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_933, aten.view_copy.default 2025-03-21T20:51:50.3081835Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_556, aten._to_copy.default 2025-03-21T20:51:50.3082720Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_934, aten.view_copy.default 2025-03-21T20:51:50.3083703Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_557, aten._to_copy.default 2025-03-21T20:51:50.3084661Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_935, aten.view_copy.default 2025-03-21T20:51:50.3085545Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_558, aten._to_copy.default 2025-03-21T20:51:50.3086434Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_936, aten.view_copy.default 2025-03-21T20:51:50.3087323Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_559, aten._to_copy.default 2025-03-21T20:51:50.3088207Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_937, aten.view_copy.default 2025-03-21T20:51:50.3089081Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_560, aten._to_copy.default 2025-03-21T20:51:50.3089963Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_938, aten.view_copy.default 2025-03-21T20:51:50.3090843Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_561, aten._to_copy.default 2025-03-21T20:51:50.3091720Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_939, aten.view_copy.default 2025-03-21T20:51:50.3092644Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_562, aten._to_copy.default 2025-03-21T20:51:50.3093529Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_940, aten.view_copy.default 2025-03-21T20:51:50.3094424Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_384, aten.slice_copy.Tensor 2025-03-21T20:51:50.3095303Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_385, aten.slice_copy.Tensor 2025-03-21T20:51:50.3096194Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_386, aten.slice_copy.Tensor 2025-03-21T20:51:50.3097085Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_387, aten.slice_copy.Tensor 2025-03-21T20:51:50.3097977Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_388, aten.slice_copy.Tensor 2025-03-21T20:51:50.3098867Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_389, aten.slice_copy.Tensor 2025-03-21T20:51:50.3099759Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_390, aten.slice_copy.Tensor 2025-03-21T20:51:50.3100651Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_391, aten.slice_copy.Tensor 2025-03-21T20:51:50.3101574Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_392, aten.slice_copy.Tensor 2025-03-21T20:51:50.3102468Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_393, aten.slice_copy.Tensor 2025-03-21T20:51:50.3103364Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_394, aten.slice_copy.Tensor 2025-03-21T20:51:50.3104256Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_395, aten.slice_copy.Tensor 2025-03-21T20:51:50.3105148Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_396, aten.slice_copy.Tensor 2025-03-21T20:51:50.3106036Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_397, aten.slice_copy.Tensor 2025-03-21T20:51:50.3106952Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_398, aten.slice_copy.Tensor 2025-03-21T20:51:50.3107833Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_399, aten.slice_copy.Tensor 2025-03-21T20:51:50.3108726Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_400, aten.slice_copy.Tensor 2025-03-21T20:51:50.3109731Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_401, aten.slice_copy.Tensor 2025-03-21T20:51:50.3110627Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_402, aten.slice_copy.Tensor 2025-03-21T20:51:50.3111521Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_403, aten.slice_copy.Tensor 2025-03-21T20:51:50.7127673Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_404, aten.slice_copy.Tensor 2025-03-21T20:51:50.7128645Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_405, aten.slice_copy.Tensor 2025-03-21T20:51:50.7129552Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_406, aten.slice_copy.Tensor 2025-03-21T20:51:50.7130454Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_407, aten.slice_copy.Tensor 2025-03-21T20:51:50.7131341Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_408, aten.slice_copy.Tensor 2025-03-21T20:51:50.7132238Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_409, aten.slice_copy.Tensor 2025-03-21T20:51:50.7133129Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_410, aten.slice_copy.Tensor 2025-03-21T20:51:50.7134182Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_411, aten.slice_copy.Tensor 2025-03-21T20:51:50.7135061Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_412, aten.slice_copy.Tensor 2025-03-21T20:51:50.7135955Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_413, aten.slice_copy.Tensor 2025-03-21T20:51:50.7136850Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_414, aten.slice_copy.Tensor 2025-03-21T20:51:50.7137742Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_415, aten.slice_copy.Tensor 2025-03-21T20:51:50.7138642Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_416, aten.slice_copy.Tensor 2025-03-21T20:51:50.7139530Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_417, aten.slice_copy.Tensor 2025-03-21T20:51:50.7140419Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_418, aten.slice_copy.Tensor 2025-03-21T20:51:50.7141299Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_419, aten.slice_copy.Tensor 2025-03-21T20:51:50.7142194Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_420, aten.slice_copy.Tensor 2025-03-21T20:51:50.7143083Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_421, aten.slice_copy.Tensor 2025-03-21T20:51:50.7144027Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_422, aten.slice_copy.Tensor 2025-03-21T20:51:50.7144915Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_423, aten.slice_copy.Tensor 2025-03-21T20:51:50.7145810Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_424, aten.slice_copy.Tensor 2025-03-21T20:51:50.7146685Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_425, aten.slice_copy.Tensor 2025-03-21T20:51:50.7147577Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_426, aten.slice_copy.Tensor 2025-03-21T20:51:50.7148467Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_427, aten.slice_copy.Tensor 2025-03-21T20:51:50.7149505Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_428, aten.slice_copy.Tensor 2025-03-21T20:51:50.7150406Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_429, aten.slice_copy.Tensor 2025-03-21T20:51:50.7151299Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_430, aten.slice_copy.Tensor 2025-03-21T20:51:50.7152240Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_431, aten.slice_copy.Tensor 2025-03-21T20:51:50.7153078Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_417, aten.cat.default 2025-03-21T20:51:50.7153883Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_419, aten.cat.default 2025-03-21T20:51:50.7154686Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_421, aten.cat.default 2025-03-21T20:51:50.7155482Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_423, aten.cat.default 2025-03-21T20:51:50.7156284Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_425, aten.cat.default 2025-03-21T20:51:50.7157083Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_427, aten.cat.default 2025-03-21T20:51:50.7157877Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_429, aten.cat.default 2025-03-21T20:51:50.7158699Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_431, aten.cat.default 2025-03-21T20:51:50.7159482Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_433, aten.cat.default 2025-03-21T20:51:50.7160284Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_435, aten.cat.default 2025-03-21T20:51:50.7161117Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_437, aten.cat.default 2025-03-21T20:51:50.7161920Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_439, aten.cat.default 2025-03-21T20:51:50.7162718Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_818, aten.mul.Tensor 2025-03-21T20:51:50.7163503Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_820, aten.mul.Tensor 2025-03-21T20:51:50.7164276Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_819, aten.mul.Tensor 2025-03-21T20:51:50.7165063Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_821, aten.mul.Tensor 2025-03-21T20:51:50.7165844Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_822, aten.mul.Tensor 2025-03-21T20:51:50.7166626Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_824, aten.mul.Tensor 2025-03-21T20:51:50.7167412Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_823, aten.mul.Tensor 2025-03-21T20:51:50.7168198Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_825, aten.mul.Tensor 2025-03-21T20:51:50.7168967Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_826, aten.mul.Tensor 2025-03-21T20:51:50.7169776Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_828, aten.mul.Tensor 2025-03-21T20:51:50.7170559Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_827, aten.mul.Tensor 2025-03-21T20:51:50.7171344Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_829, aten.mul.Tensor 2025-03-21T20:51:50.7172126Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_830, aten.mul.Tensor 2025-03-21T20:51:50.7172907Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_832, aten.mul.Tensor 2025-03-21T20:51:50.7173694Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_831, aten.mul.Tensor 2025-03-21T20:51:50.7174465Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_833, aten.mul.Tensor 2025-03-21T20:51:50.7175274Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_834, aten.mul.Tensor 2025-03-21T20:51:50.7176251Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_836, aten.mul.Tensor 2025-03-21T20:51:50.7177040Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_835, aten.mul.Tensor 2025-03-21T20:51:50.7177972Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_837, aten.mul.Tensor 2025-03-21T20:51:50.7178821Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_838, aten.mul.Tensor 2025-03-21T20:51:50.7179590Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_840, aten.mul.Tensor 2025-03-21T20:51:50.7180375Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_839, aten.mul.Tensor 2025-03-21T20:51:50.7181154Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_841, aten.mul.Tensor 2025-03-21T20:51:50.7182019Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_842, aten.mul.Tensor 2025-03-21T20:51:50.7182801Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_844, aten.mul.Tensor 2025-03-21T20:51:50.7183583Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_843, aten.mul.Tensor 2025-03-21T20:51:50.7184351Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_845, aten.mul.Tensor 2025-03-21T20:51:50.7185138Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_846, aten.mul.Tensor 2025-03-21T20:51:50.7185918Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_848, aten.mul.Tensor 2025-03-21T20:51:50.7186753Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_847, aten.mul.Tensor 2025-03-21T20:51:50.7187537Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_849, aten.mul.Tensor 2025-03-21T20:51:50.7188324Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_850, aten.mul.Tensor 2025-03-21T20:51:50.7189102Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_852, aten.mul.Tensor 2025-03-21T20:51:50.7189942Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_851, aten.mul.Tensor 2025-03-21T20:51:50.7190722Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_853, aten.mul.Tensor 2025-03-21T20:51:50.7191504Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_854, aten.mul.Tensor 2025-03-21T20:51:50.7192283Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_856, aten.mul.Tensor 2025-03-21T20:51:50.7193067Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_855, aten.mul.Tensor 2025-03-21T20:51:50.7193848Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_857, aten.mul.Tensor 2025-03-21T20:51:50.7194699Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_858, aten.mul.Tensor 2025-03-21T20:51:51.1553056Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_860, aten.mul.Tensor 2025-03-21T20:51:51.1554159Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_859, aten.mul.Tensor 2025-03-21T20:51:51.1554954Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_861, aten.mul.Tensor 2025-03-21T20:51:51.1555749Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_862, aten.mul.Tensor 2025-03-21T20:51:51.1556532Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_864, aten.mul.Tensor 2025-03-21T20:51:51.1557340Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_863, aten.mul.Tensor 2025-03-21T20:51:51.1558131Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_865, aten.mul.Tensor 2025-03-21T20:51:51.1558914Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_866, aten.mul.Tensor 2025-03-21T20:51:51.1559752Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_868, aten.mul.Tensor 2025-03-21T20:51:51.1560536Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_867, aten.mul.Tensor 2025-03-21T20:51:51.1561318Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_869, aten.mul.Tensor 2025-03-21T20:51:51.1562156Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_870, aten.mul.Tensor 2025-03-21T20:51:51.1562944Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_872, aten.mul.Tensor 2025-03-21T20:51:51.1563725Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_871, aten.mul.Tensor 2025-03-21T20:51:51.1564511Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_873, aten.mul.Tensor 2025-03-21T20:51:51.1565345Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_874, aten.mul.Tensor 2025-03-21T20:51:51.1566137Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_876, aten.mul.Tensor 2025-03-21T20:51:51.1566933Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_875, aten.mul.Tensor 2025-03-21T20:51:51.1567722Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_877, aten.mul.Tensor 2025-03-21T20:51:51.1568507Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_878, aten.mul.Tensor 2025-03-21T20:51:51.1569286Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_880, aten.mul.Tensor 2025-03-21T20:51:51.1570060Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_879, aten.mul.Tensor 2025-03-21T20:51:51.1570903Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_881, aten.mul.Tensor 2025-03-21T20:51:51.1571692Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_882, aten.mul.Tensor 2025-03-21T20:51:51.1572478Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_884, aten.mul.Tensor 2025-03-21T20:51:51.1573265Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_883, aten.mul.Tensor 2025-03-21T20:51:51.1574049Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_885, aten.mul.Tensor 2025-03-21T20:51:51.1574825Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_886, aten.mul.Tensor 2025-03-21T20:51:51.1575611Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_888, aten.mul.Tensor 2025-03-21T20:51:51.1576572Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_887, aten.mul.Tensor 2025-03-21T20:51:51.1577372Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_889, aten.mul.Tensor 2025-03-21T20:51:51.1578168Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_890, aten.mul.Tensor 2025-03-21T20:51:51.1578967Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_892, aten.mul.Tensor 2025-03-21T20:51:51.1579760Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_891, aten.mul.Tensor 2025-03-21T20:51:51.1580589Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_893, aten.mul.Tensor 2025-03-21T20:51:51.1581377Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_894, aten.mul.Tensor 2025-03-21T20:51:51.1582165Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_896, aten.mul.Tensor 2025-03-21T20:51:51.1582953Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_895, aten.mul.Tensor 2025-03-21T20:51:51.1583747Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_897, aten.mul.Tensor 2025-03-21T20:51:51.1584533Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_898, aten.mul.Tensor 2025-03-21T20:51:51.1585304Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_900, aten.mul.Tensor 2025-03-21T20:51:51.1586130Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_899, aten.mul.Tensor 2025-03-21T20:51:51.1586913Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_901, aten.mul.Tensor 2025-03-21T20:51:51.1587695Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_902, aten.mul.Tensor 2025-03-21T20:51:51.1588557Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_904, aten.mul.Tensor 2025-03-21T20:51:51.1589401Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_903, aten.mul.Tensor 2025-03-21T20:51:51.1590195Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_905, aten.mul.Tensor 2025-03-21T20:51:51.1590976Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_906, aten.mul.Tensor 2025-03-21T20:51:51.1591841Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_908, aten.mul.Tensor 2025-03-21T20:51:51.1592635Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_907, aten.mul.Tensor 2025-03-21T20:51:51.1593427Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_909, aten.mul.Tensor 2025-03-21T20:51:51.1594219Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_910, aten.mul.Tensor 2025-03-21T20:51:51.1595007Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_912, aten.mul.Tensor 2025-03-21T20:51:51.1595799Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_911, aten.mul.Tensor 2025-03-21T20:51:51.1596577Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_913, aten.mul.Tensor 2025-03-21T20:51:51.1597419Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_192, aten.sub.Tensor 2025-03-21T20:51:51.1598215Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_304, aten.add.Tensor 2025-03-21T20:51:51.1599005Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_193, aten.sub.Tensor 2025-03-21T20:51:51.1599796Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_305, aten.add.Tensor 2025-03-21T20:51:51.1600582Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_194, aten.sub.Tensor 2025-03-21T20:51:51.1601359Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_306, aten.add.Tensor 2025-03-21T20:51:51.1602146Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_195, aten.sub.Tensor 2025-03-21T20:51:51.1602936Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_307, aten.add.Tensor 2025-03-21T20:51:51.1603723Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_196, aten.sub.Tensor 2025-03-21T20:51:51.1604515Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_308, aten.add.Tensor 2025-03-21T20:51:51.1605298Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_197, aten.sub.Tensor 2025-03-21T20:51:51.1606099Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_309, aten.add.Tensor 2025-03-21T20:51:51.1606884Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_198, aten.sub.Tensor 2025-03-21T20:51:51.1607749Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_310, aten.add.Tensor 2025-03-21T20:51:51.1608533Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_199, aten.sub.Tensor 2025-03-21T20:51:51.1609318Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_311, aten.add.Tensor 2025-03-21T20:51:51.1610107Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_200, aten.sub.Tensor 2025-03-21T20:51:51.1610895Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_312, aten.add.Tensor 2025-03-21T20:51:51.1611696Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_201, aten.sub.Tensor 2025-03-21T20:51:51.1612483Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_313, aten.add.Tensor 2025-03-21T20:51:51.1613271Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_202, aten.sub.Tensor 2025-03-21T20:51:51.1614061Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_314, aten.add.Tensor 2025-03-21T20:51:51.1614878Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_203, aten.sub.Tensor 2025-03-21T20:51:51.1615666Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_315, aten.add.Tensor 2025-03-21T20:51:51.1616485Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_204, aten.sub.Tensor 2025-03-21T20:51:51.1617428Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_563, aten._to_copy.default 2025-03-21T20:51:51.1618265Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_316, aten.add.Tensor 2025-03-21T20:51:51.1619097Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_564, aten._to_copy.default 2025-03-21T20:51:51.1619934Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_205, aten.sub.Tensor 2025-03-21T20:51:51.6053884Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_565, aten._to_copy.default 2025-03-21T20:51:51.6055512Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_317, aten.add.Tensor 2025-03-21T20:51:51.6057005Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_566, aten._to_copy.default 2025-03-21T20:51:51.6058830Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_206, aten.sub.Tensor 2025-03-21T20:51:51.6060361Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_567, aten._to_copy.default 2025-03-21T20:51:51.6061888Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_318, aten.add.Tensor 2025-03-21T20:51:51.6063417Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_568, aten._to_copy.default 2025-03-21T20:51:51.6064978Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_207, aten.sub.Tensor 2025-03-21T20:51:51.6066521Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_569, aten._to_copy.default 2025-03-21T20:51:51.6068014Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_319, aten.add.Tensor 2025-03-21T20:51:51.6069636Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_570, aten._to_copy.default 2025-03-21T20:51:51.6071183Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_208, aten.sub.Tensor 2025-03-21T20:51:51.6072724Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_571, aten._to_copy.default 2025-03-21T20:51:51.6074229Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_320, aten.add.Tensor 2025-03-21T20:51:51.6075945Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_572, aten._to_copy.default 2025-03-21T20:51:51.6077692Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_209, aten.sub.Tensor 2025-03-21T20:51:51.6079203Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_573, aten._to_copy.default 2025-03-21T20:51:51.6080719Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_321, aten.add.Tensor 2025-03-21T20:51:51.6082231Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_574, aten._to_copy.default 2025-03-21T20:51:51.6083760Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_210, aten.sub.Tensor 2025-03-21T20:51:51.6085266Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_575, aten._to_copy.default 2025-03-21T20:51:51.6086919Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_322, aten.add.Tensor 2025-03-21T20:51:51.6088457Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_576, aten._to_copy.default 2025-03-21T20:51:51.6090009Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_211, aten.sub.Tensor 2025-03-21T20:51:51.6091590Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_577, aten._to_copy.default 2025-03-21T20:51:51.6093112Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_323, aten.add.Tensor 2025-03-21T20:51:51.6094642Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_578, aten._to_copy.default 2025-03-21T20:51:51.6096149Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_212, aten.sub.Tensor 2025-03-21T20:51:51.6097700Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_579, aten._to_copy.default 2025-03-21T20:51:51.6099261Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_324, aten.add.Tensor 2025-03-21T20:51:51.6100830Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_580, aten._to_copy.default 2025-03-21T20:51:51.6102327Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_213, aten.sub.Tensor 2025-03-21T20:51:51.6103865Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_581, aten._to_copy.default 2025-03-21T20:51:51.6105396Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_325, aten.add.Tensor 2025-03-21T20:51:51.6107040Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_582, aten._to_copy.default 2025-03-21T20:51:51.6108556Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_214, aten.sub.Tensor 2025-03-21T20:51:51.6110176Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_583, aten._to_copy.default 2025-03-21T20:51:51.6111694Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_326, aten.add.Tensor 2025-03-21T20:51:51.6113226Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_584, aten._to_copy.default 2025-03-21T20:51:51.6114761Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_215, aten.sub.Tensor 2025-03-21T20:51:51.6116308Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_585, aten._to_copy.default 2025-03-21T20:51:51.6117860Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_327, aten.add.Tensor 2025-03-21T20:51:51.6119314Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_586, aten._to_copy.default 2025-03-21T20:51:51.6120880Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_392, aten.cat.default 2025-03-21T20:51:51.6122369Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_393, aten.cat.default 2025-03-21T20:51:51.6123875Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_394, aten.cat.default 2025-03-21T20:51:51.6125456Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_395, aten.cat.default 2025-03-21T20:51:51.6126935Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_396, aten.cat.default 2025-03-21T20:51:51.6128421Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_397, aten.cat.default 2025-03-21T20:51:51.6129894Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_398, aten.cat.default 2025-03-21T20:51:51.6131358Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_399, aten.cat.default 2025-03-21T20:51:51.6132816Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_400, aten.cat.default 2025-03-21T20:51:51.6134369Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_401, aten.cat.default 2025-03-21T20:51:51.6135881Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_402, aten.cat.default 2025-03-21T20:51:51.6137314Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_403, aten.cat.default 2025-03-21T20:51:51.6138808Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_404, aten.cat.default 2025-03-21T20:51:51.6140430Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_587, aten._to_copy.default 2025-03-21T20:51:51.6141931Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_405, aten.cat.default 2025-03-21T20:51:51.6143475Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_588, aten._to_copy.default 2025-03-21T20:51:51.6145048Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_406, aten.cat.default 2025-03-21T20:51:51.6146623Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_589, aten._to_copy.default 2025-03-21T20:51:51.6148174Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_407, aten.cat.default 2025-03-21T20:51:51.6149742Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_408, aten.cat.default 2025-03-21T20:51:51.6151296Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_590, aten._to_copy.default 2025-03-21T20:51:51.6152825Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_409, aten.cat.default 2025-03-21T20:51:51.6154350Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_591, aten._to_copy.default 2025-03-21T20:51:51.6155984Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_410, aten.cat.default 2025-03-21T20:51:51.6157455Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_411, aten.cat.default 2025-03-21T20:51:51.6159039Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_592, aten._to_copy.default 2025-03-21T20:51:51.6160524Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_412, aten.cat.default 2025-03-21T20:51:51.6162069Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_593, aten._to_copy.default 2025-03-21T20:51:51.6163637Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_413, aten.cat.default 2025-03-21T20:51:51.6165122Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_594, aten._to_copy.default 2025-03-21T20:51:51.6166567Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_414, aten.cat.default 2025-03-21T20:51:51.6168133Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_595, aten._to_copy.default 2025-03-21T20:51:51.6169685Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_415, aten.cat.default 2025-03-21T20:51:51.6171265Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_596, aten._to_copy.default 2025-03-21T20:51:51.6173052Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_461, aten.permute_copy.default 2025-03-21T20:51:51.6174727Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_597, aten._to_copy.default 2025-03-21T20:51:51.6176585Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_462, aten.permute_copy.default 2025-03-21T20:51:52.0795084Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_598, aten._to_copy.default 2025-03-21T20:51:52.0796854Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_463, aten.permute_copy.default 2025-03-21T20:51:52.0798531Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_599, aten._to_copy.default 2025-03-21T20:51:52.0800483Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_464, aten.permute_copy.default 2025-03-21T20:51:52.0802238Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_465, aten.permute_copy.default 2025-03-21T20:51:52.0803891Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_600, aten._to_copy.default 2025-03-21T20:51:52.0805672Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_466, aten.permute_copy.default 2025-03-21T20:51:52.0807373Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_601, aten._to_copy.default 2025-03-21T20:51:52.0809045Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_467, aten.permute_copy.default 2025-03-21T20:51:52.0810796Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_468, aten.permute_copy.default 2025-03-21T20:51:52.0812485Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_602, aten._to_copy.default 2025-03-21T20:51:52.0814133Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_469, aten.permute_copy.default 2025-03-21T20:51:52.0815847Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_603, aten._to_copy.default 2025-03-21T20:51:52.0817558Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_470, aten.permute_copy.default 2025-03-21T20:51:52.0819238Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_604, aten._to_copy.default 2025-03-21T20:51:52.0820896Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_471, aten.permute_copy.default 2025-03-21T20:51:52.0822729Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_605, aten._to_copy.default 2025-03-21T20:51:52.0824404Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_472, aten.permute_copy.default 2025-03-21T20:51:52.0826074Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_606, aten._to_copy.default 2025-03-21T20:51:52.0827630Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_416, aten.cat.default 2025-03-21T20:51:52.0829113Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_418, aten.cat.default 2025-03-21T20:51:52.0830721Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_420, aten.cat.default 2025-03-21T20:51:52.0832146Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_422, aten.cat.default 2025-03-21T20:51:52.0833637Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_424, aten.cat.default 2025-03-21T20:51:52.0835125Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_426, aten.cat.default 2025-03-21T20:51:52.0836562Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_428, aten.cat.default 2025-03-21T20:51:52.0838067Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_430, aten.cat.default 2025-03-21T20:51:52.0839731Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_432, aten.cat.default 2025-03-21T20:51:52.0841225Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_434, aten.cat.default 2025-03-21T20:51:52.0842673Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_436, aten.cat.default 2025-03-21T20:51:52.0844147Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_438, aten.cat.default 2025-03-21T20:51:52.0845696Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_192, aten.matmul.default 2025-03-21T20:51:52.0847263Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_194, aten.matmul.default 2025-03-21T20:51:52.0848888Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_196, aten.matmul.default 2025-03-21T20:51:52.0850458Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_198, aten.matmul.default 2025-03-21T20:51:52.0852025Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_200, aten.matmul.default 2025-03-21T20:51:52.0853554Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_202, aten.matmul.default 2025-03-21T20:51:52.0855210Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_204, aten.matmul.default 2025-03-21T20:51:52.0856784Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_206, aten.matmul.default 2025-03-21T20:51:52.0858375Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_208, aten.matmul.default 2025-03-21T20:51:52.0859898Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_210, aten.matmul.default 2025-03-21T20:51:52.0861480Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_212, aten.matmul.default 2025-03-21T20:51:52.0863085Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_214, aten.matmul.default 2025-03-21T20:51:52.0864575Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_96, aten.div.Tensor 2025-03-21T20:51:52.0866015Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_97, aten.div.Tensor 2025-03-21T20:51:52.0867447Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_98, aten.div.Tensor 2025-03-21T20:51:52.0868881Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_99, aten.div.Tensor 2025-03-21T20:51:52.0870477Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_100, aten.div.Tensor 2025-03-21T20:51:52.0871903Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_101, aten.div.Tensor 2025-03-21T20:51:52.0873341Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_102, aten.div.Tensor 2025-03-21T20:51:52.0874806Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_103, aten.div.Tensor 2025-03-21T20:51:52.0876425Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_104, aten.div.Tensor 2025-03-21T20:51:52.0877888Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_105, aten.div.Tensor 2025-03-21T20:51:52.0879355Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_106, aten.div.Tensor 2025-03-21T20:51:52.0880827Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_107, aten.div.Tensor 2025-03-21T20:51:52.0882170Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_328, aten.add.Tensor 2025-03-21T20:51:52.0883519Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_329, aten.add.Tensor 2025-03-21T20:51:52.0884984Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_330, aten.add.Tensor 2025-03-21T20:51:52.0886427Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_331, aten.add.Tensor 2025-03-21T20:51:52.0888024Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_332, aten.add.Tensor 2025-03-21T20:51:52.0889420Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_333, aten.add.Tensor 2025-03-21T20:51:52.0890855Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_334, aten.add.Tensor 2025-03-21T20:51:52.0892282Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_335, aten.add.Tensor 2025-03-21T20:51:52.0893718Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_336, aten.add.Tensor 2025-03-21T20:51:52.0895156Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_337, aten.add.Tensor 2025-03-21T20:51:52.0896597Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_338, aten.add.Tensor 2025-03-21T20:51:52.0898126Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_339, aten.add.Tensor 2025-03-21T20:51:52.0899698Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_96, aten._softmax.default 2025-03-21T20:51:52.0901241Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_97, aten._softmax.default 2025-03-21T20:51:52.0902942Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_98, aten._softmax.default 2025-03-21T20:51:52.0904571Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_99, aten._softmax.default 2025-03-21T20:51:52.0906161Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_100, aten._softmax.default 2025-03-21T20:51:52.0907812Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_101, aten._softmax.default 2025-03-21T20:51:52.0909554Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_102, aten._softmax.default 2025-03-21T20:51:52.0911170Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_103, aten._softmax.default 2025-03-21T20:51:52.0912767Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_104, aten._softmax.default 2025-03-21T20:51:52.0914394Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_105, aten._softmax.default 2025-03-21T20:51:52.0915999Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_106, aten._softmax.default 2025-03-21T20:51:52.0917598Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_107, aten._softmax.default 2025-03-21T20:51:52.7133245Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_193, aten.matmul.default 2025-03-21T20:51:52.7134793Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_195, aten.matmul.default 2025-03-21T20:51:52.7136325Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_197, aten.matmul.default 2025-03-21T20:51:52.7137851Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_199, aten.matmul.default 2025-03-21T20:51:52.7139367Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_201, aten.matmul.default 2025-03-21T20:51:52.7140895Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_203, aten.matmul.default 2025-03-21T20:51:52.7142410Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_205, aten.matmul.default 2025-03-21T20:51:52.7143929Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_207, aten.matmul.default 2025-03-21T20:51:52.7145431Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_209, aten.matmul.default 2025-03-21T20:51:52.7146958Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_211, aten.matmul.default 2025-03-21T20:51:52.7148476Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_213, aten.matmul.default 2025-03-21T20:51:52.7150140Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_215, aten.matmul.default 2025-03-21T20:51:52.7151626Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_440, aten.cat.default 2025-03-21T20:51:52.7153161Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1013, aten.view_copy.default 2025-03-21T20:51:52.7154813Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1497, aten.permute_copy.default 2025-03-21T20:51:52.7156488Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_356, aten.convolution.default 2025-03-21T20:51:52.7158182Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1498, aten.permute_copy.default 2025-03-21T20:51:52.7159942Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1014, aten.view_copy.default 2025-03-21T20:51:52.7161456Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_340, aten.add.Tensor 2025-03-21T20:51:52.7162951Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_rms_norm_default_17, aten.rms_norm.default 2025-03-21T20:51:52.7164602Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1015, aten.view_copy.default 2025-03-21T20:51:52.7166246Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1499, aten.permute_copy.default 2025-03-21T20:51:52.7167944Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_357, aten.convolution.default 2025-03-21T20:51:52.7169623Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_358, aten.convolution.default 2025-03-21T20:51:52.7171244Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sigmoid_default_8, aten.sigmoid.default 2025-03-21T20:51:52.7172721Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_916, aten.mul.Tensor 2025-03-21T20:51:52.7174118Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_917, aten.mul.Tensor 2025-03-21T20:51:52.7175667Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_359, aten.convolution.default 2025-03-21T20:51:52.7177507Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1500, aten.permute_copy.default 2025-03-21T20:51:52.7179130Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1016, aten.view_copy.default 2025-03-21T20:51:52.7180722Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_341, aten.add.Tensor 2025-03-21T20:51:52.7182214Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_rms_norm_default_18, aten.rms_norm.default 2025-03-21T20:51:52.7183806Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1017, aten.view_copy.default 2025-03-21T20:51:52.7185464Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1501, aten.permute_copy.default 2025-03-21T20:51:52.7187104Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_607, aten._to_copy.default 2025-03-21T20:51:52.7188725Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_360, aten.convolution.default 2025-03-21T20:51:52.7190499Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1502, aten.permute_copy.default 2025-03-21T20:51:52.7192182Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_361, aten.convolution.default 2025-03-21T20:51:52.7193878Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1503, aten.permute_copy.default 2025-03-21T20:51:52.7195575Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_362, aten.convolution.default 2025-03-21T20:51:52.7197316Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1504, aten.permute_copy.default 2025-03-21T20:51:52.7199011Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_363, aten.convolution.default 2025-03-21T20:51:52.7200695Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1505, aten.permute_copy.default 2025-03-21T20:51:52.7202344Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_364, aten.convolution.default 2025-03-21T20:51:52.7204041Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1506, aten.permute_copy.default 2025-03-21T20:51:52.7205732Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_365, aten.convolution.default 2025-03-21T20:51:52.7207465Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1507, aten.permute_copy.default 2025-03-21T20:51:52.7209153Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_366, aten.convolution.default 2025-03-21T20:51:52.7210839Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1508, aten.permute_copy.default 2025-03-21T20:51:52.7212554Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_367, aten.convolution.default 2025-03-21T20:51:52.7214231Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1509, aten.permute_copy.default 2025-03-21T20:51:52.7215926Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_368, aten.convolution.default 2025-03-21T20:51:52.7217619Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1510, aten.permute_copy.default 2025-03-21T20:51:52.7219320Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_369, aten.convolution.default 2025-03-21T20:51:52.7221011Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1511, aten.permute_copy.default 2025-03-21T20:51:52.7222709Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_370, aten.convolution.default 2025-03-21T20:51:52.7224403Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1512, aten.permute_copy.default 2025-03-21T20:51:52.7226082Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_371, aten.convolution.default 2025-03-21T20:51:52.7227823Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1513, aten.permute_copy.default 2025-03-21T20:51:52.7229582Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_372, aten.convolution.default 2025-03-21T20:51:52.7231290Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1514, aten.permute_copy.default 2025-03-21T20:51:52.7232993Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_373, aten.convolution.default 2025-03-21T20:51:52.7234692Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1515, aten.permute_copy.default 2025-03-21T20:51:52.7236382Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_374, aten.convolution.default 2025-03-21T20:51:52.7238065Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1516, aten.permute_copy.default 2025-03-21T20:51:52.7239766Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_375, aten.convolution.default 2025-03-21T20:51:52.7241466Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1517, aten.permute_copy.default 2025-03-21T20:51:52.7243161Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_376, aten.convolution.default 2025-03-21T20:51:52.7244852Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1518, aten.permute_copy.default 2025-03-21T20:51:52.7246589Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_377, aten.convolution.default 2025-03-21T20:51:52.7248394Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1519, aten.permute_copy.default 2025-03-21T20:51:52.7250353Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_378, aten.convolution.default 2025-03-21T20:51:52.7252319Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1520, aten.permute_copy.default 2025-03-21T20:51:53.1740011Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_379, aten.convolution.default 2025-03-21T20:51:53.1741938Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1521, aten.permute_copy.default 2025-03-21T20:51:53.1743645Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_380, aten.convolution.default 2025-03-21T20:51:53.1745356Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1522, aten.permute_copy.default 2025-03-21T20:51:53.1747045Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_381, aten.convolution.default 2025-03-21T20:51:53.1748830Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1523, aten.permute_copy.default 2025-03-21T20:51:53.1750569Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_382, aten.convolution.default 2025-03-21T20:51:53.1752253Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1524, aten.permute_copy.default 2025-03-21T20:51:53.1753938Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_383, aten.convolution.default 2025-03-21T20:51:53.1755634Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1525, aten.permute_copy.default 2025-03-21T20:51:53.1757327Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_384, aten.convolution.default 2025-03-21T20:51:53.1759021Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1526, aten.permute_copy.default 2025-03-21T20:51:53.1760721Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_385, aten.convolution.default 2025-03-21T20:51:53.1762406Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1527, aten.permute_copy.default 2025-03-21T20:51:53.1764153Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_386, aten.convolution.default 2025-03-21T20:51:53.1765843Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1528, aten.permute_copy.default 2025-03-21T20:51:53.1767532Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_387, aten.convolution.default 2025-03-21T20:51:53.1769232Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1529, aten.permute_copy.default 2025-03-21T20:51:53.1770925Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_388, aten.convolution.default 2025-03-21T20:51:53.1772644Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1530, aten.permute_copy.default 2025-03-21T20:51:53.1774341Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_389, aten.convolution.default 2025-03-21T20:51:53.1776176Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1531, aten.permute_copy.default 2025-03-21T20:51:53.1777866Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_390, aten.convolution.default 2025-03-21T20:51:53.1779568Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1532, aten.permute_copy.default 2025-03-21T20:51:53.1781341Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_391, aten.convolution.default 2025-03-21T20:51:53.1783033Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1533, aten.permute_copy.default 2025-03-21T20:51:53.1784729Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_392, aten.convolution.default 2025-03-21T20:51:53.1786423Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1534, aten.permute_copy.default 2025-03-21T20:51:53.1788120Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_393, aten.convolution.default 2025-03-21T20:51:53.1789858Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1535, aten.permute_copy.default 2025-03-21T20:51:53.1791596Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_394, aten.convolution.default 2025-03-21T20:51:53.1793295Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1536, aten.permute_copy.default 2025-03-21T20:51:53.1794981Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_395, aten.convolution.default 2025-03-21T20:51:53.1796718Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1537, aten.permute_copy.default 2025-03-21T20:51:53.1798354Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_608, aten._to_copy.default 2025-03-21T20:51:53.1799920Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_609, aten._to_copy.default 2025-03-21T20:51:53.1801472Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_610, aten._to_copy.default 2025-03-21T20:51:53.1803036Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_611, aten._to_copy.default 2025-03-21T20:51:53.1804600Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_612, aten._to_copy.default 2025-03-21T20:51:53.1806156Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_613, aten._to_copy.default 2025-03-21T20:51:53.1807719Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_614, aten._to_copy.default 2025-03-21T20:51:53.1809279Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_615, aten._to_copy.default 2025-03-21T20:51:53.1810843Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_616, aten._to_copy.default 2025-03-21T20:51:53.1812477Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_617, aten._to_copy.default 2025-03-21T20:51:53.1814048Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_618, aten._to_copy.default 2025-03-21T20:51:53.1815618Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_619, aten._to_copy.default 2025-03-21T20:51:53.1817207Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1018, aten.view_copy.default 2025-03-21T20:51:53.1818815Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1019, aten.view_copy.default 2025-03-21T20:51:53.1820430Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1020, aten.view_copy.default 2025-03-21T20:51:53.1822039Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1021, aten.view_copy.default 2025-03-21T20:51:53.1823632Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1022, aten.view_copy.default 2025-03-21T20:51:53.1825245Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1023, aten.view_copy.default 2025-03-21T20:51:53.1826848Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1024, aten.view_copy.default 2025-03-21T20:51:53.1828491Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1025, aten.view_copy.default 2025-03-21T20:51:53.1830163Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1026, aten.view_copy.default 2025-03-21T20:51:53.1831777Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1027, aten.view_copy.default 2025-03-21T20:51:53.1833392Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1028, aten.view_copy.default 2025-03-21T20:51:53.1834990Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1029, aten.view_copy.default 2025-03-21T20:51:53.1836596Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1030, aten.view_copy.default 2025-03-21T20:51:53.1838234Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1031, aten.view_copy.default 2025-03-21T20:51:53.1839841Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1032, aten.view_copy.default 2025-03-21T20:51:53.1841444Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1033, aten.view_copy.default 2025-03-21T20:51:53.1843085Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1034, aten.view_copy.default 2025-03-21T20:51:53.1844683Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1035, aten.view_copy.default 2025-03-21T20:51:53.1846283Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1036, aten.view_copy.default 2025-03-21T20:51:53.1847899Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1037, aten.view_copy.default 2025-03-21T20:51:53.1849506Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1038, aten.view_copy.default 2025-03-21T20:51:53.1851122Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1039, aten.view_copy.default 2025-03-21T20:51:53.1852734Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1040, aten.view_copy.default 2025-03-21T20:51:53.1854357Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1041, aten.view_copy.default 2025-03-21T20:51:53.1855971Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1042, aten.view_copy.default 2025-03-21T20:51:53.1857561Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_620, aten._to_copy.default 2025-03-21T20:51:53.4881833Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1043, aten.view_copy.default 2025-03-21T20:51:53.4882840Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_621, aten._to_copy.default 2025-03-21T20:51:53.4883738Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1044, aten.view_copy.default 2025-03-21T20:51:53.4884640Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_622, aten._to_copy.default 2025-03-21T20:51:53.4885532Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1045, aten.view_copy.default 2025-03-21T20:51:53.4886432Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_623, aten._to_copy.default 2025-03-21T20:51:53.4887326Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1046, aten.view_copy.default 2025-03-21T20:51:53.4888223Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_624, aten._to_copy.default 2025-03-21T20:51:53.4889113Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1047, aten.view_copy.default 2025-03-21T20:51:53.4889991Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_625, aten._to_copy.default 2025-03-21T20:51:53.4890944Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1048, aten.view_copy.default 2025-03-21T20:51:53.4891834Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_626, aten._to_copy.default 2025-03-21T20:51:53.4892723Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1049, aten.view_copy.default 2025-03-21T20:51:53.4893607Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_627, aten._to_copy.default 2025-03-21T20:51:53.4894493Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1050, aten.view_copy.default 2025-03-21T20:51:53.4895376Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_628, aten._to_copy.default 2025-03-21T20:51:53.4896244Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1051, aten.view_copy.default 2025-03-21T20:51:53.4897174Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_629, aten._to_copy.default 2025-03-21T20:51:53.4898060Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1052, aten.view_copy.default 2025-03-21T20:51:53.4898940Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_630, aten._to_copy.default 2025-03-21T20:51:53.4899865Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1053, aten.view_copy.default 2025-03-21T20:51:53.4900746Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_631, aten._to_copy.default 2025-03-21T20:51:53.4901615Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_432, aten.slice_copy.Tensor 2025-03-21T20:51:53.4902505Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_433, aten.slice_copy.Tensor 2025-03-21T20:51:53.4903396Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_434, aten.slice_copy.Tensor 2025-03-21T20:51:53.4904287Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_435, aten.slice_copy.Tensor 2025-03-21T20:51:53.4905180Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_436, aten.slice_copy.Tensor 2025-03-21T20:51:53.4906071Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_437, aten.slice_copy.Tensor 2025-03-21T20:51:53.4906960Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_438, aten.slice_copy.Tensor 2025-03-21T20:51:53.4907838Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_439, aten.slice_copy.Tensor 2025-03-21T20:51:53.4908758Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_440, aten.slice_copy.Tensor 2025-03-21T20:51:53.4909729Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_441, aten.slice_copy.Tensor 2025-03-21T20:51:53.4910627Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_442, aten.slice_copy.Tensor 2025-03-21T20:51:53.4911522Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_443, aten.slice_copy.Tensor 2025-03-21T20:51:53.4912410Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_444, aten.slice_copy.Tensor 2025-03-21T20:51:53.4913308Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_445, aten.slice_copy.Tensor 2025-03-21T20:51:53.4914186Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_446, aten.slice_copy.Tensor 2025-03-21T20:51:53.4915083Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_447, aten.slice_copy.Tensor 2025-03-21T20:51:53.4915975Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_448, aten.slice_copy.Tensor 2025-03-21T20:51:53.4916873Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_449, aten.slice_copy.Tensor 2025-03-21T20:51:53.4917798Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_450, aten.slice_copy.Tensor 2025-03-21T20:51:53.4918690Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_451, aten.slice_copy.Tensor 2025-03-21T20:51:53.4919584Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_452, aten.slice_copy.Tensor 2025-03-21T20:51:53.4920461Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_453, aten.slice_copy.Tensor 2025-03-21T20:51:53.4921356Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_454, aten.slice_copy.Tensor 2025-03-21T20:51:53.4922246Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_455, aten.slice_copy.Tensor 2025-03-21T20:51:53.4923164Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_456, aten.slice_copy.Tensor 2025-03-21T20:51:53.4924059Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_457, aten.slice_copy.Tensor 2025-03-21T20:51:53.4924949Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_458, aten.slice_copy.Tensor 2025-03-21T20:51:53.4925908Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_459, aten.slice_copy.Tensor 2025-03-21T20:51:53.4926799Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_460, aten.slice_copy.Tensor 2025-03-21T20:51:53.4927695Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_461, aten.slice_copy.Tensor 2025-03-21T20:51:53.4928588Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_462, aten.slice_copy.Tensor 2025-03-21T20:51:53.4929481Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_463, aten.slice_copy.Tensor 2025-03-21T20:51:53.4930377Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_464, aten.slice_copy.Tensor 2025-03-21T20:51:53.4931265Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_465, aten.slice_copy.Tensor 2025-03-21T20:51:53.4932139Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_466, aten.slice_copy.Tensor 2025-03-21T20:51:53.4933027Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_467, aten.slice_copy.Tensor 2025-03-21T20:51:53.4933916Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_468, aten.slice_copy.Tensor 2025-03-21T20:51:53.4934833Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_469, aten.slice_copy.Tensor 2025-03-21T20:51:53.4935726Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_470, aten.slice_copy.Tensor 2025-03-21T20:51:53.4936616Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_471, aten.slice_copy.Tensor 2025-03-21T20:51:53.4937506Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_472, aten.slice_copy.Tensor 2025-03-21T20:51:53.4938385Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_473, aten.slice_copy.Tensor 2025-03-21T20:51:53.4939276Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_474, aten.slice_copy.Tensor 2025-03-21T20:51:53.4940164Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_475, aten.slice_copy.Tensor 2025-03-21T20:51:53.4941058Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_476, aten.slice_copy.Tensor 2025-03-21T20:51:53.4941946Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_477, aten.slice_copy.Tensor 2025-03-21T20:51:53.4942840Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_478, aten.slice_copy.Tensor 2025-03-21T20:51:53.4943765Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_479, aten.slice_copy.Tensor 2025-03-21T20:51:53.4944601Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_466, aten.cat.default 2025-03-21T20:51:53.4945403Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_468, aten.cat.default 2025-03-21T20:51:53.4946197Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_470, aten.cat.default 2025-03-21T20:51:53.4947001Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_472, aten.cat.default 2025-03-21T20:51:53.4947803Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_474, aten.cat.default 2025-03-21T20:51:53.9450202Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_476, aten.cat.default 2025-03-21T20:51:53.9463373Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_478, aten.cat.default 2025-03-21T20:51:53.9464935Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_480, aten.cat.default 2025-03-21T20:51:53.9466422Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_482, aten.cat.default 2025-03-21T20:51:53.9467897Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_484, aten.cat.default 2025-03-21T20:51:53.9469543Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_486, aten.cat.default 2025-03-21T20:51:53.9471041Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_488, aten.cat.default 2025-03-21T20:51:53.9472603Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_920, aten.mul.Tensor 2025-03-21T20:51:53.9474080Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_922, aten.mul.Tensor 2025-03-21T20:51:53.9475502Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_921, aten.mul.Tensor 2025-03-21T20:51:53.9477216Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_923, aten.mul.Tensor 2025-03-21T20:51:53.9478667Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_924, aten.mul.Tensor 2025-03-21T20:51:53.9480102Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_926, aten.mul.Tensor 2025-03-21T20:51:53.9481538Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_925, aten.mul.Tensor 2025-03-21T20:51:53.9482971Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_927, aten.mul.Tensor 2025-03-21T20:51:53.9484560Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_928, aten.mul.Tensor 2025-03-21T20:51:53.9486041Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_930, aten.mul.Tensor 2025-03-21T20:51:53.9487437Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_929, aten.mul.Tensor 2025-03-21T20:51:53.9488892Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_931, aten.mul.Tensor 2025-03-21T20:51:53.9490344Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_932, aten.mul.Tensor 2025-03-21T20:51:53.9491793Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_934, aten.mul.Tensor 2025-03-21T20:51:53.9493161Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_933, aten.mul.Tensor 2025-03-21T20:51:53.9494616Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_935, aten.mul.Tensor 2025-03-21T20:51:53.9496072Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_936, aten.mul.Tensor 2025-03-21T20:51:53.9497537Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_938, aten.mul.Tensor 2025-03-21T20:51:53.9498954Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_937, aten.mul.Tensor 2025-03-21T20:51:53.9500400Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_939, aten.mul.Tensor 2025-03-21T20:51:53.9501973Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_940, aten.mul.Tensor 2025-03-21T20:51:53.9503416Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_942, aten.mul.Tensor 2025-03-21T20:51:53.9504852Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_941, aten.mul.Tensor 2025-03-21T20:51:53.9506281Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_943, aten.mul.Tensor 2025-03-21T20:51:53.9507709Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_944, aten.mul.Tensor 2025-03-21T20:51:53.9509189Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_946, aten.mul.Tensor 2025-03-21T20:51:53.9510668Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_945, aten.mul.Tensor 2025-03-21T20:51:53.9512250Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_947, aten.mul.Tensor 2025-03-21T20:51:53.9513720Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_948, aten.mul.Tensor 2025-03-21T20:51:53.9515138Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_950, aten.mul.Tensor 2025-03-21T20:51:53.9516665Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_949, aten.mul.Tensor 2025-03-21T20:51:53.9518124Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_951, aten.mul.Tensor 2025-03-21T20:51:53.9519595Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_952, aten.mul.Tensor 2025-03-21T20:51:53.9521043Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_954, aten.mul.Tensor 2025-03-21T20:51:53.9522487Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_953, aten.mul.Tensor 2025-03-21T20:51:53.9523936Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_955, aten.mul.Tensor 2025-03-21T20:51:53.9525365Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_956, aten.mul.Tensor 2025-03-21T20:51:53.9526792Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_958, aten.mul.Tensor 2025-03-21T20:51:53.9528231Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_957, aten.mul.Tensor 2025-03-21T20:51:53.9529662Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_959, aten.mul.Tensor 2025-03-21T20:51:53.9531124Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_960, aten.mul.Tensor 2025-03-21T20:51:53.9532631Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_962, aten.mul.Tensor 2025-03-21T20:51:53.9534081Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_961, aten.mul.Tensor 2025-03-21T20:51:53.9535524Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_963, aten.mul.Tensor 2025-03-21T20:51:53.9536993Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_964, aten.mul.Tensor 2025-03-21T20:51:53.9538316Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_966, aten.mul.Tensor 2025-03-21T20:51:53.9539746Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_965, aten.mul.Tensor 2025-03-21T20:51:53.9541210Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_967, aten.mul.Tensor 2025-03-21T20:51:53.9542670Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_968, aten.mul.Tensor 2025-03-21T20:51:53.9544088Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_970, aten.mul.Tensor 2025-03-21T20:51:53.9545528Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_969, aten.mul.Tensor 2025-03-21T20:51:53.9546979Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_971, aten.mul.Tensor 2025-03-21T20:51:53.9548415Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_972, aten.mul.Tensor 2025-03-21T20:51:53.9550022Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_974, aten.mul.Tensor 2025-03-21T20:51:53.9551454Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_973, aten.mul.Tensor 2025-03-21T20:51:53.9552876Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_975, aten.mul.Tensor 2025-03-21T20:51:53.9554317Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_976, aten.mul.Tensor 2025-03-21T20:51:53.9555731Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_978, aten.mul.Tensor 2025-03-21T20:51:53.9557178Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_977, aten.mul.Tensor 2025-03-21T20:51:53.9558622Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_979, aten.mul.Tensor 2025-03-21T20:51:53.9560154Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_980, aten.mul.Tensor 2025-03-21T20:51:53.9561536Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_982, aten.mul.Tensor 2025-03-21T20:51:53.9563006Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_981, aten.mul.Tensor 2025-03-21T20:51:53.9564525Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_983, aten.mul.Tensor 2025-03-21T20:51:53.9566000Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_984, aten.mul.Tensor 2025-03-21T20:51:53.9567412Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_986, aten.mul.Tensor 2025-03-21T20:51:53.9568861Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_985, aten.mul.Tensor 2025-03-21T20:51:53.9570309Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_987, aten.mul.Tensor 2025-03-21T20:51:53.9571740Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_988, aten.mul.Tensor 2025-03-21T20:51:53.9573180Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_990, aten.mul.Tensor 2025-03-21T20:51:53.9574616Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_989, aten.mul.Tensor 2025-03-21T20:51:53.9576243Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_991, aten.mul.Tensor 2025-03-21T20:51:53.9577724Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_992, aten.mul.Tensor 2025-03-21T20:51:53.9579139Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_994, aten.mul.Tensor 2025-03-21T20:51:53.9580702Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_993, aten.mul.Tensor 2025-03-21T20:51:53.9582155Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_995, aten.mul.Tensor 2025-03-21T20:51:53.9583624Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_996, aten.mul.Tensor 2025-03-21T20:51:53.9584975Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_998, aten.mul.Tensor 2025-03-21T20:51:54.4015515Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_997, aten.mul.Tensor 2025-03-21T20:51:54.4017062Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_999, aten.mul.Tensor 2025-03-21T20:51:54.4018466Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1000, aten.mul.Tensor 2025-03-21T20:51:54.4019918Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1002, aten.mul.Tensor 2025-03-21T20:51:54.4021429Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1001, aten.mul.Tensor 2025-03-21T20:51:54.4022877Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1003, aten.mul.Tensor 2025-03-21T20:51:54.4024316Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1004, aten.mul.Tensor 2025-03-21T20:51:54.4026041Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1006, aten.mul.Tensor 2025-03-21T20:51:54.4027478Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1005, aten.mul.Tensor 2025-03-21T20:51:54.4028953Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1007, aten.mul.Tensor 2025-03-21T20:51:54.4030505Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1008, aten.mul.Tensor 2025-03-21T20:51:54.4031961Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1010, aten.mul.Tensor 2025-03-21T20:51:54.4033444Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1009, aten.mul.Tensor 2025-03-21T20:51:54.4034844Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1011, aten.mul.Tensor 2025-03-21T20:51:54.4036460Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1012, aten.mul.Tensor 2025-03-21T20:51:54.4037917Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1014, aten.mul.Tensor 2025-03-21T20:51:54.4039412Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1013, aten.mul.Tensor 2025-03-21T20:51:54.4040850Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1015, aten.mul.Tensor 2025-03-21T20:51:54.4042416Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_216, aten.sub.Tensor 2025-03-21T20:51:54.4043867Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_342, aten.add.Tensor 2025-03-21T20:51:54.4045316Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_217, aten.sub.Tensor 2025-03-21T20:51:54.4046729Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_343, aten.add.Tensor 2025-03-21T20:51:54.4048174Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_218, aten.sub.Tensor 2025-03-21T20:51:54.4049617Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_344, aten.add.Tensor 2025-03-21T20:51:54.4051090Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_219, aten.sub.Tensor 2025-03-21T20:51:54.4052525Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_345, aten.add.Tensor 2025-03-21T20:51:54.4053978Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_220, aten.sub.Tensor 2025-03-21T20:51:54.4055406Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_346, aten.add.Tensor 2025-03-21T20:51:54.4056874Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_221, aten.sub.Tensor 2025-03-21T20:51:54.4058389Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_347, aten.add.Tensor 2025-03-21T20:51:54.4059866Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_222, aten.sub.Tensor 2025-03-21T20:51:54.4061323Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_348, aten.add.Tensor 2025-03-21T20:51:54.4062798Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_223, aten.sub.Tensor 2025-03-21T20:51:54.4064198Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_349, aten.add.Tensor 2025-03-21T20:51:54.4065628Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_224, aten.sub.Tensor 2025-03-21T20:51:54.4067069Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_350, aten.add.Tensor 2025-03-21T20:51:54.4068501Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_225, aten.sub.Tensor 2025-03-21T20:51:54.4070029Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_351, aten.add.Tensor 2025-03-21T20:51:54.4071466Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_226, aten.sub.Tensor 2025-03-21T20:51:54.4072904Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_352, aten.add.Tensor 2025-03-21T20:51:54.4074451Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_227, aten.sub.Tensor 2025-03-21T20:51:54.4075841Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_353, aten.add.Tensor 2025-03-21T20:51:54.4077536Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_228, aten.sub.Tensor 2025-03-21T20:51:54.4079138Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_632, aten._to_copy.default 2025-03-21T20:51:54.4080698Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_354, aten.add.Tensor 2025-03-21T20:51:54.4082296Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_633, aten._to_copy.default 2025-03-21T20:51:54.4083900Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_229, aten.sub.Tensor 2025-03-21T20:51:54.4085652Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_634, aten._to_copy.default 2025-03-21T20:51:54.4087217Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_355, aten.add.Tensor 2025-03-21T20:51:54.4088791Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_635, aten._to_copy.default 2025-03-21T20:51:54.4090467Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_230, aten.sub.Tensor 2025-03-21T20:51:54.4092038Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_636, aten._to_copy.default 2025-03-21T20:51:54.4093603Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_356, aten.add.Tensor 2025-03-21T20:51:54.4095177Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_637, aten._to_copy.default 2025-03-21T20:51:54.4096772Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_231, aten.sub.Tensor 2025-03-21T20:51:54.4098344Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_638, aten._to_copy.default 2025-03-21T20:51:54.4099938Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_357, aten.add.Tensor 2025-03-21T20:51:54.4101517Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_639, aten._to_copy.default 2025-03-21T20:51:54.4103119Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_232, aten.sub.Tensor 2025-03-21T20:51:54.4104562Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_640, aten._to_copy.default 2025-03-21T20:51:54.4106156Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_358, aten.add.Tensor 2025-03-21T20:51:54.4107871Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_641, aten._to_copy.default 2025-03-21T20:51:54.4109538Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_233, aten.sub.Tensor 2025-03-21T20:51:54.4111073Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_642, aten._to_copy.default 2025-03-21T20:51:54.4112620Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_359, aten.add.Tensor 2025-03-21T20:51:54.4114153Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_643, aten._to_copy.default 2025-03-21T20:51:54.4115660Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_234, aten.sub.Tensor 2025-03-21T20:51:54.4117176Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_644, aten._to_copy.default 2025-03-21T20:51:54.4118710Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_360, aten.add.Tensor 2025-03-21T20:51:54.4120266Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_645, aten._to_copy.default 2025-03-21T20:51:54.4121768Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_235, aten.sub.Tensor 2025-03-21T20:51:54.4123322Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_646, aten._to_copy.default 2025-03-21T20:51:54.4124957Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_361, aten.add.Tensor 2025-03-21T20:51:54.4126526Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_647, aten._to_copy.default 2025-03-21T20:51:54.4128020Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_236, aten.sub.Tensor 2025-03-21T20:51:54.4129584Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_648, aten._to_copy.default 2025-03-21T20:51:54.4131148Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_362, aten.add.Tensor 2025-03-21T20:51:54.4132679Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_649, aten._to_copy.default 2025-03-21T20:51:54.4134286Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_237, aten.sub.Tensor 2025-03-21T20:51:54.4135813Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_650, aten._to_copy.default 2025-03-21T20:51:54.4137337Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_363, aten.add.Tensor 2025-03-21T20:51:54.4138913Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_651, aten._to_copy.default 2025-03-21T20:51:54.8320728Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_238, aten.sub.Tensor 2025-03-21T20:51:54.8322336Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_652, aten._to_copy.default 2025-03-21T20:51:54.8323874Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_364, aten.add.Tensor 2025-03-21T20:51:54.8325413Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_653, aten._to_copy.default 2025-03-21T20:51:54.8326949Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_239, aten.sub.Tensor 2025-03-21T20:51:54.8328538Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_654, aten._to_copy.default 2025-03-21T20:51:54.8330049Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_365, aten.add.Tensor 2025-03-21T20:51:54.8331595Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_655, aten._to_copy.default 2025-03-21T20:51:54.8333163Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_441, aten.cat.default 2025-03-21T20:51:54.8334592Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_442, aten.cat.default 2025-03-21T20:51:54.8336334Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_443, aten.cat.default 2025-03-21T20:51:54.8337818Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_444, aten.cat.default 2025-03-21T20:51:54.8339316Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_445, aten.cat.default 2025-03-21T20:51:54.8340753Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_446, aten.cat.default 2025-03-21T20:51:54.8342253Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_447, aten.cat.default 2025-03-21T20:51:54.8343748Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_448, aten.cat.default 2025-03-21T20:51:54.8345217Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_449, aten.cat.default 2025-03-21T20:51:54.8346686Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_450, aten.cat.default 2025-03-21T20:51:54.8348170Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_451, aten.cat.default 2025-03-21T20:51:54.8349738Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_452, aten.cat.default 2025-03-21T20:51:54.8351219Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_453, aten.cat.default 2025-03-21T20:51:54.8352887Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_656, aten._to_copy.default 2025-03-21T20:51:54.8354419Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_454, aten.cat.default 2025-03-21T20:51:54.8356001Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_657, aten._to_copy.default 2025-03-21T20:51:54.8357524Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_455, aten.cat.default 2025-03-21T20:51:54.8359081Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_658, aten._to_copy.default 2025-03-21T20:51:54.8360641Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_456, aten.cat.default 2025-03-21T20:51:54.8362206Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_659, aten._to_copy.default 2025-03-21T20:51:54.8363858Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_457, aten.cat.default 2025-03-21T20:51:54.8365437Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_660, aten._to_copy.default 2025-03-21T20:51:54.8367016Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_458, aten.cat.default 2025-03-21T20:51:54.8368636Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_661, aten._to_copy.default 2025-03-21T20:51:54.8370172Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_459, aten.cat.default 2025-03-21T20:51:54.8371726Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_662, aten._to_copy.default 2025-03-21T20:51:54.8373272Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_460, aten.cat.default 2025-03-21T20:51:54.8374797Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_663, aten._to_copy.default 2025-03-21T20:51:54.8376550Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_461, aten.cat.default 2025-03-21T20:51:54.8378114Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_664, aten._to_copy.default 2025-03-21T20:51:54.8379626Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_462, aten.cat.default 2025-03-21T20:51:54.8381184Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_665, aten._to_copy.default 2025-03-21T20:51:54.8382726Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_463, aten.cat.default 2025-03-21T20:51:54.8384326Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_464, aten.cat.default 2025-03-21T20:51:54.8385820Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_666, aten._to_copy.default 2025-03-21T20:51:54.8387533Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_514, aten.permute_copy.default 2025-03-21T20:51:54.8389247Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_667, aten._to_copy.default 2025-03-21T20:51:54.8391000Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_515, aten.permute_copy.default 2025-03-21T20:51:54.8392691Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_668, aten._to_copy.default 2025-03-21T20:51:54.8394370Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_516, aten.permute_copy.default 2025-03-21T20:51:54.8396034Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_669, aten._to_copy.default 2025-03-21T20:51:54.8397702Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_517, aten.permute_copy.default 2025-03-21T20:51:54.8399382Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_670, aten._to_copy.default 2025-03-21T20:51:54.8401072Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_518, aten.permute_copy.default 2025-03-21T20:51:54.8402847Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_671, aten._to_copy.default 2025-03-21T20:51:54.8404544Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_519, aten.permute_copy.default 2025-03-21T20:51:54.8406232Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_672, aten._to_copy.default 2025-03-21T20:51:54.8407878Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_520, aten.permute_copy.default 2025-03-21T20:51:54.8409395Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_673, aten._to_copy.default 2025-03-21T20:51:54.8411101Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_521, aten.permute_copy.default 2025-03-21T20:51:54.8412906Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_674, aten._to_copy.default 2025-03-21T20:51:54.8414578Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_522, aten.permute_copy.default 2025-03-21T20:51:54.8416251Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_675, aten._to_copy.default 2025-03-21T20:51:54.8418046Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_523, aten.permute_copy.default 2025-03-21T20:51:54.8419707Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_676, aten._to_copy.default 2025-03-21T20:51:54.8421369Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_524, aten.permute_copy.default 2025-03-21T20:51:54.8423104Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_525, aten.permute_copy.default 2025-03-21T20:51:54.8424774Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_677, aten._to_copy.default 2025-03-21T20:51:54.8426300Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_465, aten.cat.default 2025-03-21T20:51:54.8427789Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_467, aten.cat.default 2025-03-21T20:51:54.8429259Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_469, aten.cat.default 2025-03-21T20:51:54.8430828Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_471, aten.cat.default 2025-03-21T20:51:54.8432273Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_473, aten.cat.default 2025-03-21T20:51:54.8433860Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_475, aten.cat.default 2025-03-21T20:51:54.8435350Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_477, aten.cat.default 2025-03-21T20:51:54.8436865Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_479, aten.cat.default 2025-03-21T20:51:54.8438317Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_481, aten.cat.default 2025-03-21T20:51:54.8439772Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_483, aten.cat.default 2025-03-21T20:51:54.8441252Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_485, aten.cat.default 2025-03-21T20:51:54.8442728Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_487, aten.cat.default 2025-03-21T20:51:55.3935220Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_216, aten.matmul.default 2025-03-21T20:51:55.3936832Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_218, aten.matmul.default 2025-03-21T20:51:55.3938397Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_220, aten.matmul.default 2025-03-21T20:51:55.3939973Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_222, aten.matmul.default 2025-03-21T20:51:55.3941814Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_224, aten.matmul.default 2025-03-21T20:51:55.3943548Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_226, aten.matmul.default 2025-03-21T20:51:55.3945129Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_228, aten.matmul.default 2025-03-21T20:51:55.3946692Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_230, aten.matmul.default 2025-03-21T20:51:55.3948241Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_232, aten.matmul.default 2025-03-21T20:51:55.3949882Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_234, aten.matmul.default 2025-03-21T20:51:55.3951459Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_236, aten.matmul.default 2025-03-21T20:51:55.3953210Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_238, aten.matmul.default 2025-03-21T20:51:55.3954671Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_108, aten.div.Tensor 2025-03-21T20:51:55.3956143Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_109, aten.div.Tensor 2025-03-21T20:51:55.3957695Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_110, aten.div.Tensor 2025-03-21T20:51:55.3959124Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_111, aten.div.Tensor 2025-03-21T20:51:55.3960563Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_112, aten.div.Tensor 2025-03-21T20:51:55.3962007Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_113, aten.div.Tensor 2025-03-21T20:51:55.3963452Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_114, aten.div.Tensor 2025-03-21T20:51:55.3964888Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_115, aten.div.Tensor 2025-03-21T20:51:55.3966324Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_116, aten.div.Tensor 2025-03-21T20:51:55.3967735Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_117, aten.div.Tensor 2025-03-21T20:51:55.3969180Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_118, aten.div.Tensor 2025-03-21T20:51:55.3970657Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_119, aten.div.Tensor 2025-03-21T20:51:55.3972063Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_366, aten.add.Tensor 2025-03-21T20:51:55.3973686Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_367, aten.add.Tensor 2025-03-21T20:51:55.3975139Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_368, aten.add.Tensor 2025-03-21T20:51:55.3976774Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_369, aten.add.Tensor 2025-03-21T20:51:55.3978198Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_370, aten.add.Tensor 2025-03-21T20:51:55.3979631Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_371, aten.add.Tensor 2025-03-21T20:51:55.3981076Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_372, aten.add.Tensor 2025-03-21T20:51:55.3982535Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_373, aten.add.Tensor 2025-03-21T20:51:55.3983964Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_374, aten.add.Tensor 2025-03-21T20:51:55.3985443Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_375, aten.add.Tensor 2025-03-21T20:51:55.3986891Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_376, aten.add.Tensor 2025-03-21T20:51:55.3988335Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_377, aten.add.Tensor 2025-03-21T20:51:55.3990101Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_108, aten._softmax.default 2025-03-21T20:51:55.3991725Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_109, aten._softmax.default 2025-03-21T20:51:55.3993373Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_110, aten._softmax.default 2025-03-21T20:51:55.3994984Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_111, aten._softmax.default 2025-03-21T20:51:55.3996665Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_112, aten._softmax.default 2025-03-21T20:51:55.3998342Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_113, aten._softmax.default 2025-03-21T20:51:55.4000026Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_114, aten._softmax.default 2025-03-21T20:51:55.4001740Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_115, aten._softmax.default 2025-03-21T20:51:55.4003387Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_116, aten._softmax.default 2025-03-21T20:51:55.4005043Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_117, aten._softmax.default 2025-03-21T20:51:55.4006688Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_118, aten._softmax.default 2025-03-21T20:51:55.4008333Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_119, aten._softmax.default 2025-03-21T20:51:55.4009969Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_217, aten.matmul.default 2025-03-21T20:51:55.4011560Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_219, aten.matmul.default 2025-03-21T20:51:55.4013130Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_221, aten.matmul.default 2025-03-21T20:51:55.4014709Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_223, aten.matmul.default 2025-03-21T20:51:55.4016275Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_225, aten.matmul.default 2025-03-21T20:51:55.4017829Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_227, aten.matmul.default 2025-03-21T20:51:55.4019370Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_229, aten.matmul.default 2025-03-21T20:51:55.4020932Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_231, aten.matmul.default 2025-03-21T20:51:55.4022631Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_233, aten.matmul.default 2025-03-21T20:51:55.4024135Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_235, aten.matmul.default 2025-03-21T20:51:55.4025727Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_237, aten.matmul.default 2025-03-21T20:51:55.4027306Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_239, aten.matmul.default 2025-03-21T20:51:55.4028815Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_489, aten.cat.default 2025-03-21T20:51:55.4030466Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1126, aten.view_copy.default 2025-03-21T20:51:55.4032180Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1538, aten.permute_copy.default 2025-03-21T20:51:55.4033934Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_396, aten.convolution.default 2025-03-21T20:51:55.4035672Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1539, aten.permute_copy.default 2025-03-21T20:51:55.4037379Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1127, aten.view_copy.default 2025-03-21T20:51:55.4039031Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_378, aten.add.Tensor 2025-03-21T20:51:55.4040531Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_rms_norm_default_19, aten.rms_norm.default 2025-03-21T20:51:55.4042173Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1128, aten.view_copy.default 2025-03-21T20:51:55.4043893Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1540, aten.permute_copy.default 2025-03-21T20:51:55.4045672Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_397, aten.convolution.default 2025-03-21T20:51:55.4047383Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_398, aten.convolution.default 2025-03-21T20:51:55.4049040Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sigmoid_default_9, aten.sigmoid.default 2025-03-21T20:51:55.4050645Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1018, aten.mul.Tensor 2025-03-21T20:51:55.4052092Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1019, aten.mul.Tensor 2025-03-21T20:51:55.4053675Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_399, aten.convolution.default 2025-03-21T20:51:55.4055476Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1541, aten.permute_copy.default 2025-03-21T20:51:55.4057209Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1129, aten.view_copy.default 2025-03-21T20:51:55.4058545Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_379, aten.add.Tensor 2025-03-21T20:51:56.0395669Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_rms_norm_default_20, aten.rms_norm.default 2025-03-21T20:51:56.0397391Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1130, aten.view_copy.default 2025-03-21T20:51:56.0399074Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1542, aten.permute_copy.default 2025-03-21T20:51:56.0400770Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_678, aten._to_copy.default 2025-03-21T20:51:56.0402489Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_400, aten.convolution.default 2025-03-21T20:51:56.0404225Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1543, aten.permute_copy.default 2025-03-21T20:51:56.0405950Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_401, aten.convolution.default 2025-03-21T20:51:56.0408009Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1544, aten.permute_copy.default 2025-03-21T20:51:56.0409731Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_402, aten.convolution.default 2025-03-21T20:51:56.0411499Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1545, aten.permute_copy.default 2025-03-21T20:51:56.0413280Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_403, aten.convolution.default 2025-03-21T20:51:56.0414963Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1546, aten.permute_copy.default 2025-03-21T20:51:56.0416616Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_404, aten.convolution.default 2025-03-21T20:51:56.0418261Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1547, aten.permute_copy.default 2025-03-21T20:51:56.0419984Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_405, aten.convolution.default 2025-03-21T20:51:56.0421658Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1548, aten.permute_copy.default 2025-03-21T20:51:56.0423396Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_406, aten.convolution.default 2025-03-21T20:51:56.0425308Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1549, aten.permute_copy.default 2025-03-21T20:51:56.0427078Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_407, aten.convolution.default 2025-03-21T20:51:56.0428836Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1550, aten.permute_copy.default 2025-03-21T20:51:56.0430653Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_408, aten.convolution.default 2025-03-21T20:51:56.0432411Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1551, aten.permute_copy.default 2025-03-21T20:51:56.0434155Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_409, aten.convolution.default 2025-03-21T20:51:56.0436041Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1552, aten.permute_copy.default 2025-03-21T20:51:56.0437783Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_410, aten.convolution.default 2025-03-21T20:51:56.0439519Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1553, aten.permute_copy.default 2025-03-21T20:51:56.0441389Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_411, aten.convolution.default 2025-03-21T20:51:56.0443087Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1554, aten.permute_copy.default 2025-03-21T20:51:56.0444857Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_412, aten.convolution.default 2025-03-21T20:51:56.0446631Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1555, aten.permute_copy.default 2025-03-21T20:51:56.0448224Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_413, aten.convolution.default 2025-03-21T20:51:56.0449930Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1556, aten.permute_copy.default 2025-03-21T20:51:56.0451692Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_414, aten.convolution.default 2025-03-21T20:51:56.0453455Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1557, aten.permute_copy.default 2025-03-21T20:51:56.0455167Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_415, aten.convolution.default 2025-03-21T20:51:56.0457018Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1558, aten.permute_copy.default 2025-03-21T20:51:56.0458763Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_416, aten.convolution.default 2025-03-21T20:51:56.0460488Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1559, aten.permute_copy.default 2025-03-21T20:51:56.0462226Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_417, aten.convolution.default 2025-03-21T20:51:56.0463968Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1560, aten.permute_copy.default 2025-03-21T20:51:56.0465710Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_418, aten.convolution.default 2025-03-21T20:51:56.0467474Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1561, aten.permute_copy.default 2025-03-21T20:51:56.0469363Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_419, aten.convolution.default 2025-03-21T20:51:56.0471123Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1562, aten.permute_copy.default 2025-03-21T20:51:56.0472864Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_420, aten.convolution.default 2025-03-21T20:51:56.0474698Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1563, aten.permute_copy.default 2025-03-21T20:51:56.0476616Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_421, aten.convolution.default 2025-03-21T20:51:56.0478363Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1564, aten.permute_copy.default 2025-03-21T20:51:56.0480160Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_422, aten.convolution.default 2025-03-21T20:51:56.0481936Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1565, aten.permute_copy.default 2025-03-21T20:51:56.0483670Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_423, aten.convolution.default 2025-03-21T20:51:56.0485539Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1566, aten.permute_copy.default 2025-03-21T20:51:56.0487277Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_424, aten.convolution.default 2025-03-21T20:51:56.0489037Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1567, aten.permute_copy.default 2025-03-21T20:51:56.0490912Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_425, aten.convolution.default 2025-03-21T20:51:56.0492729Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1568, aten.permute_copy.default 2025-03-21T20:51:56.0494559Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_426, aten.convolution.default 2025-03-21T20:51:56.0496310Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1569, aten.permute_copy.default 2025-03-21T20:51:56.0498084Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_427, aten.convolution.default 2025-03-21T20:51:56.0499872Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1570, aten.permute_copy.default 2025-03-21T20:51:56.0501599Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_428, aten.convolution.default 2025-03-21T20:51:56.0503402Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1571, aten.permute_copy.default 2025-03-21T20:51:56.0505188Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_429, aten.convolution.default 2025-03-21T20:51:56.0507049Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1572, aten.permute_copy.default 2025-03-21T20:51:56.0508794Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_430, aten.convolution.default 2025-03-21T20:51:56.0510633Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1573, aten.permute_copy.default 2025-03-21T20:51:56.0512365Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_431, aten.convolution.default 2025-03-21T20:51:56.0514084Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1574, aten.permute_copy.default 2025-03-21T20:51:56.0515834Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_432, aten.convolution.default 2025-03-21T20:51:56.0517602Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1575, aten.permute_copy.default 2025-03-21T20:51:56.0519297Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_433, aten.convolution.default 2025-03-21T20:51:56.3586524Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1576, aten.permute_copy.default 2025-03-21T20:51:56.3587523Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_434, aten.convolution.default 2025-03-21T20:51:56.3588652Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1577, aten.permute_copy.default 2025-03-21T20:51:56.3589664Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_435, aten.convolution.default 2025-03-21T20:51:56.3590612Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1578, aten.permute_copy.default 2025-03-21T20:51:56.3591527Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_679, aten._to_copy.default 2025-03-21T20:51:56.3592404Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_680, aten._to_copy.default 2025-03-21T20:51:56.3593279Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_681, aten._to_copy.default 2025-03-21T20:51:56.3594190Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_682, aten._to_copy.default 2025-03-21T20:51:56.3595066Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_683, aten._to_copy.default 2025-03-21T20:51:56.3595945Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_684, aten._to_copy.default 2025-03-21T20:51:56.3596815Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_685, aten._to_copy.default 2025-03-21T20:51:56.3597741Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_686, aten._to_copy.default 2025-03-21T20:51:56.3598617Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_687, aten._to_copy.default 2025-03-21T20:51:56.3599488Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_688, aten._to_copy.default 2025-03-21T20:51:56.3600350Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_689, aten._to_copy.default 2025-03-21T20:51:56.3601223Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_690, aten._to_copy.default 2025-03-21T20:51:56.3602109Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1131, aten.view_copy.default 2025-03-21T20:51:56.3603008Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1132, aten.view_copy.default 2025-03-21T20:51:56.3603902Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1133, aten.view_copy.default 2025-03-21T20:51:56.3604799Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1134, aten.view_copy.default 2025-03-21T20:51:56.3605751Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1135, aten.view_copy.default 2025-03-21T20:51:56.3606649Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1136, aten.view_copy.default 2025-03-21T20:51:56.3607550Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1137, aten.view_copy.default 2025-03-21T20:51:56.3608447Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1138, aten.view_copy.default 2025-03-21T20:51:56.3609346Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1139, aten.view_copy.default 2025-03-21T20:51:56.3610249Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1140, aten.view_copy.default 2025-03-21T20:51:56.3611151Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1141, aten.view_copy.default 2025-03-21T20:51:56.3612030Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1142, aten.view_copy.default 2025-03-21T20:51:56.3612929Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1143, aten.view_copy.default 2025-03-21T20:51:56.3613824Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1144, aten.view_copy.default 2025-03-21T20:51:56.3614725Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1145, aten.view_copy.default 2025-03-21T20:51:56.3615648Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1146, aten.view_copy.default 2025-03-21T20:51:56.3616541Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1147, aten.view_copy.default 2025-03-21T20:51:56.3617441Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1148, aten.view_copy.default 2025-03-21T20:51:56.3618353Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1149, aten.view_copy.default 2025-03-21T20:51:56.3619235Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1150, aten.view_copy.default 2025-03-21T20:51:56.3620133Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1151, aten.view_copy.default 2025-03-21T20:51:56.3621051Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1152, aten.view_copy.default 2025-03-21T20:51:56.3621951Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1153, aten.view_copy.default 2025-03-21T20:51:56.3622843Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1154, aten.view_copy.default 2025-03-21T20:51:56.3623769Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1155, aten.view_copy.default 2025-03-21T20:51:56.3624743Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_691, aten._to_copy.default 2025-03-21T20:51:56.3625711Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1156, aten.view_copy.default 2025-03-21T20:51:56.3626597Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_692, aten._to_copy.default 2025-03-21T20:51:56.3627481Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1157, aten.view_copy.default 2025-03-21T20:51:56.3628366Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_693, aten._to_copy.default 2025-03-21T20:51:56.3629336Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1158, aten.view_copy.default 2025-03-21T20:51:56.3630233Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_694, aten._to_copy.default 2025-03-21T20:51:56.3631115Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1159, aten.view_copy.default 2025-03-21T20:51:56.3631986Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_695, aten._to_copy.default 2025-03-21T20:51:56.3632934Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1160, aten.view_copy.default 2025-03-21T20:51:56.3633816Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_696, aten._to_copy.default 2025-03-21T20:51:56.3634705Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1161, aten.view_copy.default 2025-03-21T20:51:56.3635593Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_697, aten._to_copy.default 2025-03-21T20:51:56.3636480Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1162, aten.view_copy.default 2025-03-21T20:51:56.3637366Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_698, aten._to_copy.default 2025-03-21T20:51:56.3638237Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1163, aten.view_copy.default 2025-03-21T20:51:56.3639129Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_699, aten._to_copy.default 2025-03-21T20:51:56.3640018Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1164, aten.view_copy.default 2025-03-21T20:51:56.3640905Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_700, aten._to_copy.default 2025-03-21T20:51:56.3641820Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1165, aten.view_copy.default 2025-03-21T20:51:56.3642700Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_701, aten._to_copy.default 2025-03-21T20:51:56.3643572Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1166, aten.view_copy.default 2025-03-21T20:51:56.3644457Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_702, aten._to_copy.default 2025-03-21T20:51:56.3645339Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_480, aten.slice_copy.Tensor 2025-03-21T20:51:56.3646238Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_481, aten.slice_copy.Tensor 2025-03-21T20:51:56.3647161Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_482, aten.slice_copy.Tensor 2025-03-21T20:51:56.3648051Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_483, aten.slice_copy.Tensor 2025-03-21T20:51:56.3648943Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_484, aten.slice_copy.Tensor 2025-03-21T20:51:56.3649853Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_485, aten.slice_copy.Tensor 2025-03-21T20:51:56.3650748Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_486, aten.slice_copy.Tensor 2025-03-21T20:51:56.3651641Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_487, aten.slice_copy.Tensor 2025-03-21T20:51:56.3652539Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_488, aten.slice_copy.Tensor 2025-03-21T20:51:56.7497322Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_489, aten.slice_copy.Tensor 2025-03-21T20:51:56.7498273Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_490, aten.slice_copy.Tensor 2025-03-21T20:51:56.7499180Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_491, aten.slice_copy.Tensor 2025-03-21T20:51:56.7500075Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_492, aten.slice_copy.Tensor 2025-03-21T20:51:56.7500979Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_493, aten.slice_copy.Tensor 2025-03-21T20:51:56.7501872Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_494, aten.slice_copy.Tensor 2025-03-21T20:51:56.7502956Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_495, aten.slice_copy.Tensor 2025-03-21T20:51:56.7503848Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_496, aten.slice_copy.Tensor 2025-03-21T20:51:56.7504731Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_497, aten.slice_copy.Tensor 2025-03-21T20:51:56.7505626Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_498, aten.slice_copy.Tensor 2025-03-21T20:51:56.7506521Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_499, aten.slice_copy.Tensor 2025-03-21T20:51:56.7507414Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_500, aten.slice_copy.Tensor 2025-03-21T20:51:56.7508307Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_501, aten.slice_copy.Tensor 2025-03-21T20:51:56.7509251Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_502, aten.slice_copy.Tensor 2025-03-21T20:51:56.7510149Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_503, aten.slice_copy.Tensor 2025-03-21T20:51:56.7511033Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_504, aten.slice_copy.Tensor 2025-03-21T20:51:56.7511921Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_505, aten.slice_copy.Tensor 2025-03-21T20:51:56.7512885Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_506, aten.slice_copy.Tensor 2025-03-21T20:51:56.7513774Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_507, aten.slice_copy.Tensor 2025-03-21T20:51:56.7514671Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_508, aten.slice_copy.Tensor 2025-03-21T20:51:56.7515565Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_509, aten.slice_copy.Tensor 2025-03-21T20:51:56.7516442Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_510, aten.slice_copy.Tensor 2025-03-21T20:51:56.7517334Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_511, aten.slice_copy.Tensor 2025-03-21T20:51:56.7518287Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_512, aten.slice_copy.Tensor 2025-03-21T20:51:56.7519185Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_513, aten.slice_copy.Tensor 2025-03-21T20:51:56.7520077Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_514, aten.slice_copy.Tensor 2025-03-21T20:51:56.7521017Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_515, aten.slice_copy.Tensor 2025-03-21T20:51:56.7521909Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_516, aten.slice_copy.Tensor 2025-03-21T20:51:56.7522791Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_517, aten.slice_copy.Tensor 2025-03-21T20:51:56.7523683Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_518, aten.slice_copy.Tensor 2025-03-21T20:51:56.7524578Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_519, aten.slice_copy.Tensor 2025-03-21T20:51:56.7525472Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_520, aten.slice_copy.Tensor 2025-03-21T20:51:56.7526362Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_521, aten.slice_copy.Tensor 2025-03-21T20:51:56.7527259Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_522, aten.slice_copy.Tensor 2025-03-21T20:51:56.7528169Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_523, aten.slice_copy.Tensor 2025-03-21T20:51:56.7529048Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_524, aten.slice_copy.Tensor 2025-03-21T20:51:56.7529975Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_525, aten.slice_copy.Tensor 2025-03-21T20:51:56.7530895Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_526, aten.slice_copy.Tensor 2025-03-21T20:51:56.7531795Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_527, aten.slice_copy.Tensor 2025-03-21T20:51:56.7532653Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_515, aten.cat.default 2025-03-21T20:51:56.7533463Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_517, aten.cat.default 2025-03-21T20:51:56.7534268Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_519, aten.cat.default 2025-03-21T20:51:56.7535072Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_521, aten.cat.default 2025-03-21T20:51:56.7535862Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_523, aten.cat.default 2025-03-21T20:51:56.7536669Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_525, aten.cat.default 2025-03-21T20:51:56.7537471Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_527, aten.cat.default 2025-03-21T20:51:56.7538275Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_529, aten.cat.default 2025-03-21T20:51:56.7539103Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_531, aten.cat.default 2025-03-21T20:51:56.7539902Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_533, aten.cat.default 2025-03-21T20:51:56.7540690Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_535, aten.cat.default 2025-03-21T20:51:56.7541492Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_537, aten.cat.default 2025-03-21T20:51:56.7542290Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1022, aten.mul.Tensor 2025-03-21T20:51:56.7543081Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1024, aten.mul.Tensor 2025-03-21T20:51:56.7543867Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1023, aten.mul.Tensor 2025-03-21T20:51:56.7544703Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1025, aten.mul.Tensor 2025-03-21T20:51:56.7545493Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1026, aten.mul.Tensor 2025-03-21T20:51:56.7546266Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1028, aten.mul.Tensor 2025-03-21T20:51:56.7547174Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1027, aten.mul.Tensor 2025-03-21T20:51:56.7548114Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1029, aten.mul.Tensor 2025-03-21T20:51:56.7548962Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1030, aten.mul.Tensor 2025-03-21T20:51:56.7549826Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1032, aten.mul.Tensor 2025-03-21T20:51:56.7550613Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1031, aten.mul.Tensor 2025-03-21T20:51:56.7551389Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1033, aten.mul.Tensor 2025-03-21T20:51:56.7552183Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1034, aten.mul.Tensor 2025-03-21T20:51:56.7552970Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1036, aten.mul.Tensor 2025-03-21T20:51:56.7553764Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1035, aten.mul.Tensor 2025-03-21T20:51:56.7554552Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1037, aten.mul.Tensor 2025-03-21T20:51:56.7555340Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1038, aten.mul.Tensor 2025-03-21T20:51:56.7556163Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1040, aten.mul.Tensor 2025-03-21T20:51:56.7556957Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1039, aten.mul.Tensor 2025-03-21T20:51:56.7557752Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1041, aten.mul.Tensor 2025-03-21T20:51:56.7558547Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1042, aten.mul.Tensor 2025-03-21T20:51:56.7559329Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1044, aten.mul.Tensor 2025-03-21T20:51:56.7560118Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1043, aten.mul.Tensor 2025-03-21T20:51:56.7560891Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1045, aten.mul.Tensor 2025-03-21T20:51:56.7561679Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1046, aten.mul.Tensor 2025-03-21T20:51:56.7562466Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1048, aten.mul.Tensor 2025-03-21T20:51:56.7563251Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1047, aten.mul.Tensor 2025-03-21T20:51:56.7564037Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1049, aten.mul.Tensor 2025-03-21T20:51:57.1846987Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1050, aten.mul.Tensor 2025-03-21T20:51:57.1847916Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1052, aten.mul.Tensor 2025-03-21T20:51:57.1848739Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1051, aten.mul.Tensor 2025-03-21T20:51:57.1849531Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1053, aten.mul.Tensor 2025-03-21T20:51:57.1850310Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1054, aten.mul.Tensor 2025-03-21T20:51:57.1851115Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1056, aten.mul.Tensor 2025-03-21T20:51:57.1851910Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1055, aten.mul.Tensor 2025-03-21T20:51:57.1852881Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1057, aten.mul.Tensor 2025-03-21T20:51:57.1853687Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1058, aten.mul.Tensor 2025-03-21T20:51:57.1854485Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1060, aten.mul.Tensor 2025-03-21T20:51:57.1855327Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1059, aten.mul.Tensor 2025-03-21T20:51:57.1856114Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1061, aten.mul.Tensor 2025-03-21T20:51:57.1856903Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1062, aten.mul.Tensor 2025-03-21T20:51:57.1857692Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1064, aten.mul.Tensor 2025-03-21T20:51:57.1858487Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1063, aten.mul.Tensor 2025-03-21T20:51:57.1859282Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1065, aten.mul.Tensor 2025-03-21T20:51:57.1860074Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1066, aten.mul.Tensor 2025-03-21T20:51:57.1860857Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1068, aten.mul.Tensor 2025-03-21T20:51:57.1861647Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1067, aten.mul.Tensor 2025-03-21T20:51:57.1862436Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1069, aten.mul.Tensor 2025-03-21T20:51:57.1863229Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1070, aten.mul.Tensor 2025-03-21T20:51:57.1864069Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1072, aten.mul.Tensor 2025-03-21T20:51:57.1864855Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1071, aten.mul.Tensor 2025-03-21T20:51:57.1865635Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1073, aten.mul.Tensor 2025-03-21T20:51:57.1866420Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1074, aten.mul.Tensor 2025-03-21T20:51:57.1867210Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1076, aten.mul.Tensor 2025-03-21T20:51:57.1867995Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1075, aten.mul.Tensor 2025-03-21T20:51:57.1868786Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1077, aten.mul.Tensor 2025-03-21T20:51:57.1869658Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1078, aten.mul.Tensor 2025-03-21T20:51:57.1870441Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1080, aten.mul.Tensor 2025-03-21T20:51:57.1871236Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1079, aten.mul.Tensor 2025-03-21T20:51:57.1872025Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1081, aten.mul.Tensor 2025-03-21T20:51:57.1872818Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1082, aten.mul.Tensor 2025-03-21T20:51:57.1873665Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1084, aten.mul.Tensor 2025-03-21T20:51:57.1874459Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1083, aten.mul.Tensor 2025-03-21T20:51:57.1875251Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1085, aten.mul.Tensor 2025-03-21T20:51:57.1876207Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1086, aten.mul.Tensor 2025-03-21T20:51:57.1877010Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1088, aten.mul.Tensor 2025-03-21T20:51:57.1877812Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1087, aten.mul.Tensor 2025-03-21T20:51:57.1878607Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1089, aten.mul.Tensor 2025-03-21T20:51:57.1879444Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1090, aten.mul.Tensor 2025-03-21T20:51:57.1880242Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1092, aten.mul.Tensor 2025-03-21T20:51:57.1881061Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1091, aten.mul.Tensor 2025-03-21T20:51:57.1881888Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1093, aten.mul.Tensor 2025-03-21T20:51:57.1882687Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1094, aten.mul.Tensor 2025-03-21T20:51:57.1883482Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1096, aten.mul.Tensor 2025-03-21T20:51:57.1884276Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1095, aten.mul.Tensor 2025-03-21T20:51:57.1885073Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1097, aten.mul.Tensor 2025-03-21T20:51:57.1885869Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1098, aten.mul.Tensor 2025-03-21T20:51:57.1886652Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1100, aten.mul.Tensor 2025-03-21T20:51:57.1887443Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1099, aten.mul.Tensor 2025-03-21T20:51:57.1888243Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1101, aten.mul.Tensor 2025-03-21T20:51:57.1889035Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1102, aten.mul.Tensor 2025-03-21T20:51:57.1889827Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1104, aten.mul.Tensor 2025-03-21T20:51:57.1890657Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1103, aten.mul.Tensor 2025-03-21T20:51:57.1891450Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1105, aten.mul.Tensor 2025-03-21T20:51:57.1892230Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1106, aten.mul.Tensor 2025-03-21T20:51:57.1893021Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1108, aten.mul.Tensor 2025-03-21T20:51:57.1893810Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1107, aten.mul.Tensor 2025-03-21T20:51:57.1894603Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1109, aten.mul.Tensor 2025-03-21T20:51:57.1895400Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1110, aten.mul.Tensor 2025-03-21T20:51:57.1896191Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1112, aten.mul.Tensor 2025-03-21T20:51:57.1897030Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1111, aten.mul.Tensor 2025-03-21T20:51:57.1897911Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1113, aten.mul.Tensor 2025-03-21T20:51:57.1898708Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1114, aten.mul.Tensor 2025-03-21T20:51:57.1899552Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1116, aten.mul.Tensor 2025-03-21T20:51:57.1900342Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1115, aten.mul.Tensor 2025-03-21T20:51:57.1901138Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1117, aten.mul.Tensor 2025-03-21T20:51:57.1901919Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_240, aten.sub.Tensor 2025-03-21T20:51:57.1902709Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_380, aten.add.Tensor 2025-03-21T20:51:57.1903496Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_241, aten.sub.Tensor 2025-03-21T20:51:57.1904279Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_381, aten.add.Tensor 2025-03-21T20:51:57.1905089Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_242, aten.sub.Tensor 2025-03-21T20:51:57.1905878Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_382, aten.add.Tensor 2025-03-21T20:51:57.1906663Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_243, aten.sub.Tensor 2025-03-21T20:51:57.1907434Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_383, aten.add.Tensor 2025-03-21T20:51:57.1908245Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_244, aten.sub.Tensor 2025-03-21T20:51:57.1909029Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_384, aten.add.Tensor 2025-03-21T20:51:57.1909909Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_245, aten.sub.Tensor 2025-03-21T20:51:57.1910696Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_385, aten.add.Tensor 2025-03-21T20:51:57.1911484Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_246, aten.sub.Tensor 2025-03-21T20:51:57.1912261Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_386, aten.add.Tensor 2025-03-21T20:51:57.1913052Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_247, aten.sub.Tensor 2025-03-21T20:51:57.1913842Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_387, aten.add.Tensor 2025-03-21T20:51:57.6428651Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_248, aten.sub.Tensor 2025-03-21T20:51:57.6429747Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_388, aten.add.Tensor 2025-03-21T20:51:57.6430674Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_249, aten.sub.Tensor 2025-03-21T20:51:57.6431467Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_389, aten.add.Tensor 2025-03-21T20:51:57.6432253Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_250, aten.sub.Tensor 2025-03-21T20:51:57.6433046Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_390, aten.add.Tensor 2025-03-21T20:51:57.6433838Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_251, aten.sub.Tensor 2025-03-21T20:51:57.6434612Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_391, aten.add.Tensor 2025-03-21T20:51:57.6435411Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_252, aten.sub.Tensor 2025-03-21T20:51:57.6436246Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_703, aten._to_copy.default 2025-03-21T20:51:57.6437082Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_392, aten.add.Tensor 2025-03-21T20:51:57.6437915Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_704, aten._to_copy.default 2025-03-21T20:51:57.6438747Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_253, aten.sub.Tensor 2025-03-21T20:51:57.6439582Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_705, aten._to_copy.default 2025-03-21T20:51:57.6440460Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_393, aten.add.Tensor 2025-03-21T20:51:57.6441289Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_706, aten._to_copy.default 2025-03-21T20:51:57.6442128Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_254, aten.sub.Tensor 2025-03-21T20:51:57.6442963Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_707, aten._to_copy.default 2025-03-21T20:51:57.6443802Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_394, aten.add.Tensor 2025-03-21T20:51:57.6444634Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_708, aten._to_copy.default 2025-03-21T20:51:57.6445503Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_255, aten.sub.Tensor 2025-03-21T20:51:57.6446335Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_709, aten._to_copy.default 2025-03-21T20:51:57.6447171Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_395, aten.add.Tensor 2025-03-21T20:51:57.6448001Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_710, aten._to_copy.default 2025-03-21T20:51:57.6448888Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_256, aten.sub.Tensor 2025-03-21T20:51:57.6449721Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_711, aten._to_copy.default 2025-03-21T20:51:57.6450554Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_396, aten.add.Tensor 2025-03-21T20:51:57.6451376Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_712, aten._to_copy.default 2025-03-21T20:51:57.6452213Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_257, aten.sub.Tensor 2025-03-21T20:51:57.6453047Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_713, aten._to_copy.default 2025-03-21T20:51:57.6453878Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_397, aten.add.Tensor 2025-03-21T20:51:57.6454715Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_714, aten._to_copy.default 2025-03-21T20:51:57.6455553Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_258, aten.sub.Tensor 2025-03-21T20:51:57.6456376Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_715, aten._to_copy.default 2025-03-21T20:51:57.6457264Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_398, aten.add.Tensor 2025-03-21T20:51:57.6458096Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_716, aten._to_copy.default 2025-03-21T20:51:57.6458929Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_259, aten.sub.Tensor 2025-03-21T20:51:57.6459764Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_717, aten._to_copy.default 2025-03-21T20:51:57.6460604Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_399, aten.add.Tensor 2025-03-21T20:51:57.6461460Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_718, aten._to_copy.default 2025-03-21T20:51:57.6462285Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_260, aten.sub.Tensor 2025-03-21T20:51:57.6463143Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_719, aten._to_copy.default 2025-03-21T20:51:57.6463969Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_400, aten.add.Tensor 2025-03-21T20:51:57.6464803Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_720, aten._to_copy.default 2025-03-21T20:51:57.6465641Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_261, aten.sub.Tensor 2025-03-21T20:51:57.6466511Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_721, aten._to_copy.default 2025-03-21T20:51:57.6467346Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_401, aten.add.Tensor 2025-03-21T20:51:57.6468181Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_722, aten._to_copy.default 2025-03-21T20:51:57.6469004Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_262, aten.sub.Tensor 2025-03-21T20:51:57.6469923Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_723, aten._to_copy.default 2025-03-21T20:51:57.6470768Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_402, aten.add.Tensor 2025-03-21T20:51:57.6471607Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_724, aten._to_copy.default 2025-03-21T20:51:57.6472479Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_263, aten.sub.Tensor 2025-03-21T20:51:57.6473321Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_725, aten._to_copy.default 2025-03-21T20:51:57.6474156Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_403, aten.add.Tensor 2025-03-21T20:51:57.6475006Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_726, aten._to_copy.default 2025-03-21T20:51:57.6475850Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_490, aten.cat.default 2025-03-21T20:51:57.6476860Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_491, aten.cat.default 2025-03-21T20:51:57.6477671Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_492, aten.cat.default 2025-03-21T20:51:57.6478474Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_493, aten.cat.default 2025-03-21T20:51:57.6479273Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_494, aten.cat.default 2025-03-21T20:51:57.6480064Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_495, aten.cat.default 2025-03-21T20:51:57.6480869Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_496, aten.cat.default 2025-03-21T20:51:57.6481679Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_497, aten.cat.default 2025-03-21T20:51:57.6482481Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_498, aten.cat.default 2025-03-21T20:51:57.6483278Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_499, aten.cat.default 2025-03-21T20:51:57.6484141Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_500, aten.cat.default 2025-03-21T20:51:57.6484930Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_501, aten.cat.default 2025-03-21T20:51:57.6485733Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_502, aten.cat.default 2025-03-21T20:51:57.6486580Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_727, aten._to_copy.default 2025-03-21T20:51:57.6487420Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_503, aten.cat.default 2025-03-21T20:51:57.6488265Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_728, aten._to_copy.default 2025-03-21T20:51:57.6489108Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_504, aten.cat.default 2025-03-21T20:51:57.6489949Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_729, aten._to_copy.default 2025-03-21T20:51:57.6490775Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_505, aten.cat.default 2025-03-21T20:51:57.6491618Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_730, aten._to_copy.default 2025-03-21T20:51:57.6492519Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_506, aten.cat.default 2025-03-21T20:51:57.6493405Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_731, aten._to_copy.default 2025-03-21T20:51:57.6494246Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_507, aten.cat.default 2025-03-21T20:51:57.6495087Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_732, aten._to_copy.default 2025-03-21T20:51:57.6495926Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_508, aten.cat.default 2025-03-21T20:51:58.1294340Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_733, aten._to_copy.default 2025-03-21T20:51:58.1295229Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_509, aten.cat.default 2025-03-21T20:51:58.1296711Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_734, aten._to_copy.default 2025-03-21T20:51:58.1297580Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_510, aten.cat.default 2025-03-21T20:51:58.1298414Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_735, aten._to_copy.default 2025-03-21T20:51:58.1299319Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_511, aten.cat.default 2025-03-21T20:51:58.1300162Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_736, aten._to_copy.default 2025-03-21T20:51:58.1301004Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_512, aten.cat.default 2025-03-21T20:51:58.1301813Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_513, aten.cat.default 2025-03-21T20:51:58.1302654Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_737, aten._to_copy.default 2025-03-21T20:51:58.1303562Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_567, aten.permute_copy.default 2025-03-21T20:51:58.1304460Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_738, aten._to_copy.default 2025-03-21T20:51:58.1305366Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_568, aten.permute_copy.default 2025-03-21T20:51:58.1306276Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_739, aten._to_copy.default 2025-03-21T20:51:58.1307182Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_569, aten.permute_copy.default 2025-03-21T20:51:58.1308135Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_740, aten._to_copy.default 2025-03-21T20:51:58.1309105Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_570, aten.permute_copy.default 2025-03-21T20:51:58.1310017Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_741, aten._to_copy.default 2025-03-21T20:51:58.1310911Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_571, aten.permute_copy.default 2025-03-21T20:51:58.1311815Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_742, aten._to_copy.default 2025-03-21T20:51:58.1312747Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_572, aten.permute_copy.default 2025-03-21T20:51:58.1313648Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_743, aten._to_copy.default 2025-03-21T20:51:58.1314551Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_573, aten.permute_copy.default 2025-03-21T20:51:58.1315457Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_744, aten._to_copy.default 2025-03-21T20:51:58.1316368Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_574, aten.permute_copy.default 2025-03-21T20:51:58.1317260Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_745, aten._to_copy.default 2025-03-21T20:51:58.1318225Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_575, aten.permute_copy.default 2025-03-21T20:51:58.1319132Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_746, aten._to_copy.default 2025-03-21T20:51:58.1320036Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_576, aten.permute_copy.default 2025-03-21T20:51:58.1320937Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_747, aten._to_copy.default 2025-03-21T20:51:58.1321846Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_577, aten.permute_copy.default 2025-03-21T20:51:58.1322783Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_578, aten.permute_copy.default 2025-03-21T20:51:58.1323704Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_748, aten._to_copy.default 2025-03-21T20:51:58.1324546Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_514, aten.cat.default 2025-03-21T20:51:58.1325350Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_516, aten.cat.default 2025-03-21T20:51:58.1326180Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_518, aten.cat.default 2025-03-21T20:51:58.1326979Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_520, aten.cat.default 2025-03-21T20:51:58.1327778Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_522, aten.cat.default 2025-03-21T20:51:58.1328576Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_524, aten.cat.default 2025-03-21T20:51:58.1329360Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_526, aten.cat.default 2025-03-21T20:51:58.1330163Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_528, aten.cat.default 2025-03-21T20:51:58.1330965Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_530, aten.cat.default 2025-03-21T20:51:58.1331763Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_532, aten.cat.default 2025-03-21T20:51:58.1332561Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_534, aten.cat.default 2025-03-21T20:51:58.1333359Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_536, aten.cat.default 2025-03-21T20:51:58.1334170Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_240, aten.matmul.default 2025-03-21T20:51:58.1343020Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_242, aten.matmul.default 2025-03-21T20:51:58.1344153Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_244, aten.matmul.default 2025-03-21T20:51:58.1345068Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_246, aten.matmul.default 2025-03-21T20:51:58.1345930Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_248, aten.matmul.default 2025-03-21T20:51:58.1346782Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_250, aten.matmul.default 2025-03-21T20:51:58.1347631Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_252, aten.matmul.default 2025-03-21T20:51:58.1348459Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_254, aten.matmul.default 2025-03-21T20:51:58.1349401Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_256, aten.matmul.default 2025-03-21T20:51:58.1350253Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_258, aten.matmul.default 2025-03-21T20:51:58.1351107Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_260, aten.matmul.default 2025-03-21T20:51:58.1352011Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_262, aten.matmul.default 2025-03-21T20:51:58.1352833Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_120, aten.div.Tensor 2025-03-21T20:51:58.1353609Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_121, aten.div.Tensor 2025-03-21T20:51:58.1354397Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_122, aten.div.Tensor 2025-03-21T20:51:58.1355178Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_123, aten.div.Tensor 2025-03-21T20:51:58.1355964Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_124, aten.div.Tensor 2025-03-21T20:51:58.1356743Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_125, aten.div.Tensor 2025-03-21T20:51:58.1357557Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_126, aten.div.Tensor 2025-03-21T20:51:58.1358328Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_127, aten.div.Tensor 2025-03-21T20:51:58.1359108Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_128, aten.div.Tensor 2025-03-21T20:51:58.1359894Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_129, aten.div.Tensor 2025-03-21T20:51:58.1360711Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_130, aten.div.Tensor 2025-03-21T20:51:58.1361491Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_131, aten.div.Tensor 2025-03-21T20:51:58.1362274Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_404, aten.add.Tensor 2025-03-21T20:51:58.1363045Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_405, aten.add.Tensor 2025-03-21T20:51:58.1363825Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_406, aten.add.Tensor 2025-03-21T20:51:58.1364607Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_407, aten.add.Tensor 2025-03-21T20:51:58.1365388Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_408, aten.add.Tensor 2025-03-21T20:51:58.1366165Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_409, aten.add.Tensor 2025-03-21T20:51:58.1366945Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_410, aten.add.Tensor 2025-03-21T20:51:58.1367727Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_411, aten.add.Tensor 2025-03-21T20:51:58.1368499Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_412, aten.add.Tensor 2025-03-21T20:51:58.1369307Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_413, aten.add.Tensor 2025-03-21T20:51:58.7030241Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_414, aten.add.Tensor 2025-03-21T20:51:58.7031722Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_415, aten.add.Tensor 2025-03-21T20:51:58.7033241Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_120, aten._softmax.default 2025-03-21T20:51:58.7034826Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_121, aten._softmax.default 2025-03-21T20:51:58.7036408Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_122, aten._softmax.default 2025-03-21T20:51:58.7037980Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_123, aten._softmax.default 2025-03-21T20:51:58.7039563Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_124, aten._softmax.default 2025-03-21T20:51:58.7041124Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_125, aten._softmax.default 2025-03-21T20:51:58.7042696Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_126, aten._softmax.default 2025-03-21T20:51:58.7044537Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_127, aten._softmax.default 2025-03-21T20:51:58.7046117Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_128, aten._softmax.default 2025-03-21T20:51:58.7047698Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_129, aten._softmax.default 2025-03-21T20:51:58.7049270Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_130, aten._softmax.default 2025-03-21T20:51:58.7050844Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_131, aten._softmax.default 2025-03-21T20:51:58.7052381Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_241, aten.matmul.default 2025-03-21T20:51:58.7053901Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_243, aten.matmul.default 2025-03-21T20:51:58.7055481Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_245, aten.matmul.default 2025-03-21T20:51:58.7057003Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_247, aten.matmul.default 2025-03-21T20:51:58.7058519Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_249, aten.matmul.default 2025-03-21T20:51:58.7060112Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_251, aten.matmul.default 2025-03-21T20:51:58.7061613Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_253, aten.matmul.default 2025-03-21T20:51:58.7063134Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_255, aten.matmul.default 2025-03-21T20:51:58.7064669Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_257, aten.matmul.default 2025-03-21T20:51:58.7066197Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_259, aten.matmul.default 2025-03-21T20:51:58.7067719Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_261, aten.matmul.default 2025-03-21T20:51:58.7069301Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_263, aten.matmul.default 2025-03-21T20:51:58.7070781Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_538, aten.cat.default 2025-03-21T20:51:58.7072300Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1239, aten.view_copy.default 2025-03-21T20:51:58.7073971Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1579, aten.permute_copy.default 2025-03-21T20:51:58.7075735Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_436, aten.convolution.default 2025-03-21T20:51:58.7077587Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1580, aten.permute_copy.default 2025-03-21T20:51:58.7079252Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1240, aten.view_copy.default 2025-03-21T20:51:58.7080759Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_416, aten.add.Tensor 2025-03-21T20:51:58.7082240Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_rms_norm_default_21, aten.rms_norm.default 2025-03-21T20:51:58.7083819Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1241, aten.view_copy.default 2025-03-21T20:51:58.7085480Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1581, aten.permute_copy.default 2025-03-21T20:51:58.7087263Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_437, aten.convolution.default 2025-03-21T20:51:58.7088937Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_438, aten.convolution.default 2025-03-21T20:51:58.7090582Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sigmoid_default_10, aten.sigmoid.default 2025-03-21T20:51:58.7092066Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1120, aten.mul.Tensor 2025-03-21T20:51:58.7093546Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1121, aten.mul.Tensor 2025-03-21T20:51:58.7095082Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_439, aten.convolution.default 2025-03-21T20:51:58.7096786Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1582, aten.permute_copy.default 2025-03-21T20:51:58.7098442Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1242, aten.view_copy.default 2025-03-21T20:51:58.7099956Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_417, aten.add.Tensor 2025-03-21T20:51:58.7101437Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_rms_norm_default_22, aten.rms_norm.default 2025-03-21T20:51:58.7103074Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1243, aten.view_copy.default 2025-03-21T20:51:58.7104737Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1583, aten.permute_copy.default 2025-03-21T20:51:58.7106361Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_749, aten._to_copy.default 2025-03-21T20:51:58.7108041Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_440, aten.convolution.default 2025-03-21T20:51:58.7109797Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1584, aten.permute_copy.default 2025-03-21T20:51:58.7111495Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_441, aten.convolution.default 2025-03-21T20:51:58.7113184Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1585, aten.permute_copy.default 2025-03-21T20:51:58.7114889Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_442, aten.convolution.default 2025-03-21T20:51:58.7116590Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1586, aten.permute_copy.default 2025-03-21T20:51:58.7118275Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_443, aten.convolution.default 2025-03-21T20:51:58.7119968Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1587, aten.permute_copy.default 2025-03-21T20:51:58.7121670Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_444, aten.convolution.default 2025-03-21T20:51:58.7123418Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1588, aten.permute_copy.default 2025-03-21T20:51:58.7125119Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_445, aten.convolution.default 2025-03-21T20:51:58.7126807Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1589, aten.permute_copy.default 2025-03-21T20:51:58.7128503Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_446, aten.convolution.default 2025-03-21T20:51:58.7130185Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1590, aten.permute_copy.default 2025-03-21T20:51:58.7131894Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_447, aten.convolution.default 2025-03-21T20:51:58.7133593Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1591, aten.permute_copy.default 2025-03-21T20:51:58.7135292Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_448, aten.convolution.default 2025-03-21T20:51:58.7137010Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1592, aten.permute_copy.default 2025-03-21T20:51:58.7138707Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_449, aten.convolution.default 2025-03-21T20:51:58.7140398Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1593, aten.permute_copy.default 2025-03-21T20:51:58.7142072Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_450, aten.convolution.default 2025-03-21T20:51:58.7143771Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1594, aten.permute_copy.default 2025-03-21T20:51:58.7145465Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_451, aten.convolution.default 2025-03-21T20:51:58.7147165Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1595, aten.permute_copy.default 2025-03-21T20:51:58.7148861Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_452, aten.convolution.default 2025-03-21T20:51:59.2360196Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1596, aten.permute_copy.default 2025-03-21T20:51:59.2361929Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_453, aten.convolution.default 2025-03-21T20:51:59.2363594Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1597, aten.permute_copy.default 2025-03-21T20:51:59.2365320Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_454, aten.convolution.default 2025-03-21T20:51:59.2366957Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1598, aten.permute_copy.default 2025-03-21T20:51:59.2368614Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_455, aten.convolution.default 2025-03-21T20:51:59.2370279Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1599, aten.permute_copy.default 2025-03-21T20:51:59.2371919Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_456, aten.convolution.default 2025-03-21T20:51:59.2373577Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1600, aten.permute_copy.default 2025-03-21T20:51:59.2375236Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_457, aten.convolution.default 2025-03-21T20:51:59.2377057Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1601, aten.permute_copy.default 2025-03-21T20:51:59.2378718Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_458, aten.convolution.default 2025-03-21T20:51:59.2380375Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1602, aten.permute_copy.default 2025-03-21T20:51:59.2382100Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_459, aten.convolution.default 2025-03-21T20:51:59.2383751Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1603, aten.permute_copy.default 2025-03-21T20:51:59.2385378Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_460, aten.convolution.default 2025-03-21T20:51:59.2387037Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1604, aten.permute_copy.default 2025-03-21T20:51:59.2388696Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_461, aten.convolution.default 2025-03-21T20:51:59.2390426Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1605, aten.permute_copy.default 2025-03-21T20:51:59.2392088Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_462, aten.convolution.default 2025-03-21T20:51:59.2393751Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1606, aten.permute_copy.default 2025-03-21T20:51:59.2395395Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_463, aten.convolution.default 2025-03-21T20:51:59.2397058Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1607, aten.permute_copy.default 2025-03-21T20:51:59.2398777Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_464, aten.convolution.default 2025-03-21T20:51:59.2400434Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1608, aten.permute_copy.default 2025-03-21T20:51:59.2402102Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_465, aten.convolution.default 2025-03-21T20:51:59.2403763Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1609, aten.permute_copy.default 2025-03-21T20:51:59.2405432Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_466, aten.convolution.default 2025-03-21T20:51:59.2407112Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1610, aten.permute_copy.default 2025-03-21T20:51:59.2408788Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_467, aten.convolution.default 2025-03-21T20:51:59.2410452Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1611, aten.permute_copy.default 2025-03-21T20:51:59.2412116Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_468, aten.convolution.default 2025-03-21T20:51:59.2413828Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1612, aten.permute_copy.default 2025-03-21T20:51:59.2415483Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_469, aten.convolution.default 2025-03-21T20:51:59.2417142Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1613, aten.permute_copy.default 2025-03-21T20:51:59.2418800Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_470, aten.convolution.default 2025-03-21T20:51:59.2420447Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1614, aten.permute_copy.default 2025-03-21T20:51:59.2422103Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_471, aten.convolution.default 2025-03-21T20:51:59.2423761Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1615, aten.permute_copy.default 2025-03-21T20:51:59.2425417Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_472, aten.convolution.default 2025-03-21T20:51:59.2427067Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1616, aten.permute_copy.default 2025-03-21T20:51:59.2428758Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_473, aten.convolution.default 2025-03-21T20:51:59.2430475Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1617, aten.permute_copy.default 2025-03-21T20:51:59.2432093Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_474, aten.convolution.default 2025-03-21T20:51:59.2433750Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1618, aten.permute_copy.default 2025-03-21T20:51:59.2435397Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_475, aten.convolution.default 2025-03-21T20:51:59.2437061Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1619, aten.permute_copy.default 2025-03-21T20:51:59.2438666Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_750, aten._to_copy.default 2025-03-21T20:51:59.2440199Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_751, aten._to_copy.default 2025-03-21T20:51:59.2441732Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_752, aten._to_copy.default 2025-03-21T20:51:59.2443249Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_753, aten._to_copy.default 2025-03-21T20:51:59.2444817Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_754, aten._to_copy.default 2025-03-21T20:51:59.2446342Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_755, aten._to_copy.default 2025-03-21T20:51:59.2447866Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_756, aten._to_copy.default 2025-03-21T20:51:59.2449401Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_757, aten._to_copy.default 2025-03-21T20:51:59.2450929Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_758, aten._to_copy.default 2025-03-21T20:51:59.2452450Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_759, aten._to_copy.default 2025-03-21T20:51:59.2453992Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_760, aten._to_copy.default 2025-03-21T20:51:59.2455558Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_761, aten._to_copy.default 2025-03-21T20:51:59.2457121Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1244, aten.view_copy.default 2025-03-21T20:51:59.2458690Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1245, aten.view_copy.default 2025-03-21T20:51:59.2460300Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1246, aten.view_copy.default 2025-03-21T20:51:59.2461872Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1247, aten.view_copy.default 2025-03-21T20:51:59.2463450Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1248, aten.view_copy.default 2025-03-21T20:51:59.2465028Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1249, aten.view_copy.default 2025-03-21T20:51:59.2466606Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1250, aten.view_copy.default 2025-03-21T20:51:59.2468187Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1251, aten.view_copy.default 2025-03-21T20:51:59.2469809Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1252, aten.view_copy.default 2025-03-21T20:51:59.2471367Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1253, aten.view_copy.default 2025-03-21T20:51:59.2472948Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1254, aten.view_copy.default 2025-03-21T20:51:59.2474561Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1255, aten.view_copy.default 2025-03-21T20:51:59.2476254Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1256, aten.view_copy.default 2025-03-21T20:51:59.5140033Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1257, aten.view_copy.default 2025-03-21T20:51:59.5141353Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1258, aten.view_copy.default 2025-03-21T20:51:59.5142676Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1259, aten.view_copy.default 2025-03-21T20:51:59.5143594Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1260, aten.view_copy.default 2025-03-21T20:51:59.5144477Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1261, aten.view_copy.default 2025-03-21T20:51:59.5145399Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1262, aten.view_copy.default 2025-03-21T20:51:59.5146284Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1263, aten.view_copy.default 2025-03-21T20:51:59.5147175Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1264, aten.view_copy.default 2025-03-21T20:51:59.5148069Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1265, aten.view_copy.default 2025-03-21T20:51:59.5149292Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1266, aten.view_copy.default 2025-03-21T20:51:59.5150193Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1267, aten.view_copy.default 2025-03-21T20:51:59.5151091Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1268, aten.view_copy.default 2025-03-21T20:51:59.5151984Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_762, aten._to_copy.default 2025-03-21T20:51:59.5152859Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1269, aten.view_copy.default 2025-03-21T20:51:59.5153752Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_763, aten._to_copy.default 2025-03-21T20:51:59.5154700Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1270, aten.view_copy.default 2025-03-21T20:51:59.5155590Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_764, aten._to_copy.default 2025-03-21T20:51:59.5156480Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1271, aten.view_copy.default 2025-03-21T20:51:59.5157414Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_765, aten._to_copy.default 2025-03-21T20:51:59.5158289Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1272, aten.view_copy.default 2025-03-21T20:51:59.5159177Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_766, aten._to_copy.default 2025-03-21T20:51:59.5160058Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1273, aten.view_copy.default 2025-03-21T20:51:59.5160946Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_767, aten._to_copy.default 2025-03-21T20:51:59.5161831Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1274, aten.view_copy.default 2025-03-21T20:51:59.5162716Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_768, aten._to_copy.default 2025-03-21T20:51:59.5163596Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1275, aten.view_copy.default 2025-03-21T20:51:59.5164469Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_769, aten._to_copy.default 2025-03-21T20:51:59.5165359Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1276, aten.view_copy.default 2025-03-21T20:51:59.5166302Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_770, aten._to_copy.default 2025-03-21T20:51:59.5167191Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1277, aten.view_copy.default 2025-03-21T20:51:59.5168082Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_771, aten._to_copy.default 2025-03-21T20:51:59.5168967Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1278, aten.view_copy.default 2025-03-21T20:51:59.5169858Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_772, aten._to_copy.default 2025-03-21T20:51:59.5170740Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1279, aten.view_copy.default 2025-03-21T20:51:59.5171632Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_773, aten._to_copy.default 2025-03-21T20:51:59.5172519Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_528, aten.slice_copy.Tensor 2025-03-21T20:51:59.5173413Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_529, aten.slice_copy.Tensor 2025-03-21T20:51:59.5174308Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_530, aten.slice_copy.Tensor 2025-03-21T20:51:59.5175229Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_531, aten.slice_copy.Tensor 2025-03-21T20:51:59.5176341Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_532, aten.slice_copy.Tensor 2025-03-21T20:51:59.5177236Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_533, aten.slice_copy.Tensor 2025-03-21T20:51:59.5178132Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_534, aten.slice_copy.Tensor 2025-03-21T20:51:59.5179145Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_535, aten.slice_copy.Tensor 2025-03-21T20:51:59.5180040Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_536, aten.slice_copy.Tensor 2025-03-21T20:51:59.5181000Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_537, aten.slice_copy.Tensor 2025-03-21T20:51:59.5181892Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_538, aten.slice_copy.Tensor 2025-03-21T20:51:59.5182773Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_539, aten.slice_copy.Tensor 2025-03-21T20:51:59.5183663Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_540, aten.slice_copy.Tensor 2025-03-21T20:51:59.5184598Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_541, aten.slice_copy.Tensor 2025-03-21T20:51:59.5185489Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_542, aten.slice_copy.Tensor 2025-03-21T20:51:59.5186380Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_543, aten.slice_copy.Tensor 2025-03-21T20:51:59.5187271Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_544, aten.slice_copy.Tensor 2025-03-21T20:51:59.5188160Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_545, aten.slice_copy.Tensor 2025-03-21T20:51:59.5189118Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_546, aten.slice_copy.Tensor 2025-03-21T20:51:59.5190011Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_547, aten.slice_copy.Tensor 2025-03-21T20:51:59.5190907Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_548, aten.slice_copy.Tensor 2025-03-21T20:51:59.5191803Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_549, aten.slice_copy.Tensor 2025-03-21T20:51:59.5192744Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_550, aten.slice_copy.Tensor 2025-03-21T20:51:59.5193643Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_551, aten.slice_copy.Tensor 2025-03-21T20:51:59.5194535Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_552, aten.slice_copy.Tensor 2025-03-21T20:51:59.5195414Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_553, aten.slice_copy.Tensor 2025-03-21T20:51:59.5196313Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_554, aten.slice_copy.Tensor 2025-03-21T20:51:59.5197214Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_555, aten.slice_copy.Tensor 2025-03-21T20:51:59.5198112Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_556, aten.slice_copy.Tensor 2025-03-21T20:51:59.5199006Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_557, aten.slice_copy.Tensor 2025-03-21T20:51:59.5199902Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_558, aten.slice_copy.Tensor 2025-03-21T20:51:59.5200790Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_559, aten.slice_copy.Tensor 2025-03-21T20:51:59.5201670Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_560, aten.slice_copy.Tensor 2025-03-21T20:51:59.5202599Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_561, aten.slice_copy.Tensor 2025-03-21T20:51:59.5203488Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_562, aten.slice_copy.Tensor 2025-03-21T20:51:59.5204382Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_563, aten.slice_copy.Tensor 2025-03-21T20:51:59.5205281Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_564, aten.slice_copy.Tensor 2025-03-21T20:51:59.5206181Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_565, aten.slice_copy.Tensor 2025-03-21T20:51:59.5207072Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_566, aten.slice_copy.Tensor 2025-03-21T20:51:59.9629401Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_567, aten.slice_copy.Tensor 2025-03-21T20:51:59.9630506Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_568, aten.slice_copy.Tensor 2025-03-21T20:51:59.9631402Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_569, aten.slice_copy.Tensor 2025-03-21T20:51:59.9632366Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_570, aten.slice_copy.Tensor 2025-03-21T20:51:59.9633255Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_571, aten.slice_copy.Tensor 2025-03-21T20:51:59.9634163Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_572, aten.slice_copy.Tensor 2025-03-21T20:51:59.9635041Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_573, aten.slice_copy.Tensor 2025-03-21T20:51:59.9635938Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_574, aten.slice_copy.Tensor 2025-03-21T20:51:59.9636829Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_575, aten.slice_copy.Tensor 2025-03-21T20:51:59.9637676Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_564, aten.cat.default 2025-03-21T20:51:59.9638485Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_566, aten.cat.default 2025-03-21T20:51:59.9639287Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_568, aten.cat.default 2025-03-21T20:51:59.9640072Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_570, aten.cat.default 2025-03-21T20:51:59.9641020Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_572, aten.cat.default 2025-03-21T20:51:59.9641821Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_574, aten.cat.default 2025-03-21T20:51:59.9642625Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_576, aten.cat.default 2025-03-21T20:51:59.9643435Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_578, aten.cat.default 2025-03-21T20:51:59.9644240Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_580, aten.cat.default 2025-03-21T20:51:59.9645048Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_582, aten.cat.default 2025-03-21T20:51:59.9645838Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_584, aten.cat.default 2025-03-21T20:51:59.9646636Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_586, aten.cat.default 2025-03-21T20:51:59.9647432Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1124, aten.mul.Tensor 2025-03-21T20:51:59.9648223Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1126, aten.mul.Tensor 2025-03-21T20:51:59.9649013Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1125, aten.mul.Tensor 2025-03-21T20:51:59.9649800Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1127, aten.mul.Tensor 2025-03-21T20:51:59.9650631Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1128, aten.mul.Tensor 2025-03-21T20:51:59.9651446Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1130, aten.mul.Tensor 2025-03-21T20:51:59.9652240Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1129, aten.mul.Tensor 2025-03-21T20:51:59.9653024Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1131, aten.mul.Tensor 2025-03-21T20:51:59.9653814Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1132, aten.mul.Tensor 2025-03-21T20:51:59.9654603Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1134, aten.mul.Tensor 2025-03-21T20:51:59.9655427Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1133, aten.mul.Tensor 2025-03-21T20:51:59.9656201Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1135, aten.mul.Tensor 2025-03-21T20:51:59.9656989Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1136, aten.mul.Tensor 2025-03-21T20:51:59.9657775Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1138, aten.mul.Tensor 2025-03-21T20:51:59.9658600Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1137, aten.mul.Tensor 2025-03-21T20:51:59.9659387Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1139, aten.mul.Tensor 2025-03-21T20:51:59.9660175Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1140, aten.mul.Tensor 2025-03-21T20:51:59.9660962Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1142, aten.mul.Tensor 2025-03-21T20:51:59.9661738Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1141, aten.mul.Tensor 2025-03-21T20:51:59.9662525Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1143, aten.mul.Tensor 2025-03-21T20:51:59.9663311Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1144, aten.mul.Tensor 2025-03-21T20:51:59.9664097Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1146, aten.mul.Tensor 2025-03-21T20:51:59.9664886Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1145, aten.mul.Tensor 2025-03-21T20:51:59.9665674Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1147, aten.mul.Tensor 2025-03-21T20:51:59.9666454Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1148, aten.mul.Tensor 2025-03-21T20:51:59.9667267Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1150, aten.mul.Tensor 2025-03-21T20:51:59.9668059Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1149, aten.mul.Tensor 2025-03-21T20:51:59.9668843Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1151, aten.mul.Tensor 2025-03-21T20:51:59.9669707Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1152, aten.mul.Tensor 2025-03-21T20:51:59.9670499Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1154, aten.mul.Tensor 2025-03-21T20:51:59.9671279Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1153, aten.mul.Tensor 2025-03-21T20:51:59.9672070Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1155, aten.mul.Tensor 2025-03-21T20:51:59.9672860Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1156, aten.mul.Tensor 2025-03-21T20:51:59.9673649Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1158, aten.mul.Tensor 2025-03-21T20:51:59.9674438Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1157, aten.mul.Tensor 2025-03-21T20:51:59.9675228Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1159, aten.mul.Tensor 2025-03-21T20:51:59.9676236Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1160, aten.mul.Tensor 2025-03-21T20:51:59.9677022Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1162, aten.mul.Tensor 2025-03-21T20:51:59.9677816Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1161, aten.mul.Tensor 2025-03-21T20:51:59.9678717Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1163, aten.mul.Tensor 2025-03-21T20:51:59.9679617Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1164, aten.mul.Tensor 2025-03-21T20:51:59.9680463Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1166, aten.mul.Tensor 2025-03-21T20:51:59.9681252Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1165, aten.mul.Tensor 2025-03-21T20:51:59.9682104Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1167, aten.mul.Tensor 2025-03-21T20:51:59.9682899Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1168, aten.mul.Tensor 2025-03-21T20:51:59.9683692Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1170, aten.mul.Tensor 2025-03-21T20:51:59.9684529Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1169, aten.mul.Tensor 2025-03-21T20:51:59.9685314Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1171, aten.mul.Tensor 2025-03-21T20:51:59.9686107Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1172, aten.mul.Tensor 2025-03-21T20:51:59.9686885Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1174, aten.mul.Tensor 2025-03-21T20:51:59.9687670Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1173, aten.mul.Tensor 2025-03-21T20:51:59.9688468Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1175, aten.mul.Tensor 2025-03-21T20:51:59.9689434Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1176, aten.mul.Tensor 2025-03-21T20:51:59.9690220Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1178, aten.mul.Tensor 2025-03-21T20:51:59.9691011Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1177, aten.mul.Tensor 2025-03-21T20:51:59.9691798Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1179, aten.mul.Tensor 2025-03-21T20:51:59.9692573Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1180, aten.mul.Tensor 2025-03-21T20:51:59.9693407Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1182, aten.mul.Tensor 2025-03-21T20:51:59.9694196Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1181, aten.mul.Tensor 2025-03-21T20:51:59.9694987Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1183, aten.mul.Tensor 2025-03-21T20:51:59.9695786Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1184, aten.mul.Tensor 2025-03-21T20:51:59.9696580Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1186, aten.mul.Tensor 2025-03-21T20:52:00.4087549Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1185, aten.mul.Tensor 2025-03-21T20:52:00.4088403Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1187, aten.mul.Tensor 2025-03-21T20:52:00.4089202Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1188, aten.mul.Tensor 2025-03-21T20:52:00.4090008Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1190, aten.mul.Tensor 2025-03-21T20:52:00.4090803Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1189, aten.mul.Tensor 2025-03-21T20:52:00.4091600Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1191, aten.mul.Tensor 2025-03-21T20:52:00.4092389Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1192, aten.mul.Tensor 2025-03-21T20:52:00.4093399Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1194, aten.mul.Tensor 2025-03-21T20:52:00.4094192Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1193, aten.mul.Tensor 2025-03-21T20:52:00.4094988Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1195, aten.mul.Tensor 2025-03-21T20:52:00.4095780Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1196, aten.mul.Tensor 2025-03-21T20:52:00.4096574Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1198, aten.mul.Tensor 2025-03-21T20:52:00.4097359Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1197, aten.mul.Tensor 2025-03-21T20:52:00.4098206Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1199, aten.mul.Tensor 2025-03-21T20:52:00.4099078Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1200, aten.mul.Tensor 2025-03-21T20:52:00.4099872Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1202, aten.mul.Tensor 2025-03-21T20:52:00.4100761Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1201, aten.mul.Tensor 2025-03-21T20:52:00.4101695Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1203, aten.mul.Tensor 2025-03-21T20:52:00.4102545Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1204, aten.mul.Tensor 2025-03-21T20:52:00.4103394Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1206, aten.mul.Tensor 2025-03-21T20:52:00.4104227Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1205, aten.mul.Tensor 2025-03-21T20:52:00.4105076Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1207, aten.mul.Tensor 2025-03-21T20:52:00.4105930Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1208, aten.mul.Tensor 2025-03-21T20:52:00.4106782Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1210, aten.mul.Tensor 2025-03-21T20:52:00.4107649Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1209, aten.mul.Tensor 2025-03-21T20:52:00.4108525Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1211, aten.mul.Tensor 2025-03-21T20:52:00.4109435Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1212, aten.mul.Tensor 2025-03-21T20:52:00.4110292Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1214, aten.mul.Tensor 2025-03-21T20:52:00.4111175Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1213, aten.mul.Tensor 2025-03-21T20:52:00.4112027Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1215, aten.mul.Tensor 2025-03-21T20:52:00.4112877Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1216, aten.mul.Tensor 2025-03-21T20:52:00.4113732Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1218, aten.mul.Tensor 2025-03-21T20:52:00.4114568Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1217, aten.mul.Tensor 2025-03-21T20:52:00.4115426Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1219, aten.mul.Tensor 2025-03-21T20:52:00.4116279Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_264, aten.sub.Tensor 2025-03-21T20:52:00.4117114Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_418, aten.add.Tensor 2025-03-21T20:52:00.4117938Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_265, aten.sub.Tensor 2025-03-21T20:52:00.4118721Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_419, aten.add.Tensor 2025-03-21T20:52:00.4119568Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_266, aten.sub.Tensor 2025-03-21T20:52:00.4120394Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_420, aten.add.Tensor 2025-03-21T20:52:00.4121167Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_267, aten.sub.Tensor 2025-03-21T20:52:00.4121952Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_421, aten.add.Tensor 2025-03-21T20:52:00.4122734Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_268, aten.sub.Tensor 2025-03-21T20:52:00.4123579Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_422, aten.add.Tensor 2025-03-21T20:52:00.4124362Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_269, aten.sub.Tensor 2025-03-21T20:52:00.4125139Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_423, aten.add.Tensor 2025-03-21T20:52:00.4125943Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_270, aten.sub.Tensor 2025-03-21T20:52:00.4126728Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_424, aten.add.Tensor 2025-03-21T20:52:00.4127508Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_271, aten.sub.Tensor 2025-03-21T20:52:00.4128321Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_425, aten.add.Tensor 2025-03-21T20:52:00.4129103Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_272, aten.sub.Tensor 2025-03-21T20:52:00.4129883Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_426, aten.add.Tensor 2025-03-21T20:52:00.4130666Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_273, aten.sub.Tensor 2025-03-21T20:52:00.4131434Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_427, aten.add.Tensor 2025-03-21T20:52:00.4132218Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_274, aten.sub.Tensor 2025-03-21T20:52:00.4133004Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_428, aten.add.Tensor 2025-03-21T20:52:00.4133787Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_275, aten.sub.Tensor 2025-03-21T20:52:00.4134567Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_429, aten.add.Tensor 2025-03-21T20:52:00.4135349Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_276, aten.sub.Tensor 2025-03-21T20:52:00.4136168Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_774, aten._to_copy.default 2025-03-21T20:52:00.4137025Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_430, aten.add.Tensor 2025-03-21T20:52:00.4137862Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_775, aten._to_copy.default 2025-03-21T20:52:00.4138694Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_277, aten.sub.Tensor 2025-03-21T20:52:00.4139524Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_776, aten._to_copy.default 2025-03-21T20:52:00.4140352Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_431, aten.add.Tensor 2025-03-21T20:52:00.4141166Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_777, aten._to_copy.default 2025-03-21T20:52:00.4141995Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_278, aten.sub.Tensor 2025-03-21T20:52:00.4142824Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_778, aten._to_copy.default 2025-03-21T20:52:00.4143656Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_432, aten.add.Tensor 2025-03-21T20:52:00.4144487Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_779, aten._to_copy.default 2025-03-21T20:52:00.4145317Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_279, aten.sub.Tensor 2025-03-21T20:52:00.4146174Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_780, aten._to_copy.default 2025-03-21T20:52:00.4146988Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_433, aten.add.Tensor 2025-03-21T20:52:00.4147821Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_781, aten._to_copy.default 2025-03-21T20:52:00.4148647Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_280, aten.sub.Tensor 2025-03-21T20:52:00.4149545Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_782, aten._to_copy.default 2025-03-21T20:52:00.4150377Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_434, aten.add.Tensor 2025-03-21T20:52:00.4151270Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_783, aten._to_copy.default 2025-03-21T20:52:00.4152124Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_281, aten.sub.Tensor 2025-03-21T20:52:00.4152957Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_784, aten._to_copy.default 2025-03-21T20:52:00.4153789Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_435, aten.add.Tensor 2025-03-21T20:52:00.4154652Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_785, aten._to_copy.default 2025-03-21T20:52:00.4155482Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_282, aten.sub.Tensor 2025-03-21T20:52:00.8201895Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_786, aten._to_copy.default 2025-03-21T20:52:00.8203015Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_436, aten.add.Tensor 2025-03-21T20:52:00.8203861Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_787, aten._to_copy.default 2025-03-21T20:52:00.8204702Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_283, aten.sub.Tensor 2025-03-21T20:52:00.8205533Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_788, aten._to_copy.default 2025-03-21T20:52:00.8206368Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_437, aten.add.Tensor 2025-03-21T20:52:00.8207213Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_789, aten._to_copy.default 2025-03-21T20:52:00.8208048Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_284, aten.sub.Tensor 2025-03-21T20:52:00.8209103Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_790, aten._to_copy.default 2025-03-21T20:52:00.8209936Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_438, aten.add.Tensor 2025-03-21T20:52:00.8210781Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_791, aten._to_copy.default 2025-03-21T20:52:00.8211599Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_285, aten.sub.Tensor 2025-03-21T20:52:00.8212442Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_792, aten._to_copy.default 2025-03-21T20:52:00.8213268Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_439, aten.add.Tensor 2025-03-21T20:52:00.8214105Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_793, aten._to_copy.default 2025-03-21T20:52:00.8214934Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_286, aten.sub.Tensor 2025-03-21T20:52:00.8215766Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_794, aten._to_copy.default 2025-03-21T20:52:00.8216581Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_440, aten.add.Tensor 2025-03-21T20:52:00.8217414Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_795, aten._to_copy.default 2025-03-21T20:52:00.8218243Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_287, aten.sub.Tensor 2025-03-21T20:52:00.8219140Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_796, aten._to_copy.default 2025-03-21T20:52:00.8219972Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_441, aten.add.Tensor 2025-03-21T20:52:00.8220816Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_797, aten._to_copy.default 2025-03-21T20:52:00.8221658Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_539, aten.cat.default 2025-03-21T20:52:00.8222454Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_540, aten.cat.default 2025-03-21T20:52:00.8223261Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_541, aten.cat.default 2025-03-21T20:52:00.8224112Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_542, aten.cat.default 2025-03-21T20:52:00.8224919Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_543, aten.cat.default 2025-03-21T20:52:00.8225718Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_544, aten.cat.default 2025-03-21T20:52:00.8226516Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_545, aten.cat.default 2025-03-21T20:52:00.8227358Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_546, aten.cat.default 2025-03-21T20:52:00.8228154Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_547, aten.cat.default 2025-03-21T20:52:00.8229030Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_548, aten.cat.default 2025-03-21T20:52:00.8229834Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_549, aten.cat.default 2025-03-21T20:52:00.8230635Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_550, aten.cat.default 2025-03-21T20:52:00.8231430Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_551, aten.cat.default 2025-03-21T20:52:00.8232268Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_798, aten._to_copy.default 2025-03-21T20:52:00.8233093Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_552, aten.cat.default 2025-03-21T20:52:00.8233935Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_799, aten._to_copy.default 2025-03-21T20:52:00.8234773Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_553, aten.cat.default 2025-03-21T20:52:00.8235647Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_800, aten._to_copy.default 2025-03-21T20:52:00.8236486Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_554, aten.cat.default 2025-03-21T20:52:00.8237328Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_801, aten._to_copy.default 2025-03-21T20:52:00.8238153Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_555, aten.cat.default 2025-03-21T20:52:00.8238995Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_802, aten._to_copy.default 2025-03-21T20:52:00.8239834Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_556, aten.cat.default 2025-03-21T20:52:00.8240682Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_803, aten._to_copy.default 2025-03-21T20:52:00.8241519Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_557, aten.cat.default 2025-03-21T20:52:00.8242356Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_804, aten._to_copy.default 2025-03-21T20:52:00.8243189Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_558, aten.cat.default 2025-03-21T20:52:00.8244017Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_805, aten._to_copy.default 2025-03-21T20:52:00.8244886Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_559, aten.cat.default 2025-03-21T20:52:00.8245725Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_806, aten._to_copy.default 2025-03-21T20:52:00.8246565Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_560, aten.cat.default 2025-03-21T20:52:00.8247406Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_807, aten._to_copy.default 2025-03-21T20:52:00.8248242Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_561, aten.cat.default 2025-03-21T20:52:00.8249077Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_808, aten._to_copy.default 2025-03-21T20:52:00.8249916Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_562, aten.cat.default 2025-03-21T20:52:00.8250784Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_809, aten._to_copy.default 2025-03-21T20:52:00.8251706Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_620, aten.permute_copy.default 2025-03-21T20:52:00.8252620Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_810, aten._to_copy.default 2025-03-21T20:52:00.8253556Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_621, aten.permute_copy.default 2025-03-21T20:52:00.8254466Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_811, aten._to_copy.default 2025-03-21T20:52:00.8255364Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_622, aten.permute_copy.default 2025-03-21T20:52:00.8256270Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_812, aten._to_copy.default 2025-03-21T20:52:00.8257176Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_623, aten.permute_copy.default 2025-03-21T20:52:00.8258089Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_813, aten._to_copy.default 2025-03-21T20:52:00.8258994Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_624, aten.permute_copy.default 2025-03-21T20:52:00.8259902Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_814, aten._to_copy.default 2025-03-21T20:52:00.8260803Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_625, aten.permute_copy.default 2025-03-21T20:52:00.8261722Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_815, aten._to_copy.default 2025-03-21T20:52:00.8262627Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_626, aten.permute_copy.default 2025-03-21T20:52:00.8263537Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_816, aten._to_copy.default 2025-03-21T20:52:00.8264439Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_627, aten.permute_copy.default 2025-03-21T20:52:00.8265468Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_817, aten._to_copy.default 2025-03-21T20:52:00.8266436Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_628, aten.permute_copy.default 2025-03-21T20:52:00.8267340Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_818, aten._to_copy.default 2025-03-21T20:52:00.8268224Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_629, aten.permute_copy.default 2025-03-21T20:52:01.3217330Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_819, aten._to_copy.default 2025-03-21T20:52:01.3218319Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_630, aten.permute_copy.default 2025-03-21T20:52:01.3219247Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_820, aten._to_copy.default 2025-03-21T20:52:01.3220391Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_631, aten.permute_copy.default 2025-03-21T20:52:01.3221311Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_821, aten._to_copy.default 2025-03-21T20:52:01.3222181Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_563, aten.cat.default 2025-03-21T20:52:01.3222987Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_565, aten.cat.default 2025-03-21T20:52:01.3223793Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_567, aten.cat.default 2025-03-21T20:52:01.3224595Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_569, aten.cat.default 2025-03-21T20:52:01.3225439Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_571, aten.cat.default 2025-03-21T20:52:01.3226246Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_573, aten.cat.default 2025-03-21T20:52:01.3227048Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_575, aten.cat.default 2025-03-21T20:52:01.3227903Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_577, aten.cat.default 2025-03-21T20:52:01.3228709Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_579, aten.cat.default 2025-03-21T20:52:01.3229573Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_581, aten.cat.default 2025-03-21T20:52:01.3230364Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_583, aten.cat.default 2025-03-21T20:52:01.3231167Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_585, aten.cat.default 2025-03-21T20:52:01.3232001Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_264, aten.matmul.default 2025-03-21T20:52:01.3232861Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_266, aten.matmul.default 2025-03-21T20:52:01.3233711Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_268, aten.matmul.default 2025-03-21T20:52:01.3234567Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_270, aten.matmul.default 2025-03-21T20:52:01.3235409Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_272, aten.matmul.default 2025-03-21T20:52:01.3236238Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_274, aten.matmul.default 2025-03-21T20:52:01.3237146Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_276, aten.matmul.default 2025-03-21T20:52:01.3237996Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_278, aten.matmul.default 2025-03-21T20:52:01.3238843Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_280, aten.matmul.default 2025-03-21T20:52:01.3239689Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_282, aten.matmul.default 2025-03-21T20:52:01.3240534Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_284, aten.matmul.default 2025-03-21T20:52:01.3241369Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_286, aten.matmul.default 2025-03-21T20:52:01.3242187Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_132, aten.div.Tensor 2025-03-21T20:52:01.3242969Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_133, aten.div.Tensor 2025-03-21T20:52:01.3243752Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_134, aten.div.Tensor 2025-03-21T20:52:01.3244535Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_135, aten.div.Tensor 2025-03-21T20:52:01.3245316Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_136, aten.div.Tensor 2025-03-21T20:52:01.3246133Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_137, aten.div.Tensor 2025-03-21T20:52:01.3246906Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_138, aten.div.Tensor 2025-03-21T20:52:01.3247690Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_139, aten.div.Tensor 2025-03-21T20:52:01.3248470Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_140, aten.div.Tensor 2025-03-21T20:52:01.3249254Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_141, aten.div.Tensor 2025-03-21T20:52:01.3250037Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_142, aten.div.Tensor 2025-03-21T20:52:01.3250813Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_143, aten.div.Tensor 2025-03-21T20:52:01.3251611Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_442, aten.add.Tensor 2025-03-21T20:52:01.3252398Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_443, aten.add.Tensor 2025-03-21T20:52:01.3253177Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_444, aten.add.Tensor 2025-03-21T20:52:01.3253989Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_445, aten.add.Tensor 2025-03-21T20:52:01.3254770Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_446, aten.add.Tensor 2025-03-21T20:52:01.3255555Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_447, aten.add.Tensor 2025-03-21T20:52:01.3256327Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_448, aten.add.Tensor 2025-03-21T20:52:01.3257106Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_449, aten.add.Tensor 2025-03-21T20:52:01.3257889Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_450, aten.add.Tensor 2025-03-21T20:52:01.3258672Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_451, aten.add.Tensor 2025-03-21T20:52:01.3259456Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_452, aten.add.Tensor 2025-03-21T20:52:01.3260240Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_453, aten.add.Tensor 2025-03-21T20:52:01.3261074Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_132, aten._softmax.default 2025-03-21T20:52:01.3261944Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_133, aten._softmax.default 2025-03-21T20:52:01.3262846Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_134, aten._softmax.default 2025-03-21T20:52:01.3263723Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_135, aten._softmax.default 2025-03-21T20:52:01.3264603Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_136, aten._softmax.default 2025-03-21T20:52:01.3265481Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_137, aten._softmax.default 2025-03-21T20:52:01.3266354Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_138, aten._softmax.default 2025-03-21T20:52:01.3267214Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_139, aten._softmax.default 2025-03-21T20:52:01.3268086Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_140, aten._softmax.default 2025-03-21T20:52:01.3269036Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_141, aten._softmax.default 2025-03-21T20:52:01.3269929Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_142, aten._softmax.default 2025-03-21T20:52:01.3270897Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_143, aten._softmax.default 2025-03-21T20:52:01.3271768Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_265, aten.matmul.default 2025-03-21T20:52:01.3272656Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_267, aten.matmul.default 2025-03-21T20:52:01.3273490Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_269, aten.matmul.default 2025-03-21T20:52:01.3274334Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_271, aten.matmul.default 2025-03-21T20:52:01.3275181Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_273, aten.matmul.default 2025-03-21T20:52:01.3276191Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_275, aten.matmul.default 2025-03-21T20:52:01.3277048Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_277, aten.matmul.default 2025-03-21T20:52:01.3277961Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_279, aten.matmul.default 2025-03-21T20:52:01.3278810Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_281, aten.matmul.default 2025-03-21T20:52:01.3279644Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_283, aten.matmul.default 2025-03-21T20:52:01.3280534Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_285, aten.matmul.default 2025-03-21T20:52:01.3281496Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_287, aten.matmul.default 2025-03-21T20:52:01.3282324Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_587, aten.cat.default 2025-03-21T20:52:01.3283181Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1352, aten.view_copy.default 2025-03-21T20:52:01.3284111Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1620, aten.permute_copy.default 2025-03-21T20:52:40.8784667Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_476, aten.convolution.default 2025-03-21T20:52:40.8786426Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1621, aten.permute_copy.default 2025-03-21T20:52:40.8787985Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1353, aten.view_copy.default 2025-03-21T20:52:40.8789593Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_454, aten.add.Tensor 2025-03-21T20:52:40.8791105Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_rms_norm_default_23, aten.rms_norm.default 2025-03-21T20:52:40.8793020Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1354, aten.view_copy.default 2025-03-21T20:52:40.8794741Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1622, aten.permute_copy.default 2025-03-21T20:52:40.8796454Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_477, aten.convolution.default 2025-03-21T20:52:40.8798206Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_478, aten.convolution.default 2025-03-21T20:52:40.8799746Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sigmoid_default_11, aten.sigmoid.default 2025-03-21T20:52:40.8801402Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1222, aten.mul.Tensor 2025-03-21T20:52:40.8802968Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1223, aten.mul.Tensor 2025-03-21T20:52:40.8804688Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_479, aten.convolution.default 2025-03-21T20:52:40.8806572Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1623, aten.permute_copy.default 2025-03-21T20:52:40.8808377Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1355, aten.view_copy.default 2025-03-21T20:52:40.8810034Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_455, aten.add.Tensor 2025-03-21T20:52:40.8811922Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_rms_norm_default_24, aten.rms_norm.default 2025-03-21T20:52:40.8813719Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_unsqueeze_copy_default, aten.unsqueeze_copy.default 2025-03-21T20:52:40.8815490Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1624, aten.permute_copy.default 2025-03-21T20:52:40.8817230Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_480, aten.convolution.default 2025-03-21T20:52:40.8819053Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1625, aten.permute_copy.default 2025-03-21T20:52:40.8820819Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_822, aten._to_copy.default 2025-03-21T20:52:40.8822574Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_squeeze_dims, aten.squeeze.dims 2025-03-21T20:52:40.8823769Z [INFO] [Qnn ExecuTorch]: Destroy Qnn backend parameters 2025-03-21T20:52:40.8824503Z [INFO] [Qnn ExecuTorch]: Destroy Qnn context 2025-03-21T20:52:40.8825169Z [INFO] [Qnn ExecuTorch]: Destroy Qnn device 2025-03-21T20:52:40.8825915Z [INFO] [Qnn ExecuTorch]: Destroy Qnn backend 2025-03-21T20:52:40.8826646Z [INFO] [Qnn ExecuTorch]: create QNN Logger with log_level 2 2025-03-21T20:52:40.8827737Z [INFO] [Qnn ExecuTorch]: Initialize Qnn backend parameters for Qnn executorch backend type 2 2025-03-21T20:52:40.8828864Z [INFO] [Qnn ExecuTorch]: Caching: Caching is in RESTORE MODE. 2025-03-21T20:52:40.8830197Z [INFO] [Qnn ExecuTorch]: QnnContextCustomProtocol expected magic number: 0x5678abcd but get: 0x1234abcd 2025-03-21T20:52:40.8831919Z [WARNING] [Qnn ExecuTorch]: Failed to interpret QNN context binary. Error code 30010. Try verifying binary with online-prepare format. 2025-03-21T20:52:40.8833444Z [WARNING] [Qnn ExecuTorch]: QnnDsp Performance Estimates unsupported 2025-03-21T20:52:40.8834072Z 2025-03-21T20:52:40.8834941Z [WARNING] [Qnn ExecuTorch]: QnnDsp Arch 68 set by custom config is different from arch associated with SoC 57, will overwrite it to 75 2025-03-21T20:52:40.8835998Z 2025-03-21T20:52:40.8836271Z [INFO] [Qnn ExecuTorch]: Running level=3 optimization. 2025-03-21T20:52:40.8837061Z [INFO] [Qnn ExecuTorch]: Running level=3 optimization. 2025-03-21T20:52:40.8837851Z [INFO] [Qnn ExecuTorch]: Destroy Qnn backend parameters 2025-03-21T20:52:40.8838582Z [INFO] [Qnn ExecuTorch]: Destroy Qnn context 2025-03-21T20:52:40.8839247Z [INFO] [Qnn ExecuTorch]: Destroy Qnn device 2025-03-21T20:52:40.8839896Z [INFO] [Qnn ExecuTorch]: Destroy Qnn backend 2025-03-21T20:52:40.8842593Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/backends/mkldnn/__init__.py:78: UserWarning: TF32 acceleration on top of oneDNN is available for Intel GPUs. The current Torch version does not have Intel GPU Support. (Triggered internally at /pytorch/aten/src/ATen/Context.cpp:148.) 2025-03-21T20:52:40.8845219Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T20:52:40.8847709Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/backends/mkldnn/__init__.py:78: UserWarning: TF32 acceleration on top of oneDNN is available for Intel GPUs. The current Torch version does not have Intel GPU Support. (Triggered internally at /pytorch/aten/src/ATen/Context.cpp:148.) 2025-03-21T20:52:40.8850317Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T20:52:40.8852928Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/backends/mkldnn/__init__.py:78: UserWarning: TF32 acceleration on top of oneDNN is available for Intel GPUs. The current Torch version does not have Intel GPU Support. (Triggered internally at /pytorch/aten/src/ATen/Context.cpp:148.) 2025-03-21T20:52:40.8855530Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T20:52:40.8856303Z [INFO] [Qnn ExecuTorch]: create QNN Logger with log_level 2 2025-03-21T20:52:40.8857401Z [INFO] [Qnn ExecuTorch]: Initialize Qnn backend parameters for Qnn executorch backend type 2 2025-03-21T20:52:40.8858592Z [INFO] [Qnn ExecuTorch]: Caching: Caching is in SAVE MODE. 2025-03-21T20:52:40.8859541Z [WARNING] [Qnn ExecuTorch]: QnnDsp Performance Estimates unsupported 2025-03-21T20:52:40.8860200Z 2025-03-21T20:52:40.8861051Z [WARNING] [Qnn ExecuTorch]: QnnDsp Arch 68 set by custom config is different from arch associated with SoC 57, will overwrite it to 75 2025-03-21T20:52:40.8862133Z 2025-03-21T20:52:40.8862418Z [INFO] [Qnn ExecuTorch]: Running level=3 optimization. 2025-03-21T20:52:40.8863211Z [INFO] [Qnn ExecuTorch]: Destroy Qnn backend parameters 2025-03-21T20:52:40.8863943Z [INFO] [Qnn ExecuTorch]: Destroy Qnn context 2025-03-21T20:52:40.8864586Z [INFO] [Qnn ExecuTorch]: Destroy Qnn device 2025-03-21T20:52:40.8865239Z [INFO] [Qnn ExecuTorch]: Destroy Qnn backend 2025-03-21T20:52:40.8865983Z [INFO] [Qnn ExecuTorch]: create QNN Logger with log_level 2 2025-03-21T20:52:40.8867105Z [INFO] [Qnn ExecuTorch]: Initialize Qnn backend parameters for Qnn executorch backend type 2 2025-03-21T20:52:40.8868194Z [INFO] [Qnn ExecuTorch]: Caching: Caching is in SAVE MODE. 2025-03-21T20:52:40.8869040Z [WARNING] [Qnn ExecuTorch]: QnnDsp Performance Estimates unsupported 2025-03-21T20:52:40.8869816Z 2025-03-21T20:52:40.8870678Z [WARNING] [Qnn ExecuTorch]: QnnDsp Arch 68 set by custom config is different from arch associated with SoC 57, will overwrite it to 75 2025-03-21T20:52:40.8871769Z 2025-03-21T20:52:40.8872049Z [INFO] [Qnn ExecuTorch]: Running level=3 optimization. 2025-03-21T20:52:40.8873404Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: loader_kv_forward_1742590349, loader_kv_forward_1742590349.default 2025-03-21T20:52:40.8874733Z [INFO] [Qnn ExecuTorch]: Destroy Qnn context 2025-03-21T20:52:40.8875402Z [INFO] [Qnn ExecuTorch]: Destroy Qnn device 2025-03-21T20:52:40.8876235Z [INFO] [Qnn ExecuTorch]: Destroy Qnn backend 2025-03-21T20:52:40.8878702Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/backends/mkldnn/__init__.py:78: UserWarning: TF32 acceleration on top of oneDNN is available for Intel GPUs. The current Torch version does not have Intel GPU Support. (Triggered internally at /pytorch/aten/src/ATen/Context.cpp:148.) 2025-03-21T20:52:40.8881369Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T20:52:40.8884002Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/backends/mkldnn/__init__.py:78: UserWarning: TF32 acceleration on top of oneDNN is available for Intel GPUs. The current Torch version does not have Intel GPU Support. (Triggered internally at /pytorch/aten/src/ATen/Context.cpp:148.) 2025-03-21T20:52:40.8886606Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T20:52:40.8889354Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/backends/mkldnn/__init__.py:78: UserWarning: TF32 acceleration on top of oneDNN is available for Intel GPUs. The current Torch version does not have Intel GPU Support. (Triggered internally at /pytorch/aten/src/ATen/Context.cpp:148.) 2025-03-21T20:52:40.8891934Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T20:52:40.8892660Z [INFO] [Qnn ExecuTorch]: create QNN Logger with log_level 2 2025-03-21T20:52:40.8893603Z [INFO] [Qnn ExecuTorch]: Initialize Qnn backend parameters for Qnn executorch backend type 2 2025-03-21T20:52:40.8894552Z [INFO] [Qnn ExecuTorch]: Caching: Caching is in SAVE MODE. 2025-03-21T20:52:40.8895477Z [WARNING] [Qnn ExecuTorch]: QnnDsp Performance Estimates unsupported 2025-03-21T20:52:40.8896146Z 2025-03-21T20:52:40.8897001Z [WARNING] [Qnn ExecuTorch]: QnnDsp Arch 68 set by custom config is different from arch associated with SoC 57, will overwrite it to 75 2025-03-21T20:52:40.8898070Z 2025-03-21T20:52:40.8898364Z [INFO] [Qnn ExecuTorch]: Running level=3 optimization. 2025-03-21T20:52:40.8899160Z [INFO] [Qnn ExecuTorch]: Destroy Qnn backend parameters 2025-03-21T20:52:40.8899888Z [INFO] [Qnn ExecuTorch]: Destroy Qnn context 2025-03-21T20:52:40.8900542Z [INFO] [Qnn ExecuTorch]: Destroy Qnn device 2025-03-21T20:52:40.8901335Z [INFO] [Qnn ExecuTorch]: Destroy Qnn backend 2025-03-21T20:52:40.8902027Z [INFO] [Qnn ExecuTorch]: create QNN Logger with log_level 2 2025-03-21T20:52:40.8903091Z [INFO] [Qnn ExecuTorch]: Initialize Qnn backend parameters for Qnn executorch backend type 2 2025-03-21T20:52:40.8904163Z [INFO] [Qnn ExecuTorch]: Caching: Caching is in SAVE MODE. 2025-03-21T20:52:40.8905093Z [WARNING] [Qnn ExecuTorch]: QnnDsp Performance Estimates unsupported 2025-03-21T20:52:40.8905736Z 2025-03-21T21:02:40.5942081Z [WARNING] [Qnn ExecuTorch]: QnnDsp Arch 68 set by custom config is different from arch associated with SoC 57, will overwrite it to 75 2025-03-21T21:02:40.5942694Z 2025-03-21T21:02:40.5942898Z [INFO] [Qnn ExecuTorch]: Running level=3 optimization. 2025-03-21T21:02:40.5943778Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: loader_prefill_forward_1742590352, loader_prefill_forward_1742590352.default 2025-03-21T21:02:40.5944829Z [INFO] [Qnn ExecuTorch]: Destroy Qnn context 2025-03-21T21:02:40.5945217Z [INFO] [Qnn ExecuTorch]: Destroy Qnn device 2025-03-21T21:02:40.5945573Z [INFO] [Qnn ExecuTorch]: Destroy Qnn backend 2025-03-21T21:02:40.5946909Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/backends/mkldnn/__init__.py:78: UserWarning: TF32 acceleration on top of oneDNN is available for Intel GPUs. The current Torch version does not have Intel GPU Support. (Triggered internally at /pytorch/aten/src/ATen/Context.cpp:148.) 2025-03-21T21:02:40.5948419Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T21:02:40.5949827Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/backends/mkldnn/__init__.py:78: UserWarning: TF32 acceleration on top of oneDNN is available for Intel GPUs. The current Torch version does not have Intel GPU Support. (Triggered internally at /pytorch/aten/src/ATen/Context.cpp:148.) 2025-03-21T21:02:40.5951161Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T21:02:40.5951583Z [INFO] [Qnn ExecuTorch]: create QNN Logger with log_level 2 2025-03-21T21:02:40.5952171Z [INFO] [Qnn ExecuTorch]: Initialize Qnn backend parameters for Qnn executorch backend type 2 2025-03-21T21:02:40.5952757Z [INFO] [Qnn ExecuTorch]: Caching: Caching is in SAVE MODE. 2025-03-21T21:02:40.5953254Z [WARNING] [Qnn ExecuTorch]: QnnDsp Performance Estimates unsupported 2025-03-21T21:02:40.5953607Z 2025-03-21T21:02:40.5954043Z [WARNING] [Qnn ExecuTorch]: QnnDsp Arch 68 set by custom config is different from arch associated with SoC 57, will overwrite it to 75 2025-03-21T21:02:40.5954604Z 2025-03-21T21:02:40.5954791Z [INFO] [Qnn ExecuTorch]: Running level=3 optimization. 2025-03-21T21:02:40.5955293Z [INFO] [Qnn ExecuTorch]: Destroy Qnn backend parameters 2025-03-21T21:02:40.5955695Z [INFO] [Qnn ExecuTorch]: Destroy Qnn context 2025-03-21T21:02:40.5956056Z [INFO] [Qnn ExecuTorch]: Destroy Qnn device 2025-03-21T21:02:40.5956416Z [INFO] [Qnn ExecuTorch]: Destroy Qnn backend 2025-03-21T21:02:40.5956813Z [INFO] [Qnn ExecuTorch]: create QNN Logger with log_level 2 2025-03-21T21:02:40.5957396Z [INFO] [Qnn ExecuTorch]: Initialize Qnn backend parameters for Qnn executorch backend type 2 2025-03-21T21:02:40.5957980Z [INFO] [Qnn ExecuTorch]: Caching: Caching is in SAVE MODE. 2025-03-21T21:02:40.5958481Z [WARNING] [Qnn ExecuTorch]: QnnDsp Performance Estimates unsupported 2025-03-21T21:02:40.5958820Z 2025-03-21T21:02:40.5959268Z [WARNING] [Qnn ExecuTorch]: QnnDsp Arch 68 set by custom config is different from arch associated with SoC 57, will overwrite it to 75 2025-03-21T21:02:40.5959814Z 2025-03-21T21:02:40.5959982Z [INFO] [Qnn ExecuTorch]: Running level=3 optimization. 2025-03-21T21:02:40.5960692Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: loader_kv_forward_1742590349, loader_kv_forward_1742590349.default 2025-03-21T21:02:40.5961363Z [INFO] [Qnn ExecuTorch]: Destroy Qnn context 2025-03-21T21:02:40.5961721Z [INFO] [Qnn ExecuTorch]: Destroy Qnn device 2025-03-21T21:02:40.5962079Z [INFO] [Qnn ExecuTorch]: Destroy Qnn backend 2025-03-21T21:02:40.5962552Z [INFO] [Qnn ExecuTorch]: create QNN Logger with log_level 2 2025-03-21T21:02:40.5963124Z [INFO] [Qnn ExecuTorch]: Initialize Qnn backend parameters for Qnn executorch backend type 2 2025-03-21T21:02:40.5963690Z [INFO] [Qnn ExecuTorch]: Caching: Caching is in SAVE MODE. 2025-03-21T21:02:40.5964198Z [WARNING] [Qnn ExecuTorch]: QnnDsp Performance Estimates unsupported 2025-03-21T21:02:40.5964545Z 2025-03-21T21:02:40.5964984Z [WARNING] [Qnn ExecuTorch]: QnnDsp Arch 68 set by custom config is different from arch associated with SoC 57, will overwrite it to 75 2025-03-21T21:02:40.5965543Z 2025-03-21T21:02:40.5965700Z [INFO] [Qnn ExecuTorch]: Running level=3 optimization. 2025-03-21T21:02:40.5966135Z [INFO] [Qnn ExecuTorch]: Destroy Qnn backend parameters 2025-03-21T21:02:40.5966532Z [INFO] [Qnn ExecuTorch]: Destroy Qnn context 2025-03-21T21:02:40.5966891Z [INFO] [Qnn ExecuTorch]: Destroy Qnn device 2025-03-21T21:02:40.5967268Z [INFO] [Qnn ExecuTorch]: Destroy Qnn backend 2025-03-21T21:02:40.5967673Z [INFO] [Qnn ExecuTorch]: create QNN Logger with log_level 2 2025-03-21T21:02:40.5968245Z [INFO] [Qnn ExecuTorch]: Initialize Qnn backend parameters for Qnn executorch backend type 2 2025-03-21T21:02:40.5968822Z [INFO] [Qnn ExecuTorch]: Caching: Caching is in SAVE MODE. 2025-03-21T21:02:40.5969353Z [WARNING] [Qnn ExecuTorch]: QnnDsp Performance Estimates unsupported 2025-03-21T21:02:40.5969688Z 2025-03-21T21:02:40.5970121Z [WARNING] [Qnn ExecuTorch]: QnnDsp Arch 68 set by custom config is different from arch associated with SoC 57, will overwrite it to 75 2025-03-21T21:02:40.5970675Z 2025-03-21T21:02:40.5970829Z [INFO] [Qnn ExecuTorch]: Running level=3 optimization. 2025-03-21T21:02:40.5971584Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: loader_prefill_forward_1742590352, loader_prefill_forward_1742590352.default 2025-03-21T21:02:40.5972310Z [INFO] [Qnn ExecuTorch]: Destroy Qnn context 2025-03-21T21:02:40.5972674Z [INFO] [Qnn ExecuTorch]: Destroy Qnn device 2025-03-21T21:02:40.5973036Z [INFO] [Qnn ExecuTorch]: Destroy Qnn backend 2025-03-21T21:02:40.5974356Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/backends/mkldnn/__init__.py:78: UserWarning: TF32 acceleration on top of oneDNN is available for Intel GPUs. The current Torch version does not have Intel GPU Support. (Triggered internally at /pytorch/aten/src/ATen/Context.cpp:148.) 2025-03-21T21:02:40.5975673Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T21:02:40.5977269Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/backends/mkldnn/__init__.py:78: UserWarning: TF32 acceleration on top of oneDNN is available for Intel GPUs. The current Torch version does not have Intel GPU Support. (Triggered internally at /pytorch/aten/src/ATen/Context.cpp:148.) 2025-03-21T21:02:40.5978593Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T21:02:40.5979920Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/backends/mkldnn/__init__.py:78: UserWarning: TF32 acceleration on top of oneDNN is available for Intel GPUs. The current Torch version does not have Intel GPU Support. (Triggered internally at /pytorch/aten/src/ATen/Context.cpp:148.) 2025-03-21T21:02:40.5981244Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T21:02:40.5982567Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/backends/mkldnn/__init__.py:78: UserWarning: TF32 acceleration on top of oneDNN is available for Intel GPUs. The current Torch version does not have Intel GPU Support. (Triggered internally at /pytorch/aten/src/ATen/Context.cpp:148.) 2025-03-21T21:02:40.5983890Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T21:02:40.5985199Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/backends/mkldnn/__init__.py:78: UserWarning: TF32 acceleration on top of oneDNN is available for Intel GPUs. The current Torch version does not have Intel GPU Support. (Triggered internally at /pytorch/aten/src/ATen/Context.cpp:148.) 2025-03-21T21:02:40.5986521Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T21:02:40.5987857Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/backends/mkldnn/__init__.py:78: UserWarning: TF32 acceleration on top of oneDNN is available for Intel GPUs. The current Torch version does not have Intel GPU Support. (Triggered internally at /pytorch/aten/src/ATen/Context.cpp:148.) 2025-03-21T21:02:40.5989248Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T21:02:40.5989624Z INFO:root:Time for compiling: 1108.513855934143 2025-03-21T21:02:40.5989983Z Finish compile_only and save to . 2025-03-21T21:02:40.5990281Z . 2025-03-21T21:02:40.5990558Z ---------------------------------------------------------------------- 2025-03-21T21:02:40.5990934Z Ran 1 test in 1624.502s 2025-03-21T21:02:40.5991106Z 2025-03-21T21:02:40.5991192Z OK 2025-03-21T21:02:40.5991403Z + exit_code1=0 2025-03-21T21:02:40.5992394Z + 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-03-21T21:02:40.5993421Z QNN_SDK_ROOT=/tmp/qnn/2.28.0.241029 2025-03-21T21:02:40.5993760Z INFO:root:#words: 32000 - BOS ID: 1 - EOS ID: 2 2025-03-21T21:02:40.5994156Z INFO:root:Time for loading checkpoint: 0.06087803840637207 2025-03-21T21:02:40.5995562Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/backends/mkldnn/__init__.py:78: UserWarning: TF32 acceleration on top of oneDNN is available for Intel GPUs. The current Torch version does not have Intel GPU Support. (Triggered internally at /pytorch/aten/src/ATen/Context.cpp:148.) 2025-03-21T21:02:40.5996884Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T21:02:40.5998199Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/backends/mkldnn/__init__.py:78: UserWarning: TF32 acceleration on top of oneDNN is available for Intel GPUs. The current Torch version does not have Intel GPU Support. (Triggered internally at /pytorch/aten/src/ATen/Context.cpp:148.) 2025-03-21T21:02:40.5999520Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T21:02:40.5999876Z INFO:root:Quantizing the model... 2025-03-21T21:02:40.6001161Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/backends/mkldnn/__init__.py:78: UserWarning: TF32 acceleration on top of oneDNN is available for Intel GPUs. The current Torch version does not have Intel GPU Support. (Triggered internally at /pytorch/aten/src/ATen/Context.cpp:148.) 2025-03-21T21:02:40.6002481Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T21:02:40.6003812Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/backends/mkldnn/__init__.py:78: UserWarning: TF32 acceleration on top of oneDNN is available for Intel GPUs. The current Torch version does not have Intel GPU Support. (Triggered internally at /pytorch/aten/src/ATen/Context.cpp:148.) 2025-03-21T21:02:40.6005136Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T21:02:40.6005498Z INFO:root:Quantizing the model... 2025-03-21T21:02:40.6005838Z INFO:root:Time for quantizing: 477.1372163295746 2025-03-21T21:16:31.5333153Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/backends/mkldnn/__init__.py:78: UserWarning: TF32 acceleration on top of oneDNN is available for Intel GPUs. The current Torch version does not have Intel GPU Support. (Triggered internally at /pytorch/aten/src/ATen/Context.cpp:148.) 2025-03-21T21:16:31.5335637Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T21:16:31.5338006Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/backends/mkldnn/__init__.py:78: UserWarning: TF32 acceleration on top of oneDNN is available for Intel GPUs. The current Torch version does not have Intel GPU Support. (Triggered internally at /pytorch/aten/src/ATen/Context.cpp:148.) 2025-03-21T21:16:31.5340377Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T21:16:31.5342771Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/backends/mkldnn/__init__.py:78: UserWarning: TF32 acceleration on top of oneDNN is available for Intel GPUs. The current Torch version does not have Intel GPU Support. (Triggered internally at /pytorch/aten/src/ATen/Context.cpp:148.) 2025-03-21T21:16:31.5345486Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T21:16:31.5347840Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/backends/mkldnn/__init__.py:78: UserWarning: TF32 acceleration on top of oneDNN is available for Intel GPUs. The current Torch version does not have Intel GPU Support. (Triggered internally at /pytorch/aten/src/ATen/Context.cpp:148.) 2025-03-21T21:16:31.5350284Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T21:16:31.5352645Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/backends/mkldnn/__init__.py:78: UserWarning: TF32 acceleration on top of oneDNN is available for Intel GPUs. The current Torch version does not have Intel GPU Support. (Triggered internally at /pytorch/aten/src/ATen/Context.cpp:148.) 2025-03-21T21:16:31.5355107Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T21:16:31.5357451Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/backends/mkldnn/__init__.py:78: UserWarning: TF32 acceleration on top of oneDNN is available for Intel GPUs. The current Torch version does not have Intel GPU Support. (Triggered internally at /pytorch/aten/src/ATen/Context.cpp:148.) 2025-03-21T21:16:31.5359902Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T21:16:31.5360607Z [INFO] [Qnn ExecuTorch]: create QNN Logger with log_level 2 2025-03-21T21:16:31.5361423Z [WARNING] [Qnn ExecuTorch]: QnnDsp Initializing HtpProvider 2025-03-21T21:16:31.5361967Z 2025-03-21T21:16:31.5362477Z [INFO] [Qnn ExecuTorch]: Initialize Qnn backend parameters for Qnn executorch backend type 2 2025-03-21T21:16:31.5363654Z [INFO] [Qnn ExecuTorch]: Caching: Caching is in SAVE MODE. 2025-03-21T21:16:31.5364529Z [WARNING] [Qnn ExecuTorch]: QnnDsp Performance Estimates unsupported 2025-03-21T21:16:31.5365121Z 2025-03-21T21:16:31.5365915Z [WARNING] [Qnn ExecuTorch]: QnnDsp Arch 68 set by custom config is different from arch associated with SoC 57, will overwrite it to 75 2025-03-21T21:16:31.5366897Z 2025-03-21T21:16:31.5367174Z [INFO] [Qnn ExecuTorch]: Running level=3 optimization. 2025-03-21T21:16:31.5367894Z [INFO] [Qnn ExecuTorch]: Destroy Qnn backend parameters 2025-03-21T21:16:31.5368578Z [INFO] [Qnn ExecuTorch]: Destroy Qnn context 2025-03-21T21:16:31.5369193Z [INFO] [Qnn ExecuTorch]: Destroy Qnn device 2025-03-21T21:16:31.5369807Z [INFO] [Qnn ExecuTorch]: Destroy Qnn backend 2025-03-21T21:16:31.5370502Z [INFO] [Qnn ExecuTorch]: create QNN Logger with log_level 2 2025-03-21T21:16:31.5371508Z [INFO] [Qnn ExecuTorch]: Initialize Qnn backend parameters for Qnn executorch backend type 2 2025-03-21T21:16:31.5372651Z [INFO] [Qnn ExecuTorch]: Caching: Caching is in SAVE MODE. 2025-03-21T21:16:31.5373524Z [WARNING] [Qnn ExecuTorch]: QnnDsp Performance Estimates unsupported 2025-03-21T21:16:31.5374123Z 2025-03-21T21:16:31.5374902Z [WARNING] [Qnn ExecuTorch]: QnnDsp Arch 68 set by custom config is different from arch associated with SoC 57, will overwrite it to 75 2025-03-21T21:16:31.5375904Z 2025-03-21T21:16:31.5376333Z [INFO] [Qnn ExecuTorch]: Running level=3 optimization. 2025-03-21T21:16:31.5377482Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_embedding_default, aten.embedding.default 2025-03-21T21:16:31.5379067Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_index_tensor, aten.index.Tensor 2025-03-21T21:16:31.5380489Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_index_tensor_1, aten.index.Tensor 2025-03-21T21:16:31.5381974Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_rms_norm_default, aten.rms_norm.default 2025-03-21T21:16:31.5383406Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_select_int, aten.select.int 2025-03-21T21:16:31.5384756Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_select_int_1, aten.select.int 2025-03-21T21:16:31.5386221Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default, aten.view_copy.default 2025-03-21T21:16:31.5387925Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1132, aten.permute_copy.default 2025-03-21T21:16:31.5389574Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default, aten._to_copy.default 2025-03-21T21:16:31.5391138Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default, aten.convolution.default 2025-03-21T21:16:31.5392804Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1133, aten.permute_copy.default 2025-03-21T21:16:31.5394489Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_1, aten.convolution.default 2025-03-21T21:16:31.5396161Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1134, aten.permute_copy.default 2025-03-21T21:16:31.5397887Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_2, aten.convolution.default 2025-03-21T21:16:31.5399571Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1135, aten.permute_copy.default 2025-03-21T21:16:31.5401254Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_3, aten.convolution.default 2025-03-21T21:16:31.5402993Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1136, aten.permute_copy.default 2025-03-21T21:16:31.5404660Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_4, aten.convolution.default 2025-03-21T21:16:31.5406340Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1137, aten.permute_copy.default 2025-03-21T21:16:31.5408031Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_5, aten.convolution.default 2025-03-21T21:16:31.5409713Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1138, aten.permute_copy.default 2025-03-21T21:16:31.5411395Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_6, aten.convolution.default 2025-03-21T21:16:31.5413058Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1139, aten.permute_copy.default 2025-03-21T21:16:31.5414735Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_7, aten.convolution.default 2025-03-21T21:16:31.5416421Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1140, aten.permute_copy.default 2025-03-21T21:16:31.5418152Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_8, aten.convolution.default 2025-03-21T21:16:31.5419832Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1141, aten.permute_copy.default 2025-03-21T21:16:31.5421514Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_9, aten.convolution.default 2025-03-21T21:16:31.5423198Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1142, aten.permute_copy.default 2025-03-21T21:16:31.5424879Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_10, aten.convolution.default 2025-03-21T21:16:31.5426571Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1143, aten.permute_copy.default 2025-03-21T21:16:31.5428257Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_11, aten.convolution.default 2025-03-21T21:16:31.5429988Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1144, aten.permute_copy.default 2025-03-21T21:16:31.5431678Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_12, aten.convolution.default 2025-03-21T21:16:31.5433359Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1145, aten.permute_copy.default 2025-03-21T21:16:31.5435050Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_13, aten.convolution.default 2025-03-21T21:16:31.5436765Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1146, aten.permute_copy.default 2025-03-21T21:16:31.5438430Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_14, aten.convolution.default 2025-03-21T21:16:31.5440121Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1147, aten.permute_copy.default 2025-03-21T21:16:31.5441804Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_15, aten.convolution.default 2025-03-21T21:16:31.5443492Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1148, aten.permute_copy.default 2025-03-21T21:16:31.5445182Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_16, aten.convolution.default 2025-03-21T21:16:31.5446908Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1149, aten.permute_copy.default 2025-03-21T21:16:31.5448583Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_17, aten.convolution.default 2025-03-21T21:16:31.9326475Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1150, aten.permute_copy.default 2025-03-21T21:16:31.9328516Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_18, aten.convolution.default 2025-03-21T21:16:31.9330215Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1151, aten.permute_copy.default 2025-03-21T21:16:31.9331954Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_19, aten.convolution.default 2025-03-21T21:16:31.9333642Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1152, aten.permute_copy.default 2025-03-21T21:16:31.9335324Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_20, aten.convolution.default 2025-03-21T21:16:31.9337019Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1153, aten.permute_copy.default 2025-03-21T21:16:31.9338707Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_21, aten.convolution.default 2025-03-21T21:16:31.9340399Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1154, aten.permute_copy.default 2025-03-21T21:16:31.9342084Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_22, aten.convolution.default 2025-03-21T21:16:31.9343849Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1155, aten.permute_copy.default 2025-03-21T21:16:31.9345544Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_23, aten.convolution.default 2025-03-21T21:16:31.9347225Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1156, aten.permute_copy.default 2025-03-21T21:16:31.9348991Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_24, aten.convolution.default 2025-03-21T21:16:31.9350689Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1157, aten.permute_copy.default 2025-03-21T21:16:31.9352382Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_25, aten.convolution.default 2025-03-21T21:16:31.9354073Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1158, aten.permute_copy.default 2025-03-21T21:16:31.9355766Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_26, aten.convolution.default 2025-03-21T21:16:31.9357450Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1159, aten.permute_copy.default 2025-03-21T21:16:31.9359131Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_27, aten.convolution.default 2025-03-21T21:16:31.9360900Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1160, aten.permute_copy.default 2025-03-21T21:16:31.9362590Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_28, aten.convolution.default 2025-03-21T21:16:31.9364278Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1161, aten.permute_copy.default 2025-03-21T21:16:31.9365967Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_29, aten.convolution.default 2025-03-21T21:16:31.9367665Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1162, aten.permute_copy.default 2025-03-21T21:16:31.9369358Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_30, aten.convolution.default 2025-03-21T21:16:31.9371088Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1163, aten.permute_copy.default 2025-03-21T21:16:31.9372775Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_31, aten.convolution.default 2025-03-21T21:16:31.9374459Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1164, aten.permute_copy.default 2025-03-21T21:16:31.9376319Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_32, aten.convolution.default 2025-03-21T21:16:31.9378003Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1165, aten.permute_copy.default 2025-03-21T21:16:31.9379695Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_33, aten.convolution.default 2025-03-21T21:16:31.9381375Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1166, aten.permute_copy.default 2025-03-21T21:16:31.9383044Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_34, aten.convolution.default 2025-03-21T21:16:31.9384729Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1167, aten.permute_copy.default 2025-03-21T21:16:31.9386416Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_35, aten.convolution.default 2025-03-21T21:16:31.9388095Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1168, aten.permute_copy.default 2025-03-21T21:16:31.9389773Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1, aten.view_copy.default 2025-03-21T21:16:31.9391412Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_2, aten.view_copy.default 2025-03-21T21:16:31.9392993Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_3, aten.view_copy.default 2025-03-21T21:16:31.9394558Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_4, aten.view_copy.default 2025-03-21T21:16:31.9396139Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_5, aten.view_copy.default 2025-03-21T21:16:31.9397725Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_6, aten.view_copy.default 2025-03-21T21:16:31.9399300Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_7, aten.view_copy.default 2025-03-21T21:16:31.9400875Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_8, aten.view_copy.default 2025-03-21T21:16:31.9402456Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_9, aten.view_copy.default 2025-03-21T21:16:31.9404029Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_10, aten.view_copy.default 2025-03-21T21:16:31.9405633Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_11, aten.view_copy.default 2025-03-21T21:16:31.9407220Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_12, aten.view_copy.default 2025-03-21T21:16:31.9408861Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_13, aten.view_copy.default 2025-03-21T21:16:31.9410440Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_14, aten.view_copy.default 2025-03-21T21:16:31.9412038Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_15, aten.view_copy.default 2025-03-21T21:16:31.9413647Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_16, aten.view_copy.default 2025-03-21T21:16:31.9415234Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_17, aten.view_copy.default 2025-03-21T21:16:31.9416825Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_18, aten.view_copy.default 2025-03-21T21:16:31.9418451Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_19, aten.view_copy.default 2025-03-21T21:16:31.9420044Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_20, aten.view_copy.default 2025-03-21T21:16:31.9421642Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_21, aten.view_copy.default 2025-03-21T21:16:31.9423278Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_22, aten.view_copy.default 2025-03-21T21:16:31.9424867Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_23, aten.view_copy.default 2025-03-21T21:16:31.9426439Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_24, aten.view_copy.default 2025-03-21T21:16:31.9428028Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_25, aten.view_copy.default 2025-03-21T21:16:31.9429695Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_26, aten.view_copy.default 2025-03-21T21:16:31.9431291Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_27, aten.view_copy.default 2025-03-21T21:16:31.9432885Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_28, aten.view_copy.default 2025-03-21T21:16:31.9434483Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_29, aten.view_copy.default 2025-03-21T21:16:31.9436086Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_30, aten.view_copy.default 2025-03-21T21:16:31.9437673Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_31, aten.view_copy.default 2025-03-21T21:16:31.9439297Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_32, aten.view_copy.default 2025-03-21T21:16:31.9440895Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_33, aten.view_copy.default 2025-03-21T21:16:31.9442494Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_34, aten.view_copy.default 2025-03-21T21:16:31.9444076Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_35, aten.view_copy.default 2025-03-21T21:16:31.9445674Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_36, aten.view_copy.default 2025-03-21T21:16:32.3106926Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor, aten.slice_copy.Tensor 2025-03-21T21:16:32.3108191Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_1, aten.slice_copy.Tensor 2025-03-21T21:16:32.3109188Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_2, aten.slice_copy.Tensor 2025-03-21T21:16:32.3110103Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_3, aten.slice_copy.Tensor 2025-03-21T21:16:32.3110988Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_4, aten.slice_copy.Tensor 2025-03-21T21:16:32.3111874Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_5, aten.slice_copy.Tensor 2025-03-21T21:16:32.3113000Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_6, aten.slice_copy.Tensor 2025-03-21T21:16:32.3113886Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_7, aten.slice_copy.Tensor 2025-03-21T21:16:32.3114867Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_8, aten.slice_copy.Tensor 2025-03-21T21:16:32.3115738Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_9, aten.slice_copy.Tensor 2025-03-21T21:16:32.3116633Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_10, aten.slice_copy.Tensor 2025-03-21T21:16:32.3117526Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_11, aten.slice_copy.Tensor 2025-03-21T21:16:32.3118504Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_12, aten.slice_copy.Tensor 2025-03-21T21:16:32.3119399Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_13, aten.slice_copy.Tensor 2025-03-21T21:16:32.3120286Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_14, aten.slice_copy.Tensor 2025-03-21T21:16:32.3121223Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_15, aten.slice_copy.Tensor 2025-03-21T21:16:32.3122092Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_16, aten.slice_copy.Tensor 2025-03-21T21:16:32.3122978Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_17, aten.slice_copy.Tensor 2025-03-21T21:16:32.3123869Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_18, aten.slice_copy.Tensor 2025-03-21T21:16:32.3124758Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_19, aten.slice_copy.Tensor 2025-03-21T21:16:32.3125639Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_20, aten.slice_copy.Tensor 2025-03-21T21:16:32.3126528Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_21, aten.slice_copy.Tensor 2025-03-21T21:16:32.3127404Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_22, aten.slice_copy.Tensor 2025-03-21T21:16:32.3128289Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_23, aten.slice_copy.Tensor 2025-03-21T21:16:32.3129171Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_24, aten.slice_copy.Tensor 2025-03-21T21:16:32.3130100Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_25, aten.slice_copy.Tensor 2025-03-21T21:16:32.3130981Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_26, aten.slice_copy.Tensor 2025-03-21T21:16:32.3131869Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_27, aten.slice_copy.Tensor 2025-03-21T21:16:32.3132754Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_28, aten.slice_copy.Tensor 2025-03-21T21:16:32.3133625Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_29, aten.slice_copy.Tensor 2025-03-21T21:16:32.3134508Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_30, aten.slice_copy.Tensor 2025-03-21T21:16:32.3135393Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_31, aten.slice_copy.Tensor 2025-03-21T21:16:32.3136276Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_32, aten.slice_copy.Tensor 2025-03-21T21:16:32.3137160Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_33, aten.slice_copy.Tensor 2025-03-21T21:16:32.3138045Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_34, aten.slice_copy.Tensor 2025-03-21T21:16:32.3138963Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_35, aten.slice_copy.Tensor 2025-03-21T21:16:32.3139833Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_36, aten.slice_copy.Tensor 2025-03-21T21:16:32.3140720Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_37, aten.slice_copy.Tensor 2025-03-21T21:16:32.3141609Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_38, aten.slice_copy.Tensor 2025-03-21T21:16:32.3142496Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_39, aten.slice_copy.Tensor 2025-03-21T21:16:32.3143388Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_40, aten.slice_copy.Tensor 2025-03-21T21:16:32.3144275Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_41, aten.slice_copy.Tensor 2025-03-21T21:16:32.3145173Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_42, aten.slice_copy.Tensor 2025-03-21T21:16:32.3146065Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_43, aten.slice_copy.Tensor 2025-03-21T21:16:32.3146953Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_44, aten.slice_copy.Tensor 2025-03-21T21:16:32.3147868Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_45, aten.slice_copy.Tensor 2025-03-21T21:16:32.3148758Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_46, aten.slice_copy.Tensor 2025-03-21T21:16:32.3149728Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_47, aten.slice_copy.Tensor 2025-03-21T21:16:32.3150577Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_25, aten.cat.default 2025-03-21T21:16:32.3151371Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_27, aten.cat.default 2025-03-21T21:16:32.3152173Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_29, aten.cat.default 2025-03-21T21:16:32.3152973Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_31, aten.cat.default 2025-03-21T21:16:32.3153770Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_33, aten.cat.default 2025-03-21T21:16:32.3154561Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_35, aten.cat.default 2025-03-21T21:16:32.3155353Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_37, aten.cat.default 2025-03-21T21:16:32.3156160Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_39, aten.cat.default 2025-03-21T21:16:32.3156960Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_41, aten.cat.default 2025-03-21T21:16:32.3157921Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_43, aten.cat.default 2025-03-21T21:16:32.3158720Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_45, aten.cat.default 2025-03-21T21:16:32.3159519Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_47, aten.cat.default 2025-03-21T21:16:32.3160305Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_2, aten.mul.Tensor 2025-03-21T21:16:32.3161079Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_4, aten.mul.Tensor 2025-03-21T21:16:32.3161833Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_3, aten.mul.Tensor 2025-03-21T21:16:32.3162599Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_5, aten.mul.Tensor 2025-03-21T21:16:32.3163364Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_6, aten.mul.Tensor 2025-03-21T21:16:32.3164129Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_8, aten.mul.Tensor 2025-03-21T21:16:32.3164895Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_7, aten.mul.Tensor 2025-03-21T21:16:32.3165701Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_9, aten.mul.Tensor 2025-03-21T21:16:32.3166463Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_10, aten.mul.Tensor 2025-03-21T21:16:32.3167236Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_12, aten.mul.Tensor 2025-03-21T21:16:32.3168011Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_11, aten.mul.Tensor 2025-03-21T21:16:32.3168790Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_13, aten.mul.Tensor 2025-03-21T21:16:32.3169565Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_14, aten.mul.Tensor 2025-03-21T21:16:32.3170340Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_16, aten.mul.Tensor 2025-03-21T21:16:32.3171135Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_15, aten.mul.Tensor 2025-03-21T21:16:32.3171916Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_17, aten.mul.Tensor 2025-03-21T21:16:32.3172689Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_18, aten.mul.Tensor 2025-03-21T21:16:32.3173493Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_20, aten.mul.Tensor 2025-03-21T21:16:32.3174267Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_19, aten.mul.Tensor 2025-03-21T21:16:32.7546774Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_21, aten.mul.Tensor 2025-03-21T21:16:32.7547629Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_22, aten.mul.Tensor 2025-03-21T21:16:32.7548419Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_24, aten.mul.Tensor 2025-03-21T21:16:32.7549272Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_23, aten.mul.Tensor 2025-03-21T21:16:32.7550044Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_25, aten.mul.Tensor 2025-03-21T21:16:32.7550821Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_26, aten.mul.Tensor 2025-03-21T21:16:32.7551598Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_28, aten.mul.Tensor 2025-03-21T21:16:32.7552382Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_27, aten.mul.Tensor 2025-03-21T21:16:32.7553159Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_29, aten.mul.Tensor 2025-03-21T21:16:32.7554133Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_30, aten.mul.Tensor 2025-03-21T21:16:32.7554898Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_32, aten.mul.Tensor 2025-03-21T21:16:32.7555675Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_31, aten.mul.Tensor 2025-03-21T21:16:32.7556448Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_33, aten.mul.Tensor 2025-03-21T21:16:32.7557227Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_34, aten.mul.Tensor 2025-03-21T21:16:32.7558003Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_36, aten.mul.Tensor 2025-03-21T21:16:32.7558778Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_35, aten.mul.Tensor 2025-03-21T21:16:32.7559621Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_37, aten.mul.Tensor 2025-03-21T21:16:32.7560386Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_38, aten.mul.Tensor 2025-03-21T21:16:32.7561161Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_40, aten.mul.Tensor 2025-03-21T21:16:32.7561938Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_39, aten.mul.Tensor 2025-03-21T21:16:32.7562716Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_41, aten.mul.Tensor 2025-03-21T21:16:32.7563561Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_42, aten.mul.Tensor 2025-03-21T21:16:32.7564339Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_44, aten.mul.Tensor 2025-03-21T21:16:32.7565106Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_43, aten.mul.Tensor 2025-03-21T21:16:32.7565882Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_45, aten.mul.Tensor 2025-03-21T21:16:32.7566663Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_46, aten.mul.Tensor 2025-03-21T21:16:32.7567434Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_48, aten.mul.Tensor 2025-03-21T21:16:32.7568210Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_47, aten.mul.Tensor 2025-03-21T21:16:32.7569034Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_49, aten.mul.Tensor 2025-03-21T21:16:32.7569802Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_50, aten.mul.Tensor 2025-03-21T21:16:32.7570579Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_52, aten.mul.Tensor 2025-03-21T21:16:32.7571405Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_51, aten.mul.Tensor 2025-03-21T21:16:32.7572183Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_53, aten.mul.Tensor 2025-03-21T21:16:32.7572957Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_54, aten.mul.Tensor 2025-03-21T21:16:32.7573742Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_56, aten.mul.Tensor 2025-03-21T21:16:32.7574526Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_55, aten.mul.Tensor 2025-03-21T21:16:32.7575291Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_57, aten.mul.Tensor 2025-03-21T21:16:32.7576262Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_58, aten.mul.Tensor 2025-03-21T21:16:32.7577046Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_60, aten.mul.Tensor 2025-03-21T21:16:32.7577825Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_59, aten.mul.Tensor 2025-03-21T21:16:32.7578610Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_61, aten.mul.Tensor 2025-03-21T21:16:32.7579387Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_62, aten.mul.Tensor 2025-03-21T21:16:32.7580232Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_64, aten.mul.Tensor 2025-03-21T21:16:32.7580996Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_63, aten.mul.Tensor 2025-03-21T21:16:32.7581772Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_65, aten.mul.Tensor 2025-03-21T21:16:32.7582548Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_66, aten.mul.Tensor 2025-03-21T21:16:32.7583328Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_68, aten.mul.Tensor 2025-03-21T21:16:32.7584106Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_67, aten.mul.Tensor 2025-03-21T21:16:32.7584887Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_69, aten.mul.Tensor 2025-03-21T21:16:32.7585703Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_70, aten.mul.Tensor 2025-03-21T21:16:32.7586495Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_72, aten.mul.Tensor 2025-03-21T21:16:32.7587269Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_71, aten.mul.Tensor 2025-03-21T21:16:32.7588042Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_73, aten.mul.Tensor 2025-03-21T21:16:32.7588821Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_74, aten.mul.Tensor 2025-03-21T21:16:32.7589732Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_76, aten.mul.Tensor 2025-03-21T21:16:32.7590511Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_75, aten.mul.Tensor 2025-03-21T21:16:32.7591282Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_77, aten.mul.Tensor 2025-03-21T21:16:32.7592056Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_78, aten.mul.Tensor 2025-03-21T21:16:32.7592831Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_80, aten.mul.Tensor 2025-03-21T21:16:32.7593609Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_79, aten.mul.Tensor 2025-03-21T21:16:32.7594385Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_81, aten.mul.Tensor 2025-03-21T21:16:32.7595195Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_82, aten.mul.Tensor 2025-03-21T21:16:32.7595961Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_84, aten.mul.Tensor 2025-03-21T21:16:32.7596737Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_83, aten.mul.Tensor 2025-03-21T21:16:32.7597778Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_85, aten.mul.Tensor 2025-03-21T21:16:32.7598616Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_86, aten.mul.Tensor 2025-03-21T21:16:32.7599396Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_88, aten.mul.Tensor 2025-03-21T21:16:32.7600182Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_87, aten.mul.Tensor 2025-03-21T21:16:32.7600946Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_89, aten.mul.Tensor 2025-03-21T21:16:32.7601724Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_90, aten.mul.Tensor 2025-03-21T21:16:32.7602502Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_92, aten.mul.Tensor 2025-03-21T21:16:32.7603275Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_91, aten.mul.Tensor 2025-03-21T21:16:32.7604047Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_93, aten.mul.Tensor 2025-03-21T21:16:32.7604826Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_94, aten.mul.Tensor 2025-03-21T21:16:32.7605603Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_96, aten.mul.Tensor 2025-03-21T21:16:32.7606403Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_95, aten.mul.Tensor 2025-03-21T21:16:32.7607179Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_97, aten.mul.Tensor 2025-03-21T21:16:32.7607948Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor, aten.sub.Tensor 2025-03-21T21:16:32.7608705Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor, aten.add.Tensor 2025-03-21T21:16:32.7609472Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_1, aten.sub.Tensor 2025-03-21T21:16:32.7610241Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_1, aten.add.Tensor 2025-03-21T21:16:32.7611000Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_2, aten.sub.Tensor 2025-03-21T21:16:32.7611764Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_2, aten.add.Tensor 2025-03-21T21:16:32.7612531Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_3, aten.sub.Tensor 2025-03-21T21:16:32.7613320Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_3, aten.add.Tensor 2025-03-21T21:16:32.7614074Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_4, aten.sub.Tensor 2025-03-21T21:16:33.2122788Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_4, aten.add.Tensor 2025-03-21T21:16:33.2123780Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_5, aten.sub.Tensor 2025-03-21T21:16:33.2124557Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_5, aten.add.Tensor 2025-03-21T21:16:33.2125336Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_6, aten.sub.Tensor 2025-03-21T21:16:33.2126106Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_6, aten.add.Tensor 2025-03-21T21:16:33.2126877Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_7, aten.sub.Tensor 2025-03-21T21:16:33.2127657Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_7, aten.add.Tensor 2025-03-21T21:16:33.2128405Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_8, aten.sub.Tensor 2025-03-21T21:16:33.2129230Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_8, aten.add.Tensor 2025-03-21T21:16:33.2130003Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_9, aten.sub.Tensor 2025-03-21T21:16:33.2130768Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_9, aten.add.Tensor 2025-03-21T21:16:33.2131543Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_10, aten.sub.Tensor 2025-03-21T21:16:33.2132368Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_10, aten.add.Tensor 2025-03-21T21:16:33.2133130Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_11, aten.sub.Tensor 2025-03-21T21:16:33.2133908Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_11, aten.add.Tensor 2025-03-21T21:16:33.2134685Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_12, aten.sub.Tensor 2025-03-21T21:16:33.2135514Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1, aten._to_copy.default 2025-03-21T21:16:33.2136337Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_12, aten.add.Tensor 2025-03-21T21:16:33.2137157Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_2, aten._to_copy.default 2025-03-21T21:16:33.2137964Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_13, aten.sub.Tensor 2025-03-21T21:16:33.2138780Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_3, aten._to_copy.default 2025-03-21T21:16:33.2139598Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_13, aten.add.Tensor 2025-03-21T21:16:33.2140456Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_4, aten._to_copy.default 2025-03-21T21:16:33.2141276Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_14, aten.sub.Tensor 2025-03-21T21:16:33.2142099Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_5, aten._to_copy.default 2025-03-21T21:16:33.2142914Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_14, aten.add.Tensor 2025-03-21T21:16:33.2143723Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_6, aten._to_copy.default 2025-03-21T21:16:33.2144542Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_15, aten.sub.Tensor 2025-03-21T21:16:33.2145368Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_7, aten._to_copy.default 2025-03-21T21:16:33.2146188Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_15, aten.add.Tensor 2025-03-21T21:16:33.2147012Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_8, aten._to_copy.default 2025-03-21T21:16:33.2147852Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_16, aten.sub.Tensor 2025-03-21T21:16:33.2148679Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_9, aten._to_copy.default 2025-03-21T21:16:33.2149603Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_16, aten.add.Tensor 2025-03-21T21:16:33.2150431Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_10, aten._to_copy.default 2025-03-21T21:16:33.2151255Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_17, aten.sub.Tensor 2025-03-21T21:16:33.2152076Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_11, aten._to_copy.default 2025-03-21T21:16:33.2152897Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_17, aten.add.Tensor 2025-03-21T21:16:33.2153721Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_12, aten._to_copy.default 2025-03-21T21:16:33.2154541Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_18, aten.sub.Tensor 2025-03-21T21:16:33.2155385Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_13, aten._to_copy.default 2025-03-21T21:16:33.2156213Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_18, aten.add.Tensor 2025-03-21T21:16:33.2157037Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_14, aten._to_copy.default 2025-03-21T21:16:33.2157889Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_19, aten.sub.Tensor 2025-03-21T21:16:33.2158712Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_15, aten._to_copy.default 2025-03-21T21:16:33.2159630Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_19, aten.add.Tensor 2025-03-21T21:16:33.2160512Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_16, aten._to_copy.default 2025-03-21T21:16:33.2161332Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_20, aten.sub.Tensor 2025-03-21T21:16:33.2162156Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_17, aten._to_copy.default 2025-03-21T21:16:33.2162983Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_20, aten.add.Tensor 2025-03-21T21:16:33.2163805Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_18, aten._to_copy.default 2025-03-21T21:16:33.2164624Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_21, aten.sub.Tensor 2025-03-21T21:16:33.2165446Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_19, aten._to_copy.default 2025-03-21T21:16:33.2166255Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_21, aten.add.Tensor 2025-03-21T21:16:33.2167112Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_20, aten._to_copy.default 2025-03-21T21:16:33.2167937Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_22, aten.sub.Tensor 2025-03-21T21:16:33.2168756Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_21, aten._to_copy.default 2025-03-21T21:16:33.2169581Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_22, aten.add.Tensor 2025-03-21T21:16:33.2170405Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_22, aten._to_copy.default 2025-03-21T21:16:33.2171216Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_23, aten.sub.Tensor 2025-03-21T21:16:33.2172047Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_23, aten._to_copy.default 2025-03-21T21:16:33.2173020Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_23, aten.add.Tensor 2025-03-21T21:16:33.2174039Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_24, aten._to_copy.default 2025-03-21T21:16:33.2174875Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default, aten.cat.default 2025-03-21T21:16:33.2175660Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_1, aten.cat.default 2025-03-21T21:16:33.2176657Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_2, aten.cat.default 2025-03-21T21:16:33.2177430Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_3, aten.cat.default 2025-03-21T21:16:33.2178214Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_4, aten.cat.default 2025-03-21T21:16:33.2178996Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_5, aten.cat.default 2025-03-21T21:16:33.2179777Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_6, aten.cat.default 2025-03-21T21:16:33.2180563Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_7, aten.cat.default 2025-03-21T21:16:33.2181349Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_8, aten.cat.default 2025-03-21T21:16:33.2182191Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_9, aten.cat.default 2025-03-21T21:16:33.2182984Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_10, aten.cat.default 2025-03-21T21:16:33.2183778Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_11, aten.cat.default 2025-03-21T21:16:33.2184636Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_12, aten.cat.default 2025-03-21T21:16:33.2185429Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_13, aten.cat.default 2025-03-21T21:16:33.2186222Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_14, aten.cat.default 2025-03-21T21:16:33.2187007Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_15, aten.cat.default 2025-03-21T21:16:33.2196273Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_16, aten.cat.default 2025-03-21T21:16:33.2197112Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_17, aten.cat.default 2025-03-21T21:16:33.2197917Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_18, aten.cat.default 2025-03-21T21:16:33.2198698Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_19, aten.cat.default 2025-03-21T21:16:33.6689108Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_20, aten.cat.default 2025-03-21T21:16:33.6689987Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_21, aten.cat.default 2025-03-21T21:16:33.6690789Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_22, aten.cat.default 2025-03-21T21:16:33.6691836Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_23, aten.cat.default 2025-03-21T21:16:33.6692696Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_37, aten.permute_copy.default 2025-03-21T21:16:33.6693641Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_38, aten.permute_copy.default 2025-03-21T21:16:33.6694576Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_39, aten.permute_copy.default 2025-03-21T21:16:33.6695511Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_40, aten.permute_copy.default 2025-03-21T21:16:33.6696453Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_41, aten.permute_copy.default 2025-03-21T21:16:33.6697379Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_42, aten.permute_copy.default 2025-03-21T21:16:33.6698320Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_43, aten.permute_copy.default 2025-03-21T21:16:33.6699243Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_44, aten.permute_copy.default 2025-03-21T21:16:33.6700192Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_45, aten.permute_copy.default 2025-03-21T21:16:33.6701250Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_46, aten.permute_copy.default 2025-03-21T21:16:33.6702183Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_47, aten.permute_copy.default 2025-03-21T21:16:33.6703119Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_48, aten.permute_copy.default 2025-03-21T21:16:33.6703990Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_24, aten.cat.default 2025-03-21T21:16:33.6704789Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_26, aten.cat.default 2025-03-21T21:16:33.6705571Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_28, aten.cat.default 2025-03-21T21:16:33.6706368Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_30, aten.cat.default 2025-03-21T21:16:33.6707212Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_32, aten.cat.default 2025-03-21T21:16:33.6708008Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_34, aten.cat.default 2025-03-21T21:16:33.6708797Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_36, aten.cat.default 2025-03-21T21:16:33.6709754Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_38, aten.cat.default 2025-03-21T21:16:33.6710546Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_40, aten.cat.default 2025-03-21T21:16:33.6711323Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_42, aten.cat.default 2025-03-21T21:16:33.6712125Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_44, aten.cat.default 2025-03-21T21:16:33.6712924Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_46, aten.cat.default 2025-03-21T21:16:33.6713741Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default, aten.matmul.default 2025-03-21T21:16:33.6714586Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_2, aten.matmul.default 2025-03-21T21:16:33.6715428Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_4, aten.matmul.default 2025-03-21T21:16:33.6716262Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_6, aten.matmul.default 2025-03-21T21:16:33.6717099Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_8, aten.matmul.default 2025-03-21T21:16:33.6717935Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_10, aten.matmul.default 2025-03-21T21:16:33.6718816Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_12, aten.matmul.default 2025-03-21T21:16:33.6719656Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_14, aten.matmul.default 2025-03-21T21:16:33.6720497Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_16, aten.matmul.default 2025-03-21T21:16:33.6721341Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_18, aten.matmul.default 2025-03-21T21:16:33.6722165Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_20, aten.matmul.default 2025-03-21T21:16:33.6723000Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_22, aten.matmul.default 2025-03-21T21:16:33.6723800Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor, aten.div.Tensor 2025-03-21T21:16:33.6724572Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_1, aten.div.Tensor 2025-03-21T21:16:33.6725346Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_2, aten.div.Tensor 2025-03-21T21:16:33.6726107Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_3, aten.div.Tensor 2025-03-21T21:16:33.6726935Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_4, aten.div.Tensor 2025-03-21T21:16:33.6727736Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_5, aten.div.Tensor 2025-03-21T21:16:33.6728501Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_6, aten.div.Tensor 2025-03-21T21:16:33.6729266Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_7, aten.div.Tensor 2025-03-21T21:16:33.6730029Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_8, aten.div.Tensor 2025-03-21T21:16:33.6730792Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_9, aten.div.Tensor 2025-03-21T21:16:33.6731566Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_10, aten.div.Tensor 2025-03-21T21:16:33.6732324Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_11, aten.div.Tensor 2025-03-21T21:16:33.6733127Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_24, aten.add.Tensor 2025-03-21T21:16:33.6733907Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_25, aten.add.Tensor 2025-03-21T21:16:33.6734678Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_26, aten.add.Tensor 2025-03-21T21:16:33.6735484Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_27, aten.add.Tensor 2025-03-21T21:16:33.6736255Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_28, aten.add.Tensor 2025-03-21T21:16:33.6737019Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_29, aten.add.Tensor 2025-03-21T21:16:33.6737796Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_30, aten.add.Tensor 2025-03-21T21:16:33.6738576Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_31, aten.add.Tensor 2025-03-21T21:16:33.6739360Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_32, aten.add.Tensor 2025-03-21T21:16:33.6740138Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_33, aten.add.Tensor 2025-03-21T21:16:33.6740914Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_34, aten.add.Tensor 2025-03-21T21:16:33.6741681Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_35, aten.add.Tensor 2025-03-21T21:16:33.6742500Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default, aten._softmax.default 2025-03-21T21:16:33.6743364Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_1, aten._softmax.default 2025-03-21T21:16:33.6744260Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_2, aten._softmax.default 2025-03-21T21:16:33.6745128Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_3, aten._softmax.default 2025-03-21T21:16:33.6745995Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_4, aten._softmax.default 2025-03-21T21:16:33.6746866Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_5, aten._softmax.default 2025-03-21T21:16:33.6747719Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_6, aten._softmax.default 2025-03-21T21:16:33.6748587Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_7, aten._softmax.default 2025-03-21T21:16:33.6749534Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_8, aten._softmax.default 2025-03-21T21:16:33.6750404Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_9, aten._softmax.default 2025-03-21T21:16:33.6751281Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_10, aten._softmax.default 2025-03-21T21:16:33.6752160Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_11, aten._softmax.default 2025-03-21T21:16:33.6753023Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_1, aten.matmul.default 2025-03-21T21:16:33.6753882Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_3, aten.matmul.default 2025-03-21T21:16:33.6754718Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_5, aten.matmul.default 2025-03-21T21:16:33.6755560Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_7, aten.matmul.default 2025-03-21T21:16:34.2968837Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_9, aten.matmul.default 2025-03-21T21:16:34.2970403Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_11, aten.matmul.default 2025-03-21T21:16:34.2971955Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_13, aten.matmul.default 2025-03-21T21:16:34.2973471Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_15, aten.matmul.default 2025-03-21T21:16:34.2975231Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_17, aten.matmul.default 2025-03-21T21:16:34.2976903Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_19, aten.matmul.default 2025-03-21T21:16:34.2978412Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_21, aten.matmul.default 2025-03-21T21:16:34.2979999Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_23, aten.matmul.default 2025-03-21T21:16:34.2981461Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_48, aten.cat.default 2025-03-21T21:16:34.2982982Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_109, aten.view_copy.default 2025-03-21T21:16:34.2984656Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1169, aten.permute_copy.default 2025-03-21T21:16:34.2986335Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_36, aten.convolution.default 2025-03-21T21:16:34.2988033Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1170, aten.permute_copy.default 2025-03-21T21:16:34.2989786Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_110, aten.view_copy.default 2025-03-21T21:16:34.2991287Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_36, aten.add.Tensor 2025-03-21T21:16:34.2992760Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_rms_norm_default_1, aten.rms_norm.default 2025-03-21T21:16:34.2994335Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_111, aten.view_copy.default 2025-03-21T21:16:34.2996046Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1171, aten.permute_copy.default 2025-03-21T21:16:34.2997744Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_37, aten.convolution.default 2025-03-21T21:16:34.2999416Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_38, aten.convolution.default 2025-03-21T21:16:34.3001011Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sigmoid_default, aten.sigmoid.default 2025-03-21T21:16:34.3002470Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_100, aten.mul.Tensor 2025-03-21T21:16:34.3003878Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_101, aten.mul.Tensor 2025-03-21T21:16:34.3005418Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_39, aten.convolution.default 2025-03-21T21:16:34.3007102Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1172, aten.permute_copy.default 2025-03-21T21:16:34.3008760Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_112, aten.view_copy.default 2025-03-21T21:16:34.3010261Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_37, aten.add.Tensor 2025-03-21T21:16:34.3011803Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_rms_norm_default_2, aten.rms_norm.default 2025-03-21T21:16:34.3013387Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_113, aten.view_copy.default 2025-03-21T21:16:34.3015049Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1173, aten.permute_copy.default 2025-03-21T21:16:34.3016683Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_25, aten._to_copy.default 2025-03-21T21:16:34.3018321Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_40, aten.convolution.default 2025-03-21T21:16:34.3020000Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1174, aten.permute_copy.default 2025-03-21T21:16:34.3021739Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_41, aten.convolution.default 2025-03-21T21:16:34.3023424Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1175, aten.permute_copy.default 2025-03-21T21:16:34.3025109Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_42, aten.convolution.default 2025-03-21T21:16:34.3026836Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1176, aten.permute_copy.default 2025-03-21T21:16:34.3028521Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_43, aten.convolution.default 2025-03-21T21:16:34.3030273Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1177, aten.permute_copy.default 2025-03-21T21:16:34.3031942Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_44, aten.convolution.default 2025-03-21T21:16:34.3033627Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1178, aten.permute_copy.default 2025-03-21T21:16:34.3035310Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_45, aten.convolution.default 2025-03-21T21:16:34.3036996Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1179, aten.permute_copy.default 2025-03-21T21:16:34.3038682Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_46, aten.convolution.default 2025-03-21T21:16:34.3040368Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1180, aten.permute_copy.default 2025-03-21T21:16:34.3042011Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_47, aten.convolution.default 2025-03-21T21:16:34.3043734Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1181, aten.permute_copy.default 2025-03-21T21:16:34.3045435Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_48, aten.convolution.default 2025-03-21T21:16:34.3047122Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1182, aten.permute_copy.default 2025-03-21T21:16:34.3048811Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_49, aten.convolution.default 2025-03-21T21:16:34.3050492Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1183, aten.permute_copy.default 2025-03-21T21:16:34.3052184Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_50, aten.convolution.default 2025-03-21T21:16:34.3053873Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1184, aten.permute_copy.default 2025-03-21T21:16:34.3055548Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_51, aten.convolution.default 2025-03-21T21:16:34.3057238Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1185, aten.permute_copy.default 2025-03-21T21:16:34.3058930Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_52, aten.convolution.default 2025-03-21T21:16:34.3060654Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1186, aten.permute_copy.default 2025-03-21T21:16:34.3062342Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_53, aten.convolution.default 2025-03-21T21:16:34.3064032Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1187, aten.permute_copy.default 2025-03-21T21:16:34.3065709Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_54, aten.convolution.default 2025-03-21T21:16:34.3067408Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1188, aten.permute_copy.default 2025-03-21T21:16:34.3069174Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_55, aten.convolution.default 2025-03-21T21:16:34.3071315Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1189, aten.permute_copy.default 2025-03-21T21:16:34.3073011Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_56, aten.convolution.default 2025-03-21T21:16:34.3074706Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1190, aten.permute_copy.default 2025-03-21T21:16:34.3076571Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_57, aten.convolution.default 2025-03-21T21:16:34.3078180Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1191, aten.permute_copy.default 2025-03-21T21:16:34.3080186Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_58, aten.convolution.default 2025-03-21T21:16:34.3082142Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1192, aten.permute_copy.default 2025-03-21T21:16:34.3084103Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_59, aten.convolution.default 2025-03-21T21:16:34.3086059Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1193, aten.permute_copy.default 2025-03-21T21:16:34.3087747Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_60, aten.convolution.default 2025-03-21T21:16:34.3089441Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1194, aten.permute_copy.default 2025-03-21T21:16:34.6677973Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_61, aten.convolution.default 2025-03-21T21:16:34.6680070Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1195, aten.permute_copy.default 2025-03-21T21:16:34.6681825Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_62, aten.convolution.default 2025-03-21T21:16:34.6683589Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1196, aten.permute_copy.default 2025-03-21T21:16:34.6685358Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_63, aten.convolution.default 2025-03-21T21:16:34.6687072Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1197, aten.permute_copy.default 2025-03-21T21:16:34.6688807Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_64, aten.convolution.default 2025-03-21T21:16:34.6690621Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1198, aten.permute_copy.default 2025-03-21T21:16:34.6692359Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_65, aten.convolution.default 2025-03-21T21:16:34.6694128Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1199, aten.permute_copy.default 2025-03-21T21:16:34.6695925Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_66, aten.convolution.default 2025-03-21T21:16:34.6697860Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1200, aten.permute_copy.default 2025-03-21T21:16:34.6699630Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_67, aten.convolution.default 2025-03-21T21:16:34.6701411Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1201, aten.permute_copy.default 2025-03-21T21:16:34.6703149Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_68, aten.convolution.default 2025-03-21T21:16:34.6704898Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1202, aten.permute_copy.default 2025-03-21T21:16:34.6706663Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_69, aten.convolution.default 2025-03-21T21:16:34.6708498Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1203, aten.permute_copy.default 2025-03-21T21:16:34.6710329Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_70, aten.convolution.default 2025-03-21T21:16:34.6712091Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1204, aten.permute_copy.default 2025-03-21T21:16:34.6713931Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_71, aten.convolution.default 2025-03-21T21:16:34.6715699Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1205, aten.permute_copy.default 2025-03-21T21:16:34.6717460Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_72, aten.convolution.default 2025-03-21T21:16:34.6719190Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1206, aten.permute_copy.default 2025-03-21T21:16:34.6720967Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_73, aten.convolution.default 2025-03-21T21:16:34.6722758Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1207, aten.permute_copy.default 2025-03-21T21:16:34.6724499Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_74, aten.convolution.default 2025-03-21T21:16:34.6726246Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1208, aten.permute_copy.default 2025-03-21T21:16:34.6727991Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_75, aten.convolution.default 2025-03-21T21:16:34.6729701Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1209, aten.permute_copy.default 2025-03-21T21:16:34.6731465Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_114, aten.view_copy.default 2025-03-21T21:16:34.6733116Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_115, aten.view_copy.default 2025-03-21T21:16:34.6734816Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_116, aten.view_copy.default 2025-03-21T21:16:34.6736458Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_117, aten.view_copy.default 2025-03-21T21:16:34.6738121Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_118, aten.view_copy.default 2025-03-21T21:16:34.6739821Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_119, aten.view_copy.default 2025-03-21T21:16:34.6741335Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_120, aten.view_copy.default 2025-03-21T21:16:34.6742950Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_121, aten.view_copy.default 2025-03-21T21:16:34.6744613Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_122, aten.view_copy.default 2025-03-21T21:16:34.6746308Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_123, aten.view_copy.default 2025-03-21T21:16:34.6748079Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_124, aten.view_copy.default 2025-03-21T21:16:34.6749811Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_125, aten.view_copy.default 2025-03-21T21:16:34.6751475Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_126, aten.view_copy.default 2025-03-21T21:16:34.6753109Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_127, aten.view_copy.default 2025-03-21T21:16:34.6754732Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_128, aten.view_copy.default 2025-03-21T21:16:34.6756382Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_129, aten.view_copy.default 2025-03-21T21:16:34.6758144Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_130, aten.view_copy.default 2025-03-21T21:16:34.6759784Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_131, aten.view_copy.default 2025-03-21T21:16:34.6761465Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_132, aten.view_copy.default 2025-03-21T21:16:34.6763218Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_133, aten.view_copy.default 2025-03-21T21:16:34.6764861Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_134, aten.view_copy.default 2025-03-21T21:16:34.6766551Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_135, aten.view_copy.default 2025-03-21T21:16:34.6768254Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_136, aten.view_copy.default 2025-03-21T21:16:34.6769914Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_137, aten.view_copy.default 2025-03-21T21:16:34.6771577Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_138, aten.view_copy.default 2025-03-21T21:16:34.6773239Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_139, aten.view_copy.default 2025-03-21T21:16:34.6774886Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_140, aten.view_copy.default 2025-03-21T21:16:34.6776701Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_141, aten.view_copy.default 2025-03-21T21:16:34.6778349Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_142, aten.view_copy.default 2025-03-21T21:16:34.6780125Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_143, aten.view_copy.default 2025-03-21T21:16:34.6781776Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_144, aten.view_copy.default 2025-03-21T21:16:34.6783468Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_145, aten.view_copy.default 2025-03-21T21:16:34.6785147Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_146, aten.view_copy.default 2025-03-21T21:16:34.6786757Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_147, aten.view_copy.default 2025-03-21T21:16:34.6788454Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_148, aten.view_copy.default 2025-03-21T21:16:34.6790220Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_149, aten.view_copy.default 2025-03-21T21:16:34.6791881Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_48, aten.slice_copy.Tensor 2025-03-21T21:16:34.6793518Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_49, aten.slice_copy.Tensor 2025-03-21T21:16:34.6795172Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_50, aten.slice_copy.Tensor 2025-03-21T21:16:34.6796813Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_51, aten.slice_copy.Tensor 2025-03-21T21:16:34.6798528Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_52, aten.slice_copy.Tensor 2025-03-21T21:16:34.6800157Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_53, aten.slice_copy.Tensor 2025-03-21T21:16:34.6801793Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_54, aten.slice_copy.Tensor 2025-03-21T21:16:35.0582987Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_55, aten.slice_copy.Tensor 2025-03-21T21:16:35.0584733Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_56, aten.slice_copy.Tensor 2025-03-21T21:16:35.0586385Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_57, aten.slice_copy.Tensor 2025-03-21T21:16:35.0588276Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_58, aten.slice_copy.Tensor 2025-03-21T21:16:35.0590014Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_59, aten.slice_copy.Tensor 2025-03-21T21:16:35.0591630Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_60, aten.slice_copy.Tensor 2025-03-21T21:16:35.0593396Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_61, aten.slice_copy.Tensor 2025-03-21T21:16:35.0595055Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_62, aten.slice_copy.Tensor 2025-03-21T21:16:35.0596699Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_63, aten.slice_copy.Tensor 2025-03-21T21:16:35.0598376Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_64, aten.slice_copy.Tensor 2025-03-21T21:16:35.0600053Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_65, aten.slice_copy.Tensor 2025-03-21T21:16:35.0601663Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_66, aten.slice_copy.Tensor 2025-03-21T21:16:35.0603345Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_67, aten.slice_copy.Tensor 2025-03-21T21:16:35.0605014Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_68, aten.slice_copy.Tensor 2025-03-21T21:16:35.0606682Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_69, aten.slice_copy.Tensor 2025-03-21T21:16:35.0608330Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_70, aten.slice_copy.Tensor 2025-03-21T21:16:35.0610118Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_71, aten.slice_copy.Tensor 2025-03-21T21:16:35.0611780Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_72, aten.slice_copy.Tensor 2025-03-21T21:16:35.0613406Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_73, aten.slice_copy.Tensor 2025-03-21T21:16:35.0615047Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_74, aten.slice_copy.Tensor 2025-03-21T21:16:35.0616672Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_75, aten.slice_copy.Tensor 2025-03-21T21:16:35.0618334Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_76, aten.slice_copy.Tensor 2025-03-21T21:16:35.0620007Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_77, aten.slice_copy.Tensor 2025-03-21T21:16:35.0621686Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_78, aten.slice_copy.Tensor 2025-03-21T21:16:35.0623345Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_79, aten.slice_copy.Tensor 2025-03-21T21:16:35.0624904Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_80, aten.slice_copy.Tensor 2025-03-21T21:16:35.0626699Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_81, aten.slice_copy.Tensor 2025-03-21T21:16:35.0628365Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_82, aten.slice_copy.Tensor 2025-03-21T21:16:35.0630096Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_83, aten.slice_copy.Tensor 2025-03-21T21:16:35.0631743Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_84, aten.slice_copy.Tensor 2025-03-21T21:16:35.0633396Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_85, aten.slice_copy.Tensor 2025-03-21T21:16:35.0635051Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_86, aten.slice_copy.Tensor 2025-03-21T21:16:35.0636658Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_87, aten.slice_copy.Tensor 2025-03-21T21:16:35.0638395Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_88, aten.slice_copy.Tensor 2025-03-21T21:16:35.0640083Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_89, aten.slice_copy.Tensor 2025-03-21T21:16:35.0641726Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_90, aten.slice_copy.Tensor 2025-03-21T21:16:35.0643499Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_91, aten.slice_copy.Tensor 2025-03-21T21:16:35.0645180Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_92, aten.slice_copy.Tensor 2025-03-21T21:16:35.0646828Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_93, aten.slice_copy.Tensor 2025-03-21T21:16:35.0648515Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_94, aten.slice_copy.Tensor 2025-03-21T21:16:35.0650176Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_95, aten.slice_copy.Tensor 2025-03-21T21:16:35.0651758Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_74, aten.cat.default 2025-03-21T21:16:35.0653234Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_76, aten.cat.default 2025-03-21T21:16:35.0654722Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_78, aten.cat.default 2025-03-21T21:16:35.0656192Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_80, aten.cat.default 2025-03-21T21:16:35.0657648Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_82, aten.cat.default 2025-03-21T21:16:35.0659198Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_84, aten.cat.default 2025-03-21T21:16:35.0660653Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_86, aten.cat.default 2025-03-21T21:16:35.0662144Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_88, aten.cat.default 2025-03-21T21:16:35.0663616Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_90, aten.cat.default 2025-03-21T21:16:35.0665110Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_92, aten.cat.default 2025-03-21T21:16:35.0666607Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_94, aten.cat.default 2025-03-21T21:16:35.0668109Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_96, aten.cat.default 2025-03-21T21:16:35.0669500Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_104, aten.mul.Tensor 2025-03-21T21:16:35.0670997Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_106, aten.mul.Tensor 2025-03-21T21:16:35.0672453Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_105, aten.mul.Tensor 2025-03-21T21:16:35.0673948Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_107, aten.mul.Tensor 2025-03-21T21:16:35.0675470Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_108, aten.mul.Tensor 2025-03-21T21:16:35.0677103Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_110, aten.mul.Tensor 2025-03-21T21:16:35.0678538Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_109, aten.mul.Tensor 2025-03-21T21:16:35.0680004Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_111, aten.mul.Tensor 2025-03-21T21:16:35.0681424Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_112, aten.mul.Tensor 2025-03-21T21:16:35.0682861Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_114, aten.mul.Tensor 2025-03-21T21:16:35.0684303Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_113, aten.mul.Tensor 2025-03-21T21:16:35.0685902Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_115, aten.mul.Tensor 2025-03-21T21:16:35.0687310Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_116, aten.mul.Tensor 2025-03-21T21:16:35.0688785Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_118, aten.mul.Tensor 2025-03-21T21:16:35.0690258Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_117, aten.mul.Tensor 2025-03-21T21:16:35.0691743Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_119, aten.mul.Tensor 2025-03-21T21:16:35.0693216Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_120, aten.mul.Tensor 2025-03-21T21:16:35.0694674Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_122, aten.mul.Tensor 2025-03-21T21:16:35.0696161Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_121, aten.mul.Tensor 2025-03-21T21:16:35.0697583Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_123, aten.mul.Tensor 2025-03-21T21:16:35.0699039Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_124, aten.mul.Tensor 2025-03-21T21:16:35.0700495Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_126, aten.mul.Tensor 2025-03-21T21:16:35.0701953Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_125, aten.mul.Tensor 2025-03-21T21:16:35.0703385Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_127, aten.mul.Tensor 2025-03-21T21:16:35.0704825Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_128, aten.mul.Tensor 2025-03-21T21:16:35.0706254Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_130, aten.mul.Tensor 2025-03-21T21:16:35.4996292Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_129, aten.mul.Tensor 2025-03-21T21:16:35.4997806Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_131, aten.mul.Tensor 2025-03-21T21:16:35.4999253Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_132, aten.mul.Tensor 2025-03-21T21:16:35.5000705Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_134, aten.mul.Tensor 2025-03-21T21:16:35.5002160Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_133, aten.mul.Tensor 2025-03-21T21:16:35.5003618Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_135, aten.mul.Tensor 2025-03-21T21:16:35.5005033Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_136, aten.mul.Tensor 2025-03-21T21:16:35.5006461Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_138, aten.mul.Tensor 2025-03-21T21:16:35.5007916Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_137, aten.mul.Tensor 2025-03-21T21:16:35.5009369Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_139, aten.mul.Tensor 2025-03-21T21:16:35.5010861Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_140, aten.mul.Tensor 2025-03-21T21:16:35.5012465Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_142, aten.mul.Tensor 2025-03-21T21:16:35.5013949Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_141, aten.mul.Tensor 2025-03-21T21:16:35.5015341Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_143, aten.mul.Tensor 2025-03-21T21:16:35.5016816Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_144, aten.mul.Tensor 2025-03-21T21:16:35.5018325Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_146, aten.mul.Tensor 2025-03-21T21:16:35.5019796Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_145, aten.mul.Tensor 2025-03-21T21:16:35.5021233Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_147, aten.mul.Tensor 2025-03-21T21:16:35.5022813Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_148, aten.mul.Tensor 2025-03-21T21:16:35.5024277Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_150, aten.mul.Tensor 2025-03-21T21:16:35.5025741Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_149, aten.mul.Tensor 2025-03-21T21:16:35.5027163Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_151, aten.mul.Tensor 2025-03-21T21:16:35.5028713Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_152, aten.mul.Tensor 2025-03-21T21:16:35.5030247Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_154, aten.mul.Tensor 2025-03-21T21:16:35.5031694Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_153, aten.mul.Tensor 2025-03-21T21:16:35.5033157Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_155, aten.mul.Tensor 2025-03-21T21:16:35.5034615Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_156, aten.mul.Tensor 2025-03-21T21:16:35.5036101Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_158, aten.mul.Tensor 2025-03-21T21:16:35.5037467Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_157, aten.mul.Tensor 2025-03-21T21:16:35.5038940Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_159, aten.mul.Tensor 2025-03-21T21:16:35.5040396Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_160, aten.mul.Tensor 2025-03-21T21:16:35.5041856Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_162, aten.mul.Tensor 2025-03-21T21:16:35.5043388Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_161, aten.mul.Tensor 2025-03-21T21:16:35.5044840Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_163, aten.mul.Tensor 2025-03-21T21:16:35.5046282Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_164, aten.mul.Tensor 2025-03-21T21:16:35.5047748Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_166, aten.mul.Tensor 2025-03-21T21:16:35.5049184Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_165, aten.mul.Tensor 2025-03-21T21:16:35.5050612Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_167, aten.mul.Tensor 2025-03-21T21:16:35.5052043Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_168, aten.mul.Tensor 2025-03-21T21:16:35.5053512Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_170, aten.mul.Tensor 2025-03-21T21:16:35.5054933Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_169, aten.mul.Tensor 2025-03-21T21:16:35.5056407Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_171, aten.mul.Tensor 2025-03-21T21:16:35.5057870Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_172, aten.mul.Tensor 2025-03-21T21:16:35.5059343Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_174, aten.mul.Tensor 2025-03-21T21:16:35.5060878Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_173, aten.mul.Tensor 2025-03-21T21:16:35.5062324Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_175, aten.mul.Tensor 2025-03-21T21:16:35.5063809Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_176, aten.mul.Tensor 2025-03-21T21:16:35.5065250Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_178, aten.mul.Tensor 2025-03-21T21:16:35.5066694Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_177, aten.mul.Tensor 2025-03-21T21:16:35.5068146Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_179, aten.mul.Tensor 2025-03-21T21:16:35.5069664Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_180, aten.mul.Tensor 2025-03-21T21:16:35.5071170Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_182, aten.mul.Tensor 2025-03-21T21:16:35.5072605Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_181, aten.mul.Tensor 2025-03-21T21:16:35.5074052Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_183, aten.mul.Tensor 2025-03-21T21:16:35.5075590Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_184, aten.mul.Tensor 2025-03-21T21:16:35.5077205Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_186, aten.mul.Tensor 2025-03-21T21:16:35.5078681Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_185, aten.mul.Tensor 2025-03-21T21:16:35.5080131Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_187, aten.mul.Tensor 2025-03-21T21:16:35.5081605Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_188, aten.mul.Tensor 2025-03-21T21:16:35.5082905Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_190, aten.mul.Tensor 2025-03-21T21:16:35.5084388Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_189, aten.mul.Tensor 2025-03-21T21:16:35.5085830Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_191, aten.mul.Tensor 2025-03-21T21:16:35.5087310Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_192, aten.mul.Tensor 2025-03-21T21:16:35.5088722Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_194, aten.mul.Tensor 2025-03-21T21:16:35.5090175Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_193, aten.mul.Tensor 2025-03-21T21:16:35.5091771Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_195, aten.mul.Tensor 2025-03-21T21:16:35.5093222Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_196, aten.mul.Tensor 2025-03-21T21:16:35.5094655Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_198, aten.mul.Tensor 2025-03-21T21:16:35.5096092Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_197, aten.mul.Tensor 2025-03-21T21:16:35.5097525Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_199, aten.mul.Tensor 2025-03-21T21:16:35.5099001Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_24, aten.sub.Tensor 2025-03-21T21:16:35.5100432Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_38, aten.add.Tensor 2025-03-21T21:16:35.5101891Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_25, aten.sub.Tensor 2025-03-21T21:16:35.5103343Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_39, aten.add.Tensor 2025-03-21T21:16:35.5104787Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_26, aten.sub.Tensor 2025-03-21T21:16:35.5106225Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_40, aten.add.Tensor 2025-03-21T21:16:35.5107669Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_27, aten.sub.Tensor 2025-03-21T21:16:35.5109326Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_41, aten.add.Tensor 2025-03-21T21:16:35.5110746Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_28, aten.sub.Tensor 2025-03-21T21:16:35.5112180Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_42, aten.add.Tensor 2025-03-21T21:16:35.5113609Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_29, aten.sub.Tensor 2025-03-21T21:16:35.5115040Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_43, aten.add.Tensor 2025-03-21T21:16:35.5116449Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_30, aten.sub.Tensor 2025-03-21T21:16:35.5117858Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_44, aten.add.Tensor 2025-03-21T21:16:35.5119393Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_31, aten.sub.Tensor 2025-03-21T21:16:35.9515567Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_45, aten.add.Tensor 2025-03-21T21:16:35.9517100Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_32, aten.sub.Tensor 2025-03-21T21:16:35.9519362Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_46, aten.add.Tensor 2025-03-21T21:16:35.9520802Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_33, aten.sub.Tensor 2025-03-21T21:16:35.9522233Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_47, aten.add.Tensor 2025-03-21T21:16:35.9523665Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_34, aten.sub.Tensor 2025-03-21T21:16:35.9525072Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_48, aten.add.Tensor 2025-03-21T21:16:35.9526500Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_35, aten.sub.Tensor 2025-03-21T21:16:35.9527969Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_49, aten.add.Tensor 2025-03-21T21:16:35.9529391Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_36, aten.sub.Tensor 2025-03-21T21:16:35.9530958Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_26, aten._to_copy.default 2025-03-21T21:16:35.9532493Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_50, aten.add.Tensor 2025-03-21T21:16:35.9534055Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_27, aten._to_copy.default 2025-03-21T21:16:35.9535453Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_37, aten.sub.Tensor 2025-03-21T21:16:35.9536816Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_28, aten._to_copy.default 2025-03-21T21:16:35.9538170Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_51, aten.add.Tensor 2025-03-21T21:16:35.9539518Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_29, aten._to_copy.default 2025-03-21T21:16:35.9540914Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_38, aten.sub.Tensor 2025-03-21T21:16:35.9542474Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_30, aten._to_copy.default 2025-03-21T21:16:35.9543987Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_52, aten.add.Tensor 2025-03-21T21:16:35.9545542Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_31, aten._to_copy.default 2025-03-21T21:16:35.9547038Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_39, aten.sub.Tensor 2025-03-21T21:16:35.9548541Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_32, aten._to_copy.default 2025-03-21T21:16:35.9550148Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_53, aten.add.Tensor 2025-03-21T21:16:35.9551849Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_33, aten._to_copy.default 2025-03-21T21:16:35.9553324Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_40, aten.sub.Tensor 2025-03-21T21:16:35.9554835Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_34, aten._to_copy.default 2025-03-21T21:16:35.9556346Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_54, aten.add.Tensor 2025-03-21T21:16:35.9557879Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_35, aten._to_copy.default 2025-03-21T21:16:35.9559418Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_41, aten.sub.Tensor 2025-03-21T21:16:35.9560942Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_36, aten._to_copy.default 2025-03-21T21:16:35.9562632Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_55, aten.add.Tensor 2025-03-21T21:16:35.9563992Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_37, aten._to_copy.default 2025-03-21T21:16:35.9565363Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_42, aten.sub.Tensor 2025-03-21T21:16:35.9566818Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_38, aten._to_copy.default 2025-03-21T21:16:35.9568170Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_56, aten.add.Tensor 2025-03-21T21:16:35.9569606Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_39, aten._to_copy.default 2025-03-21T21:16:35.9571179Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_43, aten.sub.Tensor 2025-03-21T21:16:35.9572716Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_40, aten._to_copy.default 2025-03-21T21:16:35.9574276Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_57, aten.add.Tensor 2025-03-21T21:16:35.9575780Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_41, aten._to_copy.default 2025-03-21T21:16:35.9577519Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_44, aten.sub.Tensor 2025-03-21T21:16:35.9579057Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_42, aten._to_copy.default 2025-03-21T21:16:35.9580580Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_58, aten.add.Tensor 2025-03-21T21:16:35.9582071Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_43, aten._to_copy.default 2025-03-21T21:16:35.9583752Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_45, aten.sub.Tensor 2025-03-21T21:16:35.9585316Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_44, aten._to_copy.default 2025-03-21T21:16:35.9586837Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_59, aten.add.Tensor 2025-03-21T21:16:35.9588387Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_45, aten._to_copy.default 2025-03-21T21:16:35.9590016Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_46, aten.sub.Tensor 2025-03-21T21:16:35.9591571Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_46, aten._to_copy.default 2025-03-21T21:16:35.9592862Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_60, aten.add.Tensor 2025-03-21T21:16:35.9594281Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_47, aten._to_copy.default 2025-03-21T21:16:35.9595656Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_47, aten.sub.Tensor 2025-03-21T21:16:35.9597056Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_48, aten._to_copy.default 2025-03-21T21:16:35.9598585Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_61, aten.add.Tensor 2025-03-21T21:16:35.9600263Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_49, aten._to_copy.default 2025-03-21T21:16:35.9601831Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_49, aten.cat.default 2025-03-21T21:16:35.9603280Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_50, aten.cat.default 2025-03-21T21:16:35.9604738Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_51, aten.cat.default 2025-03-21T21:16:35.9606187Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_52, aten.cat.default 2025-03-21T21:16:35.9607630Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_53, aten.cat.default 2025-03-21T21:16:35.9609181Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_54, aten.cat.default 2025-03-21T21:16:35.9610625Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_55, aten.cat.default 2025-03-21T21:16:35.9612080Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_56, aten.cat.default 2025-03-21T21:16:35.9613573Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_57, aten.cat.default 2025-03-21T21:16:35.9615105Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_58, aten.cat.default 2025-03-21T21:16:35.9616577Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_59, aten.cat.default 2025-03-21T21:16:35.9618040Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_60, aten.cat.default 2025-03-21T21:16:35.9619528Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_61, aten.cat.default 2025-03-21T21:16:35.9620784Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_62, aten.cat.default 2025-03-21T21:16:35.9622171Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_63, aten.cat.default 2025-03-21T21:16:35.9623498Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_64, aten.cat.default 2025-03-21T21:16:35.9624826Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_65, aten.cat.default 2025-03-21T21:16:35.9626305Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_66, aten.cat.default 2025-03-21T21:16:35.9627772Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_67, aten.cat.default 2025-03-21T21:16:35.9629340Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_68, aten.cat.default 2025-03-21T21:16:35.9630895Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_69, aten.cat.default 2025-03-21T21:16:35.9632360Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_70, aten.cat.default 2025-03-21T21:16:35.9633814Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_71, aten.cat.default 2025-03-21T21:16:35.9635277Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_72, aten.cat.default 2025-03-21T21:16:35.9636865Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_90, aten.permute_copy.default 2025-03-21T21:16:36.4106307Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_91, aten.permute_copy.default 2025-03-21T21:16:36.4107381Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_92, aten.permute_copy.default 2025-03-21T21:16:36.4108349Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_93, aten.permute_copy.default 2025-03-21T21:16:36.4109348Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_94, aten.permute_copy.default 2025-03-21T21:16:36.4110288Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_95, aten.permute_copy.default 2025-03-21T21:16:36.4111439Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_96, aten.permute_copy.default 2025-03-21T21:16:36.4112368Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_97, aten.permute_copy.default 2025-03-21T21:16:36.4113294Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_98, aten.permute_copy.default 2025-03-21T21:16:36.4114224Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_99, aten.permute_copy.default 2025-03-21T21:16:36.4115163Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_100, aten.permute_copy.default 2025-03-21T21:16:36.4116098Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_101, aten.permute_copy.default 2025-03-21T21:16:36.4117020Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_73, aten.cat.default 2025-03-21T21:16:36.4117821Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_75, aten.cat.default 2025-03-21T21:16:36.4118617Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_77, aten.cat.default 2025-03-21T21:16:36.4119437Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_79, aten.cat.default 2025-03-21T21:16:36.4120293Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_81, aten.cat.default 2025-03-21T21:16:36.4121077Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_83, aten.cat.default 2025-03-21T21:16:36.4121876Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_85, aten.cat.default 2025-03-21T21:16:36.4122668Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_87, aten.cat.default 2025-03-21T21:16:36.4123462Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_89, aten.cat.default 2025-03-21T21:16:36.4124250Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_91, aten.cat.default 2025-03-21T21:16:36.4125039Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_93, aten.cat.default 2025-03-21T21:16:36.4125815Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_95, aten.cat.default 2025-03-21T21:16:36.4126664Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_24, aten.matmul.default 2025-03-21T21:16:36.4127509Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_26, aten.matmul.default 2025-03-21T21:16:36.4128392Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_28, aten.matmul.default 2025-03-21T21:16:36.4129239Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_30, aten.matmul.default 2025-03-21T21:16:36.4130085Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_32, aten.matmul.default 2025-03-21T21:16:36.4130927Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_34, aten.matmul.default 2025-03-21T21:16:36.4131771Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_36, aten.matmul.default 2025-03-21T21:16:36.4132617Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_38, aten.matmul.default 2025-03-21T21:16:36.4133462Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_40, aten.matmul.default 2025-03-21T21:16:36.4134290Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_42, aten.matmul.default 2025-03-21T21:16:36.4135136Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_44, aten.matmul.default 2025-03-21T21:16:36.4135985Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_46, aten.matmul.default 2025-03-21T21:16:36.4136796Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_12, aten.div.Tensor 2025-03-21T21:16:36.4137611Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_13, aten.div.Tensor 2025-03-21T21:16:36.4138388Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_14, aten.div.Tensor 2025-03-21T21:16:36.4139155Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_15, aten.div.Tensor 2025-03-21T21:16:36.4139933Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_16, aten.div.Tensor 2025-03-21T21:16:36.4140708Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_17, aten.div.Tensor 2025-03-21T21:16:36.4141480Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_18, aten.div.Tensor 2025-03-21T21:16:36.4142256Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_19, aten.div.Tensor 2025-03-21T21:16:36.4143057Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_20, aten.div.Tensor 2025-03-21T21:16:36.4143819Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_21, aten.div.Tensor 2025-03-21T21:16:36.4144594Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_22, aten.div.Tensor 2025-03-21T21:16:36.4145364Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_23, aten.div.Tensor 2025-03-21T21:16:36.4146171Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_62, aten.add.Tensor 2025-03-21T21:16:36.4146945Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_63, aten.add.Tensor 2025-03-21T21:16:36.4147717Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_64, aten.add.Tensor 2025-03-21T21:16:36.4148490Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_65, aten.add.Tensor 2025-03-21T21:16:36.4149349Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_66, aten.add.Tensor 2025-03-21T21:16:36.4150132Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_67, aten.add.Tensor 2025-03-21T21:16:36.4150909Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_68, aten.add.Tensor 2025-03-21T21:16:36.4151683Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_69, aten.add.Tensor 2025-03-21T21:16:36.4152464Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_70, aten.add.Tensor 2025-03-21T21:16:36.4153242Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_71, aten.add.Tensor 2025-03-21T21:16:36.4154009Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_72, aten.add.Tensor 2025-03-21T21:16:36.4154851Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_73, aten.add.Tensor 2025-03-21T21:16:36.4155683Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_12, aten._softmax.default 2025-03-21T21:16:36.4156559Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_13, aten._softmax.default 2025-03-21T21:16:36.4157433Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_14, aten._softmax.default 2025-03-21T21:16:36.4158305Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_15, aten._softmax.default 2025-03-21T21:16:36.4159177Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_16, aten._softmax.default 2025-03-21T21:16:36.4160033Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_17, aten._softmax.default 2025-03-21T21:16:36.4160903Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_18, aten._softmax.default 2025-03-21T21:16:36.4161775Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_19, aten._softmax.default 2025-03-21T21:16:36.4162645Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_20, aten._softmax.default 2025-03-21T21:16:36.4163549Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_21, aten._softmax.default 2025-03-21T21:16:36.4164416Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_22, aten._softmax.default 2025-03-21T21:16:36.4165274Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_23, aten._softmax.default 2025-03-21T21:16:36.4166130Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_25, aten.matmul.default 2025-03-21T21:16:36.4166968Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_27, aten.matmul.default 2025-03-21T21:16:36.4167814Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_29, aten.matmul.default 2025-03-21T21:16:36.4168652Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_31, aten.matmul.default 2025-03-21T21:16:36.4169521Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_33, aten.matmul.default 2025-03-21T21:16:36.4170362Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_35, aten.matmul.default 2025-03-21T21:16:36.4171186Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_37, aten.matmul.default 2025-03-21T21:16:36.4172052Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_39, aten.matmul.default 2025-03-21T21:16:36.4172889Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_41, aten.matmul.default 2025-03-21T21:16:37.0449608Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_43, aten.matmul.default 2025-03-21T21:16:37.0451189Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_45, aten.matmul.default 2025-03-21T21:16:37.0452689Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_47, aten.matmul.default 2025-03-21T21:16:37.0454159Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_97, aten.cat.default 2025-03-21T21:16:37.0455677Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_222, aten.view_copy.default 2025-03-21T21:16:37.0457337Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1210, aten.permute_copy.default 2025-03-21T21:16:37.0459041Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_76, aten.convolution.default 2025-03-21T21:16:37.0460730Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1211, aten.permute_copy.default 2025-03-21T21:16:37.0462631Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_223, aten.view_copy.default 2025-03-21T21:16:37.0464137Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_74, aten.add.Tensor 2025-03-21T21:16:37.0465607Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_rms_norm_default_3, aten.rms_norm.default 2025-03-21T21:16:37.0467181Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_224, aten.view_copy.default 2025-03-21T21:16:37.0468902Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1212, aten.permute_copy.default 2025-03-21T21:16:37.0470585Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_77, aten.convolution.default 2025-03-21T21:16:37.0472235Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_78, aten.convolution.default 2025-03-21T21:16:37.0473837Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sigmoid_default_1, aten.sigmoid.default 2025-03-21T21:16:37.0475301Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_202, aten.mul.Tensor 2025-03-21T21:16:37.0476848Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_203, aten.mul.Tensor 2025-03-21T21:16:37.0478390Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_79, aten.convolution.default 2025-03-21T21:16:37.0480169Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1213, aten.permute_copy.default 2025-03-21T21:16:37.0481828Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_225, aten.view_copy.default 2025-03-21T21:16:37.0483320Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_75, aten.add.Tensor 2025-03-21T21:16:37.0484789Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_rms_norm_default_4, aten.rms_norm.default 2025-03-21T21:16:37.0486373Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_226, aten.view_copy.default 2025-03-21T21:16:37.0488018Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1214, aten.permute_copy.default 2025-03-21T21:16:37.0489713Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_50, aten._to_copy.default 2025-03-21T21:16:37.0491327Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_80, aten.convolution.default 2025-03-21T21:16:37.0493009Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1215, aten.permute_copy.default 2025-03-21T21:16:37.0494749Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_81, aten.convolution.default 2025-03-21T21:16:37.0496431Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1216, aten.permute_copy.default 2025-03-21T21:16:37.0498113Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_82, aten.convolution.default 2025-03-21T21:16:37.0499830Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1217, aten.permute_copy.default 2025-03-21T21:16:37.0501519Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_83, aten.convolution.default 2025-03-21T21:16:37.0503219Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1218, aten.permute_copy.default 2025-03-21T21:16:37.0504908Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_84, aten.convolution.default 2025-03-21T21:16:37.0506592Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1219, aten.permute_copy.default 2025-03-21T21:16:37.0508259Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_85, aten.convolution.default 2025-03-21T21:16:37.0510050Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1220, aten.permute_copy.default 2025-03-21T21:16:37.0511739Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_86, aten.convolution.default 2025-03-21T21:16:37.0513423Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1221, aten.permute_copy.default 2025-03-21T21:16:37.0515117Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_87, aten.convolution.default 2025-03-21T21:16:37.0516802Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1222, aten.permute_copy.default 2025-03-21T21:16:37.0518492Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_88, aten.convolution.default 2025-03-21T21:16:37.0520161Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1223, aten.permute_copy.default 2025-03-21T21:16:37.0521835Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_89, aten.convolution.default 2025-03-21T21:16:37.0523507Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1224, aten.permute_copy.default 2025-03-21T21:16:37.0525205Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_90, aten.convolution.default 2025-03-21T21:16:37.0526886Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1225, aten.permute_copy.default 2025-03-21T21:16:37.0528620Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_91, aten.convolution.default 2025-03-21T21:16:37.0530294Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1226, aten.permute_copy.default 2025-03-21T21:16:37.0531972Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_92, aten.convolution.default 2025-03-21T21:16:37.0533659Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1227, aten.permute_copy.default 2025-03-21T21:16:37.0535358Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_93, aten.convolution.default 2025-03-21T21:16:37.0537040Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1228, aten.permute_copy.default 2025-03-21T21:16:37.0538840Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_94, aten.convolution.default 2025-03-21T21:16:37.0540528Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1229, aten.permute_copy.default 2025-03-21T21:16:37.0542210Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_95, aten.convolution.default 2025-03-21T21:16:37.0543942Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1230, aten.permute_copy.default 2025-03-21T21:16:37.0545628Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_96, aten.convolution.default 2025-03-21T21:16:37.0547326Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1231, aten.permute_copy.default 2025-03-21T21:16:37.0549087Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_97, aten.convolution.default 2025-03-21T21:16:37.0550787Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1232, aten.permute_copy.default 2025-03-21T21:16:37.0552476Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_98, aten.convolution.default 2025-03-21T21:16:37.0554159Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1233, aten.permute_copy.default 2025-03-21T21:16:37.0555846Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_99, aten.convolution.default 2025-03-21T21:16:37.0557543Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1234, aten.permute_copy.default 2025-03-21T21:16:37.0559209Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_100, aten.convolution.default 2025-03-21T21:16:37.0561239Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1235, aten.permute_copy.default 2025-03-21T21:16:37.0563212Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_101, aten.convolution.default 2025-03-21T21:16:37.0565186Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1236, aten.permute_copy.default 2025-03-21T21:16:37.0567121Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_102, aten.convolution.default 2025-03-21T21:16:37.0568819Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1237, aten.permute_copy.default 2025-03-21T21:16:37.4027572Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_103, aten.convolution.default 2025-03-21T21:16:37.4029433Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1238, aten.permute_copy.default 2025-03-21T21:16:37.4031172Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_104, aten.convolution.default 2025-03-21T21:16:37.4032883Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1239, aten.permute_copy.default 2025-03-21T21:16:37.4034824Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_105, aten.convolution.default 2025-03-21T21:16:37.4036517Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1240, aten.permute_copy.default 2025-03-21T21:16:37.4038226Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_106, aten.convolution.default 2025-03-21T21:16:37.4039916Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1241, aten.permute_copy.default 2025-03-21T21:16:37.4041618Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_107, aten.convolution.default 2025-03-21T21:16:37.4043300Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1242, aten.permute_copy.default 2025-03-21T21:16:37.4045077Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_108, aten.convolution.default 2025-03-21T21:16:37.4046778Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1243, aten.permute_copy.default 2025-03-21T21:16:37.4048479Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_109, aten.convolution.default 2025-03-21T21:16:37.4050244Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1244, aten.permute_copy.default 2025-03-21T21:16:37.4051944Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_110, aten.convolution.default 2025-03-21T21:16:37.4053642Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1245, aten.permute_copy.default 2025-03-21T21:16:37.4055324Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_111, aten.convolution.default 2025-03-21T21:16:37.4057020Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1246, aten.permute_copy.default 2025-03-21T21:16:37.4058709Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_112, aten.convolution.default 2025-03-21T21:16:37.4060398Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1247, aten.permute_copy.default 2025-03-21T21:16:37.4062090Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_113, aten.convolution.default 2025-03-21T21:16:37.4063779Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1248, aten.permute_copy.default 2025-03-21T21:16:37.4065533Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_114, aten.convolution.default 2025-03-21T21:16:37.4067211Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1249, aten.permute_copy.default 2025-03-21T21:16:37.4068945Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_115, aten.convolution.default 2025-03-21T21:16:37.4070641Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1250, aten.permute_copy.default 2025-03-21T21:16:37.4072296Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_227, aten.view_copy.default 2025-03-21T21:16:37.4073911Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_228, aten.view_copy.default 2025-03-21T21:16:37.4075516Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_229, aten.view_copy.default 2025-03-21T21:16:37.4077309Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_230, aten.view_copy.default 2025-03-21T21:16:37.4078899Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_231, aten.view_copy.default 2025-03-21T21:16:37.4080505Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_232, aten.view_copy.default 2025-03-21T21:16:37.4082104Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_233, aten.view_copy.default 2025-03-21T21:16:37.4083778Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_234, aten.view_copy.default 2025-03-21T21:16:37.4085381Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_235, aten.view_copy.default 2025-03-21T21:16:37.4086984Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_236, aten.view_copy.default 2025-03-21T21:16:37.4088580Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_237, aten.view_copy.default 2025-03-21T21:16:37.4090163Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_238, aten.view_copy.default 2025-03-21T21:16:37.4091765Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_239, aten.view_copy.default 2025-03-21T21:16:37.4093411Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_240, aten.view_copy.default 2025-03-21T21:16:37.4095038Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_241, aten.view_copy.default 2025-03-21T21:16:37.4096645Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_242, aten.view_copy.default 2025-03-21T21:16:37.4098296Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_243, aten.view_copy.default 2025-03-21T21:16:37.4100022Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_244, aten.view_copy.default 2025-03-21T21:16:37.4101641Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_245, aten.view_copy.default 2025-03-21T21:16:37.4103246Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_246, aten.view_copy.default 2025-03-21T21:16:37.4104856Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_247, aten.view_copy.default 2025-03-21T21:16:37.4106467Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_248, aten.view_copy.default 2025-03-21T21:16:37.4108074Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_249, aten.view_copy.default 2025-03-21T21:16:37.4109683Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_250, aten.view_copy.default 2025-03-21T21:16:37.4111286Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_251, aten.view_copy.default 2025-03-21T21:16:37.4112885Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_252, aten.view_copy.default 2025-03-21T21:16:37.4114548Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_253, aten.view_copy.default 2025-03-21T21:16:37.4116165Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_254, aten.view_copy.default 2025-03-21T21:16:37.4117770Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_255, aten.view_copy.default 2025-03-21T21:16:37.4119384Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_256, aten.view_copy.default 2025-03-21T21:16:37.4120977Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_257, aten.view_copy.default 2025-03-21T21:16:37.4122583Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_258, aten.view_copy.default 2025-03-21T21:16:37.4124179Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_259, aten.view_copy.default 2025-03-21T21:16:37.4125790Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_260, aten.view_copy.default 2025-03-21T21:16:37.4127395Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_261, aten.view_copy.default 2025-03-21T21:16:37.4129003Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_262, aten.view_copy.default 2025-03-21T21:16:37.4130622Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_96, aten.slice_copy.Tensor 2025-03-21T21:16:37.4132219Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_97, aten.slice_copy.Tensor 2025-03-21T21:16:37.4133803Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_98, aten.slice_copy.Tensor 2025-03-21T21:16:37.4135384Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_99, aten.slice_copy.Tensor 2025-03-21T21:16:37.4136977Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_100, aten.slice_copy.Tensor 2025-03-21T21:16:37.4138575Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_101, aten.slice_copy.Tensor 2025-03-21T21:16:37.4140211Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_102, aten.slice_copy.Tensor 2025-03-21T21:16:37.4141806Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_103, aten.slice_copy.Tensor 2025-03-21T21:16:37.4143412Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_104, aten.slice_copy.Tensor 2025-03-21T21:16:37.4145037Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_105, aten.slice_copy.Tensor 2025-03-21T21:16:37.4146644Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_106, aten.slice_copy.Tensor 2025-03-21T21:16:37.7931405Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_107, aten.slice_copy.Tensor 2025-03-21T21:16:37.7932409Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_108, aten.slice_copy.Tensor 2025-03-21T21:16:37.7933314Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_109, aten.slice_copy.Tensor 2025-03-21T21:16:37.7934223Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_110, aten.slice_copy.Tensor 2025-03-21T21:16:37.7935110Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_111, aten.slice_copy.Tensor 2025-03-21T21:16:37.7935998Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_112, aten.slice_copy.Tensor 2025-03-21T21:16:37.7936895Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_113, aten.slice_copy.Tensor 2025-03-21T21:16:37.7937782Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_114, aten.slice_copy.Tensor 2025-03-21T21:16:37.7938852Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_115, aten.slice_copy.Tensor 2025-03-21T21:16:37.7939742Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_116, aten.slice_copy.Tensor 2025-03-21T21:16:37.7940634Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_117, aten.slice_copy.Tensor 2025-03-21T21:16:37.7941511Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_118, aten.slice_copy.Tensor 2025-03-21T21:16:37.7942399Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_119, aten.slice_copy.Tensor 2025-03-21T21:16:37.7943289Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_120, aten.slice_copy.Tensor 2025-03-21T21:16:37.7944180Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_121, aten.slice_copy.Tensor 2025-03-21T21:16:37.7945074Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_122, aten.slice_copy.Tensor 2025-03-21T21:16:37.7945964Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_123, aten.slice_copy.Tensor 2025-03-21T21:16:37.7946843Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_124, aten.slice_copy.Tensor 2025-03-21T21:16:37.7947732Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_125, aten.slice_copy.Tensor 2025-03-21T21:16:37.7948686Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_126, aten.slice_copy.Tensor 2025-03-21T21:16:37.7949666Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_127, aten.slice_copy.Tensor 2025-03-21T21:16:37.7950560Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_128, aten.slice_copy.Tensor 2025-03-21T21:16:37.7951452Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_129, aten.slice_copy.Tensor 2025-03-21T21:16:37.7952346Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_130, aten.slice_copy.Tensor 2025-03-21T21:16:37.7953260Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_131, aten.slice_copy.Tensor 2025-03-21T21:16:37.7954603Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_132, aten.slice_copy.Tensor 2025-03-21T21:16:37.7955503Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_133, aten.slice_copy.Tensor 2025-03-21T21:16:37.7956396Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_134, aten.slice_copy.Tensor 2025-03-21T21:16:37.7957358Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_135, aten.slice_copy.Tensor 2025-03-21T21:16:37.7958252Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_136, aten.slice_copy.Tensor 2025-03-21T21:16:37.7959153Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_137, aten.slice_copy.Tensor 2025-03-21T21:16:37.7960049Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_138, aten.slice_copy.Tensor 2025-03-21T21:16:37.7960941Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_139, aten.slice_copy.Tensor 2025-03-21T21:16:37.7961843Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_140, aten.slice_copy.Tensor 2025-03-21T21:16:37.7962736Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_141, aten.slice_copy.Tensor 2025-03-21T21:16:37.7963635Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_142, aten.slice_copy.Tensor 2025-03-21T21:16:37.7964530Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_143, aten.slice_copy.Tensor 2025-03-21T21:16:37.7965381Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_123, aten.cat.default 2025-03-21T21:16:37.7966217Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_125, aten.cat.default 2025-03-21T21:16:37.7967006Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_127, aten.cat.default 2025-03-21T21:16:37.7967804Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_129, aten.cat.default 2025-03-21T21:16:37.7968604Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_131, aten.cat.default 2025-03-21T21:16:37.7969399Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_133, aten.cat.default 2025-03-21T21:16:37.7970200Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_135, aten.cat.default 2025-03-21T21:16:37.7970995Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_137, aten.cat.default 2025-03-21T21:16:37.7971779Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_139, aten.cat.default 2025-03-21T21:16:37.7972578Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_141, aten.cat.default 2025-03-21T21:16:37.7973376Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_143, aten.cat.default 2025-03-21T21:16:37.7974174Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_145, aten.cat.default 2025-03-21T21:16:37.7974996Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_206, aten.mul.Tensor 2025-03-21T21:16:37.7987833Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_208, aten.mul.Tensor 2025-03-21T21:16:37.7988674Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_207, aten.mul.Tensor 2025-03-21T21:16:37.7989552Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_209, aten.mul.Tensor 2025-03-21T21:16:37.7990342Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_210, aten.mul.Tensor 2025-03-21T21:16:37.7991137Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_212, aten.mul.Tensor 2025-03-21T21:16:37.7991909Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_211, aten.mul.Tensor 2025-03-21T21:16:37.7992815Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_213, aten.mul.Tensor 2025-03-21T21:16:37.7993603Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_214, aten.mul.Tensor 2025-03-21T21:16:37.7994390Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_216, aten.mul.Tensor 2025-03-21T21:16:37.7995214Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_215, aten.mul.Tensor 2025-03-21T21:16:37.7995992Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_217, aten.mul.Tensor 2025-03-21T21:16:37.7996774Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_218, aten.mul.Tensor 2025-03-21T21:16:37.7997561Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_220, aten.mul.Tensor 2025-03-21T21:16:37.7998342Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_219, aten.mul.Tensor 2025-03-21T21:16:37.7999123Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_221, aten.mul.Tensor 2025-03-21T21:16:37.7999892Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_222, aten.mul.Tensor 2025-03-21T21:16:37.8000673Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_224, aten.mul.Tensor 2025-03-21T21:16:37.8001455Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_223, aten.mul.Tensor 2025-03-21T21:16:37.8002238Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_225, aten.mul.Tensor 2025-03-21T21:16:37.8003019Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_226, aten.mul.Tensor 2025-03-21T21:16:37.8003838Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_228, aten.mul.Tensor 2025-03-21T21:16:37.8004624Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_227, aten.mul.Tensor 2025-03-21T21:16:37.8005399Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_229, aten.mul.Tensor 2025-03-21T21:16:37.8006183Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_230, aten.mul.Tensor 2025-03-21T21:16:37.8006967Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_232, aten.mul.Tensor 2025-03-21T21:16:37.8007749Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_231, aten.mul.Tensor 2025-03-21T21:16:37.8008534Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_233, aten.mul.Tensor 2025-03-21T21:16:37.8009316Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_234, aten.mul.Tensor 2025-03-21T21:16:37.8010086Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_236, aten.mul.Tensor 2025-03-21T21:16:38.2280663Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_235, aten.mul.Tensor 2025-03-21T21:16:38.2281493Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_237, aten.mul.Tensor 2025-03-21T21:16:38.2282303Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_238, aten.mul.Tensor 2025-03-21T21:16:38.2283266Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_240, aten.mul.Tensor 2025-03-21T21:16:38.2284054Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_239, aten.mul.Tensor 2025-03-21T21:16:38.2284850Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_241, aten.mul.Tensor 2025-03-21T21:16:38.2285639Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_242, aten.mul.Tensor 2025-03-21T21:16:38.2286441Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_244, aten.mul.Tensor 2025-03-21T21:16:38.2287214Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_243, aten.mul.Tensor 2025-03-21T21:16:38.2287997Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_245, aten.mul.Tensor 2025-03-21T21:16:38.2288833Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_246, aten.mul.Tensor 2025-03-21T21:16:38.2289622Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_248, aten.mul.Tensor 2025-03-21T21:16:38.2290404Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_247, aten.mul.Tensor 2025-03-21T21:16:38.2291234Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_249, aten.mul.Tensor 2025-03-21T21:16:38.2292015Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_250, aten.mul.Tensor 2025-03-21T21:16:38.2292781Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_252, aten.mul.Tensor 2025-03-21T21:16:38.2293569Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_251, aten.mul.Tensor 2025-03-21T21:16:38.2294351Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_253, aten.mul.Tensor 2025-03-21T21:16:38.2295130Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_254, aten.mul.Tensor 2025-03-21T21:16:38.2295909Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_256, aten.mul.Tensor 2025-03-21T21:16:38.2296685Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_255, aten.mul.Tensor 2025-03-21T21:16:38.2297460Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_257, aten.mul.Tensor 2025-03-21T21:16:38.2298242Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_258, aten.mul.Tensor 2025-03-21T21:16:38.2299025Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_260, aten.mul.Tensor 2025-03-21T21:16:38.2299854Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_259, aten.mul.Tensor 2025-03-21T21:16:38.2300637Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_261, aten.mul.Tensor 2025-03-21T21:16:38.2301416Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_262, aten.mul.Tensor 2025-03-21T21:16:38.2302186Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_264, aten.mul.Tensor 2025-03-21T21:16:38.2302966Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_263, aten.mul.Tensor 2025-03-21T21:16:38.2303751Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_265, aten.mul.Tensor 2025-03-21T21:16:38.2304531Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_266, aten.mul.Tensor 2025-03-21T21:16:38.2305309Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_268, aten.mul.Tensor 2025-03-21T21:16:38.2306095Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_267, aten.mul.Tensor 2025-03-21T21:16:38.2306876Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_269, aten.mul.Tensor 2025-03-21T21:16:38.2307647Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_270, aten.mul.Tensor 2025-03-21T21:16:38.2308429Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_272, aten.mul.Tensor 2025-03-21T21:16:38.2309323Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_271, aten.mul.Tensor 2025-03-21T21:16:38.2310104Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_273, aten.mul.Tensor 2025-03-21T21:16:38.2310898Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_274, aten.mul.Tensor 2025-03-21T21:16:38.2311685Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_276, aten.mul.Tensor 2025-03-21T21:16:38.2312457Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_275, aten.mul.Tensor 2025-03-21T21:16:38.2313239Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_277, aten.mul.Tensor 2025-03-21T21:16:38.2314023Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_278, aten.mul.Tensor 2025-03-21T21:16:38.2314832Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_280, aten.mul.Tensor 2025-03-21T21:16:38.2315618Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_279, aten.mul.Tensor 2025-03-21T21:16:38.2316397Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_281, aten.mul.Tensor 2025-03-21T21:16:38.2317198Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_282, aten.mul.Tensor 2025-03-21T21:16:38.2317985Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_284, aten.mul.Tensor 2025-03-21T21:16:38.2318766Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_283, aten.mul.Tensor 2025-03-21T21:16:38.2319548Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_285, aten.mul.Tensor 2025-03-21T21:16:38.2320326Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_286, aten.mul.Tensor 2025-03-21T21:16:38.2321108Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_288, aten.mul.Tensor 2025-03-21T21:16:38.2321892Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_287, aten.mul.Tensor 2025-03-21T21:16:38.2322664Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_289, aten.mul.Tensor 2025-03-21T21:16:38.2323451Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_290, aten.mul.Tensor 2025-03-21T21:16:38.2324237Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_292, aten.mul.Tensor 2025-03-21T21:16:38.2325022Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_291, aten.mul.Tensor 2025-03-21T21:16:38.2325840Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_293, aten.mul.Tensor 2025-03-21T21:16:38.2326627Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_294, aten.mul.Tensor 2025-03-21T21:16:38.2327403Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_296, aten.mul.Tensor 2025-03-21T21:16:38.2328193Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_295, aten.mul.Tensor 2025-03-21T21:16:38.2328983Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_297, aten.mul.Tensor 2025-03-21T21:16:38.2329777Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_298, aten.mul.Tensor 2025-03-21T21:16:38.2330629Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_300, aten.mul.Tensor 2025-03-21T21:16:38.2331512Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_299, aten.mul.Tensor 2025-03-21T21:16:38.2332343Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_301, aten.mul.Tensor 2025-03-21T21:16:38.2333125Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_48, aten.sub.Tensor 2025-03-21T21:16:38.2333910Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_76, aten.add.Tensor 2025-03-21T21:16:38.2334735Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_49, aten.sub.Tensor 2025-03-21T21:16:38.2335510Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_77, aten.add.Tensor 2025-03-21T21:16:38.2336282Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_50, aten.sub.Tensor 2025-03-21T21:16:38.2337058Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_78, aten.add.Tensor 2025-03-21T21:16:38.2337822Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_51, aten.sub.Tensor 2025-03-21T21:16:38.2338600Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_79, aten.add.Tensor 2025-03-21T21:16:38.2339372Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_52, aten.sub.Tensor 2025-03-21T21:16:38.2340178Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_80, aten.add.Tensor 2025-03-21T21:16:38.2340954Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_53, aten.sub.Tensor 2025-03-21T21:16:38.2341726Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_81, aten.add.Tensor 2025-03-21T21:16:38.2342486Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_54, aten.sub.Tensor 2025-03-21T21:16:38.2343291Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_82, aten.add.Tensor 2025-03-21T21:16:38.2344066Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_55, aten.sub.Tensor 2025-03-21T21:16:38.2344844Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_83, aten.add.Tensor 2025-03-21T21:16:38.2345628Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_56, aten.sub.Tensor 2025-03-21T21:16:38.2346409Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_84, aten.add.Tensor 2025-03-21T21:16:38.2347176Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_57, aten.sub.Tensor 2025-03-21T21:16:38.6610472Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_85, aten.add.Tensor 2025-03-21T21:16:38.6611311Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_58, aten.sub.Tensor 2025-03-21T21:16:38.6612117Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_86, aten.add.Tensor 2025-03-21T21:16:38.6612894Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_59, aten.sub.Tensor 2025-03-21T21:16:38.6613657Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_87, aten.add.Tensor 2025-03-21T21:16:38.6614667Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_60, aten.sub.Tensor 2025-03-21T21:16:38.6615495Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_51, aten._to_copy.default 2025-03-21T21:16:38.6616324Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_88, aten.add.Tensor 2025-03-21T21:16:38.6617162Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_52, aten._to_copy.default 2025-03-21T21:16:38.6617987Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_61, aten.sub.Tensor 2025-03-21T21:16:38.6618803Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_53, aten._to_copy.default 2025-03-21T21:16:38.6619628Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_89, aten.add.Tensor 2025-03-21T21:16:38.6620450Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_54, aten._to_copy.default 2025-03-21T21:16:38.6621274Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_62, aten.sub.Tensor 2025-03-21T21:16:38.6622092Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_55, aten._to_copy.default 2025-03-21T21:16:38.6622915Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_90, aten.add.Tensor 2025-03-21T21:16:38.6623805Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_56, aten._to_copy.default 2025-03-21T21:16:38.6624611Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_63, aten.sub.Tensor 2025-03-21T21:16:38.6625445Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_57, aten._to_copy.default 2025-03-21T21:16:38.6626405Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_91, aten.add.Tensor 2025-03-21T21:16:38.6627226Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_58, aten._to_copy.default 2025-03-21T21:16:38.6628047Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_64, aten.sub.Tensor 2025-03-21T21:16:38.6628953Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_59, aten._to_copy.default 2025-03-21T21:16:38.6629845Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_92, aten.add.Tensor 2025-03-21T21:16:38.6630659Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_60, aten._to_copy.default 2025-03-21T21:16:38.6631482Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_65, aten.sub.Tensor 2025-03-21T21:16:38.6632353Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_61, aten._to_copy.default 2025-03-21T21:16:38.6633170Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_93, aten.add.Tensor 2025-03-21T21:16:38.6633992Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_62, aten._to_copy.default 2025-03-21T21:16:38.6634811Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_66, aten.sub.Tensor 2025-03-21T21:16:38.6635622Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_63, aten._to_copy.default 2025-03-21T21:16:38.6636445Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_94, aten.add.Tensor 2025-03-21T21:16:38.6637265Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_64, aten._to_copy.default 2025-03-21T21:16:38.6638086Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_67, aten.sub.Tensor 2025-03-21T21:16:38.6638909Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_65, aten._to_copy.default 2025-03-21T21:16:38.6639724Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_95, aten.add.Tensor 2025-03-21T21:16:38.6640571Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_66, aten._to_copy.default 2025-03-21T21:16:38.6641378Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_68, aten.sub.Tensor 2025-03-21T21:16:38.6642204Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_67, aten._to_copy.default 2025-03-21T21:16:38.6643150Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_96, aten.add.Tensor 2025-03-21T21:16:38.6643994Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_68, aten._to_copy.default 2025-03-21T21:16:38.6644817Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_69, aten.sub.Tensor 2025-03-21T21:16:38.6645645Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_69, aten._to_copy.default 2025-03-21T21:16:38.6646470Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_97, aten.add.Tensor 2025-03-21T21:16:38.6647285Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_70, aten._to_copy.default 2025-03-21T21:16:38.6648108Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_70, aten.sub.Tensor 2025-03-21T21:16:38.6648938Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_71, aten._to_copy.default 2025-03-21T21:16:38.6649793Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_98, aten.add.Tensor 2025-03-21T21:16:38.6650614Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_72, aten._to_copy.default 2025-03-21T21:16:38.6651439Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_71, aten.sub.Tensor 2025-03-21T21:16:38.6652259Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_73, aten._to_copy.default 2025-03-21T21:16:38.6653064Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_99, aten.add.Tensor 2025-03-21T21:16:38.6653887Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_74, aten._to_copy.default 2025-03-21T21:16:38.6654718Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_98, aten.cat.default 2025-03-21T21:16:38.6655586Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_99, aten.cat.default 2025-03-21T21:16:38.6656400Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_100, aten.cat.default 2025-03-21T21:16:38.6657206Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_101, aten.cat.default 2025-03-21T21:16:38.6658044Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_102, aten.cat.default 2025-03-21T21:16:38.6658846Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_103, aten.cat.default 2025-03-21T21:16:38.6659762Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_104, aten.cat.default 2025-03-21T21:16:38.6660555Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_105, aten.cat.default 2025-03-21T21:16:38.6661362Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_106, aten.cat.default 2025-03-21T21:16:38.6662163Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_107, aten.cat.default 2025-03-21T21:16:38.6662971Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_108, aten.cat.default 2025-03-21T21:16:38.6663777Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_109, aten.cat.default 2025-03-21T21:16:38.6664582Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_110, aten.cat.default 2025-03-21T21:16:38.6665388Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_111, aten.cat.default 2025-03-21T21:16:38.6666178Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_112, aten.cat.default 2025-03-21T21:16:38.6667013Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_113, aten.cat.default 2025-03-21T21:16:38.6667819Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_114, aten.cat.default 2025-03-21T21:16:38.6668622Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_115, aten.cat.default 2025-03-21T21:16:38.6669507Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_116, aten.cat.default 2025-03-21T21:16:38.6670312Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_117, aten.cat.default 2025-03-21T21:16:38.6671099Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_118, aten.cat.default 2025-03-21T21:16:38.6671902Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_119, aten.cat.default 2025-03-21T21:16:38.6672702Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_120, aten.cat.default 2025-03-21T21:16:38.6673499Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_121, aten.cat.default 2025-03-21T21:16:38.6674367Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_143, aten.permute_copy.default 2025-03-21T21:16:38.6675317Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_144, aten.permute_copy.default 2025-03-21T21:16:38.6676562Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_145, aten.permute_copy.default 2025-03-21T21:16:38.6677491Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_146, aten.permute_copy.default 2025-03-21T21:16:39.1254814Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_147, aten.permute_copy.default 2025-03-21T21:16:39.1255819Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_148, aten.permute_copy.default 2025-03-21T21:16:39.1256791Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_149, aten.permute_copy.default 2025-03-21T21:16:39.1257732Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_150, aten.permute_copy.default 2025-03-21T21:16:39.1258877Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_151, aten.permute_copy.default 2025-03-21T21:16:39.1259900Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_152, aten.permute_copy.default 2025-03-21T21:16:39.1260836Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_153, aten.permute_copy.default 2025-03-21T21:16:39.1261847Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_154, aten.permute_copy.default 2025-03-21T21:16:39.1262723Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_122, aten.cat.default 2025-03-21T21:16:39.1263528Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_124, aten.cat.default 2025-03-21T21:16:39.1264334Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_126, aten.cat.default 2025-03-21T21:16:39.1265121Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_128, aten.cat.default 2025-03-21T21:16:39.1265920Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_130, aten.cat.default 2025-03-21T21:16:39.1266718Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_132, aten.cat.default 2025-03-21T21:16:39.1267513Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_134, aten.cat.default 2025-03-21T21:16:39.1268311Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_136, aten.cat.default 2025-03-21T21:16:39.1269167Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_138, aten.cat.default 2025-03-21T21:16:39.1269968Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_140, aten.cat.default 2025-03-21T21:16:39.1270810Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_142, aten.cat.default 2025-03-21T21:16:39.1271608Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_144, aten.cat.default 2025-03-21T21:16:39.1272427Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_48, aten.matmul.default 2025-03-21T21:16:39.1273272Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_50, aten.matmul.default 2025-03-21T21:16:39.1274118Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_52, aten.matmul.default 2025-03-21T21:16:39.1274958Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_54, aten.matmul.default 2025-03-21T21:16:39.1275789Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_56, aten.matmul.default 2025-03-21T21:16:39.1276783Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_58, aten.matmul.default 2025-03-21T21:16:39.1277627Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_60, aten.matmul.default 2025-03-21T21:16:39.1278469Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_62, aten.matmul.default 2025-03-21T21:16:39.1279317Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_64, aten.matmul.default 2025-03-21T21:16:39.1280210Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_66, aten.matmul.default 2025-03-21T21:16:39.1281054Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_68, aten.matmul.default 2025-03-21T21:16:39.1281886Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_70, aten.matmul.default 2025-03-21T21:16:39.1282698Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_24, aten.div.Tensor 2025-03-21T21:16:39.1283482Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_25, aten.div.Tensor 2025-03-21T21:16:39.1284263Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_26, aten.div.Tensor 2025-03-21T21:16:39.1285039Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_27, aten.div.Tensor 2025-03-21T21:16:39.1285852Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_28, aten.div.Tensor 2025-03-21T21:16:39.1286615Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_29, aten.div.Tensor 2025-03-21T21:16:39.1287392Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_30, aten.div.Tensor 2025-03-21T21:16:39.1288234Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_31, aten.div.Tensor 2025-03-21T21:16:39.1289016Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_32, aten.div.Tensor 2025-03-21T21:16:39.1289796Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_33, aten.div.Tensor 2025-03-21T21:16:39.1290579Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_34, aten.div.Tensor 2025-03-21T21:16:39.1291358Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_35, aten.div.Tensor 2025-03-21T21:16:39.1292143Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_100, aten.add.Tensor 2025-03-21T21:16:39.1292919Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_101, aten.add.Tensor 2025-03-21T21:16:39.1293700Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_102, aten.add.Tensor 2025-03-21T21:16:39.1294485Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_103, aten.add.Tensor 2025-03-21T21:16:39.1295265Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_104, aten.add.Tensor 2025-03-21T21:16:39.1296044Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_105, aten.add.Tensor 2025-03-21T21:16:39.1296858Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_106, aten.add.Tensor 2025-03-21T21:16:39.1297627Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_107, aten.add.Tensor 2025-03-21T21:16:39.1298410Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_108, aten.add.Tensor 2025-03-21T21:16:39.1299195Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_109, aten.add.Tensor 2025-03-21T21:16:39.1299974Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_110, aten.add.Tensor 2025-03-21T21:16:39.1300755Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_111, aten.add.Tensor 2025-03-21T21:16:39.1301589Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_24, aten._softmax.default 2025-03-21T21:16:39.1302449Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_25, aten._softmax.default 2025-03-21T21:16:39.1303321Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_26, aten._softmax.default 2025-03-21T21:16:39.1304199Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_27, aten._softmax.default 2025-03-21T21:16:39.1305073Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_28, aten._softmax.default 2025-03-21T21:16:39.1305963Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_29, aten._softmax.default 2025-03-21T21:16:39.1306831Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_30, aten._softmax.default 2025-03-21T21:16:39.1307699Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_31, aten._softmax.default 2025-03-21T21:16:39.1308553Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_32, aten._softmax.default 2025-03-21T21:16:39.1309495Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_33, aten._softmax.default 2025-03-21T21:16:39.1310362Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_34, aten._softmax.default 2025-03-21T21:16:39.1311260Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_35, aten._softmax.default 2025-03-21T21:16:39.1312116Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_49, aten.matmul.default 2025-03-21T21:16:39.1312958Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_51, aten.matmul.default 2025-03-21T21:16:39.1313802Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_53, aten.matmul.default 2025-03-21T21:16:39.1314661Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_55, aten.matmul.default 2025-03-21T21:16:39.1315499Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_57, aten.matmul.default 2025-03-21T21:16:39.1316340Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_59, aten.matmul.default 2025-03-21T21:16:39.1317186Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_61, aten.matmul.default 2025-03-21T21:16:39.1318031Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_63, aten.matmul.default 2025-03-21T21:16:39.1318871Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_65, aten.matmul.default 2025-03-21T21:16:39.1319696Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_67, aten.matmul.default 2025-03-21T21:16:39.1320535Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_69, aten.matmul.default 2025-03-21T21:16:39.1321375Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_71, aten.matmul.default 2025-03-21T21:16:39.7738639Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_146, aten.cat.default 2025-03-21T21:16:39.7740563Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_335, aten.view_copy.default 2025-03-21T21:16:39.7742242Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1251, aten.permute_copy.default 2025-03-21T21:16:39.7743935Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_116, aten.convolution.default 2025-03-21T21:16:39.7745646Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1252, aten.permute_copy.default 2025-03-21T21:16:39.7747297Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_336, aten.view_copy.default 2025-03-21T21:16:39.7748848Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_112, aten.add.Tensor 2025-03-21T21:16:39.7750322Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_rms_norm_default_5, aten.rms_norm.default 2025-03-21T21:16:39.7751897Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_337, aten.view_copy.default 2025-03-21T21:16:39.7753586Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1253, aten.permute_copy.default 2025-03-21T21:16:39.7755286Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_117, aten.convolution.default 2025-03-21T21:16:39.7757033Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_118, aten.convolution.default 2025-03-21T21:16:39.7758631Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sigmoid_default_2, aten.sigmoid.default 2025-03-21T21:16:39.7760104Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_304, aten.mul.Tensor 2025-03-21T21:16:39.7761512Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_305, aten.mul.Tensor 2025-03-21T21:16:39.7763058Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_119, aten.convolution.default 2025-03-21T21:16:39.7764753Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1254, aten.permute_copy.default 2025-03-21T21:16:39.7766391Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_338, aten.view_copy.default 2025-03-21T21:16:39.7767958Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_113, aten.add.Tensor 2025-03-21T21:16:39.7769433Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_rms_norm_default_6, aten.rms_norm.default 2025-03-21T21:16:39.7771013Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_339, aten.view_copy.default 2025-03-21T21:16:39.7772736Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1255, aten.permute_copy.default 2025-03-21T21:16:39.7774369Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_75, aten._to_copy.default 2025-03-21T21:16:39.7775994Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_120, aten.convolution.default 2025-03-21T21:16:39.7777822Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1256, aten.permute_copy.default 2025-03-21T21:16:39.7779518Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_121, aten.convolution.default 2025-03-21T21:16:39.7781222Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1257, aten.permute_copy.default 2025-03-21T21:16:39.7782909Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_122, aten.convolution.default 2025-03-21T21:16:39.7784612Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1258, aten.permute_copy.default 2025-03-21T21:16:39.7786306Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_123, aten.convolution.default 2025-03-21T21:16:39.7788041Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1259, aten.permute_copy.default 2025-03-21T21:16:39.7789759Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_124, aten.convolution.default 2025-03-21T21:16:39.7791461Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1260, aten.permute_copy.default 2025-03-21T21:16:39.7793153Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_125, aten.convolution.default 2025-03-21T21:16:39.7794845Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1261, aten.permute_copy.default 2025-03-21T21:16:39.7796545Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_126, aten.convolution.default 2025-03-21T21:16:39.7798236Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1262, aten.permute_copy.default 2025-03-21T21:16:39.7799926Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_127, aten.convolution.default 2025-03-21T21:16:39.7801609Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1263, aten.permute_copy.default 2025-03-21T21:16:39.7803304Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_128, aten.convolution.default 2025-03-21T21:16:39.7805040Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1264, aten.permute_copy.default 2025-03-21T21:16:39.7806741Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_129, aten.convolution.default 2025-03-21T21:16:39.7808440Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1265, aten.permute_copy.default 2025-03-21T21:16:39.7810130Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_130, aten.convolution.default 2025-03-21T21:16:39.7811827Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1266, aten.permute_copy.default 2025-03-21T21:16:39.7813508Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_131, aten.convolution.default 2025-03-21T21:16:39.7815246Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1267, aten.permute_copy.default 2025-03-21T21:16:39.7816937Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_132, aten.convolution.default 2025-03-21T21:16:39.7818634Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1268, aten.permute_copy.default 2025-03-21T21:16:39.7820373Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_133, aten.convolution.default 2025-03-21T21:16:39.7822062Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1269, aten.permute_copy.default 2025-03-21T21:16:39.7823758Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_134, aten.convolution.default 2025-03-21T21:16:39.7825429Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1270, aten.permute_copy.default 2025-03-21T21:16:39.7827128Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_135, aten.convolution.default 2025-03-21T21:16:39.7828885Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1271, aten.permute_copy.default 2025-03-21T21:16:39.7830567Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_136, aten.convolution.default 2025-03-21T21:16:39.7832261Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1272, aten.permute_copy.default 2025-03-21T21:16:39.7833954Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_137, aten.convolution.default 2025-03-21T21:16:39.7835645Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1273, aten.permute_copy.default 2025-03-21T21:16:39.7837368Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_138, aten.convolution.default 2025-03-21T21:16:39.7839060Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1274, aten.permute_copy.default 2025-03-21T21:16:39.7840772Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_139, aten.convolution.default 2025-03-21T21:16:39.7842468Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1275, aten.permute_copy.default 2025-03-21T21:16:39.7844141Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_140, aten.convolution.default 2025-03-21T21:16:39.7845840Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1276, aten.permute_copy.default 2025-03-21T21:16:39.7847544Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_141, aten.convolution.default 2025-03-21T21:16:39.7849252Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1277, aten.permute_copy.default 2025-03-21T21:16:39.7850956Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_142, aten.convolution.default 2025-03-21T21:16:39.7852643Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1278, aten.permute_copy.default 2025-03-21T21:16:39.7854371Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_143, aten.convolution.default 2025-03-21T21:16:39.7856077Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1279, aten.permute_copy.default 2025-03-21T21:16:39.7857764Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_144, aten.convolution.default 2025-03-21T21:16:40.1044692Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1280, aten.permute_copy.default 2025-03-21T21:16:40.1046463Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_145, aten.convolution.default 2025-03-21T21:16:40.1048427Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1281, aten.permute_copy.default 2025-03-21T21:16:40.1050131Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_146, aten.convolution.default 2025-03-21T21:16:40.1051825Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1282, aten.permute_copy.default 2025-03-21T21:16:40.1053522Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_147, aten.convolution.default 2025-03-21T21:16:40.1055287Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1283, aten.permute_copy.default 2025-03-21T21:16:40.1056991Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_148, aten.convolution.default 2025-03-21T21:16:40.1058704Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1284, aten.permute_copy.default 2025-03-21T21:16:40.1060401Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_149, aten.convolution.default 2025-03-21T21:16:40.1062098Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1285, aten.permute_copy.default 2025-03-21T21:16:40.1063772Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_150, aten.convolution.default 2025-03-21T21:16:40.1065463Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1286, aten.permute_copy.default 2025-03-21T21:16:40.1067153Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_151, aten.convolution.default 2025-03-21T21:16:40.1068918Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1287, aten.permute_copy.default 2025-03-21T21:16:40.1070668Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_152, aten.convolution.default 2025-03-21T21:16:40.1072361Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1288, aten.permute_copy.default 2025-03-21T21:16:40.1074053Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_153, aten.convolution.default 2025-03-21T21:16:40.1075739Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1289, aten.permute_copy.default 2025-03-21T21:16:40.1077566Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_154, aten.convolution.default 2025-03-21T21:16:40.1079267Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1290, aten.permute_copy.default 2025-03-21T21:16:40.1080960Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_155, aten.convolution.default 2025-03-21T21:16:40.1082658Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1291, aten.permute_copy.default 2025-03-21T21:16:40.1084311Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_340, aten.view_copy.default 2025-03-21T21:16:40.1085925Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_341, aten.view_copy.default 2025-03-21T21:16:40.1087580Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_342, aten.view_copy.default 2025-03-21T21:16:40.1089178Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_343, aten.view_copy.default 2025-03-21T21:16:40.1090776Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_344, aten.view_copy.default 2025-03-21T21:16:40.1092377Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_345, aten.view_copy.default 2025-03-21T21:16:40.1093977Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_346, aten.view_copy.default 2025-03-21T21:16:40.1095580Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_347, aten.view_copy.default 2025-03-21T21:16:40.1097259Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_348, aten.view_copy.default 2025-03-21T21:16:40.1098873Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_349, aten.view_copy.default 2025-03-21T21:16:40.1100468Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_350, aten.view_copy.default 2025-03-21T21:16:40.1102150Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_351, aten.view_copy.default 2025-03-21T21:16:40.1103748Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_352, aten.view_copy.default 2025-03-21T21:16:40.1105347Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_353, aten.view_copy.default 2025-03-21T21:16:40.1106961Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_354, aten.view_copy.default 2025-03-21T21:16:40.1108568Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_355, aten.view_copy.default 2025-03-21T21:16:40.1110211Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_356, aten.view_copy.default 2025-03-21T21:16:40.1111807Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_357, aten.view_copy.default 2025-03-21T21:16:40.1113412Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_358, aten.view_copy.default 2025-03-21T21:16:40.1115020Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_359, aten.view_copy.default 2025-03-21T21:16:40.1116621Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_360, aten.view_copy.default 2025-03-21T21:16:40.1118271Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_361, aten.view_copy.default 2025-03-21T21:16:40.1119878Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_362, aten.view_copy.default 2025-03-21T21:16:40.1121488Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_363, aten.view_copy.default 2025-03-21T21:16:40.1123084Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_364, aten.view_copy.default 2025-03-21T21:16:40.1124691Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_365, aten.view_copy.default 2025-03-21T21:16:40.1126299Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_366, aten.view_copy.default 2025-03-21T21:16:40.1127904Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_367, aten.view_copy.default 2025-03-21T21:16:40.1129501Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_368, aten.view_copy.default 2025-03-21T21:16:40.1131098Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_369, aten.view_copy.default 2025-03-21T21:16:40.1132683Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_370, aten.view_copy.default 2025-03-21T21:16:40.1134318Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_371, aten.view_copy.default 2025-03-21T21:16:40.1135913Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_372, aten.view_copy.default 2025-03-21T21:16:40.1137517Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_373, aten.view_copy.default 2025-03-21T21:16:40.1139118Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_374, aten.view_copy.default 2025-03-21T21:16:40.1140714Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_375, aten.view_copy.default 2025-03-21T21:16:40.1142309Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_144, aten.slice_copy.Tensor 2025-03-21T21:16:40.1143900Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_145, aten.slice_copy.Tensor 2025-03-21T21:16:40.1145536Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_146, aten.slice_copy.Tensor 2025-03-21T21:16:40.1147145Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_147, aten.slice_copy.Tensor 2025-03-21T21:16:40.1148820Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_148, aten.slice_copy.Tensor 2025-03-21T21:16:40.1150468Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_149, aten.slice_copy.Tensor 2025-03-21T21:16:40.1152072Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_150, aten.slice_copy.Tensor 2025-03-21T21:16:40.1153678Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_151, aten.slice_copy.Tensor 2025-03-21T21:16:40.1155269Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_152, aten.slice_copy.Tensor 2025-03-21T21:16:40.1156876Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_153, aten.slice_copy.Tensor 2025-03-21T21:16:40.1158491Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_154, aten.slice_copy.Tensor 2025-03-21T21:16:40.1160096Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_155, aten.slice_copy.Tensor 2025-03-21T21:16:40.1161701Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_156, aten.slice_copy.Tensor 2025-03-21T21:16:40.1163301Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_157, aten.slice_copy.Tensor 2025-03-21T21:16:40.5007766Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_158, aten.slice_copy.Tensor 2025-03-21T21:16:40.5008942Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_159, aten.slice_copy.Tensor 2025-03-21T21:16:40.5009850Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_160, aten.slice_copy.Tensor 2025-03-21T21:16:40.5010747Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_161, aten.slice_copy.Tensor 2025-03-21T21:16:40.5011650Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_162, aten.slice_copy.Tensor 2025-03-21T21:16:40.5012550Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_163, aten.slice_copy.Tensor 2025-03-21T21:16:40.5013443Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_164, aten.slice_copy.Tensor 2025-03-21T21:16:40.5014324Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_165, aten.slice_copy.Tensor 2025-03-21T21:16:40.5015218Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_166, aten.slice_copy.Tensor 2025-03-21T21:16:40.5016115Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_167, aten.slice_copy.Tensor 2025-03-21T21:16:40.5017010Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_168, aten.slice_copy.Tensor 2025-03-21T21:16:40.5018002Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_169, aten.slice_copy.Tensor 2025-03-21T21:16:40.5018895Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_170, aten.slice_copy.Tensor 2025-03-21T21:16:40.5019795Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_171, aten.slice_copy.Tensor 2025-03-21T21:16:40.5020688Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_172, aten.slice_copy.Tensor 2025-03-21T21:16:40.5021579Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_173, aten.slice_copy.Tensor 2025-03-21T21:16:40.5022454Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_174, aten.slice_copy.Tensor 2025-03-21T21:16:40.5023390Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_175, aten.slice_copy.Tensor 2025-03-21T21:16:40.5024288Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_176, aten.slice_copy.Tensor 2025-03-21T21:16:40.5025179Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_177, aten.slice_copy.Tensor 2025-03-21T21:16:40.5026119Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_178, aten.slice_copy.Tensor 2025-03-21T21:16:40.5027010Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_179, aten.slice_copy.Tensor 2025-03-21T21:16:40.5027888Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_180, aten.slice_copy.Tensor 2025-03-21T21:16:40.5028874Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_181, aten.slice_copy.Tensor 2025-03-21T21:16:40.5029772Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_182, aten.slice_copy.Tensor 2025-03-21T21:16:40.5030664Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_183, aten.slice_copy.Tensor 2025-03-21T21:16:40.5031556Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_184, aten.slice_copy.Tensor 2025-03-21T21:16:40.5032449Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_185, aten.slice_copy.Tensor 2025-03-21T21:16:40.5033342Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_186, aten.slice_copy.Tensor 2025-03-21T21:16:40.5034221Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_187, aten.slice_copy.Tensor 2025-03-21T21:16:40.5035147Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_188, aten.slice_copy.Tensor 2025-03-21T21:16:40.5036035Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_189, aten.slice_copy.Tensor 2025-03-21T21:16:40.5036927Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_190, aten.slice_copy.Tensor 2025-03-21T21:16:40.5037814Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_191, aten.slice_copy.Tensor 2025-03-21T21:16:40.5038663Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_172, aten.cat.default 2025-03-21T21:16:40.5039469Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_174, aten.cat.default 2025-03-21T21:16:40.5040260Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_176, aten.cat.default 2025-03-21T21:16:40.5041054Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_178, aten.cat.default 2025-03-21T21:16:40.5041855Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_180, aten.cat.default 2025-03-21T21:16:40.5042660Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_182, aten.cat.default 2025-03-21T21:16:40.5043464Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_184, aten.cat.default 2025-03-21T21:16:40.5044292Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_186, aten.cat.default 2025-03-21T21:16:40.5045079Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_188, aten.cat.default 2025-03-21T21:16:40.5045881Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_190, aten.cat.default 2025-03-21T21:16:40.5046683Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_192, aten.cat.default 2025-03-21T21:16:40.5047486Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_194, aten.cat.default 2025-03-21T21:16:40.5048284Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_308, aten.mul.Tensor 2025-03-21T21:16:40.5049077Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_310, aten.mul.Tensor 2025-03-21T21:16:40.5049889Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_309, aten.mul.Tensor 2025-03-21T21:16:40.5050663Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_311, aten.mul.Tensor 2025-03-21T21:16:40.5051443Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_312, aten.mul.Tensor 2025-03-21T21:16:40.5052253Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_314, aten.mul.Tensor 2025-03-21T21:16:40.5053036Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_313, aten.mul.Tensor 2025-03-21T21:16:40.5053817Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_315, aten.mul.Tensor 2025-03-21T21:16:40.5054602Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_316, aten.mul.Tensor 2025-03-21T21:16:40.5055371Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_318, aten.mul.Tensor 2025-03-21T21:16:40.5056257Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_317, aten.mul.Tensor 2025-03-21T21:16:40.5057151Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_319, aten.mul.Tensor 2025-03-21T21:16:40.5057937Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_320, aten.mul.Tensor 2025-03-21T21:16:40.5058729Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_322, aten.mul.Tensor 2025-03-21T21:16:40.5059514Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_321, aten.mul.Tensor 2025-03-21T21:16:40.5060290Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_323, aten.mul.Tensor 2025-03-21T21:16:40.5061123Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_324, aten.mul.Tensor 2025-03-21T21:16:40.5061904Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_326, aten.mul.Tensor 2025-03-21T21:16:40.5062690Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_325, aten.mul.Tensor 2025-03-21T21:16:40.5063474Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_327, aten.mul.Tensor 2025-03-21T21:16:40.5064258Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_328, aten.mul.Tensor 2025-03-21T21:16:40.5065044Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_330, aten.mul.Tensor 2025-03-21T21:16:40.5065814Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_329, aten.mul.Tensor 2025-03-21T21:16:40.5066596Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_331, aten.mul.Tensor 2025-03-21T21:16:40.5067376Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_332, aten.mul.Tensor 2025-03-21T21:16:40.5068159Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_334, aten.mul.Tensor 2025-03-21T21:16:40.5069003Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_333, aten.mul.Tensor 2025-03-21T21:16:40.5069787Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_335, aten.mul.Tensor 2025-03-21T21:16:40.5070625Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_336, aten.mul.Tensor 2025-03-21T21:16:40.5071414Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_338, aten.mul.Tensor 2025-03-21T21:16:40.5072200Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_337, aten.mul.Tensor 2025-03-21T21:16:40.5072979Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_339, aten.mul.Tensor 2025-03-21T21:16:40.5073763Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_340, aten.mul.Tensor 2025-03-21T21:16:40.5074546Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_342, aten.mul.Tensor 2025-03-21T21:16:40.9360615Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_341, aten.mul.Tensor 2025-03-21T21:16:40.9361655Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_343, aten.mul.Tensor 2025-03-21T21:16:40.9362474Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_344, aten.mul.Tensor 2025-03-21T21:16:40.9363268Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_346, aten.mul.Tensor 2025-03-21T21:16:40.9364102Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_345, aten.mul.Tensor 2025-03-21T21:16:40.9364887Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_347, aten.mul.Tensor 2025-03-21T21:16:40.9365676Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_348, aten.mul.Tensor 2025-03-21T21:16:40.9366471Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_350, aten.mul.Tensor 2025-03-21T21:16:40.9367257Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_349, aten.mul.Tensor 2025-03-21T21:16:40.9368042Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_351, aten.mul.Tensor 2025-03-21T21:16:40.9368829Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_352, aten.mul.Tensor 2025-03-21T21:16:40.9369601Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_354, aten.mul.Tensor 2025-03-21T21:16:40.9370396Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_353, aten.mul.Tensor 2025-03-21T21:16:40.9371183Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_355, aten.mul.Tensor 2025-03-21T21:16:40.9371970Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_356, aten.mul.Tensor 2025-03-21T21:16:40.9372806Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_358, aten.mul.Tensor 2025-03-21T21:16:40.9373590Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_357, aten.mul.Tensor 2025-03-21T21:16:40.9374358Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_359, aten.mul.Tensor 2025-03-21T21:16:40.9375149Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_360, aten.mul.Tensor 2025-03-21T21:16:40.9375939Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_362, aten.mul.Tensor 2025-03-21T21:16:40.9376891Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_361, aten.mul.Tensor 2025-03-21T21:16:40.9377673Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_363, aten.mul.Tensor 2025-03-21T21:16:40.9378458Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_364, aten.mul.Tensor 2025-03-21T21:16:40.9379226Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_366, aten.mul.Tensor 2025-03-21T21:16:40.9380008Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_365, aten.mul.Tensor 2025-03-21T21:16:40.9380794Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_367, aten.mul.Tensor 2025-03-21T21:16:40.9381634Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_368, aten.mul.Tensor 2025-03-21T21:16:40.9382415Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_370, aten.mul.Tensor 2025-03-21T21:16:40.9383198Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_369, aten.mul.Tensor 2025-03-21T21:16:40.9383983Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_371, aten.mul.Tensor 2025-03-21T21:16:40.9384753Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_372, aten.mul.Tensor 2025-03-21T21:16:40.9385615Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_374, aten.mul.Tensor 2025-03-21T21:16:40.9386400Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_373, aten.mul.Tensor 2025-03-21T21:16:40.9387226Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_375, aten.mul.Tensor 2025-03-21T21:16:40.9388009Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_376, aten.mul.Tensor 2025-03-21T21:16:40.9388865Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_378, aten.mul.Tensor 2025-03-21T21:16:40.9389642Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_377, aten.mul.Tensor 2025-03-21T21:16:40.9390473Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_379, aten.mul.Tensor 2025-03-21T21:16:40.9391259Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_380, aten.mul.Tensor 2025-03-21T21:16:40.9392047Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_382, aten.mul.Tensor 2025-03-21T21:16:40.9392826Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_381, aten.mul.Tensor 2025-03-21T21:16:40.9393607Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_383, aten.mul.Tensor 2025-03-21T21:16:40.9394418Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_384, aten.mul.Tensor 2025-03-21T21:16:40.9395189Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_386, aten.mul.Tensor 2025-03-21T21:16:40.9395969Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_385, aten.mul.Tensor 2025-03-21T21:16:40.9396753Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_387, aten.mul.Tensor 2025-03-21T21:16:40.9397539Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_388, aten.mul.Tensor 2025-03-21T21:16:40.9398328Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_390, aten.mul.Tensor 2025-03-21T21:16:40.9399150Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_389, aten.mul.Tensor 2025-03-21T21:16:40.9399934Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_391, aten.mul.Tensor 2025-03-21T21:16:40.9400706Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_392, aten.mul.Tensor 2025-03-21T21:16:40.9401491Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_394, aten.mul.Tensor 2025-03-21T21:16:40.9402274Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_393, aten.mul.Tensor 2025-03-21T21:16:40.9403059Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_395, aten.mul.Tensor 2025-03-21T21:16:40.9403838Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_396, aten.mul.Tensor 2025-03-21T21:16:40.9404616Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_398, aten.mul.Tensor 2025-03-21T21:16:40.9405385Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_397, aten.mul.Tensor 2025-03-21T21:16:40.9406165Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_399, aten.mul.Tensor 2025-03-21T21:16:40.9406945Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_400, aten.mul.Tensor 2025-03-21T21:16:40.9407758Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_402, aten.mul.Tensor 2025-03-21T21:16:40.9408540Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_401, aten.mul.Tensor 2025-03-21T21:16:40.9409323Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_403, aten.mul.Tensor 2025-03-21T21:16:40.9410191Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_72, aten.sub.Tensor 2025-03-21T21:16:40.9410974Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_114, aten.add.Tensor 2025-03-21T21:16:40.9411750Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_73, aten.sub.Tensor 2025-03-21T21:16:40.9412528Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_115, aten.add.Tensor 2025-03-21T21:16:40.9413348Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_74, aten.sub.Tensor 2025-03-21T21:16:40.9414126Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_116, aten.add.Tensor 2025-03-21T21:16:40.9414904Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_75, aten.sub.Tensor 2025-03-21T21:16:40.9415672Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_117, aten.add.Tensor 2025-03-21T21:16:40.9416501Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_76, aten.sub.Tensor 2025-03-21T21:16:40.9417277Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_118, aten.add.Tensor 2025-03-21T21:16:40.9418055Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_77, aten.sub.Tensor 2025-03-21T21:16:40.9418832Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_119, aten.add.Tensor 2025-03-21T21:16:40.9419693Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_78, aten.sub.Tensor 2025-03-21T21:16:40.9420454Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_120, aten.add.Tensor 2025-03-21T21:16:40.9421239Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_79, aten.sub.Tensor 2025-03-21T21:16:40.9422021Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_121, aten.add.Tensor 2025-03-21T21:16:40.9422803Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_80, aten.sub.Tensor 2025-03-21T21:16:40.9423582Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_122, aten.add.Tensor 2025-03-21T21:16:40.9424366Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_81, aten.sub.Tensor 2025-03-21T21:16:40.9425163Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_123, aten.add.Tensor 2025-03-21T21:16:40.9425947Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_82, aten.sub.Tensor 2025-03-21T21:16:40.9426725Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_124, aten.add.Tensor 2025-03-21T21:16:40.9427507Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_83, aten.sub.Tensor 2025-03-21T21:16:41.3540939Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_125, aten.add.Tensor 2025-03-21T21:16:41.3541993Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_84, aten.sub.Tensor 2025-03-21T21:16:41.3542829Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_76, aten._to_copy.default 2025-03-21T21:16:41.3543653Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_126, aten.add.Tensor 2025-03-21T21:16:41.3544497Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_77, aten._to_copy.default 2025-03-21T21:16:41.3545330Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_85, aten.sub.Tensor 2025-03-21T21:16:41.3546161Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_78, aten._to_copy.default 2025-03-21T21:16:41.3547257Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_127, aten.add.Tensor 2025-03-21T21:16:41.3548087Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_79, aten._to_copy.default 2025-03-21T21:16:41.3549020Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_86, aten.sub.Tensor 2025-03-21T21:16:41.3549851Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_80, aten._to_copy.default 2025-03-21T21:16:41.3550672Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_128, aten.add.Tensor 2025-03-21T21:16:41.3551507Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_81, aten._to_copy.default 2025-03-21T21:16:41.3552337Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_87, aten.sub.Tensor 2025-03-21T21:16:41.3553225Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_82, aten._to_copy.default 2025-03-21T21:16:41.3554063Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_129, aten.add.Tensor 2025-03-21T21:16:41.3554887Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_83, aten._to_copy.default 2025-03-21T21:16:41.3555759Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_88, aten.sub.Tensor 2025-03-21T21:16:41.3556685Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_84, aten._to_copy.default 2025-03-21T21:16:41.3557521Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_130, aten.add.Tensor 2025-03-21T21:16:41.3558346Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_85, aten._to_copy.default 2025-03-21T21:16:41.3559172Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_89, aten.sub.Tensor 2025-03-21T21:16:41.3559994Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_86, aten._to_copy.default 2025-03-21T21:16:41.3560823Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_131, aten.add.Tensor 2025-03-21T21:16:41.3561636Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_87, aten._to_copy.default 2025-03-21T21:16:41.3562462Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_90, aten.sub.Tensor 2025-03-21T21:16:41.3563290Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_88, aten._to_copy.default 2025-03-21T21:16:41.3564169Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_132, aten.add.Tensor 2025-03-21T21:16:41.3565000Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_89, aten._to_copy.default 2025-03-21T21:16:41.3565825Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_91, aten.sub.Tensor 2025-03-21T21:16:41.3566650Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_90, aten._to_copy.default 2025-03-21T21:16:41.3567463Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_133, aten.add.Tensor 2025-03-21T21:16:41.3568290Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_91, aten._to_copy.default 2025-03-21T21:16:41.3569112Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_92, aten.sub.Tensor 2025-03-21T21:16:41.3569933Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_92, aten._to_copy.default 2025-03-21T21:16:41.3570760Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_134, aten.add.Tensor 2025-03-21T21:16:41.3571588Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_93, aten._to_copy.default 2025-03-21T21:16:41.3572400Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_93, aten.sub.Tensor 2025-03-21T21:16:41.3573340Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_94, aten._to_copy.default 2025-03-21T21:16:41.3574231Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_135, aten.add.Tensor 2025-03-21T21:16:41.3575070Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_95, aten._to_copy.default 2025-03-21T21:16:41.3575897Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_94, aten.sub.Tensor 2025-03-21T21:16:41.3576907Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_96, aten._to_copy.default 2025-03-21T21:16:41.3577744Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_136, aten.add.Tensor 2025-03-21T21:16:41.3578566Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_97, aten._to_copy.default 2025-03-21T21:16:41.3579446Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_95, aten.sub.Tensor 2025-03-21T21:16:41.3580274Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_98, aten._to_copy.default 2025-03-21T21:16:41.3581100Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_137, aten.add.Tensor 2025-03-21T21:16:41.3581963Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_99, aten._to_copy.default 2025-03-21T21:16:41.3582798Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_147, aten.cat.default 2025-03-21T21:16:41.3583586Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_148, aten.cat.default 2025-03-21T21:16:41.3584387Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_149, aten.cat.default 2025-03-21T21:16:41.3585187Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_150, aten.cat.default 2025-03-21T21:16:41.3585990Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_151, aten.cat.default 2025-03-21T21:16:41.3586789Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_152, aten.cat.default 2025-03-21T21:16:41.3587586Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_153, aten.cat.default 2025-03-21T21:16:41.3588389Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_154, aten.cat.default 2025-03-21T21:16:41.3589250Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_155, aten.cat.default 2025-03-21T21:16:41.3590051Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_156, aten.cat.default 2025-03-21T21:16:41.3590965Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_157, aten.cat.default 2025-03-21T21:16:41.3591763Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_158, aten.cat.default 2025-03-21T21:16:41.3592557Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_159, aten.cat.default 2025-03-21T21:16:41.3593358Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_160, aten.cat.default 2025-03-21T21:16:41.3594141Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_161, aten.cat.default 2025-03-21T21:16:41.3594941Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_162, aten.cat.default 2025-03-21T21:16:41.3595740Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_163, aten.cat.default 2025-03-21T21:16:41.3596539Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_164, aten.cat.default 2025-03-21T21:16:41.3597335Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_165, aten.cat.default 2025-03-21T21:16:41.3598130Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_166, aten.cat.default 2025-03-21T21:16:41.3598931Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_167, aten.cat.default 2025-03-21T21:16:41.3599759Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_168, aten.cat.default 2025-03-21T21:16:41.3600558Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_169, aten.cat.default 2025-03-21T21:16:41.3601360Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_170, aten.cat.default 2025-03-21T21:16:41.3602232Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_196, aten.permute_copy.default 2025-03-21T21:16:41.3603178Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_197, aten.permute_copy.default 2025-03-21T21:16:41.3604114Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_198, aten.permute_copy.default 2025-03-21T21:16:41.3605038Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_199, aten.permute_copy.default 2025-03-21T21:16:41.3605996Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_200, aten.permute_copy.default 2025-03-21T21:16:41.3606932Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_201, aten.permute_copy.default 2025-03-21T21:16:41.3608047Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_202, aten.permute_copy.default 2025-03-21T21:16:41.8380134Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_203, aten.permute_copy.default 2025-03-21T21:16:41.8381949Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_204, aten.permute_copy.default 2025-03-21T21:16:41.8383724Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_205, aten.permute_copy.default 2025-03-21T21:16:41.8385467Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_206, aten.permute_copy.default 2025-03-21T21:16:41.8387223Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_207, aten.permute_copy.default 2025-03-21T21:16:41.8388905Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_171, aten.cat.default 2025-03-21T21:16:41.8390406Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_173, aten.cat.default 2025-03-21T21:16:41.8391937Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_175, aten.cat.default 2025-03-21T21:16:41.8393453Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_177, aten.cat.default 2025-03-21T21:16:41.8395189Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_179, aten.cat.default 2025-03-21T21:16:41.8396682Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_181, aten.cat.default 2025-03-21T21:16:41.8398175Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_183, aten.cat.default 2025-03-21T21:16:41.8399664Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_185, aten.cat.default 2025-03-21T21:16:41.8401131Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_187, aten.cat.default 2025-03-21T21:16:41.8402622Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_189, aten.cat.default 2025-03-21T21:16:41.8404137Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_191, aten.cat.default 2025-03-21T21:16:41.8405583Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_193, aten.cat.default 2025-03-21T21:16:41.8407160Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_72, aten.matmul.default 2025-03-21T21:16:41.8408733Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_74, aten.matmul.default 2025-03-21T21:16:41.8410320Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_76, aten.matmul.default 2025-03-21T21:16:41.8411858Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_78, aten.matmul.default 2025-03-21T21:16:41.8413566Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_80, aten.matmul.default 2025-03-21T21:16:41.8415132Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_82, aten.matmul.default 2025-03-21T21:16:41.8416697Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_84, aten.matmul.default 2025-03-21T21:16:41.8418317Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_86, aten.matmul.default 2025-03-21T21:16:41.8419934Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_88, aten.matmul.default 2025-03-21T21:16:41.8421555Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_90, aten.matmul.default 2025-03-21T21:16:41.8423254Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_92, aten.matmul.default 2025-03-21T21:16:41.8424865Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_94, aten.matmul.default 2025-03-21T21:16:41.8426380Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_36, aten.div.Tensor 2025-03-21T21:16:41.8427848Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_37, aten.div.Tensor 2025-03-21T21:16:41.8429494Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_38, aten.div.Tensor 2025-03-21T21:16:41.8430944Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_39, aten.div.Tensor 2025-03-21T21:16:41.8432423Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_40, aten.div.Tensor 2025-03-21T21:16:41.8433859Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_41, aten.div.Tensor 2025-03-21T21:16:41.8435296Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_42, aten.div.Tensor 2025-03-21T21:16:41.8436723Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_43, aten.div.Tensor 2025-03-21T21:16:41.8438170Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_44, aten.div.Tensor 2025-03-21T21:16:41.8439595Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_45, aten.div.Tensor 2025-03-21T21:16:41.8441004Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_46, aten.div.Tensor 2025-03-21T21:16:41.8442438Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_47, aten.div.Tensor 2025-03-21T21:16:41.8443904Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_138, aten.add.Tensor 2025-03-21T21:16:41.8445424Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_139, aten.add.Tensor 2025-03-21T21:16:41.8446903Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_140, aten.add.Tensor 2025-03-21T21:16:41.8448368Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_141, aten.add.Tensor 2025-03-21T21:16:41.8449858Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_142, aten.add.Tensor 2025-03-21T21:16:41.8451039Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_143, aten.add.Tensor 2025-03-21T21:16:41.8452284Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_144, aten.add.Tensor 2025-03-21T21:16:41.8453546Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_145, aten.add.Tensor 2025-03-21T21:16:41.8454838Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_146, aten.add.Tensor 2025-03-21T21:16:41.8456276Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_147, aten.add.Tensor 2025-03-21T21:16:41.8457748Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_148, aten.add.Tensor 2025-03-21T21:16:41.8459223Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_149, aten.add.Tensor 2025-03-21T21:16:41.8460870Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_36, aten._softmax.default 2025-03-21T21:16:41.8462487Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_37, aten._softmax.default 2025-03-21T21:16:41.8464093Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_38, aten._softmax.default 2025-03-21T21:16:41.8465715Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_39, aten._softmax.default 2025-03-21T21:16:41.8467309Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_40, aten._softmax.default 2025-03-21T21:16:41.8469002Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_41, aten._softmax.default 2025-03-21T21:16:41.8470722Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_42, aten._softmax.default 2025-03-21T21:16:41.8472318Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_43, aten._softmax.default 2025-03-21T21:16:41.8473969Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_44, aten._softmax.default 2025-03-21T21:16:41.8475611Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_45, aten._softmax.default 2025-03-21T21:16:41.8477530Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_46, aten._softmax.default 2025-03-21T21:16:41.8479117Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_47, aten._softmax.default 2025-03-21T21:16:41.8480706Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_73, aten.matmul.default 2025-03-21T21:16:41.8482267Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_75, aten.matmul.default 2025-03-21T21:16:41.8483854Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_77, aten.matmul.default 2025-03-21T21:16:41.8485439Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_79, aten.matmul.default 2025-03-21T21:16:41.8487017Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_81, aten.matmul.default 2025-03-21T21:16:41.8488593Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_83, aten.matmul.default 2025-03-21T21:16:41.8490142Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_85, aten.matmul.default 2025-03-21T21:16:41.8491678Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_87, aten.matmul.default 2025-03-21T21:16:41.8493361Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_89, aten.matmul.default 2025-03-21T21:16:41.8494957Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_91, aten.matmul.default 2025-03-21T21:16:41.8496511Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_93, aten.matmul.default 2025-03-21T21:16:41.8498131Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_95, aten.matmul.default 2025-03-21T21:16:41.8499689Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_195, aten.cat.default 2025-03-21T21:16:41.8501333Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_448, aten.view_copy.default 2025-03-21T21:16:41.8503060Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1292, aten.permute_copy.default 2025-03-21T21:16:42.4886683Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_156, aten.convolution.default 2025-03-21T21:16:42.4888414Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1293, aten.permute_copy.default 2025-03-21T21:16:42.4890076Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_449, aten.view_copy.default 2025-03-21T21:16:42.4891850Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_150, aten.add.Tensor 2025-03-21T21:16:42.4893323Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_rms_norm_default_7, aten.rms_norm.default 2025-03-21T21:16:42.4894895Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_450, aten.view_copy.default 2025-03-21T21:16:42.4896545Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1294, aten.permute_copy.default 2025-03-21T21:16:42.4898228Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_157, aten.convolution.default 2025-03-21T21:16:42.4899892Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_158, aten.convolution.default 2025-03-21T21:16:42.4911902Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sigmoid_default_3, aten.sigmoid.default 2025-03-21T21:16:42.4913649Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_406, aten.mul.Tensor 2025-03-21T21:16:42.4915071Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_407, aten.mul.Tensor 2025-03-21T21:16:42.4916610Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_159, aten.convolution.default 2025-03-21T21:16:42.4918382Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1295, aten.permute_copy.default 2025-03-21T21:16:42.4920034Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_451, aten.view_copy.default 2025-03-21T21:16:42.4921513Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_151, aten.add.Tensor 2025-03-21T21:16:42.4922980Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_rms_norm_default_8, aten.rms_norm.default 2025-03-21T21:16:42.4924553Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_452, aten.view_copy.default 2025-03-21T21:16:42.4926190Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1296, aten.permute_copy.default 2025-03-21T21:16:42.4927819Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_100, aten._to_copy.default 2025-03-21T21:16:42.4929443Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_160, aten.convolution.default 2025-03-21T21:16:42.4931131Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1297, aten.permute_copy.default 2025-03-21T21:16:42.4932811Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_161, aten.convolution.default 2025-03-21T21:16:42.4934554Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1298, aten.permute_copy.default 2025-03-21T21:16:42.4936230Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_162, aten.convolution.default 2025-03-21T21:16:42.4937919Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1299, aten.permute_copy.default 2025-03-21T21:16:42.4939595Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_163, aten.convolution.default 2025-03-21T21:16:42.4941282Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1300, aten.permute_copy.default 2025-03-21T21:16:42.4942963Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_164, aten.convolution.default 2025-03-21T21:16:42.4944643Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1301, aten.permute_copy.default 2025-03-21T21:16:42.4946333Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_165, aten.convolution.default 2025-03-21T21:16:42.4947997Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1302, aten.permute_copy.default 2025-03-21T21:16:42.4949754Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_166, aten.convolution.default 2025-03-21T21:16:42.4951482Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1303, aten.permute_copy.default 2025-03-21T21:16:42.4953167Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_167, aten.convolution.default 2025-03-21T21:16:42.4954852Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1304, aten.permute_copy.default 2025-03-21T21:16:42.4956565Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_168, aten.convolution.default 2025-03-21T21:16:42.4958231Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1305, aten.permute_copy.default 2025-03-21T21:16:42.4959917Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_169, aten.convolution.default 2025-03-21T21:16:42.4961619Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1306, aten.permute_copy.default 2025-03-21T21:16:42.4963309Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_170, aten.convolution.default 2025-03-21T21:16:42.4964994Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1307, aten.permute_copy.default 2025-03-21T21:16:42.4966712Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_171, aten.convolution.default 2025-03-21T21:16:42.4968402Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1308, aten.permute_copy.default 2025-03-21T21:16:42.4970090Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_172, aten.convolution.default 2025-03-21T21:16:42.4971775Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1309, aten.permute_copy.default 2025-03-21T21:16:42.4973450Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_173, aten.convolution.default 2025-03-21T21:16:42.4975139Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1310, aten.permute_copy.default 2025-03-21T21:16:42.4977208Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_174, aten.convolution.default 2025-03-21T21:16:42.4978905Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1311, aten.permute_copy.default 2025-03-21T21:16:42.4980600Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_175, aten.convolution.default 2025-03-21T21:16:42.4982353Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1312, aten.permute_copy.default 2025-03-21T21:16:42.4984037Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_176, aten.convolution.default 2025-03-21T21:16:42.4985711Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1313, aten.permute_copy.default 2025-03-21T21:16:42.4987401Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_177, aten.convolution.default 2025-03-21T21:16:42.4989152Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1314, aten.permute_copy.default 2025-03-21T21:16:42.4990836Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_178, aten.convolution.default 2025-03-21T21:16:42.4992520Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1315, aten.permute_copy.default 2025-03-21T21:16:42.4994204Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_179, aten.convolution.default 2025-03-21T21:16:42.4995885Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1316, aten.permute_copy.default 2025-03-21T21:16:42.4997705Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_180, aten.convolution.default 2025-03-21T21:16:42.4999714Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1317, aten.permute_copy.default 2025-03-21T21:16:42.5001659Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_181, aten.convolution.default 2025-03-21T21:16:42.5003616Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1318, aten.permute_copy.default 2025-03-21T21:16:42.5005391Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_182, aten.convolution.default 2025-03-21T21:16:42.5007083Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1319, aten.permute_copy.default 2025-03-21T21:16:42.5008763Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_183, aten.convolution.default 2025-03-21T21:16:42.5010475Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1320, aten.permute_copy.default 2025-03-21T21:16:42.5012158Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_184, aten.convolution.default 2025-03-21T21:16:42.5013837Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1321, aten.permute_copy.default 2025-03-21T21:16:42.5015552Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_185, aten.convolution.default 2025-03-21T21:16:42.5017239Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1322, aten.permute_copy.default 2025-03-21T21:16:42.8116760Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_186, aten.convolution.default 2025-03-21T21:16:42.8118585Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1323, aten.permute_copy.default 2025-03-21T21:16:42.8120307Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_187, aten.convolution.default 2025-03-21T21:16:42.8122071Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1324, aten.permute_copy.default 2025-03-21T21:16:42.8123827Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_188, aten.convolution.default 2025-03-21T21:16:42.8125562Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1325, aten.permute_copy.default 2025-03-21T21:16:42.8127297Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_189, aten.convolution.default 2025-03-21T21:16:42.8129271Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1326, aten.permute_copy.default 2025-03-21T21:16:42.8131000Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_190, aten.convolution.default 2025-03-21T21:16:42.8132815Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1327, aten.permute_copy.default 2025-03-21T21:16:42.8134597Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_191, aten.convolution.default 2025-03-21T21:16:42.8136340Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1328, aten.permute_copy.default 2025-03-21T21:16:42.8138128Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_192, aten.convolution.default 2025-03-21T21:16:42.8139905Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1329, aten.permute_copy.default 2025-03-21T21:16:42.8141675Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_193, aten.convolution.default 2025-03-21T21:16:42.8143411Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1330, aten.permute_copy.default 2025-03-21T21:16:42.8145184Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_194, aten.convolution.default 2025-03-21T21:16:42.8147063Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1331, aten.permute_copy.default 2025-03-21T21:16:42.8148866Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_195, aten.convolution.default 2025-03-21T21:16:42.8150619Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1332, aten.permute_copy.default 2025-03-21T21:16:42.8152368Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_453, aten.view_copy.default 2025-03-21T21:16:42.8154013Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_454, aten.view_copy.default 2025-03-21T21:16:42.8155650Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_455, aten.view_copy.default 2025-03-21T21:16:42.8157969Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_456, aten.view_copy.default 2025-03-21T21:16:42.8159674Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_457, aten.view_copy.default 2025-03-21T21:16:42.8161350Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_458, aten.view_copy.default 2025-03-21T21:16:42.8163142Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_459, aten.view_copy.default 2025-03-21T21:16:42.8164775Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_460, aten.view_copy.default 2025-03-21T21:16:42.8166431Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_461, aten.view_copy.default 2025-03-21T21:16:42.8168077Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_462, aten.view_copy.default 2025-03-21T21:16:42.8169717Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_463, aten.view_copy.default 2025-03-21T21:16:42.8171358Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_464, aten.view_copy.default 2025-03-21T21:16:42.8173020Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_465, aten.view_copy.default 2025-03-21T21:16:42.8174702Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_466, aten.view_copy.default 2025-03-21T21:16:42.8176540Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_467, aten.view_copy.default 2025-03-21T21:16:42.8178212Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_468, aten.view_copy.default 2025-03-21T21:16:42.8180117Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_469, aten.view_copy.default 2025-03-21T21:16:42.8181575Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_470, aten.view_copy.default 2025-03-21T21:16:42.8183624Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_471, aten.view_copy.default 2025-03-21T21:16:42.8185309Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_472, aten.view_copy.default 2025-03-21T21:16:42.8186971Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_473, aten.view_copy.default 2025-03-21T21:16:42.8188613Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_474, aten.view_copy.default 2025-03-21T21:16:42.8190374Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_475, aten.view_copy.default 2025-03-21T21:16:42.8192015Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_476, aten.view_copy.default 2025-03-21T21:16:42.8193659Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_477, aten.view_copy.default 2025-03-21T21:16:42.8195294Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_478, aten.view_copy.default 2025-03-21T21:16:42.8196956Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_479, aten.view_copy.default 2025-03-21T21:16:42.8198733Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_480, aten.view_copy.default 2025-03-21T21:16:42.8200414Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_481, aten.view_copy.default 2025-03-21T21:16:42.8202095Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_482, aten.view_copy.default 2025-03-21T21:16:42.8203776Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_483, aten.view_copy.default 2025-03-21T21:16:42.8205419Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_484, aten.view_copy.default 2025-03-21T21:16:42.8207090Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_485, aten.view_copy.default 2025-03-21T21:16:42.8208902Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_486, aten.view_copy.default 2025-03-21T21:16:42.8210532Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_487, aten.view_copy.default 2025-03-21T21:16:42.8212186Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_488, aten.view_copy.default 2025-03-21T21:16:42.8213948Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_192, aten.slice_copy.Tensor 2025-03-21T21:16:42.8215572Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_193, aten.slice_copy.Tensor 2025-03-21T21:16:42.8217209Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_194, aten.slice_copy.Tensor 2025-03-21T21:16:42.8218880Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_195, aten.slice_copy.Tensor 2025-03-21T21:16:42.8220574Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_196, aten.slice_copy.Tensor 2025-03-21T21:16:42.8222217Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_197, aten.slice_copy.Tensor 2025-03-21T21:16:42.8223883Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_198, aten.slice_copy.Tensor 2025-03-21T21:16:42.8225594Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_199, aten.slice_copy.Tensor 2025-03-21T21:16:42.8227205Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_200, aten.slice_copy.Tensor 2025-03-21T21:16:42.8229001Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_201, aten.slice_copy.Tensor 2025-03-21T21:16:42.8230785Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_202, aten.slice_copy.Tensor 2025-03-21T21:16:42.8232428Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_203, aten.slice_copy.Tensor 2025-03-21T21:16:42.8234094Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_204, aten.slice_copy.Tensor 2025-03-21T21:16:42.8235760Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_205, aten.slice_copy.Tensor 2025-03-21T21:16:42.8237406Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_206, aten.slice_copy.Tensor 2025-03-21T21:16:42.8239027Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_207, aten.slice_copy.Tensor 2025-03-21T21:16:42.8240680Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_208, aten.slice_copy.Tensor 2025-03-21T21:16:43.2184253Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_209, aten.slice_copy.Tensor 2025-03-21T21:16:43.2185962Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_210, aten.slice_copy.Tensor 2025-03-21T21:16:43.2187635Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_211, aten.slice_copy.Tensor 2025-03-21T21:16:43.2189594Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_212, aten.slice_copy.Tensor 2025-03-21T21:16:43.2191305Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_213, aten.slice_copy.Tensor 2025-03-21T21:16:43.2192940Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_214, aten.slice_copy.Tensor 2025-03-21T21:16:43.2194572Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_215, aten.slice_copy.Tensor 2025-03-21T21:16:43.2196245Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_216, aten.slice_copy.Tensor 2025-03-21T21:16:43.2197891Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_217, aten.slice_copy.Tensor 2025-03-21T21:16:43.2199702Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_218, aten.slice_copy.Tensor 2025-03-21T21:16:43.2201389Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_219, aten.slice_copy.Tensor 2025-03-21T21:16:43.2203011Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_220, aten.slice_copy.Tensor 2025-03-21T21:16:43.2204808Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_221, aten.slice_copy.Tensor 2025-03-21T21:16:43.2206488Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_222, aten.slice_copy.Tensor 2025-03-21T21:16:43.2208168Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_223, aten.slice_copy.Tensor 2025-03-21T21:16:43.2209815Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_224, aten.slice_copy.Tensor 2025-03-21T21:16:43.2211462Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_225, aten.slice_copy.Tensor 2025-03-21T21:16:43.2213129Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_226, aten.slice_copy.Tensor 2025-03-21T21:16:43.2214782Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_227, aten.slice_copy.Tensor 2025-03-21T21:16:43.2216427Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_228, aten.slice_copy.Tensor 2025-03-21T21:16:43.2218087Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_229, aten.slice_copy.Tensor 2025-03-21T21:16:43.2219760Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_230, aten.slice_copy.Tensor 2025-03-21T21:16:43.2221545Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_231, aten.slice_copy.Tensor 2025-03-21T21:16:43.2223223Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_232, aten.slice_copy.Tensor 2025-03-21T21:16:43.2224923Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_233, aten.slice_copy.Tensor 2025-03-21T21:16:43.2226498Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_234, aten.slice_copy.Tensor 2025-03-21T21:16:43.2228176Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_235, aten.slice_copy.Tensor 2025-03-21T21:16:43.2229953Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_236, aten.slice_copy.Tensor 2025-03-21T21:16:43.2231603Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_237, aten.slice_copy.Tensor 2025-03-21T21:16:43.2233239Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_238, aten.slice_copy.Tensor 2025-03-21T21:16:43.2234905Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_239, aten.slice_copy.Tensor 2025-03-21T21:16:43.2236489Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_221, aten.cat.default 2025-03-21T21:16:43.2237936Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_223, aten.cat.default 2025-03-21T21:16:43.2239556Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_225, aten.cat.default 2025-03-21T21:16:43.2241020Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_227, aten.cat.default 2025-03-21T21:16:43.2242515Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_229, aten.cat.default 2025-03-21T21:16:43.2244020Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_231, aten.cat.default 2025-03-21T21:16:43.2245500Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_233, aten.cat.default 2025-03-21T21:16:43.2247024Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_235, aten.cat.default 2025-03-21T21:16:43.2248499Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_237, aten.cat.default 2025-03-21T21:16:43.2250217Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_239, aten.cat.default 2025-03-21T21:16:43.2251726Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_241, aten.cat.default 2025-03-21T21:16:43.2253216Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_243, aten.cat.default 2025-03-21T21:16:43.2254731Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_410, aten.mul.Tensor 2025-03-21T21:16:43.2256179Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_412, aten.mul.Tensor 2025-03-21T21:16:43.2257623Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_411, aten.mul.Tensor 2025-03-21T21:16:43.2259051Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_413, aten.mul.Tensor 2025-03-21T21:16:43.2260465Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_414, aten.mul.Tensor 2025-03-21T21:16:43.2261912Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_416, aten.mul.Tensor 2025-03-21T21:16:43.2263360Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_415, aten.mul.Tensor 2025-03-21T21:16:43.2264802Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_417, aten.mul.Tensor 2025-03-21T21:16:43.2266286Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_418, aten.mul.Tensor 2025-03-21T21:16:43.2267735Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_420, aten.mul.Tensor 2025-03-21T21:16:43.2269277Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_419, aten.mul.Tensor 2025-03-21T21:16:43.2270705Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_421, aten.mul.Tensor 2025-03-21T21:16:43.2272167Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_422, aten.mul.Tensor 2025-03-21T21:16:43.2273623Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_424, aten.mul.Tensor 2025-03-21T21:16:43.2275103Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_423, aten.mul.Tensor 2025-03-21T21:16:43.2276761Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_425, aten.mul.Tensor 2025-03-21T21:16:43.2278190Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_426, aten.mul.Tensor 2025-03-21T21:16:43.2279630Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_428, aten.mul.Tensor 2025-03-21T21:16:43.2281076Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_427, aten.mul.Tensor 2025-03-21T21:16:43.2282507Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_429, aten.mul.Tensor 2025-03-21T21:16:43.2283922Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_430, aten.mul.Tensor 2025-03-21T21:16:43.2285370Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_432, aten.mul.Tensor 2025-03-21T21:16:43.2286950Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_431, aten.mul.Tensor 2025-03-21T21:16:43.2288389Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_433, aten.mul.Tensor 2025-03-21T21:16:43.2289877Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_434, aten.mul.Tensor 2025-03-21T21:16:43.2291328Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_436, aten.mul.Tensor 2025-03-21T21:16:43.2292814Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_435, aten.mul.Tensor 2025-03-21T21:16:43.2294223Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_437, aten.mul.Tensor 2025-03-21T21:16:43.2295691Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_438, aten.mul.Tensor 2025-03-21T21:16:43.2297232Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_440, aten.mul.Tensor 2025-03-21T21:16:43.2298693Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_439, aten.mul.Tensor 2025-03-21T21:16:43.2300131Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_441, aten.mul.Tensor 2025-03-21T21:16:43.2301575Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_442, aten.mul.Tensor 2025-03-21T21:16:43.2303106Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_444, aten.mul.Tensor 2025-03-21T21:16:43.2304549Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_443, aten.mul.Tensor 2025-03-21T21:16:43.2305958Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_445, aten.mul.Tensor 2025-03-21T21:16:43.2307402Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_446, aten.mul.Tensor 2025-03-21T21:16:43.6605073Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_448, aten.mul.Tensor 2025-03-21T21:16:43.6606575Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_447, aten.mul.Tensor 2025-03-21T21:16:43.6608027Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_449, aten.mul.Tensor 2025-03-21T21:16:43.6609477Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_450, aten.mul.Tensor 2025-03-21T21:16:43.6610940Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_452, aten.mul.Tensor 2025-03-21T21:16:43.6612365Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_451, aten.mul.Tensor 2025-03-21T21:16:43.6613832Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_453, aten.mul.Tensor 2025-03-21T21:16:43.6615525Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_454, aten.mul.Tensor 2025-03-21T21:16:43.6617016Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_456, aten.mul.Tensor 2025-03-21T21:16:43.6618460Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_455, aten.mul.Tensor 2025-03-21T21:16:43.6619945Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_457, aten.mul.Tensor 2025-03-21T21:16:43.6621396Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_458, aten.mul.Tensor 2025-03-21T21:16:43.6622887Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_460, aten.mul.Tensor 2025-03-21T21:16:43.6624283Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_459, aten.mul.Tensor 2025-03-21T21:16:43.6625760Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_461, aten.mul.Tensor 2025-03-21T21:16:43.6627226Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_462, aten.mul.Tensor 2025-03-21T21:16:43.6628815Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_464, aten.mul.Tensor 2025-03-21T21:16:43.6630244Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_463, aten.mul.Tensor 2025-03-21T21:16:43.6631862Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_465, aten.mul.Tensor 2025-03-21T21:16:43.6633302Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_466, aten.mul.Tensor 2025-03-21T21:16:43.6634750Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_468, aten.mul.Tensor 2025-03-21T21:16:43.6636154Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_467, aten.mul.Tensor 2025-03-21T21:16:43.6637587Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_469, aten.mul.Tensor 2025-03-21T21:16:43.6639039Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_470, aten.mul.Tensor 2025-03-21T21:16:43.6640507Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_472, aten.mul.Tensor 2025-03-21T21:16:43.6642082Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_471, aten.mul.Tensor 2025-03-21T21:16:43.6643519Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_473, aten.mul.Tensor 2025-03-21T21:16:43.6644997Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_474, aten.mul.Tensor 2025-03-21T21:16:43.6646441Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_476, aten.mul.Tensor 2025-03-21T21:16:43.6647907Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_475, aten.mul.Tensor 2025-03-21T21:16:43.6649357Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_477, aten.mul.Tensor 2025-03-21T21:16:43.6650843Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_478, aten.mul.Tensor 2025-03-21T21:16:43.6652277Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_480, aten.mul.Tensor 2025-03-21T21:16:43.6653729Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_479, aten.mul.Tensor 2025-03-21T21:16:43.6655172Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_481, aten.mul.Tensor 2025-03-21T21:16:43.6656618Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_482, aten.mul.Tensor 2025-03-21T21:16:43.6658049Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_484, aten.mul.Tensor 2025-03-21T21:16:43.6659476Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_483, aten.mul.Tensor 2025-03-21T21:16:43.6660899Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_485, aten.mul.Tensor 2025-03-21T21:16:43.6662461Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_486, aten.mul.Tensor 2025-03-21T21:16:43.6663899Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_488, aten.mul.Tensor 2025-03-21T21:16:43.6665381Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_487, aten.mul.Tensor 2025-03-21T21:16:43.6666837Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_489, aten.mul.Tensor 2025-03-21T21:16:43.6668318Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_490, aten.mul.Tensor 2025-03-21T21:16:43.6669827Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_492, aten.mul.Tensor 2025-03-21T21:16:43.6671283Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_491, aten.mul.Tensor 2025-03-21T21:16:43.6672757Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_493, aten.mul.Tensor 2025-03-21T21:16:43.6674202Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_494, aten.mul.Tensor 2025-03-21T21:16:43.6675651Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_496, aten.mul.Tensor 2025-03-21T21:16:43.6677308Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_495, aten.mul.Tensor 2025-03-21T21:16:43.6678765Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_497, aten.mul.Tensor 2025-03-21T21:16:43.6680313Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_498, aten.mul.Tensor 2025-03-21T21:16:43.6681728Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_500, aten.mul.Tensor 2025-03-21T21:16:43.6683180Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_499, aten.mul.Tensor 2025-03-21T21:16:43.6684640Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_501, aten.mul.Tensor 2025-03-21T21:16:43.6686070Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_502, aten.mul.Tensor 2025-03-21T21:16:43.6687544Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_504, aten.mul.Tensor 2025-03-21T21:16:43.6688979Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_503, aten.mul.Tensor 2025-03-21T21:16:43.6690568Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_505, aten.mul.Tensor 2025-03-21T21:16:43.6691872Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_96, aten.sub.Tensor 2025-03-21T21:16:43.6693346Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_152, aten.add.Tensor 2025-03-21T21:16:43.6694899Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_97, aten.sub.Tensor 2025-03-21T21:16:43.6696376Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_153, aten.add.Tensor 2025-03-21T21:16:43.6697792Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_98, aten.sub.Tensor 2025-03-21T21:16:43.6699219Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_154, aten.add.Tensor 2025-03-21T21:16:43.6700652Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_99, aten.sub.Tensor 2025-03-21T21:16:43.6702100Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_155, aten.add.Tensor 2025-03-21T21:16:43.6703534Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_100, aten.sub.Tensor 2025-03-21T21:16:43.6704951Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_156, aten.add.Tensor 2025-03-21T21:16:43.6706397Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_101, aten.sub.Tensor 2025-03-21T21:16:43.6707851Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_157, aten.add.Tensor 2025-03-21T21:16:43.6709382Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_102, aten.sub.Tensor 2025-03-21T21:16:43.6710992Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_158, aten.add.Tensor 2025-03-21T21:16:43.6712455Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_103, aten.sub.Tensor 2025-03-21T21:16:43.6713933Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_159, aten.add.Tensor 2025-03-21T21:16:43.6715372Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_104, aten.sub.Tensor 2025-03-21T21:16:43.6716815Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_160, aten.add.Tensor 2025-03-21T21:16:43.6718301Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_105, aten.sub.Tensor 2025-03-21T21:16:43.6719764Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_161, aten.add.Tensor 2025-03-21T21:16:43.6721211Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_106, aten.sub.Tensor 2025-03-21T21:16:43.6722661Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_162, aten.add.Tensor 2025-03-21T21:16:43.6724114Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_107, aten.sub.Tensor 2025-03-21T21:16:43.6725562Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_163, aten.add.Tensor 2025-03-21T21:16:43.6726962Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_108, aten.sub.Tensor 2025-03-21T21:16:43.6728575Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_101, aten._to_copy.default 2025-03-21T21:16:44.0704395Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_164, aten.add.Tensor 2025-03-21T21:16:44.0706051Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_102, aten._to_copy.default 2025-03-21T21:16:44.0707554Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_109, aten.sub.Tensor 2025-03-21T21:16:44.0709179Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_103, aten._to_copy.default 2025-03-21T21:16:44.0710724Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_165, aten.add.Tensor 2025-03-21T21:16:44.0712513Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_104, aten._to_copy.default 2025-03-21T21:16:44.0714023Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_110, aten.sub.Tensor 2025-03-21T21:16:44.0715533Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_105, aten._to_copy.default 2025-03-21T21:16:44.0717185Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_166, aten.add.Tensor 2025-03-21T21:16:44.0718694Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_106, aten._to_copy.default 2025-03-21T21:16:44.0720257Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_111, aten.sub.Tensor 2025-03-21T21:16:44.0721812Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_107, aten._to_copy.default 2025-03-21T21:16:44.0723388Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_167, aten.add.Tensor 2025-03-21T21:16:44.0724726Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_108, aten._to_copy.default 2025-03-21T21:16:44.0726235Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_112, aten.sub.Tensor 2025-03-21T21:16:44.0727670Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_109, aten._to_copy.default 2025-03-21T21:16:44.0729152Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_168, aten.add.Tensor 2025-03-21T21:16:44.0730707Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_110, aten._to_copy.default 2025-03-21T21:16:44.0732250Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_113, aten.sub.Tensor 2025-03-21T21:16:44.0733992Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_111, aten._to_copy.default 2025-03-21T21:16:44.0735505Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_169, aten.add.Tensor 2025-03-21T21:16:44.0737046Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_112, aten._to_copy.default 2025-03-21T21:16:44.0738580Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_114, aten.sub.Tensor 2025-03-21T21:16:44.0740104Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_113, aten._to_copy.default 2025-03-21T21:16:44.0741609Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_170, aten.add.Tensor 2025-03-21T21:16:44.0743145Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_114, aten._to_copy.default 2025-03-21T21:16:44.0744690Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_115, aten.sub.Tensor 2025-03-21T21:16:44.0746219Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_115, aten._to_copy.default 2025-03-21T21:16:44.0747784Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_171, aten.add.Tensor 2025-03-21T21:16:44.0749413Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_116, aten._to_copy.default 2025-03-21T21:16:44.0751060Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_116, aten.sub.Tensor 2025-03-21T21:16:44.0752442Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_117, aten._to_copy.default 2025-03-21T21:16:44.0753937Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_172, aten.add.Tensor 2025-03-21T21:16:44.0755402Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_118, aten._to_copy.default 2025-03-21T21:16:44.0756873Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_117, aten.sub.Tensor 2025-03-21T21:16:44.0758449Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_119, aten._to_copy.default 2025-03-21T21:16:44.0760010Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_173, aten.add.Tensor 2025-03-21T21:16:44.0761661Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_120, aten._to_copy.default 2025-03-21T21:16:44.0763205Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_118, aten.sub.Tensor 2025-03-21T21:16:44.0764745Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_121, aten._to_copy.default 2025-03-21T21:16:44.0766343Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_174, aten.add.Tensor 2025-03-21T21:16:44.0767856Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_122, aten._to_copy.default 2025-03-21T21:16:44.0769368Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_119, aten.sub.Tensor 2025-03-21T21:16:44.0770898Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_123, aten._to_copy.default 2025-03-21T21:16:44.0772447Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_175, aten.add.Tensor 2025-03-21T21:16:44.0773956Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_124, aten._to_copy.default 2025-03-21T21:16:44.0775531Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_196, aten.cat.default 2025-03-21T21:16:44.0777261Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_197, aten.cat.default 2025-03-21T21:16:44.0778683Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_198, aten.cat.default 2025-03-21T21:16:44.0780028Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_199, aten.cat.default 2025-03-21T21:16:44.0781586Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_200, aten.cat.default 2025-03-21T21:16:44.0782949Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_201, aten.cat.default 2025-03-21T21:16:44.0784388Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_202, aten.cat.default 2025-03-21T21:16:44.0785894Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_203, aten.cat.default 2025-03-21T21:16:44.0787366Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_204, aten.cat.default 2025-03-21T21:16:44.0788931Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_205, aten.cat.default 2025-03-21T21:16:44.0790394Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_206, aten.cat.default 2025-03-21T21:16:44.0791852Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_207, aten.cat.default 2025-03-21T21:16:44.0793336Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_208, aten.cat.default 2025-03-21T21:16:44.0794815Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_209, aten.cat.default 2025-03-21T21:16:44.0796250Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_210, aten.cat.default 2025-03-21T21:16:44.0797717Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_211, aten.cat.default 2025-03-21T21:16:44.0799363Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_212, aten.cat.default 2025-03-21T21:16:44.0800817Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_213, aten.cat.default 2025-03-21T21:16:44.0802324Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_214, aten.cat.default 2025-03-21T21:16:44.0803800Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_215, aten.cat.default 2025-03-21T21:16:44.0805319Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_216, aten.cat.default 2025-03-21T21:16:44.0806773Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_217, aten.cat.default 2025-03-21T21:16:44.0808388Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_218, aten.cat.default 2025-03-21T21:16:44.0809896Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_219, aten.cat.default 2025-03-21T21:16:44.0811514Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_249, aten.permute_copy.default 2025-03-21T21:16:44.0813261Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_250, aten.permute_copy.default 2025-03-21T21:16:44.0815097Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_251, aten.permute_copy.default 2025-03-21T21:16:44.0816847Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_252, aten.permute_copy.default 2025-03-21T21:16:44.0818560Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_253, aten.permute_copy.default 2025-03-21T21:16:44.0820314Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_254, aten.permute_copy.default 2025-03-21T21:16:44.0822077Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_255, aten.permute_copy.default 2025-03-21T21:16:44.0823811Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_256, aten.permute_copy.default 2025-03-21T21:16:44.0825571Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_257, aten.permute_copy.default 2025-03-21T21:16:44.5790834Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_258, aten.permute_copy.default 2025-03-21T21:16:44.5792591Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_259, aten.permute_copy.default 2025-03-21T21:16:44.5794628Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_260, aten.permute_copy.default 2025-03-21T21:16:44.5796257Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_220, aten.cat.default 2025-03-21T21:16:44.5797731Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_222, aten.cat.default 2025-03-21T21:16:44.5799242Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_224, aten.cat.default 2025-03-21T21:16:44.5800718Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_226, aten.cat.default 2025-03-21T21:16:44.5802231Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_228, aten.cat.default 2025-03-21T21:16:44.5803706Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_230, aten.cat.default 2025-03-21T21:16:44.5805206Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_232, aten.cat.default 2025-03-21T21:16:44.5806708Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_234, aten.cat.default 2025-03-21T21:16:44.5808206Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_236, aten.cat.default 2025-03-21T21:16:44.5809668Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_238, aten.cat.default 2025-03-21T21:16:44.5811310Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_240, aten.cat.default 2025-03-21T21:16:44.5812836Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_242, aten.cat.default 2025-03-21T21:16:44.5814336Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_96, aten.matmul.default 2025-03-21T21:16:44.5815892Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_98, aten.matmul.default 2025-03-21T21:16:44.5817463Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_100, aten.matmul.default 2025-03-21T21:16:44.5819058Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_102, aten.matmul.default 2025-03-21T21:16:44.5820604Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_104, aten.matmul.default 2025-03-21T21:16:44.5822294Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_106, aten.matmul.default 2025-03-21T21:16:44.5823895Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_108, aten.matmul.default 2025-03-21T21:16:44.5825453Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_110, aten.matmul.default 2025-03-21T21:16:44.5827197Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_112, aten.matmul.default 2025-03-21T21:16:44.5828864Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_114, aten.matmul.default 2025-03-21T21:16:44.5830466Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_116, aten.matmul.default 2025-03-21T21:16:44.5831888Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_118, aten.matmul.default 2025-03-21T21:16:44.5833419Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_48, aten.div.Tensor 2025-03-21T21:16:44.5834847Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_49, aten.div.Tensor 2025-03-21T21:16:44.5836322Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_50, aten.div.Tensor 2025-03-21T21:16:44.5837749Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_51, aten.div.Tensor 2025-03-21T21:16:44.5839191Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_52, aten.div.Tensor 2025-03-21T21:16:44.5840616Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_53, aten.div.Tensor 2025-03-21T21:16:44.5842057Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_54, aten.div.Tensor 2025-03-21T21:16:44.5843590Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_55, aten.div.Tensor 2025-03-21T21:16:44.5844992Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_56, aten.div.Tensor 2025-03-21T21:16:44.5846408Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_57, aten.div.Tensor 2025-03-21T21:16:44.5847878Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_58, aten.div.Tensor 2025-03-21T21:16:44.5849310Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_59, aten.div.Tensor 2025-03-21T21:16:44.5850792Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_176, aten.add.Tensor 2025-03-21T21:16:44.5852248Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_177, aten.add.Tensor 2025-03-21T21:16:44.5853717Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_178, aten.add.Tensor 2025-03-21T21:16:44.5855114Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_179, aten.add.Tensor 2025-03-21T21:16:44.5856579Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_180, aten.add.Tensor 2025-03-21T21:16:44.5858056Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_181, aten.add.Tensor 2025-03-21T21:16:44.5859607Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_182, aten.add.Tensor 2025-03-21T21:16:44.5861046Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_183, aten.add.Tensor 2025-03-21T21:16:44.5862482Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_184, aten.add.Tensor 2025-03-21T21:16:44.5863932Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_185, aten.add.Tensor 2025-03-21T21:16:44.5865374Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_186, aten.add.Tensor 2025-03-21T21:16:44.5866791Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_187, aten.add.Tensor 2025-03-21T21:16:44.5868325Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_48, aten._softmax.default 2025-03-21T21:16:44.5870110Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_49, aten._softmax.default 2025-03-21T21:16:44.5871729Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_50, aten._softmax.default 2025-03-21T21:16:44.5873358Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_51, aten._softmax.default 2025-03-21T21:16:44.5875065Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_52, aten._softmax.default 2025-03-21T21:16:44.5876931Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_53, aten._softmax.default 2025-03-21T21:16:44.5878563Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_54, aten._softmax.default 2025-03-21T21:16:44.5880198Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_55, aten._softmax.default 2025-03-21T21:16:44.5881868Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_56, aten._softmax.default 2025-03-21T21:16:44.5883466Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_57, aten._softmax.default 2025-03-21T21:16:44.5885070Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_58, aten._softmax.default 2025-03-21T21:16:44.5886687Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_59, aten._softmax.default 2025-03-21T21:16:44.5888290Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_97, aten.matmul.default 2025-03-21T21:16:44.5889822Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_99, aten.matmul.default 2025-03-21T21:16:44.5891521Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_101, aten.matmul.default 2025-03-21T21:16:44.5893130Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_103, aten.matmul.default 2025-03-21T21:16:44.5894677Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_105, aten.matmul.default 2025-03-21T21:16:44.5896278Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_107, aten.matmul.default 2025-03-21T21:16:44.5897865Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_109, aten.matmul.default 2025-03-21T21:16:44.5899427Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_111, aten.matmul.default 2025-03-21T21:16:44.5901036Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_113, aten.matmul.default 2025-03-21T21:16:44.5902635Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_115, aten.matmul.default 2025-03-21T21:16:44.5904260Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_117, aten.matmul.default 2025-03-21T21:16:44.5905797Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_119, aten.matmul.default 2025-03-21T21:16:44.5907340Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_244, aten.cat.default 2025-03-21T21:16:44.5909100Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_561, aten.view_copy.default 2025-03-21T21:16:44.5910805Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1333, aten.permute_copy.default 2025-03-21T21:16:44.5912545Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_196, aten.convolution.default 2025-03-21T21:16:44.5914301Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1334, aten.permute_copy.default 2025-03-21T21:16:45.2238127Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_562, aten.view_copy.default 2025-03-21T21:16:45.2239716Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_188, aten.add.Tensor 2025-03-21T21:16:45.2241475Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_rms_norm_default_9, aten.rms_norm.default 2025-03-21T21:16:45.2243114Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_563, aten.view_copy.default 2025-03-21T21:16:45.2244830Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1335, aten.permute_copy.default 2025-03-21T21:16:45.2246654Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_197, aten.convolution.default 2025-03-21T21:16:45.2248388Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_198, aten.convolution.default 2025-03-21T21:16:45.2250081Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sigmoid_default_4, aten.sigmoid.default 2025-03-21T21:16:45.2251602Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_508, aten.mul.Tensor 2025-03-21T21:16:45.2253102Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_509, aten.mul.Tensor 2025-03-21T21:16:45.2254721Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_199, aten.convolution.default 2025-03-21T21:16:45.2256499Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1336, aten.permute_copy.default 2025-03-21T21:16:45.2258173Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_564, aten.view_copy.default 2025-03-21T21:16:45.2259733Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_189, aten.add.Tensor 2025-03-21T21:16:45.2261282Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_rms_norm_default_10, aten.rms_norm.default 2025-03-21T21:16:45.2263060Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_565, aten.view_copy.default 2025-03-21T21:16:45.2264965Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1337, aten.permute_copy.default 2025-03-21T21:16:45.2266664Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_125, aten._to_copy.default 2025-03-21T21:16:45.2268354Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_200, aten.convolution.default 2025-03-21T21:16:45.2270192Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1338, aten.permute_copy.default 2025-03-21T21:16:45.2271954Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_201, aten.convolution.default 2025-03-21T21:16:45.2273743Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1339, aten.permute_copy.default 2025-03-21T21:16:45.2275512Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_202, aten.convolution.default 2025-03-21T21:16:45.2277546Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1340, aten.permute_copy.default 2025-03-21T21:16:45.2279364Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_203, aten.convolution.default 2025-03-21T21:16:45.2281125Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1341, aten.permute_copy.default 2025-03-21T21:16:45.2283042Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_204, aten.convolution.default 2025-03-21T21:16:45.2284858Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1342, aten.permute_copy.default 2025-03-21T21:16:45.2286593Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_205, aten.convolution.default 2025-03-21T21:16:45.2288413Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1343, aten.permute_copy.default 2025-03-21T21:16:45.2290222Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_206, aten.convolution.default 2025-03-21T21:16:45.2292063Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1344, aten.permute_copy.default 2025-03-21T21:16:45.2293805Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_207, aten.convolution.default 2025-03-21T21:16:45.2295565Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1345, aten.permute_copy.default 2025-03-21T21:16:45.2297383Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_208, aten.convolution.default 2025-03-21T21:16:45.2299111Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1346, aten.permute_copy.default 2025-03-21T21:16:45.2300852Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_209, aten.convolution.default 2025-03-21T21:16:45.2302600Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1347, aten.permute_copy.default 2025-03-21T21:16:45.2304387Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_210, aten.convolution.default 2025-03-21T21:16:45.2306140Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1348, aten.permute_copy.default 2025-03-21T21:16:45.2307845Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_211, aten.convolution.default 2025-03-21T21:16:45.2309594Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1349, aten.permute_copy.default 2025-03-21T21:16:45.2311245Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_212, aten.convolution.default 2025-03-21T21:16:45.2312993Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1350, aten.permute_copy.default 2025-03-21T21:16:45.2314908Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_213, aten.convolution.default 2025-03-21T21:16:45.2316679Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1351, aten.permute_copy.default 2025-03-21T21:16:45.2318384Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_214, aten.convolution.default 2025-03-21T21:16:45.2320156Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1352, aten.permute_copy.default 2025-03-21T21:16:45.2321904Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_215, aten.convolution.default 2025-03-21T21:16:45.2323629Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1353, aten.permute_copy.default 2025-03-21T21:16:45.2325360Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_216, aten.convolution.default 2025-03-21T21:16:45.2327113Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1354, aten.permute_copy.default 2025-03-21T21:16:45.2328839Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_217, aten.convolution.default 2025-03-21T21:16:45.2330638Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1355, aten.permute_copy.default 2025-03-21T21:16:45.2332495Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_218, aten.convolution.default 2025-03-21T21:16:45.2334251Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1356, aten.permute_copy.default 2025-03-21T21:16:45.2335980Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_219, aten.convolution.default 2025-03-21T21:16:45.2337741Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1357, aten.permute_copy.default 2025-03-21T21:16:45.2339541Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_220, aten.convolution.default 2025-03-21T21:16:45.2341265Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1358, aten.permute_copy.default 2025-03-21T21:16:45.2343163Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_221, aten.convolution.default 2025-03-21T21:16:45.2344926Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1359, aten.permute_copy.default 2025-03-21T21:16:45.2346648Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_222, aten.convolution.default 2025-03-21T21:16:45.2348453Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1360, aten.permute_copy.default 2025-03-21T21:16:45.2350293Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_223, aten.convolution.default 2025-03-21T21:16:45.2352063Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1361, aten.permute_copy.default 2025-03-21T21:16:45.2353881Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_224, aten.convolution.default 2025-03-21T21:16:45.2355684Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1362, aten.permute_copy.default 2025-03-21T21:16:45.2357503Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_225, aten.convolution.default 2025-03-21T21:16:45.2359270Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1363, aten.permute_copy.default 2025-03-21T21:16:45.2361067Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_226, aten.convolution.default 2025-03-21T21:16:45.2362819Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1364, aten.permute_copy.default 2025-03-21T21:16:45.5417577Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_227, aten.convolution.default 2025-03-21T21:16:45.5419383Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1365, aten.permute_copy.default 2025-03-21T21:16:45.5421148Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_228, aten.convolution.default 2025-03-21T21:16:45.5422893Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1366, aten.permute_copy.default 2025-03-21T21:16:45.5424641Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_229, aten.convolution.default 2025-03-21T21:16:45.5426363Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1367, aten.permute_copy.default 2025-03-21T21:16:45.5428107Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_230, aten.convolution.default 2025-03-21T21:16:45.5429966Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1368, aten.permute_copy.default 2025-03-21T21:16:45.5431710Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_231, aten.convolution.default 2025-03-21T21:16:45.5433484Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1369, aten.permute_copy.default 2025-03-21T21:16:45.5435441Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_232, aten.convolution.default 2025-03-21T21:16:45.5437178Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1370, aten.permute_copy.default 2025-03-21T21:16:45.5438951Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_233, aten.convolution.default 2025-03-21T21:16:45.5440752Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1371, aten.permute_copy.default 2025-03-21T21:16:45.5442500Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_234, aten.convolution.default 2025-03-21T21:16:45.5444255Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1372, aten.permute_copy.default 2025-03-21T21:16:45.5446116Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_235, aten.convolution.default 2025-03-21T21:16:45.5447860Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1373, aten.permute_copy.default 2025-03-21T21:16:45.5449548Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_566, aten.view_copy.default 2025-03-21T21:16:45.5451355Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_567, aten.view_copy.default 2025-03-21T21:16:45.5453009Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_568, aten.view_copy.default 2025-03-21T21:16:45.5454685Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_569, aten.view_copy.default 2025-03-21T21:16:45.5456359Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_570, aten.view_copy.default 2025-03-21T21:16:45.5458055Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_571, aten.view_copy.default 2025-03-21T21:16:45.5459677Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_572, aten.view_copy.default 2025-03-21T21:16:45.5461355Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_573, aten.view_copy.default 2025-03-21T21:16:45.5463051Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_574, aten.view_copy.default 2025-03-21T21:16:45.5464690Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_575, aten.view_copy.default 2025-03-21T21:16:45.5466344Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_576, aten.view_copy.default 2025-03-21T21:16:45.5468101Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_577, aten.view_copy.default 2025-03-21T21:16:45.5469808Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_578, aten.view_copy.default 2025-03-21T21:16:45.5471446Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_579, aten.view_copy.default 2025-03-21T21:16:45.5473100Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_580, aten.view_copy.default 2025-03-21T21:16:45.5474783Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_581, aten.view_copy.default 2025-03-21T21:16:45.5476589Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_582, aten.view_copy.default 2025-03-21T21:16:45.5478254Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_583, aten.view_copy.default 2025-03-21T21:16:45.5479990Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_584, aten.view_copy.default 2025-03-21T21:16:45.5481521Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_585, aten.view_copy.default 2025-03-21T21:16:45.5483507Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_586, aten.view_copy.default 2025-03-21T21:16:45.5485300Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_587, aten.view_copy.default 2025-03-21T21:16:45.5486984Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_588, aten.view_copy.default 2025-03-21T21:16:45.5488597Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_589, aten.view_copy.default 2025-03-21T21:16:45.5490252Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_590, aten.view_copy.default 2025-03-21T21:16:45.5491903Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_591, aten.view_copy.default 2025-03-21T21:16:45.5493549Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_592, aten.view_copy.default 2025-03-21T21:16:45.5495154Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_593, aten.view_copy.default 2025-03-21T21:16:45.5496902Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_594, aten.view_copy.default 2025-03-21T21:16:45.5498604Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_595, aten.view_copy.default 2025-03-21T21:16:45.5500233Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_596, aten.view_copy.default 2025-03-21T21:16:45.5502002Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_597, aten.view_copy.default 2025-03-21T21:16:45.5503702Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_598, aten.view_copy.default 2025-03-21T21:16:45.5505327Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_599, aten.view_copy.default 2025-03-21T21:16:45.5507005Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_600, aten.view_copy.default 2025-03-21T21:16:45.5508797Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_601, aten.view_copy.default 2025-03-21T21:16:45.5510446Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_240, aten.slice_copy.Tensor 2025-03-21T21:16:45.5512101Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_241, aten.slice_copy.Tensor 2025-03-21T21:16:45.5513766Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_242, aten.slice_copy.Tensor 2025-03-21T21:16:45.5515413Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_243, aten.slice_copy.Tensor 2025-03-21T21:16:45.5517138Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_244, aten.slice_copy.Tensor 2025-03-21T21:16:45.5518803Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_245, aten.slice_copy.Tensor 2025-03-21T21:16:45.5520493Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_246, aten.slice_copy.Tensor 2025-03-21T21:16:45.5522140Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_247, aten.slice_copy.Tensor 2025-03-21T21:16:45.5523820Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_248, aten.slice_copy.Tensor 2025-03-21T21:16:45.5525528Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_249, aten.slice_copy.Tensor 2025-03-21T21:16:45.5527154Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_250, aten.slice_copy.Tensor 2025-03-21T21:16:45.5528825Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_251, aten.slice_copy.Tensor 2025-03-21T21:16:45.5530520Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_252, aten.slice_copy.Tensor 2025-03-21T21:16:45.5532180Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_253, aten.slice_copy.Tensor 2025-03-21T21:16:45.5533842Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_254, aten.slice_copy.Tensor 2025-03-21T21:16:45.5535580Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_255, aten.slice_copy.Tensor 2025-03-21T21:16:45.5537245Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_256, aten.slice_copy.Tensor 2025-03-21T21:16:45.5538862Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_257, aten.slice_copy.Tensor 2025-03-21T21:16:45.5540506Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_258, aten.slice_copy.Tensor 2025-03-21T21:16:45.9517676Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_259, aten.slice_copy.Tensor 2025-03-21T21:16:45.9519387Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_260, aten.slice_copy.Tensor 2025-03-21T21:16:45.9521303Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_261, aten.slice_copy.Tensor 2025-03-21T21:16:45.9522971Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_262, aten.slice_copy.Tensor 2025-03-21T21:16:45.9524629Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_263, aten.slice_copy.Tensor 2025-03-21T21:16:45.9526344Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_264, aten.slice_copy.Tensor 2025-03-21T21:16:45.9527970Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_265, aten.slice_copy.Tensor 2025-03-21T21:16:45.9529629Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_266, aten.slice_copy.Tensor 2025-03-21T21:16:45.9531292Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_267, aten.slice_copy.Tensor 2025-03-21T21:16:45.9532996Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_268, aten.slice_copy.Tensor 2025-03-21T21:16:45.9534655Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_269, aten.slice_copy.Tensor 2025-03-21T21:16:45.9536293Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_270, aten.slice_copy.Tensor 2025-03-21T21:16:45.9537987Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_271, aten.slice_copy.Tensor 2025-03-21T21:16:45.9539659Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_272, aten.slice_copy.Tensor 2025-03-21T21:16:45.9541348Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_273, aten.slice_copy.Tensor 2025-03-21T21:16:45.9543125Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_274, aten.slice_copy.Tensor 2025-03-21T21:16:45.9544785Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_275, aten.slice_copy.Tensor 2025-03-21T21:16:45.9546452Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_276, aten.slice_copy.Tensor 2025-03-21T21:16:45.9548085Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_277, aten.slice_copy.Tensor 2025-03-21T21:16:45.9549793Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_278, aten.slice_copy.Tensor 2025-03-21T21:16:45.9551452Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_279, aten.slice_copy.Tensor 2025-03-21T21:16:45.9553100Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_280, aten.slice_copy.Tensor 2025-03-21T21:16:45.9554787Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_281, aten.slice_copy.Tensor 2025-03-21T21:16:45.9556458Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_282, aten.slice_copy.Tensor 2025-03-21T21:16:45.9558159Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_283, aten.slice_copy.Tensor 2025-03-21T21:16:45.9559875Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_284, aten.slice_copy.Tensor 2025-03-21T21:16:45.9561543Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_285, aten.slice_copy.Tensor 2025-03-21T21:16:45.9563276Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_286, aten.slice_copy.Tensor 2025-03-21T21:16:45.9564931Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_287, aten.slice_copy.Tensor 2025-03-21T21:16:45.9566505Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_270, aten.cat.default 2025-03-21T21:16:45.9567996Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_272, aten.cat.default 2025-03-21T21:16:45.9569482Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_274, aten.cat.default 2025-03-21T21:16:45.9571016Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_276, aten.cat.default 2025-03-21T21:16:45.9572498Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_278, aten.cat.default 2025-03-21T21:16:45.9573952Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_280, aten.cat.default 2025-03-21T21:16:45.9575517Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_282, aten.cat.default 2025-03-21T21:16:45.9577191Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_284, aten.cat.default 2025-03-21T21:16:45.9578692Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_286, aten.cat.default 2025-03-21T21:16:45.9580219Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_288, aten.cat.default 2025-03-21T21:16:45.9581669Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_290, aten.cat.default 2025-03-21T21:16:45.9583170Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_292, aten.cat.default 2025-03-21T21:16:45.9584660Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_512, aten.mul.Tensor 2025-03-21T21:16:45.9586150Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_514, aten.mul.Tensor 2025-03-21T21:16:45.9587578Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_513, aten.mul.Tensor 2025-03-21T21:16:45.9589106Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_515, aten.mul.Tensor 2025-03-21T21:16:45.9590561Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_516, aten.mul.Tensor 2025-03-21T21:16:45.9592138Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_518, aten.mul.Tensor 2025-03-21T21:16:45.9593544Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_517, aten.mul.Tensor 2025-03-21T21:16:45.9594987Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_519, aten.mul.Tensor 2025-03-21T21:16:45.9596438Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_520, aten.mul.Tensor 2025-03-21T21:16:45.9597907Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_522, aten.mul.Tensor 2025-03-21T21:16:45.9599354Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_521, aten.mul.Tensor 2025-03-21T21:16:45.9600811Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_523, aten.mul.Tensor 2025-03-21T21:16:45.9602276Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_524, aten.mul.Tensor 2025-03-21T21:16:45.9603664Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_526, aten.mul.Tensor 2025-03-21T21:16:45.9605065Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_525, aten.mul.Tensor 2025-03-21T21:16:45.9606533Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_527, aten.mul.Tensor 2025-03-21T21:16:45.9608680Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_528, aten.mul.Tensor 2025-03-21T21:16:45.9610092Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_530, aten.mul.Tensor 2025-03-21T21:16:45.9611520Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_529, aten.mul.Tensor 2025-03-21T21:16:45.9612972Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_531, aten.mul.Tensor 2025-03-21T21:16:45.9614422Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_532, aten.mul.Tensor 2025-03-21T21:16:45.9615850Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_534, aten.mul.Tensor 2025-03-21T21:16:45.9617278Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_533, aten.mul.Tensor 2025-03-21T21:16:45.9618820Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_535, aten.mul.Tensor 2025-03-21T21:16:45.9620301Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_536, aten.mul.Tensor 2025-03-21T21:16:45.9621717Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_538, aten.mul.Tensor 2025-03-21T21:16:45.9623189Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_537, aten.mul.Tensor 2025-03-21T21:16:45.9624747Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_539, aten.mul.Tensor 2025-03-21T21:16:45.9626181Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_540, aten.mul.Tensor 2025-03-21T21:16:45.9627634Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_542, aten.mul.Tensor 2025-03-21T21:16:45.9629189Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_541, aten.mul.Tensor 2025-03-21T21:16:45.9630669Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_543, aten.mul.Tensor 2025-03-21T21:16:45.9632138Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_544, aten.mul.Tensor 2025-03-21T21:16:45.9633590Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_546, aten.mul.Tensor 2025-03-21T21:16:45.9635042Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_545, aten.mul.Tensor 2025-03-21T21:16:45.9636494Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_547, aten.mul.Tensor 2025-03-21T21:16:45.9637936Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_548, aten.mul.Tensor 2025-03-21T21:16:45.9639346Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_550, aten.mul.Tensor 2025-03-21T21:16:45.9640874Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_549, aten.mul.Tensor 2025-03-21T21:16:46.3955948Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_551, aten.mul.Tensor 2025-03-21T21:16:46.3957522Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_552, aten.mul.Tensor 2025-03-21T21:16:46.3958935Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_554, aten.mul.Tensor 2025-03-21T21:16:46.3960439Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_553, aten.mul.Tensor 2025-03-21T21:16:46.3961907Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_555, aten.mul.Tensor 2025-03-21T21:16:46.3963360Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_556, aten.mul.Tensor 2025-03-21T21:16:46.3964771Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_558, aten.mul.Tensor 2025-03-21T21:16:46.3966218Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_557, aten.mul.Tensor 2025-03-21T21:16:46.3967649Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_559, aten.mul.Tensor 2025-03-21T21:16:46.3969136Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_560, aten.mul.Tensor 2025-03-21T21:16:46.3970901Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_562, aten.mul.Tensor 2025-03-21T21:16:46.3972359Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_561, aten.mul.Tensor 2025-03-21T21:16:46.3973854Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_563, aten.mul.Tensor 2025-03-21T21:16:46.3975260Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_564, aten.mul.Tensor 2025-03-21T21:16:46.3976951Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_566, aten.mul.Tensor 2025-03-21T21:16:46.3978408Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_565, aten.mul.Tensor 2025-03-21T21:16:46.3979896Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_567, aten.mul.Tensor 2025-03-21T21:16:46.3981443Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_568, aten.mul.Tensor 2025-03-21T21:16:46.3982905Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_570, aten.mul.Tensor 2025-03-21T21:16:46.3984362Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_569, aten.mul.Tensor 2025-03-21T21:16:46.3985803Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_571, aten.mul.Tensor 2025-03-21T21:16:46.3987295Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_572, aten.mul.Tensor 2025-03-21T21:16:46.3988726Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_574, aten.mul.Tensor 2025-03-21T21:16:46.3990258Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_573, aten.mul.Tensor 2025-03-21T21:16:46.3991731Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_575, aten.mul.Tensor 2025-03-21T21:16:46.3993148Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_576, aten.mul.Tensor 2025-03-21T21:16:46.3994617Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_578, aten.mul.Tensor 2025-03-21T21:16:46.3996077Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_577, aten.mul.Tensor 2025-03-21T21:16:46.3997493Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_579, aten.mul.Tensor 2025-03-21T21:16:46.3998913Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_580, aten.mul.Tensor 2025-03-21T21:16:46.4000379Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_582, aten.mul.Tensor 2025-03-21T21:16:46.4001972Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_581, aten.mul.Tensor 2025-03-21T21:16:46.4003415Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_583, aten.mul.Tensor 2025-03-21T21:16:46.4004852Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_584, aten.mul.Tensor 2025-03-21T21:16:46.4006286Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_586, aten.mul.Tensor 2025-03-21T21:16:46.4007739Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_585, aten.mul.Tensor 2025-03-21T21:16:46.4009177Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_587, aten.mul.Tensor 2025-03-21T21:16:46.4010600Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_588, aten.mul.Tensor 2025-03-21T21:16:46.4012046Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_590, aten.mul.Tensor 2025-03-21T21:16:46.4013498Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_589, aten.mul.Tensor 2025-03-21T21:16:46.4014925Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_591, aten.mul.Tensor 2025-03-21T21:16:46.4016405Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_592, aten.mul.Tensor 2025-03-21T21:16:46.4017867Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_594, aten.mul.Tensor 2025-03-21T21:16:46.4019496Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_593, aten.mul.Tensor 2025-03-21T21:16:46.4020920Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_595, aten.mul.Tensor 2025-03-21T21:16:46.4022396Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_596, aten.mul.Tensor 2025-03-21T21:16:46.4023849Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_598, aten.mul.Tensor 2025-03-21T21:16:46.4025306Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_597, aten.mul.Tensor 2025-03-21T21:16:46.4026754Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_599, aten.mul.Tensor 2025-03-21T21:16:46.4028206Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_600, aten.mul.Tensor 2025-03-21T21:16:46.4029834Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_602, aten.mul.Tensor 2025-03-21T21:16:46.4031283Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_601, aten.mul.Tensor 2025-03-21T21:16:46.4032683Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_603, aten.mul.Tensor 2025-03-21T21:16:46.4034191Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_604, aten.mul.Tensor 2025-03-21T21:16:46.4035639Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_606, aten.mul.Tensor 2025-03-21T21:16:46.4037076Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_605, aten.mul.Tensor 2025-03-21T21:16:46.4038560Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_607, aten.mul.Tensor 2025-03-21T21:16:46.4040012Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_120, aten.sub.Tensor 2025-03-21T21:16:46.4041502Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_190, aten.add.Tensor 2025-03-21T21:16:46.4042814Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_121, aten.sub.Tensor 2025-03-21T21:16:46.4044274Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_191, aten.add.Tensor 2025-03-21T21:16:46.4045739Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_122, aten.sub.Tensor 2025-03-21T21:16:46.4047217Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_192, aten.add.Tensor 2025-03-21T21:16:46.4048649Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_123, aten.sub.Tensor 2025-03-21T21:16:46.4050192Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_193, aten.add.Tensor 2025-03-21T21:16:46.4051625Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_124, aten.sub.Tensor 2025-03-21T21:16:46.4053073Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_194, aten.add.Tensor 2025-03-21T21:16:46.4054504Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_125, aten.sub.Tensor 2025-03-21T21:16:46.4055927Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_195, aten.add.Tensor 2025-03-21T21:16:46.4057370Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_126, aten.sub.Tensor 2025-03-21T21:16:46.4058839Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_196, aten.add.Tensor 2025-03-21T21:16:46.4060253Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_127, aten.sub.Tensor 2025-03-21T21:16:46.4061737Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_197, aten.add.Tensor 2025-03-21T21:16:46.4074314Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_128, aten.sub.Tensor 2025-03-21T21:16:46.4075800Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_198, aten.add.Tensor 2025-03-21T21:16:46.4077456Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_129, aten.sub.Tensor 2025-03-21T21:16:46.4079028Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_199, aten.add.Tensor 2025-03-21T21:16:46.4080491Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_130, aten.sub.Tensor 2025-03-21T21:16:46.4081923Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_200, aten.add.Tensor 2025-03-21T21:16:46.4083392Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_131, aten.sub.Tensor 2025-03-21T21:16:46.4084838Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_201, aten.add.Tensor 2025-03-21T21:16:46.4086331Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_132, aten.sub.Tensor 2025-03-21T21:16:46.4087836Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_126, aten._to_copy.default 2025-03-21T21:16:46.4089501Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_202, aten.add.Tensor 2025-03-21T21:16:46.4091074Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_127, aten._to_copy.default 2025-03-21T21:16:46.7971612Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_133, aten.sub.Tensor 2025-03-21T21:16:46.7973499Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_128, aten._to_copy.default 2025-03-21T21:16:46.7975007Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_203, aten.add.Tensor 2025-03-21T21:16:46.7976770Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_129, aten._to_copy.default 2025-03-21T21:16:46.7978329Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_134, aten.sub.Tensor 2025-03-21T21:16:46.7979874Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_130, aten._to_copy.default 2025-03-21T21:16:46.7981374Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_204, aten.add.Tensor 2025-03-21T21:16:46.7982907Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_131, aten._to_copy.default 2025-03-21T21:16:46.7984538Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_135, aten.sub.Tensor 2025-03-21T21:16:46.7986049Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_132, aten._to_copy.default 2025-03-21T21:16:46.7987616Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_205, aten.add.Tensor 2025-03-21T21:16:46.7989418Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_133, aten._to_copy.default 2025-03-21T21:16:46.7990936Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_136, aten.sub.Tensor 2025-03-21T21:16:46.7992317Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_134, aten._to_copy.default 2025-03-21T21:16:46.7993822Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_206, aten.add.Tensor 2025-03-21T21:16:46.7995226Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_135, aten._to_copy.default 2025-03-21T21:16:46.7996717Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_137, aten.sub.Tensor 2025-03-21T21:16:46.7998282Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_136, aten._to_copy.default 2025-03-21T21:16:46.7999825Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_207, aten.add.Tensor 2025-03-21T21:16:46.8001384Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_137, aten._to_copy.default 2025-03-21T21:16:46.8002903Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_138, aten.sub.Tensor 2025-03-21T21:16:46.8004447Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_138, aten._to_copy.default 2025-03-21T21:16:46.8006127Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_208, aten.add.Tensor 2025-03-21T21:16:46.8007650Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_139, aten._to_copy.default 2025-03-21T21:16:46.8009159Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_139, aten.sub.Tensor 2025-03-21T21:16:46.8010673Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_140, aten._to_copy.default 2025-03-21T21:16:46.8012235Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_209, aten.add.Tensor 2025-03-21T21:16:46.8013773Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_141, aten._to_copy.default 2025-03-21T21:16:46.8015318Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_140, aten.sub.Tensor 2025-03-21T21:16:46.8016974Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_142, aten._to_copy.default 2025-03-21T21:16:46.8018492Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_210, aten.add.Tensor 2025-03-21T21:16:46.8020057Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_143, aten._to_copy.default 2025-03-21T21:16:46.8021699Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_141, aten.sub.Tensor 2025-03-21T21:16:46.8023284Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_144, aten._to_copy.default 2025-03-21T21:16:46.8024786Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_211, aten.add.Tensor 2025-03-21T21:16:46.8026319Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_145, aten._to_copy.default 2025-03-21T21:16:46.8027854Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_142, aten.sub.Tensor 2025-03-21T21:16:46.8029480Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_146, aten._to_copy.default 2025-03-21T21:16:46.8030978Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_212, aten.add.Tensor 2025-03-21T21:16:46.8032510Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_147, aten._to_copy.default 2025-03-21T21:16:46.8034061Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_143, aten.sub.Tensor 2025-03-21T21:16:46.8035572Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_148, aten._to_copy.default 2025-03-21T21:16:46.8037140Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_213, aten.add.Tensor 2025-03-21T21:16:46.8038778Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_149, aten._to_copy.default 2025-03-21T21:16:46.8040375Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_245, aten.cat.default 2025-03-21T21:16:46.8041827Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_246, aten.cat.default 2025-03-21T21:16:46.8043329Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_247, aten.cat.default 2025-03-21T21:16:46.8044849Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_248, aten.cat.default 2025-03-21T21:16:46.8046320Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_249, aten.cat.default 2025-03-21T21:16:46.8047806Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_250, aten.cat.default 2025-03-21T21:16:46.8049292Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_251, aten.cat.default 2025-03-21T21:16:46.8050776Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_252, aten.cat.default 2025-03-21T21:16:46.8052238Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_253, aten.cat.default 2025-03-21T21:16:46.8053699Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_254, aten.cat.default 2025-03-21T21:16:46.8055248Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_255, aten.cat.default 2025-03-21T21:16:46.8056752Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_256, aten.cat.default 2025-03-21T21:16:46.8058212Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_257, aten.cat.default 2025-03-21T21:16:46.8059727Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_258, aten.cat.default 2025-03-21T21:16:46.8061209Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_259, aten.cat.default 2025-03-21T21:16:46.8062710Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_260, aten.cat.default 2025-03-21T21:16:46.8064139Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_261, aten.cat.default 2025-03-21T21:16:46.8065709Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_262, aten.cat.default 2025-03-21T21:16:46.8067218Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_263, aten.cat.default 2025-03-21T21:16:46.8068705Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_264, aten.cat.default 2025-03-21T21:16:46.8070317Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_265, aten.cat.default 2025-03-21T21:16:46.8071794Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_266, aten.cat.default 2025-03-21T21:16:46.8073270Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_267, aten.cat.default 2025-03-21T21:16:46.8074733Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_268, aten.cat.default 2025-03-21T21:16:46.8076517Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_302, aten.permute_copy.default 2025-03-21T21:16:46.8078275Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_303, aten.permute_copy.default 2025-03-21T21:16:46.8080070Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_304, aten.permute_copy.default 2025-03-21T21:16:46.8081786Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_305, aten.permute_copy.default 2025-03-21T21:16:46.8083560Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_306, aten.permute_copy.default 2025-03-21T21:16:46.8085351Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_307, aten.permute_copy.default 2025-03-21T21:16:46.8087181Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_308, aten.permute_copy.default 2025-03-21T21:16:46.8088956Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_309, aten.permute_copy.default 2025-03-21T21:16:46.8090742Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_310, aten.permute_copy.default 2025-03-21T21:16:46.8092465Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_311, aten.permute_copy.default 2025-03-21T21:16:46.8094211Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_312, aten.permute_copy.default 2025-03-21T21:16:47.3101627Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_313, aten.permute_copy.default 2025-03-21T21:16:47.3103274Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_269, aten.cat.default 2025-03-21T21:16:47.3104960Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_271, aten.cat.default 2025-03-21T21:16:47.3106433Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_273, aten.cat.default 2025-03-21T21:16:47.3107920Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_275, aten.cat.default 2025-03-21T21:16:47.3109709Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_277, aten.cat.default 2025-03-21T21:16:47.3111181Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_279, aten.cat.default 2025-03-21T21:16:47.3112656Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_281, aten.cat.default 2025-03-21T21:16:47.3114147Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_283, aten.cat.default 2025-03-21T21:16:47.3115602Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_285, aten.cat.default 2025-03-21T21:16:47.3117100Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_287, aten.cat.default 2025-03-21T21:16:47.3118612Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_289, aten.cat.default 2025-03-21T21:16:47.3120214Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_291, aten.cat.default 2025-03-21T21:16:47.3121797Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_120, aten.matmul.default 2025-03-21T21:16:47.3123401Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_122, aten.matmul.default 2025-03-21T21:16:47.3125105Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_124, aten.matmul.default 2025-03-21T21:16:47.3126670Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_126, aten.matmul.default 2025-03-21T21:16:47.3128233Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_128, aten.matmul.default 2025-03-21T21:16:47.3129816Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_130, aten.matmul.default 2025-03-21T21:16:47.3131370Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_132, aten.matmul.default 2025-03-21T21:16:47.3132927Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_134, aten.matmul.default 2025-03-21T21:16:47.3134487Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_136, aten.matmul.default 2025-03-21T21:16:47.3136094Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_138, aten.matmul.default 2025-03-21T21:16:47.3137665Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_140, aten.matmul.default 2025-03-21T21:16:47.3139285Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_142, aten.matmul.default 2025-03-21T21:16:47.3140819Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_60, aten.div.Tensor 2025-03-21T21:16:47.3142379Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_61, aten.div.Tensor 2025-03-21T21:16:47.3143802Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_62, aten.div.Tensor 2025-03-21T21:16:47.3145229Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_63, aten.div.Tensor 2025-03-21T21:16:47.3146677Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_64, aten.div.Tensor 2025-03-21T21:16:47.3148106Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_65, aten.div.Tensor 2025-03-21T21:16:47.3149649Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_66, aten.div.Tensor 2025-03-21T21:16:47.3151107Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_67, aten.div.Tensor 2025-03-21T21:16:47.3152555Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_68, aten.div.Tensor 2025-03-21T21:16:47.3153978Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_69, aten.div.Tensor 2025-03-21T21:16:47.3155379Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_70, aten.div.Tensor 2025-03-21T21:16:47.3156816Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_71, aten.div.Tensor 2025-03-21T21:16:47.3158350Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_214, aten.add.Tensor 2025-03-21T21:16:47.3159788Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_215, aten.add.Tensor 2025-03-21T21:16:47.3161312Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_216, aten.add.Tensor 2025-03-21T21:16:47.3162815Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_217, aten.add.Tensor 2025-03-21T21:16:47.3164299Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_218, aten.add.Tensor 2025-03-21T21:16:47.3165771Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_219, aten.add.Tensor 2025-03-21T21:16:47.3167254Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_220, aten.add.Tensor 2025-03-21T21:16:47.3168790Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_221, aten.add.Tensor 2025-03-21T21:16:47.3170284Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_222, aten.add.Tensor 2025-03-21T21:16:47.3171699Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_223, aten.add.Tensor 2025-03-21T21:16:47.3173162Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_224, aten.add.Tensor 2025-03-21T21:16:47.3174711Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_225, aten.add.Tensor 2025-03-21T21:16:47.3176442Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_60, aten._softmax.default 2025-03-21T21:16:47.3178063Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_61, aten._softmax.default 2025-03-21T21:16:47.3179683Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_62, aten._softmax.default 2025-03-21T21:16:47.3181304Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_63, aten._softmax.default 2025-03-21T21:16:47.3182891Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_64, aten._softmax.default 2025-03-21T21:16:47.3184487Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_65, aten._softmax.default 2025-03-21T21:16:47.3186102Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_66, aten._softmax.default 2025-03-21T21:16:47.3187757Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_67, aten._softmax.default 2025-03-21T21:16:47.3189372Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_68, aten._softmax.default 2025-03-21T21:16:47.3191115Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_69, aten._softmax.default 2025-03-21T21:16:47.3192771Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_70, aten._softmax.default 2025-03-21T21:16:47.3194351Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_71, aten._softmax.default 2025-03-21T21:16:47.3195943Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_121, aten.matmul.default 2025-03-21T21:16:47.3197512Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_123, aten.matmul.default 2025-03-21T21:16:47.3199093Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_125, aten.matmul.default 2025-03-21T21:16:47.3200629Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_127, aten.matmul.default 2025-03-21T21:16:47.3202194Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_129, aten.matmul.default 2025-03-21T21:16:47.3203768Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_131, aten.matmul.default 2025-03-21T21:16:47.3205317Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_133, aten.matmul.default 2025-03-21T21:16:47.3206917Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_135, aten.matmul.default 2025-03-21T21:16:47.3208611Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_137, aten.matmul.default 2025-03-21T21:16:47.3210221Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_139, aten.matmul.default 2025-03-21T21:16:47.3211766Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_141, aten.matmul.default 2025-03-21T21:16:47.3213342Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_143, aten.matmul.default 2025-03-21T21:16:47.3214864Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_293, aten.cat.default 2025-03-21T21:16:47.3216436Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_674, aten.view_copy.default 2025-03-21T21:16:47.3218222Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1374, aten.permute_copy.default 2025-03-21T21:16:47.3219982Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_236, aten.convolution.default 2025-03-21T21:16:47.3221765Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1375, aten.permute_copy.default 2025-03-21T21:16:47.3223401Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_675, aten.view_copy.default 2025-03-21T21:16:47.3225071Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_226, aten.add.Tensor 2025-03-21T21:16:47.9619441Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_rms_norm_default_11, aten.rms_norm.default 2025-03-21T21:16:47.9621158Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_676, aten.view_copy.default 2025-03-21T21:16:47.9622893Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1376, aten.permute_copy.default 2025-03-21T21:16:47.9624648Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_237, aten.convolution.default 2025-03-21T21:16:47.9626377Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_238, aten.convolution.default 2025-03-21T21:16:47.9628000Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sigmoid_default_5, aten.sigmoid.default 2025-03-21T21:16:47.9629598Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_610, aten.mul.Tensor 2025-03-21T21:16:47.9631078Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_611, aten.mul.Tensor 2025-03-21T21:16:47.9632966Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_239, aten.convolution.default 2025-03-21T21:16:47.9634729Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1377, aten.permute_copy.default 2025-03-21T21:16:47.9636476Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_677, aten.view_copy.default 2025-03-21T21:16:47.9637875Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_227, aten.add.Tensor 2025-03-21T21:16:47.9639368Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_rms_norm_default_12, aten.rms_norm.default 2025-03-21T21:16:47.9640884Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_678, aten.view_copy.default 2025-03-21T21:16:47.9642581Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1378, aten.permute_copy.default 2025-03-21T21:16:47.9644192Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_150, aten._to_copy.default 2025-03-21T21:16:47.9645905Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_240, aten.convolution.default 2025-03-21T21:16:47.9647678Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1379, aten.permute_copy.default 2025-03-21T21:16:47.9649584Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_241, aten.convolution.default 2025-03-21T21:16:47.9651330Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1380, aten.permute_copy.default 2025-03-21T21:16:47.9653074Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_242, aten.convolution.default 2025-03-21T21:16:47.9654831Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1381, aten.permute_copy.default 2025-03-21T21:16:47.9656541Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_243, aten.convolution.default 2025-03-21T21:16:47.9658289Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1382, aten.permute_copy.default 2025-03-21T21:16:47.9660168Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_244, aten.convolution.default 2025-03-21T21:16:47.9661903Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1383, aten.permute_copy.default 2025-03-21T21:16:47.9663685Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_245, aten.convolution.default 2025-03-21T21:16:47.9665590Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1384, aten.permute_copy.default 2025-03-21T21:16:47.9667194Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_246, aten.convolution.default 2025-03-21T21:16:47.9668973Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1385, aten.permute_copy.default 2025-03-21T21:16:47.9670751Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_247, aten.convolution.default 2025-03-21T21:16:47.9672552Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1386, aten.permute_copy.default 2025-03-21T21:16:47.9674246Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_248, aten.convolution.default 2025-03-21T21:16:47.9676189Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1387, aten.permute_copy.default 2025-03-21T21:16:47.9677959Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_249, aten.convolution.default 2025-03-21T21:16:47.9679704Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1388, aten.permute_copy.default 2025-03-21T21:16:47.9681419Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_250, aten.convolution.default 2025-03-21T21:16:47.9683297Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1389, aten.permute_copy.default 2025-03-21T21:16:47.9685061Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_251, aten.convolution.default 2025-03-21T21:16:47.9686832Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1390, aten.permute_copy.default 2025-03-21T21:16:47.9688626Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_252, aten.convolution.default 2025-03-21T21:16:47.9690389Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1391, aten.permute_copy.default 2025-03-21T21:16:47.9692117Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_253, aten.convolution.default 2025-03-21T21:16:47.9693857Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1392, aten.permute_copy.default 2025-03-21T21:16:47.9695623Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_254, aten.convolution.default 2025-03-21T21:16:47.9697370Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1393, aten.permute_copy.default 2025-03-21T21:16:47.9699150Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_255, aten.convolution.default 2025-03-21T21:16:47.9701036Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1394, aten.permute_copy.default 2025-03-21T21:16:47.9702780Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_256, aten.convolution.default 2025-03-21T21:16:47.9704512Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1395, aten.permute_copy.default 2025-03-21T21:16:47.9706261Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_257, aten.convolution.default 2025-03-21T21:16:47.9708025Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1396, aten.permute_copy.default 2025-03-21T21:16:47.9709965Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_258, aten.convolution.default 2025-03-21T21:16:47.9711881Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1397, aten.permute_copy.default 2025-03-21T21:16:47.9713729Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_259, aten.convolution.default 2025-03-21T21:16:47.9715476Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1398, aten.permute_copy.default 2025-03-21T21:16:47.9717328Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_260, aten.convolution.default 2025-03-21T21:16:47.9719129Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1399, aten.permute_copy.default 2025-03-21T21:16:47.9720872Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_261, aten.convolution.default 2025-03-21T21:16:47.9722640Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1400, aten.permute_copy.default 2025-03-21T21:16:47.9724453Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_262, aten.convolution.default 2025-03-21T21:16:47.9726178Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1401, aten.permute_copy.default 2025-03-21T21:16:47.9727924Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_263, aten.convolution.default 2025-03-21T21:16:47.9729689Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1402, aten.permute_copy.default 2025-03-21T21:16:47.9731412Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_264, aten.convolution.default 2025-03-21T21:16:47.9733246Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1403, aten.permute_copy.default 2025-03-21T21:16:47.9735006Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_265, aten.convolution.default 2025-03-21T21:16:47.9736745Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1404, aten.permute_copy.default 2025-03-21T21:16:47.9738529Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_266, aten.convolution.default 2025-03-21T21:16:47.9740300Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1405, aten.permute_copy.default 2025-03-21T21:16:47.9741966Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_267, aten.convolution.default 2025-03-21T21:16:48.2696245Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1406, aten.permute_copy.default 2025-03-21T21:16:48.2698058Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_268, aten.convolution.default 2025-03-21T21:16:48.2699824Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1407, aten.permute_copy.default 2025-03-21T21:16:48.2701596Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_269, aten.convolution.default 2025-03-21T21:16:48.2703585Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1408, aten.permute_copy.default 2025-03-21T21:16:48.2705305Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_270, aten.convolution.default 2025-03-21T21:16:48.2707073Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1409, aten.permute_copy.default 2025-03-21T21:16:48.2708921Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_271, aten.convolution.default 2025-03-21T21:16:48.2710707Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1410, aten.permute_copy.default 2025-03-21T21:16:48.2712485Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_272, aten.convolution.default 2025-03-21T21:16:48.2714398Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1411, aten.permute_copy.default 2025-03-21T21:16:48.2716208Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_273, aten.convolution.default 2025-03-21T21:16:48.2717989Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1412, aten.permute_copy.default 2025-03-21T21:16:48.2719840Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_274, aten.convolution.default 2025-03-21T21:16:48.2721593Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1413, aten.permute_copy.default 2025-03-21T21:16:48.2723334Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_275, aten.convolution.default 2025-03-21T21:16:48.2725086Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1414, aten.permute_copy.default 2025-03-21T21:16:48.2726769Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_679, aten.view_copy.default 2025-03-21T21:16:48.2728435Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_680, aten.view_copy.default 2025-03-21T21:16:48.2730098Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_681, aten.view_copy.default 2025-03-21T21:16:48.2731766Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_682, aten.view_copy.default 2025-03-21T21:16:48.2733444Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_683, aten.view_copy.default 2025-03-21T21:16:48.2735101Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_684, aten.view_copy.default 2025-03-21T21:16:48.2736862Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_685, aten.view_copy.default 2025-03-21T21:16:48.2738557Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_686, aten.view_copy.default 2025-03-21T21:16:48.2740238Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_687, aten.view_copy.default 2025-03-21T21:16:48.2741904Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_688, aten.view_copy.default 2025-03-21T21:16:48.2743550Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_689, aten.view_copy.default 2025-03-21T21:16:48.2745198Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_690, aten.view_copy.default 2025-03-21T21:16:48.2746860Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_691, aten.view_copy.default 2025-03-21T21:16:48.2748481Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_692, aten.view_copy.default 2025-03-21T21:16:48.2750205Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_693, aten.view_copy.default 2025-03-21T21:16:48.2751868Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_694, aten.view_copy.default 2025-03-21T21:16:48.2753635Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_695, aten.view_copy.default 2025-03-21T21:16:48.2755346Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_696, aten.view_copy.default 2025-03-21T21:16:48.2757024Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_697, aten.view_copy.default 2025-03-21T21:16:48.2758657Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_698, aten.view_copy.default 2025-03-21T21:16:48.2760161Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_699, aten.view_copy.default 2025-03-21T21:16:48.2761843Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_700, aten.view_copy.default 2025-03-21T21:16:48.2763606Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_701, aten.view_copy.default 2025-03-21T21:16:48.2765282Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_702, aten.view_copy.default 2025-03-21T21:16:48.2766916Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_703, aten.view_copy.default 2025-03-21T21:16:48.2768626Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_704, aten.view_copy.default 2025-03-21T21:16:48.2770275Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_705, aten.view_copy.default 2025-03-21T21:16:48.2771911Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_706, aten.view_copy.default 2025-03-21T21:16:48.2773550Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_707, aten.view_copy.default 2025-03-21T21:16:48.2775187Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_708, aten.view_copy.default 2025-03-21T21:16:48.2777090Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_709, aten.view_copy.default 2025-03-21T21:16:48.2778782Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_710, aten.view_copy.default 2025-03-21T21:16:48.2780455Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_711, aten.view_copy.default 2025-03-21T21:16:48.2782141Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_712, aten.view_copy.default 2025-03-21T21:16:48.2783780Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_713, aten.view_copy.default 2025-03-21T21:16:48.2785584Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_714, aten.view_copy.default 2025-03-21T21:16:48.2787317Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_288, aten.slice_copy.Tensor 2025-03-21T21:16:48.2789037Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_289, aten.slice_copy.Tensor 2025-03-21T21:16:48.2790708Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_290, aten.slice_copy.Tensor 2025-03-21T21:16:48.2792375Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_291, aten.slice_copy.Tensor 2025-03-21T21:16:48.2794015Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_292, aten.slice_copy.Tensor 2025-03-21T21:16:48.2795649Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_293, aten.slice_copy.Tensor 2025-03-21T21:16:48.2797321Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_294, aten.slice_copy.Tensor 2025-03-21T21:16:48.2799015Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_295, aten.slice_copy.Tensor 2025-03-21T21:16:48.2800647Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_296, aten.slice_copy.Tensor 2025-03-21T21:16:48.2802321Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_297, aten.slice_copy.Tensor 2025-03-21T21:16:48.2804129Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_298, aten.slice_copy.Tensor 2025-03-21T21:16:48.2805742Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_299, aten.slice_copy.Tensor 2025-03-21T21:16:48.2807415Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_300, aten.slice_copy.Tensor 2025-03-21T21:16:48.2809117Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_301, aten.slice_copy.Tensor 2025-03-21T21:16:48.2810771Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_302, aten.slice_copy.Tensor 2025-03-21T21:16:48.2812422Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_303, aten.slice_copy.Tensor 2025-03-21T21:16:48.2814175Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_304, aten.slice_copy.Tensor 2025-03-21T21:16:48.2815821Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_305, aten.slice_copy.Tensor 2025-03-21T21:16:48.2817440Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_306, aten.slice_copy.Tensor 2025-03-21T21:16:48.2819165Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_307, aten.slice_copy.Tensor 2025-03-21T21:16:48.6808868Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_308, aten.slice_copy.Tensor 2025-03-21T21:16:48.6810645Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_309, aten.slice_copy.Tensor 2025-03-21T21:16:48.6812276Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_310, aten.slice_copy.Tensor 2025-03-21T21:16:48.6813937Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_311, aten.slice_copy.Tensor 2025-03-21T21:16:48.6815601Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_312, aten.slice_copy.Tensor 2025-03-21T21:16:48.6817236Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_313, aten.slice_copy.Tensor 2025-03-21T21:16:48.6818882Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_314, aten.slice_copy.Tensor 2025-03-21T21:16:48.6820542Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_315, aten.slice_copy.Tensor 2025-03-21T21:16:48.6822230Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_316, aten.slice_copy.Tensor 2025-03-21T21:16:48.6824145Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_317, aten.slice_copy.Tensor 2025-03-21T21:16:48.6825833Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_318, aten.slice_copy.Tensor 2025-03-21T21:16:48.6827505Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_319, aten.slice_copy.Tensor 2025-03-21T21:16:48.6829222Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_320, aten.slice_copy.Tensor 2025-03-21T21:16:48.6830902Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_321, aten.slice_copy.Tensor 2025-03-21T21:16:48.6832618Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_322, aten.slice_copy.Tensor 2025-03-21T21:16:48.6834248Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_323, aten.slice_copy.Tensor 2025-03-21T21:16:48.6835959Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_324, aten.slice_copy.Tensor 2025-03-21T21:16:48.6837619Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_325, aten.slice_copy.Tensor 2025-03-21T21:16:48.6839277Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_326, aten.slice_copy.Tensor 2025-03-21T21:16:48.6841116Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_327, aten.slice_copy.Tensor 2025-03-21T21:16:48.6842777Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_328, aten.slice_copy.Tensor 2025-03-21T21:16:48.6844457Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_329, aten.slice_copy.Tensor 2025-03-21T21:16:48.6846131Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_330, aten.slice_copy.Tensor 2025-03-21T21:16:48.6847804Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_331, aten.slice_copy.Tensor 2025-03-21T21:16:48.6849512Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_332, aten.slice_copy.Tensor 2025-03-21T21:16:48.6851645Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_333, aten.slice_copy.Tensor 2025-03-21T21:16:48.6853327Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_334, aten.slice_copy.Tensor 2025-03-21T21:16:48.6855015Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_335, aten.slice_copy.Tensor 2025-03-21T21:16:48.6856667Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_319, aten.cat.default 2025-03-21T21:16:48.6858155Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_321, aten.cat.default 2025-03-21T21:16:48.6859639Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_323, aten.cat.default 2025-03-21T21:16:48.6861124Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_325, aten.cat.default 2025-03-21T21:16:48.6862573Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_327, aten.cat.default 2025-03-21T21:16:48.6864049Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_329, aten.cat.default 2025-03-21T21:16:48.6865521Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_331, aten.cat.default 2025-03-21T21:16:48.6867027Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_333, aten.cat.default 2025-03-21T21:16:48.6868511Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_335, aten.cat.default 2025-03-21T21:16:48.6870081Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_337, aten.cat.default 2025-03-21T21:16:48.6871587Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_339, aten.cat.default 2025-03-21T21:16:48.6873133Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_341, aten.cat.default 2025-03-21T21:16:48.6874613Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_614, aten.mul.Tensor 2025-03-21T21:16:48.6876291Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_616, aten.mul.Tensor 2025-03-21T21:16:48.6877781Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_615, aten.mul.Tensor 2025-03-21T21:16:48.6879185Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_617, aten.mul.Tensor 2025-03-21T21:16:48.6880642Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_618, aten.mul.Tensor 2025-03-21T21:16:48.6882086Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_620, aten.mul.Tensor 2025-03-21T21:16:48.6883521Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_619, aten.mul.Tensor 2025-03-21T21:16:48.6884935Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_621, aten.mul.Tensor 2025-03-21T21:16:48.6886377Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_622, aten.mul.Tensor 2025-03-21T21:16:48.6887820Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_624, aten.mul.Tensor 2025-03-21T21:16:48.6889307Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_623, aten.mul.Tensor 2025-03-21T21:16:48.6890888Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_625, aten.mul.Tensor 2025-03-21T21:16:48.6892343Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_626, aten.mul.Tensor 2025-03-21T21:16:48.6893810Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_628, aten.mul.Tensor 2025-03-21T21:16:48.6895197Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_627, aten.mul.Tensor 2025-03-21T21:16:48.6896593Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_629, aten.mul.Tensor 2025-03-21T21:16:48.6898058Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_630, aten.mul.Tensor 2025-03-21T21:16:48.6899637Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_632, aten.mul.Tensor 2025-03-21T21:16:48.6901096Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_631, aten.mul.Tensor 2025-03-21T21:16:48.6902580Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_633, aten.mul.Tensor 2025-03-21T21:16:48.6904019Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_634, aten.mul.Tensor 2025-03-21T21:16:48.6905561Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_636, aten.mul.Tensor 2025-03-21T21:16:48.6907003Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_635, aten.mul.Tensor 2025-03-21T21:16:48.6908414Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_637, aten.mul.Tensor 2025-03-21T21:16:48.6909953Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_638, aten.mul.Tensor 2025-03-21T21:16:48.6911405Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_640, aten.mul.Tensor 2025-03-21T21:16:48.6912810Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_639, aten.mul.Tensor 2025-03-21T21:16:48.6914287Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_641, aten.mul.Tensor 2025-03-21T21:16:48.6915737Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_642, aten.mul.Tensor 2025-03-21T21:16:48.6917216Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_644, aten.mul.Tensor 2025-03-21T21:16:48.6918622Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_643, aten.mul.Tensor 2025-03-21T21:16:48.6920102Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_645, aten.mul.Tensor 2025-03-21T21:16:48.6921675Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_646, aten.mul.Tensor 2025-03-21T21:16:48.6923169Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_648, aten.mul.Tensor 2025-03-21T21:16:48.6924579Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_647, aten.mul.Tensor 2025-03-21T21:16:48.6926021Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_649, aten.mul.Tensor 2025-03-21T21:16:48.6927471Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_650, aten.mul.Tensor 2025-03-21T21:16:48.6928935Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_652, aten.mul.Tensor 2025-03-21T21:16:48.6930334Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_651, aten.mul.Tensor 2025-03-21T21:16:48.6931775Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_653, aten.mul.Tensor 2025-03-21T21:16:48.6933229Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_654, aten.mul.Tensor 2025-03-21T21:16:49.1232157Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_656, aten.mul.Tensor 2025-03-21T21:16:49.1233727Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_655, aten.mul.Tensor 2025-03-21T21:16:49.1235458Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_657, aten.mul.Tensor 2025-03-21T21:16:49.1236903Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_658, aten.mul.Tensor 2025-03-21T21:16:49.1238346Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_660, aten.mul.Tensor 2025-03-21T21:16:49.1239839Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_659, aten.mul.Tensor 2025-03-21T21:16:49.1241233Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_661, aten.mul.Tensor 2025-03-21T21:16:49.1242681Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_662, aten.mul.Tensor 2025-03-21T21:16:49.1244126Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_664, aten.mul.Tensor 2025-03-21T21:16:49.1245715Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_663, aten.mul.Tensor 2025-03-21T21:16:49.1247195Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_665, aten.mul.Tensor 2025-03-21T21:16:49.1248646Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_666, aten.mul.Tensor 2025-03-21T21:16:49.1250113Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_668, aten.mul.Tensor 2025-03-21T21:16:49.1251632Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_667, aten.mul.Tensor 2025-03-21T21:16:49.1253101Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_669, aten.mul.Tensor 2025-03-21T21:16:49.1254580Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_670, aten.mul.Tensor 2025-03-21T21:16:49.1256045Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_672, aten.mul.Tensor 2025-03-21T21:16:49.1257483Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_671, aten.mul.Tensor 2025-03-21T21:16:49.1258924Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_673, aten.mul.Tensor 2025-03-21T21:16:49.1260367Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_674, aten.mul.Tensor 2025-03-21T21:16:49.1261816Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_676, aten.mul.Tensor 2025-03-21T21:16:49.1263237Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_675, aten.mul.Tensor 2025-03-21T21:16:49.1264673Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_677, aten.mul.Tensor 2025-03-21T21:16:49.1266129Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_678, aten.mul.Tensor 2025-03-21T21:16:49.1267711Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_680, aten.mul.Tensor 2025-03-21T21:16:49.1269264Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_679, aten.mul.Tensor 2025-03-21T21:16:49.1270720Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_681, aten.mul.Tensor 2025-03-21T21:16:49.1272196Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_682, aten.mul.Tensor 2025-03-21T21:16:49.1273602Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_684, aten.mul.Tensor 2025-03-21T21:16:49.1275092Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_683, aten.mul.Tensor 2025-03-21T21:16:49.1276761Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_685, aten.mul.Tensor 2025-03-21T21:16:49.1278240Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_686, aten.mul.Tensor 2025-03-21T21:16:49.1279649Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_688, aten.mul.Tensor 2025-03-21T21:16:49.1281085Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_687, aten.mul.Tensor 2025-03-21T21:16:49.1282542Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_689, aten.mul.Tensor 2025-03-21T21:16:49.1284125Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_690, aten.mul.Tensor 2025-03-21T21:16:49.1285525Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_692, aten.mul.Tensor 2025-03-21T21:16:49.1286962Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_691, aten.mul.Tensor 2025-03-21T21:16:49.1288379Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_693, aten.mul.Tensor 2025-03-21T21:16:49.1289866Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_694, aten.mul.Tensor 2025-03-21T21:16:49.1291296Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_696, aten.mul.Tensor 2025-03-21T21:16:49.1292759Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_695, aten.mul.Tensor 2025-03-21T21:16:49.1294339Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_697, aten.mul.Tensor 2025-03-21T21:16:49.1295740Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_698, aten.mul.Tensor 2025-03-21T21:16:49.1297162Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_700, aten.mul.Tensor 2025-03-21T21:16:49.1298710Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_699, aten.mul.Tensor 2025-03-21T21:16:49.1300180Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_701, aten.mul.Tensor 2025-03-21T21:16:49.1301617Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_702, aten.mul.Tensor 2025-03-21T21:16:49.1303063Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_704, aten.mul.Tensor 2025-03-21T21:16:49.1304513Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_703, aten.mul.Tensor 2025-03-21T21:16:49.1305948Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_705, aten.mul.Tensor 2025-03-21T21:16:49.1307383Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_706, aten.mul.Tensor 2025-03-21T21:16:49.1308799Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_708, aten.mul.Tensor 2025-03-21T21:16:49.1310319Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_707, aten.mul.Tensor 2025-03-21T21:16:49.1311806Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_709, aten.mul.Tensor 2025-03-21T21:16:49.1313233Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_144, aten.sub.Tensor 2025-03-21T21:16:49.1314852Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_228, aten.add.Tensor 2025-03-21T21:16:49.1316289Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_145, aten.sub.Tensor 2025-03-21T21:16:49.1317774Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_229, aten.add.Tensor 2025-03-21T21:16:49.1319156Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_146, aten.sub.Tensor 2025-03-21T21:16:49.1320628Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_230, aten.add.Tensor 2025-03-21T21:16:49.1322094Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_147, aten.sub.Tensor 2025-03-21T21:16:49.1323576Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_231, aten.add.Tensor 2025-03-21T21:16:49.1324975Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_148, aten.sub.Tensor 2025-03-21T21:16:49.1326419Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_232, aten.add.Tensor 2025-03-21T21:16:49.1327875Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_149, aten.sub.Tensor 2025-03-21T21:16:49.1329316Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_233, aten.add.Tensor 2025-03-21T21:16:49.1330728Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_150, aten.sub.Tensor 2025-03-21T21:16:49.1332249Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_234, aten.add.Tensor 2025-03-21T21:16:49.1333681Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_151, aten.sub.Tensor 2025-03-21T21:16:49.1335165Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_235, aten.add.Tensor 2025-03-21T21:16:49.1336605Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_152, aten.sub.Tensor 2025-03-21T21:16:49.1338059Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_236, aten.add.Tensor 2025-03-21T21:16:49.1339534Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_153, aten.sub.Tensor 2025-03-21T21:16:49.1340935Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_237, aten.add.Tensor 2025-03-21T21:16:49.1342368Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_154, aten.sub.Tensor 2025-03-21T21:16:49.1343835Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_238, aten.add.Tensor 2025-03-21T21:16:49.1345295Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_155, aten.sub.Tensor 2025-03-21T21:16:49.1346835Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_239, aten.add.Tensor 2025-03-21T21:16:49.1348242Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_156, aten.sub.Tensor 2025-03-21T21:16:49.1349862Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_151, aten._to_copy.default 2025-03-21T21:16:49.1351414Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_240, aten.add.Tensor 2025-03-21T21:16:49.1352939Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_152, aten._to_copy.default 2025-03-21T21:16:49.1354451Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_157, aten.sub.Tensor 2025-03-21T21:16:49.5209233Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_153, aten._to_copy.default 2025-03-21T21:16:49.5210830Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_241, aten.add.Tensor 2025-03-21T21:16:49.5212373Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_154, aten._to_copy.default 2025-03-21T21:16:49.5213906Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_158, aten.sub.Tensor 2025-03-21T21:16:49.5215453Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_155, aten._to_copy.default 2025-03-21T21:16:49.5217288Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_242, aten.add.Tensor 2025-03-21T21:16:49.5218797Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_156, aten._to_copy.default 2025-03-21T21:16:49.5220338Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_159, aten.sub.Tensor 2025-03-21T21:16:49.5221921Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_157, aten._to_copy.default 2025-03-21T21:16:49.5223419Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_243, aten.add.Tensor 2025-03-21T21:16:49.5224985Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_158, aten._to_copy.default 2025-03-21T21:16:49.5226536Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_160, aten.sub.Tensor 2025-03-21T21:16:49.5228054Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_159, aten._to_copy.default 2025-03-21T21:16:49.5229702Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_244, aten.add.Tensor 2025-03-21T21:16:49.5231266Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_160, aten._to_copy.default 2025-03-21T21:16:49.5232899Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_161, aten.sub.Tensor 2025-03-21T21:16:49.5234583Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_161, aten._to_copy.default 2025-03-21T21:16:49.5236115Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_245, aten.add.Tensor 2025-03-21T21:16:49.5237662Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_162, aten._to_copy.default 2025-03-21T21:16:49.5239199Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_162, aten.sub.Tensor 2025-03-21T21:16:49.5240710Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_163, aten._to_copy.default 2025-03-21T21:16:49.5242243Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_246, aten.add.Tensor 2025-03-21T21:16:49.5243919Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_164, aten._to_copy.default 2025-03-21T21:16:49.5245445Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_163, aten.sub.Tensor 2025-03-21T21:16:49.5247044Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_165, aten._to_copy.default 2025-03-21T21:16:49.5248689Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_247, aten.add.Tensor 2025-03-21T21:16:49.5250187Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_166, aten._to_copy.default 2025-03-21T21:16:49.5251754Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_164, aten.sub.Tensor 2025-03-21T21:16:49.5253308Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_167, aten._to_copy.default 2025-03-21T21:16:49.5254893Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_248, aten.add.Tensor 2025-03-21T21:16:49.5256414Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_168, aten._to_copy.default 2025-03-21T21:16:49.5257947Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_165, aten.sub.Tensor 2025-03-21T21:16:49.5259471Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_169, aten._to_copy.default 2025-03-21T21:16:49.5261011Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_249, aten.add.Tensor 2025-03-21T21:16:49.5262510Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_170, aten._to_copy.default 2025-03-21T21:16:49.5264034Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_166, aten.sub.Tensor 2025-03-21T21:16:49.5265649Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_171, aten._to_copy.default 2025-03-21T21:16:49.5267172Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_250, aten.add.Tensor 2025-03-21T21:16:49.5268718Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_172, aten._to_copy.default 2025-03-21T21:16:49.5270343Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_167, aten.sub.Tensor 2025-03-21T21:16:49.5271916Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_173, aten._to_copy.default 2025-03-21T21:16:49.5273312Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_251, aten.add.Tensor 2025-03-21T21:16:49.5274873Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_174, aten._to_copy.default 2025-03-21T21:16:49.5276683Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_294, aten.cat.default 2025-03-21T21:16:49.5278219Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_295, aten.cat.default 2025-03-21T21:16:49.5279640Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_296, aten.cat.default 2025-03-21T21:16:49.5281118Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_297, aten.cat.default 2025-03-21T21:16:49.5282727Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_298, aten.cat.default 2025-03-21T21:16:49.5284205Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_299, aten.cat.default 2025-03-21T21:16:49.5285653Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_300, aten.cat.default 2025-03-21T21:16:49.5287109Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_301, aten.cat.default 2025-03-21T21:16:49.5288581Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_302, aten.cat.default 2025-03-21T21:16:49.5290082Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_303, aten.cat.default 2025-03-21T21:16:49.5291583Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_304, aten.cat.default 2025-03-21T21:16:49.5293157Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_305, aten.cat.default 2025-03-21T21:16:49.5294675Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_306, aten.cat.default 2025-03-21T21:16:49.5296118Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_307, aten.cat.default 2025-03-21T21:16:49.5297712Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_308, aten.cat.default 2025-03-21T21:16:49.5299196Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_309, aten.cat.default 2025-03-21T21:16:49.5300691Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_310, aten.cat.default 2025-03-21T21:16:49.5302159Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_311, aten.cat.default 2025-03-21T21:16:49.5303633Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_312, aten.cat.default 2025-03-21T21:16:49.5305120Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_313, aten.cat.default 2025-03-21T21:16:49.5306609Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_314, aten.cat.default 2025-03-21T21:16:49.5308044Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_315, aten.cat.default 2025-03-21T21:16:49.5309614Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_316, aten.cat.default 2025-03-21T21:16:49.5311103Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_317, aten.cat.default 2025-03-21T21:16:49.5312722Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_355, aten.permute_copy.default 2025-03-21T21:16:49.5314625Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_356, aten.permute_copy.default 2025-03-21T21:16:49.5316393Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_357, aten.permute_copy.default 2025-03-21T21:16:49.5318110Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_358, aten.permute_copy.default 2025-03-21T21:16:49.5319876Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_359, aten.permute_copy.default 2025-03-21T21:16:49.5321655Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_360, aten.permute_copy.default 2025-03-21T21:16:49.5323418Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_361, aten.permute_copy.default 2025-03-21T21:16:49.5325173Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_362, aten.permute_copy.default 2025-03-21T21:16:49.5326921Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_363, aten.permute_copy.default 2025-03-21T21:16:49.5328669Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_364, aten.permute_copy.default 2025-03-21T21:16:49.5330393Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_365, aten.permute_copy.default 2025-03-21T21:16:49.5332193Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_366, aten.permute_copy.default 2025-03-21T21:16:50.0437319Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_318, aten.cat.default 2025-03-21T21:16:50.0438845Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_320, aten.cat.default 2025-03-21T21:16:50.0440290Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_322, aten.cat.default 2025-03-21T21:16:50.0441730Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_324, aten.cat.default 2025-03-21T21:16:50.0443162Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_326, aten.cat.default 2025-03-21T21:16:50.0444874Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_328, aten.cat.default 2025-03-21T21:16:50.0446309Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_330, aten.cat.default 2025-03-21T21:16:50.0447781Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_332, aten.cat.default 2025-03-21T21:16:50.0449210Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_334, aten.cat.default 2025-03-21T21:16:50.0450692Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_336, aten.cat.default 2025-03-21T21:16:50.0452124Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_338, aten.cat.default 2025-03-21T21:16:50.0453558Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_340, aten.cat.default 2025-03-21T21:16:50.0455040Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_144, aten.matmul.default 2025-03-21T21:16:50.0456558Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_146, aten.matmul.default 2025-03-21T21:16:50.0458076Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_148, aten.matmul.default 2025-03-21T21:16:50.0459584Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_150, aten.matmul.default 2025-03-21T21:16:50.0461102Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_152, aten.matmul.default 2025-03-21T21:16:50.0462621Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_154, aten.matmul.default 2025-03-21T21:16:50.0464140Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_156, aten.matmul.default 2025-03-21T21:16:50.0465728Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_158, aten.matmul.default 2025-03-21T21:16:50.0467247Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_160, aten.matmul.default 2025-03-21T21:16:50.0468767Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_162, aten.matmul.default 2025-03-21T21:16:50.0470355Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_164, aten.matmul.default 2025-03-21T21:16:50.0471879Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_166, aten.matmul.default 2025-03-21T21:16:50.0473340Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_72, aten.div.Tensor 2025-03-21T21:16:50.0474734Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_73, aten.div.Tensor 2025-03-21T21:16:50.0476271Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_74, aten.div.Tensor 2025-03-21T21:16:50.0477665Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_75, aten.div.Tensor 2025-03-21T21:16:50.0479037Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_76, aten.div.Tensor 2025-03-21T21:16:50.0480432Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_77, aten.div.Tensor 2025-03-21T21:16:50.0481908Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_78, aten.div.Tensor 2025-03-21T21:16:50.0483301Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_79, aten.div.Tensor 2025-03-21T21:16:50.0484686Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_80, aten.div.Tensor 2025-03-21T21:16:50.0486075Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_81, aten.div.Tensor 2025-03-21T21:16:50.0487466Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_82, aten.div.Tensor 2025-03-21T21:16:50.0488852Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_83, aten.div.Tensor 2025-03-21T21:16:50.0490248Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_252, aten.add.Tensor 2025-03-21T21:16:50.0491701Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_253, aten.add.Tensor 2025-03-21T21:16:50.0493109Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_254, aten.add.Tensor 2025-03-21T21:16:50.0494511Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_255, aten.add.Tensor 2025-03-21T21:16:50.0495911Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_256, aten.add.Tensor 2025-03-21T21:16:50.0497335Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_257, aten.add.Tensor 2025-03-21T21:16:50.0498737Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_258, aten.add.Tensor 2025-03-21T21:16:50.0500141Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_259, aten.add.Tensor 2025-03-21T21:16:50.0501538Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_260, aten.add.Tensor 2025-03-21T21:16:50.0502942Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_261, aten.add.Tensor 2025-03-21T21:16:50.0504350Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_262, aten.add.Tensor 2025-03-21T21:16:50.0505736Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_263, aten.add.Tensor 2025-03-21T21:16:50.0507225Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_72, aten._softmax.default 2025-03-21T21:16:50.0508809Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_73, aten._softmax.default 2025-03-21T21:16:50.0510435Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_74, aten._softmax.default 2025-03-21T21:16:50.0512063Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_75, aten._softmax.default 2025-03-21T21:16:50.0513627Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_76, aten._softmax.default 2025-03-21T21:16:50.0515192Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_77, aten._softmax.default 2025-03-21T21:16:50.0516735Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_78, aten._softmax.default 2025-03-21T21:16:50.0518296Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_79, aten._softmax.default 2025-03-21T21:16:50.0519871Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_80, aten._softmax.default 2025-03-21T21:16:50.0521434Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_81, aten._softmax.default 2025-03-21T21:16:50.0522995Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_82, aten._softmax.default 2025-03-21T21:16:50.0524543Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_83, aten._softmax.default 2025-03-21T21:16:50.0526078Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_145, aten.matmul.default 2025-03-21T21:16:50.0527587Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_147, aten.matmul.default 2025-03-21T21:16:50.0529156Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_149, aten.matmul.default 2025-03-21T21:16:50.0530671Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_151, aten.matmul.default 2025-03-21T21:16:50.0532189Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_153, aten.matmul.default 2025-03-21T21:16:50.0533711Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_155, aten.matmul.default 2025-03-21T21:16:50.0535230Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_157, aten.matmul.default 2025-03-21T21:16:50.0536740Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_159, aten.matmul.default 2025-03-21T21:16:50.0538261Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_161, aten.matmul.default 2025-03-21T21:16:50.0539820Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_163, aten.matmul.default 2025-03-21T21:16:50.0541350Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_165, aten.matmul.default 2025-03-21T21:16:50.0542866Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_167, aten.matmul.default 2025-03-21T21:16:50.0544376Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_342, aten.cat.default 2025-03-21T21:16:50.0545906Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_787, aten.view_copy.default 2025-03-21T21:16:50.0547562Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1415, aten.permute_copy.default 2025-03-21T21:16:50.0549315Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_276, aten.convolution.default 2025-03-21T21:16:50.0551013Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1416, aten.permute_copy.default 2025-03-21T21:16:50.0552676Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_788, aten.view_copy.default 2025-03-21T21:16:50.0554179Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_264, aten.add.Tensor 2025-03-21T21:16:50.0555672Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_rms_norm_default_13, aten.rms_norm.default 2025-03-21T21:16:50.6809600Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_789, aten.view_copy.default 2025-03-21T21:16:50.6811413Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1417, aten.permute_copy.default 2025-03-21T21:16:50.6813453Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_277, aten.convolution.default 2025-03-21T21:16:50.6815195Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_278, aten.convolution.default 2025-03-21T21:16:50.6816848Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sigmoid_default_6, aten.sigmoid.default 2025-03-21T21:16:50.6818374Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_712, aten.mul.Tensor 2025-03-21T21:16:50.6819813Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_713, aten.mul.Tensor 2025-03-21T21:16:50.6821416Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_279, aten.convolution.default 2025-03-21T21:16:50.6823162Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1418, aten.permute_copy.default 2025-03-21T21:16:50.6824872Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_790, aten.view_copy.default 2025-03-21T21:16:50.6826419Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_265, aten.add.Tensor 2025-03-21T21:16:50.6827955Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_rms_norm_default_14, aten.rms_norm.default 2025-03-21T21:16:50.6829732Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_791, aten.view_copy.default 2025-03-21T21:16:50.6831442Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1419, aten.permute_copy.default 2025-03-21T21:16:50.6833141Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_175, aten._to_copy.default 2025-03-21T21:16:50.6834822Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_280, aten.convolution.default 2025-03-21T21:16:50.6836582Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1420, aten.permute_copy.default 2025-03-21T21:16:50.6838321Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_281, aten.convolution.default 2025-03-21T21:16:50.6840139Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1421, aten.permute_copy.default 2025-03-21T21:16:50.6841857Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_282, aten.convolution.default 2025-03-21T21:16:50.6843561Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1422, aten.permute_copy.default 2025-03-21T21:16:50.6845315Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_283, aten.convolution.default 2025-03-21T21:16:50.6847009Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1423, aten.permute_copy.default 2025-03-21T21:16:50.6848707Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_284, aten.convolution.default 2025-03-21T21:16:50.6850398Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1424, aten.permute_copy.default 2025-03-21T21:16:50.6852096Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_285, aten.convolution.default 2025-03-21T21:16:50.6853777Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1425, aten.permute_copy.default 2025-03-21T21:16:50.6855467Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_286, aten.convolution.default 2025-03-21T21:16:50.6857169Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1426, aten.permute_copy.default 2025-03-21T21:16:50.6858858Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_287, aten.convolution.default 2025-03-21T21:16:50.6860546Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1427, aten.permute_copy.default 2025-03-21T21:16:50.6862280Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_288, aten.convolution.default 2025-03-21T21:16:50.6863980Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1428, aten.permute_copy.default 2025-03-21T21:16:50.6865658Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_289, aten.convolution.default 2025-03-21T21:16:50.6867366Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1429, aten.permute_copy.default 2025-03-21T21:16:50.6869118Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_290, aten.convolution.default 2025-03-21T21:16:50.6870823Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1430, aten.permute_copy.default 2025-03-21T21:16:50.6872520Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_291, aten.convolution.default 2025-03-21T21:16:50.6874221Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1431, aten.permute_copy.default 2025-03-21T21:16:50.6875919Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_292, aten.convolution.default 2025-03-21T21:16:50.6877759Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1432, aten.permute_copy.default 2025-03-21T21:16:50.6879507Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_293, aten.convolution.default 2025-03-21T21:16:50.6881210Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1433, aten.permute_copy.default 2025-03-21T21:16:50.6882840Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_294, aten.convolution.default 2025-03-21T21:16:50.6884540Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1434, aten.permute_copy.default 2025-03-21T21:16:50.6886236Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_295, aten.convolution.default 2025-03-21T21:16:50.6887929Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1435, aten.permute_copy.default 2025-03-21T21:16:50.6889683Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_296, aten.convolution.default 2025-03-21T21:16:50.6891365Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1436, aten.permute_copy.default 2025-03-21T21:16:50.6893071Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_297, aten.convolution.default 2025-03-21T21:16:50.6894891Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1437, aten.permute_copy.default 2025-03-21T21:16:50.6896595Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_298, aten.convolution.default 2025-03-21T21:16:50.6898303Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1438, aten.permute_copy.default 2025-03-21T21:16:50.6899996Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_299, aten.convolution.default 2025-03-21T21:16:50.6901691Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1439, aten.permute_copy.default 2025-03-21T21:16:50.6903366Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_300, aten.convolution.default 2025-03-21T21:16:50.6905063Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1440, aten.permute_copy.default 2025-03-21T21:16:50.6906758Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_301, aten.convolution.default 2025-03-21T21:16:50.6908755Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1441, aten.permute_copy.default 2025-03-21T21:16:50.6910709Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_302, aten.convolution.default 2025-03-21T21:16:50.6912407Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1442, aten.permute_copy.default 2025-03-21T21:16:50.6914120Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_303, aten.convolution.default 2025-03-21T21:16:50.6915803Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1443, aten.permute_copy.default 2025-03-21T21:16:50.6917498Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_304, aten.convolution.default 2025-03-21T21:16:50.6919165Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1444, aten.permute_copy.default 2025-03-21T21:16:50.6921107Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_305, aten.convolution.default 2025-03-21T21:16:50.6923077Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1445, aten.permute_copy.default 2025-03-21T21:16:50.6925032Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_306, aten.convolution.default 2025-03-21T21:16:50.6927029Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1446, aten.permute_copy.default 2025-03-21T21:16:50.6928799Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_307, aten.convolution.default 2025-03-21T21:16:50.6930494Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1447, aten.permute_copy.default 2025-03-21T21:16:50.9838164Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_308, aten.convolution.default 2025-03-21T21:16:50.9839916Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1448, aten.permute_copy.default 2025-03-21T21:16:50.9841653Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_309, aten.convolution.default 2025-03-21T21:16:50.9843386Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1449, aten.permute_copy.default 2025-03-21T21:16:50.9845340Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_310, aten.convolution.default 2025-03-21T21:16:50.9847048Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1450, aten.permute_copy.default 2025-03-21T21:16:50.9848743Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_311, aten.convolution.default 2025-03-21T21:16:50.9850514Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1451, aten.permute_copy.default 2025-03-21T21:16:50.9852197Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_312, aten.convolution.default 2025-03-21T21:16:50.9853888Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1452, aten.permute_copy.default 2025-03-21T21:16:50.9855588Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_313, aten.convolution.default 2025-03-21T21:16:50.9857292Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1453, aten.permute_copy.default 2025-03-21T21:16:50.9858995Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_314, aten.convolution.default 2025-03-21T21:16:50.9860698Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1454, aten.permute_copy.default 2025-03-21T21:16:50.9862403Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_315, aten.convolution.default 2025-03-21T21:16:50.9864080Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1455, aten.permute_copy.default 2025-03-21T21:16:50.9865803Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_792, aten.view_copy.default 2025-03-21T21:16:50.9867405Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_793, aten.view_copy.default 2025-03-21T21:16:50.9869080Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_794, aten.view_copy.default 2025-03-21T21:16:50.9870687Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_795, aten.view_copy.default 2025-03-21T21:16:50.9872285Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_796, aten.view_copy.default 2025-03-21T21:16:50.9873897Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_797, aten.view_copy.default 2025-03-21T21:16:50.9875492Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_798, aten.view_copy.default 2025-03-21T21:16:50.9877248Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_799, aten.view_copy.default 2025-03-21T21:16:50.9878863Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_800, aten.view_copy.default 2025-03-21T21:16:50.9880468Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_801, aten.view_copy.default 2025-03-21T21:16:50.9882073Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_802, aten.view_copy.default 2025-03-21T21:16:50.9883762Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_803, aten.view_copy.default 2025-03-21T21:16:50.9885358Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_804, aten.view_copy.default 2025-03-21T21:16:50.9886965Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_805, aten.view_copy.default 2025-03-21T21:16:50.9888563Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_806, aten.view_copy.default 2025-03-21T21:16:50.9890173Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_807, aten.view_copy.default 2025-03-21T21:16:50.9891772Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_808, aten.view_copy.default 2025-03-21T21:16:50.9893424Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_809, aten.view_copy.default 2025-03-21T21:16:50.9895025Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_810, aten.view_copy.default 2025-03-21T21:16:50.9896610Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_811, aten.view_copy.default 2025-03-21T21:16:50.9898267Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_812, aten.view_copy.default 2025-03-21T21:16:50.9899868Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_813, aten.view_copy.default 2025-03-21T21:16:50.9901470Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_814, aten.view_copy.default 2025-03-21T21:16:50.9903067Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_815, aten.view_copy.default 2025-03-21T21:16:50.9904672Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_816, aten.view_copy.default 2025-03-21T21:16:50.9906269Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_817, aten.view_copy.default 2025-03-21T21:16:50.9907857Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_818, aten.view_copy.default 2025-03-21T21:16:50.9909525Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_819, aten.view_copy.default 2025-03-21T21:16:50.9921275Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_820, aten.view_copy.default 2025-03-21T21:16:50.9922921Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_821, aten.view_copy.default 2025-03-21T21:16:50.9924705Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_822, aten.view_copy.default 2025-03-21T21:16:50.9926321Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_823, aten.view_copy.default 2025-03-21T21:16:50.9927935Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_824, aten.view_copy.default 2025-03-21T21:16:50.9929549Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_825, aten.view_copy.default 2025-03-21T21:16:50.9931156Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_826, aten.view_copy.default 2025-03-21T21:16:50.9932755Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_827, aten.view_copy.default 2025-03-21T21:16:50.9934361Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_336, aten.slice_copy.Tensor 2025-03-21T21:16:50.9935976Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_337, aten.slice_copy.Tensor 2025-03-21T21:16:50.9937560Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_338, aten.slice_copy.Tensor 2025-03-21T21:16:50.9939162Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_339, aten.slice_copy.Tensor 2025-03-21T21:16:50.9940820Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_340, aten.slice_copy.Tensor 2025-03-21T21:16:50.9942419Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_341, aten.slice_copy.Tensor 2025-03-21T21:16:50.9944026Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_342, aten.slice_copy.Tensor 2025-03-21T21:16:50.9945628Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_343, aten.slice_copy.Tensor 2025-03-21T21:16:50.9947229Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_344, aten.slice_copy.Tensor 2025-03-21T21:16:50.9948818Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_345, aten.slice_copy.Tensor 2025-03-21T21:16:50.9950528Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_346, aten.slice_copy.Tensor 2025-03-21T21:16:50.9952129Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_347, aten.slice_copy.Tensor 2025-03-21T21:16:50.9953731Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_348, aten.slice_copy.Tensor 2025-03-21T21:16:50.9955374Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_349, aten.slice_copy.Tensor 2025-03-21T21:16:50.9956974Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_350, aten.slice_copy.Tensor 2025-03-21T21:16:50.9958556Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_351, aten.slice_copy.Tensor 2025-03-21T21:16:50.9960152Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_352, aten.slice_copy.Tensor 2025-03-21T21:16:50.9961752Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_353, aten.slice_copy.Tensor 2025-03-21T21:16:50.9963356Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_354, aten.slice_copy.Tensor 2025-03-21T21:16:50.9964959Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_355, aten.slice_copy.Tensor 2025-03-21T21:16:50.9966563Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_356, aten.slice_copy.Tensor 2025-03-21T21:16:51.4004754Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_357, aten.slice_copy.Tensor 2025-03-21T21:16:51.4005689Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_358, aten.slice_copy.Tensor 2025-03-21T21:16:51.4006788Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_359, aten.slice_copy.Tensor 2025-03-21T21:16:51.4007690Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_360, aten.slice_copy.Tensor 2025-03-21T21:16:51.4008620Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_361, aten.slice_copy.Tensor 2025-03-21T21:16:51.4009520Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_362, aten.slice_copy.Tensor 2025-03-21T21:16:51.4010411Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_363, aten.slice_copy.Tensor 2025-03-21T21:16:51.4011308Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_364, aten.slice_copy.Tensor 2025-03-21T21:16:51.4012199Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_365, aten.slice_copy.Tensor 2025-03-21T21:16:51.4013076Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_366, aten.slice_copy.Tensor 2025-03-21T21:16:51.4013973Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_367, aten.slice_copy.Tensor 2025-03-21T21:16:51.4014866Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_368, aten.slice_copy.Tensor 2025-03-21T21:16:51.4015757Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_369, aten.slice_copy.Tensor 2025-03-21T21:16:51.4016715Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_370, aten.slice_copy.Tensor 2025-03-21T21:16:51.4017607Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_371, aten.slice_copy.Tensor 2025-03-21T21:16:51.4018506Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_372, aten.slice_copy.Tensor 2025-03-21T21:16:51.4019385Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_373, aten.slice_copy.Tensor 2025-03-21T21:16:51.4020286Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_374, aten.slice_copy.Tensor 2025-03-21T21:16:51.4021172Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_375, aten.slice_copy.Tensor 2025-03-21T21:16:51.4022103Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_376, aten.slice_copy.Tensor 2025-03-21T21:16:51.4022997Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_377, aten.slice_copy.Tensor 2025-03-21T21:16:51.4023890Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_378, aten.slice_copy.Tensor 2025-03-21T21:16:51.4024833Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_379, aten.slice_copy.Tensor 2025-03-21T21:16:51.4025711Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_380, aten.slice_copy.Tensor 2025-03-21T21:16:51.4026603Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_381, aten.slice_copy.Tensor 2025-03-21T21:16:51.4027496Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_382, aten.slice_copy.Tensor 2025-03-21T21:16:51.4028393Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_383, aten.slice_copy.Tensor 2025-03-21T21:16:51.4029332Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_368, aten.cat.default 2025-03-21T21:16:51.4030139Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_370, aten.cat.default 2025-03-21T21:16:51.4030933Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_372, aten.cat.default 2025-03-21T21:16:51.4031733Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_374, aten.cat.default 2025-03-21T21:16:51.4032533Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_376, aten.cat.default 2025-03-21T21:16:51.4033370Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_378, aten.cat.default 2025-03-21T21:16:51.4034168Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_380, aten.cat.default 2025-03-21T21:16:51.4034966Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_382, aten.cat.default 2025-03-21T21:16:51.4035762Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_384, aten.cat.default 2025-03-21T21:16:51.4036550Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_386, aten.cat.default 2025-03-21T21:16:51.4037348Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_388, aten.cat.default 2025-03-21T21:16:51.4038149Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_390, aten.cat.default 2025-03-21T21:16:51.4038938Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_716, aten.mul.Tensor 2025-03-21T21:16:51.4039725Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_718, aten.mul.Tensor 2025-03-21T21:16:51.4040504Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_717, aten.mul.Tensor 2025-03-21T21:16:51.4041275Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_719, aten.mul.Tensor 2025-03-21T21:16:51.4042055Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_720, aten.mul.Tensor 2025-03-21T21:16:51.4042865Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_722, aten.mul.Tensor 2025-03-21T21:16:51.4043649Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_721, aten.mul.Tensor 2025-03-21T21:16:51.4044433Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_723, aten.mul.Tensor 2025-03-21T21:16:51.4045221Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_724, aten.mul.Tensor 2025-03-21T21:16:51.4045999Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_726, aten.mul.Tensor 2025-03-21T21:16:51.4046781Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_725, aten.mul.Tensor 2025-03-21T21:16:51.4047565Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_727, aten.mul.Tensor 2025-03-21T21:16:51.4048371Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_728, aten.mul.Tensor 2025-03-21T21:16:51.4049157Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_730, aten.mul.Tensor 2025-03-21T21:16:51.4049936Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_729, aten.mul.Tensor 2025-03-21T21:16:51.4050748Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_731, aten.mul.Tensor 2025-03-21T21:16:51.4051518Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_732, aten.mul.Tensor 2025-03-21T21:16:51.4052301Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_734, aten.mul.Tensor 2025-03-21T21:16:51.4053084Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_733, aten.mul.Tensor 2025-03-21T21:16:51.4053868Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_735, aten.mul.Tensor 2025-03-21T21:16:51.4054659Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_736, aten.mul.Tensor 2025-03-21T21:16:51.4055446Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_738, aten.mul.Tensor 2025-03-21T21:16:51.4056219Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_737, aten.mul.Tensor 2025-03-21T21:16:51.4057003Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_739, aten.mul.Tensor 2025-03-21T21:16:51.4057790Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_740, aten.mul.Tensor 2025-03-21T21:16:51.4058577Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_742, aten.mul.Tensor 2025-03-21T21:16:51.4059391Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_741, aten.mul.Tensor 2025-03-21T21:16:51.4060178Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_743, aten.mul.Tensor 2025-03-21T21:16:51.4060950Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_744, aten.mul.Tensor 2025-03-21T21:16:51.4061738Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_746, aten.mul.Tensor 2025-03-21T21:16:51.4062526Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_745, aten.mul.Tensor 2025-03-21T21:16:51.4063314Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_747, aten.mul.Tensor 2025-03-21T21:16:51.4064100Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_748, aten.mul.Tensor 2025-03-21T21:16:51.4064880Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_750, aten.mul.Tensor 2025-03-21T21:16:51.4065665Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_749, aten.mul.Tensor 2025-03-21T21:16:51.4066433Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_751, aten.mul.Tensor 2025-03-21T21:16:51.4067215Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_752, aten.mul.Tensor 2025-03-21T21:16:51.4068024Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_754, aten.mul.Tensor 2025-03-21T21:16:51.4068810Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_753, aten.mul.Tensor 2025-03-21T21:16:51.4069670Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_755, aten.mul.Tensor 2025-03-21T21:16:51.4070449Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_756, aten.mul.Tensor 2025-03-21T21:16:51.4071215Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_758, aten.mul.Tensor 2025-03-21T21:16:51.8350918Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_757, aten.mul.Tensor 2025-03-21T21:16:51.8351964Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_759, aten.mul.Tensor 2025-03-21T21:16:51.8352962Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_760, aten.mul.Tensor 2025-03-21T21:16:51.8353750Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_762, aten.mul.Tensor 2025-03-21T21:16:51.8354542Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_761, aten.mul.Tensor 2025-03-21T21:16:51.8355324Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_763, aten.mul.Tensor 2025-03-21T21:16:51.8356170Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_764, aten.mul.Tensor 2025-03-21T21:16:51.8356950Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_766, aten.mul.Tensor 2025-03-21T21:16:51.8357722Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_765, aten.mul.Tensor 2025-03-21T21:16:51.8358514Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_767, aten.mul.Tensor 2025-03-21T21:16:51.8359307Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_768, aten.mul.Tensor 2025-03-21T21:16:51.8360094Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_770, aten.mul.Tensor 2025-03-21T21:16:51.8360879Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_769, aten.mul.Tensor 2025-03-21T21:16:51.8361658Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_771, aten.mul.Tensor 2025-03-21T21:16:51.8362443Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_772, aten.mul.Tensor 2025-03-21T21:16:51.8363214Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_774, aten.mul.Tensor 2025-03-21T21:16:51.8363995Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_773, aten.mul.Tensor 2025-03-21T21:16:51.8364823Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_775, aten.mul.Tensor 2025-03-21T21:16:51.8365607Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_776, aten.mul.Tensor 2025-03-21T21:16:51.8366390Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_778, aten.mul.Tensor 2025-03-21T21:16:51.8367174Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_777, aten.mul.Tensor 2025-03-21T21:16:51.8367946Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_779, aten.mul.Tensor 2025-03-21T21:16:51.8368733Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_780, aten.mul.Tensor 2025-03-21T21:16:51.8369515Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_782, aten.mul.Tensor 2025-03-21T21:16:51.8370298Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_781, aten.mul.Tensor 2025-03-21T21:16:51.8371085Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_783, aten.mul.Tensor 2025-03-21T21:16:51.8371868Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_784, aten.mul.Tensor 2025-03-21T21:16:51.8372640Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_786, aten.mul.Tensor 2025-03-21T21:16:51.8373471Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_785, aten.mul.Tensor 2025-03-21T21:16:51.8374249Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_787, aten.mul.Tensor 2025-03-21T21:16:51.8375033Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_788, aten.mul.Tensor 2025-03-21T21:16:51.8375813Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_790, aten.mul.Tensor 2025-03-21T21:16:51.8376785Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_789, aten.mul.Tensor 2025-03-21T21:16:51.8377573Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_791, aten.mul.Tensor 2025-03-21T21:16:51.8378342Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_792, aten.mul.Tensor 2025-03-21T21:16:51.8379171Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_794, aten.mul.Tensor 2025-03-21T21:16:51.8379955Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_793, aten.mul.Tensor 2025-03-21T21:16:51.8380738Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_795, aten.mul.Tensor 2025-03-21T21:16:51.8381591Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_796, aten.mul.Tensor 2025-03-21T21:16:51.8382372Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_798, aten.mul.Tensor 2025-03-21T21:16:51.8383144Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_797, aten.mul.Tensor 2025-03-21T21:16:51.8383929Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_799, aten.mul.Tensor 2025-03-21T21:16:51.8384718Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_800, aten.mul.Tensor 2025-03-21T21:16:51.8385506Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_802, aten.mul.Tensor 2025-03-21T21:16:51.8386296Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_801, aten.mul.Tensor 2025-03-21T21:16:51.8387075Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_803, aten.mul.Tensor 2025-03-21T21:16:51.8387852Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_804, aten.mul.Tensor 2025-03-21T21:16:51.8388632Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_806, aten.mul.Tensor 2025-03-21T21:16:51.8389489Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_805, aten.mul.Tensor 2025-03-21T21:16:51.8390321Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_807, aten.mul.Tensor 2025-03-21T21:16:51.8391104Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_808, aten.mul.Tensor 2025-03-21T21:16:51.8391887Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_810, aten.mul.Tensor 2025-03-21T21:16:51.8392674Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_809, aten.mul.Tensor 2025-03-21T21:16:51.8393445Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_811, aten.mul.Tensor 2025-03-21T21:16:51.8394231Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_168, aten.sub.Tensor 2025-03-21T21:16:51.8395022Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_266, aten.add.Tensor 2025-03-21T21:16:51.8395809Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_169, aten.sub.Tensor 2025-03-21T21:16:51.8396593Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_267, aten.add.Tensor 2025-03-21T21:16:51.8397366Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_170, aten.sub.Tensor 2025-03-21T21:16:51.8398168Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_268, aten.add.Tensor 2025-03-21T21:16:51.8398956Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_171, aten.sub.Tensor 2025-03-21T21:16:51.8399777Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_269, aten.add.Tensor 2025-03-21T21:16:51.8400788Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_172, aten.sub.Tensor 2025-03-21T21:16:51.8401628Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_270, aten.add.Tensor 2025-03-21T21:16:51.8402417Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_173, aten.sub.Tensor 2025-03-21T21:16:51.8403205Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_271, aten.add.Tensor 2025-03-21T21:16:51.8403998Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_174, aten.sub.Tensor 2025-03-21T21:16:51.8404787Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_272, aten.add.Tensor 2025-03-21T21:16:51.8405616Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_175, aten.sub.Tensor 2025-03-21T21:16:51.8406394Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_273, aten.add.Tensor 2025-03-21T21:16:51.8407180Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_176, aten.sub.Tensor 2025-03-21T21:16:51.8408003Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_274, aten.add.Tensor 2025-03-21T21:16:51.8408792Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_177, aten.sub.Tensor 2025-03-21T21:16:51.8409668Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_275, aten.add.Tensor 2025-03-21T21:16:51.8410857Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_178, aten.sub.Tensor 2025-03-21T21:16:51.8411628Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_276, aten.add.Tensor 2025-03-21T21:16:51.8412414Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_179, aten.sub.Tensor 2025-03-21T21:16:51.8413197Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_277, aten.add.Tensor 2025-03-21T21:16:51.8414060Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_180, aten.sub.Tensor 2025-03-21T21:16:51.8414968Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_176, aten._to_copy.default 2025-03-21T21:16:51.8415803Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_278, aten.add.Tensor 2025-03-21T21:16:51.8416627Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_177, aten._to_copy.default 2025-03-21T21:16:51.8417485Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_181, aten.sub.Tensor 2025-03-21T21:16:51.8418322Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_178, aten._to_copy.default 2025-03-21T21:16:52.2268261Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_279, aten.add.Tensor 2025-03-21T21:16:52.2269404Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_179, aten._to_copy.default 2025-03-21T21:16:52.2270232Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_182, aten.sub.Tensor 2025-03-21T21:16:52.2271078Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_180, aten._to_copy.default 2025-03-21T21:16:52.2271914Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_280, aten.add.Tensor 2025-03-21T21:16:52.2272742Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_181, aten._to_copy.default 2025-03-21T21:16:52.2273583Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_183, aten.sub.Tensor 2025-03-21T21:16:52.2274412Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_182, aten._to_copy.default 2025-03-21T21:16:52.2275233Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_281, aten.add.Tensor 2025-03-21T21:16:52.2276405Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_183, aten._to_copy.default 2025-03-21T21:16:52.2277248Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_184, aten.sub.Tensor 2025-03-21T21:16:52.2278092Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_184, aten._to_copy.default 2025-03-21T21:16:52.2278925Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_282, aten.add.Tensor 2025-03-21T21:16:52.2279762Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_185, aten._to_copy.default 2025-03-21T21:16:52.2280594Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_185, aten.sub.Tensor 2025-03-21T21:16:52.2281411Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_186, aten._to_copy.default 2025-03-21T21:16:52.2282296Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_283, aten.add.Tensor 2025-03-21T21:16:52.2283130Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_187, aten._to_copy.default 2025-03-21T21:16:52.2283962Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_186, aten.sub.Tensor 2025-03-21T21:16:52.2284849Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_188, aten._to_copy.default 2025-03-21T21:16:52.2285681Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_284, aten.add.Tensor 2025-03-21T21:16:52.2286505Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_189, aten._to_copy.default 2025-03-21T21:16:52.2287340Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_187, aten.sub.Tensor 2025-03-21T21:16:52.2288177Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_190, aten._to_copy.default 2025-03-21T21:16:52.2289008Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_285, aten.add.Tensor 2025-03-21T21:16:52.2289845Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_191, aten._to_copy.default 2025-03-21T21:16:52.2290670Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_188, aten.sub.Tensor 2025-03-21T21:16:52.2291504Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_192, aten._to_copy.default 2025-03-21T21:16:52.2292319Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_286, aten.add.Tensor 2025-03-21T21:16:52.2293200Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_193, aten._to_copy.default 2025-03-21T21:16:52.2294030Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_189, aten.sub.Tensor 2025-03-21T21:16:52.2294862Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_194, aten._to_copy.default 2025-03-21T21:16:52.2295690Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_287, aten.add.Tensor 2025-03-21T21:16:52.2296517Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_195, aten._to_copy.default 2025-03-21T21:16:52.2297337Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_190, aten.sub.Tensor 2025-03-21T21:16:52.2298169Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_196, aten._to_copy.default 2025-03-21T21:16:52.2298997Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_288, aten.add.Tensor 2025-03-21T21:16:52.2299828Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_197, aten._to_copy.default 2025-03-21T21:16:52.2300657Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_191, aten.sub.Tensor 2025-03-21T21:16:52.2301492Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_198, aten._to_copy.default 2025-03-21T21:16:52.2302367Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_289, aten.add.Tensor 2025-03-21T21:16:52.2303191Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_199, aten._to_copy.default 2025-03-21T21:16:52.2304035Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_343, aten.cat.default 2025-03-21T21:16:52.2304837Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_344, aten.cat.default 2025-03-21T21:16:52.2305644Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_345, aten.cat.default 2025-03-21T21:16:52.2306446Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_346, aten.cat.default 2025-03-21T21:16:52.2307240Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_347, aten.cat.default 2025-03-21T21:16:52.2308054Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_348, aten.cat.default 2025-03-21T21:16:52.2309032Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_349, aten.cat.default 2025-03-21T21:16:52.2309837Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_350, aten.cat.default 2025-03-21T21:16:52.2310749Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_351, aten.cat.default 2025-03-21T21:16:52.2311552Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_352, aten.cat.default 2025-03-21T21:16:52.2312355Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_353, aten.cat.default 2025-03-21T21:16:52.2313161Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_354, aten.cat.default 2025-03-21T21:16:52.2313951Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_355, aten.cat.default 2025-03-21T21:16:52.2314753Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_356, aten.cat.default 2025-03-21T21:16:52.2315559Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_357, aten.cat.default 2025-03-21T21:16:52.2316356Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_358, aten.cat.default 2025-03-21T21:16:52.2317153Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_359, aten.cat.default 2025-03-21T21:16:52.2317953Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_360, aten.cat.default 2025-03-21T21:16:52.2318741Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_361, aten.cat.default 2025-03-21T21:16:52.2319672Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_362, aten.cat.default 2025-03-21T21:16:52.2320476Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_363, aten.cat.default 2025-03-21T21:16:52.2321279Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_364, aten.cat.default 2025-03-21T21:16:52.2322088Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_365, aten.cat.default 2025-03-21T21:16:52.2322893Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_366, aten.cat.default 2025-03-21T21:16:52.2323776Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_408, aten.permute_copy.default 2025-03-21T21:16:52.2324708Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_409, aten.permute_copy.default 2025-03-21T21:16:52.2325652Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_410, aten.permute_copy.default 2025-03-21T21:16:52.2326593Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_411, aten.permute_copy.default 2025-03-21T21:16:52.2327530Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_412, aten.permute_copy.default 2025-03-21T21:16:52.2328466Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_413, aten.permute_copy.default 2025-03-21T21:16:52.2329443Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_414, aten.permute_copy.default 2025-03-21T21:16:52.2330382Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_415, aten.permute_copy.default 2025-03-21T21:16:52.2331312Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_416, aten.permute_copy.default 2025-03-21T21:16:52.2332248Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_417, aten.permute_copy.default 2025-03-21T21:16:52.2333184Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_418, aten.permute_copy.default 2025-03-21T21:16:52.2334116Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_419, aten.permute_copy.default 2025-03-21T21:16:52.2335013Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_367, aten.cat.default 2025-03-21T21:16:52.7381270Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_369, aten.cat.default 2025-03-21T21:16:52.7382791Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_371, aten.cat.default 2025-03-21T21:16:52.7384584Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_373, aten.cat.default 2025-03-21T21:16:52.7386107Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_375, aten.cat.default 2025-03-21T21:16:52.7387583Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_377, aten.cat.default 2025-03-21T21:16:52.7389135Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_379, aten.cat.default 2025-03-21T21:16:52.7390615Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_381, aten.cat.default 2025-03-21T21:16:52.7392107Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_383, aten.cat.default 2025-03-21T21:16:52.7393573Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_385, aten.cat.default 2025-03-21T21:16:52.7395080Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_387, aten.cat.default 2025-03-21T21:16:52.7396569Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_389, aten.cat.default 2025-03-21T21:16:52.7398137Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_168, aten.matmul.default 2025-03-21T21:16:52.7399562Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_170, aten.matmul.default 2025-03-21T21:16:52.7401190Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_172, aten.matmul.default 2025-03-21T21:16:52.7402624Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_174, aten.matmul.default 2025-03-21T21:16:52.7404129Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_176, aten.matmul.default 2025-03-21T21:16:52.7405722Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_178, aten.matmul.default 2025-03-21T21:16:52.7407312Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_180, aten.matmul.default 2025-03-21T21:16:52.7408875Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_182, aten.matmul.default 2025-03-21T21:16:52.7410434Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_184, aten.matmul.default 2025-03-21T21:16:52.7412012Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_186, aten.matmul.default 2025-03-21T21:16:52.7413581Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_188, aten.matmul.default 2025-03-21T21:16:52.7415122Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_190, aten.matmul.default 2025-03-21T21:16:52.7416769Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_84, aten.div.Tensor 2025-03-21T21:16:52.7418217Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_85, aten.div.Tensor 2025-03-21T21:16:52.7419691Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_86, aten.div.Tensor 2025-03-21T21:16:52.7421108Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_87, aten.div.Tensor 2025-03-21T21:16:52.7422567Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_88, aten.div.Tensor 2025-03-21T21:16:52.7423994Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_89, aten.div.Tensor 2025-03-21T21:16:52.7425442Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_90, aten.div.Tensor 2025-03-21T21:16:52.7426858Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_91, aten.div.Tensor 2025-03-21T21:16:52.7428518Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_92, aten.div.Tensor 2025-03-21T21:16:52.7430036Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_93, aten.div.Tensor 2025-03-21T21:16:52.7431505Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_94, aten.div.Tensor 2025-03-21T21:16:52.7432984Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_95, aten.div.Tensor 2025-03-21T21:16:52.7434430Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_290, aten.add.Tensor 2025-03-21T21:16:52.7435878Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_291, aten.add.Tensor 2025-03-21T21:16:52.7437336Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_292, aten.add.Tensor 2025-03-21T21:16:52.7438762Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_293, aten.add.Tensor 2025-03-21T21:16:52.7440185Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_294, aten.add.Tensor 2025-03-21T21:16:52.7441628Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_295, aten.add.Tensor 2025-03-21T21:16:52.7443086Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_296, aten.add.Tensor 2025-03-21T21:16:52.7444533Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_297, aten.add.Tensor 2025-03-21T21:16:52.7446027Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_298, aten.add.Tensor 2025-03-21T21:16:52.7447485Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_299, aten.add.Tensor 2025-03-21T21:16:52.7449023Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_300, aten.add.Tensor 2025-03-21T21:16:52.7450457Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_301, aten.add.Tensor 2025-03-21T21:16:52.7451977Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_84, aten._softmax.default 2025-03-21T21:16:52.7453604Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_85, aten._softmax.default 2025-03-21T21:16:52.7455249Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_86, aten._softmax.default 2025-03-21T21:16:52.7456863Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_87, aten._softmax.default 2025-03-21T21:16:52.7458515Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_88, aten._softmax.default 2025-03-21T21:16:52.7460150Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_89, aten._softmax.default 2025-03-21T21:16:52.7461750Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_90, aten._softmax.default 2025-03-21T21:16:52.7463340Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_91, aten._softmax.default 2025-03-21T21:16:52.7464962Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_92, aten._softmax.default 2025-03-21T21:16:52.7466687Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_93, aten._softmax.default 2025-03-21T21:16:52.7468337Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_94, aten._softmax.default 2025-03-21T21:16:52.7470083Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_95, aten._softmax.default 2025-03-21T21:16:52.7471741Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_169, aten.matmul.default 2025-03-21T21:16:52.7473331Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_171, aten.matmul.default 2025-03-21T21:16:52.7474937Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_173, aten.matmul.default 2025-03-21T21:16:52.7476858Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_175, aten.matmul.default 2025-03-21T21:16:52.7478436Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_177, aten.matmul.default 2025-03-21T21:16:52.7480021Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_179, aten.matmul.default 2025-03-21T21:16:52.7481710Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_181, aten.matmul.default 2025-03-21T21:16:52.7483316Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_183, aten.matmul.default 2025-03-21T21:16:52.7484860Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_185, aten.matmul.default 2025-03-21T21:16:52.7486447Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_187, aten.matmul.default 2025-03-21T21:16:52.7488029Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_189, aten.matmul.default 2025-03-21T21:16:52.7489601Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_191, aten.matmul.default 2025-03-21T21:16:52.7491101Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_391, aten.cat.default 2025-03-21T21:16:52.7492673Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_900, aten.view_copy.default 2025-03-21T21:16:52.7494422Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1456, aten.permute_copy.default 2025-03-21T21:16:52.7496175Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_316, aten.convolution.default 2025-03-21T21:16:52.7498047Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1457, aten.permute_copy.default 2025-03-21T21:16:52.7499804Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_901, aten.view_copy.default 2025-03-21T21:16:52.7501233Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_302, aten.add.Tensor 2025-03-21T21:16:52.7502863Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_rms_norm_default_15, aten.rms_norm.default 2025-03-21T21:16:52.7504353Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_902, aten.view_copy.default 2025-03-21T21:16:53.3942317Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1458, aten.permute_copy.default 2025-03-21T21:16:53.3944069Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_317, aten.convolution.default 2025-03-21T21:16:53.3945756Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_318, aten.convolution.default 2025-03-21T21:16:53.3947375Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sigmoid_default_7, aten.sigmoid.default 2025-03-21T21:16:53.3948843Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_814, aten.mul.Tensor 2025-03-21T21:16:53.3950298Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_815, aten.mul.Tensor 2025-03-21T21:16:53.3952117Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_319, aten.convolution.default 2025-03-21T21:16:53.3953801Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1459, aten.permute_copy.default 2025-03-21T21:16:53.3955462Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_903, aten.view_copy.default 2025-03-21T21:16:53.3956967Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_303, aten.add.Tensor 2025-03-21T21:16:53.3958452Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_rms_norm_default_16, aten.rms_norm.default 2025-03-21T21:16:53.3960031Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_904, aten.view_copy.default 2025-03-21T21:16:53.3961747Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1460, aten.permute_copy.default 2025-03-21T21:16:53.3963391Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_200, aten._to_copy.default 2025-03-21T21:16:53.3964988Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_320, aten.convolution.default 2025-03-21T21:16:53.3966746Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1461, aten.permute_copy.default 2025-03-21T21:16:53.3968430Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_321, aten.convolution.default 2025-03-21T21:16:53.3970115Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1462, aten.permute_copy.default 2025-03-21T21:16:53.3971959Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_322, aten.convolution.default 2025-03-21T21:16:53.3973657Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1463, aten.permute_copy.default 2025-03-21T21:16:53.3975353Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_323, aten.convolution.default 2025-03-21T21:16:53.3977186Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1464, aten.permute_copy.default 2025-03-21T21:16:53.3978887Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_324, aten.convolution.default 2025-03-21T21:16:53.3980578Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1465, aten.permute_copy.default 2025-03-21T21:16:53.3982348Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_325, aten.convolution.default 2025-03-21T21:16:53.3984037Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1466, aten.permute_copy.default 2025-03-21T21:16:53.3985735Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_326, aten.convolution.default 2025-03-21T21:16:53.3987434Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1467, aten.permute_copy.default 2025-03-21T21:16:53.3989149Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_327, aten.convolution.default 2025-03-21T21:16:53.3990846Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1468, aten.permute_copy.default 2025-03-21T21:16:53.3992564Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_328, aten.convolution.default 2025-03-21T21:16:53.3994249Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1469, aten.permute_copy.default 2025-03-21T21:16:53.3995940Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_329, aten.convolution.default 2025-03-21T21:16:53.3997633Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1470, aten.permute_copy.default 2025-03-21T21:16:53.3999322Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_330, aten.convolution.default 2025-03-21T21:16:53.4001082Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1471, aten.permute_copy.default 2025-03-21T21:16:53.4002752Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_331, aten.convolution.default 2025-03-21T21:16:53.4004441Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1472, aten.permute_copy.default 2025-03-21T21:16:53.4006136Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_332, aten.convolution.default 2025-03-21T21:16:53.4007823Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1473, aten.permute_copy.default 2025-03-21T21:16:53.4009558Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_333, aten.convolution.default 2025-03-21T21:16:53.4011241Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1474, aten.permute_copy.default 2025-03-21T21:16:53.4012921Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_334, aten.convolution.default 2025-03-21T21:16:53.4014652Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1475, aten.permute_copy.default 2025-03-21T21:16:53.4016333Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_335, aten.convolution.default 2025-03-21T21:16:53.4018018Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1476, aten.permute_copy.default 2025-03-21T21:16:53.4019702Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_336, aten.convolution.default 2025-03-21T21:16:53.4021387Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1477, aten.permute_copy.default 2025-03-21T21:16:53.4023070Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_337, aten.convolution.default 2025-03-21T21:16:53.4024757Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1478, aten.permute_copy.default 2025-03-21T21:16:53.4026421Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_338, aten.convolution.default 2025-03-21T21:16:53.4028126Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1479, aten.permute_copy.default 2025-03-21T21:16:53.4029871Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_339, aten.convolution.default 2025-03-21T21:16:53.4031619Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1480, aten.permute_copy.default 2025-03-21T21:16:53.4033307Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_340, aten.convolution.default 2025-03-21T21:16:53.4035000Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1481, aten.permute_copy.default 2025-03-21T21:16:53.4036673Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_341, aten.convolution.default 2025-03-21T21:16:53.4038343Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1482, aten.permute_copy.default 2025-03-21T21:16:53.4040025Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_342, aten.convolution.default 2025-03-21T21:16:53.4041706Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1483, aten.permute_copy.default 2025-03-21T21:16:53.4043397Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_343, aten.convolution.default 2025-03-21T21:16:53.4045080Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1484, aten.permute_copy.default 2025-03-21T21:16:53.4046761Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_344, aten.convolution.default 2025-03-21T21:16:53.4048498Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1485, aten.permute_copy.default 2025-03-21T21:16:53.4050165Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_345, aten.convolution.default 2025-03-21T21:16:53.4051865Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1486, aten.permute_copy.default 2025-03-21T21:16:53.4053558Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_346, aten.convolution.default 2025-03-21T21:16:53.4055245Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1487, aten.permute_copy.default 2025-03-21T21:16:53.4056931Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_347, aten.convolution.default 2025-03-21T21:16:53.4058656Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1488, aten.permute_copy.default 2025-03-21T21:16:53.4060344Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_348, aten.convolution.default 2025-03-21T21:16:53.6877121Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1489, aten.permute_copy.default 2025-03-21T21:16:53.6879143Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_349, aten.convolution.default 2025-03-21T21:16:53.6880842Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1490, aten.permute_copy.default 2025-03-21T21:16:53.6882544Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_350, aten.convolution.default 2025-03-21T21:16:53.6884238Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1491, aten.permute_copy.default 2025-03-21T21:16:53.6885929Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_351, aten.convolution.default 2025-03-21T21:16:53.6887622Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1492, aten.permute_copy.default 2025-03-21T21:16:53.6889307Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_352, aten.convolution.default 2025-03-21T21:16:53.6890990Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1493, aten.permute_copy.default 2025-03-21T21:16:53.6892671Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_353, aten.convolution.default 2025-03-21T21:16:53.6894442Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1494, aten.permute_copy.default 2025-03-21T21:16:53.6896127Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_354, aten.convolution.default 2025-03-21T21:16:53.6897825Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1495, aten.permute_copy.default 2025-03-21T21:16:53.6899521Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_355, aten.convolution.default 2025-03-21T21:16:53.6901124Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1496, aten.permute_copy.default 2025-03-21T21:16:53.6902795Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_905, aten.view_copy.default 2025-03-21T21:16:53.6904396Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_906, aten.view_copy.default 2025-03-21T21:16:53.6905988Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_907, aten.view_copy.default 2025-03-21T21:16:53.6907590Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_908, aten.view_copy.default 2025-03-21T21:16:53.6909266Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_909, aten.view_copy.default 2025-03-21T21:16:53.6911018Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_910, aten.view_copy.default 2025-03-21T21:16:53.6912611Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_911, aten.view_copy.default 2025-03-21T21:16:53.6914188Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_912, aten.view_copy.default 2025-03-21T21:16:53.6915790Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_913, aten.view_copy.default 2025-03-21T21:16:53.6917385Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_914, aten.view_copy.default 2025-03-21T21:16:53.6918988Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_915, aten.view_copy.default 2025-03-21T21:16:53.6920599Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_916, aten.view_copy.default 2025-03-21T21:16:53.6922312Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_917, aten.view_copy.default 2025-03-21T21:16:53.6923912Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_918, aten.view_copy.default 2025-03-21T21:16:53.6925503Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_919, aten.view_copy.default 2025-03-21T21:16:53.6927146Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_920, aten.view_copy.default 2025-03-21T21:16:53.6928740Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_921, aten.view_copy.default 2025-03-21T21:16:53.6930342Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_922, aten.view_copy.default 2025-03-21T21:16:53.6931939Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_923, aten.view_copy.default 2025-03-21T21:16:53.6933535Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_924, aten.view_copy.default 2025-03-21T21:16:53.6935140Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_925, aten.view_copy.default 2025-03-21T21:16:53.6936709Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_926, aten.view_copy.default 2025-03-21T21:16:53.6938310Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_927, aten.view_copy.default 2025-03-21T21:16:53.6939908Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_928, aten.view_copy.default 2025-03-21T21:16:53.6941543Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_929, aten.view_copy.default 2025-03-21T21:16:53.6943143Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_930, aten.view_copy.default 2025-03-21T21:16:53.6944742Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_931, aten.view_copy.default 2025-03-21T21:16:53.6946332Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_932, aten.view_copy.default 2025-03-21T21:16:53.6947915Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_933, aten.view_copy.default 2025-03-21T21:16:53.6949577Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_934, aten.view_copy.default 2025-03-21T21:16:53.6951188Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_935, aten.view_copy.default 2025-03-21T21:16:53.6952786Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_936, aten.view_copy.default 2025-03-21T21:16:53.6954392Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_937, aten.view_copy.default 2025-03-21T21:16:53.6955992Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_938, aten.view_copy.default 2025-03-21T21:16:53.6957587Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_939, aten.view_copy.default 2025-03-21T21:16:53.6959202Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_940, aten.view_copy.default 2025-03-21T21:16:53.6960803Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_384, aten.slice_copy.Tensor 2025-03-21T21:16:53.6962403Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_385, aten.slice_copy.Tensor 2025-03-21T21:16:53.6963996Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_386, aten.slice_copy.Tensor 2025-03-21T21:16:53.6965591Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_387, aten.slice_copy.Tensor 2025-03-21T21:16:53.6967186Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_388, aten.slice_copy.Tensor 2025-03-21T21:16:53.6968822Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_389, aten.slice_copy.Tensor 2025-03-21T21:16:53.6970410Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_390, aten.slice_copy.Tensor 2025-03-21T21:16:53.6972000Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_391, aten.slice_copy.Tensor 2025-03-21T21:16:53.6973631Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_392, aten.slice_copy.Tensor 2025-03-21T21:16:53.6975225Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_393, aten.slice_copy.Tensor 2025-03-21T21:16:53.6976944Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_394, aten.slice_copy.Tensor 2025-03-21T21:16:53.6978554Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_395, aten.slice_copy.Tensor 2025-03-21T21:16:53.6980138Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_396, aten.slice_copy.Tensor 2025-03-21T21:16:53.6981717Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_397, aten.slice_copy.Tensor 2025-03-21T21:16:53.6983315Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_398, aten.slice_copy.Tensor 2025-03-21T21:16:53.6984909Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_399, aten.slice_copy.Tensor 2025-03-21T21:16:53.6986504Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_400, aten.slice_copy.Tensor 2025-03-21T21:16:53.6988095Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_401, aten.slice_copy.Tensor 2025-03-21T21:16:53.6989812Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_402, aten.slice_copy.Tensor 2025-03-21T21:16:53.6991403Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_403, aten.slice_copy.Tensor 2025-03-21T21:16:53.6993014Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_404, aten.slice_copy.Tensor 2025-03-21T21:16:53.6994606Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_405, aten.slice_copy.Tensor 2025-03-21T21:16:54.1042740Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_406, aten.slice_copy.Tensor 2025-03-21T21:16:54.1043878Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_407, aten.slice_copy.Tensor 2025-03-21T21:16:54.1044779Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_408, aten.slice_copy.Tensor 2025-03-21T21:16:54.1045681Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_409, aten.slice_copy.Tensor 2025-03-21T21:16:54.1046580Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_410, aten.slice_copy.Tensor 2025-03-21T21:16:54.1047463Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_411, aten.slice_copy.Tensor 2025-03-21T21:16:54.1048575Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_412, aten.slice_copy.Tensor 2025-03-21T21:16:54.1049472Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_413, aten.slice_copy.Tensor 2025-03-21T21:16:54.1050374Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_414, aten.slice_copy.Tensor 2025-03-21T21:16:54.1051281Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_415, aten.slice_copy.Tensor 2025-03-21T21:16:54.1052177Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_416, aten.slice_copy.Tensor 2025-03-21T21:16:54.1053077Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_417, aten.slice_copy.Tensor 2025-03-21T21:16:54.1054026Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_418, aten.slice_copy.Tensor 2025-03-21T21:16:54.1054930Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_419, aten.slice_copy.Tensor 2025-03-21T21:16:54.1055865Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_420, aten.slice_copy.Tensor 2025-03-21T21:16:54.1056760Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_421, aten.slice_copy.Tensor 2025-03-21T21:16:54.1057749Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_422, aten.slice_copy.Tensor 2025-03-21T21:16:54.1058631Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_423, aten.slice_copy.Tensor 2025-03-21T21:16:54.1059532Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_424, aten.slice_copy.Tensor 2025-03-21T21:16:54.1060430Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_425, aten.slice_copy.Tensor 2025-03-21T21:16:54.1061328Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_426, aten.slice_copy.Tensor 2025-03-21T21:16:54.1062231Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_427, aten.slice_copy.Tensor 2025-03-21T21:16:54.1063127Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_428, aten.slice_copy.Tensor 2025-03-21T21:16:54.1064027Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_429, aten.slice_copy.Tensor 2025-03-21T21:16:54.1064910Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_430, aten.slice_copy.Tensor 2025-03-21T21:16:54.1065875Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_431, aten.slice_copy.Tensor 2025-03-21T21:16:54.1066725Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_417, aten.cat.default 2025-03-21T21:16:54.1067532Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_419, aten.cat.default 2025-03-21T21:16:54.1068336Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_421, aten.cat.default 2025-03-21T21:16:54.1069224Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_423, aten.cat.default 2025-03-21T21:16:54.1070026Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_425, aten.cat.default 2025-03-21T21:16:54.1070813Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_427, aten.cat.default 2025-03-21T21:16:54.1071613Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_429, aten.cat.default 2025-03-21T21:16:54.1072413Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_431, aten.cat.default 2025-03-21T21:16:54.1073206Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_433, aten.cat.default 2025-03-21T21:16:54.1074008Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_435, aten.cat.default 2025-03-21T21:16:54.1074803Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_437, aten.cat.default 2025-03-21T21:16:54.1075624Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_439, aten.cat.default 2025-03-21T21:16:54.1076607Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_818, aten.mul.Tensor 2025-03-21T21:16:54.1077398Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_820, aten.mul.Tensor 2025-03-21T21:16:54.1078187Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_819, aten.mul.Tensor 2025-03-21T21:16:54.1078969Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_821, aten.mul.Tensor 2025-03-21T21:16:54.1079753Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_822, aten.mul.Tensor 2025-03-21T21:16:54.1080526Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_824, aten.mul.Tensor 2025-03-21T21:16:54.1081370Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_823, aten.mul.Tensor 2025-03-21T21:16:54.1082154Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_825, aten.mul.Tensor 2025-03-21T21:16:54.1082937Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_826, aten.mul.Tensor 2025-03-21T21:16:54.1083755Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_828, aten.mul.Tensor 2025-03-21T21:16:54.1084534Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_827, aten.mul.Tensor 2025-03-21T21:16:54.1085314Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_829, aten.mul.Tensor 2025-03-21T21:16:54.1086089Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_830, aten.mul.Tensor 2025-03-21T21:16:54.1086870Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_832, aten.mul.Tensor 2025-03-21T21:16:54.1087657Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_831, aten.mul.Tensor 2025-03-21T21:16:54.1088437Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_833, aten.mul.Tensor 2025-03-21T21:16:54.1089218Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_834, aten.mul.Tensor 2025-03-21T21:16:54.1090001Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_836, aten.mul.Tensor 2025-03-21T21:16:54.1090774Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_835, aten.mul.Tensor 2025-03-21T21:16:54.1091564Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_837, aten.mul.Tensor 2025-03-21T21:16:54.1092387Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_838, aten.mul.Tensor 2025-03-21T21:16:54.1093357Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_840, aten.mul.Tensor 2025-03-21T21:16:54.1094153Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_839, aten.mul.Tensor 2025-03-21T21:16:54.1094943Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_841, aten.mul.Tensor 2025-03-21T21:16:54.1095718Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_842, aten.mul.Tensor 2025-03-21T21:16:54.1096510Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_844, aten.mul.Tensor 2025-03-21T21:16:54.1097296Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_843, aten.mul.Tensor 2025-03-21T21:16:54.1098073Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_845, aten.mul.Tensor 2025-03-21T21:16:54.1098857Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_846, aten.mul.Tensor 2025-03-21T21:16:54.1099636Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_848, aten.mul.Tensor 2025-03-21T21:16:54.1100417Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_847, aten.mul.Tensor 2025-03-21T21:16:54.1101243Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_849, aten.mul.Tensor 2025-03-21T21:16:54.1102023Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_850, aten.mul.Tensor 2025-03-21T21:16:54.1102806Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_852, aten.mul.Tensor 2025-03-21T21:16:54.1103595Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_851, aten.mul.Tensor 2025-03-21T21:16:54.1104379Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_853, aten.mul.Tensor 2025-03-21T21:16:54.1105172Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_854, aten.mul.Tensor 2025-03-21T21:16:54.1105941Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_856, aten.mul.Tensor 2025-03-21T21:16:54.1106753Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_855, aten.mul.Tensor 2025-03-21T21:16:54.1107536Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_857, aten.mul.Tensor 2025-03-21T21:16:54.1108320Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_858, aten.mul.Tensor 2025-03-21T21:16:54.1109179Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_860, aten.mul.Tensor 2025-03-21T21:16:54.1110135Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_859, aten.mul.Tensor 2025-03-21T21:16:54.5432290Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_861, aten.mul.Tensor 2025-03-21T21:16:54.5433334Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_862, aten.mul.Tensor 2025-03-21T21:16:54.5434157Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_864, aten.mul.Tensor 2025-03-21T21:16:54.5434948Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_863, aten.mul.Tensor 2025-03-21T21:16:54.5435739Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_865, aten.mul.Tensor 2025-03-21T21:16:54.5436532Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_866, aten.mul.Tensor 2025-03-21T21:16:54.5437300Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_868, aten.mul.Tensor 2025-03-21T21:16:54.5438097Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_867, aten.mul.Tensor 2025-03-21T21:16:54.5438881Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_869, aten.mul.Tensor 2025-03-21T21:16:54.5439666Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_870, aten.mul.Tensor 2025-03-21T21:16:54.5440673Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_872, aten.mul.Tensor 2025-03-21T21:16:54.5441461Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_871, aten.mul.Tensor 2025-03-21T21:16:54.5442235Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_873, aten.mul.Tensor 2025-03-21T21:16:54.5443025Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_874, aten.mul.Tensor 2025-03-21T21:16:54.5443811Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_876, aten.mul.Tensor 2025-03-21T21:16:54.5444601Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_875, aten.mul.Tensor 2025-03-21T21:16:54.5445387Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_877, aten.mul.Tensor 2025-03-21T21:16:54.5446168Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_878, aten.mul.Tensor 2025-03-21T21:16:54.5446938Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_880, aten.mul.Tensor 2025-03-21T21:16:54.5447723Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_879, aten.mul.Tensor 2025-03-21T21:16:54.5448509Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_881, aten.mul.Tensor 2025-03-21T21:16:54.5449354Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_882, aten.mul.Tensor 2025-03-21T21:16:54.5450137Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_884, aten.mul.Tensor 2025-03-21T21:16:54.5450928Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_883, aten.mul.Tensor 2025-03-21T21:16:54.5451710Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_885, aten.mul.Tensor 2025-03-21T21:16:54.5452481Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_886, aten.mul.Tensor 2025-03-21T21:16:54.5453271Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_888, aten.mul.Tensor 2025-03-21T21:16:54.5454053Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_887, aten.mul.Tensor 2025-03-21T21:16:54.5454888Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_889, aten.mul.Tensor 2025-03-21T21:16:54.5455672Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_890, aten.mul.Tensor 2025-03-21T21:16:54.5456454Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_892, aten.mul.Tensor 2025-03-21T21:16:54.5457268Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_891, aten.mul.Tensor 2025-03-21T21:16:54.5458048Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_893, aten.mul.Tensor 2025-03-21T21:16:54.5458832Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_894, aten.mul.Tensor 2025-03-21T21:16:54.5459616Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_896, aten.mul.Tensor 2025-03-21T21:16:54.5460405Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_895, aten.mul.Tensor 2025-03-21T21:16:54.5461189Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_897, aten.mul.Tensor 2025-03-21T21:16:54.5461958Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_898, aten.mul.Tensor 2025-03-21T21:16:54.5462742Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_900, aten.mul.Tensor 2025-03-21T21:16:54.5463524Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_899, aten.mul.Tensor 2025-03-21T21:16:54.5464307Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_901, aten.mul.Tensor 2025-03-21T21:16:54.5465088Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_902, aten.mul.Tensor 2025-03-21T21:16:54.5465899Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_904, aten.mul.Tensor 2025-03-21T21:16:54.5466673Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_903, aten.mul.Tensor 2025-03-21T21:16:54.5467453Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_905, aten.mul.Tensor 2025-03-21T21:16:54.5468241Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_906, aten.mul.Tensor 2025-03-21T21:16:54.5469105Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_908, aten.mul.Tensor 2025-03-21T21:16:54.5469891Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_907, aten.mul.Tensor 2025-03-21T21:16:54.5470677Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_909, aten.mul.Tensor 2025-03-21T21:16:54.5471457Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_910, aten.mul.Tensor 2025-03-21T21:16:54.5472232Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_912, aten.mul.Tensor 2025-03-21T21:16:54.5473021Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_911, aten.mul.Tensor 2025-03-21T21:16:54.5473808Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_913, aten.mul.Tensor 2025-03-21T21:16:54.5474596Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_192, aten.sub.Tensor 2025-03-21T21:16:54.5475412Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_304, aten.add.Tensor 2025-03-21T21:16:54.5476376Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_193, aten.sub.Tensor 2025-03-21T21:16:54.5477158Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_305, aten.add.Tensor 2025-03-21T21:16:54.5477940Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_194, aten.sub.Tensor 2025-03-21T21:16:54.5478725Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_306, aten.add.Tensor 2025-03-21T21:16:54.5479510Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_195, aten.sub.Tensor 2025-03-21T21:16:54.5480295Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_307, aten.add.Tensor 2025-03-21T21:16:54.5481132Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_196, aten.sub.Tensor 2025-03-21T21:16:54.5481904Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_308, aten.add.Tensor 2025-03-21T21:16:54.5482690Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_197, aten.sub.Tensor 2025-03-21T21:16:54.5483549Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_309, aten.add.Tensor 2025-03-21T21:16:54.5484330Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_198, aten.sub.Tensor 2025-03-21T21:16:54.5485118Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_310, aten.add.Tensor 2025-03-21T21:16:54.5485906Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_199, aten.sub.Tensor 2025-03-21T21:16:54.5486691Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_311, aten.add.Tensor 2025-03-21T21:16:54.5487466Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_200, aten.sub.Tensor 2025-03-21T21:16:54.5488251Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_312, aten.add.Tensor 2025-03-21T21:16:54.5489031Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_201, aten.sub.Tensor 2025-03-21T21:16:54.5489811Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_313, aten.add.Tensor 2025-03-21T21:16:54.5490587Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_202, aten.sub.Tensor 2025-03-21T21:16:54.5491372Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_314, aten.add.Tensor 2025-03-21T21:16:54.5492185Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_203, aten.sub.Tensor 2025-03-21T21:16:54.5492967Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_315, aten.add.Tensor 2025-03-21T21:16:54.5493750Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_204, aten.sub.Tensor 2025-03-21T21:16:54.5494587Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_201, aten._to_copy.default 2025-03-21T21:16:54.5495628Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_316, aten.add.Tensor 2025-03-21T21:16:54.5496461Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_202, aten._to_copy.default 2025-03-21T21:16:54.5497298Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_205, aten.sub.Tensor 2025-03-21T21:16:54.5498120Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_203, aten._to_copy.default 2025-03-21T21:16:54.5498951Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_317, aten.add.Tensor 2025-03-21T21:16:54.9435291Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_204, aten._to_copy.default 2025-03-21T21:16:54.9436200Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_206, aten.sub.Tensor 2025-03-21T21:16:54.9437243Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_205, aten._to_copy.default 2025-03-21T21:16:54.9438071Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_318, aten.add.Tensor 2025-03-21T21:16:54.9438912Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_206, aten._to_copy.default 2025-03-21T21:16:54.9439744Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_207, aten.sub.Tensor 2025-03-21T21:16:54.9440572Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_207, aten._to_copy.default 2025-03-21T21:16:54.9441406Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_319, aten.add.Tensor 2025-03-21T21:16:54.9442234Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_208, aten._to_copy.default 2025-03-21T21:16:54.9443115Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_208, aten.sub.Tensor 2025-03-21T21:16:54.9443937Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_209, aten._to_copy.default 2025-03-21T21:16:54.9444770Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_320, aten.add.Tensor 2025-03-21T21:16:54.9445679Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_210, aten._to_copy.default 2025-03-21T21:16:54.9446510Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_209, aten.sub.Tensor 2025-03-21T21:16:54.9447343Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_211, aten._to_copy.default 2025-03-21T21:16:54.9448181Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_321, aten.add.Tensor 2025-03-21T21:16:54.9449002Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_212, aten._to_copy.default 2025-03-21T21:16:54.9449837Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_210, aten.sub.Tensor 2025-03-21T21:16:54.9450676Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_213, aten._to_copy.default 2025-03-21T21:16:54.9451510Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_322, aten.add.Tensor 2025-03-21T21:16:54.9452348Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_214, aten._to_copy.default 2025-03-21T21:16:54.9453184Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_211, aten.sub.Tensor 2025-03-21T21:16:54.9454018Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_215, aten._to_copy.default 2025-03-21T21:16:54.9454893Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_323, aten.add.Tensor 2025-03-21T21:16:54.9455727Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_216, aten._to_copy.default 2025-03-21T21:16:54.9456562Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_212, aten.sub.Tensor 2025-03-21T21:16:54.9457399Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_217, aten._to_copy.default 2025-03-21T21:16:54.9458232Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_324, aten.add.Tensor 2025-03-21T21:16:54.9459065Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_218, aten._to_copy.default 2025-03-21T21:16:54.9459916Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_213, aten.sub.Tensor 2025-03-21T21:16:54.9460736Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_219, aten._to_copy.default 2025-03-21T21:16:54.9461567Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_325, aten.add.Tensor 2025-03-21T21:16:54.9462401Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_220, aten._to_copy.default 2025-03-21T21:16:54.9463231Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_214, aten.sub.Tensor 2025-03-21T21:16:54.9464111Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_221, aten._to_copy.default 2025-03-21T21:16:54.9464939Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_326, aten.add.Tensor 2025-03-21T21:16:54.9465777Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_222, aten._to_copy.default 2025-03-21T21:16:54.9466590Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_215, aten.sub.Tensor 2025-03-21T21:16:54.9467422Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_223, aten._to_copy.default 2025-03-21T21:16:54.9468248Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_327, aten.add.Tensor 2025-03-21T21:16:54.9469188Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_224, aten._to_copy.default 2025-03-21T21:16:54.9470030Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_392, aten.cat.default 2025-03-21T21:16:54.9470834Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_393, aten.cat.default 2025-03-21T21:16:54.9471651Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_394, aten.cat.default 2025-03-21T21:16:54.9472454Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_395, aten.cat.default 2025-03-21T21:16:54.9473252Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_396, aten.cat.default 2025-03-21T21:16:54.9474055Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_397, aten.cat.default 2025-03-21T21:16:54.9474855Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_398, aten.cat.default 2025-03-21T21:16:54.9475658Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_399, aten.cat.default 2025-03-21T21:16:54.9476644Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_400, aten.cat.default 2025-03-21T21:16:54.9477429Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_401, aten.cat.default 2025-03-21T21:16:54.9478224Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_402, aten.cat.default 2025-03-21T21:16:54.9479027Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_403, aten.cat.default 2025-03-21T21:16:54.9479825Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_404, aten.cat.default 2025-03-21T21:16:54.9480673Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_405, aten.cat.default 2025-03-21T21:16:54.9481471Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_406, aten.cat.default 2025-03-21T21:16:54.9482260Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_407, aten.cat.default 2025-03-21T21:16:54.9483064Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_408, aten.cat.default 2025-03-21T21:16:54.9483866Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_409, aten.cat.default 2025-03-21T21:16:54.9484670Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_410, aten.cat.default 2025-03-21T21:16:54.9485471Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_411, aten.cat.default 2025-03-21T21:16:54.9486266Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_412, aten.cat.default 2025-03-21T21:16:54.9487068Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_413, aten.cat.default 2025-03-21T21:16:54.9487852Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_414, aten.cat.default 2025-03-21T21:16:54.9488652Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_415, aten.cat.default 2025-03-21T21:16:54.9489522Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_461, aten.permute_copy.default 2025-03-21T21:16:54.9490505Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_462, aten.permute_copy.default 2025-03-21T21:16:54.9491441Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_463, aten.permute_copy.default 2025-03-21T21:16:54.9492381Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_464, aten.permute_copy.default 2025-03-21T21:16:54.9493303Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_465, aten.permute_copy.default 2025-03-21T21:16:54.9494243Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_466, aten.permute_copy.default 2025-03-21T21:16:54.9495221Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_467, aten.permute_copy.default 2025-03-21T21:16:54.9496158Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_468, aten.permute_copy.default 2025-03-21T21:16:54.9497098Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_469, aten.permute_copy.default 2025-03-21T21:16:54.9498072Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_470, aten.permute_copy.default 2025-03-21T21:16:54.9499006Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_471, aten.permute_copy.default 2025-03-21T21:16:54.9499934Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_472, aten.permute_copy.default 2025-03-21T21:16:54.9500803Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_416, aten.cat.default 2025-03-21T21:16:54.9501603Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_418, aten.cat.default 2025-03-21T21:16:55.4532198Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_420, aten.cat.default 2025-03-21T21:16:55.4533696Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_422, aten.cat.default 2025-03-21T21:16:55.4535145Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_424, aten.cat.default 2025-03-21T21:16:55.4536591Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_426, aten.cat.default 2025-03-21T21:16:55.4538024Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_428, aten.cat.default 2025-03-21T21:16:55.4539483Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_430, aten.cat.default 2025-03-21T21:16:55.4541178Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_432, aten.cat.default 2025-03-21T21:16:55.4542620Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_434, aten.cat.default 2025-03-21T21:16:55.4544040Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_436, aten.cat.default 2025-03-21T21:16:55.4545485Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_438, aten.cat.default 2025-03-21T21:16:55.4556621Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_192, aten.matmul.default 2025-03-21T21:16:55.4558312Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_194, aten.matmul.default 2025-03-21T21:16:55.4559854Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_196, aten.matmul.default 2025-03-21T21:16:55.4561387Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_198, aten.matmul.default 2025-03-21T21:16:55.4562907Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_200, aten.matmul.default 2025-03-21T21:16:55.4564426Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_202, aten.matmul.default 2025-03-21T21:16:55.4565958Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_204, aten.matmul.default 2025-03-21T21:16:55.4567639Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_206, aten.matmul.default 2025-03-21T21:16:55.4569157Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_208, aten.matmul.default 2025-03-21T21:16:55.4570672Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_210, aten.matmul.default 2025-03-21T21:16:55.4572195Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_212, aten.matmul.default 2025-03-21T21:16:55.4573731Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_214, aten.matmul.default 2025-03-21T21:16:55.4575191Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_96, aten.div.Tensor 2025-03-21T21:16:55.4576998Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_97, aten.div.Tensor 2025-03-21T21:16:55.4578404Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_98, aten.div.Tensor 2025-03-21T21:16:55.4579791Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_99, aten.div.Tensor 2025-03-21T21:16:55.4581188Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_100, aten.div.Tensor 2025-03-21T21:16:55.4582661Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_101, aten.div.Tensor 2025-03-21T21:16:55.4584063Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_102, aten.div.Tensor 2025-03-21T21:16:55.4585462Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_103, aten.div.Tensor 2025-03-21T21:16:55.4586854Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_104, aten.div.Tensor 2025-03-21T21:16:55.4588258Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_105, aten.div.Tensor 2025-03-21T21:16:55.4589760Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_106, aten.div.Tensor 2025-03-21T21:16:55.4591162Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_107, aten.div.Tensor 2025-03-21T21:16:55.4592560Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_328, aten.add.Tensor 2025-03-21T21:16:55.4593972Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_329, aten.add.Tensor 2025-03-21T21:16:55.4595361Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_330, aten.add.Tensor 2025-03-21T21:16:55.4596764Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_331, aten.add.Tensor 2025-03-21T21:16:55.4598246Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_332, aten.add.Tensor 2025-03-21T21:16:55.4599649Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_333, aten.add.Tensor 2025-03-21T21:16:55.4601047Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_334, aten.add.Tensor 2025-03-21T21:16:55.4602454Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_335, aten.add.Tensor 2025-03-21T21:16:55.4603839Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_336, aten.add.Tensor 2025-03-21T21:16:55.4605242Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_337, aten.add.Tensor 2025-03-21T21:16:55.4606653Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_338, aten.add.Tensor 2025-03-21T21:16:55.4608054Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_339, aten.add.Tensor 2025-03-21T21:16:55.4609728Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_96, aten._softmax.default 2025-03-21T21:16:55.4611420Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_97, aten._softmax.default 2025-03-21T21:16:55.4613127Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_98, aten._softmax.default 2025-03-21T21:16:55.4614930Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_99, aten._softmax.default 2025-03-21T21:16:55.4616594Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_100, aten._softmax.default 2025-03-21T21:16:55.4618336Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_101, aten._softmax.default 2025-03-21T21:16:55.4620083Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_102, aten._softmax.default 2025-03-21T21:16:55.4621775Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_103, aten._softmax.default 2025-03-21T21:16:55.4623486Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_104, aten._softmax.default 2025-03-21T21:16:55.4625195Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_105, aten._softmax.default 2025-03-21T21:16:55.4626772Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_106, aten._softmax.default 2025-03-21T21:16:55.4628349Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_107, aten._softmax.default 2025-03-21T21:16:55.4630034Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_193, aten.matmul.default 2025-03-21T21:16:55.4631567Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_195, aten.matmul.default 2025-03-21T21:16:55.4633090Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_197, aten.matmul.default 2025-03-21T21:16:55.4634612Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_199, aten.matmul.default 2025-03-21T21:16:55.4636124Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_201, aten.matmul.default 2025-03-21T21:16:55.4637648Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_203, aten.matmul.default 2025-03-21T21:16:55.4639178Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_205, aten.matmul.default 2025-03-21T21:16:55.4640700Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_207, aten.matmul.default 2025-03-21T21:16:55.4642231Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_209, aten.matmul.default 2025-03-21T21:16:55.4643750Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_211, aten.matmul.default 2025-03-21T21:16:55.4645268Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_213, aten.matmul.default 2025-03-21T21:16:55.4646817Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_215, aten.matmul.default 2025-03-21T21:16:55.4648293Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_440, aten.cat.default 2025-03-21T21:16:55.4649825Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1013, aten.view_copy.default 2025-03-21T21:16:55.4651487Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1497, aten.permute_copy.default 2025-03-21T21:16:55.4653183Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_356, aten.convolution.default 2025-03-21T21:16:55.4654885Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1498, aten.permute_copy.default 2025-03-21T21:16:55.4656543Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1014, aten.view_copy.default 2025-03-21T21:16:55.4658042Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_340, aten.add.Tensor 2025-03-21T21:16:55.4659523Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_rms_norm_default_17, aten.rms_norm.default 2025-03-21T21:16:55.4661108Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1015, aten.view_copy.default 2025-03-21T21:16:55.4662810Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1499, aten.permute_copy.default 2025-03-21T21:16:56.1027462Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_357, aten.convolution.default 2025-03-21T21:16:56.1029257Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_358, aten.convolution.default 2025-03-21T21:16:56.1030876Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sigmoid_default_8, aten.sigmoid.default 2025-03-21T21:16:56.1032352Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_916, aten.mul.Tensor 2025-03-21T21:16:56.1033755Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_917, aten.mul.Tensor 2025-03-21T21:16:56.1035557Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_359, aten.convolution.default 2025-03-21T21:16:56.1037267Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1500, aten.permute_copy.default 2025-03-21T21:16:56.1038939Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1016, aten.view_copy.default 2025-03-21T21:16:56.1040454Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_341, aten.add.Tensor 2025-03-21T21:16:56.1042014Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_rms_norm_default_18, aten.rms_norm.default 2025-03-21T21:16:56.1043601Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1017, aten.view_copy.default 2025-03-21T21:16:56.1045250Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1501, aten.permute_copy.default 2025-03-21T21:16:56.1046890Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_225, aten._to_copy.default 2025-03-21T21:16:56.1048526Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_360, aten.convolution.default 2025-03-21T21:16:56.1050226Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1502, aten.permute_copy.default 2025-03-21T21:16:56.1051929Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_361, aten.convolution.default 2025-03-21T21:16:56.1053629Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1503, aten.permute_copy.default 2025-03-21T21:16:56.1055321Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_362, aten.convolution.default 2025-03-21T21:16:56.1057063Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1504, aten.permute_copy.default 2025-03-21T21:16:56.1058761Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_363, aten.convolution.default 2025-03-21T21:16:56.1060466Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1505, aten.permute_copy.default 2025-03-21T21:16:56.1062167Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_364, aten.convolution.default 2025-03-21T21:16:56.1063852Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1506, aten.permute_copy.default 2025-03-21T21:16:56.1065546Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_365, aten.convolution.default 2025-03-21T21:16:56.1067220Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1507, aten.permute_copy.default 2025-03-21T21:16:56.1068953Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_366, aten.convolution.default 2025-03-21T21:16:56.1070643Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1508, aten.permute_copy.default 2025-03-21T21:16:56.1072332Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_367, aten.convolution.default 2025-03-21T21:16:56.1074086Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1509, aten.permute_copy.default 2025-03-21T21:16:56.1075770Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_368, aten.convolution.default 2025-03-21T21:16:56.1077627Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1510, aten.permute_copy.default 2025-03-21T21:16:56.1079308Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_369, aten.convolution.default 2025-03-21T21:16:56.1081003Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1511, aten.permute_copy.default 2025-03-21T21:16:56.1082694Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_370, aten.convolution.default 2025-03-21T21:16:56.1084442Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1512, aten.permute_copy.default 2025-03-21T21:16:56.1086141Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_371, aten.convolution.default 2025-03-21T21:16:56.1087862Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1513, aten.permute_copy.default 2025-03-21T21:16:56.1089640Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_372, aten.convolution.default 2025-03-21T21:16:56.1091332Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1514, aten.permute_copy.default 2025-03-21T21:16:56.1093029Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_373, aten.convolution.default 2025-03-21T21:16:56.1094710Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1515, aten.permute_copy.default 2025-03-21T21:16:56.1096413Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_374, aten.convolution.default 2025-03-21T21:16:56.1098107Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1516, aten.permute_copy.default 2025-03-21T21:16:56.1099803Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_375, aten.convolution.default 2025-03-21T21:16:56.1101508Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1517, aten.permute_copy.default 2025-03-21T21:16:56.1103197Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_376, aten.convolution.default 2025-03-21T21:16:56.1104925Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1518, aten.permute_copy.default 2025-03-21T21:16:56.1106628Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_377, aten.convolution.default 2025-03-21T21:16:56.1108320Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1519, aten.permute_copy.default 2025-03-21T21:16:56.1110064Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_378, aten.convolution.default 2025-03-21T21:16:56.1111762Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1520, aten.permute_copy.default 2025-03-21T21:16:56.1113461Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_379, aten.convolution.default 2025-03-21T21:16:56.1115163Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1521, aten.permute_copy.default 2025-03-21T21:16:56.1116844Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_380, aten.convolution.default 2025-03-21T21:16:56.1118546Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1522, aten.permute_copy.default 2025-03-21T21:16:56.1120249Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_381, aten.convolution.default 2025-03-21T21:16:56.1121949Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1523, aten.permute_copy.default 2025-03-21T21:16:56.1123698Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_382, aten.convolution.default 2025-03-21T21:16:56.1125399Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1524, aten.permute_copy.default 2025-03-21T21:16:56.1127098Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_383, aten.convolution.default 2025-03-21T21:16:56.1128782Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1525, aten.permute_copy.default 2025-03-21T21:16:56.1130486Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_384, aten.convolution.default 2025-03-21T21:16:56.1132213Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1526, aten.permute_copy.default 2025-03-21T21:16:56.1133909Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_385, aten.convolution.default 2025-03-21T21:16:56.1135609Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1527, aten.permute_copy.default 2025-03-21T21:16:56.1137308Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_386, aten.convolution.default 2025-03-21T21:16:56.1139036Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1528, aten.permute_copy.default 2025-03-21T21:16:56.1140871Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_387, aten.convolution.default 2025-03-21T21:16:56.1142838Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1529, aten.permute_copy.default 2025-03-21T21:16:56.1144790Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_388, aten.convolution.default 2025-03-21T21:16:56.1146853Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1530, aten.permute_copy.default 2025-03-21T21:16:56.3975751Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_389, aten.convolution.default 2025-03-21T21:16:56.3977707Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1531, aten.permute_copy.default 2025-03-21T21:16:56.3979503Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_390, aten.convolution.default 2025-03-21T21:16:56.3981262Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1532, aten.permute_copy.default 2025-03-21T21:16:56.3983247Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_391, aten.convolution.default 2025-03-21T21:16:56.3985031Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1533, aten.permute_copy.default 2025-03-21T21:16:56.3986772Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_392, aten.convolution.default 2025-03-21T21:16:56.3988567Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1534, aten.permute_copy.default 2025-03-21T21:16:56.3990398Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_393, aten.convolution.default 2025-03-21T21:16:56.3992186Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1535, aten.permute_copy.default 2025-03-21T21:16:56.3993969Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_394, aten.convolution.default 2025-03-21T21:16:56.3995735Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1536, aten.permute_copy.default 2025-03-21T21:16:56.3997521Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_395, aten.convolution.default 2025-03-21T21:16:56.3999310Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1537, aten.permute_copy.default 2025-03-21T21:16:56.4001188Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1018, aten.view_copy.default 2025-03-21T21:16:56.4002857Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1019, aten.view_copy.default 2025-03-21T21:16:56.4004549Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1020, aten.view_copy.default 2025-03-21T21:16:56.4006185Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1021, aten.view_copy.default 2025-03-21T21:16:56.4007850Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1022, aten.view_copy.default 2025-03-21T21:16:56.4009500Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1023, aten.view_copy.default 2025-03-21T21:16:56.4011277Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1024, aten.view_copy.default 2025-03-21T21:16:56.4012990Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1025, aten.view_copy.default 2025-03-21T21:16:56.4014678Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1026, aten.view_copy.default 2025-03-21T21:16:56.4016455Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1027, aten.view_copy.default 2025-03-21T21:16:56.4018146Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1028, aten.view_copy.default 2025-03-21T21:16:56.4019840Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1029, aten.view_copy.default 2025-03-21T21:16:56.4021510Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1030, aten.view_copy.default 2025-03-21T21:16:56.4023158Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1031, aten.view_copy.default 2025-03-21T21:16:56.4024837Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1032, aten.view_copy.default 2025-03-21T21:16:56.4026509Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1033, aten.view_copy.default 2025-03-21T21:16:56.4028152Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1034, aten.view_copy.default 2025-03-21T21:16:56.4029880Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1035, aten.view_copy.default 2025-03-21T21:16:56.4031533Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1036, aten.view_copy.default 2025-03-21T21:16:56.4033291Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1037, aten.view_copy.default 2025-03-21T21:16:56.4034989Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1038, aten.view_copy.default 2025-03-21T21:16:56.4036673Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1039, aten.view_copy.default 2025-03-21T21:16:56.4038364Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1040, aten.view_copy.default 2025-03-21T21:16:56.4039852Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1041, aten.view_copy.default 2025-03-21T21:16:56.4041603Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1042, aten.view_copy.default 2025-03-21T21:16:56.4043268Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1043, aten.view_copy.default 2025-03-21T21:16:56.4044980Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1044, aten.view_copy.default 2025-03-21T21:16:56.4046613Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1045, aten.view_copy.default 2025-03-21T21:16:56.4048277Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1046, aten.view_copy.default 2025-03-21T21:16:56.4050041Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1047, aten.view_copy.default 2025-03-21T21:16:56.4051674Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1048, aten.view_copy.default 2025-03-21T21:16:56.4053317Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1049, aten.view_copy.default 2025-03-21T21:16:56.4054976Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1050, aten.view_copy.default 2025-03-21T21:16:56.4056677Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1051, aten.view_copy.default 2025-03-21T21:16:56.4058341Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1052, aten.view_copy.default 2025-03-21T21:16:56.4060095Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1053, aten.view_copy.default 2025-03-21T21:16:56.4061816Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_432, aten.slice_copy.Tensor 2025-03-21T21:16:56.4063444Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_433, aten.slice_copy.Tensor 2025-03-21T21:16:56.4065192Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_434, aten.slice_copy.Tensor 2025-03-21T21:16:56.4066895Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_435, aten.slice_copy.Tensor 2025-03-21T21:16:56.4068529Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_436, aten.slice_copy.Tensor 2025-03-21T21:16:56.4070282Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_437, aten.slice_copy.Tensor 2025-03-21T21:16:56.4071942Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_438, aten.slice_copy.Tensor 2025-03-21T21:16:56.4073594Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_439, aten.slice_copy.Tensor 2025-03-21T21:16:56.4075206Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_440, aten.slice_copy.Tensor 2025-03-21T21:16:56.4077045Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_441, aten.slice_copy.Tensor 2025-03-21T21:16:56.4078750Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_442, aten.slice_copy.Tensor 2025-03-21T21:16:56.4080384Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_443, aten.slice_copy.Tensor 2025-03-21T21:16:56.4082179Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_444, aten.slice_copy.Tensor 2025-03-21T21:16:56.4083886Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_445, aten.slice_copy.Tensor 2025-03-21T21:16:56.4085508Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_446, aten.slice_copy.Tensor 2025-03-21T21:16:56.4087169Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_447, aten.slice_copy.Tensor 2025-03-21T21:16:56.4088860Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_448, aten.slice_copy.Tensor 2025-03-21T21:16:56.4090533Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_449, aten.slice_copy.Tensor 2025-03-21T21:16:56.4092319Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_450, aten.slice_copy.Tensor 2025-03-21T21:16:56.4093987Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_451, aten.slice_copy.Tensor 2025-03-21T21:16:56.4095642Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_452, aten.slice_copy.Tensor 2025-03-21T21:16:56.4097274Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_453, aten.slice_copy.Tensor 2025-03-21T21:16:56.4098914Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_454, aten.slice_copy.Tensor 2025-03-21T21:16:56.8214219Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_455, aten.slice_copy.Tensor 2025-03-21T21:16:56.8215163Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_456, aten.slice_copy.Tensor 2025-03-21T21:16:56.8216064Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_457, aten.slice_copy.Tensor 2025-03-21T21:16:56.8216959Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_458, aten.slice_copy.Tensor 2025-03-21T21:16:56.8217858Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_459, aten.slice_copy.Tensor 2025-03-21T21:16:56.8218744Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_460, aten.slice_copy.Tensor 2025-03-21T21:16:56.8219835Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_461, aten.slice_copy.Tensor 2025-03-21T21:16:56.8220735Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_462, aten.slice_copy.Tensor 2025-03-21T21:16:56.8221614Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_463, aten.slice_copy.Tensor 2025-03-21T21:16:56.8222591Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_464, aten.slice_copy.Tensor 2025-03-21T21:16:56.8223478Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_465, aten.slice_copy.Tensor 2025-03-21T21:16:56.8224372Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_466, aten.slice_copy.Tensor 2025-03-21T21:16:56.8225263Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_467, aten.slice_copy.Tensor 2025-03-21T21:16:56.8226154Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_468, aten.slice_copy.Tensor 2025-03-21T21:16:56.8227047Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_469, aten.slice_copy.Tensor 2025-03-21T21:16:56.8227920Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_470, aten.slice_copy.Tensor 2025-03-21T21:16:56.8228809Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_471, aten.slice_copy.Tensor 2025-03-21T21:16:56.8229775Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_472, aten.slice_copy.Tensor 2025-03-21T21:16:56.8230662Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_473, aten.slice_copy.Tensor 2025-03-21T21:16:56.8231612Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_474, aten.slice_copy.Tensor 2025-03-21T21:16:56.8232506Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_475, aten.slice_copy.Tensor 2025-03-21T21:16:56.8233387Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_476, aten.slice_copy.Tensor 2025-03-21T21:16:56.8234282Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_477, aten.slice_copy.Tensor 2025-03-21T21:16:56.8235172Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_478, aten.slice_copy.Tensor 2025-03-21T21:16:56.8236062Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_479, aten.slice_copy.Tensor 2025-03-21T21:16:56.8236912Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_466, aten.cat.default 2025-03-21T21:16:56.8237719Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_468, aten.cat.default 2025-03-21T21:16:56.8238520Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_470, aten.cat.default 2025-03-21T21:16:56.8239313Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_472, aten.cat.default 2025-03-21T21:16:56.8240175Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_474, aten.cat.default 2025-03-21T21:16:56.8240980Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_476, aten.cat.default 2025-03-21T21:16:56.8241782Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_478, aten.cat.default 2025-03-21T21:16:56.8242583Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_480, aten.cat.default 2025-03-21T21:16:56.8243382Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_482, aten.cat.default 2025-03-21T21:16:56.8244168Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_484, aten.cat.default 2025-03-21T21:16:56.8244962Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_486, aten.cat.default 2025-03-21T21:16:56.8245789Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_488, aten.cat.default 2025-03-21T21:16:56.8246588Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_920, aten.mul.Tensor 2025-03-21T21:16:56.8247400Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_922, aten.mul.Tensor 2025-03-21T21:16:56.8248183Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_921, aten.mul.Tensor 2025-03-21T21:16:56.8249004Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_923, aten.mul.Tensor 2025-03-21T21:16:56.8249793Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_924, aten.mul.Tensor 2025-03-21T21:16:56.8250569Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_926, aten.mul.Tensor 2025-03-21T21:16:56.8251356Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_925, aten.mul.Tensor 2025-03-21T21:16:56.8252139Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_927, aten.mul.Tensor 2025-03-21T21:16:56.8252926Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_928, aten.mul.Tensor 2025-03-21T21:16:56.8253715Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_930, aten.mul.Tensor 2025-03-21T21:16:56.8254501Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_929, aten.mul.Tensor 2025-03-21T21:16:56.8255273Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_931, aten.mul.Tensor 2025-03-21T21:16:56.8256054Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_932, aten.mul.Tensor 2025-03-21T21:16:56.8256839Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_934, aten.mul.Tensor 2025-03-21T21:16:56.8257650Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_933, aten.mul.Tensor 2025-03-21T21:16:56.8258437Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_935, aten.mul.Tensor 2025-03-21T21:16:56.8259222Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_936, aten.mul.Tensor 2025-03-21T21:16:56.8260010Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_938, aten.mul.Tensor 2025-03-21T21:16:56.8260782Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_937, aten.mul.Tensor 2025-03-21T21:16:56.8261563Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_939, aten.mul.Tensor 2025-03-21T21:16:56.8262345Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_940, aten.mul.Tensor 2025-03-21T21:16:56.8263128Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_942, aten.mul.Tensor 2025-03-21T21:16:56.8264161Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_941, aten.mul.Tensor 2025-03-21T21:16:56.8264949Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_943, aten.mul.Tensor 2025-03-21T21:16:56.8265723Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_944, aten.mul.Tensor 2025-03-21T21:16:56.8266548Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_946, aten.mul.Tensor 2025-03-21T21:16:56.8267324Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_945, aten.mul.Tensor 2025-03-21T21:16:56.8268108Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_947, aten.mul.Tensor 2025-03-21T21:16:56.8268962Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_948, aten.mul.Tensor 2025-03-21T21:16:56.8269744Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_950, aten.mul.Tensor 2025-03-21T21:16:56.8270515Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_949, aten.mul.Tensor 2025-03-21T21:16:56.8271298Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_951, aten.mul.Tensor 2025-03-21T21:16:56.8272113Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_952, aten.mul.Tensor 2025-03-21T21:16:56.8272901Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_954, aten.mul.Tensor 2025-03-21T21:16:56.8273684Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_953, aten.mul.Tensor 2025-03-21T21:16:56.8274496Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_955, aten.mul.Tensor 2025-03-21T21:16:56.8275269Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_956, aten.mul.Tensor 2025-03-21T21:16:56.8276206Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_958, aten.mul.Tensor 2025-03-21T21:16:56.8277001Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_957, aten.mul.Tensor 2025-03-21T21:16:56.8277786Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_959, aten.mul.Tensor 2025-03-21T21:16:56.8278575Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_960, aten.mul.Tensor 2025-03-21T21:16:56.8279364Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_962, aten.mul.Tensor 2025-03-21T21:16:56.8280142Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_961, aten.mul.Tensor 2025-03-21T21:16:56.8280912Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_963, aten.mul.Tensor 2025-03-21T21:16:57.2603015Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_964, aten.mul.Tensor 2025-03-21T21:16:57.2603921Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_966, aten.mul.Tensor 2025-03-21T21:16:57.2604886Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_965, aten.mul.Tensor 2025-03-21T21:16:57.2605677Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_967, aten.mul.Tensor 2025-03-21T21:16:57.2606475Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_968, aten.mul.Tensor 2025-03-21T21:16:57.2607262Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_970, aten.mul.Tensor 2025-03-21T21:16:57.2608057Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_969, aten.mul.Tensor 2025-03-21T21:16:57.2608827Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_971, aten.mul.Tensor 2025-03-21T21:16:57.2609618Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_972, aten.mul.Tensor 2025-03-21T21:16:57.2610398Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_974, aten.mul.Tensor 2025-03-21T21:16:57.2611180Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_973, aten.mul.Tensor 2025-03-21T21:16:57.2611985Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_975, aten.mul.Tensor 2025-03-21T21:16:57.2612766Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_976, aten.mul.Tensor 2025-03-21T21:16:57.2613551Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_978, aten.mul.Tensor 2025-03-21T21:16:57.2614388Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_977, aten.mul.Tensor 2025-03-21T21:16:57.2615154Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_979, aten.mul.Tensor 2025-03-21T21:16:57.2615944Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_980, aten.mul.Tensor 2025-03-21T21:16:57.2616726Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_982, aten.mul.Tensor 2025-03-21T21:16:57.2617508Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_981, aten.mul.Tensor 2025-03-21T21:16:57.2618294Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_983, aten.mul.Tensor 2025-03-21T21:16:57.2619073Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_984, aten.mul.Tensor 2025-03-21T21:16:57.2619890Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_986, aten.mul.Tensor 2025-03-21T21:16:57.2620677Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_985, aten.mul.Tensor 2025-03-21T21:16:57.2621457Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_987, aten.mul.Tensor 2025-03-21T21:16:57.2622281Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_988, aten.mul.Tensor 2025-03-21T21:16:57.2623060Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_990, aten.mul.Tensor 2025-03-21T21:16:57.2623833Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_989, aten.mul.Tensor 2025-03-21T21:16:57.2624606Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_991, aten.mul.Tensor 2025-03-21T21:16:57.2625386Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_992, aten.mul.Tensor 2025-03-21T21:16:57.2626169Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_994, aten.mul.Tensor 2025-03-21T21:16:57.2626952Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_993, aten.mul.Tensor 2025-03-21T21:16:57.2627732Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_995, aten.mul.Tensor 2025-03-21T21:16:57.2628516Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_996, aten.mul.Tensor 2025-03-21T21:16:57.2629376Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_998, aten.mul.Tensor 2025-03-21T21:16:57.2630148Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_997, aten.mul.Tensor 2025-03-21T21:16:57.2630969Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_999, aten.mul.Tensor 2025-03-21T21:16:57.2631757Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1000, aten.mul.Tensor 2025-03-21T21:16:57.2632553Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1002, aten.mul.Tensor 2025-03-21T21:16:57.2633350Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1001, aten.mul.Tensor 2025-03-21T21:16:57.2634145Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1003, aten.mul.Tensor 2025-03-21T21:16:57.2634926Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1004, aten.mul.Tensor 2025-03-21T21:16:57.2635717Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1006, aten.mul.Tensor 2025-03-21T21:16:57.2636504Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1005, aten.mul.Tensor 2025-03-21T21:16:57.2637285Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1007, aten.mul.Tensor 2025-03-21T21:16:57.2638090Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1008, aten.mul.Tensor 2025-03-21T21:16:57.2638880Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1010, aten.mul.Tensor 2025-03-21T21:16:57.2639701Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1009, aten.mul.Tensor 2025-03-21T21:16:57.2640493Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1011, aten.mul.Tensor 2025-03-21T21:16:57.2641286Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1012, aten.mul.Tensor 2025-03-21T21:16:57.2642069Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1014, aten.mul.Tensor 2025-03-21T21:16:57.2642862Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1013, aten.mul.Tensor 2025-03-21T21:16:57.2643652Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1015, aten.mul.Tensor 2025-03-21T21:16:57.2644444Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_216, aten.sub.Tensor 2025-03-21T21:16:57.2645288Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_342, aten.add.Tensor 2025-03-21T21:16:57.2646074Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_217, aten.sub.Tensor 2025-03-21T21:16:57.2646865Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_343, aten.add.Tensor 2025-03-21T21:16:57.2647639Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_218, aten.sub.Tensor 2025-03-21T21:16:57.2648468Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_344, aten.add.Tensor 2025-03-21T21:16:57.2649253Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_219, aten.sub.Tensor 2025-03-21T21:16:57.2650031Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_345, aten.add.Tensor 2025-03-21T21:16:57.2650817Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_220, aten.sub.Tensor 2025-03-21T21:16:57.2651603Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_346, aten.add.Tensor 2025-03-21T21:16:57.2652421Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_221, aten.sub.Tensor 2025-03-21T21:16:57.2653445Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_347, aten.add.Tensor 2025-03-21T21:16:57.2654232Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_222, aten.sub.Tensor 2025-03-21T21:16:57.2655017Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_348, aten.add.Tensor 2025-03-21T21:16:57.2655799Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_223, aten.sub.Tensor 2025-03-21T21:16:57.2656580Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_349, aten.add.Tensor 2025-03-21T21:16:57.2657390Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_224, aten.sub.Tensor 2025-03-21T21:16:57.2658173Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_350, aten.add.Tensor 2025-03-21T21:16:57.2658958Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_225, aten.sub.Tensor 2025-03-21T21:16:57.2659744Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_351, aten.add.Tensor 2025-03-21T21:16:57.2660525Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_226, aten.sub.Tensor 2025-03-21T21:16:57.2661310Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_352, aten.add.Tensor 2025-03-21T21:16:57.2662081Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_227, aten.sub.Tensor 2025-03-21T21:16:57.2662862Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_353, aten.add.Tensor 2025-03-21T21:16:57.2663648Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_228, aten.sub.Tensor 2025-03-21T21:16:57.2664488Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_226, aten._to_copy.default 2025-03-21T21:16:57.2665318Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_354, aten.add.Tensor 2025-03-21T21:16:57.2666185Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_227, aten._to_copy.default 2025-03-21T21:16:57.2667018Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_229, aten.sub.Tensor 2025-03-21T21:16:57.2667836Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_228, aten._to_copy.default 2025-03-21T21:16:57.2668662Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_355, aten.add.Tensor 2025-03-21T21:16:57.2669566Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_229, aten._to_copy.default 2025-03-21T21:16:57.6598498Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_230, aten.sub.Tensor 2025-03-21T21:16:57.6599390Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_230, aten._to_copy.default 2025-03-21T21:16:57.6600446Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_356, aten.add.Tensor 2025-03-21T21:16:57.6601301Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_231, aten._to_copy.default 2025-03-21T21:16:57.6602130Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_231, aten.sub.Tensor 2025-03-21T21:16:57.6603021Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_232, aten._to_copy.default 2025-03-21T21:16:57.6603854Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_357, aten.add.Tensor 2025-03-21T21:16:57.6604716Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_233, aten._to_copy.default 2025-03-21T21:16:57.6605552Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_232, aten.sub.Tensor 2025-03-21T21:16:57.6606387Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_234, aten._to_copy.default 2025-03-21T21:16:57.6607221Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_358, aten.add.Tensor 2025-03-21T21:16:57.6608055Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_235, aten._to_copy.default 2025-03-21T21:16:57.6608871Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_233, aten.sub.Tensor 2025-03-21T21:16:57.6609699Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_236, aten._to_copy.default 2025-03-21T21:16:57.6610528Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_359, aten.add.Tensor 2025-03-21T21:16:57.6611406Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_237, aten._to_copy.default 2025-03-21T21:16:57.6612233Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_234, aten.sub.Tensor 2025-03-21T21:16:57.6613061Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_238, aten._to_copy.default 2025-03-21T21:16:57.6613874Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_360, aten.add.Tensor 2025-03-21T21:16:57.6614708Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_239, aten._to_copy.default 2025-03-21T21:16:57.6615538Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_235, aten.sub.Tensor 2025-03-21T21:16:57.6616372Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_240, aten._to_copy.default 2025-03-21T21:16:57.6617197Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_361, aten.add.Tensor 2025-03-21T21:16:57.6618027Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_241, aten._to_copy.default 2025-03-21T21:16:57.6618854Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_236, aten.sub.Tensor 2025-03-21T21:16:57.6619674Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_242, aten._to_copy.default 2025-03-21T21:16:57.6620554Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_362, aten.add.Tensor 2025-03-21T21:16:57.6621383Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_243, aten._to_copy.default 2025-03-21T21:16:57.6622213Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_237, aten.sub.Tensor 2025-03-21T21:16:57.6623044Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_244, aten._to_copy.default 2025-03-21T21:16:57.6623869Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_363, aten.add.Tensor 2025-03-21T21:16:57.6624690Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_245, aten._to_copy.default 2025-03-21T21:16:57.6625518Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_238, aten.sub.Tensor 2025-03-21T21:16:57.6626372Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_246, aten._to_copy.default 2025-03-21T21:16:57.6627207Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_364, aten.add.Tensor 2025-03-21T21:16:57.6628043Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_247, aten._to_copy.default 2025-03-21T21:16:57.6629017Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_239, aten.sub.Tensor 2025-03-21T21:16:57.6629855Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_248, aten._to_copy.default 2025-03-21T21:16:57.6630682Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_365, aten.add.Tensor 2025-03-21T21:16:57.6631521Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_249, aten._to_copy.default 2025-03-21T21:16:57.6632363Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_441, aten.cat.default 2025-03-21T21:16:57.6633171Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_442, aten.cat.default 2025-03-21T21:16:57.6633976Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_443, aten.cat.default 2025-03-21T21:16:57.6634776Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_444, aten.cat.default 2025-03-21T21:16:57.6635565Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_445, aten.cat.default 2025-03-21T21:16:57.6636366Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_446, aten.cat.default 2025-03-21T21:16:57.6637259Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_447, aten.cat.default 2025-03-21T21:16:57.6638099Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_448, aten.cat.default 2025-03-21T21:16:57.6638904Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_449, aten.cat.default 2025-03-21T21:16:57.6639709Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_450, aten.cat.default 2025-03-21T21:16:57.6640512Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_451, aten.cat.default 2025-03-21T21:16:57.6641302Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_452, aten.cat.default 2025-03-21T21:16:57.6642111Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_453, aten.cat.default 2025-03-21T21:16:57.6642918Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_454, aten.cat.default 2025-03-21T21:16:57.6643721Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_455, aten.cat.default 2025-03-21T21:16:57.6644533Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_456, aten.cat.default 2025-03-21T21:16:57.6645335Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_457, aten.cat.default 2025-03-21T21:16:57.6646127Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_458, aten.cat.default 2025-03-21T21:16:57.6646955Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_459, aten.cat.default 2025-03-21T21:16:57.6647756Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_460, aten.cat.default 2025-03-21T21:16:57.6648562Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_461, aten.cat.default 2025-03-21T21:16:57.6649364Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_462, aten.cat.default 2025-03-21T21:16:57.6650160Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_463, aten.cat.default 2025-03-21T21:16:57.6650963Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_464, aten.cat.default 2025-03-21T21:16:57.6651830Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_514, aten.permute_copy.default 2025-03-21T21:16:57.6652799Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_515, aten.permute_copy.default 2025-03-21T21:16:57.6653747Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_516, aten.permute_copy.default 2025-03-21T21:16:57.6654684Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_517, aten.permute_copy.default 2025-03-21T21:16:57.6655652Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_518, aten.permute_copy.default 2025-03-21T21:16:57.6656582Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_519, aten.permute_copy.default 2025-03-21T21:16:57.6657525Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_520, aten.permute_copy.default 2025-03-21T21:16:57.6658448Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_521, aten.permute_copy.default 2025-03-21T21:16:57.6659383Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_522, aten.permute_copy.default 2025-03-21T21:16:57.6660319Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_523, aten.permute_copy.default 2025-03-21T21:16:57.6661251Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_524, aten.permute_copy.default 2025-03-21T21:16:57.6662187Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_525, aten.permute_copy.default 2025-03-21T21:16:57.6663055Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_465, aten.cat.default 2025-03-21T21:16:57.6663877Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_467, aten.cat.default 2025-03-21T21:16:57.6664682Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_469, aten.cat.default 2025-03-21T21:16:58.1911733Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_471, aten.cat.default 2025-03-21T21:16:58.1913238Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_473, aten.cat.default 2025-03-21T21:16:58.1914687Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_475, aten.cat.default 2025-03-21T21:16:58.1916123Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_477, aten.cat.default 2025-03-21T21:16:58.1917574Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_479, aten.cat.default 2025-03-21T21:16:58.1919010Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_481, aten.cat.default 2025-03-21T21:16:58.1920455Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_483, aten.cat.default 2025-03-21T21:16:58.1921874Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_485, aten.cat.default 2025-03-21T21:16:58.1923312Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_487, aten.cat.default 2025-03-21T21:16:58.1924801Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_216, aten.matmul.default 2025-03-21T21:16:58.1926612Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_218, aten.matmul.default 2025-03-21T21:16:58.1928141Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_220, aten.matmul.default 2025-03-21T21:16:58.1929674Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_222, aten.matmul.default 2025-03-21T21:16:58.1931182Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_224, aten.matmul.default 2025-03-21T21:16:58.1932713Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_226, aten.matmul.default 2025-03-21T21:16:58.1934242Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_228, aten.matmul.default 2025-03-21T21:16:58.1935835Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_230, aten.matmul.default 2025-03-21T21:16:58.1937352Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_232, aten.matmul.default 2025-03-21T21:16:58.1938879Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_234, aten.matmul.default 2025-03-21T21:16:58.1940472Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_236, aten.matmul.default 2025-03-21T21:16:58.1941971Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_238, aten.matmul.default 2025-03-21T21:16:58.1943442Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_108, aten.div.Tensor 2025-03-21T21:16:58.1944849Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_109, aten.div.Tensor 2025-03-21T21:16:58.1946253Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_110, aten.div.Tensor 2025-03-21T21:16:58.1947654Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_111, aten.div.Tensor 2025-03-21T21:16:58.1949155Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_112, aten.div.Tensor 2025-03-21T21:16:58.1950564Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_113, aten.div.Tensor 2025-03-21T21:16:58.1951955Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_114, aten.div.Tensor 2025-03-21T21:16:58.1953361Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_115, aten.div.Tensor 2025-03-21T21:16:58.1954764Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_116, aten.div.Tensor 2025-03-21T21:16:58.1956231Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_117, aten.div.Tensor 2025-03-21T21:16:58.1957625Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_118, aten.div.Tensor 2025-03-21T21:16:58.1959034Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_119, aten.div.Tensor 2025-03-21T21:16:58.1960436Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_366, aten.add.Tensor 2025-03-21T21:16:58.1961826Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_367, aten.add.Tensor 2025-03-21T21:16:58.1963227Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_368, aten.add.Tensor 2025-03-21T21:16:58.1964635Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_369, aten.add.Tensor 2025-03-21T21:16:58.1966038Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_370, aten.add.Tensor 2025-03-21T21:16:58.1967444Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_371, aten.add.Tensor 2025-03-21T21:16:58.1968845Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_372, aten.add.Tensor 2025-03-21T21:16:58.1970237Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_373, aten.add.Tensor 2025-03-21T21:16:58.1971639Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_374, aten.add.Tensor 2025-03-21T21:16:58.1973114Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_375, aten.add.Tensor 2025-03-21T21:16:58.1974517Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_376, aten.add.Tensor 2025-03-21T21:16:58.1975921Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_377, aten.add.Tensor 2025-03-21T21:16:58.1977570Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_108, aten._softmax.default 2025-03-21T21:16:58.1979136Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_109, aten._softmax.default 2025-03-21T21:16:58.1980714Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_110, aten._softmax.default 2025-03-21T21:16:58.1982344Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_111, aten._softmax.default 2025-03-21T21:16:58.1983923Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_112, aten._softmax.default 2025-03-21T21:16:58.1985496Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_113, aten._softmax.default 2025-03-21T21:16:58.1987133Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_114, aten._softmax.default 2025-03-21T21:16:58.1988821Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_115, aten._softmax.default 2025-03-21T21:16:58.1990605Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_116, aten._softmax.default 2025-03-21T21:16:58.1992349Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_117, aten._softmax.default 2025-03-21T21:16:58.1994111Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_118, aten._softmax.default 2025-03-21T21:16:58.1995912Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_119, aten._softmax.default 2025-03-21T21:16:58.1997624Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_217, aten.matmul.default 2025-03-21T21:16:58.1999329Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_219, aten.matmul.default 2025-03-21T21:16:58.2001022Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_221, aten.matmul.default 2025-03-21T21:16:58.2002718Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_223, aten.matmul.default 2025-03-21T21:16:58.2004550Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_225, aten.matmul.default 2025-03-21T21:16:58.2006096Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_227, aten.matmul.default 2025-03-21T21:16:58.2007614Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_229, aten.matmul.default 2025-03-21T21:16:58.2009144Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_231, aten.matmul.default 2025-03-21T21:16:58.2010671Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_233, aten.matmul.default 2025-03-21T21:16:58.2012197Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_235, aten.matmul.default 2025-03-21T21:16:58.2013733Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_237, aten.matmul.default 2025-03-21T21:16:58.2015256Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_239, aten.matmul.default 2025-03-21T21:16:58.2016747Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_489, aten.cat.default 2025-03-21T21:16:58.2018266Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1126, aten.view_copy.default 2025-03-21T21:16:58.2019943Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1538, aten.permute_copy.default 2025-03-21T21:16:58.2021703Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_396, aten.convolution.default 2025-03-21T21:16:58.2023399Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1539, aten.permute_copy.default 2025-03-21T21:16:58.2025056Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1127, aten.view_copy.default 2025-03-21T21:16:58.2026563Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_378, aten.add.Tensor 2025-03-21T21:16:58.2028035Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_rms_norm_default_19, aten.rms_norm.default 2025-03-21T21:16:58.2029701Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1128, aten.view_copy.default 2025-03-21T21:16:58.2031406Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1540, aten.permute_copy.default 2025-03-21T21:16:58.2033108Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_397, aten.convolution.default 2025-03-21T21:16:58.8253784Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_398, aten.convolution.default 2025-03-21T21:16:58.8255724Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sigmoid_default_9, aten.sigmoid.default 2025-03-21T21:16:58.8257226Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1018, aten.mul.Tensor 2025-03-21T21:16:58.8258651Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1019, aten.mul.Tensor 2025-03-21T21:16:58.8260220Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_399, aten.convolution.default 2025-03-21T21:16:58.8261920Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1541, aten.permute_copy.default 2025-03-21T21:16:58.8263591Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1129, aten.view_copy.default 2025-03-21T21:16:58.8265114Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_379, aten.add.Tensor 2025-03-21T21:16:58.8266592Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_rms_norm_default_20, aten.rms_norm.default 2025-03-21T21:16:58.8268187Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1130, aten.view_copy.default 2025-03-21T21:16:58.8269930Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1542, aten.permute_copy.default 2025-03-21T21:16:58.8271667Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_250, aten._to_copy.default 2025-03-21T21:16:58.8273302Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_400, aten.convolution.default 2025-03-21T21:16:58.8275009Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1543, aten.permute_copy.default 2025-03-21T21:16:58.8276846Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_401, aten.convolution.default 2025-03-21T21:16:58.8278536Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1544, aten.permute_copy.default 2025-03-21T21:16:58.8280239Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_402, aten.convolution.default 2025-03-21T21:16:58.8281948Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1545, aten.permute_copy.default 2025-03-21T21:16:58.8283643Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_403, aten.convolution.default 2025-03-21T21:16:58.8285357Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1546, aten.permute_copy.default 2025-03-21T21:16:58.8287067Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_404, aten.convolution.default 2025-03-21T21:16:58.8288767Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1547, aten.permute_copy.default 2025-03-21T21:16:58.8290550Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_405, aten.convolution.default 2025-03-21T21:16:58.8292262Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1548, aten.permute_copy.default 2025-03-21T21:16:58.8293962Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_406, aten.convolution.default 2025-03-21T21:16:58.8295659Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1549, aten.permute_copy.default 2025-03-21T21:16:58.8297365Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_407, aten.convolution.default 2025-03-21T21:16:58.8299123Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1550, aten.permute_copy.default 2025-03-21T21:16:58.8300811Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_408, aten.convolution.default 2025-03-21T21:16:58.8302509Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1551, aten.permute_copy.default 2025-03-21T21:16:58.8304250Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_409, aten.convolution.default 2025-03-21T21:16:58.8305949Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1552, aten.permute_copy.default 2025-03-21T21:16:58.8307638Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_410, aten.convolution.default 2025-03-21T21:16:58.8309402Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1553, aten.permute_copy.default 2025-03-21T21:16:58.8311100Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_411, aten.convolution.default 2025-03-21T21:16:58.8312792Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1554, aten.permute_copy.default 2025-03-21T21:16:58.8314544Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_412, aten.convolution.default 2025-03-21T21:16:58.8316222Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1555, aten.permute_copy.default 2025-03-21T21:16:58.8317921Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_413, aten.convolution.default 2025-03-21T21:16:58.8319622Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1556, aten.permute_copy.default 2025-03-21T21:16:58.8321387Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_414, aten.convolution.default 2025-03-21T21:16:58.8323084Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1557, aten.permute_copy.default 2025-03-21T21:16:58.8324780Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_415, aten.convolution.default 2025-03-21T21:16:58.8326469Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1558, aten.permute_copy.default 2025-03-21T21:16:58.8328160Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_416, aten.convolution.default 2025-03-21T21:16:58.8329866Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1559, aten.permute_copy.default 2025-03-21T21:16:58.8331570Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_417, aten.convolution.default 2025-03-21T21:16:58.8333265Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1560, aten.permute_copy.default 2025-03-21T21:16:58.8334965Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_418, aten.convolution.default 2025-03-21T21:16:58.8336660Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1561, aten.permute_copy.default 2025-03-21T21:16:58.8338384Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_419, aten.convolution.default 2025-03-21T21:16:58.8340074Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1562, aten.permute_copy.default 2025-03-21T21:16:58.8341773Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_420, aten.convolution.default 2025-03-21T21:16:58.8343462Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1563, aten.permute_copy.default 2025-03-21T21:16:58.8345160Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_421, aten.convolution.default 2025-03-21T21:16:58.8346854Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1564, aten.permute_copy.default 2025-03-21T21:16:58.8348589Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_422, aten.convolution.default 2025-03-21T21:16:58.8350344Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1565, aten.permute_copy.default 2025-03-21T21:16:58.8352046Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_423, aten.convolution.default 2025-03-21T21:16:58.8353785Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1566, aten.permute_copy.default 2025-03-21T21:16:58.8355489Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_424, aten.convolution.default 2025-03-21T21:16:58.8357188Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1567, aten.permute_copy.default 2025-03-21T21:16:58.8358881Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_425, aten.convolution.default 2025-03-21T21:16:58.8360581Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1568, aten.permute_copy.default 2025-03-21T21:16:58.8362251Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_426, aten.convolution.default 2025-03-21T21:16:58.8363947Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1569, aten.permute_copy.default 2025-03-21T21:16:58.8365649Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_427, aten.convolution.default 2025-03-21T21:16:58.8367344Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1570, aten.permute_copy.default 2025-03-21T21:16:58.8369655Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_428, aten.convolution.default 2025-03-21T21:16:58.8371356Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1571, aten.permute_copy.default 2025-03-21T21:16:58.8373050Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_429, aten.convolution.default 2025-03-21T21:16:59.1084480Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1572, aten.permute_copy.default 2025-03-21T21:16:59.1086207Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_430, aten.convolution.default 2025-03-21T21:16:59.1087935Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1573, aten.permute_copy.default 2025-03-21T21:16:59.1089634Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_431, aten.convolution.default 2025-03-21T21:16:59.1091341Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1574, aten.permute_copy.default 2025-03-21T21:16:59.1093033Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_432, aten.convolution.default 2025-03-21T21:16:59.1094734Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1575, aten.permute_copy.default 2025-03-21T21:16:59.1096807Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_433, aten.convolution.default 2025-03-21T21:16:59.1098488Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1576, aten.permute_copy.default 2025-03-21T21:16:59.1100188Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_434, aten.convolution.default 2025-03-21T21:16:59.1101879Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1577, aten.permute_copy.default 2025-03-21T21:16:59.1103578Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_435, aten.convolution.default 2025-03-21T21:16:59.1105274Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1578, aten.permute_copy.default 2025-03-21T21:16:59.1106999Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1131, aten.view_copy.default 2025-03-21T21:16:59.1108620Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1132, aten.view_copy.default 2025-03-21T21:16:59.1110270Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1133, aten.view_copy.default 2025-03-21T21:16:59.1111953Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1134, aten.view_copy.default 2025-03-21T21:16:59.1113560Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1135, aten.view_copy.default 2025-03-21T21:16:59.1115171Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1136, aten.view_copy.default 2025-03-21T21:16:59.1116791Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1137, aten.view_copy.default 2025-03-21T21:16:59.1118407Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1138, aten.view_copy.default 2025-03-21T21:16:59.1120028Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1139, aten.view_copy.default 2025-03-21T21:16:59.1121638Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1140, aten.view_copy.default 2025-03-21T21:16:59.1123256Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1141, aten.view_copy.default 2025-03-21T21:16:59.1124870Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1142, aten.view_copy.default 2025-03-21T21:16:59.1126487Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1143, aten.view_copy.default 2025-03-21T21:16:59.1128163Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1144, aten.view_copy.default 2025-03-21T21:16:59.1129771Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1145, aten.view_copy.default 2025-03-21T21:16:59.1131389Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1146, aten.view_copy.default 2025-03-21T21:16:59.1132992Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1147, aten.view_copy.default 2025-03-21T21:16:59.1134607Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1148, aten.view_copy.default 2025-03-21T21:16:59.1136218Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1149, aten.view_copy.default 2025-03-21T21:16:59.1137863Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1150, aten.view_copy.default 2025-03-21T21:16:59.1139483Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1151, aten.view_copy.default 2025-03-21T21:16:59.1141100Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1152, aten.view_copy.default 2025-03-21T21:16:59.1142714Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1153, aten.view_copy.default 2025-03-21T21:16:59.1144371Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1154, aten.view_copy.default 2025-03-21T21:16:59.1145963Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1155, aten.view_copy.default 2025-03-21T21:16:59.1147574Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1156, aten.view_copy.default 2025-03-21T21:16:59.1149243Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1157, aten.view_copy.default 2025-03-21T21:16:59.1150857Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1158, aten.view_copy.default 2025-03-21T21:16:59.1152468Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1159, aten.view_copy.default 2025-03-21T21:16:59.1154127Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1160, aten.view_copy.default 2025-03-21T21:16:59.1155728Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1161, aten.view_copy.default 2025-03-21T21:16:59.1157334Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1162, aten.view_copy.default 2025-03-21T21:16:59.1158973Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1163, aten.view_copy.default 2025-03-21T21:16:59.1160586Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1164, aten.view_copy.default 2025-03-21T21:16:59.1162197Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1165, aten.view_copy.default 2025-03-21T21:16:59.1163805Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1166, aten.view_copy.default 2025-03-21T21:16:59.1165421Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_480, aten.slice_copy.Tensor 2025-03-21T21:16:59.1167017Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_481, aten.slice_copy.Tensor 2025-03-21T21:16:59.1168623Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_482, aten.slice_copy.Tensor 2025-03-21T21:16:59.1170225Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_483, aten.slice_copy.Tensor 2025-03-21T21:16:59.1171824Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_484, aten.slice_copy.Tensor 2025-03-21T21:16:59.1173441Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_485, aten.slice_copy.Tensor 2025-03-21T21:16:59.1175088Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_486, aten.slice_copy.Tensor 2025-03-21T21:16:59.1176880Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_487, aten.slice_copy.Tensor 2025-03-21T21:16:59.1178474Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_488, aten.slice_copy.Tensor 2025-03-21T21:16:59.1180082Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_489, aten.slice_copy.Tensor 2025-03-21T21:16:59.1181684Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_490, aten.slice_copy.Tensor 2025-03-21T21:16:59.1183296Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_491, aten.slice_copy.Tensor 2025-03-21T21:16:59.1184905Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_492, aten.slice_copy.Tensor 2025-03-21T21:16:59.1186510Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_493, aten.slice_copy.Tensor 2025-03-21T21:16:59.1188126Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_494, aten.slice_copy.Tensor 2025-03-21T21:16:59.1189753Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_495, aten.slice_copy.Tensor 2025-03-21T21:16:59.1191362Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_496, aten.slice_copy.Tensor 2025-03-21T21:16:59.1193037Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_497, aten.slice_copy.Tensor 2025-03-21T21:16:59.1194649Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_498, aten.slice_copy.Tensor 2025-03-21T21:16:59.1196258Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_499, aten.slice_copy.Tensor 2025-03-21T21:16:59.1197864Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_500, aten.slice_copy.Tensor 2025-03-21T21:16:59.1199472Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_501, aten.slice_copy.Tensor 2025-03-21T21:16:59.1201067Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_502, aten.slice_copy.Tensor 2025-03-21T21:16:59.1202718Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_503, aten.slice_copy.Tensor 2025-03-21T21:16:59.5252418Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_504, aten.slice_copy.Tensor 2025-03-21T21:16:59.5254132Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_505, aten.slice_copy.Tensor 2025-03-21T21:16:59.5256071Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_506, aten.slice_copy.Tensor 2025-03-21T21:16:59.5257724Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_507, aten.slice_copy.Tensor 2025-03-21T21:16:59.5259404Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_508, aten.slice_copy.Tensor 2025-03-21T21:16:59.5261025Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_509, aten.slice_copy.Tensor 2025-03-21T21:16:59.5262723Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_510, aten.slice_copy.Tensor 2025-03-21T21:16:59.5264409Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_511, aten.slice_copy.Tensor 2025-03-21T21:16:59.5266048Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_512, aten.slice_copy.Tensor 2025-03-21T21:16:59.5267750Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_513, aten.slice_copy.Tensor 2025-03-21T21:16:59.5269505Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_514, aten.slice_copy.Tensor 2025-03-21T21:16:59.5271139Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_515, aten.slice_copy.Tensor 2025-03-21T21:16:59.5273015Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_516, aten.slice_copy.Tensor 2025-03-21T21:16:59.5274697Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_517, aten.slice_copy.Tensor 2025-03-21T21:16:59.5276591Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_518, aten.slice_copy.Tensor 2025-03-21T21:16:59.5278236Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_519, aten.slice_copy.Tensor 2025-03-21T21:16:59.5279888Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_520, aten.slice_copy.Tensor 2025-03-21T21:16:59.5281558Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_521, aten.slice_copy.Tensor 2025-03-21T21:16:59.5283190Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_522, aten.slice_copy.Tensor 2025-03-21T21:16:59.5284838Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_523, aten.slice_copy.Tensor 2025-03-21T21:16:59.5286498Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_524, aten.slice_copy.Tensor 2025-03-21T21:16:59.5288169Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_525, aten.slice_copy.Tensor 2025-03-21T21:16:59.5289989Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_526, aten.slice_copy.Tensor 2025-03-21T21:16:59.5291658Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_527, aten.slice_copy.Tensor 2025-03-21T21:16:59.5293250Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_515, aten.cat.default 2025-03-21T21:16:59.5294671Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_517, aten.cat.default 2025-03-21T21:16:59.5296176Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_519, aten.cat.default 2025-03-21T21:16:59.5297676Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_521, aten.cat.default 2025-03-21T21:16:59.5299153Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_523, aten.cat.default 2025-03-21T21:16:59.5300735Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_525, aten.cat.default 2025-03-21T21:16:59.5302228Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_527, aten.cat.default 2025-03-21T21:16:59.5303703Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_529, aten.cat.default 2025-03-21T21:16:59.5305248Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_531, aten.cat.default 2025-03-21T21:16:59.5306701Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_533, aten.cat.default 2025-03-21T21:16:59.5308173Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_535, aten.cat.default 2025-03-21T21:16:59.5309751Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_537, aten.cat.default 2025-03-21T21:16:59.5311215Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1022, aten.mul.Tensor 2025-03-21T21:16:59.5312722Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1024, aten.mul.Tensor 2025-03-21T21:16:59.5314194Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1023, aten.mul.Tensor 2025-03-21T21:16:59.5315690Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1025, aten.mul.Tensor 2025-03-21T21:16:59.5317135Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1026, aten.mul.Tensor 2025-03-21T21:16:59.5318605Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1028, aten.mul.Tensor 2025-03-21T21:16:59.5320085Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1027, aten.mul.Tensor 2025-03-21T21:16:59.5321678Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1029, aten.mul.Tensor 2025-03-21T21:16:59.5323146Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1030, aten.mul.Tensor 2025-03-21T21:16:59.5324615Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1032, aten.mul.Tensor 2025-03-21T21:16:59.5326088Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1031, aten.mul.Tensor 2025-03-21T21:16:59.5327526Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1033, aten.mul.Tensor 2025-03-21T21:16:59.5328970Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1034, aten.mul.Tensor 2025-03-21T21:16:59.5330432Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1036, aten.mul.Tensor 2025-03-21T21:16:59.5331906Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1035, aten.mul.Tensor 2025-03-21T21:16:59.5333362Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1037, aten.mul.Tensor 2025-03-21T21:16:59.5334850Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1038, aten.mul.Tensor 2025-03-21T21:16:59.5336319Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1040, aten.mul.Tensor 2025-03-21T21:16:59.5337892Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1039, aten.mul.Tensor 2025-03-21T21:16:59.5339211Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1041, aten.mul.Tensor 2025-03-21T21:16:59.5340697Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1042, aten.mul.Tensor 2025-03-21T21:16:59.5342155Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1044, aten.mul.Tensor 2025-03-21T21:16:59.5343641Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1043, aten.mul.Tensor 2025-03-21T21:16:59.5345093Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1045, aten.mul.Tensor 2025-03-21T21:16:59.5346535Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1046, aten.mul.Tensor 2025-03-21T21:16:59.5348089Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1048, aten.mul.Tensor 2025-03-21T21:16:59.5349642Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1047, aten.mul.Tensor 2025-03-21T21:16:59.5351084Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1049, aten.mul.Tensor 2025-03-21T21:16:59.5352534Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1050, aten.mul.Tensor 2025-03-21T21:16:59.5354076Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1052, aten.mul.Tensor 2025-03-21T21:16:59.5355559Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1051, aten.mul.Tensor 2025-03-21T21:16:59.5357008Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1053, aten.mul.Tensor 2025-03-21T21:16:59.5358482Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1054, aten.mul.Tensor 2025-03-21T21:16:59.5359964Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1056, aten.mul.Tensor 2025-03-21T21:16:59.5361403Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1055, aten.mul.Tensor 2025-03-21T21:16:59.5362898Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1057, aten.mul.Tensor 2025-03-21T21:16:59.5364371Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1058, aten.mul.Tensor 2025-03-21T21:16:59.5365863Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1060, aten.mul.Tensor 2025-03-21T21:16:59.5367315Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1059, aten.mul.Tensor 2025-03-21T21:16:59.5368867Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1061, aten.mul.Tensor 2025-03-21T21:16:59.5370330Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1062, aten.mul.Tensor 2025-03-21T21:16:59.5383581Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1064, aten.mul.Tensor 2025-03-21T21:16:59.5385082Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1063, aten.mul.Tensor 2025-03-21T21:16:59.5386558Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1065, aten.mul.Tensor 2025-03-21T21:16:59.5388050Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1066, aten.mul.Tensor 2025-03-21T21:16:59.9661972Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1068, aten.mul.Tensor 2025-03-21T21:16:59.9663511Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1067, aten.mul.Tensor 2025-03-21T21:16:59.9664977Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1069, aten.mul.Tensor 2025-03-21T21:16:59.9666436Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1070, aten.mul.Tensor 2025-03-21T21:16:59.9667892Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1072, aten.mul.Tensor 2025-03-21T21:16:59.9669441Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1071, aten.mul.Tensor 2025-03-21T21:16:59.9671124Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1073, aten.mul.Tensor 2025-03-21T21:16:59.9672565Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1074, aten.mul.Tensor 2025-03-21T21:16:59.9674041Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1076, aten.mul.Tensor 2025-03-21T21:16:59.9675530Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1075, aten.mul.Tensor 2025-03-21T21:16:59.9677241Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1077, aten.mul.Tensor 2025-03-21T21:16:59.9678720Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1078, aten.mul.Tensor 2025-03-21T21:16:59.9680215Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1080, aten.mul.Tensor 2025-03-21T21:16:59.9681791Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1079, aten.mul.Tensor 2025-03-21T21:16:59.9683295Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1081, aten.mul.Tensor 2025-03-21T21:16:59.9684761Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1082, aten.mul.Tensor 2025-03-21T21:16:59.9686327Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1084, aten.mul.Tensor 2025-03-21T21:16:59.9687787Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1083, aten.mul.Tensor 2025-03-21T21:16:59.9689250Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1085, aten.mul.Tensor 2025-03-21T21:16:59.9690712Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1086, aten.mul.Tensor 2025-03-21T21:16:59.9692169Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1088, aten.mul.Tensor 2025-03-21T21:16:59.9693609Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1087, aten.mul.Tensor 2025-03-21T21:16:59.9695063Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1089, aten.mul.Tensor 2025-03-21T21:16:59.9696548Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1090, aten.mul.Tensor 2025-03-21T21:16:59.9698004Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1092, aten.mul.Tensor 2025-03-21T21:16:59.9699497Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1091, aten.mul.Tensor 2025-03-21T21:16:59.9700961Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1093, aten.mul.Tensor 2025-03-21T21:16:59.9702586Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1094, aten.mul.Tensor 2025-03-21T21:16:59.9704004Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1096, aten.mul.Tensor 2025-03-21T21:16:59.9705491Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1095, aten.mul.Tensor 2025-03-21T21:16:59.9706973Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1097, aten.mul.Tensor 2025-03-21T21:16:59.9708450Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1098, aten.mul.Tensor 2025-03-21T21:16:59.9709996Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1100, aten.mul.Tensor 2025-03-21T21:16:59.9711464Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1099, aten.mul.Tensor 2025-03-21T21:16:59.9712923Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1101, aten.mul.Tensor 2025-03-21T21:16:59.9714393Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1102, aten.mul.Tensor 2025-03-21T21:16:59.9715833Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1104, aten.mul.Tensor 2025-03-21T21:16:59.9717304Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1103, aten.mul.Tensor 2025-03-21T21:16:59.9718927Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1105, aten.mul.Tensor 2025-03-21T21:16:59.9720361Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1106, aten.mul.Tensor 2025-03-21T21:16:59.9721859Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1108, aten.mul.Tensor 2025-03-21T21:16:59.9723312Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1107, aten.mul.Tensor 2025-03-21T21:16:59.9724812Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1109, aten.mul.Tensor 2025-03-21T21:16:59.9726191Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1110, aten.mul.Tensor 2025-03-21T21:16:59.9727678Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1112, aten.mul.Tensor 2025-03-21T21:16:59.9729239Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1111, aten.mul.Tensor 2025-03-21T21:16:59.9730749Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1113, aten.mul.Tensor 2025-03-21T21:16:59.9732163Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1114, aten.mul.Tensor 2025-03-21T21:16:59.9733628Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1116, aten.mul.Tensor 2025-03-21T21:16:59.9735152Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1115, aten.mul.Tensor 2025-03-21T21:16:59.9736606Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1117, aten.mul.Tensor 2025-03-21T21:16:59.9738023Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_240, aten.sub.Tensor 2025-03-21T21:16:59.9739465Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_380, aten.add.Tensor 2025-03-21T21:16:59.9740893Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_241, aten.sub.Tensor 2025-03-21T21:16:59.9742372Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_381, aten.add.Tensor 2025-03-21T21:16:59.9743803Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_242, aten.sub.Tensor 2025-03-21T21:16:59.9745258Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_382, aten.add.Tensor 2025-03-21T21:16:59.9746719Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_243, aten.sub.Tensor 2025-03-21T21:16:59.9748148Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_383, aten.add.Tensor 2025-03-21T21:16:59.9749766Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_244, aten.sub.Tensor 2025-03-21T21:16:59.9751209Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_384, aten.add.Tensor 2025-03-21T21:16:59.9752689Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_245, aten.sub.Tensor 2025-03-21T21:16:59.9754125Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_385, aten.add.Tensor 2025-03-21T21:16:59.9755576Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_246, aten.sub.Tensor 2025-03-21T21:16:59.9757021Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_386, aten.add.Tensor 2025-03-21T21:16:59.9758477Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_247, aten.sub.Tensor 2025-03-21T21:16:59.9759899Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_387, aten.add.Tensor 2025-03-21T21:16:59.9761323Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_248, aten.sub.Tensor 2025-03-21T21:16:59.9762770Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_388, aten.add.Tensor 2025-03-21T21:16:59.9764243Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_249, aten.sub.Tensor 2025-03-21T21:16:59.9765689Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_389, aten.add.Tensor 2025-03-21T21:16:59.9767247Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_250, aten.sub.Tensor 2025-03-21T21:16:59.9768682Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_390, aten.add.Tensor 2025-03-21T21:16:59.9770179Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_251, aten.sub.Tensor 2025-03-21T21:16:59.9771493Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_391, aten.add.Tensor 2025-03-21T21:16:59.9772952Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_252, aten.sub.Tensor 2025-03-21T21:16:59.9774512Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_251, aten._to_copy.default 2025-03-21T21:16:59.9776262Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_392, aten.add.Tensor 2025-03-21T21:16:59.9777910Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_252, aten._to_copy.default 2025-03-21T21:16:59.9779445Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_253, aten.sub.Tensor 2025-03-21T21:16:59.9780979Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_253, aten._to_copy.default 2025-03-21T21:16:59.9782589Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_393, aten.add.Tensor 2025-03-21T21:16:59.9784085Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_254, aten._to_copy.default 2025-03-21T21:16:59.9785611Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_254, aten.sub.Tensor 2025-03-21T21:17:00.3730134Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_255, aten._to_copy.default 2025-03-21T21:17:00.3731715Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_394, aten.add.Tensor 2025-03-21T21:17:00.3733255Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_256, aten._to_copy.default 2025-03-21T21:17:00.3734808Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_255, aten.sub.Tensor 2025-03-21T21:17:00.3736343Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_257, aten._to_copy.default 2025-03-21T21:17:00.3737870Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_395, aten.add.Tensor 2025-03-21T21:17:00.3739386Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_258, aten._to_copy.default 2025-03-21T21:17:00.3741246Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_256, aten.sub.Tensor 2025-03-21T21:17:00.3742821Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_259, aten._to_copy.default 2025-03-21T21:17:00.3744344Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_396, aten.add.Tensor 2025-03-21T21:17:00.3745876Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_260, aten._to_copy.default 2025-03-21T21:17:00.3747455Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_257, aten.sub.Tensor 2025-03-21T21:17:00.3749050Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_261, aten._to_copy.default 2025-03-21T21:17:00.3750627Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_397, aten.add.Tensor 2025-03-21T21:17:00.3752183Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_262, aten._to_copy.default 2025-03-21T21:17:00.3753730Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_258, aten.sub.Tensor 2025-03-21T21:17:00.3755251Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_263, aten._to_copy.default 2025-03-21T21:17:00.3756789Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_398, aten.add.Tensor 2025-03-21T21:17:00.3758512Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_264, aten._to_copy.default 2025-03-21T21:17:00.3760033Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_259, aten.sub.Tensor 2025-03-21T21:17:00.3761548Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_265, aten._to_copy.default 2025-03-21T21:17:00.3763083Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_399, aten.add.Tensor 2025-03-21T21:17:00.3764638Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_266, aten._to_copy.default 2025-03-21T21:17:00.3766158Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_260, aten.sub.Tensor 2025-03-21T21:17:00.3767716Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_267, aten._to_copy.default 2025-03-21T21:17:00.3769374Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_400, aten.add.Tensor 2025-03-21T21:17:00.3770886Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_268, aten._to_copy.default 2025-03-21T21:17:00.3772444Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_261, aten.sub.Tensor 2025-03-21T21:17:00.3774084Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_269, aten._to_copy.default 2025-03-21T21:17:00.3775649Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_401, aten.add.Tensor 2025-03-21T21:17:00.3777384Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_270, aten._to_copy.default 2025-03-21T21:17:00.3778925Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_262, aten.sub.Tensor 2025-03-21T21:17:00.3780465Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_271, aten._to_copy.default 2025-03-21T21:17:00.3781994Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_402, aten.add.Tensor 2025-03-21T21:17:00.3783500Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_272, aten._to_copy.default 2025-03-21T21:17:00.3785019Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_263, aten.sub.Tensor 2025-03-21T21:17:00.3786580Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_273, aten._to_copy.default 2025-03-21T21:17:00.3788110Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_403, aten.add.Tensor 2025-03-21T21:17:00.3789749Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_274, aten._to_copy.default 2025-03-21T21:17:00.3791429Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_490, aten.cat.default 2025-03-21T21:17:00.3792923Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_491, aten.cat.default 2025-03-21T21:17:00.3794330Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_492, aten.cat.default 2025-03-21T21:17:00.3795842Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_493, aten.cat.default 2025-03-21T21:17:00.3797335Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_494, aten.cat.default 2025-03-21T21:17:00.3798827Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_495, aten.cat.default 2025-03-21T21:17:00.3800292Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_496, aten.cat.default 2025-03-21T21:17:00.3801763Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_497, aten.cat.default 2025-03-21T21:17:00.3803246Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_498, aten.cat.default 2025-03-21T21:17:00.3804727Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_499, aten.cat.default 2025-03-21T21:17:00.3806177Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_500, aten.cat.default 2025-03-21T21:17:00.3807789Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_501, aten.cat.default 2025-03-21T21:17:00.3809293Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_502, aten.cat.default 2025-03-21T21:17:00.3810758Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_503, aten.cat.default 2025-03-21T21:17:00.3812261Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_504, aten.cat.default 2025-03-21T21:17:00.3813731Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_505, aten.cat.default 2025-03-21T21:17:00.3815261Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_506, aten.cat.default 2025-03-21T21:17:00.3816725Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_507, aten.cat.default 2025-03-21T21:17:00.3818327Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_508, aten.cat.default 2025-03-21T21:17:00.3819852Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_509, aten.cat.default 2025-03-21T21:17:00.3821334Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_510, aten.cat.default 2025-03-21T21:17:00.3822881Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_511, aten.cat.default 2025-03-21T21:17:00.3824357Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_512, aten.cat.default 2025-03-21T21:17:00.3825847Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_513, aten.cat.default 2025-03-21T21:17:00.3827453Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_567, aten.permute_copy.default 2025-03-21T21:17:00.3829261Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_568, aten.permute_copy.default 2025-03-21T21:17:00.3831028Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_569, aten.permute_copy.default 2025-03-21T21:17:00.3832773Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_570, aten.permute_copy.default 2025-03-21T21:17:00.3834533Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_571, aten.permute_copy.default 2025-03-21T21:17:00.3836292Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_572, aten.permute_copy.default 2025-03-21T21:17:00.3837997Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_573, aten.permute_copy.default 2025-03-21T21:17:00.3839848Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_574, aten.permute_copy.default 2025-03-21T21:17:00.3841628Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_575, aten.permute_copy.default 2025-03-21T21:17:00.3843393Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_576, aten.permute_copy.default 2025-03-21T21:17:00.3845133Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_577, aten.permute_copy.default 2025-03-21T21:17:00.3846857Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_578, aten.permute_copy.default 2025-03-21T21:17:00.3848483Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_514, aten.cat.default 2025-03-21T21:17:00.3849937Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_516, aten.cat.default 2025-03-21T21:17:00.3851416Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_518, aten.cat.default 2025-03-21T21:17:00.3852893Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_520, aten.cat.default 2025-03-21T21:17:00.9069018Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_522, aten.cat.default 2025-03-21T21:17:00.9070566Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_524, aten.cat.default 2025-03-21T21:17:00.9072396Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_526, aten.cat.default 2025-03-21T21:17:00.9073872Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_528, aten.cat.default 2025-03-21T21:17:00.9075324Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_530, aten.cat.default 2025-03-21T21:17:00.9076985Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_532, aten.cat.default 2025-03-21T21:17:00.9078455Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_534, aten.cat.default 2025-03-21T21:17:00.9079963Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_536, aten.cat.default 2025-03-21T21:17:00.9081640Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_240, aten.matmul.default 2025-03-21T21:17:00.9083250Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_242, aten.matmul.default 2025-03-21T21:17:00.9084841Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_244, aten.matmul.default 2025-03-21T21:17:00.9086396Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_246, aten.matmul.default 2025-03-21T21:17:00.9088065Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_248, aten.matmul.default 2025-03-21T21:17:00.9089611Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_250, aten.matmul.default 2025-03-21T21:17:00.9091228Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_252, aten.matmul.default 2025-03-21T21:17:00.9092773Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_254, aten.matmul.default 2025-03-21T21:17:00.9094390Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_256, aten.matmul.default 2025-03-21T21:17:00.9096131Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_258, aten.matmul.default 2025-03-21T21:17:00.9097696Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_260, aten.matmul.default 2025-03-21T21:17:00.9099250Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_262, aten.matmul.default 2025-03-21T21:17:00.9100752Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_120, aten.div.Tensor 2025-03-21T21:17:00.9102235Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_121, aten.div.Tensor 2025-03-21T21:17:00.9103830Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_122, aten.div.Tensor 2025-03-21T21:17:00.9105344Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_123, aten.div.Tensor 2025-03-21T21:17:00.9106839Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_124, aten.div.Tensor 2025-03-21T21:17:00.9108361Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_125, aten.div.Tensor 2025-03-21T21:17:00.9109888Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_126, aten.div.Tensor 2025-03-21T21:17:00.9111380Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_127, aten.div.Tensor 2025-03-21T21:17:00.9112836Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_128, aten.div.Tensor 2025-03-21T21:17:00.9114339Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_129, aten.div.Tensor 2025-03-21T21:17:00.9115759Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_130, aten.div.Tensor 2025-03-21T21:17:00.9117235Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_131, aten.div.Tensor 2025-03-21T21:17:00.9118724Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_404, aten.add.Tensor 2025-03-21T21:17:00.9120278Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_405, aten.add.Tensor 2025-03-21T21:17:00.9121705Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_406, aten.add.Tensor 2025-03-21T21:17:00.9123156Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_407, aten.add.Tensor 2025-03-21T21:17:00.9124619Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_408, aten.add.Tensor 2025-03-21T21:17:00.9126049Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_409, aten.add.Tensor 2025-03-21T21:17:00.9127469Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_410, aten.add.Tensor 2025-03-21T21:17:00.9128914Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_411, aten.add.Tensor 2025-03-21T21:17:00.9130398Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_412, aten.add.Tensor 2025-03-21T21:17:00.9131814Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_413, aten.add.Tensor 2025-03-21T21:17:00.9133280Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_414, aten.add.Tensor 2025-03-21T21:17:00.9134720Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_415, aten.add.Tensor 2025-03-21T21:17:00.9136379Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_120, aten._softmax.default 2025-03-21T21:17:00.9137768Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_121, aten._softmax.default 2025-03-21T21:17:00.9139155Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_122, aten._softmax.default 2025-03-21T21:17:00.9140565Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_123, aten._softmax.default 2025-03-21T21:17:00.9141989Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_124, aten._softmax.default 2025-03-21T21:17:00.9143638Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_125, aten._softmax.default 2025-03-21T21:17:00.9145262Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_126, aten._softmax.default 2025-03-21T21:17:00.9146933Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_127, aten._softmax.default 2025-03-21T21:17:00.9148522Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_128, aten._softmax.default 2025-03-21T21:17:00.9150240Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_129, aten._softmax.default 2025-03-21T21:17:00.9151984Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_130, aten._softmax.default 2025-03-21T21:17:00.9153605Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_131, aten._softmax.default 2025-03-21T21:17:00.9155183Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_241, aten.matmul.default 2025-03-21T21:17:00.9156725Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_243, aten.matmul.default 2025-03-21T21:17:00.9158324Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_245, aten.matmul.default 2025-03-21T21:17:00.9159900Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_247, aten.matmul.default 2025-03-21T21:17:00.9161503Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_249, aten.matmul.default 2025-03-21T21:17:00.9163100Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_251, aten.matmul.default 2025-03-21T21:17:00.9164688Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_253, aten.matmul.default 2025-03-21T21:17:00.9166228Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_255, aten.matmul.default 2025-03-21T21:17:00.9167792Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_257, aten.matmul.default 2025-03-21T21:17:00.9169434Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_259, aten.matmul.default 2025-03-21T21:17:00.9170995Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_261, aten.matmul.default 2025-03-21T21:17:00.9172600Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_263, aten.matmul.default 2025-03-21T21:17:00.9174161Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_538, aten.cat.default 2025-03-21T21:17:00.9175765Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1239, aten.view_copy.default 2025-03-21T21:17:00.9177635Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1579, aten.permute_copy.default 2025-03-21T21:17:00.9179516Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_436, aten.convolution.default 2025-03-21T21:17:00.9181272Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1580, aten.permute_copy.default 2025-03-21T21:17:00.9182984Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1240, aten.view_copy.default 2025-03-21T21:17:00.9184694Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_416, aten.add.Tensor 2025-03-21T21:17:00.9186262Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_rms_norm_default_21, aten.rms_norm.default 2025-03-21T21:17:00.9187990Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1241, aten.view_copy.default 2025-03-21T21:17:00.9189790Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1581, aten.permute_copy.default 2025-03-21T21:17:00.9191564Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_437, aten.convolution.default 2025-03-21T21:17:01.5458099Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_438, aten.convolution.default 2025-03-21T21:17:01.5459781Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sigmoid_default_10, aten.sigmoid.default 2025-03-21T21:17:01.5461340Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1120, aten.mul.Tensor 2025-03-21T21:17:01.5462770Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1121, aten.mul.Tensor 2025-03-21T21:17:01.5464325Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_439, aten.convolution.default 2025-03-21T21:17:01.5466307Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1582, aten.permute_copy.default 2025-03-21T21:17:01.5467968Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1242, aten.view_copy.default 2025-03-21T21:17:01.5469552Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_417, aten.add.Tensor 2025-03-21T21:17:01.5471055Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_rms_norm_default_22, aten.rms_norm.default 2025-03-21T21:17:01.5472645Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1243, aten.view_copy.default 2025-03-21T21:17:01.5474317Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1583, aten.permute_copy.default 2025-03-21T21:17:01.5475952Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_275, aten._to_copy.default 2025-03-21T21:17:01.5477725Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_440, aten.convolution.default 2025-03-21T21:17:01.5479431Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1584, aten.permute_copy.default 2025-03-21T21:17:01.5481131Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_441, aten.convolution.default 2025-03-21T21:17:01.5482930Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1585, aten.permute_copy.default 2025-03-21T21:17:01.5484630Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_442, aten.convolution.default 2025-03-21T21:17:01.5486419Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1586, aten.permute_copy.default 2025-03-21T21:17:01.5488116Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_443, aten.convolution.default 2025-03-21T21:17:01.5489796Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1587, aten.permute_copy.default 2025-03-21T21:17:01.5491501Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_444, aten.convolution.default 2025-03-21T21:17:01.5493262Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1588, aten.permute_copy.default 2025-03-21T21:17:01.5494965Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_445, aten.convolution.default 2025-03-21T21:17:01.5496657Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1589, aten.permute_copy.default 2025-03-21T21:17:01.5498422Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_446, aten.convolution.default 2025-03-21T21:17:01.5500118Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1590, aten.permute_copy.default 2025-03-21T21:17:01.5501801Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_447, aten.convolution.default 2025-03-21T21:17:01.5503488Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1591, aten.permute_copy.default 2025-03-21T21:17:01.5505199Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_448, aten.convolution.default 2025-03-21T21:17:01.5506901Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1592, aten.permute_copy.default 2025-03-21T21:17:01.5508584Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_449, aten.convolution.default 2025-03-21T21:17:01.5510338Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1593, aten.permute_copy.default 2025-03-21T21:17:01.5512038Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_450, aten.convolution.default 2025-03-21T21:17:01.5513717Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1594, aten.permute_copy.default 2025-03-21T21:17:01.5515500Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_451, aten.convolution.default 2025-03-21T21:17:01.5517204Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1595, aten.permute_copy.default 2025-03-21T21:17:01.5518896Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_452, aten.convolution.default 2025-03-21T21:17:01.5520594Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1596, aten.permute_copy.default 2025-03-21T21:17:01.5522290Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_453, aten.convolution.default 2025-03-21T21:17:01.5523985Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1597, aten.permute_copy.default 2025-03-21T21:17:01.5525673Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_454, aten.convolution.default 2025-03-21T21:17:01.5527373Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1598, aten.permute_copy.default 2025-03-21T21:17:01.5529065Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_455, aten.convolution.default 2025-03-21T21:17:01.5530761Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1599, aten.permute_copy.default 2025-03-21T21:17:01.5532501Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_456, aten.convolution.default 2025-03-21T21:17:01.5534200Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1600, aten.permute_copy.default 2025-03-21T21:17:01.5535898Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_457, aten.convolution.default 2025-03-21T21:17:01.5537578Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1601, aten.permute_copy.default 2025-03-21T21:17:01.5539284Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_458, aten.convolution.default 2025-03-21T21:17:01.5541022Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1602, aten.permute_copy.default 2025-03-21T21:17:01.5542721Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_459, aten.convolution.default 2025-03-21T21:17:01.5544424Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1603, aten.permute_copy.default 2025-03-21T21:17:01.5546116Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_460, aten.convolution.default 2025-03-21T21:17:01.5547868Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1604, aten.permute_copy.default 2025-03-21T21:17:01.5549591Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_461, aten.convolution.default 2025-03-21T21:17:01.5551305Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1605, aten.permute_copy.default 2025-03-21T21:17:01.5552999Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_462, aten.convolution.default 2025-03-21T21:17:01.5554698Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1606, aten.permute_copy.default 2025-03-21T21:17:01.5556410Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_463, aten.convolution.default 2025-03-21T21:17:01.5558116Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1607, aten.permute_copy.default 2025-03-21T21:17:01.5559921Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_464, aten.convolution.default 2025-03-21T21:17:01.5561609Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1608, aten.permute_copy.default 2025-03-21T21:17:01.5563347Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_465, aten.convolution.default 2025-03-21T21:17:01.5565059Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1609, aten.permute_copy.default 2025-03-21T21:17:01.5566758Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_466, aten.convolution.default 2025-03-21T21:17:01.5568456Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1610, aten.permute_copy.default 2025-03-21T21:17:01.5570154Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_467, aten.convolution.default 2025-03-21T21:17:01.5571859Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1611, aten.permute_copy.default 2025-03-21T21:17:01.5573538Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_468, aten.convolution.default 2025-03-21T21:17:01.5575240Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1612, aten.permute_copy.default 2025-03-21T21:17:01.5577049Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_469, aten.convolution.default 2025-03-21T21:17:01.8302089Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1613, aten.permute_copy.default 2025-03-21T21:17:01.8304139Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_470, aten.convolution.default 2025-03-21T21:17:01.8305818Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1614, aten.permute_copy.default 2025-03-21T21:17:01.8307521Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_471, aten.convolution.default 2025-03-21T21:17:01.8309245Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1615, aten.permute_copy.default 2025-03-21T21:17:01.8310952Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_472, aten.convolution.default 2025-03-21T21:17:01.8312637Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1616, aten.permute_copy.default 2025-03-21T21:17:01.8314407Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_473, aten.convolution.default 2025-03-21T21:17:01.8316097Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1617, aten.permute_copy.default 2025-03-21T21:17:01.8317774Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_474, aten.convolution.default 2025-03-21T21:17:01.8319537Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1618, aten.permute_copy.default 2025-03-21T21:17:01.8321231Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_475, aten.convolution.default 2025-03-21T21:17:01.8322926Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1619, aten.permute_copy.default 2025-03-21T21:17:01.8324575Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1244, aten.view_copy.default 2025-03-21T21:17:01.8326179Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1245, aten.view_copy.default 2025-03-21T21:17:01.8327781Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1246, aten.view_copy.default 2025-03-21T21:17:01.8329380Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1247, aten.view_copy.default 2025-03-21T21:17:01.8330986Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1248, aten.view_copy.default 2025-03-21T21:17:01.8332588Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1249, aten.view_copy.default 2025-03-21T21:17:01.8334250Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1250, aten.view_copy.default 2025-03-21T21:17:01.8335854Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1251, aten.view_copy.default 2025-03-21T21:17:01.8337461Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1252, aten.view_copy.default 2025-03-21T21:17:01.8339080Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1253, aten.view_copy.default 2025-03-21T21:17:01.8340665Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1254, aten.view_copy.default 2025-03-21T21:17:01.8342269Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1255, aten.view_copy.default 2025-03-21T21:17:01.8343870Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1256, aten.view_copy.default 2025-03-21T21:17:01.8345477Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1257, aten.view_copy.default 2025-03-21T21:17:01.8347080Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1258, aten.view_copy.default 2025-03-21T21:17:01.8348681Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1259, aten.view_copy.default 2025-03-21T21:17:01.8350345Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1260, aten.view_copy.default 2025-03-21T21:17:01.8351971Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1261, aten.view_copy.default 2025-03-21T21:17:01.8353590Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1262, aten.view_copy.default 2025-03-21T21:17:01.8355193Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1263, aten.view_copy.default 2025-03-21T21:17:01.8356798Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1264, aten.view_copy.default 2025-03-21T21:17:01.8358410Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1265, aten.view_copy.default 2025-03-21T21:17:01.8360007Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1266, aten.view_copy.default 2025-03-21T21:17:01.8361635Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1267, aten.view_copy.default 2025-03-21T21:17:01.8363234Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1268, aten.view_copy.default 2025-03-21T21:17:01.8364835Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1269, aten.view_copy.default 2025-03-21T21:17:01.8366468Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1270, aten.view_copy.default 2025-03-21T21:17:01.8368073Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1271, aten.view_copy.default 2025-03-21T21:17:01.8369674Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1272, aten.view_copy.default 2025-03-21T21:17:01.8371272Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1273, aten.view_copy.default 2025-03-21T21:17:01.8372874Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1274, aten.view_copy.default 2025-03-21T21:17:01.8374458Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1275, aten.view_copy.default 2025-03-21T21:17:01.8376197Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1276, aten.view_copy.default 2025-03-21T21:17:01.8377807Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1277, aten.view_copy.default 2025-03-21T21:17:01.8379409Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1278, aten.view_copy.default 2025-03-21T21:17:01.8381008Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1279, aten.view_copy.default 2025-03-21T21:17:01.8382674Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_528, aten.slice_copy.Tensor 2025-03-21T21:17:01.8384263Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_529, aten.slice_copy.Tensor 2025-03-21T21:17:01.8385865Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_530, aten.slice_copy.Tensor 2025-03-21T21:17:01.8387466Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_531, aten.slice_copy.Tensor 2025-03-21T21:17:01.8389090Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_532, aten.slice_copy.Tensor 2025-03-21T21:17:01.8390684Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_533, aten.slice_copy.Tensor 2025-03-21T21:17:01.8392274Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_534, aten.slice_copy.Tensor 2025-03-21T21:17:01.8393877Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_535, aten.slice_copy.Tensor 2025-03-21T21:17:01.8395455Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_536, aten.slice_copy.Tensor 2025-03-21T21:17:01.8397049Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_537, aten.slice_copy.Tensor 2025-03-21T21:17:01.8398700Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_538, aten.slice_copy.Tensor 2025-03-21T21:17:01.8400289Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_539, aten.slice_copy.Tensor 2025-03-21T21:17:01.8401891Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_540, aten.slice_copy.Tensor 2025-03-21T21:17:01.8403490Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_541, aten.slice_copy.Tensor 2025-03-21T21:17:01.8405092Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_542, aten.slice_copy.Tensor 2025-03-21T21:17:01.8406671Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_543, aten.slice_copy.Tensor 2025-03-21T21:17:01.8408317Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_544, aten.slice_copy.Tensor 2025-03-21T21:17:01.8409923Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_545, aten.slice_copy.Tensor 2025-03-21T21:17:01.8411520Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_546, aten.slice_copy.Tensor 2025-03-21T21:17:01.8413170Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_547, aten.slice_copy.Tensor 2025-03-21T21:17:01.8414767Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_548, aten.slice_copy.Tensor 2025-03-21T21:17:01.8416371Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_549, aten.slice_copy.Tensor 2025-03-21T21:17:01.8417952Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_550, aten.slice_copy.Tensor 2025-03-21T21:17:01.8419551Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_551, aten.slice_copy.Tensor 2025-03-21T21:17:02.2462355Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_552, aten.slice_copy.Tensor 2025-03-21T21:17:02.2463528Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_553, aten.slice_copy.Tensor 2025-03-21T21:17:02.2464414Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_554, aten.slice_copy.Tensor 2025-03-21T21:17:02.2465319Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_555, aten.slice_copy.Tensor 2025-03-21T21:17:02.2466208Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_556, aten.slice_copy.Tensor 2025-03-21T21:17:02.2467267Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_557, aten.slice_copy.Tensor 2025-03-21T21:17:02.2468169Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_558, aten.slice_copy.Tensor 2025-03-21T21:17:02.2469120Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_559, aten.slice_copy.Tensor 2025-03-21T21:17:02.2470029Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_560, aten.slice_copy.Tensor 2025-03-21T21:17:02.2470910Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_561, aten.slice_copy.Tensor 2025-03-21T21:17:02.2471806Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_562, aten.slice_copy.Tensor 2025-03-21T21:17:02.2472704Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_563, aten.slice_copy.Tensor 2025-03-21T21:17:02.2473597Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_564, aten.slice_copy.Tensor 2025-03-21T21:17:02.2474496Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_565, aten.slice_copy.Tensor 2025-03-21T21:17:02.2475387Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_566, aten.slice_copy.Tensor 2025-03-21T21:17:02.2476467Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_567, aten.slice_copy.Tensor 2025-03-21T21:17:02.2477470Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_568, aten.slice_copy.Tensor 2025-03-21T21:17:02.2478366Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_569, aten.slice_copy.Tensor 2025-03-21T21:17:02.2479262Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_570, aten.slice_copy.Tensor 2025-03-21T21:17:02.2480155Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_571, aten.slice_copy.Tensor 2025-03-21T21:17:02.2481047Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_572, aten.slice_copy.Tensor 2025-03-21T21:17:02.2481938Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_573, aten.slice_copy.Tensor 2025-03-21T21:17:02.2482887Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_574, aten.slice_copy.Tensor 2025-03-21T21:17:02.2483786Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_575, aten.slice_copy.Tensor 2025-03-21T21:17:02.2484643Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_564, aten.cat.default 2025-03-21T21:17:02.2485500Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_566, aten.cat.default 2025-03-21T21:17:02.2486304Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_568, aten.cat.default 2025-03-21T21:17:02.2487108Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_570, aten.cat.default 2025-03-21T21:17:02.2487915Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_572, aten.cat.default 2025-03-21T21:17:02.2488703Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_574, aten.cat.default 2025-03-21T21:17:02.2489505Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_576, aten.cat.default 2025-03-21T21:17:02.2490305Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_578, aten.cat.default 2025-03-21T21:17:02.2491108Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_580, aten.cat.default 2025-03-21T21:17:02.2491907Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_582, aten.cat.default 2025-03-21T21:17:02.2492704Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_584, aten.cat.default 2025-03-21T21:17:02.2493492Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_586, aten.cat.default 2025-03-21T21:17:02.2494324Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1124, aten.mul.Tensor 2025-03-21T21:17:02.2495117Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1126, aten.mul.Tensor 2025-03-21T21:17:02.2495908Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1125, aten.mul.Tensor 2025-03-21T21:17:02.2496702Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1127, aten.mul.Tensor 2025-03-21T21:17:02.2497488Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1128, aten.mul.Tensor 2025-03-21T21:17:02.2498280Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1130, aten.mul.Tensor 2025-03-21T21:17:02.2499058Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1129, aten.mul.Tensor 2025-03-21T21:17:02.2499844Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1131, aten.mul.Tensor 2025-03-21T21:17:02.2500636Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1132, aten.mul.Tensor 2025-03-21T21:17:02.2501424Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1134, aten.mul.Tensor 2025-03-21T21:17:02.2502213Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1133, aten.mul.Tensor 2025-03-21T21:17:02.2503034Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1135, aten.mul.Tensor 2025-03-21T21:17:02.2503812Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1136, aten.mul.Tensor 2025-03-21T21:17:02.2504606Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1138, aten.mul.Tensor 2025-03-21T21:17:02.2505399Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1137, aten.mul.Tensor 2025-03-21T21:17:02.2506190Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1139, aten.mul.Tensor 2025-03-21T21:17:02.2506987Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1140, aten.mul.Tensor 2025-03-21T21:17:02.2507785Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1142, aten.mul.Tensor 2025-03-21T21:17:02.2508591Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1141, aten.mul.Tensor 2025-03-21T21:17:02.2509469Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1143, aten.mul.Tensor 2025-03-21T21:17:02.2510262Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1144, aten.mul.Tensor 2025-03-21T21:17:02.2511093Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1146, aten.mul.Tensor 2025-03-21T21:17:02.2511883Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1145, aten.mul.Tensor 2025-03-21T21:17:02.2512752Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1147, aten.mul.Tensor 2025-03-21T21:17:02.2513595Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1148, aten.mul.Tensor 2025-03-21T21:17:02.2514376Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1150, aten.mul.Tensor 2025-03-21T21:17:02.2515171Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1149, aten.mul.Tensor 2025-03-21T21:17:02.2515966Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1151, aten.mul.Tensor 2025-03-21T21:17:02.2516755Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1152, aten.mul.Tensor 2025-03-21T21:17:02.2517551Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1154, aten.mul.Tensor 2025-03-21T21:17:02.2518340Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1153, aten.mul.Tensor 2025-03-21T21:17:02.2519115Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1155, aten.mul.Tensor 2025-03-21T21:17:02.2519933Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1156, aten.mul.Tensor 2025-03-21T21:17:02.2520724Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1158, aten.mul.Tensor 2025-03-21T21:17:02.2521514Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1157, aten.mul.Tensor 2025-03-21T21:17:02.2522307Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1159, aten.mul.Tensor 2025-03-21T21:17:02.2523100Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1160, aten.mul.Tensor 2025-03-21T21:17:02.2523878Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1162, aten.mul.Tensor 2025-03-21T21:17:02.2524668Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1161, aten.mul.Tensor 2025-03-21T21:17:02.2525455Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1163, aten.mul.Tensor 2025-03-21T21:17:02.2526240Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1164, aten.mul.Tensor 2025-03-21T21:17:02.2527025Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1166, aten.mul.Tensor 2025-03-21T21:17:02.2527814Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1165, aten.mul.Tensor 2025-03-21T21:17:02.2528600Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1167, aten.mul.Tensor 2025-03-21T21:17:02.2529408Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1168, aten.mul.Tensor 2025-03-21T21:17:02.6801712Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1170, aten.mul.Tensor 2025-03-21T21:17:02.6802699Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1169, aten.mul.Tensor 2025-03-21T21:17:02.6803496Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1171, aten.mul.Tensor 2025-03-21T21:17:02.6804297Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1172, aten.mul.Tensor 2025-03-21T21:17:02.6805073Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1174, aten.mul.Tensor 2025-03-21T21:17:02.6806073Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1173, aten.mul.Tensor 2025-03-21T21:17:02.6806870Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1175, aten.mul.Tensor 2025-03-21T21:17:02.6807663Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1176, aten.mul.Tensor 2025-03-21T21:17:02.6808450Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1178, aten.mul.Tensor 2025-03-21T21:17:02.6809306Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1177, aten.mul.Tensor 2025-03-21T21:17:02.6810078Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1179, aten.mul.Tensor 2025-03-21T21:17:02.6810867Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1180, aten.mul.Tensor 2025-03-21T21:17:02.6811661Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1182, aten.mul.Tensor 2025-03-21T21:17:02.6812452Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1181, aten.mul.Tensor 2025-03-21T21:17:02.6813241Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1183, aten.mul.Tensor 2025-03-21T21:17:02.6814034Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1184, aten.mul.Tensor 2025-03-21T21:17:02.6814811Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1186, aten.mul.Tensor 2025-03-21T21:17:02.6815603Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1185, aten.mul.Tensor 2025-03-21T21:17:02.6816391Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1187, aten.mul.Tensor 2025-03-21T21:17:02.6817182Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1188, aten.mul.Tensor 2025-03-21T21:17:02.6818020Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1190, aten.mul.Tensor 2025-03-21T21:17:02.6818841Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1189, aten.mul.Tensor 2025-03-21T21:17:02.6819629Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1191, aten.mul.Tensor 2025-03-21T21:17:02.6820424Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1192, aten.mul.Tensor 2025-03-21T21:17:02.6821198Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1194, aten.mul.Tensor 2025-03-21T21:17:02.6821988Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1193, aten.mul.Tensor 2025-03-21T21:17:02.6822777Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1195, aten.mul.Tensor 2025-03-21T21:17:02.6823563Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1196, aten.mul.Tensor 2025-03-21T21:17:02.6824351Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1198, aten.mul.Tensor 2025-03-21T21:17:02.6825139Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1197, aten.mul.Tensor 2025-03-21T21:17:02.6825917Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1199, aten.mul.Tensor 2025-03-21T21:17:02.6826755Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1200, aten.mul.Tensor 2025-03-21T21:17:02.6827546Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1202, aten.mul.Tensor 2025-03-21T21:17:02.6828334Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1201, aten.mul.Tensor 2025-03-21T21:17:02.6829220Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1203, aten.mul.Tensor 2025-03-21T21:17:02.6830019Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1204, aten.mul.Tensor 2025-03-21T21:17:02.6830817Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1206, aten.mul.Tensor 2025-03-21T21:17:02.6831612Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1205, aten.mul.Tensor 2025-03-21T21:17:02.6832441Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1207, aten.mul.Tensor 2025-03-21T21:17:02.6833233Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1208, aten.mul.Tensor 2025-03-21T21:17:02.6834026Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1210, aten.mul.Tensor 2025-03-21T21:17:02.6834836Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1209, aten.mul.Tensor 2025-03-21T21:17:02.6835632Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1211, aten.mul.Tensor 2025-03-21T21:17:02.6836426Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1212, aten.mul.Tensor 2025-03-21T21:17:02.6837223Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1214, aten.mul.Tensor 2025-03-21T21:17:02.6838018Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1213, aten.mul.Tensor 2025-03-21T21:17:02.6838817Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1215, aten.mul.Tensor 2025-03-21T21:17:02.6839678Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1216, aten.mul.Tensor 2025-03-21T21:17:02.6840471Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1218, aten.mul.Tensor 2025-03-21T21:17:02.6841264Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1217, aten.mul.Tensor 2025-03-21T21:17:02.6842060Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1219, aten.mul.Tensor 2025-03-21T21:17:02.6842854Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_264, aten.sub.Tensor 2025-03-21T21:17:02.6843675Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_418, aten.add.Tensor 2025-03-21T21:17:02.6844461Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_265, aten.sub.Tensor 2025-03-21T21:17:02.6845233Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_419, aten.add.Tensor 2025-03-21T21:17:02.6846014Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_266, aten.sub.Tensor 2025-03-21T21:17:02.6846796Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_420, aten.add.Tensor 2025-03-21T21:17:02.6847576Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_267, aten.sub.Tensor 2025-03-21T21:17:02.6848361Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_421, aten.add.Tensor 2025-03-21T21:17:02.6849142Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_268, aten.sub.Tensor 2025-03-21T21:17:02.6849917Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_422, aten.add.Tensor 2025-03-21T21:17:02.6850702Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_269, aten.sub.Tensor 2025-03-21T21:17:02.6851483Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_423, aten.add.Tensor 2025-03-21T21:17:02.6852263Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_270, aten.sub.Tensor 2025-03-21T21:17:02.6853073Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_424, aten.add.Tensor 2025-03-21T21:17:02.6853855Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_271, aten.sub.Tensor 2025-03-21T21:17:02.6854630Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_425, aten.add.Tensor 2025-03-21T21:17:02.6855418Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_272, aten.sub.Tensor 2025-03-21T21:17:02.6856201Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_426, aten.add.Tensor 2025-03-21T21:17:02.6856987Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_273, aten.sub.Tensor 2025-03-21T21:17:02.6857769Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_427, aten.add.Tensor 2025-03-21T21:17:02.6858579Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_274, aten.sub.Tensor 2025-03-21T21:17:02.6859363Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_428, aten.add.Tensor 2025-03-21T21:17:02.6860131Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_275, aten.sub.Tensor 2025-03-21T21:17:02.6860943Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_429, aten.add.Tensor 2025-03-21T21:17:02.6861723Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_276, aten.sub.Tensor 2025-03-21T21:17:02.6862559Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_276, aten._to_copy.default 2025-03-21T21:17:02.6863389Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_430, aten.add.Tensor 2025-03-21T21:17:02.6864510Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_277, aten._to_copy.default 2025-03-21T21:17:02.6865341Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_277, aten.sub.Tensor 2025-03-21T21:17:02.6866183Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_278, aten._to_copy.default 2025-03-21T21:17:02.6867017Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_431, aten.add.Tensor 2025-03-21T21:17:02.6867851Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_279, aten._to_copy.default 2025-03-21T21:17:02.6868681Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_278, aten.sub.Tensor 2025-03-21T21:17:03.0785247Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_280, aten._to_copy.default 2025-03-21T21:17:03.0786147Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_432, aten.add.Tensor 2025-03-21T21:17:03.0786996Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_281, aten._to_copy.default 2025-03-21T21:17:03.0787833Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_279, aten.sub.Tensor 2025-03-21T21:17:03.0788671Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_282, aten._to_copy.default 2025-03-21T21:17:03.0789572Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_433, aten.add.Tensor 2025-03-21T21:17:03.0790402Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_283, aten._to_copy.default 2025-03-21T21:17:03.0791231Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_280, aten.sub.Tensor 2025-03-21T21:17:03.0792059Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_284, aten._to_copy.default 2025-03-21T21:17:03.0792884Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_434, aten.add.Tensor 2025-03-21T21:17:03.0793713Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_285, aten._to_copy.default 2025-03-21T21:17:03.0794544Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_281, aten.sub.Tensor 2025-03-21T21:17:03.0795447Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_286, aten._to_copy.default 2025-03-21T21:17:03.0796265Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_435, aten.add.Tensor 2025-03-21T21:17:03.0797099Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_287, aten._to_copy.default 2025-03-21T21:17:03.0797927Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_282, aten.sub.Tensor 2025-03-21T21:17:03.0798761Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_288, aten._to_copy.default 2025-03-21T21:17:03.0799616Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_436, aten.add.Tensor 2025-03-21T21:17:03.0800493Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_289, aten._to_copy.default 2025-03-21T21:17:03.0801325Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_283, aten.sub.Tensor 2025-03-21T21:17:03.0802144Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_290, aten._to_copy.default 2025-03-21T21:17:03.0803052Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_437, aten.add.Tensor 2025-03-21T21:17:03.0803885Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_291, aten._to_copy.default 2025-03-21T21:17:03.0804807Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_284, aten.sub.Tensor 2025-03-21T21:17:03.0805644Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_292, aten._to_copy.default 2025-03-21T21:17:03.0806477Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_438, aten.add.Tensor 2025-03-21T21:17:03.0807309Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_293, aten._to_copy.default 2025-03-21T21:17:03.0808126Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_285, aten.sub.Tensor 2025-03-21T21:17:03.0808958Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_294, aten._to_copy.default 2025-03-21T21:17:03.0809790Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_439, aten.add.Tensor 2025-03-21T21:17:03.0810622Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_295, aten._to_copy.default 2025-03-21T21:17:03.0811446Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_286, aten.sub.Tensor 2025-03-21T21:17:03.0812307Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_296, aten._to_copy.default 2025-03-21T21:17:03.0813123Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_440, aten.add.Tensor 2025-03-21T21:17:03.0813960Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_297, aten._to_copy.default 2025-03-21T21:17:03.0814876Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_287, aten.sub.Tensor 2025-03-21T21:17:03.0815710Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_298, aten._to_copy.default 2025-03-21T21:17:03.0816550Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_441, aten.add.Tensor 2025-03-21T21:17:03.0817385Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_299, aten._to_copy.default 2025-03-21T21:17:03.0818231Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_539, aten.cat.default 2025-03-21T21:17:03.0819030Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_540, aten.cat.default 2025-03-21T21:17:03.0819833Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_541, aten.cat.default 2025-03-21T21:17:03.0820639Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_542, aten.cat.default 2025-03-21T21:17:03.0821475Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_543, aten.cat.default 2025-03-21T21:17:03.0822269Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_544, aten.cat.default 2025-03-21T21:17:03.0823068Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_545, aten.cat.default 2025-03-21T21:17:03.0823852Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_546, aten.cat.default 2025-03-21T21:17:03.0824653Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_547, aten.cat.default 2025-03-21T21:17:03.0825449Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_548, aten.cat.default 2025-03-21T21:17:03.0826248Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_549, aten.cat.default 2025-03-21T21:17:03.0827073Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_550, aten.cat.default 2025-03-21T21:17:03.0827873Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_551, aten.cat.default 2025-03-21T21:17:03.0828673Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_552, aten.cat.default 2025-03-21T21:17:03.0829557Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_553, aten.cat.default 2025-03-21T21:17:03.0830359Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_554, aten.cat.default 2025-03-21T21:17:03.0831161Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_555, aten.cat.default 2025-03-21T21:17:03.0831963Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_556, aten.cat.default 2025-03-21T21:17:03.0832760Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_557, aten.cat.default 2025-03-21T21:17:03.0833561Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_558, aten.cat.default 2025-03-21T21:17:03.0834350Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_559, aten.cat.default 2025-03-21T21:17:03.0835148Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_560, aten.cat.default 2025-03-21T21:17:03.0835947Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_561, aten.cat.default 2025-03-21T21:17:03.0836742Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_562, aten.cat.default 2025-03-21T21:17:03.0837614Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_620, aten.permute_copy.default 2025-03-21T21:17:03.0838588Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_621, aten.permute_copy.default 2025-03-21T21:17:03.0839532Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_622, aten.permute_copy.default 2025-03-21T21:17:03.0840456Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_623, aten.permute_copy.default 2025-03-21T21:17:03.0841396Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_624, aten.permute_copy.default 2025-03-21T21:17:03.0842332Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_625, aten.permute_copy.default 2025-03-21T21:17:03.0843269Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_626, aten.permute_copy.default 2025-03-21T21:17:03.0844203Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_627, aten.permute_copy.default 2025-03-21T21:17:03.0845142Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_628, aten.permute_copy.default 2025-03-21T21:17:03.0846077Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_629, aten.permute_copy.default 2025-03-21T21:17:03.0846999Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_630, aten.permute_copy.default 2025-03-21T21:17:03.0847962Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_631, aten.permute_copy.default 2025-03-21T21:17:03.0848827Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_563, aten.cat.default 2025-03-21T21:17:03.0849627Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_565, aten.cat.default 2025-03-21T21:17:03.0850427Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_567, aten.cat.default 2025-03-21T21:17:03.0851231Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_569, aten.cat.default 2025-03-21T21:17:03.6074797Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_571, aten.cat.default 2025-03-21T21:17:03.6076726Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_573, aten.cat.default 2025-03-21T21:17:03.6078191Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_575, aten.cat.default 2025-03-21T21:17:03.6079633Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_577, aten.cat.default 2025-03-21T21:17:03.6081065Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_579, aten.cat.default 2025-03-21T21:17:03.6082609Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_581, aten.cat.default 2025-03-21T21:17:03.6084042Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_583, aten.cat.default 2025-03-21T21:17:03.6085487Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_585, aten.cat.default 2025-03-21T21:17:03.6086967Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_264, aten.matmul.default 2025-03-21T21:17:03.6088492Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_266, aten.matmul.default 2025-03-21T21:17:03.6090024Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_268, aten.matmul.default 2025-03-21T21:17:03.6091546Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_270, aten.matmul.default 2025-03-21T21:17:03.6093065Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_272, aten.matmul.default 2025-03-21T21:17:03.6094587Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_274, aten.matmul.default 2025-03-21T21:17:03.6096118Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_276, aten.matmul.default 2025-03-21T21:17:03.6097692Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_278, aten.matmul.default 2025-03-21T21:17:03.6099221Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_280, aten.matmul.default 2025-03-21T21:17:03.6100827Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_282, aten.matmul.default 2025-03-21T21:17:03.6102354Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_284, aten.matmul.default 2025-03-21T21:17:03.6103881Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_286, aten.matmul.default 2025-03-21T21:17:03.6105356Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_132, aten.div.Tensor 2025-03-21T21:17:03.6106768Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_133, aten.div.Tensor 2025-03-21T21:17:03.6108154Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_134, aten.div.Tensor 2025-03-21T21:17:03.6109619Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_135, aten.div.Tensor 2025-03-21T21:17:03.6111022Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_136, aten.div.Tensor 2025-03-21T21:17:03.6112432Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_137, aten.div.Tensor 2025-03-21T21:17:03.6113909Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_138, aten.div.Tensor 2025-03-21T21:17:03.6115309Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_139, aten.div.Tensor 2025-03-21T21:17:03.6116696Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_140, aten.div.Tensor 2025-03-21T21:17:03.6118106Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_141, aten.div.Tensor 2025-03-21T21:17:03.6119510Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_142, aten.div.Tensor 2025-03-21T21:17:03.6120918Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_143, aten.div.Tensor 2025-03-21T21:17:03.6122322Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_442, aten.add.Tensor 2025-03-21T21:17:03.6123770Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_443, aten.add.Tensor 2025-03-21T21:17:03.6125156Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_444, aten.add.Tensor 2025-03-21T21:17:03.6126559Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_445, aten.add.Tensor 2025-03-21T21:17:03.6127960Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_446, aten.add.Tensor 2025-03-21T21:17:03.6129403Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_447, aten.add.Tensor 2025-03-21T21:17:03.6130803Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_448, aten.add.Tensor 2025-03-21T21:17:03.6132221Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_449, aten.add.Tensor 2025-03-21T21:17:03.6133624Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_450, aten.add.Tensor 2025-03-21T21:17:03.6135031Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_451, aten.add.Tensor 2025-03-21T21:17:03.6136433Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_452, aten.add.Tensor 2025-03-21T21:17:03.6137833Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_453, aten.add.Tensor 2025-03-21T21:17:03.6139333Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_132, aten._softmax.default 2025-03-21T21:17:03.6140923Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_133, aten._softmax.default 2025-03-21T21:17:03.6142504Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_134, aten._softmax.default 2025-03-21T21:17:03.6144115Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_135, aten._softmax.default 2025-03-21T21:17:03.6145687Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_136, aten._softmax.default 2025-03-21T21:17:03.6147251Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_137, aten._softmax.default 2025-03-21T21:17:03.6148867Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_138, aten._softmax.default 2025-03-21T21:17:03.6150683Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_139, aten._softmax.default 2025-03-21T21:17:03.6152430Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_140, aten._softmax.default 2025-03-21T21:17:03.6154142Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_141, aten._softmax.default 2025-03-21T21:17:03.6155918Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_142, aten._softmax.default 2025-03-21T21:17:03.6157774Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_143, aten._softmax.default 2025-03-21T21:17:03.6159488Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_265, aten.matmul.default 2025-03-21T21:17:03.6161252Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_267, aten.matmul.default 2025-03-21T21:17:03.6163167Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_269, aten.matmul.default 2025-03-21T21:17:03.6164892Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_271, aten.matmul.default 2025-03-21T21:17:03.6166460Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_273, aten.matmul.default 2025-03-21T21:17:03.6167991Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_275, aten.matmul.default 2025-03-21T21:17:03.6169499Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_277, aten.matmul.default 2025-03-21T21:17:03.6171013Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_279, aten.matmul.default 2025-03-21T21:17:03.6172599Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_281, aten.matmul.default 2025-03-21T21:17:03.6174122Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_283, aten.matmul.default 2025-03-21T21:17:03.6175644Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_285, aten.matmul.default 2025-03-21T21:17:03.6177369Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_287, aten.matmul.default 2025-03-21T21:17:03.6178842Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_587, aten.cat.default 2025-03-21T21:17:03.6180357Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1352, aten.view_copy.default 2025-03-21T21:17:03.6182028Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1620, aten.permute_copy.default 2025-03-21T21:17:03.6183729Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_476, aten.convolution.default 2025-03-21T21:17:03.6185428Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1621, aten.permute_copy.default 2025-03-21T21:17:03.6187088Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1353, aten.view_copy.default 2025-03-21T21:17:03.6188607Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_454, aten.add.Tensor 2025-03-21T21:17:03.6190158Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_rms_norm_default_23, aten.rms_norm.default 2025-03-21T21:17:03.6191727Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1354, aten.view_copy.default 2025-03-21T21:17:03.6193500Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1622, aten.permute_copy.default 2025-03-21T21:17:03.6195194Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_477, aten.convolution.default 2025-03-21T21:18:12.9637373Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_478, aten.convolution.default 2025-03-21T21:18:12.9639062Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sigmoid_default_11, aten.sigmoid.default 2025-03-21T21:18:12.9640540Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1222, aten.mul.Tensor 2025-03-21T21:18:12.9641973Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1223, aten.mul.Tensor 2025-03-21T21:18:12.9643527Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_479, aten.convolution.default 2025-03-21T21:18:12.9645234Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1623, aten.permute_copy.default 2025-03-21T21:18:12.9646903Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1355, aten.view_copy.default 2025-03-21T21:18:12.9648414Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_455, aten.add.Tensor 2025-03-21T21:18:12.9649898Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_rms_norm_default_24, aten.rms_norm.default 2025-03-21T21:18:12.9651819Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_unsqueeze_copy_default, aten.unsqueeze_copy.default 2025-03-21T21:18:12.9653535Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1624, aten.permute_copy.default 2025-03-21T21:18:12.9655231Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_480, aten.convolution.default 2025-03-21T21:18:12.9656926Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1625, aten.permute_copy.default 2025-03-21T21:18:12.9658490Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_squeeze_dims, aten.squeeze.dims 2025-03-21T21:18:12.9659589Z [INFO] [Qnn ExecuTorch]: Destroy Qnn backend parameters 2025-03-21T21:18:12.9660259Z [INFO] [Qnn ExecuTorch]: Destroy Qnn context 2025-03-21T21:18:12.9660959Z [INFO] [Qnn ExecuTorch]: Destroy Qnn device 2025-03-21T21:18:12.9661576Z [INFO] [Qnn ExecuTorch]: Destroy Qnn backend 2025-03-21T21:18:12.9662273Z [INFO] [Qnn ExecuTorch]: create QNN Logger with log_level 2 2025-03-21T21:18:12.9663286Z [INFO] [Qnn ExecuTorch]: Initialize Qnn backend parameters for Qnn executorch backend type 2 2025-03-21T21:18:12.9664371Z [INFO] [Qnn ExecuTorch]: Caching: Caching is in SAVE MODE. 2025-03-21T21:18:12.9665250Z [WARNING] [Qnn ExecuTorch]: QnnDsp Performance Estimates unsupported 2025-03-21T21:18:12.9674976Z 2025-03-21T21:18:12.9675860Z [WARNING] [Qnn ExecuTorch]: QnnDsp Arch 68 set by custom config is different from arch associated with SoC 57, will overwrite it to 75 2025-03-21T21:18:12.9677076Z 2025-03-21T21:18:12.9677387Z [INFO] [Qnn ExecuTorch]: Running level=3 optimization. 2025-03-21T21:18:12.9678117Z [INFO] [Qnn ExecuTorch]: Destroy Qnn backend parameters 2025-03-21T21:18:12.9678804Z [INFO] [Qnn ExecuTorch]: Destroy Qnn context 2025-03-21T21:18:12.9679429Z [INFO] [Qnn ExecuTorch]: Destroy Qnn device 2025-03-21T21:18:12.9680051Z [INFO] [Qnn ExecuTorch]: Destroy Qnn backend 2025-03-21T21:18:12.9680744Z [INFO] [Qnn ExecuTorch]: create QNN Logger with log_level 2 2025-03-21T21:18:12.9681740Z [INFO] [Qnn ExecuTorch]: Initialize Qnn backend parameters for Qnn executorch backend type 2 2025-03-21T21:18:12.9682769Z [INFO] [Qnn ExecuTorch]: Caching: Caching is in SAVE MODE. 2025-03-21T21:18:12.9683653Z [WARNING] [Qnn ExecuTorch]: QnnDsp Performance Estimates unsupported 2025-03-21T21:18:12.9684248Z 2025-03-21T21:18:12.9685029Z [WARNING] [Qnn ExecuTorch]: QnnDsp Arch 68 set by custom config is different from arch associated with SoC 57, will overwrite it to 75 2025-03-21T21:18:12.9686027Z 2025-03-21T21:18:12.9686444Z [INFO] [Qnn ExecuTorch]: Running level=3 optimization. 2025-03-21T21:18:12.9687596Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_embedding_default, aten.embedding.default 2025-03-21T21:18:12.9689102Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_index_tensor, aten.index.Tensor 2025-03-21T21:18:12.9690540Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_index_tensor_1, aten.index.Tensor 2025-03-21T21:18:12.9692033Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_rms_norm_default, aten.rms_norm.default 2025-03-21T21:18:12.9693504Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_select_int, aten.select.int 2025-03-21T21:18:12.9694859Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_select_int_1, aten.select.int 2025-03-21T21:18:12.9696306Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default, aten.view_copy.default 2025-03-21T21:18:12.9697945Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1132, aten.permute_copy.default 2025-03-21T21:18:12.9699559Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default, aten._to_copy.default 2025-03-21T21:18:12.9701136Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default, aten.convolution.default 2025-03-21T21:18:12.9702886Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1133, aten.permute_copy.default 2025-03-21T21:18:12.9704575Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_1, aten.convolution.default 2025-03-21T21:18:12.9706261Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1134, aten.permute_copy.default 2025-03-21T21:18:12.9707923Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_2, aten.convolution.default 2025-03-21T21:18:12.9709683Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1135, aten.permute_copy.default 2025-03-21T21:18:12.9711369Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_3, aten.convolution.default 2025-03-21T21:18:12.9713045Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1136, aten.permute_copy.default 2025-03-21T21:18:12.9714736Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_4, aten.convolution.default 2025-03-21T21:18:12.9716416Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1137, aten.permute_copy.default 2025-03-21T21:18:12.9718141Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_5, aten.convolution.default 2025-03-21T21:18:12.9719830Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1138, aten.permute_copy.default 2025-03-21T21:18:12.9721510Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_6, aten.convolution.default 2025-03-21T21:18:12.9723193Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1139, aten.permute_copy.default 2025-03-21T21:18:12.9724879Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_7, aten.convolution.default 2025-03-21T21:18:12.9726569Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1140, aten.permute_copy.default 2025-03-21T21:18:12.9728254Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_8, aten.convolution.default 2025-03-21T21:18:12.9729925Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1141, aten.permute_copy.default 2025-03-21T21:18:12.9731607Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_9, aten.convolution.default 2025-03-21T21:18:12.9733286Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1142, aten.permute_copy.default 2025-03-21T21:18:12.9735006Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_10, aten.convolution.default 2025-03-21T21:18:12.9736710Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1143, aten.permute_copy.default 2025-03-21T21:18:12.9738400Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_11, aten.convolution.default 2025-03-21T21:18:12.9740095Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1144, aten.permute_copy.default 2025-03-21T21:18:12.9741763Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_12, aten.convolution.default 2025-03-21T21:18:12.9743454Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1145, aten.permute_copy.default 2025-03-21T21:18:12.9745135Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_13, aten.convolution.default 2025-03-21T21:18:12.9746826Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1146, aten.permute_copy.default 2025-03-21T21:18:12.9748502Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_14, aten.convolution.default 2025-03-21T21:18:12.9750287Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1147, aten.permute_copy.default 2025-03-21T21:18:12.9752311Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_15, aten.convolution.default 2025-03-21T21:18:12.9754253Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1148, aten.permute_copy.default 2025-03-21T21:18:12.9756208Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_16, aten.convolution.default 2025-03-21T21:18:12.9758081Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1149, aten.permute_copy.default 2025-03-21T21:18:12.9759776Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_17, aten.convolution.default 2025-03-21T21:18:12.9761460Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1150, aten.permute_copy.default 2025-03-21T21:18:12.9763179Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_18, aten.convolution.default 2025-03-21T21:18:12.9764871Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1151, aten.permute_copy.default 2025-03-21T21:18:13.4209048Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_19, aten.convolution.default 2025-03-21T21:18:13.4211080Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1152, aten.permute_copy.default 2025-03-21T21:18:13.4212777Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_20, aten.convolution.default 2025-03-21T21:18:13.4214480Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1153, aten.permute_copy.default 2025-03-21T21:18:13.4216162Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_21, aten.convolution.default 2025-03-21T21:18:13.4217861Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1154, aten.permute_copy.default 2025-03-21T21:18:13.4219557Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_22, aten.convolution.default 2025-03-21T21:18:13.4221249Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1155, aten.permute_copy.default 2025-03-21T21:18:13.4222942Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_23, aten.convolution.default 2025-03-21T21:18:13.4224632Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1156, aten.permute_copy.default 2025-03-21T21:18:13.4226404Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_24, aten.convolution.default 2025-03-21T21:18:13.4228084Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1157, aten.permute_copy.default 2025-03-21T21:18:13.4229872Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_25, aten.convolution.default 2025-03-21T21:18:13.4231579Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1158, aten.permute_copy.default 2025-03-21T21:18:13.4233277Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_26, aten.convolution.default 2025-03-21T21:18:13.4234977Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1159, aten.permute_copy.default 2025-03-21T21:18:13.4236666Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_27, aten.convolution.default 2025-03-21T21:18:13.4238360Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1160, aten.permute_copy.default 2025-03-21T21:18:13.4240027Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_28, aten.convolution.default 2025-03-21T21:18:13.4241726Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1161, aten.permute_copy.default 2025-03-21T21:18:13.4243489Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_29, aten.convolution.default 2025-03-21T21:18:13.4245181Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1162, aten.permute_copy.default 2025-03-21T21:18:13.4246877Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_30, aten.convolution.default 2025-03-21T21:18:13.4248575Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1163, aten.permute_copy.default 2025-03-21T21:18:13.4250270Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_31, aten.convolution.default 2025-03-21T21:18:13.4251950Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1164, aten.permute_copy.default 2025-03-21T21:18:13.4253703Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_32, aten.convolution.default 2025-03-21T21:18:13.4255395Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1165, aten.permute_copy.default 2025-03-21T21:18:13.4257071Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_33, aten.convolution.default 2025-03-21T21:18:13.4258842Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1166, aten.permute_copy.default 2025-03-21T21:18:13.4260514Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_34, aten.convolution.default 2025-03-21T21:18:13.4262208Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1167, aten.permute_copy.default 2025-03-21T21:18:13.4263881Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_35, aten.convolution.default 2025-03-21T21:18:13.4265574Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1168, aten.permute_copy.default 2025-03-21T21:18:13.4267316Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_1, aten._to_copy.default 2025-03-21T21:18:13.4268889Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_2, aten._to_copy.default 2025-03-21T21:18:13.4270480Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_3, aten._to_copy.default 2025-03-21T21:18:13.4272030Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_4, aten._to_copy.default 2025-03-21T21:18:13.4274048Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_5, aten._to_copy.default 2025-03-21T21:18:13.4275648Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_6, aten._to_copy.default 2025-03-21T21:18:13.4277336Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_7, aten._to_copy.default 2025-03-21T21:18:13.4278887Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_8, aten._to_copy.default 2025-03-21T21:18:13.4280431Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_9, aten._to_copy.default 2025-03-21T21:18:13.4281993Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1, aten.view_copy.default 2025-03-21T21:18:13.4283574Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_2, aten.view_copy.default 2025-03-21T21:18:13.4285154Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_3, aten.view_copy.default 2025-03-21T21:18:13.4286718Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_4, aten.view_copy.default 2025-03-21T21:18:13.4288482Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_5, aten.view_copy.default 2025-03-21T21:18:13.4290062Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_6, aten.view_copy.default 2025-03-21T21:18:13.4291722Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_7, aten.view_copy.default 2025-03-21T21:18:13.4293296Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_8, aten.view_copy.default 2025-03-21T21:18:13.4294879Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_9, aten.view_copy.default 2025-03-21T21:18:13.4296466Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_10, aten.view_copy.default 2025-03-21T21:18:13.4298045Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_11, aten.view_copy.default 2025-03-21T21:18:13.4299644Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_12, aten.view_copy.default 2025-03-21T21:18:13.4301228Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_13, aten.view_copy.default 2025-03-21T21:18:13.4302875Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_14, aten.view_copy.default 2025-03-21T21:18:13.4304469Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_15, aten.view_copy.default 2025-03-21T21:18:13.4306062Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_16, aten.view_copy.default 2025-03-21T21:18:13.4307711Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_17, aten.view_copy.default 2025-03-21T21:18:13.4309362Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_18, aten.view_copy.default 2025-03-21T21:18:13.4310960Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_19, aten.view_copy.default 2025-03-21T21:18:13.4312554Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_20, aten.view_copy.default 2025-03-21T21:18:13.4314150Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_21, aten.view_copy.default 2025-03-21T21:18:13.4315750Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_22, aten.view_copy.default 2025-03-21T21:18:13.4317337Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_23, aten.view_copy.default 2025-03-21T21:18:13.4318914Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_24, aten.view_copy.default 2025-03-21T21:18:13.4320508Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_25, aten.view_copy.default 2025-03-21T21:18:13.4322093Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_10, aten._to_copy.default 2025-03-21T21:18:13.4323728Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_26, aten.view_copy.default 2025-03-21T21:18:13.4325330Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_27, aten.view_copy.default 2025-03-21T21:18:13.4326908Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_11, aten._to_copy.default 2025-03-21T21:18:13.4328482Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_28, aten.view_copy.default 2025-03-21T21:18:13.7720982Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_12, aten._to_copy.default 2025-03-21T21:18:13.7722663Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_29, aten.view_copy.default 2025-03-21T21:18:13.7724280Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_13, aten._to_copy.default 2025-03-21T21:18:13.7725940Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_30, aten.view_copy.default 2025-03-21T21:18:13.7727553Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_14, aten._to_copy.default 2025-03-21T21:18:13.7729154Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_31, aten.view_copy.default 2025-03-21T21:18:13.7731035Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_15, aten._to_copy.default 2025-03-21T21:18:13.7732658Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_32, aten.view_copy.default 2025-03-21T21:18:13.7734241Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_16, aten._to_copy.default 2025-03-21T21:18:13.7735891Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_33, aten.view_copy.default 2025-03-21T21:18:13.7737540Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_34, aten.view_copy.default 2025-03-21T21:18:13.7739181Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_35, aten.view_copy.default 2025-03-21T21:18:13.7740904Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_17, aten._to_copy.default 2025-03-21T21:18:13.7742557Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_36, aten.view_copy.default 2025-03-21T21:18:13.7744205Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_18, aten._to_copy.default 2025-03-21T21:18:13.7745817Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor, aten.slice_copy.Tensor 2025-03-21T21:18:13.7747551Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_1, aten.slice_copy.Tensor 2025-03-21T21:18:13.7749262Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_2, aten.slice_copy.Tensor 2025-03-21T21:18:13.7750894Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_3, aten.slice_copy.Tensor 2025-03-21T21:18:13.7752621Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_4, aten.slice_copy.Tensor 2025-03-21T21:18:13.7754251Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_5, aten.slice_copy.Tensor 2025-03-21T21:18:13.7755880Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_6, aten.slice_copy.Tensor 2025-03-21T21:18:13.7757487Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_7, aten.slice_copy.Tensor 2025-03-21T21:18:13.7759161Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_8, aten.slice_copy.Tensor 2025-03-21T21:18:13.7760783Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_9, aten.slice_copy.Tensor 2025-03-21T21:18:13.7762501Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_10, aten.slice_copy.Tensor 2025-03-21T21:18:13.7764174Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_11, aten.slice_copy.Tensor 2025-03-21T21:18:13.7765840Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_12, aten.slice_copy.Tensor 2025-03-21T21:18:13.7767629Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_13, aten.slice_copy.Tensor 2025-03-21T21:18:13.7769242Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_14, aten.slice_copy.Tensor 2025-03-21T21:18:13.7770889Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_15, aten.slice_copy.Tensor 2025-03-21T21:18:13.7772524Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_16, aten.slice_copy.Tensor 2025-03-21T21:18:13.7774136Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_17, aten.slice_copy.Tensor 2025-03-21T21:18:13.7775769Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_18, aten.slice_copy.Tensor 2025-03-21T21:18:13.7777645Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_19, aten.slice_copy.Tensor 2025-03-21T21:18:13.7779308Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_20, aten.slice_copy.Tensor 2025-03-21T21:18:13.7781047Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_21, aten.slice_copy.Tensor 2025-03-21T21:18:13.7782684Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_22, aten.slice_copy.Tensor 2025-03-21T21:18:13.7784328Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_23, aten.slice_copy.Tensor 2025-03-21T21:18:13.7785942Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_24, aten.slice_copy.Tensor 2025-03-21T21:18:13.7787650Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_25, aten.slice_copy.Tensor 2025-03-21T21:18:13.7789388Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_26, aten.slice_copy.Tensor 2025-03-21T21:18:13.7791143Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_27, aten.slice_copy.Tensor 2025-03-21T21:18:13.7792795Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_28, aten.slice_copy.Tensor 2025-03-21T21:18:13.7794422Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_29, aten.slice_copy.Tensor 2025-03-21T21:18:13.7796141Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_30, aten.slice_copy.Tensor 2025-03-21T21:18:13.7797764Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_31, aten.slice_copy.Tensor 2025-03-21T21:18:13.7799390Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_32, aten.slice_copy.Tensor 2025-03-21T21:18:13.7801023Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_33, aten.slice_copy.Tensor 2025-03-21T21:18:13.7802618Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_34, aten.slice_copy.Tensor 2025-03-21T21:18:13.7804288Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_35, aten.slice_copy.Tensor 2025-03-21T21:18:13.7805922Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_36, aten.slice_copy.Tensor 2025-03-21T21:18:13.7807573Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_37, aten.slice_copy.Tensor 2025-03-21T21:18:13.7809086Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_38, aten.slice_copy.Tensor 2025-03-21T21:18:13.7810755Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_39, aten.slice_copy.Tensor 2025-03-21T21:18:13.7812527Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_40, aten.slice_copy.Tensor 2025-03-21T21:18:13.7814151Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_41, aten.slice_copy.Tensor 2025-03-21T21:18:13.7815765Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_42, aten.slice_copy.Tensor 2025-03-21T21:18:13.7817399Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_43, aten.slice_copy.Tensor 2025-03-21T21:18:13.7819030Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_44, aten.slice_copy.Tensor 2025-03-21T21:18:13.7820655Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_45, aten.slice_copy.Tensor 2025-03-21T21:18:13.7822272Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_46, aten.slice_copy.Tensor 2025-03-21T21:18:13.7823900Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_47, aten.slice_copy.Tensor 2025-03-21T21:18:13.7825457Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_25, aten.cat.default 2025-03-21T21:18:13.7826875Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_27, aten.cat.default 2025-03-21T21:18:13.7828355Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_29, aten.cat.default 2025-03-21T21:18:13.7829980Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_31, aten.cat.default 2025-03-21T21:18:13.7831369Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_33, aten.cat.default 2025-03-21T21:18:13.7832861Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_35, aten.cat.default 2025-03-21T21:18:13.7834337Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_37, aten.cat.default 2025-03-21T21:18:13.7835806Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_39, aten.cat.default 2025-03-21T21:18:13.7837271Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_41, aten.cat.default 2025-03-21T21:18:13.7838730Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_43, aten.cat.default 2025-03-21T21:18:13.7840262Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_45, aten.cat.default 2025-03-21T21:18:13.7841731Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_47, aten.cat.default 2025-03-21T21:18:13.7843149Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_2, aten.mul.Tensor 2025-03-21T21:18:14.2236712Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_4, aten.mul.Tensor 2025-03-21T21:18:14.2238233Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_3, aten.mul.Tensor 2025-03-21T21:18:14.2239599Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_5, aten.mul.Tensor 2025-03-21T21:18:14.2241026Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_6, aten.mul.Tensor 2025-03-21T21:18:14.2242431Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_8, aten.mul.Tensor 2025-03-21T21:18:14.2243834Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_7, aten.mul.Tensor 2025-03-21T21:18:14.2245233Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_9, aten.mul.Tensor 2025-03-21T21:18:14.2246636Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_10, aten.mul.Tensor 2025-03-21T21:18:14.2248059Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_12, aten.mul.Tensor 2025-03-21T21:18:14.2249482Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_11, aten.mul.Tensor 2025-03-21T21:18:14.2250887Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_13, aten.mul.Tensor 2025-03-21T21:18:14.2252595Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_14, aten.mul.Tensor 2025-03-21T21:18:14.2254023Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_16, aten.mul.Tensor 2025-03-21T21:18:14.2255475Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_15, aten.mul.Tensor 2025-03-21T21:18:14.2256836Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_17, aten.mul.Tensor 2025-03-21T21:18:14.2258308Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_18, aten.mul.Tensor 2025-03-21T21:18:14.2259757Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_20, aten.mul.Tensor 2025-03-21T21:18:14.2261203Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_19, aten.mul.Tensor 2025-03-21T21:18:14.2262622Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_21, aten.mul.Tensor 2025-03-21T21:18:14.2264060Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_22, aten.mul.Tensor 2025-03-21T21:18:14.2265489Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_24, aten.mul.Tensor 2025-03-21T21:18:14.2266893Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_23, aten.mul.Tensor 2025-03-21T21:18:14.2268309Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_25, aten.mul.Tensor 2025-03-21T21:18:14.2269967Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_26, aten.mul.Tensor 2025-03-21T21:18:14.2271392Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_28, aten.mul.Tensor 2025-03-21T21:18:14.2272819Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_27, aten.mul.Tensor 2025-03-21T21:18:14.2274215Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_29, aten.mul.Tensor 2025-03-21T21:18:14.2275647Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_30, aten.mul.Tensor 2025-03-21T21:18:14.2277307Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_32, aten.mul.Tensor 2025-03-21T21:18:14.2278712Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_31, aten.mul.Tensor 2025-03-21T21:18:14.2280255Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_33, aten.mul.Tensor 2025-03-21T21:18:14.2281708Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_34, aten.mul.Tensor 2025-03-21T21:18:14.2283139Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_36, aten.mul.Tensor 2025-03-21T21:18:14.2284615Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_35, aten.mul.Tensor 2025-03-21T21:18:14.2286031Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_37, aten.mul.Tensor 2025-03-21T21:18:14.2287451Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_38, aten.mul.Tensor 2025-03-21T21:18:14.2288880Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_40, aten.mul.Tensor 2025-03-21T21:18:14.2290301Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_39, aten.mul.Tensor 2025-03-21T21:18:14.2291718Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_41, aten.mul.Tensor 2025-03-21T21:18:14.2293136Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_42, aten.mul.Tensor 2025-03-21T21:18:14.2294544Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_44, aten.mul.Tensor 2025-03-21T21:18:14.2295973Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_43, aten.mul.Tensor 2025-03-21T21:18:14.2297366Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_45, aten.mul.Tensor 2025-03-21T21:18:14.2298810Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_46, aten.mul.Tensor 2025-03-21T21:18:14.2300341Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_48, aten.mul.Tensor 2025-03-21T21:18:14.2301740Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_47, aten.mul.Tensor 2025-03-21T21:18:14.2303185Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_49, aten.mul.Tensor 2025-03-21T21:18:14.2304632Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_50, aten.mul.Tensor 2025-03-21T21:18:14.2306088Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_52, aten.mul.Tensor 2025-03-21T21:18:14.2307519Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_51, aten.mul.Tensor 2025-03-21T21:18:14.2308944Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_53, aten.mul.Tensor 2025-03-21T21:18:14.2310603Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_54, aten.mul.Tensor 2025-03-21T21:18:14.2312022Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_56, aten.mul.Tensor 2025-03-21T21:18:14.2313449Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_55, aten.mul.Tensor 2025-03-21T21:18:14.2314864Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_57, aten.mul.Tensor 2025-03-21T21:18:14.2316285Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_58, aten.mul.Tensor 2025-03-21T21:18:14.2317830Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_60, aten.mul.Tensor 2025-03-21T21:18:14.2319209Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_59, aten.mul.Tensor 2025-03-21T21:18:14.2320652Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_61, aten.mul.Tensor 2025-03-21T21:18:14.2322071Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_62, aten.mul.Tensor 2025-03-21T21:18:14.2323500Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_64, aten.mul.Tensor 2025-03-21T21:18:14.2324854Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_63, aten.mul.Tensor 2025-03-21T21:18:14.2326259Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_65, aten.mul.Tensor 2025-03-21T21:18:14.2327811Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_66, aten.mul.Tensor 2025-03-21T21:18:14.2329243Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_68, aten.mul.Tensor 2025-03-21T21:18:14.2330626Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_67, aten.mul.Tensor 2025-03-21T21:18:14.2332104Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_69, aten.mul.Tensor 2025-03-21T21:18:14.2333526Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_70, aten.mul.Tensor 2025-03-21T21:18:14.2334949Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_72, aten.mul.Tensor 2025-03-21T21:18:14.2336375Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_71, aten.mul.Tensor 2025-03-21T21:18:14.2337780Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_73, aten.mul.Tensor 2025-03-21T21:18:14.2339182Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_74, aten.mul.Tensor 2025-03-21T21:18:14.2340609Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_76, aten.mul.Tensor 2025-03-21T21:18:14.2342035Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_75, aten.mul.Tensor 2025-03-21T21:18:14.2343431Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_77, aten.mul.Tensor 2025-03-21T21:18:14.2344881Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_78, aten.mul.Tensor 2025-03-21T21:18:14.2346319Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_80, aten.mul.Tensor 2025-03-21T21:18:14.2347817Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_79, aten.mul.Tensor 2025-03-21T21:18:14.2349310Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_81, aten.mul.Tensor 2025-03-21T21:18:14.2350780Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_82, aten.mul.Tensor 2025-03-21T21:18:14.2352226Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_84, aten.mul.Tensor 2025-03-21T21:18:14.2353637Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_83, aten.mul.Tensor 2025-03-21T21:18:14.2355063Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_85, aten.mul.Tensor 2025-03-21T21:18:14.2356491Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_86, aten.mul.Tensor 2025-03-21T21:18:14.2357897Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_88, aten.mul.Tensor 2025-03-21T21:18:14.2359313Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_87, aten.mul.Tensor 2025-03-21T21:18:14.6930753Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_89, aten.mul.Tensor 2025-03-21T21:18:14.6932266Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_90, aten.mul.Tensor 2025-03-21T21:18:14.6933682Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_92, aten.mul.Tensor 2025-03-21T21:18:14.6935367Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_91, aten.mul.Tensor 2025-03-21T21:18:14.6936782Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_93, aten.mul.Tensor 2025-03-21T21:18:14.6938204Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_94, aten.mul.Tensor 2025-03-21T21:18:14.6939617Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_96, aten.mul.Tensor 2025-03-21T21:18:14.6941020Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_95, aten.mul.Tensor 2025-03-21T21:18:14.6942448Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_97, aten.mul.Tensor 2025-03-21T21:18:14.6943849Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor, aten.sub.Tensor 2025-03-21T21:18:14.6945354Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor, aten.add.Tensor 2025-03-21T21:18:14.6946785Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_1, aten.sub.Tensor 2025-03-21T21:18:14.6948335Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_1, aten.add.Tensor 2025-03-21T21:18:14.6949850Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_2, aten.sub.Tensor 2025-03-21T21:18:14.6951287Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_2, aten.add.Tensor 2025-03-21T21:18:14.6952715Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_3, aten.sub.Tensor 2025-03-21T21:18:14.6954139Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_3, aten.add.Tensor 2025-03-21T21:18:14.6955540Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_4, aten.sub.Tensor 2025-03-21T21:18:14.6956960Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_4, aten.add.Tensor 2025-03-21T21:18:14.6958357Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_5, aten.sub.Tensor 2025-03-21T21:18:14.6959770Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_5, aten.add.Tensor 2025-03-21T21:18:14.6961175Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_6, aten.sub.Tensor 2025-03-21T21:18:14.6962582Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_6, aten.add.Tensor 2025-03-21T21:18:14.6963986Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_7, aten.sub.Tensor 2025-03-21T21:18:14.6965517Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_7, aten.add.Tensor 2025-03-21T21:18:14.6966888Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_8, aten.sub.Tensor 2025-03-21T21:18:14.6968308Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_8, aten.add.Tensor 2025-03-21T21:18:14.6969731Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_9, aten.sub.Tensor 2025-03-21T21:18:14.6971150Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_9, aten.add.Tensor 2025-03-21T21:18:14.6972536Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_10, aten.sub.Tensor 2025-03-21T21:18:14.6974017Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_10, aten.add.Tensor 2025-03-21T21:18:14.6975485Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_11, aten.sub.Tensor 2025-03-21T21:18:14.6977146Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_11, aten.add.Tensor 2025-03-21T21:18:14.6978568Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_12, aten.sub.Tensor 2025-03-21T21:18:14.6980079Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_19, aten._to_copy.default 2025-03-21T21:18:14.6981594Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_12, aten.add.Tensor 2025-03-21T21:18:14.6983230Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_20, aten._to_copy.default 2025-03-21T21:18:14.6984736Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_13, aten.sub.Tensor 2025-03-21T21:18:14.6986234Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_21, aten._to_copy.default 2025-03-21T21:18:14.6987744Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_13, aten.add.Tensor 2025-03-21T21:18:14.6989321Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_22, aten._to_copy.default 2025-03-21T21:18:14.6990840Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_14, aten.sub.Tensor 2025-03-21T21:18:14.6992362Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_23, aten._to_copy.default 2025-03-21T21:18:14.6993993Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_14, aten.add.Tensor 2025-03-21T21:18:14.6995477Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_24, aten._to_copy.default 2025-03-21T21:18:14.6997016Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_15, aten.sub.Tensor 2025-03-21T21:18:14.6998663Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_25, aten._to_copy.default 2025-03-21T21:18:14.7000236Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_15, aten.add.Tensor 2025-03-21T21:18:14.7001745Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_26, aten._to_copy.default 2025-03-21T21:18:14.7003264Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_16, aten.sub.Tensor 2025-03-21T21:18:14.7004783Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_27, aten._to_copy.default 2025-03-21T21:18:14.7006293Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_16, aten.add.Tensor 2025-03-21T21:18:14.7007784Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_28, aten._to_copy.default 2025-03-21T21:18:14.7009290Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_17, aten.sub.Tensor 2025-03-21T21:18:14.7010802Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_29, aten._to_copy.default 2025-03-21T21:18:14.7012271Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_17, aten.add.Tensor 2025-03-21T21:18:14.7013937Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_30, aten._to_copy.default 2025-03-21T21:18:14.7015457Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_18, aten.sub.Tensor 2025-03-21T21:18:14.7016970Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_31, aten._to_copy.default 2025-03-21T21:18:14.7018349Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_18, aten.add.Tensor 2025-03-21T21:18:14.7019820Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_32, aten._to_copy.default 2025-03-21T21:18:14.7021365Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_19, aten.sub.Tensor 2025-03-21T21:18:14.7022878Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_33, aten._to_copy.default 2025-03-21T21:18:14.7024368Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_19, aten.add.Tensor 2025-03-21T21:18:14.7025877Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_34, aten._to_copy.default 2025-03-21T21:18:14.7027364Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_20, aten.sub.Tensor 2025-03-21T21:18:14.7028883Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_35, aten._to_copy.default 2025-03-21T21:18:14.7030631Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_20, aten.add.Tensor 2025-03-21T21:18:14.7032128Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_36, aten._to_copy.default 2025-03-21T21:18:14.7033636Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_21, aten.sub.Tensor 2025-03-21T21:18:14.7035158Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_37, aten._to_copy.default 2025-03-21T21:18:14.7036626Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_21, aten.add.Tensor 2025-03-21T21:18:14.7038182Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_38, aten._to_copy.default 2025-03-21T21:18:14.7039710Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_22, aten.sub.Tensor 2025-03-21T21:18:14.7041308Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_39, aten._to_copy.default 2025-03-21T21:18:14.7042798Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_22, aten.add.Tensor 2025-03-21T21:18:14.7044343Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_40, aten._to_copy.default 2025-03-21T21:18:14.7045951Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_23, aten.sub.Tensor 2025-03-21T21:18:14.7047456Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_41, aten._to_copy.default 2025-03-21T21:18:14.7048977Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_23, aten.add.Tensor 2025-03-21T21:18:14.7050494Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_42, aten._to_copy.default 2025-03-21T21:18:14.7052011Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default, aten.cat.default 2025-03-21T21:18:14.7053435Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_1, aten.cat.default 2025-03-21T21:18:15.1419892Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_2, aten.cat.default 2025-03-21T21:18:15.1421374Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_3, aten.cat.default 2025-03-21T21:18:15.1422823Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_4, aten.cat.default 2025-03-21T21:18:15.1424295Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_5, aten.cat.default 2025-03-21T21:18:15.1425727Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_6, aten.cat.default 2025-03-21T21:18:15.1427398Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_7, aten.cat.default 2025-03-21T21:18:15.1428838Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_8, aten.cat.default 2025-03-21T21:18:15.1430350Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_9, aten.cat.default 2025-03-21T21:18:15.1431815Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_10, aten.cat.default 2025-03-21T21:18:15.1433273Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_11, aten.cat.default 2025-03-21T21:18:15.1434699Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_12, aten.cat.default 2025-03-21T21:18:15.1436271Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_43, aten._to_copy.default 2025-03-21T21:18:15.1437801Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_13, aten.cat.default 2025-03-21T21:18:15.1439245Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_14, aten.cat.default 2025-03-21T21:18:15.1440785Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_44, aten._to_copy.default 2025-03-21T21:18:15.1442357Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_15, aten.cat.default 2025-03-21T21:18:15.1444581Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_45, aten._to_copy.default 2025-03-21T21:18:15.1446102Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_16, aten.cat.default 2025-03-21T21:18:15.1447624Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_46, aten._to_copy.default 2025-03-21T21:18:15.1449153Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_17, aten.cat.default 2025-03-21T21:18:15.1450664Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_47, aten._to_copy.default 2025-03-21T21:18:15.1452182Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_18, aten.cat.default 2025-03-21T21:18:15.1453687Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_48, aten._to_copy.default 2025-03-21T21:18:15.1455357Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_19, aten.cat.default 2025-03-21T21:18:15.1456861Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_49, aten._to_copy.default 2025-03-21T21:18:15.1458403Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_20, aten.cat.default 2025-03-21T21:18:15.1460032Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_50, aten._to_copy.default 2025-03-21T21:18:15.1461567Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_21, aten.cat.default 2025-03-21T21:18:15.1462926Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_22, aten.cat.default 2025-03-21T21:18:15.1464404Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_23, aten.cat.default 2025-03-21T21:18:15.1465945Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_51, aten._to_copy.default 2025-03-21T21:18:15.1467639Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_37, aten.permute_copy.default 2025-03-21T21:18:15.1469370Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_52, aten._to_copy.default 2025-03-21T21:18:15.1471027Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_38, aten.permute_copy.default 2025-03-21T21:18:15.1472748Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_39, aten.permute_copy.default 2025-03-21T21:18:15.1474380Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_53, aten._to_copy.default 2025-03-21T21:18:15.1476371Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_40, aten.permute_copy.default 2025-03-21T21:18:15.1478050Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_54, aten._to_copy.default 2025-03-21T21:18:15.1479718Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_41, aten.permute_copy.default 2025-03-21T21:18:15.1481401Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_55, aten._to_copy.default 2025-03-21T21:18:15.1483075Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_42, aten.permute_copy.default 2025-03-21T21:18:15.1484737Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_56, aten._to_copy.default 2025-03-21T21:18:15.1486371Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_43, aten.permute_copy.default 2025-03-21T21:18:15.1488069Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_57, aten._to_copy.default 2025-03-21T21:18:15.1489769Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_44, aten.permute_copy.default 2025-03-21T21:18:15.1491439Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_58, aten._to_copy.default 2025-03-21T21:18:15.1493115Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_45, aten.permute_copy.default 2025-03-21T21:18:15.1494921Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_59, aten._to_copy.default 2025-03-21T21:18:15.1496590Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_46, aten.permute_copy.default 2025-03-21T21:18:15.1498300Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_47, aten.permute_copy.default 2025-03-21T21:18:15.1500030Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_48, aten.permute_copy.default 2025-03-21T21:18:15.1501697Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_60, aten._to_copy.default 2025-03-21T21:18:15.1503218Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_24, aten.cat.default 2025-03-21T21:18:15.1504814Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_26, aten.cat.default 2025-03-21T21:18:15.1506294Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_28, aten.cat.default 2025-03-21T21:18:15.1507734Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_30, aten.cat.default 2025-03-21T21:18:15.1509438Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_32, aten.cat.default 2025-03-21T21:18:15.1510893Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_34, aten.cat.default 2025-03-21T21:18:15.1512337Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_36, aten.cat.default 2025-03-21T21:18:15.1513788Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_38, aten.cat.default 2025-03-21T21:18:15.1515237Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_40, aten.cat.default 2025-03-21T21:18:15.1516691Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_42, aten.cat.default 2025-03-21T21:18:15.1518142Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_44, aten.cat.default 2025-03-21T21:18:15.1519565Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_46, aten.cat.default 2025-03-21T21:18:15.1521109Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default, aten.matmul.default 2025-03-21T21:18:15.1522664Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_2, aten.matmul.default 2025-03-21T21:18:15.1524211Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_4, aten.matmul.default 2025-03-21T21:18:15.1525832Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_6, aten.matmul.default 2025-03-21T21:18:15.1527355Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_8, aten.matmul.default 2025-03-21T21:18:15.1528902Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_10, aten.matmul.default 2025-03-21T21:18:15.1530451Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_12, aten.matmul.default 2025-03-21T21:18:15.1531989Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_14, aten.matmul.default 2025-03-21T21:18:15.1533572Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_16, aten.matmul.default 2025-03-21T21:18:15.1535125Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_18, aten.matmul.default 2025-03-21T21:18:15.1536673Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_20, aten.matmul.default 2025-03-21T21:18:15.1538202Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_22, aten.matmul.default 2025-03-21T21:18:15.1539671Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor, aten.div.Tensor 2025-03-21T21:18:15.1541075Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_1, aten.div.Tensor 2025-03-21T21:18:15.1542556Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_2, aten.div.Tensor 2025-03-21T21:18:15.7344337Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_3, aten.div.Tensor 2025-03-21T21:18:15.7345822Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_4, aten.div.Tensor 2025-03-21T21:18:15.7347211Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_5, aten.div.Tensor 2025-03-21T21:18:15.7348621Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_6, aten.div.Tensor 2025-03-21T21:18:15.7350104Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_7, aten.div.Tensor 2025-03-21T21:18:15.7351514Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_8, aten.div.Tensor 2025-03-21T21:18:15.7353188Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_9, aten.div.Tensor 2025-03-21T21:18:15.7354621Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_10, aten.div.Tensor 2025-03-21T21:18:15.7356035Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_11, aten.div.Tensor 2025-03-21T21:18:15.7357458Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_24, aten.add.Tensor 2025-03-21T21:18:15.7359023Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_25, aten.add.Tensor 2025-03-21T21:18:15.7360483Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_26, aten.add.Tensor 2025-03-21T21:18:15.7361916Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_27, aten.add.Tensor 2025-03-21T21:18:15.7363357Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_28, aten.add.Tensor 2025-03-21T21:18:15.7364780Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_29, aten.add.Tensor 2025-03-21T21:18:15.7366200Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_30, aten.add.Tensor 2025-03-21T21:18:15.7367632Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_31, aten.add.Tensor 2025-03-21T21:18:15.7369050Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_32, aten.add.Tensor 2025-03-21T21:18:15.7370466Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_33, aten.add.Tensor 2025-03-21T21:18:15.7371908Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_34, aten.add.Tensor 2025-03-21T21:18:15.7373349Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_35, aten.add.Tensor 2025-03-21T21:18:15.7374988Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default, aten._softmax.default 2025-03-21T21:18:15.7376750Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_1, aten._softmax.default 2025-03-21T21:18:15.7378353Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_2, aten._softmax.default 2025-03-21T21:18:15.7379943Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_3, aten._softmax.default 2025-03-21T21:18:15.7381489Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_4, aten._softmax.default 2025-03-21T21:18:15.7383223Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_5, aten._softmax.default 2025-03-21T21:18:15.7384892Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_6, aten._softmax.default 2025-03-21T21:18:15.7386569Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_7, aten._softmax.default 2025-03-21T21:18:15.7388147Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_8, aten._softmax.default 2025-03-21T21:18:15.7389868Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_9, aten._softmax.default 2025-03-21T21:18:15.7391614Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_10, aten._softmax.default 2025-03-21T21:18:15.7393178Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_11, aten._softmax.default 2025-03-21T21:18:15.7394786Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_1, aten.matmul.default 2025-03-21T21:18:15.7396368Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_3, aten.matmul.default 2025-03-21T21:18:15.7397946Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_5, aten.matmul.default 2025-03-21T21:18:15.7399469Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_7, aten.matmul.default 2025-03-21T21:18:15.7401010Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_9, aten.matmul.default 2025-03-21T21:18:15.7402660Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_11, aten.matmul.default 2025-03-21T21:18:15.7404209Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_13, aten.matmul.default 2025-03-21T21:18:15.7405732Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_15, aten.matmul.default 2025-03-21T21:18:15.7407518Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_17, aten.matmul.default 2025-03-21T21:18:15.7409059Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_19, aten.matmul.default 2025-03-21T21:18:15.7410595Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_21, aten.matmul.default 2025-03-21T21:18:15.7412168Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_23, aten.matmul.default 2025-03-21T21:18:15.7413670Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_48, aten.cat.default 2025-03-21T21:18:15.7415329Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_109, aten.view_copy.default 2025-03-21T21:18:15.7416887Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1169, aten.permute_copy.default 2025-03-21T21:18:15.7418575Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_36, aten.convolution.default 2025-03-21T21:18:15.7420282Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1170, aten.permute_copy.default 2025-03-21T21:18:15.7421935Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_110, aten.view_copy.default 2025-03-21T21:18:15.7423659Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_36, aten.add.Tensor 2025-03-21T21:18:15.7425172Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_rms_norm_default_1, aten.rms_norm.default 2025-03-21T21:18:15.7426800Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_111, aten.view_copy.default 2025-03-21T21:18:15.7428464Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1171, aten.permute_copy.default 2025-03-21T21:18:15.7430275Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_37, aten.convolution.default 2025-03-21T21:18:15.7431997Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_38, aten.convolution.default 2025-03-21T21:18:15.7433615Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sigmoid_default, aten.sigmoid.default 2025-03-21T21:18:15.7435104Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_100, aten.mul.Tensor 2025-03-21T21:18:15.7436521Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_101, aten.mul.Tensor 2025-03-21T21:18:15.7438099Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_39, aten.convolution.default 2025-03-21T21:18:15.7439838Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1172, aten.permute_copy.default 2025-03-21T21:18:15.7441660Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_112, aten.view_copy.default 2025-03-21T21:18:15.7443205Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_37, aten.add.Tensor 2025-03-21T21:18:15.7444730Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_rms_norm_default_2, aten.rms_norm.default 2025-03-21T21:18:15.7446324Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_113, aten.view_copy.default 2025-03-21T21:18:15.7448030Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1173, aten.permute_copy.default 2025-03-21T21:18:15.7449707Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_61, aten._to_copy.default 2025-03-21T21:18:15.7451444Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_40, aten.convolution.default 2025-03-21T21:18:15.7453219Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1174, aten.permute_copy.default 2025-03-21T21:18:15.7454959Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_41, aten.convolution.default 2025-03-21T21:18:15.7456751Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1175, aten.permute_copy.default 2025-03-21T21:18:15.7458465Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_42, aten.convolution.default 2025-03-21T21:18:15.7460192Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1176, aten.permute_copy.default 2025-03-21T21:18:15.7461921Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_43, aten.convolution.default 2025-03-21T21:18:15.7463701Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1177, aten.permute_copy.default 2025-03-21T21:18:15.7465527Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_44, aten.convolution.default 2025-03-21T21:18:15.7467343Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1178, aten.permute_copy.default 2025-03-21T21:18:16.3674788Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_45, aten.convolution.default 2025-03-21T21:18:16.3676731Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1179, aten.permute_copy.default 2025-03-21T21:18:16.3678764Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_46, aten.convolution.default 2025-03-21T21:18:16.3680500Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1180, aten.permute_copy.default 2025-03-21T21:18:16.3682232Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_47, aten.convolution.default 2025-03-21T21:18:16.3683959Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1181, aten.permute_copy.default 2025-03-21T21:18:16.3685684Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_48, aten.convolution.default 2025-03-21T21:18:16.3687409Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1182, aten.permute_copy.default 2025-03-21T21:18:16.3689127Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_49, aten.convolution.default 2025-03-21T21:18:16.3690891Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1183, aten.permute_copy.default 2025-03-21T21:18:16.3692660Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_50, aten.convolution.default 2025-03-21T21:18:16.3694391Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1184, aten.permute_copy.default 2025-03-21T21:18:16.3696309Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_51, aten.convolution.default 2025-03-21T21:18:16.3698074Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1185, aten.permute_copy.default 2025-03-21T21:18:16.3699813Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_52, aten.convolution.default 2025-03-21T21:18:16.3701535Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1186, aten.permute_copy.default 2025-03-21T21:18:16.3703266Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_53, aten.convolution.default 2025-03-21T21:18:16.3704999Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1187, aten.permute_copy.default 2025-03-21T21:18:16.3706846Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_54, aten.convolution.default 2025-03-21T21:18:16.3708593Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1188, aten.permute_copy.default 2025-03-21T21:18:16.3710411Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_55, aten.convolution.default 2025-03-21T21:18:16.3712350Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1189, aten.permute_copy.default 2025-03-21T21:18:16.3714079Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_56, aten.convolution.default 2025-03-21T21:18:16.3715828Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1190, aten.permute_copy.default 2025-03-21T21:18:16.3717549Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_57, aten.convolution.default 2025-03-21T21:18:16.3719322Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1191, aten.permute_copy.default 2025-03-21T21:18:16.3721082Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_58, aten.convolution.default 2025-03-21T21:18:16.3722815Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1192, aten.permute_copy.default 2025-03-21T21:18:16.3724553Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_59, aten.convolution.default 2025-03-21T21:18:16.3726275Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1193, aten.permute_copy.default 2025-03-21T21:18:16.3728001Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_60, aten.convolution.default 2025-03-21T21:18:16.3729812Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1194, aten.permute_copy.default 2025-03-21T21:18:16.3731555Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_61, aten.convolution.default 2025-03-21T21:18:16.3733255Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1195, aten.permute_copy.default 2025-03-21T21:18:16.3735012Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_62, aten.convolution.default 2025-03-21T21:18:16.3736756Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1196, aten.permute_copy.default 2025-03-21T21:18:16.3738480Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_63, aten.convolution.default 2025-03-21T21:18:16.3740146Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1197, aten.permute_copy.default 2025-03-21T21:18:16.3741916Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_64, aten.convolution.default 2025-03-21T21:18:16.3743672Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1198, aten.permute_copy.default 2025-03-21T21:18:16.3745404Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_65, aten.convolution.default 2025-03-21T21:18:16.3747237Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1199, aten.permute_copy.default 2025-03-21T21:18:16.3749043Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_66, aten.convolution.default 2025-03-21T21:18:16.3750761Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1200, aten.permute_copy.default 2025-03-21T21:18:16.3752488Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_67, aten.convolution.default 2025-03-21T21:18:16.3754217Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1201, aten.permute_copy.default 2025-03-21T21:18:16.3755968Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_68, aten.convolution.default 2025-03-21T21:18:16.3757757Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1202, aten.permute_copy.default 2025-03-21T21:18:16.3759521Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_69, aten.convolution.default 2025-03-21T21:18:16.3761252Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1203, aten.permute_copy.default 2025-03-21T21:18:16.3762982Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_70, aten.convolution.default 2025-03-21T21:18:16.3764740Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1204, aten.permute_copy.default 2025-03-21T21:18:16.3766502Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_71, aten.convolution.default 2025-03-21T21:18:16.3768229Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1205, aten.permute_copy.default 2025-03-21T21:18:16.3769960Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_72, aten.convolution.default 2025-03-21T21:18:16.3771696Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1206, aten.permute_copy.default 2025-03-21T21:18:16.3773421Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_73, aten.convolution.default 2025-03-21T21:18:16.3775132Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1207, aten.permute_copy.default 2025-03-21T21:18:16.3777022Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_74, aten.convolution.default 2025-03-21T21:18:16.3778889Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1208, aten.permute_copy.default 2025-03-21T21:18:16.3780576Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_75, aten.convolution.default 2025-03-21T21:18:16.3782318Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1209, aten.permute_copy.default 2025-03-21T21:18:16.3783998Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_62, aten._to_copy.default 2025-03-21T21:18:16.3785469Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_63, aten._to_copy.default 2025-03-21T21:18:16.3787054Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_64, aten._to_copy.default 2025-03-21T21:18:16.3788677Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_65, aten._to_copy.default 2025-03-21T21:18:16.3790358Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_66, aten._to_copy.default 2025-03-21T21:18:16.3791947Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_67, aten._to_copy.default 2025-03-21T21:18:16.3793528Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_68, aten._to_copy.default 2025-03-21T21:18:16.3795125Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_69, aten._to_copy.default 2025-03-21T21:18:16.3796845Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_70, aten._to_copy.default 2025-03-21T21:18:16.6439022Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_71, aten._to_copy.default 2025-03-21T21:18:16.6440703Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_72, aten._to_copy.default 2025-03-21T21:18:16.6442300Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_114, aten.view_copy.default 2025-03-21T21:18:16.6443958Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_115, aten.view_copy.default 2025-03-21T21:18:16.6445591Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_116, aten.view_copy.default 2025-03-21T21:18:16.6447477Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_117, aten.view_copy.default 2025-03-21T21:18:16.6449125Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_118, aten.view_copy.default 2025-03-21T21:18:16.6450828Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_119, aten.view_copy.default 2025-03-21T21:18:16.6452584Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_120, aten.view_copy.default 2025-03-21T21:18:16.6454219Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_121, aten.view_copy.default 2025-03-21T21:18:16.6455891Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_122, aten.view_copy.default 2025-03-21T21:18:16.6457546Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_123, aten.view_copy.default 2025-03-21T21:18:16.6459178Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_124, aten.view_copy.default 2025-03-21T21:18:16.6460869Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_125, aten.view_copy.default 2025-03-21T21:18:16.6462552Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_126, aten.view_copy.default 2025-03-21T21:18:16.6464203Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_127, aten.view_copy.default 2025-03-21T21:18:16.6465850Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_128, aten.view_copy.default 2025-03-21T21:18:16.6467500Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_129, aten.view_copy.default 2025-03-21T21:18:16.6469477Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_130, aten.view_copy.default 2025-03-21T21:18:16.6471122Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_131, aten.view_copy.default 2025-03-21T21:18:16.6472773Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_132, aten.view_copy.default 2025-03-21T21:18:16.6474418Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_133, aten.view_copy.default 2025-03-21T21:18:16.6476225Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_134, aten.view_copy.default 2025-03-21T21:18:16.6477921Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_135, aten.view_copy.default 2025-03-21T21:18:16.6479573Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_136, aten.view_copy.default 2025-03-21T21:18:16.6481150Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_137, aten.view_copy.default 2025-03-21T21:18:16.6482845Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_138, aten.view_copy.default 2025-03-21T21:18:16.6484507Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_73, aten._to_copy.default 2025-03-21T21:18:16.6486267Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_139, aten.view_copy.default 2025-03-21T21:18:16.6487864Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_74, aten._to_copy.default 2025-03-21T21:18:16.6489492Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_140, aten.view_copy.default 2025-03-21T21:18:16.6491108Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_75, aten._to_copy.default 2025-03-21T21:18:16.6492712Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_141, aten.view_copy.default 2025-03-21T21:18:16.6494330Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_76, aten._to_copy.default 2025-03-21T21:18:16.6495942Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_142, aten.view_copy.default 2025-03-21T21:18:16.6497667Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_77, aten._to_copy.default 2025-03-21T21:18:16.6499252Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_143, aten.view_copy.default 2025-03-21T21:18:16.6500891Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_78, aten._to_copy.default 2025-03-21T21:18:16.6502611Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_144, aten.view_copy.default 2025-03-21T21:18:16.6504130Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_79, aten._to_copy.default 2025-03-21T21:18:16.6505691Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_145, aten.view_copy.default 2025-03-21T21:18:16.6507348Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_80, aten._to_copy.default 2025-03-21T21:18:16.6508951Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_146, aten.view_copy.default 2025-03-21T21:18:16.6510654Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_81, aten._to_copy.default 2025-03-21T21:18:16.6512276Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_147, aten.view_copy.default 2025-03-21T21:18:16.6513919Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_148, aten.view_copy.default 2025-03-21T21:18:16.6515526Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_82, aten._to_copy.default 2025-03-21T21:18:16.6517134Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_149, aten.view_copy.default 2025-03-21T21:18:16.6518913Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_83, aten._to_copy.default 2025-03-21T21:18:16.6520519Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_48, aten.slice_copy.Tensor 2025-03-21T21:18:16.6522158Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_49, aten.slice_copy.Tensor 2025-03-21T21:18:16.6523787Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_50, aten.slice_copy.Tensor 2025-03-21T21:18:16.6525428Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_51, aten.slice_copy.Tensor 2025-03-21T21:18:16.6527074Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_52, aten.slice_copy.Tensor 2025-03-21T21:18:16.6528685Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_53, aten.slice_copy.Tensor 2025-03-21T21:18:16.6530379Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_54, aten.slice_copy.Tensor 2025-03-21T21:18:16.6532047Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_55, aten.slice_copy.Tensor 2025-03-21T21:18:16.6533690Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_56, aten.slice_copy.Tensor 2025-03-21T21:18:16.6535416Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_57, aten.slice_copy.Tensor 2025-03-21T21:18:16.6537049Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_58, aten.slice_copy.Tensor 2025-03-21T21:18:16.6538687Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_59, aten.slice_copy.Tensor 2025-03-21T21:18:16.6540307Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_60, aten.slice_copy.Tensor 2025-03-21T21:18:16.6541941Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_61, aten.slice_copy.Tensor 2025-03-21T21:18:16.6543547Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_62, aten.slice_copy.Tensor 2025-03-21T21:18:16.6545213Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_63, aten.slice_copy.Tensor 2025-03-21T21:18:16.6546886Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_64, aten.slice_copy.Tensor 2025-03-21T21:18:16.6548527Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_65, aten.slice_copy.Tensor 2025-03-21T21:18:16.6550246Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_66, aten.slice_copy.Tensor 2025-03-21T21:18:16.6551915Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_67, aten.slice_copy.Tensor 2025-03-21T21:18:16.6553560Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_68, aten.slice_copy.Tensor 2025-03-21T21:18:16.6555224Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_69, aten.slice_copy.Tensor 2025-03-21T21:18:16.6556842Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_70, aten.slice_copy.Tensor 2025-03-21T21:18:16.6558482Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_71, aten.slice_copy.Tensor 2025-03-21T21:18:16.6560149Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_72, aten.slice_copy.Tensor 2025-03-21T21:18:16.6561770Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_73, aten.slice_copy.Tensor 2025-03-21T21:18:17.0785859Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_74, aten.slice_copy.Tensor 2025-03-21T21:18:17.0786800Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_75, aten.slice_copy.Tensor 2025-03-21T21:18:17.0787961Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_76, aten.slice_copy.Tensor 2025-03-21T21:18:17.0788852Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_77, aten.slice_copy.Tensor 2025-03-21T21:18:17.0789838Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_78, aten.slice_copy.Tensor 2025-03-21T21:18:17.0790728Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_79, aten.slice_copy.Tensor 2025-03-21T21:18:17.0791615Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_80, aten.slice_copy.Tensor 2025-03-21T21:18:17.0792494Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_81, aten.slice_copy.Tensor 2025-03-21T21:18:17.0793380Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_82, aten.slice_copy.Tensor 2025-03-21T21:18:17.0794266Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_83, aten.slice_copy.Tensor 2025-03-21T21:18:17.0795157Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_84, aten.slice_copy.Tensor 2025-03-21T21:18:17.0796050Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_85, aten.slice_copy.Tensor 2025-03-21T21:18:17.0796940Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_86, aten.slice_copy.Tensor 2025-03-21T21:18:17.0797894Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_87, aten.slice_copy.Tensor 2025-03-21T21:18:17.0798766Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_88, aten.slice_copy.Tensor 2025-03-21T21:18:17.0799658Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_89, aten.slice_copy.Tensor 2025-03-21T21:18:17.0800543Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_90, aten.slice_copy.Tensor 2025-03-21T21:18:17.0801432Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_91, aten.slice_copy.Tensor 2025-03-21T21:18:17.0802320Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_92, aten.slice_copy.Tensor 2025-03-21T21:18:17.0803260Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_93, aten.slice_copy.Tensor 2025-03-21T21:18:17.0804154Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_94, aten.slice_copy.Tensor 2025-03-21T21:18:17.0805031Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_95, aten.slice_copy.Tensor 2025-03-21T21:18:17.0805935Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_74, aten.cat.default 2025-03-21T21:18:17.0806738Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_76, aten.cat.default 2025-03-21T21:18:17.0807528Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_78, aten.cat.default 2025-03-21T21:18:17.0808331Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_80, aten.cat.default 2025-03-21T21:18:17.0809125Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_82, aten.cat.default 2025-03-21T21:18:17.0809908Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_84, aten.cat.default 2025-03-21T21:18:17.0810702Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_86, aten.cat.default 2025-03-21T21:18:17.0811492Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_88, aten.cat.default 2025-03-21T21:18:17.0812281Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_90, aten.cat.default 2025-03-21T21:18:17.0813068Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_92, aten.cat.default 2025-03-21T21:18:17.0813858Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_94, aten.cat.default 2025-03-21T21:18:17.0814667Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_96, aten.cat.default 2025-03-21T21:18:17.0815461Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_104, aten.mul.Tensor 2025-03-21T21:18:17.0816250Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_106, aten.mul.Tensor 2025-03-21T21:18:17.0817037Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_105, aten.mul.Tensor 2025-03-21T21:18:17.0817822Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_107, aten.mul.Tensor 2025-03-21T21:18:17.0818610Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_108, aten.mul.Tensor 2025-03-21T21:18:17.0819391Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_110, aten.mul.Tensor 2025-03-21T21:18:17.0820159Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_109, aten.mul.Tensor 2025-03-21T21:18:17.0820942Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_111, aten.mul.Tensor 2025-03-21T21:18:17.0821725Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_112, aten.mul.Tensor 2025-03-21T21:18:17.0822510Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_114, aten.mul.Tensor 2025-03-21T21:18:17.0823322Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_113, aten.mul.Tensor 2025-03-21T21:18:17.0824105Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_115, aten.mul.Tensor 2025-03-21T21:18:17.0824877Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_116, aten.mul.Tensor 2025-03-21T21:18:17.0825659Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_118, aten.mul.Tensor 2025-03-21T21:18:17.0826440Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_117, aten.mul.Tensor 2025-03-21T21:18:17.0827228Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_119, aten.mul.Tensor 2025-03-21T21:18:17.0828010Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_120, aten.mul.Tensor 2025-03-21T21:18:17.0828821Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_122, aten.mul.Tensor 2025-03-21T21:18:17.0829676Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_121, aten.mul.Tensor 2025-03-21T21:18:17.0830463Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_123, aten.mul.Tensor 2025-03-21T21:18:17.0831248Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_124, aten.mul.Tensor 2025-03-21T21:18:17.0832095Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_126, aten.mul.Tensor 2025-03-21T21:18:17.0832880Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_125, aten.mul.Tensor 2025-03-21T21:18:17.0833667Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_127, aten.mul.Tensor 2025-03-21T21:18:17.0834448Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_128, aten.mul.Tensor 2025-03-21T21:18:17.0835221Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_130, aten.mul.Tensor 2025-03-21T21:18:17.0836137Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_129, aten.mul.Tensor 2025-03-21T21:18:17.0836994Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_131, aten.mul.Tensor 2025-03-21T21:18:17.0837839Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_132, aten.mul.Tensor 2025-03-21T21:18:17.0838721Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_134, aten.mul.Tensor 2025-03-21T21:18:17.0839578Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_133, aten.mul.Tensor 2025-03-21T21:18:17.0840413Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_135, aten.mul.Tensor 2025-03-21T21:18:17.0841302Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_136, aten.mul.Tensor 2025-03-21T21:18:17.0842146Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_138, aten.mul.Tensor 2025-03-21T21:18:17.0842992Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_137, aten.mul.Tensor 2025-03-21T21:18:17.0843846Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_139, aten.mul.Tensor 2025-03-21T21:18:17.0844694Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_140, aten.mul.Tensor 2025-03-21T21:18:17.0845529Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_142, aten.mul.Tensor 2025-03-21T21:18:17.0846405Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_141, aten.mul.Tensor 2025-03-21T21:18:17.0847249Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_143, aten.mul.Tensor 2025-03-21T21:18:17.0848090Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_144, aten.mul.Tensor 2025-03-21T21:18:17.0857483Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_146, aten.mul.Tensor 2025-03-21T21:18:17.0858490Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_145, aten.mul.Tensor 2025-03-21T21:18:17.0859481Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_147, aten.mul.Tensor 2025-03-21T21:18:17.0860343Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_148, aten.mul.Tensor 2025-03-21T21:18:17.0861209Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_150, aten.mul.Tensor 2025-03-21T21:18:17.0862039Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_149, aten.mul.Tensor 2025-03-21T21:18:17.0862890Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_151, aten.mul.Tensor 2025-03-21T21:18:17.5231103Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_152, aten.mul.Tensor 2025-03-21T21:18:17.5231951Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_154, aten.mul.Tensor 2025-03-21T21:18:17.5232958Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_153, aten.mul.Tensor 2025-03-21T21:18:17.5233759Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_155, aten.mul.Tensor 2025-03-21T21:18:17.5234549Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_156, aten.mul.Tensor 2025-03-21T21:18:17.5235397Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_158, aten.mul.Tensor 2025-03-21T21:18:17.5236180Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_157, aten.mul.Tensor 2025-03-21T21:18:17.5236949Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_159, aten.mul.Tensor 2025-03-21T21:18:17.5237740Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_160, aten.mul.Tensor 2025-03-21T21:18:17.5238549Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_162, aten.mul.Tensor 2025-03-21T21:18:17.5239334Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_161, aten.mul.Tensor 2025-03-21T21:18:17.5240115Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_163, aten.mul.Tensor 2025-03-21T21:18:17.5240897Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_164, aten.mul.Tensor 2025-03-21T21:18:17.5241664Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_166, aten.mul.Tensor 2025-03-21T21:18:17.5242447Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_165, aten.mul.Tensor 2025-03-21T21:18:17.5243232Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_167, aten.mul.Tensor 2025-03-21T21:18:17.5244060Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_168, aten.mul.Tensor 2025-03-21T21:18:17.5244843Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_170, aten.mul.Tensor 2025-03-21T21:18:17.5245621Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_169, aten.mul.Tensor 2025-03-21T21:18:17.5246392Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_171, aten.mul.Tensor 2025-03-21T21:18:17.5247177Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_172, aten.mul.Tensor 2025-03-21T21:18:17.5247958Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_174, aten.mul.Tensor 2025-03-21T21:18:17.5248744Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_173, aten.mul.Tensor 2025-03-21T21:18:17.5249524Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_175, aten.mul.Tensor 2025-03-21T21:18:17.5250302Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_176, aten.mul.Tensor 2025-03-21T21:18:17.5251085Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_178, aten.mul.Tensor 2025-03-21T21:18:17.5251889Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_177, aten.mul.Tensor 2025-03-21T21:18:17.5252657Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_179, aten.mul.Tensor 2025-03-21T21:18:17.5253486Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_180, aten.mul.Tensor 2025-03-21T21:18:17.5254266Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_182, aten.mul.Tensor 2025-03-21T21:18:17.5255055Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_181, aten.mul.Tensor 2025-03-21T21:18:17.5255830Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_183, aten.mul.Tensor 2025-03-21T21:18:17.5256611Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_184, aten.mul.Tensor 2025-03-21T21:18:17.5257385Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_186, aten.mul.Tensor 2025-03-21T21:18:17.5258169Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_185, aten.mul.Tensor 2025-03-21T21:18:17.5258979Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_187, aten.mul.Tensor 2025-03-21T21:18:17.5259766Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_188, aten.mul.Tensor 2025-03-21T21:18:17.5260549Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_190, aten.mul.Tensor 2025-03-21T21:18:17.5261358Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_189, aten.mul.Tensor 2025-03-21T21:18:17.5262128Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_191, aten.mul.Tensor 2025-03-21T21:18:17.5262914Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_192, aten.mul.Tensor 2025-03-21T21:18:17.5263696Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_194, aten.mul.Tensor 2025-03-21T21:18:17.5264478Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_193, aten.mul.Tensor 2025-03-21T21:18:17.5265255Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_195, aten.mul.Tensor 2025-03-21T21:18:17.5266040Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_196, aten.mul.Tensor 2025-03-21T21:18:17.5266821Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_198, aten.mul.Tensor 2025-03-21T21:18:17.5267590Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_197, aten.mul.Tensor 2025-03-21T21:18:17.5268372Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_199, aten.mul.Tensor 2025-03-21T21:18:17.5269240Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_24, aten.sub.Tensor 2025-03-21T21:18:17.5270062Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_38, aten.add.Tensor 2025-03-21T21:18:17.5270851Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_25, aten.sub.Tensor 2025-03-21T21:18:17.5271634Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_39, aten.add.Tensor 2025-03-21T21:18:17.5272401Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_26, aten.sub.Tensor 2025-03-21T21:18:17.5273185Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_40, aten.add.Tensor 2025-03-21T21:18:17.5273965Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_27, aten.sub.Tensor 2025-03-21T21:18:17.5274744Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_41, aten.add.Tensor 2025-03-21T21:18:17.5275517Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_28, aten.sub.Tensor 2025-03-21T21:18:17.5276484Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_42, aten.add.Tensor 2025-03-21T21:18:17.5277248Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_29, aten.sub.Tensor 2025-03-21T21:18:17.5278026Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_43, aten.add.Tensor 2025-03-21T21:18:17.5278805Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_30, aten.sub.Tensor 2025-03-21T21:18:17.5279643Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_44, aten.add.Tensor 2025-03-21T21:18:17.5280422Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_31, aten.sub.Tensor 2025-03-21T21:18:17.5281203Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_45, aten.add.Tensor 2025-03-21T21:18:17.5282158Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_32, aten.sub.Tensor 2025-03-21T21:18:17.5282990Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_46, aten.add.Tensor 2025-03-21T21:18:17.5283772Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_33, aten.sub.Tensor 2025-03-21T21:18:17.5284552Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_47, aten.add.Tensor 2025-03-21T21:18:17.5285389Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_34, aten.sub.Tensor 2025-03-21T21:18:17.5286168Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_48, aten.add.Tensor 2025-03-21T21:18:17.5286945Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_35, aten.sub.Tensor 2025-03-21T21:18:17.5287752Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_49, aten.add.Tensor 2025-03-21T21:18:17.5288526Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_36, aten.sub.Tensor 2025-03-21T21:18:17.5289350Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_84, aten._to_copy.default 2025-03-21T21:18:17.5290177Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_50, aten.add.Tensor 2025-03-21T21:18:17.5291001Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_85, aten._to_copy.default 2025-03-21T21:18:17.5291827Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_37, aten.sub.Tensor 2025-03-21T21:18:17.5292653Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_86, aten._to_copy.default 2025-03-21T21:18:17.5293465Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_51, aten.add.Tensor 2025-03-21T21:18:17.5294290Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_87, aten._to_copy.default 2025-03-21T21:18:17.5295116Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_38, aten.sub.Tensor 2025-03-21T21:18:17.5295938Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_88, aten._to_copy.default 2025-03-21T21:18:17.5296798Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_52, aten.add.Tensor 2025-03-21T21:18:17.5297625Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_89, aten._to_copy.default 2025-03-21T21:18:17.9694432Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_39, aten.sub.Tensor 2025-03-21T21:18:17.9695414Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_90, aten._to_copy.default 2025-03-21T21:18:17.9696315Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_53, aten.add.Tensor 2025-03-21T21:18:17.9697209Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_91, aten._to_copy.default 2025-03-21T21:18:17.9698095Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_40, aten.sub.Tensor 2025-03-21T21:18:17.9698974Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_92, aten._to_copy.default 2025-03-21T21:18:17.9699902Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_54, aten.add.Tensor 2025-03-21T21:18:17.9700790Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_93, aten._to_copy.default 2025-03-21T21:18:17.9701658Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_41, aten.sub.Tensor 2025-03-21T21:18:17.9702795Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_94, aten._to_copy.default 2025-03-21T21:18:17.9703725Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_55, aten.add.Tensor 2025-03-21T21:18:17.9704628Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_95, aten._to_copy.default 2025-03-21T21:18:17.9705515Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_42, aten.sub.Tensor 2025-03-21T21:18:17.9706398Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_96, aten._to_copy.default 2025-03-21T21:18:17.9707271Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_56, aten.add.Tensor 2025-03-21T21:18:17.9708158Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_97, aten._to_copy.default 2025-03-21T21:18:17.9709197Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_43, aten.sub.Tensor 2025-03-21T21:18:17.9710240Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_98, aten._to_copy.default 2025-03-21T21:18:17.9711091Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_57, aten.add.Tensor 2025-03-21T21:18:17.9711992Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_99, aten._to_copy.default 2025-03-21T21:18:17.9712814Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_44, aten.sub.Tensor 2025-03-21T21:18:17.9713640Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_100, aten._to_copy.default 2025-03-21T21:18:17.9714466Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_58, aten.add.Tensor 2025-03-21T21:18:17.9715299Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_101, aten._to_copy.default 2025-03-21T21:18:17.9716121Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_45, aten.sub.Tensor 2025-03-21T21:18:17.9716953Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_102, aten._to_copy.default 2025-03-21T21:18:17.9717777Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_59, aten.add.Tensor 2025-03-21T21:18:17.9718593Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_103, aten._to_copy.default 2025-03-21T21:18:17.9719422Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_46, aten.sub.Tensor 2025-03-21T21:18:17.9720307Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_104, aten._to_copy.default 2025-03-21T21:18:17.9721136Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_60, aten.add.Tensor 2025-03-21T21:18:17.9721966Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_105, aten._to_copy.default 2025-03-21T21:18:17.9722796Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_47, aten.sub.Tensor 2025-03-21T21:18:17.9723620Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_106, aten._to_copy.default 2025-03-21T21:18:17.9724439Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_61, aten.add.Tensor 2025-03-21T21:18:17.9725265Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_107, aten._to_copy.default 2025-03-21T21:18:17.9726097Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_49, aten.cat.default 2025-03-21T21:18:17.9726896Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_50, aten.cat.default 2025-03-21T21:18:17.9727693Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_51, aten.cat.default 2025-03-21T21:18:17.9728488Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_52, aten.cat.default 2025-03-21T21:18:17.9729339Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_53, aten.cat.default 2025-03-21T21:18:17.9730123Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_54, aten.cat.default 2025-03-21T21:18:17.9730923Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_55, aten.cat.default 2025-03-21T21:18:17.9731719Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_56, aten.cat.default 2025-03-21T21:18:17.9732516Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_57, aten.cat.default 2025-03-21T21:18:17.9733316Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_58, aten.cat.default 2025-03-21T21:18:17.9734108Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_59, aten.cat.default 2025-03-21T21:18:17.9734917Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_60, aten.cat.default 2025-03-21T21:18:17.9735704Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_61, aten.cat.default 2025-03-21T21:18:17.9736538Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_108, aten._to_copy.default 2025-03-21T21:18:17.9737368Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_62, aten.cat.default 2025-03-21T21:18:17.9738236Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_109, aten._to_copy.default 2025-03-21T21:18:17.9739074Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_63, aten.cat.default 2025-03-21T21:18:17.9739909Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_110, aten._to_copy.default 2025-03-21T21:18:17.9740727Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_64, aten.cat.default 2025-03-21T21:18:17.9741562Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_111, aten._to_copy.default 2025-03-21T21:18:17.9742400Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_65, aten.cat.default 2025-03-21T21:18:17.9743232Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_112, aten._to_copy.default 2025-03-21T21:18:17.9744067Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_66, aten.cat.default 2025-03-21T21:18:17.9744898Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_113, aten._to_copy.default 2025-03-21T21:18:17.9745716Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_67, aten.cat.default 2025-03-21T21:18:17.9746577Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_114, aten._to_copy.default 2025-03-21T21:18:17.9747408Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_68, aten.cat.default 2025-03-21T21:18:17.9748242Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_115, aten._to_copy.default 2025-03-21T21:18:17.9749155Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_69, aten.cat.default 2025-03-21T21:18:17.9749995Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_116, aten._to_copy.default 2025-03-21T21:18:17.9750834Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_70, aten.cat.default 2025-03-21T21:18:17.9751653Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_117, aten._to_copy.default 2025-03-21T21:18:17.9752487Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_71, aten.cat.default 2025-03-21T21:18:17.9753327Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_118, aten._to_copy.default 2025-03-21T21:18:17.9754161Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_72, aten.cat.default 2025-03-21T21:18:17.9754994Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_119, aten._to_copy.default 2025-03-21T21:18:17.9755938Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_90, aten.permute_copy.default 2025-03-21T21:18:17.9756848Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_120, aten._to_copy.default 2025-03-21T21:18:17.9757744Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_91, aten.permute_copy.default 2025-03-21T21:18:17.9758658Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_121, aten._to_copy.default 2025-03-21T21:18:17.9759566Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_92, aten.permute_copy.default 2025-03-21T21:18:17.9760469Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_122, aten._to_copy.default 2025-03-21T21:18:17.9761410Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_93, aten.permute_copy.default 2025-03-21T21:18:17.9762315Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_123, aten._to_copy.default 2025-03-21T21:18:18.4509103Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_94, aten.permute_copy.default 2025-03-21T21:18:18.4510315Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_124, aten._to_copy.default 2025-03-21T21:18:18.4511227Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_95, aten.permute_copy.default 2025-03-21T21:18:18.4512146Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_125, aten._to_copy.default 2025-03-21T21:18:18.4513052Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_96, aten.permute_copy.default 2025-03-21T21:18:18.4513964Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_126, aten._to_copy.default 2025-03-21T21:18:18.4514866Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_97, aten.permute_copy.default 2025-03-21T21:18:18.4515757Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_127, aten._to_copy.default 2025-03-21T21:18:18.4516657Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_98, aten.permute_copy.default 2025-03-21T21:18:18.4517558Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_128, aten._to_copy.default 2025-03-21T21:18:18.4518457Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_99, aten.permute_copy.default 2025-03-21T21:18:18.4519421Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_129, aten._to_copy.default 2025-03-21T21:18:18.4520333Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_100, aten.permute_copy.default 2025-03-21T21:18:18.4521250Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_130, aten._to_copy.default 2025-03-21T21:18:18.4522145Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_101, aten.permute_copy.default 2025-03-21T21:18:18.4523059Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_131, aten._to_copy.default 2025-03-21T21:18:18.4523899Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_73, aten.cat.default 2025-03-21T21:18:18.4524700Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_75, aten.cat.default 2025-03-21T21:18:18.4525497Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_77, aten.cat.default 2025-03-21T21:18:18.4526286Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_79, aten.cat.default 2025-03-21T21:18:18.4527081Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_81, aten.cat.default 2025-03-21T21:18:18.4527860Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_83, aten.cat.default 2025-03-21T21:18:18.4528707Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_85, aten.cat.default 2025-03-21T21:18:18.4529493Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_87, aten.cat.default 2025-03-21T21:18:18.4530286Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_89, aten.cat.default 2025-03-21T21:18:18.4531075Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_91, aten.cat.default 2025-03-21T21:18:18.4531866Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_93, aten.cat.default 2025-03-21T21:18:18.4532645Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_95, aten.cat.default 2025-03-21T21:18:18.4533516Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_24, aten.matmul.default 2025-03-21T21:18:18.4534386Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_26, aten.matmul.default 2025-03-21T21:18:18.4535240Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_28, aten.matmul.default 2025-03-21T21:18:18.4536082Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_30, aten.matmul.default 2025-03-21T21:18:18.4536957Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_32, aten.matmul.default 2025-03-21T21:18:18.4537800Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_34, aten.matmul.default 2025-03-21T21:18:18.4538639Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_36, aten.matmul.default 2025-03-21T21:18:18.4539464Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_38, aten.matmul.default 2025-03-21T21:18:18.4540305Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_40, aten.matmul.default 2025-03-21T21:18:18.4541146Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_42, aten.matmul.default 2025-03-21T21:18:18.4541984Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_44, aten.matmul.default 2025-03-21T21:18:18.4542822Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_46, aten.matmul.default 2025-03-21T21:18:18.4543629Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_12, aten.div.Tensor 2025-03-21T21:18:18.4544393Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_13, aten.div.Tensor 2025-03-21T21:18:18.4545226Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_14, aten.div.Tensor 2025-03-21T21:18:18.4546005Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_15, aten.div.Tensor 2025-03-21T21:18:18.4546781Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_16, aten.div.Tensor 2025-03-21T21:18:18.4547607Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_17, aten.div.Tensor 2025-03-21T21:18:18.4548421Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_18, aten.div.Tensor 2025-03-21T21:18:18.4549254Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_19, aten.div.Tensor 2025-03-21T21:18:18.4550036Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_20, aten.div.Tensor 2025-03-21T21:18:18.4550810Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_21, aten.div.Tensor 2025-03-21T21:18:18.4551586Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_22, aten.div.Tensor 2025-03-21T21:18:18.4552358Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_23, aten.div.Tensor 2025-03-21T21:18:18.4553132Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_62, aten.add.Tensor 2025-03-21T21:18:18.4553910Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_63, aten.add.Tensor 2025-03-21T21:18:18.4554711Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_64, aten.add.Tensor 2025-03-21T21:18:18.4555485Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_65, aten.add.Tensor 2025-03-21T21:18:18.4556261Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_66, aten.add.Tensor 2025-03-21T21:18:18.4557032Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_67, aten.add.Tensor 2025-03-21T21:18:18.4557809Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_68, aten.add.Tensor 2025-03-21T21:18:18.4558588Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_69, aten.add.Tensor 2025-03-21T21:18:18.4559562Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_70, aten.add.Tensor 2025-03-21T21:18:18.4560447Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_71, aten.add.Tensor 2025-03-21T21:18:18.4561230Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_72, aten.add.Tensor 2025-03-21T21:18:18.4562004Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_73, aten.add.Tensor 2025-03-21T21:18:18.4562868Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_12, aten._softmax.default 2025-03-21T21:18:18.4563738Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_13, aten._softmax.default 2025-03-21T21:18:18.4564596Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_14, aten._softmax.default 2025-03-21T21:18:18.4565471Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_15, aten._softmax.default 2025-03-21T21:18:18.4566343Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_16, aten._softmax.default 2025-03-21T21:18:18.4567217Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_17, aten._softmax.default 2025-03-21T21:18:18.4568087Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_18, aten._softmax.default 2025-03-21T21:18:18.4568955Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_19, aten._softmax.default 2025-03-21T21:18:18.4569825Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_20, aten._softmax.default 2025-03-21T21:18:18.4570681Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_21, aten._softmax.default 2025-03-21T21:18:18.4571581Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_22, aten._softmax.default 2025-03-21T21:18:18.4572456Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_23, aten._softmax.default 2025-03-21T21:18:18.4573314Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_25, aten.matmul.default 2025-03-21T21:18:18.4574155Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_27, aten.matmul.default 2025-03-21T21:18:18.4574997Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_29, aten.matmul.default 2025-03-21T21:18:18.4575840Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_31, aten.matmul.default 2025-03-21T21:18:19.0974299Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_33, aten.matmul.default 2025-03-21T21:18:19.0975969Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_35, aten.matmul.default 2025-03-21T21:18:19.0977678Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_37, aten.matmul.default 2025-03-21T21:18:19.0979228Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_39, aten.matmul.default 2025-03-21T21:18:19.0980790Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_41, aten.matmul.default 2025-03-21T21:18:19.0982602Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_43, aten.matmul.default 2025-03-21T21:18:19.0984155Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_45, aten.matmul.default 2025-03-21T21:18:19.0985720Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_47, aten.matmul.default 2025-03-21T21:18:19.0987238Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_97, aten.cat.default 2025-03-21T21:18:19.0988784Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_222, aten.view_copy.default 2025-03-21T21:18:19.0990551Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1210, aten.permute_copy.default 2025-03-21T21:18:19.0992367Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_76, aten.convolution.default 2025-03-21T21:18:19.0994108Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1211, aten.permute_copy.default 2025-03-21T21:18:19.0995815Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_223, aten.view_copy.default 2025-03-21T21:18:19.0997432Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_74, aten.add.Tensor 2025-03-21T21:18:19.0998955Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_rms_norm_default_3, aten.rms_norm.default 2025-03-21T21:18:19.1000569Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_224, aten.view_copy.default 2025-03-21T21:18:19.1002279Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1212, aten.permute_copy.default 2025-03-21T21:18:19.1004016Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_77, aten.convolution.default 2025-03-21T21:18:19.1005732Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_78, aten.convolution.default 2025-03-21T21:18:19.1007381Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sigmoid_default_1, aten.sigmoid.default 2025-03-21T21:18:19.1008902Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_202, aten.mul.Tensor 2025-03-21T21:18:19.1010331Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_203, aten.mul.Tensor 2025-03-21T21:18:19.1011901Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_79, aten.convolution.default 2025-03-21T21:18:19.1013701Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1213, aten.permute_copy.default 2025-03-21T21:18:19.1015410Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_225, aten.view_copy.default 2025-03-21T21:18:19.1016960Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_75, aten.add.Tensor 2025-03-21T21:18:19.1018477Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_rms_norm_default_4, aten.rms_norm.default 2025-03-21T21:18:19.1020102Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_226, aten.view_copy.default 2025-03-21T21:18:19.1021799Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1214, aten.permute_copy.default 2025-03-21T21:18:19.1023500Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_132, aten._to_copy.default 2025-03-21T21:18:19.1025166Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_80, aten.convolution.default 2025-03-21T21:18:19.1026906Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1215, aten.permute_copy.default 2025-03-21T21:18:19.1028640Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_81, aten.convolution.default 2025-03-21T21:18:19.1030454Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1216, aten.permute_copy.default 2025-03-21T21:18:19.1032243Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_82, aten.convolution.default 2025-03-21T21:18:19.1033964Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1217, aten.permute_copy.default 2025-03-21T21:18:19.1035708Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_83, aten.convolution.default 2025-03-21T21:18:19.1037450Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1218, aten.permute_copy.default 2025-03-21T21:18:19.1039199Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_84, aten.convolution.default 2025-03-21T21:18:19.1040943Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1219, aten.permute_copy.default 2025-03-21T21:18:19.1042726Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_85, aten.convolution.default 2025-03-21T21:18:19.1044465Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1220, aten.permute_copy.default 2025-03-21T21:18:19.1046196Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_86, aten.convolution.default 2025-03-21T21:18:19.1048018Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1221, aten.permute_copy.default 2025-03-21T21:18:19.1049741Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_87, aten.convolution.default 2025-03-21T21:18:19.1051488Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1222, aten.permute_copy.default 2025-03-21T21:18:19.1053217Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_88, aten.convolution.default 2025-03-21T21:18:19.1054956Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1223, aten.permute_copy.default 2025-03-21T21:18:19.1056701Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_89, aten.convolution.default 2025-03-21T21:18:19.1058426Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1224, aten.permute_copy.default 2025-03-21T21:18:19.1060157Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_90, aten.convolution.default 2025-03-21T21:18:19.1061891Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1225, aten.permute_copy.default 2025-03-21T21:18:19.1063670Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_91, aten.convolution.default 2025-03-21T21:18:19.1065405Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1226, aten.permute_copy.default 2025-03-21T21:18:19.1067145Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_92, aten.convolution.default 2025-03-21T21:18:19.1068879Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1227, aten.permute_copy.default 2025-03-21T21:18:19.1070683Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_93, aten.convolution.default 2025-03-21T21:18:19.1072421Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1228, aten.permute_copy.default 2025-03-21T21:18:19.1074164Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_94, aten.convolution.default 2025-03-21T21:18:19.1075908Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1229, aten.permute_copy.default 2025-03-21T21:18:19.1077776Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_95, aten.convolution.default 2025-03-21T21:18:19.1079511Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1230, aten.permute_copy.default 2025-03-21T21:18:19.1081316Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_96, aten.convolution.default 2025-03-21T21:18:19.1083049Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1231, aten.permute_copy.default 2025-03-21T21:18:19.1084785Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_97, aten.convolution.default 2025-03-21T21:18:19.1086494Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1232, aten.permute_copy.default 2025-03-21T21:18:19.1088572Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_98, aten.convolution.default 2025-03-21T21:18:19.1090530Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1233, aten.permute_copy.default 2025-03-21T21:18:19.1092538Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_99, aten.convolution.default 2025-03-21T21:18:19.1094456Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1234, aten.permute_copy.default 2025-03-21T21:18:19.1096140Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_100, aten.convolution.default 2025-03-21T21:18:19.1097882Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1235, aten.permute_copy.default 2025-03-21T21:18:19.5442591Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_101, aten.convolution.default 2025-03-21T21:18:19.5444328Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1236, aten.permute_copy.default 2025-03-21T21:18:19.5446046Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_102, aten.convolution.default 2025-03-21T21:18:19.5447733Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1237, aten.permute_copy.default 2025-03-21T21:18:19.5449406Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_103, aten.convolution.default 2025-03-21T21:18:19.5451102Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1238, aten.permute_copy.default 2025-03-21T21:18:19.5452797Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_104, aten.convolution.default 2025-03-21T21:18:19.5454486Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1239, aten.permute_copy.default 2025-03-21T21:18:19.5456156Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_105, aten.convolution.default 2025-03-21T21:18:19.5458118Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1240, aten.permute_copy.default 2025-03-21T21:18:19.5459799Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_106, aten.convolution.default 2025-03-21T21:18:19.5461493Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1241, aten.permute_copy.default 2025-03-21T21:18:19.5463177Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_107, aten.convolution.default 2025-03-21T21:18:19.5464875Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1242, aten.permute_copy.default 2025-03-21T21:18:19.5466571Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_108, aten.convolution.default 2025-03-21T21:18:19.5468250Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1243, aten.permute_copy.default 2025-03-21T21:18:19.5470000Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_109, aten.convolution.default 2025-03-21T21:18:19.5471677Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1244, aten.permute_copy.default 2025-03-21T21:18:19.5473358Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_110, aten.convolution.default 2025-03-21T21:18:19.5475131Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1245, aten.permute_copy.default 2025-03-21T21:18:19.5476961Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_111, aten.convolution.default 2025-03-21T21:18:19.5478658Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1246, aten.permute_copy.default 2025-03-21T21:18:19.5480348Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_112, aten.convolution.default 2025-03-21T21:18:19.5482044Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1247, aten.permute_copy.default 2025-03-21T21:18:19.5483723Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_113, aten.convolution.default 2025-03-21T21:18:19.5485479Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1248, aten.permute_copy.default 2025-03-21T21:18:19.5487175Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_114, aten.convolution.default 2025-03-21T21:18:19.5488861Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1249, aten.permute_copy.default 2025-03-21T21:18:19.5490666Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_115, aten.convolution.default 2025-03-21T21:18:19.5492356Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1250, aten.permute_copy.default 2025-03-21T21:18:19.5493996Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_133, aten._to_copy.default 2025-03-21T21:18:19.5495549Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_134, aten._to_copy.default 2025-03-21T21:18:19.5497136Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_135, aten._to_copy.default 2025-03-21T21:18:19.5498697Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_136, aten._to_copy.default 2025-03-21T21:18:19.5500254Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_137, aten._to_copy.default 2025-03-21T21:18:19.5501816Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_138, aten._to_copy.default 2025-03-21T21:18:19.5503370Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_139, aten._to_copy.default 2025-03-21T21:18:19.5504976Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_140, aten._to_copy.default 2025-03-21T21:18:19.5506536Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_141, aten._to_copy.default 2025-03-21T21:18:19.5508396Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_142, aten._to_copy.default 2025-03-21T21:18:19.5510030Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_143, aten._to_copy.default 2025-03-21T21:18:19.5511582Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_144, aten._to_copy.default 2025-03-21T21:18:19.5513158Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_227, aten.view_copy.default 2025-03-21T21:18:19.5514749Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_228, aten.view_copy.default 2025-03-21T21:18:19.5516355Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_229, aten.view_copy.default 2025-03-21T21:18:19.5517941Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_230, aten.view_copy.default 2025-03-21T21:18:19.5519522Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_231, aten.view_copy.default 2025-03-21T21:18:19.5521119Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_232, aten.view_copy.default 2025-03-21T21:18:19.5522778Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_233, aten.view_copy.default 2025-03-21T21:18:19.5524376Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_234, aten.view_copy.default 2025-03-21T21:18:19.5525971Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_235, aten.view_copy.default 2025-03-21T21:18:19.5527568Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_236, aten.view_copy.default 2025-03-21T21:18:19.5529155Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_237, aten.view_copy.default 2025-03-21T21:18:19.5530756Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_238, aten.view_copy.default 2025-03-21T21:18:19.5532391Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_239, aten.view_copy.default 2025-03-21T21:18:19.5533990Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_240, aten.view_copy.default 2025-03-21T21:18:19.5535584Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_241, aten.view_copy.default 2025-03-21T21:18:19.5537214Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_242, aten.view_copy.default 2025-03-21T21:18:19.5538808Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_243, aten.view_copy.default 2025-03-21T21:18:19.5540390Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_244, aten.view_copy.default 2025-03-21T21:18:19.5541987Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_245, aten.view_copy.default 2025-03-21T21:18:19.5543594Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_246, aten.view_copy.default 2025-03-21T21:18:19.5545190Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_247, aten.view_copy.default 2025-03-21T21:18:19.5546781Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_248, aten.view_copy.default 2025-03-21T21:18:19.5548372Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_249, aten.view_copy.default 2025-03-21T21:18:19.5550028Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_250, aten.view_copy.default 2025-03-21T21:18:19.5551615Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_251, aten.view_copy.default 2025-03-21T21:18:19.5553229Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_145, aten._to_copy.default 2025-03-21T21:18:19.5554811Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_252, aten.view_copy.default 2025-03-21T21:18:19.5556392Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_146, aten._to_copy.default 2025-03-21T21:18:19.5557976Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_253, aten.view_copy.default 2025-03-21T21:18:19.5559541Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_147, aten._to_copy.default 2025-03-21T21:18:19.5561126Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_254, aten.view_copy.default 2025-03-21T21:18:19.8827988Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_148, aten._to_copy.default 2025-03-21T21:18:19.8829075Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_255, aten.view_copy.default 2025-03-21T21:18:19.8829970Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_149, aten._to_copy.default 2025-03-21T21:18:19.8830888Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_256, aten.view_copy.default 2025-03-21T21:18:19.8831968Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_150, aten._to_copy.default 2025-03-21T21:18:19.8832850Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_257, aten.view_copy.default 2025-03-21T21:18:19.8833744Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_151, aten._to_copy.default 2025-03-21T21:18:19.8834627Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_258, aten.view_copy.default 2025-03-21T21:18:19.8835511Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_152, aten._to_copy.default 2025-03-21T21:18:19.8836383Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_259, aten.view_copy.default 2025-03-21T21:18:19.8837271Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_153, aten._to_copy.default 2025-03-21T21:18:19.8838219Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_260, aten.view_copy.default 2025-03-21T21:18:19.8839109Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_154, aten._to_copy.default 2025-03-21T21:18:19.8839995Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_261, aten.view_copy.default 2025-03-21T21:18:19.8840938Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_155, aten._to_copy.default 2025-03-21T21:18:19.8841823Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_262, aten.view_copy.default 2025-03-21T21:18:19.8842694Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_156, aten._to_copy.default 2025-03-21T21:18:19.8843568Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_96, aten.slice_copy.Tensor 2025-03-21T21:18:19.8844458Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_97, aten.slice_copy.Tensor 2025-03-21T21:18:19.8845349Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_98, aten.slice_copy.Tensor 2025-03-21T21:18:19.8846231Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_99, aten.slice_copy.Tensor 2025-03-21T21:18:19.8847127Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_100, aten.slice_copy.Tensor 2025-03-21T21:18:19.8848009Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_101, aten.slice_copy.Tensor 2025-03-21T21:18:19.8848906Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_102, aten.slice_copy.Tensor 2025-03-21T21:18:19.8849871Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_103, aten.slice_copy.Tensor 2025-03-21T21:18:19.8850779Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_104, aten.slice_copy.Tensor 2025-03-21T21:18:19.8851677Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_105, aten.slice_copy.Tensor 2025-03-21T21:18:19.8852578Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_106, aten.slice_copy.Tensor 2025-03-21T21:18:19.8853473Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_107, aten.slice_copy.Tensor 2025-03-21T21:18:19.8854358Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_108, aten.slice_copy.Tensor 2025-03-21T21:18:19.8855252Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_109, aten.slice_copy.Tensor 2025-03-21T21:18:19.8856152Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_110, aten.slice_copy.Tensor 2025-03-21T21:18:19.8857048Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_111, aten.slice_copy.Tensor 2025-03-21T21:18:19.8857946Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_112, aten.slice_copy.Tensor 2025-03-21T21:18:19.8858873Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_113, aten.slice_copy.Tensor 2025-03-21T21:18:19.8859763Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_114, aten.slice_copy.Tensor 2025-03-21T21:18:19.8860645Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_115, aten.slice_copy.Tensor 2025-03-21T21:18:19.8861536Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_116, aten.slice_copy.Tensor 2025-03-21T21:18:19.8862430Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_117, aten.slice_copy.Tensor 2025-03-21T21:18:19.8863322Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_118, aten.slice_copy.Tensor 2025-03-21T21:18:19.8864235Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_119, aten.slice_copy.Tensor 2025-03-21T21:18:19.8865129Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_120, aten.slice_copy.Tensor 2025-03-21T21:18:19.8866019Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_121, aten.slice_copy.Tensor 2025-03-21T21:18:19.8866932Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_122, aten.slice_copy.Tensor 2025-03-21T21:18:19.8867822Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_123, aten.slice_copy.Tensor 2025-03-21T21:18:19.8868711Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_124, aten.slice_copy.Tensor 2025-03-21T21:18:19.8869689Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_125, aten.slice_copy.Tensor 2025-03-21T21:18:19.8870581Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_126, aten.slice_copy.Tensor 2025-03-21T21:18:19.8871481Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_127, aten.slice_copy.Tensor 2025-03-21T21:18:19.8872365Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_128, aten.slice_copy.Tensor 2025-03-21T21:18:19.8873258Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_129, aten.slice_copy.Tensor 2025-03-21T21:18:19.8874155Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_130, aten.slice_copy.Tensor 2025-03-21T21:18:19.8875043Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_131, aten.slice_copy.Tensor 2025-03-21T21:18:19.8875977Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_132, aten.slice_copy.Tensor 2025-03-21T21:18:19.8877053Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_133, aten.slice_copy.Tensor 2025-03-21T21:18:19.8877952Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_134, aten.slice_copy.Tensor 2025-03-21T21:18:19.8878835Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_135, aten.slice_copy.Tensor 2025-03-21T21:18:19.8879735Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_136, aten.slice_copy.Tensor 2025-03-21T21:18:19.8880631Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_137, aten.slice_copy.Tensor 2025-03-21T21:18:19.8881523Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_138, aten.slice_copy.Tensor 2025-03-21T21:18:19.8882417Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_139, aten.slice_copy.Tensor 2025-03-21T21:18:19.8883307Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_140, aten.slice_copy.Tensor 2025-03-21T21:18:19.8884200Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_141, aten.slice_copy.Tensor 2025-03-21T21:18:19.8885135Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_142, aten.slice_copy.Tensor 2025-03-21T21:18:19.8886026Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_143, aten.slice_copy.Tensor 2025-03-21T21:18:19.8886884Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_123, aten.cat.default 2025-03-21T21:18:19.8887694Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_125, aten.cat.default 2025-03-21T21:18:19.8888500Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_127, aten.cat.default 2025-03-21T21:18:19.8889309Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_129, aten.cat.default 2025-03-21T21:18:19.8890108Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_131, aten.cat.default 2025-03-21T21:18:19.8890938Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_133, aten.cat.default 2025-03-21T21:18:19.8891742Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_135, aten.cat.default 2025-03-21T21:18:19.8892539Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_137, aten.cat.default 2025-03-21T21:18:19.8893378Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_139, aten.cat.default 2025-03-21T21:18:19.8894178Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_141, aten.cat.default 2025-03-21T21:18:20.3319075Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_143, aten.cat.default 2025-03-21T21:18:20.3320690Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_145, aten.cat.default 2025-03-21T21:18:20.3322120Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_206, aten.mul.Tensor 2025-03-21T21:18:20.3323563Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_208, aten.mul.Tensor 2025-03-21T21:18:20.3325005Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_207, aten.mul.Tensor 2025-03-21T21:18:20.3326430Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_209, aten.mul.Tensor 2025-03-21T21:18:20.3327855Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_210, aten.mul.Tensor 2025-03-21T21:18:20.3329298Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_212, aten.mul.Tensor 2025-03-21T21:18:20.3330717Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_211, aten.mul.Tensor 2025-03-21T21:18:20.3332440Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_213, aten.mul.Tensor 2025-03-21T21:18:20.3333887Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_214, aten.mul.Tensor 2025-03-21T21:18:20.3335351Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_216, aten.mul.Tensor 2025-03-21T21:18:20.3336803Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_215, aten.mul.Tensor 2025-03-21T21:18:20.3338188Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_217, aten.mul.Tensor 2025-03-21T21:18:20.3339655Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_218, aten.mul.Tensor 2025-03-21T21:18:20.3341111Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_220, aten.mul.Tensor 2025-03-21T21:18:20.3342576Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_219, aten.mul.Tensor 2025-03-21T21:18:20.3344016Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_221, aten.mul.Tensor 2025-03-21T21:18:20.3345470Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_222, aten.mul.Tensor 2025-03-21T21:18:20.3346909Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_224, aten.mul.Tensor 2025-03-21T21:18:20.3348351Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_223, aten.mul.Tensor 2025-03-21T21:18:20.3349980Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_225, aten.mul.Tensor 2025-03-21T21:18:20.3351414Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_226, aten.mul.Tensor 2025-03-21T21:18:20.3352859Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_228, aten.mul.Tensor 2025-03-21T21:18:20.3354291Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_227, aten.mul.Tensor 2025-03-21T21:18:20.3355709Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_229, aten.mul.Tensor 2025-03-21T21:18:20.3357181Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_230, aten.mul.Tensor 2025-03-21T21:18:20.3358617Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_232, aten.mul.Tensor 2025-03-21T21:18:20.3360189Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_231, aten.mul.Tensor 2025-03-21T21:18:20.3361551Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_233, aten.mul.Tensor 2025-03-21T21:18:20.3363025Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_234, aten.mul.Tensor 2025-03-21T21:18:20.3364611Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_236, aten.mul.Tensor 2025-03-21T21:18:20.3366059Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_235, aten.mul.Tensor 2025-03-21T21:18:20.3367483Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_237, aten.mul.Tensor 2025-03-21T21:18:20.3368913Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_238, aten.mul.Tensor 2025-03-21T21:18:20.3370344Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_240, aten.mul.Tensor 2025-03-21T21:18:20.3371789Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_239, aten.mul.Tensor 2025-03-21T21:18:20.3373209Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_241, aten.mul.Tensor 2025-03-21T21:18:20.3374636Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_242, aten.mul.Tensor 2025-03-21T21:18:20.3376405Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_244, aten.mul.Tensor 2025-03-21T21:18:20.3377848Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_243, aten.mul.Tensor 2025-03-21T21:18:20.3379273Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_245, aten.mul.Tensor 2025-03-21T21:18:20.3380858Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_246, aten.mul.Tensor 2025-03-21T21:18:20.3382279Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_248, aten.mul.Tensor 2025-03-21T21:18:20.3383742Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_247, aten.mul.Tensor 2025-03-21T21:18:20.3385155Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_249, aten.mul.Tensor 2025-03-21T21:18:20.3386621Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_250, aten.mul.Tensor 2025-03-21T21:18:20.3388097Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_252, aten.mul.Tensor 2025-03-21T21:18:20.3389622Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_251, aten.mul.Tensor 2025-03-21T21:18:20.3391043Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_253, aten.mul.Tensor 2025-03-21T21:18:20.3392482Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_254, aten.mul.Tensor 2025-03-21T21:18:20.3393920Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_256, aten.mul.Tensor 2025-03-21T21:18:20.3395356Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_255, aten.mul.Tensor 2025-03-21T21:18:20.3396783Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_257, aten.mul.Tensor 2025-03-21T21:18:20.3398340Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_258, aten.mul.Tensor 2025-03-21T21:18:20.3399782Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_260, aten.mul.Tensor 2025-03-21T21:18:20.3401174Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_259, aten.mul.Tensor 2025-03-21T21:18:20.3402636Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_261, aten.mul.Tensor 2025-03-21T21:18:20.3404077Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_262, aten.mul.Tensor 2025-03-21T21:18:20.3405522Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_264, aten.mul.Tensor 2025-03-21T21:18:20.3406887Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_263, aten.mul.Tensor 2025-03-21T21:18:20.3408434Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_265, aten.mul.Tensor 2025-03-21T21:18:20.3409887Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_266, aten.mul.Tensor 2025-03-21T21:18:20.3411328Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_268, aten.mul.Tensor 2025-03-21T21:18:20.3412829Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_267, aten.mul.Tensor 2025-03-21T21:18:20.3414263Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_269, aten.mul.Tensor 2025-03-21T21:18:20.3415697Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_270, aten.mul.Tensor 2025-03-21T21:18:20.3417140Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_272, aten.mul.Tensor 2025-03-21T21:18:20.3418552Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_271, aten.mul.Tensor 2025-03-21T21:18:20.3419980Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_273, aten.mul.Tensor 2025-03-21T21:18:20.3421415Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_274, aten.mul.Tensor 2025-03-21T21:18:20.3422848Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_276, aten.mul.Tensor 2025-03-21T21:18:20.3424301Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_275, aten.mul.Tensor 2025-03-21T21:18:20.3425710Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_277, aten.mul.Tensor 2025-03-21T21:18:20.3427167Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_278, aten.mul.Tensor 2025-03-21T21:18:20.3428670Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_280, aten.mul.Tensor 2025-03-21T21:18:20.3430144Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_279, aten.mul.Tensor 2025-03-21T21:18:20.3431605Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_281, aten.mul.Tensor 2025-03-21T21:18:20.3433064Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_282, aten.mul.Tensor 2025-03-21T21:18:20.3434526Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_284, aten.mul.Tensor 2025-03-21T21:18:20.3435966Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_283, aten.mul.Tensor 2025-03-21T21:18:20.3437387Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_285, aten.mul.Tensor 2025-03-21T21:18:20.3438822Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_286, aten.mul.Tensor 2025-03-21T21:18:20.3440254Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_288, aten.mul.Tensor 2025-03-21T21:18:20.3441681Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_287, aten.mul.Tensor 2025-03-21T21:18:20.7925912Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_289, aten.mul.Tensor 2025-03-21T21:18:20.7927635Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_290, aten.mul.Tensor 2025-03-21T21:18:20.7929070Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_292, aten.mul.Tensor 2025-03-21T21:18:20.7930520Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_291, aten.mul.Tensor 2025-03-21T21:18:20.7931953Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_293, aten.mul.Tensor 2025-03-21T21:18:20.7933387Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_294, aten.mul.Tensor 2025-03-21T21:18:20.7934814Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_296, aten.mul.Tensor 2025-03-21T21:18:20.7936229Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_295, aten.mul.Tensor 2025-03-21T21:18:20.7937790Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_297, aten.mul.Tensor 2025-03-21T21:18:20.7939236Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_298, aten.mul.Tensor 2025-03-21T21:18:20.7940645Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_300, aten.mul.Tensor 2025-03-21T21:18:20.7942085Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_299, aten.mul.Tensor 2025-03-21T21:18:20.7943659Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_301, aten.mul.Tensor 2025-03-21T21:18:20.7945040Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_48, aten.sub.Tensor 2025-03-21T21:18:20.7946515Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_76, aten.add.Tensor 2025-03-21T21:18:20.7947961Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_49, aten.sub.Tensor 2025-03-21T21:18:20.7949492Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_77, aten.add.Tensor 2025-03-21T21:18:20.7950979Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_50, aten.sub.Tensor 2025-03-21T21:18:20.7952408Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_78, aten.add.Tensor 2025-03-21T21:18:20.7953828Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_51, aten.sub.Tensor 2025-03-21T21:18:20.7955263Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_79, aten.add.Tensor 2025-03-21T21:18:20.7956667Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_52, aten.sub.Tensor 2025-03-21T21:18:20.7958090Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_80, aten.add.Tensor 2025-03-21T21:18:20.7959666Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_53, aten.sub.Tensor 2025-03-21T21:18:20.7961098Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_81, aten.add.Tensor 2025-03-21T21:18:20.7962509Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_54, aten.sub.Tensor 2025-03-21T21:18:20.7963981Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_82, aten.add.Tensor 2025-03-21T21:18:20.7965421Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_55, aten.sub.Tensor 2025-03-21T21:18:20.7966834Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_83, aten.add.Tensor 2025-03-21T21:18:20.7968233Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_56, aten.sub.Tensor 2025-03-21T21:18:20.7969697Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_84, aten.add.Tensor 2025-03-21T21:18:20.7971148Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_57, aten.sub.Tensor 2025-03-21T21:18:20.7972600Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_85, aten.add.Tensor 2025-03-21T21:18:20.7974014Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_58, aten.sub.Tensor 2025-03-21T21:18:20.7975509Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_86, aten.add.Tensor 2025-03-21T21:18:20.7977142Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_59, aten.sub.Tensor 2025-03-21T21:18:20.7978569Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_87, aten.add.Tensor 2025-03-21T21:18:20.7979977Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_60, aten.sub.Tensor 2025-03-21T21:18:20.7981482Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_157, aten._to_copy.default 2025-03-21T21:18:20.7983000Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_88, aten.add.Tensor 2025-03-21T21:18:20.7984512Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_158, aten._to_copy.default 2025-03-21T21:18:20.7986102Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_61, aten.sub.Tensor 2025-03-21T21:18:20.7987640Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_159, aten._to_copy.default 2025-03-21T21:18:20.7989246Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_89, aten.add.Tensor 2025-03-21T21:18:20.7990776Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_160, aten._to_copy.default 2025-03-21T21:18:20.7992307Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_62, aten.sub.Tensor 2025-03-21T21:18:20.7993848Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_161, aten._to_copy.default 2025-03-21T21:18:20.7995361Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_90, aten.add.Tensor 2025-03-21T21:18:20.7996877Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_162, aten._to_copy.default 2025-03-21T21:18:20.7998389Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_63, aten.sub.Tensor 2025-03-21T21:18:20.7999904Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_163, aten._to_copy.default 2025-03-21T21:18:20.8001420Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_91, aten.add.Tensor 2025-03-21T21:18:20.8002937Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_164, aten._to_copy.default 2025-03-21T21:18:20.8004432Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_64, aten.sub.Tensor 2025-03-21T21:18:20.8005942Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_165, aten._to_copy.default 2025-03-21T21:18:20.8007586Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_92, aten.add.Tensor 2025-03-21T21:18:20.8009091Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_166, aten._to_copy.default 2025-03-21T21:18:20.8010630Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_65, aten.sub.Tensor 2025-03-21T21:18:20.8012163Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_167, aten._to_copy.default 2025-03-21T21:18:20.8013638Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_93, aten.add.Tensor 2025-03-21T21:18:20.8015151Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_168, aten._to_copy.default 2025-03-21T21:18:20.8016700Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_66, aten.sub.Tensor 2025-03-21T21:18:20.8018244Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_169, aten._to_copy.default 2025-03-21T21:18:20.8019765Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_94, aten.add.Tensor 2025-03-21T21:18:20.8021278Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_170, aten._to_copy.default 2025-03-21T21:18:20.8022791Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_67, aten.sub.Tensor 2025-03-21T21:18:20.8024415Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_171, aten._to_copy.default 2025-03-21T21:18:20.8025925Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_95, aten.add.Tensor 2025-03-21T21:18:20.8027439Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_172, aten._to_copy.default 2025-03-21T21:18:20.8029041Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_68, aten.sub.Tensor 2025-03-21T21:18:20.8030582Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_173, aten._to_copy.default 2025-03-21T21:18:20.8032071Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_96, aten.add.Tensor 2025-03-21T21:18:20.8033690Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_174, aten._to_copy.default 2025-03-21T21:18:20.8035211Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_69, aten.sub.Tensor 2025-03-21T21:18:20.8036676Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_175, aten._to_copy.default 2025-03-21T21:18:20.8038096Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_97, aten.add.Tensor 2025-03-21T21:18:20.8039735Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_176, aten._to_copy.default 2025-03-21T21:18:20.8041261Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_70, aten.sub.Tensor 2025-03-21T21:18:20.8042799Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_177, aten._to_copy.default 2025-03-21T21:18:20.8044286Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_98, aten.add.Tensor 2025-03-21T21:18:20.8045789Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_178, aten._to_copy.default 2025-03-21T21:18:20.8047304Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_71, aten.sub.Tensor 2025-03-21T21:18:21.2183854Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_179, aten._to_copy.default 2025-03-21T21:18:21.2185418Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_99, aten.add.Tensor 2025-03-21T21:18:21.2186961Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_180, aten._to_copy.default 2025-03-21T21:18:21.2188490Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_98, aten.cat.default 2025-03-21T21:18:21.2190246Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_99, aten.cat.default 2025-03-21T21:18:21.2191711Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_100, aten.cat.default 2025-03-21T21:18:21.2193186Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_101, aten.cat.default 2025-03-21T21:18:21.2194637Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_102, aten.cat.default 2025-03-21T21:18:21.2196297Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_103, aten.cat.default 2025-03-21T21:18:21.2197778Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_104, aten.cat.default 2025-03-21T21:18:21.2199239Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_105, aten.cat.default 2025-03-21T21:18:21.2200732Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_106, aten.cat.default 2025-03-21T21:18:21.2202226Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_107, aten.cat.default 2025-03-21T21:18:21.2203657Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_108, aten.cat.default 2025-03-21T21:18:21.2205182Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_109, aten.cat.default 2025-03-21T21:18:21.2206671Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_110, aten.cat.default 2025-03-21T21:18:21.2208314Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_111, aten.cat.default 2025-03-21T21:18:21.2209766Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_112, aten.cat.default 2025-03-21T21:18:21.2211319Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_181, aten._to_copy.default 2025-03-21T21:18:21.2212866Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_113, aten.cat.default 2025-03-21T21:18:21.2214413Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_182, aten._to_copy.default 2025-03-21T21:18:21.2215930Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_114, aten.cat.default 2025-03-21T21:18:21.2218139Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_183, aten._to_copy.default 2025-03-21T21:18:21.2219695Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_115, aten.cat.default 2025-03-21T21:18:21.2221224Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_184, aten._to_copy.default 2025-03-21T21:18:21.2222929Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_116, aten.cat.default 2025-03-21T21:18:21.2224476Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_185, aten._to_copy.default 2025-03-21T21:18:21.2225986Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_117, aten.cat.default 2025-03-21T21:18:21.2227566Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_186, aten._to_copy.default 2025-03-21T21:18:21.2229226Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_118, aten.cat.default 2025-03-21T21:18:21.2230807Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_187, aten._to_copy.default 2025-03-21T21:18:21.2232340Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_119, aten.cat.default 2025-03-21T21:18:21.2233813Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_120, aten.cat.default 2025-03-21T21:18:21.2235372Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_188, aten._to_copy.default 2025-03-21T21:18:21.2236915Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_121, aten.cat.default 2025-03-21T21:18:21.2238442Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_189, aten._to_copy.default 2025-03-21T21:18:21.2240222Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_143, aten.permute_copy.default 2025-03-21T21:18:21.2241965Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_144, aten.permute_copy.default 2025-03-21T21:18:21.2243707Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_145, aten.permute_copy.default 2025-03-21T21:18:21.2245428Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_190, aten._to_copy.default 2025-03-21T21:18:21.2247099Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_146, aten.permute_copy.default 2025-03-21T21:18:21.2248735Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_191, aten._to_copy.default 2025-03-21T21:18:21.2250455Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_147, aten.permute_copy.default 2025-03-21T21:18:21.2252154Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_192, aten._to_copy.default 2025-03-21T21:18:21.2253852Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_148, aten.permute_copy.default 2025-03-21T21:18:21.2255533Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_193, aten._to_copy.default 2025-03-21T21:18:21.2257301Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_149, aten.permute_copy.default 2025-03-21T21:18:21.2258976Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_194, aten._to_copy.default 2025-03-21T21:18:21.2260642Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_150, aten.permute_copy.default 2025-03-21T21:18:21.2262305Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_195, aten._to_copy.default 2025-03-21T21:18:21.2263972Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_151, aten.permute_copy.default 2025-03-21T21:18:21.2265607Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_196, aten._to_copy.default 2025-03-21T21:18:21.2267427Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_152, aten.permute_copy.default 2025-03-21T21:18:21.2269245Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_153, aten.permute_copy.default 2025-03-21T21:18:21.2270918Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_197, aten._to_copy.default 2025-03-21T21:18:21.2272505Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_154, aten.permute_copy.default 2025-03-21T21:18:21.2274211Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_198, aten._to_copy.default 2025-03-21T21:18:21.2275740Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_122, aten.cat.default 2025-03-21T21:18:21.2277451Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_124, aten.cat.default 2025-03-21T21:18:21.2278896Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_126, aten.cat.default 2025-03-21T21:18:21.2280360Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_128, aten.cat.default 2025-03-21T21:18:21.2281839Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_130, aten.cat.default 2025-03-21T21:18:21.2283315Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_132, aten.cat.default 2025-03-21T21:18:21.2284775Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_134, aten.cat.default 2025-03-21T21:18:21.2286226Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_136, aten.cat.default 2025-03-21T21:18:21.2287710Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_138, aten.cat.default 2025-03-21T21:18:21.2289328Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_140, aten.cat.default 2025-03-21T21:18:21.2290770Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_142, aten.cat.default 2025-03-21T21:18:21.2292260Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_144, aten.cat.default 2025-03-21T21:18:21.2293787Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_48, aten.matmul.default 2025-03-21T21:18:21.2295269Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_50, aten.matmul.default 2025-03-21T21:18:21.2296874Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_52, aten.matmul.default 2025-03-21T21:18:21.2298456Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_54, aten.matmul.default 2025-03-21T21:18:21.2300039Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_56, aten.matmul.default 2025-03-21T21:18:21.2301581Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_58, aten.matmul.default 2025-03-21T21:18:21.2303138Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_60, aten.matmul.default 2025-03-21T21:18:21.2304689Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_62, aten.matmul.default 2025-03-21T21:18:21.2306321Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_64, aten.matmul.default 2025-03-21T21:18:21.8005161Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_66, aten.matmul.default 2025-03-21T21:18:21.8006804Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_68, aten.matmul.default 2025-03-21T21:18:21.8008323Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_70, aten.matmul.default 2025-03-21T21:18:21.8009810Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_24, aten.div.Tensor 2025-03-21T21:18:21.8011239Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_25, aten.div.Tensor 2025-03-21T21:18:21.8012890Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_26, aten.div.Tensor 2025-03-21T21:18:21.8014315Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_27, aten.div.Tensor 2025-03-21T21:18:21.8015720Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_28, aten.div.Tensor 2025-03-21T21:18:21.8017196Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_29, aten.div.Tensor 2025-03-21T21:18:21.8018716Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_30, aten.div.Tensor 2025-03-21T21:18:21.8020130Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_31, aten.div.Tensor 2025-03-21T21:18:21.8021584Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_32, aten.div.Tensor 2025-03-21T21:18:21.8023027Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_33, aten.div.Tensor 2025-03-21T21:18:21.8024458Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_34, aten.div.Tensor 2025-03-21T21:18:21.8025880Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_35, aten.div.Tensor 2025-03-21T21:18:21.8027302Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_100, aten.add.Tensor 2025-03-21T21:18:21.8028740Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_101, aten.add.Tensor 2025-03-21T21:18:21.8030301Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_102, aten.add.Tensor 2025-03-21T21:18:21.8031739Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_103, aten.add.Tensor 2025-03-21T21:18:21.8033208Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_104, aten.add.Tensor 2025-03-21T21:18:21.8034791Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_105, aten.add.Tensor 2025-03-21T21:18:21.8036227Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_106, aten.add.Tensor 2025-03-21T21:18:21.8037661Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_107, aten.add.Tensor 2025-03-21T21:18:21.8039090Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_108, aten.add.Tensor 2025-03-21T21:18:21.8040512Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_109, aten.add.Tensor 2025-03-21T21:18:21.8041962Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_110, aten.add.Tensor 2025-03-21T21:18:21.8043417Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_111, aten.add.Tensor 2025-03-21T21:18:21.8045028Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_24, aten._softmax.default 2025-03-21T21:18:21.8046701Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_25, aten._softmax.default 2025-03-21T21:18:21.8048351Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_26, aten._softmax.default 2025-03-21T21:18:21.8049963Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_27, aten._softmax.default 2025-03-21T21:18:21.8051712Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_28, aten._softmax.default 2025-03-21T21:18:21.8053339Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_29, aten._softmax.default 2025-03-21T21:18:21.8054932Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_30, aten._softmax.default 2025-03-21T21:18:21.8056573Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_31, aten._softmax.default 2025-03-21T21:18:21.8058233Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_32, aten._softmax.default 2025-03-21T21:18:21.8071227Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_33, aten._softmax.default 2025-03-21T21:18:21.8073020Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_34, aten._softmax.default 2025-03-21T21:18:21.8074635Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_35, aten._softmax.default 2025-03-21T21:18:21.8076324Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_49, aten.matmul.default 2025-03-21T21:18:21.8077921Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_51, aten.matmul.default 2025-03-21T21:18:21.8079381Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_53, aten.matmul.default 2025-03-21T21:18:21.8080838Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_55, aten.matmul.default 2025-03-21T21:18:21.8082385Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_57, aten.matmul.default 2025-03-21T21:18:21.8083955Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_59, aten.matmul.default 2025-03-21T21:18:21.8085517Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_61, aten.matmul.default 2025-03-21T21:18:21.8087052Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_63, aten.matmul.default 2025-03-21T21:18:21.8088565Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_65, aten.matmul.default 2025-03-21T21:18:21.8090112Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_67, aten.matmul.default 2025-03-21T21:18:21.8091634Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_69, aten.matmul.default 2025-03-21T21:18:21.8093184Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_71, aten.matmul.default 2025-03-21T21:18:21.8094831Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_146, aten.cat.default 2025-03-21T21:18:21.8096387Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_335, aten.view_copy.default 2025-03-21T21:18:21.8098087Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1251, aten.permute_copy.default 2025-03-21T21:18:21.8099822Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_116, aten.convolution.default 2025-03-21T21:18:21.8101588Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1252, aten.permute_copy.default 2025-03-21T21:18:21.8103300Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_336, aten.view_copy.default 2025-03-21T21:18:21.8104854Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_112, aten.add.Tensor 2025-03-21T21:18:21.8106373Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_rms_norm_default_5, aten.rms_norm.default 2025-03-21T21:18:21.8107985Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_337, aten.view_copy.default 2025-03-21T21:18:21.8109792Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1253, aten.permute_copy.default 2025-03-21T21:18:21.8111640Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_117, aten.convolution.default 2025-03-21T21:18:21.8113395Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_118, aten.convolution.default 2025-03-21T21:18:21.8115059Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sigmoid_default_2, aten.sigmoid.default 2025-03-21T21:18:21.8116579Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_304, aten.mul.Tensor 2025-03-21T21:18:21.8118011Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_305, aten.mul.Tensor 2025-03-21T21:18:21.8119600Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_119, aten.convolution.default 2025-03-21T21:18:21.8121341Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1254, aten.permute_copy.default 2025-03-21T21:18:21.8123145Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_338, aten.view_copy.default 2025-03-21T21:18:21.8124740Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_113, aten.add.Tensor 2025-03-21T21:18:21.8126326Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_rms_norm_default_6, aten.rms_norm.default 2025-03-21T21:18:21.8128083Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_339, aten.view_copy.default 2025-03-21T21:18:21.8129786Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1255, aten.permute_copy.default 2025-03-21T21:18:21.8131514Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_199, aten._to_copy.default 2025-03-21T21:18:21.8133210Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_120, aten.convolution.default 2025-03-21T21:18:21.8134925Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1256, aten.permute_copy.default 2025-03-21T21:18:21.8136528Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_121, aten.convolution.default 2025-03-21T21:18:21.8138303Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1257, aten.permute_copy.default 2025-03-21T21:18:22.4516570Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_122, aten.convolution.default 2025-03-21T21:18:22.4518349Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1258, aten.permute_copy.default 2025-03-21T21:18:22.4520401Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_123, aten.convolution.default 2025-03-21T21:18:22.4522148Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1259, aten.permute_copy.default 2025-03-21T21:18:22.4523877Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_124, aten.convolution.default 2025-03-21T21:18:22.4525614Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1260, aten.permute_copy.default 2025-03-21T21:18:22.4527344Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_125, aten.convolution.default 2025-03-21T21:18:22.4529144Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1261, aten.permute_copy.default 2025-03-21T21:18:22.4530846Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_126, aten.convolution.default 2025-03-21T21:18:22.4532616Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1262, aten.permute_copy.default 2025-03-21T21:18:22.4534359Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_127, aten.convolution.default 2025-03-21T21:18:22.4536087Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1263, aten.permute_copy.default 2025-03-21T21:18:22.4538017Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_128, aten.convolution.default 2025-03-21T21:18:22.4539790Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1264, aten.permute_copy.default 2025-03-21T21:18:22.4541525Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_129, aten.convolution.default 2025-03-21T21:18:22.4543249Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1265, aten.permute_copy.default 2025-03-21T21:18:22.4544992Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_130, aten.convolution.default 2025-03-21T21:18:22.4546719Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1266, aten.permute_copy.default 2025-03-21T21:18:22.4548560Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_131, aten.convolution.default 2025-03-21T21:18:22.4550383Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1267, aten.permute_copy.default 2025-03-21T21:18:22.4552092Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_132, aten.convolution.default 2025-03-21T21:18:22.4553990Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1268, aten.permute_copy.default 2025-03-21T21:18:22.4555714Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_133, aten.convolution.default 2025-03-21T21:18:22.4557430Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1269, aten.permute_copy.default 2025-03-21T21:18:22.4559206Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_134, aten.convolution.default 2025-03-21T21:18:22.4561003Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1270, aten.permute_copy.default 2025-03-21T21:18:22.4562772Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_135, aten.convolution.default 2025-03-21T21:18:22.4564506Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1271, aten.permute_copy.default 2025-03-21T21:18:22.4566254Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_136, aten.convolution.default 2025-03-21T21:18:22.4567983Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1272, aten.permute_copy.default 2025-03-21T21:18:22.4569716Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_137, aten.convolution.default 2025-03-21T21:18:22.4571534Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1273, aten.permute_copy.default 2025-03-21T21:18:22.4573287Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_138, aten.convolution.default 2025-03-21T21:18:22.4574990Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1274, aten.permute_copy.default 2025-03-21T21:18:22.4576948Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_139, aten.convolution.default 2025-03-21T21:18:22.4578691Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1275, aten.permute_copy.default 2025-03-21T21:18:22.4580359Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_140, aten.convolution.default 2025-03-21T21:18:22.4582076Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1276, aten.permute_copy.default 2025-03-21T21:18:22.4583856Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_141, aten.convolution.default 2025-03-21T21:18:22.4585624Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1277, aten.permute_copy.default 2025-03-21T21:18:22.4587346Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_142, aten.convolution.default 2025-03-21T21:18:22.4589288Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1278, aten.permute_copy.default 2025-03-21T21:18:22.4591021Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_143, aten.convolution.default 2025-03-21T21:18:22.4592738Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1279, aten.permute_copy.default 2025-03-21T21:18:22.4594460Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_144, aten.convolution.default 2025-03-21T21:18:22.4596196Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1280, aten.permute_copy.default 2025-03-21T21:18:22.4597907Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_145, aten.convolution.default 2025-03-21T21:18:22.4599772Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1281, aten.permute_copy.default 2025-03-21T21:18:22.4601527Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_146, aten.convolution.default 2025-03-21T21:18:22.4603249Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1282, aten.permute_copy.default 2025-03-21T21:18:22.4605094Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_147, aten.convolution.default 2025-03-21T21:18:22.4606862Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1283, aten.permute_copy.default 2025-03-21T21:18:22.4608631Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_148, aten.convolution.default 2025-03-21T21:18:22.4610344Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1284, aten.permute_copy.default 2025-03-21T21:18:22.4612079Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_149, aten.convolution.default 2025-03-21T21:18:22.4613815Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1285, aten.permute_copy.default 2025-03-21T21:18:22.4615549Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_150, aten.convolution.default 2025-03-21T21:18:22.4617266Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1286, aten.permute_copy.default 2025-03-21T21:18:22.4618988Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_151, aten.convolution.default 2025-03-21T21:18:22.4620801Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1287, aten.permute_copy.default 2025-03-21T21:18:22.4622571Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_152, aten.convolution.default 2025-03-21T21:18:22.4624322Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1288, aten.permute_copy.default 2025-03-21T21:18:22.4626051Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_153, aten.convolution.default 2025-03-21T21:18:22.4627674Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1289, aten.permute_copy.default 2025-03-21T21:18:22.4629547Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_154, aten.convolution.default 2025-03-21T21:18:22.4631293Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1290, aten.permute_copy.default 2025-03-21T21:18:22.4633014Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_155, aten.convolution.default 2025-03-21T21:18:22.4634748Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1291, aten.permute_copy.default 2025-03-21T21:18:22.4636434Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_200, aten._to_copy.default 2025-03-21T21:18:22.4638135Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_201, aten._to_copy.default 2025-03-21T21:18:22.4639729Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_202, aten._to_copy.default 2025-03-21T21:18:22.7402661Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_203, aten._to_copy.default 2025-03-21T21:18:22.7404311Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_204, aten._to_copy.default 2025-03-21T21:18:22.7405921Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_205, aten._to_copy.default 2025-03-21T21:18:22.7407520Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_206, aten._to_copy.default 2025-03-21T21:18:22.7409385Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_207, aten._to_copy.default 2025-03-21T21:18:22.7411001Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_208, aten._to_copy.default 2025-03-21T21:18:22.7412597Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_209, aten._to_copy.default 2025-03-21T21:18:22.7414290Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_210, aten._to_copy.default 2025-03-21T21:18:22.7415915Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_340, aten.view_copy.default 2025-03-21T21:18:22.7417531Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_341, aten.view_copy.default 2025-03-21T21:18:22.7419205Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_342, aten.view_copy.default 2025-03-21T21:18:22.7420862Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_343, aten.view_copy.default 2025-03-21T21:18:22.7422479Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_344, aten.view_copy.default 2025-03-21T21:18:22.7424171Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_345, aten.view_copy.default 2025-03-21T21:18:22.7425850Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_346, aten.view_copy.default 2025-03-21T21:18:22.7427519Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_347, aten.view_copy.default 2025-03-21T21:18:22.7429237Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_348, aten.view_copy.default 2025-03-21T21:18:22.7431027Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_349, aten.view_copy.default 2025-03-21T21:18:22.7432684Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_350, aten.view_copy.default 2025-03-21T21:18:22.7434331Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_351, aten.view_copy.default 2025-03-21T21:18:22.7435979Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_352, aten.view_copy.default 2025-03-21T21:18:22.7437627Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_353, aten.view_copy.default 2025-03-21T21:18:22.7439222Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_354, aten.view_copy.default 2025-03-21T21:18:22.7440892Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_355, aten.view_copy.default 2025-03-21T21:18:22.7442548Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_356, aten.view_copy.default 2025-03-21T21:18:22.7444205Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_357, aten.view_copy.default 2025-03-21T21:18:22.7445832Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_358, aten.view_copy.default 2025-03-21T21:18:22.7447511Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_359, aten.view_copy.default 2025-03-21T21:18:22.7449307Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_360, aten.view_copy.default 2025-03-21T21:18:22.7450935Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_361, aten.view_copy.default 2025-03-21T21:18:22.7452582Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_362, aten.view_copy.default 2025-03-21T21:18:22.7454224Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_363, aten.view_copy.default 2025-03-21T21:18:22.7455869Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_364, aten.view_copy.default 2025-03-21T21:18:22.7457499Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_365, aten.view_copy.default 2025-03-21T21:18:22.7459207Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_211, aten._to_copy.default 2025-03-21T21:18:22.7460846Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_366, aten.view_copy.default 2025-03-21T21:18:22.7462451Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_212, aten._to_copy.default 2025-03-21T21:18:22.7464178Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_367, aten.view_copy.default 2025-03-21T21:18:22.7465813Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_213, aten._to_copy.default 2025-03-21T21:18:22.7467390Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_368, aten.view_copy.default 2025-03-21T21:18:22.7468968Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_214, aten._to_copy.default 2025-03-21T21:18:22.7470631Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_369, aten.view_copy.default 2025-03-21T21:18:22.7472407Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_215, aten._to_copy.default 2025-03-21T21:18:22.7474006Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_370, aten.view_copy.default 2025-03-21T21:18:22.7475628Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_216, aten._to_copy.default 2025-03-21T21:18:22.7477488Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_371, aten.view_copy.default 2025-03-21T21:18:22.7479173Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_217, aten._to_copy.default 2025-03-21T21:18:22.7480995Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_372, aten.view_copy.default 2025-03-21T21:18:22.7482674Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_218, aten._to_copy.default 2025-03-21T21:18:22.7484345Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_373, aten.view_copy.default 2025-03-21T21:18:22.7486015Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_219, aten._to_copy.default 2025-03-21T21:18:22.7487726Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_374, aten.view_copy.default 2025-03-21T21:18:22.7489426Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_220, aten._to_copy.default 2025-03-21T21:18:22.7491113Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_375, aten.view_copy.default 2025-03-21T21:18:22.7492800Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_221, aten._to_copy.default 2025-03-21T21:18:22.7494533Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_144, aten.slice_copy.Tensor 2025-03-21T21:18:22.7496299Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_145, aten.slice_copy.Tensor 2025-03-21T21:18:22.7498112Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_146, aten.slice_copy.Tensor 2025-03-21T21:18:22.7499824Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_147, aten.slice_copy.Tensor 2025-03-21T21:18:22.7501525Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_148, aten.slice_copy.Tensor 2025-03-21T21:18:22.7503224Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_149, aten.slice_copy.Tensor 2025-03-21T21:18:22.7504924Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_150, aten.slice_copy.Tensor 2025-03-21T21:18:22.7506634Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_151, aten.slice_copy.Tensor 2025-03-21T21:18:22.7508444Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_152, aten.slice_copy.Tensor 2025-03-21T21:18:22.7510268Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_153, aten.slice_copy.Tensor 2025-03-21T21:18:22.7511995Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_154, aten.slice_copy.Tensor 2025-03-21T21:18:22.7513701Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_155, aten.slice_copy.Tensor 2025-03-21T21:18:22.7515509Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_156, aten.slice_copy.Tensor 2025-03-21T21:18:22.7517244Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_157, aten.slice_copy.Tensor 2025-03-21T21:18:22.7518995Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_158, aten.slice_copy.Tensor 2025-03-21T21:18:22.7520687Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_159, aten.slice_copy.Tensor 2025-03-21T21:18:22.7522407Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_160, aten.slice_copy.Tensor 2025-03-21T21:18:22.7524114Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_161, aten.slice_copy.Tensor 2025-03-21T21:18:22.7525796Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_162, aten.slice_copy.Tensor 2025-03-21T21:18:23.1559531Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_163, aten.slice_copy.Tensor 2025-03-21T21:18:23.1561257Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_164, aten.slice_copy.Tensor 2025-03-21T21:18:23.1563172Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_165, aten.slice_copy.Tensor 2025-03-21T21:18:23.1564820Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_166, aten.slice_copy.Tensor 2025-03-21T21:18:23.1566470Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_167, aten.slice_copy.Tensor 2025-03-21T21:18:23.1568106Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_168, aten.slice_copy.Tensor 2025-03-21T21:18:23.1569743Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_169, aten.slice_copy.Tensor 2025-03-21T21:18:23.1571391Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_170, aten.slice_copy.Tensor 2025-03-21T21:18:23.1573032Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_171, aten.slice_copy.Tensor 2025-03-21T21:18:23.1574682Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_172, aten.slice_copy.Tensor 2025-03-21T21:18:23.1576550Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_173, aten.slice_copy.Tensor 2025-03-21T21:18:23.1578212Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_174, aten.slice_copy.Tensor 2025-03-21T21:18:23.1579826Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_175, aten.slice_copy.Tensor 2025-03-21T21:18:23.1581640Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_176, aten.slice_copy.Tensor 2025-03-21T21:18:23.1583316Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_177, aten.slice_copy.Tensor 2025-03-21T21:18:23.1584942Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_178, aten.slice_copy.Tensor 2025-03-21T21:18:23.1586579Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_179, aten.slice_copy.Tensor 2025-03-21T21:18:23.1588234Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_180, aten.slice_copy.Tensor 2025-03-21T21:18:23.1589956Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_181, aten.slice_copy.Tensor 2025-03-21T21:18:23.1591701Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_182, aten.slice_copy.Tensor 2025-03-21T21:18:23.1593357Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_183, aten.slice_copy.Tensor 2025-03-21T21:18:23.1594998Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_184, aten.slice_copy.Tensor 2025-03-21T21:18:23.1596702Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_185, aten.slice_copy.Tensor 2025-03-21T21:18:23.1598379Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_186, aten.slice_copy.Tensor 2025-03-21T21:18:23.1600038Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_187, aten.slice_copy.Tensor 2025-03-21T21:18:23.1601666Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_188, aten.slice_copy.Tensor 2025-03-21T21:18:23.1603274Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_189, aten.slice_copy.Tensor 2025-03-21T21:18:23.1604960Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_190, aten.slice_copy.Tensor 2025-03-21T21:18:23.1606628Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_191, aten.slice_copy.Tensor 2025-03-21T21:18:23.1608181Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_172, aten.cat.default 2025-03-21T21:18:23.1609653Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_174, aten.cat.default 2025-03-21T21:18:23.1611126Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_176, aten.cat.default 2025-03-21T21:18:23.1612739Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_178, aten.cat.default 2025-03-21T21:18:23.1614202Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_180, aten.cat.default 2025-03-21T21:18:23.1615666Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_182, aten.cat.default 2025-03-21T21:18:23.1617136Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_184, aten.cat.default 2025-03-21T21:18:23.1618612Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_186, aten.cat.default 2025-03-21T21:18:23.1620051Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_188, aten.cat.default 2025-03-21T21:18:23.1621554Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_190, aten.cat.default 2025-03-21T21:18:23.1623025Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_192, aten.cat.default 2025-03-21T21:18:23.1624523Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_194, aten.cat.default 2025-03-21T21:18:23.1625948Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_308, aten.mul.Tensor 2025-03-21T21:18:23.1627433Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_310, aten.mul.Tensor 2025-03-21T21:18:23.1629054Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_309, aten.mul.Tensor 2025-03-21T21:18:23.1630491Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_311, aten.mul.Tensor 2025-03-21T21:18:23.1631921Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_312, aten.mul.Tensor 2025-03-21T21:18:23.1633359Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_314, aten.mul.Tensor 2025-03-21T21:18:23.1634794Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_313, aten.mul.Tensor 2025-03-21T21:18:23.1636210Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_315, aten.mul.Tensor 2025-03-21T21:18:23.1637626Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_316, aten.mul.Tensor 2025-03-21T21:18:23.1639155Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_318, aten.mul.Tensor 2025-03-21T21:18:23.1640604Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_317, aten.mul.Tensor 2025-03-21T21:18:23.1642013Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_319, aten.mul.Tensor 2025-03-21T21:18:23.1643482Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_320, aten.mul.Tensor 2025-03-21T21:18:23.1644976Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_322, aten.mul.Tensor 2025-03-21T21:18:23.1646420Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_321, aten.mul.Tensor 2025-03-21T21:18:23.1647740Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_323, aten.mul.Tensor 2025-03-21T21:18:23.1649093Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_324, aten.mul.Tensor 2025-03-21T21:18:23.1650559Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_326, aten.mul.Tensor 2025-03-21T21:18:23.1652003Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_325, aten.mul.Tensor 2025-03-21T21:18:23.1653432Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_327, aten.mul.Tensor 2025-03-21T21:18:23.1654849Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_328, aten.mul.Tensor 2025-03-21T21:18:23.1656294Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_330, aten.mul.Tensor 2025-03-21T21:18:23.1657729Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_329, aten.mul.Tensor 2025-03-21T21:18:23.1659161Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_331, aten.mul.Tensor 2025-03-21T21:18:23.1660675Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_332, aten.mul.Tensor 2025-03-21T21:18:23.1662108Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_334, aten.mul.Tensor 2025-03-21T21:18:23.1663530Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_333, aten.mul.Tensor 2025-03-21T21:18:23.1664976Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_335, aten.mul.Tensor 2025-03-21T21:18:23.1666386Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_336, aten.mul.Tensor 2025-03-21T21:18:23.1667850Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_338, aten.mul.Tensor 2025-03-21T21:18:23.1669370Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_337, aten.mul.Tensor 2025-03-21T21:18:23.1670831Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_339, aten.mul.Tensor 2025-03-21T21:18:23.1672197Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_340, aten.mul.Tensor 2025-03-21T21:18:23.1673671Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_342, aten.mul.Tensor 2025-03-21T21:18:23.1675132Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_341, aten.mul.Tensor 2025-03-21T21:18:23.1676845Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_343, aten.mul.Tensor 2025-03-21T21:18:23.1678286Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_344, aten.mul.Tensor 2025-03-21T21:18:23.1679725Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_346, aten.mul.Tensor 2025-03-21T21:18:23.1681147Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_345, aten.mul.Tensor 2025-03-21T21:18:23.6045231Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_347, aten.mul.Tensor 2025-03-21T21:18:23.6046106Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_348, aten.mul.Tensor 2025-03-21T21:18:23.6046902Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_350, aten.mul.Tensor 2025-03-21T21:18:23.6047917Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_349, aten.mul.Tensor 2025-03-21T21:18:23.6048711Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_351, aten.mul.Tensor 2025-03-21T21:18:23.6049483Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_352, aten.mul.Tensor 2025-03-21T21:18:23.6050268Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_354, aten.mul.Tensor 2025-03-21T21:18:23.6051138Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_353, aten.mul.Tensor 2025-03-21T21:18:23.6051920Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_355, aten.mul.Tensor 2025-03-21T21:18:23.6052711Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_356, aten.mul.Tensor 2025-03-21T21:18:23.6053497Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_358, aten.mul.Tensor 2025-03-21T21:18:23.6054282Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_357, aten.mul.Tensor 2025-03-21T21:18:23.6055064Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_359, aten.mul.Tensor 2025-03-21T21:18:23.6055839Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_360, aten.mul.Tensor 2025-03-21T21:18:23.6056625Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_362, aten.mul.Tensor 2025-03-21T21:18:23.6057412Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_361, aten.mul.Tensor 2025-03-21T21:18:23.6058194Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_363, aten.mul.Tensor 2025-03-21T21:18:23.6059032Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_364, aten.mul.Tensor 2025-03-21T21:18:23.6059817Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_366, aten.mul.Tensor 2025-03-21T21:18:23.6060583Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_365, aten.mul.Tensor 2025-03-21T21:18:23.6061372Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_367, aten.mul.Tensor 2025-03-21T21:18:23.6062159Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_368, aten.mul.Tensor 2025-03-21T21:18:23.6062950Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_370, aten.mul.Tensor 2025-03-21T21:18:23.6063735Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_369, aten.mul.Tensor 2025-03-21T21:18:23.6064516Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_371, aten.mul.Tensor 2025-03-21T21:18:23.6065298Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_372, aten.mul.Tensor 2025-03-21T21:18:23.6066067Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_374, aten.mul.Tensor 2025-03-21T21:18:23.6066844Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_373, aten.mul.Tensor 2025-03-21T21:18:23.6067623Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_375, aten.mul.Tensor 2025-03-21T21:18:23.6068461Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_376, aten.mul.Tensor 2025-03-21T21:18:23.6069332Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_378, aten.mul.Tensor 2025-03-21T21:18:23.6070194Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_377, aten.mul.Tensor 2025-03-21T21:18:23.6070962Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_379, aten.mul.Tensor 2025-03-21T21:18:23.6071747Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_380, aten.mul.Tensor 2025-03-21T21:18:23.6072531Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_382, aten.mul.Tensor 2025-03-21T21:18:23.6073317Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_381, aten.mul.Tensor 2025-03-21T21:18:23.6074141Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_383, aten.mul.Tensor 2025-03-21T21:18:23.6074925Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_384, aten.mul.Tensor 2025-03-21T21:18:23.6075694Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_386, aten.mul.Tensor 2025-03-21T21:18:23.6076701Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_385, aten.mul.Tensor 2025-03-21T21:18:23.6077481Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_387, aten.mul.Tensor 2025-03-21T21:18:23.6078262Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_388, aten.mul.Tensor 2025-03-21T21:18:23.6079048Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_390, aten.mul.Tensor 2025-03-21T21:18:23.6079832Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_389, aten.mul.Tensor 2025-03-21T21:18:23.6080618Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_391, aten.mul.Tensor 2025-03-21T21:18:23.6081395Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_392, aten.mul.Tensor 2025-03-21T21:18:23.6082178Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_394, aten.mul.Tensor 2025-03-21T21:18:23.6082959Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_393, aten.mul.Tensor 2025-03-21T21:18:23.6083743Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_395, aten.mul.Tensor 2025-03-21T21:18:23.6084527Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_396, aten.mul.Tensor 2025-03-21T21:18:23.6085368Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_398, aten.mul.Tensor 2025-03-21T21:18:23.6086137Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_397, aten.mul.Tensor 2025-03-21T21:18:23.6086923Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_399, aten.mul.Tensor 2025-03-21T21:18:23.6087707Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_400, aten.mul.Tensor 2025-03-21T21:18:23.6088494Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_402, aten.mul.Tensor 2025-03-21T21:18:23.6089279Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_401, aten.mul.Tensor 2025-03-21T21:18:23.6090060Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_403, aten.mul.Tensor 2025-03-21T21:18:23.6090828Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_72, aten.sub.Tensor 2025-03-21T21:18:23.6091615Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_114, aten.add.Tensor 2025-03-21T21:18:23.6092397Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_73, aten.sub.Tensor 2025-03-21T21:18:23.6093178Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_115, aten.add.Tensor 2025-03-21T21:18:23.6093964Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_74, aten.sub.Tensor 2025-03-21T21:18:23.6094789Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_116, aten.add.Tensor 2025-03-21T21:18:23.6095599Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_75, aten.sub.Tensor 2025-03-21T21:18:23.6096408Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_117, aten.add.Tensor 2025-03-21T21:18:23.6097190Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_76, aten.sub.Tensor 2025-03-21T21:18:23.6097967Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_118, aten.add.Tensor 2025-03-21T21:18:23.6098743Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_77, aten.sub.Tensor 2025-03-21T21:18:23.6099521Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_119, aten.add.Tensor 2025-03-21T21:18:23.6100448Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_78, aten.sub.Tensor 2025-03-21T21:18:23.6101221Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_120, aten.add.Tensor 2025-03-21T21:18:23.6102002Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_79, aten.sub.Tensor 2025-03-21T21:18:23.6102846Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_121, aten.add.Tensor 2025-03-21T21:18:23.6103635Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_80, aten.sub.Tensor 2025-03-21T21:18:23.6104406Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_122, aten.add.Tensor 2025-03-21T21:18:23.6105192Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_81, aten.sub.Tensor 2025-03-21T21:18:23.6105976Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_123, aten.add.Tensor 2025-03-21T21:18:23.6106768Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_82, aten.sub.Tensor 2025-03-21T21:18:23.6107551Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_124, aten.add.Tensor 2025-03-21T21:18:23.6108340Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_83, aten.sub.Tensor 2025-03-21T21:18:23.6109194Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_125, aten.add.Tensor 2025-03-21T21:18:23.6109967Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_84, aten.sub.Tensor 2025-03-21T21:18:23.6110806Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_222, aten._to_copy.default 2025-03-21T21:18:23.6111677Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_126, aten.add.Tensor 2025-03-21T21:18:23.6112515Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_223, aten._to_copy.default 2025-03-21T21:18:24.0602195Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_85, aten.sub.Tensor 2025-03-21T21:18:24.0603143Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_224, aten._to_copy.default 2025-03-21T21:18:24.0604048Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_127, aten.add.Tensor 2025-03-21T21:18:24.0605005Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_225, aten._to_copy.default 2025-03-21T21:18:24.0605897Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_86, aten.sub.Tensor 2025-03-21T21:18:24.0606794Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_226, aten._to_copy.default 2025-03-21T21:18:24.0607691Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_128, aten.add.Tensor 2025-03-21T21:18:24.0608577Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_227, aten._to_copy.default 2025-03-21T21:18:24.0609462Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_87, aten.sub.Tensor 2025-03-21T21:18:24.0610588Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_228, aten._to_copy.default 2025-03-21T21:18:24.0611475Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_129, aten.add.Tensor 2025-03-21T21:18:24.0612374Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_229, aten._to_copy.default 2025-03-21T21:18:24.0613265Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_88, aten.sub.Tensor 2025-03-21T21:18:24.0614203Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_230, aten._to_copy.default 2025-03-21T21:18:24.0615084Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_130, aten.add.Tensor 2025-03-21T21:18:24.0615974Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_231, aten._to_copy.default 2025-03-21T21:18:24.0616929Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_89, aten.sub.Tensor 2025-03-21T21:18:24.0617825Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_232, aten._to_copy.default 2025-03-21T21:18:24.0618775Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_131, aten.add.Tensor 2025-03-21T21:18:24.0619847Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_233, aten._to_copy.default 2025-03-21T21:18:24.0620679Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_90, aten.sub.Tensor 2025-03-21T21:18:24.0621499Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_234, aten._to_copy.default 2025-03-21T21:18:24.0622335Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_132, aten.add.Tensor 2025-03-21T21:18:24.0623164Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_235, aten._to_copy.default 2025-03-21T21:18:24.0623990Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_91, aten.sub.Tensor 2025-03-21T21:18:24.0624819Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_236, aten._to_copy.default 2025-03-21T21:18:24.0625647Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_133, aten.add.Tensor 2025-03-21T21:18:24.0626468Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_237, aten._to_copy.default 2025-03-21T21:18:24.0627292Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_92, aten.sub.Tensor 2025-03-21T21:18:24.0628179Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_238, aten._to_copy.default 2025-03-21T21:18:24.0629080Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_134, aten.add.Tensor 2025-03-21T21:18:24.0629925Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_239, aten._to_copy.default 2025-03-21T21:18:24.0630754Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_93, aten.sub.Tensor 2025-03-21T21:18:24.0631592Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_240, aten._to_copy.default 2025-03-21T21:18:24.0632410Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_135, aten.add.Tensor 2025-03-21T21:18:24.0633247Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_241, aten._to_copy.default 2025-03-21T21:18:24.0634072Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_94, aten.sub.Tensor 2025-03-21T21:18:24.0634901Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_242, aten._to_copy.default 2025-03-21T21:18:24.0635728Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_136, aten.add.Tensor 2025-03-21T21:18:24.0636559Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_243, aten._to_copy.default 2025-03-21T21:18:24.0637457Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_95, aten.sub.Tensor 2025-03-21T21:18:24.0638270Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_244, aten._to_copy.default 2025-03-21T21:18:24.0639101Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_137, aten.add.Tensor 2025-03-21T21:18:24.0639930Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_245, aten._to_copy.default 2025-03-21T21:18:24.0640766Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_147, aten.cat.default 2025-03-21T21:18:24.0641568Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_148, aten.cat.default 2025-03-21T21:18:24.0642367Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_149, aten.cat.default 2025-03-21T21:18:24.0643191Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_150, aten.cat.default 2025-03-21T21:18:24.0643979Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_151, aten.cat.default 2025-03-21T21:18:24.0644776Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_152, aten.cat.default 2025-03-21T21:18:24.0645605Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_153, aten.cat.default 2025-03-21T21:18:24.0646396Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_154, aten.cat.default 2025-03-21T21:18:24.0647193Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_155, aten.cat.default 2025-03-21T21:18:24.0647990Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_156, aten.cat.default 2025-03-21T21:18:24.0648776Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_157, aten.cat.default 2025-03-21T21:18:24.0649579Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_158, aten.cat.default 2025-03-21T21:18:24.0650378Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_159, aten.cat.default 2025-03-21T21:18:24.0651176Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_160, aten.cat.default 2025-03-21T21:18:24.0652012Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_246, aten._to_copy.default 2025-03-21T21:18:24.0652845Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_161, aten.cat.default 2025-03-21T21:18:24.0653683Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_247, aten._to_copy.default 2025-03-21T21:18:24.0654536Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_162, aten.cat.default 2025-03-21T21:18:24.0655378Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_248, aten._to_copy.default 2025-03-21T21:18:24.0656221Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_163, aten.cat.default 2025-03-21T21:18:24.0657065Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_249, aten._to_copy.default 2025-03-21T21:18:24.0657909Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_164, aten.cat.default 2025-03-21T21:18:24.0658752Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_250, aten._to_copy.default 2025-03-21T21:18:24.0659577Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_165, aten.cat.default 2025-03-21T21:18:24.0660416Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_251, aten._to_copy.default 2025-03-21T21:18:24.0661253Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_166, aten.cat.default 2025-03-21T21:18:24.0662087Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_252, aten._to_copy.default 2025-03-21T21:18:24.0662926Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_167, aten.cat.default 2025-03-21T21:18:24.0663793Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_253, aten._to_copy.default 2025-03-21T21:18:24.0664629Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_168, aten.cat.default 2025-03-21T21:18:24.0665458Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_254, aten._to_copy.default 2025-03-21T21:18:24.0666298Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_169, aten.cat.default 2025-03-21T21:18:24.0667140Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_255, aten._to_copy.default 2025-03-21T21:18:24.0667976Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_170, aten.cat.default 2025-03-21T21:18:24.0668914Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_256, aten._to_copy.default 2025-03-21T21:18:24.0669838Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_196, aten.permute_copy.default 2025-03-21T21:18:24.5345725Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_197, aten.permute_copy.default 2025-03-21T21:18:24.5346996Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_257, aten._to_copy.default 2025-03-21T21:18:24.5347977Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_198, aten.permute_copy.default 2025-03-21T21:18:24.5349065Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_258, aten._to_copy.default 2025-03-21T21:18:24.5350051Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_199, aten.permute_copy.default 2025-03-21T21:18:24.5351020Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_259, aten._to_copy.default 2025-03-21T21:18:24.5352047Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_200, aten.permute_copy.default 2025-03-21T21:18:24.5353010Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_260, aten._to_copy.default 2025-03-21T21:18:24.5353983Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_201, aten.permute_copy.default 2025-03-21T21:18:24.5354983Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_261, aten._to_copy.default 2025-03-21T21:18:24.5355985Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_202, aten.permute_copy.default 2025-03-21T21:18:24.5357040Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_262, aten._to_copy.default 2025-03-21T21:18:24.5358040Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_203, aten.permute_copy.default 2025-03-21T21:18:24.5359044Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_263, aten._to_copy.default 2025-03-21T21:18:24.5360001Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_204, aten.permute_copy.default 2025-03-21T21:18:24.5360967Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_264, aten._to_copy.default 2025-03-21T21:18:24.5361998Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_205, aten.permute_copy.default 2025-03-21T21:18:24.5362967Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_265, aten._to_copy.default 2025-03-21T21:18:24.5363940Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_206, aten.permute_copy.default 2025-03-21T21:18:24.5364927Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_266, aten._to_copy.default 2025-03-21T21:18:24.5365928Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_207, aten.permute_copy.default 2025-03-21T21:18:24.5367010Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_267, aten._to_copy.default 2025-03-21T21:18:24.5367905Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_171, aten.cat.default 2025-03-21T21:18:24.5368833Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_173, aten.cat.default 2025-03-21T21:18:24.5369710Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_175, aten.cat.default 2025-03-21T21:18:24.5370579Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_177, aten.cat.default 2025-03-21T21:18:24.5371440Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_179, aten.cat.default 2025-03-21T21:18:24.5372305Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_181, aten.cat.default 2025-03-21T21:18:24.5373252Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_183, aten.cat.default 2025-03-21T21:18:24.5374132Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_185, aten.cat.default 2025-03-21T21:18:24.5375016Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_187, aten.cat.default 2025-03-21T21:18:24.5375909Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_189, aten.cat.default 2025-03-21T21:18:24.5376946Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_191, aten.cat.default 2025-03-21T21:18:24.5377823Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_193, aten.cat.default 2025-03-21T21:18:24.5378714Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_72, aten.matmul.default 2025-03-21T21:18:24.5379604Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_74, aten.matmul.default 2025-03-21T21:18:24.5380511Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_76, aten.matmul.default 2025-03-21T21:18:24.5381408Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_78, aten.matmul.default 2025-03-21T21:18:24.5382303Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_80, aten.matmul.default 2025-03-21T21:18:24.5383199Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_82, aten.matmul.default 2025-03-21T21:18:24.5384099Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_84, aten.matmul.default 2025-03-21T21:18:24.5384939Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_86, aten.matmul.default 2025-03-21T21:18:24.5385823Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_88, aten.matmul.default 2025-03-21T21:18:24.5386728Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_90, aten.matmul.default 2025-03-21T21:18:24.5387571Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_92, aten.matmul.default 2025-03-21T21:18:24.5388414Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_94, aten.matmul.default 2025-03-21T21:18:24.5389297Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_36, aten.div.Tensor 2025-03-21T21:18:24.5390140Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_37, aten.div.Tensor 2025-03-21T21:18:24.5390910Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_38, aten.div.Tensor 2025-03-21T21:18:24.5391688Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_39, aten.div.Tensor 2025-03-21T21:18:24.5392467Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_40, aten.div.Tensor 2025-03-21T21:18:24.5393238Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_41, aten.div.Tensor 2025-03-21T21:18:24.5394020Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_42, aten.div.Tensor 2025-03-21T21:18:24.5394853Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_43, aten.div.Tensor 2025-03-21T21:18:24.5395619Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_44, aten.div.Tensor 2025-03-21T21:18:24.5396399Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_45, aten.div.Tensor 2025-03-21T21:18:24.5397247Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_46, aten.div.Tensor 2025-03-21T21:18:24.5398030Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_47, aten.div.Tensor 2025-03-21T21:18:24.5398811Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_138, aten.add.Tensor 2025-03-21T21:18:24.5399594Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_139, aten.add.Tensor 2025-03-21T21:18:24.5400433Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_140, aten.add.Tensor 2025-03-21T21:18:24.5401206Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_141, aten.add.Tensor 2025-03-21T21:18:24.5401989Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_142, aten.add.Tensor 2025-03-21T21:18:24.5402774Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_143, aten.add.Tensor 2025-03-21T21:18:24.5403605Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_144, aten.add.Tensor 2025-03-21T21:18:24.5404385Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_145, aten.add.Tensor 2025-03-21T21:18:24.5405174Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_146, aten.add.Tensor 2025-03-21T21:18:24.5405948Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_147, aten.add.Tensor 2025-03-21T21:18:24.5406739Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_148, aten.add.Tensor 2025-03-21T21:18:24.5407522Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_149, aten.add.Tensor 2025-03-21T21:18:24.5408357Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_36, aten._softmax.default 2025-03-21T21:18:24.5409240Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_37, aten._softmax.default 2025-03-21T21:18:24.5410161Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_38, aten._softmax.default 2025-03-21T21:18:24.5411048Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_39, aten._softmax.default 2025-03-21T21:18:24.5411936Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_40, aten._softmax.default 2025-03-21T21:18:24.5412803Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_41, aten._softmax.default 2025-03-21T21:18:24.5413673Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_42, aten._softmax.default 2025-03-21T21:18:24.5414571Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_43, aten._softmax.default 2025-03-21T21:18:24.5415432Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_44, aten._softmax.default 2025-03-21T21:18:25.1607143Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_45, aten._softmax.default 2025-03-21T21:18:25.1608757Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_46, aten._softmax.default 2025-03-21T21:18:25.1610332Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_47, aten._softmax.default 2025-03-21T21:18:25.1611895Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_73, aten.matmul.default 2025-03-21T21:18:25.1613406Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_75, aten.matmul.default 2025-03-21T21:18:25.1614926Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_77, aten.matmul.default 2025-03-21T21:18:25.1616701Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_79, aten.matmul.default 2025-03-21T21:18:25.1618202Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_81, aten.matmul.default 2025-03-21T21:18:25.1619715Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_83, aten.matmul.default 2025-03-21T21:18:25.1621219Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_85, aten.matmul.default 2025-03-21T21:18:25.1622732Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_87, aten.matmul.default 2025-03-21T21:18:25.1624240Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_89, aten.matmul.default 2025-03-21T21:18:25.1625811Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_91, aten.matmul.default 2025-03-21T21:18:25.1627342Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_93, aten.matmul.default 2025-03-21T21:18:25.1628899Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_95, aten.matmul.default 2025-03-21T21:18:25.1630380Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_195, aten.cat.default 2025-03-21T21:18:25.1631976Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_448, aten.view_copy.default 2025-03-21T21:18:25.1633652Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1292, aten.permute_copy.default 2025-03-21T21:18:25.1635363Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_156, aten.convolution.default 2025-03-21T21:18:25.1637057Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1293, aten.permute_copy.default 2025-03-21T21:18:25.1638720Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_449, aten.view_copy.default 2025-03-21T21:18:25.1640222Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_150, aten.add.Tensor 2025-03-21T21:18:25.1641706Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_rms_norm_default_7, aten.rms_norm.default 2025-03-21T21:18:25.1643288Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_450, aten.view_copy.default 2025-03-21T21:18:25.1644942Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1294, aten.permute_copy.default 2025-03-21T21:18:25.1646705Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_157, aten.convolution.default 2025-03-21T21:18:25.1648397Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_158, aten.convolution.default 2025-03-21T21:18:25.1650010Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sigmoid_default_3, aten.sigmoid.default 2025-03-21T21:18:25.1651467Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_406, aten.mul.Tensor 2025-03-21T21:18:25.1652871Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_407, aten.mul.Tensor 2025-03-21T21:18:25.1654425Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_159, aten.convolution.default 2025-03-21T21:18:25.1656130Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1295, aten.permute_copy.default 2025-03-21T21:18:25.1657797Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_451, aten.view_copy.default 2025-03-21T21:18:25.1659314Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_151, aten.add.Tensor 2025-03-21T21:18:25.1660794Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_rms_norm_default_8, aten.rms_norm.default 2025-03-21T21:18:25.1662374Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_452, aten.view_copy.default 2025-03-21T21:18:25.1664087Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1296, aten.permute_copy.default 2025-03-21T21:18:25.1665726Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_268, aten._to_copy.default 2025-03-21T21:18:25.1667362Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_160, aten.convolution.default 2025-03-21T21:18:25.1669114Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1297, aten.permute_copy.default 2025-03-21T21:18:25.1670821Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_161, aten.convolution.default 2025-03-21T21:18:25.1672508Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1298, aten.permute_copy.default 2025-03-21T21:18:25.1674249Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_162, aten.convolution.default 2025-03-21T21:18:25.1675946Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1299, aten.permute_copy.default 2025-03-21T21:18:25.1677813Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_163, aten.convolution.default 2025-03-21T21:18:25.1679598Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1300, aten.permute_copy.default 2025-03-21T21:18:25.1681304Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_164, aten.convolution.default 2025-03-21T21:18:25.1683007Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1301, aten.permute_copy.default 2025-03-21T21:18:25.1684695Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_165, aten.convolution.default 2025-03-21T21:18:25.1686391Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1302, aten.permute_copy.default 2025-03-21T21:18:25.1688088Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_166, aten.convolution.default 2025-03-21T21:18:25.1689785Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1303, aten.permute_copy.default 2025-03-21T21:18:25.1691472Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_167, aten.convolution.default 2025-03-21T21:18:25.1693164Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1304, aten.permute_copy.default 2025-03-21T21:18:25.1694924Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_168, aten.convolution.default 2025-03-21T21:18:25.1696613Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1305, aten.permute_copy.default 2025-03-21T21:18:25.1698311Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_169, aten.convolution.default 2025-03-21T21:18:25.1700018Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1306, aten.permute_copy.default 2025-03-21T21:18:25.1701713Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_170, aten.convolution.default 2025-03-21T21:18:25.1703412Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1307, aten.permute_copy.default 2025-03-21T21:18:25.1705103Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_171, aten.convolution.default 2025-03-21T21:18:25.1706798Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1308, aten.permute_copy.default 2025-03-21T21:18:25.1708480Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_172, aten.convolution.default 2025-03-21T21:18:25.1710247Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1309, aten.permute_copy.default 2025-03-21T21:18:25.1711999Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_173, aten.convolution.default 2025-03-21T21:18:25.1713689Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1310, aten.permute_copy.default 2025-03-21T21:18:25.1715384Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_174, aten.convolution.default 2025-03-21T21:18:25.1717080Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1311, aten.permute_copy.default 2025-03-21T21:18:25.1718753Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_175, aten.convolution.default 2025-03-21T21:18:25.1720432Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1312, aten.permute_copy.default 2025-03-21T21:18:25.1722176Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_176, aten.convolution.default 2025-03-21T21:18:25.1723869Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1313, aten.permute_copy.default 2025-03-21T21:18:25.1725566Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_177, aten.convolution.default 2025-03-21T21:18:25.6358865Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1314, aten.permute_copy.default 2025-03-21T21:18:25.6360617Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_178, aten.convolution.default 2025-03-21T21:18:25.6362355Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1315, aten.permute_copy.default 2025-03-21T21:18:25.6364119Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_179, aten.convolution.default 2025-03-21T21:18:25.6365854Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1316, aten.permute_copy.default 2025-03-21T21:18:25.6367584Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_180, aten.convolution.default 2025-03-21T21:18:25.6369334Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1317, aten.permute_copy.default 2025-03-21T21:18:25.6371077Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_181, aten.convolution.default 2025-03-21T21:18:25.6372780Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1318, aten.permute_copy.default 2025-03-21T21:18:25.6374555Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_182, aten.convolution.default 2025-03-21T21:18:25.6376747Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1319, aten.permute_copy.default 2025-03-21T21:18:25.6378389Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_183, aten.convolution.default 2025-03-21T21:18:25.6380061Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1320, aten.permute_copy.default 2025-03-21T21:18:25.6381974Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_184, aten.convolution.default 2025-03-21T21:18:25.6383729Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1321, aten.permute_copy.default 2025-03-21T21:18:25.6385458Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_185, aten.convolution.default 2025-03-21T21:18:25.6387185Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1322, aten.permute_copy.default 2025-03-21T21:18:25.6389004Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_186, aten.convolution.default 2025-03-21T21:18:25.6390724Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1323, aten.permute_copy.default 2025-03-21T21:18:25.6392461Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_187, aten.convolution.default 2025-03-21T21:18:25.6394382Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1324, aten.permute_copy.default 2025-03-21T21:18:25.6396113Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_188, aten.convolution.default 2025-03-21T21:18:25.6397842Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1325, aten.permute_copy.default 2025-03-21T21:18:25.6399608Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_189, aten.convolution.default 2025-03-21T21:18:25.6401366Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1326, aten.permute_copy.default 2025-03-21T21:18:25.6403079Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_190, aten.convolution.default 2025-03-21T21:18:25.6404988Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1327, aten.permute_copy.default 2025-03-21T21:18:25.6406779Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_191, aten.convolution.default 2025-03-21T21:18:25.6408517Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1328, aten.permute_copy.default 2025-03-21T21:18:25.6410353Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_192, aten.convolution.default 2025-03-21T21:18:25.6412096Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1329, aten.permute_copy.default 2025-03-21T21:18:25.6413835Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_193, aten.convolution.default 2025-03-21T21:18:25.6415541Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1330, aten.permute_copy.default 2025-03-21T21:18:25.6417286Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_194, aten.convolution.default 2025-03-21T21:18:25.6419029Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1331, aten.permute_copy.default 2025-03-21T21:18:25.6420782Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_195, aten.convolution.default 2025-03-21T21:18:25.6422556Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1332, aten.permute_copy.default 2025-03-21T21:18:25.6424253Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_269, aten._to_copy.default 2025-03-21T21:18:25.6425916Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_270, aten._to_copy.default 2025-03-21T21:18:25.6427544Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_271, aten._to_copy.default 2025-03-21T21:18:25.6429296Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_272, aten._to_copy.default 2025-03-21T21:18:25.6430904Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_273, aten._to_copy.default 2025-03-21T21:18:25.6432533Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_274, aten._to_copy.default 2025-03-21T21:18:25.6434139Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_275, aten._to_copy.default 2025-03-21T21:18:25.6435738Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_276, aten._to_copy.default 2025-03-21T21:18:25.6437339Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_277, aten._to_copy.default 2025-03-21T21:18:25.6438939Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_278, aten._to_copy.default 2025-03-21T21:18:25.6440545Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_279, aten._to_copy.default 2025-03-21T21:18:25.6442139Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_453, aten.view_copy.default 2025-03-21T21:18:25.6443927Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_454, aten.view_copy.default 2025-03-21T21:18:25.6445578Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_455, aten.view_copy.default 2025-03-21T21:18:25.6447202Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_456, aten.view_copy.default 2025-03-21T21:18:25.6448807Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_457, aten.view_copy.default 2025-03-21T21:18:25.6450487Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_458, aten.view_copy.default 2025-03-21T21:18:25.6452154Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_459, aten.view_copy.default 2025-03-21T21:18:25.6453909Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_460, aten.view_copy.default 2025-03-21T21:18:25.6455557Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_461, aten.view_copy.default 2025-03-21T21:18:25.6457198Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_462, aten.view_copy.default 2025-03-21T21:18:25.6458902Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_463, aten.view_copy.default 2025-03-21T21:18:25.6460538Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_464, aten.view_copy.default 2025-03-21T21:18:25.6462179Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_465, aten.view_copy.default 2025-03-21T21:18:25.6463831Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_466, aten.view_copy.default 2025-03-21T21:18:25.6465483Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_467, aten.view_copy.default 2025-03-21T21:18:25.6467166Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_468, aten.view_copy.default 2025-03-21T21:18:25.6468814Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_469, aten.view_copy.default 2025-03-21T21:18:25.6470500Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_470, aten.view_copy.default 2025-03-21T21:18:25.6472146Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_471, aten.view_copy.default 2025-03-21T21:18:25.6473798Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_472, aten.view_copy.default 2025-03-21T21:18:25.6475555Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_473, aten.view_copy.default 2025-03-21T21:18:25.6477342Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_474, aten.view_copy.default 2025-03-21T21:18:25.6478989Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_475, aten.view_copy.default 2025-03-21T21:18:25.6480639Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_476, aten.view_copy.default 2025-03-21T21:18:25.9529164Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_477, aten.view_copy.default 2025-03-21T21:18:25.9530873Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_280, aten._to_copy.default 2025-03-21T21:18:25.9532493Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_478, aten.view_copy.default 2025-03-21T21:18:25.9534131Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_281, aten._to_copy.default 2025-03-21T21:18:25.9535742Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_479, aten.view_copy.default 2025-03-21T21:18:25.9537373Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_282, aten._to_copy.default 2025-03-21T21:18:25.9539239Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_480, aten.view_copy.default 2025-03-21T21:18:25.9540894Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_481, aten.view_copy.default 2025-03-21T21:18:25.9542539Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_283, aten._to_copy.default 2025-03-21T21:18:25.9544141Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_482, aten.view_copy.default 2025-03-21T21:18:25.9545795Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_284, aten._to_copy.default 2025-03-21T21:18:25.9547417Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_483, aten.view_copy.default 2025-03-21T21:18:25.9549224Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_285, aten._to_copy.default 2025-03-21T21:18:25.9550895Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_484, aten.view_copy.default 2025-03-21T21:18:25.9552566Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_286, aten._to_copy.default 2025-03-21T21:18:25.9554178Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_485, aten.view_copy.default 2025-03-21T21:18:25.9555918Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_287, aten._to_copy.default 2025-03-21T21:18:25.9557548Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_486, aten.view_copy.default 2025-03-21T21:18:25.9559187Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_288, aten._to_copy.default 2025-03-21T21:18:25.9560806Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_487, aten.view_copy.default 2025-03-21T21:18:25.9562436Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_289, aten._to_copy.default 2025-03-21T21:18:25.9564067Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_488, aten.view_copy.default 2025-03-21T21:18:25.9565640Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_290, aten._to_copy.default 2025-03-21T21:18:25.9567317Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_192, aten.slice_copy.Tensor 2025-03-21T21:18:25.9568981Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_193, aten.slice_copy.Tensor 2025-03-21T21:18:25.9570776Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_194, aten.slice_copy.Tensor 2025-03-21T21:18:25.9572452Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_195, aten.slice_copy.Tensor 2025-03-21T21:18:25.9574138Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_196, aten.slice_copy.Tensor 2025-03-21T21:18:25.9575818Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_197, aten.slice_copy.Tensor 2025-03-21T21:18:25.9577653Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_198, aten.slice_copy.Tensor 2025-03-21T21:18:25.9579311Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_199, aten.slice_copy.Tensor 2025-03-21T21:18:25.9580953Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_200, aten.slice_copy.Tensor 2025-03-21T21:18:25.9582592Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_201, aten.slice_copy.Tensor 2025-03-21T21:18:25.9584244Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_202, aten.slice_copy.Tensor 2025-03-21T21:18:25.9585890Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_203, aten.slice_copy.Tensor 2025-03-21T21:18:25.9587529Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_204, aten.slice_copy.Tensor 2025-03-21T21:18:25.9589368Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_205, aten.slice_copy.Tensor 2025-03-21T21:18:25.9591060Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_206, aten.slice_copy.Tensor 2025-03-21T21:18:25.9592716Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_207, aten.slice_copy.Tensor 2025-03-21T21:18:25.9594261Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_208, aten.slice_copy.Tensor 2025-03-21T21:18:25.9595958Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_209, aten.slice_copy.Tensor 2025-03-21T21:18:25.9597618Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_210, aten.slice_copy.Tensor 2025-03-21T21:18:25.9599405Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_211, aten.slice_copy.Tensor 2025-03-21T21:18:25.9601031Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_212, aten.slice_copy.Tensor 2025-03-21T21:18:25.9602672Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_213, aten.slice_copy.Tensor 2025-03-21T21:18:25.9604397Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_214, aten.slice_copy.Tensor 2025-03-21T21:18:25.9606040Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_215, aten.slice_copy.Tensor 2025-03-21T21:18:25.9607675Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_216, aten.slice_copy.Tensor 2025-03-21T21:18:25.9609332Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_217, aten.slice_copy.Tensor 2025-03-21T21:18:25.9610993Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_218, aten.slice_copy.Tensor 2025-03-21T21:18:25.9612589Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_219, aten.slice_copy.Tensor 2025-03-21T21:18:25.9614255Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_220, aten.slice_copy.Tensor 2025-03-21T21:18:25.9615910Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_221, aten.slice_copy.Tensor 2025-03-21T21:18:25.9617541Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_222, aten.slice_copy.Tensor 2025-03-21T21:18:25.9619240Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_223, aten.slice_copy.Tensor 2025-03-21T21:18:25.9621036Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_224, aten.slice_copy.Tensor 2025-03-21T21:18:25.9622694Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_225, aten.slice_copy.Tensor 2025-03-21T21:18:25.9624339Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_226, aten.slice_copy.Tensor 2025-03-21T21:18:25.9625987Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_227, aten.slice_copy.Tensor 2025-03-21T21:18:25.9627631Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_228, aten.slice_copy.Tensor 2025-03-21T21:18:25.9629353Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_229, aten.slice_copy.Tensor 2025-03-21T21:18:25.9630998Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_230, aten.slice_copy.Tensor 2025-03-21T21:18:25.9632642Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_231, aten.slice_copy.Tensor 2025-03-21T21:18:25.9634256Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_232, aten.slice_copy.Tensor 2025-03-21T21:18:25.9635924Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_233, aten.slice_copy.Tensor 2025-03-21T21:18:25.9637646Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_234, aten.slice_copy.Tensor 2025-03-21T21:18:25.9639258Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_235, aten.slice_copy.Tensor 2025-03-21T21:18:25.9640948Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_236, aten.slice_copy.Tensor 2025-03-21T21:18:25.9642622Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_237, aten.slice_copy.Tensor 2025-03-21T21:18:25.9644299Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_238, aten.slice_copy.Tensor 2025-03-21T21:18:25.9645940Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_239, aten.slice_copy.Tensor 2025-03-21T21:18:25.9647490Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_221, aten.cat.default 2025-03-21T21:18:25.9649037Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_223, aten.cat.default 2025-03-21T21:18:25.9650527Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_225, aten.cat.default 2025-03-21T21:18:25.9651989Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_227, aten.cat.default 2025-03-21T21:18:26.4261986Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_229, aten.cat.default 2025-03-21T21:18:26.4263503Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_231, aten.cat.default 2025-03-21T21:18:26.4264943Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_233, aten.cat.default 2025-03-21T21:18:26.4266440Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_235, aten.cat.default 2025-03-21T21:18:26.4267909Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_237, aten.cat.default 2025-03-21T21:18:26.4269478Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_239, aten.cat.default 2025-03-21T21:18:26.4270946Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_241, aten.cat.default 2025-03-21T21:18:26.4272395Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_243, aten.cat.default 2025-03-21T21:18:26.4273862Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_410, aten.mul.Tensor 2025-03-21T21:18:26.4275302Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_412, aten.mul.Tensor 2025-03-21T21:18:26.4276947Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_411, aten.mul.Tensor 2025-03-21T21:18:26.4278694Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_413, aten.mul.Tensor 2025-03-21T21:18:26.4280143Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_414, aten.mul.Tensor 2025-03-21T21:18:26.4281512Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_416, aten.mul.Tensor 2025-03-21T21:18:26.4282980Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_415, aten.mul.Tensor 2025-03-21T21:18:26.4284435Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_417, aten.mul.Tensor 2025-03-21T21:18:26.4285904Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_418, aten.mul.Tensor 2025-03-21T21:18:26.4287337Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_420, aten.mul.Tensor 2025-03-21T21:18:26.4288770Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_419, aten.mul.Tensor 2025-03-21T21:18:26.4290221Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_421, aten.mul.Tensor 2025-03-21T21:18:26.4302609Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_422, aten.mul.Tensor 2025-03-21T21:18:26.4304123Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_424, aten.mul.Tensor 2025-03-21T21:18:26.4305772Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_423, aten.mul.Tensor 2025-03-21T21:18:26.4307240Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_425, aten.mul.Tensor 2025-03-21T21:18:26.4308686Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_426, aten.mul.Tensor 2025-03-21T21:18:26.4310199Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_428, aten.mul.Tensor 2025-03-21T21:18:26.4311640Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_427, aten.mul.Tensor 2025-03-21T21:18:26.4313086Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_429, aten.mul.Tensor 2025-03-21T21:18:26.4314511Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_430, aten.mul.Tensor 2025-03-21T21:18:26.4316070Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_432, aten.mul.Tensor 2025-03-21T21:18:26.4317507Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_431, aten.mul.Tensor 2025-03-21T21:18:26.4318939Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_433, aten.mul.Tensor 2025-03-21T21:18:26.4320367Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_434, aten.mul.Tensor 2025-03-21T21:18:26.4321905Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_436, aten.mul.Tensor 2025-03-21T21:18:26.4323367Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_435, aten.mul.Tensor 2025-03-21T21:18:26.4324811Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_437, aten.mul.Tensor 2025-03-21T21:18:26.4326242Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_438, aten.mul.Tensor 2025-03-21T21:18:26.4327645Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_440, aten.mul.Tensor 2025-03-21T21:18:26.4329118Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_439, aten.mul.Tensor 2025-03-21T21:18:26.4330580Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_441, aten.mul.Tensor 2025-03-21T21:18:26.4332046Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_442, aten.mul.Tensor 2025-03-21T21:18:26.4333485Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_444, aten.mul.Tensor 2025-03-21T21:18:26.4334966Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_443, aten.mul.Tensor 2025-03-21T21:18:26.4336490Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_445, aten.mul.Tensor 2025-03-21T21:18:26.4337910Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_446, aten.mul.Tensor 2025-03-21T21:18:26.4339336Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_448, aten.mul.Tensor 2025-03-21T21:18:26.4340766Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_447, aten.mul.Tensor 2025-03-21T21:18:26.4342204Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_449, aten.mul.Tensor 2025-03-21T21:18:26.4343644Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_450, aten.mul.Tensor 2025-03-21T21:18:26.4345063Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_452, aten.mul.Tensor 2025-03-21T21:18:26.4346506Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_451, aten.mul.Tensor 2025-03-21T21:18:26.4347950Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_453, aten.mul.Tensor 2025-03-21T21:18:26.4349449Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_454, aten.mul.Tensor 2025-03-21T21:18:26.4350788Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_456, aten.mul.Tensor 2025-03-21T21:18:26.4352267Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_455, aten.mul.Tensor 2025-03-21T21:18:26.4353805Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_457, aten.mul.Tensor 2025-03-21T21:18:26.4355244Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_458, aten.mul.Tensor 2025-03-21T21:18:26.4356653Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_460, aten.mul.Tensor 2025-03-21T21:18:26.4358081Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_459, aten.mul.Tensor 2025-03-21T21:18:26.4359515Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_461, aten.mul.Tensor 2025-03-21T21:18:26.4360958Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_462, aten.mul.Tensor 2025-03-21T21:18:26.4362386Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_464, aten.mul.Tensor 2025-03-21T21:18:26.4363904Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_463, aten.mul.Tensor 2025-03-21T21:18:26.4365333Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_465, aten.mul.Tensor 2025-03-21T21:18:26.4366770Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_466, aten.mul.Tensor 2025-03-21T21:18:26.4368240Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_468, aten.mul.Tensor 2025-03-21T21:18:26.4369690Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_467, aten.mul.Tensor 2025-03-21T21:18:26.4371126Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_469, aten.mul.Tensor 2025-03-21T21:18:26.4372564Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_470, aten.mul.Tensor 2025-03-21T21:18:26.4373936Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_472, aten.mul.Tensor 2025-03-21T21:18:26.4375420Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_471, aten.mul.Tensor 2025-03-21T21:18:26.4377150Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_473, aten.mul.Tensor 2025-03-21T21:18:26.4378652Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_474, aten.mul.Tensor 2025-03-21T21:18:26.4380150Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_476, aten.mul.Tensor 2025-03-21T21:18:26.4381639Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_475, aten.mul.Tensor 2025-03-21T21:18:26.4383130Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_477, aten.mul.Tensor 2025-03-21T21:18:26.4384729Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_478, aten.mul.Tensor 2025-03-21T21:18:26.4386217Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_480, aten.mul.Tensor 2025-03-21T21:18:26.4387718Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_479, aten.mul.Tensor 2025-03-21T21:18:26.4389292Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_481, aten.mul.Tensor 2025-03-21T21:18:26.4390748Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_482, aten.mul.Tensor 2025-03-21T21:18:26.4392265Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_484, aten.mul.Tensor 2025-03-21T21:18:26.4393769Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_483, aten.mul.Tensor 2025-03-21T21:18:26.4395260Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_485, aten.mul.Tensor 2025-03-21T21:18:26.4396669Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_486, aten.mul.Tensor 2025-03-21T21:18:26.8858120Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_488, aten.mul.Tensor 2025-03-21T21:18:26.8859609Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_487, aten.mul.Tensor 2025-03-21T21:18:26.8861052Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_489, aten.mul.Tensor 2025-03-21T21:18:26.8862691Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_490, aten.mul.Tensor 2025-03-21T21:18:26.8864117Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_492, aten.mul.Tensor 2025-03-21T21:18:26.8865606Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_491, aten.mul.Tensor 2025-03-21T21:18:26.8867038Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_493, aten.mul.Tensor 2025-03-21T21:18:26.8868458Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_494, aten.mul.Tensor 2025-03-21T21:18:26.8869980Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_496, aten.mul.Tensor 2025-03-21T21:18:26.8871396Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_495, aten.mul.Tensor 2025-03-21T21:18:26.8872954Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_497, aten.mul.Tensor 2025-03-21T21:18:26.8874426Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_498, aten.mul.Tensor 2025-03-21T21:18:26.8875853Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_500, aten.mul.Tensor 2025-03-21T21:18:26.8877588Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_499, aten.mul.Tensor 2025-03-21T21:18:26.8878981Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_501, aten.mul.Tensor 2025-03-21T21:18:26.8880424Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_502, aten.mul.Tensor 2025-03-21T21:18:26.8881903Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_504, aten.mul.Tensor 2025-03-21T21:18:26.8883340Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_503, aten.mul.Tensor 2025-03-21T21:18:26.8884777Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_505, aten.mul.Tensor 2025-03-21T21:18:26.8886213Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_96, aten.sub.Tensor 2025-03-21T21:18:26.8887639Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_152, aten.add.Tensor 2025-03-21T21:18:26.8889051Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_97, aten.sub.Tensor 2025-03-21T21:18:26.8890473Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_153, aten.add.Tensor 2025-03-21T21:18:26.8891901Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_98, aten.sub.Tensor 2025-03-21T21:18:26.8893862Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_154, aten.add.Tensor 2025-03-21T21:18:26.8895270Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_99, aten.sub.Tensor 2025-03-21T21:18:26.8896743Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_155, aten.add.Tensor 2025-03-21T21:18:26.8898193Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_100, aten.sub.Tensor 2025-03-21T21:18:26.8899608Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_156, aten.add.Tensor 2025-03-21T21:18:26.8901017Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_101, aten.sub.Tensor 2025-03-21T21:18:26.8902496Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_157, aten.add.Tensor 2025-03-21T21:18:26.8903963Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_102, aten.sub.Tensor 2025-03-21T21:18:26.8905435Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_158, aten.add.Tensor 2025-03-21T21:18:26.8906861Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_103, aten.sub.Tensor 2025-03-21T21:18:26.8908285Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_159, aten.add.Tensor 2025-03-21T21:18:26.8909805Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_104, aten.sub.Tensor 2025-03-21T21:18:26.8911375Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_160, aten.add.Tensor 2025-03-21T21:18:26.8912805Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_105, aten.sub.Tensor 2025-03-21T21:18:26.8914240Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_161, aten.add.Tensor 2025-03-21T21:18:26.8915670Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_106, aten.sub.Tensor 2025-03-21T21:18:26.8917096Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_162, aten.add.Tensor 2025-03-21T21:18:26.8918508Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_107, aten.sub.Tensor 2025-03-21T21:18:26.8920088Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_163, aten.add.Tensor 2025-03-21T21:18:26.8921538Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_108, aten.sub.Tensor 2025-03-21T21:18:26.8923045Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_291, aten._to_copy.default 2025-03-21T21:18:26.8924528Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_164, aten.add.Tensor 2025-03-21T21:18:26.8926181Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_292, aten._to_copy.default 2025-03-21T21:18:26.8927712Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_109, aten.sub.Tensor 2025-03-21T21:18:26.8929235Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_293, aten._to_copy.default 2025-03-21T21:18:26.8930759Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_165, aten.add.Tensor 2025-03-21T21:18:26.8932287Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_294, aten._to_copy.default 2025-03-21T21:18:26.8933811Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_110, aten.sub.Tensor 2025-03-21T21:18:26.8935333Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_295, aten._to_copy.default 2025-03-21T21:18:26.8936836Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_166, aten.add.Tensor 2025-03-21T21:18:26.8938356Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_296, aten._to_copy.default 2025-03-21T21:18:26.8939877Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_111, aten.sub.Tensor 2025-03-21T21:18:26.8941467Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_297, aten._to_copy.default 2025-03-21T21:18:26.8943017Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_167, aten.add.Tensor 2025-03-21T21:18:26.8944547Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_298, aten._to_copy.default 2025-03-21T21:18:26.8946058Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_112, aten.sub.Tensor 2025-03-21T21:18:26.8947563Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_299, aten._to_copy.default 2025-03-21T21:18:26.8949206Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_168, aten.add.Tensor 2025-03-21T21:18:26.8950760Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_300, aten._to_copy.default 2025-03-21T21:18:26.8952276Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_113, aten.sub.Tensor 2025-03-21T21:18:26.8953814Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_301, aten._to_copy.default 2025-03-21T21:18:26.8955334Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_169, aten.add.Tensor 2025-03-21T21:18:26.8956844Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_302, aten._to_copy.default 2025-03-21T21:18:26.8958493Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_114, aten.sub.Tensor 2025-03-21T21:18:26.8960004Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_303, aten._to_copy.default 2025-03-21T21:18:26.8961538Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_170, aten.add.Tensor 2025-03-21T21:18:26.8963071Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_304, aten._to_copy.default 2025-03-21T21:18:26.8964557Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_115, aten.sub.Tensor 2025-03-21T21:18:26.8966126Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_305, aten._to_copy.default 2025-03-21T21:18:26.8967633Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_171, aten.add.Tensor 2025-03-21T21:18:26.8969201Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_306, aten._to_copy.default 2025-03-21T21:18:26.8970643Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_116, aten.sub.Tensor 2025-03-21T21:18:26.8972204Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_307, aten._to_copy.default 2025-03-21T21:18:26.8973812Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_172, aten.add.Tensor 2025-03-21T21:18:26.8975353Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_308, aten._to_copy.default 2025-03-21T21:18:26.8977114Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_117, aten.sub.Tensor 2025-03-21T21:18:26.8978638Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_309, aten._to_copy.default 2025-03-21T21:18:26.8980164Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_173, aten.add.Tensor 2025-03-21T21:18:27.3187679Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_310, aten._to_copy.default 2025-03-21T21:18:27.3188616Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_118, aten.sub.Tensor 2025-03-21T21:18:27.3189519Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_311, aten._to_copy.default 2025-03-21T21:18:27.3190367Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_174, aten.add.Tensor 2025-03-21T21:18:27.3191198Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_312, aten._to_copy.default 2025-03-21T21:18:27.3192230Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_119, aten.sub.Tensor 2025-03-21T21:18:27.3193066Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_313, aten._to_copy.default 2025-03-21T21:18:27.3193904Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_175, aten.add.Tensor 2025-03-21T21:18:27.3194722Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_314, aten._to_copy.default 2025-03-21T21:18:27.3195568Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_196, aten.cat.default 2025-03-21T21:18:27.3196376Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_197, aten.cat.default 2025-03-21T21:18:27.3197184Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_198, aten.cat.default 2025-03-21T21:18:27.3197988Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_199, aten.cat.default 2025-03-21T21:18:27.3198799Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_200, aten.cat.default 2025-03-21T21:18:27.3199601Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_201, aten.cat.default 2025-03-21T21:18:27.3200398Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_202, aten.cat.default 2025-03-21T21:18:27.3201201Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_203, aten.cat.default 2025-03-21T21:18:27.3202079Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_204, aten.cat.default 2025-03-21T21:18:27.3202881Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_205, aten.cat.default 2025-03-21T21:18:27.3203686Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_206, aten.cat.default 2025-03-21T21:18:27.3204491Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_207, aten.cat.default 2025-03-21T21:18:27.3205286Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_208, aten.cat.default 2025-03-21T21:18:27.3206132Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_315, aten._to_copy.default 2025-03-21T21:18:27.3207037Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_209, aten.cat.default 2025-03-21T21:18:27.3207882Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_316, aten._to_copy.default 2025-03-21T21:18:27.3208729Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_210, aten.cat.default 2025-03-21T21:18:27.3209575Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_317, aten._to_copy.default 2025-03-21T21:18:27.3210464Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_211, aten.cat.default 2025-03-21T21:18:27.3211295Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_318, aten._to_copy.default 2025-03-21T21:18:27.3212140Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_212, aten.cat.default 2025-03-21T21:18:27.3212986Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_319, aten._to_copy.default 2025-03-21T21:18:27.3213834Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_213, aten.cat.default 2025-03-21T21:18:27.3214682Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_320, aten._to_copy.default 2025-03-21T21:18:27.3215529Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_214, aten.cat.default 2025-03-21T21:18:27.3216363Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_321, aten._to_copy.default 2025-03-21T21:18:27.3217210Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_215, aten.cat.default 2025-03-21T21:18:27.3218019Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_216, aten.cat.default 2025-03-21T21:18:27.3218891Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_322, aten._to_copy.default 2025-03-21T21:18:27.3219744Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_217, aten.cat.default 2025-03-21T21:18:27.3220591Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_323, aten._to_copy.default 2025-03-21T21:18:27.3221435Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_218, aten.cat.default 2025-03-21T21:18:27.3222230Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_219, aten.cat.default 2025-03-21T21:18:27.3223067Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_324, aten._to_copy.default 2025-03-21T21:18:27.3223980Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_249, aten.permute_copy.default 2025-03-21T21:18:27.3224999Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_325, aten._to_copy.default 2025-03-21T21:18:27.3225914Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_250, aten.permute_copy.default 2025-03-21T21:18:27.3226825Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_326, aten._to_copy.default 2025-03-21T21:18:27.3227734Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_251, aten.permute_copy.default 2025-03-21T21:18:27.3228669Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_327, aten._to_copy.default 2025-03-21T21:18:27.3229636Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_252, aten.permute_copy.default 2025-03-21T21:18:27.3230549Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_328, aten._to_copy.default 2025-03-21T21:18:27.3231457Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_253, aten.permute_copy.default 2025-03-21T21:18:27.3232372Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_329, aten._to_copy.default 2025-03-21T21:18:27.3233282Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_254, aten.permute_copy.default 2025-03-21T21:18:27.3234211Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_330, aten._to_copy.default 2025-03-21T21:18:27.3235123Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_255, aten.permute_copy.default 2025-03-21T21:18:27.3236033Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_331, aten._to_copy.default 2025-03-21T21:18:27.3236975Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_256, aten.permute_copy.default 2025-03-21T21:18:27.3238088Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_257, aten.permute_copy.default 2025-03-21T21:18:27.3239075Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_332, aten._to_copy.default 2025-03-21T21:18:27.3239984Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_258, aten.permute_copy.default 2025-03-21T21:18:27.3240884Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_333, aten._to_copy.default 2025-03-21T21:18:27.3241800Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_259, aten.permute_copy.default 2025-03-21T21:18:27.3242743Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_260, aten.permute_copy.default 2025-03-21T21:18:27.3243652Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_334, aten._to_copy.default 2025-03-21T21:18:27.3244492Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_220, aten.cat.default 2025-03-21T21:18:27.3245298Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_222, aten.cat.default 2025-03-21T21:18:27.3246149Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_224, aten.cat.default 2025-03-21T21:18:27.3246942Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_226, aten.cat.default 2025-03-21T21:18:27.3247752Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_228, aten.cat.default 2025-03-21T21:18:27.3248566Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_230, aten.cat.default 2025-03-21T21:18:27.3249379Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_232, aten.cat.default 2025-03-21T21:18:27.3250187Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_234, aten.cat.default 2025-03-21T21:18:27.3250986Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_236, aten.cat.default 2025-03-21T21:18:27.3262511Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_238, aten.cat.default 2025-03-21T21:18:27.3263343Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_240, aten.cat.default 2025-03-21T21:18:27.3264148Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_242, aten.cat.default 2025-03-21T21:18:27.3264986Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_96, aten.matmul.default 2025-03-21T21:18:27.8845073Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_98, aten.matmul.default 2025-03-21T21:18:27.8846677Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_100, aten.matmul.default 2025-03-21T21:18:27.8848249Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_102, aten.matmul.default 2025-03-21T21:18:27.8849841Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_104, aten.matmul.default 2025-03-21T21:18:27.8851454Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_106, aten.matmul.default 2025-03-21T21:18:27.8852994Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_108, aten.matmul.default 2025-03-21T21:18:27.8854808Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_110, aten.matmul.default 2025-03-21T21:18:27.8856373Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_112, aten.matmul.default 2025-03-21T21:18:27.8857924Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_114, aten.matmul.default 2025-03-21T21:18:27.8859454Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_116, aten.matmul.default 2025-03-21T21:18:27.8861168Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_118, aten.matmul.default 2025-03-21T21:18:27.8862647Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_48, aten.div.Tensor 2025-03-21T21:18:27.8864085Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_49, aten.div.Tensor 2025-03-21T21:18:27.8865487Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_50, aten.div.Tensor 2025-03-21T21:18:27.8866954Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_51, aten.div.Tensor 2025-03-21T21:18:27.8868386Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_52, aten.div.Tensor 2025-03-21T21:18:27.8869889Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_53, aten.div.Tensor 2025-03-21T21:18:27.8871305Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_54, aten.div.Tensor 2025-03-21T21:18:27.8872725Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_55, aten.div.Tensor 2025-03-21T21:18:27.8874148Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_56, aten.div.Tensor 2025-03-21T21:18:27.8875713Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_57, aten.div.Tensor 2025-03-21T21:18:27.8877348Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_58, aten.div.Tensor 2025-03-21T21:18:27.8878762Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_59, aten.div.Tensor 2025-03-21T21:18:27.8880210Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_176, aten.add.Tensor 2025-03-21T21:18:27.8881656Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_177, aten.add.Tensor 2025-03-21T21:18:27.8883076Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_178, aten.add.Tensor 2025-03-21T21:18:27.8884536Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_179, aten.add.Tensor 2025-03-21T21:18:27.8885983Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_180, aten.add.Tensor 2025-03-21T21:18:27.8887390Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_181, aten.add.Tensor 2025-03-21T21:18:27.8888926Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_182, aten.add.Tensor 2025-03-21T21:18:27.8890385Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_183, aten.add.Tensor 2025-03-21T21:18:27.8891848Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_184, aten.add.Tensor 2025-03-21T21:18:27.8893282Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_185, aten.add.Tensor 2025-03-21T21:18:27.8894706Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_186, aten.add.Tensor 2025-03-21T21:18:27.8896140Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_187, aten.add.Tensor 2025-03-21T21:18:27.8897659Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_48, aten._softmax.default 2025-03-21T21:18:27.8899268Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_49, aten._softmax.default 2025-03-21T21:18:27.8900857Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_50, aten._softmax.default 2025-03-21T21:18:27.8902451Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_51, aten._softmax.default 2025-03-21T21:18:27.8904176Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_52, aten._softmax.default 2025-03-21T21:18:27.8905776Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_53, aten._softmax.default 2025-03-21T21:18:27.8907378Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_54, aten._softmax.default 2025-03-21T21:18:27.8909150Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_55, aten._softmax.default 2025-03-21T21:18:27.8910734Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_56, aten._softmax.default 2025-03-21T21:18:27.8912141Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_57, aten._softmax.default 2025-03-21T21:18:27.8913531Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_58, aten._softmax.default 2025-03-21T21:18:27.8915003Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_59, aten._softmax.default 2025-03-21T21:18:27.8916424Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_97, aten.matmul.default 2025-03-21T21:18:27.8918004Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_99, aten.matmul.default 2025-03-21T21:18:27.8919574Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_101, aten.matmul.default 2025-03-21T21:18:27.8921115Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_103, aten.matmul.default 2025-03-21T21:18:27.8922652Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_105, aten.matmul.default 2025-03-21T21:18:27.8924370Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_107, aten.matmul.default 2025-03-21T21:18:27.8925936Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_109, aten.matmul.default 2025-03-21T21:18:27.8927493Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_111, aten.matmul.default 2025-03-21T21:18:27.8929032Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_113, aten.matmul.default 2025-03-21T21:18:27.8930572Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_115, aten.matmul.default 2025-03-21T21:18:27.8932135Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_117, aten.matmul.default 2025-03-21T21:18:27.8933658Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_119, aten.matmul.default 2025-03-21T21:18:27.8935203Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_244, aten.cat.default 2025-03-21T21:18:27.8936900Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_561, aten.view_copy.default 2025-03-21T21:18:27.8938604Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1333, aten.permute_copy.default 2025-03-21T21:18:27.8940165Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_196, aten.convolution.default 2025-03-21T21:18:27.8941880Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1334, aten.permute_copy.default 2025-03-21T21:18:27.8943600Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_562, aten.view_copy.default 2025-03-21T21:18:27.8945142Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_188, aten.add.Tensor 2025-03-21T21:18:27.8946634Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_rms_norm_default_9, aten.rms_norm.default 2025-03-21T21:18:27.8948253Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_563, aten.view_copy.default 2025-03-21T21:18:27.8950036Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1335, aten.permute_copy.default 2025-03-21T21:18:27.8951856Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_197, aten.convolution.default 2025-03-21T21:18:27.8953595Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_198, aten.convolution.default 2025-03-21T21:18:27.8955240Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sigmoid_default_4, aten.sigmoid.default 2025-03-21T21:18:27.8956819Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_508, aten.mul.Tensor 2025-03-21T21:18:27.8958216Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_509, aten.mul.Tensor 2025-03-21T21:18:27.8959827Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_199, aten.convolution.default 2025-03-21T21:18:27.8961583Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1336, aten.permute_copy.default 2025-03-21T21:18:27.8963264Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_564, aten.view_copy.default 2025-03-21T21:18:27.8964582Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_189, aten.add.Tensor 2025-03-21T21:18:27.8966015Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_rms_norm_default_10, aten.rms_norm.default 2025-03-21T21:18:28.5308479Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_565, aten.view_copy.default 2025-03-21T21:18:28.5310303Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1337, aten.permute_copy.default 2025-03-21T21:18:28.5311984Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_335, aten._to_copy.default 2025-03-21T21:18:28.5313965Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_200, aten.convolution.default 2025-03-21T21:18:28.5315702Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1338, aten.permute_copy.default 2025-03-21T21:18:28.5317440Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_201, aten.convolution.default 2025-03-21T21:18:28.5319173Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1339, aten.permute_copy.default 2025-03-21T21:18:28.5320909Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_202, aten.convolution.default 2025-03-21T21:18:28.5322647Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1340, aten.permute_copy.default 2025-03-21T21:18:28.5324434Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_203, aten.convolution.default 2025-03-21T21:18:28.5326372Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1341, aten.permute_copy.default 2025-03-21T21:18:28.5328104Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_204, aten.convolution.default 2025-03-21T21:18:28.5329841Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1342, aten.permute_copy.default 2025-03-21T21:18:28.5331580Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_205, aten.convolution.default 2025-03-21T21:18:28.5333464Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1343, aten.permute_copy.default 2025-03-21T21:18:28.5335277Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_206, aten.convolution.default 2025-03-21T21:18:28.5337032Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1344, aten.permute_copy.default 2025-03-21T21:18:28.5338810Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_207, aten.convolution.default 2025-03-21T21:18:28.5340541Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1345, aten.permute_copy.default 2025-03-21T21:18:28.5342449Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_208, aten.convolution.default 2025-03-21T21:18:28.5344201Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1346, aten.permute_copy.default 2025-03-21T21:18:28.5345950Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_209, aten.convolution.default 2025-03-21T21:18:28.5347894Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1347, aten.permute_copy.default 2025-03-21T21:18:28.5349779Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_210, aten.convolution.default 2025-03-21T21:18:28.5351544Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1348, aten.permute_copy.default 2025-03-21T21:18:28.5353322Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_211, aten.convolution.default 2025-03-21T21:18:28.5355100Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1349, aten.permute_copy.default 2025-03-21T21:18:28.5356833Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_212, aten.convolution.default 2025-03-21T21:18:28.5358625Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1350, aten.permute_copy.default 2025-03-21T21:18:28.5360485Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_213, aten.convolution.default 2025-03-21T21:18:28.5362237Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1351, aten.permute_copy.default 2025-03-21T21:18:28.5364079Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_214, aten.convolution.default 2025-03-21T21:18:28.5365826Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1352, aten.permute_copy.default 2025-03-21T21:18:28.5367581Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_215, aten.convolution.default 2025-03-21T21:18:28.5369300Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1353, aten.permute_copy.default 2025-03-21T21:18:28.5371013Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_216, aten.convolution.default 2025-03-21T21:18:28.5372747Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1354, aten.permute_copy.default 2025-03-21T21:18:28.5374461Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_217, aten.convolution.default 2025-03-21T21:18:28.5376504Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1355, aten.permute_copy.default 2025-03-21T21:18:28.5378233Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_218, aten.convolution.default 2025-03-21T21:18:28.5379836Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1356, aten.permute_copy.default 2025-03-21T21:18:28.5381514Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_219, aten.convolution.default 2025-03-21T21:18:28.5383168Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1357, aten.permute_copy.default 2025-03-21T21:18:28.5384885Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_220, aten.convolution.default 2025-03-21T21:18:28.5386630Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1358, aten.permute_copy.default 2025-03-21T21:18:28.5388400Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_221, aten.convolution.default 2025-03-21T21:18:28.5390215Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1359, aten.permute_copy.default 2025-03-21T21:18:28.5392067Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_222, aten.convolution.default 2025-03-21T21:18:28.5393804Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1360, aten.permute_copy.default 2025-03-21T21:18:28.5395540Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_223, aten.convolution.default 2025-03-21T21:18:28.5397336Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1361, aten.permute_copy.default 2025-03-21T21:18:28.5399058Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_224, aten.convolution.default 2025-03-21T21:18:28.5400820Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1362, aten.permute_copy.default 2025-03-21T21:18:28.5402565Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_225, aten.convolution.default 2025-03-21T21:18:28.5404306Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1363, aten.permute_copy.default 2025-03-21T21:18:28.5406067Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_226, aten.convolution.default 2025-03-21T21:18:28.5407811Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1364, aten.permute_copy.default 2025-03-21T21:18:28.5409533Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_227, aten.convolution.default 2025-03-21T21:18:28.5411274Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1365, aten.permute_copy.default 2025-03-21T21:18:28.5413015Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_228, aten.convolution.default 2025-03-21T21:18:28.5414839Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1366, aten.permute_copy.default 2025-03-21T21:18:28.5416623Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_229, aten.convolution.default 2025-03-21T21:18:28.5418382Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1367, aten.permute_copy.default 2025-03-21T21:18:28.5420131Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_230, aten.convolution.default 2025-03-21T21:18:28.5421857Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1368, aten.permute_copy.default 2025-03-21T21:18:28.5423581Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_231, aten.convolution.default 2025-03-21T21:18:28.5425329Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1369, aten.permute_copy.default 2025-03-21T21:18:28.5427221Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_232, aten.convolution.default 2025-03-21T21:18:28.5429137Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1370, aten.permute_copy.default 2025-03-21T21:18:28.5430944Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_233, aten.convolution.default 2025-03-21T21:18:28.5432679Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1371, aten.permute_copy.default 2025-03-21T21:18:28.8481256Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_234, aten.convolution.default 2025-03-21T21:18:28.8483053Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1372, aten.permute_copy.default 2025-03-21T21:18:28.8484755Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_235, aten.convolution.default 2025-03-21T21:18:28.8486527Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1373, aten.permute_copy.default 2025-03-21T21:18:28.8488205Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_336, aten._to_copy.default 2025-03-21T21:18:28.8490060Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_337, aten._to_copy.default 2025-03-21T21:18:28.8491660Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_338, aten._to_copy.default 2025-03-21T21:18:28.8493269Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_339, aten._to_copy.default 2025-03-21T21:18:28.8494975Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_340, aten._to_copy.default 2025-03-21T21:18:28.8496547Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_341, aten._to_copy.default 2025-03-21T21:18:28.8498178Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_342, aten._to_copy.default 2025-03-21T21:18:28.8499788Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_343, aten._to_copy.default 2025-03-21T21:18:28.8501373Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_344, aten._to_copy.default 2025-03-21T21:18:28.8503036Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_345, aten._to_copy.default 2025-03-21T21:18:28.8504680Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_346, aten._to_copy.default 2025-03-21T21:18:28.8506324Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_566, aten.view_copy.default 2025-03-21T21:18:28.8507967Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_567, aten.view_copy.default 2025-03-21T21:18:28.8509694Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_568, aten.view_copy.default 2025-03-21T21:18:28.8511497Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_569, aten.view_copy.default 2025-03-21T21:18:28.8513149Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_570, aten.view_copy.default 2025-03-21T21:18:28.8514789Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_571, aten.view_copy.default 2025-03-21T21:18:28.8516427Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_572, aten.view_copy.default 2025-03-21T21:18:28.8518026Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_573, aten.view_copy.default 2025-03-21T21:18:28.8519704Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_574, aten.view_copy.default 2025-03-21T21:18:28.8521353Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_575, aten.view_copy.default 2025-03-21T21:18:28.8523118Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_576, aten.view_copy.default 2025-03-21T21:18:28.8524762Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_577, aten.view_copy.default 2025-03-21T21:18:28.8526436Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_578, aten.view_copy.default 2025-03-21T21:18:28.8528100Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_579, aten.view_copy.default 2025-03-21T21:18:28.8529716Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_580, aten.view_copy.default 2025-03-21T21:18:28.8531366Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_581, aten.view_copy.default 2025-03-21T21:18:28.8533009Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_582, aten.view_copy.default 2025-03-21T21:18:28.8534650Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_583, aten.view_copy.default 2025-03-21T21:18:28.8536283Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_584, aten.view_copy.default 2025-03-21T21:18:28.8537996Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_585, aten.view_copy.default 2025-03-21T21:18:28.8539644Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_586, aten.view_copy.default 2025-03-21T21:18:28.8541252Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_587, aten.view_copy.default 2025-03-21T21:18:28.8542991Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_588, aten.view_copy.default 2025-03-21T21:18:28.8544644Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_589, aten.view_copy.default 2025-03-21T21:18:28.8546214Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_590, aten.view_copy.default 2025-03-21T21:18:28.8547761Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_347, aten._to_copy.default 2025-03-21T21:18:28.8549489Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_591, aten.view_copy.default 2025-03-21T21:18:28.8551122Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_348, aten._to_copy.default 2025-03-21T21:18:28.8552717Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_592, aten.view_copy.default 2025-03-21T21:18:28.8554328Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_349, aten._to_copy.default 2025-03-21T21:18:28.8555950Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_593, aten.view_copy.default 2025-03-21T21:18:28.8557564Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_350, aten._to_copy.default 2025-03-21T21:18:28.8559279Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_594, aten.view_copy.default 2025-03-21T21:18:28.8560899Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_351, aten._to_copy.default 2025-03-21T21:18:28.8562520Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_595, aten.view_copy.default 2025-03-21T21:18:28.8564146Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_352, aten._to_copy.default 2025-03-21T21:18:28.8565730Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_596, aten.view_copy.default 2025-03-21T21:18:28.8567387Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_353, aten._to_copy.default 2025-03-21T21:18:28.8569008Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_597, aten.view_copy.default 2025-03-21T21:18:28.8570613Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_354, aten._to_copy.default 2025-03-21T21:18:28.8572376Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_598, aten.view_copy.default 2025-03-21T21:18:28.8574030Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_355, aten._to_copy.default 2025-03-21T21:18:28.8575648Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_599, aten.view_copy.default 2025-03-21T21:18:28.8577489Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_356, aten._to_copy.default 2025-03-21T21:18:28.8579112Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_600, aten.view_copy.default 2025-03-21T21:18:28.8580749Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_357, aten._to_copy.default 2025-03-21T21:18:28.8582367Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_601, aten.view_copy.default 2025-03-21T21:18:28.8584012Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_240, aten.slice_copy.Tensor 2025-03-21T21:18:28.8585639Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_241, aten.slice_copy.Tensor 2025-03-21T21:18:28.8587366Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_242, aten.slice_copy.Tensor 2025-03-21T21:18:28.8589110Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_243, aten.slice_copy.Tensor 2025-03-21T21:18:28.8590768Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_244, aten.slice_copy.Tensor 2025-03-21T21:18:28.8592523Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_245, aten.slice_copy.Tensor 2025-03-21T21:18:28.8594130Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_246, aten.slice_copy.Tensor 2025-03-21T21:18:28.8595826Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_247, aten.slice_copy.Tensor 2025-03-21T21:18:28.8597505Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_248, aten.slice_copy.Tensor 2025-03-21T21:18:28.8599154Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_249, aten.slice_copy.Tensor 2025-03-21T21:18:28.8600796Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_250, aten.slice_copy.Tensor 2025-03-21T21:18:28.8602432Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_251, aten.slice_copy.Tensor 2025-03-21T21:18:29.2506609Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_252, aten.slice_copy.Tensor 2025-03-21T21:18:29.2508305Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_253, aten.slice_copy.Tensor 2025-03-21T21:18:29.2510024Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_254, aten.slice_copy.Tensor 2025-03-21T21:18:29.2511946Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_255, aten.slice_copy.Tensor 2025-03-21T21:18:29.2513644Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_256, aten.slice_copy.Tensor 2025-03-21T21:18:29.2515283Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_257, aten.slice_copy.Tensor 2025-03-21T21:18:29.2516910Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_258, aten.slice_copy.Tensor 2025-03-21T21:18:29.2518550Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_259, aten.slice_copy.Tensor 2025-03-21T21:18:29.2520202Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_260, aten.slice_copy.Tensor 2025-03-21T21:18:29.2521838Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_261, aten.slice_copy.Tensor 2025-03-21T21:18:29.2523668Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_262, aten.slice_copy.Tensor 2025-03-21T21:18:29.2525314Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_263, aten.slice_copy.Tensor 2025-03-21T21:18:29.2526927Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_264, aten.slice_copy.Tensor 2025-03-21T21:18:29.2528618Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_265, aten.slice_copy.Tensor 2025-03-21T21:18:29.2530291Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_266, aten.slice_copy.Tensor 2025-03-21T21:18:29.2531941Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_267, aten.slice_copy.Tensor 2025-03-21T21:18:29.2533581Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_268, aten.slice_copy.Tensor 2025-03-21T21:18:29.2535244Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_269, aten.slice_copy.Tensor 2025-03-21T21:18:29.2536878Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_270, aten.slice_copy.Tensor 2025-03-21T21:18:29.2538660Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_271, aten.slice_copy.Tensor 2025-03-21T21:18:29.2540312Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_272, aten.slice_copy.Tensor 2025-03-21T21:18:29.2541960Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_273, aten.slice_copy.Tensor 2025-03-21T21:18:29.2543654Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_274, aten.slice_copy.Tensor 2025-03-21T21:18:29.2545332Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_275, aten.slice_copy.Tensor 2025-03-21T21:18:29.2546978Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_276, aten.slice_copy.Tensor 2025-03-21T21:18:29.2548593Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_277, aten.slice_copy.Tensor 2025-03-21T21:18:29.2550320Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_278, aten.slice_copy.Tensor 2025-03-21T21:18:29.2551991Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_279, aten.slice_copy.Tensor 2025-03-21T21:18:29.2553649Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_280, aten.slice_copy.Tensor 2025-03-21T21:18:29.2555268Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_281, aten.slice_copy.Tensor 2025-03-21T21:18:29.2556917Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_282, aten.slice_copy.Tensor 2025-03-21T21:18:29.2558562Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_283, aten.slice_copy.Tensor 2025-03-21T21:18:29.2560310Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_284, aten.slice_copy.Tensor 2025-03-21T21:18:29.2561946Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_285, aten.slice_copy.Tensor 2025-03-21T21:18:29.2563590Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_286, aten.slice_copy.Tensor 2025-03-21T21:18:29.2565239Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_287, aten.slice_copy.Tensor 2025-03-21T21:18:29.2566773Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_270, aten.cat.default 2025-03-21T21:18:29.2568298Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_272, aten.cat.default 2025-03-21T21:18:29.2569765Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_274, aten.cat.default 2025-03-21T21:18:29.2571252Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_276, aten.cat.default 2025-03-21T21:18:29.2572826Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_278, aten.cat.default 2025-03-21T21:18:29.2574324Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_280, aten.cat.default 2025-03-21T21:18:29.2575817Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_282, aten.cat.default 2025-03-21T21:18:29.2577482Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_284, aten.cat.default 2025-03-21T21:18:29.2578953Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_286, aten.cat.default 2025-03-21T21:18:29.2580434Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_288, aten.cat.default 2025-03-21T21:18:29.2581899Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_290, aten.cat.default 2025-03-21T21:18:29.2583354Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_292, aten.cat.default 2025-03-21T21:18:29.2584819Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_512, aten.mul.Tensor 2025-03-21T21:18:29.2586228Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_514, aten.mul.Tensor 2025-03-21T21:18:29.2587789Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_513, aten.mul.Tensor 2025-03-21T21:18:29.2589279Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_515, aten.mul.Tensor 2025-03-21T21:18:29.2590751Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_516, aten.mul.Tensor 2025-03-21T21:18:29.2592292Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_518, aten.mul.Tensor 2025-03-21T21:18:29.2593721Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_517, aten.mul.Tensor 2025-03-21T21:18:29.2595014Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_519, aten.mul.Tensor 2025-03-21T21:18:29.2596481Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_520, aten.mul.Tensor 2025-03-21T21:18:29.2597931Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_522, aten.mul.Tensor 2025-03-21T21:18:29.2599388Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_521, aten.mul.Tensor 2025-03-21T21:18:29.2600805Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_523, aten.mul.Tensor 2025-03-21T21:18:29.2602239Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_524, aten.mul.Tensor 2025-03-21T21:18:29.2603659Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_526, aten.mul.Tensor 2025-03-21T21:18:29.2605107Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_525, aten.mul.Tensor 2025-03-21T21:18:29.2606532Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_527, aten.mul.Tensor 2025-03-21T21:18:29.2608091Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_528, aten.mul.Tensor 2025-03-21T21:18:29.2609531Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_530, aten.mul.Tensor 2025-03-21T21:18:29.2610960Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_529, aten.mul.Tensor 2025-03-21T21:18:29.2612363Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_531, aten.mul.Tensor 2025-03-21T21:18:29.2613820Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_532, aten.mul.Tensor 2025-03-21T21:18:29.2615266Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_534, aten.mul.Tensor 2025-03-21T21:18:29.2616721Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_533, aten.mul.Tensor 2025-03-21T21:18:29.2618099Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_535, aten.mul.Tensor 2025-03-21T21:18:29.2619694Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_536, aten.mul.Tensor 2025-03-21T21:18:29.2621164Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_538, aten.mul.Tensor 2025-03-21T21:18:29.2622598Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_537, aten.mul.Tensor 2025-03-21T21:18:29.2624027Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_539, aten.mul.Tensor 2025-03-21T21:18:29.2625468Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_540, aten.mul.Tensor 2025-03-21T21:18:29.2626907Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_542, aten.mul.Tensor 2025-03-21T21:18:29.2628350Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_541, aten.mul.Tensor 2025-03-21T21:18:29.6979252Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_543, aten.mul.Tensor 2025-03-21T21:18:29.6980758Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_544, aten.mul.Tensor 2025-03-21T21:18:29.6982199Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_546, aten.mul.Tensor 2025-03-21T21:18:29.6983632Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_545, aten.mul.Tensor 2025-03-21T21:18:29.6985360Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_547, aten.mul.Tensor 2025-03-21T21:18:29.6986803Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_548, aten.mul.Tensor 2025-03-21T21:18:29.6988232Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_550, aten.mul.Tensor 2025-03-21T21:18:29.6989835Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_549, aten.mul.Tensor 2025-03-21T21:18:29.6991266Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_551, aten.mul.Tensor 2025-03-21T21:18:29.6992698Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_552, aten.mul.Tensor 2025-03-21T21:18:29.6994120Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_554, aten.mul.Tensor 2025-03-21T21:18:29.6995623Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_553, aten.mul.Tensor 2025-03-21T21:18:29.6997073Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_555, aten.mul.Tensor 2025-03-21T21:18:29.6998468Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_556, aten.mul.Tensor 2025-03-21T21:18:29.6999922Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_558, aten.mul.Tensor 2025-03-21T21:18:29.7001388Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_557, aten.mul.Tensor 2025-03-21T21:18:29.7002915Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_559, aten.mul.Tensor 2025-03-21T21:18:29.7004336Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_560, aten.mul.Tensor 2025-03-21T21:18:29.7005948Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_562, aten.mul.Tensor 2025-03-21T21:18:29.7007398Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_561, aten.mul.Tensor 2025-03-21T21:18:29.7008855Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_563, aten.mul.Tensor 2025-03-21T21:18:29.7010290Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_564, aten.mul.Tensor 2025-03-21T21:18:29.7011723Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_566, aten.mul.Tensor 2025-03-21T21:18:29.7013137Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_565, aten.mul.Tensor 2025-03-21T21:18:29.7014578Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_567, aten.mul.Tensor 2025-03-21T21:18:29.7015970Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_568, aten.mul.Tensor 2025-03-21T21:18:29.7017572Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_570, aten.mul.Tensor 2025-03-21T21:18:29.7019013Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_569, aten.mul.Tensor 2025-03-21T21:18:29.7020452Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_571, aten.mul.Tensor 2025-03-21T21:18:29.7021775Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_572, aten.mul.Tensor 2025-03-21T21:18:29.7023245Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_574, aten.mul.Tensor 2025-03-21T21:18:29.7024694Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_573, aten.mul.Tensor 2025-03-21T21:18:29.7026157Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_575, aten.mul.Tensor 2025-03-21T21:18:29.7027587Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_576, aten.mul.Tensor 2025-03-21T21:18:29.7029105Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_578, aten.mul.Tensor 2025-03-21T21:18:29.7030546Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_577, aten.mul.Tensor 2025-03-21T21:18:29.7031965Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_579, aten.mul.Tensor 2025-03-21T21:18:29.7033486Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_580, aten.mul.Tensor 2025-03-21T21:18:29.7034915Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_582, aten.mul.Tensor 2025-03-21T21:18:29.7036335Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_581, aten.mul.Tensor 2025-03-21T21:18:29.7037834Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_583, aten.mul.Tensor 2025-03-21T21:18:29.7039228Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_584, aten.mul.Tensor 2025-03-21T21:18:29.7040684Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_586, aten.mul.Tensor 2025-03-21T21:18:29.7042137Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_585, aten.mul.Tensor 2025-03-21T21:18:29.7043564Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_587, aten.mul.Tensor 2025-03-21T21:18:29.7044979Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_588, aten.mul.Tensor 2025-03-21T21:18:29.7046460Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_590, aten.mul.Tensor 2025-03-21T21:18:29.7047922Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_589, aten.mul.Tensor 2025-03-21T21:18:29.7049389Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_591, aten.mul.Tensor 2025-03-21T21:18:29.7050812Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_592, aten.mul.Tensor 2025-03-21T21:18:29.7052255Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_594, aten.mul.Tensor 2025-03-21T21:18:29.7053790Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_593, aten.mul.Tensor 2025-03-21T21:18:29.7055235Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_595, aten.mul.Tensor 2025-03-21T21:18:29.7056674Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_596, aten.mul.Tensor 2025-03-21T21:18:29.7058107Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_598, aten.mul.Tensor 2025-03-21T21:18:29.7059512Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_597, aten.mul.Tensor 2025-03-21T21:18:29.7060945Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_599, aten.mul.Tensor 2025-03-21T21:18:29.7062356Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_600, aten.mul.Tensor 2025-03-21T21:18:29.7063820Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_602, aten.mul.Tensor 2025-03-21T21:18:29.7065380Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_601, aten.mul.Tensor 2025-03-21T21:18:29.7066785Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_603, aten.mul.Tensor 2025-03-21T21:18:29.7068114Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_604, aten.mul.Tensor 2025-03-21T21:18:29.7069645Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_606, aten.mul.Tensor 2025-03-21T21:18:29.7071095Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_605, aten.mul.Tensor 2025-03-21T21:18:29.7072530Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_607, aten.mul.Tensor 2025-03-21T21:18:29.7073954Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_120, aten.sub.Tensor 2025-03-21T21:18:29.7075383Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_190, aten.add.Tensor 2025-03-21T21:18:29.7077015Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_121, aten.sub.Tensor 2025-03-21T21:18:29.7078458Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_191, aten.add.Tensor 2025-03-21T21:18:29.7080010Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_122, aten.sub.Tensor 2025-03-21T21:18:29.7081436Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_192, aten.add.Tensor 2025-03-21T21:18:29.7082864Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_123, aten.sub.Tensor 2025-03-21T21:18:29.7084298Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_193, aten.add.Tensor 2025-03-21T21:18:29.7085795Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_124, aten.sub.Tensor 2025-03-21T21:18:29.7087239Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_194, aten.add.Tensor 2025-03-21T21:18:29.7088688Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_125, aten.sub.Tensor 2025-03-21T21:18:29.7090130Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_195, aten.add.Tensor 2025-03-21T21:18:29.7091517Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_126, aten.sub.Tensor 2025-03-21T21:18:29.7093002Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_196, aten.add.Tensor 2025-03-21T21:18:29.7094457Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_127, aten.sub.Tensor 2025-03-21T21:18:29.7095901Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_197, aten.add.Tensor 2025-03-21T21:18:29.7097340Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_128, aten.sub.Tensor 2025-03-21T21:18:29.7098781Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_198, aten.add.Tensor 2025-03-21T21:18:29.7100226Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_129, aten.sub.Tensor 2025-03-21T21:18:29.7101761Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_199, aten.add.Tensor 2025-03-21T21:18:30.1599105Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_130, aten.sub.Tensor 2025-03-21T21:18:30.1600030Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_200, aten.add.Tensor 2025-03-21T21:18:30.1600830Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_131, aten.sub.Tensor 2025-03-21T21:18:30.1601619Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_201, aten.add.Tensor 2025-03-21T21:18:30.1602402Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_132, aten.sub.Tensor 2025-03-21T21:18:30.1603241Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_358, aten._to_copy.default 2025-03-21T21:18:30.1604074Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_202, aten.add.Tensor 2025-03-21T21:18:30.1605099Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_359, aten._to_copy.default 2025-03-21T21:18:30.1605933Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_133, aten.sub.Tensor 2025-03-21T21:18:30.1606770Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_360, aten._to_copy.default 2025-03-21T21:18:30.1607590Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_203, aten.add.Tensor 2025-03-21T21:18:30.1608422Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_361, aten._to_copy.default 2025-03-21T21:18:30.1609258Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_134, aten.sub.Tensor 2025-03-21T21:18:30.1610088Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_362, aten._to_copy.default 2025-03-21T21:18:30.1610925Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_204, aten.add.Tensor 2025-03-21T21:18:30.1611786Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_363, aten._to_copy.default 2025-03-21T21:18:30.1612615Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_135, aten.sub.Tensor 2025-03-21T21:18:30.1613504Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_364, aten._to_copy.default 2025-03-21T21:18:30.1614339Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_205, aten.add.Tensor 2025-03-21T21:18:30.1615152Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_365, aten._to_copy.default 2025-03-21T21:18:30.1616029Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_136, aten.sub.Tensor 2025-03-21T21:18:30.1616858Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_366, aten._to_copy.default 2025-03-21T21:18:30.1617685Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_206, aten.add.Tensor 2025-03-21T21:18:30.1618512Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_367, aten._to_copy.default 2025-03-21T21:18:30.1619334Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_137, aten.sub.Tensor 2025-03-21T21:18:30.1620149Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_368, aten._to_copy.default 2025-03-21T21:18:30.1620976Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_207, aten.add.Tensor 2025-03-21T21:18:30.1621799Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_369, aten._to_copy.default 2025-03-21T21:18:30.1622626Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_138, aten.sub.Tensor 2025-03-21T21:18:30.1623452Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_370, aten._to_copy.default 2025-03-21T21:18:30.1624327Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_208, aten.add.Tensor 2025-03-21T21:18:30.1625157Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_371, aten._to_copy.default 2025-03-21T21:18:30.1625981Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_139, aten.sub.Tensor 2025-03-21T21:18:30.1626808Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_372, aten._to_copy.default 2025-03-21T21:18:30.1627639Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_209, aten.add.Tensor 2025-03-21T21:18:30.1628474Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_373, aten._to_copy.default 2025-03-21T21:18:30.1629400Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_140, aten.sub.Tensor 2025-03-21T21:18:30.1630231Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_374, aten._to_copy.default 2025-03-21T21:18:30.1631089Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_210, aten.add.Tensor 2025-03-21T21:18:30.1631922Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_375, aten._to_copy.default 2025-03-21T21:18:30.1632754Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_141, aten.sub.Tensor 2025-03-21T21:18:30.1633580Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_376, aten._to_copy.default 2025-03-21T21:18:30.1634404Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_211, aten.add.Tensor 2025-03-21T21:18:30.1635237Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_377, aten._to_copy.default 2025-03-21T21:18:30.1636065Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_142, aten.sub.Tensor 2025-03-21T21:18:30.1636885Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_378, aten._to_copy.default 2025-03-21T21:18:30.1637719Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_212, aten.add.Tensor 2025-03-21T21:18:30.1638548Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_379, aten._to_copy.default 2025-03-21T21:18:30.1639406Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_143, aten.sub.Tensor 2025-03-21T21:18:30.1640237Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_380, aten._to_copy.default 2025-03-21T21:18:30.1641066Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_213, aten.add.Tensor 2025-03-21T21:18:30.1642018Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_381, aten._to_copy.default 2025-03-21T21:18:30.1642864Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_245, aten.cat.default 2025-03-21T21:18:30.1643671Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_246, aten.cat.default 2025-03-21T21:18:30.1644476Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_247, aten.cat.default 2025-03-21T21:18:30.1645276Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_248, aten.cat.default 2025-03-21T21:18:30.1646079Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_249, aten.cat.default 2025-03-21T21:18:30.1646875Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_250, aten.cat.default 2025-03-21T21:18:30.1647657Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_251, aten.cat.default 2025-03-21T21:18:30.1648582Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_252, aten.cat.default 2025-03-21T21:18:30.1649474Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_253, aten.cat.default 2025-03-21T21:18:30.1650317Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_254, aten.cat.default 2025-03-21T21:18:30.1651162Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_255, aten.cat.default 2025-03-21T21:18:30.1651957Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_256, aten.cat.default 2025-03-21T21:18:30.1652749Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_257, aten.cat.default 2025-03-21T21:18:30.1653585Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_382, aten._to_copy.default 2025-03-21T21:18:30.1654422Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_258, aten.cat.default 2025-03-21T21:18:30.1655226Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_259, aten.cat.default 2025-03-21T21:18:30.1656062Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_383, aten._to_copy.default 2025-03-21T21:18:30.1656892Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_260, aten.cat.default 2025-03-21T21:18:30.1657764Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_384, aten._to_copy.default 2025-03-21T21:18:30.1658589Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_261, aten.cat.default 2025-03-21T21:18:30.1659427Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_385, aten._to_copy.default 2025-03-21T21:18:30.1660260Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_262, aten.cat.default 2025-03-21T21:18:30.1661097Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_386, aten._to_copy.default 2025-03-21T21:18:30.1661932Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_263, aten.cat.default 2025-03-21T21:18:30.1662734Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_264, aten.cat.default 2025-03-21T21:18:30.1663564Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_387, aten._to_copy.default 2025-03-21T21:18:30.1664405Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_265, aten.cat.default 2025-03-21T21:18:30.1665274Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_388, aten._to_copy.default 2025-03-21T21:18:30.1666113Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_266, aten.cat.default 2025-03-21T21:18:30.6456169Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_389, aten._to_copy.default 2025-03-21T21:18:30.6457063Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_267, aten.cat.default 2025-03-21T21:18:30.6458160Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_390, aten._to_copy.default 2025-03-21T21:18:30.6459018Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_268, aten.cat.default 2025-03-21T21:18:30.6459870Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_391, aten._to_copy.default 2025-03-21T21:18:30.6460789Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_302, aten.permute_copy.default 2025-03-21T21:18:30.6461710Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_392, aten._to_copy.default 2025-03-21T21:18:30.6462636Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_303, aten.permute_copy.default 2025-03-21T21:18:30.6463579Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_304, aten.permute_copy.default 2025-03-21T21:18:30.6464494Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_393, aten._to_copy.default 2025-03-21T21:18:30.6465401Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_305, aten.permute_copy.default 2025-03-21T21:18:30.6466373Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_394, aten._to_copy.default 2025-03-21T21:18:30.6467286Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_306, aten.permute_copy.default 2025-03-21T21:18:30.6468195Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_395, aten._to_copy.default 2025-03-21T21:18:30.6469176Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_307, aten.permute_copy.default 2025-03-21T21:18:30.6470086Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_396, aten._to_copy.default 2025-03-21T21:18:30.6470995Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_308, aten.permute_copy.default 2025-03-21T21:18:30.6471933Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_309, aten.permute_copy.default 2025-03-21T21:18:30.6472831Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_397, aten._to_copy.default 2025-03-21T21:18:30.6473825Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_310, aten.permute_copy.default 2025-03-21T21:18:30.6474735Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_398, aten._to_copy.default 2025-03-21T21:18:30.6475649Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_311, aten.permute_copy.default 2025-03-21T21:18:30.6476752Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_399, aten._to_copy.default 2025-03-21T21:18:30.6477664Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_312, aten.permute_copy.default 2025-03-21T21:18:30.6478580Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_400, aten._to_copy.default 2025-03-21T21:18:30.6479476Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_313, aten.permute_copy.default 2025-03-21T21:18:30.6480401Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_401, aten._to_copy.default 2025-03-21T21:18:30.6481247Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_269, aten.cat.default 2025-03-21T21:18:30.6482119Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_271, aten.cat.default 2025-03-21T21:18:30.6482924Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_273, aten.cat.default 2025-03-21T21:18:30.6483727Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_275, aten.cat.default 2025-03-21T21:18:30.6484586Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_277, aten.cat.default 2025-03-21T21:18:30.6485393Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_279, aten.cat.default 2025-03-21T21:18:30.6486195Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_281, aten.cat.default 2025-03-21T21:18:30.6487006Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_283, aten.cat.default 2025-03-21T21:18:30.6487814Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_285, aten.cat.default 2025-03-21T21:18:30.6488615Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_287, aten.cat.default 2025-03-21T21:18:30.6489417Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_289, aten.cat.default 2025-03-21T21:18:30.6490247Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_291, aten.cat.default 2025-03-21T21:18:30.6491067Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_120, aten.matmul.default 2025-03-21T21:18:30.6491925Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_122, aten.matmul.default 2025-03-21T21:18:30.6492785Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_124, aten.matmul.default 2025-03-21T21:18:30.6493782Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_126, aten.matmul.default 2025-03-21T21:18:30.6494869Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_128, aten.matmul.default 2025-03-21T21:18:30.6495727Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_130, aten.matmul.default 2025-03-21T21:18:30.6496564Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_132, aten.matmul.default 2025-03-21T21:18:30.6497418Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_134, aten.matmul.default 2025-03-21T21:18:30.6498270Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_136, aten.matmul.default 2025-03-21T21:18:30.6499117Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_138, aten.matmul.default 2025-03-21T21:18:30.6500070Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_140, aten.matmul.default 2025-03-21T21:18:30.6500922Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_142, aten.matmul.default 2025-03-21T21:18:30.6501744Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_60, aten.div.Tensor 2025-03-21T21:18:30.6502524Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_61, aten.div.Tensor 2025-03-21T21:18:30.6503303Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_62, aten.div.Tensor 2025-03-21T21:18:30.6504080Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_63, aten.div.Tensor 2025-03-21T21:18:30.6504861Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_64, aten.div.Tensor 2025-03-21T21:18:30.6505634Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_65, aten.div.Tensor 2025-03-21T21:18:30.6506405Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_66, aten.div.Tensor 2025-03-21T21:18:30.6507173Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_67, aten.div.Tensor 2025-03-21T21:18:30.6507952Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_68, aten.div.Tensor 2025-03-21T21:18:30.6508761Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_69, aten.div.Tensor 2025-03-21T21:18:30.6509618Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_70, aten.div.Tensor 2025-03-21T21:18:30.6510395Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_71, aten.div.Tensor 2025-03-21T21:18:30.6511215Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_214, aten.add.Tensor 2025-03-21T21:18:30.6511993Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_215, aten.add.Tensor 2025-03-21T21:18:30.6512778Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_216, aten.add.Tensor 2025-03-21T21:18:30.6513570Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_217, aten.add.Tensor 2025-03-21T21:18:30.6514359Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_218, aten.add.Tensor 2025-03-21T21:18:30.6515145Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_219, aten.add.Tensor 2025-03-21T21:18:30.6515934Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_220, aten.add.Tensor 2025-03-21T21:18:30.6516720Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_221, aten.add.Tensor 2025-03-21T21:18:30.6517497Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_222, aten.add.Tensor 2025-03-21T21:18:30.6518285Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_223, aten.add.Tensor 2025-03-21T21:18:30.6519065Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_224, aten.add.Tensor 2025-03-21T21:18:30.6519880Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_225, aten.add.Tensor 2025-03-21T21:18:30.6520715Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_60, aten._softmax.default 2025-03-21T21:18:30.6521592Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_61, aten._softmax.default 2025-03-21T21:18:30.6522454Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_62, aten._softmax.default 2025-03-21T21:18:30.6523327Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_63, aten._softmax.default 2025-03-21T21:18:31.2477761Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_64, aten._softmax.default 2025-03-21T21:18:31.2479349Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_65, aten._softmax.default 2025-03-21T21:18:31.2480913Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_66, aten._softmax.default 2025-03-21T21:18:31.2482741Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_67, aten._softmax.default 2025-03-21T21:18:31.2484298Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_68, aten._softmax.default 2025-03-21T21:18:31.2485865Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_69, aten._softmax.default 2025-03-21T21:18:31.2487419Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_70, aten._softmax.default 2025-03-21T21:18:31.2488971Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_71, aten._softmax.default 2025-03-21T21:18:31.2490501Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_121, aten.matmul.default 2025-03-21T21:18:31.2492020Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_123, aten.matmul.default 2025-03-21T21:18:31.2493548Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_125, aten.matmul.default 2025-03-21T21:18:31.2495062Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_127, aten.matmul.default 2025-03-21T21:18:31.2496652Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_129, aten.matmul.default 2025-03-21T21:18:31.2498167Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_131, aten.matmul.default 2025-03-21T21:18:31.2499665Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_133, aten.matmul.default 2025-03-21T21:18:31.2501253Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_135, aten.matmul.default 2025-03-21T21:18:31.2502766Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_137, aten.matmul.default 2025-03-21T21:18:31.2504272Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_139, aten.matmul.default 2025-03-21T21:18:31.2505793Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_141, aten.matmul.default 2025-03-21T21:18:31.2507315Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_143, aten.matmul.default 2025-03-21T21:18:31.2508799Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_293, aten.cat.default 2025-03-21T21:18:31.2510382Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_674, aten.view_copy.default 2025-03-21T21:18:31.2512056Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1374, aten.permute_copy.default 2025-03-21T21:18:31.2513754Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_236, aten.convolution.default 2025-03-21T21:18:31.2515447Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1375, aten.permute_copy.default 2025-03-21T21:18:31.2517159Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_675, aten.view_copy.default 2025-03-21T21:18:31.2518660Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_226, aten.add.Tensor 2025-03-21T21:18:31.2520147Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_rms_norm_default_11, aten.rms_norm.default 2025-03-21T21:18:31.2521759Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_676, aten.view_copy.default 2025-03-21T21:18:31.2523400Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1376, aten.permute_copy.default 2025-03-21T21:18:31.2525098Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_237, aten.convolution.default 2025-03-21T21:18:31.2526774Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_238, aten.convolution.default 2025-03-21T21:18:31.2528383Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sigmoid_default_5, aten.sigmoid.default 2025-03-21T21:18:31.2529889Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_610, aten.mul.Tensor 2025-03-21T21:18:31.2531289Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_611, aten.mul.Tensor 2025-03-21T21:18:31.2532816Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_239, aten.convolution.default 2025-03-21T21:18:31.2534501Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1377, aten.permute_copy.default 2025-03-21T21:18:31.2536149Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_677, aten.view_copy.default 2025-03-21T21:18:31.2537642Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_227, aten.add.Tensor 2025-03-21T21:18:31.2539111Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_rms_norm_default_12, aten.rms_norm.default 2025-03-21T21:18:31.2540687Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_678, aten.view_copy.default 2025-03-21T21:18:31.2542333Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1378, aten.permute_copy.default 2025-03-21T21:18:31.2543992Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_402, aten._to_copy.default 2025-03-21T21:18:31.2545618Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_240, aten.convolution.default 2025-03-21T21:18:31.2547300Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1379, aten.permute_copy.default 2025-03-21T21:18:31.2549097Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_241, aten.convolution.default 2025-03-21T21:18:31.2550768Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1380, aten.permute_copy.default 2025-03-21T21:18:31.2552446Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_242, aten.convolution.default 2025-03-21T21:18:31.2554136Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1381, aten.permute_copy.default 2025-03-21T21:18:31.2555797Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_243, aten.convolution.default 2025-03-21T21:18:31.2557480Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1382, aten.permute_copy.default 2025-03-21T21:18:31.2559153Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_244, aten.convolution.default 2025-03-21T21:18:31.2560838Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1383, aten.permute_copy.default 2025-03-21T21:18:31.2562524Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_245, aten.convolution.default 2025-03-21T21:18:31.2564215Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1384, aten.permute_copy.default 2025-03-21T21:18:31.2565938Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_246, aten.convolution.default 2025-03-21T21:18:31.2567606Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1385, aten.permute_copy.default 2025-03-21T21:18:31.2569289Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_247, aten.convolution.default 2025-03-21T21:18:31.2570970Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1386, aten.permute_copy.default 2025-03-21T21:18:31.2572656Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_248, aten.convolution.default 2025-03-21T21:18:31.2574350Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1387, aten.permute_copy.default 2025-03-21T21:18:31.2576203Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_249, aten.convolution.default 2025-03-21T21:18:31.2578015Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1388, aten.permute_copy.default 2025-03-21T21:18:31.2579693Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_250, aten.convolution.default 2025-03-21T21:18:31.2581385Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1389, aten.permute_copy.default 2025-03-21T21:18:31.2583079Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_251, aten.convolution.default 2025-03-21T21:18:31.2584774Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1390, aten.permute_copy.default 2025-03-21T21:18:31.2586460Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_252, aten.convolution.default 2025-03-21T21:18:31.2588130Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1391, aten.permute_copy.default 2025-03-21T21:18:31.2589857Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_253, aten.convolution.default 2025-03-21T21:18:31.2591527Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1392, aten.permute_copy.default 2025-03-21T21:18:31.2593286Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_254, aten.convolution.default 2025-03-21T21:18:31.2594978Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1393, aten.permute_copy.default 2025-03-21T21:18:31.2596668Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_255, aten.convolution.default 2025-03-21T21:18:31.7470590Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1394, aten.permute_copy.default 2025-03-21T21:18:31.7472378Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_256, aten.convolution.default 2025-03-21T21:18:31.7474122Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1395, aten.permute_copy.default 2025-03-21T21:18:31.7475854Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_257, aten.convolution.default 2025-03-21T21:18:31.7477779Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1396, aten.permute_copy.default 2025-03-21T21:18:31.7479511Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_258, aten.convolution.default 2025-03-21T21:18:31.7481276Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1397, aten.permute_copy.default 2025-03-21T21:18:31.7483022Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_259, aten.convolution.default 2025-03-21T21:18:31.7484766Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1398, aten.permute_copy.default 2025-03-21T21:18:31.7486707Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_260, aten.convolution.default 2025-03-21T21:18:31.7488461Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1399, aten.permute_copy.default 2025-03-21T21:18:31.7490212Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_261, aten.convolution.default 2025-03-21T21:18:31.7491910Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1400, aten.permute_copy.default 2025-03-21T21:18:31.7493694Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_262, aten.convolution.default 2025-03-21T21:18:31.7495484Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1401, aten.permute_copy.default 2025-03-21T21:18:31.7497213Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_263, aten.convolution.default 2025-03-21T21:18:31.7499092Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1402, aten.permute_copy.default 2025-03-21T21:18:31.7500835Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_264, aten.convolution.default 2025-03-21T21:18:31.7502575Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1403, aten.permute_copy.default 2025-03-21T21:18:31.7504290Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_265, aten.convolution.default 2025-03-21T21:18:31.7506031Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1404, aten.permute_copy.default 2025-03-21T21:18:31.7507724Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_266, aten.convolution.default 2025-03-21T21:18:31.7509569Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1405, aten.permute_copy.default 2025-03-21T21:18:31.7511342Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_267, aten.convolution.default 2025-03-21T21:18:31.7513072Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1406, aten.permute_copy.default 2025-03-21T21:18:31.7514814Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_268, aten.convolution.default 2025-03-21T21:18:31.7516932Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1407, aten.permute_copy.default 2025-03-21T21:18:31.7518685Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_269, aten.convolution.default 2025-03-21T21:18:31.7520510Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1408, aten.permute_copy.default 2025-03-21T21:18:31.7522241Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_270, aten.convolution.default 2025-03-21T21:18:31.7524145Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1409, aten.permute_copy.default 2025-03-21T21:18:31.7525882Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_271, aten.convolution.default 2025-03-21T21:18:31.7527612Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1410, aten.permute_copy.default 2025-03-21T21:18:31.7529328Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_272, aten.convolution.default 2025-03-21T21:18:31.7531077Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1411, aten.permute_copy.default 2025-03-21T21:18:31.7532792Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_273, aten.convolution.default 2025-03-21T21:18:31.7534537Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1412, aten.permute_copy.default 2025-03-21T21:18:31.7536387Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_274, aten.convolution.default 2025-03-21T21:18:31.7538086Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1413, aten.permute_copy.default 2025-03-21T21:18:31.7539868Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_275, aten.convolution.default 2025-03-21T21:18:31.7541626Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1414, aten.permute_copy.default 2025-03-21T21:18:31.7543310Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_403, aten._to_copy.default 2025-03-21T21:18:31.7544922Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_404, aten._to_copy.default 2025-03-21T21:18:31.7546535Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_405, aten._to_copy.default 2025-03-21T21:18:31.7548145Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_406, aten._to_copy.default 2025-03-21T21:18:31.7549906Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_407, aten._to_copy.default 2025-03-21T21:18:31.7551505Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_408, aten._to_copy.default 2025-03-21T21:18:31.7553118Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_409, aten._to_copy.default 2025-03-21T21:18:31.7554687Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_410, aten._to_copy.default 2025-03-21T21:18:31.7556324Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_411, aten._to_copy.default 2025-03-21T21:18:31.7557949Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_412, aten._to_copy.default 2025-03-21T21:18:31.7559558Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_413, aten._to_copy.default 2025-03-21T21:18:31.7561043Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_679, aten.view_copy.default 2025-03-21T21:18:31.7563068Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_680, aten.view_copy.default 2025-03-21T21:18:31.7564817Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_681, aten.view_copy.default 2025-03-21T21:18:31.7566428Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_682, aten.view_copy.default 2025-03-21T21:18:31.7568065Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_683, aten.view_copy.default 2025-03-21T21:18:31.7569769Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_684, aten.view_copy.default 2025-03-21T21:18:31.7571407Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_685, aten.view_copy.default 2025-03-21T21:18:31.7573047Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_686, aten.view_copy.default 2025-03-21T21:18:31.7574662Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_687, aten.view_copy.default 2025-03-21T21:18:31.7576481Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_688, aten.view_copy.default 2025-03-21T21:18:31.7578129Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_689, aten.view_copy.default 2025-03-21T21:18:31.7579752Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_690, aten.view_copy.default 2025-03-21T21:18:31.7581411Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_691, aten.view_copy.default 2025-03-21T21:18:31.7583063Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_692, aten.view_copy.default 2025-03-21T21:18:31.7584662Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_693, aten.view_copy.default 2025-03-21T21:18:31.7586491Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_694, aten.view_copy.default 2025-03-21T21:18:31.7588158Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_695, aten.view_copy.default 2025-03-21T21:18:31.7589878Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_696, aten.view_copy.default 2025-03-21T21:18:31.7591513Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_697, aten.view_copy.default 2025-03-21T21:18:31.7593154Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_698, aten.view_copy.default 2025-03-21T21:18:32.0377085Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_699, aten.view_copy.default 2025-03-21T21:18:32.0378795Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_700, aten.view_copy.default 2025-03-21T21:18:32.0380643Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_701, aten.view_copy.default 2025-03-21T21:18:32.0382280Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_702, aten.view_copy.default 2025-03-21T21:18:32.0383927Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_703, aten.view_copy.default 2025-03-21T21:18:32.0385548Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_414, aten._to_copy.default 2025-03-21T21:18:32.0387209Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_704, aten.view_copy.default 2025-03-21T21:18:32.0388922Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_415, aten._to_copy.default 2025-03-21T21:18:32.0390558Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_705, aten.view_copy.default 2025-03-21T21:18:32.0392167Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_416, aten._to_copy.default 2025-03-21T21:18:32.0393836Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_706, aten.view_copy.default 2025-03-21T21:18:32.0395650Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_707, aten.view_copy.default 2025-03-21T21:18:32.0397255Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_417, aten._to_copy.default 2025-03-21T21:18:32.0398928Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_708, aten.view_copy.default 2025-03-21T21:18:32.0400584Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_418, aten._to_copy.default 2025-03-21T21:18:32.0402323Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_709, aten.view_copy.default 2025-03-21T21:18:32.0403963Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_419, aten._to_copy.default 2025-03-21T21:18:32.0405613Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_710, aten.view_copy.default 2025-03-21T21:18:32.0407221Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_420, aten._to_copy.default 2025-03-21T21:18:32.0408842Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_711, aten.view_copy.default 2025-03-21T21:18:32.0410467Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_421, aten._to_copy.default 2025-03-21T21:18:32.0412089Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_712, aten.view_copy.default 2025-03-21T21:18:32.0413683Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_422, aten._to_copy.default 2025-03-21T21:18:32.0415337Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_713, aten.view_copy.default 2025-03-21T21:18:32.0417100Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_423, aten._to_copy.default 2025-03-21T21:18:32.0418728Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_714, aten.view_copy.default 2025-03-21T21:18:32.0420330Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_424, aten._to_copy.default 2025-03-21T21:18:32.0421992Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_288, aten.slice_copy.Tensor 2025-03-21T21:18:32.0423667Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_289, aten.slice_copy.Tensor 2025-03-21T21:18:32.0425314Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_290, aten.slice_copy.Tensor 2025-03-21T21:18:32.0426961Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_291, aten.slice_copy.Tensor 2025-03-21T21:18:32.0428598Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_292, aten.slice_copy.Tensor 2025-03-21T21:18:32.0430389Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_293, aten.slice_copy.Tensor 2025-03-21T21:18:32.0432025Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_294, aten.slice_copy.Tensor 2025-03-21T21:18:32.0433670Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_295, aten.slice_copy.Tensor 2025-03-21T21:18:32.0435319Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_296, aten.slice_copy.Tensor 2025-03-21T21:18:32.0436950Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_297, aten.slice_copy.Tensor 2025-03-21T21:18:32.0438648Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_298, aten.slice_copy.Tensor 2025-03-21T21:18:32.0440286Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_299, aten.slice_copy.Tensor 2025-03-21T21:18:32.0441909Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_300, aten.slice_copy.Tensor 2025-03-21T21:18:32.0443388Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_301, aten.slice_copy.Tensor 2025-03-21T21:18:32.0445163Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_302, aten.slice_copy.Tensor 2025-03-21T21:18:32.0446819Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_303, aten.slice_copy.Tensor 2025-03-21T21:18:32.0448465Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_304, aten.slice_copy.Tensor 2025-03-21T21:18:32.0450145Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_305, aten.slice_copy.Tensor 2025-03-21T21:18:32.0451771Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_306, aten.slice_copy.Tensor 2025-03-21T21:18:32.0453414Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_307, aten.slice_copy.Tensor 2025-03-21T21:18:32.0455055Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_308, aten.slice_copy.Tensor 2025-03-21T21:18:32.0456691Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_309, aten.slice_copy.Tensor 2025-03-21T21:18:32.0458331Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_310, aten.slice_copy.Tensor 2025-03-21T21:18:32.0459983Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_311, aten.slice_copy.Tensor 2025-03-21T21:18:32.0461612Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_312, aten.slice_copy.Tensor 2025-03-21T21:18:32.0463268Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_313, aten.slice_copy.Tensor 2025-03-21T21:18:32.0464913Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_314, aten.slice_copy.Tensor 2025-03-21T21:18:32.0466608Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_315, aten.slice_copy.Tensor 2025-03-21T21:18:32.0468307Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_316, aten.slice_copy.Tensor 2025-03-21T21:18:32.0470067Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_317, aten.slice_copy.Tensor 2025-03-21T21:18:32.0471706Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_318, aten.slice_copy.Tensor 2025-03-21T21:18:32.0473341Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_319, aten.slice_copy.Tensor 2025-03-21T21:18:32.0474987Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_320, aten.slice_copy.Tensor 2025-03-21T21:18:32.0476815Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_321, aten.slice_copy.Tensor 2025-03-21T21:18:32.0478634Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_322, aten.slice_copy.Tensor 2025-03-21T21:18:32.0480334Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_323, aten.slice_copy.Tensor 2025-03-21T21:18:32.0482043Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_324, aten.slice_copy.Tensor 2025-03-21T21:18:32.0483705Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_325, aten.slice_copy.Tensor 2025-03-21T21:18:32.0485422Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_326, aten.slice_copy.Tensor 2025-03-21T21:18:32.0487132Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_327, aten.slice_copy.Tensor 2025-03-21T21:18:32.0488800Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_328, aten.slice_copy.Tensor 2025-03-21T21:18:32.0490534Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_329, aten.slice_copy.Tensor 2025-03-21T21:18:32.0492293Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_330, aten.slice_copy.Tensor 2025-03-21T21:18:32.0494178Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_331, aten.slice_copy.Tensor 2025-03-21T21:18:32.0495900Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_332, aten.slice_copy.Tensor 2025-03-21T21:18:32.0497602Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_333, aten.slice_copy.Tensor 2025-03-21T21:18:32.0499321Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_334, aten.slice_copy.Tensor 2025-03-21T21:18:32.5095730Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_335, aten.slice_copy.Tensor 2025-03-21T21:18:32.5096637Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_319, aten.cat.default 2025-03-21T21:18:32.5097473Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_321, aten.cat.default 2025-03-21T21:18:32.5098276Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_323, aten.cat.default 2025-03-21T21:18:32.5099086Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_325, aten.cat.default 2025-03-21T21:18:32.5099869Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_327, aten.cat.default 2025-03-21T21:18:32.5100735Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_329, aten.cat.default 2025-03-21T21:18:32.5101542Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_331, aten.cat.default 2025-03-21T21:18:32.5102402Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_333, aten.cat.default 2025-03-21T21:18:32.5103195Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_335, aten.cat.default 2025-03-21T21:18:32.5104217Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_337, aten.cat.default 2025-03-21T21:18:32.5105009Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_339, aten.cat.default 2025-03-21T21:18:32.5105819Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_341, aten.cat.default 2025-03-21T21:18:32.5106615Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_614, aten.mul.Tensor 2025-03-21T21:18:32.5107408Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_616, aten.mul.Tensor 2025-03-21T21:18:32.5108190Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_615, aten.mul.Tensor 2025-03-21T21:18:32.5109089Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_617, aten.mul.Tensor 2025-03-21T21:18:32.5109875Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_618, aten.mul.Tensor 2025-03-21T21:18:32.5110734Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_620, aten.mul.Tensor 2025-03-21T21:18:32.5111503Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_619, aten.mul.Tensor 2025-03-21T21:18:32.5112288Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_621, aten.mul.Tensor 2025-03-21T21:18:32.5113154Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_622, aten.mul.Tensor 2025-03-21T21:18:32.5113931Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_624, aten.mul.Tensor 2025-03-21T21:18:32.5114711Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_623, aten.mul.Tensor 2025-03-21T21:18:32.5115494Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_625, aten.mul.Tensor 2025-03-21T21:18:32.5116272Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_626, aten.mul.Tensor 2025-03-21T21:18:32.5117044Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_628, aten.mul.Tensor 2025-03-21T21:18:32.5117823Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_627, aten.mul.Tensor 2025-03-21T21:18:32.5118602Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_629, aten.mul.Tensor 2025-03-21T21:18:32.5119437Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_630, aten.mul.Tensor 2025-03-21T21:18:32.5120222Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_632, aten.mul.Tensor 2025-03-21T21:18:32.5121002Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_631, aten.mul.Tensor 2025-03-21T21:18:32.5121869Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_633, aten.mul.Tensor 2025-03-21T21:18:32.5122651Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_634, aten.mul.Tensor 2025-03-21T21:18:32.5123433Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_636, aten.mul.Tensor 2025-03-21T21:18:32.5124232Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_635, aten.mul.Tensor 2025-03-21T21:18:32.5125019Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_637, aten.mul.Tensor 2025-03-21T21:18:32.5125800Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_638, aten.mul.Tensor 2025-03-21T21:18:32.5126598Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_640, aten.mul.Tensor 2025-03-21T21:18:32.5127383Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_639, aten.mul.Tensor 2025-03-21T21:18:32.5128172Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_641, aten.mul.Tensor 2025-03-21T21:18:32.5128945Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_642, aten.mul.Tensor 2025-03-21T21:18:32.5129732Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_644, aten.mul.Tensor 2025-03-21T21:18:32.5130558Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_643, aten.mul.Tensor 2025-03-21T21:18:32.5131341Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_645, aten.mul.Tensor 2025-03-21T21:18:32.5132129Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_646, aten.mul.Tensor 2025-03-21T21:18:32.5132913Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_648, aten.mul.Tensor 2025-03-21T21:18:32.5133682Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_647, aten.mul.Tensor 2025-03-21T21:18:32.5134470Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_649, aten.mul.Tensor 2025-03-21T21:18:32.5135260Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_650, aten.mul.Tensor 2025-03-21T21:18:32.5136046Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_652, aten.mul.Tensor 2025-03-21T21:18:32.5136868Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_651, aten.mul.Tensor 2025-03-21T21:18:32.5137651Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_653, aten.mul.Tensor 2025-03-21T21:18:32.5138441Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_654, aten.mul.Tensor 2025-03-21T21:18:32.5139212Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_656, aten.mul.Tensor 2025-03-21T21:18:32.5139999Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_655, aten.mul.Tensor 2025-03-21T21:18:32.5140787Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_657, aten.mul.Tensor 2025-03-21T21:18:32.5141578Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_658, aten.mul.Tensor 2025-03-21T21:18:32.5142361Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_660, aten.mul.Tensor 2025-03-21T21:18:32.5143148Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_659, aten.mul.Tensor 2025-03-21T21:18:32.5143916Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_661, aten.mul.Tensor 2025-03-21T21:18:32.5144727Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_662, aten.mul.Tensor 2025-03-21T21:18:32.5145664Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_664, aten.mul.Tensor 2025-03-21T21:18:32.5146446Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_663, aten.mul.Tensor 2025-03-21T21:18:32.5147227Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_665, aten.mul.Tensor 2025-03-21T21:18:32.5148048Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_666, aten.mul.Tensor 2025-03-21T21:18:32.5148819Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_668, aten.mul.Tensor 2025-03-21T21:18:32.5149676Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_667, aten.mul.Tensor 2025-03-21T21:18:32.5150462Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_669, aten.mul.Tensor 2025-03-21T21:18:32.5151244Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_670, aten.mul.Tensor 2025-03-21T21:18:32.5152029Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_672, aten.mul.Tensor 2025-03-21T21:18:32.5152810Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_671, aten.mul.Tensor 2025-03-21T21:18:32.5153601Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_673, aten.mul.Tensor 2025-03-21T21:18:32.5154377Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_674, aten.mul.Tensor 2025-03-21T21:18:32.5155158Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_676, aten.mul.Tensor 2025-03-21T21:18:32.5155945Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_675, aten.mul.Tensor 2025-03-21T21:18:32.5156760Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_677, aten.mul.Tensor 2025-03-21T21:18:32.5157546Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_678, aten.mul.Tensor 2025-03-21T21:18:32.5158330Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_680, aten.mul.Tensor 2025-03-21T21:18:32.5159101Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_679, aten.mul.Tensor 2025-03-21T21:18:32.5159883Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_681, aten.mul.Tensor 2025-03-21T21:18:32.5160670Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_682, aten.mul.Tensor 2025-03-21T21:18:32.5161451Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_684, aten.mul.Tensor 2025-03-21T21:18:32.5162237Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_683, aten.mul.Tensor 2025-03-21T21:18:32.9618687Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_685, aten.mul.Tensor 2025-03-21T21:18:32.9619706Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_686, aten.mul.Tensor 2025-03-21T21:18:32.9620535Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_688, aten.mul.Tensor 2025-03-21T21:18:32.9621318Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_687, aten.mul.Tensor 2025-03-21T21:18:32.9622102Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_689, aten.mul.Tensor 2025-03-21T21:18:32.9622884Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_690, aten.mul.Tensor 2025-03-21T21:18:32.9627593Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_692, aten.mul.Tensor 2025-03-21T21:18:32.9628519Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_691, aten.mul.Tensor 2025-03-21T21:18:32.9629413Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_693, aten.mul.Tensor 2025-03-21T21:18:32.9630213Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_694, aten.mul.Tensor 2025-03-21T21:18:32.9631010Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_696, aten.mul.Tensor 2025-03-21T21:18:32.9631797Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_695, aten.mul.Tensor 2025-03-21T21:18:32.9632569Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_697, aten.mul.Tensor 2025-03-21T21:18:32.9633456Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_698, aten.mul.Tensor 2025-03-21T21:18:32.9634245Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_700, aten.mul.Tensor 2025-03-21T21:18:32.9635066Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_699, aten.mul.Tensor 2025-03-21T21:18:32.9635854Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_701, aten.mul.Tensor 2025-03-21T21:18:32.9636622Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_702, aten.mul.Tensor 2025-03-21T21:18:32.9637407Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_704, aten.mul.Tensor 2025-03-21T21:18:32.9638193Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_703, aten.mul.Tensor 2025-03-21T21:18:32.9638972Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_705, aten.mul.Tensor 2025-03-21T21:18:32.9639764Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_706, aten.mul.Tensor 2025-03-21T21:18:32.9640547Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_708, aten.mul.Tensor 2025-03-21T21:18:32.9641336Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_707, aten.mul.Tensor 2025-03-21T21:18:32.9642189Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_709, aten.mul.Tensor 2025-03-21T21:18:32.9642976Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_144, aten.sub.Tensor 2025-03-21T21:18:32.9643766Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_228, aten.add.Tensor 2025-03-21T21:18:32.9644555Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_145, aten.sub.Tensor 2025-03-21T21:18:32.9645344Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_229, aten.add.Tensor 2025-03-21T21:18:32.9646129Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_146, aten.sub.Tensor 2025-03-21T21:18:32.9646903Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_230, aten.add.Tensor 2025-03-21T21:18:32.9647693Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_147, aten.sub.Tensor 2025-03-21T21:18:32.9648480Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_231, aten.add.Tensor 2025-03-21T21:18:32.9649335Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_148, aten.sub.Tensor 2025-03-21T21:18:32.9650117Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_232, aten.add.Tensor 2025-03-21T21:18:32.9650902Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_149, aten.sub.Tensor 2025-03-21T21:18:32.9651673Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_233, aten.add.Tensor 2025-03-21T21:18:32.9652457Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_150, aten.sub.Tensor 2025-03-21T21:18:32.9653253Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_234, aten.add.Tensor 2025-03-21T21:18:32.9654098Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_151, aten.sub.Tensor 2025-03-21T21:18:32.9654889Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_235, aten.add.Tensor 2025-03-21T21:18:32.9655675Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_152, aten.sub.Tensor 2025-03-21T21:18:32.9656455Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_236, aten.add.Tensor 2025-03-21T21:18:32.9657225Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_153, aten.sub.Tensor 2025-03-21T21:18:32.9658010Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_237, aten.add.Tensor 2025-03-21T21:18:32.9658797Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_154, aten.sub.Tensor 2025-03-21T21:18:32.9659609Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_238, aten.add.Tensor 2025-03-21T21:18:32.9660394Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_155, aten.sub.Tensor 2025-03-21T21:18:32.9661177Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_239, aten.add.Tensor 2025-03-21T21:18:32.9661955Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_156, aten.sub.Tensor 2025-03-21T21:18:32.9662797Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_425, aten._to_copy.default 2025-03-21T21:18:32.9663631Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_240, aten.add.Tensor 2025-03-21T21:18:32.9664469Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_426, aten._to_copy.default 2025-03-21T21:18:32.9665300Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_157, aten.sub.Tensor 2025-03-21T21:18:32.9666135Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_427, aten._to_copy.default 2025-03-21T21:18:32.9666954Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_241, aten.add.Tensor 2025-03-21T21:18:32.9667786Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_428, aten._to_copy.default 2025-03-21T21:18:32.9668697Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_158, aten.sub.Tensor 2025-03-21T21:18:32.9669769Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_429, aten._to_copy.default 2025-03-21T21:18:32.9670608Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_242, aten.add.Tensor 2025-03-21T21:18:32.9671448Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_430, aten._to_copy.default 2025-03-21T21:18:32.9672279Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_159, aten.sub.Tensor 2025-03-21T21:18:32.9673103Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_431, aten._to_copy.default 2025-03-21T21:18:32.9673939Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_243, aten.add.Tensor 2025-03-21T21:18:32.9674765Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_432, aten._to_copy.default 2025-03-21T21:18:32.9675639Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_160, aten.sub.Tensor 2025-03-21T21:18:32.9676675Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_433, aten._to_copy.default 2025-03-21T21:18:32.9677509Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_244, aten.add.Tensor 2025-03-21T21:18:32.9678334Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_434, aten._to_copy.default 2025-03-21T21:18:32.9679165Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_161, aten.sub.Tensor 2025-03-21T21:18:32.9680000Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_435, aten._to_copy.default 2025-03-21T21:18:32.9680923Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_245, aten.add.Tensor 2025-03-21T21:18:32.9681759Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_436, aten._to_copy.default 2025-03-21T21:18:32.9682588Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_162, aten.sub.Tensor 2025-03-21T21:18:32.9683421Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_437, aten._to_copy.default 2025-03-21T21:18:32.9684238Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_246, aten.add.Tensor 2025-03-21T21:18:32.9685071Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_438, aten._to_copy.default 2025-03-21T21:18:32.9685905Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_163, aten.sub.Tensor 2025-03-21T21:18:32.9686778Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_439, aten._to_copy.default 2025-03-21T21:18:32.9687608Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_247, aten.add.Tensor 2025-03-21T21:18:32.9688445Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_440, aten._to_copy.default 2025-03-21T21:18:32.9689259Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_164, aten.sub.Tensor 2025-03-21T21:18:32.9690089Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_441, aten._to_copy.default 2025-03-21T21:18:33.3755513Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_248, aten.add.Tensor 2025-03-21T21:18:33.3756410Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_442, aten._to_copy.default 2025-03-21T21:18:33.3757273Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_165, aten.sub.Tensor 2025-03-21T21:18:33.3758096Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_443, aten._to_copy.default 2025-03-21T21:18:33.3758944Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_249, aten.add.Tensor 2025-03-21T21:18:33.3759999Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_444, aten._to_copy.default 2025-03-21T21:18:33.3760834Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_166, aten.sub.Tensor 2025-03-21T21:18:33.3761672Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_445, aten._to_copy.default 2025-03-21T21:18:33.3762504Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_250, aten.add.Tensor 2025-03-21T21:18:33.3763335Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_446, aten._to_copy.default 2025-03-21T21:18:33.3764159Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_167, aten.sub.Tensor 2025-03-21T21:18:33.3764995Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_447, aten._to_copy.default 2025-03-21T21:18:33.3765826Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_251, aten.add.Tensor 2025-03-21T21:18:33.3766726Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_448, aten._to_copy.default 2025-03-21T21:18:33.3767567Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_294, aten.cat.default 2025-03-21T21:18:33.3768374Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_295, aten.cat.default 2025-03-21T21:18:33.3769196Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_296, aten.cat.default 2025-03-21T21:18:33.3769995Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_297, aten.cat.default 2025-03-21T21:18:33.3770787Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_298, aten.cat.default 2025-03-21T21:18:33.3771649Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_299, aten.cat.default 2025-03-21T21:18:33.3772452Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_300, aten.cat.default 2025-03-21T21:18:33.3773261Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_301, aten.cat.default 2025-03-21T21:18:33.3774066Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_302, aten.cat.default 2025-03-21T21:18:33.3774879Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_303, aten.cat.default 2025-03-21T21:18:33.3775669Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_304, aten.cat.default 2025-03-21T21:18:33.3776642Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_305, aten.cat.default 2025-03-21T21:18:33.3777501Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_306, aten.cat.default 2025-03-21T21:18:33.3778336Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_449, aten._to_copy.default 2025-03-21T21:18:33.3779183Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_307, aten.cat.default 2025-03-21T21:18:33.3780040Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_450, aten._to_copy.default 2025-03-21T21:18:33.3780869Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_308, aten.cat.default 2025-03-21T21:18:33.3781710Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_451, aten._to_copy.default 2025-03-21T21:18:33.3782545Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_309, aten.cat.default 2025-03-21T21:18:33.3783380Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_452, aten._to_copy.default 2025-03-21T21:18:33.3784219Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_310, aten.cat.default 2025-03-21T21:18:33.3785058Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_453, aten._to_copy.default 2025-03-21T21:18:33.3785894Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_311, aten.cat.default 2025-03-21T21:18:33.3786760Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_454, aten._to_copy.default 2025-03-21T21:18:33.3787603Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_312, aten.cat.default 2025-03-21T21:18:33.3788437Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_455, aten._to_copy.default 2025-03-21T21:18:33.3789363Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_313, aten.cat.default 2025-03-21T21:18:33.3790207Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_456, aten._to_copy.default 2025-03-21T21:18:33.3791054Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_314, aten.cat.default 2025-03-21T21:18:33.3791902Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_457, aten._to_copy.default 2025-03-21T21:18:33.3792791Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_315, aten.cat.default 2025-03-21T21:18:33.3793618Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_458, aten._to_copy.default 2025-03-21T21:18:33.3794456Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_316, aten.cat.default 2025-03-21T21:18:33.3795297Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_459, aten._to_copy.default 2025-03-21T21:18:33.3796142Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_317, aten.cat.default 2025-03-21T21:18:33.3796985Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_460, aten._to_copy.default 2025-03-21T21:18:33.3797906Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_355, aten.permute_copy.default 2025-03-21T21:18:33.3798882Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_461, aten._to_copy.default 2025-03-21T21:18:33.3799788Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_356, aten.permute_copy.default 2025-03-21T21:18:33.3800700Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_462, aten._to_copy.default 2025-03-21T21:18:33.3801609Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_357, aten.permute_copy.default 2025-03-21T21:18:33.3802520Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_463, aten._to_copy.default 2025-03-21T21:18:33.3803431Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_358, aten.permute_copy.default 2025-03-21T21:18:33.3804364Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_464, aten._to_copy.default 2025-03-21T21:18:33.3805265Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_359, aten.permute_copy.default 2025-03-21T21:18:33.3806169Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_465, aten._to_copy.default 2025-03-21T21:18:33.3807072Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_360, aten.permute_copy.default 2025-03-21T21:18:33.3807974Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_466, aten._to_copy.default 2025-03-21T21:18:33.3808874Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_361, aten.permute_copy.default 2025-03-21T21:18:33.3809775Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_467, aten._to_copy.default 2025-03-21T21:18:33.3810685Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_362, aten.permute_copy.default 2025-03-21T21:18:33.3811588Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_468, aten._to_copy.default 2025-03-21T21:18:33.3812507Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_363, aten.permute_copy.default 2025-03-21T21:18:33.3813414Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_469, aten._to_copy.default 2025-03-21T21:18:33.3814321Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_364, aten.permute_copy.default 2025-03-21T21:18:33.3815230Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_470, aten._to_copy.default 2025-03-21T21:18:33.3816141Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_365, aten.permute_copy.default 2025-03-21T21:18:33.3817047Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_471, aten._to_copy.default 2025-03-21T21:18:33.3817944Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_366, aten.permute_copy.default 2025-03-21T21:18:33.3818850Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_472, aten._to_copy.default 2025-03-21T21:18:33.3819730Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_318, aten.cat.default 2025-03-21T21:18:33.3820534Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_320, aten.cat.default 2025-03-21T21:18:33.3821333Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_322, aten.cat.default 2025-03-21T21:18:33.3822132Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_324, aten.cat.default 2025-03-21T21:18:33.9395299Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_326, aten.cat.default 2025-03-21T21:18:33.9396806Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_328, aten.cat.default 2025-03-21T21:18:33.9398483Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_330, aten.cat.default 2025-03-21T21:18:33.9399919Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_332, aten.cat.default 2025-03-21T21:18:33.9401403Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_334, aten.cat.default 2025-03-21T21:18:33.9402811Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_336, aten.cat.default 2025-03-21T21:18:33.9404239Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_338, aten.cat.default 2025-03-21T21:18:33.9405667Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_340, aten.cat.default 2025-03-21T21:18:33.9407146Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_144, aten.matmul.default 2025-03-21T21:18:33.9408742Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_146, aten.matmul.default 2025-03-21T21:18:33.9410263Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_148, aten.matmul.default 2025-03-21T21:18:33.9411775Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_150, aten.matmul.default 2025-03-21T21:18:33.9413282Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_152, aten.matmul.default 2025-03-21T21:18:33.9414796Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_154, aten.matmul.default 2025-03-21T21:18:33.9416267Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_156, aten.matmul.default 2025-03-21T21:18:33.9417765Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_158, aten.matmul.default 2025-03-21T21:18:33.9419257Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_160, aten.matmul.default 2025-03-21T21:18:33.9420771Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_162, aten.matmul.default 2025-03-21T21:18:33.9422240Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_164, aten.matmul.default 2025-03-21T21:18:33.9423820Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_166, aten.matmul.default 2025-03-21T21:18:33.9425227Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_72, aten.div.Tensor 2025-03-21T21:18:33.9426629Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_73, aten.div.Tensor 2025-03-21T21:18:33.9428012Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_74, aten.div.Tensor 2025-03-21T21:18:33.9429477Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_75, aten.div.Tensor 2025-03-21T21:18:33.9430862Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_76, aten.div.Tensor 2025-03-21T21:18:33.9432240Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_77, aten.div.Tensor 2025-03-21T21:18:33.9433629Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_78, aten.div.Tensor 2025-03-21T21:18:33.9435018Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_79, aten.div.Tensor 2025-03-21T21:18:33.9436488Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_80, aten.div.Tensor 2025-03-21T21:18:33.9437875Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_81, aten.div.Tensor 2025-03-21T21:18:33.9439253Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_82, aten.div.Tensor 2025-03-21T21:18:33.9440618Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_83, aten.div.Tensor 2025-03-21T21:18:33.9442010Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_252, aten.add.Tensor 2025-03-21T21:18:33.9443414Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_253, aten.add.Tensor 2025-03-21T21:18:33.9444878Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_254, aten.add.Tensor 2025-03-21T21:18:33.9446273Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_255, aten.add.Tensor 2025-03-21T21:18:33.9447674Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_256, aten.add.Tensor 2025-03-21T21:18:33.9449067Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_257, aten.add.Tensor 2025-03-21T21:18:33.9450452Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_258, aten.add.Tensor 2025-03-21T21:18:33.9451842Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_259, aten.add.Tensor 2025-03-21T21:18:33.9453239Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_260, aten.add.Tensor 2025-03-21T21:18:33.9454716Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_261, aten.add.Tensor 2025-03-21T21:18:33.9456120Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_262, aten.add.Tensor 2025-03-21T21:18:33.9457523Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_263, aten.add.Tensor 2025-03-21T21:18:33.9458998Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_72, aten._softmax.default 2025-03-21T21:18:33.9460558Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_73, aten._softmax.default 2025-03-21T21:18:33.9462123Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_74, aten._softmax.default 2025-03-21T21:18:33.9463690Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_75, aten._softmax.default 2025-03-21T21:18:33.9465248Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_76, aten._softmax.default 2025-03-21T21:18:33.9466810Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_77, aten._softmax.default 2025-03-21T21:18:33.9468367Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_78, aten._softmax.default 2025-03-21T21:18:33.9469976Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_79, aten._softmax.default 2025-03-21T21:18:33.9471583Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_80, aten._softmax.default 2025-03-21T21:18:33.9473147Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_81, aten._softmax.default 2025-03-21T21:18:33.9474712Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_82, aten._softmax.default 2025-03-21T21:18:33.9476458Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_83, aten._softmax.default 2025-03-21T21:18:33.9478010Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_145, aten.matmul.default 2025-03-21T21:18:33.9479525Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_147, aten.matmul.default 2025-03-21T21:18:33.9481048Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_149, aten.matmul.default 2025-03-21T21:18:33.9482593Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_151, aten.matmul.default 2025-03-21T21:18:33.9484052Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_153, aten.matmul.default 2025-03-21T21:18:33.9485510Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_155, aten.matmul.default 2025-03-21T21:18:33.9487024Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_157, aten.matmul.default 2025-03-21T21:18:33.9488528Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_159, aten.matmul.default 2025-03-21T21:18:33.9490028Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_161, aten.matmul.default 2025-03-21T21:18:33.9491634Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_163, aten.matmul.default 2025-03-21T21:18:33.9493149Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_165, aten.matmul.default 2025-03-21T21:18:33.9494641Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_167, aten.matmul.default 2025-03-21T21:18:33.9496070Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_342, aten.cat.default 2025-03-21T21:18:33.9497551Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_787, aten.view_copy.default 2025-03-21T21:18:33.9499207Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1415, aten.permute_copy.default 2025-03-21T21:18:33.9500879Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_276, aten.convolution.default 2025-03-21T21:18:33.9502632Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1416, aten.permute_copy.default 2025-03-21T21:18:33.9504279Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_788, aten.view_copy.default 2025-03-21T21:18:33.9505782Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_264, aten.add.Tensor 2025-03-21T21:18:33.9507268Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_rms_norm_default_13, aten.rms_norm.default 2025-03-21T21:18:33.9508915Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_789, aten.view_copy.default 2025-03-21T21:18:33.9510556Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1417, aten.permute_copy.default 2025-03-21T21:18:33.9512246Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_277, aten.convolution.default 2025-03-21T21:18:33.9513924Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_278, aten.convolution.default 2025-03-21T21:18:34.5743066Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sigmoid_default_6, aten.sigmoid.default 2025-03-21T21:18:34.5744599Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_712, aten.mul.Tensor 2025-03-21T21:18:34.5746277Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_713, aten.mul.Tensor 2025-03-21T21:18:34.5747814Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_279, aten.convolution.default 2025-03-21T21:18:34.5749579Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1418, aten.permute_copy.default 2025-03-21T21:18:34.5751249Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_790, aten.view_copy.default 2025-03-21T21:18:34.5752762Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_265, aten.add.Tensor 2025-03-21T21:18:34.5754259Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_rms_norm_default_14, aten.rms_norm.default 2025-03-21T21:18:34.5755845Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_791, aten.view_copy.default 2025-03-21T21:18:34.5757571Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1419, aten.permute_copy.default 2025-03-21T21:18:34.5759203Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_473, aten._to_copy.default 2025-03-21T21:18:34.5760831Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_280, aten.convolution.default 2025-03-21T21:18:34.5762526Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1420, aten.permute_copy.default 2025-03-21T21:18:34.5764221Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_281, aten.convolution.default 2025-03-21T21:18:34.5765913Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1421, aten.permute_copy.default 2025-03-21T21:18:34.5767691Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_282, aten.convolution.default 2025-03-21T21:18:34.5769391Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1422, aten.permute_copy.default 2025-03-21T21:18:34.5771071Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_283, aten.convolution.default 2025-03-21T21:18:34.5772758Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1423, aten.permute_copy.default 2025-03-21T21:18:34.5774484Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_284, aten.convolution.default 2025-03-21T21:18:34.5776302Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1424, aten.permute_copy.default 2025-03-21T21:18:34.5778085Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_285, aten.convolution.default 2025-03-21T21:18:34.5779780Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1425, aten.permute_copy.default 2025-03-21T21:18:34.5781481Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_286, aten.convolution.default 2025-03-21T21:18:34.5783174Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1426, aten.permute_copy.default 2025-03-21T21:18:34.5784837Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_287, aten.convolution.default 2025-03-21T21:18:34.5786519Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1427, aten.permute_copy.default 2025-03-21T21:18:34.5788208Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_288, aten.convolution.default 2025-03-21T21:18:34.5789936Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1428, aten.permute_copy.default 2025-03-21T21:18:34.5791623Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_289, aten.convolution.default 2025-03-21T21:18:34.5793313Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1429, aten.permute_copy.default 2025-03-21T21:18:34.5795060Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_290, aten.convolution.default 2025-03-21T21:18:34.5796748Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1430, aten.permute_copy.default 2025-03-21T21:18:34.5798435Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_291, aten.convolution.default 2025-03-21T21:18:34.5800129Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1431, aten.permute_copy.default 2025-03-21T21:18:34.5801824Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_292, aten.convolution.default 2025-03-21T21:18:34.5803518Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1432, aten.permute_copy.default 2025-03-21T21:18:34.5805212Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_293, aten.convolution.default 2025-03-21T21:18:34.5806962Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1433, aten.permute_copy.default 2025-03-21T21:18:34.5808646Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_294, aten.convolution.default 2025-03-21T21:18:34.5810336Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1434, aten.permute_copy.default 2025-03-21T21:18:34.5812016Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_295, aten.convolution.default 2025-03-21T21:18:34.5813717Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1435, aten.permute_copy.default 2025-03-21T21:18:34.5815465Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_296, aten.convolution.default 2025-03-21T21:18:34.5817164Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1436, aten.permute_copy.default 2025-03-21T21:18:34.5818862Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_297, aten.convolution.default 2025-03-21T21:18:34.5820551Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1437, aten.permute_copy.default 2025-03-21T21:18:34.5822246Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_298, aten.convolution.default 2025-03-21T21:18:34.5823918Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1438, aten.permute_copy.default 2025-03-21T21:18:34.5825611Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_299, aten.convolution.default 2025-03-21T21:18:34.5827355Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1439, aten.permute_copy.default 2025-03-21T21:18:34.5829100Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_300, aten.convolution.default 2025-03-21T21:18:34.5830811Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1440, aten.permute_copy.default 2025-03-21T21:18:34.5832507Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_301, aten.convolution.default 2025-03-21T21:18:34.5834205Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1441, aten.permute_copy.default 2025-03-21T21:18:34.5835884Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_302, aten.convolution.default 2025-03-21T21:18:34.5837578Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1442, aten.permute_copy.default 2025-03-21T21:18:34.5839274Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_303, aten.convolution.default 2025-03-21T21:18:34.5840964Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1443, aten.permute_copy.default 2025-03-21T21:18:34.5842691Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_304, aten.convolution.default 2025-03-21T21:18:34.5844380Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1444, aten.permute_copy.default 2025-03-21T21:18:34.5846070Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_305, aten.convolution.default 2025-03-21T21:18:34.5847732Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1445, aten.permute_copy.default 2025-03-21T21:18:34.5849420Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_306, aten.convolution.default 2025-03-21T21:18:34.5851119Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1446, aten.permute_copy.default 2025-03-21T21:18:34.5852807Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_307, aten.convolution.default 2025-03-21T21:18:34.5854539Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1447, aten.permute_copy.default 2025-03-21T21:18:34.5856413Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_308, aten.convolution.default 2025-03-21T21:18:34.5858376Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1448, aten.permute_copy.default 2025-03-21T21:18:34.5860314Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_309, aten.convolution.default 2025-03-21T21:18:34.5862273Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1449, aten.permute_copy.default 2025-03-21T21:18:34.9221003Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_310, aten.convolution.default 2025-03-21T21:18:34.9222295Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1450, aten.permute_copy.default 2025-03-21T21:18:34.9223265Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_311, aten.convolution.default 2025-03-21T21:18:34.9224209Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1451, aten.permute_copy.default 2025-03-21T21:18:34.9225153Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_312, aten.convolution.default 2025-03-21T21:18:34.9226092Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1452, aten.permute_copy.default 2025-03-21T21:18:34.9227028Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_313, aten.convolution.default 2025-03-21T21:18:34.9228020Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1453, aten.permute_copy.default 2025-03-21T21:18:34.9229027Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_314, aten.convolution.default 2025-03-21T21:18:34.9229972Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1454, aten.permute_copy.default 2025-03-21T21:18:34.9230907Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_315, aten.convolution.default 2025-03-21T21:18:34.9231845Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1455, aten.permute_copy.default 2025-03-21T21:18:34.9232786Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_474, aten._to_copy.default 2025-03-21T21:18:34.9233665Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_475, aten._to_copy.default 2025-03-21T21:18:34.9234540Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_476, aten._to_copy.default 2025-03-21T21:18:34.9235404Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_477, aten._to_copy.default 2025-03-21T21:18:34.9236347Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_478, aten._to_copy.default 2025-03-21T21:18:34.9237223Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_479, aten._to_copy.default 2025-03-21T21:18:34.9238092Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_480, aten._to_copy.default 2025-03-21T21:18:34.9238967Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_481, aten._to_copy.default 2025-03-21T21:18:34.9239844Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_482, aten._to_copy.default 2025-03-21T21:18:34.9240718Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_483, aten._to_copy.default 2025-03-21T21:18:34.9241597Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_792, aten.view_copy.default 2025-03-21T21:18:34.9242496Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_793, aten.view_copy.default 2025-03-21T21:18:34.9243442Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_794, aten.view_copy.default 2025-03-21T21:18:34.9244337Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_795, aten.view_copy.default 2025-03-21T21:18:34.9245316Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_796, aten.view_copy.default 2025-03-21T21:18:34.9246210Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_797, aten.view_copy.default 2025-03-21T21:18:34.9247107Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_798, aten.view_copy.default 2025-03-21T21:18:34.9247991Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_799, aten.view_copy.default 2025-03-21T21:18:34.9248926Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_800, aten.view_copy.default 2025-03-21T21:18:34.9249830Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_801, aten.view_copy.default 2025-03-21T21:18:34.9250724Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_802, aten.view_copy.default 2025-03-21T21:18:34.9251613Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_803, aten.view_copy.default 2025-03-21T21:18:34.9252506Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_804, aten.view_copy.default 2025-03-21T21:18:34.9253385Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_805, aten.view_copy.default 2025-03-21T21:18:34.9254311Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_806, aten.view_copy.default 2025-03-21T21:18:34.9255199Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_807, aten.view_copy.default 2025-03-21T21:18:34.9256087Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_808, aten.view_copy.default 2025-03-21T21:18:34.9256980Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_809, aten.view_copy.default 2025-03-21T21:18:34.9257867Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_810, aten.view_copy.default 2025-03-21T21:18:34.9258760Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_811, aten.view_copy.default 2025-03-21T21:18:34.9259639Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_812, aten.view_copy.default 2025-03-21T21:18:34.9269584Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_813, aten.view_copy.default 2025-03-21T21:18:34.9270517Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_814, aten.view_copy.default 2025-03-21T21:18:34.9271425Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_815, aten.view_copy.default 2025-03-21T21:18:34.9272399Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_816, aten.view_copy.default 2025-03-21T21:18:34.9273292Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_484, aten._to_copy.default 2025-03-21T21:18:34.9274180Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_817, aten.view_copy.default 2025-03-21T21:18:34.9275071Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_485, aten._to_copy.default 2025-03-21T21:18:34.9275961Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_818, aten.view_copy.default 2025-03-21T21:18:34.9277073Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_486, aten._to_copy.default 2025-03-21T21:18:34.9277952Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_819, aten.view_copy.default 2025-03-21T21:18:34.9278932Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_487, aten._to_copy.default 2025-03-21T21:18:34.9279819Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_820, aten.view_copy.default 2025-03-21T21:18:34.9280714Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_821, aten.view_copy.default 2025-03-21T21:18:34.9281597Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_488, aten._to_copy.default 2025-03-21T21:18:34.9282481Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_822, aten.view_copy.default 2025-03-21T21:18:34.9283365Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_489, aten._to_copy.default 2025-03-21T21:18:34.9284284Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_823, aten.view_copy.default 2025-03-21T21:18:34.9285168Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_490, aten._to_copy.default 2025-03-21T21:18:34.9286053Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_824, aten.view_copy.default 2025-03-21T21:18:34.9286937Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_491, aten._to_copy.default 2025-03-21T21:18:34.9287819Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_825, aten.view_copy.default 2025-03-21T21:18:34.9288705Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_492, aten._to_copy.default 2025-03-21T21:18:34.9289587Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_826, aten.view_copy.default 2025-03-21T21:18:34.9290502Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_493, aten._to_copy.default 2025-03-21T21:18:34.9291386Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_827, aten.view_copy.default 2025-03-21T21:18:34.9292282Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_336, aten.slice_copy.Tensor 2025-03-21T21:18:34.9293172Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_337, aten.slice_copy.Tensor 2025-03-21T21:18:34.9294062Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_338, aten.slice_copy.Tensor 2025-03-21T21:18:34.9294951Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_339, aten.slice_copy.Tensor 2025-03-21T21:18:34.9295842Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_340, aten.slice_copy.Tensor 2025-03-21T21:18:34.9296722Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_341, aten.slice_copy.Tensor 2025-03-21T21:18:35.3076277Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_342, aten.slice_copy.Tensor 2025-03-21T21:18:35.3077260Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_343, aten.slice_copy.Tensor 2025-03-21T21:18:35.3078355Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_344, aten.slice_copy.Tensor 2025-03-21T21:18:35.3079254Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_345, aten.slice_copy.Tensor 2025-03-21T21:18:35.3080145Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_346, aten.slice_copy.Tensor 2025-03-21T21:18:35.3081039Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_347, aten.slice_copy.Tensor 2025-03-21T21:18:35.3081931Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_348, aten.slice_copy.Tensor 2025-03-21T21:18:35.3082827Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_349, aten.slice_copy.Tensor 2025-03-21T21:18:35.3083726Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_350, aten.slice_copy.Tensor 2025-03-21T21:18:35.3084676Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_351, aten.slice_copy.Tensor 2025-03-21T21:18:35.3085570Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_352, aten.slice_copy.Tensor 2025-03-21T21:18:35.3086466Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_353, aten.slice_copy.Tensor 2025-03-21T21:18:35.3087439Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_354, aten.slice_copy.Tensor 2025-03-21T21:18:35.3088338Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_355, aten.slice_copy.Tensor 2025-03-21T21:18:35.3089238Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_356, aten.slice_copy.Tensor 2025-03-21T21:18:35.3090222Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_357, aten.slice_copy.Tensor 2025-03-21T21:18:35.3091104Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_358, aten.slice_copy.Tensor 2025-03-21T21:18:35.3091997Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_359, aten.slice_copy.Tensor 2025-03-21T21:18:35.3092896Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_360, aten.slice_copy.Tensor 2025-03-21T21:18:35.3093792Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_361, aten.slice_copy.Tensor 2025-03-21T21:18:35.3094683Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_362, aten.slice_copy.Tensor 2025-03-21T21:18:35.3095730Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_363, aten.slice_copy.Tensor 2025-03-21T21:18:35.3096627Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_364, aten.slice_copy.Tensor 2025-03-21T21:18:35.3097507Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_365, aten.slice_copy.Tensor 2025-03-21T21:18:35.3098404Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_366, aten.slice_copy.Tensor 2025-03-21T21:18:35.3099299Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_367, aten.slice_copy.Tensor 2025-03-21T21:18:35.3100187Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_368, aten.slice_copy.Tensor 2025-03-21T21:18:35.3101076Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_369, aten.slice_copy.Tensor 2025-03-21T21:18:35.3101967Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_370, aten.slice_copy.Tensor 2025-03-21T21:18:35.3102845Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_371, aten.slice_copy.Tensor 2025-03-21T21:18:35.3103738Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_372, aten.slice_copy.Tensor 2025-03-21T21:18:35.3104672Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_373, aten.slice_copy.Tensor 2025-03-21T21:18:35.3105591Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_374, aten.slice_copy.Tensor 2025-03-21T21:18:35.3106649Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_375, aten.slice_copy.Tensor 2025-03-21T21:18:35.3107548Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_376, aten.slice_copy.Tensor 2025-03-21T21:18:35.3108437Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_377, aten.slice_copy.Tensor 2025-03-21T21:18:35.3109405Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_378, aten.slice_copy.Tensor 2025-03-21T21:18:35.3110301Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_379, aten.slice_copy.Tensor 2025-03-21T21:18:35.3111236Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_380, aten.slice_copy.Tensor 2025-03-21T21:18:35.3112131Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_381, aten.slice_copy.Tensor 2025-03-21T21:18:35.3113024Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_382, aten.slice_copy.Tensor 2025-03-21T21:18:35.3113916Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_383, aten.slice_copy.Tensor 2025-03-21T21:18:35.3114767Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_368, aten.cat.default 2025-03-21T21:18:35.3115558Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_370, aten.cat.default 2025-03-21T21:18:35.3116366Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_372, aten.cat.default 2025-03-21T21:18:35.3117374Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_374, aten.cat.default 2025-03-21T21:18:35.3118183Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_376, aten.cat.default 2025-03-21T21:18:35.3118983Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_378, aten.cat.default 2025-03-21T21:18:35.3119779Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_380, aten.cat.default 2025-03-21T21:18:35.3120566Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_382, aten.cat.default 2025-03-21T21:18:35.3121364Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_384, aten.cat.default 2025-03-21T21:18:35.3122168Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_386, aten.cat.default 2025-03-21T21:18:35.3123003Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_388, aten.cat.default 2025-03-21T21:18:35.3123805Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_390, aten.cat.default 2025-03-21T21:18:35.3124606Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_716, aten.mul.Tensor 2025-03-21T21:18:35.3125396Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_718, aten.mul.Tensor 2025-03-21T21:18:35.3126171Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_717, aten.mul.Tensor 2025-03-21T21:18:35.3127066Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_719, aten.mul.Tensor 2025-03-21T21:18:35.3127907Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_720, aten.mul.Tensor 2025-03-21T21:18:35.3128689Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_722, aten.mul.Tensor 2025-03-21T21:18:35.3129473Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_721, aten.mul.Tensor 2025-03-21T21:18:35.3130256Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_723, aten.mul.Tensor 2025-03-21T21:18:35.3131028Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_724, aten.mul.Tensor 2025-03-21T21:18:35.3131840Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_726, aten.mul.Tensor 2025-03-21T21:18:35.3132624Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_725, aten.mul.Tensor 2025-03-21T21:18:35.3133404Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_727, aten.mul.Tensor 2025-03-21T21:18:35.3134183Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_728, aten.mul.Tensor 2025-03-21T21:18:35.3134959Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_730, aten.mul.Tensor 2025-03-21T21:18:35.3135730Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_729, aten.mul.Tensor 2025-03-21T21:18:35.3136515Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_731, aten.mul.Tensor 2025-03-21T21:18:35.3137297Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_732, aten.mul.Tensor 2025-03-21T21:18:35.3138115Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_734, aten.mul.Tensor 2025-03-21T21:18:35.3138899Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_733, aten.mul.Tensor 2025-03-21T21:18:35.3139676Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_735, aten.mul.Tensor 2025-03-21T21:18:35.3140459Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_736, aten.mul.Tensor 2025-03-21T21:18:35.3141228Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_738, aten.mul.Tensor 2025-03-21T21:18:35.3142009Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_737, aten.mul.Tensor 2025-03-21T21:18:35.3142825Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_739, aten.mul.Tensor 2025-03-21T21:18:35.7519843Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_740, aten.mul.Tensor 2025-03-21T21:18:35.7521384Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_742, aten.mul.Tensor 2025-03-21T21:18:35.7522811Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_741, aten.mul.Tensor 2025-03-21T21:18:35.7524284Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_743, aten.mul.Tensor 2025-03-21T21:18:35.7525721Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_744, aten.mul.Tensor 2025-03-21T21:18:35.7527155Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_746, aten.mul.Tensor 2025-03-21T21:18:35.7528833Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_745, aten.mul.Tensor 2025-03-21T21:18:35.7530262Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_747, aten.mul.Tensor 2025-03-21T21:18:35.7531696Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_748, aten.mul.Tensor 2025-03-21T21:18:35.7533151Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_750, aten.mul.Tensor 2025-03-21T21:18:35.7534565Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_749, aten.mul.Tensor 2025-03-21T21:18:35.7536035Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_751, aten.mul.Tensor 2025-03-21T21:18:35.7537480Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_752, aten.mul.Tensor 2025-03-21T21:18:35.7538943Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_754, aten.mul.Tensor 2025-03-21T21:18:35.7540336Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_753, aten.mul.Tensor 2025-03-21T21:18:35.7541807Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_755, aten.mul.Tensor 2025-03-21T21:18:35.7543284Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_756, aten.mul.Tensor 2025-03-21T21:18:35.7544868Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_758, aten.mul.Tensor 2025-03-21T21:18:35.7546312Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_757, aten.mul.Tensor 2025-03-21T21:18:35.7547763Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_759, aten.mul.Tensor 2025-03-21T21:18:35.7549279Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_760, aten.mul.Tensor 2025-03-21T21:18:35.7550701Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_762, aten.mul.Tensor 2025-03-21T21:18:35.7552139Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_761, aten.mul.Tensor 2025-03-21T21:18:35.7553581Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_763, aten.mul.Tensor 2025-03-21T21:18:35.7555020Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_764, aten.mul.Tensor 2025-03-21T21:18:35.7556553Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_766, aten.mul.Tensor 2025-03-21T21:18:35.7558025Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_765, aten.mul.Tensor 2025-03-21T21:18:35.7559465Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_767, aten.mul.Tensor 2025-03-21T21:18:35.7560907Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_768, aten.mul.Tensor 2025-03-21T21:18:35.7562264Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_770, aten.mul.Tensor 2025-03-21T21:18:35.7563742Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_769, aten.mul.Tensor 2025-03-21T21:18:35.7565204Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_771, aten.mul.Tensor 2025-03-21T21:18:35.7566803Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_772, aten.mul.Tensor 2025-03-21T21:18:35.7568242Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_774, aten.mul.Tensor 2025-03-21T21:18:35.7569674Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_773, aten.mul.Tensor 2025-03-21T21:18:35.7571112Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_775, aten.mul.Tensor 2025-03-21T21:18:35.7572554Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_776, aten.mul.Tensor 2025-03-21T21:18:35.7573987Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_778, aten.mul.Tensor 2025-03-21T21:18:35.7575430Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_777, aten.mul.Tensor 2025-03-21T21:18:35.7577162Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_779, aten.mul.Tensor 2025-03-21T21:18:35.7578594Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_780, aten.mul.Tensor 2025-03-21T21:18:35.7580007Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_782, aten.mul.Tensor 2025-03-21T21:18:35.7581485Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_781, aten.mul.Tensor 2025-03-21T21:18:35.7582933Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_783, aten.mul.Tensor 2025-03-21T21:18:35.7584374Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_784, aten.mul.Tensor 2025-03-21T21:18:35.7585778Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_786, aten.mul.Tensor 2025-03-21T21:18:35.7587253Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_785, aten.mul.Tensor 2025-03-21T21:18:35.7588750Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_787, aten.mul.Tensor 2025-03-21T21:18:35.7590303Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_788, aten.mul.Tensor 2025-03-21T21:18:35.7591744Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_790, aten.mul.Tensor 2025-03-21T21:18:35.7593331Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_789, aten.mul.Tensor 2025-03-21T21:18:35.7594770Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_791, aten.mul.Tensor 2025-03-21T21:18:35.7596192Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_792, aten.mul.Tensor 2025-03-21T21:18:35.7597619Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_794, aten.mul.Tensor 2025-03-21T21:18:35.7599061Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_793, aten.mul.Tensor 2025-03-21T21:18:35.7600497Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_795, aten.mul.Tensor 2025-03-21T21:18:35.7601936Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_796, aten.mul.Tensor 2025-03-21T21:18:35.7603377Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_798, aten.mul.Tensor 2025-03-21T21:18:35.7604921Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_797, aten.mul.Tensor 2025-03-21T21:18:35.7606364Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_799, aten.mul.Tensor 2025-03-21T21:18:35.7607720Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_800, aten.mul.Tensor 2025-03-21T21:18:35.7609100Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_802, aten.mul.Tensor 2025-03-21T21:18:35.7610575Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_801, aten.mul.Tensor 2025-03-21T21:18:35.7612025Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_803, aten.mul.Tensor 2025-03-21T21:18:35.7613492Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_804, aten.mul.Tensor 2025-03-21T21:18:35.7615037Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_806, aten.mul.Tensor 2025-03-21T21:18:35.7616491Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_805, aten.mul.Tensor 2025-03-21T21:18:35.7617927Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_807, aten.mul.Tensor 2025-03-21T21:18:35.7619355Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_808, aten.mul.Tensor 2025-03-21T21:18:35.7620779Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_810, aten.mul.Tensor 2025-03-21T21:18:35.7622206Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_809, aten.mul.Tensor 2025-03-21T21:18:35.7623630Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_811, aten.mul.Tensor 2025-03-21T21:18:35.7625176Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_168, aten.sub.Tensor 2025-03-21T21:18:35.7626572Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_266, aten.add.Tensor 2025-03-21T21:18:35.7628029Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_169, aten.sub.Tensor 2025-03-21T21:18:35.7629561Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_267, aten.add.Tensor 2025-03-21T21:18:35.7630972Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_170, aten.sub.Tensor 2025-03-21T21:18:35.7632383Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_268, aten.add.Tensor 2025-03-21T21:18:35.7633851Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_171, aten.sub.Tensor 2025-03-21T21:18:35.7635310Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_269, aten.add.Tensor 2025-03-21T21:18:35.7636747Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_172, aten.sub.Tensor 2025-03-21T21:18:35.7638189Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_270, aten.add.Tensor 2025-03-21T21:18:35.7639627Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_173, aten.sub.Tensor 2025-03-21T21:18:35.7641155Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_271, aten.add.Tensor 2025-03-21T21:18:35.7642578Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_174, aten.sub.Tensor 2025-03-21T21:18:36.2167016Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_272, aten.add.Tensor 2025-03-21T21:18:36.2168174Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_175, aten.sub.Tensor 2025-03-21T21:18:36.2168969Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_273, aten.add.Tensor 2025-03-21T21:18:36.2169767Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_176, aten.sub.Tensor 2025-03-21T21:18:36.2170558Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_274, aten.add.Tensor 2025-03-21T21:18:36.2171337Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_177, aten.sub.Tensor 2025-03-21T21:18:36.2172270Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_275, aten.add.Tensor 2025-03-21T21:18:36.2173042Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_178, aten.sub.Tensor 2025-03-21T21:18:36.2173824Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_276, aten.add.Tensor 2025-03-21T21:18:36.2174608Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_179, aten.sub.Tensor 2025-03-21T21:18:36.2175392Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_277, aten.add.Tensor 2025-03-21T21:18:36.2176341Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_180, aten.sub.Tensor 2025-03-21T21:18:36.2177188Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_494, aten._to_copy.default 2025-03-21T21:18:36.2178078Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_278, aten.add.Tensor 2025-03-21T21:18:36.2178923Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_495, aten._to_copy.default 2025-03-21T21:18:36.2179759Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_181, aten.sub.Tensor 2025-03-21T21:18:36.2180597Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_496, aten._to_copy.default 2025-03-21T21:18:36.2181433Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_279, aten.add.Tensor 2025-03-21T21:18:36.2182267Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_497, aten._to_copy.default 2025-03-21T21:18:36.2183561Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_182, aten.sub.Tensor 2025-03-21T21:18:36.2184381Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_498, aten._to_copy.default 2025-03-21T21:18:36.2185210Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_280, aten.add.Tensor 2025-03-21T21:18:36.2186047Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_499, aten._to_copy.default 2025-03-21T21:18:36.2186879Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_183, aten.sub.Tensor 2025-03-21T21:18:36.2187708Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_500, aten._to_copy.default 2025-03-21T21:18:36.2188541Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_281, aten.add.Tensor 2025-03-21T21:18:36.2189579Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_501, aten._to_copy.default 2025-03-21T21:18:36.2190418Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_184, aten.sub.Tensor 2025-03-21T21:18:36.2191251Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_502, aten._to_copy.default 2025-03-21T21:18:36.2192105Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_282, aten.add.Tensor 2025-03-21T21:18:36.2193016Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_503, aten._to_copy.default 2025-03-21T21:18:36.2193851Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_185, aten.sub.Tensor 2025-03-21T21:18:36.2194682Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_504, aten._to_copy.default 2025-03-21T21:18:36.2195510Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_283, aten.add.Tensor 2025-03-21T21:18:36.2196407Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_505, aten._to_copy.default 2025-03-21T21:18:36.2197242Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_186, aten.sub.Tensor 2025-03-21T21:18:36.2198083Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_506, aten._to_copy.default 2025-03-21T21:18:36.2198958Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_284, aten.add.Tensor 2025-03-21T21:18:36.2199789Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_507, aten._to_copy.default 2025-03-21T21:18:36.2200623Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_187, aten.sub.Tensor 2025-03-21T21:18:36.2201441Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_508, aten._to_copy.default 2025-03-21T21:18:36.2202268Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_285, aten.add.Tensor 2025-03-21T21:18:36.2203099Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_509, aten._to_copy.default 2025-03-21T21:18:36.2203929Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_188, aten.sub.Tensor 2025-03-21T21:18:36.2204795Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_510, aten._to_copy.default 2025-03-21T21:18:36.2205633Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_286, aten.add.Tensor 2025-03-21T21:18:36.2206465Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_511, aten._to_copy.default 2025-03-21T21:18:36.2207289Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_189, aten.sub.Tensor 2025-03-21T21:18:36.2208122Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_512, aten._to_copy.default 2025-03-21T21:18:36.2208951Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_287, aten.add.Tensor 2025-03-21T21:18:36.2209781Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_513, aten._to_copy.default 2025-03-21T21:18:36.2210638Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_190, aten.sub.Tensor 2025-03-21T21:18:36.2211473Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_514, aten._to_copy.default 2025-03-21T21:18:36.2212297Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_288, aten.add.Tensor 2025-03-21T21:18:36.2213129Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_515, aten._to_copy.default 2025-03-21T21:18:36.2213961Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_191, aten.sub.Tensor 2025-03-21T21:18:36.2214792Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_516, aten._to_copy.default 2025-03-21T21:18:36.2215625Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_289, aten.add.Tensor 2025-03-21T21:18:36.2216460Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_517, aten._to_copy.default 2025-03-21T21:18:36.2217303Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_343, aten.cat.default 2025-03-21T21:18:36.2218094Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_344, aten.cat.default 2025-03-21T21:18:36.2218956Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_345, aten.cat.default 2025-03-21T21:18:36.2219756Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_346, aten.cat.default 2025-03-21T21:18:36.2220557Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_347, aten.cat.default 2025-03-21T21:18:36.2221363Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_348, aten.cat.default 2025-03-21T21:18:36.2222162Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_349, aten.cat.default 2025-03-21T21:18:36.2222951Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_350, aten.cat.default 2025-03-21T21:18:36.2223752Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_351, aten.cat.default 2025-03-21T21:18:36.2224548Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_352, aten.cat.default 2025-03-21T21:18:36.2225379Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_353, aten.cat.default 2025-03-21T21:18:36.2226175Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_354, aten.cat.default 2025-03-21T21:18:36.2226977Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_355, aten.cat.default 2025-03-21T21:18:36.2227812Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_518, aten._to_copy.default 2025-03-21T21:18:36.2228637Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_356, aten.cat.default 2025-03-21T21:18:36.2229562Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_519, aten._to_copy.default 2025-03-21T21:18:36.2230434Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_357, aten.cat.default 2025-03-21T21:18:36.2231364Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_520, aten._to_copy.default 2025-03-21T21:18:36.2232273Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_358, aten.cat.default 2025-03-21T21:18:36.2233113Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_521, aten._to_copy.default 2025-03-21T21:18:36.2233940Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_359, aten.cat.default 2025-03-21T21:18:36.2234739Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_360, aten.cat.default 2025-03-21T21:18:36.7085343Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_522, aten._to_copy.default 2025-03-21T21:18:36.7087130Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_361, aten.cat.default 2025-03-21T21:18:36.7088675Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_523, aten._to_copy.default 2025-03-21T21:18:36.7090216Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_362, aten.cat.default 2025-03-21T21:18:36.7091818Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_524, aten._to_copy.default 2025-03-21T21:18:36.7093349Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_363, aten.cat.default 2025-03-21T21:18:36.7094876Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_525, aten._to_copy.default 2025-03-21T21:18:36.7096416Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_364, aten.cat.default 2025-03-21T21:18:36.7097945Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_526, aten._to_copy.default 2025-03-21T21:18:36.7099476Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_365, aten.cat.default 2025-03-21T21:18:36.7101053Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_527, aten._to_copy.default 2025-03-21T21:18:36.7102738Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_366, aten.cat.default 2025-03-21T21:18:36.7104216Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_528, aten._to_copy.default 2025-03-21T21:18:36.7105935Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_408, aten.permute_copy.default 2025-03-21T21:18:36.7107638Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_529, aten._to_copy.default 2025-03-21T21:18:36.7109393Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_409, aten.permute_copy.default 2025-03-21T21:18:36.7111071Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_530, aten._to_copy.default 2025-03-21T21:18:36.7112750Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_410, aten.permute_copy.default 2025-03-21T21:18:36.7114431Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_531, aten._to_copy.default 2025-03-21T21:18:36.7116259Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_411, aten.permute_copy.default 2025-03-21T21:18:36.7117923Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_532, aten._to_copy.default 2025-03-21T21:18:36.7119597Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_412, aten.permute_copy.default 2025-03-21T21:18:36.7121269Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_413, aten.permute_copy.default 2025-03-21T21:18:36.7122981Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_533, aten._to_copy.default 2025-03-21T21:18:36.7124677Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_414, aten.permute_copy.default 2025-03-21T21:18:36.7126480Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_534, aten._to_copy.default 2025-03-21T21:18:36.7128093Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_415, aten.permute_copy.default 2025-03-21T21:18:36.7129796Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_535, aten._to_copy.default 2025-03-21T21:18:36.7131490Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_416, aten.permute_copy.default 2025-03-21T21:18:36.7133146Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_536, aten._to_copy.default 2025-03-21T21:18:36.7134819Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_417, aten.permute_copy.default 2025-03-21T21:18:36.7136580Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_537, aten._to_copy.default 2025-03-21T21:18:36.7138252Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_418, aten.permute_copy.default 2025-03-21T21:18:36.7139917Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_538, aten._to_copy.default 2025-03-21T21:18:36.7141593Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_419, aten.permute_copy.default 2025-03-21T21:18:36.7143274Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_539, aten._to_copy.default 2025-03-21T21:18:36.7144783Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_367, aten.cat.default 2025-03-21T21:18:36.7146275Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_369, aten.cat.default 2025-03-21T21:18:36.7147760Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_371, aten.cat.default 2025-03-21T21:18:36.7149334Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_373, aten.cat.default 2025-03-21T21:18:36.7150802Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_375, aten.cat.default 2025-03-21T21:18:36.7152408Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_377, aten.cat.default 2025-03-21T21:18:36.7153877Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_379, aten.cat.default 2025-03-21T21:18:36.7155333Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_381, aten.cat.default 2025-03-21T21:18:36.7156802Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_383, aten.cat.default 2025-03-21T21:18:36.7158274Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_385, aten.cat.default 2025-03-21T21:18:36.7159749Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_387, aten.cat.default 2025-03-21T21:18:36.7161208Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_389, aten.cat.default 2025-03-21T21:18:36.7162722Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_168, aten.matmul.default 2025-03-21T21:18:36.7164340Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_170, aten.matmul.default 2025-03-21T21:18:36.7165902Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_172, aten.matmul.default 2025-03-21T21:18:36.7167452Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_174, aten.matmul.default 2025-03-21T21:18:36.7169032Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_176, aten.matmul.default 2025-03-21T21:18:36.7170589Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_178, aten.matmul.default 2025-03-21T21:18:36.7172165Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_180, aten.matmul.default 2025-03-21T21:18:36.7173697Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_182, aten.matmul.default 2025-03-21T21:18:36.7175290Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_184, aten.matmul.default 2025-03-21T21:18:36.7177070Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_186, aten.matmul.default 2025-03-21T21:18:36.7178621Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_188, aten.matmul.default 2025-03-21T21:18:36.7180154Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_190, aten.matmul.default 2025-03-21T21:18:36.7181633Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_84, aten.div.Tensor 2025-03-21T21:18:36.7183055Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_85, aten.div.Tensor 2025-03-21T21:18:36.7184597Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_86, aten.div.Tensor 2025-03-21T21:18:36.7186015Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_87, aten.div.Tensor 2025-03-21T21:18:36.7187429Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_88, aten.div.Tensor 2025-03-21T21:18:36.7188934Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_89, aten.div.Tensor 2025-03-21T21:18:36.7190351Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_90, aten.div.Tensor 2025-03-21T21:18:36.7191727Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_91, aten.div.Tensor 2025-03-21T21:18:36.7193177Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_92, aten.div.Tensor 2025-03-21T21:18:36.7194598Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_93, aten.div.Tensor 2025-03-21T21:18:36.7196019Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_94, aten.div.Tensor 2025-03-21T21:18:36.7197420Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_95, aten.div.Tensor 2025-03-21T21:18:36.7198894Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_290, aten.add.Tensor 2025-03-21T21:18:36.7200518Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_291, aten.add.Tensor 2025-03-21T21:18:36.7201959Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_292, aten.add.Tensor 2025-03-21T21:18:36.7203395Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_293, aten.add.Tensor 2025-03-21T21:18:36.7204836Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_294, aten.add.Tensor 2025-03-21T21:18:36.7206266Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_295, aten.add.Tensor 2025-03-21T21:18:36.7207692Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_296, aten.add.Tensor 2025-03-21T21:18:37.2883292Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_297, aten.add.Tensor 2025-03-21T21:18:37.2884787Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_298, aten.add.Tensor 2025-03-21T21:18:37.2886475Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_299, aten.add.Tensor 2025-03-21T21:18:37.2887953Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_300, aten.add.Tensor 2025-03-21T21:18:37.2889382Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_301, aten.add.Tensor 2025-03-21T21:18:37.2890901Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_84, aten._softmax.default 2025-03-21T21:18:37.2892506Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_85, aten._softmax.default 2025-03-21T21:18:37.2894096Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_86, aten._softmax.default 2025-03-21T21:18:37.2895692Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_87, aten._softmax.default 2025-03-21T21:18:37.2897423Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_88, aten._softmax.default 2025-03-21T21:18:37.2899073Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_89, aten._softmax.default 2025-03-21T21:18:37.2900678Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_90, aten._softmax.default 2025-03-21T21:18:37.2902180Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_91, aten._softmax.default 2025-03-21T21:18:37.2903702Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_92, aten._softmax.default 2025-03-21T21:18:37.2905225Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_93, aten._softmax.default 2025-03-21T21:18:37.2906945Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_94, aten._softmax.default 2025-03-21T21:18:37.2908482Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_95, aten._softmax.default 2025-03-21T21:18:37.2910197Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_169, aten.matmul.default 2025-03-21T21:18:37.2911683Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_171, aten.matmul.default 2025-03-21T21:18:37.2913264Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_173, aten.matmul.default 2025-03-21T21:18:37.2914834Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_175, aten.matmul.default 2025-03-21T21:18:37.2916393Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_177, aten.matmul.default 2025-03-21T21:18:37.2917905Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_179, aten.matmul.default 2025-03-21T21:18:37.2919473Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_181, aten.matmul.default 2025-03-21T21:18:37.2921035Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_183, aten.matmul.default 2025-03-21T21:18:37.2922757Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_185, aten.matmul.default 2025-03-21T21:18:37.2924312Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_187, aten.matmul.default 2025-03-21T21:18:37.2925859Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_189, aten.matmul.default 2025-03-21T21:18:37.2927389Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_191, aten.matmul.default 2025-03-21T21:18:37.2928908Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_391, aten.cat.default 2025-03-21T21:18:37.2930448Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_900, aten.view_copy.default 2025-03-21T21:18:37.2932177Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1456, aten.permute_copy.default 2025-03-21T21:18:37.2933909Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_316, aten.convolution.default 2025-03-21T21:18:37.2935598Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1457, aten.permute_copy.default 2025-03-21T21:18:37.2937264Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_901, aten.view_copy.default 2025-03-21T21:18:37.2938830Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_302, aten.add.Tensor 2025-03-21T21:18:37.2940366Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_rms_norm_default_15, aten.rms_norm.default 2025-03-21T21:18:37.2941961Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_902, aten.view_copy.default 2025-03-21T21:18:37.2943674Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1458, aten.permute_copy.default 2025-03-21T21:18:37.2945586Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_317, aten.convolution.default 2025-03-21T21:18:37.2947322Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_318, aten.convolution.default 2025-03-21T21:18:37.2949054Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sigmoid_default_7, aten.sigmoid.default 2025-03-21T21:18:37.2950549Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_814, aten.mul.Tensor 2025-03-21T21:18:37.2951991Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_815, aten.mul.Tensor 2025-03-21T21:18:37.2953535Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_319, aten.convolution.default 2025-03-21T21:18:37.2955431Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1459, aten.permute_copy.default 2025-03-21T21:18:37.2957156Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_903, aten.view_copy.default 2025-03-21T21:18:37.2958707Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_303, aten.add.Tensor 2025-03-21T21:18:37.2960229Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_rms_norm_default_16, aten.rms_norm.default 2025-03-21T21:18:37.2961847Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_904, aten.view_copy.default 2025-03-21T21:18:37.2963544Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1460, aten.permute_copy.default 2025-03-21T21:18:37.2965209Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_540, aten._to_copy.default 2025-03-21T21:18:37.2966921Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_320, aten.convolution.default 2025-03-21T21:18:37.2968692Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1461, aten.permute_copy.default 2025-03-21T21:18:37.2970447Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_321, aten.convolution.default 2025-03-21T21:18:37.2972263Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1462, aten.permute_copy.default 2025-03-21T21:18:37.2974014Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_322, aten.convolution.default 2025-03-21T21:18:37.2975740Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1463, aten.permute_copy.default 2025-03-21T21:18:37.2977818Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_323, aten.convolution.default 2025-03-21T21:18:37.2979664Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1464, aten.permute_copy.default 2025-03-21T21:18:37.2981494Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_324, aten.convolution.default 2025-03-21T21:18:37.2983247Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1465, aten.permute_copy.default 2025-03-21T21:18:37.2985143Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_325, aten.convolution.default 2025-03-21T21:18:37.2986907Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1466, aten.permute_copy.default 2025-03-21T21:18:37.2988625Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_326, aten.convolution.default 2025-03-21T21:18:37.2990489Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1467, aten.permute_copy.default 2025-03-21T21:18:37.2992270Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_327, aten.convolution.default 2025-03-21T21:18:37.2994038Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1468, aten.permute_copy.default 2025-03-21T21:18:37.2995886Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_328, aten.convolution.default 2025-03-21T21:18:37.2997617Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1469, aten.permute_copy.default 2025-03-21T21:18:37.2999358Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_329, aten.convolution.default 2025-03-21T21:18:37.3001085Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1470, aten.permute_copy.default 2025-03-21T21:18:37.3002820Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_330, aten.convolution.default 2025-03-21T21:18:37.3004548Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1471, aten.permute_copy.default 2025-03-21T21:18:37.3006369Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_331, aten.convolution.default 2025-03-21T21:18:37.8450764Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1472, aten.permute_copy.default 2025-03-21T21:18:37.8452534Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_332, aten.convolution.default 2025-03-21T21:18:37.8454274Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1473, aten.permute_copy.default 2025-03-21T21:18:37.8456007Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_333, aten.convolution.default 2025-03-21T21:18:37.8457750Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1474, aten.permute_copy.default 2025-03-21T21:18:37.8459474Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_334, aten.convolution.default 2025-03-21T21:18:37.8461209Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1475, aten.permute_copy.default 2025-03-21T21:18:37.8462937Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_335, aten.convolution.default 2025-03-21T21:18:37.8464948Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1476, aten.permute_copy.default 2025-03-21T21:18:37.8466727Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_336, aten.convolution.default 2025-03-21T21:18:37.8468469Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1477, aten.permute_copy.default 2025-03-21T21:18:37.8470215Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_337, aten.convolution.default 2025-03-21T21:18:37.8471997Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1478, aten.permute_copy.default 2025-03-21T21:18:37.8473771Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_338, aten.convolution.default 2025-03-21T21:18:37.8475502Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1479, aten.permute_copy.default 2025-03-21T21:18:37.8477568Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_339, aten.convolution.default 2025-03-21T21:18:37.8479307Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1480, aten.permute_copy.default 2025-03-21T21:18:37.8481048Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_340, aten.convolution.default 2025-03-21T21:18:37.8482772Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1481, aten.permute_copy.default 2025-03-21T21:18:37.8484500Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_341, aten.convolution.default 2025-03-21T21:18:37.8486243Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1482, aten.permute_copy.default 2025-03-21T21:18:37.8488076Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_342, aten.convolution.default 2025-03-21T21:18:37.8489858Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1483, aten.permute_copy.default 2025-03-21T21:18:37.8491599Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_343, aten.convolution.default 2025-03-21T21:18:37.8493237Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1484, aten.permute_copy.default 2025-03-21T21:18:37.8494946Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_344, aten.convolution.default 2025-03-21T21:18:37.8496710Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1485, aten.permute_copy.default 2025-03-21T21:18:37.8498592Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_345, aten.convolution.default 2025-03-21T21:18:37.8500316Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1486, aten.permute_copy.default 2025-03-21T21:18:37.8502051Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_346, aten.convolution.default 2025-03-21T21:18:37.8503830Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1487, aten.permute_copy.default 2025-03-21T21:18:37.8505554Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_347, aten.convolution.default 2025-03-21T21:18:37.8507272Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1488, aten.permute_copy.default 2025-03-21T21:18:37.8509096Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_348, aten.convolution.default 2025-03-21T21:18:37.8510848Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1489, aten.permute_copy.default 2025-03-21T21:18:37.8512568Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_349, aten.convolution.default 2025-03-21T21:18:37.8514311Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1490, aten.permute_copy.default 2025-03-21T21:18:37.8516182Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_350, aten.convolution.default 2025-03-21T21:18:37.8517880Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1491, aten.permute_copy.default 2025-03-21T21:18:37.8519650Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_351, aten.convolution.default 2025-03-21T21:18:37.8521415Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1492, aten.permute_copy.default 2025-03-21T21:18:37.8523155Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_352, aten.convolution.default 2025-03-21T21:18:37.8524899Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1493, aten.permute_copy.default 2025-03-21T21:18:37.8526615Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_353, aten.convolution.default 2025-03-21T21:18:37.8528464Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1494, aten.permute_copy.default 2025-03-21T21:18:37.8530190Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_354, aten.convolution.default 2025-03-21T21:18:37.8531935Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1495, aten.permute_copy.default 2025-03-21T21:18:37.8533652Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_355, aten.convolution.default 2025-03-21T21:18:37.8535402Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1496, aten.permute_copy.default 2025-03-21T21:18:37.8537189Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_541, aten._to_copy.default 2025-03-21T21:18:37.8538791Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_542, aten._to_copy.default 2025-03-21T21:18:37.8540257Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_543, aten._to_copy.default 2025-03-21T21:18:37.8541892Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_544, aten._to_copy.default 2025-03-21T21:18:37.8543516Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_545, aten._to_copy.default 2025-03-21T21:18:37.8545119Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_546, aten._to_copy.default 2025-03-21T21:18:37.8546711Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_547, aten._to_copy.default 2025-03-21T21:18:37.8548418Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_548, aten._to_copy.default 2025-03-21T21:18:37.8550100Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_549, aten._to_copy.default 2025-03-21T21:18:37.8551714Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_550, aten._to_copy.default 2025-03-21T21:18:37.8553308Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_551, aten._to_copy.default 2025-03-21T21:18:37.8554927Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_905, aten.view_copy.default 2025-03-21T21:18:37.8556587Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_906, aten.view_copy.default 2025-03-21T21:18:37.8558199Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_907, aten.view_copy.default 2025-03-21T21:18:37.8559877Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_908, aten.view_copy.default 2025-03-21T21:18:37.8561508Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_909, aten.view_copy.default 2025-03-21T21:18:37.8563118Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_910, aten.view_copy.default 2025-03-21T21:18:37.8564949Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_911, aten.view_copy.default 2025-03-21T21:18:37.8566615Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_912, aten.view_copy.default 2025-03-21T21:18:37.8568289Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_913, aten.view_copy.default 2025-03-21T21:18:37.8569904Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_914, aten.view_copy.default 2025-03-21T21:18:37.8571547Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_915, aten.view_copy.default 2025-03-21T21:18:37.8573202Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_916, aten.view_copy.default 2025-03-21T21:18:38.1272566Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_917, aten.view_copy.default 2025-03-21T21:18:38.1273681Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_918, aten.view_copy.default 2025-03-21T21:18:38.1274585Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_919, aten.view_copy.default 2025-03-21T21:18:38.1275468Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_920, aten.view_copy.default 2025-03-21T21:18:38.1276506Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_921, aten.view_copy.default 2025-03-21T21:18:38.1277404Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_922, aten.view_copy.default 2025-03-21T21:18:38.1278310Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_923, aten.view_copy.default 2025-03-21T21:18:38.1279273Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_924, aten.view_copy.default 2025-03-21T21:18:38.1280168Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_925, aten.view_copy.default 2025-03-21T21:18:38.1281063Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_926, aten.view_copy.default 2025-03-21T21:18:38.1281941Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_927, aten.view_copy.default 2025-03-21T21:18:38.1282836Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_928, aten.view_copy.default 2025-03-21T21:18:38.1283729Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_929, aten.view_copy.default 2025-03-21T21:18:38.1284672Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_552, aten._to_copy.default 2025-03-21T21:18:38.1285561Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_930, aten.view_copy.default 2025-03-21T21:18:38.1286441Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_553, aten._to_copy.default 2025-03-21T21:18:38.1287330Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_931, aten.view_copy.default 2025-03-21T21:18:38.1288197Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_554, aten._to_copy.default 2025-03-21T21:18:38.1289074Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_932, aten.view_copy.default 2025-03-21T21:18:38.1289959Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_555, aten._to_copy.default 2025-03-21T21:18:38.1290840Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_933, aten.view_copy.default 2025-03-21T21:18:38.1291726Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_556, aten._to_copy.default 2025-03-21T21:18:38.1292608Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_934, aten.view_copy.default 2025-03-21T21:18:38.1293534Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_557, aten._to_copy.default 2025-03-21T21:18:38.1294416Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_935, aten.view_copy.default 2025-03-21T21:18:38.1295299Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_558, aten._to_copy.default 2025-03-21T21:18:38.1296182Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_936, aten.view_copy.default 2025-03-21T21:18:38.1297067Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_559, aten._to_copy.default 2025-03-21T21:18:38.1297998Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_937, aten.view_copy.default 2025-03-21T21:18:38.1298888Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_560, aten._to_copy.default 2025-03-21T21:18:38.1299758Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_938, aten.view_copy.default 2025-03-21T21:18:38.1300684Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_561, aten._to_copy.default 2025-03-21T21:18:38.1301565Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_939, aten.view_copy.default 2025-03-21T21:18:38.1302447Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_562, aten._to_copy.default 2025-03-21T21:18:38.1303326Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_940, aten.view_copy.default 2025-03-21T21:18:38.1304217Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_384, aten.slice_copy.Tensor 2025-03-21T21:18:38.1305190Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_385, aten.slice_copy.Tensor 2025-03-21T21:18:38.1306151Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_386, aten.slice_copy.Tensor 2025-03-21T21:18:38.1307042Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_387, aten.slice_copy.Tensor 2025-03-21T21:18:38.1307939Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_388, aten.slice_copy.Tensor 2025-03-21T21:18:38.1308829Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_389, aten.slice_copy.Tensor 2025-03-21T21:18:38.1309790Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_390, aten.slice_copy.Tensor 2025-03-21T21:18:38.1310688Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_391, aten.slice_copy.Tensor 2025-03-21T21:18:38.1311648Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_392, aten.slice_copy.Tensor 2025-03-21T21:18:38.1312546Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_393, aten.slice_copy.Tensor 2025-03-21T21:18:38.1313434Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_394, aten.slice_copy.Tensor 2025-03-21T21:18:38.1314325Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_395, aten.slice_copy.Tensor 2025-03-21T21:18:38.1315223Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_396, aten.slice_copy.Tensor 2025-03-21T21:18:38.1316114Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_397, aten.slice_copy.Tensor 2025-03-21T21:18:38.1317008Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_398, aten.slice_copy.Tensor 2025-03-21T21:18:38.1317902Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_399, aten.slice_copy.Tensor 2025-03-21T21:18:38.1318794Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_400, aten.slice_copy.Tensor 2025-03-21T21:18:38.1319672Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_401, aten.slice_copy.Tensor 2025-03-21T21:18:38.1320592Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_402, aten.slice_copy.Tensor 2025-03-21T21:18:38.1321483Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_403, aten.slice_copy.Tensor 2025-03-21T21:18:38.1322371Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_404, aten.slice_copy.Tensor 2025-03-21T21:18:38.1323261Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_405, aten.slice_copy.Tensor 2025-03-21T21:18:38.1324153Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_406, aten.slice_copy.Tensor 2025-03-21T21:18:38.1325038Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_407, aten.slice_copy.Tensor 2025-03-21T21:18:38.1325936Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_408, aten.slice_copy.Tensor 2025-03-21T21:18:38.1326858Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_409, aten.slice_copy.Tensor 2025-03-21T21:18:38.1327747Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_410, aten.slice_copy.Tensor 2025-03-21T21:18:38.1328639Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_411, aten.slice_copy.Tensor 2025-03-21T21:18:38.1329527Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_412, aten.slice_copy.Tensor 2025-03-21T21:18:38.1330416Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_413, aten.slice_copy.Tensor 2025-03-21T21:18:38.1331296Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_414, aten.slice_copy.Tensor 2025-03-21T21:18:38.1332213Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_415, aten.slice_copy.Tensor 2025-03-21T21:18:38.1333105Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_416, aten.slice_copy.Tensor 2025-03-21T21:18:38.1333998Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_417, aten.slice_copy.Tensor 2025-03-21T21:18:38.1334883Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_418, aten.slice_copy.Tensor 2025-03-21T21:18:38.1335775Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_419, aten.slice_copy.Tensor 2025-03-21T21:18:38.1336662Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_420, aten.slice_copy.Tensor 2025-03-21T21:18:38.1337545Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_421, aten.slice_copy.Tensor 2025-03-21T21:18:38.1338465Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_422, aten.slice_copy.Tensor 2025-03-21T21:18:38.5805303Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_423, aten.slice_copy.Tensor 2025-03-21T21:18:38.5806272Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_424, aten.slice_copy.Tensor 2025-03-21T21:18:38.5807180Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_425, aten.slice_copy.Tensor 2025-03-21T21:18:38.5808079Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_426, aten.slice_copy.Tensor 2025-03-21T21:18:38.5808971Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_427, aten.slice_copy.Tensor 2025-03-21T21:18:38.5809863Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_428, aten.slice_copy.Tensor 2025-03-21T21:18:38.5810752Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_429, aten.slice_copy.Tensor 2025-03-21T21:18:38.5811649Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_430, aten.slice_copy.Tensor 2025-03-21T21:18:38.5812796Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_431, aten.slice_copy.Tensor 2025-03-21T21:18:38.5813653Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_417, aten.cat.default 2025-03-21T21:18:38.5814466Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_419, aten.cat.default 2025-03-21T21:18:38.5815299Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_421, aten.cat.default 2025-03-21T21:18:38.5816102Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_423, aten.cat.default 2025-03-21T21:18:38.5816901Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_425, aten.cat.default 2025-03-21T21:18:38.5817710Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_427, aten.cat.default 2025-03-21T21:18:38.5818498Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_429, aten.cat.default 2025-03-21T21:18:38.5819363Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_431, aten.cat.default 2025-03-21T21:18:38.5820167Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_433, aten.cat.default 2025-03-21T21:18:38.5820965Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_435, aten.cat.default 2025-03-21T21:18:38.5821766Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_437, aten.cat.default 2025-03-21T21:18:38.5822564Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_439, aten.cat.default 2025-03-21T21:18:38.5823339Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_818, aten.mul.Tensor 2025-03-21T21:18:38.5824128Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_820, aten.mul.Tensor 2025-03-21T21:18:38.5824963Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_819, aten.mul.Tensor 2025-03-21T21:18:38.5825756Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_821, aten.mul.Tensor 2025-03-21T21:18:38.5826541Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_822, aten.mul.Tensor 2025-03-21T21:18:38.5827322Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_824, aten.mul.Tensor 2025-03-21T21:18:38.5828090Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_823, aten.mul.Tensor 2025-03-21T21:18:38.5828947Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_825, aten.mul.Tensor 2025-03-21T21:18:38.5829734Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_826, aten.mul.Tensor 2025-03-21T21:18:38.5830570Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_828, aten.mul.Tensor 2025-03-21T21:18:38.5831353Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_827, aten.mul.Tensor 2025-03-21T21:18:38.5832137Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_829, aten.mul.Tensor 2025-03-21T21:18:38.5832922Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_830, aten.mul.Tensor 2025-03-21T21:18:38.5833692Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_832, aten.mul.Tensor 2025-03-21T21:18:38.5834476Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_831, aten.mul.Tensor 2025-03-21T21:18:38.5835259Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_833, aten.mul.Tensor 2025-03-21T21:18:38.5836042Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_834, aten.mul.Tensor 2025-03-21T21:18:38.5836831Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_836, aten.mul.Tensor 2025-03-21T21:18:38.5837622Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_835, aten.mul.Tensor 2025-03-21T21:18:38.5838397Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_837, aten.mul.Tensor 2025-03-21T21:18:38.5839212Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_838, aten.mul.Tensor 2025-03-21T21:18:38.5839995Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_840, aten.mul.Tensor 2025-03-21T21:18:38.5840780Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_839, aten.mul.Tensor 2025-03-21T21:18:38.5841565Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_841, aten.mul.Tensor 2025-03-21T21:18:38.5842349Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_842, aten.mul.Tensor 2025-03-21T21:18:38.5843124Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_844, aten.mul.Tensor 2025-03-21T21:18:38.5843907Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_843, aten.mul.Tensor 2025-03-21T21:18:38.5844696Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_845, aten.mul.Tensor 2025-03-21T21:18:38.5845513Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_846, aten.mul.Tensor 2025-03-21T21:18:38.5846301Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_848, aten.mul.Tensor 2025-03-21T21:18:38.5847082Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_847, aten.mul.Tensor 2025-03-21T21:18:38.5847866Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_849, aten.mul.Tensor 2025-03-21T21:18:38.5848636Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_850, aten.mul.Tensor 2025-03-21T21:18:38.5849419Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_852, aten.mul.Tensor 2025-03-21T21:18:38.5850208Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_851, aten.mul.Tensor 2025-03-21T21:18:38.5851026Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_853, aten.mul.Tensor 2025-03-21T21:18:38.5851816Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_854, aten.mul.Tensor 2025-03-21T21:18:38.5852598Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_856, aten.mul.Tensor 2025-03-21T21:18:38.5853369Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_855, aten.mul.Tensor 2025-03-21T21:18:38.5854151Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_857, aten.mul.Tensor 2025-03-21T21:18:38.5854934Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_858, aten.mul.Tensor 2025-03-21T21:18:38.5855716Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_860, aten.mul.Tensor 2025-03-21T21:18:38.5856642Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_859, aten.mul.Tensor 2025-03-21T21:18:38.5857501Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_861, aten.mul.Tensor 2025-03-21T21:18:38.5858360Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_862, aten.mul.Tensor 2025-03-21T21:18:38.5859232Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_864, aten.mul.Tensor 2025-03-21T21:18:38.5860076Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_863, aten.mul.Tensor 2025-03-21T21:18:38.5860920Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_865, aten.mul.Tensor 2025-03-21T21:18:38.5861759Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_866, aten.mul.Tensor 2025-03-21T21:18:38.5862593Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_868, aten.mul.Tensor 2025-03-21T21:18:38.5863438Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_867, aten.mul.Tensor 2025-03-21T21:18:38.5864272Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_869, aten.mul.Tensor 2025-03-21T21:18:38.5865109Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_870, aten.mul.Tensor 2025-03-21T21:18:38.5866004Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_872, aten.mul.Tensor 2025-03-21T21:18:38.5866880Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_871, aten.mul.Tensor 2025-03-21T21:18:38.5867723Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_873, aten.mul.Tensor 2025-03-21T21:18:38.5868569Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_874, aten.mul.Tensor 2025-03-21T21:18:38.5869466Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_876, aten.mul.Tensor 2025-03-21T21:18:38.5870317Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_875, aten.mul.Tensor 2025-03-21T21:18:38.5871166Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_877, aten.mul.Tensor 2025-03-21T21:18:38.5872011Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_878, aten.mul.Tensor 2025-03-21T21:18:38.5872928Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_880, aten.mul.Tensor 2025-03-21T21:18:39.0300232Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_879, aten.mul.Tensor 2025-03-21T21:18:39.0301052Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_881, aten.mul.Tensor 2025-03-21T21:18:39.0301847Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_882, aten.mul.Tensor 2025-03-21T21:18:39.0302632Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_884, aten.mul.Tensor 2025-03-21T21:18:39.0303453Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_883, aten.mul.Tensor 2025-03-21T21:18:39.0304462Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_885, aten.mul.Tensor 2025-03-21T21:18:39.0305239Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_886, aten.mul.Tensor 2025-03-21T21:18:39.0306048Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_888, aten.mul.Tensor 2025-03-21T21:18:39.0306835Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_887, aten.mul.Tensor 2025-03-21T21:18:39.0307624Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_889, aten.mul.Tensor 2025-03-21T21:18:39.0308413Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_890, aten.mul.Tensor 2025-03-21T21:18:39.0309289Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_892, aten.mul.Tensor 2025-03-21T21:18:39.0310140Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_891, aten.mul.Tensor 2025-03-21T21:18:39.0310932Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_893, aten.mul.Tensor 2025-03-21T21:18:39.0311717Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_894, aten.mul.Tensor 2025-03-21T21:18:39.0312511Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_896, aten.mul.Tensor 2025-03-21T21:18:39.0313298Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_895, aten.mul.Tensor 2025-03-21T21:18:39.0314082Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_897, aten.mul.Tensor 2025-03-21T21:18:39.0314851Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_898, aten.mul.Tensor 2025-03-21T21:18:39.0315637Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_900, aten.mul.Tensor 2025-03-21T21:18:39.0316423Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_899, aten.mul.Tensor 2025-03-21T21:18:39.0317239Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_901, aten.mul.Tensor 2025-03-21T21:18:39.0318024Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_902, aten.mul.Tensor 2025-03-21T21:18:39.0318867Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_904, aten.mul.Tensor 2025-03-21T21:18:39.0319653Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_903, aten.mul.Tensor 2025-03-21T21:18:39.0320431Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_905, aten.mul.Tensor 2025-03-21T21:18:39.0321198Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_906, aten.mul.Tensor 2025-03-21T21:18:39.0321977Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_908, aten.mul.Tensor 2025-03-21T21:18:39.0322760Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_907, aten.mul.Tensor 2025-03-21T21:18:39.0323540Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_909, aten.mul.Tensor 2025-03-21T21:18:39.0324321Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_910, aten.mul.Tensor 2025-03-21T21:18:39.0325153Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_912, aten.mul.Tensor 2025-03-21T21:18:39.0325924Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_911, aten.mul.Tensor 2025-03-21T21:18:39.0326704Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_913, aten.mul.Tensor 2025-03-21T21:18:39.0327488Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_192, aten.sub.Tensor 2025-03-21T21:18:39.0328275Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_304, aten.add.Tensor 2025-03-21T21:18:39.0329058Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_193, aten.sub.Tensor 2025-03-21T21:18:39.0329844Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_305, aten.add.Tensor 2025-03-21T21:18:39.0330651Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_194, aten.sub.Tensor 2025-03-21T21:18:39.0331439Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_306, aten.add.Tensor 2025-03-21T21:18:39.0332227Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_195, aten.sub.Tensor 2025-03-21T21:18:39.0333013Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_307, aten.add.Tensor 2025-03-21T21:18:39.0333792Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_196, aten.sub.Tensor 2025-03-21T21:18:39.0334574Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_308, aten.add.Tensor 2025-03-21T21:18:39.0335359Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_197, aten.sub.Tensor 2025-03-21T21:18:39.0336187Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_309, aten.add.Tensor 2025-03-21T21:18:39.0336973Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_198, aten.sub.Tensor 2025-03-21T21:18:39.0337760Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_310, aten.add.Tensor 2025-03-21T21:18:39.0338545Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_199, aten.sub.Tensor 2025-03-21T21:18:39.0339331Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_311, aten.add.Tensor 2025-03-21T21:18:39.0340116Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_200, aten.sub.Tensor 2025-03-21T21:18:39.0340888Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_312, aten.add.Tensor 2025-03-21T21:18:39.0341672Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_201, aten.sub.Tensor 2025-03-21T21:18:39.0342456Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_313, aten.add.Tensor 2025-03-21T21:18:39.0343237Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_202, aten.sub.Tensor 2025-03-21T21:18:39.0344021Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_314, aten.add.Tensor 2025-03-21T21:18:39.0344838Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_203, aten.sub.Tensor 2025-03-21T21:18:39.0345604Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_315, aten.add.Tensor 2025-03-21T21:18:39.0346386Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_204, aten.sub.Tensor 2025-03-21T21:18:39.0347220Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_563, aten._to_copy.default 2025-03-21T21:18:39.0348050Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_316, aten.add.Tensor 2025-03-21T21:18:39.0348957Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_564, aten._to_copy.default 2025-03-21T21:18:39.0349796Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_205, aten.sub.Tensor 2025-03-21T21:18:39.0350632Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_565, aten._to_copy.default 2025-03-21T21:18:39.0351484Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_317, aten.add.Tensor 2025-03-21T21:18:39.0352316Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_566, aten._to_copy.default 2025-03-21T21:18:39.0353143Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_206, aten.sub.Tensor 2025-03-21T21:18:39.0353970Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_567, aten._to_copy.default 2025-03-21T21:18:39.0354798Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_318, aten.add.Tensor 2025-03-21T21:18:39.0355632Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_568, aten._to_copy.default 2025-03-21T21:18:39.0356470Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_207, aten.sub.Tensor 2025-03-21T21:18:39.0357299Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_569, aten._to_copy.default 2025-03-21T21:18:39.0358131Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_319, aten.add.Tensor 2025-03-21T21:18:39.0358958Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_570, aten._to_copy.default 2025-03-21T21:18:39.0359789Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_208, aten.sub.Tensor 2025-03-21T21:18:39.0360617Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_571, aten._to_copy.default 2025-03-21T21:18:39.0361442Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_320, aten.add.Tensor 2025-03-21T21:18:39.0362287Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_572, aten._to_copy.default 2025-03-21T21:18:39.0363121Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_209, aten.sub.Tensor 2025-03-21T21:18:39.0364066Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_573, aten._to_copy.default 2025-03-21T21:18:39.0364998Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_321, aten.add.Tensor 2025-03-21T21:18:39.0365895Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_574, aten._to_copy.default 2025-03-21T21:18:39.0366781Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_210, aten.sub.Tensor 2025-03-21T21:18:39.4351683Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_575, aten._to_copy.default 2025-03-21T21:18:39.4352574Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_322, aten.add.Tensor 2025-03-21T21:18:39.4353441Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_576, aten._to_copy.default 2025-03-21T21:18:39.4354291Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_211, aten.sub.Tensor 2025-03-21T21:18:39.4355138Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_577, aten._to_copy.default 2025-03-21T21:18:39.4356179Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_323, aten.add.Tensor 2025-03-21T21:18:39.4357004Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_578, aten._to_copy.default 2025-03-21T21:18:39.4357838Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_212, aten.sub.Tensor 2025-03-21T21:18:39.4358675Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_579, aten._to_copy.default 2025-03-21T21:18:39.4359507Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_324, aten.add.Tensor 2025-03-21T21:18:39.4360343Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_580, aten._to_copy.default 2025-03-21T21:18:39.4373885Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_213, aten.sub.Tensor 2025-03-21T21:18:39.4374908Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_581, aten._to_copy.default 2025-03-21T21:18:39.4375749Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_325, aten.add.Tensor 2025-03-21T21:18:39.4376790Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_582, aten._to_copy.default 2025-03-21T21:18:39.4377625Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_214, aten.sub.Tensor 2025-03-21T21:18:39.4378465Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_583, aten._to_copy.default 2025-03-21T21:18:39.4379300Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_326, aten.add.Tensor 2025-03-21T21:18:39.4380138Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_584, aten._to_copy.default 2025-03-21T21:18:39.4381038Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_215, aten.sub.Tensor 2025-03-21T21:18:39.4381863Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_585, aten._to_copy.default 2025-03-21T21:18:39.4382698Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_327, aten.add.Tensor 2025-03-21T21:18:39.4383531Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_586, aten._to_copy.default 2025-03-21T21:18:39.4384371Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_392, aten.cat.default 2025-03-21T21:18:39.4385175Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_393, aten.cat.default 2025-03-21T21:18:39.4386035Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_394, aten.cat.default 2025-03-21T21:18:39.4386828Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_395, aten.cat.default 2025-03-21T21:18:39.4387618Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_396, aten.cat.default 2025-03-21T21:18:39.4388427Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_397, aten.cat.default 2025-03-21T21:18:39.4389303Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_398, aten.cat.default 2025-03-21T21:18:39.4390104Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_399, aten.cat.default 2025-03-21T21:18:39.4390902Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_400, aten.cat.default 2025-03-21T21:18:39.4391701Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_401, aten.cat.default 2025-03-21T21:18:39.4392493Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_402, aten.cat.default 2025-03-21T21:18:39.4393303Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_403, aten.cat.default 2025-03-21T21:18:39.4394105Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_404, aten.cat.default 2025-03-21T21:18:39.4395002Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_587, aten._to_copy.default 2025-03-21T21:18:39.4395843Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_405, aten.cat.default 2025-03-21T21:18:39.4396682Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_588, aten._to_copy.default 2025-03-21T21:18:39.4397522Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_406, aten.cat.default 2025-03-21T21:18:39.4398391Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_589, aten._to_copy.default 2025-03-21T21:18:39.4399223Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_407, aten.cat.default 2025-03-21T21:18:39.4400032Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_408, aten.cat.default 2025-03-21T21:18:39.4400873Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_590, aten._to_copy.default 2025-03-21T21:18:39.4401794Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_409, aten.cat.default 2025-03-21T21:18:39.4402633Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_591, aten._to_copy.default 2025-03-21T21:18:39.4403479Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_410, aten.cat.default 2025-03-21T21:18:39.4404268Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_411, aten.cat.default 2025-03-21T21:18:39.4405107Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_592, aten._to_copy.default 2025-03-21T21:18:39.4405954Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_412, aten.cat.default 2025-03-21T21:18:39.4406847Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_593, aten._to_copy.default 2025-03-21T21:18:39.4407687Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_413, aten.cat.default 2025-03-21T21:18:39.4408529Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_594, aten._to_copy.default 2025-03-21T21:18:39.4409372Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_414, aten.cat.default 2025-03-21T21:18:39.4410196Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_595, aten._to_copy.default 2025-03-21T21:18:39.4411038Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_415, aten.cat.default 2025-03-21T21:18:39.4411878Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_596, aten._to_copy.default 2025-03-21T21:18:39.4412821Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_461, aten.permute_copy.default 2025-03-21T21:18:39.4413731Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_597, aten._to_copy.default 2025-03-21T21:18:39.4414644Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_462, aten.permute_copy.default 2025-03-21T21:18:39.4415693Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_598, aten._to_copy.default 2025-03-21T21:18:39.4416664Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_463, aten.permute_copy.default 2025-03-21T21:18:39.4417582Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_599, aten._to_copy.default 2025-03-21T21:18:39.4418491Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_464, aten.permute_copy.default 2025-03-21T21:18:39.4419438Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_465, aten.permute_copy.default 2025-03-21T21:18:39.4420347Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_600, aten._to_copy.default 2025-03-21T21:18:39.4421254Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_466, aten.permute_copy.default 2025-03-21T21:18:39.4422194Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_601, aten._to_copy.default 2025-03-21T21:18:39.4423099Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_467, aten.permute_copy.default 2025-03-21T21:18:39.4424037Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_468, aten.permute_copy.default 2025-03-21T21:18:39.4424945Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_602, aten._to_copy.default 2025-03-21T21:18:39.4425850Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_469, aten.permute_copy.default 2025-03-21T21:18:39.4426763Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_603, aten._to_copy.default 2025-03-21T21:18:39.4427667Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_470, aten.permute_copy.default 2025-03-21T21:18:39.4428593Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_604, aten._to_copy.default 2025-03-21T21:18:39.4429590Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_471, aten.permute_copy.default 2025-03-21T21:18:39.4430497Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_605, aten._to_copy.default 2025-03-21T21:18:39.4431405Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_472, aten.permute_copy.default 2025-03-21T21:18:39.9577413Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_606, aten._to_copy.default 2025-03-21T21:18:39.9578997Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_416, aten.cat.default 2025-03-21T21:18:39.9580696Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_418, aten.cat.default 2025-03-21T21:18:39.9582153Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_420, aten.cat.default 2025-03-21T21:18:39.9583576Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_422, aten.cat.default 2025-03-21T21:18:39.9585014Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_424, aten.cat.default 2025-03-21T21:18:39.9586451Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_426, aten.cat.default 2025-03-21T21:18:39.9587887Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_428, aten.cat.default 2025-03-21T21:18:39.9589390Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_430, aten.cat.default 2025-03-21T21:18:39.9590908Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_432, aten.cat.default 2025-03-21T21:18:39.9592351Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_434, aten.cat.default 2025-03-21T21:18:39.9593789Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_436, aten.cat.default 2025-03-21T21:18:39.9595225Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_438, aten.cat.default 2025-03-21T21:18:39.9596709Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_192, aten.matmul.default 2025-03-21T21:18:39.9598235Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_194, aten.matmul.default 2025-03-21T21:18:39.9599763Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_196, aten.matmul.default 2025-03-21T21:18:39.9601285Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_198, aten.matmul.default 2025-03-21T21:18:39.9602789Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_200, aten.matmul.default 2025-03-21T21:18:39.9604318Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_202, aten.matmul.default 2025-03-21T21:18:39.9605918Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_204, aten.matmul.default 2025-03-21T21:18:39.9607445Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_206, aten.matmul.default 2025-03-21T21:18:39.9608968Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_208, aten.matmul.default 2025-03-21T21:18:39.9610491Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_210, aten.matmul.default 2025-03-21T21:18:39.9612019Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_212, aten.matmul.default 2025-03-21T21:18:39.9613528Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_214, aten.matmul.default 2025-03-21T21:18:39.9614984Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_96, aten.div.Tensor 2025-03-21T21:18:39.9616380Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_97, aten.div.Tensor 2025-03-21T21:18:39.9617835Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_98, aten.div.Tensor 2025-03-21T21:18:39.9619228Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_99, aten.div.Tensor 2025-03-21T21:18:39.9620630Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_100, aten.div.Tensor 2025-03-21T21:18:39.9622014Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_101, aten.div.Tensor 2025-03-21T21:18:39.9623415Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_102, aten.div.Tensor 2025-03-21T21:18:39.9624819Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_103, aten.div.Tensor 2025-03-21T21:18:39.9626216Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_104, aten.div.Tensor 2025-03-21T21:18:39.9627652Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_105, aten.div.Tensor 2025-03-21T21:18:39.9629171Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_106, aten.div.Tensor 2025-03-21T21:18:39.9630578Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_107, aten.div.Tensor 2025-03-21T21:18:39.9631966Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_328, aten.add.Tensor 2025-03-21T21:18:39.9633366Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_329, aten.add.Tensor 2025-03-21T21:18:39.9634772Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_330, aten.add.Tensor 2025-03-21T21:18:39.9636180Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_331, aten.add.Tensor 2025-03-21T21:18:39.9637621Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_332, aten.add.Tensor 2025-03-21T21:18:39.9639029Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_333, aten.add.Tensor 2025-03-21T21:18:39.9640429Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_334, aten.add.Tensor 2025-03-21T21:18:39.9641820Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_335, aten.add.Tensor 2025-03-21T21:18:39.9643227Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_336, aten.add.Tensor 2025-03-21T21:18:39.9644638Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_337, aten.add.Tensor 2025-03-21T21:18:39.9646040Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_338, aten.add.Tensor 2025-03-21T21:18:39.9647440Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_339, aten.add.Tensor 2025-03-21T21:18:39.9648934Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_96, aten._softmax.default 2025-03-21T21:18:39.9650495Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_97, aten._softmax.default 2025-03-21T21:18:39.9652107Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_98, aten._softmax.default 2025-03-21T21:18:39.9653663Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_99, aten._softmax.default 2025-03-21T21:18:39.9655236Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_100, aten._softmax.default 2025-03-21T21:18:39.9656818Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_101, aten._softmax.default 2025-03-21T21:18:39.9658388Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_102, aten._softmax.default 2025-03-21T21:18:39.9659964Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_103, aten._softmax.default 2025-03-21T21:18:39.9661524Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_104, aten._softmax.default 2025-03-21T21:18:39.9663106Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_105, aten._softmax.default 2025-03-21T21:18:39.9664710Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_106, aten._softmax.default 2025-03-21T21:18:39.9666287Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_107, aten._softmax.default 2025-03-21T21:18:39.9667840Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_193, aten.matmul.default 2025-03-21T21:18:39.9669399Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_195, aten.matmul.default 2025-03-21T21:18:39.9670915Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_197, aten.matmul.default 2025-03-21T21:18:39.9672444Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_199, aten.matmul.default 2025-03-21T21:18:39.9674012Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_201, aten.matmul.default 2025-03-21T21:18:39.9675537Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_203, aten.matmul.default 2025-03-21T21:18:39.9677198Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_205, aten.matmul.default 2025-03-21T21:18:39.9678719Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_207, aten.matmul.default 2025-03-21T21:18:39.9680235Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_209, aten.matmul.default 2025-03-21T21:18:39.9681738Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_211, aten.matmul.default 2025-03-21T21:18:39.9683250Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_213, aten.matmul.default 2025-03-21T21:18:39.9684840Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_215, aten.matmul.default 2025-03-21T21:18:39.9686325Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_440, aten.cat.default 2025-03-21T21:18:39.9687859Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1013, aten.view_copy.default 2025-03-21T21:18:39.9689529Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1497, aten.permute_copy.default 2025-03-21T21:18:39.9691228Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_356, aten.convolution.default 2025-03-21T21:18:39.9692905Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1498, aten.permute_copy.default 2025-03-21T21:18:39.9694560Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1014, aten.view_copy.default 2025-03-21T21:18:39.9696074Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_340, aten.add.Tensor 2025-03-21T21:18:40.6368412Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_rms_norm_default_17, aten.rms_norm.default 2025-03-21T21:18:40.6370111Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1015, aten.view_copy.default 2025-03-21T21:18:40.6372047Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1499, aten.permute_copy.default 2025-03-21T21:18:40.6373749Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_357, aten.convolution.default 2025-03-21T21:18:40.6375435Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_358, aten.convolution.default 2025-03-21T21:18:40.6377181Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sigmoid_default_8, aten.sigmoid.default 2025-03-21T21:18:40.6378662Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_916, aten.mul.Tensor 2025-03-21T21:18:40.6380073Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_917, aten.mul.Tensor 2025-03-21T21:18:40.6381615Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_359, aten.convolution.default 2025-03-21T21:18:40.6383376Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1500, aten.permute_copy.default 2025-03-21T21:18:40.6385032Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1016, aten.view_copy.default 2025-03-21T21:18:40.6386567Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_341, aten.add.Tensor 2025-03-21T21:18:40.6388050Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_rms_norm_default_18, aten.rms_norm.default 2025-03-21T21:18:40.6389663Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1017, aten.view_copy.default 2025-03-21T21:18:40.6391322Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1501, aten.permute_copy.default 2025-03-21T21:18:40.6393449Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_607, aten._to_copy.default 2025-03-21T21:18:40.6395085Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_360, aten.convolution.default 2025-03-21T21:18:40.6396774Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1502, aten.permute_copy.default 2025-03-21T21:18:40.6398457Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_361, aten.convolution.default 2025-03-21T21:18:40.6400142Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1503, aten.permute_copy.default 2025-03-21T21:18:40.6401822Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_362, aten.convolution.default 2025-03-21T21:18:40.6403577Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1504, aten.permute_copy.default 2025-03-21T21:18:40.6405268Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_363, aten.convolution.default 2025-03-21T21:18:40.6406967Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1505, aten.permute_copy.default 2025-03-21T21:18:40.6408658Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_364, aten.convolution.default 2025-03-21T21:18:40.6410339Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1506, aten.permute_copy.default 2025-03-21T21:18:40.6412040Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_365, aten.convolution.default 2025-03-21T21:18:40.6413715Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1507, aten.permute_copy.default 2025-03-21T21:18:40.6415401Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_366, aten.convolution.default 2025-03-21T21:18:40.6417096Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1508, aten.permute_copy.default 2025-03-21T21:18:40.6418784Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_367, aten.convolution.default 2025-03-21T21:18:40.6420532Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1509, aten.permute_copy.default 2025-03-21T21:18:40.6422223Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_368, aten.convolution.default 2025-03-21T21:18:40.6423911Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1510, aten.permute_copy.default 2025-03-21T21:18:40.6425586Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_369, aten.convolution.default 2025-03-21T21:18:40.6427273Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1511, aten.permute_copy.default 2025-03-21T21:18:40.6429004Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_370, aten.convolution.default 2025-03-21T21:18:40.6430692Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1512, aten.permute_copy.default 2025-03-21T21:18:40.6432425Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_371, aten.convolution.default 2025-03-21T21:18:40.6434106Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1513, aten.permute_copy.default 2025-03-21T21:18:40.6435792Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_372, aten.convolution.default 2025-03-21T21:18:40.6437464Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1514, aten.permute_copy.default 2025-03-21T21:18:40.6439141Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_373, aten.convolution.default 2025-03-21T21:18:40.6440854Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1515, aten.permute_copy.default 2025-03-21T21:18:40.6442534Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_374, aten.convolution.default 2025-03-21T21:18:40.6444221Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1516, aten.permute_copy.default 2025-03-21T21:18:40.6445907Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_375, aten.convolution.default 2025-03-21T21:18:40.6447591Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1517, aten.permute_copy.default 2025-03-21T21:18:40.6449253Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_376, aten.convolution.default 2025-03-21T21:18:40.6450937Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1518, aten.permute_copy.default 2025-03-21T21:18:40.6452657Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_377, aten.convolution.default 2025-03-21T21:18:40.6454348Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1519, aten.permute_copy.default 2025-03-21T21:18:40.6456041Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_378, aten.convolution.default 2025-03-21T21:18:40.6457726Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1520, aten.permute_copy.default 2025-03-21T21:18:40.6459412Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_379, aten.convolution.default 2025-03-21T21:18:40.6461090Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1521, aten.permute_copy.default 2025-03-21T21:18:40.6462771Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_380, aten.convolution.default 2025-03-21T21:18:40.6464462Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1522, aten.permute_copy.default 2025-03-21T21:18:40.6466158Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_381, aten.convolution.default 2025-03-21T21:18:40.6467890Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1523, aten.permute_copy.default 2025-03-21T21:18:40.6469639Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_382, aten.convolution.default 2025-03-21T21:18:40.6471319Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1524, aten.permute_copy.default 2025-03-21T21:18:40.6473013Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_383, aten.convolution.default 2025-03-21T21:18:40.6474710Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1525, aten.permute_copy.default 2025-03-21T21:18:40.6476521Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_384, aten.convolution.default 2025-03-21T21:18:40.6478230Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1526, aten.permute_copy.default 2025-03-21T21:18:40.6479990Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_385, aten.convolution.default 2025-03-21T21:18:40.6481685Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1527, aten.permute_copy.default 2025-03-21T21:18:40.6483358Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_386, aten.convolution.default 2025-03-21T21:18:40.6485054Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1528, aten.permute_copy.default 2025-03-21T21:18:40.6486749Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_387, aten.convolution.default 2025-03-21T21:18:41.0145878Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1529, aten.permute_copy.default 2025-03-21T21:18:41.0147138Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_388, aten.convolution.default 2025-03-21T21:18:41.0148108Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1530, aten.permute_copy.default 2025-03-21T21:18:41.0149106Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_389, aten.convolution.default 2025-03-21T21:18:41.0150051Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1531, aten.permute_copy.default 2025-03-21T21:18:41.0150997Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_390, aten.convolution.default 2025-03-21T21:18:41.0151928Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1532, aten.permute_copy.default 2025-03-21T21:18:41.0152950Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_391, aten.convolution.default 2025-03-21T21:18:41.0153890Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1533, aten.permute_copy.default 2025-03-21T21:18:41.0154835Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_392, aten.convolution.default 2025-03-21T21:18:41.0155774Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1534, aten.permute_copy.default 2025-03-21T21:18:41.0156712Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_393, aten.convolution.default 2025-03-21T21:18:41.0157651Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1535, aten.permute_copy.default 2025-03-21T21:18:41.0158578Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_394, aten.convolution.default 2025-03-21T21:18:41.0159658Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1536, aten.permute_copy.default 2025-03-21T21:18:41.0160608Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_395, aten.convolution.default 2025-03-21T21:18:41.0161619Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1537, aten.permute_copy.default 2025-03-21T21:18:41.0162544Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_608, aten._to_copy.default 2025-03-21T21:18:41.0163517Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_609, aten._to_copy.default 2025-03-21T21:18:41.0164399Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_610, aten._to_copy.default 2025-03-21T21:18:41.0165261Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_611, aten._to_copy.default 2025-03-21T21:18:41.0166143Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_612, aten._to_copy.default 2025-03-21T21:18:41.0167020Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_613, aten._to_copy.default 2025-03-21T21:18:41.0167892Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_614, aten._to_copy.default 2025-03-21T21:18:41.0168826Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_615, aten._to_copy.default 2025-03-21T21:18:41.0169702Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_616, aten._to_copy.default 2025-03-21T21:18:41.0170561Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_617, aten._to_copy.default 2025-03-21T21:18:41.0171435Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_618, aten._to_copy.default 2025-03-21T21:18:41.0172312Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_619, aten._to_copy.default 2025-03-21T21:18:41.0173201Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1018, aten.view_copy.default 2025-03-21T21:18:41.0174130Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1019, aten.view_copy.default 2025-03-21T21:18:41.0175029Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1020, aten.view_copy.default 2025-03-21T21:18:41.0175930Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1021, aten.view_copy.default 2025-03-21T21:18:41.0176995Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1022, aten.view_copy.default 2025-03-21T21:18:41.0177892Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1023, aten.view_copy.default 2025-03-21T21:18:41.0178785Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1024, aten.view_copy.default 2025-03-21T21:18:41.0179728Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1025, aten.view_copy.default 2025-03-21T21:18:41.0180619Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1026, aten.view_copy.default 2025-03-21T21:18:41.0181515Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1027, aten.view_copy.default 2025-03-21T21:18:41.0182409Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1028, aten.view_copy.default 2025-03-21T21:18:41.0183288Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1029, aten.view_copy.default 2025-03-21T21:18:41.0184181Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1030, aten.view_copy.default 2025-03-21T21:18:41.0185076Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1031, aten.view_copy.default 2025-03-21T21:18:41.0185971Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1032, aten.view_copy.default 2025-03-21T21:18:41.0186861Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1033, aten.view_copy.default 2025-03-21T21:18:41.0187752Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1034, aten.view_copy.default 2025-03-21T21:18:41.0188694Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1035, aten.view_copy.default 2025-03-21T21:18:41.0189671Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1036, aten.view_copy.default 2025-03-21T21:18:41.0190563Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1037, aten.view_copy.default 2025-03-21T21:18:41.0191458Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1038, aten.view_copy.default 2025-03-21T21:18:41.0192350Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1039, aten.view_copy.default 2025-03-21T21:18:41.0193247Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1040, aten.view_copy.default 2025-03-21T21:18:41.0194147Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1041, aten.view_copy.default 2025-03-21T21:18:41.0195086Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1042, aten.view_copy.default 2025-03-21T21:18:41.0195959Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_620, aten._to_copy.default 2025-03-21T21:18:41.0196842Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1043, aten.view_copy.default 2025-03-21T21:18:41.0197724Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_621, aten._to_copy.default 2025-03-21T21:18:41.0198609Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1044, aten.view_copy.default 2025-03-21T21:18:41.0199504Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_622, aten._to_copy.default 2025-03-21T21:18:41.0200425Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1045, aten.view_copy.default 2025-03-21T21:18:41.0201303Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_623, aten._to_copy.default 2025-03-21T21:18:41.0202189Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1046, aten.view_copy.default 2025-03-21T21:18:41.0203074Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_624, aten._to_copy.default 2025-03-21T21:18:41.0203961Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1047, aten.view_copy.default 2025-03-21T21:18:41.0204846Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_625, aten._to_copy.default 2025-03-21T21:18:41.0205761Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1048, aten.view_copy.default 2025-03-21T21:18:41.0206651Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_626, aten._to_copy.default 2025-03-21T21:18:41.0207523Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1049, aten.view_copy.default 2025-03-21T21:18:41.0208410Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_627, aten._to_copy.default 2025-03-21T21:18:41.0209290Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1050, aten.view_copy.default 2025-03-21T21:18:41.0210173Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_628, aten._to_copy.default 2025-03-21T21:18:41.0211057Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1051, aten.view_copy.default 2025-03-21T21:18:41.0211937Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_629, aten._to_copy.default 2025-03-21T21:18:41.3815445Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1052, aten.view_copy.default 2025-03-21T21:18:41.3816450Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_630, aten._to_copy.default 2025-03-21T21:18:41.3817579Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1053, aten.view_copy.default 2025-03-21T21:18:41.3818481Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_631, aten._to_copy.default 2025-03-21T21:18:41.3819367Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_432, aten.slice_copy.Tensor 2025-03-21T21:18:41.3820251Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_433, aten.slice_copy.Tensor 2025-03-21T21:18:41.3821146Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_434, aten.slice_copy.Tensor 2025-03-21T21:18:41.3822044Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_435, aten.slice_copy.Tensor 2025-03-21T21:18:41.3822935Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_436, aten.slice_copy.Tensor 2025-03-21T21:18:41.3823828Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_437, aten.slice_copy.Tensor 2025-03-21T21:18:41.3824794Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_438, aten.slice_copy.Tensor 2025-03-21T21:18:41.3825693Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_439, aten.slice_copy.Tensor 2025-03-21T21:18:41.3826578Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_440, aten.slice_copy.Tensor 2025-03-21T21:18:41.3827474Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_441, aten.slice_copy.Tensor 2025-03-21T21:18:41.3828373Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_442, aten.slice_copy.Tensor 2025-03-21T21:18:41.3829347Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_443, aten.slice_copy.Tensor 2025-03-21T21:18:41.3830298Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_444, aten.slice_copy.Tensor 2025-03-21T21:18:41.3831204Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_445, aten.slice_copy.Tensor 2025-03-21T21:18:41.3832094Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_446, aten.slice_copy.Tensor 2025-03-21T21:18:41.3832972Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_447, aten.slice_copy.Tensor 2025-03-21T21:18:41.3833861Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_448, aten.slice_copy.Tensor 2025-03-21T21:18:41.3834759Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_449, aten.slice_copy.Tensor 2025-03-21T21:18:41.3835702Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_450, aten.slice_copy.Tensor 2025-03-21T21:18:41.3836595Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_451, aten.slice_copy.Tensor 2025-03-21T21:18:41.3837486Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_452, aten.slice_copy.Tensor 2025-03-21T21:18:41.3838379Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_453, aten.slice_copy.Tensor 2025-03-21T21:18:41.3839259Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_454, aten.slice_copy.Tensor 2025-03-21T21:18:41.3840149Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_455, aten.slice_copy.Tensor 2025-03-21T21:18:41.3841040Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_456, aten.slice_copy.Tensor 2025-03-21T21:18:41.3841935Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_457, aten.slice_copy.Tensor 2025-03-21T21:18:41.3842828Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_458, aten.slice_copy.Tensor 2025-03-21T21:18:41.3843718Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_459, aten.slice_copy.Tensor 2025-03-21T21:18:41.3844626Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_460, aten.slice_copy.Tensor 2025-03-21T21:18:41.3845516Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_461, aten.slice_copy.Tensor 2025-03-21T21:18:41.3846408Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_462, aten.slice_copy.Tensor 2025-03-21T21:18:41.3847299Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_463, aten.slice_copy.Tensor 2025-03-21T21:18:41.3848233Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_464, aten.slice_copy.Tensor 2025-03-21T21:18:41.3849133Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_465, aten.slice_copy.Tensor 2025-03-21T21:18:41.3850035Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_466, aten.slice_copy.Tensor 2025-03-21T21:18:41.3850955Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_467, aten.slice_copy.Tensor 2025-03-21T21:18:41.3851850Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_468, aten.slice_copy.Tensor 2025-03-21T21:18:41.3852748Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_469, aten.slice_copy.Tensor 2025-03-21T21:18:41.3853648Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_470, aten.slice_copy.Tensor 2025-03-21T21:18:41.3854546Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_471, aten.slice_copy.Tensor 2025-03-21T21:18:41.3855447Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_472, aten.slice_copy.Tensor 2025-03-21T21:18:41.3856372Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_473, aten.slice_copy.Tensor 2025-03-21T21:18:41.3857254Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_474, aten.slice_copy.Tensor 2025-03-21T21:18:41.3858149Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_475, aten.slice_copy.Tensor 2025-03-21T21:18:41.3859041Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_476, aten.slice_copy.Tensor 2025-03-21T21:18:41.3859936Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_477, aten.slice_copy.Tensor 2025-03-21T21:18:41.3860834Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_478, aten.slice_copy.Tensor 2025-03-21T21:18:41.3861764Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_479, aten.slice_copy.Tensor 2025-03-21T21:18:41.3862603Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_466, aten.cat.default 2025-03-21T21:18:41.3863407Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_468, aten.cat.default 2025-03-21T21:18:41.3864219Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_470, aten.cat.default 2025-03-21T21:18:41.3865058Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_472, aten.cat.default 2025-03-21T21:18:41.3866100Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_474, aten.cat.default 2025-03-21T21:18:41.3866965Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_476, aten.cat.default 2025-03-21T21:18:41.3867765Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_478, aten.cat.default 2025-03-21T21:18:41.3868557Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_480, aten.cat.default 2025-03-21T21:18:41.3869428Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_482, aten.cat.default 2025-03-21T21:18:41.3870236Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_484, aten.cat.default 2025-03-21T21:18:41.3871093Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_486, aten.cat.default 2025-03-21T21:18:41.3871893Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_488, aten.cat.default 2025-03-21T21:18:41.3872685Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_920, aten.mul.Tensor 2025-03-21T21:18:41.3873461Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_922, aten.mul.Tensor 2025-03-21T21:18:41.3874246Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_921, aten.mul.Tensor 2025-03-21T21:18:41.3875032Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_923, aten.mul.Tensor 2025-03-21T21:18:41.3875817Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_924, aten.mul.Tensor 2025-03-21T21:18:41.3876802Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_926, aten.mul.Tensor 2025-03-21T21:18:41.3877663Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_925, aten.mul.Tensor 2025-03-21T21:18:41.3878449Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_927, aten.mul.Tensor 2025-03-21T21:18:41.3879292Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_928, aten.mul.Tensor 2025-03-21T21:18:41.3880075Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_930, aten.mul.Tensor 2025-03-21T21:18:41.3880856Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_929, aten.mul.Tensor 2025-03-21T21:18:41.3881635Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_931, aten.mul.Tensor 2025-03-21T21:18:41.3882415Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_932, aten.mul.Tensor 2025-03-21T21:18:41.8250399Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_934, aten.mul.Tensor 2025-03-21T21:18:41.8251279Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_933, aten.mul.Tensor 2025-03-21T21:18:41.8252072Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_935, aten.mul.Tensor 2025-03-21T21:18:41.8252864Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_936, aten.mul.Tensor 2025-03-21T21:18:41.8253677Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_938, aten.mul.Tensor 2025-03-21T21:18:41.8254462Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_937, aten.mul.Tensor 2025-03-21T21:18:41.8255243Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_939, aten.mul.Tensor 2025-03-21T21:18:41.8256112Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_940, aten.mul.Tensor 2025-03-21T21:18:41.8256887Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_942, aten.mul.Tensor 2025-03-21T21:18:41.8257676Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_941, aten.mul.Tensor 2025-03-21T21:18:41.8258463Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_943, aten.mul.Tensor 2025-03-21T21:18:41.8259252Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_944, aten.mul.Tensor 2025-03-21T21:18:41.8260032Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_946, aten.mul.Tensor 2025-03-21T21:18:41.8260818Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_945, aten.mul.Tensor 2025-03-21T21:18:41.8261602Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_947, aten.mul.Tensor 2025-03-21T21:18:41.8262377Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_948, aten.mul.Tensor 2025-03-21T21:18:41.8263167Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_950, aten.mul.Tensor 2025-03-21T21:18:41.8263950Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_949, aten.mul.Tensor 2025-03-21T21:18:41.8264785Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_951, aten.mul.Tensor 2025-03-21T21:18:41.8265573Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_952, aten.mul.Tensor 2025-03-21T21:18:41.8266356Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_954, aten.mul.Tensor 2025-03-21T21:18:41.8267128Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_953, aten.mul.Tensor 2025-03-21T21:18:41.8267915Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_955, aten.mul.Tensor 2025-03-21T21:18:41.8268701Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_956, aten.mul.Tensor 2025-03-21T21:18:41.8269566Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_958, aten.mul.Tensor 2025-03-21T21:18:41.8270350Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_957, aten.mul.Tensor 2025-03-21T21:18:41.8271199Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_959, aten.mul.Tensor 2025-03-21T21:18:41.8271978Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_960, aten.mul.Tensor 2025-03-21T21:18:41.8272760Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_962, aten.mul.Tensor 2025-03-21T21:18:41.8273544Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_961, aten.mul.Tensor 2025-03-21T21:18:41.8274332Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_963, aten.mul.Tensor 2025-03-21T21:18:41.8275125Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_964, aten.mul.Tensor 2025-03-21T21:18:41.8275912Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_966, aten.mul.Tensor 2025-03-21T21:18:41.8276956Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_965, aten.mul.Tensor 2025-03-21T21:18:41.8277742Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_967, aten.mul.Tensor 2025-03-21T21:18:41.8278528Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_968, aten.mul.Tensor 2025-03-21T21:18:41.8279316Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_970, aten.mul.Tensor 2025-03-21T21:18:41.8280101Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_969, aten.mul.Tensor 2025-03-21T21:18:41.8280886Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_971, aten.mul.Tensor 2025-03-21T21:18:41.8281670Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_972, aten.mul.Tensor 2025-03-21T21:18:41.8282568Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_974, aten.mul.Tensor 2025-03-21T21:18:41.8283369Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_973, aten.mul.Tensor 2025-03-21T21:18:41.8284161Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_975, aten.mul.Tensor 2025-03-21T21:18:41.8284951Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_976, aten.mul.Tensor 2025-03-21T21:18:41.8285739Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_978, aten.mul.Tensor 2025-03-21T21:18:41.8286531Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_977, aten.mul.Tensor 2025-03-21T21:18:41.8287302Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_979, aten.mul.Tensor 2025-03-21T21:18:41.8288093Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_980, aten.mul.Tensor 2025-03-21T21:18:41.8288880Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_982, aten.mul.Tensor 2025-03-21T21:18:41.8289669Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_981, aten.mul.Tensor 2025-03-21T21:18:41.8290461Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_983, aten.mul.Tensor 2025-03-21T21:18:41.8291304Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_984, aten.mul.Tensor 2025-03-21T21:18:41.8292081Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_986, aten.mul.Tensor 2025-03-21T21:18:41.8292876Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_985, aten.mul.Tensor 2025-03-21T21:18:41.8293665Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_987, aten.mul.Tensor 2025-03-21T21:18:41.8294456Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_988, aten.mul.Tensor 2025-03-21T21:18:41.8295244Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_990, aten.mul.Tensor 2025-03-21T21:18:41.8296033Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_989, aten.mul.Tensor 2025-03-21T21:18:41.8296819Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_991, aten.mul.Tensor 2025-03-21T21:18:41.8297631Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_992, aten.mul.Tensor 2025-03-21T21:18:41.8298416Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_994, aten.mul.Tensor 2025-03-21T21:18:41.8299208Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_993, aten.mul.Tensor 2025-03-21T21:18:41.8299989Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_995, aten.mul.Tensor 2025-03-21T21:18:41.8300767Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_996, aten.mul.Tensor 2025-03-21T21:18:41.8301715Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_998, aten.mul.Tensor 2025-03-21T21:18:41.8302579Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_997, aten.mul.Tensor 2025-03-21T21:18:41.8303367Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_999, aten.mul.Tensor 2025-03-21T21:18:41.8304163Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1000, aten.mul.Tensor 2025-03-21T21:18:41.8304957Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1002, aten.mul.Tensor 2025-03-21T21:18:41.8305747Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1001, aten.mul.Tensor 2025-03-21T21:18:41.8306537Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1003, aten.mul.Tensor 2025-03-21T21:18:41.8307316Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1004, aten.mul.Tensor 2025-03-21T21:18:41.8308138Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1006, aten.mul.Tensor 2025-03-21T21:18:41.8308992Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1005, aten.mul.Tensor 2025-03-21T21:18:41.8309795Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1007, aten.mul.Tensor 2025-03-21T21:18:41.8310595Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1008, aten.mul.Tensor 2025-03-21T21:18:41.8311392Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1010, aten.mul.Tensor 2025-03-21T21:18:41.8312181Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1009, aten.mul.Tensor 2025-03-21T21:18:41.8312962Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1011, aten.mul.Tensor 2025-03-21T21:18:41.8313752Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1012, aten.mul.Tensor 2025-03-21T21:18:41.8314546Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1014, aten.mul.Tensor 2025-03-21T21:18:41.8315342Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1013, aten.mul.Tensor 2025-03-21T21:18:41.8316131Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1015, aten.mul.Tensor 2025-03-21T21:18:41.8316956Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_216, aten.sub.Tensor 2025-03-21T21:18:41.8317728Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_342, aten.add.Tensor 2025-03-21T21:18:42.2859256Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_217, aten.sub.Tensor 2025-03-21T21:18:42.2860141Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_343, aten.add.Tensor 2025-03-21T21:18:42.2860931Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_218, aten.sub.Tensor 2025-03-21T21:18:42.2861713Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_344, aten.add.Tensor 2025-03-21T21:18:42.2862546Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_219, aten.sub.Tensor 2025-03-21T21:18:42.2863335Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_345, aten.add.Tensor 2025-03-21T21:18:42.2864305Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_220, aten.sub.Tensor 2025-03-21T21:18:42.2865090Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_346, aten.add.Tensor 2025-03-21T21:18:42.2865862Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_221, aten.sub.Tensor 2025-03-21T21:18:42.2866644Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_347, aten.add.Tensor 2025-03-21T21:18:42.2867430Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_222, aten.sub.Tensor 2025-03-21T21:18:42.2868212Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_348, aten.add.Tensor 2025-03-21T21:18:42.2869066Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_223, aten.sub.Tensor 2025-03-21T21:18:42.2869917Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_349, aten.add.Tensor 2025-03-21T21:18:42.2870704Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_224, aten.sub.Tensor 2025-03-21T21:18:42.2871475Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_350, aten.add.Tensor 2025-03-21T21:18:42.2872258Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_225, aten.sub.Tensor 2025-03-21T21:18:42.2873042Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_351, aten.add.Tensor 2025-03-21T21:18:42.2873829Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_226, aten.sub.Tensor 2025-03-21T21:18:42.2874613Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_352, aten.add.Tensor 2025-03-21T21:18:42.2875449Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_227, aten.sub.Tensor 2025-03-21T21:18:42.2876392Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_353, aten.add.Tensor 2025-03-21T21:18:42.2877177Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_228, aten.sub.Tensor 2025-03-21T21:18:42.2878023Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_632, aten._to_copy.default 2025-03-21T21:18:42.2878858Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_354, aten.add.Tensor 2025-03-21T21:18:42.2879697Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_633, aten._to_copy.default 2025-03-21T21:18:42.2880532Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_229, aten.sub.Tensor 2025-03-21T21:18:42.2881350Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_634, aten._to_copy.default 2025-03-21T21:18:42.2882185Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_355, aten.add.Tensor 2025-03-21T21:18:42.2883019Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_635, aten._to_copy.default 2025-03-21T21:18:42.2883853Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_230, aten.sub.Tensor 2025-03-21T21:18:42.2884755Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_636, aten._to_copy.default 2025-03-21T21:18:42.2885588Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_356, aten.add.Tensor 2025-03-21T21:18:42.2886425Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_637, aten._to_copy.default 2025-03-21T21:18:42.2887244Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_231, aten.sub.Tensor 2025-03-21T21:18:42.2888086Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_638, aten._to_copy.default 2025-03-21T21:18:42.2888921Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_357, aten.add.Tensor 2025-03-21T21:18:42.2889751Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_639, aten._to_copy.default 2025-03-21T21:18:42.2890640Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_232, aten.sub.Tensor 2025-03-21T21:18:42.2891473Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_640, aten._to_copy.default 2025-03-21T21:18:42.2892293Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_358, aten.add.Tensor 2025-03-21T21:18:42.2893127Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_641, aten._to_copy.default 2025-03-21T21:18:42.2893961Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_233, aten.sub.Tensor 2025-03-21T21:18:42.2894793Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_642, aten._to_copy.default 2025-03-21T21:18:42.2895649Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_359, aten.add.Tensor 2025-03-21T21:18:42.2896501Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_643, aten._to_copy.default 2025-03-21T21:18:42.2897335Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_234, aten.sub.Tensor 2025-03-21T21:18:42.2898164Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_644, aten._to_copy.default 2025-03-21T21:18:42.2898997Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_360, aten.add.Tensor 2025-03-21T21:18:42.2899834Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_645, aten._to_copy.default 2025-03-21T21:18:42.2900669Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_235, aten.sub.Tensor 2025-03-21T21:18:42.2901528Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_646, aten._to_copy.default 2025-03-21T21:18:42.2902361Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_361, aten.add.Tensor 2025-03-21T21:18:42.2903200Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_647, aten._to_copy.default 2025-03-21T21:18:42.2904043Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_236, aten.sub.Tensor 2025-03-21T21:18:42.2904884Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_648, aten._to_copy.default 2025-03-21T21:18:42.2905719Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_362, aten.add.Tensor 2025-03-21T21:18:42.2906556Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_649, aten._to_copy.default 2025-03-21T21:18:42.2907369Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_237, aten.sub.Tensor 2025-03-21T21:18:42.2908213Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_650, aten._to_copy.default 2025-03-21T21:18:42.2909124Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_363, aten.add.Tensor 2025-03-21T21:18:42.2910014Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_651, aten._to_copy.default 2025-03-21T21:18:42.2911012Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_238, aten.sub.Tensor 2025-03-21T21:18:42.2911843Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_652, aten._to_copy.default 2025-03-21T21:18:42.2912660Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_364, aten.add.Tensor 2025-03-21T21:18:42.2913491Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_653, aten._to_copy.default 2025-03-21T21:18:42.2914318Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_239, aten.sub.Tensor 2025-03-21T21:18:42.2915154Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_654, aten._to_copy.default 2025-03-21T21:18:42.2915988Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_365, aten.add.Tensor 2025-03-21T21:18:42.2916816Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_655, aten._to_copy.default 2025-03-21T21:18:42.2917708Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_441, aten.cat.default 2025-03-21T21:18:42.2918501Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_442, aten.cat.default 2025-03-21T21:18:42.2919304Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_443, aten.cat.default 2025-03-21T21:18:42.2920102Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_444, aten.cat.default 2025-03-21T21:18:42.2920904Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_445, aten.cat.default 2025-03-21T21:18:42.2921703Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_446, aten.cat.default 2025-03-21T21:18:42.2922530Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_447, aten.cat.default 2025-03-21T21:18:42.2923315Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_448, aten.cat.default 2025-03-21T21:18:42.2924114Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_449, aten.cat.default 2025-03-21T21:18:42.2924914Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_450, aten.cat.default 2025-03-21T21:18:42.2925713Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_451, aten.cat.default 2025-03-21T21:18:42.2926510Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_452, aten.cat.default 2025-03-21T21:18:42.7575810Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_453, aten.cat.default 2025-03-21T21:18:42.7577133Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_656, aten._to_copy.default 2025-03-21T21:18:42.7578021Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_454, aten.cat.default 2025-03-21T21:18:42.7578862Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_657, aten._to_copy.default 2025-03-21T21:18:42.7579714Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_455, aten.cat.default 2025-03-21T21:18:42.7580556Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_658, aten._to_copy.default 2025-03-21T21:18:42.7581393Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_456, aten.cat.default 2025-03-21T21:18:42.7582226Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_659, aten._to_copy.default 2025-03-21T21:18:42.7583052Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_457, aten.cat.default 2025-03-21T21:18:42.7583888Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_660, aten._to_copy.default 2025-03-21T21:18:42.7584722Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_458, aten.cat.default 2025-03-21T21:18:42.7585642Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_661, aten._to_copy.default 2025-03-21T21:18:42.7586479Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_459, aten.cat.default 2025-03-21T21:18:42.7587321Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_662, aten._to_copy.default 2025-03-21T21:18:42.7588162Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_460, aten.cat.default 2025-03-21T21:18:42.7589050Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_663, aten._to_copy.default 2025-03-21T21:18:42.7589895Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_461, aten.cat.default 2025-03-21T21:18:42.7590741Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_664, aten._to_copy.default 2025-03-21T21:18:42.7591588Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_462, aten.cat.default 2025-03-21T21:18:42.7592491Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_665, aten._to_copy.default 2025-03-21T21:18:42.7593326Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_463, aten.cat.default 2025-03-21T21:18:42.7594129Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_464, aten.cat.default 2025-03-21T21:18:42.7594955Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_666, aten._to_copy.default 2025-03-21T21:18:42.7595872Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_514, aten.permute_copy.default 2025-03-21T21:18:42.7596792Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_667, aten._to_copy.default 2025-03-21T21:18:42.7597749Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_515, aten.permute_copy.default 2025-03-21T21:18:42.7598658Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_668, aten._to_copy.default 2025-03-21T21:18:42.7599569Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_516, aten.permute_copy.default 2025-03-21T21:18:42.7600465Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_669, aten._to_copy.default 2025-03-21T21:18:42.7601369Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_517, aten.permute_copy.default 2025-03-21T21:18:42.7602279Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_670, aten._to_copy.default 2025-03-21T21:18:42.7603186Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_518, aten.permute_copy.default 2025-03-21T21:18:42.7604137Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_671, aten._to_copy.default 2025-03-21T21:18:42.7605044Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_519, aten.permute_copy.default 2025-03-21T21:18:42.7605950Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_672, aten._to_copy.default 2025-03-21T21:18:42.7606843Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_520, aten.permute_copy.default 2025-03-21T21:18:42.7607745Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_673, aten._to_copy.default 2025-03-21T21:18:42.7608650Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_521, aten.permute_copy.default 2025-03-21T21:18:42.7609561Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_674, aten._to_copy.default 2025-03-21T21:18:42.7610466Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_522, aten.permute_copy.default 2025-03-21T21:18:42.7611371Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_675, aten._to_copy.default 2025-03-21T21:18:42.7612301Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_523, aten.permute_copy.default 2025-03-21T21:18:42.7613195Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_676, aten._to_copy.default 2025-03-21T21:18:42.7614102Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_524, aten.permute_copy.default 2025-03-21T21:18:42.7615035Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_525, aten.permute_copy.default 2025-03-21T21:18:42.7615939Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_677, aten._to_copy.default 2025-03-21T21:18:42.7616778Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_465, aten.cat.default 2025-03-21T21:18:42.7617588Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_467, aten.cat.default 2025-03-21T21:18:42.7618387Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_469, aten.cat.default 2025-03-21T21:18:42.7619203Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_471, aten.cat.default 2025-03-21T21:18:42.7620003Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_473, aten.cat.default 2025-03-21T21:18:42.7620802Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_475, aten.cat.default 2025-03-21T21:18:42.7621602Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_477, aten.cat.default 2025-03-21T21:18:42.7622399Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_479, aten.cat.default 2025-03-21T21:18:42.7623202Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_481, aten.cat.default 2025-03-21T21:18:42.7624016Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_483, aten.cat.default 2025-03-21T21:18:42.7624815Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_485, aten.cat.default 2025-03-21T21:18:42.7625618Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_487, aten.cat.default 2025-03-21T21:18:42.7626447Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_216, aten.matmul.default 2025-03-21T21:18:42.7627298Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_218, aten.matmul.default 2025-03-21T21:18:42.7628147Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_220, aten.matmul.default 2025-03-21T21:18:42.7629076Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_222, aten.matmul.default 2025-03-21T21:18:42.7629949Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_224, aten.matmul.default 2025-03-21T21:18:42.7630804Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_226, aten.matmul.default 2025-03-21T21:18:42.7631660Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_228, aten.matmul.default 2025-03-21T21:18:42.7632514Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_230, aten.matmul.default 2025-03-21T21:18:42.7633364Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_232, aten.matmul.default 2025-03-21T21:18:42.7634214Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_234, aten.matmul.default 2025-03-21T21:18:42.7635047Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_236, aten.matmul.default 2025-03-21T21:18:42.7635897Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_238, aten.matmul.default 2025-03-21T21:18:42.7636715Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_108, aten.div.Tensor 2025-03-21T21:18:42.7637501Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_109, aten.div.Tensor 2025-03-21T21:18:42.7638330Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_110, aten.div.Tensor 2025-03-21T21:18:42.7639118Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_111, aten.div.Tensor 2025-03-21T21:18:42.7639898Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_112, aten.div.Tensor 2025-03-21T21:18:42.7640672Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_113, aten.div.Tensor 2025-03-21T21:18:42.7641448Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_114, aten.div.Tensor 2025-03-21T21:18:42.7642236Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_115, aten.div.Tensor 2025-03-21T21:18:43.3194139Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_116, aten.div.Tensor 2025-03-21T21:18:43.3195608Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_117, aten.div.Tensor 2025-03-21T21:18:43.3197241Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_118, aten.div.Tensor 2025-03-21T21:18:43.3198668Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_119, aten.div.Tensor 2025-03-21T21:18:43.3200057Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_366, aten.add.Tensor 2025-03-21T21:18:43.3201453Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_367, aten.add.Tensor 2025-03-21T21:18:43.3202840Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_368, aten.add.Tensor 2025-03-21T21:18:43.3204237Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_369, aten.add.Tensor 2025-03-21T21:18:43.3205635Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_370, aten.add.Tensor 2025-03-21T21:18:43.3207097Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_371, aten.add.Tensor 2025-03-21T21:18:43.3208488Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_372, aten.add.Tensor 2025-03-21T21:18:43.3209883Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_373, aten.add.Tensor 2025-03-21T21:18:43.3211267Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_374, aten.add.Tensor 2025-03-21T21:18:43.3212656Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_375, aten.add.Tensor 2025-03-21T21:18:43.3214053Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_376, aten.add.Tensor 2025-03-21T21:18:43.3215440Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_377, aten.add.Tensor 2025-03-21T21:18:43.3216996Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_108, aten._softmax.default 2025-03-21T21:18:43.3218564Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_109, aten._softmax.default 2025-03-21T21:18:43.3220130Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_110, aten._softmax.default 2025-03-21T21:18:43.3221704Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_111, aten._softmax.default 2025-03-21T21:18:43.3223271Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_112, aten._softmax.default 2025-03-21T21:18:43.3224825Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_113, aten._softmax.default 2025-03-21T21:18:43.3226391Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_114, aten._softmax.default 2025-03-21T21:18:43.3227951Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_115, aten._softmax.default 2025-03-21T21:18:43.3229584Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_116, aten._softmax.default 2025-03-21T21:18:43.3231146Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_117, aten._softmax.default 2025-03-21T21:18:43.3232812Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_118, aten._softmax.default 2025-03-21T21:18:43.3234375Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_119, aten._softmax.default 2025-03-21T21:18:43.3235901Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_217, aten.matmul.default 2025-03-21T21:18:43.3237423Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_219, aten.matmul.default 2025-03-21T21:18:43.3238941Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_221, aten.matmul.default 2025-03-21T21:18:43.3240451Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_223, aten.matmul.default 2025-03-21T21:18:43.3241971Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_225, aten.matmul.default 2025-03-21T21:18:43.3243484Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_227, aten.matmul.default 2025-03-21T21:18:43.3245019Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_229, aten.matmul.default 2025-03-21T21:18:43.3246528Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_231, aten.matmul.default 2025-03-21T21:18:43.3248034Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_233, aten.matmul.default 2025-03-21T21:18:43.3249544Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_235, aten.matmul.default 2025-03-21T21:18:43.3251051Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_237, aten.matmul.default 2025-03-21T21:18:43.3252560Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_239, aten.matmul.default 2025-03-21T21:18:43.3254064Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_489, aten.cat.default 2025-03-21T21:18:43.3255576Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1126, aten.view_copy.default 2025-03-21T21:18:43.3257226Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1538, aten.permute_copy.default 2025-03-21T21:18:43.3258908Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_396, aten.convolution.default 2025-03-21T21:18:43.3260589Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1539, aten.permute_copy.default 2025-03-21T21:18:43.3262238Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1127, aten.view_copy.default 2025-03-21T21:18:43.3263769Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_378, aten.add.Tensor 2025-03-21T21:18:43.3265251Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_rms_norm_default_19, aten.rms_norm.default 2025-03-21T21:18:43.3266815Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1128, aten.view_copy.default 2025-03-21T21:18:43.3268470Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1540, aten.permute_copy.default 2025-03-21T21:18:43.3270228Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_397, aten.convolution.default 2025-03-21T21:18:43.3271896Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_398, aten.convolution.default 2025-03-21T21:18:43.3273498Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sigmoid_default_9, aten.sigmoid.default 2025-03-21T21:18:43.3274967Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1018, aten.mul.Tensor 2025-03-21T21:18:43.3276546Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1019, aten.mul.Tensor 2025-03-21T21:18:43.3278109Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_399, aten.convolution.default 2025-03-21T21:18:43.3279899Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1541, aten.permute_copy.default 2025-03-21T21:18:43.3281538Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1129, aten.view_copy.default 2025-03-21T21:18:43.3283042Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_379, aten.add.Tensor 2025-03-21T21:18:43.3284519Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_rms_norm_default_20, aten.rms_norm.default 2025-03-21T21:18:43.3286110Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1130, aten.view_copy.default 2025-03-21T21:18:43.3287766Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1542, aten.permute_copy.default 2025-03-21T21:18:43.3289396Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_678, aten._to_copy.default 2025-03-21T21:18:43.3291017Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_400, aten.convolution.default 2025-03-21T21:18:43.3292741Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1543, aten.permute_copy.default 2025-03-21T21:18:43.3294423Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_401, aten.convolution.default 2025-03-21T21:18:43.3296114Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1544, aten.permute_copy.default 2025-03-21T21:18:43.3297791Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_402, aten.convolution.default 2025-03-21T21:18:43.3299483Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1545, aten.permute_copy.default 2025-03-21T21:18:43.3301218Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_403, aten.convolution.default 2025-03-21T21:18:43.3302907Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1546, aten.permute_copy.default 2025-03-21T21:18:43.3304587Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_404, aten.convolution.default 2025-03-21T21:18:43.3306273Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1547, aten.permute_copy.default 2025-03-21T21:18:43.3307962Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_405, aten.convolution.default 2025-03-21T21:18:43.3309660Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1548, aten.permute_copy.default 2025-03-21T21:18:43.3311355Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_406, aten.convolution.default 2025-03-21T21:18:43.9379107Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1549, aten.permute_copy.default 2025-03-21T21:18:43.9380884Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_407, aten.convolution.default 2025-03-21T21:18:43.9382650Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1550, aten.permute_copy.default 2025-03-21T21:18:43.9384380Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_408, aten.convolution.default 2025-03-21T21:18:43.9386166Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1551, aten.permute_copy.default 2025-03-21T21:18:43.9387884Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_409, aten.convolution.default 2025-03-21T21:18:43.9389677Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1552, aten.permute_copy.default 2025-03-21T21:18:43.9391424Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_410, aten.convolution.default 2025-03-21T21:18:43.9393127Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1553, aten.permute_copy.default 2025-03-21T21:18:43.9395218Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_411, aten.convolution.default 2025-03-21T21:18:43.9396974Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1554, aten.permute_copy.default 2025-03-21T21:18:43.9398626Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_412, aten.convolution.default 2025-03-21T21:18:43.9400416Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1555, aten.permute_copy.default 2025-03-21T21:18:43.9402173Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_413, aten.convolution.default 2025-03-21T21:18:43.9403921Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1556, aten.permute_copy.default 2025-03-21T21:18:43.9405660Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_414, aten.convolution.default 2025-03-21T21:18:43.9407544Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1557, aten.permute_copy.default 2025-03-21T21:18:43.9409283Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_415, aten.convolution.default 2025-03-21T21:18:43.9411012Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1558, aten.permute_copy.default 2025-03-21T21:18:43.9412758Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_416, aten.convolution.default 2025-03-21T21:18:43.9414475Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1559, aten.permute_copy.default 2025-03-21T21:18:43.9416327Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_417, aten.convolution.default 2025-03-21T21:18:43.9418763Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1560, aten.permute_copy.default 2025-03-21T21:18:43.9420537Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_418, aten.convolution.default 2025-03-21T21:18:43.9422075Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1561, aten.permute_copy.default 2025-03-21T21:18:43.9423848Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_419, aten.convolution.default 2025-03-21T21:18:43.9425622Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1562, aten.permute_copy.default 2025-03-21T21:18:43.9427330Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_420, aten.convolution.default 2025-03-21T21:18:43.9429303Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1563, aten.permute_copy.default 2025-03-21T21:18:43.9431047Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_421, aten.convolution.default 2025-03-21T21:18:43.9432799Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1564, aten.permute_copy.default 2025-03-21T21:18:43.9434520Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_422, aten.convolution.default 2025-03-21T21:18:43.9436253Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1565, aten.permute_copy.default 2025-03-21T21:18:43.9437987Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_423, aten.convolution.default 2025-03-21T21:18:43.9439663Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1566, aten.permute_copy.default 2025-03-21T21:18:43.9441440Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_424, aten.convolution.default 2025-03-21T21:18:43.9443186Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1567, aten.permute_copy.default 2025-03-21T21:18:43.9444964Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_425, aten.convolution.default 2025-03-21T21:18:43.9446751Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1568, aten.permute_copy.default 2025-03-21T21:18:43.9448521Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_426, aten.convolution.default 2025-03-21T21:18:43.9450271Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1569, aten.permute_copy.default 2025-03-21T21:18:43.9451993Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_427, aten.convolution.default 2025-03-21T21:18:43.9453742Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1570, aten.permute_copy.default 2025-03-21T21:18:43.9455489Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_428, aten.convolution.default 2025-03-21T21:18:43.9457298Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1571, aten.permute_copy.default 2025-03-21T21:18:43.9459032Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_429, aten.convolution.default 2025-03-21T21:18:43.9460764Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1572, aten.permute_copy.default 2025-03-21T21:18:43.9462440Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_430, aten.convolution.default 2025-03-21T21:18:43.9464200Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1573, aten.permute_copy.default 2025-03-21T21:18:43.9465954Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_431, aten.convolution.default 2025-03-21T21:18:43.9467728Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1574, aten.permute_copy.default 2025-03-21T21:18:43.9469457Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_432, aten.convolution.default 2025-03-21T21:18:43.9471246Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1575, aten.permute_copy.default 2025-03-21T21:18:43.9472989Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_433, aten.convolution.default 2025-03-21T21:18:43.9474702Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1576, aten.permute_copy.default 2025-03-21T21:18:43.9476606Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_434, aten.convolution.default 2025-03-21T21:18:43.9478485Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1577, aten.permute_copy.default 2025-03-21T21:18:43.9480224Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_435, aten.convolution.default 2025-03-21T21:18:43.9481948Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1578, aten.permute_copy.default 2025-03-21T21:18:43.9483631Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_679, aten._to_copy.default 2025-03-21T21:18:43.9485249Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_680, aten._to_copy.default 2025-03-21T21:18:43.9486807Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_681, aten._to_copy.default 2025-03-21T21:18:43.9488425Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_682, aten._to_copy.default 2025-03-21T21:18:43.9490041Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_683, aten._to_copy.default 2025-03-21T21:18:43.9491664Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_684, aten._to_copy.default 2025-03-21T21:18:43.9493234Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_685, aten._to_copy.default 2025-03-21T21:18:43.9494989Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_686, aten._to_copy.default 2025-03-21T21:18:43.9511745Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_687, aten._to_copy.default 2025-03-21T21:18:43.9513563Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_688, aten._to_copy.default 2025-03-21T21:18:43.9515079Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_689, aten._to_copy.default 2025-03-21T21:18:43.9516609Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_690, aten._to_copy.default 2025-03-21T21:18:44.2079353Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1131, aten.view_copy.default 2025-03-21T21:18:44.2080309Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1132, aten.view_copy.default 2025-03-21T21:18:44.2081393Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1133, aten.view_copy.default 2025-03-21T21:18:44.2082298Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1134, aten.view_copy.default 2025-03-21T21:18:44.2083186Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1135, aten.view_copy.default 2025-03-21T21:18:44.2084096Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1136, aten.view_copy.default 2025-03-21T21:18:44.2084999Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1137, aten.view_copy.default 2025-03-21T21:18:44.2085904Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1138, aten.view_copy.default 2025-03-21T21:18:44.2086856Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1139, aten.view_copy.default 2025-03-21T21:18:44.2087756Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1140, aten.view_copy.default 2025-03-21T21:18:44.2088660Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1141, aten.view_copy.default 2025-03-21T21:18:44.2089540Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1142, aten.view_copy.default 2025-03-21T21:18:44.2090431Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1143, aten.view_copy.default 2025-03-21T21:18:44.2091328Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1144, aten.view_copy.default 2025-03-21T21:18:44.2092221Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1145, aten.view_copy.default 2025-03-21T21:18:44.2093199Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1146, aten.view_copy.default 2025-03-21T21:18:44.2094097Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1147, aten.view_copy.default 2025-03-21T21:18:44.2095003Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1148, aten.view_copy.default 2025-03-21T21:18:44.2095885Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1149, aten.view_copy.default 2025-03-21T21:18:44.2096783Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1150, aten.view_copy.default 2025-03-21T21:18:44.2097685Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1151, aten.view_copy.default 2025-03-21T21:18:44.2098580Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1152, aten.view_copy.default 2025-03-21T21:18:44.2099474Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1153, aten.view_copy.default 2025-03-21T21:18:44.2100373Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1154, aten.view_copy.default 2025-03-21T21:18:44.2101304Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1155, aten.view_copy.default 2025-03-21T21:18:44.2102198Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_691, aten._to_copy.default 2025-03-21T21:18:44.2103079Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1156, aten.view_copy.default 2025-03-21T21:18:44.2103964Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_692, aten._to_copy.default 2025-03-21T21:18:44.2104847Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1157, aten.view_copy.default 2025-03-21T21:18:44.2105734Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_693, aten._to_copy.default 2025-03-21T21:18:44.2106619Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1158, aten.view_copy.default 2025-03-21T21:18:44.2107489Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_694, aten._to_copy.default 2025-03-21T21:18:44.2108994Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1159, aten.view_copy.default 2025-03-21T21:18:44.2110025Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_695, aten._to_copy.default 2025-03-21T21:18:44.2111194Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1160, aten.view_copy.default 2025-03-21T21:18:44.2112169Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_696, aten._to_copy.default 2025-03-21T21:18:44.2113057Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1161, aten.view_copy.default 2025-03-21T21:18:44.2113967Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_697, aten._to_copy.default 2025-03-21T21:18:44.2114907Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1162, aten.view_copy.default 2025-03-21T21:18:44.2115786Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_698, aten._to_copy.default 2025-03-21T21:18:44.2116820Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1163, aten.view_copy.default 2025-03-21T21:18:44.2117843Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_699, aten._to_copy.default 2025-03-21T21:18:44.2118727Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1164, aten.view_copy.default 2025-03-21T21:18:44.2119616Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_700, aten._to_copy.default 2025-03-21T21:18:44.2120547Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1165, aten.view_copy.default 2025-03-21T21:18:44.2121436Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_701, aten._to_copy.default 2025-03-21T21:18:44.2122312Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1166, aten.view_copy.default 2025-03-21T21:18:44.2123201Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_702, aten._to_copy.default 2025-03-21T21:18:44.2124088Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_480, aten.slice_copy.Tensor 2025-03-21T21:18:44.2124981Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_481, aten.slice_copy.Tensor 2025-03-21T21:18:44.2125876Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_482, aten.slice_copy.Tensor 2025-03-21T21:18:44.2126762Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_483, aten.slice_copy.Tensor 2025-03-21T21:18:44.2127657Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_484, aten.slice_copy.Tensor 2025-03-21T21:18:44.2128540Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_485, aten.slice_copy.Tensor 2025-03-21T21:18:44.2129465Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_486, aten.slice_copy.Tensor 2025-03-21T21:18:44.2130357Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_487, aten.slice_copy.Tensor 2025-03-21T21:18:44.2131250Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_488, aten.slice_copy.Tensor 2025-03-21T21:18:44.2132145Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_489, aten.slice_copy.Tensor 2025-03-21T21:18:44.2133039Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_490, aten.slice_copy.Tensor 2025-03-21T21:18:44.2133919Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_491, aten.slice_copy.Tensor 2025-03-21T21:18:44.2134813Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_492, aten.slice_copy.Tensor 2025-03-21T21:18:44.2135736Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_493, aten.slice_copy.Tensor 2025-03-21T21:18:44.2136627Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_494, aten.slice_copy.Tensor 2025-03-21T21:18:44.2137513Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_495, aten.slice_copy.Tensor 2025-03-21T21:18:44.2138401Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_496, aten.slice_copy.Tensor 2025-03-21T21:18:44.2139293Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_497, aten.slice_copy.Tensor 2025-03-21T21:18:44.2140173Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_498, aten.slice_copy.Tensor 2025-03-21T21:18:44.2141090Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_499, aten.slice_copy.Tensor 2025-03-21T21:18:44.2141984Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_500, aten.slice_copy.Tensor 2025-03-21T21:18:44.2142881Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_501, aten.slice_copy.Tensor 2025-03-21T21:18:44.2143774Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_502, aten.slice_copy.Tensor 2025-03-21T21:18:44.2144665Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_503, aten.slice_copy.Tensor 2025-03-21T21:18:44.2145554Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_504, aten.slice_copy.Tensor 2025-03-21T21:18:44.2146434Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_505, aten.slice_copy.Tensor 2025-03-21T21:18:44.6317374Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_506, aten.slice_copy.Tensor 2025-03-21T21:18:44.6318345Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_507, aten.slice_copy.Tensor 2025-03-21T21:18:44.6319259Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_508, aten.slice_copy.Tensor 2025-03-21T21:18:44.6320151Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_509, aten.slice_copy.Tensor 2025-03-21T21:18:44.6321043Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_510, aten.slice_copy.Tensor 2025-03-21T21:18:44.6321934Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_511, aten.slice_copy.Tensor 2025-03-21T21:18:44.6322821Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_512, aten.slice_copy.Tensor 2025-03-21T21:18:44.6323705Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_513, aten.slice_copy.Tensor 2025-03-21T21:18:44.6324630Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_514, aten.slice_copy.Tensor 2025-03-21T21:18:44.6325740Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_515, aten.slice_copy.Tensor 2025-03-21T21:18:44.6326637Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_516, aten.slice_copy.Tensor 2025-03-21T21:18:44.6327527Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_517, aten.slice_copy.Tensor 2025-03-21T21:18:44.6328416Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_518, aten.slice_copy.Tensor 2025-03-21T21:18:44.6329306Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_519, aten.slice_copy.Tensor 2025-03-21T21:18:44.6330201Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_520, aten.slice_copy.Tensor 2025-03-21T21:18:44.6331082Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_521, aten.slice_copy.Tensor 2025-03-21T21:18:44.6331973Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_522, aten.slice_copy.Tensor 2025-03-21T21:18:44.6332930Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_523, aten.slice_copy.Tensor 2025-03-21T21:18:44.6333826Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_524, aten.slice_copy.Tensor 2025-03-21T21:18:44.6334722Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_525, aten.slice_copy.Tensor 2025-03-21T21:18:44.6335614Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_526, aten.slice_copy.Tensor 2025-03-21T21:18:44.6336510Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_527, aten.slice_copy.Tensor 2025-03-21T21:18:44.6337351Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_515, aten.cat.default 2025-03-21T21:18:44.6338207Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_517, aten.cat.default 2025-03-21T21:18:44.6339013Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_519, aten.cat.default 2025-03-21T21:18:44.6339812Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_521, aten.cat.default 2025-03-21T21:18:44.6340612Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_523, aten.cat.default 2025-03-21T21:18:44.6341416Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_525, aten.cat.default 2025-03-21T21:18:44.6342222Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_527, aten.cat.default 2025-03-21T21:18:44.6343007Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_529, aten.cat.default 2025-03-21T21:18:44.6343875Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_531, aten.cat.default 2025-03-21T21:18:44.6344680Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_533, aten.cat.default 2025-03-21T21:18:44.6345484Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_535, aten.cat.default 2025-03-21T21:18:44.6346288Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_537, aten.cat.default 2025-03-21T21:18:44.6347090Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1022, aten.mul.Tensor 2025-03-21T21:18:44.6347874Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1024, aten.mul.Tensor 2025-03-21T21:18:44.6348662Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1023, aten.mul.Tensor 2025-03-21T21:18:44.6349529Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1025, aten.mul.Tensor 2025-03-21T21:18:44.6350323Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1026, aten.mul.Tensor 2025-03-21T21:18:44.6351112Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1028, aten.mul.Tensor 2025-03-21T21:18:44.6351905Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1027, aten.mul.Tensor 2025-03-21T21:18:44.6352715Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1029, aten.mul.Tensor 2025-03-21T21:18:44.6353502Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1030, aten.mul.Tensor 2025-03-21T21:18:44.6354288Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1032, aten.mul.Tensor 2025-03-21T21:18:44.6355073Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1031, aten.mul.Tensor 2025-03-21T21:18:44.6355857Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1033, aten.mul.Tensor 2025-03-21T21:18:44.6356647Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1034, aten.mul.Tensor 2025-03-21T21:18:44.6357440Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1036, aten.mul.Tensor 2025-03-21T21:18:44.6358213Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1035, aten.mul.Tensor 2025-03-21T21:18:44.6359031Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1037, aten.mul.Tensor 2025-03-21T21:18:44.6359811Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1038, aten.mul.Tensor 2025-03-21T21:18:44.6360599Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1040, aten.mul.Tensor 2025-03-21T21:18:44.6361384Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1039, aten.mul.Tensor 2025-03-21T21:18:44.6362178Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1041, aten.mul.Tensor 2025-03-21T21:18:44.6362957Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1042, aten.mul.Tensor 2025-03-21T21:18:44.6363822Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1044, aten.mul.Tensor 2025-03-21T21:18:44.6364613Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1043, aten.mul.Tensor 2025-03-21T21:18:44.6365407Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1045, aten.mul.Tensor 2025-03-21T21:18:44.6366194Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1046, aten.mul.Tensor 2025-03-21T21:18:44.6366985Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1048, aten.mul.Tensor 2025-03-21T21:18:44.6367761Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1047, aten.mul.Tensor 2025-03-21T21:18:44.6368554Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1049, aten.mul.Tensor 2025-03-21T21:18:44.6369373Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1050, aten.mul.Tensor 2025-03-21T21:18:44.6370167Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1052, aten.mul.Tensor 2025-03-21T21:18:44.6371097Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1051, aten.mul.Tensor 2025-03-21T21:18:44.6371969Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1053, aten.mul.Tensor 2025-03-21T21:18:44.6372759Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1054, aten.mul.Tensor 2025-03-21T21:18:44.6373538Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1056, aten.mul.Tensor 2025-03-21T21:18:44.6374328Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1055, aten.mul.Tensor 2025-03-21T21:18:44.6375113Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1057, aten.mul.Tensor 2025-03-21T21:18:44.6375902Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1058, aten.mul.Tensor 2025-03-21T21:18:44.6376885Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1060, aten.mul.Tensor 2025-03-21T21:18:44.6377676Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1059, aten.mul.Tensor 2025-03-21T21:18:44.6378533Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1061, aten.mul.Tensor 2025-03-21T21:18:44.6379331Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1062, aten.mul.Tensor 2025-03-21T21:18:44.6380124Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1064, aten.mul.Tensor 2025-03-21T21:18:44.6380919Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1063, aten.mul.Tensor 2025-03-21T21:18:44.6381709Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1065, aten.mul.Tensor 2025-03-21T21:18:44.6382503Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1066, aten.mul.Tensor 2025-03-21T21:18:44.6383286Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1068, aten.mul.Tensor 2025-03-21T21:18:44.6384079Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1067, aten.mul.Tensor 2025-03-21T21:18:45.0819886Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1069, aten.mul.Tensor 2025-03-21T21:18:45.0820754Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1070, aten.mul.Tensor 2025-03-21T21:18:45.0821552Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1072, aten.mul.Tensor 2025-03-21T21:18:45.0822345Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1071, aten.mul.Tensor 2025-03-21T21:18:45.0823113Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1073, aten.mul.Tensor 2025-03-21T21:18:45.0823916Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1074, aten.mul.Tensor 2025-03-21T21:18:45.0824714Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1076, aten.mul.Tensor 2025-03-21T21:18:45.0825654Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1075, aten.mul.Tensor 2025-03-21T21:18:45.0826460Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1077, aten.mul.Tensor 2025-03-21T21:18:45.0827255Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1078, aten.mul.Tensor 2025-03-21T21:18:45.0828046Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1080, aten.mul.Tensor 2025-03-21T21:18:45.0828820Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1079, aten.mul.Tensor 2025-03-21T21:18:45.0829691Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1081, aten.mul.Tensor 2025-03-21T21:18:45.0830481Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1082, aten.mul.Tensor 2025-03-21T21:18:45.0831341Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1084, aten.mul.Tensor 2025-03-21T21:18:45.0832136Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1083, aten.mul.Tensor 2025-03-21T21:18:45.0832935Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1085, aten.mul.Tensor 2025-03-21T21:18:45.0833712Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1086, aten.mul.Tensor 2025-03-21T21:18:45.0834503Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1088, aten.mul.Tensor 2025-03-21T21:18:45.0835292Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1087, aten.mul.Tensor 2025-03-21T21:18:45.0836082Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1089, aten.mul.Tensor 2025-03-21T21:18:45.0836871Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1090, aten.mul.Tensor 2025-03-21T21:18:45.0837662Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1092, aten.mul.Tensor 2025-03-21T21:18:45.0838444Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1091, aten.mul.Tensor 2025-03-21T21:18:45.0839235Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1093, aten.mul.Tensor 2025-03-21T21:18:45.0840073Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1094, aten.mul.Tensor 2025-03-21T21:18:45.0840860Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1096, aten.mul.Tensor 2025-03-21T21:18:45.0841649Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1095, aten.mul.Tensor 2025-03-21T21:18:45.0842432Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1097, aten.mul.Tensor 2025-03-21T21:18:45.0843217Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1098, aten.mul.Tensor 2025-03-21T21:18:45.0843995Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1100, aten.mul.Tensor 2025-03-21T21:18:45.0844784Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1099, aten.mul.Tensor 2025-03-21T21:18:45.0845570Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1101, aten.mul.Tensor 2025-03-21T21:18:45.0846407Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1102, aten.mul.Tensor 2025-03-21T21:18:45.0847191Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1104, aten.mul.Tensor 2025-03-21T21:18:45.0847980Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1103, aten.mul.Tensor 2025-03-21T21:18:45.0848753Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1105, aten.mul.Tensor 2025-03-21T21:18:45.0849545Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1106, aten.mul.Tensor 2025-03-21T21:18:45.0850336Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1108, aten.mul.Tensor 2025-03-21T21:18:45.0851153Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1107, aten.mul.Tensor 2025-03-21T21:18:45.0851939Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1109, aten.mul.Tensor 2025-03-21T21:18:45.0852735Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1110, aten.mul.Tensor 2025-03-21T21:18:45.0853511Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1112, aten.mul.Tensor 2025-03-21T21:18:45.0854292Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1111, aten.mul.Tensor 2025-03-21T21:18:45.0855078Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1113, aten.mul.Tensor 2025-03-21T21:18:45.0855861Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1114, aten.mul.Tensor 2025-03-21T21:18:45.0856680Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1116, aten.mul.Tensor 2025-03-21T21:18:45.0857468Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1115, aten.mul.Tensor 2025-03-21T21:18:45.0858255Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1117, aten.mul.Tensor 2025-03-21T21:18:45.0859035Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_240, aten.sub.Tensor 2025-03-21T21:18:45.0859823Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_380, aten.add.Tensor 2025-03-21T21:18:45.0860613Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_241, aten.sub.Tensor 2025-03-21T21:18:45.0861400Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_381, aten.add.Tensor 2025-03-21T21:18:45.0862182Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_242, aten.sub.Tensor 2025-03-21T21:18:45.0862968Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_382, aten.add.Tensor 2025-03-21T21:18:45.0863734Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_243, aten.sub.Tensor 2025-03-21T21:18:45.0864521Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_383, aten.add.Tensor 2025-03-21T21:18:45.0865325Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_244, aten.sub.Tensor 2025-03-21T21:18:45.0866105Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_384, aten.add.Tensor 2025-03-21T21:18:45.0866882Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_245, aten.sub.Tensor 2025-03-21T21:18:45.0867660Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_385, aten.add.Tensor 2025-03-21T21:18:45.0868427Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_246, aten.sub.Tensor 2025-03-21T21:18:45.0869286Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_386, aten.add.Tensor 2025-03-21T21:18:45.0870069Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_247, aten.sub.Tensor 2025-03-21T21:18:45.0870856Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_387, aten.add.Tensor 2025-03-21T21:18:45.0871676Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_248, aten.sub.Tensor 2025-03-21T21:18:45.0872457Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_388, aten.add.Tensor 2025-03-21T21:18:45.0873236Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_249, aten.sub.Tensor 2025-03-21T21:18:45.0874002Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_389, aten.add.Tensor 2025-03-21T21:18:45.0874783Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_250, aten.sub.Tensor 2025-03-21T21:18:45.0875560Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_390, aten.add.Tensor 2025-03-21T21:18:45.0876539Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_251, aten.sub.Tensor 2025-03-21T21:18:45.0877393Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_391, aten.add.Tensor 2025-03-21T21:18:45.0878180Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_252, aten.sub.Tensor 2025-03-21T21:18:45.0879001Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_703, aten._to_copy.default 2025-03-21T21:18:45.0879841Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_392, aten.add.Tensor 2025-03-21T21:18:45.0880669Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_704, aten._to_copy.default 2025-03-21T21:18:45.0881501Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_253, aten.sub.Tensor 2025-03-21T21:18:45.0882330Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_705, aten._to_copy.default 2025-03-21T21:18:45.0883204Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_393, aten.add.Tensor 2025-03-21T21:18:45.0884183Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_706, aten._to_copy.default 2025-03-21T21:18:45.0885097Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_254, aten.sub.Tensor 2025-03-21T21:18:45.0885952Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_707, aten._to_copy.default 2025-03-21T21:18:45.0886784Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_394, aten.add.Tensor 2025-03-21T21:18:45.5241085Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_708, aten._to_copy.default 2025-03-21T21:18:45.5242005Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_255, aten.sub.Tensor 2025-03-21T21:18:45.5242854Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_709, aten._to_copy.default 2025-03-21T21:18:45.5243720Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_395, aten.add.Tensor 2025-03-21T21:18:45.5244551Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_710, aten._to_copy.default 2025-03-21T21:18:45.5245585Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_256, aten.sub.Tensor 2025-03-21T21:18:45.5246428Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_711, aten._to_copy.default 2025-03-21T21:18:45.5247257Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_396, aten.add.Tensor 2025-03-21T21:18:45.5248098Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_712, aten._to_copy.default 2025-03-21T21:18:45.5248926Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_257, aten.sub.Tensor 2025-03-21T21:18:45.5249766Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_713, aten._to_copy.default 2025-03-21T21:18:45.5250607Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_397, aten.add.Tensor 2025-03-21T21:18:45.5251423Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_714, aten._to_copy.default 2025-03-21T21:18:45.5252344Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_258, aten.sub.Tensor 2025-03-21T21:18:45.5253178Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_715, aten._to_copy.default 2025-03-21T21:18:45.5254014Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_398, aten.add.Tensor 2025-03-21T21:18:45.5254847Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_716, aten._to_copy.default 2025-03-21T21:18:45.5255687Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_259, aten.sub.Tensor 2025-03-21T21:18:45.5256514Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_717, aten._to_copy.default 2025-03-21T21:18:45.5257399Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_399, aten.add.Tensor 2025-03-21T21:18:45.5258231Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_718, aten._to_copy.default 2025-03-21T21:18:45.5259070Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_260, aten.sub.Tensor 2025-03-21T21:18:45.5259905Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_719, aten._to_copy.default 2025-03-21T21:18:45.5260735Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_400, aten.add.Tensor 2025-03-21T21:18:45.5261571Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_720, aten._to_copy.default 2025-03-21T21:18:45.5262397Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_261, aten.sub.Tensor 2025-03-21T21:18:45.5263278Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_721, aten._to_copy.default 2025-03-21T21:18:45.5264117Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_401, aten.add.Tensor 2025-03-21T21:18:45.5264962Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_722, aten._to_copy.default 2025-03-21T21:18:45.5265798Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_262, aten.sub.Tensor 2025-03-21T21:18:45.5266636Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_723, aten._to_copy.default 2025-03-21T21:18:45.5267453Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_402, aten.add.Tensor 2025-03-21T21:18:45.5268286Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_724, aten._to_copy.default 2025-03-21T21:18:45.5269203Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_263, aten.sub.Tensor 2025-03-21T21:18:45.5270041Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_725, aten._to_copy.default 2025-03-21T21:18:45.5270877Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_403, aten.add.Tensor 2025-03-21T21:18:45.5271754Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_726, aten._to_copy.default 2025-03-21T21:18:45.5272598Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_490, aten.cat.default 2025-03-21T21:18:45.5273394Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_491, aten.cat.default 2025-03-21T21:18:45.5274199Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_492, aten.cat.default 2025-03-21T21:18:45.5274998Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_493, aten.cat.default 2025-03-21T21:18:45.5275802Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_494, aten.cat.default 2025-03-21T21:18:45.5276801Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_495, aten.cat.default 2025-03-21T21:18:45.5277610Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_496, aten.cat.default 2025-03-21T21:18:45.5278457Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_497, aten.cat.default 2025-03-21T21:18:45.5279257Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_498, aten.cat.default 2025-03-21T21:18:45.5280055Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_499, aten.cat.default 2025-03-21T21:18:45.5280853Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_500, aten.cat.default 2025-03-21T21:18:45.5281652Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_501, aten.cat.default 2025-03-21T21:18:45.5282457Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_502, aten.cat.default 2025-03-21T21:18:45.5283298Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_727, aten._to_copy.default 2025-03-21T21:18:45.5284166Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_503, aten.cat.default 2025-03-21T21:18:45.5285010Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_728, aten._to_copy.default 2025-03-21T21:18:45.5285847Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_504, aten.cat.default 2025-03-21T21:18:45.5286684Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_729, aten._to_copy.default 2025-03-21T21:18:45.5287520Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_505, aten.cat.default 2025-03-21T21:18:45.5288354Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_730, aten._to_copy.default 2025-03-21T21:18:45.5289174Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_506, aten.cat.default 2025-03-21T21:18:45.5290062Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_731, aten._to_copy.default 2025-03-21T21:18:45.5290904Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_507, aten.cat.default 2025-03-21T21:18:45.5291744Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_732, aten._to_copy.default 2025-03-21T21:18:45.5292581Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_508, aten.cat.default 2025-03-21T21:18:45.5293424Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_733, aten._to_copy.default 2025-03-21T21:18:45.5294262Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_509, aten.cat.default 2025-03-21T21:18:45.5295092Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_734, aten._to_copy.default 2025-03-21T21:18:45.5295928Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_510, aten.cat.default 2025-03-21T21:18:45.5296768Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_735, aten._to_copy.default 2025-03-21T21:18:45.5297609Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_511, aten.cat.default 2025-03-21T21:18:45.5298490Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_736, aten._to_copy.default 2025-03-21T21:18:45.5299330Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_512, aten.cat.default 2025-03-21T21:18:45.5300119Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_513, aten.cat.default 2025-03-21T21:18:45.5300951Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_737, aten._to_copy.default 2025-03-21T21:18:45.5301867Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_567, aten.permute_copy.default 2025-03-21T21:18:45.5302783Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_738, aten._to_copy.default 2025-03-21T21:18:45.5303696Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_568, aten.permute_copy.default 2025-03-21T21:18:45.5304639Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_739, aten._to_copy.default 2025-03-21T21:18:45.5305731Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_569, aten.permute_copy.default 2025-03-21T21:18:45.5306807Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_740, aten._to_copy.default 2025-03-21T21:18:45.5307783Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_570, aten.permute_copy.default 2025-03-21T21:18:46.0017343Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_741, aten._to_copy.default 2025-03-21T21:18:46.0019094Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_571, aten.permute_copy.default 2025-03-21T21:18:46.0021046Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_742, aten._to_copy.default 2025-03-21T21:18:46.0022717Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_572, aten.permute_copy.default 2025-03-21T21:18:46.0024409Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_743, aten._to_copy.default 2025-03-21T21:18:46.0026066Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_573, aten.permute_copy.default 2025-03-21T21:18:46.0027726Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_744, aten._to_copy.default 2025-03-21T21:18:46.0029516Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_574, aten.permute_copy.default 2025-03-21T21:18:46.0031159Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_745, aten._to_copy.default 2025-03-21T21:18:46.0033020Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_575, aten.permute_copy.default 2025-03-21T21:18:46.0034692Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_746, aten._to_copy.default 2025-03-21T21:18:46.0036385Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_576, aten.permute_copy.default 2025-03-21T21:18:46.0038083Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_747, aten._to_copy.default 2025-03-21T21:18:46.0039796Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_577, aten.permute_copy.default 2025-03-21T21:18:46.0041589Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_578, aten.permute_copy.default 2025-03-21T21:18:46.0043252Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_748, aten._to_copy.default 2025-03-21T21:18:46.0044805Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_514, aten.cat.default 2025-03-21T21:18:46.0046271Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_516, aten.cat.default 2025-03-21T21:18:46.0047906Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_518, aten.cat.default 2025-03-21T21:18:46.0049386Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_520, aten.cat.default 2025-03-21T21:18:46.0050860Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_522, aten.cat.default 2025-03-21T21:18:46.0052332Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_524, aten.cat.default 2025-03-21T21:18:46.0053778Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_526, aten.cat.default 2025-03-21T21:18:46.0055256Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_528, aten.cat.default 2025-03-21T21:18:46.0056741Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_530, aten.cat.default 2025-03-21T21:18:46.0058208Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_532, aten.cat.default 2025-03-21T21:18:46.0059776Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_534, aten.cat.default 2025-03-21T21:18:46.0061293Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_536, aten.cat.default 2025-03-21T21:18:46.0062836Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_240, aten.matmul.default 2025-03-21T21:18:46.0064409Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_242, aten.matmul.default 2025-03-21T21:18:46.0065963Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_244, aten.matmul.default 2025-03-21T21:18:46.0067525Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_246, aten.matmul.default 2025-03-21T21:18:46.0069181Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_248, aten.matmul.default 2025-03-21T21:18:46.0070811Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_250, aten.matmul.default 2025-03-21T21:18:46.0072377Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_252, aten.matmul.default 2025-03-21T21:18:46.0073960Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_254, aten.matmul.default 2025-03-21T21:18:46.0075505Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_256, aten.matmul.default 2025-03-21T21:18:46.0077238Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_258, aten.matmul.default 2025-03-21T21:18:46.0078815Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_260, aten.matmul.default 2025-03-21T21:18:46.0080503Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_262, aten.matmul.default 2025-03-21T21:18:46.0081949Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_120, aten.div.Tensor 2025-03-21T21:18:46.0083432Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_121, aten.div.Tensor 2025-03-21T21:18:46.0084911Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_122, aten.div.Tensor 2025-03-21T21:18:46.0086347Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_123, aten.div.Tensor 2025-03-21T21:18:46.0087784Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_124, aten.div.Tensor 2025-03-21T21:18:46.0089221Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_125, aten.div.Tensor 2025-03-21T21:18:46.0090662Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_126, aten.div.Tensor 2025-03-21T21:18:46.0092114Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_127, aten.div.Tensor 2025-03-21T21:18:46.0093541Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_128, aten.div.Tensor 2025-03-21T21:18:46.0094964Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_129, aten.div.Tensor 2025-03-21T21:18:46.0096527Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_130, aten.div.Tensor 2025-03-21T21:18:46.0097969Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_131, aten.div.Tensor 2025-03-21T21:18:46.0099385Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_404, aten.add.Tensor 2025-03-21T21:18:46.0100860Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_405, aten.add.Tensor 2025-03-21T21:18:46.0102306Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_406, aten.add.Tensor 2025-03-21T21:18:46.0103741Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_407, aten.add.Tensor 2025-03-21T21:18:46.0105055Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_408, aten.add.Tensor 2025-03-21T21:18:46.0106474Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_409, aten.add.Tensor 2025-03-21T21:18:46.0108065Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_410, aten.add.Tensor 2025-03-21T21:18:46.0109582Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_411, aten.add.Tensor 2025-03-21T21:18:46.0110997Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_412, aten.add.Tensor 2025-03-21T21:18:46.0112420Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_413, aten.add.Tensor 2025-03-21T21:18:46.0113841Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_414, aten.add.Tensor 2025-03-21T21:18:46.0115278Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_415, aten.add.Tensor 2025-03-21T21:18:46.0116816Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_120, aten._softmax.default 2025-03-21T21:18:46.0118530Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_121, aten._softmax.default 2025-03-21T21:18:46.0120154Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_122, aten._softmax.default 2025-03-21T21:18:46.0121773Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_123, aten._softmax.default 2025-03-21T21:18:46.0123350Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_124, aten._softmax.default 2025-03-21T21:18:46.0124979Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_125, aten._softmax.default 2025-03-21T21:18:46.0126583Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_126, aten._softmax.default 2025-03-21T21:18:46.0128244Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_127, aten._softmax.default 2025-03-21T21:18:46.0129886Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_128, aten._softmax.default 2025-03-21T21:18:46.0131534Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_129, aten._softmax.default 2025-03-21T21:18:46.0133189Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_130, aten._softmax.default 2025-03-21T21:18:46.0134776Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_131, aten._softmax.default 2025-03-21T21:18:46.0136359Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_241, aten.matmul.default 2025-03-21T21:18:46.0137927Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_243, aten.matmul.default 2025-03-21T21:18:46.0139480Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_245, aten.matmul.default 2025-03-21T21:18:46.6565986Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_247, aten.matmul.default 2025-03-21T21:18:46.6567575Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_249, aten.matmul.default 2025-03-21T21:18:46.6569441Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_251, aten.matmul.default 2025-03-21T21:18:46.6571004Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_253, aten.matmul.default 2025-03-21T21:18:46.6572569Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_255, aten.matmul.default 2025-03-21T21:18:46.6574114Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_257, aten.matmul.default 2025-03-21T21:18:46.6575665Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_259, aten.matmul.default 2025-03-21T21:18:46.6577449Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_261, aten.matmul.default 2025-03-21T21:18:46.6579097Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_263, aten.matmul.default 2025-03-21T21:18:46.6580648Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_538, aten.cat.default 2025-03-21T21:18:46.6582449Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1239, aten.view_copy.default 2025-03-21T21:18:46.6584214Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1579, aten.permute_copy.default 2025-03-21T21:18:46.6585853Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_436, aten.convolution.default 2025-03-21T21:18:46.6587629Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1580, aten.permute_copy.default 2025-03-21T21:18:46.6589390Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1240, aten.view_copy.default 2025-03-21T21:18:46.6591033Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_416, aten.add.Tensor 2025-03-21T21:18:46.6592741Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_rms_norm_default_21, aten.rms_norm.default 2025-03-21T21:18:46.6594362Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1241, aten.view_copy.default 2025-03-21T21:18:46.6596173Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1581, aten.permute_copy.default 2025-03-21T21:18:46.6597986Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_437, aten.convolution.default 2025-03-21T21:18:46.6599780Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_438, aten.convolution.default 2025-03-21T21:18:46.6601456Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sigmoid_default_10, aten.sigmoid.default 2025-03-21T21:18:46.6603162Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1120, aten.mul.Tensor 2025-03-21T21:18:46.6604665Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1121, aten.mul.Tensor 2025-03-21T21:18:46.6606314Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_439, aten.convolution.default 2025-03-21T21:18:46.6608121Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1582, aten.permute_copy.default 2025-03-21T21:18:46.6609889Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1242, aten.view_copy.default 2025-03-21T21:18:46.6611498Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_417, aten.add.Tensor 2025-03-21T21:18:46.6613038Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_rms_norm_default_22, aten.rms_norm.default 2025-03-21T21:18:46.6614746Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1243, aten.view_copy.default 2025-03-21T21:18:46.6616513Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1583, aten.permute_copy.default 2025-03-21T21:18:46.6618147Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_749, aten._to_copy.default 2025-03-21T21:18:46.6619980Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_440, aten.convolution.default 2025-03-21T21:18:46.6621809Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1584, aten.permute_copy.default 2025-03-21T21:18:46.6623598Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_441, aten.convolution.default 2025-03-21T21:18:46.6625358Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1585, aten.permute_copy.default 2025-03-21T21:18:46.6627161Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_442, aten.convolution.default 2025-03-21T21:18:46.6629034Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1586, aten.permute_copy.default 2025-03-21T21:18:46.6630831Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_443, aten.convolution.default 2025-03-21T21:18:46.6632705Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1587, aten.permute_copy.default 2025-03-21T21:18:46.6634492Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_444, aten.convolution.default 2025-03-21T21:18:46.6636248Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1588, aten.permute_copy.default 2025-03-21T21:18:46.6638081Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_445, aten.convolution.default 2025-03-21T21:18:46.6639894Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1589, aten.permute_copy.default 2025-03-21T21:18:46.6641708Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_446, aten.convolution.default 2025-03-21T21:18:46.6643620Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1590, aten.permute_copy.default 2025-03-21T21:18:46.6645423Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_447, aten.convolution.default 2025-03-21T21:18:46.6647229Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1591, aten.permute_copy.default 2025-03-21T21:18:46.6649013Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_448, aten.convolution.default 2025-03-21T21:18:46.6650826Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1592, aten.permute_copy.default 2025-03-21T21:18:46.6652643Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_449, aten.convolution.default 2025-03-21T21:18:46.6654521Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1593, aten.permute_copy.default 2025-03-21T21:18:46.6656327Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_450, aten.convolution.default 2025-03-21T21:18:46.6658135Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1594, aten.permute_copy.default 2025-03-21T21:18:46.6659943Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_451, aten.convolution.default 2025-03-21T21:18:46.6661846Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1595, aten.permute_copy.default 2025-03-21T21:18:46.6663708Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_452, aten.convolution.default 2025-03-21T21:18:46.6665539Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1596, aten.permute_copy.default 2025-03-21T21:18:46.6667388Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_453, aten.convolution.default 2025-03-21T21:18:46.6669314Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1597, aten.permute_copy.default 2025-03-21T21:18:46.6671104Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_454, aten.convolution.default 2025-03-21T21:18:46.6673052Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1598, aten.permute_copy.default 2025-03-21T21:18:46.6674903Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_455, aten.convolution.default 2025-03-21T21:18:46.6676853Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1599, aten.permute_copy.default 2025-03-21T21:18:46.6678670Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_456, aten.convolution.default 2025-03-21T21:18:46.6680474Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1600, aten.permute_copy.default 2025-03-21T21:18:46.6682285Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_457, aten.convolution.default 2025-03-21T21:18:46.6684086Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1601, aten.permute_copy.default 2025-03-21T21:18:46.6686006Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_458, aten.convolution.default 2025-03-21T21:18:46.6687816Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1602, aten.permute_copy.default 2025-03-21T21:18:46.6689588Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_459, aten.convolution.default 2025-03-21T21:18:46.6691394Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1603, aten.permute_copy.default 2025-03-21T21:18:46.6693197Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_460, aten.convolution.default 2025-03-21T21:18:47.1068527Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1604, aten.permute_copy.default 2025-03-21T21:18:47.1070640Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_461, aten.convolution.default 2025-03-21T21:18:47.1072405Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1605, aten.permute_copy.default 2025-03-21T21:18:47.1074133Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_462, aten.convolution.default 2025-03-21T21:18:47.1075882Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1606, aten.permute_copy.default 2025-03-21T21:18:47.1077782Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_463, aten.convolution.default 2025-03-21T21:18:47.1079524Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1607, aten.permute_copy.default 2025-03-21T21:18:47.1081526Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_464, aten.convolution.default 2025-03-21T21:18:47.1083254Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1608, aten.permute_copy.default 2025-03-21T21:18:47.1085050Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_465, aten.convolution.default 2025-03-21T21:18:47.1086797Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1609, aten.permute_copy.default 2025-03-21T21:18:47.1088513Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_466, aten.convolution.default 2025-03-21T21:18:47.1090312Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1610, aten.permute_copy.default 2025-03-21T21:18:47.1092095Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_467, aten.convolution.default 2025-03-21T21:18:47.1093860Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1611, aten.permute_copy.default 2025-03-21T21:18:47.1095588Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_468, aten.convolution.default 2025-03-21T21:18:47.1097474Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1612, aten.permute_copy.default 2025-03-21T21:18:47.1099218Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_469, aten.convolution.default 2025-03-21T21:18:47.1100953Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1613, aten.permute_copy.default 2025-03-21T21:18:47.1102686Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_470, aten.convolution.default 2025-03-21T21:18:47.1104434Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1614, aten.permute_copy.default 2025-03-21T21:18:47.1106154Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_471, aten.convolution.default 2025-03-21T21:18:47.1107901Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1615, aten.permute_copy.default 2025-03-21T21:18:47.1109841Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_472, aten.convolution.default 2025-03-21T21:18:47.1111549Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1616, aten.permute_copy.default 2025-03-21T21:18:47.1113318Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_473, aten.convolution.default 2025-03-21T21:18:47.1115075Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1617, aten.permute_copy.default 2025-03-21T21:18:47.1116814Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_474, aten.convolution.default 2025-03-21T21:18:47.1118580Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1618, aten.permute_copy.default 2025-03-21T21:18:47.1120424Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_475, aten.convolution.default 2025-03-21T21:18:47.1122179Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1619, aten.permute_copy.default 2025-03-21T21:18:47.1123860Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_750, aten._to_copy.default 2025-03-21T21:18:47.1125534Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_751, aten._to_copy.default 2025-03-21T21:18:47.1127151Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_752, aten._to_copy.default 2025-03-21T21:18:47.1128732Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_753, aten._to_copy.default 2025-03-21T21:18:47.1130440Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_754, aten._to_copy.default 2025-03-21T21:18:47.1132063Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_755, aten._to_copy.default 2025-03-21T21:18:47.1133557Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_756, aten._to_copy.default 2025-03-21T21:18:47.1135210Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_757, aten._to_copy.default 2025-03-21T21:18:47.1136849Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_758, aten._to_copy.default 2025-03-21T21:18:47.1138466Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_759, aten._to_copy.default 2025-03-21T21:18:47.1140061Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_760, aten._to_copy.default 2025-03-21T21:18:47.1141671Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_761, aten._to_copy.default 2025-03-21T21:18:47.1143312Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1244, aten.view_copy.default 2025-03-21T21:18:47.1144951Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1245, aten.view_copy.default 2025-03-21T21:18:47.1146686Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1246, aten.view_copy.default 2025-03-21T21:18:47.1148338Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1247, aten.view_copy.default 2025-03-21T21:18:47.1150064Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1248, aten.view_copy.default 2025-03-21T21:18:47.1151687Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1249, aten.view_copy.default 2025-03-21T21:18:47.1153348Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1250, aten.view_copy.default 2025-03-21T21:18:47.1155016Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1251, aten.view_copy.default 2025-03-21T21:18:47.1156623Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1252, aten.view_copy.default 2025-03-21T21:18:47.1158417Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1253, aten.view_copy.default 2025-03-21T21:18:47.1160133Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1254, aten.view_copy.default 2025-03-21T21:18:47.1161784Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1255, aten.view_copy.default 2025-03-21T21:18:47.1163431Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1256, aten.view_copy.default 2025-03-21T21:18:47.1165083Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1257, aten.view_copy.default 2025-03-21T21:18:47.1166731Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1258, aten.view_copy.default 2025-03-21T21:18:47.1168434Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1259, aten.view_copy.default 2025-03-21T21:18:47.1170080Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1260, aten.view_copy.default 2025-03-21T21:18:47.1171746Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1261, aten.view_copy.default 2025-03-21T21:18:47.1173368Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1262, aten.view_copy.default 2025-03-21T21:18:47.1175046Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1263, aten.view_copy.default 2025-03-21T21:18:47.1176865Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1264, aten.view_copy.default 2025-03-21T21:18:47.1178508Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1265, aten.view_copy.default 2025-03-21T21:18:47.1180133Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1266, aten.view_copy.default 2025-03-21T21:18:47.1181826Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1267, aten.view_copy.default 2025-03-21T21:18:47.1183512Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1268, aten.view_copy.default 2025-03-21T21:18:47.1185150Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_762, aten._to_copy.default 2025-03-21T21:18:47.1186758Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1269, aten.view_copy.default 2025-03-21T21:18:47.1188389Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_763, aten._to_copy.default 2025-03-21T21:18:47.1190147Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1270, aten.view_copy.default 2025-03-21T21:18:47.4424593Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_764, aten._to_copy.default 2025-03-21T21:18:47.4426338Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1271, aten.view_copy.default 2025-03-21T21:18:47.4428205Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_765, aten._to_copy.default 2025-03-21T21:18:47.4429910Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1272, aten.view_copy.default 2025-03-21T21:18:47.4431554Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_766, aten._to_copy.default 2025-03-21T21:18:47.4433178Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1273, aten.view_copy.default 2025-03-21T21:18:47.4434799Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_767, aten._to_copy.default 2025-03-21T21:18:47.4436443Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1274, aten.view_copy.default 2025-03-21T21:18:47.4438091Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_768, aten._to_copy.default 2025-03-21T21:18:47.4439718Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1275, aten.view_copy.default 2025-03-21T21:18:47.4441521Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_769, aten._to_copy.default 2025-03-21T21:18:47.4443156Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1276, aten.view_copy.default 2025-03-21T21:18:47.4444752Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_770, aten._to_copy.default 2025-03-21T21:18:47.4446429Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1277, aten.view_copy.default 2025-03-21T21:18:47.4448087Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_771, aten._to_copy.default 2025-03-21T21:18:47.4449738Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1278, aten.view_copy.default 2025-03-21T21:18:47.4451473Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_772, aten._to_copy.default 2025-03-21T21:18:47.4453129Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1279, aten.view_copy.default 2025-03-21T21:18:47.4454760Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_773, aten._to_copy.default 2025-03-21T21:18:47.4456378Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_528, aten.slice_copy.Tensor 2025-03-21T21:18:47.4458040Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_529, aten.slice_copy.Tensor 2025-03-21T21:18:47.4459683Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_530, aten.slice_copy.Tensor 2025-03-21T21:18:47.4461401Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_531, aten.slice_copy.Tensor 2025-03-21T21:18:47.4463085Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_532, aten.slice_copy.Tensor 2025-03-21T21:18:47.4464726Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_533, aten.slice_copy.Tensor 2025-03-21T21:18:47.4466344Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_534, aten.slice_copy.Tensor 2025-03-21T21:18:47.4468028Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_535, aten.slice_copy.Tensor 2025-03-21T21:18:47.4469790Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_536, aten.slice_copy.Tensor 2025-03-21T21:18:47.4471468Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_537, aten.slice_copy.Tensor 2025-03-21T21:18:47.4473073Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_538, aten.slice_copy.Tensor 2025-03-21T21:18:47.4474728Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_539, aten.slice_copy.Tensor 2025-03-21T21:18:47.4476589Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_540, aten.slice_copy.Tensor 2025-03-21T21:18:47.4478369Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_541, aten.slice_copy.Tensor 2025-03-21T21:18:47.4480005Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_542, aten.slice_copy.Tensor 2025-03-21T21:18:47.4481661Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_543, aten.slice_copy.Tensor 2025-03-21T21:18:47.4483318Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_544, aten.slice_copy.Tensor 2025-03-21T21:18:47.4484921Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_545, aten.slice_copy.Tensor 2025-03-21T21:18:47.4486574Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_546, aten.slice_copy.Tensor 2025-03-21T21:18:47.4488229Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_547, aten.slice_copy.Tensor 2025-03-21T21:18:47.4489904Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_548, aten.slice_copy.Tensor 2025-03-21T21:18:47.4491592Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_549, aten.slice_copy.Tensor 2025-03-21T21:18:47.4493248Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_550, aten.slice_copy.Tensor 2025-03-21T21:18:47.4494892Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_551, aten.slice_copy.Tensor 2025-03-21T21:18:47.4496519Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_552, aten.slice_copy.Tensor 2025-03-21T21:18:47.4498166Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_553, aten.slice_copy.Tensor 2025-03-21T21:18:47.4499922Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_554, aten.slice_copy.Tensor 2025-03-21T21:18:47.4501567Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_555, aten.slice_copy.Tensor 2025-03-21T21:18:47.4503215Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_556, aten.slice_copy.Tensor 2025-03-21T21:18:47.4504848Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_557, aten.slice_copy.Tensor 2025-03-21T21:18:47.4506483Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_558, aten.slice_copy.Tensor 2025-03-21T21:18:47.4508118Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_559, aten.slice_copy.Tensor 2025-03-21T21:18:47.4509847Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_560, aten.slice_copy.Tensor 2025-03-21T21:18:47.4511611Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_561, aten.slice_copy.Tensor 2025-03-21T21:18:47.4513241Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_562, aten.slice_copy.Tensor 2025-03-21T21:18:47.4514931Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_563, aten.slice_copy.Tensor 2025-03-21T21:18:47.4516614Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_564, aten.slice_copy.Tensor 2025-03-21T21:18:47.4518251Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_565, aten.slice_copy.Tensor 2025-03-21T21:18:47.4519902Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_566, aten.slice_copy.Tensor 2025-03-21T21:18:47.4521550Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_567, aten.slice_copy.Tensor 2025-03-21T21:18:47.4523202Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_568, aten.slice_copy.Tensor 2025-03-21T21:18:47.4524843Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_569, aten.slice_copy.Tensor 2025-03-21T21:18:47.4526584Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_570, aten.slice_copy.Tensor 2025-03-21T21:18:47.4528235Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_571, aten.slice_copy.Tensor 2025-03-21T21:18:47.4529856Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_572, aten.slice_copy.Tensor 2025-03-21T21:18:47.4531538Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_573, aten.slice_copy.Tensor 2025-03-21T21:18:47.4533180Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_574, aten.slice_copy.Tensor 2025-03-21T21:18:47.4534790Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_slice_copy_tensor_575, aten.slice_copy.Tensor 2025-03-21T21:18:47.4536400Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_564, aten.cat.default 2025-03-21T21:18:47.4537917Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_566, aten.cat.default 2025-03-21T21:18:47.4539488Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_568, aten.cat.default 2025-03-21T21:18:47.4540930Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_570, aten.cat.default 2025-03-21T21:18:47.4542390Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_572, aten.cat.default 2025-03-21T21:18:47.4543862Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_574, aten.cat.default 2025-03-21T21:18:47.4545322Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_576, aten.cat.default 2025-03-21T21:18:47.4546789Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_578, aten.cat.default 2025-03-21T21:18:47.8960103Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_580, aten.cat.default 2025-03-21T21:18:47.8961975Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_582, aten.cat.default 2025-03-21T21:18:47.8963468Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_584, aten.cat.default 2025-03-21T21:18:47.8964944Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_586, aten.cat.default 2025-03-21T21:18:47.8966409Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1124, aten.mul.Tensor 2025-03-21T21:18:47.8967851Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1126, aten.mul.Tensor 2025-03-21T21:18:47.8969300Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1125, aten.mul.Tensor 2025-03-21T21:18:47.8970891Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1127, aten.mul.Tensor 2025-03-21T21:18:47.8972327Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1128, aten.mul.Tensor 2025-03-21T21:18:47.8973764Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1130, aten.mul.Tensor 2025-03-21T21:18:47.8975267Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1129, aten.mul.Tensor 2025-03-21T21:18:47.8976935Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1131, aten.mul.Tensor 2025-03-21T21:18:47.8978390Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1132, aten.mul.Tensor 2025-03-21T21:18:47.8979785Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1134, aten.mul.Tensor 2025-03-21T21:18:47.8981276Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1133, aten.mul.Tensor 2025-03-21T21:18:47.8982738Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1135, aten.mul.Tensor 2025-03-21T21:18:47.8984224Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1136, aten.mul.Tensor 2025-03-21T21:18:47.8985658Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1138, aten.mul.Tensor 2025-03-21T21:18:47.8987244Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1137, aten.mul.Tensor 2025-03-21T21:18:47.8988709Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1139, aten.mul.Tensor 2025-03-21T21:18:47.8990228Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1140, aten.mul.Tensor 2025-03-21T21:18:47.8991648Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1142, aten.mul.Tensor 2025-03-21T21:18:47.8993089Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1141, aten.mul.Tensor 2025-03-21T21:18:47.8994546Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1143, aten.mul.Tensor 2025-03-21T21:18:47.8996016Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1144, aten.mul.Tensor 2025-03-21T21:18:47.8997446Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1146, aten.mul.Tensor 2025-03-21T21:18:47.8999041Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1145, aten.mul.Tensor 2025-03-21T21:18:47.9000483Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1147, aten.mul.Tensor 2025-03-21T21:18:47.9001895Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1148, aten.mul.Tensor 2025-03-21T21:18:47.9003318Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1150, aten.mul.Tensor 2025-03-21T21:18:47.9004806Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1149, aten.mul.Tensor 2025-03-21T21:18:47.9006268Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1151, aten.mul.Tensor 2025-03-21T21:18:47.9007722Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1152, aten.mul.Tensor 2025-03-21T21:18:47.9009316Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1154, aten.mul.Tensor 2025-03-21T21:18:47.9010763Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1153, aten.mul.Tensor 2025-03-21T21:18:47.9012216Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1155, aten.mul.Tensor 2025-03-21T21:18:47.9013663Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1156, aten.mul.Tensor 2025-03-21T21:18:47.9015110Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1158, aten.mul.Tensor 2025-03-21T21:18:47.9016560Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1157, aten.mul.Tensor 2025-03-21T21:18:47.9018008Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1159, aten.mul.Tensor 2025-03-21T21:18:47.9019514Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1160, aten.mul.Tensor 2025-03-21T21:18:47.9021000Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1162, aten.mul.Tensor 2025-03-21T21:18:47.9022463Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1161, aten.mul.Tensor 2025-03-21T21:18:47.9023927Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1163, aten.mul.Tensor 2025-03-21T21:18:47.9025364Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1164, aten.mul.Tensor 2025-03-21T21:18:47.9026859Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1166, aten.mul.Tensor 2025-03-21T21:18:47.9028321Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1165, aten.mul.Tensor 2025-03-21T21:18:47.9029898Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1167, aten.mul.Tensor 2025-03-21T21:18:47.9031341Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1168, aten.mul.Tensor 2025-03-21T21:18:47.9032795Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1170, aten.mul.Tensor 2025-03-21T21:18:47.9034247Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1169, aten.mul.Tensor 2025-03-21T21:18:47.9035802Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1171, aten.mul.Tensor 2025-03-21T21:18:47.9037249Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1172, aten.mul.Tensor 2025-03-21T21:18:47.9038699Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1174, aten.mul.Tensor 2025-03-21T21:18:47.9040138Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1173, aten.mul.Tensor 2025-03-21T21:18:47.9041586Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1175, aten.mul.Tensor 2025-03-21T21:18:47.9043022Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1176, aten.mul.Tensor 2025-03-21T21:18:47.9044503Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1178, aten.mul.Tensor 2025-03-21T21:18:47.9045970Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1177, aten.mul.Tensor 2025-03-21T21:18:47.9047441Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1179, aten.mul.Tensor 2025-03-21T21:18:47.9048810Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1180, aten.mul.Tensor 2025-03-21T21:18:47.9050296Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1182, aten.mul.Tensor 2025-03-21T21:18:47.9051748Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1181, aten.mul.Tensor 2025-03-21T21:18:47.9053216Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1183, aten.mul.Tensor 2025-03-21T21:18:47.9054650Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1184, aten.mul.Tensor 2025-03-21T21:18:47.9056096Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1186, aten.mul.Tensor 2025-03-21T21:18:47.9057613Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1185, aten.mul.Tensor 2025-03-21T21:18:47.9059080Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1187, aten.mul.Tensor 2025-03-21T21:18:47.9060518Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1188, aten.mul.Tensor 2025-03-21T21:18:47.9061958Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1190, aten.mul.Tensor 2025-03-21T21:18:47.9063404Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1189, aten.mul.Tensor 2025-03-21T21:18:47.9064856Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1191, aten.mul.Tensor 2025-03-21T21:18:47.9066347Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1192, aten.mul.Tensor 2025-03-21T21:18:47.9067803Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1194, aten.mul.Tensor 2025-03-21T21:18:47.9069341Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1193, aten.mul.Tensor 2025-03-21T21:18:47.9070774Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1195, aten.mul.Tensor 2025-03-21T21:18:47.9072222Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1196, aten.mul.Tensor 2025-03-21T21:18:47.9073703Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1198, aten.mul.Tensor 2025-03-21T21:18:47.9075168Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1197, aten.mul.Tensor 2025-03-21T21:18:47.9076773Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1199, aten.mul.Tensor 2025-03-21T21:18:47.9078221Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1200, aten.mul.Tensor 2025-03-21T21:18:47.9079679Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1202, aten.mul.Tensor 2025-03-21T21:18:47.9081124Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1201, aten.mul.Tensor 2025-03-21T21:18:47.9082684Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1203, aten.mul.Tensor 2025-03-21T21:18:48.3559415Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1204, aten.mul.Tensor 2025-03-21T21:18:48.3560332Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1206, aten.mul.Tensor 2025-03-21T21:18:48.3561135Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1205, aten.mul.Tensor 2025-03-21T21:18:48.3561929Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1207, aten.mul.Tensor 2025-03-21T21:18:48.3562751Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1208, aten.mul.Tensor 2025-03-21T21:18:48.3563567Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1210, aten.mul.Tensor 2025-03-21T21:18:48.3564368Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1209, aten.mul.Tensor 2025-03-21T21:18:48.3565366Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1211, aten.mul.Tensor 2025-03-21T21:18:48.3566150Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1212, aten.mul.Tensor 2025-03-21T21:18:48.3566946Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1214, aten.mul.Tensor 2025-03-21T21:18:48.3567742Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1213, aten.mul.Tensor 2025-03-21T21:18:48.3568537Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1215, aten.mul.Tensor 2025-03-21T21:18:48.3569332Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1216, aten.mul.Tensor 2025-03-21T21:18:48.3570125Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1218, aten.mul.Tensor 2025-03-21T21:18:48.3570969Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1217, aten.mul.Tensor 2025-03-21T21:18:48.3571755Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1219, aten.mul.Tensor 2025-03-21T21:18:48.3572554Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_264, aten.sub.Tensor 2025-03-21T21:18:48.3573346Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_418, aten.add.Tensor 2025-03-21T21:18:48.3574142Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_265, aten.sub.Tensor 2025-03-21T21:18:48.3574935Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_419, aten.add.Tensor 2025-03-21T21:18:48.3575726Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_266, aten.sub.Tensor 2025-03-21T21:18:48.3576743Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_420, aten.add.Tensor 2025-03-21T21:18:48.3577539Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_267, aten.sub.Tensor 2025-03-21T21:18:48.3578331Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_421, aten.add.Tensor 2025-03-21T21:18:48.3579130Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_268, aten.sub.Tensor 2025-03-21T21:18:48.3579919Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_422, aten.add.Tensor 2025-03-21T21:18:48.3580709Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_269, aten.sub.Tensor 2025-03-21T21:18:48.3581483Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_423, aten.add.Tensor 2025-03-21T21:18:48.3582268Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_270, aten.sub.Tensor 2025-03-21T21:18:48.3583059Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_424, aten.add.Tensor 2025-03-21T21:18:48.3583845Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_271, aten.sub.Tensor 2025-03-21T21:18:48.3584708Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_425, aten.add.Tensor 2025-03-21T21:18:48.3585563Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_272, aten.sub.Tensor 2025-03-21T21:18:48.3586347Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_426, aten.add.Tensor 2025-03-21T21:18:48.3587119Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_273, aten.sub.Tensor 2025-03-21T21:18:48.3587905Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_427, aten.add.Tensor 2025-03-21T21:18:48.3588691Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_274, aten.sub.Tensor 2025-03-21T21:18:48.3589554Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_428, aten.add.Tensor 2025-03-21T21:18:48.3590344Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_275, aten.sub.Tensor 2025-03-21T21:18:48.3591133Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_429, aten.add.Tensor 2025-03-21T21:18:48.3591975Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_276, aten.sub.Tensor 2025-03-21T21:18:48.3592815Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_774, aten._to_copy.default 2025-03-21T21:18:48.3593645Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_430, aten.add.Tensor 2025-03-21T21:18:48.3594477Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_775, aten._to_copy.default 2025-03-21T21:18:48.3595311Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_277, aten.sub.Tensor 2025-03-21T21:18:48.3596145Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_776, aten._to_copy.default 2025-03-21T21:18:48.3596966Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_431, aten.add.Tensor 2025-03-21T21:18:48.3605165Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_777, aten._to_copy.default 2025-03-21T21:18:48.3606044Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_278, aten.sub.Tensor 2025-03-21T21:18:48.3606895Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_778, aten._to_copy.default 2025-03-21T21:18:48.3607741Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_432, aten.add.Tensor 2025-03-21T21:18:48.3608587Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_779, aten._to_copy.default 2025-03-21T21:18:48.3609456Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_279, aten.sub.Tensor 2025-03-21T21:18:48.3610515Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_780, aten._to_copy.default 2025-03-21T21:18:48.3611344Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_433, aten.add.Tensor 2025-03-21T21:18:48.3612184Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_781, aten._to_copy.default 2025-03-21T21:18:48.3613037Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_280, aten.sub.Tensor 2025-03-21T21:18:48.3613860Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_782, aten._to_copy.default 2025-03-21T21:18:48.3614693Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_434, aten.add.Tensor 2025-03-21T21:18:48.3615528Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_783, aten._to_copy.default 2025-03-21T21:18:48.3616361Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_281, aten.sub.Tensor 2025-03-21T21:18:48.3617197Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_784, aten._to_copy.default 2025-03-21T21:18:48.3618032Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_435, aten.add.Tensor 2025-03-21T21:18:48.3618853Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_785, aten._to_copy.default 2025-03-21T21:18:48.3619729Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_282, aten.sub.Tensor 2025-03-21T21:18:48.3620560Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_786, aten._to_copy.default 2025-03-21T21:18:48.3621394Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_436, aten.add.Tensor 2025-03-21T21:18:48.3622227Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_787, aten._to_copy.default 2025-03-21T21:18:48.3623060Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_283, aten.sub.Tensor 2025-03-21T21:18:48.3623898Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_788, aten._to_copy.default 2025-03-21T21:18:48.3624722Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_437, aten.add.Tensor 2025-03-21T21:18:48.3625619Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_789, aten._to_copy.default 2025-03-21T21:18:48.3626455Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_284, aten.sub.Tensor 2025-03-21T21:18:48.3627289Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_790, aten._to_copy.default 2025-03-21T21:18:48.3628125Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_438, aten.add.Tensor 2025-03-21T21:18:48.3629052Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_791, aten._to_copy.default 2025-03-21T21:18:48.3629886Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_285, aten.sub.Tensor 2025-03-21T21:18:48.3630711Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_792, aten._to_copy.default 2025-03-21T21:18:48.3631571Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_439, aten.add.Tensor 2025-03-21T21:18:48.3632413Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_793, aten._to_copy.default 2025-03-21T21:18:48.3633251Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_286, aten.sub.Tensor 2025-03-21T21:18:48.3634087Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_794, aten._to_copy.default 2025-03-21T21:18:48.7856194Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_440, aten.add.Tensor 2025-03-21T21:18:48.7857089Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_795, aten._to_copy.default 2025-03-21T21:18:48.7858191Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sub_tensor_287, aten.sub.Tensor 2025-03-21T21:18:48.7859015Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_796, aten._to_copy.default 2025-03-21T21:18:48.7859865Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_441, aten.add.Tensor 2025-03-21T21:18:48.7860708Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_797, aten._to_copy.default 2025-03-21T21:18:48.7861545Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_539, aten.cat.default 2025-03-21T21:18:48.7862346Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_540, aten.cat.default 2025-03-21T21:18:48.7863147Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_541, aten.cat.default 2025-03-21T21:18:48.7863941Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_542, aten.cat.default 2025-03-21T21:18:48.7864730Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_543, aten.cat.default 2025-03-21T21:18:48.7865526Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_544, aten.cat.default 2025-03-21T21:18:48.7866325Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_545, aten.cat.default 2025-03-21T21:18:48.7867188Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_546, aten.cat.default 2025-03-21T21:18:48.7867988Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_547, aten.cat.default 2025-03-21T21:18:48.7868827Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_548, aten.cat.default 2025-03-21T21:18:48.7869715Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_549, aten.cat.default 2025-03-21T21:18:48.7870511Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_550, aten.cat.default 2025-03-21T21:18:48.7871321Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_551, aten.cat.default 2025-03-21T21:18:48.7872162Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_798, aten._to_copy.default 2025-03-21T21:18:48.7873012Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_552, aten.cat.default 2025-03-21T21:18:48.7873917Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_799, aten._to_copy.default 2025-03-21T21:18:48.7874759Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_553, aten.cat.default 2025-03-21T21:18:48.7875605Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_800, aten._to_copy.default 2025-03-21T21:18:48.7876612Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_554, aten.cat.default 2025-03-21T21:18:48.7877455Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_801, aten._to_copy.default 2025-03-21T21:18:48.7878300Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_555, aten.cat.default 2025-03-21T21:18:48.7879213Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_802, aten._to_copy.default 2025-03-21T21:18:48.7880050Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_556, aten.cat.default 2025-03-21T21:18:48.7880894Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_803, aten._to_copy.default 2025-03-21T21:18:48.7881718Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_557, aten.cat.default 2025-03-21T21:18:48.7882556Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_804, aten._to_copy.default 2025-03-21T21:18:48.7883394Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_558, aten.cat.default 2025-03-21T21:18:48.7884236Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_805, aten._to_copy.default 2025-03-21T21:18:48.7885112Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_559, aten.cat.default 2025-03-21T21:18:48.7885952Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_806, aten._to_copy.default 2025-03-21T21:18:48.7886786Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_560, aten.cat.default 2025-03-21T21:18:48.7887615Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_807, aten._to_copy.default 2025-03-21T21:18:48.7888456Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_561, aten.cat.default 2025-03-21T21:18:48.7889291Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_808, aten._to_copy.default 2025-03-21T21:18:48.7890123Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_562, aten.cat.default 2025-03-21T21:18:48.7890960Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_809, aten._to_copy.default 2025-03-21T21:18:48.7891875Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_620, aten.permute_copy.default 2025-03-21T21:18:48.7892786Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_810, aten._to_copy.default 2025-03-21T21:18:48.7893724Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_621, aten.permute_copy.default 2025-03-21T21:18:48.7894636Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_811, aten._to_copy.default 2025-03-21T21:18:48.7895542Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_622, aten.permute_copy.default 2025-03-21T21:18:48.7896449Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_812, aten._to_copy.default 2025-03-21T21:18:48.7897358Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_623, aten.permute_copy.default 2025-03-21T21:18:48.7898270Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_813, aten._to_copy.default 2025-03-21T21:18:48.7899166Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_624, aten.permute_copy.default 2025-03-21T21:18:48.7900116Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_814, aten._to_copy.default 2025-03-21T21:18:48.7901021Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_625, aten.permute_copy.default 2025-03-21T21:18:48.7901931Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_815, aten._to_copy.default 2025-03-21T21:18:48.7902838Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_626, aten.permute_copy.default 2025-03-21T21:18:48.7903745Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_816, aten._to_copy.default 2025-03-21T21:18:48.7904655Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_627, aten.permute_copy.default 2025-03-21T21:18:48.7905625Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_817, aten._to_copy.default 2025-03-21T21:18:48.7906784Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_628, aten.permute_copy.default 2025-03-21T21:18:48.7907711Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_818, aten._to_copy.default 2025-03-21T21:18:48.7908629Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_629, aten.permute_copy.default 2025-03-21T21:18:48.7909609Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_819, aten._to_copy.default 2025-03-21T21:18:48.7910520Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_630, aten.permute_copy.default 2025-03-21T21:18:48.7911431Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_820, aten._to_copy.default 2025-03-21T21:18:48.7912373Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_631, aten.permute_copy.default 2025-03-21T21:18:48.7913283Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_821, aten._to_copy.default 2025-03-21T21:18:48.7914129Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_563, aten.cat.default 2025-03-21T21:18:48.7914937Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_565, aten.cat.default 2025-03-21T21:18:48.7915736Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_567, aten.cat.default 2025-03-21T21:18:48.7916536Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_569, aten.cat.default 2025-03-21T21:18:48.7917338Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_571, aten.cat.default 2025-03-21T21:18:48.7918129Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_573, aten.cat.default 2025-03-21T21:18:48.7918932Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_575, aten.cat.default 2025-03-21T21:18:48.7919727Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_577, aten.cat.default 2025-03-21T21:18:48.7920554Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_579, aten.cat.default 2025-03-21T21:18:48.7921356Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_581, aten.cat.default 2025-03-21T21:18:48.7922149Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_583, aten.cat.default 2025-03-21T21:18:48.7922935Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_585, aten.cat.default 2025-03-21T21:18:49.3446474Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_264, aten.matmul.default 2025-03-21T21:18:49.3448110Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_266, aten.matmul.default 2025-03-21T21:18:49.3449726Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_268, aten.matmul.default 2025-03-21T21:18:49.3451284Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_270, aten.matmul.default 2025-03-21T21:18:49.3453140Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_272, aten.matmul.default 2025-03-21T21:18:49.3454689Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_274, aten.matmul.default 2025-03-21T21:18:49.3456239Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_276, aten.matmul.default 2025-03-21T21:18:49.3457801Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_278, aten.matmul.default 2025-03-21T21:18:49.3459356Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_280, aten.matmul.default 2025-03-21T21:18:49.3460956Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_282, aten.matmul.default 2025-03-21T21:18:49.3462683Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_284, aten.matmul.default 2025-03-21T21:18:49.3464267Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_286, aten.matmul.default 2025-03-21T21:18:49.3465737Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_132, aten.div.Tensor 2025-03-21T21:18:49.3467222Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_133, aten.div.Tensor 2025-03-21T21:18:49.3468684Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_134, aten.div.Tensor 2025-03-21T21:18:49.3470196Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_135, aten.div.Tensor 2025-03-21T21:18:49.3471629Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_136, aten.div.Tensor 2025-03-21T21:18:49.3473232Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_137, aten.div.Tensor 2025-03-21T21:18:49.3474671Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_138, aten.div.Tensor 2025-03-21T21:18:49.3476277Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_139, aten.div.Tensor 2025-03-21T21:18:49.3477731Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_140, aten.div.Tensor 2025-03-21T21:18:49.3479142Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_141, aten.div.Tensor 2025-03-21T21:18:49.3480699Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_142, aten.div.Tensor 2025-03-21T21:18:49.3482128Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_div_tensor_143, aten.div.Tensor 2025-03-21T21:18:49.3483574Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_442, aten.add.Tensor 2025-03-21T21:18:49.3485050Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_443, aten.add.Tensor 2025-03-21T21:18:49.3486505Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_444, aten.add.Tensor 2025-03-21T21:18:49.3487942Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_445, aten.add.Tensor 2025-03-21T21:18:49.3489506Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_446, aten.add.Tensor 2025-03-21T21:18:49.3490945Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_447, aten.add.Tensor 2025-03-21T21:18:49.3492374Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_448, aten.add.Tensor 2025-03-21T21:18:49.3493803Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_449, aten.add.Tensor 2025-03-21T21:18:49.3495242Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_450, aten.add.Tensor 2025-03-21T21:18:49.3496716Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_451, aten.add.Tensor 2025-03-21T21:18:49.3498151Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_452, aten.add.Tensor 2025-03-21T21:18:49.3499604Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_453, aten.add.Tensor 2025-03-21T21:18:49.3501261Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_132, aten._softmax.default 2025-03-21T21:18:49.3502877Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_133, aten._softmax.default 2025-03-21T21:18:49.3504495Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_134, aten._softmax.default 2025-03-21T21:18:49.3506084Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_135, aten._softmax.default 2025-03-21T21:18:49.3507777Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_136, aten._softmax.default 2025-03-21T21:18:49.3509516Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_137, aten._softmax.default 2025-03-21T21:18:49.3511285Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_138, aten._softmax.default 2025-03-21T21:18:49.3512889Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_139, aten._softmax.default 2025-03-21T21:18:49.3514548Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_140, aten._softmax.default 2025-03-21T21:18:49.3516195Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_141, aten._softmax.default 2025-03-21T21:18:49.3517787Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_142, aten._softmax.default 2025-03-21T21:18:49.3519455Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__softmax_default_143, aten._softmax.default 2025-03-21T21:18:49.3521091Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_265, aten.matmul.default 2025-03-21T21:18:49.3522773Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_267, aten.matmul.default 2025-03-21T21:18:49.3524349Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_269, aten.matmul.default 2025-03-21T21:18:49.3525923Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_271, aten.matmul.default 2025-03-21T21:18:49.3527477Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_273, aten.matmul.default 2025-03-21T21:18:49.3529027Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_275, aten.matmul.default 2025-03-21T21:18:49.3530566Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_277, aten.matmul.default 2025-03-21T21:18:49.3532141Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_279, aten.matmul.default 2025-03-21T21:18:49.3533737Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_281, aten.matmul.default 2025-03-21T21:18:49.3535241Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_283, aten.matmul.default 2025-03-21T21:18:49.3536829Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_285, aten.matmul.default 2025-03-21T21:18:49.3538486Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_matmul_default_287, aten.matmul.default 2025-03-21T21:18:49.3539985Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_cat_default_587, aten.cat.default 2025-03-21T21:18:49.3541556Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1352, aten.view_copy.default 2025-03-21T21:18:49.3543266Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1620, aten.permute_copy.default 2025-03-21T21:18:49.3544997Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_476, aten.convolution.default 2025-03-21T21:18:49.3546739Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1621, aten.permute_copy.default 2025-03-21T21:18:49.3548441Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1353, aten.view_copy.default 2025-03-21T21:18:49.3550186Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_454, aten.add.Tensor 2025-03-21T21:18:49.3551663Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_rms_norm_default_23, aten.rms_norm.default 2025-03-21T21:18:49.3553312Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1354, aten.view_copy.default 2025-03-21T21:18:49.3555035Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1622, aten.permute_copy.default 2025-03-21T21:18:49.3556776Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_477, aten.convolution.default 2025-03-21T21:18:49.3558505Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_478, aten.convolution.default 2025-03-21T21:18:49.3560240Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_sigmoid_default_11, aten.sigmoid.default 2025-03-21T21:18:49.3561768Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1222, aten.mul.Tensor 2025-03-21T21:18:49.3563227Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_mul_tensor_1223, aten.mul.Tensor 2025-03-21T21:18:49.3564817Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_479, aten.convolution.default 2025-03-21T21:18:49.3566558Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1623, aten.permute_copy.default 2025-03-21T21:18:49.3568252Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_view_copy_default_1355, aten.view_copy.default 2025-03-21T21:18:49.3569591Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_add_tensor_455, aten.add.Tensor 2025-03-21T21:19:25.1451345Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_rms_norm_default_24, aten.rms_norm.default 2025-03-21T21:19:25.1453049Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_unsqueeze_copy_default, aten.unsqueeze_copy.default 2025-03-21T21:19:25.1454737Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1624, aten.permute_copy.default 2025-03-21T21:19:25.1456779Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_convolution_default_480, aten.convolution.default 2025-03-21T21:19:25.1458340Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_permute_copy_default_1625, aten.permute_copy.default 2025-03-21T21:19:25.1459845Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten__to_copy_default_822, aten._to_copy.default 2025-03-21T21:19:25.1461211Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: aten_squeeze_dims, aten.squeeze.dims 2025-03-21T21:19:25.1462349Z [INFO] [Qnn ExecuTorch]: Destroy Qnn backend parameters 2025-03-21T21:19:25.1463096Z [INFO] [Qnn ExecuTorch]: Destroy Qnn context 2025-03-21T21:19:25.1463802Z [INFO] [Qnn ExecuTorch]: Destroy Qnn device 2025-03-21T21:19:25.1464453Z [INFO] [Qnn ExecuTorch]: Destroy Qnn backend 2025-03-21T21:19:25.1465246Z [INFO] [Qnn ExecuTorch]: create QNN Logger with log_level 2 2025-03-21T21:19:25.1466600Z [INFO] [Qnn ExecuTorch]: Initialize Qnn backend parameters for Qnn executorch backend type 2 2025-03-21T21:19:25.1467739Z [INFO] [Qnn ExecuTorch]: Caching: Caching is in RESTORE MODE. 2025-03-21T21:19:25.1468834Z [INFO] [Qnn ExecuTorch]: QnnContextCustomProtocol expected magic number: 0x5678abcd but get: 0x1234abcd 2025-03-21T21:19:25.1470343Z [WARNING] [Qnn ExecuTorch]: Failed to interpret QNN context binary. Error code 30010. Try verifying binary with online-prepare format. 2025-03-21T21:19:25.1471156Z [WARNING] [Qnn ExecuTorch]: QnnDsp Performance Estimates unsupported 2025-03-21T21:19:25.1471520Z 2025-03-21T21:19:25.1471961Z [WARNING] [Qnn ExecuTorch]: QnnDsp Arch 68 set by custom config is different from arch associated with SoC 57, will overwrite it to 75 2025-03-21T21:19:25.1472524Z 2025-03-21T21:19:25.1472689Z [INFO] [Qnn ExecuTorch]: Running level=3 optimization. 2025-03-21T21:19:25.1473242Z [INFO] [Qnn ExecuTorch]: Running level=3 optimization. 2025-03-21T21:19:25.1473675Z [INFO] [Qnn ExecuTorch]: Destroy Qnn backend parameters 2025-03-21T21:19:25.1474064Z [INFO] [Qnn ExecuTorch]: Destroy Qnn context 2025-03-21T21:19:25.1474436Z [INFO] [Qnn ExecuTorch]: Destroy Qnn device 2025-03-21T21:19:25.1474803Z [INFO] [Qnn ExecuTorch]: Destroy Qnn backend 2025-03-21T21:19:25.1476351Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/backends/mkldnn/__init__.py:78: UserWarning: TF32 acceleration on top of oneDNN is available for Intel GPUs. The current Torch version does not have Intel GPU Support. (Triggered internally at /pytorch/aten/src/ATen/Context.cpp:148.) 2025-03-21T21:19:25.1477719Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T21:19:25.1479114Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/backends/mkldnn/__init__.py:78: UserWarning: TF32 acceleration on top of oneDNN is available for Intel GPUs. The current Torch version does not have Intel GPU Support. (Triggered internally at /pytorch/aten/src/ATen/Context.cpp:148.) 2025-03-21T21:19:25.1480451Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T21:19:25.1481774Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/backends/mkldnn/__init__.py:78: UserWarning: TF32 acceleration on top of oneDNN is available for Intel GPUs. The current Torch version does not have Intel GPU Support. (Triggered internally at /pytorch/aten/src/ATen/Context.cpp:148.) 2025-03-21T21:19:25.1483084Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T21:19:25.1483505Z [INFO] [Qnn ExecuTorch]: create QNN Logger with log_level 2 2025-03-21T21:19:25.1484092Z [INFO] [Qnn ExecuTorch]: Initialize Qnn backend parameters for Qnn executorch backend type 2 2025-03-21T21:19:25.1484729Z [INFO] [Qnn ExecuTorch]: Caching: Caching is in SAVE MODE. 2025-03-21T21:19:25.1485236Z [WARNING] [Qnn ExecuTorch]: QnnDsp Performance Estimates unsupported 2025-03-21T21:19:25.1485571Z 2025-03-21T21:19:25.1486023Z [WARNING] [Qnn ExecuTorch]: QnnDsp Arch 68 set by custom config is different from arch associated with SoC 57, will overwrite it to 75 2025-03-21T21:19:25.1486574Z 2025-03-21T21:19:25.1486748Z [INFO] [Qnn ExecuTorch]: Running level=3 optimization. 2025-03-21T21:19:25.1487164Z [INFO] [Qnn ExecuTorch]: Destroy Qnn backend parameters 2025-03-21T21:19:25.1487561Z [INFO] [Qnn ExecuTorch]: Destroy Qnn context 2025-03-21T21:19:25.1487921Z [INFO] [Qnn ExecuTorch]: Destroy Qnn device 2025-03-21T21:19:25.1488280Z [INFO] [Qnn ExecuTorch]: Destroy Qnn backend 2025-03-21T21:19:25.1488687Z [INFO] [Qnn ExecuTorch]: create QNN Logger with log_level 2 2025-03-21T21:19:25.1489250Z [INFO] [Qnn ExecuTorch]: Initialize Qnn backend parameters for Qnn executorch backend type 2 2025-03-21T21:19:25.1489831Z [INFO] [Qnn ExecuTorch]: Caching: Caching is in SAVE MODE. 2025-03-21T21:19:25.1490333Z [WARNING] [Qnn ExecuTorch]: QnnDsp Performance Estimates unsupported 2025-03-21T21:19:25.1490668Z 2025-03-21T21:19:25.1491160Z [WARNING] [Qnn ExecuTorch]: QnnDsp Arch 68 set by custom config is different from arch associated with SoC 57, will overwrite it to 75 2025-03-21T21:19:25.1491714Z 2025-03-21T21:19:25.1491917Z [INFO] [Qnn ExecuTorch]: Running level=3 optimization. 2025-03-21T21:19:25.1492632Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: loader_kv_forward_1742591949, loader_kv_forward_1742591949.default 2025-03-21T21:19:25.1493322Z [INFO] [Qnn ExecuTorch]: Destroy Qnn context 2025-03-21T21:19:25.1493673Z [INFO] [Qnn ExecuTorch]: Destroy Qnn device 2025-03-21T21:19:25.1494037Z [INFO] [Qnn ExecuTorch]: Destroy Qnn backend 2025-03-21T21:19:25.1495361Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/backends/mkldnn/__init__.py:78: UserWarning: TF32 acceleration on top of oneDNN is available for Intel GPUs. The current Torch version does not have Intel GPU Support. (Triggered internally at /pytorch/aten/src/ATen/Context.cpp:148.) 2025-03-21T21:19:25.1496685Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T21:19:25.1498054Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/backends/mkldnn/__init__.py:78: UserWarning: TF32 acceleration on top of oneDNN is available for Intel GPUs. The current Torch version does not have Intel GPU Support. (Triggered internally at /pytorch/aten/src/ATen/Context.cpp:148.) 2025-03-21T21:19:25.1499383Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T21:19:25.1500701Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/backends/mkldnn/__init__.py:78: UserWarning: TF32 acceleration on top of oneDNN is available for Intel GPUs. The current Torch version does not have Intel GPU Support. (Triggered internally at /pytorch/aten/src/ATen/Context.cpp:148.) 2025-03-21T21:19:25.1502020Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T21:19:25.1502425Z [INFO] [Qnn ExecuTorch]: create QNN Logger with log_level 2 2025-03-21T21:19:25.1503037Z [INFO] [Qnn ExecuTorch]: Initialize Qnn backend parameters for Qnn executorch backend type 2 2025-03-21T21:19:25.1503624Z [INFO] [Qnn ExecuTorch]: Caching: Caching is in SAVE MODE. 2025-03-21T21:19:25.1504134Z [WARNING] [Qnn ExecuTorch]: QnnDsp Performance Estimates unsupported 2025-03-21T21:19:25.1504470Z 2025-03-21T21:19:25.1504921Z [WARNING] [Qnn ExecuTorch]: QnnDsp Arch 68 set by custom config is different from arch associated with SoC 57, will overwrite it to 75 2025-03-21T21:19:25.1505471Z 2025-03-21T21:19:25.1505640Z [INFO] [Qnn ExecuTorch]: Running level=3 optimization. 2025-03-21T21:19:25.1506055Z [INFO] [Qnn ExecuTorch]: Destroy Qnn backend parameters 2025-03-21T21:19:25.1506452Z [INFO] [Qnn ExecuTorch]: Destroy Qnn context 2025-03-21T21:19:25.1506817Z [INFO] [Qnn ExecuTorch]: Destroy Qnn device 2025-03-21T21:19:25.1507257Z [INFO] [Qnn ExecuTorch]: Destroy Qnn backend 2025-03-21T21:19:25.1507667Z [INFO] [Qnn ExecuTorch]: create QNN Logger with log_level 2 2025-03-21T21:19:25.1508253Z [INFO] [Qnn ExecuTorch]: Initialize Qnn backend parameters for Qnn executorch backend type 2 2025-03-21T21:19:25.1508826Z [INFO] [Qnn ExecuTorch]: Caching: Caching is in SAVE MODE. 2025-03-21T21:19:25.1509478Z [WARNING] [Qnn ExecuTorch]: QnnDsp Performance Estimates unsupported 2025-03-21T21:19:25.1509833Z 2025-03-21T21:19:25.1510271Z [WARNING] [Qnn ExecuTorch]: QnnDsp Arch 68 set by custom config is different from arch associated with SoC 57, will overwrite it to 75 2025-03-21T21:19:25.1510829Z 2025-03-21T21:19:25.1510986Z [INFO] [Qnn ExecuTorch]: Running level=3 optimization. 2025-03-21T21:19:25.1511751Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: loader_prefill_forward_1742591953, loader_prefill_forward_1742591953.default 2025-03-21T21:19:25.1512489Z [INFO] [Qnn ExecuTorch]: Destroy Qnn context 2025-03-21T21:19:25.1512843Z [INFO] [Qnn ExecuTorch]: Destroy Qnn device 2025-03-21T21:19:25.1513202Z [INFO] [Qnn ExecuTorch]: Destroy Qnn backend 2025-03-21T21:19:25.1514553Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/backends/mkldnn/__init__.py:78: UserWarning: TF32 acceleration on top of oneDNN is available for Intel GPUs. The current Torch version does not have Intel GPU Support. (Triggered internally at /pytorch/aten/src/ATen/Context.cpp:148.) 2025-03-21T21:19:25.1515885Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T21:19:25.1517206Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/backends/mkldnn/__init__.py:78: UserWarning: TF32 acceleration on top of oneDNN is available for Intel GPUs. The current Torch version does not have Intel GPU Support. (Triggered internally at /pytorch/aten/src/ATen/Context.cpp:148.) 2025-03-21T21:19:25.1518525Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T21:19:25.1518940Z [INFO] [Qnn ExecuTorch]: create QNN Logger with log_level 2 2025-03-21T21:19:25.1519509Z [INFO] [Qnn ExecuTorch]: Initialize Qnn backend parameters for Qnn executorch backend type 2 2025-03-21T21:19:25.1520085Z [INFO] [Qnn ExecuTorch]: Caching: Caching is in SAVE MODE. 2025-03-21T21:19:25.1520594Z [WARNING] [Qnn ExecuTorch]: QnnDsp Performance Estimates unsupported 2025-03-21T21:19:25.1521010Z 2025-03-21T21:19:25.1521452Z [WARNING] [Qnn ExecuTorch]: QnnDsp Arch 68 set by custom config is different from arch associated with SoC 57, will overwrite it to 75 2025-03-21T21:19:25.1522000Z 2025-03-21T21:19:25.1522169Z [INFO] [Qnn ExecuTorch]: Running level=3 optimization. 2025-03-21T21:19:25.1522603Z [INFO] [Qnn ExecuTorch]: Destroy Qnn backend parameters 2025-03-21T21:19:25.1523004Z [INFO] [Qnn ExecuTorch]: Destroy Qnn context 2025-03-21T21:19:25.1523353Z [INFO] [Qnn ExecuTorch]: Destroy Qnn device 2025-03-21T21:19:25.1523714Z [INFO] [Qnn ExecuTorch]: Destroy Qnn backend 2025-03-21T21:23:53.7968644Z [INFO] [Qnn ExecuTorch]: create QNN Logger with log_level 2 2025-03-21T21:23:53.7969321Z [INFO] [Qnn ExecuTorch]: Initialize Qnn backend parameters for Qnn executorch backend type 2 2025-03-21T21:23:53.7970326Z [INFO] [Qnn ExecuTorch]: Caching: Caching is in SAVE MODE. 2025-03-21T21:23:53.7971246Z [WARNING] [Qnn ExecuTorch]: QnnDsp Performance Estimates unsupported 2025-03-21T21:23:53.7971652Z 2025-03-21T21:23:53.7972175Z [WARNING] [Qnn ExecuTorch]: QnnDsp Arch 68 set by custom config is different from arch associated with SoC 57, will overwrite it to 75 2025-03-21T21:23:53.7972772Z 2025-03-21T21:23:53.7972955Z [INFO] [Qnn ExecuTorch]: Running level=3 optimization. 2025-03-21T21:23:53.7973731Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: loader_kv_forward_1742591949, loader_kv_forward_1742591949.default 2025-03-21T21:23:53.7974478Z [INFO] [Qnn ExecuTorch]: Destroy Qnn context 2025-03-21T21:23:53.7974848Z [INFO] [Qnn ExecuTorch]: Destroy Qnn device 2025-03-21T21:23:53.7975271Z [INFO] [Qnn ExecuTorch]: Destroy Qnn backend 2025-03-21T21:23:53.7975811Z [INFO] [Qnn ExecuTorch]: create QNN Logger with log_level 2 2025-03-21T21:23:53.7976648Z [INFO] [Qnn ExecuTorch]: Initialize Qnn backend parameters for Qnn executorch backend type 2 2025-03-21T21:23:53.7977302Z [INFO] [Qnn ExecuTorch]: Caching: Caching is in SAVE MODE. 2025-03-21T21:23:53.7977859Z [WARNING] [Qnn ExecuTorch]: QnnDsp Performance Estimates unsupported 2025-03-21T21:23:53.7978218Z 2025-03-21T21:23:53.7978724Z [WARNING] [Qnn ExecuTorch]: QnnDsp Arch 68 set by custom config is different from arch associated with SoC 57, will overwrite it to 75 2025-03-21T21:23:53.7979350Z 2025-03-21T21:23:53.7979507Z [INFO] [Qnn ExecuTorch]: Running level=3 optimization. 2025-03-21T21:23:53.7979947Z [INFO] [Qnn ExecuTorch]: Destroy Qnn backend parameters 2025-03-21T21:23:53.7980386Z [INFO] [Qnn ExecuTorch]: Destroy Qnn context 2025-03-21T21:23:53.7980872Z [INFO] [Qnn ExecuTorch]: Destroy Qnn device 2025-03-21T21:23:53.7981375Z [INFO] [Qnn ExecuTorch]: Destroy Qnn backend 2025-03-21T21:23:53.7981849Z [INFO] [Qnn ExecuTorch]: create QNN Logger with log_level 2 2025-03-21T21:23:53.7982427Z [INFO] [Qnn ExecuTorch]: Initialize Qnn backend parameters for Qnn executorch backend type 2 2025-03-21T21:23:53.7983065Z [INFO] [Qnn ExecuTorch]: Caching: Caching is in SAVE MODE. 2025-03-21T21:23:53.7983573Z [WARNING] [Qnn ExecuTorch]: QnnDsp Performance Estimates unsupported 2025-03-21T21:23:53.7983962Z 2025-03-21T21:23:53.7984641Z [WARNING] [Qnn ExecuTorch]: QnnDsp Arch 68 set by custom config is different from arch associated with SoC 57, will overwrite it to 75 2025-03-21T21:23:53.7985251Z 2025-03-21T21:23:53.7985412Z [INFO] [Qnn ExecuTorch]: Running level=3 optimization. 2025-03-21T21:23:53.7986226Z INFO:executorch.backends.qualcomm.qnn_preprocess:Visiting: loader_prefill_forward_1742591953, loader_prefill_forward_1742591953.default 2025-03-21T21:23:53.7986965Z [INFO] [Qnn ExecuTorch]: Destroy Qnn context 2025-03-21T21:23:53.7987331Z [INFO] [Qnn ExecuTorch]: Destroy Qnn device 2025-03-21T21:23:53.7987693Z [INFO] [Qnn ExecuTorch]: Destroy Qnn backend 2025-03-21T21:23:53.7989092Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/backends/mkldnn/__init__.py:78: UserWarning: TF32 acceleration on top of oneDNN is available for Intel GPUs. The current Torch version does not have Intel GPU Support. (Triggered internally at /pytorch/aten/src/ATen/Context.cpp:148.) 2025-03-21T21:23:53.7990556Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T21:23:53.7991883Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/backends/mkldnn/__init__.py:78: UserWarning: TF32 acceleration on top of oneDNN is available for Intel GPUs. The current Torch version does not have Intel GPU Support. (Triggered internally at /pytorch/aten/src/ATen/Context.cpp:148.) 2025-03-21T21:23:53.7993200Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T21:23:53.7994519Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/backends/mkldnn/__init__.py:78: UserWarning: TF32 acceleration on top of oneDNN is available for Intel GPUs. The current Torch version does not have Intel GPU Support. (Triggered internally at /pytorch/aten/src/ATen/Context.cpp:148.) 2025-03-21T21:23:53.7995846Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T21:23:53.7997218Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/backends/mkldnn/__init__.py:78: UserWarning: TF32 acceleration on top of oneDNN is available for Intel GPUs. The current Torch version does not have Intel GPU Support. (Triggered internally at /pytorch/aten/src/ATen/Context.cpp:148.) 2025-03-21T21:23:53.7998638Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T21:23:53.7999955Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/backends/mkldnn/__init__.py:78: UserWarning: TF32 acceleration on top of oneDNN is available for Intel GPUs. The current Torch version does not have Intel GPU Support. (Triggered internally at /pytorch/aten/src/ATen/Context.cpp:148.) 2025-03-21T21:23:53.8001275Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T21:23:53.8002653Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/backends/mkldnn/__init__.py:78: UserWarning: TF32 acceleration on top of oneDNN is available for Intel GPUs. The current Torch version does not have Intel GPU Support. (Triggered internally at /pytorch/aten/src/ATen/Context.cpp:148.) 2025-03-21T21:23:53.8004074Z torch._C._set_onednn_allow_tf32(_allow_tf32) 2025-03-21T21:23:53.8004568Z INFO:root:Time for compiling: 1099.17431640625 2025-03-21T21:23:53.8005033Z INFO:root:Logit scale: 0.0006781866541132331; Logit offset: 24939 2025-03-21T21:23:53.8005594Z WARNING:root:x86 only support ShiftPointer, overwrite kv_updater to ShiftPointer 2025-03-21T21:23:53.8006063Z . 2025-03-21T21:23:53.8006385Z ---------------------------------------------------------------------- 2025-03-21T21:23:53.8006814Z Ran 1 test in 1832.390s 2025-03-21T21:23:53.8007033Z 2025-03-21T21:23:53.8007120Z OK 2025-03-21T21:23:53.8007334Z + exit_code2=0 2025-03-21T21:23:53.8007584Z + '[' 0 -ne 0 ']' 2025-03-21T21:23:53.8007886Z + '[' 0 -ne 0 ']' 2025-03-21T21:23:53.8008112Z + '[' 0 -ne 0 ']' 2025-03-21T21:23:53.8008349Z + '[' 0 -ne 0 ']' 2025-03-21T21:23:53.8008641Z + exit 0 2025-03-21T21:23:53.8184853Z ##[group]Run pmeier/pytest-results-action@v0.3.0 2025-03-21T21:23:53.8185280Z with: 2025-03-21T21:23:53.8185593Z path: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T21:23:53.8186016Z fail-on-empty: false 2025-03-21T21:23:53.8186277Z env: 2025-03-21T21:23:53.8186547Z DOCKER_IMAGE: executorch-ubuntu-22.04-qnn-sdk 2025-03-21T21:23:53.8186918Z REPOSITORY: pytorch/executorch 2025-03-21T21:23:53.8187200Z PR_NUMBER: 2025-03-21T21:23:53.8190046Z 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" ./install_requirements.sh --use-pt-pinned-commit 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-03-21T21:23:53.8193051Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T21:23:53.8193657Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T21:23:53.8194223Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T21:23:53.8194631Z ##[endgroup] 2025-03-21T21:23:53.8830055Z Prepare all required actions 2025-03-21T21:23:53.8862526Z ##[group]Run ./test-infra/.github/actions/chown-directory 2025-03-21T21:23:53.8862918Z with: 2025-03-21T21:23:53.8863280Z directory: /home/ec2-user/actions-runner/_work/executorch/executorch/ 2025-03-21T21:23:53.8863860Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2025-03-21T21:23:53.8864309Z env: 2025-03-21T21:23:53.8864569Z DOCKER_IMAGE: executorch-ubuntu-22.04-qnn-sdk 2025-03-21T21:23:53.8864944Z REPOSITORY: pytorch/executorch 2025-03-21T21:23:53.8865244Z PR_NUMBER: 2025-03-21T21:23:53.8867979Z 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" ./install_requirements.sh --use-pt-pinned-commit 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-03-21T21:23:53.8871097Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T21:23:53.8871697Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T21:23:53.8872265Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T21:23:53.8872672Z ##[endgroup] 2025-03-21T21:23:53.8891303Z ##[group]Run docker run --rm -v "${DIRECTORY}":/v -w /v "${ALPINE_IMAGE}" chown -R "$(id -u):$(id -g)" . 2025-03-21T21:23:53.8892021Z docker run --rm -v "${DIRECTORY}":/v -w /v "${ALPINE_IMAGE}" chown -R "$(id -u):$(id -g)" . 2025-03-21T21:23:53.8914059Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T21:23:53.8914468Z env: 2025-03-21T21:23:53.8914748Z DOCKER_IMAGE: executorch-ubuntu-22.04-qnn-sdk 2025-03-21T21:23:53.8915124Z REPOSITORY: pytorch/executorch 2025-03-21T21:23:53.8915428Z PR_NUMBER: 2025-03-21T21:23:53.8918134Z 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" ./install_requirements.sh --use-pt-pinned-commit 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-03-21T21:23:53.8921041Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T21:23:53.8921647Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T21:23:53.8922218Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T21:23:53.8922747Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2025-03-21T21:23:53.8923321Z DIRECTORY: /home/ec2-user/actions-runner/_work/executorch/executorch/ 2025-03-21T21:23:53.8923759Z ##[endgroup] 2025-03-21T21:23:53.9312308Z Unable to find image '308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine:latest' locally 2025-03-21T21:23:54.2035433Z latest: Pulling from tool/alpine 2025-03-21T21:23:54.2047700Z 540db60ca938: Pulling fs layer 2025-03-21T21:23:54.3297919Z 540db60ca938: Verifying Checksum 2025-03-21T21:23:54.3298286Z 540db60ca938: Download complete 2025-03-21T21:23:54.4304734Z 540db60ca938: Pull complete 2025-03-21T21:23:54.4372212Z Digest: sha256:def822f9851ca422481ec6fee59a9966f12b351c62ccb9aca841526ffaa9f748 2025-03-21T21:23:54.4395608Z Status: Downloaded newer image for 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine:latest 2025-03-21T21:23:57.7688166Z Prepare all required actions 2025-03-21T21:23:57.7714874Z ##[group]Run ./test-infra/.github/actions/chown-directory 2025-03-21T21:23:57.7715261Z with: 2025-03-21T21:23:57.7715566Z directory: /home/ec2-user/actions-runner/_work/_temp 2025-03-21T21:23:57.7716072Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2025-03-21T21:23:57.7716510Z env: 2025-03-21T21:23:57.7716769Z DOCKER_IMAGE: executorch-ubuntu-22.04-qnn-sdk 2025-03-21T21:23:57.7717141Z REPOSITORY: pytorch/executorch 2025-03-21T21:23:57.7717445Z PR_NUMBER: 2025-03-21T21:23:57.7720187Z 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" ./install_requirements.sh --use-pt-pinned-commit 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-03-21T21:23:57.7723217Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T21:23:57.7723818Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T21:23:57.7724388Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T21:23:57.7724778Z ##[endgroup] 2025-03-21T21:23:57.7748837Z ##[group]Run docker run --rm -v "${DIRECTORY}":/v -w /v "${ALPINE_IMAGE}" chown -R "$(id -u):$(id -g)" . 2025-03-21T21:23:57.7749656Z docker run --rm -v "${DIRECTORY}":/v -w /v "${ALPINE_IMAGE}" chown -R "$(id -u):$(id -g)" . 2025-03-21T21:23:57.7756717Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T21:23:57.7757124Z env: 2025-03-21T21:23:57.7757393Z DOCKER_IMAGE: executorch-ubuntu-22.04-qnn-sdk 2025-03-21T21:23:57.7757770Z REPOSITORY: pytorch/executorch 2025-03-21T21:23:57.7758073Z PR_NUMBER: 2025-03-21T21:23:57.7760791Z 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" ./install_requirements.sh --use-pt-pinned-commit 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-03-21T21:23:57.7763698Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T21:23:57.7764298Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T21:23:57.7764858Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T21:23:57.7765394Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2025-03-21T21:23:57.7765900Z DIRECTORY: /home/ec2-user/actions-runner/_work/_temp 2025-03-21T21:23:57.7766253Z ##[endgroup] 2025-03-21T21:23:58.8872531Z ##[group]Run # Only do these steps if we actually want to upload an artifact 2025-03-21T21:23:58.8873261Z # Only do these steps if we actually want to upload an artifact 2025-03-21T21:23:58.8873739Z if [[ -n "${UPLOAD_ARTIFACT_NAME}" ]]; then 2025-03-21T21:23:58.8874306Z  # If the default execution path is followed then we should get a wheel in the dist/ folder 2025-03-21T21:23:58.8874927Z  # attempt to just grab whatever is in there and scoop it all up 2025-03-21T21:23:58.8875441Z  if find "dist/" -name "*.whl" >/dev/null 2>/dev/null; then 2025-03-21T21:23:58.8875895Z  mv -v dist/*.whl "${RUNNER_ARTIFACT_DIR}/" 2025-03-21T21:23:58.8876473Z  fi 2025-03-21T21:23:58.8876784Z  if [[ -d "artifacts-to-be-uploaded" ]]; then 2025-03-21T21:23:58.8877263Z  mv -v artifacts-to-be-uploaded/* "${RUNNER_ARTIFACT_DIR}/" 2025-03-21T21:23:58.8877663Z  fi 2025-03-21T21:23:58.8877950Z fi 2025-03-21T21:23:58.8878178Z  2025-03-21T21:23:58.8878399Z upload_docs=0 2025-03-21T21:23:58.8878819Z # Check if there are files in the documentation folder to upload, note that 2025-03-21T21:23:58.8879300Z # empty folders do not count 2025-03-21T21:23:58.8879769Z if find "${RUNNER_DOCS_DIR}" -mindepth 1 -maxdepth 1 -type f | read -r; then 2025-03-21T21:23:58.8880388Z  # TODO: Add a check here to test if on ec2 because if we're not on ec2 then this 2025-03-21T21:23:58.8880901Z  # upload will probably not work correctly 2025-03-21T21:23:58.8881252Z  upload_docs=1 2025-03-21T21:23:58.8881523Z fi 2025-03-21T21:23:58.8881851Z echo "upload-docs=${upload_docs}" >> "${GITHUB_OUTPUT}" 2025-03-21T21:23:58.8888287Z shell: /usr/bin/bash -e {0} 2025-03-21T21:23:58.8888578Z env: 2025-03-21T21:23:58.8888848Z DOCKER_IMAGE: executorch-ubuntu-22.04-qnn-sdk 2025-03-21T21:23:58.8889237Z REPOSITORY: pytorch/executorch 2025-03-21T21:23:58.8889539Z PR_NUMBER: 2025-03-21T21:23:58.8892322Z 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" ./install_requirements.sh --use-pt-pinned-commit 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-03-21T21:23:58.8895323Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T21:23:58.8896127Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T21:23:58.8896799Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T21:23:58.8897324Z UPLOAD_ARTIFACT_NAME: 2025-03-21T21:23:58.8897714Z ##[endgroup] 2025-03-21T21:23:58.9037860Z Prepare all required actions 2025-03-21T21:23:58.9070888Z ##[group]Run ./test-infra/.github/actions/teardown-linux 2025-03-21T21:23:58.9071268Z with: 2025-03-21T21:23:58.9071473Z env: 2025-03-21T21:23:58.9071742Z DOCKER_IMAGE: executorch-ubuntu-22.04-qnn-sdk 2025-03-21T21:23:58.9072115Z REPOSITORY: pytorch/executorch 2025-03-21T21:23:58.9072415Z PR_NUMBER: 2025-03-21T21:23:58.9075163Z 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" ./install_requirements.sh --use-pt-pinned-commit 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-03-21T21:23:58.9078414Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T21:23:58.9079022Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T21:23:58.9079593Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T21:23:58.9080002Z ##[endgroup] 2025-03-21T21:23:58.9100271Z ##[group]Run set -eou pipefail 2025-03-21T21:23:58.9100606Z set -eou pipefail 2025-03-21T21:23:58.9100899Z  2025-03-21T21:23:58.9101272Z echo "Holding runner for 2 hours until all ssh sessions have logged out" 2025-03-21T21:23:58.9101754Z for _ in $(seq 1440); do 2025-03-21T21:23:58.9102103Z  # Break if no ssh session exists anymore 2025-03-21T21:23:58.9102474Z  if [ "$(who)" = "" ]; then 2025-03-21T21:23:58.9102795Z  break 2025-03-21T21:23:58.9103044Z  fi 2025-03-21T21:23:58.9103293Z  echo "." 2025-03-21T21:23:58.9103554Z  sleep 5 2025-03-21T21:23:58.9103804Z done 2025-03-21T21:23:58.9109739Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T21:23:58.9110137Z env: 2025-03-21T21:23:58.9110418Z DOCKER_IMAGE: executorch-ubuntu-22.04-qnn-sdk 2025-03-21T21:23:58.9110798Z REPOSITORY: pytorch/executorch 2025-03-21T21:23:58.9111097Z PR_NUMBER: 2025-03-21T21:23:58.9113827Z 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" ./install_requirements.sh --use-pt-pinned-commit 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-03-21T21:23:58.9116831Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T21:23:58.9117438Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T21:23:58.9118007Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T21:23:58.9118401Z ##[endgroup] 2025-03-21T21:23:58.9139789Z Holding runner for 2 hours until all ssh sessions have logged out 2025-03-21T21:23:58.9212940Z ##[group]Run # ignore expansion of "docker ps -q" since it could be empty 2025-03-21T21:23:58.9213516Z # ignore expansion of "docker ps -q" since it could be empty 2025-03-21T21:23:58.9213957Z # shellcheck disable=SC2046 2025-03-21T21:23:58.9214317Z docker stop $(docker ps -q) || true 2025-03-21T21:23:58.9214790Z # Prune all of the docker images 2025-03-21T21:23:58.9215156Z docker system prune -af 2025-03-21T21:23:58.9220126Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T21:23:58.9220518Z env: 2025-03-21T21:23:58.9220796Z DOCKER_IMAGE: executorch-ubuntu-22.04-qnn-sdk 2025-03-21T21:23:58.9221168Z REPOSITORY: pytorch/executorch 2025-03-21T21:23:58.9221454Z PR_NUMBER: 2025-03-21T21:23:58.9224192Z 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" ./install_requirements.sh --use-pt-pinned-commit 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-03-21T21:23:58.9227174Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T21:23:58.9227784Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T21:23:58.9228348Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T21:23:58.9228754Z ##[endgroup] 2025-03-21T21:24:09.4537247Z eb107ea6aae3 2025-03-21T21:24:11.2789724Z Deleted Containers: 2025-03-21T21:24:11.2790163Z eb107ea6aae3eb55d362e856c905029f61260c0c8c5ebad72e46069f1ad241f2 2025-03-21T21:24:11.2790556Z 2025-03-21T21:24:19.0599536Z Deleted Images: 2025-03-21T21:24:19.0600297Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-qnn-sdk:2abd9b1bd42f655b7d130222db4a0cdbc04da8a4 2025-03-21T21:24:19.0601629Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-qnn-sdk@sha256:d38559c98aeb82552e009bbb7b17d76adfa19c8f3fb874ea99a5e76d87757f76 2025-03-21T21:24:19.0602685Z deleted: sha256:a30343f4b72f0dce49d6d4823ed055cd99145a3bc06228740f811eb1decc1863 2025-03-21T21:24:19.0603347Z deleted: sha256:dcbb28d0046263c2430b67be3aa47d5eeae988406651c479166a85d1f2dc5352 2025-03-21T21:24:19.0604009Z deleted: sha256:9eb84eff28220b78ca23a97d30406ba503bed179b002ea84bf7374f638729e3d 2025-03-21T21:24:19.0604675Z deleted: sha256:1e08d848f7a107eb88f5b1a9b4514efc7f1c8dcd0851dd1522bf5910c9a64b6e 2025-03-21T21:24:19.0605350Z deleted: sha256:338177c78bc0a768d9773592fdf8b7b0698a67566a991a8b485100213ca9fbc4 2025-03-21T21:24:19.0606189Z deleted: sha256:1735d6e22433f10e5a460ac53455294f66b52df308d6b6be04dd20bba3bc489b 2025-03-21T21:24:19.0606841Z deleted: sha256:e916ccba91a2ab63063cc7db425ff08ff4285196cf9b87316350e73b07ee4a38 2025-03-21T21:24:19.0607486Z deleted: sha256:50076809f40f30d632e24ddc5aed1a5bd9a9865dd2866c1ab23c86bf633e7962 2025-03-21T21:24:19.0608156Z deleted: sha256:f9be2a6a76147aff49d05a4ea9ab782cc03d178fcdc373fd1823e47d21271049 2025-03-21T21:24:19.0608828Z deleted: sha256:bcff32a2d3890e40a7d4fbff9b5e94b9990921f0d31050cc14aed0fbce2bdabc 2025-03-21T21:24:19.0609484Z deleted: sha256:d109d4f8538bf72481f92b4c500c92c077bca0bc829e607b2641e0012f982281 2025-03-21T21:24:19.0610135Z deleted: sha256:5a0315aad41e328783b21378a977b58eeafc0b12176c2a92ce6261d80cdb9f8a 2025-03-21T21:24:19.0610772Z deleted: sha256:953c2404ccf647ae6e90833a37a6d33d737a6db8d7654ba8673e7b27869c69d6 2025-03-21T21:24:19.0611430Z deleted: sha256:e3927df9fd6d09d5eec7a59563f028e532d8a8c26857d96d10c4ddb6d653d53c 2025-03-21T21:24:19.0612103Z deleted: sha256:6bf53b8ff77bb357c14b6f6bed501f1faaff14318f94a6c4266d4d490a3085d9 2025-03-21T21:24:19.0612897Z deleted: sha256:e35d013dc9b6638d165d3f99a5c52f826f791f536f8f6242b265fbc67198c58f 2025-03-21T21:24:19.0613550Z deleted: sha256:9056d4457c2cf08797efc71f8cd27c48415253e4b8f43b5f5229881a048ae27a 2025-03-21T21:24:19.0614389Z deleted: sha256:11466fda95e0deac6f947a330c64148f8b0901ed5a5aafacb4beff8f8a3eee77 2025-03-21T21:24:19.0615057Z deleted: sha256:af1d6fff7fd2699d5467ebd83e5684a43ec168b096cff174e142bb765c8aabed 2025-03-21T21:24:19.0615725Z deleted: sha256:d19e5d441e9eb9eb6a2f7e2087900b02fe702f38a119aa24f8302fbf0c6d21c0 2025-03-21T21:24:19.0616397Z deleted: sha256:2eedf60c8f92b92c908ecdb9ab484b4fafbd3e58496f78811a34b47b64563a6b 2025-03-21T21:24:19.0617079Z deleted: sha256:a9978fc0edbcd2becaca7b1bc439a65f8d08deb93a495259e35e44b80aa1fbbe 2025-03-21T21:24:19.0617765Z deleted: sha256:aca89b930d690a03dce5a887ffaba51a668ebfc78e187c476b2ef4d0fd155f42 2025-03-21T21:24:19.0618471Z deleted: sha256:0e562d3843f56b21d2a87df5932a674a1c3da44b539183db41db607ee862817c 2025-03-21T21:24:19.0619236Z deleted: sha256:5bb4fc3398f4c242cdf92cd40e1381d1ff68b7167fc08d3d889ce557e50631d0 2025-03-21T21:24:19.0619893Z deleted: sha256:27624496153d316bfdc2939bf156e557c1513ecf739d17b1e5d3a750d68951b8 2025-03-21T21:24:19.0620546Z deleted: sha256:06d9bc783b214f17c850d3800e14a626f030ed2e0bdbecba98bf84129643b204 2025-03-21T21:24:19.0621308Z deleted: sha256:b4c64f2492fcc5ffd8ecb88e3dc75478d137ed1c9b2f629b94ce38ce3a5da7b8 2025-03-21T21:24:19.0621966Z deleted: sha256:39f0c825984bef7310d3c956fa942850179360a59ef4db07a36b1379624fff28 2025-03-21T21:24:19.0622688Z deleted: sha256:8309096811fc40ec15e13afb5f2a7bd53ba41cdfb537065276e069a989fe0224 2025-03-21T21:24:19.0623335Z deleted: sha256:5dff339fb9ea5cfce15eaa54001cae3192a999789f66f4b950961082706b004b 2025-03-21T21:24:19.0624007Z deleted: sha256:21f790bc6db4d962af416145b9dba556aaff3c063b5c0f6cc14d14b053296c3c 2025-03-21T21:24:19.0624669Z deleted: sha256:56efc65dc265db39000751855e04b0ca0e56235bdfd19e74c9831a26e9548135 2025-03-21T21:24:19.0625320Z deleted: sha256:30b5876aa699f37563aa1e3f719d1e7866d1496062d1583c55ab4c59038ac044 2025-03-21T21:24:19.0625971Z deleted: sha256:8a672d95f0bde22559bbc58ae56f509b8c988c5af6e6fcd3442a6478126ad730 2025-03-21T21:24:19.0626629Z deleted: sha256:4fe3e21828f67217155c5bf58ec5ce3d6f6e39648b9ee84cd1f7492f8773a235 2025-03-21T21:24:19.0627271Z deleted: sha256:270a1170e7e398434ff1b31e17e233f7d7b71aa99a40473615860068e86720af 2025-03-21T21:24:19.0627892Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine:latest 2025-03-21T21:24:19.0628847Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine@sha256:def822f9851ca422481ec6fee59a9966f12b351c62ccb9aca841526ffaa9f748 2025-03-21T21:24:19.0629818Z deleted: sha256:6dbb9cc54074106d46d4ccb330f2a40a682d49dda5f4844962b7dce9fe44aaec 2025-03-21T21:24:19.0630551Z deleted: sha256:b2d5eeeaba3a22b9b8aa97261957974a6bd65274ebd43e1d81d0a7b8b752b116 2025-03-21T21:24:19.0630944Z 2025-03-21T21:24:19.0696606Z Total reclaimed space: 17.78GB 2025-03-21T21:24:19.0738245Z ##[group]Run set +e 2025-03-21T21:24:19.0738535Z set +e 2025-03-21T21:24:19.0738807Z if [[ "${NO_SUDO}" == "false" ]]; then 2025-03-21T21:24:19.0739228Z  sudo rm -rf "${GITHUB_WORKSPACE:?}/${REPOSITORY:?}" 2025-03-21T21:24:19.0739620Z else 2025-03-21T21:24:19.0739909Z  rm -rf "${GITHUB_WORKSPACE:?}/${REPOSITORY:?}" 2025-03-21T21:24:19.0740255Z fi 2025-03-21T21:24:19.0740488Z set -e 2025-03-21T21:24:19.0746455Z shell: /usr/bin/bash -e {0} 2025-03-21T21:24:19.0746755Z env: 2025-03-21T21:24:19.0747033Z DOCKER_IMAGE: executorch-ubuntu-22.04-qnn-sdk 2025-03-21T21:24:19.0747417Z REPOSITORY: pytorch/executorch 2025-03-21T21:24:19.0747709Z PR_NUMBER: 2025-03-21T21:24:19.0750568Z 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" ./install_requirements.sh --use-pt-pinned-commit 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-03-21T21:24:19.0753496Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-03-21T21:24:19.0754097Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-03-21T21:24:19.0754663Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-03-21T21:24:19.0755055Z NO_SUDO: false 2025-03-21T21:24:19.0755297Z ##[endgroup] 2025-03-21T21:24:20.3501149Z Post job cleanup. 2025-03-21T21:24:20.4502235Z Post job cleanup. 2025-03-21T21:24:20.5424160Z [command]/usr/bin/git version 2025-03-21T21:24:20.5478016Z git version 2.47.1 2025-03-21T21:24:20.5517320Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/531824d0-5056-4adf-a537-706e8761d70b' before making global git config changes 2025-03-21T21:24:20.5518277Z Adding repository directory to the temporary git global config as a safe directory 2025-03-21T21:24:20.5521990Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/executorch/executorch/test-infra 2025-03-21T21:24:20.5557192Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-03-21T21:24:20.5590409Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :" 2025-03-21T21:24:20.5881949Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-03-21T21:24:20.5898026Z http.https://github.com/.extraheader 2025-03-21T21:24:20.5907355Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2025-03-21T21:24:20.5931936Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :" 2025-03-21T21:24:20.6231709Z A job completed hook has been configured by the self-hosted runner administrator 2025-03-21T21:24:20.6257034Z ##[group]Run '/home/ec2-user/runner-scripts/after_job.sh' 2025-03-21T21:24:20.6262151Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-03-21T21:24:20.6262550Z ##[endgroup] 2025-03-21T21:24:27.3414066Z Cleaning up orphan processes